.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container {
        max-width: 576px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1320px) {
    .container {
        max-width: 1320px
    }
}
.relative {
    position: relative
}
.left-0 {
    left: 0px
}
.top-0 {
    top: 0px
}
.z-50 {
    z-index: 50
}
.m-\[10px\] {
    margin: 10px
}
.ml-\[14px\] {
    margin-left: 14px
}
.mr-0 {
    margin-right: 0px
}
.mt-2 {
    margin-top: 0.5rem
}
.block {
    display: block
}
.flex {
    display: flex
}
.hidden {
    display: none
}
.h-\[11px\] {
    height: 11px
}
.w-\[11px\] {
    width: 11px
}
.w-full {
    width: 100%
}
.cursor-pointer {
    cursor: pointer
}
.flex-row {
    flex-direction: row
}
.flex-col {
    flex-direction: column
}
.flex-nowrap {
    flex-wrap: nowrap
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.bg-announcementBar-bg {
    background-color: var(--announcementBar-bg)
}
.p-\[5px\] {
    padding: 5px
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.text-\[10px\] {
    font-size: 10px
}
.text-\[11px\] {
    font-size: 11px
}
.text-sm {
    font-size: var(--font-sm)
}
.text-announcementBar-txt {
    color: var(--announcementBar-txt)
}

/* Auto-generated CSS for partials/pages/information_bar.htm */

@media not all and (min-width: 768px) {
    .max-md\:absolute {
        position: absolute
    }
    .max-md\:right-0 {
        right: 0px
    }
    .max-md\:top-0 {
        top: 0px
    }
}

@media (min-width: 768px) {
    .md\:\!mr-5 {
        margin-right: 1.25rem !important
    }
    .md\:\!mt-0 {
        margin-top: 0px !important
    }
    .md\:\!w-9\/12 {
        width: 75% !important
    }
    .md\:\!w-max {
        width: -moz-max-content !important;
        width: max-content !important
    }
    .md\:\!flex-row {
        flex-direction: row !important
    }
    .md\:\!justify-end {
        justify-content: flex-end !important
    }
    .md\:\!px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }
}

@media (min-width: 1024px) {
    .lg\:\!px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }
}
