<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bk-icon-head */
.bk-icon-head {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.bk-icon-head .b-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 40px 0;
	border:  1px solid var(--c_brown);
}

.bk-icon-head .b-bar:last-child {
	margin: 0;
}

.bk-icon-head .b-bar .b-left {
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	padding: 0;
	margin: 0;
}

.bk-icon-head .b-bar .b-left .b-icon {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px 90px;
}

.bk-icon-head .b-bar .b-left .b-icon.team {
	background-image: url(../images/icon_team.svg);
}

.bk-icon-head .b-bar .b-left .b-icon.clinic {
	background-image: url(../images/icon_clinic.svg);
}

.bk-icon-head .b-bar .b-left .b-icon.offices {
	background-image: url(../images/icon_offices.svg);
}

.bk-icon-head .b-bar .b-right {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;	
	padding: 0 40px;
	margin: 0;
	border-left: 1px solid var(--c_brown);
}

.bk-icon-head .b-bar .b-title {
	display: block;
	box-sizing: border-box;
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	text-align: right;
	text-transform: uppercase;
	color: var(--c_brown);
	padding: 0;
	margin: 0;
}

.bk-icon-head .b-cnt {
	display: block;
	box-sizing: border-box;
	padding: 0 120px 0 120px;
	margin: 0;
}

.bk-icon-head .b-cnt p {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 180%;
	text-align: left;
	color:  var(--c_warm_gray);
	padding: 0;
	margin: 0 0 10px 0;
}

.bk-icon-head .b-cnt p:last-child {
	margin: 0;
}

@media only screen and (max-width: 1152px) {
	.bk-icon-head .b-cnt {
		padding: 0 80px 0 80px;
	}
}

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

	.bk-icon-head .b-bar .b-left {
		width: 90px;
		height: 90px;
	}

	.bk-icon-head .b-bar .b-left .b-icon {
		background-size: 70px 70px;
	}	

	.bk-icon-head .b-bar .b-right {
		padding: 0 30px;
	}

	.bk-icon-head .b-bar .b-title {
		font-size: 28px;
	}

	.bk-icon-head .b-cnt {
		padding: 0 60px 0 60px;
	}
}

@media only screen and (max-width: 768px) {
	.bk-icon-head .b-cnt {
		padding: 0 30px 0 30px;
	}
}

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

	.bk-icon-head .b-bar {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 0 20px 0;
		border: none;
		border-top: 1px solid var(--c_brown);
		border-bottom: 1px solid var(--c_brown);
	}

	.bk-icon-head .b-bar .b-right {
		justify-content: center;
		width: 100%;
		padding: 0 0;
		border-left: none;
	}

	.bk-icon-head .b-bar .b-title {
		font-size: 26px;
		text-align: center;
	}

	.bk-icon-head .b-cnt {
		padding: 0 5px;
	}

	.bk-icon-head .b-cnt p {		
		font-size: 15px;
		text-align: center;
	}
}

@media only screen and (max-width: 360px) {
	.bk-icon-head .b-bar .b-title {
		font-size: 24px;
	}

	.bk-icon-head .b-cnt p {		
		font-size: 14px;
	}	
}

/* bk-btn */
.bk-btn {
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--c_brown);
	padding: 12px 24px 8px 24px;
	margin: 0;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-out;
}

.bk-btn.wide {
	width: 100%;
}

.bk-btn.left {
	text-align: left;
}

.bk-btn.triangle:after {
	content: '';
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent var(--c_brown) transparent;
}

.bk-btn.transparent {
	background-color: transparent;
	border: 1px solid var(--c_brown);
}

.bk-btn.transparent:hover {
	background-color: var(--c_green_powder);
}

.bk-btn.green {
	background-color: var(--c_green_powder);
	border: 1px solid var(--c_brown);
}

.bk-btn.green:hover {
	background-color: var(--c_green_powder);
}

/* bk-faq */
.bk-faq {
	display: block;
}

.bk-faq .b-question {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 1px solid var(--c_brown);
	border-bottom: none
}

.bk-faq .b-question:last-child {
	border-bottom: 1px solid var(--c_brown);
}

.bk-faq .b-question .b-inner {
	display: block;
	box-sizing: border-box;
	height: 52px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.bk-faq .b-question .b-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	height: 52px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #fff;
	transition: backgroundColor 0.2s ease-out;
}

