<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		
	body &gt; section {
		text-align:left;
	}

	#banner-main picture, 
	#banner-main picture img {
		padding:0px;
	}
	
	
	#banner-main picture {
        transform: matrix3d(0.96, -0.015, 0.28, 0.0001, 0.01, 0.92, 0.21, 0.00017, -0.28, 1.79, 0.9408, 0, 20, 0, 0, 1);
        -webkit-transform: matrix3d(0.96, -0.015, 0.28, 0.0001, 0.01, 0.92, 0.21, 0.00017, -0.28, 1.79, 0.9408, 0, 20, 0, 0, 1);
   		filter: brightness(0.7) blur(1px);
		-webkit-filter: brightness(0.7) blur(1px);
   	}
	

	#banner-main p,
	.sub_body p,
	.sub_body ul {
		color:#f4fff0;
	}
	
	
	
	#banner-main h1 {
		margin: auto auto 15px 0px;
	}


	.sep_.navy_palegreen._in {
		background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100'&gt;&lt;polygon fill='%23f4fff0' points='500,-20 0,100 400,100'/&gt;&lt;/svg&gt;");
		height:25vw;
	}


	.sep_.navy_white._in {
		background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100'&gt;&lt;polygon fill='%23ffffff' points='500,-20 0,100 400,100'/&gt;&lt;/svg&gt;");
		height:25vw;
	}


	.sep_.navy_palegreen._out {
		background-color: white;
		background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100'&gt;&lt;polygon fill='%23f4fff0' points='400,0 0,0 400,15'/&gt;&lt;/svg&gt;");
		height: 15vw;
	}


	.sep_.palegreen_white {
		background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100'&gt;&lt;polygon fill='%23f4fff0' points='400,0 0,0 400,15'/&gt;&lt;/svg&gt;");
		height: 15vw;
	}


	.sep_.navy_white._out {
		background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100'&gt;&lt;polygon fill='%23ffffff' points='400,0 0,0 400,15'/&gt;&lt;/svg&gt;");
		height: 15vw;
	}
	
	
	
/* cmsx cmsx cmsx cmsx cmsx cmsx cmsx cmsx cmsx */


	.cmsx &gt; div &gt; div &gt; *:not(:last-of-type) {
		margin-bottom:15px;
	}


	.cmsx &gt; div {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 2vw 8vw;
		/*position: relative;*/
	}

	.cmsx &gt; div &gt; * {
		flex: 1;
		-webkit-flex: 1;
	}
	
	.cmsx h2 {
		flex: unset !important;
		-webkit-flex: unset !important;
		width:100%;
	}


	.cmsx &gt; div picture {
		z-index:-1;
	}


	.cmsx &gt; div picture img {
		border-radius:4px;
		max-width:100%;
	}

	.cmsx &gt; div picture.pos_1 {
		margin-bottom:15px;
		margin-top:15px;
		width:100%;
	}

	.cmsx &gt; div picture.pos_2 {
		margin:5px 30px 15px 0px;
	}

	.cmsx &gt; div picture.pos_3 {
		margin:5px 15px 15px 15px;
	}

	.cmsx &gt; div picture.pos_3,
	.cmsx &gt; div picture.pos_2 {
		overflow:hidden;
		width:45%;
	}

	.cmsx &gt; div.pic.pic_align_1 {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding:2vw 0px;
	}

	.cmsx &gt; div.pic.pic_align_1 &gt; *:not(picture) {
		margin-left: 8vw;
		margin-right: 8vw;
		width: auto;
	}

	.cmsx &gt; div.pic.pic_align_1 picture {
		max-height:700px;
		margin-top:20px;
		object-fit:contain;
		overflow-y: hidden;
		width: 100%;		
		transform: matrix3d(0.98, 0.03, 0, 0.0002, -0.04, 1.10, 0, 0.00027, 0, 0, 1.8408, 0, -70, 0, 0, 1); 
	}

	.cmsx &gt; div.pic.pic_align_1 picture img,
	.cmsx &gt; div.pic.pic_align_4 picture img {
		height:100%;
		width: 100%;
	}

	.cmsx &gt; div.pic.pic_align_2 {
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
	}

	.cmsx &gt; div.pic.pic_align_3 {
		flex-direction: row;
		-webkit-flex-direction: row;
	}



	.cmsx &gt; div.pic.pic_align_4 {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.cmsx &gt; div.pic.pic_align_4 &gt; *:not(picture) {
		margin-left: 8vw;
		margin-right: 8vw;
		width: auto;
	}

	.cmsx &gt; div.pic.pic_align_4 picture {
		left:-3%;
		object-fit: cover;
		overflow-y: hidden;
		position: absolute;
		transform: matrix3d(0.98, 0.03, 0, 0.0002, -0.04, 1.10, 0, 0.00027, 0, 0, 1.8408, 0, -70, 0, 0, 1); 
	}

	.cmsx &gt; div.pic.pic_align_4 picture img {
		object-fit: cover;
	}
	
	
	
	#detail .white_bg .btn {
		background-color:#ffd5fc;
		color: #BB0174;
		font-weight: 500;
		margin:15px 0px 30px 0px;
		padding: 10px 40px;
	}



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

	.cmsx &gt; div.pic.pic_align_1 picture {
		margin-bottom: 30px;
		margin-top: 30px;
		width: 90%;
		transform: matrix3d(0.98, 0.03, 0, 0.0008, -0.04, 1.10, 0, 0.00027, 0, 0, 1.8408, 0, 40, 0, 0, 1); 
	}	


	.cmsx &gt; div.pic.pic_align_4 picture {
		margin-bottom: 30px;
		margin-top: 30px;
		height: initial;
		position: relative;
		width: 90%;
		transform: matrix3d(0.98, 0.03, 0, 0.0008, -0.04, 1.10, 0, 0.00027, 0, 0, 1.8408, 0, 40, 0, 0, 1); 
	}	
	
	.cmsx &gt; div.pic.pic_align_2 &gt; *:not(h2),
	.cmsx &gt; div.pic.pic_align_3 &gt; *:not(h2) {
		flex: none;
		-webkit-flex: none;
		width: 100%;
	}
	
	.cmsx &gt; div.pic.pic_align_2 {
		padding:10vw;		
	}
	
	.cmsx &gt; div.pic.pic_align_4 &gt; h2 {
		margin-top: 30px;
	}
	

	.cmsx &gt; div picture.pos_2,
	.cmsx &gt; div picture.pos_3 {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		bottom: 0px;
		position: absolute;
		width: 55%;
	}
	
	.cmsx &gt; div picture.pos_3 {
		left: 55%;
	}
	
	.cmsx &gt; div picture.pos_2 {
		left: 0px;
	}

}


