html {
    scroll-behavior: smooth;
}
html.is_active {
    overflow: hidden;
}
body {
    margin: var(--grid-margin) 0;
    display: flex;
    flex-direction: column;
    /* gap: var(--grid-margin); */
    justify-content: space-between;
}
a {
    cursor: pointer;
}
button {
    cursor: pointer;
}
.full_width {
    width: 100%;
    height: auto;
    float: left;
}
.full_width_padding {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 var(--grid-margin);
    box-sizing: border-box;
}
.fixed_width {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.fixed_width_padding {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    padding: 0 var(--grid-margin);
}
:root {
    --navy: #020264;
    --green: #00a5a7;
    --yellow: #f1cc01;
    --orange: #ff4b00; 
    --pink: #ff9aa2;
    --cream: #faf6f2;
    --biege: #EFE1D5;
    --grey-bg: #f0f0ef;
    --black: #0a0a0a;
    --white: #ffffff;

    --grid-margin: 56px;
    --grid-gutter: 20px;
    --grid-columns: 8;

    color-scheme: light;
}
.fade_up {
    opacity: 0;
    transform: translateY(20px);
  }

h1 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 79px;
}
h2 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}
h3 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}
h4 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}
b {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0;
}
p {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}
.spacer {
    width: 100%;
    height: 200vh;
    float: left;
}
nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* box-sizing: border-box; */
    padding: 0 var(--grid-margin);
    transition: top 0.3s ease-in-out;
    max-width: 1500px;
    margin: 0 auto;
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    height: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_logo_container {
    width: fit-content;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_logo_container a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    align-items: center;
    padding: 13px 20px;
    background-color: var(--orange);
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_logo_container svg{
    height: 29px;
    height: auto;
    display: block;
}
.nav_logo_container b{
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_bar_parent {
    background-color: var(--navy);
    height: auto;
    width: calc(100% - 307px);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 14px;
    gap: 10px;
}
.yellow_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.yellow_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    border-radius: 30px;
    cursor: pointer;
}
.yellow_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--black)
}
.yellow_button button b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.yellow_button_outline_hover {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.yellow_button_outline_hover button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    border-radius: 30px;
    cursor: pointer;
}
.yellow_button_outline_hover button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--black)
}
.yellow_button_outline_hover button b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}

.yellow_button_outline {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.yellow_button_outline button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--yellow);
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
}
.yellow_button_outline button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--yellow);
}
.yellow_button_outline button b{
    font-size: 12px;
    color: var(--yellow);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}


.green_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.green_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--green);
    background-color: var(--green);
    border-radius: 30px;
    cursor: pointer;
}
.green_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--white);
}
.green_button button b{
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}


.green_outline_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.green_outline_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--green);
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
}
.green_outline_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--green);
}
.green_outline_button button b{
    font-size: 12px;
    color: var(--green);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.mini_card .green_outline_button button svg {
    height: 12px;
}


.black_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.black_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--black);
    background-color: var(--black);
    border-radius: 30px;
    cursor: pointer;
}
.black_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--white);
}
.black_button button b{
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}


.white_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.white_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--white);
    background-color:transparent;
    border-radius: 30px;
    cursor: pointer;
}
.white_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill: var(--white);
}
.white_button button b{
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.black_outline_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.black_outline_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--black);
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
}
.black_outline_button button svg{
    display: block;
    height:15px;
    width: auto;
    float: left;
    fill:var(--black);
}
.mini_card .black_outline_button button svg{
    display: block;
    height:12px;
    width: auto;
    float: left;
    fill:var(--black);
}
.black_outline_button button b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.grey_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.grey_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--grey-bg);
    background-color: var(--grey-bg);
    border-radius: 30px;
    cursor: pointer;
}
.grey_button button svg{
    display: block;
    height: 15px;
    width: auto;
    float: left;
    fill:var(--black);
}
.grey_button button b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}

.orange_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.orange_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--orange);
    background-color: var(--orange);
    border-radius: 30px;
    cursor: pointer;
}
.orange_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill:var(--white);
}
.orange_button button b{
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}

.pink_button {
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.pink_button button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--pink);
    background-color: var(--pink);
    border-radius: 30px;
    cursor: pointer;
}
.pink_button button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    fill:var(--black);
}
.pink_button button b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.plain_orange_arrow_link {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
    height: auto;
    text-decoration: none;
}
.plain_orange_arrow_link > b{
    font-size: 12px;
    color: var(--orange);
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.plain_orange_arrow_link svg{
    display: block;
    height: 13px;
    width: auto;
    float: left;
    fill:var(--orange);
}

.plain_black_arrow_link {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
    height: auto;
    text-decoration: none;
}
.plain_black_arrow_link > b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.plain_black_arrow_link svg{
    display: block;
    height: 13px;
    width: auto;
    float: left;
    fill:var(--black);
}
.nav_book_ticket_container, .nav_contact_button_container{
    height: auto;
    float: left;
}
.nav_book_ticket_container.is_active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_book_ticket_container a, .nav_contact_button_container a{
    width: fit-content;
    height: auto;
    display: block;
    text-decoration: none;
}
.nav_book_ticket_container a button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    border-radius: 30px;
}
.nav_contact_button_container a button{
    width: fit-content;
    height: auto;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--yellow);
    background-color: var(--navy);
    border-radius: 30px;
}
.nav_book_ticket_container a button svg, .nav_contact_button_container a button svg{
    display: block;
    height: 20px;
    width: auto;
    float: left;
}
.nav_contact_button_container a button svg {
    fill: var(--yellow);
}
.nav_book_ticket_container a button b{
    font-size: 12px;
    color: var(--black);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.nav_contact_button_container a button b{
    font-size: 12px;
    color: var(--yellow);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
}
.nav_links_container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_links_container ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    list-style: none;
}
.nav_links_container ul li{
    margin: 0;
    padding: 0;
    width: fit-content;
}
.nav_links_container ul li a{
    text-decoration: none;
    position: relative;
}
.nav_links_container ul li a hr{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav_links_container ul li a p{
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
}
.mobile_nav_button {
    width: 30px;
    height: 100%;
    position: relative;
    margin: 0 20px 0 0;
    display: none;
    cursor: pointer;
}
.mobile_nav_button hr{
    width: 100%;
    height: 2px;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: var(--white);
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile_nav_button hr:nth-of-type(1){
    top: 10px;
    left: 0;
}
.mobile_nav_button hr:nth-of-type(2){
    bottom:10px;
    left: 0;
}
.mobile_nav_button.is_active hr:nth-of-type(1){
    top: 16px;
    left: 0;
    transform: rotate(43deg);
}
.mobile_nav_button.is_active hr:nth-of-type(2){
    bottom:16px;
    left: 0;
    transform: rotate(-43deg);
}
.mobile_menu_parent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--grid-margin);
    box-sizing: border-box;
    padding: var(--grid-margin);
    transition: top 0.3s ease-in-out;
    max-width: 1500px;
    margin: 0 auto;
    position: fixed;
    top: calc(var(--grid-margin) + 65px + var(--grid-margin));
    left: 0;
    right: 0;
    width: calc(100% - var(--grid-margin) - var(--grid-margin));
    background-color: var(--navy);
    height: calc(100vh - 300px);
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
}
.mobile_menu_parent.is_active {
    top: calc(var(--grid-margin) + 55px + var(--grid-margin));
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.mobile_menu_parent ul{
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    margin: 0;
    flex-direction: column;
    gap: var(--grid-gutter);
}
.mobile_menu_parent ul li{
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
}
.mobile_menu_parent ul li a{
    display: block;
    width: fit-content;
    height: auto;
    text-decoration: none;
}
.mobile_menu_parent ul li a p{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: var(--yellow);
}
.mobile_nav_button_container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    gap: var(--grid-gutter);
    flex-wrap: wrap;
    height: auto;
}

/* HEADER SECTION START */


.header_parent {
    margin-top: calc(var(--grid-margin) + 55px);
    display: flex;
    align-items: center;
    gap: var(--grid-margin);
}
.header_left_col {
    display: flex;
    flex-direction: column;
    gap: var(--grid-gutter);
    width: 50%;
    height: auto;
    float: left;
}
.header_left_col p {
    margin: 10px 0 0 0;
    padding: 0;
    color: var(--white);
    font-size: 15px;
    line-height: 24px;
    background-color: var(--black);
    padding: 20px;
    max-width: fit-content;
    border-radius: 23px;
}
.header_left_col b {
    margin: 0;
    padding: 0;
    color: var(--black);
    font-size: 15px;
    line-height: 20px;
}
.home_header_button_container {
    display: flex;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
}
/* .header_right_col {
    width: 50%;
    height: auto;
    display: flex;
    align-items: end;
}
.header_right_col img{
    width: 100%;
    height: auto;
    display: block;
} */

.header_right_col {
    width: 50%;
    float: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: var(--grid-gutter);
    aspect-ratio: 690 / 516; /* keeps cells square like the original art */
  }
  
  .header_right_col .shape {
    width: 100%;
    height: 100%;
  }
  
  .header_right_col .shape svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header_left_col h1 {
    max-width: 580px;
}

