:root {
	--color-mint: #93c9c5;
	--color-mint-dark: #6ea9a4;
	--color-mint-deep: #4f8781;
	--color-mint-soft: #e8f5f3;
	--color-text: #5d5d5c;
	--color-muted: #737372;
	--color-soft: #edede9;
	--color-line: #dadada;
	--color-line-soft: #e7e7e1;
	--color-dark: #0f0d0d;
	--shadow-soft: 0 18px 45px rgba(79, 135, 129, .14);
	--shadow-card: 0 18px 50px rgba(15, 13, 13, .07);
	--font-base: "Poppins", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--color-text);
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	background: #fff;
}

body.no-scroll {
	overflow: hidden;
}

::selection {
	color: #fff;
	background: var(--color-mint-deep);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid var(--color-mint-dark);
	outline-offset: 4px;
}

.wrapper {
	width: min(1140px, calc(100% - 40px));
	margin-inline: auto;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 47px;
	padding: 14px 25px 12px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	box-shadow: 0 0 0 rgba(79, 135, 129, 0);
	transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.btn-whatsapp::before {
	content: "";
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 4.8c-6.17 0-11.18 4.96-11.18 11.08 0 1.95.52 3.86 1.5 5.54L4.8 27.2l5.94-1.54a11.27 11.27 0 0 0 5.3 1.33c6.16 0 11.17-4.96 11.17-11.08S22.2 4.8 16.04 4.8Zm0 20.3c-1.7 0-3.35-.46-4.8-1.34l-.34-.2-3.52.91.94-3.4-.22-.35a9.08 9.08 0 0 1-1.4-4.84c0-5.08 4.18-9.2 9.34-9.2 5.15 0 9.34 4.12 9.34 9.2s-4.19 9.21-9.34 9.21Zm5.12-6.9c-.28-.14-1.65-.8-1.9-.9-.26-.1-.44-.14-.63.14-.18.27-.72.9-.88 1.08-.16.19-.32.2-.6.07-.28-.14-1.18-.43-2.25-1.38a8.37 8.37 0 0 1-1.55-1.9c-.16-.28-.02-.43.12-.57.13-.13.28-.32.42-.48.14-.16.18-.28.28-.46.09-.19.04-.35-.03-.49-.07-.13-.63-1.5-.86-2.05-.23-.54-.46-.47-.63-.48h-.54c-.18 0-.48.07-.74.35-.25.27-.97.94-.97 2.3 0 1.35 1 2.65 1.14 2.84.14.18 1.97 2.97 4.78 4.16.67.29 1.19.46 1.6.59.67.21 1.28.18 1.76.11.54-.08 1.65-.67 1.88-1.31.23-.65.23-1.2.16-1.32-.07-.11-.25-.18-.53-.32Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 4.8c-6.17 0-11.18 4.96-11.18 11.08 0 1.95.52 3.86 1.5 5.54L4.8 27.2l5.94-1.54a11.27 11.27 0 0 0 5.3 1.33c6.16 0 11.17-4.96 11.17-11.08S22.2 4.8 16.04 4.8Zm0 20.3c-1.7 0-3.35-.46-4.8-1.34l-.34-.2-3.52.91.94-3.4-.22-.35a9.08 9.08 0 0 1-1.4-4.84c0-5.08 4.18-9.2 9.34-9.2 5.15 0 9.34 4.12 9.34 9.2s-4.19 9.21-9.34 9.21Zm5.12-6.9c-.28-.14-1.65-.8-1.9-.9-.26-.1-.44-.14-.63.14-.18.27-.72.9-.88 1.08-.16.19-.32.2-.6.07-.28-.14-1.18-.43-2.25-1.38a8.37 8.37 0 0 1-1.55-1.9c-.16-.28-.02-.43.12-.57.13-.13.28-.32.42-.48.14-.16.18-.28.28-.46.09-.19.04-.35-.03-.49-.07-.13-.63-1.5-.86-2.05-.23-.54-.46-.47-.63-.48h-.54c-.18 0-.48.07-.74.35-.25.27-.97.94-.97 2.3 0 1.35 1 2.65 1.14 2.84.14.18 1.97 2.97 4.78 4.16.67.29 1.19.46 1.6.59.67.21 1.28.18 1.76.11.54-.08 1.65-.67 1.88-1.31.23-.65.23-1.2.16-1.32-.07-.11-.25-.18-.53-.32Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(79, 135, 129, .18);
}

.btn-outline {
	border-color: var(--color-line);
	color: var(--color-text);
}

.btn-outline:hover,
.btn-card:hover {
	color: #fff;
	background: var(--color-mint-dark);
	border-color: var(--color-mint-dark);
}

.btn-primary {
	color: #fff;
	background: var(--color-mint-dark);
	border-color: var(--color-mint-dark);
}

.btn-light {
	color: var(--color-text);
	background: #fff;
}

.site-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
}

