.st {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3rem;
}
.sm {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.sm a {
    display: inline-block;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding: 0 20px;
    line-height: 40px;
    margin: 0 15px;
}
.sm a.on {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.servbox {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pname {
    line-height: 70px;
    font-size: 2rem;
    position: relative;
    margin-top: 30px;
}
.pname::after {
    content: '';
    width: 2rem;
    height: 3px;
    background: #005636;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.servt {
    font-size: 1.25rem;
    line-height: 200%;
    margin-top: 20px;
}
.servc {
    font-size: 1rem;
    color: #888;
    line-height: 200%;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin: 3vw 0;
}
.servc img {
    max-width: 100%;
}
.servc:nth-last-child(1) {
    border-bottom: 0;
}

.lct {
    line-height: 70px;
    font-size: 2rem;
    position: relative;
    margin-top: 30px;
}
.fwlc {
    height: auto;
    overflow: hidden;
    display: table;
    margin-top: 20px;
    width: 100%;
}
.fwbk {
    display: table-cell;
    width: 34%;
    height: auto;
    background: #f4f4f4;
    padding: 30px 50px;
    border-left: 30px solid #fff;
}
.fwbk:nth-child(3n+1) {
    border-left: 0;
    width: 32%;
}
.fwt {
    height: auto;
    overflow: hidden;
}
.fwtt {
    float: left;
}
.fwtt span {
    display: block;
}
.fwtt span:nth-child(1) {
    font-size: 1.6rem;
    color: #005636;
}
.fwtt span:nth-child(2) {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 120%;
}
.fwt img {
    display: block;
    height: 90px;
    float: right;    
}
.fwc {
    margin-top: 5.5rem;
    overflow: hidden;
}
.fwc span {
    display: block;
    line-height: 180%;
    font-size: 1rem;
    padding: 10px 30px;
    border: 1px solid #666;
    border-radius: 25px;
    margin-bottom: 10px;
}
.fwc span:hover {
    border: 1px solid #005636;
    background: #005636;
    color: #fff;
}
.azlc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.azbk {
    width: 15%;
    height: 320px;
    margin: 0 0.8%;
    position: relative;
}
.row1 .azbk {
    float: left;
}
.row2 .azbk {
    float: right;
}
.azbk img.ico {
    display: block;
    height: 50px;
    margin: 5px auto;
}
.azbk span {
    display: block;
    text-align: center;
}
.azbk span:nth-child(2) {
    font-size: 1rem;
    padding-top: 20px;
}
.azbk span:nth-child(3) {
    font-size: 1.25rem;
    line-height: 200%;
}
.azbk span:nth-child(4) {
    font-size: 0.875rem;
    line-height: 180%;
    margin-top: 10px;
    color: #999;
}
.azbk:hover img.ico {
    height: 60px;
    margin: 0 auto;
}
.azbk:hover span:nth-child(3) {
    color: #005636;
    font-weight: bold;
}
.azbk img.lca {
    display: block;
    position: absolute;
    z-index: 10;
}
.row1 .azbk img.lca {
    top: 80px;
    right: -30px;
}
.row1 .azbk:nth-last-child(1) img.lca {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    right: calc(50% - 30px);
    top: 75%;
}
.row2 .azbk img.lca {
    top: 80px;
    left: -30px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.row2 .azbk:nth-last-child(1) img.lca {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    left: calc(50% - 30px);
    top: 75%;
}

@media screen and (max-width: 1680px) {
    .azbk {
        height: 300px;
    }
}
@media screen and (max-width: 1440px) {
    .azbk {
        height: 280px;
    }
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    
}

/* Sustainable development page */
.develop-page {
	position: relative;
	width: min(1180px, 88%);
	overflow: visible;
	padding: clamp(70px, 7vw, 120px) 0 clamp(80px, 8vw, 130px);
}
.develop-page::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 35px;
	left: 50%;
	width: min(920px, 90vw);
	height: 420px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(0, 101, 80, .08) 0, rgba(0, 101, 80, 0) 68%);
	pointer-events: none;
}
.develop-page .pname {
	margin: 0;
	text-align: center;
	font-size: clamp(2rem, 3vw, 3.25rem);
	line-height: 1.3;
	letter-spacing: .08em;
}
.develop-page .pname::before {
	content: 'SUSTAINABLE LIVING';
	display: block;
	margin-bottom: 16px;
	color: #006550;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .32em;
}
.develop-page .pname::after {
	left: 50%;
	bottom: -18px;
	width: 46px;
	height: 2px;
	transform: translateX(-50%);
}
.develop-page .servc {
	max-width: 900px;
	margin: 58px auto 0;
	padding: 0;
	border: 0;
	color: #666;
	font-size: clamp(1rem, 1.2vw, 1.125rem);
	line-height: 2.1;
	text-align: center;
}
.develop-page .servc p {
	margin: 0;
}
.develop-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: clamp(55px, 6vw, 85px);
}
.develop-card {
	min-height: 265px;
	padding: 42px 36px;
	border: 1px solid #e2e9e7;
	border-radius: 4px;
	background: rgba(255, 255, 255, .94);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.develop-card:first-child {
	border-color: #006550;
	background: #006550;
	color: #fff;
}
.develop-card:hover {
	transform: translateY(-8px);
	border-color: rgba(0, 101, 80, .45);
	box-shadow: 0 18px 45px rgba(19, 58, 49, .1);
}
.develop-card strong,
.develop-card span,
.develop-card p {
	display: block;
}
.develop-card strong {
	color: #006550;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 500;
	line-height: 1;
}
.develop-card:first-child strong {
	color: #fff;
}
.develop-card strong small {
	margin-left: 5px;
	font-size: .4em;
}
.develop-card span {
	margin-top: 26px;
	font-size: 1.125rem;
	font-weight: 600;
}
.develop-card p {
	margin: 16px 0 0;
	color: #888;
	font-size: .875rem;
	line-height: 1.8;
}
.develop-card:first-child p {
	color: rgba(255, 255, 255, .72);
}

/* FEFA two-tone premium finish */
.develop-page {
	--brand-deep: #04494A;
	--brand-accent: #EA5827;
	--brand-ivory: #F7F5EF;
}
.develop-page::before {
	background:
		radial-gradient(circle at 42% 42%, rgba(4, 73, 74, .1) 0, rgba(4, 73, 74, 0) 62%),
		radial-gradient(circle at 68% 28%, rgba(234, 88, 39, .055) 0, rgba(234, 88, 39, 0) 42%);
}
.develop-page .pname::before {
	color: var(--brand-accent);
}
.develop-page .pname::after {
	background: var(--brand-deep);
}
.develop-page .servc {
	color: #4f6262;
}
.develop-card {
	position: relative;
	overflow: hidden;
	border-color: rgba(4, 73, 74, .18);
	border-radius: 0;
	background: linear-gradient(145deg, #fff 0%, var(--brand-ivory) 100%);
}
.develop-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--brand-accent);
	transform: scaleX(.18);
	transform-origin: left center;
	transition: transform .35s ease;
}
.develop-card:first-child {
	border-color: var(--brand-deep);
	background: linear-gradient(145deg, #073f40 0%, var(--brand-deep) 100%);
}
.develop-card:hover {
	border-color: rgba(4, 73, 74, .52);
	box-shadow: 0 20px 50px rgba(4, 45, 46, .12);
}
.develop-card:hover::before {
	transform: scaleX(1);
}
.develop-card strong {
	color: var(--brand-deep);
}
.develop-card:first-child strong {
	color: var(--brand-accent);
}
.develop-card p {
	color: #687878;
}

/* Sustainability: keep every content block visible over one image backdrop. */
.develop-main {
	padding-top: 0;
}
.develop-page {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	margin: 0;
	padding: clamp(120px, 10vw, 180px) 10% clamp(90px, 8vw, 140px);
	background:
		linear-gradient(90deg, rgba(3, 31, 32, .9) 0%, rgba(4, 73, 74, .76) 48%, rgba(3, 31, 32, .86) 100%),
		url('/template/fefa/upfiles/image/20250710/10.jpg') center center / cover no-repeat;
	color: #fff;
}
.develop-page::before {
	display: none;
}
.develop-page .pname {
	color: #fff;
}
.develop-page .pname::before,
.develop-page .pname::after {
	color: var(--brand-accent);
	background: var(--brand-accent);
}
.develop-page .servc {
	max-width: 980px;
	color: rgba(255, 255, 255, .9);
}
.develop-page .servc p,
.develop-page .servc div,
.develop-page .servc span {
	color: inherit !important;
}
.develop-page .servc img {
	display: none;
}
.develop-page .develop-card,
.develop-page .develop-card:first-child {
	min-height: 0;
	border-color: rgba(255, 255, 255, .22);
	background: rgba(2, 30, 31, .62);
	color: #fff;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.develop-page .develop-card strong,
.develop-page .develop-card:first-child strong {
	color: var(--brand-accent);
}
.develop-page .develop-card p,
.develop-page .develop-card:first-child p {
	color: rgba(255, 255, 255, .72);
}

/* Quality service: sustainability-inspired full-content background layout */
.service-main {
	padding-top: 0;
}
.service-main .service-page {
	--brand-deep: #04494A;
	--brand-accent: #EA5827;
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: clamp(115px, 9vw, 160px) 9% clamp(85px, 7vw, 120px);
	position: relative;
	background-color: #033536;
	background-image:
		linear-gradient(90deg, rgba(3,31,32,.92) 0%, rgba(4,73,74,.76) 50%, rgba(3,31,32,.9) 100%),
		var(--service-background);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.service-main .service-page::before {
	content: '';
	width: 420px;
	height: 420px;
	position: absolute;
	left: -175px;
	top: 70px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 50%;
	box-shadow: 0 0 0 62px rgba(255,255,255,.025), 0 0 0 125px rgba(255,255,255,.018);
	pointer-events: none;
}
.service-intro {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
.service-intro > span {
	display: block;
	margin-bottom: 18px;
	color: var(--brand-accent);
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .32em;
}
.service-intro h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .12em;
}
.service-intro p {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0 0;
	color: rgba(255,255,255,.82);
	font-size: clamp(.9375rem, 1.2vw, 1.125rem);
	letter-spacing: .08em;
}
.service-intro p::before,
.service-intro p::after {
	content: '';
	width: 44px;
	height: 1px;
	background: var(--brand-accent);
}
.service-content {
	max-width: 1180px;
	margin: 58px auto 0;
	position: relative;
	z-index: 1;
}
.service-content > .lct {
	margin: 0 0 30px;
	color: #fff;
	font-size: clamp(1.5rem, 2.2vw, 2.25rem);
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .12em;
	text-align: center;
}
.service-content > .lct::before {
	content: 'SERVICE PROCESS';
	display: block;
	margin-bottom: 11px;
	color: rgba(255,255,255,.52);
	font-size: .6875rem;
	font-weight: 500;
	letter-spacing: .3em;
}
.service-content .fwlc {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	margin: 0;
	overflow: visible;
}
.service-content .fwbk,
.service-content .fwbk:nth-child(3n+1) {
	display: block;
	box-sizing: border-box;
	width: auto;
	min-height: 360px;
	padding: 36px 32px 30px;
	position: relative;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(2,30,31,.64);
	color: #fff;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}
.service-content .fwbk::before {
	content: '';
	width: 18%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--brand-accent);
	transition: width .3s ease;
}
.service-content .fwbk:hover {
	transform: translateY(-7px);
	border-color: rgba(255,255,255,.44);
	background: rgba(2,30,31,.78);
}
.service-content .fwbk:hover::before {
	width: 100%;
}
.service-content .fwt {
	overflow: visible;
}
.service-content .fwtt {
	float: none;
}
.service-content .fwtt span {
	display: block;
}
.service-content .fwtt span:nth-child(1) {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .08em;
}
.service-content .fwtt span:nth-child(2) {
	margin-top: 10px;
	color: var(--brand-accent);
	font-size: .75rem;
	line-height: 1.35;
	letter-spacing: .12em;
}
.service-content .fwt img,
.service-content img {
	display: none;
}
.service-content .fwc {
	margin-top: 32px;
	overflow: visible;
}
.service-content .fwc span {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 42px;
	margin-bottom: 9px;
	padding: 8px 15px;
	border: 1px solid rgba(255,255,255,.19);
	border-radius: 0;
	background: rgba(255,255,255,.045);
	color: rgba(255,255,255,.82);
	font-size: .8125rem;
	line-height: 1.55;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.service-content .fwc span:hover {
	border-color: rgba(234,88,39,.75);
	background: rgba(234,88,39,.12);
	color: #fff;
}
@media screen and (max-width: 1100px) {
	.service-main .service-page {
		padding-right: 5%;
		padding-left: 5%;
	}
	.service-content .fwlc {
		gap: 14px;
	}
	.service-content .fwbk,
	.service-content .fwbk:nth-child(3n+1) {
		padding-right: 22px;
		padding-left: 22px;
	}
}

/* Privacy policy: sustainability-inspired reading layout */
.privacy-main {
	padding-top: 0;
}
.privacy-page {
	--brand-deep: #04494A;
	--brand-accent: #EA5827;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	margin: 0;
	padding: clamp(135px, 11vw, 190px) 10% clamp(100px, 9vw, 150px);
	position: relative;
	background:
		linear-gradient(90deg, rgba(3,31,32,.92) 0%, rgba(4,73,74,.76) 50%, rgba(3,31,32,.88) 100%),
		url('/template/fefa/upfiles/image/20250710/10.jpg') center center / cover no-repeat;
	color: #fff;
	overflow: hidden;
}
.privacy-page::before {
	content: '';
	width: 420px;
	height: 420px;
	position: absolute;
	right: -170px;
	top: 75px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 50%;
	box-shadow: 0 0 0 62px rgba(255,255,255,.025), 0 0 0 125px rgba(255,255,255,.018);
	pointer-events: none;
}
.privacy-page .pname {
	margin: 0;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: clamp(2.25rem, 3.6vw, 4rem);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .08em;
	text-align: center;
}
.privacy-page .pname::before {
	content: 'PRIVACY POLICY';
	display: block;
	margin-bottom: 18px;
	color: var(--brand-accent);
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .32em;
}
.privacy-page .pname::after {
	left: 50%;
	bottom: -22px;
	width: 46px;
	height: 2px;
	transform: translateX(-50%);
	background: var(--brand-accent);
}
.privacy-page .servc {
	box-sizing: border-box;
	max-width: 980px;
	min-height: 190px;
	margin: 76px auto 0;
	padding: 42px 48px;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(2,30,31,.64);
	color: rgba(255,255,255,.9);
	font-size: clamp(.9375rem, 1.08vw, 1.0625rem);
	line-height: 2.15;
	text-align: left;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.privacy-page .servc::before {
	content: '';
	width: 72px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--brand-accent);
}
.privacy-page .servc p,
.privacy-page .servc div,
.privacy-page .servc span,
.privacy-page .servc strong {
	color: inherit !important;
}
.privacy-page .servc p {
	margin: 0;
}
.privacy-page .servc img {
	display: none;
}
@media screen and (max-width: 1100px) {
	.privacy-page {
		padding-right: 6%;
		padding-left: 6%;
	}
	.privacy-page .servc {
		padding-right: 36px;
		padding-left: 36px;
	}
}

/* Complete privacy policy document */
.privacy-document {
	max-width: 1180px;
	margin: 76px auto 0;
	position: relative;
	z-index: 1;
}
.privacy-notice,
.privacy-introduction {
	box-sizing: border-box;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.privacy-notice {
	padding: 34px 38px 30px;
	position: relative;
	border: 1px solid rgba(234,88,39,.48);
	background: rgba(234,88,39,.1);
	color: rgba(255,255,255,.88);
}
.privacy-notice::before {
	content: '';
	width: 72px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--brand-accent);
}
.privacy-notice > strong {
	display: block;
	margin-bottom: 16px;
	color: var(--brand-accent);
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: .08em;
}
.privacy-notice p,
.privacy-introduction p {
	margin: 10px 0 0;
	font-size: .875rem;
	line-height: 2;
}
.privacy-notice b {
	color: #fff;
	font-weight: 600;
}
.privacy-introduction {
	margin-top: 20px;
	padding: 30px 38px;
	border: 1px solid rgba(255,255,255,.16);
	background: rgba(2,30,31,.58);
	color: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.privacy-introduction h2 {
	margin: 0;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: .08em;
}
.privacy-policy-layout {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	align-items: start;
	gap: 28px;
	margin-top: 46px;
}
.privacy-toc {
	display: grid;
	padding: 24px 20px;
	position: sticky;
	top: 90px;
	border: 1px solid rgba(255,255,255,.17);
	background: rgba(2,30,31,.72);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.privacy-toc > strong {
	margin-bottom: 14px;
	padding: 0 4px 16px;
	border-bottom: 1px solid rgba(255,255,255,.13);
	color: #fff;
	font-size: .8125rem;
	font-weight: 500;
	line-height: 1.5;
}
.privacy-toc a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 4px;
	color: rgba(255,255,255,.65);
	font-size: .75rem;
	line-height: 1.45;
	transition: color .2s ease, transform .2s ease;
}
.privacy-toc a:hover {
	color: #fff;
	transform: translateX(4px);
}
.privacy-toc i {
	color: var(--brand-accent);
	font-size: .625rem;
	font-style: normal;
	letter-spacing: .05em;
}
.privacy-article {
	display: grid;
	gap: 18px;
}
.privacy-policy-section {
	box-sizing: border-box;
	padding: 36px 40px 38px;
	scroll-margin-top: 90px;
	border: 1px solid rgba(255,255,255,.17);
	background: rgba(2,30,31,.69);
	color: rgba(255,255,255,.79);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.privacy-policy-section > h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,.13);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .06em;
}
.privacy-policy-section > h2 span {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(234,88,39,.45);
	color: var(--brand-accent);
	font-size: .6875rem;
	letter-spacing: .04em;
}
.privacy-policy-section h3 {
	margin: 28px 0 12px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
}
.privacy-policy-section p {
	margin: 12px 0 0;
	font-size: .875rem;
	line-height: 2;
}
.privacy-policy-section b {
	color: #fff;
	font-weight: 600;
}
.privacy-policy-item {
	box-sizing: border-box;
	padding-left: 18px;
	position: relative;
}
.privacy-policy-item::before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 1px;
	top: 12px;
	border-radius: 50%;
	background: var(--brand-accent);
}
#privacy-contact {
	border-color: rgba(234,88,39,.42);
	background: linear-gradient(145deg, rgba(4,73,74,.9), rgba(2,30,31,.82));
}
.privacy-contact-phone {
	display: inline-block;
	margin: 18px 0 8px;
	color: var(--brand-accent);
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .06em;
}
@media screen and (max-width: 1100px) {
	.privacy-policy-layout {
		grid-template-columns: 210px minmax(0, 1fr);
		gap: 16px;
	}
	.privacy-policy-section {
		padding-right: 28px;
		padding-left: 28px;
	}
}
