html {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter_18pt-Light.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter_18pt-Medium.ttf) format("truetype");
  font-weight: bold;
}

body {
  background-color: #101927;
  overflow-x: hidden;
  font-family: Inter, Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
}

.hidden {
  position: absolute;
  left: 0;
  top: -20000px;
}

* {
  box-sizing: border-box;
}

a {
  color: #40A2FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h3 {
  font-size: 22px;
  font-weight: normal;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.highlight-text {
  color: #fff !important;
}

.page-wrapper {
  width: 100%;
  height: auto;
}

body.is-menu-active {
  overflow-y: hidden;
}


/* NAVIGATION */

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  transition: all 0.5s ease-out;
  z-index: 11;
  background: #101927;
}

.navbar {
  height: 90px;
  width: 1232px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.navbar .logo {
  height: 32px;
  width: auto;
  justify-self: start;
  margin-right: 32px;
}

.navbar .nav {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}

.header_right_block {
  margin-left: auto;
  display: flex;
}

.header_doc_link {
  margin-top: 15px;
}

.gh_stars {
  display: none;
  font-size: 12px;
  padding: 22px 0 0;
  margin-right: 20px;
  color: #fff;
  white-space: nowrap;
}

.gh_stars img {
  margin: -3px 5px 0 0;
}  

.gh_stars .gh_logo {
  margin: -3px 10px 0 0;
}  

.nav-item a {
  color: #b5b9c2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mPS2id-highlight-first {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.nav .nav_link {
  height: 45px;
  display: inline-block;
  padding: 22px 10px 0;
}

.nav .nav_link:hover {
  color: #fff;
}

.dropdown {
  position: relative;
  font-weight: 700;
  margin: 22px 0 0 10px;
}
.dropdown__title {
  text-decoration: none;
  color: #fff;
  background: 0;
  border: 0;
  font-weight: 700;
  transition: 140ms all 60ms ease-out;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.dropdown__title:hover, .dropdown__title:focus {
  outline: none;
  color: #40A2FF;
}
.dropdown .dropdown__title:before {
  content: "";
  border-top: 2px solid transparent;
  border-top-color: #fff;
  margin-left: 0.25em;
  transform: translateY(0.15em) rotate(-45deg);
  width: 6px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.dropdown .dropdown__title:after {
  content: "";
  border-top: 2px solid transparent;
  border-top-color: #fff;
  margin-left: 0.25em;
  transform: translateY(0.15em) rotate(45deg);
  width: 6px;
  position: absolute;
  top: 7px;
  right: 10px;
}
.dropdown__title:focus:before {
  transform: rotate(45deg);
  top: 9px;
}
.dropdown__title:focus:after {
  transform: rotate(-45deg);
  top: 9px;
}

.dropdown .dropdown__menu {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  transition: 140ms all 60ms ease-out;
  transform: rotateX(-90deg);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0.3;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.25);
}
.dropdown .dropdown__menu a {
  color: #333;
  display: block;
  padding: 0.5em;
  opacity: 0;
  min-width: 50px;
  border-radius: 4px;
  transition: 140ms all 60ms ease-out;
}
.dropdown .dropdown__menu a:hover, .dropdown .dropdown__menu a:focus {
  outline: none;
  background-color: #40A2FF;
  text-decoration: none;
}

.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
  opacity: 1;
  transform: rotateX(0);
  visibility: visible;
}
.dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
  opacity: 1;
}
.dropdown:hover:after, .dropdown:focus-within:after {
  opacity: 1;
}


/* SECTIONS */

.key_features {
  width: 740px;
  margin: 0 auto;
  color: #888;
  padding-top: 125px;
  overflow-x: hidden;
}

.key_features h3 {
  color: #fff;
  text-align: center;
}

.swiper-features-container {
  position: relative;
}

.swiper-features-container .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}

.swiper-features-container .swiper-slide {
  border: 1px solid #797e8a;
  border-radius: 10px;
  padding: 0 15px 0;
  font-size: 24px;
  height: auto !important;
  flex-basis: 362px;
  margin: 0 0 16px;
}

.swiper-features-container .swiper-slide h2 {
  margin: 10px 0;
}

.swiper-features-container .swiper-slide p {
  margin-top: 5px;
}

.swiper-features-container .swiper-slide:first-child {
  margin-right: 300px;
  min-height: 200px;
}

.swiper-features-container .swiper-slide:hover {
  background: linear-gradient(180deg, rgb(16, 25, 39), rgb(3, 80, 137));
  border: 1px solid #267dc4;
}

.swiper-features-container .swiper-slide:first-child img {
  float: right;
}

.swiper-small-text {
  font-size: 10px !important;
}

