<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-section.main-banner.community-section-Slide-1 .bs-media-wgt .media-image img {
    max-width: 800px !important; 
}

.bs-section.community-section-customSection-10 .foreground-layer.bs-container {
    padding: 0 0 2.2em 0 !important;
}

.bs-section.community-section-exhibitorPlan .bs-expo-plan-list.grb-list .li-item .content .bs-ul-list {
    max-height: 100% !important; 
}
.ui.modal.become-exhibitor-modal .bs-expo-plan-list.grb-list .li-item {
border: 1px solid var(--border-color,#dadbdd) !important;
}
.ui.modal.become-exhibitor-modal .bs-expo-plan-list.grb-list .li-item:hover {
border-color: var(--menu-item-active-color,var(--primary-color,#f03a39))!important;
}
.ui.modal.become-exhibitor-modal .bs-expo-plan-list.grb-list .li-item.selected{
border-color: var(--menu-item-active-color,var(--primary-color,#f03a39))!important;
}

.community-section-ticketClass .bs-ticketList-wgt [data-field-id="912000181611719"] {
    grid-area: 1/2 !important;
}

.community-section-customSection-13 .media-text-layout,
.community-section-customSection-15 .media-text-layout,
.community-section-customSection-13 .section-sub-title {
width: 75% !important;
 margin: 0 auto !important;
}

.community-section-customSection-15 .media-text-layout .bs-mtList-wgt.grb-list {
   grid-gap: 36px !important;
}

@media only screen and (max-width: 767px) {
.community-section-customSection-15 .media-text-layout,
.community-section-customSection-13 .media-text-layout,
.community-section-customSection-13 .section-sub-title {
width: 100% !important;
}

.community-section-ticketClass .bs-ticketList-wgt [data-field-id="912000181611719"] {
    grid-area: 2 !important;
}
}



.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;
}

.community-section-pageHeader[data-section-id="912000181604251"] .banner-widget .banner-media .bs-media-wgt .media-image {
    max-width: 80%;
     margin: 0 auto;

}

@media only screen and (max-width: 767px) {
.community-section-pageHeader[data-section-id="912000181604251"] .banner-widget .banner-media .bs-media-wgt .media-image {
    max-width: 100%;
     margin: 0 auto;
}
.bs-section.default.community-section-mediaWithTextList-1 .bs-mtList-wgt.grb-list.lyt-largest-media .media-image {
    width: 100% !important;
}

}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt.grb-list.lyt-largest-media .media-image {
    width: 80% !important;
}

.bs-section.community-section-exhibitorPlan .owl-carousel .owl-stage-outer .owl-stage {

display: flex !important;  
flex-direction: row-reverse !important;

}

.bs-section.community-section-mediaWithButton-1 .bs-mediaText-wgt .li-item .bs-media-wgt .media-image {
    width: 90% !important;
}

@media only screen and (max-width: 767px) {
.bs-section.community-section-mediaWithButton-1 .bs-mediaText-wgt .li-item .bs-media-wgt .media-image {
    width: auto !important;
}
}

.bs-section.community-section-exhibitorPlan .bs-container .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .bs-expo-plan-list .li-item .header,
.ui.modal.bs-payment-modal .payment-modal-container .right-content .pm-content.column-layout .left-item .bs-checkbox-list.st1 .list-item {
	position: relative;
}

.bs-section.community-section-exhibitorPlan .bs-container .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-of-type(1) .bs-expo-plan-list .li-item .header:before,
.bs-section.community-section-exhibitorPlan .bs-container .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-of-type(2) .bs-expo-plan-list .li-item .header:before,
.ui.modal.bs-payment-modal .payment-modal-container .right-content .pm-content.column-layout .left-item .bs-checkbox-list.st1 .list-item:nth-of-type(1):before,
.ui.modal.bs-payment-modal .payment-modal-container .right-content .pm-content.column-layout .left-item .bs-checkbox-list.st1 .list-item:nth-of-type(2):before{
	content: 'Sold out';
	position: absolute;
	top: 0;
	left: 0;
	background: red;
	color: #fff;
	width: auto;
	line-height: 1;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 10px 0;
}

.bs-section.community-section-exhibitorPlan .bs-container .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-of-type(1) .bs-expo-plan-list .li-item .header:before,
.bs-section.community-section-exhibitorPlan .bs-container .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-of-type(2) .bs-expo-plan-list .li-item .header:before {
	font-size: 14px;
	padding: 6px 16px;
}

.ui.modal.bs-payment-modal .payment-modal-container .right-content .pm-content.column-layout .left-item .bs-checkbox-list.st1 .list-item:nth-of-type(1):before,
.ui.modal.bs-payment-modal .payment-modal-container .right-content .pm-content.column-layout .left-item .bs-checkbox-list.st1 .list-item:nth-of-type(2):before {
	padding: 3px 12px;
	font-size: 8px;
}
</pre></body></html>