﻿.dot_flashing
{
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #f4f4f4;
    animation: dotFlashing 1s linear infinite alternate;
    animation-delay: .5s;
}
.dot_flashing:after, .dot_flashing:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot_flashing:before
{
    left: -12px;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot_flashing:after, .dot_flashing:before
{
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #f4f4f4;
}
.dot_flashing:after
{
    left: 12px;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}
@keyframes dotFlashing
{
    0%
    {
        background-color: #f4f4f4;
    }
    50%, to
    {
        background-color: hsla(0,0%,96%,.2);
    }
}
.transition_fade-enter
{
    opacity: 0;
}
.transition_fade-enter-active
{
    transition: opacity .2s;
    opacity: 1;
}
.transition_fade-exit
{
    opacity: 1;
}
.transition_fade-exit-active
{
    transition: opacity .2s;
    opacity: 0;
}
.transition_bottom-enter
{
    opacity: 0;
    transform: translateY(100%);
}
.transition_bottom-enter-active
{
    transition: opacity .3s,transform .3s;
}
.transition_bottom-enter-active, .transition_bottom-exit
{
    opacity: 1;
    transform: translateY(0);
}
.transition_bottom-exit-active
{
    transition: opacity .3s,transform .3s;
}
.transition_bottom-exit-active, .transition_top-enter
{
    opacity: 0;
    transform: translateY(-100%);
}
.transition_top-enter-active
{
    transition: opacity .3s,transform .3s;
}
.transition_top-enter-active, .transition_top-exit
{
    opacity: 1;
    transform: translateY(0);
}
.transition_top-exit-active
{
    transition: opacity .3s,transform .3s;
    opacity: 0;
    transform: translateY(100%);
}
.transition_left-enter
{
    opacity: 0;
    transform: translateX(-100%);
}
.transition_left-enter-active
{
    transition: opacity .4s,transform .4s;
}
.transition_left-enter-active, .transition_left-exit
{
    opacity: 1;
    transform: translateX(0);
}
.transition_left-exit-active
{
    transition: opacity .4s,transform .4s;
}
.transition_left-exit-active, .transition_right-enter
{
    opacity: 0;
    transform: translateX(100%);
}
.transition_right-enter-active
{
    transition: opacity .4s,transform .4s;
}
.transition_right-enter-active, .transition_right-exit
{
    opacity: 1;
    transform: translateX(0);
}
.transition_right-exit-active
{
    transition: opacity .4s,transform .4s;
    opacity: 0;
    transform: translateX(-100%);
}
@keyframes wiggle
{
    0%
    {
        transform: rotate(0deg);
    }
    15%
    {
        transform: rotate(10deg);
    }
    30%
    {
        transform: rotate(-10deg);
    }
    45%
    {
        transform: rotate(10deg);
    }
    60%
    {
        transform: rotate(-10deg);
    }
    75%
    {
        transform: rotate(5deg);
    }
    90%
    {
        transform: rotate(-5deg);
    }
    to
    {
        transform: rotate(0deg);
    }
}
[data-theme=dark]
{
    color-scheme: dark;
}
[data-font="Proxima Nova"]
{
    font-family: Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,"sans-serif";
}
[data-font=Montserrat]
{
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,"sans-serif";
}
body
{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,"sans-serif";
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a
{
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 680px)
{
    .desktop-only
    {
        display: none;
    }
    .mobile-only
    {
        display: block;
    }
}
@media screen and (min-width: 681px)
{
    .desktop-only
    {
        display: block;
    }
    .mobile-only
    {
        display: none;
    }
}
.banner-text-container
{
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
}
.banner-text-container.left-image
{
    left: 60%;
}
.banner-text-container.right-image
{
    right: 60%;
}
.banner-text-container.text-left
{
    text-align: left;
}
.banner-text-container.text-right
{
    text-align: right;
}
.banner-text-container.text-center
{
    text-align: center;
}
.banner-gold-text
{
    background-color: #f9c700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.banner-gold-button
{
    color: #000;
    background-color: #f9c700;
    border-radius: 5px;
    font-weight: 900;
    border-radius: 50px;
}
.mobile-only .banner-gold-button
{
    padding: 5px 10px;
    font-size: min(3.4vw,68px);
}
.desktop-only .banner-gold-button
{
    padding: 10px 50px;
    font-size: min(1.5vw,30px);
}
div[id^=b_rqp4gmm7]
{
    display: none;
}
.day-title
{
    background-color: #f9c700;
    color: #191919;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
    transition: background-color .3s;
    border-radius: 5px;
}
.day-title[aria-expanded=true]
{
    border-radius: 5px 5px 0 0;
}
.day-content
{
    background-color: #191919;
    border: 1px solid #f9c700;
    color: #fff;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out,opacity .3s ease-out;
    box-sizing: border-box;
    padding: 0 15px;
}
.day-content.active
{
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}