* {
    font-family: 'Montserrat', sans-serif;
}

body .text-neutral-400 {
    color: rgb(163 163 163 / 1) !important;
}

.aboutpage .space-y-6 div.transition-colors {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
    padding: 5px
}




.aboutpage svg {
    color: #006bb6;
    background-color: color-mix(in oklab, #006bb6 10%, transparent);
    border-radius: calc(infinity * 1px);
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.showlist .es-item:not(:last-of-type) {
    border-bottom: 1px solid #707070;
}

.showlist .es-item.box {
    border: 1px solid #707070 !important;
    margin-bottom: 1.5rem;
}

.showlist .es-item.box-white {    
    margin-bottom: 1.5rem;
    background-color: transparent;
    border-bottom: 1px solid #838383;
}

.showlist .es-item.box .buy-ticket-right a.blist2 {    
    align-items: center;
    justify-content: center;
}

.showlist .es-item.box-white .buy-ticket-right a.blist2 {
    background: #FF5800;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.showlist .es-item.box-white a.rounded-md {
    background-color: #fff;
}

.showlist .es-item.box-white .--event-date {
    display: flex;
}

.showlist .es-item.box-white .--event-name {
    color: #fff;
}


.showlist .es-item.box-list.odd {
  
}

.showlist .es-item.box-list .buy-ticket-right a.blist2 {
   
    align-items: center;
    justify-content: center;
}

.showlist .es-item.box-list .--event-date {
   
}

.showlist .es-item.box-list .--event-location,
.showlist .es-item.box-list .--event-name {
    
}

.showlist .es-item.box-list:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.showlist .es-item.box-list:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.showlist .es-item.box-list .buy-ticket-right a.blist2.check-venue,
.showlist .es-item.box-white .buy-ticket-right a.blist2.check-venue,
.showlist .es-item.box .buy-ticket-right a.blist2.check-venue {
    font: normal normal bold 15px / 30px 'Montserrat';
}



body {
    position: relative;
    background-color: #ffffff;
}

body::before {
    display: none;
}

/* /reservation (Events/reserve.ctp): hide redundant success flash */
#main-content:has(.events-reserve-page) > #alert-3 {
    display: none;
}

body .container .topnavigation, body .container .logotop  {
    background-color: transparent;
}

/* body .container,  
body .container footer {
    background: #171C1C 0% 0% no-repeat padding-box;
} */

body .container footer, body .container footer .container {
    background: transparent;
}

body .container > div {
    position: relative;
    z-index: 30;
}

#ac-show-grid button span {
    padding-left: 10px;
}

#main-content.ac-home-page #ac-show-grid.ac-show-grid-home .ac-home-list-cta span {
    padding-left: 0;
}

/* Nav drawer must sit above footer/container when open */
#drawer-backdrop,
#nav-drawer {
    z-index: 9999;
}

body .section-list, body .section-list .container {
    background: transparent;
}

/* Footer — legacy overrides superseded by #ac-footer in artculture-design-system.css */
#ac-footer .footer-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.headertop {
    position: relative;
    z-index: 30;
    background: transparent;
}

body .section-list .container.contact-sec.below-footer {
    background-color: var(--ac-neutral-900);
    border-radius: 0;
    min-height: 551px;
}

body .section-list .container.contact-sec.below-footer h4 {
    font: normal normal 800 52px/72px 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.contact-page h1 {
    font: normal normal 800 62px/83px 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

body .section-list .container.contact-sec.below-footer .answer {
    text-align: left;
    margin-top: 20px;
}

.topnavigation {
    list-style: none;
    display: inline-block;
    text-align: right;
    top: 8px;
    position: relative;
}

.footer-right {
    padding-left: 20px;
}

.topnavigation li {
    display: inline-block;
    padding: 0 15px;
    font: normal normal 600 14px/16px 'Montserrat';
    color: #FFFFFF;
}

.topnavigation li:last-child {
    padding-right: 0;
}

.topnavigation a {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.topnavigation a:hover {
     --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.topnavigation button {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.topnavigation button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(32 184 184 / var(--tw-bg-opacity, 1));
}

.top

.logodrawer img {
    width: 327px;
    height: 58px;
    display: inline-block;
}

.topnavigation li button {
    background: #006bb6 0% 0% no-repeat padding-box;
    border-radius: 40px;
    font: normal normal 600 14px/16px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
    
}

.cnavbottom .dropdown ul.dropdown-menu, .cnavbottom .dropdown ul.dropdown-menu li {
   display: inline-block!important;
}

.cnavbottom .dropdown ul.dropdown-menu li {
    width: 25%;
}



.frmContactUs button.btn {
    text-align: center;
}

/* Sticky nav */
    #main-nav { transition: all 0.3s ease; }
    #main-nav.scrolled { background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); padding-top: 1rem; padding-bottom: 1rem; box-shadow: 0 1px 0 rgba(0,0,0,0.06);}
    

#form-subscriber .g-recaptcha { 
    display: inline-block;
}

body .section-list.footer-form, .contact-sec {
    text-align: center;
}

body .container .topnavigation ul li a {
    font: normal normal 500 20px/24px 'Montserrat';
    color: #6C6C6C;
}

#form-subscriber input::placeholder, #form-subscriber textarea::placeholder {
    text-transform: none;
}

body .container .topnavigation ul li a.active {
    color: #FF5800;
}


.bannerinfo {
    width: 33.3%;
    text-align: center;
   
}

.bannerinfotext {
    background-color: #FDD3A7;
}

.banner-text {
    font: normal normal normal 100px/110px 'Fjalla One';
    letter-spacing: 1.4px;
    color: #000000;
   
}

.textpart {
    vertical-align: middle;
}

.banner-text.banner2{ 
    font: normal normal normal 129px/112px 'Fjalla One';
}

.banner-text.banner3{ 
    font: normal normal normal 110px/138px 'Fjalla One';
}

.banner-text.email-collection { 
    padding-top: 0;
}

.banner-text .banner-signup{
    font: normal normal normal 22px/30px 'Montserrat';
    letter-spacing: 0px;
    color: #FFB81E;
}

.bannerbuttons a {
    display: inline-block;
    padding: 16px 40px;
    background: #1A1611 0% 0% no-repeat padding-box;
    font: normal normal bold 20px/32px 'Montserrat';
    border-radius: 30px;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 10px 8px;
}

.bannerbuttons {
    margin-top: 25px;
}

.bannerbuttons a.bbtn2 {
    background-color: transparent;
    border: 1px solid #1A1611;
    color: #1A1611;
    padding: 13px 36px;
}

.applications-div .col-sm-12 {
    width: 100%;
    }
    
.topnavigation, .logotop {
    background-color: #FFFAF0;
}

#email-collection-form .subscribebtn:hover , #email-collection-form .subscribebtn:focus {
    background-color: #fff;
}

#email-collection-form .subscribebtn {
    position: relative;
}

