<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cu_pr_ta_ma_tabs {
	width:30%;
	list-style: none;
	margin-left: 0;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,.05);
}
.cu_pr_ta_ma_tab_style_left{

	float: left;
	margin-right: 6%;
	margin-left:0;
}
.cu_pr_ta_ma_tab_style_right{
	float: right;
	margin-left: 6%;
	margin-right:0;
}


.tabs-container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tabs-container-h-t,.tabs-container-accordion,.tabs-container-full{
	flex-direction: column;
}
.tabs-container-h-b{
	flex-direction: column-reverse;
}
.tabs-container-v-l{
	flex-direction: row;
}
.tabs-container-v-r{
	flex-direction: row-reverse;
}

/*!* Style the tab *!*/
/*.tab {*/
/*    display: flex;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #f1f1f1;*/
/*    overflow-x: auto;*/
/*}*/
.tab-vertical{
	width: 30%;
	flex-direction: column;
}
/*.tabs-accordion{*/
/*    flex-direction: column;*/
/*}*/
.tab-accordion,.tab-full{
	width:100%;
	flex-direction: column;
}
.tab-accordion li{
	margin:5px 0 !important;
}

/* Style the buttons inside the tab */
/*.tab button {*/
/*    background-color: inherit;*/
/*    color: black;*/
/*    padding: 22px 16px;*/
/*    border: none;*/
/*    outline: none;*/
/*    text-align: left;*/
/*    cursor: pointer;*/
/*    transition: 0.3s;*/
/*    font-size: 17px;*/
/*}*/
.tab-vertical li,.tabs-accordion li{
	width: 100%;
	display: block;
}

.tab-horizontal li{
	width: 50%;
	flex: 0 0 calc(40%);
}

.tab-horizontal {
	/*overflow-x: auto;*/
	width: 100%;
}
.tab-horizontal li, .tab-horizontal a{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.tab-horizontal::-webkit-scrollbar {
	height: 5px;
}
/* Track */

.tab-horizontal::-webkit-scrollbar-track {
	background: none;
}

/* Handle */

.tab-horizontal::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */

.tab-horizontal::-webkit-scrollbar-thumb:hover {
	background: #555;
	height:10px;
}
.cu_pr_ta_ma_image_gallery_front,.cu_pr_ta_ma_video_gallery_front, .cu_pr_ta_ma_file_front{
	display:flex;
	width: 100%;
	flex-flow: row wrap;
}
.cu_pr_ta_ma_single_image_front{
	display:flex;
	width: 22%;
	margin:5px;
}
.cu_pr_ta_ma_single_video_front{
	display:flex;
	width: 45%;
	margin:5px;
}
.cu_pr_ta_ma_single_image_front button img{
	width:100%;
}


.cu_pr_ta_ma_gallery_modal{
	display: flex;
	padding: 1.3rem;
	z-index: 1000;
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -80%);
	transition: top 0.3s;

}
@media screen and (min-width: 420px) {
	.cu_pr_ta_ma_gallery_modal {
		height: 300px;
	}
	.cu_pr_ta_ma_gallery_modal_body {
		height: 100%;
	}
}

.cu_pr_ta_ma_gallery_modal_body img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*!* Modal Content *!*/
/*.cu_pr_ta_ma_gallery_modal_content*/
/*{*/
/*    display: flex;*/
/*    background-color: #fefefe;*/
/*    padding: 20px;*/
/*    width: 60%;*/
/*}*/

/* Modal header */
.cu_pr_ta_ma_gallery_modal_header{
	position: absolute;
	right: 0;
	top: 0;
}

/* Modal header */
.cu_pr_ta_ma_gallery_modal_body {
	display: flex;
	justify-content: center;
	width: 100%;
}

/* The Close Button */
.cu_pr_ta_ma_gallery_btn_close {

	cursor: pointer;
	border: none;
	font-weight: 600;
	display: inline-block;
	color: #767676;
	text-align: center;
	font-size: 14px;
	padding: 0.4rem 0.8rem;
	background: none;
}

.cu_pr_ta_ma_gallery_btn_close:hover,
.cu_pr_ta_ma_gallery_btn_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background: none;
}

.cu_pr_ta_ma_gallery_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 100;
}

.cu_pr_ta_ma_gallery_hidden {
	display: none ;
}

.cu_pr_ta_ma_file_front{
	flex-direction: column;
}
.cu_pr_ta_ma_file_front .cu_pr_ta_ma_single{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}


.cu_pr_ta_ma_slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.cu_pr_ta_ma_slider {
	display: flex !important;
	justify-content: center;
}
.cu_pr_ta_ma_mySlides {
	flex: 0 0 30%;
	display: none;
}
.cu_pr_ta_ma_mySlides img {
	width: 100%;
	padding: 5%;
}

.cu_pr_ta_ma_prev, .cu_pr_ta_ma_next {
	cursor: pointer;
	position: absolute;
	top: 34%;
	width: auto;
	padding: 5px 7.5px;
	color: white;
	background: black;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
}
.cu_pr_ta_ma_next {
	right: 0;
}
.cu_pr_ta_ma_dot-container {
	text-align: center;
}
.cu_pr_ta_ma_dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}
.cu_pr_ta_ma_active-dot {
	background-color: #717171;
}

.map-info-box {
	/*            position: absolute;*/
	background-color: black;
	border: 1px solid #ccc;
	padding: 10px;
	max-width: 100%;

}
.map-info-box img {
	max-width: 200px;
	height: 100px;
	width:100% ;
}

.map-info-box li a {
	color: white;
}

.map-info-box li {
	padding: 5px;
}

.map-info-box li a:hover {
	color: #E28C1F;
}
.ez-map { min-height:150px; min-width:150px; height: 420px; width: 100%; }
</pre></body></html>