.RichText_richText {
    color: #fff
}

.RichText_richText b,
.RichText_richText strong {
    font-weight: 700
}

.RichText_richText em,
.RichText_richText i {
    font-style: italic
}

.RichText_richText a {
    color: #dbcbdc;
    position: relative;
    text-decoration: underline
}

.RichText_richText a:after {
    background-color: #dbcbdc;
    bottom: -.1rem;
    content: "";
    display: inline-block;
    height: .2rem;
    left: auto;
    opacity: .8;
    position: absolute;
    right: 0;
    transition: width .3s ease-out;
    width: 0
}

.RichText_richText a:hover:after {
    left: 0;
    right: auto;
    width: 100%
}

.Hero_hero {
    padding-top: 12rem;
    position: relative;
    text-align: center
}

@media only screen and (min-width:768px) {
    .Hero_hero {
        padding: 25rem 0 9rem
    }
}

.Hero_description {
    margin: 2rem auto 4.8rem;
    max-width: 33rem
}

@media only screen and (min-width:768px) {
    .Hero_description {
        margin: 5.3rem auto 0;
        max-width: 64rem;
        padding: 0 1rem
    }
}

.Hero_cta {
    margin-top: 3rem;
    text-align: center
}

.Hero_longTitle {
    color: #ffcf26;
    font-family: Mirtha Display, Times New Roman, Georgia, serif;
    font-size: 60px;
    letter-spacing: -.04em;
    line-height: .7;
    text-transform: uppercase
}

@media screen and (min-width:460px) {
    .Hero_longTitle {
        font-size: calc(11.06383px + 10.6383vw)
    }
}

@media screen and (min-width:1400px) {
    .Hero_longTitle {
        font-size: 160px
    }
}

.Hero_sponsors {
    margin-top: 6rem
}

.Hero_sponsorsInner,
.Hero_sponsors {
    display: flex;
    justify-content: center
}

.Hero_sponsorsInner {
    background: #fff;
    border-radius: 3.2rem;
    flex-wrap: wrap;
    padding: 1rem 2rem;
    position: relative
}

.Hero_sponsorsInnerTitle {
    color: #dbcbdc;
    font-family: Sussie Intl, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    left: 50%;
    letter-spacing: .08em;
    line-height: 1.2;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-50%, -3rem);
    white-space: nowrap
}

.Hero_sponsorImageNew {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
    justify-content: center;
    margin: 0 15px;
    width: 120px
}

