.redirect-popin {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    overflow-wrap: break-word;
}
.redirect-popin-stay{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.redirect-popin-confirm{
    text-decoration: underline;
    cursor: pointer;
}

.redirect-popin .redirect-popin-content {
    font-family: NeueHaasGroteskDisp;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 3rem;
    width: 15%;
    height: auto;
    min-width: 400px;
    max-height: 90%;
    overflow: auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 1.2rem;
}
.redirect-popin-content p{
    text-align: left;
}
.redirect-popin-content-action{
    position: relative;
}

.redirect-popin-cross{
    position: relative;
    top: 1.5rem;
    right: 0.5rem;
    font-size: 1.2rem;
}

.popin-bullet{
    border: solid 1px;
    margin-top: 1em;
    padding: 1em 0;
}

.popin-bullet-cta{
    border: solid 1px;
    margin-top: 1em;
    color: #fff;
    background-color: #000000;
    padding: 1em 0;
}

.popin-bullet-cta a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.popin-bullet a{
    text-decoration: none;
    font-weight: 300;
}