.site-nav {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 32px;
}

.brand img {
	width: 225px;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 32px;
}

.nav-links-right {
	justify-content: flex-end;
}

.nav-links a:not(.btn) {
	color: var(--color-muted);
	font-size: 14px;
	font-weight: 400;
	transition: color .25s ease, transform .25s ease;
}

.nav-links a:not(.btn):hover {
	color: var(--color-mint-deep);
	transform: translateY(-5px);
}

.hero {
	min-height: 820px;
	padding-top: 140px;
	overflow: hidden;
	background-image:
		linear-gradient(180deg, #fff 0%, #fff 45%, rgba(232, 245, 243, .38) 100%),
		url("../images/background-desk.svg");
	background-position: bottom center;
	background-repeat: repeat-x;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 425px);
	gap: 76px 86px;
	align-items: center;
	padding-bottom: 60px;
	padding-top: 30px;
}

.hero h1 {
	max-width: 799px;
	margin: 0;
	color: #000;
	font-size: 53px;
	font-weight: 400;
	line-height: 1.437;
	text-wrap: balance;
}

.hero-card {
	position: relative;
	width: min(100%, 445px);
	min-height: 160px;
	margin-top: 32px;
	padding: 28px 34px;
	border-radius: 30px;
	background: url("../images/dreamy-happy-girl-posing-against-white-wall-1.webp") 0 -66px / cover no-repeat;
	box-shadow: var(--shadow-card);
}

.hero-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(147, 201, 197, .32);
	border-radius: inherit;
	pointer-events: none;
}

.hero-card p {
	max-width: 385px;
	margin: 0;
	color: var(--color-text);
	font-size: 16px;
	line-height: 2.262;
}

.hero-card img {
	position: absolute;
	bottom: -14px;
	left: -18px;
	width: 14px;
}

.hero-slideshow {
	position: relative;
	grid-column: 1 / -1;
	justify-self: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 15px;
	width: 100%;
	min-height: 420px;
	margin-top: -6px;
	padding-bottom: 25px;
	overflow: hidden;
	border-radius: 20px;
	background: #d7e7e3;
	box-shadow: 0 24px 80px rgba(79, 135, 129, .16);
}

.hero-slideshow::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	height: 42%;
	background: linear-gradient(180deg, rgba(15, 13, 13, 0), rgba(15, 13, 13, .24));
	pointer-events: none;
}

.hero-slideshow > span {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: heroFade 15s infinite;
}

.hero-slideshow > span:nth-child(2) {
	animation-delay: 5s;
}

.hero-slideshow > span:nth-child(3) {
	animation-delay: 10s;
}

@keyframes heroFade {
	0%, 30% { opacity: 1; }
	38%, 92% { opacity: 0; }
	100% { opacity: 1; }
}

.hero-actions {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 15px;
}

.hero-actions a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 25px 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .28);
	transition: color .25s ease, transform .25s ease;
}

.hero-actions a:hover {
	color: var(--color-mint-soft);
	transform: translateY(-2px);
}

.section {
	padding: 180px 0;
}

.section-heading {
	margin-bottom: 50px;
	text-align: center;
}

.section-heading span,
.space-title,
.contact-copy > span {
	display: block;
	color: var(--color-mint-dark);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.32px;
	text-transform: uppercase;
}

.section-heading h2 {
	margin: 5px 0 0;
	color: #000;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.162;
	text-wrap: balance;
}

.doctor-row {
	display: grid;
	grid-template-columns: minmax(280px, 42%) 1fr;
	gap: 70px;
	align-items: center;
	margin-top: 30px;
}

.doctor-row + .doctor-row {
	grid-template-columns: 1fr minmax(280px, 42%);
}

.doctor-row + .doctor-row .doctor-photo {
	order: 2;
}

.doctor-photo {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 514px;
	padding: 25px;
	overflow: hidden;
	border-radius: 15px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: var(--shadow-card);
	transition: transform .35s ease, box-shadow .35s ease;
}

.doctor-photo:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 70px rgba(15, 13, 13, .13);
}

.doctor-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(190, 157, 157, 0) 51%, #0f0d0d 100%);
}

.doctor-photo div {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 7px;
	color: #fff;
}

.doctor-photo strong {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}

.doctor-photo span {
	font-size: 14px;
	line-height: 25px;
}

.doctor-info h3 {
	margin: 0 0 10px;
	color: #000;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.162;
}