#email-collection-form .subscribebtn .fa-solid {
    transition:.5s;
    position: relative;
    left: 0;
}

#email-collection-form .subscribebtn:hover .fa-solid, #email-collection-form .subscribebtn:focus .fa-solid { 
    transform:scaleX(1.5);
    left: 6px;
    font-stretch: expanded;
    
}
    
.logotop, footer {
    position: relative;
}

.logotop img{
    width: 271px;
    height: 48px;
}
    
.icon-header {
    bottom: -40px;
}
    
.video {
    min-height: 530px;
}

/* TikTok uses same rounded button style as other social icons (social-icon-btn) */
.sicontop .social-icon-btn.tiktok-link {
    padding: 0;
    background: #262626;
    border: none;
    fill: currentColor;
}
.sicontop .social-icon-btn.tiktok-link:hover {
    background: #006bb6;
    fill: currentColor;
}
    
.video iframe {
    width: 100%;
    height: auto;
    min-height: 798px;
    border-radius: 0;
}

.video.videomid iframe, .video.videomid {
    min-height: 243px;
}

.video.videobot iframe , .video.videobot{
    min-height: 386px;
}
    
.video-left h4 {
    text-align: left;
    font: normal normal 800 28px/32px 'Montserrat';
    letter-spacing: 0.56px;
    color: #2A2A2A;
    margin-bottom: 25px;
}

.video-left p {
    text-align: left;
    color: #2A2A2A;
    font-weight: 400;
    width: 70%;
}

.special-left {
    height: 120px;
}

.special img {
    min-height: 918px;
    width: 100%;
    height: auto;
}

.special-left h4 {
    margin-bottom: 40px;
}

.special-left a {
    min-width: 280px;
}


.buy-ticket-right a.blist2 {
    display: inline-flex;
}

.showlist .--event-location {
    font: normal normal bold 20px/32px 'Montserrat';
    letter-spacing: 0.4px;
    color: #838383;
    text-transform: uppercase;
}

.showlist .--event-name {
    font: normal normal 700 28px/32px 'Montserrat';
    letter-spacing: 0.56px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
}

.comedians-page .comedians-header {
    text-align: left;
    font: normal normal normal 75px / 32px 'Fjalla One'!important;
    letter-spacing: 0px;
    color: #F6F7FF;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px!important;
    padding: 30px 0!important;
    display: block;

}

.comedians-page .search_events_btn {
    background-color: #FDD3A7!important;
    color: #000000!important;
}

p.comedian-name { 
    color: #fff!important;
}

.about2-img img {
    max-height: 672px;
}

.comedian-search-div input#search-comedian {
    border: 1px solid #000;
}

/* .section-list .text-green-700 {
    color: #fff!important;
} */
.top-about p {
    font: normal normal 500 20px/32px 'Montserrat';
    letter-spacing: 0px;
    color: #E0E0E0;
    padding: 0 0 30px;
}

.about-text p {
    font: normal normal 500 20px/32px 'Montserrat';
    letter-spacing: 0px;
    color: #E0E0E0;
}

/* Nav drawer – mockup style */
#nav-drawer .nav-drawer a {
    font: normal normal 700 18px/18px 'Montserrat';
    color: #000000;
}
#nav-drawer .nav-drawer a:hover,
#nav-drawer .nav-drawer a.text-\[\#006bb6\] {
    color: #006bb6;
}

#nav-drawer .nav-drawer .text-neutral-600 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1rem;
    color: rgb(82, 82, 82);
    padding-top: 6px;
    text-transform: capitalize;
}

.showlist li.box-list {
    background: #FFFFFF 0% 0% no-repeat padding-box; 
    border-radius: 5px;
    margin-bottom: 15px;
}

p.dateformat {
    border: 1px solid #707070;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 81px;
    padding: 5px 14px;
    margin-bottom: 6px;
}

.dateformat span {
    display: inline-block;
    width: 100%;
    font: normal normal 700 20px/22px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
}

.dateformat span.big {
    display: inline-block;
    width: 100%;
    font: normal normal 700 48px / 50px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
}


p.event-time {
    background-color: #000;
    font: normal normal 500 14px/14px 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 3px 5px;
    margin-top: 5px;
    text-align: center;
}

.homepage h2{
    display: inline-block;
}

.right-show {
    float: right;
}

.right-show a {
    background: #006bb6 0% 0% no-repeat padding-box;
    border-radius: 40px;
    font: normal normal 700 12px/12px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
    padding: 12px 24px;
    position: relative;
    top: -2px;
}

.ushows a.text-md {
    font: normal normal 700 12px/12px 'Montserrat';
}

.--event-name {
    font: normal normal 800 20px/83px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
}

.--event-description{
    font: normal normal 500 16px/20px 'Montserrat';
    letter-spacing: 0px;
    color: #6F6F6F;
    margin-top: 6px;
}

.--event-image {
    padding-left: 10px;
    height: auto;
}

.--event-image img {
    height: auto;
}

.hover-lift:hover {
    transform: translateY(-2px);
}

/* Featured Swiper Card Layout */
.featured-swiper-section .bannerSwiper {
    position: relative;
}

.featured-swiper-section .featured-card {
    display: flex;
    align-items: stretch;
    background: #FFFFFF;
    height: 100%;
    min-height: 300px;
    border-radius: 6px;
    overflow: hidden;
}

.featured-swiper-section .featured-card-info {
    flex: 1;
    padding: 28px 28px 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.featured-swiper-section .featured-card-image {
    flex: 1;
    max-width: 50%;
    overflow: hidden;
    padding: 28px 28px 28px 32px;
}

.featured-swiper-section .featured-card-image .banner-swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-swiper-section .featured-date-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 82px;
    width: auto;
    max-width: 68px;
}

.featured-swiper-section .featured-date-badge .dateformat {
    border: 1px solid #707070;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 14px;
    margin-bottom: 6px;
    min-width: 58px;
}

.featured-swiper-section .featured-date-badge .dateformat .day-name {
   font: normal normal 700 20px/22px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
}

.featured-swiper-section .featured-date-badge .dateformat .day-number {
    font: normal normal 700 48px/50px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
}