.swiper-first-slide-bottom-text {
  position: absolute;
  left: 10px;
  bottom: 0;
  color: #fff !important;
}

.swiper-features-container .swiper-slide[style] {
  margin-right: 0 !important;
}

.swiper-features-container .swiper-slide h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.swiper-features-container .swiper-slide p {
  color: #B5B9C3;
  font-size: 13px;
}

.about {
  width: 740px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 125px 112px 0;
}

.about_clients {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about_clients a {
  margin: 0 20px 20px;
}

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

.about_awards a {
  margin: 0 27px;
}

.feedback_section {
  width: 740px;
  margin: 0 auto 125px;;
  text-align: center;
  color: #fff;
  padding-top: 265px;
}

.feedback_section h3 {
  margin: 0 0 24px;
  color: #fff;
  text-align: center;
}

.feedback_section p {
  width: 608px;
  margin: 0 auto;
}

.feedback_section .button_secondary {
  margin-top: 50px;
}

.howtouse_container {
  width: 740px;
  margin: 0 auto;
  padding-top: 125px;
}

.howtouse_container h3 {
  color: #fff;
  text-align: center;
}

.install_intro {
  margin: 0 0 15px;
  color: #fff;
}

.install_only_intro {
  margin: 0;
}

.install_intro a {
  text-decoration: underline;
}

.install_intro a:hover {
  text-decoration: none;
}

.install_code_description {
  color: #fff;
  margin: 0 0 15px;
}

.install_code_description h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.code {
  background: #262f3c;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #838997;
  padding: 10px 80px 10px 20px;
  position: relative;
  color: #fff;
}

.code .copy {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -14px 0 0;
}

.code .copy:hover {
  opacity: 0.8;
}

.toast_success {
  position: absolute;
  padding: 12px;
  background: #272F3D;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 12px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translateX(-120%) translateY(-23%);
  font-size: 16px;
  z-index: 1;
  transition: opacity 0.3s linear;
  opacity: 0;
  white-space: nowrap;
}

.toast_show {
  opacity: 1;
}

.tabs_content {
  display: none;
}

.tabs_content.active {
  display: block;
}

.tabs_system_caption, .tabs_connectors_caption {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  overflow-x: scroll;
}

.tabs_system_caption::-webkit-scrollbar, .tabs_connectors_caption::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.tabs_system_caption, .tabs_connectors_caption {
  scrollbar-width: none;
}

.tabs_system_caption li, .tabs_connectors_caption li {
  cursor: pointer;
  border-radius: 8px;
  user-select: none;
  background: #262f3c;
  color: #838997;
  font-size: 11px;
  padding: 13px 5px 0;
  width: 86px;
  min-width: 86px;
  height: 80px;
  border: 1px solid #838997;
  margin: 0 15px 0 0;
  text-align: center;
  position: relative;
  overflow-y: hidden;
  line-height: 1em;
}

.tabs_system_caption li img, .tabs_connectors_caption li img {
  opacity: 0.5;
  margin: 0 auto 3px;
}

.tabs_system_caption li .imgcont, .tabs_connectors_caption li .imgcont {
  display: block;
  display: flex;
  min-height: 35px;
}

.tabs_system_caption .active, .tabs_connectors_caption .active {
  background: linear-gradient(180deg, rgb(16, 25, 39), rgb(3, 80, 137));
  color: #fff;
  border: 1px solid #267dc4;
  cursor: default;
}

.tabs_system_caption .active img, .tabs_connectors_caption .active img {
  opacity: 1;
}

.community_marker {
  font-size: 9px;
  display: block;
  color: #40A2FF;
}

.tabs_howtouse_caption {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
}

.tabs_howtouse_caption li {
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
  color: #838997;
  font-size: 12px;
  padding: 3px 13px;
}

.tabs_howtouse_caption li.active:hover {
  color: #101828 !important;
}

.tabs_howtouse_caption .active {
  color: #101828;
  background: #fff;
  cursor: default;
}

.tabs_howtouse_caption li:hover {
  color: #fff;
}

.tabs_os_caption {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #1D2637;
  color: #fff;
}

.tabs_os_caption li {
  margin: 0 32px 0 0;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
  padding: 0 0 2px;
  user-select: none;
}

.tabs_os_caption li:hover {
  color: #40A2FF;
}

.tabs_os_caption .active {
  color: #40A2FF;
  border-bottom: 4px solid #40A2FF;
  cursor: default;
}

.tabs_distos_caption {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.tabs_distos_caption li {
  margin: 0 16px 0 0;
  cursor: pointer;
  background: rgba(64, 162, 255, 0.2);
  border: 2px solid #40A2FF;
  border-radius: 8px;
  padding: 6px 35px;
  user-select: none;
}

.tabs_distos_caption li:hover {
  background: #40A2FF;
}

.tabs_distos_caption .active {
  background: #40A2FF;
  cursor: default;
}

.tabs_distos_caption .active:hover {
  background: #40A2FF;
}

.swiper_cont {
  width: 740px;
  margin: 0 auto;
  padding-top: 125px;
  position: relative;
  overflow-x: hidden;
}

.swiper_cont h3 {
  color: #fff;
  text-align: center;
}

.swiper_cont .swiper,
.key_features .swiper {
  padding: 0 0 30px;
}

.swiper_cont .swiper-wrapper,
.key_features .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper_cont .swiper-slide {
  border: 1px solid #797e8a;
  border-radius: 10px;
  color: #B5B7C0;
  padding: 15px 15px 35px;
  font-size: 14px;
  height: auto !important;
  position: relative;
}

.swiper_cont .swiper-slide div {
  margin: 0 0 24px;
}

.swiper_cont .swiper-slide .media_link {
  position: absolute;
  bottom: 15px;
  left: 15px;
}


/* FOOTER */

.footer-wrapper {
  width: 100%;
  min-height: 194px;
}

.footer {
  width: 740px;
  margin: 0 auto;
  padding: 44px 0 0;
}

.footer_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer_social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100px;
}

.footer_social li {
  margin-left: 25px;
  position: relative;
}

.footer_social li a {
  color: #fff;
}

.footer_social li a:hover {
  color: #40A2FF;
}

.footer_logos {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  min-width: 222px;
}

.footer_logos li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.footer_logos li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 2px;
  height: 25px;
  background: #666;
  overflow: hidden;
}

