body {
    font-family: Helvetica;
    color: #39364f;
}

.body_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1676' height='430' viewBox='0 0 1676 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3405_50198)'%3E%3Cpath d='M1669.31 -124.702C1704.63 -198.281 1599.75 -278.89 1440.21 -219.509C1280.67 -160.128 1138.67 -174.472 940.588 -234.668C588.163 -341.792 438.492 -309.897 215.804 -220.763C150.423 -195.199 15.9418 -122.33 0.814447 -35.3897C-18.0424 73.26 298.334 62.7189 143.288 203.358C-11.7568 343.996 26.7216 552.457 835.628 313.658C939.215 283.079 1109.58 269.122 1259.68 366.729C1409.78 464.336 1549.16 434.834 1602.55 362.937C1716.96 208.836 1609.92 -1.08292 1669.31 -124.702Z' fill='%23EDF1FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3405_50198'%3E%3Crect width='1676' height='430' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: top;
    background-repeat: no-repeat;
}

.main_body_wrapper {
    display: flex;
    justify-content: center;
}

.main_body {
    padding: 0 0;
    padding-bottom: 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0;
}

.content_pane {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: grid;
    grid-template: 1fr / 1fr;
    padding: 0 20px;
}

.content_pane>.background {
    overflow: hidden;
    border-radius: 30px;
    border: 0;
    width: 100%;
    height: 100%;
    max-height: 470px;
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content_pane>.background>img {
    object-fit: cover;
    filter: blur(30px);
    width: 100%;
    height: 100%;
}

.content_pane>.foreground {
    height: 100%;
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    z-index: 2;
    margin: 0 -50px;
}

.content_pane>.foreground>img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 470px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.dp_padder {
    width: 40px;
    height: 10px;
}

.details_pane {
    padding: 0 20px;
    padding-top: 30px;
    display: flex;
}

.details_pane_internal {
    width: 100%;
}

h1 {
    font-weight: 800;
    padding: 10px 0 20px 0;
    margin: 0;
    color: #1e0a3c;
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (min-width:960px) {
    h1 {
        font-size: 3.25rem;
        line-height: 4rem;
    }
}

h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 800;
    padding: 20px 0 0 0;
    color: #1e0a3c;
}

.top-date {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

@media (min-width: 960px) {
    .top-date {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: bold;
    }
}

.summary {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

@media (min-width: 960px) {
    .summary {
        font-size: .875rem;
        line-height: 1.5rem;
    }
}

.navbar {
    height: 60px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #eeedf2;
    background: #fff;
    align-items: center;
}

.navbar>div {
    height: 100%;
}

.navbar>.links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar>.links>div {
    height: 100%;
    transform: translateY(-100%);
    padding: 0 5px;
    text-align: center;
    align-content: center;

    font-size: 1rem;
    font-weight: 600;
}

.orientale {
    font-size: 1.65rem;
    font-weight: 700;
    background-image: linear-gradient(to left, #00A, #A0A);
    color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
}

.orientale>.fulllogo {
    display: none;
}

.orientale>.smalllogo {
    display: flex;
    height: 100%;
}

.orientale>.smalllogo>img {
    padding: 8px;
}

@media (min-width:700px) {
    .navbar {
        margin: 0 0 10px 0;
        padding: 0 20px;
    }

    .orientale>.fulllogo {
        display: block;
    }

    .orientale>.smalllogo {
        display: none;
    }
}

.purchase_pane {
    width: 400px;
    padding-left: 30px;
}

.purchase_pane_inner {
    padding: 20px;
    border: 1px solid #eeedf2;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

@media (max-width:700px) {
    .purchase_pane {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 0;
        z-index: 3;
    }

    .purchase_pane_inner {
        border-radius: 0;
        border: 0;
        padding-bottom: 30px;
        border-top: 1px solid #eeedf2;
    }

    .details_pane_internal {
        padding-bottom: 110px;
    }
}

.price {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.purchase_button {
    padding-top: 15px;
    font-size: .875rem;
    line-height: 1.5rem;
    width: 100%;
    font-weight: 600;
}

.purchase_button>button {
    font-weight: 600;
    height: 44px;
    letter-spacing: .2px;
    line-height: 24px;
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s cubic-bezier(.4, 0, .3, 1);
    background-image: linear-gradient(70deg, #80F, #A0A);
    color: var(--eds-inverse-primary-brand, #fff);
    fill: var(--eds-inverse-primary-brand, #fff);
}

.purchase_button>button>* {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase_button>button>*:last-child {
    transform: translateY(-100%);
}

.purchase_button[active="false"]>button {
    --background-color: #eeedf2;
    background-image: linear-gradient(70deg, var(--background-color), var(--background-color));
    color: #999;
}

.dot {}

.overlay_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(28, 27, 39, .8);
    z-index: -1;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease-in-out;
}

.overlay_window[active="true"] {
    z-index: 120;
    opacity: 1;
}

.inner_overlay {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: none;
    flex-direction: column;
    position: absolute;
    pointer-events: all;
}

.inner_overlay[active="true"] {
    display: flex;
}

@media (min-width: 660px) {
    .inner_overlay {
        border-radius: 1rem;
        height: 95%;
        max-height: 720px;
        max-width: 1080px;
        width: 95%;
    }
}

.overlay_close {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 35;
}

.overlay_close>span {
    display: inline-block;
}

.overlay_close>span>button {
    background-color: rgba(248, 247, 250, .65);
    border-radius: 40px;
    height: 40px;
    padding: 8px;
    -webkit-transition: all .4s cubic-bezier(.4, 0, .3, 1);
    transition: all .4s cubic-bezier(.4, 0, .3, 1);
    width: 40px;
    color: #4b4d63;
    fill: #4b4d63;
    border: none;
    cursor: pointer;
}

.overlay_close>span>button>i {
    display: block;
    background-size: contain;
    line-height: 0;
    margin: 0 auto;
    box-sizing: initial;
    height: 24px;
    width: 24px;
}

.overlay_close>span>button>i>svg {
    height: 24px;
    width: 24px;
    overflow: hidden;
}

.inner_overlay_pane {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ticketwindow {
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imagewindow {
    border-left: 1px solid #eeedf2;
    position: absolute;
    transition: none;
    background-color: #f8f7fa;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    will-change: transform;
    z-index: 10;
    transition: transform .4s cubic-bezier(.4, 0, .3, 1), -webkit-transform .4s cubic-bezier(.4, 0, .3, 1);
    width: 100%;
    will-change: transform;
    transform: translateY(100%);
}

.imagewindow[status="extend"] {
    transform: translateY(0);
    z-index: 40;
}

.imagewindow>img {
    width: 100%;
    display: none;
}

.imagewindow>div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #f8f7fa;
    display: flex;
    justify-content: center;
    min-height: 60px;
    overflow: scroll;
    padding-bottom: 60px;
    padding-top: 25px;
}

@media (min-width: 800px) {
    .pageBottomPrice {
        display: none !important;
    }

    .ticketwindow {
        width: calc(100% - 360px);
    }

    .imagewindow {
        width: 360px;
        display: block;
        overflow: hidden;
        position: relative;
        transform: translateY(0);
    }

    .imagewindow>img {
        display: inline;
    }

    .ticketfooter>div>div>.price {
        display: none !important;
    }

    .imagewindow>div {
        top: auto;
        bottom: 0;
        height: calc(100% - 200px);
        padding-bottom: 0;
        padding-top: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1676' height='430' viewBox='0 0 1676 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3405_50198)'%3E%3Cpath d='M1669.31 -124.702C1704.63 -198.281 1599.75 -278.89 1440.21 -219.509C1280.67 -160.128 1138.67 -174.472 940.588 -234.668C588.163 -341.792 438.492 -309.897 215.804 -220.763C150.423 -195.199 15.9418 -122.33 0.814447 -35.3897C-18.0424 73.26 298.334 62.7189 143.288 203.358C-11.7568 343.996 26.7216 552.457 835.628 313.658C939.215 283.079 1109.58 269.122 1259.68 366.729C1409.78 464.336 1549.16 434.834 1602.55 362.937C1716.96 208.836 1609.92 -1.08292 1669.31 -124.702Z' fill='%23EDF1FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3405_50198'%3E%3Crect width='1676' height='430' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }
}

.imagewindow>div>i {
    display: flex;
    align-items: center;
}

.imagewindow>div>i>svg {
    height: 48px;
    width: 48px;
    fill: #cfcdd7;
}

.ticketwindow>header {
    position: relative;
    z-index: 1;
    flex: none;
    min-height: 52px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.ticketwindow>header>div {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.ticketwindow>header>div>h2 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #39364f;
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: .25px;
    margin-right: -.25px;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    padding-left: 44px;
    padding-right: 44px;
    text-align: center;
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticketwindow>header>div>div {
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

hr {
    height: 1px;
    width: 100%;
    background-color: #eeedf2;
    border: 0;
    margin: 0;
    box-sizing: content-box;
}

.ticketwindow>header>div>span {
    align-items: center;
    margin: auto;
    color: #6f7287;
    font-size: .875rem;
    line-height: 1.25rem;
    text-rendering: optimizeLegibility;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-content: center;
}

@media (min-width: 960px) {
    .ticketwindow>header>div>span {
        font-size: .75rem;
        line-height: 1rem;
    }
}

.ticketmain {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    flex-direction: column;
    min-height: 0;
}

.ticketmain>div {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    flex: 1 100%;
    overflow: hidden;
}

.ticketcontent {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;

    display: inline;
}

.ticketfooter {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #eeedf2;
    box-shadow: 0 -18px 50px 0 rgba(255, 255, 255, .8);
    width: 100%;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticketfooter>div {
    padding: 0 20px;
    padding-bottom: 15px;
    width: 100%;
}

.ticketfooter>div>div {
    margin: 0;
    min-height: 44px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.ticketfooter>div>div>.price {
    padding-bottom: 10px;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.ticketfooter>div>div>.price[status="hidden"] {
    cursor: default;
}

.ticketfooter>div>div>.price[status="hidden"]>span:first-child {
    visibility: hidden;
}

.ticketfooter>div>div>.price>span:first-child {
    transform: scale(1, -1);
}

.ticketfooter>div>div>.price[status="withdraw"]>span:first-child {
    transform: scale(1, 1);
}

.ticketfooter>div>div>.price>span>i {
    background-size: contain;
    display: inline-block;
    line-height: 0;
    margin: 0 auto;
    vertical-align: middle;
    box-sizing: initial;
    height: 24px;
    width: 24px;
}

.ticketfooter>div>div>.price>span>i>svg {
    height: 24px;
    width: 24px;
    overflow: hidden;
}

.ticketfooter>div>div>.purchase_button>button {
    padding: 0 30px;
}

.ticketcontent>div>div {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 1080px) {
    .ticketfooter>div {
        width: 83.3333333333%;
    }

    .ticketcontent>div>div {
        width: 83.3333333333%;
    }
}

@media (min-width: 792px) {
    .ticketfooter>div {
        width: 100%;
        padding: 0;
    }

    .ticketcontent>div>div {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 660px) {
    .ticketfooter>div {
        width: 83.3333333333%;
    }

    .ticketcontent>div>div {
        width: 83.3333333333%;
    }
}

.ticketfooter>div>div>.purchase_button {
    width: 100%;
    display: flex;
    justify-content: end;
}

@media (min-width: 660px) {
    .ticketfooter>div>div>.purchase_button {
        width: fit-content;
    }
}

.ticketcontentinner {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

@media (min-width: 1272px) and (max-width: 1607px) {
    .ticketcontentinner {
        margin-top: 32px;
    }
}

.ticketcontentinner>div>h2 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 2rem;
    margin-right: -.25px;
    color: #1e0a3c;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
    padding: 0;
}

@media (min-width: 960px) {
    .ticketcontentinner>div>h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.ticketselection {
    list-style-type: none;
    padding-left: 0px;
}

.ticketselection>li>div {
    background: #fff;
    display: flex;
}

.ticketselection>li>div>div {
    width: 100%;
    background: #fff;
    border: 2px solid #eeedf2;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-rendering: optimizelegibility;
    margin-top: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    transition: border .4s cubic-bezier(.4, 0, .3, 1);
}

.ticketselection>li>div>div[selected="true"] {
    border: 2px solid #3659e3;
}

.ticketselection>li>div>div>.title {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
}

.ticketselection>li>div>div>.title>.titletext {
    color: #39364f;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    text-rendering: optimizeLegibility;
    padding-right: 10px;
}

@media (min-width: 960px) {
    .ticketselection>li>div>div>.title>.titletext {
        line-height: 1.25rem;
    }
}

.ticketselection>li>div>div>.title>.num {
    display: flex;
    justify-content: center;
}

.ticketselection>li>div>div>.title>.num>div {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.ticketselection>li>div>div>.title>.num>div>.minus>button,
.ticketselection>li>div>div>.title>.num>div>.plus {
    border: none;
    border-radius: 8px;
    display: flex;
    height: 32px;
    width: 32px;
    justify-content: center;
    align-items: center;
    transition: background-color .4s cubic-bezier(.4, 0, .3, 1);
    text-transform: none;
    overflow: visible;
    color: inherit;
    font: inherit;
    margin: 0;
}

.ticketselection>li>div>div>.title>.num>div>.minus>button>i,
.ticketselection>li>div>div>.title>.num>div>.plus>i {
    background-size: contain;
    display: inline-block;
    line-height: 0;
    margin: 0 auto;
    box-sizing: initial;
    height: 24px;
    width: 24px;
}

.ticketselection>li>div>div>.title>.num>div>.minus>button>i>svg,
.ticketselection>li>div>div>.title>.num>div>.plus>i>svg {
    height: 24px;
    width: 24px;
    overflow: hidden;
}

.ticketselection>li>div>div>.title>.num>div>.middle {
    padding: 0;
    color: #1e0a3c;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 1.75rem;
    margin-right: -.25px;
    text-rendering: optimizeLegibility;
    height: 28px;
    margin: 0 16px !important;
}

@media (min-width: 960px) {
    .ticketselection>li>div>div>.title>.num>div>.middle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.ticketselection>li>div>div>.title>.num>div>.middle>span {
    display: inline-flex;
    opacity: 1;
    transform: translateZ(0);
    transition: .1s ease-in-out;
    position: relative;
}

.ticketselection>li>div>div>.title>.num *>button {
    background-color: #eeedf2;
    cursor: default;
    fill: #999;
}

.ticketselection>li>div>div>.title>.num *>button[clickable="true"] {
    background-color: #3d64ff;
    cursor: pointer;
    fill: #fff;
}

.ticketprice {
    font-size: 16px;
    color: #39364f;
    font-weight: 600;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.ticketdesc {
    line-height: 1.5rem;
    overflow: hidden;
    color: #6f7287;
    font-size: 14px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 660px) {}

.ordersummary {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 24px;
    padding-bottom: 40px;
    width: 83.3333333333%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    display: none;
    vertical-align: top;
}

.ordersummary>div {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-rendering: optimizeLegibility;
}

@media (min-width: 960px) {
    .ordersummary>div {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}

.ordersummary>div>.titleblock {
    margin-bottom: 24px;
    font-weight: 600;
    color: #1e0a3c;
}

.ordersummary>div>.lineitems {
    color: #39364f;
}

.ordersummary>div>.lineitems>* {
    margin-bottom: 16px;
    margin-top: 16px;
}

.ordersummary>div>.lineitems>*>* {
    margin: 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    color: #39364f;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.ordersummary>div>.lineitems>*>*:last-child {
    text-align: right;
    float: right;
}

.ordersummary>div>.ordertotals {
    margin-bottom: 16px;
    margin-top: 16px;
    color: #39364f;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 960px) {
    .ordersummary>div>.ordertotals {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.ordersummary>div>.ordertotals>* {
    margin: 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.ordersummary>div>.ordertotals>*:last-child {
    text-align: right;
    float: right;
}

.imagewindow>div[showorder="true"]>i {
    display: none;
}

.imagewindow>div[showorder="true"]>div {
    display: inline-block;
}

.ticketcontent>div {
    width: 100%;
    height: 100%;

    position: relative;

    z-index: -1;
    opacity: 0;

    transition: all 0.2s ease-in-out;

    overflow-y: auto;
    overflow-x: clip;
}

.ticketcontent>div>div {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ticketcontent>div>div {
    /* display: none; */
    display: block;
}

.ticketcontent>div[active="true"] {
    /* display: block; */
    z-index: 10;
    opacity: 1;
}

.backButton {
    border-radius: 40px;
    height: 40px;
    padding: 8px;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .3, 1);
    transition: all .2s cubic-bezier(.4, 0, .3, 1);
    width: 40px;
    color: #4b4d63;
    fill: #4b4d63;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    text-transform: none;
    overflow: visible;

    z-index: -1;
    opacity: 0;
}

.backButton:hover {
    background-color: #f8f7fa;
    color: #39364f;
    fill: #39364f;
}

.backButton[visible="true"] {
    z-index: 30;
    opacity: 1;
}

.ticketfooter {
    /* position: absolute;
    bottom: 0; */
    opacity: 1;
    z-index: 50;
}

.ticketfooter[visible="false"] {
    opacity: 0;
    z-index: -1;
    height: 0;
}

#overlayHeader[ischeckout="true"]>#overlaySubtitle {
    visibility: hidden;
}

#overlayHeader[ischeckout="true"]>#overlayTitle {
    transform: translateY(65%);
}

.checkoutPageHolder {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

    padding-left: 24px;
    padding-right: 24px;

    width: 100%;
}

.ticketHolderTitle {
    color: #39364f;
    font-weight: 700;
    letter-spacing: .25px;
    margin-right: -.25px;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.error_text {
    margin: 0;
    padding: 0;
    color: #c5162e;
    font-size: .875rem;
    line-height: 1.25rem;
    text-rendering: optimizeLegibility;
    padding-top: 4px;

    -webkit-animation-duration: .24s;
    animation-duration: .24s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
    animation-name: fadeIn;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 1 0%;
    min-width: 0;
}

.field_input {
    margin: 0;
    padding: 18px 12px 6px;
    background: none;
    border: none;
    color: #39364f;
    outline: none;
    font-size: 16px;
    line-height: 23px;
    min-height: 23px;
    padding: 12px;
    -webkit-transition: padding .16s cubic-bezier(.4, 0, .3, 1), color .4s cubic-bezier(.4, 0, .3, 1);
    transition: padding .16s cubic-bezier(.4, 0, .3, 1), color .4s cubic-bezier(.4, 0, .3, 1);
    white-space: nowrap;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 1 0%;
    min-width: 0;
}

.pct_sign {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    text-rendering: optimizeLegibility;
    color: #c5162e;
    padding-left: 2px;
}

@media (min-width: 660px) {
    .field_input {
        font-size: 14px;
        line-height: 22px;
        min-height: 22px;
    }
}

@media (min-width: 960px) {
    .ticketHolderTitle {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .error_text {
        font-size: .75rem;
        line-height: 1rem;
    }

    .pct_sign {
        font-size: .75rem;
        line-height: 1rem;
    }
}

.required_indicator:before {
    color: #e02e46;
    content: "* ";
}

.required_indicator_after:after {
    color: #e02e46;
    content: " *";
}

.text_input_block {
    display: grid;
    grid-template-columns: 100%;
}

@media (min-width: 600px) {
    .text_input_block {
        grid-template-columns: 50% 50%;
    }
}

.text_input_block>div {
    padding-right: 20px;
}

label {display: block;}

input[type=text] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  transition: 0.5s;
  outline: none;
}

input[type=text]:focus {
  border: 3px solid #555;
}
  
  .form-control + .form-control {
    margin-top: 1em;
  }
  
  .form-control--disabled {
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }
  
  input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
  
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
  
    display: grid;
    place-content: center;
  }
  
  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
  }
  
  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  
  input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
  }
  
  input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
  
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }

  #email-errors, #payment-message {
    color: #e02e46;
  }

  .hidden {
    /*display: none !important; */
    opacity: 0 !important;
  }

  .hidden-full {
    display: none !important;
  }
  
  
  .lds-ring,
  .lds-ring div {
    box-sizing: border-box;
  }
  .lds-ring {
    margin: 0px auto;
    position: relative;
    width: 36px;
    height: 36px;

    opacity: 1;

    transition: all .2s cubic-bezier(.4, 0, .3, 1);
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  #orderSummaryCloseButton[visible="false"] {
    display: none;
  }