.vpb-button {
    display: inline-flex;
    align-items: center;
	justify-content: space-between;
    background: rgb(255 255 255 / 50%) !important;
    color: #060E14 !important;
    border: none;
    border-radius: 16px;
    padding: 0 24px 0 20px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
	width: 122px;
    height: 60px;
}
.vpb-icon {
    line-height: 0;
}
.vpb-icon img {
    width: 20px;
    height: 20px;
}
button.lity-close {
    padding: 0;
    margin: 0;
    font-size: 32px !important;
    color: #fff;
	background: transparent !important;
    border: 0;
    top: 20px !important;
    right: 20px;
	transition: none !important;
}