body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  color: #111111; }

figure, ul, li, h1, h2, h3, h4, h5, p, blockquote {
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-appearance: none; }

input {
  margin: 0;
  padding: 0;
  font-size: 14px; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #135fec;
  transition: color 0.05s linear; }
  a:hover {
    color: #2c73f5; }

h1, h2, h3, h4 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

h1.primary-title {
  font-size: 44px;
  border-bottom: 1px solid #e9f0f5;
  margin-bottom: 80px;
  padding-bottom: 10px; }
  h1.primary-title strong {
    font-weight: 700; }

span.section-title {
  background: #1d242f;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  margin-bottom: 30px; }

html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  height: 100%; }
  body .global-header {
    flex: 0 0; }
  body .global-content {
    flex: 1 0; }

header.global-header {
  background: #fff;
  z-index: 1000;
  padding-bottom: 15px;
  margin-bottom: 40px;
  transition: box-shadow 0.25s linear, transform 0.15s linear; }
  @media (max-width: 599px) {
    header.global-header {
      margin-bottom: 0; } }
  header.global-header > .content {
    padding-top: 35px;
    transition: padding-top 0.15s linear; }
    header.global-header > .content > .main-row {
      max-width: 1100px;
      margin: auto;
      padding: 0 20px;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      @media (max-width: 599px) {
        header.global-header > .content > .main-row {
          padding: 0 15px; } }
    @media (max-width: 599px) {
      header.global-header > .content {
        padding-top: 15px; } }
  header.global-header h2.large-logo {
    margin-top: 60px; }
    @media (max-width: 599px) {
      header.global-header h2.large-logo {
        margin-top: 30px;
        margin-bottom: 10px; } }
    header.global-header h2.large-logo a {
      display: block;
      margin: auto;
      width: 240px;
      height: 60px;
      background-image: url("/static/images/media/header-logo-title_1x.png?26d025a49972");
      background-size: 240px 60px;
      text-indent: -9999px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        header.global-header h2.large-logo a {
          background-image: url("/static/images/media/header-logo-title_2x.png?26d025a49972"); } }
      header.global-header h2.large-logo a:hover {
        opacity: 0.8; }
  header.global-header h1.logo, header.global-header div.logo {
    margin-right: 62px; }
    header.global-header h1.logo a, header.global-header div.logo a {
      display: block;
      width: 50px;
      height: 50px;
      background-image: url("/static/images/media/header-logo-black_1x.png?26d025a49972");
      background-size: 50px 50px;
      text-indent: -9999px;
      background-repeat: no-repeat;
      box-shadow: 0px 4px 5px 0px transparent;
      transition: 0.5s box-shadow; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        header.global-header h1.logo a, header.global-header div.logo a {
          background-image: url("/static/images/media/header-logo-black_2x.png?26d025a49972"); } }
      header.global-header h1.logo a:hover, header.global-header div.logo a:hover {
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25); }
    @media (max-width: 599px) {
      header.global-header h1.logo, header.global-header div.logo {
        margin-right: 10px; }
        header.global-header h1.logo a, header.global-header div.logo a {
          width: 39px;
          height: 39px;
          background-image: url("/static/images/media/header-logo-black-small_1x.png?26d025a49972");
          background-size: 39px 39px; } }
    @media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) {
      header.global-header h1.logo a, header.global-header div.logo a {
        background-image: url("/static/images/media/header-logo-black-small_2x.png?26d025a49972"); } }
  header.global-header .nav-toolbars {
    display: flex;
    align-items: center;
    flex: 1; }
  header.global-header .mobile-spacer {
    flex: 1;
    display: none; }
  header.global-header .nav-toolbars-mobile {
    display: none;
    padding: 0 15px; }
  header.global-header ul.left-nav-toolbar {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    flex-grow: 1; }
    @media (max-width: 599px) {
      header.global-header ul.left-nav-toolbar {
        display: none; } }
    header.global-header ul.left-nav-toolbar li {
      margin-right: 62px; }
      header.global-header ul.left-nav-toolbar li:last-child {
        margin-right: 0; }
      header.global-header ul.left-nav-toolbar li.search {
        flex: 0 1 150px; }
      header.global-header ul.left-nav-toolbar li a {
        font-size: 18px;
        font-weight: 800;
        color: #111111;
        transition: 0.1s color; }
        header.global-header ul.left-nav-toolbar li a:hover {
          color: #676b71; }
  header.global-header ul.right-nav-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    flex-grow: 1;
    margin-right: 20px; }
    @media (max-width: 599px) {
      header.global-header ul.right-nav-toolbar {
        margin-right: 0; } }
    header.global-header ul.right-nav-toolbar li {
      margin-right: 26px; }
      @media (max-width: 1199px) {
        header.global-header ul.right-nav-toolbar li {
          margin-right: 20px;
          text-align: center; } }
      header.global-header ul.right-nav-toolbar li a {
        font-size: 14px;
        font-weight: 700;
        color: #111111; }
        header.global-header ul.right-nav-toolbar li a.toolbar-subscribe span {
          background-image: url("/static/images/media/subscribe_1x.png?26d025a49972");
          background-size: 16px 16px;
          width: 16px;
          height: 16px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            header.global-header ul.right-nav-toolbar li a.toolbar-subscribe span {
              background-image: url("/static/images/media/subscribe_2x.png?26d025a49972"); } }
        header.global-header ul.right-nav-toolbar li a.toolbar-request-demo {
          display: flex;
          align-items: center;
          height: 40px;
          background-color: #0864fa;
          border-radius: 3px;
          line-height: 40px;
          color: #fff;
          padding: 0 10px;
          transition: 0.1s background-color; }
          @media (max-width: 599px) {
            header.global-header ul.right-nav-toolbar li a.toolbar-request-demo {
              width: 100%;
              justify-content: center; } }
          header.global-header ul.right-nav-toolbar li a.toolbar-request-demo:hover {
            background-color: #0345d9; }
          header.global-header ul.right-nav-toolbar li a.toolbar-request-demo span {
            padding: initial; }
          header.global-header ul.right-nav-toolbar li a.toolbar-request-demo div {
            background-image: url("/static/images/media/request-demo_1x.png?26d025a49972");
            background-size: 15px 20px;
            width: 15px;
            height: 20px;
            margin-right: 8px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              header.global-header ul.right-nav-toolbar li a.toolbar-request-demo div {
                background-image: url("/static/images/media/request-demo_2x.png?26d025a49972"); } }
        header.global-header ul.right-nav-toolbar li a span {
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          vertical-align: middle;
          padding-right: 8px; }
      header.global-header ul.right-nav-toolbar li:last-child {
        margin-right: 0; }
      header.global-header ul.right-nav-toolbar li form {
        position: relative; }
  header.global-header .search-container {
    height: 20px;
    position: relative;
    margin-right: 10px; }
    header.global-header .search-container span.search-icon {
      display: inline-block;
      cursor: pointer;
      background-image: url("/static/images/media/ui-search_1x.png?26d025a49972");
      background-size: 20px 20px;
      width: 20px;
      height: 20px;
      opacity: 1;
      transition: 0.25s opacity; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        header.global-header .search-container span.search-icon {
          background-image: url("/static/images/media/ui-search_2x.png?26d025a49972"); } }
    header.global-header .search-container.active .search-icon {
      opacity: 0; }
    header.global-header .search-container.active .search-popover {
      opacity: 1;
      pointer-events: all; }
      header.global-header .search-container.active .search-popover form.search {
        box-shadow: 0 4px 16px #efefef, -1px 8px 20px 0px #efefef; }
        header.global-header .search-container.active .search-popover form.search .form-search-icon {
          transform: none; }
        header.global-header .search-container.active .search-popover form.search .close-icon {
          opacity: 1;
          transform: none; }
  header.global-header .search-popover {
    position: absolute;
    right: -10px;
    top: -15px;
    width: 360px;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s opacity; }
    @media (max-width: 599px) {
      header.global-header .search-popover {
        width: calc(100vw - 60px); } }
    header.global-header .search-popover.show-form {
      display: block; }
    header.global-header .search-popover form.search {
      box-sizing: border-box;
      position: relative;
      display: flex;
      background: white;
      width: 100%;
      height: 50px;
      align-items: center;
      justify-content: flex-start;
      transition: 0.25s box-shadow;
      transition-delay: 0.0625s; }
      header.global-header .search-popover form.search .form-search-icon {
        background-image: url("/static/images/media/ui-search_1x.png?26d025a49972");
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        transform: translate(320px, 0);
        transition: 0.25s transform; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          header.global-header .search-popover form.search .form-search-icon {
            background-image: url("/static/images/media/ui-search_2x.png?26d025a49972"); } }
      header.global-header .search-popover form.search input[type=text] {
        box-sizing: border-box;
        border: none;
        font-weight: 700;
        font-size: 18px;
        color: #111111;
        outline: none;
        height: 25px;
        caret-color: #3297e7;
        margin-left: 35px; }
        header.global-header .search-popover form.search input[type=text]::-webkit-input-placeholder {
          color: #dde0e2; }
        header.global-header .search-popover form.search input[type=text]:-moz-placeholder {
          color: #dde0e2; }
        header.global-header .search-popover form.search input[type=text]::-moz-placeholder {
          color: #dde0e2; }
        header.global-header .search-popover form.search input[type=text]:-ms-input-placeholder {
          color: #dde0e2; }
      header.global-header .search-popover form.search .close-icon {
        opacity: 0;
        transform: scale(0.5, 0.5);
        transition: 0.25s opacity, 0.25s transform;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-image: url("/static/images/media/ui-search-close_1x.png?26d025a49972");
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          header.global-header .search-popover form.search .close-icon {
            background-image: url("/static/images/media/ui-search-close_2x.png?26d025a49972"); } }
      header.global-header .search-popover form.search input[type=text]:focus + .reset-close-icon {
        display: block; }
  @media screen and (max-width: 900px) {
    header.global-header ul.right-nav-toolbar {
      display: none; } }
  @media (max-width: 599px) {
    header.global-header ul.right-nav-toolbar {
      display: none; } }
  header.global-header a.request-demo {
    color: #FFFFFF;
    background: #0055de;
    padding: 7px 10px 8px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700; }
    @media (max-width: 599px) {
      header.global-header a.request-demo {
        display: none; } }
  header.global-header a.mobile-menu {
    display: none;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
    position: relative;
    margin-left: 13px;
    cursor: pointer;
    user-select: none; }
    header.global-header a.mobile-menu .line1, header.global-header a.mobile-menu .line2, header.global-header a.mobile-menu .line3 {
      position: absolute;
      width: 20px;
      height: 3px;
      background: #000;
      border-radius: 3px;
      left: 0;
      transition: 0.2s transform, 0.2s top, 0.2s opacity; }
    header.global-header a.mobile-menu .line1 {
      top: 0; }
    header.global-header a.mobile-menu .line2 {
      top: 7px; }
    header.global-header a.mobile-menu .line3 {
      top: 14px; }
    @media (max-width: 599px) {
      header.global-header a.mobile-menu {
        display: block; } }
  header.global-header.mobile-nav-active {
    background: #fff;
    position: relative; }
    header.global-header.mobile-nav-active > .content {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #fff;
      z-index: 999; }
      header.global-header.mobile-nav-active > .content > .main-row {
        border-bottom: 1px solid #dbe8f0;
        padding-bottom: 15px; }
    header.global-header.mobile-nav-active a.mobile-menu .line1 {
      transform: rotate(45deg);
      top: 7px;
      left: 0; }
    header.global-header.mobile-nav-active a.mobile-menu .line2 {
      transform: rotate(90deg);
      opacity: 0; }
    header.global-header.mobile-nav-active a.mobile-menu .line3 {
      transform: rotate(135deg);
      top: 7px;
      left: 0; }
    header.global-header.mobile-nav-active h2.large-logo a {
      background-image: url("/static/images/media/header-logo-title-white_1x.png?26d025a49972");
      background-size: 240px 60px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        header.global-header.mobile-nav-active h2.large-logo a {
          background-image: url("/static/images/media/header-logo-title-white_2x.png?26d025a49972"); } }
    header.global-header.mobile-nav-active .nav-toolbars {
      display: none; }
    header.global-header.mobile-nav-active .mobile-spacer {
      display: block; }
    header.global-header.mobile-nav-active .nav-toolbars-mobile {
      display: block; }
    header.global-header.mobile-nav-active .search-container {
      display: none; }
    header.global-header.mobile-nav-active ul.right-nav-toolbar {
      display: block; }
      header.global-header.mobile-nav-active ul.right-nav-toolbar li {
        margin-bottom: 25px; }
    header.global-header.mobile-nav-active ul.left-nav-toolbar {
      display: block;
      flex-direction: column;
      margin-bottom: 40px; }
      header.global-header.mobile-nav-active ul.left-nav-toolbar li {
        margin: 20px 0; }
        header.global-header.mobile-nav-active ul.left-nav-toolbar li a {
          font-size: 22px;
          font-weight: 900; }
        header.global-header.mobile-nav-active ul.left-nav-toolbar li:first-child {
          margin-top: 20px; }
        header.global-header.mobile-nav-active ul.left-nav-toolbar li:last-child {
          margin-bottom: 20px; }
    header.global-header.mobile-nav-active .request-demo {
      display: none; }
  header.global-header.floating {
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.02);
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    header.global-header.floating h2.large-logo {
      display: none; }
    header.global-header.floating > .content {
      padding-top: 15px; }
      header.global-header.floating > .content div.logo {
        display: block; }
      @media (max-width: 599px) {
        header.global-header.floating > .content form.search {
          display: none; } }
      @media (max-width: 599px) {
        header.global-header.floating > .content a.request-demo {
          display: block; } }

body .global-header.floating {
  transform: translate(0, -90px); }

body.scrolled .global-header.floating {
  transform: none; }

body.mobile-nav-active {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  body.mobile-nav-active .global-header.floating {
    display: none; }

.messages {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: green;
  font-weight: 500; }
  @media (max-width: 599px) {
    .messages {
      padding: 0 15px; } }
  .messages button {
    display: none; }

section.main {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    section.main {
      padding: 0 15px; } }

footer.global-footer {
  background: #0f1218;
  color: #fff;
  margin-top: 45px; }
  footer.global-footer > .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 200px; }
    @media (max-width: 599px) {
      footer.global-footer > .container {
        padding: 0 15px; } }
    @media (max-width: 599px) {
      footer.global-footer > .container {
        flex-direction: column-reverse;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px; } }
    footer.global-footer > .container section {
      margin-right: 80px;
      display: flex; }
      footer.global-footer > .container section > div {
        flex-grow: 1; }
      @media (max-width: 599px) {
        footer.global-footer > .container section {
          margin-right: 0; } }
      footer.global-footer > .container section:last-child {
        margin-right: 0; }
      @media (max-width: 599px) {
        footer.global-footer > .container section.newsletter-and-nav {
          flex-direction: column; } }
      footer.global-footer > .container section.about, footer.global-footer > .container section.newsletter {
        width: 30%; }
        @media (max-width: 599px) {
          footer.global-footer > .container section.about, footer.global-footer > .container section.newsletter {
            width: auto; } }
      @media (max-width: 599px) {
        footer.global-footer > .container section.newsletter {
          margin-bottom: 45px; } }
      @media (max-width: 599px) {
        footer.global-footer > .container section.about {
          text-align: center;
          margin-top: 40px; }
          footer.global-footer > .container section.about h4 {
            font-size: 14px; } }
      footer.global-footer > .container section.nav .column {
        width: 20%; }
      footer.global-footer > .container section.nav > .column {
        width: 150px;
        margin-right: 80px; }
        @media (max-width: 599px) {
          footer.global-footer > .container section.nav > .column {
            margin-right: 20px; } }
        footer.global-footer > .container section.nav > .column:last-child {
          margin-right: 0; }
      footer.global-footer > .container section .following-social-buttons {
        margin-top: 26px; }
        footer.global-footer > .container section .following-social-buttons .fb-like {
          margin-top: 5px; }
  @media screen and (max-width: 900px) {
    footer.global-footer > .container {
      flex-direction: column-reverse;
      padding-top: 40px;
      padding-bottom: 40px; }
      footer.global-footer > .container section {
        margin-right: 0; }
        footer.global-footer > .container section.newsletter-and-nav {
          flex-direction: column;
          width: auto; }
        footer.global-footer > .container section > section.newsletter {
          width: auto;
          margin-bottom: 30px; }
        footer.global-footer > .container section > section.nav {
          margin-bottom: 50px; }
        footer.global-footer > .container section.about {
          width: auto;
          text-align: center; } }
  footer.global-footer a {
    color: #fff; }
  footer.global-footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
  footer.global-footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6; }
    footer.global-footer p.tagline {
      color: #7b808b; }
  footer.global-footer ul.social-media {
    margin-top: 30px; }
    footer.global-footer ul.social-media li {
      display: inline-block;
      margin-right: 15px; }
      footer.global-footer ul.social-media li a {
        display: inline-block;
        text-indent: -9999px;
        width: 22px;
        height: 22px;
        background-position: center center;
        background-repeat: no-repeat;
        transition: opacity 0.15s; }
        footer.global-footer ul.social-media li a:hover {
          opacity: 0.6; }
      footer.global-footer ul.social-media li.facebook a {
        background-image: url("/static/images/media/ui-social-facebook_1x.png?26d025a49972");
        background-size: 22px 22px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          footer.global-footer ul.social-media li.facebook a {
            background-image: url("/static/images/media/ui-social-facebook_2x.png?26d025a49972"); } }
      footer.global-footer ul.social-media li.twitter a {
        background-image: url("/static/images/media/ui-social-twitter_1x.png?26d025a49972");
        background-size: 22px 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          footer.global-footer ul.social-media li.twitter a {
            background-image: url("/static/images/media/ui-social-twitter_2x.png?26d025a49972"); } }
      footer.global-footer ul.social-media li.linkedin a {
        background-image: url("/static/images/media/ui-social-linkedin_1x.png?26d025a49972");
        background-size: 22px 22px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          footer.global-footer ul.social-media li.linkedin a {
            background-image: url("/static/images/media/ui-social-linkedin_2x.png?26d025a49972"); } }
      footer.global-footer ul.social-media li.github a {
        background-image: url("/static/images/media/ui-social-github_1x.png?26d025a49972");
        background-size: 22px 22px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          footer.global-footer ul.social-media li.github a {
            background-image: url("/static/images/media/ui-social-github_2x.png?26d025a49972"); } }
  footer.global-footer ul.nav li {
    margin-bottom: 12px; }
    footer.global-footer ul.nav li:hover a {
      color: #7b808b; }
    footer.global-footer ul.nav li a {
      font-size: 14px; }
  footer.global-footer form.newsletter {
    display: flex;
    flex-direction: column; }
    footer.global-footer form.newsletter p {
      margin-bottom: 15px; }
    footer.global-footer form.newsletter .actions {
      display: none; }
    footer.global-footer form.newsletter .form-group label {
      display: none; }
    footer.global-footer form.newsletter .form-group input[type=text] {
      color: #fff;
      border: none;
      border-bottom: 1px solid #242b30;
      background: none;
      padding: 12px 0;
      width: 100%; }
      footer.global-footer form.newsletter .form-group input[type=text]::-webkit-input-placeholder {
        color: #3c4348; }
      footer.global-footer form.newsletter .form-group input[type=text]:-moz-placeholder {
        color: #3c4348; }
      footer.global-footer form.newsletter .form-group input[type=text]::-moz-placeholder {
        color: #3c4348; }
      footer.global-footer form.newsletter .form-group input[type=text]:-ms-input-placeholder {
        color: #3c4348; }
      footer.global-footer form.newsletter .form-group input[type=text]:focus {
        outline: 0;
        border-bottom: 1px solid #fff; }

.global-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.8); }
  .global-dialog.visible {
    display: flex; }
  .global-dialog > .dialog {
    background: rgba(0, 85, 222, 0.95);
    color: #fff;
    padding: 65px 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative; }
    @media (min-width: 900px) {
      .global-dialog > .dialog {
        flex: 0 0 920px;
        border-radius: 4px;
        box-sizing: border-box; } }
    .global-dialog > .dialog svg {
      margin-bottom: 20px; }
    .global-dialog > .dialog .dismiss-actions {
      position: absolute;
      top: 30px;
      right: 30px; }
      .global-dialog > .dialog .dismiss-actions a {
        width: 12px;
        height: 12px;
        color: #fff;
        opacity: 0.6;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        background-image: url("/static/images/media/ui-dialog-dismiss_1x.png?26d025a49972");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .global-dialog > .dialog .dismiss-actions a {
            background-image: url("/static/images/media/ui-dialog-dismiss_2x.png?26d025a49972"); } }
        .global-dialog > .dialog .dismiss-actions a:hover {
          opacity: 1; }
    .global-dialog > .dialog h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 0.6em; }
    .global-dialog > .dialog p {
      font-size: 18px;
      margin-bottom: 1em;
      line-height: 1.55;
      max-width: 430px;
      margin-left: auto;
      margin-right: auto; }
    .global-dialog > .dialog form {
      max-width: 400px;
      margin: auto; }
      .global-dialog > .dialog form p.about {
        display: none; }
      .global-dialog > .dialog form .form-group {
        display: flex;
        border-bottom: 1px solid #4d87e3;
        margin-bottom: 15px;
        align-items: center; }
        .global-dialog > .dialog form .form-group label {
          flex: 0 0 60px;
          text-align: left; }
          .global-dialog > .dialog form .form-group label.required {
            font-weight: 600; }
        .global-dialog > .dialog form .form-group input {
          flex: 1;
          padding: 20px;
          background: none;
          border: none;
          font-size: 16px;
          font-weight: 400;
          color: #fff; }
          .global-dialog > .dialog form .form-group input::-webkit-input-placeholder {
            color: #709fea;
            font-weight: 300; }
          .global-dialog > .dialog form .form-group input:-moz-placeholder {
            color: #709fea;
            font-weight: 300; }
          .global-dialog > .dialog form .form-group input::-moz-placeholder {
            color: #709fea;
            font-weight: 300; }
          .global-dialog > .dialog form .form-group input:-ms-input-placeholder {
            color: #709fea;
            font-weight: 300; }
          .global-dialog > .dialog form .form-group input:focus {
            outline: 0; }
        .global-dialog > .dialog form .form-group.error {
          border-bottom: 1px solid red; }
          .global-dialog > .dialog form .form-group.error label {
            color: red; }
      .global-dialog > .dialog form .checkboxes {
        text-align: left;
        padding-left: 80px;
        padding-top: 15px;
        padding-bottom: 30px; }
        .global-dialog > .dialog form .checkboxes > div {
          padding-bottom: 10px; }
        .global-dialog > .dialog form .checkboxes .checkbox {
          outline: none !important;
          -webkit-appearance: none;
          background-color: #1b6cf0;
          border: 1px solid #5592f6;
          padding: 9px;
          border-radius: 3px;
          display: inline-block;
          position: relative;
          vertical-align: bottom; }
        .global-dialog > .dialog form .checkboxes .checkbox:checked:after {
          content: '';
          position: absolute;
          width: 8px;
          height: 5px;
          background: transparent;
          top: 4px;
          left: 4px;
          border: 2px solid #fff;
          border-top: none;
          border-right: none;
          transform: rotate(-45deg); }
        .global-dialog > .dialog form .checkboxes label {
          font-size: 16px;
          font-weight: 600;
          padding-left: 3px; }
    .global-dialog > .dialog .actions {
      display: flex; }
      .global-dialog > .dialog .actions .dialog-button {
        flex: 1;
        background: #fff;
        border: none;
        color: #0a5cdf;
        font-size: 16px;
        font-weight: 600;
        border-radius: 4px;
        padding: 18px 20px;
        cursor: pointer;
        transition: .1s; }
        .global-dialog > .dialog .actions .dialog-button:hover {
          opacity: 0.95; }

.global-newsletter .dialog h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 800;
  max-width: 435px;
  margin: 0 auto;
  margin-bottom: 30px; }

.global-newsletter .dialog p {
  font-size: 18px;
  line-height: 26px; }

.global-demo-wall .dialog .actions {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.share-icons {
  display: flex; }
  .share-icons a {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    margin-bottom: 20px;
    cursor: pointer; }
    .share-icons a, .share-icons a::after {
      background-position: center center;
      background-repeat: no-repeat; }
    .share-icons a span {
      display: none; }
    .share-icons a::after {
      content: '';
      display: block;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.1s; }
    .share-icons a:hover::after {
      opacity: 1; }
    .share-icons a.share-facebook {
      background-image: url("/static/images/media/ui-social-sharing-facebook-normal_1x.png?26d025a49972");
      background-size: 26px 22px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .share-icons a.share-facebook {
          background-image: url("/static/images/media/ui-social-sharing-facebook-normal_2x.png?26d025a49972"); } }
      .share-icons a.share-facebook::after {
        background-image: url("/static/images/media/ui-social-sharing-facebook-hover_1x.png?26d025a49972");
        background-size: 26px 22px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .share-icons a.share-facebook::after {
            background-image: url("/static/images/media/ui-social-sharing-facebook-hover_2x.png?26d025a49972"); } }
    .share-icons a.share-twitter {
      background-image: url("/static/images/media/ui-social-sharing-twitter-normal_1x.png?26d025a49972");
      background-size: 26px 22px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .share-icons a.share-twitter {
          background-image: url("/static/images/media/ui-social-sharing-twitter-normal_2x.png?26d025a49972"); } }
      .share-icons a.share-twitter::after {
        background-image: url("/static/images/media/ui-social-sharing-twitter-hover_1x.png?26d025a49972");
        background-size: 26px 22px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .share-icons a.share-twitter::after {
            background-image: url("/static/images/media/ui-social-sharing-twitter-hover_2x.png?26d025a49972"); } }
    .share-icons a.share-linkedin {
      background-image: url("/static/images/media/ui-social-sharing-linkedin-normal_1x.png?26d025a49972");
      background-size: 26px 22px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .share-icons a.share-linkedin {
          background-image: url("/static/images/media/ui-social-sharing-linkedin-normal_2x.png?26d025a49972"); } }
      .share-icons a.share-linkedin::after {
        background-image: url("/static/images/media/ui-social-sharing-linkedin-hover_1x.png?26d025a49972");
        background-size: 26px 22px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .share-icons a.share-linkedin::after {
            background-image: url("/static/images/media/ui-social-sharing-linkedin-hover_2x.png?26d025a49972"); } }

.title-category {
  display: block;
  position: relative;
  padding: 0 0 5px 0; }
  .title-category h3 {
    font-size: 22px;
    font-weight: 800;
    color: #111111; }
    .title-category h3 span {
      color: #135fec; }
  .title-category hr {
    border: 0;
    border-top: 1px solid #d0dce4;
    height: 1px;
    margin: 12px 0 4px 0; }
  @media (max-width: 599px) {
    .title-category {
      padding: 5px 0 0 0; }
      .title-category h3 {
        font-size: 18px; }
      .title-category hr {
        margin: 10px 0 6px 0; } }

section.thanks > .content {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 205px;
  padding-bottom: 205px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 599px) {
    section.thanks > .content {
      padding: 0 15px; } }
  @media screen and (max-width: 900px) {
    section.thanks > .content {
      padding-top: 25px; } }
  @media (max-width: 599px) {
    section.thanks > .content {
      padding-top: 35px; } }
  section.thanks > .content h1 {
    font-size: 62px;
    font-weight: 900;
    line-height: 0.677;
    text-align: center; }
    @media (max-width: 599px) {
      section.thanks > .content h1 {
        font-size: 42px; } }
  section.thanks > .content p {
    font-size: 28px;
    line-height: 1.429;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 45px; }
  section.thanks > .content a {
    background: #135fec;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 18px 20px;
    cursor: pointer;
    transition: .1s;
    text-align: center; }
    @media (max-width: 599px) {
      section.thanks > .content a {
        width: 100%;
        box-sizing: border-box; } }
    section.thanks > .content a:hover {
      background: #4a86f6; }

section.hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block; }
  section.hero .bg::before {
    background: #1966f4;
    content: '';
    height: calc(100% - 50px);
    top: 50px;
    position: absolute;
    left: -75%;
    width: 100%; }

@media (max-width: 599px) {
  section.hero .bg {
    display: none; } }

@media (min-width: 600px) {
  section.hero .bg {
    display: none; } }

@media (min-width: 900px) {
  section.hero .bg {
    display: block; } }

section.hero .content {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media (max-width: 599px) {
    section.hero .content {
      padding: 0 15px; } }
  @media (max-width: 599px) {
    section.hero .content .column-secondary {
      margin-top: -10px; } }
  @media (min-width: 900px) {
    section.hero .content {
      flex-direction: row;
      display: flex; }
      section.hero .content > div[class^=column-] {
        margin-right: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative; }
        section.hero .content > div[class^=column-]:last-child {
          margin-right: 0; }
      section.hero .content > .column-primary {
        width: 70%; }
      section.hero .content > .column-secondary {
        width: 30%; } }

article[class^=article-] .image img {
  width: 100%; }

article[class^=article-] .details h2, article[class^=article-] .details h3, article[class^=article-] .details h4 {
  margin: 0; }

article[class^=article-] .details .author {
  font-size: 14px;
  color: #778fa9; }
  article[class^=article-] .details .author a {
    color: #2c73f5; }

article.article-hero-primary {
  position: relative; }
  @media (max-width: 599px) {
    article.article-hero-primary {
      margin-left: -15px;
      margin-right: -15px;
      padding-bottom: 35px; } }
  article.article-hero-primary .image {
    width: 100%;
    padding-bottom: 50%;
    background-size: cover; }
    @media (max-width: 599px) {
      article.article-hero-primary .image {
        padding-bottom: 45%; } }
  article.article-hero-primary .detail-mobile,
  article.article-hero-primary .details {
    position: relative;
    background: #1966f4;
    color: #FFFFFF;
    z-index: 8; }
    article.article-hero-primary .detail-mobile h2,
    article.article-hero-primary .details h2 {
      margin-bottom: 18px;
      font-size: 42px;
      font-weight: 900; }
      article.article-hero-primary .detail-mobile h2 a,
      article.article-hero-primary .details h2 a {
        color: #fff; }
    article.article-hero-primary .detail-mobile em.author,
    article.article-hero-primary .details em.author {
      display: block;
      font-style: italic;
      color: #FFFFFF;
      margin-bottom: 18px;
      font-size: 14px; }
      article.article-hero-primary .detail-mobile em.author a,
      article.article-hero-primary .details em.author a {
        font-style: normal;
        font-weight: 500;
        color: #FFFFFF; }
    article.article-hero-primary .detail-mobile .summary,
    article.article-hero-primary .details .summary {
      line-height: 26px;
      font-size: 16px; }
  article.article-hero-primary .detail-mobile {
    display: none;
    padding: 26px 15px; }
    article.article-hero-primary .detail-mobile h2 {
      font-size: 28px; }
    article.article-hero-primary .detail-mobile em.author {
      font-size: 13px;
      margin-bottom: 0; }
    @media (max-width: 599px) {
      article.article-hero-primary .detail-mobile {
        display: block; } }
  article.article-hero-primary .details {
    -webkit-transition: box-shadow 0.4s transform 0.4s;
    -moz-transition: box-shadow 0.4s transform 0.4s;
    transition: box-shadow 0.4s transform 0.4s; }
    @media (max-width: 599px) {
      article.article-hero-primary .details {
        padding: 20px 15px; } }
    @media (min-width: 600px) {
      article.article-hero-primary .details {
        padding: 15px; } }
    @media (min-width: 900px) {
      article.article-hero-primary .details {
        padding: 15px 15px 60px 0; } }
    @media (max-width: 599px) {
      article.article-hero-primary .details h2 {
        display: none; } }
    @media (max-width: 599px) {
      article.article-hero-primary .details em.author {
        margin-bottom: 0;
        display: none; } }
    @media (max-width: 599px) {
      article.article-hero-primary .details .summary {
        font-size: 13px;
        line-height: 22px; } }

article.article-hero-secondary .image {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover; }

article.article-hero-secondary .details h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  max-height: 238px;
  overflow: hidden;
  text-overflow: ellipsis; }
  article.article-hero-secondary .details h3 a {
    color: #111111; }
    article.article-hero-secondary .details h3 a:hover {
      color: #5d6165; }

article.article-hero-secondary .details em.author {
  display: block;
  font-size: 14px;
  font-weight: 400; }
  article.article-hero-secondary .details em.author a {
    color: #111111;
    font-weight: 500;
    font-style: normal;
    transition: 0.1s color; }
    article.article-hero-secondary .details em.author a:hover {
      color: #135fec; }

article.article-hero-secondary {
  position: relative;
  padding-top: 12px; }
  article.article-hero-secondary .details {
    position: relative;
    background: #FFFFFF;
    z-index: 8;
    padding: 0 0 10px 0; }
    article.article-hero-secondary .details p {
      font-size: 14px;
      font-weight: 400;
      margin-top: 12px;
      color: #778fa9; }
      article.article-hero-secondary .details p em.author {
        display: inline-block; }
        article.article-hero-secondary .details p em.author a {
          color: #2c73f5;
          font-weight: 500;
          font-style: normal; }
      article.article-hero-secondary .details p span {
        font-weight: 400; }
  @media (max-width: 599px) {
    article.article-hero-secondary {
      padding-top: 20px; }
      article.article-hero-secondary .details {
        padding: 0 0 20px 0; }
        article.article-hero-secondary .details p {
          font-size: 13px; }
          article.article-hero-secondary .details p em.author {
            font-size: 13px; }
      article.article-hero-secondary:last-child hr {
        display: none; } }

section.mid-figures {
  background: #f5f7fb; }
  @media (max-width: 599px) {
    section.mid-figures {
      display: none; } }
  section.mid-figures > .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 60px; }
    @media (max-width: 599px) {
      section.mid-figures > .container {
        padding: 0 15px; } }
  section.mid-figures h2 span {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 700; }
  section.mid-figures p {
    color: #1d242f;
    padding: 25px 15px; }
  section.mid-figures .figures {
    display: flex; }
    @media (max-width: 599px) {
      section.mid-figures .figures {
        flex-direction: column; } }
    section.mid-figures .figures > figure {
      background: #fff;
      flex-grow: 1;
      margin: 0;
      margin-right: 20px;
      position: relative;
      padding-top: 50px;
      height: 150px;
      box-sizing: border-box; }
      @media (max-width: 599px) {
        section.mid-figures .figures > figure {
          margin-bottom: 20px; } }
      section.mid-figures .figures > figure:last-child {
        margin-right: 0; }
      section.mid-figures .figures > figure figcaption {
        background: #932abe;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 17px;
        font-weight: 600;
        padding: 10px 15px; }
      section.mid-figures .figures > figure small {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0; }

section.latest {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  padding-top: 20px; }
  @media (max-width: 599px) {
    section.latest {
      padding: 0 15px; } }
  section.latest .articles {
    margin-top: 15px; }
  section.latest > main {
    margin-right: 30px;
    flex-grow: 1;
    width: 70%;
    display: flex;
    position: relative;
    flex-direction: column; }
  section.latest > aside {
    display: flex;
    width: 30%;
    flex-direction: column;
    position: relative; }
    section.latest > aside > section {
      margin-bottom: 30px; }
  @media (max-width: 899px) {
    section.latest {
      flex-direction: column; }
      section.latest > main {
        margin-right: 0 !important;
        width: auto; }
      section.latest > aside {
        flex: 0 0 30%;
        display: flex;
        width: auto;
        flex-direction: column;
        position: relative; } }
  @media (max-width: 599px) {
    section.latest .articles {
      margin-top: 17px; }
    section.latest > aside {
      display: none; } }

.articles-navigation {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between; }
  .articles-navigation a.nav-link {
    color: #007ef4;
    font-size: 24px;
    font-weight: 800;
    transition: 0.1s color; }
    .articles-navigation a.nav-link:hover {
      color: #111111; }
  @media (max-width: 599px) {
    .articles-navigation a.nav-link {
      font-size: 20px; } }

article.article-latest hr,
article.article-hero-secondary hr {
  border: none;
  border-bottom: 1px solid #e9f0f5;
  height: 1px;
  margin: 0 0; }

article.article-latest .content {
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px; }
  @media (max-width: 599px) {
    article.article-latest .content {
      flex-direction: column-reverse; }
      article.article-latest .content .details {
        margin-right: 0; } }

article.article-latest:first-child .content {
  padding-top: 0; }

article.article-latest .details {
  margin-right: 35px;
  flex: 1; }
  article.article-latest .details h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px; }
    article.article-latest .details h2 a {
      color: #111111; }
      article.article-latest .details h2 a:hover {
        color: #5d6165; }
  article.article-latest .details .author {
    margin-bottom: 20px;
    display: block;
    font-weight: 400; }
    article.article-latest .details .author a {
      font-weight: 500; }
      article.article-latest .details .author a:hover {
        color: #88acef; }

article.article-latest .details .summary, article.article-latest .summary-mobile {
  line-height: 26px;
  font-size: 16px;
  color: #848d96; }

@media (max-width: 599px) {
  article.article-latest .content {
    padding-bottom: 0;
    padding-top: 20px; }
    article.article-latest .content .details h2 {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px; }
    article.article-latest .content .details .author {
      font-size: 13px;
      margin-bottom: 20px; }
  article.article-latest:not(.full-width) .image {
    display: none; } }

@media (max-width: 599px) {
  article.article-latest .summary {
    display: none; } }

article.article-latest .summary-mobile {
  display: none; }

article.article-latest .image {
  width: 280px;
  height: 160px;
  background-size: cover;
  flex-shrink: 0;
  transition: 0.1s opacity; }
  article.article-latest .image:hover {
    opacity: 0.5; }

article.article-latest.full-width {
  position: relative; }
  @media (max-width: 599px) {
    article.article-latest.full-width {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 25px; } }
  article.article-latest.full-width .silver {
    position: absolute;
    width: calc(100vw + 100%);
    height: calc(100% - 80px);
    left: calc(-100vw);
    background: #f1f4f6;
    z-index: 2;
    top: 80px; }
    @media (max-width: 599px) {
      article.article-latest.full-width .silver {
        top: 0;
        height: 100%; } }
  article.article-latest.full-width .content {
    flex-direction: column-reverse;
    z-index: 3;
    position: relative; }
    @media (max-width: 599px) {
      article.article-latest.full-width .content {
        flex-direction: column; } }
    article.article-latest.full-width .content .details {
      padding-top: 35px; }
      @media (max-width: 599px) {
        article.article-latest.full-width .content .details {
          padding-top: 0;
          padding-left: 15px;
          padding-right: 15px; } }
      article.article-latest.full-width .content .details h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
        font-weight: 800; }
        @media (max-width: 599px) {
          article.article-latest.full-width .content .details h2 {
            margin-bottom: 10px; } }
      article.article-latest.full-width .content .details .author {
        margin-bottom: 20px; }
    article.article-latest.full-width .content .summary-mobile {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 599px) {
        article.article-latest.full-width .content .summary-mobile {
          font-size: 13px;
          line-height: 1.7;
          display: block; } }
  article.article-latest.full-width .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-size: cover; }

article.article-latest.three-articles {
  position: relative; }
  article.article-latest.three-articles .content {
    flex-direction: column-reverse;
    z-index: 3;
    position: relative; }
    article.article-latest.three-articles .content .details {
      display: flex;
      flex-direction: row;
      margin-right: 0;
      padding-top: 30px; }
      article.article-latest.three-articles .content .details .article-child {
        flex: 0 0 33.3%;
        box-sizing: border-box;
        padding: 0 10px; }
        @media (max-width: 599px) {
          article.article-latest.three-articles .content .details .article-child {
            padding: 0; } }
        article.article-latest.three-articles .content .details .article-child:first-child {
          padding-left: 0; }
        article.article-latest.three-articles .content .details .article-child:last-child {
          padding-right: 0; }
        article.article-latest.three-articles .content .details .article-child h2 {
          font-size: 18px;
          font-weight: 800;
          line-height: 25px;
          margin: 0;
          margin-bottom: 15px; }
          article.article-latest.three-articles .content .details .article-child h2 a {
            color: #111111;
            transition: 0.1s color; }
            article.article-latest.three-articles .content .details .article-child h2 a:hover {
              color: #5d6165; }
    article.article-latest.three-articles .content .image {
      width: 100%;
      height: 210px;
      background-size: cover; }
  @media (max-width: 599px) {
    article.article-latest.three-articles .content .details {
      flex-direction: column; }
      article.article-latest.three-articles .content .details .article-child {
        margin-left: 0 !important;
        margin-right: 0 !important; }
        article.article-latest.three-articles .content .details .article-child h2 {
          font-size: 16px;
          line-height: 22px; }
        article.article-latest.three-articles .content .details .article-child .author {
          margin-bottom: 17px; }
          article.article-latest.three-articles .content .details .article-child .author .post-date {
            display: none; }
    article.article-latest.three-articles .content .image {
      display: block;
      height: 140px; } }

.side-figure {
  border-bottom: 1px solid #e9f0f5;
  padding: 25px 0; }
  .side-figure:first-child {
    padding-top: 0; }
  .side-figure > h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 26px; }
    .side-figure > h3 a {
      color: #111111; }
      .side-figure > h3 a:hover {
        color: #5d6165; }
  .side-figure > p {
    line-height: 22px;
    font-size: 13px;
    padding: 10px 0 0px 0;
    color: #848d96; }
  .side-figure > a {
    display: block;
    width: 100%; }
  .side-figure .chart-interactive {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .side-figure .chart-interactive .chart {
      width: 100%; }
    .side-figure .chart-interactive.status-up .chart div path {
      stroke: #5273e9 !important; }
    .side-figure .chart-interactive.status-up .chart-number p.status {
      color: #5273e9; }
    .side-figure .chart-interactive.status-down .chart div path {
      stroke: #ed1d36 !important; }
    .side-figure .chart-interactive.status-down .chart-number p.status {
      color: #ed1d36; }

.widget-map {
  display: flex;
  position: relative;
  flex-direction: column;
  border: 1px solid #eef3f7;
  border-radius: 4px;
  margin-top: 20px; }
  .widget-map iframe {
    border: none;
    border-top: 1px solid #eef3f7;
    border-bottom: 1px solid #eef3f7; }
  .widget-map .widget-map-header {
    display: flex;
    padding: 16px 13px; }
    .widget-map .widget-map-header p {
      display: block;
      font-size: 13px;
      font-weight: 600; }
      .widget-map .widget-map-header p a {
        color: #2c73f5; }
        .widget-map .widget-map-header p a:hover {
          color: #135fec; }
      .widget-map .widget-map-header p span {
        color: #2a3744; }
  .widget-map .widget-map-body {
    display: flex;
    width: 100%;
    height: 180px; }
    .widget-map .widget-map-body .map {
      position: relative;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
  .widget-map .widget-map-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 10px;
    justify-content: space-between;
    align-items: center; }
    .widget-map .widget-map-footer .widget-map-brand {
      display: block; }
      .widget-map .widget-map-footer .widget-map-brand a {
        margin-left: 25px;
        color: #135fec;
        font-weight: 700;
        font-size: 13px; }
        .widget-map .widget-map-footer .widget-map-brand a span {
          background-image: url("/static/images/media/header-logo_1x.png?26d025a49972");
          background-size: 20px 20px;
          position: absolute;
          width: 20px;
          height: 20px;
          border-radius: 4px;
          margin-left: -25px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .widget-map .widget-map-footer .widget-map-brand a span {
              background-image: url("/static/images/media/header-logo_2x.png?26d025a49972"); } }
    .widget-map .widget-map-footer .widget-map-desc {
      display: flex;
      flex-direction: column;
      text-align: right;
      color: #8da0b8;
      font-size: 12px; }
      .widget-map .widget-map-footer .widget-map-desc span {
        margin-bottom: 3px; }
      .widget-map .widget-map-footer .widget-map-desc a {
        color: #2c73f5;
        font-weight: 600; }
        .widget-map .widget-map-footer .widget-map-desc a:hover {
          color: #135fec; }
  @media (max-width: 599px) {
    .widget-map .widget-map-body {
      height: 150px; }
    .widget-map .widget-map-footer .widget-map-brand a {
      font-size: 14px; } }

section.article {
  max-width: 800px;
  margin: auto;
  padding: 0 20px; }

article.article-full {
  padding-bottom: 0; }
  article.article-full > h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 599px) {
      article.article-full > h1 {
        font-size: 28px;
        line-height: 34px;
        margin-top: 10px; } }
  article.article-full > .author {
    text-align: center;
    color: #778fa9;
    font-size: 16px;
    margin-bottom: 35px; }
    article.article-full > .author a {
      font-weight: 500; }
  article.article-full > .share-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px; }
    article.article-full > .share-icons > a {
      position: relative;
      margin-bottom: 0; }
      article.article-full > .share-icons > a:hover div {
        visibility: visible;
        opacity: 1; }
      article.article-full > .share-icons > a.share-twitter > div {
        left: -30px;
        width: 85px; }
      article.article-full > .share-icons > a.share-facebook {
        margin: 0 22px; }
        article.article-full > .share-icons > a.share-facebook > div {
          left: -70px;
          width: 162px; }
      article.article-full > .share-icons > a.share-linkedin > div {
        left: -70px;
        width: 162px; }
      article.article-full > .share-icons > a > div {
        position: absolute;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #090d12;
        text-align: center;
        line-height: 32px;
        height: 32px;
        border-radius: 4px;
        visibility: hidden;
        opacity: 0;
        bottom: 40px; }
  article.article-full > .image-container {
    margin-bottom: 50px; }
    article.article-full > .image-container .image {
      width: 100%;
      padding-bottom: 50%;
      background-size: cover;
      margin-bottom: 10px; }
  article.article-full div[id^=embed_chart] {
    margin-bottom: 20px; }
  article.article-full .caption {
    color: #778fa9;
    text-align: center;
    display: block;
    font-style: oblique;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px; }
  article.article-full .content h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px; }
  article.article-full .content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px; }
  article.article-full .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px; }
  article.article-full .content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px; }
  article.article-full .content p, article.article-full .content li {
    font-size: 18px;
    line-height: 1.7;
    color: #111111; }
  article.article-full .content p, article.article-full .content ul {
    margin-bottom: 20px; }
  article.article-full .content ul {
    list-style: disc;
    margin-left: 50px; }
  article.article-full .content p {
    overflow-wrap: break-word; }
    article.article-full .content p strong {
      font-weight: 600; }
    article.article-full .content p img {
      display: block; }
      @media (max-width: 899px) {
        article.article-full .content p img {
          width: 100%;
          height: auto; } }
      @media (min-width: 900px) {
        article.article-full .content p img {
          margin: auto; } }
  article.article-full .content table {
    border: none;
    width: 100%;
    border-spacing: 10px 0; }
    article.article-full .content table tr th, article.article-full .content table tr td, article.article-full .content table tr p {
      font-size: 14px;
      text-align: left; }
    article.article-full .content table tr th, article.article-full .content table tr td {
      border: none;
      padding: 8px 10px;
      vertical-align: middle; }
      article.article-full .content table tr th p, article.article-full .content table tr td p {
        padding: 0;
        margin: 0; }
    article.article-full .content table tr th {
      background: #0d69c6; }
      article.article-full .content table tr th, article.article-full .content table tr th p {
        color: #fff;
        font-size: 15px;
        font-weight: 600; }
    article.article-full .content table tr:nth-child(odd) td {
      background: #eff6fb; }
  article.article-full .content .tweet {
    margin-top: 40px;
    margin-bottom: 40px; }
    article.article-full .content .tweet .twitter-tweet {
      margin: auto; }
  article.article-full .content iframe.thinknum-embed {
    border: 1px solid #deebf6;
    border-radius: 4px;
    background-image: url("/static/images/media/spinner.gif?26d025a49972");
    background-repeat: no-repeat;
    background-position: center center; }
  article.article-full .content iframe.kgbase-embed {
    background-image: url("/static/images/media/spinner.gif?26d025a49972");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%; }
  article.article-full .content blockquote {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 50px; }
    article.article-full .content blockquote:before, article.article-full .content blockquote:after {
      content: '';
      display: block;
      position: absolute; }
    article.article-full .content blockquote:before {
      width: 27px;
      height: 22px;
      left: 0;
      background-image: url("/static/images/media/ui-quote-open_1x.png?26d025a49972");
      background-size: 27px 22px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        article.article-full .content blockquote:before {
          background-image: url("/static/images/media/ui-quote-open_2x.png?26d025a49972"); } }
    article.article-full .content blockquote:after {
      width: 24px;
      height: 20px;
      background-image: url("/static/images/media/ui-quote-close_1x.png?26d025a49972");
      background-size: 24px 20px;
      bottom: 0;
      right: 0; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        article.article-full .content blockquote:after {
          background-image: url("/static/images/media/ui-quote-close_2x.png?26d025a49972"); } }
    article.article-full .content blockquote, article.article-full .content blockquote p {
      font-size: 28px;
      line-height: 1.57;
      font-weight: 300;
      font-style: italic; }
      @media (max-width: 599px) {
        article.article-full .content blockquote, article.article-full .content blockquote p {
          font-size: 22px; } }
  article.article-full a {
    font-weight: 500; }
  article.article-full ul.tags {
    margin-left: 0;
    margin-bottom: 0px;
    padding-bottom: 20px; }
    article.article-full ul.tags li {
      background: #fff;
      display: inline-block;
      border: 1px solid #e9f0f5;
      border-radius: 4px;
      margin-right: 10px;
      margin-top: 10px;
      transition: background 0.1s; }
      article.article-full ul.tags li:hover {
        background: #000000; }
        article.article-full ul.tags li:hover a {
          color: #fff; }
      article.article-full ul.tags li a {
        color: #161b24;
        display: block;
        padding: 8px 12px;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.5; }
  article.article-full .share-icons-container-desktop {
    opacity: 0;
    transition: opacity 0.1s, transform 0.1s;
    transform: translate(0, -20px); }
    @media (min-width: 900px) {
      article.article-full .share-icons-container-desktop.visible {
        opacity: 1;
        transform: translate(0, 0); } }
    article.article-full .share-icons-container-desktop .share-icons {
      position: absolute;
      left: -130px;
      top: 10px;
      width: 52px;
      flex-direction: column;
      align-items: center; }
  article.article-full .share-icons-container-mobile {
    display: none; }
    @media (max-width: 899px) {
      article.article-full .share-icons-container-mobile {
        display: block; } }
    article.article-full .share-icons-container-mobile .share-icons {
      justify-content: flex-end; }
      article.article-full .share-icons-container-mobile .share-icons a {
        margin-right: 20px; }
        article.article-full .share-icons-container-mobile .share-icons a:last-child {
          margin-right: 0; }

.author-profile {
  display: flex;
  border-top: 1px solid #e9f0f5;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px; }
  .author-profile .image {
    width: 64px;
    height: 64px;
    background-size: cover;
    border-radius: 32px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0; }
  .author-profile h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px; }
  .author-profile p {
    font-size: 14px;
    max-width: 600px;
    line-height: 1.5; }
  .author-profile .actions {
    flex: 1;
    text-align: right; }
    @media (max-width: 599px) {
      .author-profile .actions {
        display: none; } }
  .author-profile a.more {
    border: 1px solid #e9f0f5;
    padding: 7px 12px 9px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 20px;
    white-space: nowrap;
    transition: border-color 0.05s; }
    .author-profile a.more:hover {
      border-color: #bcd4ed; }
  .author-profile .mobile-actions {
    margin-top: 20px; }
    .author-profile .mobile-actions a {
      margin-left: 0; }
    @media (min-width: 600px) {
      .author-profile .mobile-actions {
        display: none; } }

div.datasets-tags {
  margin: 0 auto;
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 899px) {
    div.datasets-tags {
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px; } }
  div.datasets-tags a.tag {
    flex: 1 1 0;
    height: 290px;
    padding: 10px; }
    div.datasets-tags a.tag.x1 {
      height: 200px; }
    div.datasets-tags a.tag.x1 {
      height: 220px; }
    div.datasets-tags a.tag.x3 {
      height: 290px; }
    @media (max-width: 899px) {
      div.datasets-tags a.tag {
        width: 100%;
        height: 290px;
        margin-bottom: 20px;
        padding: 0; } }
    div.datasets-tags a.tag div.dataset-tile {
      width: 100%;
      height: 100%;
      border-radius: 6px;
      position: relative;
      overflow: hidden;
      background-color: rebeccapurple; }
      div.datasets-tags a.tag div.dataset-tile > i {
        position: absolute;
        bottom: -16px;
        right: -32px;
        width: 180px;
        height: 180px; }
        div.datasets-tags a.tag div.dataset-tile > i > svg {
          width: 180px;
          height: 180px; }
      div.datasets-tags a.tag div.dataset-tile div.texts {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 30px;
        color: #fff;
        display: flex;
        flex-direction: column; }
        div.datasets-tags a.tag div.dataset-tile div.texts h4 {
          font-size: 20px;
          font-weight: 700;
          line-height: 1.235;
          flex-shrink: 0; }
        div.datasets-tags a.tag div.dataset-tile div.texts p {
          flex-grow: 1;
          flex-shrink: 1;
          padding-top: 15px;
          padding-bottom: 10px;
          font-size: 15px;
          line-height: 1.4;
          overflow: hidden;
          text-overflow: ellipsis; }
        div.datasets-tags a.tag div.dataset-tile div.texts div {
          font-size: 15px;
          line-height: 1.2;
          font-weight: 600;
          color: #fff;
          flex-shrink: 0;
          max-width: 175px; }
          div.datasets-tags a.tag div.dataset-tile div.texts div span {
            font-size: 20px; }
      div.datasets-tags a.tag div.dataset-tile.agents {
        background-color: #313e46; }
        div.datasets-tags a.tag div.dataset-tile.agents i svg path {
          fill: #1e2c35; }
      div.datasets-tags a.tag div.dataset-tile.appstore_ratings {
        background-color: #62b4f9; }
        div.datasets-tags a.tag div.dataset-tile.appstore_ratings i svg path {
          fill: #53a5f3; }
      div.datasets-tags a.tag div.dataset-tile.appstore_ratings_google_play {
        background-color: #24c1ce; }
        div.datasets-tags a.tag div.dataset-tile.appstore_ratings_google_play i svg path {
          fill: #1db5c2; }
      div.datasets-tags a.tag div.dataset-tile.auction {
        background-color: #8e7765; }
        div.datasets-tags a.tag div.dataset-tile.auction i svg path {
          fill: #846d5a; }
      div.datasets-tags a.tag div.dataset-tile.bank_account {
        background-color: #eca7c0; }
        div.datasets-tags a.tag div.dataset-tile.bank_account i svg path {
          fill: #e799b6; }
      div.datasets-tags a.tag div.dataset-tile.bestsellers {
        background-color: #fa5776; }
        div.datasets-tags a.tag div.dataset-tile.bestsellers i svg path {
          fill: #fa2f5f; }
      div.datasets-tags a.tag div.dataset-tile.car_inventory {
        background-color: #aec0d4; }
        div.datasets-tags a.tag div.dataset-tile.car_inventory i svg path {
          fill: #9fb2c6; }
      div.datasets-tags a.tag div.dataset-tile.community_members {
        background-color: #62b4f9; }
        div.datasets-tags a.tag div.dataset-tile.community_members i svg path {
          fill: #53a5f3; }
      div.datasets-tags a.tag div.dataset-tile.creditcards {
        background-color: #aec0d4; }
        div.datasets-tags a.tag div.dataset-tile.creditcards i svg path {
          fill: #9fb2c6; }
      div.datasets-tags a.tag div.dataset-tile.glassdoor_reviews {
        background-color: #0ac15c; }
        div.datasets-tags a.tag div.dataset-tile.glassdoor_reviews i svg path {
          fill: #01b552; }
      div.datasets-tags a.tag div.dataset-tile.government_contract {
        background-color: #aec0d4; }
        div.datasets-tags a.tag div.dataset-tile.government_contract i svg path {
          fill: #9fb2c6; }
      div.datasets-tags a.tag div.dataset-tile.job_listings {
        background-color: #1edd8a; }
        div.datasets-tags a.tag div.dataset-tile.job_listings i svg path {
          fill: #08d079; }
      div.datasets-tags a.tag div.dataset-tile.linkedin_company {
        background-color: #4384b5; }
        div.datasets-tags a.tag div.dataset-tile.linkedin_company i svg path {
          fill: #377aac; }
      div.datasets-tags a.tag div.dataset-tile.loans_issued {
        background-color: #aec0d4; }
        div.datasets-tags a.tag div.dataset-tile.loans_issued i svg path {
          fill: #9fb2c6; }
      div.datasets-tags a.tag div.dataset-tile.menu {
        background-color: #aec0d4; }
        div.datasets-tags a.tag div.dataset-tile.menu i svg path {
          fill: #9fb2c6; }
      div.datasets-tags a.tag div.dataset-tile.product_reviews {
        background-color: #f1d96a; }
        div.datasets-tags a.tag div.dataset-tile.product_reviews i svg path {
          fill: #e7cd53; }
      div.datasets-tags a.tag div.dataset-tile.property {
        background-color: #1edd8a; }
        div.datasets-tags a.tag div.dataset-tile.property i svg path {
          fill: #08d079; }
      div.datasets-tags a.tag div.dataset-tile.reit_tenant {
        background-color: #1edd8a; }
        div.datasets-tags a.tag div.dataset-tile.reit_tenant i svg path {
          fill: #08d079; }
      div.datasets-tags a.tag div.dataset-tile.retail_products {
        background-color: #3974dc; }
        div.datasets-tags a.tag div.dataset-tile.retail_products i svg path {
          fill: #2a64ca; }
      div.datasets-tags a.tag div.dataset-tile.retail_products_by_geo {
        background-color: #62b4f9; }
        div.datasets-tags a.tag div.dataset-tile.retail_products_by_geo i svg path {
          fill: #53a5f3; }
      div.datasets-tags a.tag div.dataset-tile.sales {
        background-color: #1edd8a; }
        div.datasets-tags a.tag div.dataset-tile.sales i svg path {
          fill: #08d079; }
      div.datasets-tags a.tag div.dataset-tile.social_facebook {
        background-color: #5a77bf; }
        div.datasets-tags a.tag div.dataset-tile.social_facebook i svg path {
          fill: #4b67ad; }
      div.datasets-tags a.tag div.dataset-tile.social_facebook_app {
        background-color: #5a77bf; }
        div.datasets-tags a.tag div.dataset-tile.social_facebook_app i svg path {
          fill: #4b67ad; }
      div.datasets-tags a.tag div.dataset-tile.social_github {
        background-color: #313e46; }
        div.datasets-tags a.tag div.dataset-tile.social_github i svg path {
          fill: #1e2c35; }
      div.datasets-tags a.tag div.dataset-tile.social_glassdoor {
        background-color: #0ac15c; }
        div.datasets-tags a.tag div.dataset-tile.social_glassdoor i svg path {
          fill: #01b552; }
      div.datasets-tags a.tag div.dataset-tile.social_twitter {
        background-color: #62b4f9; }
        div.datasets-tags a.tag div.dataset-tile.social_twitter i svg path {
          fill: #53a5f3; }
      div.datasets-tags a.tag div.dataset-tile.social_urlshare {
        background-color: #3974dc; }
        div.datasets-tags a.tag div.dataset-tile.social_urlshare i svg path {
          fill: #2a64ca; }
      div.datasets-tags a.tag div.dataset-tile.social_weibo {
        background-color: #fa5776; }
        div.datasets-tags a.tag div.dataset-tile.social_weibo i svg path {
          fill: #fa2f5f; }
      div.datasets-tags a.tag div.dataset-tile.stackexchange {
        background-color: #7cc4ad; }
        div.datasets-tags a.tag div.dataset-tile.stackexchange i svg path {
          fill: #6dbaa2; }
      div.datasets-tags a.tag div.dataset-tile.store {
        background-color: #3974dc; }
        div.datasets-tags a.tag div.dataset-tile.store i svg path {
          fill: #2a64ca; }
      div.datasets-tags a.tag div.dataset-tile.traction {
        background-color: #3974dc; }
        div.datasets-tags a.tag div.dataset-tile.traction i svg path {
          fill: #2a64ca; }
      div.datasets-tags a.tag div.dataset-tile.traction_geo_breakdown {
        background-color: #3974dc; }
        div.datasets-tags a.tag div.dataset-tile.traction_geo_breakdown i svg path {
          fill: #2a64ca; }
      div.datasets-tags a.tag div.dataset-tile.webtraffic {
        background-color: #fa5776; }
        div.datasets-tags a.tag div.dataset-tile.webtraffic i svg path {
          fill: #fa2f5f; }

div.line {
  border-bottom: 1px solid #e9f0f5;
  height: 1px;
  padding-top: 40px;
  margin-bottom: 20px; }

div.datasets-tags:after {
  display: none; }

.related-articles {
  display: flex; }
  @media (max-width: 599px) {
    .related-articles {
      flex-direction: column; } }
  .related-articles > article {
    flex: 1;
    margin-right: 40px; }
    @media (max-width: 599px) {
      .related-articles > article {
        margin-right: 0; } }
    .related-articles > article .image {
      display: block;
      width: 100%;
      padding-bottom: 57%;
      background-size: cover;
      margin-bottom: 25px; }
    .related-articles > article .details h4 {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.33; }
      .related-articles > article .details h4 a {
        color: #111111; }
    .related-articles > article .details .author {
      margin-top: 15px;
      font-size: 14px;
      color: #778fa9; }
    .related-articles > article .details p {
      margin-top: 15px;
      line-height: 1.57;
      font-size: 14px; }

#demo-banner-mobile {
  position: fixed;
  z-index: 500;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0864fa;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  flex-direction: column;
  padding: 18px 20px 20px 20px;
  transform: translate(0, 165px); }
  #demo-banner-mobile.banner-active {
    transform: translate(0, 0); }
  @media (min-width: 600px) {
    #demo-banner-mobile {
      display: none; } }
  #demo-banner-mobile .title strong {
    font-weight: 700; }
  #demo-banner-mobile .actions {
    width: 100%;
    margin-top: 15px;
    display: flex; }
    #demo-banner-mobile .actions a {
      flex-grow: 1;
      flex-basis: 0;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      font-size: 15px;
      font-weight: 700;
      border-radius: 4px; }
      #demo-banner-mobile .actions a.open {
        background: #fff;
        color: #1e242e;
        margin-right: 8px; }
      #demo-banner-mobile .actions a.dismiss {
        background: #2d7af8;
        color: #fff;
        margin-left: 8px; }

section.latest.article-list-page {
  padding-top: 0; }
  section.latest.article-list-page .articles .article-latest hr {
    margin: 0; }

h1.primary-title {
  margin-bottom: 55px; }
  h1.primary-title strong {
    font-weight: 900; }
  @media (max-width: 599px) {
    h1.primary-title {
      font-size: 30px; } }

section.author {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9f0f5;
  display: flex; }
  @media (max-width: 599px) {
    section.author {
      flex-direction: column;
      align-items: center; } }
  section.author .image-column .image {
    width: 260px;
    height: 260px; }
    @media (max-width: 599px) {
      section.author .image-column .image {
        width: 120px;
        height: 120px;
        background-position: center;
        background-size: cover; } }
  section.author .details-column {
    padding: 20px 40px; }
    @media (max-width: 599px) {
      section.author .details-column {
        text-align: center;
        padding: 20px; } }
    section.author .details-column h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0.25em; }
    section.author .details-column p {
      font-size: 16px;
      margin-top: 2em;
      margin-bottom: 2em;
      line-height: 1.75; }
    section.author .details-column .share-icons a {
      margin-right: 20px; }
