.lastudio-kit{
	--header-color: var(--theme-secondary-color);
	--item-text-color: var(--theme-body-font-color);
	--item-text-hover-color: var(--theme-primary-color);
	--marker-color: var(--theme-body-font-color);
}
.elementor-widget-lakit-table-of-contents .lakit-toc__header-title {
	color: var(--header-color)
}
.elementor-lakit-table-of-contents.lakit-toc--collapsed .lakit-toc__toggle-button--collapse, .elementor-lakit-table-of-contents:not(.lakit-toc--collapsed) .lakit-toc__toggle-button--expand {
	display: none
}
.elementor-lakit-table-of-contents .elementor-widget-container {
	min-height: var(--box-min-height);
	border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
	border-radius: var(--box-border-radius, 3px);
	background-color: var(--box-background-color);
	-webkit-transition: min-height .4s;
	-o-transition: min-height .4s;
	transition: min-height .4s;
	overflow: hidden
}
.lakit-toc__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--box-padding, 20px);
	background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7)
}
.lakit-toc__header-title {
	font-size: 18px;
	margin: 0;
	color: var(--header-color)
}
.lakit-toc__toggle-button {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.lakit-toc__toggle-button i {
	color: var(--toggle-button-color)
}
.lakit-toc__toggle-button svg {
	height: 1em;
	width: 1em;
	fill: var(--toggle-button-color)
}
.lakit-toc__spinner-container {
	text-align: center
}
.lakit-toc__spinner {
	font-size: 2em
}
.lakit-toc__spinner.e-font-icon-svg {
	height: 1em;
	width: 1em
}
.lakit-toc__body {
	padding: var(--box-padding, 20px);
	max-height: var(--toc-body-max-height);
	overflow-y: auto
}
.lakit-toc__body::-webkit-scrollbar {
	width: 7px
}
.lakit-toc__body::-webkit-scrollbar-thumb {
	background-color: #c2cbd2;
	border-radius: 10px
}
.lakit-toc__list-wrapper {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lakit-toc__list-item {
	margin-bottom: .5em
}
.lakit-toc__list-item.elementor-item-active {
	font-weight: 700
}
.lakit-toc__list-item .lakit-toc__list-wrapper {
	margin-top: .5em;
	margin-left: var(--nested-list-indent, 1em)
}
.lakit-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}
.lakit-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}
.lakit-toc__list-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.lakit-toc__list-item-text-wrapper:before, .lakit-toc__list-item-text-wrapper i {
	margin-right: 8px;
	color: var(--marker-color)
}
.lakit-toc__list-item-text-wrapper svg {
	margin-right: 8px;
	fill: var(--marker-color);
	height: var(--marker-size, .5em);
	width: var(--marker-size, .5em)
}
.lakit-toc__list-item-text-wrapper i {
	font-size: var(--marker-size, .5em)
}
.lakit-toc__list-item-text-wrapper:before {
	font-size: var(--marker-size, 1em)
}
.lakit-toc--content-ellipsis .lakit-toc__list-item-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.lakit-toc__list-items--collapsible > .lakit-toc__list-wrapper > .lakit-toc__list-item > .lakit-toc__list-wrapper {
	display: none
}
.lakit-toc__heading-anchor {
	position: absolute
}
.lakit-toc__body .lakit-toc__list-item-text {
	color: var(--item-text-color);
	-webkit-text-decoration: var(--item-text-decoration);
	text-decoration: var(--item-text-decoration)
}
.lakit-toc__body .lakit-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}
.lakit-toc__body .lakit-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}
ol.lakit-toc__list-wrapper {
	counter-reset: item
}
ol.lakit-toc__list-wrapper .lakit-toc__list-item {
	counter-increment: item
}
ol.lakit-toc__list-wrapper .lakit-toc__list-item-text-wrapper:before {
	content: counters(item, ".") ". "
}
@media only screen and (max-width: 1024px) {
	.lakit-toc--minimized-on-tablet .lakit-toc__body {
		display: none
	}
}
@media only screen and (max-width: 767px) {
	.lakit-toc--minimized-on-mobile .lakit-toc__body {
		display: none
	}
}