@media (max-width:1440px) {
	.cmsx &gt; div {
		padding: 2vw 8vw;
	}
	
	.cmsx &gt; div.pic.pic_align_1 &gt; *:not(picture) {
		margin-left: 8vw;
		margin-right: 8vw;
	}
	
	.cmsx &gt; div.pic.pic_align_4 &gt; *:not(picture) {
		margin-left: 8vw;
		margin-right: 8vw;
	}
}



@media (max-width:1600px) {
	.cmsx &gt; div {
		padding: 2vw 10vw;
	}
	
	.cmsx &gt; div.pic.pic_align_1 &gt; *:not(picture) {
		margin-left: 10vw;
		margin-right: 10vw;
	}
	
	.cmsx &gt; div.pic.pic_align_4 &gt; *:not(picture) {
		margin-left: 0vw;
		margin-right: 0vw;
	}
}


@media (min-width:1601px) {
	.cmsx &gt; div {
		padding: 2vw 20vw;
	}
	
	.cmsx &gt; div.pic.pic_align_1 &gt; *:not(picture) {
		margin-left: 20vw;
		margin-right: 0vw;
	}
	
	.cmsx &gt; div.pic.pic_align_4 &gt; *:not(picture) {
		margin-right: 0vw;
	}
	
	.cmsx &gt; div.pic.pic_align_4 h2 {
		margin-top: 50%;
		padding-left: calc(30px + 2vw);
		padding-top: 3vw;
	}
}