.featured-swiper-section .featured-date-badge .dateformat .month-name {
    font: normal normal 700 20px/22px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
}

.featured-swiper-section .featured-date-badge .event-time {
    background-color: #000;
    font: normal normal 700 10px/13px 'Montserrat';
    color: #fff;
    border-radius: 3px;
    padding: 3px 6px;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.featured-swiper-section .featured-card-info .--event-name {
    font: normal normal 800 28px/34px 'Montserrat';
    letter-spacing: 0.4px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.featured-swiper-section .featured-card-info .--event-name a {
    color: #000000;
    text-decoration: none;
}

.featured-swiper-section .featured-card-info .--event-name a:hover {
    color: #333;
}

.featured-swiper-section .featured-card-info .--event-location {
    background: #F15A29 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 11px 20px 12px;
    font: normal normal 600 16px/16px 'Montserrat';
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 14px;
    width: auto;
}

.featured-swiper-section .featured-card-info .--event-location i {
    margin-right: 5px;
    font-size: 12px;
}

.featured-swiper-section .featured-card-info .--event-description {
    font: normal normal 400 13px/21px 'Montserrat';
    color: #6F6F6F;
    margin-bottom: 18px;
}

.featured-swiper-section .featured-card-info .--event-list {
    background: #006bb6 0% 0% no-repeat padding-box;
    border-radius: 40px;
    font: normal normal 600 16px/16px 'Montserrat';
    color: #000;
    padding: 12px 20px;
    display: inline-block;
    width: auto;
    text-decoration: none;
}

.featured-swiper-section .featured-card-info .--event-list:hover {
    background-color: #1fb5b5;
}

/* Featured Swiper Nav Arrows (overlay at slide edges) */
.featured-swiper-section .banner-swiper-button-prev,
.featured-swiper-section .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.featured-swiper-section .banner-swiper-button-prev {
    left: calc(50% - 650px - 8px);
}

.featured-swiper-section .banner-swiper-button-next {
    right: calc(50% - 650px - 8px);
}

.featured-swiper-section .banner-swiper-button-prev::after,
.featured-swiper-section .banner-swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}


.featured-swiper-section .banner-swiper-button-prev:hover,
.featured-swiper-section .banner-swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

.aboutpage h1, .aboutpage h2,
.tvgroup h3{
    color: #fff;
}

/* Mockup about page — light theme (#ac-about-page), not legacy .aboutpage dark */
#ac-about-page h1,
#ac-about-page h2 {
  color: #171717 !important;
}
#ac-about-page .text-\[\#006bb6\] {
  color: #006bb6 !important;
}
#ac-about-page .text-neutral-500 {
  color: #737373 !important;
}
#ac-about-page .text-neutral-400 {
  color: #a3a3a3 !important;
}

.tvgroup h3{
    font: normal normal 800 20px/28px 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
}

/* .menu-container h2 {
    font: normal normal 800 32px/28px 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
} */

.dotted-line {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.15);
    flex-grow: 1;
    margin: 0 1rem;
    position: relative;
    top: -2px;
}

.pfooter {
    margin-top: 0!important;
}

.right-show a {
    top: 15px;
}