.bk-faq .b-question.open .b-head {
	background-color: rgb(68 33 45 / 5%);
}

.bk-faq .b-question .b-head .b-title {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	padding: 0 15px 0 15px;
	margin: 0;
	border-right: 1px solid var(--c_brown);
	user-select: none;
}

.bk-faq .b-question .b-head .b-title .b-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	text-align: left;
	color: var(--c_brown);
	padding: 0;
	margin: 0;
}

.bk-faq .b-question .b-head .b-trigger {
	flex: 0 0 auto;
	display: block;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: var(--c_green_powder);
	transition: all 0.2s ease-out;
}

.bk-faq .b-question.open .b-head .b-trigger {
	background-color: var(--c_brown);
}

.bk-faq .b-question .b-head .b-trigger .b-open {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/icon_plus.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 1.0;
	transition: all 0.2s ease-out;
}

.bk-faq .b-question.open .b-head .b-trigger .b-open {
	opacity: 0.0;
}

.bk-faq .b-question .b-head .b-trigger .b-closed {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/icon_minus.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.0;
	transition: all 0.2s ease-out;
}

.bk-faq .b-question.open .b-head .b-trigger .b-closed {
	opacity: 1.0;
}

.bk-faq .b-question .b-cnt {
	display: block;
	padding: 20px 15px 20px 15px;
	margin: 0;
}

.bk-faq .b-question .b-cnt p {
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: var(--c_warm_gray);
	padding: 0;
	margin: 0 0 15px 0;
}

.bk-faq .b-question .b-cnt p:last-child {
	margin: 0;
}

@media only screen and (max-width: 1152px) {
	.bk-faq .b-question .b-head .b-title .b-text {
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.bk-faq .b-question .b-head .b-title .b-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.bk-faq .b-question .b-inner {
		height: 64px;
	}

	.bk-faq .b-question .b-head {
		height: 64px;
	}

	.bk-faq .b-question .b-head .b-title .b-text {
		font-size: 13px;
	}

	.bk-faq .b-question .b-head .b-trigger {
		width: 42px;
		height: 64px;
	}	


	.bk-faq .b-question .b-head .b-trigger .b-open {
		width: 16px;
		height: 16px;
	}

	.bk-faq .b-question .b-head .b-trigger .b-closed {
		width: 16px;
		height: 16px;
	}

	.bk-faq .b-question .b-cnt p {
		font-size: 15px;
	}	
}

/* bk-menu-tabs */
.bk-menu-tabs {
	display: block;
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--c_brown);
}