@media (min-width:992px) {

	.cmsx &gt; div h2,
	.cmsx &gt; div &gt; div {
		background-color: #fff;
		z-index: 1;
	}
	
	.cmsx &gt; div.pic.pic_align_4 {
		margin: 0vw 5vw 0vw auto;
		padding:2vw 0px 5vw 0px;
		z-index: 0;
	}
	
	.cmsx &gt; div h2:first-of-type {
		border-radius:5px 5px 0px 0px;
		padding: calc(15px + 1vw) 30px calc(1vw + 10px) 30px;
		margin-bottom: 0px;
	}
	
	.cmsx &gt; div.pic.pic_align_3 h2:first-of-type {
		padding-right: 50%;
	}
	
	
	.cmsx &gt; div.pic.pic_align_4 h2:first-of-type {
		margin-top: 50%;
	}
	

	.cmsx &gt; div &gt; div {
		border-radius:0px 0px 5px 5px;
		padding: 35px calc(30px + 2vw) calc(15px + 2vw) calc(30px + 2vw);
	}

    .cmsx &gt; div.pic.pic_align_2 picture {
        left: 16vw;
		margin-bottom: 30px;
		max-height: 25vw;
		position: absolute;
		transform: matrix3d(0.93, -0.06, 0, 0.0002, -0.08, 1.10, 0, 0.00037, -0.28, 0, 1.8408, 0, -300, 0, 0, 1); 
		width:40%;
	}

	.cmsx &gt; div.pic.pic_align_3 picture {
		margin-bottom: 30px;
		width:50%;
	}
}




	
	



	#detail {
		background-color: #fff;
		max-width: 100vw;
		overflow-x: hidden;
	}


	.cmsx h2:first-of-type {
		margin-bottom:calc(2vw + 20px);
	}





	.white_bg p {
		color: #832E56;
	}


	#banner-main h1 span {
		color: #8bc53f;
	}
	
	
	#faq &gt; div:first-of-type &gt; h2 {
		color: #ff2b75;
		padding-bottom:calc(20px + 5vw);
	}
		
	
	#faq .bio &gt; div {
		background-color: transparent;
	}
	
	
		
	@media screen and (min-width: 992px) {	
		
		#banner-main p.event_time {
			max-width:60vw;
		}
		
		#detail {
			/*background-image:url('/_images/stars.svg');*/
			background-repeat:no-repeat;	
			background-position:center left;					
			background-size:35vw;
		}
		
		#detail .container {
			padding-bottom: 7vw;
			padding-top:5vw;
		}


		.bio &gt; div {
			background-color: #fff;
			padding: 35px calc(30px + 2vw);
			z-index: 1;
			width: 64%;
		}

		.bio &gt; div:nth-of-type(odd)  {
			margin: 0vw 5vw 4vw auto;
		}

		.bio &gt; div:first-of-type  {
			margin-top:-40px;
			padding-top: 0vw;
		}

		.cmsx &gt; div.pic.pic_align_-2  {
			flex-direction: column;
			-webkit-flex-direction: column;
		}

		.cmsx &gt; div.pic.pic_align_-2 picture {
			order: -1;
			width: 40vw;
			margin: auto;
			transform: matrix3d(0.96, -0.03, 0, 0.0002, -0.04, 0.90, 0, 0.00017, -0.28, 0, 1.8408, 0, -200, 0, 0, 1);
		}

		.cmsx &gt; div.pic.pic_align_2  {
			margin: 0vw 0vw 5vw auto;
			padding:35px calc(40px + 4vw) 35px calc(40px + 4vw);
			background-color: #fff;
		}

		.bio &gt; div:nth-of-type(even),
		.cmsx &gt; div.pic.pic_align_3 {
			margin: 0vw auto 4vw 5vw;
		}

		.cmsx &gt; div.pic.pic_align_3  {
			width:100%;
			z-index:1;
		}

		.cmsx &gt; div.pic.pic_align_3 &gt; div {
			margin-bottom: auto;
		}

		.cmsx &gt; div.pic.pic_align_3 picture {
			margin: -10vw 0 0 15vw;
			transform: matrix3d(0.96, -0.03, 0, 0.0002, -0.04, 0.90, 0, 0.00017, -0.28, 0, 1.8408, 0, -200, 0, 0, 1);
			z-index:1;
		}
	}
		
	
	@media screen and (min-width: 1200px) {
		#banner-main {
			z-index: 9;
		}
		
		.sep_.navy_white._in {
			margin-top: -200px;
		}
		

		#detail .container {
			margin-top:-5vw;
		}
	}
	

	@media screen and (max-width: 991px) {
		#banner-main {
			height: unset;
			margin-top: -20px;
			/*overflow:initial;
			padding-top: 5vw;*/
		}
		
		#banner-main &gt; div:first-of-type {
			margin-top: -75px;
			max-height: unset;
			min-height: unset;			
			position:relative;
		}	
		
		#banner-main h1 {
			margin: auto;
		}
		
		#detail.body_poly_1 .container {
			background-color:transparent;
			margin: -20px 20px 0px 20px;
		}

		#detail &gt; .container .white_bg {
			background-image:url('/_images/stars.svg');
			background-repeat:no-repeat;	
			background-position:bottom;					
			background-size:60vw;
			padding-bottom:60vw;
		}
				
		#detail,
		.sep_.navy_palegreen._out {
			margin-top: -1px;
		}
		
		#banner-main h1 &gt; span {
			display: inline-block;
			width:100%;
		}
	}</pre></body></html>