@media(max-width: 768px){
    .ushows li div span {
        width: unset;
        display: unset;
    }

    .hero-card > div.w-full {
        /* flex: 0 0 88vw; */
    }

    #open-drawer-btn-mobile {
        position: relative;
        right: -8px;
    }

    /* .menu-container .grid {
        display: block;
        gap:inherit;
       
    }

    .menu-container .py-12 div.flex {
        display: inline-block;
    } */

    .mobile-burger button {
        position: absolute;
        top: -60px;
        right: 20px;
        z-index: 999;
    }

    body .section-list.headertop{
        padding: 15px 0 0;
       
    }

    .menu-container .grid .group{
       
    }

    .ushows a.text-md {
        text-align: center;
    }

    .banner-img, .icon-header {
        display: none!important;
    }

    .aboutboxtop {
        padding: 10px;
    }

    .hidden-xs {
        display: none!important;
    }

    .navbar-close {
        background-color: #FDD3A7;
        padding: 8px;
        border-radius: 10px;
        position: relative;
        bottom: 3px;
    }

    .bannerinfo { 
       width: 100%;
       padding: 50px 0;
    }

    .bannerbuttons a { 
        width: 80%;

    }

    .banner-text {
        font: normal normal normal 80px/80px 'Fjalla One';
        letter-spacing: 1px;
        color: #000000;
    }

    .cnavbottom ul li {
        text-align: left;
        margin: 3px 4px;
    }

    .container {
        display: block;
    }

    .low_ticket_alert_div {
        text-align: left!important;
     }

    body .container {
        max-width: 100%;
    }

    .topnavigation {
        position: relative;
      
    }

    .container.bannertop {
        background: transparent;
    }

    .container .logotop {
        padding: 10px 0px 10px 0px;
     
    }
   
    .banner-text {
        width: 100%;
       
    }

    .banner-text.jose {
        font-size: 35px;
        color: #fff;
    }

    .answer input[type=text], .answer input[type=email] {
        width: 90% !important;
    }

    body .section-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-list h2 {
      
        font: normal normal bold 35px/32px 'Montserrat';
        color: #fff;
    }

    .showlist .--event-location { 
        padding-left: 0;
    }

    .belowfooter.section-list {
        padding: 0;
    }

    .belowfooter.section-list .container {
        padding: 30px 15px!important;
        border-radius: 0;
    }

    .belowfooter.section-list .container h2 {
        font-size: 35px;
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .belowfooter.section-list .container h4 {
        font-size: 18px;
    }

    .belowfooter.section-list .container input.answer, #form-subscriber input{
        width: 100%!important;
        margin-bottom: 10px;
        border: none;
    }

    .contact-sec .answer > div  {
        border: none;
    }

    #form-subscriber .flex {
        display: block;
    }

    .topnavigation a{
        position: relative;
        top: -10px;
    }

    .below-footer h4 {
        font: normal normal 800 32px / 34px 'Montserrat'!important;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    section.carousel-section {
        padding: 10px!important;
    }

    .footer-right {
        padding-left: 0;
     }

    footer img, .footerlogo img {
        width: 271px;
        height: 48px;
        margin: 0 auto;
    }
    footer .text-white {
        width: auto;
        margin: 21px auto 0;
    }

    footer .grid .space-y-6 a {
        margin-bottom: 0;
    }

    footer .grid .space-y-6 ul.sicontop {
        margin-top: 0;
    }

    footer .grid .space-y-6 ul.sicontop a {
        width: 2rem;
        height: 2rem;
    }

  

     #targetEl .navbar-backdrop {
        width: 100%;
        background: transparent;
    }

    .nav-mobile nav {
        background-color: #272727;
        width: 80%;
        top: 0;
    }

    .nav-mobile svg {
        color: #000;
    }

    .nav-mobile nav a {
        padding: 0;
        text-transform: uppercase;
        letter-spacing: .3rem;
    }

    .mobile-nav-cont {
        padding: 20px 0;
        border-top: 1px solid #707070;
       
    }

    .mobile-logo {
        padding-bottom: 20px;
    }

    .mobile-nav-cont a {
        font: normal normal bold 22px/32px 'Fjalla One';
        color: #25160E;
    }

    #targetEl .icon-header {
        display: block !important;
    }

    .top-about { 
        border: 10px;
        padding: 20px;
    }

    .about-left-cont {
        padding-bottom:0;
        border: none;
    }
    .about-right-bot img {
        float: left;
        width: 10%;
        margin: 0;
        padding: 0;
    }

    .about-right-bot img.right-about { 
        width: 80%;
        height: auto;
    }

    .search_events_btn span {
        display: none;
    }

    body .comedians-page .search_events_btn {
        margin-top: 30px;
        margin-left: 0px;
        padding: 10px 20px;
    }

    .contact-sec.section-list {
        padding: 20px;
    }

    section .contact-sec .checkout-form p { 
        color: #fff;
    }

    .contact-sec p.description {
        color: #fff;
    }

    .promo-code-container .col-span-8 {
        grid-column: span 6 / span 6;
    }
    .promo-code-container .col-span-4 { 
        grid-column: span 6 / span 6;
    }

    .promo-code-container .col-span-4 button {
        padding: 12px 20px;
        position: relative;
        top: 20px;
    }

    .complete-purchase-container button {
        width: 100%;
        font-size: 12px;
        padding: 12px 20px;
        color: #000;
    }

    .videosection .video {
        width: 100%;
       
    }

    .videosection .video iframe{ 
        height: auto;
    }

    .special > div {
        display: inline-block;
    }

    .video-container .special > div {
        display: inline-block;
    }

    .special-left, .special .special  {
        height: auto;
        margin: 15px 0;
     }

     .special .special img{
        height: auto;
        min-height: auto;
        width: 100%;
        float: none;
        display: inline-block;
     }

     .special-left a {
        min-width: 100%;
    }

    .podcast .special-left{
        padding: 0;
        width: 100%;
    }

    .podcast a {
        margin-top: 0;
    }
    .showlist a.--event-location {
        padding-left: 0;
    }

    .container .topnavigation { 
      
    }
    .container .logotop {
        padding: 20px 0px 10px 20px;
        width: 100%;
        position: relative;
        z-index: 30;
        
    }

    .mobile-banner {
       
    }

    .container .logotop a {
        width: 70%;
        display: inline-block;
    }

    nav.topnavigation {
        margin: 15px 20px 20px 0;
    }

    .topnavigation button{
        border-radius: 10px;
        padding: .8rem;
    }

    .topnavigation li {
        color: #fff;
        display: inline-block;
        padding:0 10px;
        font: normal normal 600 16px / 16px 'Montserrat';
   
    }

    .topnavigation button svg {
        width: 2rem;
    }
    .headertop .text-right ul{
        width: 100%;
        text-align: right;
    }
}

@media(max-width: 490px){
    nav.topnavigation {
        margin: 5px 20px 20px 0;
    }
}

@media(max-width: 767px){
    /* .ushows li div {
        display: block!important;
    } */
}



@media (min-width: 470px) and (max-width: 768px){ 
    .container .topnavigation { 

    }

    .topnavigation button { 
        padding: 1.2rem;
    }
    
    body .container .gift-certificates {
        margin: 0 auto !important;
        max-width: revert-layer;
    }
}


@media (min-width: 768px) and (max-width: 1200px){

    body .container {
        margin: 0 auto;
        max-width: 100%;
    }

    body .container .gift-certificates {
        max-width: revert-layer;
    }

    .logotop a {
        display: inline-block;
    }

    
    .topnavigation li {
        padding: 0 8px;
    }

      .topnavigation li button{
        position: relative;
      }

    .bannerbuttons a.bbtn2, .bannerbuttons a.bbtn1 { 
        padding: 7px 22px;
    }

    .banner-text {
        font: normal normal normal 70px/110px 'Fjalla One';
        letter-spacing: 1.4px;
        color: #000000;
       
    }

    .bannerbuttons a  {
        font: normal normal bold 16px / 22px 'Montserrat';
    }

    #form-subscriber .w-2\/5 {
        width: 50%;
    }

    .video-container .special > div {
        display: flex;
    }

    .ushows li div {
       
    }

    .special-left a {
        padding: 19px 50px;
        min-width: 200px;
    }

    .special-page.special-left a {
        padding: 19px 50px;
        min-width: 100%;
    }

    .special-left, .special .special { 
        margin: 0;
    }

    .container .logotop {
        padding: 20px 0px 10px 20px;
        position: relative;
        z-index: 99;
        
    }

    
    .banner-text.jose {
        font-size: 35px;
        color: #fff;
    }

    .banner-text {
        padding: 7% 5% 0;
    }

    .sicontop a.tiktok-link {
        padding: 12px 14px;
    }

    .email-collection-div {
        padding: 15px;
        position: relative;
        top: 0;
    }

    .container.bannertop {
       
    }

    .special img { 
        min-height: auto;
    }

    .banner-text .banner-signup { 
        margin-bottom: .5rem;
        padding-bottom: .5rem;
    }

    section .contact-sec .checkout-form p { 
        color: #fff;
    }

    .special-left a {
        max-width: 100%;
    }

    .about-left-cont {
        padding-bottom: 5px;
    }

    .contact-sec p.description {
        color: #fff;
    }
    .about-right-bot img.right-about {
        float: right;
        width: 85%;
    }

    .belowfooter {
        width: 100%;
        padding: 0;
    }
    .contact-sec.section-list { 
        padding: 15px;
    }

    .answer { 
        padding: 8px;
        margin-bottom: 10px;
    }

    .banner-text {
        font-size: 38px;
        line-height: 2rem;
    }

    .showlist .--event-title p { 
        left: 0;
    }

    .showlist .--event-title { 
        text-align: left;
    }
    
    .nav-mobile nav {
        background-color: #fff;
        width: 80%;
        max-width: 80%;
        top: 0;
    }

    .banner-text.email-collection {
        padding: 4% 3% 0;
        width: 65%;
    
    }

    .answer input, .answer input::placeholder {
        font-size: 20px;
        line-height: 20px;
    }

    .banner-text .banner-signup {
        font: normal normal normal 16px / 22px 'Montserrat';
        letter-spacing: 0px;
        color: #FFB81E;
    }

    #email-collection-form .my-10 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .bimg2 { 
        right: 0;
    }

    .banner-img {
        display: none!important;
    }

    .ushows .gr_by_venue .--event-title {
        font-size: 41px;
        text-transform: uppercase;
        margin-top: -5px;
        margin-bottom: 10px;
        display: inline-block;
    }
    
    .logotop .--gv-name { 
        font-size: 90px;
        line-height: 90px;
    }

    .topnavigation.py-10{
        padding-bottom: 0;
    }

    .bannertext1 { 
        margin-top: 10%;
    }

    .bannertext2 { 
        font-size: 90px;
    }

    .bannertext3 { 
        margin: 5px auto 5px;
    }
    .bannertop { 
      
    }

    .home-mid h2 {
        font-size: 70px;
    }

    .contact-sec .--contact-list {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
        width: 30%;
    }

    .contact-sec .--contact-list p {
        word-wrap: break-word;
        line-height: 18px;
    }

    .email-collection-div {
        padding: 15px;
        position: relative;
        top: -20px;
    }

   

    .--gv-name.--mobile {
        font: normal normal bold 30px / 28px Josefin Sans;
        margin-left: 1px;
    }

    .nav-mobile svg {
        color: #000;
    }

    body .blist2.bcolor-brown { 
        width: 100%;
    }

    .ticket-dropdown-container select {
        color: #000;
        font-size: 1rem;
    }

    .addon-checkout-container button.btn-addon-checkout {
        background-color: #000!important;
        font-size: 2.2rem;
    }
    .addon-checkout-container button.btn-addon-checkout:hover {
        background-color: #00518a!important;
    }
    .banner-info .tickets  {
        width: 120px;
        height: auto;
    }

    .home-mid {
        margin-top: 0!important;
    }

  
}