.bk-menu-tabs &gt; .b-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-menu {
	flex: 0 0 256px;
	display: block;
	box-sizing: border-box;
	padding: 120px 0 0 0;
	margin: 0 50px 0 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav {
	display: block;
	box-sizing: border-box;
	padding: 90px 0 0 0;
	margin: 0;
  position: sticky;
	top: 0;
	list-style-type: none;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav .b-item {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
	color: var(--c_warm_gray);
	padding: 0;
	margin: 0 0 24px 0;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav .b-item:last-child {
	margin: 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav .b-item:hover {
	color: var(--c_brown);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav .b-item.active {
	font-weight: 700;
	color: var(--c_brown);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt {
	flex: 1 1 100%;
	max-width: 720px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;	
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab {
	display: none;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab.active {
	display: block;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 40px 0;
	border:  1px solid var(--c_brown);
	border-top: none;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar:last-child {
	margin: 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left {
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	padding: 0;
	margin: 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px 90px;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.stomatology {
	background-image: url(../images/icon_stomatology.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.canal {
	background-image: url(../images/icon_canal.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.periodontics {
	background-image: url(../images/icon_periodontics.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.implants {
	background-image: url(../images/icon_implants.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.whitening {
	background-image: url(../images/icon_whitening.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.crowns {
	background-image: url(../images/icon_crowns.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.veneers {
	background-image: url(../images/icon_veneers.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.ceramic {
	background-image: url(../images/icon_ceramic.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon.hygiene {
	background-image: url(../images/icon_hygiene.svg);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-right {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;	
	padding: 0 40px;
	margin: 0;
	border-left: 1px solid var(--c_brown);
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-title {
	display: block;
	box-sizing: border-box;
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	text-align: right;
	text-transform: uppercase;
	color: var(--c_brown);
	padding: 0;
	margin: 0;
}

.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-cnt {
	display: block;
	box-sizing: border-box;
	padding: 80px 0 0 0;
	margin: 0;
}

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

	.bk-menu-tabs &gt; .b-main &gt; .b-col-menu {
		flex: 0 0 240px;
		margin: 0 30px 0 0;
	}	
}

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

	.bk-menu-tabs {
		border-top: none;
	}

	.bk-menu-tabs &gt; .b-main {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-menu {
		flex: 1 1 100%;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav {
		padding: 0 0 40px 0;
	  position: static;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav .b-item {
		text-align: center;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt {
		flex: 1 1 100%;
		width: 100%;
		max-width: none;
		border-top: 1px solid var(--c_brown);
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-cnt {
		padding: 50px 0 0 0;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left {
		width: 90px;
		height: 90px;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-left .b-icon {
		background-size: 70px 70px;
	}	

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-right {
		padding: 0 30px;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-title {
		font-size: 28px;
	}	
}

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

	.bk-menu-tabs &gt; .b-main &gt; .b-col-menu .b-nav .b-item {
		font-size: 15px;
		margin: 0 0 20px 0;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding: 0 0 20px 0;
		border: none;
		border-bottom: 1px solid var(--c_brown);
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-right {
		justify-content: center;
		width: 100%;
		padding: 0 0;
		border-left: none;
	}

	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-title {
		font-size: 26px;
		text-align: center;
	}			
}

@media only screen and (max-width: 360px) {
	.bk-menu-tabs &gt; .b-main &gt; .b-col-cnt &gt; .b-tab &gt; .b-tab-head .b-bar .b-title {
		font-size: 24px;
	}
}

/* bk-def-cnt */
.bk-def-cnt {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.bk-def-cnt p {
	font-size: 18px;
	font-weight: 300;
	line-height: 180%;
	text-align: left;
	color: var(--c_warm_gray);
	padding: 0;
	margin: 0 0 30px 0;
}

.bk-def-cnt p:last-child {
	margin: 0;
}

.bk-def-cnt p .fat {
	font-weight: 400;
}

.bk-def-cnt .image {
	line-height: 0;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0 0 30px 0;	
}

.bk-def-cnt .image:last-child {
	padding: 20px 0 0 0;
	margin: 0;
}

.bk-def-cnt .image img {
	max-width: 100%;
}

.bk-def-cnt ul {
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 8px;
	margin: 0 0 30px 0;
}

.bk-def-cnt ul:last-child {
	margin: 0;
}

.bk-def-cnt ul li {
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	line-height: 200%;
	text-align: left;
	color: var(--c_brown);
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	position: relative;	
}

.bk-def-cnt ul li:last-child {
	margin: 0;
}

.bk-def-cnt ul li::before {
  content: "\2022";
  display: inline-block;
  font-weight: bold;  
  color: var(--c_brown);
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
}

.bk-def-cnt ul li .fat {
	font-weight: 400;
}

.bk-def-cnt h6 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	text-transform: uppercase;
	color: var(--c_brown);
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
}

.bk-def-cnt h6:first-child {
	padding-top: 0;
}

.bk-def-cnt h6:last-child {
	margin: 0;
}

.bk-def-cnt .image-duel {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 0 20px 0;
	margin: 0 0 30px 0;		
}

.bk-def-cnt .image-duel:last-child {
	padding: 20px 0 0 0;
	margin: 0;
}

.bk-def-cnt .image-duel .left {
	flex: 0 1 auto;
	line-height: 0;
	text-align: center;
	padding: 0;
	margin: 0 15px 0 0;
}

.bk-def-cnt .image-duel .right {
	flex: 0 1 auto;
	line-height: 0;
	text-align: center;
	padding: 0;
	margin: 0 0 0 15px;
}

.bk-def-cnt .image-duel img {
	max-width: 100%;
}

@media only screen and (max-width: 960px) {
	.bk-def-cnt p {
		font-size: 16px;
	}

	.bk-def-cnt ul li {
		font-size: 15px;
	}	
}

@media only screen and (max-width: 540px) {
	.bk-def-cnt .image-duel {
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 0 10px 0;
	}

	.bk-def-cnt .image-duel:last-child {
		padding: 10px 0 0 0;
	}

	.bk-def-cnt .image-duel .left {
		flex: 0 1 100%;
		margin: 0 0 30px 0;
	}

	.bk-def-cnt .image-duel .right {
		flex: 0 1 100%;
		margin: 0;
	}
}</pre></body></html>