
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

.main-app-container {
    max-width: 1380px!important;
    margin: 0 auto;
}

.studios-body-wide .main-app-container {
    max-width: 1664px!important;
    margin: 0 auto;
}
.studios-body-wide .main-app-container > div {
    padding: 0;
}
@media(max-width: 1711px) {
    .studios-body-wide .main-app-container {
        margin: 0 24px;
        max-width: calc(100vw - 48px)!important;
    }
}
@media(max-width: 525px) {
    .studios-body-wide .main-app-container {
        margin: 0 16px;
        max-width: calc(100vw - 32px)!important;
    }
}
/* typography */
*:not(i) {
    font-family: Lato, 'Lato Regular', sans-serif!important;
}
.section-customElementGroups .btn-custom-element {
    border-radius: 0px!important;
    font-size: 24px!important;
    font-weight: 400!important;
}
@media(max-width: 525px) {
    .section-customElementGroups .btn-custom-element,
    .section-customElementGroups div:has( > .btn-custom-element),
    .section-customElementGroups div:has( > a > .btn-custom-element) {
        width: 100%!important;
    }
}
body {
    background-color: #002F5E!important;    
}
/* Desktop */
h1:not(.speaker-name) {
    font-size: 101px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* h2:not(#virtual-venue-banner h2):not(.virtual-venue-banner-inner h2) {
    font-size: 76px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none!important;
} */
.trade-template h2 {
    margin: 15px 0 10px 0;
}
h2:not(#virtual-venue-banner h2):not(.virtual-venue-banner-inner h2),
h3, .studios-section-h3 h2.atom-main {
    font-size: 57px!important;
    font-style: normal!important;
    font-weight: 400;
    line-height: normal!important;
    font-style: unset!important;
    text-transform: none!important;
}
h4 {
    font-size: 43px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal!important;
}
p, p > span, ol > li, ul > li, ol > li > span, ul > li > span {
    font-size: 18px!important;
    font-style: normal;
    /*font-weight: 400;*/
    line-height: 150%!important;
}
p > small {
    font-size: 13.5px!important;
}
h5, .studios-p-h5 p, .studios-p-h5 p > span,
.studios-p-h5 ol > li, .studios-p-h5 ol > li > span,
.studios-p-h5 ul > li, .studios-p-h5 ul > li > span,
.studios-p-h5 a, .studios-p-h5 a > span {
    font-size: 32px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%!important;
}
h6, .studios-p-h6 p, .studios-p-h6 p > span, p.studios-br-match,
.studios-p-h6 ol > li, .studios-p-h6 ol > li > span,
.studios-p-h6 ul > li, .studios-p-h6 ul > li > span,
.studios-p-h6 a, .studios-p-h6 a > span, .studios-submit-btn div.btn-custom-element {
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%!important;
}
h6:has(> strong), h6 > strong {
    font-weight: 700!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li::marker {
    color: #CCED45!important;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
}
ul > li > ul {
    list-style: none;
}
ul > li > ul > li {
    position: relative;
    padding-left: 24px;
}
ul > li > ul > li::before {
    content: "- ";
    position: absolute;
    left: 0;
    top: 0;
    color: #CCED45!important;
}
.scroll-chevron, .scroll-chevron:hover {
    font-size: 18px!important;
    font-style: normal;
    line-height: 150%!important;
    color: white;
}
.scroll-chevron:hover {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    font-weight: bold!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Tablet */
@media(min-width: 769px) and (max-width: 1024px) {
     h1:not(.speaker-name) {
        font-size: 64px!important;
    }
    /* h2:not(#virtual-venue-banner h2):not(.virtual-venue-banner-inner h2) {
        font-size: 52px!important;
    } */
    h2:not(#virtual-venue-banner h2):not(.virtual-venue-banner-inner h2),
    h3, .studios-section-h3 h2.atom-main {
        font-size: 42px!important;
    }
    h4 {
        font-size: 34px!important;
    }
    h5, .studios-p-h5 p, .studios-p-h5 p > span,
    .studios-p-h5 ol > li, .studios-p-h5 ol > li > span,
    .studios-p-h5 ul > li, .studios-p-h5 ul > li > span,
    .studios-p-h5 a, .studios-p-h5 a > span {
        font-size: 27px!important;
        line-height: 140%!important;
    }
    h6, .studios-p-h6 p, .studios-p-h6 p > span, p.studios-br-match,
    .studios-p-h6 ol > li, .studios-p-h6 ol > li > span,
    .studios-p-h6 ul > li, .studios-p-h6 ul > li > span,
    .studios-p-h6 a, .studios-p-h6 a > span {
        font-size: 22px!important;
        line-height: 140%!important;
    }
}
/* Mobile */
@media(max-width: 768px) {
    h1:not(.speaker-name) {
        font-size: 57px!important;
    }
    /* h2:not(#virtual-venue-banner h2):not(.virtual-venue-banner-inner h2) {
        font-size: 45px!important;
    } */
    h2:not(#virtual-venue-banner h2):not(.virtual-venue-banner-inner h2),
    h3, .studios-section-h3 h2.atom-main {
        font-size: 36px!important;
    }
    h4 {
        font-size: 29px!important;
    }
    h5, .studios-p-h5 p, .studios-p-h5 p > span,
    .studios-p-h5 ol > li, .studios-p-h5 ol > li > span,
    .studios-p-h5 ul > li, .studios-p-h5 ul > li > span,
    .studios-p-h5 a, .studios-p-h5 a > span {
        font-size: 23px!important;
        line-height: 140%!important;
    }
    h5:has(> strong), h5 > strong {
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h6, .studios-p-h6 p, .studios-p-h6 p > span, p.studios-br-match,
    .studios-p-h6 ol > li, .studios-p-h6 ol > li > span,
    .studios-p-h6 ul > li, .studios-p-h6 ul > li > span,
    .studios-p-h6 a, .studios-p-h6 a > span {
        font-size: 18px!important;
        line-height: 150%!important;
    }
}

/* Added by Jacob from Studios class library */
/* studios-title-left */
.studios-title-left h2.atom-main {
    text-align: left;
    padding-left: 30px;
}

/* studios-no-padding */
.studios-no-padding .main-app-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* studios-unify-padding */
.studios-unify-padding .main-app-container {
    padding-top: 56px;
    padding-bottom: 56px;
}

@media (max-width: 1024px) {
    .studios-unify-padding .main-app-container {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .studios-unify-padding .main-app-container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
/* studios-title-centre */
.studios-title-centre h2.atom-main {
    text-align: center;
}
/* studios-title-right */
.studios-title-right h2.atom-main {
    text-align: right;
}
/* studios-title-no-margin */
.studios-title-no-margin h2.atom-main {
    margin:0px;
}
/* studios-title-hide */
.studios-title-hide h2.atom-main {
    display: none;
}
/* studios-centre-vertical */
.studios-centre-vertical > div > div {
    height: 100%;
}
.studios-centre-vertical > div > div > div:nth-child(2) {
    display: flex;
    align-items: center;
    height: 100%;
}
@media(max-width: 767px) {
    .studios-centre-vertical > div > div > div:nth-child(2) {
        flex-direction: column;
    }
}
/* studios-btn-left */
.studios-btn-left > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div:has(button),
.studios-btn-left div:has( > a > div.btn) {
    text-align: left;
    margin: 0;
}

@media(max-width: 1024px) {
    div.studios-mob-col-swap > div > div > div.element-groups.Component-elementGroups-0-2-1 {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* End of Jacob added classes */

/* countdown */
.studios-pu-countdown .main-app-container {
    border-radius: 8px;
    border-top: 8px solid #CCED45;
}
.studios-pu-countdown .main-app-container::before,
.studios-pu-countdown .main-app-container::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0;
    width: 2px;
    height: calc(100% - 8px);
}
.studios-pu-countdown .main-app-container::before {
    left: calc((100% - 1664px)/2);
    background: linear-gradient(to bottom, #CCED45, #CCED4500);
}
.studios-pu-countdown .main-app-container::after {
    right: calc((100% - 1664px)/2);
    background: linear-gradient(to bottom, #CCED45, #CCED4500);
}
@media(min-width: 1412px) and (max-width: 1711px){
    .studios-pu-countdown .main-app-container::before {
        left: 24px;
    }
    .studios-pu-countdown .main-app-container::after {
        right: 24px;
    }
}
.studios-pu-countdown .count-container:first-child:before,
.studios-pu-countdown .count-container:last-child:after {
    background: transparent;
}
.studios-pu-countdown .count-container:not(:last-child):after {
    background: #002F5E;
}
.studios-pu-countdown .row > div.js-countdown-view {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.studios-pu-countdown .count-container {
    max-width: 218px;    
}
.studios-pu-countdown .count-number {
    font-weight: normal;
}
@media(max-width: 1411px) {
    .studios-pu-countdown .main-app-container {
        margin: 0 16px;
        max-width: calc(100vw - 32px)!important;
    }
    .studios-pu-countdown .main-app-container::before {
        left: 16px;
    }
    .studios-pu-countdown .main-app-container::after {
        right: 16px;
    }
}

/* navbar */
.nav-button-wrapper > div {
    text-transform: uppercase;
}
.nav-button-wrapper {
    min-width: unset;
}

 @media(min-width: 1025px) {
    header {
        position: fixed;
    }
    .navbar-nav {
        float: unset!important;
    }
    .navColors .color-2-background.custom-color {
        padding-top: 30px;
        padding-bottom: 9px;
    }
    .navbar .navbar-collapse {
        display: flex !important;
        justify-content: end;
    }
    .navColors .color-2-background:not(.custom-color) {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        width: 800px;
    }
    .nav>li:first-child {
        width: 100%;
        float: unset;
    }
    .header-top-me {
        margin-top: 14px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
    .nav-button-wrapper.selected, .classic-nav-menu .nav-button-wrapper.selected,
    .navbar-default .nav-button-wrapper:hover, .classic-nav-menu.navbar-default .nav-button-wrapper:hover {
        background: unset; 
    }
    .nav-menu-btn.color-1-selected {
        color: white!important;
    }
    .nav-button-wrapper > div::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 13px;
        width: 20px;
        margin: 0 10px;
        height: 4px;
        background: transparent;
        transition: width 0.3s ease;
    }
    .nav-button-wrapper > div.nav-menu-btn.selected::after {
        background: #CCED45;
    }
    .nav-button-wrapper > div:hover::after {
        width: calc(100% - 20px);
        background: #CCED45;
    }
    .main-view.footer-padding > div {
        padding-top: 160px;
    }
    .image-container-item img {
        margin-right: 140px;
        min-width: 230px;
    }
}
@media(max-width: 1024px) {
    .image-container-item img {
        width: 98%;
        max-width: 500px;
    }
    div.nav-menu-btn.selected {
        color: #CCED45!important;
    }
    .main-view.footer-padding > div, .home-page {
        padding-top: 65px;
    }
    .navbar>.container-fluid .navbar-brand {
        width: 80%;
    }
    .navbar-brand .image-container-item {
        width: 100%;
    }
}
@media(max-width: 525px) {
    .image-container-item img {
        width: 167%;
    }
    .navbar>.container-fluid .navbar-brand {
        width: 53%;
    }
}
/* footer */
.studios-pu-footer {
    background-color:  rgba(0, 47, 94, 1);
    padding: 45px 0;
}
.main-view.footer-padding {
    padding-bottom: 0;
}
footer {
    display: none;
}
.studios-pu-footer .main-app-container {
    max-width: 95%!important;
}
.studios-pu-footer *:not(i) {
    color: white;
}
.studios-pu-footer p, .studios-pu-footer h5 {
    margin-bottom: 48px;
}
.studios-pu-footer h5 {
    color: #CCED45;
}
.studios-pu-footer > div {
    background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/64MmoSETRaWqjs1KClbv_Waves%204K%20(2).png');
    background-size: cover;
    background-position: center;
}
.studios-pu-footer div.links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.studios-pu-footer div.links a {
    padding: 0 16px;
    font-size: 18px!important;
    text-transform: uppercase!important;
    color: white!important;
    text-decoration: none;
    font-weight: 400!important;
}
.studios-pu-footer div.links > div:not(:last-child) {
    border-right: 1px solid #CCED45;
}
.studios-pu-footer div.links > div {
    margin-bottom: 16px;
}
.studios-pu-footer div.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}
.studios-pu-footer div.socials a{
    padding: 0 8px;
}
.studios-pu-footer div.links a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.studios-pu-footer div.socials img {
    margin: 5px 10px 5px 10px!important;
}
@media(max-width: 768px) {
    .studios-pu-footer div.links {
        flex-direction: column;
    }
    .studios-pu-footer div.links > div:not(:last-child) {
        border-right: none;
    }
    .studios-pu-footer div.links {
        text-align: center;
    }
     .studios-pu-footer div.links a {
        display: block;
        width: 100%;
    }
}
/* header-pi */
.studios-header-pu > div {
    background-size: contain!important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #002F5E;
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
}
.studios-header-pu .main-app-container {
    max-width: 1090px!important;
    margin: 0 auto;
    padding-top: 45px;
}
.studios-header-pu .Component-elementGroups-0-2-1 {
    display: flex;
    flex-direction: column;
}
.studios-header-pu img.atom-main {
    width: 100%;
    margin: 0 auto;
    max-width: 65vw;
    margin-bottom: 200px;
    max-height: 317px;
}
.studios-header-pu div.atom-main {
    padding-left: calc((100% - 120px) / 2);
}
@media(max-width: 1024px) {
    .studios-header-pu > div {
        min-height: calc(100vh - 65px);
    }
}
.studios-header-pu .Component-elementGroups-0-2-1 > div {
    align-items: end;
    width: 100%;
}
/* .studios-header-pu .Component-elementGroups-0-2-1 > div:last-child {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
} */
/* .studios-header-pu .Component-elementGroups-0-2-1 > div:nth-child(2) > div.atom-main {
    padding: 0!important;
} */
.studios-header-pu .atom-sectionMain {
    display: flex;
    align-items: center;
}
.studios-no-vh > div {
    min-height: unset;
}
.studios-no-vh div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(2),
.studios-no-vh div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > div {
    display: none;
}
.studios-no-vh img.atom-main {
    margin-bottom: 0px!important;
}
/* 4K */
@media(min-width: 1921px) {
    .studios-header-pu > div {
        height: 596px!important;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/VoNlJwJQapiGA8XSfsgR_Site_PU.png');
    }
}
/* Desktop */
@media(min-width: 1025px) and (max-width: 1920px) {
    .studios-header-pu > div {
        height: calc(100vw * 596 / 1920)!important;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/4lhnEAXySyydOXAdnAGV_Hero%20-%20Desktop%20-%20PU.png');
    }
}
/* Tablet */
@media(min-width: 768px) and (max-width: 1024px) {
    .studios-header-pu > div {
        height: calc(100vw * 1258 / 2048)!important;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/wAtVPjgQPS3b3vDLXQ6Q_Site_PU%402x.png');
    }
    .studios-header-pu img.atom-main {
        max-width: 65vw;
    }
    .studios-header-pu div.atom-main {
        padding-left: 42vw;
    }
}
/* Mobile */
@media(max-width: 767px) {
    .studios-header-pu > div {
        height: calc(100vw * 566 / 751)!important;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/0eBHTH8Qi09mG7Mrb1go_Site_PU%402x.png');
    }
    .studios-header-pu img.atom-main {
        max-width: 75vw;
        margin-bottom: 120px;
    }
    .studios-header-pu div.atom-main {
        padding-left: 0;
    }
    .studios-header-pu h4, .studios-header-pu h6 {
        text-align: center!important;
    }
}
@media(max-width: 525px) {
    .studios-header-pu .Component-elementGroups-0-2-1 > div:last-child {
        bottom: 60px;
    }
    .studios-no-vh div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > div {
        display: block;
    }
    .studios-no-vh > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > div > div > h4 > span {
        display: none;    
    }
}
/* banner */
.studios-banner-pu > div {
    background-size: contain!important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #002F5E!important;
}
.studios-banner-pu img.atom-main {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
}
.studios-banner-pu .main-app-container {
    max-width: unset!important;
}
.studios-banner-pu .atom-sectionMain {
    display: flex;
    align-items: center;
}
.studios-banner-pu p, .studios-banner-pu h1 {
    text-align: center;
    font-size: clamp(40px, 7vw, 136px)!important;
    font-style: normal;
    font-weight: 800!important;
    line-height: normal!important;
    text-transform: uppercase;
    margin-top: 40px;
    color: white!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Desktop */
@media(min-width: 1025px) {
    .studios-banner-pu > div {
        /* height: 1080px!important; */
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/Romb9wxYRlsIKTYzSM5g_Site_PU%402x.png');
    }
    .studios-banner-pu p, .studios-banner-pu h1 {
        margin-top: 0px;
        margin-bottom: 40px;
        letter-spacing: 4.08px;
    }
}
/* Tablet */
@media(min-width: 768px) and (max-width: 1024px) {
    .studios-banner-pu > div {
        height: calc(100vw * 640 / 1536)!important;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/1nKp4iYRMKAbHAR3hie7_Site_PU%402x.png');
    }
    .studios-banner-pu p, .studios-banner-pu h1 {
        letter-spacing: 1.92px;
    }
}
/* Mobile */
@media(max-width: 767px) {
    .studios-banner-pu > div {
        height: calc(100vw * 488 / 751)!important;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/yJMzNii5T5uv0YmOPAED_Site_PU%402x.png');
    }
    .studios-banner-pu p, .studios-banner-pu h1 {
        letter-spacing: 1.92px;
    }
}
@media(max-width: 525px) {
    .studios-banner-pu p, .studios-banner-pu h1 {
        margin-top: 10px;
        line-height: 100%!important;
        letter-spacing: 1.2px;
    }
}

.studios-pu-group-ticket .group-element {
      max-width: 900px;
      background-color: #002F5E;
      border-radius: 10px;
      border-top: 6px solid white;
      position: relative;
      display: flex;
      align-items: center;
      padding: 32px 24px;
      box-sizing: border-box;
    }

.studios-pu-group-ticket .group-element::before,
.studios-pu-group-ticket .group-element::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
    }

.studios-pu-group-ticket .group-element::before {
    left: 0;
    background: linear-gradient(to bottom, white, #002F5E);
}

.studios-pu-group-ticket .group-element::after {
    right: 0;
    background: linear-gradient(to bottom, white, #002F5E);
}

.studios-pu-group-ticket .group-icon {
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
      margin-right: 20px;
    }

.studios-pu-group-ticket .group-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.studios-pu-group-ticket .group-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1;
    }

.studios-pu-group-ticket .group-title {
      color: #CCED45;
      font-size: 30px;
      margin: 0 0 40px 0;
    }

.studios-pu-group-ticket .group-button {
      background-color: #002F5E;
      color: white;
      border: 1px solid white;
      padding: 16px 40px;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
      max-width: 320px;
    }

.studios-pu-group-ticket .group-button h6 {
    color: white;
    margin: 0;
}
.studios-pu-group-ticket .group-button:hover {
    background-color: white;
    color: #002F5E;
}
.studios-pu-group-ticket .group-button:hover h6 {
    color: #002F5E;
}
@media(max-width: 767px) {
    .studios-pu-group-ticket .group-element {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}
.studios-gradient-tile .main-app-container {
    border-radius: 8px;
    border-top: 8px solid #CCED45;
}
.studios-gradient-tile .main-app-container::before, 
.studios-gradient-tile .main-app-container::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0;
    width: 2px;
    height: calc(100% - 8px);
}
.studios-gradient-tile .main-app-container::before {
    left: calc((100% - 1664px) / 2);
    background: linear-gradient(to bottom, #CCED45, #FF6B0000);
}
.studios-gradient-tile .main-app-container::after {
    right: calc((100% - 1664px) / 2);
    background: linear-gradient(to bottom, #CCED45, #FF6B0000);
}
@media(max-width: 1711px) {
    .studios-gradient-tile .main-app-container::before {
        left: 24px;
    }
    .studios-gradient-tile .main-app-container::after {
        right: 24px;
    }
}
@media(max-width: 525px) {
    .studios-gradient-tile .main-app-container {
        max-width: calc(100vw - 48px)!important;
        margin: 0 24px;
    }
    .studios-gradient-tile div:has( > .btn),
    .studios-gradient-tile div:has( > a > .btn),
    .studios-gradient-tile .btn {
        width: 100%!important;
    }
}
@media(max-width: 1023px) {
    .studios-column-force .Component-elementGroups-0-2-1 {
        flex-direction: column;
    }
    .studios-column-force .Component-elementGroups-0-2-1 > div {
        width: 100%;    
    }
}
.studios-submit-btn div.btn-custom-element {
    width: auto!important;
}
.section-links {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}
.section-links .divider {
    border-left: 4px solid #CCED45;
}
@media(max-width: 1024px) {
    .section-links .divider {
        border-left: 2px solid #CCED45;
    }
}
.section-links a {
  color: #ffffff!important;
  text-decoration: none!important;
  font-size: 18px!important;
  font-weight: bold!important;
  padding: 16px 48px!important;
  transition: color 0.3s ease!important;
}
.section-links a:hover {
  color: #CCED45!important;
}
@media(max-width: 700px) {
    .section-links {
        flex-direction: column;
    }
    .section-links .divider {
        border-left: none;
        border-top: 2px solid #CCED45;
        width: 40px;
        height: 2px;
    }
}
.studios-body-812 .main-app-container, .section-tickets {
    max-width: 812px!important;
    margin: 0 auto;
}
@media(min-width: 1024px) {
    #section-6454904, #section-6524988, #section-6524988, #section-6524987, #section-6524986,
    #section-6476240, #section-6454920, #section-6493219, #section-6478241 {
        scroll-margin-top: 160px;
    }
}

/* parallax */
/* @media(min-width: 1900px) {
    .home-page {
        background: url('https://cdn-static.bizzabo.com/bizzabo.users.files/N9vqKtlPTTqbcKcfaY6V_LHS%402x.png') left center / 20% auto no-repeat, url('https://cdn-static.bizzabo.com/bizzabo.users.files/MB5Q04SQ52RXtz6euOwc_RHS%403x-min.png') right center / 20% auto no-repeat;
        background-attachment: fixed, fixed;
    }
} */
.home-page {
    background: 
        url('https://cdn-static.bizzabo.com/bizzabo.users.files/JEIM8iWgSsGn1lYJzaTi_PU%20Waves%204K.png') center center / 100% auto no-repeat;
    background-attachment: fixed;
}

/* .studios-modals */
.studios-modals img {
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}
.studios-modals img.hovering {
  opacity: 0;
}
.studios-modals img:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.studios-modals .Component-elementGroups-0-2-1 {
    display: flex;
    justify-content: center;
}
.studios-modals .Component-elementGroups-0-2-1 > div {
    max-width: 400px;
}
@media (min-width: 1025px) {
    .studios-modals div.btn {
        display: none;
    }
}
@media(max-width: 1024px) {
    .studios-modals h4 {
        min-height: 82px;
    }
    .studios-modals div.btn {
        width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 772px) {
    .studios-modals h4 {
        min-height: 123px;
    }
}
@media(max-width: 767px) {
    .studios-modals .Component-elementGroups-0-2-1 {
        flex-direction: column;
        align-items: center;
    }
    .studios-modals .Component-elementGroups-0-2-1 > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.studios-bg-transparent > div,
body > div.main-view.footer-padding > div > ul > div.sleek-template.section-6454913 {
    background-color: #002f5e90!important;
}

.studios-bg-trans-top > div {
    background: linear-gradient(to bottom, #002f5e, #002f5e90) !important;
}
.studios-bg-trans-bottom > div {
    background: linear-gradient(to bottom, #002f5e90, #002f5e) !important;
}
.trade-template .navbar-nav {
    display: none;
}
#section-6553377 > div > div {
    min-height: 412px; 
    background-color: #002F5E;
}
.parallax-div {
    display: none;
}
@media(max-width: 525px) {
    .parallax-div {
        display: block;
        background-image: url('https://cdn-static.bizzabo.com/bizzabo.users.files/JEIM8iWgSsGn1lYJzaTi_PU%20Waves%204K.png');
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        transform: translateZ(0);
    }
}