.footer_logos li:last-child {
  padding: 0;
}

.footer_logos li:last-child::after {
  display: none;
}

.footer_nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.footer_nav li {
  margin: 0 13px;
  font-weight: 700;
}

.footer_nav li a {
  color: #fff;
  text-decoration: none;
}

.footer_nav li a:hover {
  color: #40A2FF;
}

.footer_copyrights {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.footer_licence {
  color: #40A2FF;
  background: url(../img/licence.svg) left center no-repeat;
  padding-left: 25px;
}

.footer_copyright {
  color: #73767b;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  display: none !important;
}

.mfp-arrow-left:after {
  border-top: 4px solid #40A2FF !important;
  border-left: 4px solid #40A2FF !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  width: 20px !important;
  height: 20px !important;
  transform: rotate(-45deg);
  margin-left: 27px !important;
}

.mfp-arrow-right:after {
  border-top: 4px solid #40A2FF !important;
  border-left: 4px solid #40A2FF !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  width: 20px !important;
  height: 20px !important;
  transform: rotate(-225deg);
}


/* MOBILE MENU & ANIMATION */

#mobile-menu .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

#mobile-menu {
  justify-self: end;
  margin-right: 5px;
  display: none;
  margin-left: auto;
}

#mobile-menu:hover {
  cursor: pointer;
}

.is-menu-active #mobile-menu .bar:nth-child(2){
  opacity: 0;
}

.is-menu-active #mobile-menu .bar:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

.is-menu-active #mobile-menu .bar:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}


