::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropdown-menu {
    position: absolute !important;
}

.lh-sm {
    line-height: 100%;
}

p {
    line-height: 140%;
}

.font-weight-thin {
    font-weight: 100 !important;
}

.browser-mockup {
    border-top: 2em solid hsla(0,0%,90.2%,.7);
    box-shadow: 0 .1em .4em 0 rgba(0,0,0,.2);
    position: relative;
    border-radius: 3px 3px 0 0;
    margin: 0;
    -webkit-box-flex: 1;
    flex: 1;
}

.browser-mockup:before {
    display: block;
    position: absolute;
    content: "";
    top: -1.25em;
    left: 1em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44,1.5em 0 0 2px #fb5,3em 0 0 2px #9b3;
}

.payment-system {
    height: 24px;
    margin-bottom: 10px;
}

.font-weight-boldest {
    font-weight: 800 !important;
}

.text-black {
    color: rgb(39, 48, 54) !important
}

.hero-title {
    font-size: 64px;
}
