
.banner_demo-wrapper {
   z-index: 999;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    inset: auto 0 0 0;
   
}

.banner_demo {
    z-index: 999;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #222;
    color: #ffffff;
    text-align: center;
    border: 2px solid #fff3;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    display: inline-flex;
    box-shadow: 0 2px 5px #0003;
	height: 90px;
	 width: 750px;
}

.banner_profile-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: .5rem;
    display: flex;
}

.button_demo {
    background-color: #ffffff;
    color: #121926;
    text-align: center;
    vertical-align: baseline;
    border-radius: 8px;
    padding: .5rem .8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    display: inline-block;
}
.w-button {
    color: #121926;
    line-height: inherit;
    cursor: pointer;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
	border-radius: 10px;
}

.demo-banner_dismiss {
    color: #d7d3d0;
    cursor: pointer;
    border-radius: 8px;
    margin-left: -.5rem;
    padding: .5rem;
    transition: all .2s;
}
.icon-embed-xsmall {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}
.banner_profile-pic {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-right: -8px;
}
img {
    max-width: 100%;
    display: inline-block;
}
img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.demo-banner_dismiss {
    color: #d7d3d0;
    cursor: pointer;
    border-radius: 8px;
    margin-left: -.5rem;
    padding: .5rem;
    transition: all .2s;
}


.demo-banner_dismiss:hover {
    color: #fff;
    background-color: #44403c;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    -webkit-appearance: none;
}