/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 760px) {
  body {
    background-color: #101927;
    font-size: 14px;
  }

  h3 {
    font-size: 22px;
  }

  .nav-wrapper {
    background: #101927;
  }

  .navbar {
    width: 100%;
    margin: auto;
    padding: 0 16px;
  }

  .navbar .nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 90px;
    left: 0;
    background-color: #101927;
    width: 100%;
    height: calc(100vh - 90px);
    transform: translate(-101%);
    overflow: hidden;
    margin-top: 0;
    align-items: flex-start;
  }

  .navbar .nav li {
    padding: 15px;
  }

  .navbar .nav li:first-child {
    margin-top: 20px;
  }

  .navbar .nav li a {
    font-size: 1rem;
  }

  .mPS2id-highlight-first {
    border-bottom: 0;
  }

  .nav .nav_link {
    height: auto;
    display: block;
    padding: 0;
  }

  .nav .nav_link:hover {
    color: #40A2FF;
  }

  #mobile-menu, .bar {
    /*display: block;*/
    display: none;
    cursor: pointer;
  }

  .mobile-nav {
    transform: translate(0%)!important;
    overflow-y: scroll !important;
  }

  .intro {
    width: auto !important;
    margin: 30px 16px 0 !important;
    color: #888;
  }

  .intro h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .about {
    width: auto !important;
    margin: 0 16px !important;
    padding: 125px 0 0 !important;
  }

  .key_features {
    width: auto !important;
    margin: 0 16px !important;
    padding: 125px 0 0 !important;
  }

  .swiper-features-container .swiper-slide {
    margin: 0 auto 16px !important;
  }

  .code {
    word-break: break-word;
  }

  .tabs_distos_caption {
    margin: 0;
    display: block;
  }

  .tabs_distos_caption li {
    margin: 20px 10px 0 0;
    display: inline-block;
  }

  .howtouse_container {
    width: auto;
    margin: 0 16px;
  }

  .swiper_cont {
    width: auto;
    margin: 0 16px;
  }

  .feedback_section {
    width: auto !important;
    margin: 0 16px 125px !important;
  }

  .feedback_section p {
    width: auto !important;
    margin: 0 16px 0 !important;
  }

  .footer {
    width: auto !important;
    margin: 0 16px 0;
    padding-bottom: 16px;
  }

  .footer_contents {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer_logos, .footer_social, .footer_nav {
    justify-content: center;
  }

  .footer_logos {
    margin: 0 0 30px;
  }

  .footer_logos li {
    padding: 0;
    margin: 0 10px;
    text-align: center;
    min-width: 36px;
  }

  .footer_logos li:last-child {
    padding: 0 0 0 12px;
    margin: 0;
    min-width: 57px;
    text-align: left;
  }

  .footer_logos li::after {
    right: -10px;
  }

  .footer_social li {
    margin: 0 12px;
  }

  .footer_nav {
    margin: 30px 0;
  }

  .nav-item {
    margin-left: 0 !important;
  }

  .nav-item a {
    font-size: 24px !important;
  }
  .nav-item.separated {
    border-top: 3px solid #686c72;
    margin-right: 15px !important;
    margin-top: 25px;
    width: 100%;
    padding-left: 0;
    padding-top: 40px !important;
    width: calc(100% - 30px);
  }

  .intro {
    margin: 30px 0 0 !important;
    background: radial-gradient(at center bottom, #1A3651 0%, #101A27 70%) !important;
    padding: 48px 24px;
  }

  .swiper-features-container .swiper-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 470px) {
  .navbar .logo {
    width: 37px;
    min-width: 37px;
    overflow: hidden;
    display: block;
  }
  .gh_stars img, .gh_stars span {
    display: none;
  }
  .gh_stars .gh_logo {
    display: inline-block;
  }
}

@media only screen and (max-width: 420px) {
  .about_clients a {
    margin: 0 5px 20px;
  }

  .about_awards a {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 320px) {
  .about_clients {
    display: block;
  }

  .about_awards {
    display: block;
  }

  .best_project2020 {
    display: inline-block;
    margin-bottom: 10px;
  }

  .about_awards a {
    display: block;
  }

  .about_clients a, .about_awards a {
    display: block;
  }
}

.button_primary {
  display: inline-block;
  border: 2px solid #40A2FF;
  background: #40A2FF;
  transition: all 0.5s ease-out;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

.button_primary:hover {
  border: 2px solid #277AC9;
  background: #277AC9;
  color: #fff !important;
  text-decoration: none;
}

.button_secondary {
  display: inline-block;
  background: #d9ecfd;
  transition: background 0.5s ease-out;
  border-radius: 8px;
  padding: 8px 10px;
  color: #101828 !important;
  text-decoration: none;
}

.button_secondary:hover {
  background: #fff;
  color: #101828 !important;
  text-decoration: none;
}

.intro {
  font-size: 17px;
  width: 1080px;
  margin: 30px auto 0 auto;
  color: #fff;
  background: radial-gradient(at center bottom, #1A3651 20%, #101a26 50%);
  padding: 48px 24px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  border: 1px solid #40A2FF !important;
  background: #40A2FF !important;
}

.intro h1 {
  font-size: 32px;
  color: #b5b9c2;
  margin: 0 0 24px;
  line-height: 1.05em;
}

.intro .button_secondary {
  margin-top: 20px;
}

.last_version_cont {
  min-height: 40px;
}

#lastVersion {
  display: none;
}

.last_version {
  border: 1px solid #40A2FF;
  border-radius: 10px;
  font-size: 11px;
  display: inline-block;
  position: relative;
  padding: 2px 20px 2px 20px;
  color: #fff;
  text-decoration: none;
}

.last_version:hover {
  background: #262f3c;
  text-decoration: none;
}

.last_version:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #40A2FF;
  border-radius: 5px;
}

.last_version:after {
  content: "→";
  position: absolute;
  right: 7px;
  font-size: 18px;
  margin: -5px 0 0;
}

.nowrap {
  white-space: nowrap;
}