.doctor-info h4 {
	margin: 0 0 14px;
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.doctor-info > span {
	display: block;
	margin-bottom: 12px;
	color: var(--color-mint-dark);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.32px;
	text-transform: uppercase;
}

.doctor-info ul {
	margin: 0;
	padding-left: 20px;
	color: var(--color-text);
	font-size: 16px;
	line-height: 2.262;
}

.exams {
	background:
		linear-gradient(180deg, #f7f7f4 0%, #f7f7f4 70%, #fff 100%);
}

.exam-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.exam-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 395px;
	padding: 35px 30px;
	border: 1px solid var(--color-line-soft);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 0 rgba(15, 13, 13, 0);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.exam-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 44px;
	height: 3px;
	border-radius: 999px;
	background: var(--color-mint);
	opacity: .85;
	transform: translateY(-1px);
}

.exam-card:hover {
	transform: translateY(-6px);
	border-color: rgba(147, 201, 197, .8);
	box-shadow: var(--shadow-soft);
}

.exam-card h3 {
	margin: 0 0 22px;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}

.exam-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

.btn-card {
	align-self: flex-start;
	margin-top: auto;
	border-color: var(--color-line);
	color: var(--color-text);
	background: #fff;
}

.space {
	padding: 120px 0;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, rgba(232, 245, 243, .42) 52%, #fff 100%);
}

.space-title {
	margin-bottom: 35px;
	text-align: left;
}

.gallery-track {
	display: flex;
	gap: 18px;
	width: max-content;
	animation: galleryMove 52s linear infinite;
}

.gallery-track:hover {
	animation-play-state: paused;
}

.gallery-track img {
	width: 260px;
	height: 340px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 18px 42px rgba(15, 13, 13, .08);
	transition: transform .35s ease, filter .35s ease;
}

.gallery-track img:hover {
	transform: scale(1.025);
	filter: saturate(1.04) contrast(1.02);
}

@keyframes galleryMove {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.treatments {
	background:
		linear-gradient(180deg, #fff 0%, #fff 58%, rgba(232, 245, 243, .36) 100%);
}

.accordion {
	display: grid;
	gap: 16px;
}

.accordion-item {
	border: 1px solid var(--color-line-soft);
	border-radius: 15px;
	background: #fff;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.accordion-item:hover,
.accordion-item.is-open {
	border-color: rgba(147, 201, 197, .9);
	box-shadow: var(--shadow-soft);
}

.accordion-item.is-open {
	transform: translateY(-2px);
}

.accordion-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 26px 30px;
	border: 0;
	color: #000;
	background: transparent;
	font: 400 26px/1.25 var(--font-base);
	text-align: left;
	cursor: pointer;
	transition: color .25s ease;
}

.accordion-trigger:hover,
.accordion-item.is-open .accordion-trigger {
	color: var(--color-mint-deep);
}

.accordion-trigger i {
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-mint);
	border-radius: 50%;
	background: #fff;
	transition: background .25s ease, transform .25s ease;
}

.accordion-item.is-open .accordion-trigger i {
	background: var(--color-mint-soft);
	transform: rotate(180deg);
}

.accordion-trigger i::before,
.accordion-trigger i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background: var(--color-mint);
	transform: translate(-50%, -50%);
}

.accordion-trigger i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity .2s ease;
}

.accordion-item.is-open .accordion-trigger i::after {
	opacity: 0;
}

.accordion-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 30px;
	transition: max-height .45s ease, opacity .3s ease, padding .3s ease;
	will-change: max-height;
}

.accordion-item.is-open .accordion-panel {
	opacity: 1;
	padding: 0 30px 30px;
}

.accordion-panel p {
	margin: 0 0 16px;
	line-height: 2;
}

.treatments-cta {
	display: flex;
	width: fit-content;
	margin-top: 35px;
	margin-inline: auto;
}

.consultation {
	padding: 118px 0 74px;
	color: #fff;
	text-align: center;
	background:
		linear-gradient(90deg, rgba(15, 13, 13, .82) 0%, rgba(15, 13, 13, .58) 42%, rgba(79, 135, 129, .32) 100%),
		url("../images/PARALLAX-CONSULTA.webp") center / cover fixed;
}

.consultation h2 {
	margin: 0;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
}

.consultation p {
	margin: 22px 0 30px;
}

.stats {
	display: flex;
	justify-content: center;
	gap: 100px;
	margin-top: 70px;
}

.stats div {
	display: grid;
	gap: 8px;
	min-width: 150px;
	padding: 16px 20px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 15px;
	background: rgba(255, 255, 255, .06);
	backdrop-filter: blur(3px);
}

.stats span {
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
}

.stats small {
	font-size: 13px;
	text-transform: uppercase;
}

.contact {
	padding: 120px 0;
	background: linear-gradient(180deg, #fff 0%, rgba(232, 245, 243, .45) 100%);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
	gap: 60px;
	align-items: center;
}

.contact-copy h2 {
	margin: 10px 0 18px;
	color: #000;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.16;
}

.contact-copy p {
	margin: 0;
	line-height: 2;
}

.contact-columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	margin-top: 45px;
	padding-left: 22px;
	border-left: 3px solid var(--color-mint);
}

