/*
 Theme Name: Heartland Gathering
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for Heartland Gathering

 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: none;
    font-weight: normal;
    overflow: auto;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html * {
    /* overscroll-behavior: none; */
}

body {
    margin: 0px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 0px !important;
    font-family: 'AlteHaasGrotesk_Bold';
    background-color: #eceddb;
    color: #423624;
    font-size: 1.0938vw;
    line-height: 1.2104vw;
    letter-spacing: -0.02em;
}

body.home {
    font-size: 1.1823vw;
    line-height: 1.1063vw;
    /* background-color: #423624; */
    color: #f7f6cb;
}

:root {
    --true-vh: 1vh;
    /* Fallback for older browsers */
}

body:not(.home) {
    /* font-size: 0.9259vw; */
    /* line-height: normal; */
}

.open_menu,.open_menu body {
    overflow: hidden;
}

body *,span, a,p {
    text-size-adjust: none;
}

h1 {
}

.mobile {
    display: none !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .mobile_version .site_scroller_parent::-webkit-scrollbar {
    display: none;
}

html, body {
    -ms-overflow-style: none;
}

header {
}

html, body {
    -ms-overflow-style: none;
}

html.home_html {
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    outline: none;
    /* margin-top: 0; */
    /* letter-spacing: -.02em; */
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

svg {
    overflow: visible;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

b, strong, h1, h2, h3, h4, h5, h6, label {
    font-weight: normal;
    /* margin: 0; */
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

a {
    color: #423624;
}

.home a {
    color: #f7f6cb;
}

b, strong {
}

.custom_clear::after {
    clear: both;
    display: block;
    content: '';
}

a {
    text-decoration: none
}

header {
    position: fixed;
    z-index: 10;
}

.home_container {
}

.home_container .home_videos {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_container .home_videos:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #a26400;
    z-index: 1;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.home_container .home_videos .home_video {
}

.home_container .home_videos .home_video.desktop {
}

.home_container .home_videos .home_video.mobile {
}

.home_container .home_videos .home_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.header {
    width: 100%;
    font-size: 1.0938vw;
    line-height: 1.0938vw;
    letter-spacing: -0.02em;
    padding-top: 2.9vw;
    padding-bottom: 2.9vw;
    pointer-events: none;
}

.header .header_logo,.header .menu_item ,.header .header_wrapper .tickets_btn {
    pointer-events: all;
}

.header .header_wrapper {
}

.countdown_timer {
    position: fixed;
    left: auto;
    text-align: center;
    padding: 0;
    z-index: 1;
    right: 3.125vw;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.open_about .countdown_timer {
    opacity: 0;
}

.countdown_timer .count {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 0.4056vw;
    text-align: center;
}

.countdown_timer .count .label {
    text-align: center;
    left: 0;
    left: 50%;
}

.header_logo {
    position: fixed;
    z-index: 1;
    width: 6.871vw;
    left: 4.0216vw;
    top: 2.1501vw;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.home .header_logo {
    opacity: 0;
    pointer-events: none;
}

.center_logo {
    position: fixed;
    z-index: 1;
    width: 15.4131vw;
    left: calc(50% - 7.70655vw);
    top: calc(50% - 3.52995vw);
    pointer-events: none;
}

.header_logo svg path {
    fill: #423624;
}

.center_logo svg {
    width: 100%;
    display: block;
    height: auto;
}

.center_logo span {
}

.header .header_wrapper .tickets_btn {
    position: absolute;
    height: 2.6042vw;
    text-align: center;
    line-height: calc(2.5042vw - 4px);
    border: 1px solid #423624;
    color: #423624;
    border-radius: 1.3214vw;
    font-size: 1.0938vw;
    cursor: pointer;
    pointer-events: all;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    padding: 0 1.244vw;
    letter-spacing: -0.02em;
    right: 3.125vw;
    top: 2.1369vw;
}

.home .header .header_wrapper .tickets_btn {
    border: 1px solid #f7f6cb;
    color: #f7f6cb;
}

.open_about .header .header_wrapper .tickets_btn {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.84);
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.84);
}

.header .header_wrapper .tickets_btn label {
    cursor: pointer;
    vertical-align: middle;
}
.header .header_wrapper .tickets_btn_hidden {
    display: none;
}
@media (orientation: portrait) {
    .header .header_wrapper .tickets_btn_hidden {
        display: block;
    }
}
.change_slider #fade_slider {
    opacity: 1;
}

.change_slider #scroll_slider {
    opacity: 0;
    pointer-events: none
}

.home_content {
    position: fixed;
    left: auto;
    text-align: center;
    padding: 0;
    z-index: 1;
    left: 3.125vw;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.home_content p {
    margin: 0;
}

.home_footer {
    position: fixed;
    z-index: 2;
    text-align: center;
    bottom: 3.0208vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.home_footer .home_footer_icon {
    width: 5.0451vw;
    margin: auto;
    margin-bottom: 0.859vw;
}

.home_footer .home_footer_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.home_footer .home_footer_arrow {
}

.home_footer .home_footer_arrow svg {
}

.section_arrow {
    width: 0.9344vw;
    margin: auto;
}

.section_arrow svg {
    display: block;
    width: 100%;
    height: auto;
}

.home_footer_text {
    padding-top: .1vw;
}

.main_menu_container {
    text-align: center;
}

.main_menu_container .main_menu {
}

.main_menu_container .main_menu ul {
}

.main_menu_container .main_menu ul li {
    display: inline-block;
    margin: 0 2.8086vw;
    position: relative;
}

.main_menu_container .main_menu ul li .sub_menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translate( -50%, 0%);
    -ms-transform: translate( -50%, 0%);
    transform: translate( -50%, 0%);
    width: 30vw;
    pointer-events: none;
    font-size: 0.7771vw;
    line-height: 0.9328vw;
    opacity: 0;
    -moz-transition: opacity .15s linear 0s;
    -ms-transition: opacity .15s linear 0s;
    -o-transition: opacity .15s linear 0s;
    transition: opacity .15s linear 0s;
}

.main_menu_container .main_menu ul li .sub_menu ul {
    display: inline-block;
    padding-top: 2vw;
    margin-top: -.2vw;
}

.main_menu_container .main_menu ul li .sub_menu ul li {
    display: block;
}

.main_menu_container .main_menu ul li .sub_menu ul li a {
}

body:not(.home) .main_menu_container .main_menu ul li a {
    color: #423624;
}

.main_menu_container .main_menu ul li a {
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    position: relative;
}

.main_menu_container .main_menu ul li a.active {
}

.section_background_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease;
    transition: opacity var(--duration-default,.25s) ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.section_background_container.active {
    opacity: 1;
}

.section_background_container_wrapper {
    will-change: transform;
}

.section_background_container img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
}

.section_background_container img.section_inverted_bk {
    transform: scale(1, -1);
    margin-bottom: -1px;
}

.section_hero {
    height: calc((var(--true-vh) * 100));
    position: relative;
}

.section_hero .section_hero_wrapper {
}

.section_hero .section_hero_wrapper .section_hero_icon,.section_artist_image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}

.section_artist_image {
    height: 75%
}

.section_artist_image img {
    display: block;
    width: auto;
    height: 100%;
    border-radius: 0.3151vw;
}
.plan_container .section_hero .section_hero_wrapper .section_hero_icon{
    width:15.965vw
}
.program_container .section_hero .section_hero_wrapper .section_hero_icon {
    width: 15.259vw;
}

.experience_container .section_hero .section_hero_wrapper .section_hero_icon {
    width: 15.773vw;
}

.about_container .section_hero .section_hero_wrapper .section_hero_icon {
    width: 10.9308vw;
}

.faqs_container .section_hero .section_hero_wrapper .section_hero_icon {
    width: 13.5411vw;
}

.contact_container .section_hero .section_hero_wrapper .section_hero_icon {
    width: 17.9247vw;
}

.section_hero .section_hero_wrapper .section_hero_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.section_hero .section_hero_wrapper .section_hero_footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 13.0208vw;
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_title {
    font-size: 3.0641vw;
    line-height: 3.9583vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_title:before {
    content: '';
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_title:after {
    content: '';
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_text {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_arrow {
    width: 0.8978vw;
    margin: auto;
    position: absolute;
    bottom: 1.4583vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    animation: jumpInfinite 1.5s infinite;
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_arrow svg {
    display: block;
    width: 100%;
    height: auto;
}

.page-template-template_about a, .page-template-template_about {
    color: #423624;
}

.section_hero .section_hero_wrapper .section_hero_footer .section_hero_arrow svg polyline, .section_hero .section_hero_wrapper .section_hero_footer .section_hero_arrow svg line {
    stroke: #423624;
}

.section_hero_icon_container {
    height: calc((var(--true-vh) * 100) - 13.0208vw );
    position: relative;
    padding-top: 4vw;
}

.section_hero_icon_container_wrapper {
    position: relative;
    height: 100%;
}

@keyframes jumpInfinite {
    0% {
        margin-bottom: 0;
    }

    50% {
        margin-bottom: -.5vw;
    }

    100% {
        margin-bottom: 0;
    }
}

#content,#colophon,#website_footer {
    transition: opacity .25s ease;
    transition: opacity var(--duration-default,.25s) ease
}

.website_unloading #content, .website_unloading #colophon,.website_unloading #website_footer {
    opacity: 0
}

.first_load #content, .first_load #colophon {
    opacity: 0
}

.custom_footer {
    font-size: 1.1823vw;
    line-height: 1.1063vw;
    letter-spacing: -0.02em;
    text-align: center;
}

.custom_footer .footer_wrapper {
}

.custom_footer .footer_wrapper .footer_related_posts {
    padding-top: 8.2031vw;
    text-align: center;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_title {
    padding-bottom: 1.9317vw;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_title:before {
    content: '';
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_title:after {
    content: '';
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3375vw;
    padding: 0 0.3375vw;
	display: none!important;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item {
    position: relative;
    display: block;
    color: #f7f6cb;
    height: 38.9223vw;
    overflow: hidden;
    -moz-transition: transform .35s ease-in-out;
    -ms-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    border-radius: 0.3151vw;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item .footer_related_posts_item_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1);
    transform-origin: center;
    background-repeat: no-repeat;
    -moz-transition: all .15s linear 0s;
    -ms-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item .footer_related_posts_item_image:before {
    content: '';
    background-color: #8d8f92;
    mix-blend-mode: multiply;
    opacity: .93;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item .footer_related_posts_item_title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    font-size: 3.0641vw;
    line-height: 3.9583vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 90%;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item .footer_related_posts_item_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.0754vw;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item .footer_related_posts_item_footer .footer_related_posts_item_footer_description {
    padding-bottom: 1.5vw;
}

.custom_footer .footer_wrapper .footer_related_posts .footer_related_posts_items .footer_related_posts_item .footer_related_posts_item_footer .see_more_btn {
    text-decoration: underline;
}

.custom_footer .footer_wrapper .footer_content {
    padding-top: 5vw;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_content_icon {
    width: 10.9644vw;
    margin: auto;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_content_icon svg {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_content_icon svg path {
    fill: #423624;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_content_main_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-top: 4.5736vw;
    padding-bottom: 10vw;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_menu {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_menu .footer_menu_container {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_menu .footer_menu_container .footer_menu {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_menu .footer_menu_container .footer_menu ul {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_menu .footer_menu_container .footer_menu ul li {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_menu .footer_menu_container .footer_menu ul li .footer_item {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom {
    padding-top: 7.0053vw;
    position: relative;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_date_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 3.6745vw;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_logo {
    width: 16.5353vw;
    margin: auto;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_logo svg {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_logo svg path {
    fill: #423623;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_location_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 3.6745vw;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_location_text .footer_bottom_location_text_content {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_location_text .footer_bottom_location_text_map_link {
    text-decoration: underline;
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_location_text .footer_bottom_location_text_map_link a.no-ajaxy {
}

.custom_footer .footer_wrapper .footer_content .footer_content_wrapper .footer_bottom .footer_bottom_copyright {
    padding-top: 6.8563vw;
    padding-bottom: 3.3106vw;
}

.footer_bottom_wrapper {
    position: relative;
}

.section_content_container {
    padding-top: 22.4856vw;
    text-align: center;
    padding-bottom: 5vw;
    position: relative;
}

.contact_container .section_content_container, .faqs_container .section_content_container, .experience_container .section_content_container, .single-artist .section_content_container {
    padding-top: 5.5vw
}

.program_container .section_content_container {
    padding-top: 7vw;
}

.plan_container .section_content_container {
    padding-top: 9.4792vw
}

.section_content_container .about_main_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 49.6625vw;
    margin: auto;
    padding-bottom: 12.0213vw;
}

.section_content_container .about_main_text p {
}

.section_content_container .about_secondary_text {
    font-size: 1.549vw;
    line-height: 1.9vw;
    letter-spacing: -0.02em;
    padding-bottom: 9.4471vw;
}

.section_content_container .about_secondary_text p {
}

.section_content_container .image_with_text_container {
    padding: 0 0.3375vw;
    position: relative;
}

.section_content_container .image_with_text_container .image_with_text_image {
    border-radius: 0.3151vw;
    background-size: cover;
    background-position: center;
}

.section_content_container .image_with_text_container .image_with_text_image_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 49.6625vw;
    top: 50%;
    left: 50%;
    position: absolute;
    color: #f7f6cb;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section_content_container .about_description_text {
    width: 44.1115vw;
    margin: auto;
    padding-top: 9.375vw;
    font-size: 1.549vw;
    line-height: 1.9vw;
    letter-spacing: -0.02em;
    padding-bottom: 24.0426vw;
}

.section_content_container .about_description_text p {
}

.section_content_container .about_slider_module {
    position: relative;
}

.section_content_container .about_slider_module .about_slider_module_title {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-bottom: 28.2826vw;
}

.section_content_container .about_slider_module .about_slider_module_slider {
    position: relative;
    height: 49.1664vw;
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper {
    height: 100%;
}

.section_content_container .about_slider_module .about_slider_module_slider {
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-wrapper {
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-wrapper .swiper-slide {
    padding: 0 0.16875vw;
    width: auto;
}
.festival_ground_and_map_section .map_container .map_container_title:before{
    content:""
}
.festival_ground_and_map_section .map_container .map_container_title:after{
    content:""
}
.parking_accessibility_section .parking_accesibility_section_sections .parking_accesibility_section_section .parking_accesibility_section_section_title:before{
        content:""
}
.parking_accessibility_section .parking_accesibility_section_sections .parking_accesibility_section_section .parking_accesibility_section_section_title:after{
        content:""
}
.section_content_container .about_slider_module .about_slider_module_slider .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_slide_image, .section_content_container .about_slider_module .about_slider_module_slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .swiper_slide_image {
    opacity: 1;
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-wrapper .swiper-slide .swiper_slide_image {
    opacity: .41;
    -moz-transition: opacity .3s linear 0s;
    -ms-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    border-radius: 0.3151vw;
    overflow: hidden;
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-button-next , .section_content_container .about_slider_module .about_slider_module_slider .swiper-button-prev {
    width: 1.3652vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 2.9473vw;
    z-index: 1;
    cursor: pointer;
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-button-next svg , .section_content_container .about_slider_module .about_slider_module_slider .swiper-button-prev svg {
    display: block;
    width: 100%;
    height: auto;
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-button-next svg path, .section_content_container .about_slider_module .about_slider_module_slider .swiper-button-prev svg path {
    fill: #423624;
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-button-prev svg {
    transform: rotate(180deg);
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-button-next {
}

.section_content_container .about_slider_module .about_slider_module_slider .swiper-button-prev {
    left: 2.9473vw;
    right: auto;
}

.section_content_container .about_rotative_text_module {
    padding-top: 21.4903vw;
    font-size: 1.549vw;
    line-height: 1.9vw;
    letter-spacing: -0.02em;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper {
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_text {
    width: 41.5141vw;
    margin: auto;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_text p {
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_content {
    padding-bottom: 13.5417vw;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_content .about_rotative_text_module_content_title.top_title {
    padding-top: 8.3333vw;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_content .about_rotative_text_module_content_items {
    height: 33.351vw;
    position: relative;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_content .about_rotative_text_module_content_items .about_rotative_text_module_content_item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 50vw;
    margin: auto;
    opacity: 0;
    -moz-transition: opacity .5s linear 0s;
    -ms-transition: opacity .5s linear 0s;
    -o-transition: opacity .5s linear 0s;
    transition: opacity .5s linear 0s;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_content .about_rotative_text_module_content_items .about_rotative_text_module_content_item.active {
    opacity: 1;
}

.section_content_container .about_rotative_text_module .about_rotative_text_module_wrapper .about_rotative_text_module_content .about_rotative_text_module_content_title.bottom_title {
}

.section_content_container .about_bottom_module {
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper {
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    position: relative;
    height: 27.4192vw;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item {
    text-align: left;
    position: absolute;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item .about_bottom_module_text_item_line {

}
.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item .about_bottom_module_text_item_line.visible{

}
.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item1 {
    left: 18.3065vw;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item2 {
    right: 6.9271vw;
    top: 12.367vw;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item1 .about_bottom_module_text_item_line.about_bottom_module_text_item_line_1 {
    transition-delay: 0s;}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item1 .about_bottom_module_text_item_line.about_bottom_module_text_item_line_2 {
    padding-left: 4.9593vw;
    transition-delay: .2s;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item2 .about_bottom_module_text_item_line.about_bottom_module_text_item_line_1 
{transition-delay: 0s;}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item2 .about_bottom_module_text_item_line.about_bottom_module_text_item_line_2 {
    padding-left: 15.7813vw;
    transition-delay: .2s;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_text_items .about_bottom_module_text_item.about_bottom_module_text_item2 .about_bottom_module_text_item_line.about_bottom_module_text_item_line_3 {
    padding-left: 7.1808vw;
    transition-delay: .3s;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_image_container {
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_image_container .about_bottom_module_image {
    border-radius: 0.3151vw;
    width: 52.1983vw;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.section_content_container .about_bottom_module .about_bottom_module_wrapper .about_bottom_module_bottom_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-top: 12.2724vw;
}

.swiper_slide_image {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.contact_items_container {
}

.contact_items_container .contact_item {
    padding-bottom: 4.3854vw;
}

.contact_items_container .contact_item:last-child {
    padding: 0;
}

.contact_items_container .contact_item .contact_item_title {
    padding-bottom: 1vw;
}

.contact_items_container .contact_item .contact_item_title:before {
    content: '';
}

.contact_items_container .contact_item .contact_item_title:after {
    content: '';
}

.contact_items_container .contact_item .contact_item_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
}

.contact_items_container .contact_item .contact_item_text p {
}

.contact_items_container .contact_item .contact_item_text p a {-moz-transition: opacity .15s linear 0s;-ms-transition: opacity .15s linear;-o-transition: opacity .15s linear 0s;transition: opacity .15s linear 0s;}

.contact_items_container .contact_item .contact_item_text p u{
    text-decoration-thickness: .15vw;
}
.faq_items_container {
    padding: 0 4.0216vw;
}

.faq_items_container .faq_item_container {
    padding-bottom: 7vw;
}

.faq_items_container .faq_item_container .faq_item_title {
    font-size: 1.549vw;
    line-height: 1.9057vw;
    letter-spacing: -0.02em;
    padding-bottom: 2.0833vw;
}

.accordion_items_section {
}

.accordion_items_section .accordion_items_item {
    border-bottom: 1px solid #443521;
}

.accordion_items_section .accordion_items_item:first-child {
    border-top: 1px solid #443521;
}

.accordion_items_section .accordion_items_item .accordion_items_item_header {
    position: relative;
    font-size: 3.0641vw;
    line-height: 3.9583vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    line-height: 2.9333vw;
    cursor: pointer;
    padding: 1.7vw 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.accordion_items_section .accordion_items_item .accordion_items_item_header label {
    cursor: pointer;
}

.accordion_items_section .accordion_items_item .accordion_items_item_header > span {
    width: 1.7955vw;
    position: absolute;
    right: 0.8279vw;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.accordion_items_section .accordion_items_item .accordion_items_item_header span svg {
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: transform .3s linear 0s;
    -ms-transition: transform .3s linear 0s;
    -o-transition: transform .3s linear 0s;
    transition: transform .3s linear 0s;
}

.accordion_items_section .accordion_items_item.open .accordion_items_item_header span svg {
    transform: rotate(180deg)
}

.accordion_items_section .accordion_items_item .accordion_items_item_header span svg line, .accordion_items_section .accordion_items_item .accordion_items_item_header span svg polyline {
    stroke: #423624 !important;
}

.accordion_items_section .accordion_items_item .accordion_items_item_body {
    display: none;
}

.accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper {
    width: 44.5803vw;
    margin: auto;
    padding-bottom: 2.5833vw;
    font-size: 1.549vw;
    line-height: 1.9057vw;
    letter-spacing: -0.02em;
    padding-top: .5vw;
}

.accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper p {
}

.inner_section_menu {
    position: absolute;
  padding-top: 7.38537vw;
    left: 4.0216vw;
    z-index: 12;
    display: flex;
    flex-direction: column;
    top: 0;
    pointer-events: none;
    /* padding-top: 0;
     top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); */
}
@media (orientation: landscape) {
    .inner_section_menu{
        padding-top:0;
        height: 100vh;
    }
  .inner_section_menu .inner_section_menu_wrapper{
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position:absolute;
    width: 18vw;
}
}

.fix_sections_menu_bottom .inner_section_menu {
   /*  position: absolute;
    bottom: 0;
    top: auto;
    -ms-transform: translate(0%,0);
    transform: translate(0%,0); */
}

.inner_section_menu_item {
    cursor: pointer;
    transition: color 0.3s;
    /* font-size: 1.0938vw; */
    /* line-height: 1.2104vw; */
}

.inner_section_menu_item span {
    pointer-events: all;
    position: relative;
}

.inner_section_menu_item span:before {
    content: '';
    position: absolute;
    width: 0.3266vw;
    height: 0.3266vw;
    background-image: url(images/dot.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: -.8vw;
    -moz-transition: opacity .3s linear 0s;
    -ms-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    opacity: 0;
}

.inner_section_menu_item.active span:before {
    opacity: 1;
}

.inner_section_menu_item.active {
}

.section_container {
    position: relative;
}

.section_content_container {
}

.section_content_container .experience_rotative_text_module {
    position: relative;
    height: 35.4224vw;
}

.section_content_container .experience_rotative_text_module .experience_rotative_text_module_wrapper {
}

.section_content_container .experience_rotative_text_module .experience_rotative_text_module_wrapper .experience_rotative_text_module_content {
}

.section_content_container .experience_rotative_text_module .experience_rotative_text_module_wrapper .experience_rotative_text_module_content .experience_rotative_text_module_content_items {
}

.section_content_container .experience_rotative_text_module .experience_rotative_text_module_wrapper .experience_rotative_text_module_content .experience_rotative_text_module_content_items .experience_rotative_text_module_content_item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 50vw;
    margin: auto;
    opacity: 0;
    -moz-transition: opacity .3s linear 0s;
    -ms-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
}

.section_content_container .experience_rotative_text_module .experience_rotative_text_module_wrapper .experience_rotative_text_module_content .experience_rotative_text_module_content_items .experience_rotative_text_module_content_item.active {
    opacity: 1;
}

.section_content_container .experience_slider_module {
    padding-bottom: 13.332vw;
}

.section_content_container .experience_slider_module .experience_slider_module_title {
    width: 30.5177vw;
    margin: auto;
    font-size: 1.549vw;
    line-height: 1.9vw;
    letter-spacing: -0.02em;
    padding-bottom: 7.4479vw;
}

.experience_slider_module_slider {
    height: calc((var(--true-vh) * 100));
    padding: 0 0.3196vw;
}

.experience_slider_module_slider {
}

.experience_slider_module_slider .swiper {
    height: 100%;
    border-radius: 0.3151vw;
}

.experience_slider_module_slider .swiper .swiper-wrapper {
}

.experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide {
}

.experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image {
    height: 100%;
    position: relative;
}

.experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image .experience_slider_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 49.6625vw;
    top: 50%;
    left: 50%;
    position: absolute;
    color: #f7f6cb;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.section_content_container .experience_slider_module .experience_slider_module_bottom_title {
    padding-top: 11.5696vw;
    width: 51.6891vw;
    margin: auto;
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
}

.section_content_container .experience_category_items {
}

.section_content_container .experience_category_items .experience_category_item {
    padding-bottom: 9.4225vw;
}

.section_content_container .experience_category_items .experience_category_item:last-child {
    padding-bottom: 0;
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_title {
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_title:before {
    content: ''
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_title:after {
    content: ''
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_text {
    padding-top: 9.5696vw;
    width: 51.6891vw;
    margin: auto;
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_coming_soon {
    font-size: 1.549vw;
    line-height: 1.9vw;
    letter-spacing: -0.02em;
    padding-top: 4vw;
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_coming_soon:before {
    content: ''
}

.section_content_container .experience_category_items .experience_category_item .experience_category_item_coming_soon:after {
    content: ''
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container {
    padding-top: 7.5525vw;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid_header {
    padding-bottom: 4.477vw;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid_header .see_full_line_up_btn {
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid_header .see_full_line_up_btn a {
    text-decoration: underline;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3375vw;
    padding: 0 0.3375vw;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid.even {
    grid-template-columns: repeat(2, 1fr);
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item {
    position: relative;
    display: block;
    color: #f7f6cb;
    height: 38.9223vw;
    overflow: hidden;
    -moz-transition: transform .35s ease-in-out;
    -ms-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    border-radius: 0.3125vw;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item .artists_grid_item_image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1);
    transform-origin: center;
    background-repeat: no-repeat;
    -moz-transition: all .15s linear 0s;
    -ms-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item .artists_grid_item_image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, #5e5d51 0%, #ffffff 100% );
    opacity: 0.93;
    mix-blend-mode: multiply;
    pointer-events: none;
    border-radius: 6px;
    z-index: 2;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item .artists_grid_item_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.0754vw;
    max-width: 32.8125vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item .artists_grid_item_footer .artists_grid_item_footer_title {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-bottom: 1.5vw;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item .artists_grid_item_footer .artists_grid_item_footer_description {
    padding-bottom: 1.5vw;
}

.section_content_container .experience_category_items .experience_category_item .artists_grid_container .artists_grid .artists_grid_item .artists_grid_item_footer .see_more_btn {
    text-decoration: underline;
}

.experience_slider_module_slider .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.6289vw;
    height: 0.6289vw;
    background: #f7f6cb;
    margin: 0 0.1676vw;
    opacity: .35;
}

.experience_slider_module_slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.experience_slider_module_slider .swiper .swiper-pagination {
    bottom: 1.5957vw
}

.swiper_slide_image::after {
    content: "";
    /* position: absolute; */
    inset: 0;
    background: linear-gradient( to bottom, #ffffff 0%, rgba(237, 237, 235, 0.93) 7%, rgba(190, 190, 185, 0.76) 22%, rgba(116, 115, 105, 0.48) 44%, rgba(94, 93, 81, 0.4) 50%, #ffffff 100% );
    opacity: 0.93;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}

.artist_sections_container {
}

.artist_sections_container .artist_section {
}

.artist_sections_container .artist_section#bio {
}

.artist_sections_container .artist_section#music {
}

.artist_sections_container .artist_section .artist_section_wrapper {
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_title {
    margin-bottom: 4vw;
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_title:before {
    content: '';
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_title:after {
    content: '';
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 51.895vw;
    margin: auto;
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_content {
    padding: 3.5vw 4.1146vw 4vw 4.1146vw;
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_content.custom_clear {
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_content .artist_section_image_container {
    width: 50%;
    float: left;
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_content .artist_section_image_container .artist_section_image {
    text-align: left;
    min-height: 2vw;
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_content .artist_section_image_container .artist_section_image img {
    display: block;
    width: 100%;
	max-width: 100%;
    height: auto;
    border-radius: 0.3125vw;
}

.artist_sections_container .artist_section .artist_section_wrapper .artist_section_content .artist_section_main_text {
}

.links_section {
    padding: 0 4.1146vw;
}

.links_section#link {
}

.links_section .link_section._title {
    margin-bottom: 1vw;
}

.links_section .link_section._title:before {
    content: '';
}

.links_section .link_section._title:after {
    content: '';
}

.links_section .links_section_list {
}

.links_section .links_section_list ul {

}
.links_section .links_section_list.two_columns ul {
    column-count: 2;
    column-gap: 0.4167vw;
}

.links_section .links_section_list ul li {
}

.links_section .links_section_list ul li a {
}

.links_section .links_section_list ul li a.no-ajaxy {
}

.artist_section_main_text_container {
    width: auto;
    overflow: hidden;
    text-align: left;
    font-size: 1.137vw;
    line-height: 1.3984vw;
    padding-right: 5.9822vw;
    padding-left: 6.7113vw;
    letter-spacing: -0.02em;
}

.links_section_wrapper {
    width: 50%;
    float: right;
    text-align: left;
    font-size: 1.137vw;
    line-height: 1.3984vw;
    padding-right: 5.9822vw;
    padding-left: 6.7113vw;
    letter-spacing: -0.02em;
}

.program_main_text {
    width: 59vw;
    margin: auto;
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-bottom: 11vw;
}

::selection {
    background-color: #423624;
    color: #f7f6cb;
}

::-moz-selection {
    background-color: #423624;
    color: #f7f6cb;
}

.program_item_container_title {
    padding-bottom: 3.6458vw;
}

.program_item_container_title:before {
    content: '';
}

.program_item_container_title:after {
    content: '';
}

.program_item_container {
    padding: 0 4.1221vw;
}

.program_item_container .program_item_container_title {
}

.program_item_container .accordion_items_section {
}

.program_item_container .accordion_items_section .accordion_items_item {
    border-color: #443521;
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_header {
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_header .program_item_date {
    position: absolute;
    font-size: 1.0938vw;
    line-height: 1.2104vw;
    letter-spacing: -0.02em;
    font-family: 'AlteHaasGrotesk_Bold';
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_header label {
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_header span {
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body {
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper {
    width: 100%;
    padding-top: 0;
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements {
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements .line_up_item {
    position: relative;
    padding: 2.3734vw 12.7093vw;
    border-top: 1px solid  #443521;
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements .line_up_item .line_up_item_category_title {
    position: absolute;
    left: 0;
    font-size: 1.0938vw;
    line-height: 1.2104vw;
    letter-spacing: -0.02em;
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements .line_up_item .line_up_item_category_artist_list {
    font-size: 3.0641vw;
    line-height: 3.975vw;
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements .line_up_item .line_up_item_category_artist_list .line_up_item_category_artist_list_item {-moz-transition: opacity .15s linear 0s;-ms-transition: opacity .15s linear;-o-transition: opacity .15s linear 0s; 0s;transition: opacity .15s linear 0s;display: inline-block;}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements .line_up_item .line_up_item_category_artist_list .line_up_item_category_artist_list_item label {
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    pointer-events: none;
}

.program_item_container .accordion_items_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .line_up_elements .line_up_item .line_up_item_category_artist_list .line_up_item_category_artist_list_item span {
    vertical-align: top;
    text-transform: uppercase;
    font-size: 1.0938vw;
    line-height: 2.975vw;
    letter-spacing: -0.02em;
    margin-left: .5vw;
}

.section_icon {
    position: absolute;
    width: 1.3625vw;
    height: 1.3625vw;
    left: -1.8vw;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -moz-transition: all .15s linear 0s;
    -ms-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
    opacity: 0;
    pointer-events: none;
}

.inside_content .main_menu_container .main_menu ul li a.active .section_icon {
    opacity: 1;
}

.section_icon svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.section_icon svg path {
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.home .section_icon svg path {
    fill: #f7f6cb;
    stroke: #f7f6cb;
}

.tickets_section {
    padding-bottom: 16.9681vw;
}

.tickets_section.inner_section {
}

.tickets_section .tickets_section_columns {
}

.tickets_section .tickets_section_columns.custom_clear {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.0125vw;
    padding: 0 4.1256vw;
    text-align: left;
}

.tickets_section .tickets_section_columns .accordion_column {
}

.tickets_section .tickets_section_columns .accordion_column .accordion_items_section {
}

.tickets_section .tickets_section_columns .accordion_column .accordion_items_section.custom_clear {
}

.tickets_section .tickets_section_columns .accordion_column .accordion_items_section .accordion_items_item {
    border-color: #443521;
}

.tickets_section .tickets_section_columns .accordion_column .accordion_items_section .accordion_items_item.no_content {
}

.tickets_section .accordion_items_item .accordion_items_item_header {
    padding: 1.64vw 0;
}

.tickets_section .accordion_items_item.no_content .accordion_items_item_header {
    cursor: default
}

.tickets_section .accordion_items_item .accordion_items_item_header .accordion_items_item_data {
}

.tickets_section .accordion_items_item .accordion_items_item_header .accordion_items_item_data .accordion_items_item_title {
}

.tickets_section .accordion_items_item .accordion_items_item_header .accordion_items_item_data .accordion_items_item_title label {
    font-size: 2.2516vw;
    line-height: 2.7516vw;
    letter-spacing: -.06em;
    display: block;
}

.tickets_section .accordion_items_item .accordion_items_item_header .accordion_items_item_data .accordion_items_item_subtitle {
    font-family: 'AlteHaasGrotesk_Bold';
    font-size: 1.0938vw;
    line-height: 1.5vw;
    letter-spacing: -.02em;
}

.tickets_section .accordion_items_item .accordion_items_item_header .accordion_items_item_data .accordion_items_item_details {
    font-size: 0.7771vw;
    line-height: 0.9328vw;
    vertical-align: 1.1vw;
    letter-spacing: -.02em;
    font-family: 'AlteHaasGrotesk_Bold';
    margin-left: .2vw;
}

.tickets_section .accordion_items_item .accordion_items_item_header .tickets_btn_container {
    position: absolute;
    right: 5.1628vw;
    /* top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); */
    top: 1.7vw;
}

.tickets_section .accordion_items_item .accordion_items_item_header .tickets_btn_container .tickets_accordion_btn {
    height: 2.6042vw;
    text-align: center;
    line-height: calc(2.5042vw - 1px);
    border: 1px solid #423624;
    color: #423624;
    border-radius: 1.3214vw;
    font-size: 1.0938vw;
    cursor: pointer;
    pointer-events: all;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    padding: 0 1.244vw;
    letter-spacing: -0.02em;
}

.tickets_section .accordion_items_item .accordion_items_item_header .tickets_btn_container .tickets_accordion_btn.btn {
    width: 7.5674vw;
    font-family: 'AlteHaasGrotesk_Bold';
    overflow: hidden;
    display: block;
}

.tickets_section .accordion_items_item .accordion_items_item_header .tickets_btn_container .tickets_accordion_btn.btn.no-ajaxy {
}

.tickets_section .accordion_items_item .accordion_items_item_header .tickets_btn_container .tickets_accordion_btn label {
}

.tickets_section .accordion_items_item .accordion_items_item_header .tickets_btn_container .tickets_accordion_btn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'AlteHaasGrotesk_Bold';
    background: #443521;
    border-radius: 1.3214vw;
    color: #ebe7cb;
    -moz-transition: opacity .3s linear 0s;
    -ms-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    opacity: 0;
    padding-top: 0.05208vw;
}

.tickets_section .accordion_items_item .accordion_items_item_header > span {
    right: 2vw;
    top: 50%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: 2vw;
}

.tickets_section .accordion_items_item .accordion_items_item_header > span svg {
}

.tickets_section .accordion_items_item .accordion_items_item_body {
}

.tickets_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper {
    margin: 0;
    width: 100%;
    font-size: 1.0938vw;
    line-height: 1.2104vw;
    letter-spacing: -.02em;
    padding-top: 1.5vw;
}

.tickets_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .accordion_items_item_body_wrapper_text {
    width: 39.8105vw;
}

.tickets_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .accordion_items_item_body_wrapper_text p {
}

.tickets_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .accordion_items_item_body_wrapper_text ul {
}

.tickets_section .accordion_items_item .accordion_items_item_body .accordion_items_item_body_wrapper .accordion_items_item_body_wrapper_text ul li {
}

.plan_section_title {
    padding-bottom: 9.047vw;
}

.tickets_section .plan_section_title {
}

.plan_section_title:before {
    content: '';
}

.plan_section_title:after {
    content: '';
}

.tickets_slider_module_slider {
    width: 41.9367vw;
    height: 25.6756vw;
    position: relative;
    border-radius: 0.3125vw;
    overflow: hidden;
    margin-top: 3vw;
}

.tickets_slider_module_slider .swiper {
}

.tickets_slider_module_slider .swiper.mySwiper {
    height: 100%;
}

.tickets_slider_module_slider .swiper .swiper-wrapper {
}

.tickets_slider_module_slider .swiper .swiper-wrapper .swiper-slide {
}

.tickets_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image {
}

.tickets_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image.image_loaded {
}

.tickets_slider_module_slider .swiper-button-next, .tickets_slider_module_slider .swiper-button-prev {
    width: 1.1vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 1.1669vw;
    z-index: 1;
    cursor: pointer;
}

.tickets_slider_module_slider .swiper-button-next svg, .tickets_slider_module_slider .swiper-button-prev svg {
    display: block;
}

.tickets_slider_module_slider .swiper-button-next svg path, .tickets_slider_module_slider .swiper-button-prev svg path {
    fill: #ebe7cb;
}

.tickets_slider_module_slider .swiper-button-next {
}

.tickets_slider_module_slider .swiper-button-next svg {
}

.tickets_slider_module_slider .swiper-button-prev {
    left: 1.1669vw;
    right: auto;
}

.tickets_slider_module_slider .swiper-button-prev svg {
    transform: rotate(180deg);
}

.tickets_bottom_main_text {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    width: 50.3972vw;
    margin: auto;
    padding-top: 15.4775vw;
}

.tickets_bottom_secondary_text {
    width: 47.1122vw;
    margin: auto;
    font-size: 1.549vw;
    line-height: 1.9vw;
    letter-spacing: -0.02em;
    padding-top: 12.3318vw;
}

.tickets_bottom_secondary_text a {
    text-decoration: underline;
}

.festival_ground_and_map_section {
}

.festival_ground_and_map_section.inner_section {
}

.festival_ground_and_map_section {
    padding-bottom: 9.6175vw;
}

.festival_ground_and_map_section .plan_section_title {
}

.festival_ground_and_map_section .festival_ground_and_map_section_main_text {
}

.festival_ground_and_map_section .festival_ground_and_map_section_main_text p {
}

.festival_ground_and_map_section .festival_ground_and_map_section_main_text a {text-decoration-thickness: .15vw;}

.festival_ground_and_map_section .experience_slider_module_slider {
}

.festival_ground_and_map_section .experience_slider_module_slider {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper.mySwiper {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image.image_loaded {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image .experience_slider_text {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-pagination {
}

.festival_ground_and_map_section .map_container {
}

.festival_ground_and_map_section .map_container .map_container_title {
}

.festival_ground_and_map_section .map_container .map_container_image_container {
}

.festival_ground_and_map_section.inner_section {
}

.festival_ground_and_map_section#festival-grounds-map {
}

.festival_ground_and_map_section .plan_section_title {
}

.festival_ground_and_map_section .festival_ground_and_map_section_main_text {
    width: 59.8972vw;
    margin: auto;
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-bottom: 4vw;
}

.festival_ground_and_map_section .festival_ground_and_map_section_main_text a {
    text-decoration: underline;
    text-decoration-thickness: .15vw;
}
.tickets_bottom_secondary_text a,.festival_ground_and_map_section .festival_ground_and_map_section_main_text a{
    -moz-transition: opacity .15s linear 0s;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear 0s;
    transition: opacity .15s linear 0s;
}
.festival_ground_and_map_section .festival_ground_and_map_section_main_textp {
}

.festival_ground_and_map_section .festival_ground_and_map_section_main_texta {
}

.festival_ground_and_map_section .experience_slider_module_slider {
}

.festival_ground_and_map_section .experience_slider_module_slider#experience_slider {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper.mySwiper {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image.image_loaded {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-wrapper .swiper-slide .swiper_slide_image .experience_slider_text {
}

.festival_ground_and_map_section .experience_slider_module_slider .swiper .swiper-pagination {
}

.festival_ground_and_map_section .map_container {
    padding-top: 7.9153vw;
}

.festival_ground_and_map_section .map_container .map_container_title {
    padding-bottom: 3.125vw;
}

.festival_ground_and_map_section .map_container .map_container_image_container {
    width: 41.6667vw;
    margin: auto;
  
}

.festival_ground_and_map_section .map_container .map_container_image_container .map_container_image {background-size: cover;background-position: center;}

.festival_ground_and_map_section .map_container .map_container_image_container .map_container_image.keep_ratio_width {
}

.festival_ground_and_map_section .map_container .map_container_image_container .map_container_image.image_loaded {
}

.festival_ground_and_map_section .map_container .map_container_image_container .map_container_image {
}

.festival_ground_and_map_section .map_container .map_container_image_container .map_container_image.keep_ratio_width {
}

.festival_ground_and_map_section .map_container .map_container_image_container .map_container_image.image_loaded {
}

.parking_accessibility_section {
    padding: 0 4.1256vw;
    padding-bottom: 11.9792vw;
}

.parking_accessibility_section.inner_section {
}

.parking_accessibility_section#parking-accessibility {
}

.parking_accessibility_section .plan_section_title {
}

.parking_accessibility_section .parking_accesibility_section_sections {
}

.parking_accessibility_section .parking_accesibility_section_sections .parking_accesibility_section_section {
    padding-bottom: 6.8023vw;
}

.parking_accessibility_section .parking_accesibility_section_sections .parking_accesibility_section_section .parking_accesibility_section_section_title {
    padding-bottom: 2.8646vw;
}

.parking_accessibility_section .parking_accesibility_section_sections .parking_accesibility_section_section .parking_accesibility_section_section_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    text-align: left;
    border-top: 1px solid #443521;
    padding: 0.6643vw 0;
}

.parking_accessibility_section .parking_accesibility_section_section_items .parking_accesibility_section_section_item {
    padding: 1.419vw 0;
    padding-right: 8vw;
}

.parking_accessibility_section .parking_accesibility_section_section_items .parking_accesibility_section_section_item .parking_accesibility_section_section_item_title {
    font-size: 2.2516vw;
    line-height: 2.9208vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
}

.parking_accessibility_section .parking_accesibility_section_section_items .parking_accesibility_section_section_item .parking_accesibility_section_section_item_text {
    min-height: 2.4479vw;
}

.parking_accesibility_section_section_items .parking_accesibility_section_section_item:nth-child(even) {
}

.parking_accesibility_section_section_items .parking_accesibility_section_section_item:nth-child(even) .parking_accesibility_section_section_item_wrapper {
    border-left: 1px solid #443521;
    padding-top: .2vw;
    padding-left: 1.3021vw;
}

.payment_section {
}

.payment_section.inner_section {
}

.payment_section#payment-methods {
}

.payment_section .plan_section_title {
}

.payment_section .payment_section_items {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 0;
    padding: 0;
    text-align: center;
    width: 33.33%;
    margin: auto;
}

.payment_section .payment_section_items .payment_section_item {
    padding: 0 2.0628vw;
    height: 27.3083vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 4vw;
}

.payment_section .payment_section_items .payment_section_item .payment_section_item_title {
    font-size: 3.0641vw;
    line-height: 2.9333vw;
    letter-spacing: -.06em;
    font-family: 'Office-Regular';
    padding-bottom: 1.0417vw;
}

.payment_section .payment_section_items .payment_section_item .payment_section_item_text {
}

.payment_section .payment_section_items .payment_section_item:nth-child(3n+1), .payment_section .payment_section_items .payment_section_item:nth-child(3n+2) {
    border-right: 1px solid #443521;
    border: none;
}


[data-aos=fade-up] {
    transform: translate3d(0,2.301041666666667vw,0);
}

[data-aos^=fade][data-aos^=fade],h1 {
    opacity: 0;
    transition-property: opacity,transform;
}

[data-aos][data-aos], body[data-aos],h1 {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos],h1 {
    transition-timing-function: ease;
}
[data-aos^=fade][data-aos^=fade].aos-animate,h1 .aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.sound_btn {
    position: absolute;
    bottom: 2.5603125vw;
    right: 3.133072vw;
    font-size: 1.18229vw;
    line-height: 1.10625vw;
    letter-spacing: -0.02em;
    font-family: 'AlteHaasGrotesk_Bold';
    font-weight: normal;
    cursor: pointer;
    pointer-events: all;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 10;
}


.sound_btn label {
    margin-right: .5vw;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.sound_btn label:after {
    content: 'on';
}

.unmuted.sound_btn label:after {
    content: 'off';
}

.sound_btn .hg-icon {
    font-size: 1.6354vw;
    vertical-align: middle;
}
.btn-hidden-modal-frame{
    display: none;
}
.section-modal-frame{
    cursor: pointer;
    display: flex; 
    justify-content:center; 
    align-items:center; 
    height:100vh; 
    width:100%; 
    background: #000000c9;
    background-size: 100% 100%;
    position:fixed; 
    top:0; 
    left:0; 
    z-index:9999; 
    transition:opacity 1.5s linear;    
}
.section-modal-frame {
    display: none!important;
}
.section-modal-frame.visible {
    display: block;
}
.section-modal-frame .container-modal-frame{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}       
.section-modal-frame .container-modal-frame .content-close{
    width: auto;
    height: auto;
    position: absolute;
    top: 2rem;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
}    
.section-modal-frame .container-modal-frame .content-close svg{
    width: 40px;
    height: 40px;
    fill: #d2d73b;
    cursor: pointer;
}  
.section-modal-frame .container-modal-frame .content-frame{
    width: auto;
    height: auto;
    min-width: 60%;
}     
.section-modal-frame .container-modal-frame .content-frame frame{
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 500px;
    border-radius: 1rem;
    border: 0.3rem solid #d2d73b;
    cursor: pointer;
}
.section-modal-frame .container-modal-frame .content-frame h2{
    color: #fff;
    font-size: clamp(1rem, 2.5rem, 3rem);
}

.section-modal-frame .container-modal-frame .content-frame{

}
@media (orientation: portrait) {
    .section-modal-frame .container-modal-frame .content-close{
        top: 1rem;
    }
    .section-modal-frame .container-modal-frame .content-close svg {
        width: 28px;
        height: 28px;
    }
    .header .header_wrapper .tickets_btn {
        font-size: 2.5vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 3vw !important;
    }
}

.sound_btn .credists{
	display: none;
	margin-top: 5px;
}
.sound_btn .credists::after{
	content: ''!important;
}
.unmuted{
	text-align: center;
}
.unmuted .credists{
	display: block;
}
.audio_videos{
	display: none;
}

