.overlay[data-v-24d70bbc] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4000;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    font-family: LidlFontCondPro, Trebuchet MS, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1.4;
    color: #353b42;
    text-decoration: none;
    font-weight: 400
}

@media (min-width: 1280px) {
    .overlay[data-v-24d70bbc] {
        font-size: 1.125rem
    }
}

.overlay__container[data-v-24d70bbc] {
    position: fixed;
    left: 50%;
    top: 50vh;
    top: calc(calc(var(--vh, 1vh) * 100) / 2);
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center
}

.overlay__container--bottom[data-v-24d70bbc] {
    inset: auto 0 0;
    transform: none;
    display: block
}

.overlay__wrapper[data-v-24d70bbc] {
    position: relative;
    margin: .5rem;
    max-height: calc(100vh - 1.25rem);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 1.25rem);
    max-width: 100%;
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: .125rem
}

.overlay__container--bottom .overlay__wrapper[data-v-24d70bbc] {
    margin: 0
}

.overlay__content[data-v-24d70bbc] {
    position: relative;
    width: 46.875rem;
    max-width: calc(100vw - 1rem);
    max-height: calc(100vh - 4rem);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 4rem);
    overflow-y: auto
}

.overlay__content--standard[data-v-24d70bbc] {
    overflow: hidden;
    width: calc(100vw - 1rem);
    height: calc((100vw - 2rem)*.75);
    max-height: calc(100vh - 4rem);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 4rem);
    max-width: calc((100vh - 4rem)*1.333);
    max-width: calc((calc(var(--vh, 1vh) * 100) - 4rem) * 1.333)
}

.overlay__content--wide[data-v-24d70bbc] {
    overflow: hidden;
    width: calc(100vw - 2rem);
    height: calc((100vw - 2rem)*.5625);
    max-height: calc(100vh - 4rem);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 4rem);
    max-width: calc((100vh - 4rem)*1.7778);
    max-width: calc((calc(var(--vh, 1vh) * 100) - 4rem) * 1.7778)
}

.overlay__content--fixed-wide[data-v-24d70bbc] {
    width: 62.5rem
}

.overlay__content--short[data-v-24d70bbc] {
    width: 22rem
}

.overlay__content--bottom[data-v-24d70bbc] {
    width: 100%;
    max-width: 100%
}

.overlay__content--fullscreen-to-sm-max[data-v-24d70bbc] {
    height: 100vh;
    width: 100vw
}

@media (min-width: 960px) {
    .overlay__content--fullscreen-to-sm-max[data-v-24d70bbc] {
        overflow: hidden;
        width: calc(100vw - 1rem);
        height: calc((100vw - 2rem)*.75);
        max-height: calc(100vh - 4rem);
        max-height: calc(calc(var(--vh, 1vh) * 100) - 4rem);
        max-width: calc((100vh - 4rem)*1.333);
        max-width: calc((calc(var(--vh, 1vh) * 100) - 4rem) * 1.333)
    }
}

.overlay__close[data-v-24d70bbc] {
    border: none;
    outline: none;
    display: flex;
    cursor: pointer;
    background: none;
    position: absolute;
    justify-content: center;
    top: .5rem;
    right: 0;
    z-index: 1
}

.overlay__close .close[data-v-24d70bbc] {
    width: 2rem;
    height: 2rem
}

.overlay__close .close[data-v-24d70bbc]:focus,
.overlay__close .close[data-v-24d70bbc]:hover {
    background-color: #f1f2f3;
    border-radius: 50%
}

.overlay__close .close[data-v-24d70bbc]:before,
.overlay__close .close[data-v-24d70bbc]:after {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    height: 1rem;
    width: .0625rem;
    background-color: #353b42
}

.overlay__close .close[data-v-24d70bbc]:before {
    transform: rotate(45deg)
}

.overlay__close .close[data-v-24d70bbc]:after {
    transform: rotate(-45deg)
}

.overlay__title[data-v-24d70bbc] {
    border-bottom: .125rem solid #f1f2f3;
    margin: 0;
    padding: .5rem 3rem .5rem 1rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: 700
}

@media (min-width: 1280px) {
    .overlay__title[data-v-24d70bbc] {
        font-size: 1.375rem
    }
}

.overlay__title--short[data-v-24d70bbc] {
    width: 22rem
}