html, html * {
	vertical-align: baseline;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}

.kd-hide {
	display: none;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.kd-oh {
	overflow: hidden;
}

.has-font-weight-thin {
	font-weight: var(--wp--custom--typography--font-weight--medium);
}
.has-font-weight-extra-light {
	font-weight: var(--wp--custom--typography--font-weight--extra-light);
}
.has-font-weight-light {
	font-weight: var(--wp--custom--typography--font-weight--light);
}
.has-font-weight-normal {
	font-weight: var(--wp--custom--typography--font-weight--normal);
}
.has-font-weight-medium {
	font-weight: var(--wp--custom--typography--font-weight--medium);
}
.has-font-weight-semi-bold {
	font-weight: var(--wp--custom--typography--font-weight--semi-bold);
}
.has-font-weight-bold {
	font-weight: var(--wp--custom--typography--font-weight--bold);
}
.has-font-weight-extra-bold {
	font-weight: var(--wp--custom--typography--font-weight--extra-bold);
}

.is-layout-constrained.entry-content>*, main, header, footer {
	margin-top: 0;
	margin-block-start: 0 !important;
}

.kd-section {
	padding-left: var(--wp--custom--gap--horizontal);
	padding-right: var(--wp--custom--gap--horizontal);
	padding-top: var(--wp--custom--gap--vertical);
	padding-bottom: var(--wp--custom--gap--vertical);
	position: relative;
}

.kd-container {
	max-width: var(--wp--custom--container--main);
	margin-left: auto;
	margin-right: auto;
}

.kd-container.narrow {
	max-width: var(--wp--custom--container--narrow);
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
	margin-bottom: 0px;
}

.kd-no-margin-bottom {
	margin-bottom: 0;
}
.kd-no-margin-top {
	margin-top: 0;
}

.row {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.row.no-gutter {
	--wp--custom--gap--column-horizontal: 0;
}

.row.no-margin {
	--wp--custom--gap--column-vertical: 0
}


.row.fixed-cols, .wp-block-columns.as-stacked {
	--columns: 1;
	--gaps: calc(var(--columns) - 1);
	gap: var(--wp--custom--gap--column-horizontal);
	margin-left: 0;
	margin-right: 0;
}
.row.fixed-cols>.col, .wp-block-columns.as-stacked>.col, .row.fixed-cols>.wp-block-column, .wp-block-columns.as-stacked>.wp-block-column {
	flex-basis: calc(calc(100% / var(--columns)) - ((var(--wp--custom--gap--column-horizontal) * var(--gaps)) / var(--columns)));
}
.wp-block-columns.as-stacked {
	flex-wrap: wrap !important;
	--wp--custom--gap--column-vertical: var(--wp--custom--gap--column-horizontal);
}
.row.fixed-cols.lg-1, .wp-block-columns.as-stacked.as-stacked-1 {
	--columns: 1;
}
.row.fixed-cols.lg-2, .wp-block-columns.as-stacked.as-stacked-2 {
	--columns: 2;
}
.row.fixed-cols.lg-3, .wp-block-columns.as-stacked.as-stacked-3 {
	--columns: 3;
}
.row.fixed-cols.lg-4, .wp-block-columns.as-stacked.as-stacked-4 {
	--columns: 4;
}
.row.fixed-cols.lg-5, .wp-block-columns.as-stacked.as-stacked-5 {
	--columns: 5;
}
.row.fixed-cols.lg-6, .wp-block-columns.as-stacked.as-stacked-6 {
	--columns: 6;
}
.row.fixed-cols.lg-7, .wp-block-columns.as-stacked.as-stacked-7 {
	--columns: 7;
}
.row.fixed-cols.lg-8, .wp-block-columns.as-stacked.as-stacked-8 {
	--columns: 8;
}

@media only screen and (max-width: 1023px) {
	body.karolo-theme {
		--wp--custom--gap--vertical: 80px;
		--wp--custom--gap--horizontal: 40px;
	}
	.wp-block-columns.kd-tb-2 {
		flex-wrap: wrap !important;
	}
	.wp-block-columns.kd-tb-2>.wp-block-column {
		flex-basis: calc(50% - (var(--wp--custom--gap--column-horizontal) / 2)) !important;
	}
	.row.fixed-cols.md-1, .wp-block-columns.as-stacked.tb-as-stacked-1 {
		--columns: 1;
	}
	.row.fixed-cols.md-2, .wp-block-columns.as-stacked.tb-as-stacked-2 {
		--columns: 2;
	}
	.row.fixed-cols.md-3, .wp-block-columns.as-stacked.tb-as-stacked-3 {
		--columns: 3;
	}
	.row.fixed-cols.md-4, .wp-block-columns.as-stacked.tb-as-stacked-4 {
		--columns: 4;
	}
	.row.fixed-cols.md-5, .wp-block-columns.as-stacked.tb-as-stacked-5 {
		--columns: 5;
	}
	.row.fixed-cols.md-6, .wp-block-columns.as-stacked.tb-as-stacked-6 {
		--columns: 6;
	}
	.row.fixed-cols.md-7, .wp-block-columns.as-stacked.tb-as-stacked-7 {
		--columns: 7;
	}
	.row.fixed-cols.md-8, .wp-block-columns.as-stacked.tb-as-stacked-8 {
		--columns: 8;
	}
	.kd-hide-tb {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	.kd-show-tb {
		display: block;
		opacity: 1;
		pointer-events: initial;
		visibility: visible;
	}
}

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

	body.karolo-theme {
		--wp--custom--adminbaroffset: 46px;
		--wp--custom--typography--font-size--body: 16px;
		--wp--custom--typography--line-height--body: 24px;
		--wp--custom--gap--vertical: 50px;
		--wp--custom--gap--horizontal: 20px;
	}
	.wp-block-columns.kd-tb-2>.wp-block-column {
		flex-basis: 100% !important;
	}
	.wp-block-columns.kd-columns-reverse {
		flex-direction: column-reverse;
	}
	.wp-block-group.is-nowrap.wrap-mobile {
		flex-wrap: wrap;
	}


	.row.fixed-cols.sm-1, .wp-block-columns.as-stacked.mb-as-stacked-1 {
		--columns: 1;
	}
	.row.fixed-cols.sm-2, .wp-block-columns.as-stacked.mb-as-stacked-2 {
		--columns: 2;
	}
	.row.fixed-cols.sm-3, .wp-block-columns.as-stacked.mb-as-stacked-3 {
		--columns: 3;
	}
	.row.fixed-cols.sm-4, .wp-block-columns.as-stacked.mb-as-stacked-4 {
		--columns: 4;
	}
	.row.fixed-cols.sm-5, .wp-block-columns.as-stacked.mb-as-stacked-5 {
		--columns: 5;
	}
	.row.fixed-cols.sm-6, .wp-block-columns.as-stacked.mb-as-stacked-6 {
		--columns: 6;
	}
	.row.fixed-cols.sm-7, .wp-block-columns.as-stacked.mb-as-stacked-7 {
		--columns: 7;
	}
	.row.fixed-cols.sm-8, .wp-block-columns.as-stacked.mb-as-stacked-8 {
		--columns: 8;
	}
	.kd-hide-mb {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	.kd-show-mb {
		display: block;
		opacity: 1;
		pointer-events: initial;
		visibility: visible;
	}
}

@media only screen and (max-width: 1023px) {}
@media only screen and (max-width: 781px) {}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}