.Hero_sponsorImageNew img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.SiteBackground_siteBackground {
    background: linear-gradient(180deg, #000 25%, 40%, #095b95 59%, 68%, #01101a 80%);
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:768px) {
    .SiteBackground_siteBackground {
        background: linear-gradient(180deg, #095b95, #01101a 25%, 45%, #095b95 59%, 68%, #01101a 80%)
    }
}

.SiteBackground_siteBackground.SiteBackground_simple {
    background: linear-gradient(180deg, #095b95, 30%, #01101a)
}

.Newsletter_newsletter {
    position: relative
}

.Newsletter_headline {
    margin-bottom: 2rem
}

.Newsletter_description {
    margin: 0 auto 6rem;
    max-width: 37rem
}

.Newsletter_form {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

@media only screen and (min-width:768px) {
    .Newsletter_form {
        background-color: rgba(109 161 194 / 30%);
        border: 1px solid hsla(0, 0%, 85%, .1);
        border-radius: 999px;
        flex-direction: row;
        padding: .8rem
    }
}

.Newsletter_input {
    background-color: rgba(62, 60, 141, .3);
    border: 0;
    border: 1px solid hsla(0, 0%, 85%, .1);
    border-radius: 999px;
    margin-bottom: 2rem;
    outline: none;
    padding: 1.6rem 1.6rem 1.6rem 3.2rem;
    width: 100%
}

@media only screen and (min-width:768px) {
    .Newsletter_input {
        background-color: transparent;
        border: none;
        border-radius: 0;
        margin: 0 0 0 2.5rem;
        padding: 0
    }
}

.Newsletter_input::placeholder {
    color: #fff
}

.Newsletter_inputError {
    color: #ff5372
}

.Newsletter_inputError::placeholder {
    color: #ff5372
}

.Newsletter_submit {
    -webkit-appearance: none;
    appearance: none;
    background: #ffcf26;
    border: .2rem solid #ffcf26;
    border-radius: 999px;
    color: #0a5488;
    cursor: pointer;
    min-height: 56px;
    padding: 10px 21px;
    transition: background-color .1s ease-out, color .1s ease-out, border .1s ease-out
}

.Newsletter_submit:hover {
    background-color: #0a5488;
    border-color: #ffcf26;
    color: #ffcf26
}

@media only screen and (min-width:768px) {
    .Newsletter_submit {
        min-height: auto
    }
}

.Newsletter_buttonLabel {
    font-family: Sussie Intl, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700
}

.Newsletter_errorMessage,
.Newsletter_message {
    color: #fff;
    margin-top: 1.2rem;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {

    .Newsletter_errorMessage,
    .Newsletter_message {
        margin-top: .8rem;
        transform: none
    }
}

.Newsblock_latestNews {
    display: flex;
    flex-direction: column-reverse;
    margin: 10rem 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .Newsblock_latestNews {
        grid-gap: 2rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin: 10rem 0 0
    }
}

@media only screen and (min-width:768px)and (min-width:768px) {
    .Newsblock_latestNews {
        grid-gap: 3.2rem;
        grid-template-columns: repeat(12, 1fr)
    }
}

@media only screen and (min-width:768px) {
    .Newsblock_latestNews>* {
        grid-column: span 4/span 4
    }
}

@media only screen and (min-width:768px)and (min-width:768px) {
    .Newsblock_latestNews>* {
        grid-column: span 12/span 12
    }
}

.Newsblock_newsletter {
    text-align: center
}

@media only screen and (min-width:768px) {
    .Newsblock_newsletter {
        grid-column: span 6/span 6;
        grid-column-start: 4;
        margin-top: 1rem
    }
}

.ScheduleHeading_schedule {
    margin: 9rem auto;
    position: relative
}

@media only screen and (max-width:767px) {
    .ScheduleHeading_schedule {
        margin: 2rem auto 9rem
    }
}

.ScheduleHeading_scheduleWrapper {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .ScheduleHeading_scheduleWrapper {
        padding: 5rem 0
    }
}

.ScheduleHeading_columnsWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (min-width:768px) {
    .ScheduleHeading_columnsWrapper {
        flex-direction: row;
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

.ScheduleHeading_column {
    background: #000;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 1.2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 32px;
    position: relative;
    width: 100%
}

.ScheduleHeading_column:after {
    background: linear-gradient(to bottom right, #c1b407, #cc9600, #c1b407);
    border-radius: 1.2rem;
    bottom: -2px;
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .ScheduleHeading_column {
        margin-bottom: 0;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding: 54px 108px;
        width: 50%
    }
}

.ScheduleHeading_content {
    text-align: center
}

.ScheduleHeading_contentWrapper {
    position: relative
}

.ScheduleHeading_contentTitle {
    color: #ffcf26;
    font: normal 700 3rem/1.261;
    font-family: Mirtha Display, Times New Roman, Georgia, serif;
    font-weight: 400;
    letter-spacing: .08em;
    letter-spacing: .5px;
    letter-spacing: 0;
    margin-bottom: -1rem;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .ScheduleHeading_contentTitle {
        font: normal 700 3.8rem/1.261;
        letter-spacing: .08em
    }
}

.ScheduleHeading_contentDescriptionLeft,
.ScheduleHeading_contentDescriptionRight {
    color: #fff;
    margin: 3rem auto
}

.ScheduleHeading_contentDescriptionLeft span,
.ScheduleHeading_contentDescriptionRight span {
    color: #ffcf26
}

.program_download {
    display: none;
    margin: -5.8rem auto 8rem;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.program_download.program_downloadMobile {
    display: block;
    margin: 5rem auto
}

@media only screen and (min-width:768px) {
    .program_download {
        display: block
    }

    .program_download.program_downloadMobile {
        display: none
    }
}

.program_scheduleInner {
    border-radius: 0 0 2rem 2rem;
    overflow-y: hidden;
    padding: 3rem 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .program_scheduleInner {
        background-color: #0d5a92
    }
}

.program_scheduleDate {
    -ms-overflow-style: none;
    display: flex;
    height: 3500px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 5.5rem;
    position: relative;
    scrollbar-width: none
}

@media only screen and (min-width:768px) {
    .program_scheduleDate {
        background-color: #0d5a92;
        height: 4000px;
        padding-left: 9.5rem
    }
}

.program_scheduleDate::-webkit-scrollbar {
    display: none
}

.program_scheduleDateDates {
    background: linear-gradient(180deg, #0d5a92, #0a0517);
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    left: 0;
    -webkit-mask-image: linear-gradient(-90deg, transparent, #000 30%);
    mask-image: linear-gradient(-90deg, transparent, #000 30%);
    padding: 3rem 0;
    position: sticky;
    position: absolute;
    top: 0;
    width: 5.5rem;
    z-index: 100
}

@media only screen and (min-width:768px) {
    .program_scheduleDateDates {
        background: #0d5a92;
        font-size: 1.4rem;
        -webkit-mask-image: none;
        mask-image: none;
        width: 9.5rem
    }
}

.program_scheduleDateDatesInner {
    bottom: 3rem;
    left: 0;
    position: absolute;
    top: 3rem;
    width: 100%
}

.program_scheduleDateItem {
    align-items: center;
    display: flex;
    left: 0;
    position: absolute;
    top: var(--position);
    transform: translateY(-50%);
    width: 100%
}

@media only screen and (min-width:768px) {
    .program_scheduleDateItem {
        justify-content: center
    }
}

.program_scheduleDateList {
    cursor: grab;
    display: flex;
    padding-right: 3rem
}

.program_dateColumn {
    flex: 0 0 22.5rem;
    margin-right: 2rem;
    position: relative
}

.program_dateColumn.program_hidden {
    display: none
}

.program_emptyColumn {
    flex: 0 0 3rem
}

.program_headerButtons {
    align-items: center;
    display: flex;
    margin: 3rem 0;
    padding-left: 4rem;
}

.program_dateItem {
    display: none;
    left: 100%;
    top: 0;
    background-color: rgba(109 161 194);
    border-radius: 2rem;
    margin-bottom: 2rem;
    min-height: 3.6%;
    position: absolute;
    width: 200px;
    z-index: 10;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.calendar-event:hover .program_dateItem {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.program_dateItem a {
    display: block;
    padding: 1.5rem;
    text-decoration: none
}

.program_dateItem.program_hidden {
    display: none
}

.program_place {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 3rem;
    color: #dbcbdc;
    display: flex;
    font-family: Sussie Intl, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: .4rem 1.1rem .4rem .8rem;
    text-align: left;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.program_place:before {
    background-color: var(--color);
    border-radius: 50%;
    content: "";
    height: 1rem;
    margin-right: .8rem;
    width: 1rem
}

@media only screen and (min-width:768px) {
    .program_place {
        padding: .6rem 1.1rem .6rem .8rem
    }
}

.program_date {
    font-size: 1.4rem;
    line-height: 1;
    margin: .75rem 0
}

.program_tabs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
}

.program_category {
    color: #e1dae4;
    font-size: 1.4rem;
    letter-spacing: -.02rem
}

.program_tab {
    flex: 1;
    padding: 1rem 0;
    text-align: center
}

.program_tab.program_active {
    opacity: 1
}

@media only screen and (min-width:768px) {
    .program_tab.program_active {
        background-color: #0d5a92
    }

    .program_tab {
        background-color: #063e67;
        flex: auto;
        min-width: 172px;
        opacity: 1
    }
}

@media (max-width: 768px) {
    .program_tab {
        min-width: 100px;
        max-width: 100px;
        height: auto;
    }
}

.program_listItems {
    background-color: #112344;
    border-radius: 1.2rem;
    box-shadow: 0 4px 20px 0 rgba(41, 38, 51, .102);
    display: block;
    left: 50%;
    margin-top: 1rem;
    opacity: 0;
    padding: .8rem 1rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%) translateY(-1rem);
    transition: opacity .15s ease-in-out, transform 1s ease-in-out;
    width: 20rem;
    z-index: 101
}

.program_listItem {
    border-bottom: .1rem solid rgba(225, 218, 228, .3);
    font-family: Sussie Intl, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.142
}

.program_listItem:last-child {
    border-bottom: none
}

.program_labelItem {
    position: relative;
    text-align: center;
    z-index: 1
}

.program_listItemLink {
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.02rem;
    padding: .9rem .6rem .7rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.program_listItemLink div {
    background-color: var(--color);
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    margin-right: .8rem;
    width: 1rem
}

.program_listItemLink:focus,
.program_listItemLink:hover {
    background-color: #3887c1;
    color: #112344
}

.program_iconWrapper {
    display: grid;
    height: .8rem;
    margin-left: .8rem;
    margin-top: .5rem;
    width: .8rem
}

.program_buttonWrapper {
    margin-left: 1.6rem;
    padding-bottom: 1rem;
    position: relative
}

@media only screen and (max-width:767px) {
    .program_buttonWrapper:first-child {
        margin-left: 0
    }
}

.program_buttonWrapper:focus .program_listItems,
.program_buttonWrapper:hover .program_listItems {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
    transition: opacity .35s ease-in-out, transform .15s ease-in-out
}

.program_buttonWrapper:focus .program_buttonDropdown,
.program_buttonWrapper:hover .program_buttonDropdown {
    background-color: #ffcf26;
    color: #3e3c8d
}

.program_buttonWrapper:focus .program_buttonDropdown svg,
.program_buttonWrapper:hover .program_buttonDropdown svg {
    fill: #3e3c8d
}

.program_buttonDropdown {
    align-items: center;
    background-color: transparent;
    border: .2rem solid #ffcf26;
    border-radius: 1.6rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    padding: .7rem 1rem .8rem 1.5rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.program_buttonDropdown svg {
    fill: #ffcf26
}

.program_buttonLabel {
    font-family: Sussie Intl, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2
}

.program_scheduleHeader {
    display: flex;
    width: max-content;
    min-width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (min-width:768px) {
    .program_scheduleHeader {
        flex-direction: row
    }
}

.program_scheduleDateBorders {
    height: 100%;
    position: absolute;
    width: 100%
}

.program_scheduleDateBorder {
    align-items: center;
    display: flex;
    height: 24px;
    position: absolute;
    top: calc(var(--position));
    transform: translateY(-50%);
    width: calc(var(--width) - 3rem)
}

.program_scheduleDateBorder:after {
    background-color: rgba(109 161 194 / 30%);
    content: "";
    display: block;
    height: 2px;
    width: 100%
}