/* HEADER SECTION END */
.countdown_parent {
    margin: var(--grid-margin) 0;
}
.countdown {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: var(--grid-gutter);
    width: 100%;
  }
   
  .cd-num {
    background: var(--orange);
    color: var(--white);
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
   
  .cd-num.yellow_num {
    background: var(--yellow);
    color: var(--black);
  }
   
  .cd-label {
    background: var(--grey-bg);
    color: #444;
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
   
 
/* ABOUT SECTION HOME START */

.about_section_parent_home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.about_home_shape_one {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.about_home_shape_two {
    width: 18%;
    height: auto;
    position: absolute;
    bottom: var(--grid-margin);
    right: var(--grid-margin);
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    
}
.spin {
    animation: spin 120s linear infinite;
    transform-origin: center;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  .spin_reverse {
    animation: spin-reverse 120s linear infinite;
    transform-origin: center;
}
@keyframes spin-reverse {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}
.about_section_center_content_parent {
    padding:56px;
    max-width: 590px;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    z-index: 3;
}
.about_intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.about_section_center_content_parent b{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: black;
}
.about_section_center_content_parent hr{
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: var(--orange);
    padding: 0;
    margin: 0;
    border: 0;
}
.about_section_center_content_parent h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: black;
}
.about_section_center_content_parent h2 strong{
    font-weight: 700;
}
.about_home_button {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* WHATS HAPPENING HOME START */

.whats_happening_home_parent {
    background-color: var(--grey-bg);
    position: relative;
    overflow: hidden;
}
.whats_happening_bg_glow {
    position: absolute;
    top: -100px;
    left: -180px;
    pointer-events: none;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.7;
    transition: opacity 0.6s ease;
    width: 50%;
    max-width: 1200px;
    height: auto;
    max-height: 320px;
}
.whats_happening_bg_glow circle {
    transition: fill 2s ease;
}
.whats_happening_home_content {
    padding: 56px 0;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.whats_happening_time_of_day_icons {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 34px;
}

.whats_happening_time_of_day_icons svg{
    width: 40px;
    height: auto;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.whats_happening_time_of_day_icons svg.is_active {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.whats_happening_large_title h2{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 20px 0 40px 0;
    line-height: 79px;
    color: var(--black);
}
.whats_happening_slider_text_parent {
    display: flex;
    gap: var(--grid-margin);
    justify-content: space-between;
    margin-top: var(--grid-gutter);
}

.whats_happening_slider_parent {
    width: 50%;
    height: auto;
    float: left;
}
.whats_happening_copy_area {
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    align-items: start;
}
.whats_happening_copy_area .full_width, .where_its_happening_parent .full_width{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.whats_happening_copy_area hr, .where_its_happening_parent hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--orange);
    padding: 0;
    margin: 0;
    border: 0;
    max-width: 300px;
}
.whats_happening_copy_area p {
    max-width: 400px;
}
.whats_happening_copy_area b.bold_title_small {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: var(--black);
}
.whats_happening_copy_area h3, .where_its_happening_parent h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--black);
    font-weight: 300;
}
.where_its_happening_parent {
    display: flex;
    justify-content: start;
    gap: var(--grid-margin);
}
.where_its_happening_home_text_container {
    width: 100%;
    max-width: 400px;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.where_its_happening_image_area {
    display: flex;
    width: calc(100% - 420px);
    height: auto;
    justify-content: space-between;
    gap: 20px;
}
.where_its_happening_home_image_one {
    width: calc(50% - 10px);
    height: auto;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.where_its_happening_map {
    width: calc(50% - 10px);
    height: auto;
    float: left;
}
.where_its_happening_map iframe{
    width: 100%;
    height: 100%;
}
.whats_happening_copy_buttons_container {
    display: flex;
    justify-content: start;
    flex-direction: row;
    gap: var(--grid-gutter);
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.whats_happening_slider_parent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.whats_happening_slider_parent > .full_width > h3 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 33px;
    color: var(--orange);
    font-weight: 300;
}
.swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper_elements {
    display: flex;
    gap: 14px;
    width: 100%;
    height: auto;
    align-items: center;
}
.swiper_elements .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 1px;
    width: calc(100% - 79px);
    position: relative;
}
.swiper_elements span.swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper_buttons_container {
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.swiper_buttons_container .swiper-button-prev,.swiper_buttons_container .swiper-button-next {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    display: none;
}
.whats_happening_slider_parent .swiper-slide {
    height: 300px;
    position: relative;
    background-color: var(--cream);
    display: flex;
}
.whats_happening_slider_parent .swiper-slide .swiper_triangle_corner_decoration{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: auto;
    display: block;
    pointer-events: none;
    transform: translate(30px, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.whats_happening_slider_parent .swiper-slide.swiper-slide-active .swiper_triangle_corner_decoration{
    transform: translate(0px, 0);
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    
}
.whats_happening_time_icon {
    position: absolute;
    top: 37px;
    right: 40px;
    z-index: 100;
    pointer-events: none;
    width: 50px;
    height: auto;
}
.whats_happening_text_float {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: var(--grid-margin);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.whats_happening_text_float_top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 56px 0 0 0;
    max-width: 520px;
}
.whats_happening_text_float_top *{
    margin: 0;
    padding: 0;
}
.whats_happening_text_float_bottom {
    display: flex;
    justify-content: start;
    gap: 10px;
}
.whats_happening_text_float_bottom svg{
   width: 20px;
   height: auto;
   display: block;
}
.whats_happening_text_float_top h3 {
    font-size: 24px;
    color: var(--black);
}
.whats_happening_text_float_bottom p.color_orange {
    color: var(--orange);
}
.whats_happening_text_float_bottom p.color_yellow {
    color: #a58f11;
}
.whats_happening_text_float_bottom p.color_green {
    color: var(--green);
}
.whats_happening_text_float_bottom p.color_navy {
    color: var(--navy);
}

.whats_happening_hr {
    padding: 20px 0;
}

.whats_happening_hr hr{
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: var(--black);
    border: 0;
    height: 1px;
}
.home_tracks_parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
}
.home_track_single {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    height: auto;
}
.home_track_single svg {
    height: auto;
    width: 40px;
}
.home_track_single_text_parent {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: calc(100% - 60px);
}
.home_track_single_text_parent b {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: var(--black);
}
.home_track_single_text_parent p {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}
.tracks_single_item_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--grid-margin);
    margin: var(--grid-margin) 0 0 0;
}
.single_track_item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid var(--black);
    padding: 0 0 20px 0;
}
.single_track_item_top {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.single_track_item_top h3{
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--black);
    font-weight: 500;
}
.single_track_item_top svg{
    width: 150px;
    height: auto;
}
.last_track_item {
    border-radius: 23px;
    border: 1px solid var(--black);
    padding: 30px;
    box-sizing: border-box;
    justify-content: center;
}
.last_track_item h3{
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--black);
    font-weight: 500;
}
.last_track_item  > .full_width {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.last_track_item  > .full_width hr{
    width: 100%;
    height: 1px;
    background-color: var(--black);
    padding: 0;
    margin: 0;
    border: 0;
}
.structure_of_day_text_icon_parent {
    display: flex;
    gap: var(--grid-margin);
    justify-content: space-between;
    margin-top: var(--grid-gutter);
}
/* OUR ADVISORY BOARD START */
.our_advisory_board_parent {
    position: relative;
    overflow: hidden;
}
.our_advisory_board_parent .fixed_width {
    position: relative;
    z-index: 1;
    padding: 56px 0;
}
.quarter_target_green {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 150px;
    z-index: 0;
    pointer-events: none;
}
.our_advisory_board_title_parent {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
}
.our_advisory_board_title {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our_advisory_board_title h2{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 79px;
    color: var(--black);
    text-align: center;
}
.our_advisory_board_title p{
    text-align: center;
}
.advisory_board_slider_parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advisory_board_slider_parent .swiper-slide {
    height: auto;
    overflow: hidden;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px);
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(odd) {
    background-color: var(--green);
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(even) {
    background-color: var(--yellow);
}
.advisory_top_section {
    position: relative;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}
.advisory_icon_slider {
    display: flex;
    justify-content: end;
}
.advisory_icon_slider svg{
    width: 30px;
    height: auto;
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(odd) .advisory_icon_slider svg {
    fill: var(--white);
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(even) .advisory_icon_slider svg {
    fill: var(--green);
}
.advisory_slide_text_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.advisory_slide_text_container h3{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: black;
}
.advisory_bottom_section_image {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 23px;
    transform: translate(0px, 10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.advisory_board_slider_parent .swiper-slide a {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.advisory_slide_text_container p {
    padding: 0 0 20px 0;
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(odd) .advisory_slide_text_container h3{
    color: var(--white);
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(even) .advisory_slide_text_container h3{
    color: var(--black);
}

.advisory_board_slider_parent .swiper-slide:nth-of-type(odd) .advisory_slide_text_container p{
    color: var(--white);
}
.advisory_board_slider_parent .swiper-slide:nth-of-type(even) .advisory_slide_text_container p{
    color: var(--black);
}

.mobile_swiper_icon {
    display: none;
    justify-content: center;
    gap: 20px;
}
.mobile_swiper_icon b{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: black;
}
.mobile_swiper_icon svg{
    display: block;
    width: 20px;
    height: auto;
}
.full_width.mobile_swiper_icon.white {
    padding: 15px 0 0 0;
}
.full_width.mobile_swiper_icon.white b{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: var(--white);
}
.full_width.mobile_swiper_icon.white svg{
    display: block;
    width: 20px;
    height: auto;
    fill: var(--white);
}
/* HEAR FROM ADVISORY BOARD START */
.hear_from_us_parent {
    margin: var(--grid-margin) 0 0 0;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding: 0 var(--grid-margin);
    box-sizing: border-box;
}

.hear_from_us_background_pieces {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
}
.left_green_col {
    width: 40%;
    height: 100%;
    float: left;
    background-color: var(--green);
}
.right_biege_col {
    width: 60%;
    height: 100%;
    float: left;
    background-color: var(--biege);
}
.hear_from_us_parent > .fixed_width {
    display: flex;
    position: relative;
    z-index: 1;
}
.hear_from_us_left_col {
    width: 37%;
    height: auto;
    background-color: var(--green);
    float: left;    
    height: auto;
    box-sizing: border-box;
    padding: var(--grid-margin) var(--grid-margin) var(--grid-margin) 0;
    position: relative;
    display: flex;
    align-items: center;
}
.hear_from_us_left_col .yellow_arrow{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: auto;
    pointer-events: none;
}
.hear_from_us_left_col_float {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    text-align: left;
}
.hear_from_us_left_col_float p {
    color: var(--white);
}
.hear_intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    width: calc(100% - 80px);
}
.hear_intro b, .hear_intro h2{
    color: var(--white);
}
.hear_intro h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--white);
}
.hear_intro b {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.hear_intro hr{
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: var(--yellow);
    padding: 0;
    margin: 0;
    border: 0;
}

.hear_from_us_right_col {
    width: 63%;
    height: auto;
    float: left;
    background-color: var(--biege);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.hear_from_us_right_col_background_image_icon {
    position: absolute;
    right: 0;
    bottom: calc(var(--grid-margin) * 2);
    width: 200px;
    height: auto;
    display: block;
    pointer-events: none;
    z-index: 0;
}
.hear_from_us_right_col_float {
    width: calc(100% - var(--grid-margin));
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: var(--grid-margin) 0;
    position: relative;
    z-index: 1;
}
.hear_from_title_container {
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: end;
}
.hear_from_title_container svg {
    fill: var(--green);
    width: 30px;
    height: auto;
}
.hear_from_title_container h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--black);
    font-weight: 700;
}
.hear_from_us_right_col_float > .full_width > p {
    max-width: 560px;
}

/* ── PLAYER WRAPPER ── */
/* ── VOLUME CLUSTER ── */
.video_player_volume {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .video_player_mute {
    border: none;
    background: transparent;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_player_mute svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: none;
  }
  .video_player_mute .icon_vol_high { display: block; }
  
  .video_player.is_muted .video_player_mute .icon_vol_high,
  .video_player.is_muted .video_player_mute .icon_vol_low { display: none; }
  .video_player.is_muted .video_player_mute .icon_vol_muted { display: block; }
  
  .video_player.vol_low .video_player_mute .icon_vol_high { display: none; }
  .video_player.vol_low .video_player_mute .icon_vol_low { display: block; }
  
  .video_player_volume_slider {
    width: 70px;
    height: 4px;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255,255,255,0.35);
    border-radius: 4px;
    cursor: pointer;
  }
  .video_player_volume_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-top: -3px;
  }
  .video_player_volume_slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: #fff;
  }
.video_player {
    position: relative;
    width: 100%;
    max-width: 660px;
    border-radius: 23px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    cursor: pointer;
  }
 
  .video_player video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
 
  /* ── CENTRE PLAY / PAUSE BUTTON ── */
  .video_player_toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: transform 0.18s ease, opacity 0.18s ease;
    filter: drop-shadow(0 4px 14px rgba(0,0,0,0.25));
  }
 
  .video_player_toggle:hover {
    transform: translate(-50%, -50%) scale(1.06);
  }
 
  .video_player_toggle svg {
    width: 100%;
    height: 100%;
    display: block;
  }
 
  /* Hide whichever icon isn't active */
  .video_player_toggle .icon_pause { display: none; }
  .video_player.is_playing .video_player_toggle .icon_play { display: none; }
  .video_player.is_playing .video_player_toggle .icon_pause { display: block; }
 
  /* Once playing, fade the button out unless hovered/focused/paused */
  .video_player.is_playing .video_player_toggle {
    opacity: 0;
  }
  .video_player.is_playing:hover .video_player_toggle,
  .video_player.is_playing .video_player_toggle:focus-visible {
    opacity: 1;
  }
 
  /* ── BOTTOM CONTROL BAR (scrub bar, time, fullscreen) ── */
  .video_player_controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
    opacity: 0;
    transition: opacity 0.18s ease;
  }
 
  .video_player:hover .video_player_controls,
  .video_player.is_paused .video_player_controls,
  .video_player_controls:focus-within {
    opacity: 1;
  }
 
  .video_player_progress {
    flex: 1;
    height: 4px;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255,255,255,0.35);
    border-radius: 4px;
    cursor: pointer;
  }
  .video_player_progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00A5A7;
    margin-top: -4px;
  }
  .video_player_progress::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #00A5A7;
  }
  .video_player_progress::-moz-range-progress {
    background: #00A5A7;
    height: 4px;
    border-radius: 4px;
  }
  .video_player_time {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 500;
    min-width: 76px;
    text-align: center;
    user-select: none;
  }
  .video_player_fullscreen {
    border: none;
    background: transparent;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_player_fullscreen svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }

/* FOOTER START */
.footer_parent {
    padding: 56px 0 0 0;
}
  footer {
    width: calc(100% - (var(--grid-margin) * 2));
    height: auto;
    max-width: 1500px;
    border-radius: 23px;
    overflow: hidden;
    background-color: var(--navy);
    margin: 0 auto;
    padding: var(--grid-margin);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
  .footer_terms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .footer_terms_container {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
  .footer_terms_container p{
    font-size: 11px;
    color: var(--white);
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .footer_terms_container a{
    font-size: 11px;
    color: var(--white);
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .footer_terms_container a{
    font-size: 11px;
    color: var(--white);
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .footer_designed_by {
    width: fit-content;
  }
  .footer_designed_by a {
    font-size: 11px;
    color: var(--white);
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .footer_parent hr {
    width: 100%;
    height: 1px;
    background-color: var(--white);
    padding: 0;
    margin: 20px 0 0 0;
    border: 0;
  }
  .footer_large_cta_buttons {
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer_links_and_logo_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--grid-margin);
}
  .footer_links {
    width: fit-content;
    height: auto;
  }
  .footer_links ul{
    width: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    list-style:none;
    justify-content: space-between;
    gap: var(--grid-margin);
    flex-wrap: wrap;
  }
  .footer_links ul li a{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none;
  }
  .footer_links ul li ul.footer_actual_links{
    width: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    list-style:none;
  }
  .footer_links b{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 12px;
    color: var(--white);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
  }
  .footer_links > ul > li {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer_links > ul > li > a > p {
    font-size: 12px;
  }
  .footer_logo_container {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: end;
}
  .footer_logo_container svg{
    width: 300px;
    height: auto;
    display: block;
    fill: var(--white)
  }

 
/* ABOUT SECTION HOME START */


.agenda_section_parent_home .fixed_width {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-top: calc(var(--grid-margin) + 55px);
    gap:var(--grid-margin);
}
.agenda_home_shape_one {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.agenda_home_shape_two {
    width: 18%;
    height: auto;
    position: absolute;
    bottom: var(--grid-margin);
    right: var(--grid-margin);
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    
}
.spin {
    animation: spin 120s linear infinite;
    transform-origin: center;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  .spin_reverse {
    animation: spin-reverse 120s linear infinite;
    transform-origin: center;
}
@keyframes spin-reverse {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}
.agenda_section_center_content_parent {
    padding:56px;
    max-width: 590px;
    height: auto;
    width:calc(100% - 600px);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.agenda_intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.agenda_section_center_content_parent b{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: var(--orange);
}
.agenda_section_center_content_parent hr{
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: var(--orange);
    padding: 0;
    margin: 0;
    border: 0;
}
.agenda_section_center_content_parent h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: black;
}
.agenda_section_center_content_parent h2 strong{
    font-weight: 700;
}
.agenda_home_button {
    display: flex;
    justify-content: center;
}
.agenda_image_left, .agenda_image_right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 23px;
    width: 300px;
    height: auto;
}
.agenda_icons_header_parent {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: var(--grid-gutter);
    padding: var(--grid-margin) 0;
}
.agenda_icons_header_parent .shape {
    width: 100%;
    height: 100%;
}
.agenda_icons_header_parent .shape svg {
    display: block;
    width: 100%;
    height: 100%;
}
.make_tracks_page_parent {
    background-color: var(--cream);
}
.make_tracks_page_parent > .fixed_width{
    padding: 56px 0;
}
.make_tracks_title_container {
    display: flex;
    justify-content: center;
}
.make_tracks_title_float > .full_width{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.make_tracks_title_container h2{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 79px;
}
.make_tracks_title_container hr {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: var(--orange);
    padding: 0;
    margin: 0;
    border: 0;
}
.structure_of_the_event {
    flex-direction: column;
    gap: var(--grid-margin);
}
.structure_of_the_event h2{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 79px;
}

/* GET INVOLVED START */

.get_involved_middle_parent {
    background-color: var(--navy);
    position: relative;
}
.get_involved_middle_parent .fixed_width {
    padding: 56px 0;
    position: relative;
    z-index: 2;
}
.get_involved_middle_float {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 320px);;
    height: auto;
    align-items: start;
}
.get_involved_middle_parent p {
    color: var(--white);
    max-width: 920px;
}
.get_involved_bullet_list_parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.get_involved_bullet_list_parent h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--white);
}
.get_involved_bullet_list_parent ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.get_involved_bullet_list_parent ul li {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.get_involved_bullet_list_parent h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--white);
}
.get_involved_bullet_list_parent svg {
    width: 20px;
    height: auto;
    display: block;
}
.get_involved_cirlces {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    max-width: 300px;
    height: auto;
    width: 100%;
}
.get_involved_bottom_parent {
    position: relative;
    overflow: hidden;
}
.get_involved_bottom_images_parent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 40%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    overflow: hidden;
}
.get_involved_bottom_images_parent svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}
.get_involved_bottom_images_parent img {
    position: absolute;
    right: 0;
    width: 150%;
    height: auto;
    z-index: 1;
    pointer-events: none;
    max-width: 770px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.get_involved_half_col_bottom_parent {
   display: flex;
   justify-content: end;
}
.half_col_parent {
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 56px 0;
}
.get_involved_bottom_button_container {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.get_involved_half_col_bottom_parent .color_green{
    color: var(--green);
}
.get_involved_mobile_brochure {
    display: none;
    
}
.inline_block {
    display: inline-block;
}

/* WHY SPONSOR START */
.why_sponsor_parent {
    position: relative;
    overflow: hidden;
}
.why_sponsor_parent .fixed_width {
    position: relative;
    z-index: 1;
    padding: 56px 0;
}
.why_sponsor_parent_glow_one {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 40%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    max-height: 80%;
}
.why_sponsor_parent_glow_two {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    max-height: 80%;
}
.why_sponsor_center_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.why_sponsor_center_container h2{
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 33px;
    color: var(--black);
    font-weight: 700;
}
.why_sponsor_the_event_parent {
    width: calc(50% - 30px);
    height: auto;
    background-color: var(--white);
    border-radius: 23px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.why_sponsor_hr {
    width: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box;
}
.why_sponsor_hr hr {
    width: 1px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: var(--black);
}
.event_details_at_a_glance_parent {
    width: calc(50% - 30px);
    height: auto;
    background-color: var(--white);
    border-radius: 23px;
    padding: 40px 40px 40px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.why_sponsor_icon {
    display: flex;
    justify-content: start;
}
.why_sponsor_icon svg {
    width: 50px;
    height: auto;
    display: block;
    pointer-events: none;
}
.why_sponsor_the_event_list ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.why_sponsor_the_event_list ul li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
}
.why_sponsor_the_event_list svg{
    width: 28px;
    height: auto;
    display: block;
    pointer-events: none;
}
.why_sponsor_the_event_list p{
  width: calc(100% - 43px);
}
.event_details_list_parent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event_details_list_parent ul li{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event_details_list_parent ul li hr{
    width: 100%;
    height: 1px;
    background-color: #000;
    padding: 0;
    margin: 0;
    border: 0;
}
.event_details_list_parent ul li .dark_yellow_text {
    color: #B59A05;
}
.sponsorship_opportunities_parent {
    background-color: var(--grey-bg);
    box-sizing: border-box;
}
.sponsorship_opportunities_parent .fixed_width {
    display: flex;
    justify-content: space-between;
    gap: 56px;
    padding: 56px 0;
}
.sponsorship_opportunities_overview_parent {
    width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.sponsorship_opportunities_overview_parent h2 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 33px;
    color: var(--black);
    font-weight: 500;
}
.sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container {
    width: calc(100% - 410px);
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper{
    width: 100%;
    height: auto;
    float: left;
}
.sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide{
    width: 320px;
    height: auto;
    float: left;
    border-radius: 23px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #FFF;
    box-sizing: border-box;
    /* box-shadow: 0 0 10.6px 4px rgba(0, 165, 167, 0.14); */
}

.sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide a {
    height: 100%;
}

.sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide.headline_slide {
border: 0;
}
.sponsorshop_slide_container {
    background-color: var(--grey-bg);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sponsorshop_slide_container.headline {
    background-color: var(--green);
}
.sponsor_top {
    width: calc(100% - 40px);
    padding: 20px;
    height: 87px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sponsor_top > .full_width  {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sponsor_icon_stars {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}
.sponsor_icon_stars svg{
    width: 24px;
    height: auto;
    display: block;
    pointer-events: none;
    transform-box: fill-box;
    transform-origin: center;
}
.sponsor_icon_stars svg{
    fill: var(--green);
}
.sponsorshop_slide_container.headline .sponsor_icon_stars > svg {
    fill: var(--white);
}
.sponsor_icon {
    width: 54px;
    height: auto;
    display: block;
    pointer-events: none;
}
.sponsor_icon svg {
    width: 50px;
    height: auto;
}
.sponsorshop_slide_container h3 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: var(--black);
}
.sponsorshop_slide_container h3.headline {
    color: var(--white);
    border-bottom: 1px solid var(--white);
    padding: 0 0 5px 0;
}
.sponsor_bottom {
    width: calc(100% - 40px);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    background-color: var(--white);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    flex-grow: 1;
}
.sponsor_bottom > .full_width:nth-of-type(3){
    display: flex;
    align-items: start;
    flex-grow: 1;
}
.sponsor_bottom hr{
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 100%;
    background-color: var(--black);
}
.sponsor_bottom hr.headline{
    background-color: var(--green);
}
.sponsor_bottom b {
    font-size: 13px;
    color: var(--black);
}
.sponsor_bottom p {
    font-size: 13px;
    color: var(--black);
}
.sponsorship_desktop_mobile {
    display: none;
}

/* MAKE DONATION START */

.make_donation_parent {
    border-radius: 23px;
    background-color: var(--green);
    padding: 56px 0;
    margin: var(--grid-margin) 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}
.make_donation_float {
    width: 100%;
    max-width: 490px;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 3;
}
.make_donation_float .full_width {
    display: flex;
    justify-content: center;
}
.make_donation_float .full_width h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: var(--white);
    font-weight: 500;
}
.make_donation_float .full_width p {
    color: var(--white);
}
.donate_yellow_triangle {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.donate_star {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
    height: 150px;
    width: auto;
    z-index: 1;
    pointer-events: none;
}
.donate_circle {
    position: absolute;
    bottom: 0;
    right: -2px;
    height: 100%;
    width: auto;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* TICKET SALES SECTION */
.ticket_sales_parent {
    position: relative;
    overflow: hidden;
}
.ticket_sales_parent .fixed_width {
    position: relative;
    z-index: 1;
    padding: 0;
}
.ticket_sales_center_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background-color: var(--black);
    border-radius: 23px;
}
.ticket_sales_center_container h2 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 33px;
    font-weight: 700;
    color: var(--yellow);
}
.ticket_sales_reasons_parent {
    width: calc(50% - 30px);
    height: auto;
    border-radius: 23px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ticket_sales_hr {
    width: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box;
}
/* .ticket_sales_hr hr {
    width: 1px;
    height: 100%;
    border: 0;
    border-right: 1px dashed var(--white);
    padding: 0;
    margin: 0;
} */
/* .ticket_sales_hr svg {
    width: 1px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
} */
.ticket_sales_hr hr {
    width: 1px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background-image: repeating-linear-gradient(
        to bottom,
        var(--white) 0px,
        var(--white) 8px,      /* dash length */
        transparent 8px,
        transparent 16px       /* dash + gap length */
    );
    background-color: transparent;
}
.ticket_sales_details_parent {
    width: calc(50% - 30px);
    height: auto;
    border-radius: 23px;
    padding: 40px 40px 40px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ticket_sales_details_parent h2 {
    color: var(--pink);
}
.ticket_sales_icon {
    display: flex;
    justify-content: start;
}
.ticket_sales_icon svg {
    width: 50px;
    height: auto;
    display: block;
    pointer-events: none;
}
.ticket_sales_reasons_list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.ticket_sales_reasons_list ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: start;
}
.ticket_sales_reasons_list svg {
    width: 28px;
    height: auto;
    display: block;
    pointer-events: none;
}
.ticket_sales_reason_parent_container {
    width: calc(100% - 43px);
    height: auto;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.ticket_sales_reasons_list b, .ticket_sales_reasons_list p {
   color: var(--white);
   margin: 0;
   padding: 0;
}

.ticket_sales_reasons_list b {
    font-size: 14px;
}
.ticket_sales_detail_list_parent ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.ticket_sales_detail_list_parent ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
}
.ticket_sales_detail_list_parent svg {
    width: 28px;
    height: auto;
    display: block;
    pointer-events: none;
}
.ticket_sales_detail_list_parent p {
    width: calc(100% - 43px);
    color: var(--white);
}
.ticket_find_out_more {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-top: 20px;
}
.ticket_find_out_more b {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: var(--white);
}

/* purchase tickets start */

.purchase_tickets_parent {
    background-color: var(--black);
    position: relative;
    min-height: 400px;
}
.purchase_tickets_parent .fixed_width{
    position: relative;
    padding: 56px 0;
}
.pink_ticket_triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    display: block;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.target_ticket_circles {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: auto;
    display: block;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.purchase_tickets_text_container_top .full_width{
    display: flex;
    justify-content: center;
    text-align: center;
}
.purchase_tickets_intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.purchase_tickets_intro b{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: var(--white);
}
.purchase_tickets_intro hr{
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: var(--yellow);
    padding: 0;
    margin: 0;
    border: 0;
}
.purchase_tickets_intro h2{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 79px;
    color: var(--white);
}
.purchase_tickets_text_container_top p {
    color: var(--white);
    max-width: 500px;
    text-align: center;
    padding: 10px 0 0 0;
}
.tickets_swiper_parent {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 10px 0;
}
.ticket_swiper_float {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 1000px;
}
.ticket_swiper_float .swiper-slide a {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tickets_swiper_parent .swiper_elements {
    padding: 20px 0 0 0;
}
.tickets_swiper_parent .swiper-pagination-progressbar {
    background: #909090;
    position: absolute;
}
.tickets_swiper_parent .swiper_elements span.swiper-pagination-progressbar-fill {
    background: #ffffff;
}
/* .tickets_swiper_parent .swiper {
    width: fit-content;
} */
/* .tickets_swiper_parent .swiper-slide {
    width: 300px;
} */
.ticket_parent {
    width: 100%;
    border-radius: 23px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.ticket_parent.early_bird {
    background-color: var(--yellow);
}
.ticket_parent.single_ticket {
    background-color: var(--white);
}
.ticket_parent.group_ticket {
    background-color: var(--green);
}
.single_ticket h4 {
    color: var(--black);
}
.group_ticket h4 {
    color: var(--white);
}
.ticket_full_width_padding {
    width: calc(100% - 60px);
    padding: 0 30px;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ticket_full_width {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ticket_parent.early_bird .notice_text p{
    font-size: 12px;
    color: var(--black);
}
.ticket_parent.single_ticket .notice_text p{
    font-size: 12px;
    color: var(--black);
}
.ticket_parent.group_ticket .notice_text p{
    font-size: 12px;
    color: var(--white);
}
.ticket_full_width_padding h3{
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 33px;
    font-weight: 700;
}
.ticket_parent.early_bird .ticket_full_width_padding h3{
    color: var(--black);
}
.ticket_parent.single_ticket .ticket_full_width_padding h3{
    color: var(--black);
}
.ticket_parent.group_ticket .ticket_full_width_padding h3{
    color: var(--white);
}
.ticket_full_width_padding .ticket_graphic {
    width: 100%;
    height: auto;
    display: block;
}
.ticket_decoration {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 10px 0;
}
.semi_circle_black_ticket {
    width: fit-content;
    height: auto;
    display: block;
    pointer-events: none;
}
.semi_circle_black_ticket svg {
    width: 17px;
    height: auto;
}
.ticket_decoration hr {
    width: calc(100% - 80px);
    height: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    background-image: repeating-linear-gradient(
            to right,
            var(--black) 0px,
            var(--black) 8px,
            transparent 8px,
            transparent 16px
        );
    background-color: transparent;
}

.ticket_full_width_padding h4{
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 33px;
    font-weight: 500;
}
.ticket_parent.early_bird .ticket_full_width_padding h4{
    color: var(--black);
}
.ticket_parent.single_ticket .ticket_full_width_padding h4{
    color: var(--black);
}
.ticket_full_width .early_bird button svg {
    fill: var(--yellow);
}
.ticket_full_width .early_bird button b {
    color: var(--yellow);
}
.ticket_full_width .single_ticket button svg {
    fill: var(--black);
}
.ticket_full_width .single_ticket button b {
    color: var(--black);
}
.ticket_full_width .group_ticket button {
    fill: var(--white);
}
.ticket_full_width .group_ticket button svg {
    fill: var(--white);
}
.ticket_full_width .group_ticket button b {
    color: var(--white);
}
.ticket_please_note p{
    text-align: center;
    font-size: 12px;
    color: var(--white);
}
.tickets_free_tickets {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px 0 0 0;
}
.tickets_free_tickets b{
    color: var(--white);
    max-width: 800px;
    font-size: 14px;
    font-weight: 500;
}
.full_width.mobile_swiper_icon.white {
    display: none;
}


/* INSPIRING VENUE PAGE */

.inspiring_venue_parent .fixed_width {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.inspiring_venue_top_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 56px 0 0 0;
}
.inspiring_venue_title_map_container {
    width: 350px;
    height: auto;
    display: flex;
}
.inspiring_venue_video_container {
    width: calc(100% - 370px);
    height: auto;
    overflow: hidden;
    border-radius: 23px;
}
.inspiring_venue_video_container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inspiring_venue_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
}
.inspiring_venue_title h2{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 79px;
    color: var(--black);
}
.map_area {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    flex-grow: 1;
}
.map_area iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 23px;
}
.inspiring_venue_bottom_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.map_area iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 23px;
    min-height: 240px;
}
.inspiring_venue_text_parent {
    width: 350px;
    height: auto;
    display: flex;
    gap: 20px;
    text-align: left;
    justify-content: start;
    flex-direction: column;
}
.inspiring_venue_image_selection {
    width: calc(100% - 370px);
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.inspiring_venue_image_selection div {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    border-radius: 23px;
}
.inspiring_venue_image_selection div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* HOTEL DISCOUNTS PAGE */

gmp-map {
    height: 400px;
    overflow: hidden;
    border-radius: 23px;
    position: relative;
}

.flag-icon {
    width: 30px;
    height: auto;
}
#map-panel {
    display: none; 
    position: absolute; 
    right: 70px; 
    top: 20px; 
    width: 300px; 
    height: auto; 
    background: #fff; 
    border-radius: 8px; 
    box-shadow: 0 2px 12px rgba(0,0,0,0.15); 
    overflow-y: auto; 
    z-index: 10;
}
#map-panel button.close_map_overlay {
    position: absolute; 
    top: 10px; 
    right: 10px; 
    background: none; 
    border: none; 
    font-size: 18px; 
    cursor: pointer; 
    line-height: 1;
}
#map-panel-content {
    padding: 16px;
}
.hotel_grid_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--grid-gutter);
}
.hotel_item_parent {
    height: auto;
    width: 100%;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.hotel_item_parent.sight_seeing {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.hotel_item_parent.green {
    background-color: var(--green);
}
.hotel_item_parent.yellow {
    background-color: var(--yellow);
}
.hotel_top_half {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 60px);
    padding: 30px;
    flex-grow: 1;
}
.hotel_top_half > .full_width {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.hotel_icon_stars {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
    width: 128px;
}
.hotel_icon_stars svg{
    width: 24px;
    height: auto;
    display: block;
    pointer-events: none;
    transform-box: fill-box;
    transform-origin: center;
}
.hotel_item_parent.green .hotel_icon_stars > svg {
    fill: var(--white);
}
.hotel_item_parent.yellow .hotel_icon_stars > svg {
    fill: var(--black);
}
.hotel_distance {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: end;
}
.hotel_item_parent.green .hotel_distance svg {
    height: 24px;
    width: auto;
    display: block;
    fill: var(--white);
}
.hotel_item_parent.yellow .hotel_distance svg {
    height: 24px;
    width: auto;
    display: block;
    fill: var(--black);
}
.hotel_item_parent.green .hotel_distance p {
    color: var(--white);
    font-size: 12px;
    margin: 0 17px 0 0;
}
.hotel_item_parent.yellow .hotel_distance p {
    color: var(--black);
    font-size: 12px;
    margin: 0 17px 0 0;
}
.hotel_name {
    width: fit-content;
    height: auto;
}
.hotel_item_parent.green .hotel_name h3{
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: var(--white);
}
.hotel_item_parent.yellow .hotel_name h3{
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: var(--black);
}
.show_on_map {
    width: 137px;
    height: auto;
}
.hotel_bottom_half {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(100% - 60px);
    padding: 30px;
    background-color: var(--grey-bg);
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
.hotel_bottom_half > .full_width {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hotel_bottom_half b, .hotel_bottom_half p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: var(--black);
}
.hotel_bottom_half button {
    height: 32px;
}
.hotel_bottom_half button svg {
    height: 11px;
    width: auto;
}
.filter_bar_parent {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    gap: 20px;
    flex-wrap: wrap;
}
.filter_info {
    width: fit-content;
    flex-grow: 1;
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}
.filter_info p {
    font-size: 12px;
}
.showing_amount {
    width: fit-content;
}
.venue_location {
    width: fit-content;
}
.venue_location a{
    display: flex;
    justify-content: start;
    gap: 10px;
    text-decoration: none;
}
.venue_location a p{
    color: var(--black);
}
.filter_bar {
    display: flex;
    justify-content: start;
    gap: 8px;
    flex-wrap: wrap;
}
.hotel_item_parent.sight_seeing a {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
}
.hotel_item_parent.sight_seeing a b{
    white-space: unset;
}

a.grey_button.active_filter button{
    background-color: var(--black);
}
a.grey_button.active_filter button svg{
    fill: var(--white);
}
a.grey_button.active_filter button b{
    color: var(--white);
}



/* MAP PANEL MINI CARDS */
.mini_card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    margin: 16px;
  }
  
  .mini_card_top {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .mini_card_top.green { background: var(--green); }
  .mini_card_top.yellow { background: var(--yellow); }
  .mini_card_top.navy { background: var(--navy); }
  
  .mini_card_top_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .mini_card_stars {
    display: flex;
    gap: 4px;
  }
  
  .mini_card_stars svg { width: 10px; height: 10px; }
  
  .mini_card_distance {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .mini_card_distance svg { width: 10px; height: auto; }
  
  .mini_card_distance p {
    font-size: 10px;
    margin: 0;
  }
  
  .mini_card_top.green .mini_card_stars svg,
  .mini_card_top.green .mini_card_distance svg,
  .mini_card_top.navy .mini_card_stars svg,
  .mini_card_top.navy .mini_card_distance svg { fill: var(--white); }
  
  .mini_card_top.green .mini_card_distance p,
  .mini_card_top.navy .mini_card_distance p { color: var(--white); }
  
  .mini_card_top.yellow .mini_card_stars svg,
  .mini_card_top.yellow .mini_card_distance svg { fill: var(--black); }
  
  .mini_card_top.yellow .mini_card_distance p { color: var(--black); }
  
  .mini_card_top h3 {
    font-size: 15px;
    margin: 0;
  }
  
  .mini_card_top.green h3 { color: var(--white); }
  .mini_card_top.yellow h3 { color: var(--black); }
  .mini_card_top.navy h3 { color: var(--white); }
  
  .mini_card_bottom {
    background: var(--grey-bg);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .mini_card_row {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  
  .mini_card_row b { font-size: 11px; }
  .mini_card_row p { font-size: 11px; }
  
  .mini_card_venue {
    background: var(--green);
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 16px;
  }
  
  .mini_card_venue p { color: var(--white); font-size: 11px; margin: 0; }
  .mini_card_venue h3 { color: var(--white); font-size: 15px; margin: 0; }
  .mini_card_venue_label { opacity: 0.8; }
@media (hover: hover) and (pointer: fine) {
    .footer_links ul li a:hover {
        color: var(--yellow);
    }
    .footer_terms_container a:hover, .footer_designed_by a:hover {
        color: var(--yellow);
    }
    .nav_book_ticket_container a button:hover{
        border: 1px solid var(--green);
        background-color: var(--green);
    }
    .nav_contact_button_container a button:hover{
        border: 1px solid var(--white);
        background-color: var(--white);
    }
    .nav_contact_button_container a button:hover b{
        color: var(--black);
    }
    .nav_contact_button_container a button:hover svg{
        fill: var(--black);
    }   
    .yellow_button button:hover{
        border: 1px solid var(--green);
        background-color: var(--green);
    }
    .yellow_button button:hover b{
        color: var(--black);
    }
    .yellow_button button:hover svg{
        fill: var(--black);
    }
    .yellow_button_outline_hover button:hover{
        border: 1px solid var(--pink);
        background-color: var(--pink);
    }
    .yellow_button_outline_hover button:hover b{
        color: var(--black);
    }
    .yellow_button_outline_hover button:hover svg{
        fill: var(--black);
    }
    .yellow_button.alt_yellow button:hover{
        border: 1px solid var(--black);
    }
    .yellow_button_outline button:hover{
        border: 1px solid var(--white);
        background-color: var(--white);
    }
    .yellow_button_outline button:hover b{
        color: var(--black);
    }
    .yellow_button_outline button:hover svg{
        fill: var(--black);
    }
    .yellow_button_outline.alt_yellow button:hover{
        border: 1px solid var(--black);
    }
   
    .green_button button:hover{
        border: 1px solid var(--yellow);
        background-color: var(--yellow);
    }
    .green_button button:hover b{
        color: var(--black);
    }
    .green_button button:hover svg{
        fill: var(--black);
    }
   

    .green_outline_button button:hover{
        border: 1px solid var(--yellow);
        background-color: var(--yellow);
    }
    .green_outline_button button:hover b{
        color: var(--black);
    }
    .green_outline_button button:hover svg{
        fill: var(--black);
    }
   
   
    .black_button button:hover{
        border: 1px solid var(--black);
        background-color: transparent;
    }
    .black_button button:hover b{
        color: var(--black);
    }
    .black_button button:hover svg{
        fill: var(--black);
    }
   
   
    .white_button button:hover{
        border: 1px solid var(--white);
        background-color: var(--white);
    }
    .white_button button:hover b{
        color: var(--black);
    }
    .white_button button:hover svg{
        fill: var(--black);
    }

    .ticket_slide:hover button{
        border: 1px solid var(--black);
        background-color: transparent;
    }
    .ticket_slide:hover button b {
        color: var(--black);
    }
    .ticket_slide:hover button svg{
        fill: var(--black);
    }
    

    .ticket_slide:hover a {
        transform: scale(0.99);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
   
    .black_outline_button button:hover{
        border: 1px solid var(--black);
        background-color: var(--black);
    }
    .black_outline_button button:hover b{
        color: var(--white);
    }
    .black_outline_button button:hover svg{
        fill: var(--white);
    }
   
    .grey_button button:hover{
        border: 1px solid var(--black);
        background-color: transparent;
    }
    .grey_button button:hover b{
        color: var(--black);
    }
    .grey_button button:hover svg{
        fill: var(--black);
    }

    .grey_button.black button:hover{
        border: 1px solid var(--black);
        background-color: var(--black);
    }
    .grey_button.black button:hover b{
        color: var(--white);
    }
    .grey_button.black button:hover svg{
        fill: var(--white);
    }
    
    .orange_button button:hover{
        border: 1px solid var(--black);
        background-color: var(--black);
    }
    .orange_button button:hover b{
        color: var(--white);
    }
    .orange_button button:hover svg{
        fill: var(--white);
    }

    .pink_button button:hover{
        border: 1px solid var(--white);
        background-color: var(--black);
    }
    .pink_button button:hover b{
        color: var(--white);
    }
    .pink_button button:hover svg{
        fill: var(--white);
    }
    .nav_links_container ul li a:hover p {
        color: var(--yellow);
    }
    .nav_links_container ul li a:hover hr{
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--yellow);
        opacity: 1;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .mobile_menu_parent ul li a:hover p{
        color: var(--white);
    } 

    .plain_orange_arrow_link:hover b{
        color: var(--black);
    }
    .plain_orange_arrow_link:hover svg{
        fill:var(--black);
    }

    .plain_black_arrow_link:hover b{
        color: var(--orange);
    }
    .plain_black_arrow_link:hover svg{
        fill:var(--orange);
    }
    .advisory_board_slider_parent .swiper-slide:hover .advisory_bottom_section_image {
        transform: translate(0px, 0px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    
    .sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide a:hover button{
        border: 1px solid var(--yellow);
        background-color: var(--yellow);
    }
    .sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide a:hover button b{
        color: var(--black);
    }
    .sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide a:hover button svg{
        fill: var(--black);
    }

    .sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide a:hover .sponsorshop_slide_container.headline{
        background-color: #068788;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container .swiper-slide a:hover .sponsorshop_slide_container{
        background-color: #e3e3e2;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}

.terms_area_parent {
    margin-top: calc(var(--grid-margin) + 55px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.terms_area_parent h1{
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: black;
}
@media screen and (max-width: 1450px) {
    .whats_happening_slider_parent .swiper-slide .swiper_triangle_corner_decoration {
        width: 170px;
    }
    .hear_from_us_right_col_background_image_icon {
        display: none;
    }
    .agenda_section_center_content_parent {
        padding: 56px 56px 56px 0;
    }
    .agenda_section_center_content_parent {
        order: 1;
    }
    .agenda_image_left {
        order: 2;
    }
    .agenda_image_right {
        order: 3;
    }
    .agenda_intro {
        align-items: start;
        text-align: left;
    }
    .agenda_section_center_content_parent p {
        text-align: left;
        max-width: 400px;
    }
    .agenda_section_center_content_parent a {
        display: block;
    }
}
@media screen and (max-width: 1370px) {
    .header_right_col .shape:nth-of-type(10), .header_right_col .shape:nth-of-type(11), .header_right_col .shape:nth-of-type(12) {
        display: none;
      }
      .header_right_col {
        width: 50%;
        float: left;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: var(--grid-gutter);
        aspect-ratio: 690 / 516; /* keeps cells square like the original art */
      }
}

@media screen and (max-width: 1280px) {
    .nav_bar_parent {
        width: calc(100% - 90px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav_logo_container b {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    h1, .whats_happening_large_title h2, .our_advisory_board_title h2, .make_tracks_title_container h2, .structure_of_the_event h2, .purchase_tickets_intro h2, .inspiring_venue_title h2 {
        font-family: itc-avant-garde-gothic-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 60px;
        margin: 0;
        padding: 0;
        line-height: 69px;
    }
    .where_its_happening_home_image_one {
        display: none;
    }
    .where_its_happening_map {
        width: 100%;
    }
    .sponsorship_opportunities_parent .fixed_width {
        flex-direction: column;
    }
    .sponsorship_opportunities_overview_parent {
        width: 100%;
    }
    .sponsorship_desktop_cta {
        display: none;
    }
    .sponsorship_desktop_mobile {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .sponsorship_desktop_mobile .full_width{
        display: flex;
        justify-content: center;
    }
    .sponsorship_opportunities_parent .fixed_width .sponsorship_swiper_container {
        width: 100%;
    }
    .sponsorship_opportunities_overview_parent {
        text-align: center;
    }
    .sponsorship_opportunities_overview_parent p{
        max-width: 500px;
        display: inline-block;
    }
    .donate_yellow_triangle {
        left: -8%;
    }
    .donate_star {
        left: 50px;
        height: 120px;
    }
    .donate_circle {
        right: -90px;
    }
    .pink_ticket_triangle {
        width: 200px;
    }
    .target_ticket_circles {
        width: 130px;  
    }
    .inspiring_venue_image_selection div:nth-of-type(1){
        display: none;
    }
}
@media screen and (max-width: 1150px) {
    .about_home_shape_two {
        width: 13%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .agenda_image_left {
        width: 100%;
    }
    .agenda_image_right {
        display: none;
    }
    .agenda_section_center_content_parent {
        width: 90%;
    }
    .tracks_single_item_parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: var(--grid-margin);
        margin: var(--grid-margin) 0 0 0;
    }
}
@media screen and (max-width: 1130px) {
    .whats_happening_slider_parent .swiper-slide .swiper_triangle_corner_decoration {
        width: 130px;
    }
    .quarter_target_green {
        width: 130px;
    }
    .hear_from_us_parent > .fixed_width {
        flex-direction: column;
    }
    .hear_from_us_left_col {
        width: 100%;
        order: 2;
        justify-content: center;
    }
    .hear_from_us_right_col {
        width: 100%;
        order: 1;
        justify-content: center;
    }
    .hear_from_us_right_col_background_image_icon {
        display: block;
    }
    .hear_from_us_parent {
        padding: 0;
    }
    .hear_from_us_right_col_float, .hear_from_us_left_col_float {
        width: calc(100% - (var(--grid-margin) * 2));
        padding: 56px 0;
    }
    .hear_from_us_right_col_background_image_icon {
        top: 0;
        bottom: 0;
        right: var(--grid-margin);
        margin: auto;
    }
}
@media screen and (max-width: 1100px) {
    .header_right_col {
        width: 50%;
        float: left;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: var(--grid-gutter);
        aspect-ratio: 690 / 516; /* keeps cells square like the original art */
      }
      .header_right_col .shape:nth-of-type(10), .header_right_col .shape:nth-of-type(11), .header_right_col .shape:nth-of-type(12) {
        display: block;
      }
      .whats_happening_time_icon {
        width: 40px;
      }
      
}
@media screen and (max-width: 1040px) {
    h1, .whats_happening_large_title h2, .our_advisory_board_title h2, .make_tracks_title_container h2, .structure_of_the_event h2, .purchase_tickets_intro h2, .inspiring_venue_title h2 {
        font-family: itc-avant-garde-gothic-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 50px;
        margin: 0;
        padding: 0;
        line-height: 59px;
    }
    .nav_links_container {
        display: none;
    }
    .mobile_nav_button {
        display: block;
    }
    .nav_bar_parent {
        width: calc(100% - 307px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav_logo_container b {
        display: block;
    }
    .nav_contact_button_container {
        display: none;
    }
    .mobile_nav_button_container .nav_contact_button_container {
        display: flex;
    }
    .header_left_col {
        width: 60%;
    }
    .header_right_col {
        width: 40%;
    }
    .our_advisory_board_title p {
        text-align: center;
        max-width: 620px;
    }
    .get_involved_bottom_images_parent {
        display: none;
    }
    .half_col_parent {
        width: 100%;
    }
    .get_involved_mobile_brochure {
        display: flex;
        justify-content: start;
    }
    .get_involved_mobile_brochure img {
        width: 100%;
        height: auto;
        max-width: 480px;
    }
    .half_col_parent {
        padding: 56px 0 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .advisory_bottom_section_image {
        height: 280px;
    }
    .why_sponsor_center_container {
        flex-direction: column;
    }
    .why_sponsor_the_event_parent {
        width: 100%;
        padding: 40px 40px 20px 40px;
    }
    .why_sponsor_hr {
        width: 100%;
        height: 1px;
        padding: 0;
        align-items: center;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .why_sponsor_hr hr{
        width: 100%;
        height: 1px;
    }
    .event_details_at_a_glance_parent {
        width: 100%;
        padding: 20px 40px 40px 40px;
    }
    .ticket_sales_center_container {
        flex-direction: column;
    }
    .ticket_sales_reasons_parent {
        width: 100%;
        padding: 40px 40px 20px 40px;
    }
    .ticket_sales_hr {
        width: 100%;
        height: 1px;
        padding: 0 40px;
        box-sizing: border-box;
        align-items: center;
    }

    .ticket_sales_details_parent {
        width: 100%;
        padding: 20px 40px 40px 40px;
    }
    .ticket_sales_hr hr {
        width: 100%;
        height: 1px;
        border: 0;
        padding: 0;
        margin: 0;
        background-image: repeating-linear-gradient(
            to right,
            var(--white) 0px,
            var(--white) 8px,
            transparent 8px,
            transparent 16px
        );
        background-color: transparent;
    }
}
@media screen and (max-width: 990px) {
    .footer_logo_container svg {
        width: 180px;
    }
    .hotel_grid_parent {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 950px) {
    .whats_happening_slider_parent, .whats_happening_copy_area {
        width: 100%;
    }
    .whats_happening_slider_text_parent {
        flex-direction: column;
    }
    .structure_of_day_text_icon_parent {
        flex-direction: column;
    }
    .whats_happening_copy_area p {
        max-width: 660px;
    }
    .whats_happening_hr {
        display: none;
    }
    .get_involved_cirlces {
        max-width: 180px;
    }
    .get_involved_middle_float {
        width: 100%;
    }
    .get_involved_middle_parent p {
        max-width: calc(100% - 200px);
    }
    .make_donation_float {
        max-width: 380px;
    }
    .inspiring_venue_image_selection div:nth-of-type(3){
        display: none;
    }
    .inspiring_venue_image_selection div:nth-of-type(2) {
        height: 220px;
    }
}

@media screen and (max-width: 940px) {
    .agenda_icons_header_parent {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .agenda_icons_header_parent .shape:nth-of-type(8) {
        display: none;
    }
    .sponsorship_opportunities_parent .fixed_width {
        gap: 30px;
    }
}
@media screen and (max-width: 920px) {
    .header_right_col .shape:nth-of-type(7), .header_right_col .shape:nth-of-type(8), .header_right_col .shape:nth-of-type(9), .header_right_col .shape:nth-of-type(10), .header_right_col .shape:nth-of-type(11), .header_right_col .shape:nth-of-type(12) {
        display: none;
      }
      .header_right_col {
        width: 50%;
        float: left;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: var(--grid-gutter);
        aspect-ratio: 690 / 516; /* keeps cells square like the original art */
      }
      .single_track_item_top svg {
        width: 90px;
      }
}
@media screen and (max-width: 900px) {
    .make_donation_parent {
        justify-content: start;
        padding: 36px;
    }
    .make_donation_float {
        text-align: left;
    }
    .make_donation_float .full_width {
        display: flex;
        justify-content: start;
    }
    .donate_star {
        left: unset;
        right: 48px;
        height: 120px;
    }
    .donate_yellow_triangle {
        left: -100%;
    }
}
@media screen and (max-width: 870px) {
    .agenda_image_left {
        display: none;
    }
    .agenda_section_center_content_parent {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .agenda_intro {
        align-items: center;
        text-align: center;
    }
    .agenda_section_center_content_parent p {
        text-align: center;
        max-width: unset;
    }
    .agenda_section_parent_home .fixed_width {
        justify-content: center;
        margin-top: calc(var(--grid-margin) + 95px);
    }
    .agenda_icons_header_parent {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .agenda_icons_header_parent .shape:nth-of-type(7) {
        display: none;
    }
    .agenda_section_center_content_parent a {
        display: inline-block;
    }
    .pink_ticket_triangle {
        width: 150px;
    }
    .target_ticket_circles {
        width: 100px;
    }

    .mini_card_row {
        display: none;
    }

    #map-panel {
        display: none;
        position: absolute;
        right: 60px;
        top: unset;
        bottom: 30px;
        width: calc(100% - 120px);
        height: auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.15);
        overflow-y: auto;
        z-index: 10;
    }
    .mini_card {
        flex-direction: row;
        margin: 6px;
        border-radius: 8px;
    }
    .mini_card_top {
        flex-grow: 1;
    }
    .mini_card_bottom {
        background: var(--grey-bg);
        padding: 14px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
    }
    #map-panel button.close_map_overlay {
        position: absolute;
        top: 4px;
        right: 4px;
    }
}
@media screen and (max-width: 800px) {
    .header_parent {
        flex-direction: column;
    }
    .header_left_col {
        width: 100%;
    }
    .header_right_col .shape:nth-of-type(5), .header_right_col .shape:nth-of-type(6), .header_right_col .shape:nth-of-type(7), .header_right_col .shape:nth-of-type(8), .header_right_col .shape:nth-of-type(9), .header_right_col .shape:nth-of-type(10), .header_right_col .shape:nth-of-type(11), .header_right_col .shape:nth-of-type(12) {
        display: none;
      }
    .header_right_col {
        width: 100%;
        float: left;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: var(--grid-gutter);
        aspect-ratio: unset;
    }
    .countdown { grid-template-columns: repeat(4, 1fr); }

}
@media screen and (max-width: 780px) {
    .quarter_target_green {
        width: 110px;
    }
    .where_its_happening_parent {
        flex-direction: column;
    }
    .where_its_happening_home_text_container {
        max-width: unset;
    }
    .where_its_happening_image_area {
        width: 100%;
    }
    .where_its_happening_map {
        min-height: 300px;
    }
    .inspiring_venue_top_container {
        flex-direction: column;
    }
    .inspiring_venue_title_map_container {
        width: 100%;
    }
    .inspiring_venue_title > .full_width {
        display: flex;
        justify-content: center;
    }
    .inspiring_venue_title h2 {
        text-align: center;
    }
    .map_area iframe {
        min-height: 240px;
    }
    .inspiring_venue_video_container {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .video_player_toggle,
    .video_player_controls {
      display: none !important;
    }
  }
@media screen and (max-width: 756px) {
    .hear_from_us_right_col_background_image_icon {
       display: none;
    }
}
@media screen and (max-width: 740px) {
    :root { 
        --grid-margin: 28px;
    }
    .header_parent {
        margin-top: calc(var(--grid-margin) + 95px);
    }
    .header_left_col h1 {
        max-width: 480px;
    }
    .hide_counter_mobile {
        display: none;
    }
    .whats_happening_slider_parent .swiper-slide {
        height: 270px;
    }
    .whats_happening_slider_parent .swiper-slide .swiper_triangle_corner_decoration {
        width: 100px;
    }
    .mobile_swiper_icon {
        display: flex;
    }
    .why_sponsor_parent .fixed_width {
        padding: var(--grid-margin) 0;
    }
 
}

@media screen and (max-width: 700px) {
    .donate_star {
        left: unset;
        right: 36px;
        height: 90px;
    }
    .donate_circle {
        right: -50px;
        height: 80%;
    }
}
@media screen and (max-width: 680px) {
    .ticket_swiper_float {
        max-width: 330px;
    }
    .pink_ticket_triangle {
        width: 120px;
    }
    .target_ticket_circles {
        width: 80px;
    }
    .full_width.mobile_swiper_icon.white {
        display: flex;
    }
    .inspiring_venue_bottom_container {
        flex-direction: column;
    }
    .inspiring_venue_text_parent {
        width: 100%;
    }
    .inspiring_venue_image_selection {
        width: 100%;
    }
    .inspiring_venue_image_selection div:nth-of-type(1) {
        display: block;
    }
    #map-panel {
        width: fit-content;
        left: 30px;
    }
    .mini_card {
        flex-direction: column;
    }
}
@media screen and (max-width: 660px) {
    .footer_logo_container {
        display: none;
    }
    .footer_links {
        width: 100%;
    }
    .tracks_single_item_parent {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: var(--grid-margin);
        margin: var(--grid-margin) 0 0 0;
    }
    .get_involved_cirlces {
        max-width: 120px;
    }
    .get_involved_middle_parent p {
        max-width: calc(100% - 120px);
    }
    .get_involved_bullet_list_parent h3 {
        font-size: 17px;
    }
    .get_involved_bullet_list_parent ul {
        gap: 10px;
    }
    p.get_involved_last_p {
        max-width: 100%;
    }
    .donate_circle {
        right: -10px;
        height: 40%;
    }
    .donate_star {
        left: unset;
        right: 19px;
        height: 50px;
        top: unset;
        bottom: 19px;
    }
   
}
@media screen and (max-width: 650px) {
    .agenda_icons_header_parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .agenda_icons_header_parent .shape:nth-of-type(6) {
        display: none;
    }
    .hotel_item_parent.green .hotel_name h3, .hotel_item_parent.yellow .hotel_name h3 {
        font-size: 15px;
    }
    .hotel_item_parent.green .hotel_distance svg, .hotel_item_parent.yellow .hotel_distance svg {
        height: 19px;
    }
    .hotel_grid_parent {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 620px) {
    .nav_bar_parent {
        width: calc(100% - 90px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav_logo_container b {
        display: none;
    }
    .whats_happening_bg_glow {
        left: -50px;
    }
    .hotel_icon_stars svg {
        width: 11px;
    }
}
@media screen and (max-width: 563px) {
    .hear_from_title_container h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 550px) {
    .advisory_bottom_section_image {
        height: 240px;
    }
    .inspiring_venue_image_selection div:nth-of-type(1) {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    h1, .whats_happening_large_title h2, .our_advisory_board_title h2, .make_tracks_title_container h2, .structure_of_the_event h2, .purchase_tickets_intro h2, .inspiring_venue_title h2 {
        font-size: 40px;
        line-height: 49px;
    }
    .whats_happening_slider_parent .swiper-slide {
        height: auto;
    }

    .agenda_icons_header_parent {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .agenda_icons_header_parent .shape:nth-of-type(5) {
        display: none;
    }
    .pink_ticket_triangle {
        width: 100px;
    }
}
@media screen and (max-width: 450px) {
    .whats_happening_bg_glow {
        left: -20px;
        top: -60px;
    }
    .advisory_board_slider_parent .swiper-slide {
        align-items: center;
    }
    .advisory_bottom_section_image {
        height: 240px;
        transform: translate(0px, 0px);
        width: calc(80% - 40px);
        margin: 0 0 20px 20%;
    }
    .advisory_board_slider_parent .swiper-slide a {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }
    .advisory_top_section {
        padding: 20px 20px 0 20px;
    }
    .hear_from_us_left_col .yellow_arrow {
        width: 90px;
    }
    .hear_intro {
        width: 100%;
    }
    .hear_from_us_left_col {
        padding: var(--grid-margin) 0;
    }
    .get_involved_cirlces {
        max-width: 60px;
    }
    .get_involved_middle_parent p {
        max-width: 100%;
    }
    .hotel_top_half > .full_width {
        flex-direction: column;
    }
}
@media screen and (max-width: 440px) {
    .hear_from_title_container svg {
        display: none;
    }
    .pink_ticket_triangle {
        width: 60px;
    }
}
@media screen and (max-width: 420px) {
    .nav_bar_parent {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        justify-content: end;
    }
    .nav_logo_container b {
        display: none;
    }
    /* .nav_book_ticket_container {
        display: none;
    } */
   
}

@media screen and (max-width: 350px) {

    .advisory_bottom_section_image {
        height: 240px;
        transform: translate(0px, 0px);
        width: calc(100% - 40px);
        margin: 0 20px 20px 20px;
    }
    .advisory_board_slider_parent .swiper-slide a {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .single_track_item_top svg {
        width: 50px;
    }
}