.landing_page_popup_container .popup__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 130;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.landing_page_popup_container .popup__content {
    width: 720px;
    margin: 50px auto;
    position: relative;
    padding-top: 60px;
}

.landing_page_popup_container .popup__close_button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: "GillSans", sans-serif;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
}

.landing_page_popup_container .popup__close_button__cross {
    width: 18px;
    height: 18px;
    top: 0;
    left: 4px;
    display: inline-block;
    position: relative;
}

.landing_page_popup_container .popup__close_button__cross:before,
.landing_page_popup_container .popup__close_button__cross:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
}

.landing_page_popup_container .popup__close_button__cross:before {
    transform: rotate(45deg);
}

.landing_page_popup_container .popup__close_button__cross:after {
    transform: rotate(-45deg);
}

#ticket_examples {
    display: none;
}

.landing_page_popup_container .ticket_examples {
    width: 620px;
    background: rgba(34,58,74,75%);
    max-width: 95%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    border: 8px solid #FFFFFF;
    border-radius: 60px;
    box-shadow: 5px 10px rgba(0,0,0,75%);
}

.landing_page_popup_container .popup__close_button {
    position: absolute;
    top: 17px;
    right: 28px;
    color: #F3D158;
    font-family: "GillSans", sans-serif;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
}

.landing_page_popup_container .popup__close_button__cross {
    width: 18px;
    height: 18px;
    top: 0;
    left: 5px;
    display: inline-block;
    position: relative;
    color: #F3D158;
}

.landing_page_popup_container .popup__close_button__cross:before,
.landing_page_popup_container .popup__close_button__cross:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
}

.landing_page_popup_container .popup__close_button__cross:before {
    transform: rotate(45deg);
}

.landing_page_popup_container .popup__close_button__cross:after {
    transform: rotate(-45deg);
}

.landing_page_popup_container .popup__close_button__cross--green:before,
.landing_page_popup_container .popup__close_button__cross--green:after {
    background-color: #F3D158;
}

.landing_page_popup_container .popup__close_button__cross--grey:before,
.landing_page_popup_container .popup__close_button__cross--grey:after {
    background-color: #CCC;
}

@media (max-width: 720px) {
    .landing_page_popup_container .ticket_examples,
    .landing_page_popup_container .popup__content {
        width: 100%;
        margin: 15px auto;
        padding: 40px 4px;
    }
}
