.facebook-link {
  top: 150px;
  right: 0;
  position: fixed;
  z-index: 999;
}

.yellow-link {
    transition: all .2s;
}

.yellow-link:hover {
    color: #f0a130;
    text-decoration: none;
}

.white-link:hover {
    text-decoration: none;
    color: white;
}

.grey-link:hover {
    color: #303030;
    text-decoration: none;
}

.light-grey-btn, .integration-btn {
    text-transform: uppercase;
    border: 1px solid #E3E3E3;
    color: #8A8A8A;
    text-decoration: none;
    transition: all .3s;
    border-radius: 100px;
    font-weight: 600;
    line-height: normal;
    width: 83px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.light-grey-btn:hover, .integration-btn:hover {
    background-color:#E6E9ED;
    color: #8a8a8a;
    text-decoration: none;
}

.light-grey-btn.bigger {
    width: auto;
    height: auto;
    padding: 6px 14px;
}

.grey-btn:hover {
    color: #fff;
    background-color: #a8a8a8;
    border-color: #a8a8a8;
}

.grey-btn {
    color: #a8a8a8;
    border: 2px solid #a8a8a8;
    border-radius: 50px;
    padding: 13px 50px;
}

.main-btn {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    margin: 30px 0;
}

.main-btn.no-margin {
    margin: 0 !important;
}

.main-btn.try-btn {
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}

.main-btn:hover {
    text-decoration: none;
    filter: brightness(105%);
}

@media only screen and (max-width: 576px) {
    .main-btn {
        width: 100%;
        padding: 12px 0 !important;
    }

    .main-btn.margin {
        margin-bottom: 20px !important;
    }

    .mobile-width-100 {
        width: 100%;
    }
}