@media(min-width: 1024px){ 
    .section-list.footerline {
        width: 65%;
        max-width: 75%;
    }

    .special-left a {
        min-width: 280px;
    }

    .dialog-panel-container {
       width: 400px;
    }
}




@media (min-width: 1201px) and (max-width: 1620px){ 
    .banner-img {
        display: none!important;
    }

    #form-subscriber .w-2\/5 {
        width: 50%;
    }

    .banner-text {
        font-size: 78px;
        line-height: 5rem;
    }
    
    .carousel.container-out, .section-list {
        width: 90%;
    }
 
}

@media (min-width: 1440px){
    .banner-swiper-section {
        max-width: 2100px;
    }
}

@media (min-width: 1601px){
    .carousel.container-out, .section-list {
        width: 100%;
        max-width: 1200px;
    }
}

@media (min-width: 1721px){
    .banner-swiper-section .swiper-slide {
        max-width: 1200px;
    }
}


@media (max-width: 1440px) {
    .featured-swiper-section .banner-swiper-button-prev {
        left: 0;
    }

    .featured-swiper-section .banner-swiper-button-next {
        right: 0;
    }
}

/* Responsive: Featured Card */
@media (max-width: 768px) {
    .featured-swiper-section .featured-card {
        flex-direction: column;
        min-height: auto;
    }

    .featured-swiper-section .featured-card-image {
        max-width: 100%;
        min-height: 200px;
        order: -1;
    }

    .featured-swiper-section .featured-card-info {
        padding: 20px;
    }

    .featured-swiper-section .featured-card-info .--event-name {
        font-size: 20px;
        line-height: 26px;
    }

    .featured-swiper-section .featured-date-badge {
        margin-bottom: 14px;
    }

    .featured-swiper-section .banner-swiper-button-prev,
    .featured-swiper-section .banner-swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .featured-swiper-section .banner-swiper-button-prev::after,
    .featured-swiper-section .banner-swiper-button-next::after {
        font-size: 11px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .featured-swiper-section .featured-card-info {
        padding: 22px 22px 22px 26px;
    }

    .featured-swiper-section .featured-card-info .--event-name {
        font-size: 22px;
        line-height: 28px;
    }

    .featured-swiper-section .featured-card-info .--event-description {
        font-size: 12px;
        line-height: 19px;
    }

    .featured-swiper-section .featured-date-badge {
        margin-bottom: 16px;
    }
}


/* =============================================
   EVC CHECKOUT PAGE
   ============================================= */

.evc-checkout-page {
    color: #D0D0D0;
    z-index: 30;
    position: relative;
}
/* Prevent price truncation on mobile – ensure price spans don't shrink */
.evc-checkout-page .total-price-table .flex.justify-between span:last-child,
.evc-checkout-page .total-price-table .flex.justify-between > span {
    flex-shrink: 0;
    white-space: nowrap;
}
.evc-checkout-page .total-price-table .flex.justify-between > div:first-child {
    min-width: 0;
}

/* Top bar */
.evc-checkout-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #6A7474;
    padding-bottom: 1rem;
}

.evc-checkout-heading {
    font: normal normal 800 38px/44px 'Montserrat';
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.evc-back-to-event {
    font: normal normal 600 12px/16px 'Montserrat';
    color: #6A7474;
    text-decoration: none;
    white-space: nowrap;
    background: #0E1414 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 8px 18px;
    transition: background 0.2s, color 0.2s;
}

.evc-back-to-event:hover {    
    color: #ffffff;
}

.evc-back-to-event i {
    margin-right: 4px;
    font-size: 10px;
}

/* Grid layout */
.evc-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 24px;
    align-items: start;
}

/* LEFT COLUMN — unified card with teal accent border */
.evc-left-card {
    /* background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #006bb6;
    border-radius: 8px;
    overflow: hidden; */
}

.evc-left-section {
    padding: 22px 24px;
    background: #3A4655 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.evc-left-section:not(:last-of-type) {
    margin-bottom: 1rem;
}

/* .evc-left-section:last-child {
    border-bottom: none;
} */