.contact-columns h3 {
	margin: 0 0 12px;
	color: #000;
	font-size: 19px;
	font-weight: 500;
}

.contact-columns p,
.contact-columns a {
	font-size: 14px;
}

.instagram-link {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: var(--color-mint-dark);
	background: var(--color-mint-soft);
	transition: color .25s ease, background .25s ease, transform .25s ease;
}

.instagram-link:hover {
	color: #fff;
	background: var(--color-mint-dark);
	transform: translateY(-2px);
}

.instagram-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.map iframe {
	width: 100%;
	height: 420px;
	border: 0;
	border-radius: 15px;
	filter: grayscale(.15);
	box-shadow: var(--shadow-card);
}

.site-footer {
	padding: 28px 0;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(79, 135, 129, .32), rgba(147, 201, 197, .12)),
		var(--color-mint) url("../images/background-footer.svg") center / cover no-repeat;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer-row ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-row a,
.footer-row li {
	font-size: 14px;
}

.floating-actions {
	position: fixed;
	z-index: 50;
	inset: auto 20px 22px 20px;
	pointer-events: none;
}

.floating-actions a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	background: var(--color-mint-dark);
	font-weight: 700;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
	pointer-events: auto;
	transition: transform .25s ease, background .25s ease;
}

.floating-actions a.floating-actions__whatsapp {
	width: 66px;
	height: 66px;
}

.floating-actions a:hover {
	transform: translateY(-3px);
	background: var(--color-mint-deep);
}

.floating-actions svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.floating-actions__top {
	position: absolute;
	left: 0;
	bottom: 0;
}

.floating-actions__whatsapp {
	position: absolute;
	right: 0;
	bottom: 0;
}

.floating-actions__whatsapp svg {
	width: 46px;
	height: 46px;
}

@media (max-width: 1024px) {
	.site-nav {
		grid-template-columns: auto 1fr;
	}

	.nav-links-left {
		display: none;
	}

	.nav-links-right {
		gap: 16px;
	}

	.doctor-row,
	.doctor-row + .doctor-row,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.doctor-row + .doctor-row .doctor-photo {
		order: 0;
	}

	.exam-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.wrapper {
		width: min(100% - 40px, 520px);
	}

	.site-header {
		padding-top: 40px;
	}

	.site-nav {
		grid-template-columns: 41% 59%;
		gap: 0;
	}

	.brand img {
		width: 100%;
		max-width: 160px;
	}

	.nav-links-right a:not(.btn) {
		display: none;
	}

	.nav-links-right .btn {
		width: 100%;
		padding: 13px 8px 10px;
		font-size: 13px;
	}

	.hero {
		min-height: auto;
		padding-top: 135px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.hero h1 {
		font-size: 40px;
		line-height: 1.3;
	}

	.hero-card {
		width: 100%;
		margin-top: 0;
		background-position: 0 0;
	}

	.hero-slideshow {
		min-height: 420px;
		margin-top: 0;
	}

	.hero-actions {
		width: 100%;
		justify-content: center;
	}

	.hero-actions a {
		width: 40%;
		padding: 10px;
		text-align: center;
	}

	.section {
		padding: 100px 0;
	}

	.doctors {
		padding-top: 150px;
	}

	.section-heading h2,
	.doctor-info h3,
	.contact-copy h2 {
		font-size: 34px;
	}

	.doctor-photo {
		min-height: 417px;
	}

	.exam-grid,
	.contact-columns {
		grid-template-columns: 1fr;
	}

	.exam-card {
		min-height: auto;
	}

	.gallery-track img {
		width: 220px;
		height: 292px;
	}

	.accordion-trigger {
		padding: 22px 20px;
		font-size: 22px;
	}

	.accordion-panel {
		padding-inline: 20px;
	}

	.accordion-item.is-open .accordion-panel {
		padding: 0 20px 24px;
	}

	.consultation {
		padding: 110px 0 70px;
		background-attachment: scroll;
	}

	.consultation h2 {
		font-size: 30px;
	}

	.stats {
		gap: 16px;
		margin-top: 48px;
	}

	.stats span {
		font-size: 30px;
	}

	.stats small {
		font-size: 9px;
	}

	.map iframe {
		height: 308px;
	}

	.footer-row {
		flex-direction: column;
		text-align: center;
	}

	.footer-row ul {
		justify-content: center;
	}

	.floating-actions {
		inset: auto 12px 12px;
	}

	.floating-actions a {
		width: 38px;
		height: 38px;
	}

	.floating-actions a.floating-actions__whatsapp {
		width: 76px;
		height: 76px;
	}

	.floating-actions__whatsapp svg {
		width: 38px;
		height: 38px;
	}
}
