<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.public-consultation-bg {
	background: linear-gradient(to bottom, #acbe2d, transparent);
}
.public-consultation img {
	position: relative;
	z-index: 2;
	display: block;
}

.chart {
	margin: 0 auto;
}

.section2 {
	background-color: #f6f6f6;
	color: #555;
}

.section3 {
	overflow: hidden;
	text-align: justify;
}
.section3 .photo {
	width: 30%;
	float: left;
	line-height: 1.5;
	padding: 5px;
}
.section3 .photo img {
	margin-bottom: 30px;
}
.section3 .photo .border {
	height: 15px;
	border-radius: 8px;
	background-color: #c3d736;
	margin: 5px -3px;
	width: 305px;
	max-width: 100%;
}
.section3 .content {
	width: 70%;
	float: right;
}

.milestone {
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}
.milestone-dotline {
	background-image: url(../images/svg/dot-line.png);
	background-repeat: repeat-y;
	height: 2650px;
	position: absolute;
	width: 50px;
	z-index: 1;
	left: 70px;
	bottom: 140px;
}
.milestone-list {
	overflow: hidden;
	position: relative;
}
.milestone .icon img  {
	width: 100%;
	max-width: 140px;
}
.milestone .icon {
	width: 16%;
}
.milestone .year {
	width: 22%;
}
.milestone .desc {
	width: 62%;
}
.milestone .items {
	clear: both;
	line-height: 1.5;
	margin-bottom: 60px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	position: relative;
}
.milestone .items &gt; div {
	float: left;
}
.milestone .items .year {
	font-size: 2rem;
	display: grid; 
	align-content: start;
	height: 78px;
	color: black;
	margin-top: 10px;
}
.milestone .items .desc {
	font-size: 2rem;
	display: grid; 
	align-content: start;
	min-height: 78px;
	color: black;
	margin-top: 10px;
}
.milestone .items .desc ul {
	margin: 0;
}
.milestone .items .desc li {
	padding-left: 20px;
}

.section4 {
	background-image: url(../images/consultation/consultation-middle-bg.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
.section4 .content {
	text-align: justify;
}
.section4 .content img {
	margin: 40px auto;
	display: block;
}
.section5 .sub-header {
	text-align: center;
}
.section5 .content {
	width: 950px;
	margin: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #000;
}
.section6 .content {
	width: 1010px;
}
.section5 .cola {
	width: calc( 50% - 20px );
	height: 450px;
	padding: 40px;
	text-align: center;
	z-index: 1;
	float: left;
	position: relative;
}
.section5 .cola .title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	height: 75px;
	margin-bottom: 30px;
	margin-top: 20px;
	display: flex; 
	align-items: flex-end;
	justify-content: center;
}
.section5 .cola .desc {
	font-size: 1.3rem;
	padding: 0 15px;
}
.section5 .col1 {
	background-color: #edf3c2;
	margin-right: 20px;
	margin-bottom: 40px;
	border-top-left-radius: 150px;
}
.section5 .col2 {
	background-color: #d9f0ef;
	margin-left: 20px;
	margin-bottom: 40px;
	border-top-right-radius: 150px;
}
.section5 .col3 {
	background-color: #c9ebe2;
	margin-right: 20px;
	border-bottom-left-radius: 150px;
}
.section5 .col4 {
	background-color: #b8eaf8;
	margin-left: 20px;
	border-bottom-right-radius: 150px;
}
.section5 .label {
	background-color: #f1f1f1;
	z-index: 2;
	position: absolute;
	width: 240px;
	height: 240px;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -120px;
	border-radius: 120px;
	overflow: hidden;
	display: none;
}
.section5 .label .layer {
	width: 50%;
	height: 50%;
	float: left;
	padding: 33px;
	padding-top: 40px;
	padding-bottom: 33px;
	font-size: 3rem;
	line-height: 0.8;
}
.section5 .label .l1 {
	color: #c3d736;
}
.section5 .label .l2 {
	color: #80cdc9;
}
.section5 .label .l3 {
	color: #4cbd9f;
}
.section5 .label .l4 {
	color: #14bae8;
}
.section5 .label .labelbg {
	width: 240px;
	height: 240px;
	background:
        linear-gradient(to right, white, white) center center / 3px 100% no-repeat,
        linear-gradient(to bottom, white, white) center center / 100% 3px no-repeat;
}

.section5 .label-mobile {
	width: 25%;
	max-width: 133px;
	position: absolute;
}
.section5 .col1 .label-mobile, .section5 .col3 .label-mobile {
	right: -17px;
	
}
.section5 .col2 .label-mobile, .section5 .col4 .label-mobile {
	left: -17px;
	
}
.section5 .col1 .label-mobile, .section5 .col2 .label-mobile{
	bottom: -17px;
}
.section5 .col3 .label-mobile, .section5 .col4 .label-mobile{
	top: -17px;
}

.section6 {
	background-color: #f5ecdf;

}
.section6 .content {
	margin: auto;
}
.section6 .grid-item {
	margin-bottom: 30px;
}
/*.section6 .items {
	margin-bottom: 65px;
}
.section6 .items .title {
	color: white;
	border-radius: 17px;
	border-top-right-radius: 0;
	padding: 15px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.section6 .i1 .title {
	background-color: #006f69;
}
.section6 .i2 .title {
	background-color: #e89622;
}
.section6 .i3 .title {
	background-color: #8f5517;
}
.section6 .i4 .title {
	background-color: #009d98;
}*/

.smoking_situation_image1, .smoking_situation_image2, .consultationobjective_chart {
	margin: auto;
    display: block;
    margin-bottom: 50px;
}
.section1 .sub_title {
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #40aa55;
}
.section1 p:not(.sub_title) {
	margin-bottom: 50px;
}

.section1 .ind {
	border-radius: 3px;
	display: inline-block;
	width: 5px;
	height: 1.6rem;
	margin-bottom: -5px;
	margin-right: 10px;
	margin-top: 30px;
	background-color: #acbe2c;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
	.section5 .content, .section6 .content {
		width: 100%;
	}
	.section6 .content &gt; .row &gt; div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section6 .content &gt; .row &gt; div .row &gt; div:first-child {
		padding-left: 0px;
	}
	.section6 .content &gt; .row &gt; div .row &gt; div:last-child {
		padding-right: 0px;
	}
	.milestone-dotline {
		left: 50px;
	}
	.milestone .icon {
		width: 100px;
	}

  .milestone .year {
  	width: 12%;
  	padding-left: 10px;
  }
  .milestone .desc {
  	width: calc( 88% - 100px );
  	font-size: 1rem;

  }
  .milestone .items .desc {
  	height: auto;
  }
  .milestone .items .year, .milestone .items .desc {
  	font-size: 1.6rem;
  }
  .milestone .items .year {
  	height: 50px;
  }
  .section5 .cola {
		height: 50%;
	  padding: 80px 15px;
	}
	.section3 .content {
		padding-left: 20px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.section3 .photo, .section3 .content {
		width: 100%;
	}
	.section3 .content {
		padding-left: 0px;
		padding-bottom: 50px;
	}
	.section3 .photo {
		float: right;
	}
	.section3 .photo .caption {
		font-size: 1rem;
		text-align: left;
	}
	.section3 .photo img, .section3 .photo .caption, .section3 .photo .border {
		max-width: 50%;
	}
	.section5 .cola {
		width: calc( 100% - 15px );
		height: auto;
		margin-bottom: 40px;
		overflow: hidden;
		padding: 40px 20px;
	}
	.section5 .label {
		display: none;
	}
	.section5 .cola {
		overflow: visible;
	}
	.section6 .items {
		margin-bottom: 40px;
	}
	.section6 .items .title {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.section5 .cola .title {
		font-size: 1.5rem;
		height: auto;
	}
	.section4 .content img {
		margin: 30px auto;
	}
	.section5 .label-mobile {
		width: 20%;
		max-width: 110px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	.milestone-dotline {
		bottom: 40px;
		left: 40px;
		display: none;
	}
	.milestone .icon {
		width: 80px;
		padding-top: 20px;
	}
  .milestone .items .year {
  	font-size: 1.2rem;
  	height: 65px;
  	align-content: center;
  	padding-top: 0px;
  }
  .milestone .items .desc {
  	width: calc( 88% - 80px );
  	font-size: 1.2rem;
  	padding-top: 25px;
  }
  .milestone .items .desc {
  	height: auto;
  	width: 100%;
  	padding-top: 0px;
  	padding-bottom: 20px;
  }
  .milestone .items {
  	margin-bottom: 0px;
  }
  .section6 .items .title {
		font-size: 1.2rem;
	}
	.section4 .content img {
		margin: 20px auto;
	}
	.section6 .content &gt; .row &gt; div .row &gt; div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.smoking_situation_image1, .smoking_situation_image2, .consultationobjective_chart {
    margin-bottom: 20px;
	}
	.section1 p:not(.sub_title) {
		margin-bottom: 30px;
	}
	.milestone {
		margin-top: 30px;
	}
	.section1 .sub_title {
		font-size: 1.2rem;
	}
	.sub-header {
		padding-bottom: 30px;
	}
}
@media (max-width: 414px) {}</pre></body></html>