/* Panel title with bottom divider */
.evc-panel-title {
    font: normal normal 800 22px/28px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.evc-restrictions {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.evc-panel-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    color: #006bb6;
}

.evc-panel-icon svg {
    stroke: #006bb6;
}

.evc-panel-title-small {
    font: normal normal bold 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #94A0AF !important;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
}

/* Panel title row (title + link) */
.evc-panel-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
}

.evc-panel-title-row .evc-panel-title {
    margin-bottom: 12px;
    flex: 1;
}

.evc-show-details-link {
    font: normal normal 500 11px/14px 'Montserrat';
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    white-space: nowrap;
}

/* Event Details */
.evc-event-title {
    font: normal normal 800 32px / 76px Montserrat !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.evc-event-desc {
    font: normal normal medium 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #94A0AF;
}

.evc-event-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.evc-event-meta-item {
    font: normal normal medium 15px/28px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
}

.evc-meta-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    color: #006bb6;
}

.evc-meta-icon svg {
    stroke: #006bb6;
}

/* Restrictions list */
.evc-restrictions-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.evc-restriction-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.evc-restriction-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    color: #006bb6;
}

.evc-restriction-icon svg {
    stroke: #006bb6;
}

.evc-restriction-text {
    font: normal normal medium 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #94A0AF;
}

/* Ticket table */
.evc-ticket-table {
    width: 100%;
}

.evc-ticket-row {
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    align-items: center;
}

.evc-ticket-row.evc-ticket-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 10px;
    padding-top: 0;
}

.evc-ticket-row.evc-ticket-header > div {
    font: normal normal bold 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #94A0AF;
    text-transform: uppercase;
}

.evc-ticket-row.evc-ticket-data {
    border-bottom: none;
}

.evc-ticket-col-name {
    display: flex;
    flex-direction: column;
}

