.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: 22px;
    right: 27px;
    color: #FFADA9;
    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: 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);
}

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

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

#ticket_examples {
    display: none;
}

.landing_page_popup_container .ticket_examples {
    width: 620px;
}

.ticket_examples{
    /* background-color: #ffffff; */
    padding: 40px 0 0;
}

.ticket_examples .section-details table {
    width: 100%;
    margin: 0px auto 15px;
    /* border-collapse: unset; */
    border-spacing: 5px;
    position: relative;
}

.ticket_examples .section-details th {
    color: #ffffff;
    text-align: center;
    background: #4E6C5F;
    vertical-align: middle;
    padding: 10px 15px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'DynaPuff-bold';
}

.ticket_examples .section-details td {
    background: rgba(246, 246, 246, 1);
    text-align: center;
    vertical-align: top;
    padding: 10px;
}

.ticket_examples img{
    margin: 0 auto;
    max-width: 90%;
 }

 .ticket_examples .triangle-icon-box {
    float: left;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

 .ticket_examples .triangle-icon-box .triangle {
    fill: #EC443D;
    stroke: #EC443D;
    stroke-width: 50;
}

.ticket_examples .ticket-counts {
    display: inline-block;
}

.ticket_examples .section-details td .ticket-count {
    font: normal normal normal 19px/22px 'DynaPuff-bold';
    float: left;
    padding-right: 5px;
    color: #000000;
}

@media (max-width: 550px) {
    .landing_page_popup_container .popup__content {
        width: 100%;
        min-height: 100%;
        margin: 10px auto;
    }
}