.evc-ticket-name {
    font: normal normal bold 22px/28px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.evc-ticket-subtitle {
    font: normal normal 500 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #94A0AF;
    margin-top: 2px;
}

.evc-ticket-col-qty {
    text-align: center;
    font: normal normal bold 22px/28px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.evc-ticket-col-price {
    text-align: right;
    font: normal normal bold 22px/28px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

/* All sales are final */
.evc-sales-final-left {
    font: normal normal 500 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #94A0AF;
    margin-top: 14px;
}

/* Promo code section */
.evc-promo-section {
    padding-bottom: 22px;
}

.evc-promo-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.evc-promo-input {
    flex: 1;
    min-width: 0;
}

.evc-promo-btn {
    flex-shrink: 0;
}

.evc-apply-btn {
    padding: 14px 24px;
    background: #222222;
    color: #FFFFFF;
    font: normal normal 700 12px/16px 'Montserrat';
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.evc-apply-btn:hover {
    background: #00518a;
}

.evc-promo-error {
    width: 100%;
}

/* Left card form inputs */
.evc-left-card .form-input {
    background: #FFFFFF !important;
    border: 1px solid #D0D0D0 !important;
    border-radius: 4px;
    color: #000000 !important;
    padding: 10px 12px;
    font: normal normal 400 13px/18px 'Montserrat';
}

.evc-left-card .form-input:focus {
    border-color: #006bb6 !important;
    outline: none;
}

.evc-left-card .form-input::placeholder {
    color: #AAAAAA !important;
}

/* RIGHT SIDEBAR — white card */
.evc-checkout-right {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 24px 22px;
    color: #000000;
}

.evc-sidebar-section {    
    padding-bottom: 20px;
}

.evc-sidebar-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.evc-checkout-right .evc-section-title {
    font: normal normal 800 20px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 0;
    border-left: none;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.evc-checkout-right .evc-title-icon {
    color: #006bb6;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.evc-checkout-right .evc-title-icon svg {
    stroke: #006bb6;
}

/* Form grid inside sidebar */
.evc-form-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 0 !important;
}

.evc-form-row {
    display: flex;
    gap: 10px;
}

.evc-form-half {
    flex: 1;
    min-width: 0;
}

.evc-form-two-thirds {
    flex: 2;
    min-width: 0;
}

.evc-form-third {
    flex: 1;
    min-width: 0;
}

.evc-form-full {
    width: 100%;
}

/* Payment inputs with left icon (card, calendar, lock) */
.evc-payment-input-wrap {
    position: relative;
}

.evc-payment-input-wrap .evc-payment-input-icon {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.evc-payment-input-wrap .evc-payment-input-icon svg {
    stroke: rgba(255, 255, 255, 0.35);
}

.evc-payment-input-wrap .evc-exp-label {
    margin-bottom: 6px;
}

.evc-payment-input-wrap.evc-input-exp .evc-payment-input-icon {
    bottom: 12px;
}

/* Expiration date group */
.evc-form-exp-group {
    flex: 1 50%;
    min-width: 0;
}

.evc-exp-label, .evc-cvc-label, .evc-card-label {
    font: normal normal 500 11px/14px 'Montserrat';
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

.evc-exp-selects {
    display: flex;
    gap: 6px;
}

.evc-exp-selects .custom-form-input {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.evc-exp-selects select.form-input {
    padding: 10px 4px !important;
    font-size: 11px !important;
    text-overflow: ellipsis;
}

.evc-form-cvc {
    flex: 1 50%;
}

.evc-form-cvc .custom-form-input label {
    font-size: 11px;
}

.evc-checkout-right .custom-form-input label,
.custom-form-input label {
    font: normal normal 500 11px/14px 'Montserrat';
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

.evc-checkout-right .form-input,
.evc-checkout-right input.form-input,
.evc-checkout-right select.form-input,
.evc-checkout-right input[type="number"].form-input,
.evc-checkout-right input[type="text"].form-input,
.evc-checkout-right input[type="email"].form-input,
.evc-checkout-right input[type="tel"].form-input,
.custom-form-input input[type=text],
.custom-form-input input[type=email],
.custom-form-input input[type=tel],
.custom-form-input input[type=number],
.custom-form-input textarea,
.custom-form-input select {
    background: #FFFFFF !important;
    border: 1px solid #D0D0D0 !important;
    border-radius: 4px;
    color: #000000 !important;
    padding: 10px 12px;
    font: normal normal 400 13px/18px 'Montserrat';
    width: 100%;
    box-sizing: border-box;
}

.evc-checkout-right .form-input:focus {
    border-color: #006bb6 !important;
    outline: none;
}

.evc-checkout-right .form-input::placeholder {
    color: #AAAAAA !important;
}

.evc-checkout-right select.form-input {
    appearance: auto;
    color: #000000 !important;
    padding: 10px 8px;
    font-size: 12px;
}

/* Gift certificate inline row */
.evc-gift-input {    
    min-width: 0;
}

.evc-gift-btn {
    
}

.evc-use-btn {
    padding: 12px 20px;
    background: #222222;
    color: #FFFFFF;
    font: normal normal 700 12px/16px 'Montserrat';
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

/* Order summary */
.evc-order-summary {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #6F6F6F;    
}

.evc-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font: normal normal 400 13px/20px 'Montserrat';
    color: #000;
}

.evc-summary-row.evc-summary-total {
    border-top: 1px solid #D0D0D0;
    margin-top: 8px;
    padding-top: 10px;
    font-weight: 700;
    color: #000000;
    font-size: 15px;
}

/* Purchase button */
.evc-purchase-section {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}

/* .evc-purchase-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: #006bb6;
    color: #000000;
    font: normal normal 700 14px/18px 'Montserrat';    
    letter-spacing: 0.5px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s;
}

.evc-purchase-btn:hover {
    background: #1fb5b5;
}

.evc-purchase-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
} */

/* Checkout CTA buttons – stronger hover for visibility (#006bb6 → #1a9e9e) */
/* .evc-checkout-page .evc-purchase-btn:hover,
.evc-checkout-page #mobile-continue-btn:hover,
.evc-checkout-page .evc-checkout-right button[type="submit"]:not(:disabled):hover {
    background-color: #1a9e9e !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
} */
/* Apply coupon button – lighter gray hover for visibility */
/* .evc-checkout-page .apply-coupon-btn:hover {
    background-color: #4b5563 !important;
} */
/* Add-ons checkout button hover */
/* .btn-addon-checkout:hover {
    background-color: #00518a !important;
} */

.evc-charge-note {
    font: normal normal 400 11px/16px 'Montserrat';
    color: #888888;
    margin-top: 10px;
}

.evc-gift-note {
    font: normal normal 400 11px/16px 'Montserrat';
    color: #006bb6;
    margin-top: 4px;
}

.evc-ssl-note {
    font: normal normal 400 11px/16px 'Montserrat';
    color: #888888;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.evc-ssl-icon {
    display: inline-flex;
    align-items: center;
}

.evc-ssl-icon svg {
    stroke: #888888;
}

/* Validation errors on white bg */
.evc-checkout-right .error.text-sm {
    color: #dc3545;
}

/* =============================================
   EVC THANK YOU PAGE
   ============================================= */

.evc-thankyou-page {
    position: relative;
    z-index: 30;
}

.evc-thankyou-wrapper {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px 60px;
}

.evc-thankyou-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 107, 182, 0.1);
    color: #006bb6;
    margin-bottom: 24px;
}

.evc-thankyou-icon svg {
    stroke: #006bb6;
}

.evc-thankyou-heading {
    font: normal normal 800 36px/42px 'Montserrat';
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.evc-thankyou-subtitle {
    font: normal normal 400 14px/22px 'Montserrat';
    color: #9A9A9A;
    margin-bottom: 32px;
}

.evc-thankyou-card {
    background: #3A4655 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: left;
    margin-bottom: 28px;
}

.evc-thankyou-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.evc-thankyou-card-info {
    flex: 1;
    min-width: 0;
}

.evc-thankyou-event-title {
    font: normal normal 800 18px/24px 'Montserrat' !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    margin-bottom: 4px !important;
    padding-bottom: 0 !important;
}

.evc-thankyou-actions .evc-thankyou-btn {
    background: #0E1414 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: 0;
    color: #FFFFFF;
}

.evc-thankyou-event-desc {
    font: normal normal 400 12px/18px 'Montserrat' !important;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.evc-thankyou-meta,
.evc-thankyou-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
}

.evc-thankyou-meta-item {
    font: normal normal 400 12px/18px 'Montserrat';
    color: #9A9A9A;
    display: flex;
    align-items: center;
    gap: 8px;
}

.evc-thankyou-card-meta .evc-thankyou-meta-item {
    color: #FFFFFF;
}

.evc-thankyou-meta-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    color: #006bb6;
}

.evc-thankyou-meta-icon svg {
    stroke: #006bb6;
}

.evc-thankyou-card-badge {
    flex-shrink: 0;
}

.evc-thankyou-date-badge {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
    min-width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.evc-badge-time {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal 500 14px / 5px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 9px 7px;
    margin-top: 7px;
}

.evc-badge-day-name, .evc-badge-month {
    font: normal normal 700 12px/10px 'Montserrat';
    color: #000000;
    letter-spacing: 0.5px;
}

.evc-badge-day-num {
    font: normal normal 800 44px/50px 'Montserrat';
    color: #000000;
}

.evc-thankyou-card .evc-thankyou-actions {
    margin-bottom: 0;
}

.evc-thankyou-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.evc-thankyou-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: normal normal 600 13px/18px 'Montserrat';
    border-radius: 30px;
    padding: 12px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.evc-btn-outline {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.evc-btn-outline:hover {
    border-color: #006bb6;
    color: #006bb6;
}

.evc-btn-outline svg {
    stroke: currentColor;
}

.evc-btn-primary {
    background: #006bb6;
    color: #000000;
    border: none;
    width: 100%;
    max-width: 280px;
    font-weight: 700;
}

.evc-btn-primary:hover {
    background: #1fb5b5;
}

@media (max-width: 768px) {
    .evc-thankyou-wrapper {
        padding: 24px 16px 40px;
    }

    .evc-thankyou-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .evc-thankyou-card-header {
        flex-direction: column;
        gap: 12px;
    }

    .evc-thankyou-date-badge {
        flex-direction: row;
        gap: 8px;
        padding: 6px 14px;
    }

    .evc-thankyou-actions {
        flex-direction: column;
        gap: 10px;
    }

    .evc-thankyou-btn {
        width: 100%;
    }

    .evc-btn-primary {
        max-width: 100%;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .evc-checkout-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .evc-checkout-heading {
        font-size: 26px;
        line-height: 32px;
    }

    .evc-checkout-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .evc-left-section {
        padding: 16px 16px;
    }

    .evc-checkout-right {
        padding: 18px 16px;
    }

    .evc-form-row {
        flex-direction: column;
    }

    .evc-ticket-row {
        grid-template-columns: 1fr 60px 80px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .evc-checkout-grid {
        grid-template-columns: 1fr 400px;
        gap: 20px;
    }

    .evc-checkout-heading {
        font-size: 30px;
        line-height: 38px;
    }

    .evc-left-section {
        padding: 18px 20px;
    }
}


/* -------------------------------------------------------------------------
   Add-ons page (Comediantemplate7/Events/add_ons.ctp) – fill as needed
   ------------------------------------------------------------------------- */

/* "Enhance Your Night" heading */
.addon-page-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fafafa; /* neutral-50 */
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.upsell-tickets-form {
}

.upsell-info-container {
    font-family: Montserrat, sans-serif;
}

/* Add-on card icon: qty 0 = neutral, qty > 0 = teal */
.upsell-info-container .addon-card-icon {
    background-color: #262626; /* bg-neutral-800 */
    color: #737373; /* text-neutral-500 */
}
.upsell-info-container .addon-card-icon svg {
    stroke: currentColor;
}
.upsell-info-container.addon-card--has-quantity .addon-card-icon {
    background-color: rgba(0, 107, 182, 0.1); /* bg-[#006bb6]/10 */
    color: #006bb6;
}

.ticket-name {
}

.ticket-description {
}

.ticket-price {
}

/* Coupon slashed styling - original price when discounted */
.ticket-price.slashed,
.--cost.slashed,
.breakdown-base-original.slashed,
.breakdown-fee-original.slashed {
    text-decoration: line-through;
    color: #ef4444;
    font-weight: normal;
    padding-right: 5px;
}

#event-view-page .original.slashed {
    font-size: 1rem;
}


.addon-order-summary-card {
    font-family: Montserrat, sans-serif;
}

 .mt-8 {
        margin-top: 2rem;
    }
.mt-4 {
    margin-top: 1rem;
}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Montserrat, sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}
      h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
      }
      button,
      a[class*="font-bold"][class*="px-"] {
        border-radius: 10px;
      }.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.bottom-0{bottom:0px}.bottom-full{bottom:100%}.left-0{left:0px}.left-full{left:100%}.right-0{right:0px}.right-full{right:100%}.top-0{top:0px}.top-full{top:100%}.bottom-6{bottom:1.5rem}.left-6{left:1.5rem}.z-10{z-index:10}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:0.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:0.25rem}.mr-1{margin-right:0.25rem}.mt-0\.5{margin-top:0.125rem}.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}.mt-4{margin-top:1rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-24{height:6rem}.h-3{height:0.75rem}.h-3\.5{height:0.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[3px\]{height:3px}.h-\[56px\]{height:56px}.h-\[60px\]{height:60px}.h-\[90px\]{height:90px}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-24{width:6rem}.w-3{width:0.75rem}.w-3\.5{width:0.875rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[250px\]{width:250px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[500px\]{max-width:500px}.max-w-\[560px\]{max-width:560px}.max-w-\[800px\]{max-width:800px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[marquee_60s_linear_infinite\]{animation:marquee 60s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:0.25rem}.gap-10{gap:2.5rem}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.gap-x-12{column-gap:3rem}.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-neutral-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 229 229 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-\[\#006bb6\]{--tw-border-opacity:1;border-color:rgb(0 107 182 / var(--tw-border-opacity, 1))}.border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:rgb(255 255 255 / 0.1)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[\#006bb6\]{--tw-bg-opacity:1;background-color:rgb(0 107 182 / var(--tw-bg-opacity, 1))}.bg-\[\#f58426\]{--tw-bg-opacity:1;background-color:rgb(245 132 38 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:rgb(0 0 0 / 0.4)}.bg-black\/90{background-color:rgb(0 0 0 / 0.9)}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:rgb(255 255 255 / 0.1)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-1{padding:0.25rem}.p-8{padding:2rem}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-0\.5{padding-bottom:0.125rem}.pb-10{padding-bottom:2.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pl-3{padding-left:0.75rem}.pl-4{padding-left:1rem}.pr-16{padding-right:4rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[3px\]{letter-spacing:3px}.tracking-\[4px\]{letter-spacing:4px}.tracking-tight{letter-spacing:-0.025em}.tracking-tighter{letter-spacing:-0.05em}.tracking-wider{letter-spacing:0.05em}.text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.text-\[\#006bb6\]{--tw-text-opacity:1;color:rgb(0 107 182 / var(--tw-text-opacity, 1))}.text-neutral-200{--tw-text-opacity:1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/90{color:rgb(255 255 255 / 0.9)}.opacity-0{opacity:0}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}.will-change-transform{will-change:transform}
    .placeholder\:text-neutral-400::placeholder{--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}
    .hover\:bg-\[\#d96e0f\]:hover{--tw-bg-opacity:1;background-color:rgb(217 110 15 / var(--tw-bg-opacity, 1))}
    .hover\:bg-neutral-50:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}
    .hover\:bg-neutral-700:hover{--tw-bg-opacity:1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}
    .hover\:bg-white\/20:hover{background-color:rgb(255 255 255 / 0.2)}
    .hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 0.05)}
    .hover\:text-\[\#006bb6\]:hover{--tw-text-opacity:1;color:rgb(0 107 182 / var(--tw-text-opacity, 1))}
    .hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}
    .hover\:text-neutral-900:hover{--tw-text-opacity:1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}
    .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
    .hover\:opacity-80:hover{opacity:0.8}
    .focus\:border-\[\#006bb6\]:focus{--tw-border-opacity:1;border-color:rgb(0 107 182 / var(--tw-border-opacity, 1))}
    .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
    .group:hover .group-hover\:scale-\[1\.04\]{--tw-scale-x:1.04;--tw-scale-y:1.04;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
    .group:hover .group-hover\:text-\[\#006bb6\]{--tw-text-opacity:1;color:rgb(0 107 182 / var(--tw-text-opacity, 1))}
    @media (min-width: 640px){.sm\:w-\[200px\]{width:200px}.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}}
    @media (min-width: 768px){.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[120px\]{height:120px}.md\:w-\[120px\]{width:120px}.md\:w-\[350px\]{width:350px}.md\:w-\[420px\]{width:420px}.md\:w-auto{width:auto}.md\:flex-none{flex:none}.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-6{gap:1.5rem}.md\:border-b-0{border-bottom-width:0px}.md\:border-r{border-right-width:1px}.md\:border-t-0{border-top-width:0px}.md\:p-10{padding:2.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-0{padding-bottom:0px}.md\:pl-12{padding-left:3rem}.md\:pr-12{padding-right:3rem}.md\:pt-0{padding-top:0px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}
    @media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.lg\:gap-12{gap:3rem}.lg\:pl-16{padding-left:4rem}.lg\:pr-16{padding-right:4rem}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}}