/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	max-width: 100vw;
	overflow-x: hidden;
}

.sitekly-container {
	min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
pre {
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
	padding-bottom: .5em;
	font-size: inherit;
	color: inherit;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
span:last-child,
pre:last-child {
	padding-bottom: 0;
}

img {
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
}

.box-row {
	margin-bottom: 0;
	min-height: 40px;
}

.sitekly-col {
	margin-bottom: 0;
	width: 100%;
	position: relative;
	min-height: 30px;

}

.sitekly-block {
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;

}

.sitekly-block.sticky {
	top: 0;
	z-index: 206;
}

.sitekly-block.sticky.fixed {
	position: fixed;
	width: 100%;
	z-index: 206;

}

.sitekly-block.stickyclone {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 205
}

.z-back {
	width: 100%;
	height: 100%;
	position: absolute !important;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: -2;
}

.sitekly-block>.z-back {
	z-index: -3;
}

.z-back:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.back {
	overflow: hidden;
	box-sizing: border-box;
}

.back:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sitekly-block .anchor {
	position: absolute;
	top: 0;
}

.box-row {
	background-color: transparent;
	min-height: 100%;
	border: none;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
	box-sizing: border-box;
	position: relative;
	align-items: flex-start;
	align-content: start;
}

.row-container {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.inner-row {
	display: flex;
	flex-wrap: wrap;
}

.inner-row .icol {
	padding-left: 0;
}

/**
 * ie vertical align fix
 */
.sitekly-block:after,
.box-row:before {
	content: '';
	min-height: inherit;
	position: absolute;
}

.sitekly-edit {
	font-size: 14px;
	line-height: 1.7;
	color: #434343;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.sitekly-col .box-row .z-back+.sitekly-edit,
.column-inside .sitekly-edit:first-child {
	margin-top: 0;
}

.t {
	font-size: 18px;
	font-weight: 700;
}

.row {
	width: auto;
	position: relative;

}

a {
	text-decoration: none;
}

a.fa {
	display: block;
}

.sitekly-edit.text .z-back {
	z-index: 0;
}

.sitekly-edit.img {
	font-size: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.img a {
	display: inline-block;
}

.sitekly-edit.img img {
	width: 100%;
}



.gallery {
	min-width: 50px;
	min-height: 50px;
	width: 100%;
}

.colover {
	width: 100%;
}

.gallery .colcon {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.gallery .imgcon {
	width: 50%;
	box-sizing: border-box;
}

.imgcon .img {
	width: 100%;
	padding-bottom: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	cursor: pointer;
}

.ialt {
	color: #d4d4d4;
	background-color: #000;
	margin: 0 auto;
	padding: 10px;
	font-size: 15px;
}

.gbig {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	text-align: center;
	cursor: pointer;
	background-image: url("/templates/common/images/pre.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.gbigin {
	position: relative;
}

.gbig img {
	border: 5px solid #fff;
	max-height: 95vh;
	max-width: 95vw;
	background-color: #e2e2e2;
}

.gbig .arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	z-index: 1;
}

.gbig .next {
	right: 0;
	left: unset;
	border-radius: 3px 0 0 3px;
}

.gbig .arrow:hover {
	background-color: rgba(52, 51, 51, 0.8);
}

.sitekly-block.slider {
	padding: 0;
	min-height: 500px;
}

.slider .arrow {
	position: absolute;
	font-size: 50px;
	top: 50%;
	display: none;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	transform: translate(0, -50%);
	margin: 0 2%;
	padding: .5rem;
	line-height: 1;
}

.slider.arrows .arrow {
	display: block;
}

.arrow.prev {
	left: 0;
	margin-right: unset !important;
}

.arrow.next {
	right: 0;
	margin-left: unset !important;
}

.slider .slides {
	width: 100%;
}

.slides .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	display: none;
}

.slide .innercon {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	max-width: 1300px;
	height: 100%;
}

.slide .slide-content {
	position: relative;
	min-height: 20px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.innercon .slide-content .sitekly-edit:first-child {
	margin-top: 0;
}

.z-menu {
	display: flex;
}

.z-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.z-menu .nav {
	width: 100%;
	min-width: 20px;
}

.z-menu .navcon {
	width: 100%;
}

.z-menu .toggle {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	line-height: 1;
	display: none;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	font-size: 32px;
	width: 45px;
	border-style: none;
	border-color: rgb(227, 227, 227);
	border-width: 1px;
	color: rgb(60, 60, 60);
	background-color: rgb(227, 227, 227);
	cursor: pointer;
	--font-max: 15rem;
}

.z-menu .toggle:before {
	content: "\f0c9";
}

.z-menu.open .toggle:before {
	content: "×";
	padding-right: 1rem;
}

.z-menu li {
	position: relative;
}

.z-menu ul a {
	text-decoration: none;
	display: block;
	color: inherit;
	padding: 10px 15px;
}

.z-menu .nav li {
	border-width: 0;
}

.z-menu .nav>li:first-child {
	border-width: 0 !important;
}

.z-menu .subnav {
	display: none;
	position: absolute;
	z-index: 201;
	white-space: nowrap;
	top: 100%;
	left: auto;
}

.z-menu .subnav {
	top: 100%;
	left: auto;
}

.z-menu .subnav li {
	border-width: 0;
	border-style: solid;
}

.z-menu .subnav li a {
	background-color: rgb(255, 255, 255);
	padding: 10px 25px;
}

.z-menu .parent.active .subnav {
	display: block;
}

.z-menu .parent>a:after {
	content: "\f107";
	display: inline-block;
	padding-left: .6em;
	font-family: 'Line Awesome Free';
	font-weight: 900;
}

.gmap iframe {
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.gmap .mapcon {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

.accordion.sitekly-edit {
	min-height: 20px;
}

.srow {
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	min-height: 50px;
	margin: 10px 0;
	border: 2px solid transparent;
	position: relative;
}

.srow .scol {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	min-height: 50px;
	position: relative;
	overflow: hidden;
	padding: 5px;
	z-index: 5;
}



h1,
h2,
h3,
p,
span {
	margin: 0;
}

.scontrol {
	position: absolute;
	top: calc(50% - 40px);
	background-color: #000;
	opacity: 0.3;
	padding: 10px;
	cursor: pointer;
	z-index: 1;
}

.scontrol:hover {
	opacity: 0.7;
}

.scontrol i {
	font-size: 60px;
	color: #c6c6c6;
	transform: scale(1, 1.5);
}

.scontrol.right {
	right: 0;
	padding-left: 20px;
}

.scontrol.left {
	left: 0;
	padding-right: 20px;
}












.z-content {
	position: relative;
	width: 100%;
}

.content-inline .z-content {
	display: inline-block;
}

.sitekly-edit>*,
.z-content>* {
	position: relative;
}

.cform .formcon,
.paypalform .formcon {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.formcon .inpc {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.formcon form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.formcon .form-group,
.formcon .pg {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.formcon form,
.formcon form .submit {
	box-sizing: border-box;
	border: none;
}

.formcon label {
	display: block;
	width: 100%;
	margin: 10px 0 8px 0;
	text-align: left;
}

.formcon .pg.submit {
	margin-top: 20px;
}

.formcon input.submit {
	display: block;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 25px;
	cursor: pointer;
}

.formcon .input-group.inline {
	display: flex;
}

.formcon .input-group.inline .inpc {
	width: auto;
}

.formcon .input-group.inline span.inpc {
	color: inherit;
	background: none !important;
	border: unset;
}

.formcon .input-group.inline label {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.icon a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-size: 50px;
	width: 50px;
	height: 50px;
	color: rgb(0, 0, 0);
	padding: 10px;
}

.icon a:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.inrow {
	display: flex;
}

.inrow .incol {}

.incol.first {
	display: flex;
	margin: 20px;
}

.inrow .incol img {
	max-width: 100%;
	height: min-content;
}

.incol a.t {
	display: block;
}

.iconbox {
	box-sizing: border-box;
}

.iconbox .incol.first {
	width: auto;
}

.iconbox a.t {
	display: block;
}

.iconbox>.first>i {
	font-size: 50px;
	width: 50px;
	height: 50px;
}

.iconbox>.first {
	margin: 13px;
}

.iconbox>.incol>.t {
	font-size: 18px;
	font-weight: 700;
}

.btn>.back {
	background-color: rgb(0, 0, 0);
}

.btn>a {
	display: inline-block;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 10px 30px;
}

.sitekly-edit.video:before {
	content: "\f04b";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	position: absolute;
	font-size: 50px;
	z-index: 1;
	background-color: #000;
	color: #fff;
	line-height: 1;
	border-radius: 40px;
	padding: 10px;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	opacity: .7;
	cursor: pointer;
}

.sitekly-edit.video:hover::before {
	background-color: #fff;
	color: #333;
}

.video.play:before {
	display: none;
}

.sitekly-edit.video .vidcon {
	width: 100%;
	height: 100%;
	min-width: 50px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.vidcon:before {
	content: "";
	padding-bottom: 56.25%;
	display: block;
}

.sitekly-edit.video iframe {
	position: absolute;
	top: 0;
	left: 0;

}

.accordion .items {
	width: 100%;
}

.accordion .item {
	overflow: hidden;
}

.accordion .item:last-child {
	margin-bottom: 0 !important;
}

.accordion .head {
	display: flex;
	flex-wrap: nowrap;
	border-width: 0;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(227, 227, 227);
}

.accordion.left .head {
	flex-direction: row-reverse;
}

.accordion .title {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 30px;
}

.accordion .body {
	overflow-y: auto;
	background-color: rgb(255, 255, 255);
	padding: 20px 30px;
	font-size: 14px;
	line-height: 1.7em;
}

.accordion .icon {
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.accordion.none .icon {
	display: none;
}

.accordion.plus .icon:after {
	content: "\f067";
}

.accordion.plus .active .icon:after {
	content: "\f068";
}

.accordion.angle-left .icon:after {
	content: "\f104";
}

.accordion.angle-left .active .icon:after {
	content: "\f107";
}

.accordion.angle-right .icon:after {
	content: "\f105";
}

.accordion.angle-right .active .icon:after {
	content: "\f107";
}

.social-buttons {
	display: flex;
}

.social-buttons .sicon:last-child {
	margin-right: 0 !important;
}

.social-buttons .sicon a {
	padding: 0;
}

.iconlist .irow {
	display: flex;
	flex-wrap: wrap;
}

.iconcol {
	display: flex;
}

.iconcol i,
.iconcol span {
	align-self: center;
}

.iconlist a {
	padding: 0;
}

.z-incont {
	width: 100%;
}

.z-incont .z-inner {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-content: start;
	min-height: 100%;
}

.z-inner .sitekly-edit:first-child {
	margin-top: 0;
}

.sitekly-edit.divider {
	margin-top: 0px;
}

.sitekly-edit.divider .line {
	display: inline-block;
	height: 1px;
	box-sizing: border-box;
	min-width: 20px;
	width: 100%;
	border-width: 0;
	border-top: 1px solid gray;
	margin-bottom: 10px;
}

.cwindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 4;
	box-sizing: border-box;
}

.crow {
	position: relative;
	display: flex;
	margin-left: -20px;
}

.carousel .column {
	cursor: pointer;
	justify-content: center;
	width: 33.33%;
	flex: 0 0 auto;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	padding-left: 20px;

}

.column {
	position: relative;
}

.column>.inhelps .full {
	top: 0;
}

.carousel .column-inside {
	width: 100%;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.crow.transition {
	transition: .7s;
}

.carousel .dotscon {
	display: none;
	justify-content: center;
}

.carousel.dots .dotscon {
	display: flex;
	z-index: 9;
}

.carousel .dot {
	width: 10px;
	height: 10px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: rgb(116, 120, 124);
	border-radius: 50%;

}

.carousel .dot:first-child {
	margin-left: 0 !important;
}

.carousel .dot.active {
	background-color: rgb(34, 46, 58);
}

.floating-widget {
	position: fixed;
	z-index: 205;
	text-align: right;
	top: 0;
	display: flex;
	pointer-events: none;
}

.floating-widget-handle {
	background: #241f1f;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	pointer-events: all;
}

.floating-widget-body {
	pointer-events: all;
}

.floating-widget-handle i {
	font-size: 24px;
}

.sitekly-edit,
.sitekly-col {
	--animation-name: none
}


.sitekly-edit.t .z-content {
	-webkit-background-clip: text;
	background-clip: text;
}

.youtube {
	min-width: 50px;
	min-height: 50px;
	width: 100%;
}

.yt-row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.yt-column {
	width: 50%;
	box-sizing: border-box;
}

.yt-thumb {
	width: 100%;
}

.yt-video {
	position: relative;
	padding-bottom: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
}

.yt-title {
	text-align: center;
}

.yt-play-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.yt-play {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	position: absolute;
	font-size: 50px;
	background-color: #000;
	color: #fff;
	line-height: 1;
	border-radius: 50%;
	padding: 10px;
}

.yt-play:before {
	content: "\f04b";
}

.ytlistframe {
	position: absolute;
}

section .shape {
	fill: #000;
	position: absolute;
	z-index: -3;
	width: 100%;
	pointer-events: none;
	max-width: 100vw;
	overflow: hidden;
	direction: ltr;
}

section .shape.top {
	top: 0;
}

section .shape.bottom {
	bottom: -5px;
}

section .shape.front {
	z-index: 0;
}

section .shape svg {
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	width: 120%;
	height: 120px;
	position: relative;
}

section .shape.top.flip svg {
	transform: translateX(-50%) rotate(180deg);
}

section .shape.bottom svg {
	transform: translateX(-50%) rotate(180deg);
}

section .shape.bottom.flip svg {
	transform: translateX(-50%) rotate(0deg);
}


.countdown .colcon {
	display: flex;
	min-height: 25px;
}

.countdown .countcol {
	margin-left: 40px;
}

.countdown .countcol:first-child {
	margin-left: 0 !important;
}

.countdown .time {
	line-height: 1em;
	padding: 0;
	text-align: center;
	font-size: 40px;
}

.countdown .label {
	line-height: 1em;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

.countdown span {
	display: block;
}

.countdown.inline span {
	display: inline;
}

.countcol.off {
	display: none;
}

.carousel {
	direction: ltr;
}

.youtube-carousel .crow {
	flex-wrap: nowrap;
}

.youtube-carousel .yt-video {
	width: 100%;
}

.youtube-carousel .yt-title {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	box-sizing: border-box;
	color: #fff;
}

.popup-window {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #000;
}

.popup-yt {
	display: flex;
	justify-content: center;
}

.popup-yt .yt-arrow {
	padding: 20px;
	color: #fff;
	font-size: 40px;
	align-self: center;
	cursor: pointer;
	color: #ffffff8a;
}

.popup-yt .yt-arrow:hover {
	color: #fff;
}

.popup-yt .ytlistframe {
	position: static;
}

.popup-close {
	position: absolute;
	right: 0;
	color: #ffffff8a;
	font-size: 30px;
	padding: 5px 20px;
	cursor: pointer;
	top: 0;
}

.popup-close:hover {
	color: #fff;
}

.popup-yt-container {
	width: 100%;
	padding: 0 20px;
}




.tabs-container {
	display: flex;
}

.tabs-links {
	display: flex;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	flex-direction: column;
	overflow: hidden;
	align-self: flex-start;
}

.tabs-link {
	list-style: none;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.tabs-label {
	padding: 0 !important;
}

#tab-img {
	font-size: var(--size);
	width: var(--size);
}

.tabs-content.column {
	height: 100%;
	box-sizing: border-box;
}


.tabs-content-container {
	width: 100%;
}

.tabs-content.column {
	display: none;
}

.tabs-content.column.active {
	display: block;
}

.tabs-content .column-inside {
	height: 100%;
	min-height: 20px;
	box-sizing: border-box;
}

.tabs-label {
	width: 100%;
}


.megacon {
	position: static;
	left: 0;
	width: 100%;
	display: flex;
}

.row-container.mega-row {
	position: absolute;
	z-index: 206;
	box-sizing: border-box;
	display: none;
	background-color: #fff;
	max-width: 100%;
}

.mega-row.active {
	display: block;
}

.z-menu .parent>a::after,
.mega .megalink a::after {
	content: "\f107";
	display: inline-block;
	padding-left: .6em;
	font-family: 'Line Awesome Free';
	font-weight: 900;
}

.sitekly-edit.imglayers a {
	display: block;
}

.imglayers.perspective {
	--perspective-speed: 0.2s;
	transition: transform var(--perspective-speed) ease-out;
	transform-style: preserve-3d;
	perspective: 200px;
}




.imglayers .hover-animate-zoom-in img,
.imglayers .hover-animate-zoom-out img {
	transition: scale 0.2s ease-out;
}

.imglayers:hover .hover-animate-zoom-in img {
	scale: 1.2;
}

.imglayers:hover .hover-animate-zoom-out img {
	scale: 0.8;
}

.imglayers .hover-animate-fade img {
	transition: opacity 0.2s ease-out;
}

.imglayers:hover .hover-animate-fade img {
	opacity: 0;
}




.imglayerscon {
	width: 100%;
	min-height: 400px;
}

.imglayerscon.aspect-1 {
	aspect-ratio: 1 / 1;
}

.imglayerscon.aspect-1 a {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.imglayerscon.aspect-1 a.imglayers-shape {
	width: 100%;
}

.sitekly-edit.imglayers img {
	width: 100%;
	box-sizing: border-box;
}

.imglayers a {
	position: relative;
}

.imglayers a {
	position: absolute;
}

.imglayers .shape-masked {
	padding: 100%;
	box-sizing: content-box !important;
	margin: -100%;
	--mask-size: 100%;
	mask-size: calc(var(--mask-size) / 3);
	--mask-position-x: center;
	--mask-position-y: center;
	-webkit-mask-position-y: var(--mask-position-y);
	-webkit-mask-position-x: var(--mask-position-x);
	mask-position-x: var(--mask-position-x);
	mask-position-y: var(--mask-position-y);
}

.lottie-img a {
	display: flex;
	min-height: 20px;
}

/* .lottie-img a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
} */

.lottie-player {
	width: 100%;
}



section.hideUnder>.z-back {
	background-color: #fff;
}

section.hideUnder {
	position: fixed;
	width: 100%;
	z-index: -3;
}

.hideUnder.scaleHide {
	transform: scale(0.7);
	opacity: 0.7;
}

.hideUnder.scaleShow {
	transform: scale(1);
	opacity: 1;
}



.particles {
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	top: 0;
}


.paypalform .inpc[type="checkbox"] {
	display: none;
}

.paypalform label {
	cursor: pointer;
	width: auto;
	padding: 10px;
	color: rgb(0, 0, 0);
	text-align: center;
	border-style: solid;
	border-width: 1px;
}

.paypalform .submit {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	width: 100%;
}

.paypalform .pg {
	padding-left: 16px;
}

.paypalform form {
	margin-left: -16px;
}

.paypalform .form-group.selected label {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.sitekly-tooltip-hover {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	display: none;
	box-sizing: border-box;
	pointer-events: none;

	background-color: rgb(0, 0, 0);
	--animation-name: fadeIn;
	color: rgb(255, 255, 255);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	top: -40px;
}


.youtube-carousel .column {
	cursor: pointer;
	justify-content: center;
	width: 33.33%;
	flex: 0 0 auto;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	padding-left: 20px;
	min-height: 20px;
}


.incol.first {
	flex-shrink: 0;
	width: 30%;
}

.testimonial-author a {
	display: block;
	width: 100%;
}

.testimonial-author {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	text-align: center;
}

.testimonial-img {
	text-align: center;
}

.testimonial .testimonial-img img {
	height: unset;
	max-width: unset;
}

.testimonial .first {
	flex-direction: column;
	margin: 0px;
	width: 100%;
}

.testimonial-content {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	display: block;
}

.sitekly-col .particles+.sitekly-edit {
	margin-top: 0;
}

.loop-img {
	position: absolute;

}

.loop-img,
.img img,
.imglayers img {
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



.txtanimate {
	font-size: 18px;
	font-weight: 700;
}

.txtanimate .anitext {
	position: absolute;
	white-space: nowrap;
	display: inline;
	opacity: 0;
}

.anitextcon .anitext {
	top: 0;
	padding: 0 0.25em;
	line-height: 1.4;
}

.typecon {
	position: absolute;
	padding: 0 0.25em;
}

.anireverse {
	animation-direction: reverse;
}

.sitekly-container {
	overflow: hidden;
}


.imgscroll {
	display: flex;
}

.imgscroll a {
	display: block;
	overflow: hidden;
	--con-width: 100px;
	--con-height: 200px;
	width: var(--con-width);
	height: var(--con-height);
}

.imgscroll.onhover img,
.imgscroll.autoplay a:hover img {
	animation-play-state: paused !important;
}

.imgscroll.autoplay img,
.imgscroll.onhover a:hover img {
	animation-play-state: running !important;
}

.imgscroll.imgsx a img {
	--scroll-direction: imgsx;
	width: auto;
	height: 100%;
	animation: imgsx 5s ease infinite;
}

.imgscroll.imgsy a img {
	--scroll-direction: imgsx;
	width: 100%;
	height: auto;
	animation: imgsy 5s ease infinite;
}


@keyframes imgsy {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(calc(-100% + var(--con-height)));
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes imgsx {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(calc(-100% + var(--con-width)));
	}

	100% {
		transform: translateX(0);
	}
}

.btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn.noicon i {
	display: none;
}

.sitekly-popup {
	position: fixed;
	z-index: 205;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	padding: 0;
	display: none;
	align-items: center;
}

.sitekly-popup .z-back {
	z-index: 0;
}

.sitekly-popup>.z-back {
	z-index: -1;
}

.popup-close {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	z-index: 1;
	color: #000;
}

.popup-close:before {
	content: "\f00d";
}

.videobg {
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	top: 0;
	overflow: hidden;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}

.videobg .vbg-pos {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.videobg .vbg-ar {
	width: 100%;
	padding-bottom: 56.25%;
}


.videobg .vbg-video {
	width: 100%;
	height: 100%;
	/* height: calc(100% + 120px); */
	position: absolute;
	top: 0;
	border: 0;
}

</style>< !-- buttonanimate.css --><style>.btn a i,
.btn a .button-label {
	position: relative;
	z-index: 1;
	--bg-hover: #3c78d8;
}

.button-hover {
	transition: all .5s ease-in-out;
}


/* btn-slide-bottom */
.btn-slide-bottom .button-hover {
	position: absolute;
	width: 20%;
	height: 100%;
	left: 0;
	padding: 0;
	bottom: 0;
}

.btn-slide-bottom .button-hover:after {
	position: absolute;
	content: "";
	width: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	background: var(--bg-hover);
	height: 100%;
	top: 0;
	left: 0;
}

.btn-slide-bottom .button-hover:before {
	position: absolute;
	content: "";
	width: 5000%;
	background: var(--bg-hover);
	height: 100%;
	top: 0;
	left: -5000%;
}

.btn-slide-bottom.hover .button-hover {
	left: 100% !important;
}

/* btn-rect-to-round */
.btn-rect-to-round {
	transition: all .5s ease-in-out;
}

.btn-rect-to-round.hover {
	border-radius: 30px;
}

/* btn-fill-center */
.btn-fill-center .button-hover {
	transition: all .5s ease-in-out !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: var(--bg-hover) 0px 0px 0px 200px;
}

.btn-fill-center.hover .button-hover {
	width: 0 !important;
	height: 0 !important;
	top: 50% !important;
	left: 50% !important;
}

/* btn-text-stretch */
.btn a.btn-text-stretch {
	transition: all .5s ease-in-out !important;
}

a.btn-text-stretch .button-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 0;
}

a.btn-text-stretch .button-hover::before,
a.btn-text-stretch .button-hover::after {
	transition: all .6s ease-in-out;
	position: absolute;
	content: "";
	height: 2px;
	background: var(--bg-hover);
	top: 0;
	width: 0;
	left: 50%;
}

a.btn-text-stretch .button-hover:after {
	top: auto;
	bottom: 0;
}

a.btn-text-stretch.hover .button-hover:before,
a.btn-text-stretch.hover .button-hover:after {
	width: 100%;
	left: 0;
}

/* btn-shine-effect */
a.btn-shine-effect .button-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 0;
	opacity: .5;
}

a.btn-shine-effect .button-hover::after {
	background: #fff;
	content: "";
	height: 300%;
	left: -100%;
	position: absolute;
	top: -100%;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 19;
}

a.btn-shine-effect.hover .button-hover::after {
	left: 150%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* btn-double-swipe */
a.btn-double-swipe .button-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

a.btn-double-swipe .button-hover:before,
a.btn-double-swipe .button-hover:after {
	transition: all .5s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: var(--bg-hover);
}

a.btn-double-swipe .button-hover:before {
	left: -50%;
}

a.btn-double-swipe .button-hover:after {
	right: -50%;
}

a.btn-double-swipe.hover .button-hover:before {
	left: 0;
}

a.btn-double-swipe.hover .button-hover:after {
	right: 0;
}

/* btn-half-swipe */
.btn-half-swipe .button-hover {
	position: absolute;
	width: 20%;
	height: 100%;
	left: 100%;
	padding: 0;
	bottom: 0;
}

.btn-half-swipe .button-hover:after {
	position: absolute;
	content: "";
	width: 100%;
	clip-path: polygon(0 0, 100% 100%, 100% 0%);
	background: var(--bg-hover);
	height: 100%;
	top: 0;
	right: 0;
}

.btn-half-swipe .button-hover:before {
	position: absolute;
	content: "";
	width: 5000%;
	background: var(--bg-hover);
	height: 100%;
	top: 0;
	right: -5000%;
}

.btn-half-swipe.hover .button-hover {
	left: 40% !important;
}

/* btn-fill-bottom-right */
.btn-fill-bottom-right .button-hover {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 100%;
	padding: 0;
	top: 100%;
	border-radius: 50%;
	background: var(--bg-hover);
}

.btn-fill-bottom-right.hover .button-hover {
	left: -50%;
	top: -50%;
}

/* btn-fill-top */
.btn-fill-top .button-hover {
	position: absolute;
	width: 150%;
	height: 200%;
	left: -25%;
	padding: 0;
	top: -200%;
	border-radius: 50%;
	background: var(--bg-hover);
}

.btn-fill-top.hover .button-hover {
	left: -25%;
	top: -50%;
}

/* .btn-zoom-out */
.btn-zoom-out {
	transition: all .5s ease-in-out;
}

.btn-zoom-out.hover {
	--hover-size: 1.1;
	transform: scale(var(--hover-size));
}

/* .btn-fill-round */
.btn-fill-round .button-hover {
	transition: all .5s ease-in-out !important;
	position: absolute;
	width: 200%;
	height: 0;
	left: -50%;
	top: 0;
	padding: 0;
	box-shadow: var(--bg-hover) 0px 0px 0px 500px;
	border-radius: 50%;
	padding-bottom: 200%;
	margin-top: -75%;
}

.btn-fill-round.hover .button-hover {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	top: 50% !important;
	left: 50% !important;
}


@media only screen and (max-width: 48em) {
	.youtube-carousel .column {
		width: 100%;
	}
}


.megacon {
	z-index: 205;
}

body.megaonmobile {
	overflow: hidden;
}

body.megaonmobile .mega-row {
	overflow-y: auto;
	scrollbar-width: thin;
}

.mega-row.isactive {
	display: block;
}


.breadcrumbs ul {
	display: flex;
}

.breadcrumbs ul li {
	display: flex;
	align-items: center;
}

.breadcrumbs ul li a {
	color: inherit;
}


.breadcrumbs ul li span::after {
	font-size: inherit;
	content: "\f105";
	font-family: 'Line Awesome Free';
	font-weight: 900;
}
html {
  font-size: 62.5%;
  --font-min: 12px;
  --font-max: 200px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.container {
  width: 71rem;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 1rem;
}

.col-lg {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-lg-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-lg-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-lg-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-lg-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-lg-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-lg-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-lg-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-lg-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-lg-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-lg-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-lg-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-lg-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-lg-offset-1 {
  margin-left: 8.333%;
}

.col-lg-offset-2 {
  margin-left: 16.667%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-4 {
  margin-left: 33.333%;
}

.col-lg-offset-5 {
  margin-left: 41.667%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-7 {
  margin-left: 58.333%;
}

.col-lg-offset-8 {
  margin-left: 66.667%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-10 {
  margin-left: 83.333%;
}

.col-lg-offset-11 {
  margin-left: 91.667%;
}

.start-lg {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-lg {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-lg {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-lg {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-lg {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-lg {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-lg {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-lg {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-lg {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-lg {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.lg-20 {
  width: 20% !important;
}

.lg-25 {
  width: 25% !important;
}

.lg-33 {
  width: 33% !important;
}

.lg-40 {
  width: 40% !important;
}

.lg-50 {
  width: 50% !important;
}

.lg-60 {
  width: 60% !important;
}

.lg-66 {
  width: 66% !important;
}

.lg-75 {
  width: 75% !important;
}

.lg-80 {
  width: 80% !important;
}

.lg-100 {
  width: 100% !important;
}

/**
 * Menu align
 */
.lg-left {
  justify-content: flex-start;
}

.lg-center {
  justify-content: center;
}

.lg-right {
  justify-content: flex-end;
}

.lg-justify>* {
  flex: auto;
  text-align: center;
}

/**
 * align imagebox
 */
.inrow.lg-center {
  flex-direction: column;
}

.inrow.lg-right {
  flex-direction: row-reverse;
}


/**
 * absolute align
 */
.lg-ableft {
  left: 0;
}

.lg-abcenter {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.lg-abright {
  right: 0;
}


.sitekly-col .box-row .sitekly-edit.lg-inline,
.sitekly-edit.lg-inline {
  margin-top: 0;
  display: inline-flex;
  width: auto;
  top: auto;
  left: auto;
}

.sitekly-edit.lg-absolute {
  position: absolute;
  z-index: 205;
  width: auto;
  --parallaxSpeed: 0;
  translate: 0 calc(var(--scroll) * var(--parallaxSpeed));
}

/* .sitekly-edit.btn.lg-absolute a {
  width: 100%;
} */

.sitekly-edit.lg-block {
  width: 100% !important;
  margin-left: 0 !important;
  top: auto;
  left: auto;
}

.lg-scroll {
  background-attachment: fixed !important;
  --scroll-speed: 6;
}

.lg-js-right {
  margin-left: auto;
  margin-right: unset;
}

.lg-js-center {
  margin-left: auto;
  margin-right: auto;
}

.lg-stretch {
  --bg-stretch: 1;
}

.lg-no-stretch {
  --bg-stretch: 0;
}

.lg-m10 {
  margin-left: -10px;
}

.lg-m20 {
  margin-left: -20px;
}

.lg-m30 {
  margin-left: -30px;
}

.lg-m40 {
  margin-left: -40px;
}

.lg-m10 .icol {
  padding-left: 10px;
}

.lg-m20 .icol {
  padding-left: 20px;
}

.lg-m30 .icol {
  padding-left: 30px;
}

.lg-m40 .icol {
  padding-left: 40px;
}

.floating-widget.lg-top {
  bottom: unset;
  top: 0;
  margin-bottom: unset;
}

.floating-widget.lg-bottom {
  top: unset;
  bottom: 0;
  margin-top: unset;
}

.floating-widget.lg-right {
  flex-direction: row-reverse;
  left: unset;
  right: 0;
}

.floating-widget.lg-left {
  flex-direction: row;
  left: 0;
  right: unset;
}
@media only screen and (max-width: 75em) {
html {
  font-size: 51.25%;
  --font-min: 12px;
  --font-max: 50px;
}

.container {
  width: 61rem;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 1rem;
}

.col-md {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-md-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-md-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-md-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-md-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-md-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-md-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-md-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-md-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-md-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-md-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-md-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-md-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-md-offset-1 {
  margin-left: 8.333%;
}

.col-md-offset-2 {
  margin-left: 16.667%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-4 {
  margin-left: 33.333%;
}

.col-md-offset-5 {
  margin-left: 41.667%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-7 {
  margin-left: 58.333%;
}

.col-md-offset-8 {
  margin-left: 66.667%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-10 {
  margin-left: 83.333%;
}

.col-md-offset-11 {
  margin-left: 91.667%;
}

.start-md {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-md {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-md {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-md {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-md {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-md {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-md {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-md {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-md {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-md {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}


.md-20 {
  width: 20% !important;
}

.md-25 {
  width: 25% !important;
}

.md-33 {
  width: 33% !important;
}

.md-40 {
  width: 40% !important;
}

.md-50 {
  width: 50% !important;
}

.md-60 {
  width: 60% !important;
}

.md-66 {
  width: 66% !important;
}

.md-75 {
  width: 75% !important;
}

.md-80 {
  width: 80% !important;
}

.md-100 {
  width: 100% !important;
}

/**
 * Menu align
 */
.md-left {
  justify-content: start;
}

.md-center {
  justify-content: center;
}

.md-right {
  justify-content: end;
}

.md-justify>* {
  flex: auto;
  text-align: center;
}

/**
 * align imagebox
 */
.inrow.md-center {
  flex-direction: column;
}

.inrow.md-right {
  flex-direction: row-reverse;
}

.inrow.md-left {
  flex-direction: row;
}


/**
 * absolute align
 */
.md-ableft {
  left: 0;
}

.md-abcenter {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.md-abright {
  right: 0;
}

.sitekly-col .box-row .sitekly-edit.md-inline,
.sitekly-edit.md-inline {
  margin-top: 0;
  display: inline-flex;
  width: auto;
}

.sitekly-edit.md-block {
  width: 100% !important;
  margin-left: 0 !important;
}

.sitekly-col .box-row .sitekly-edit.md-inline,
.sitekly-edit.md-inline,
.sitekly-edit.md-block {
  top: auto !important;
  left: auto !important;
  translate: none !important;
  rotate: none !important;
  position: relative;
}

.sitekly-edit.md-absolute {
  position: absolute;
  z-index: 205;
  width: auto;
  --parallaxSpeed: 0;
  translate: 0 calc(var(--scroll) * var(--parallaxSpeed));
}

.md-scroll {
  background-attachment: fixed !important;
  --scroll-speed: 6;
}

.md-js-right {
  margin-left: auto;
  margin-right: unset;
}

.md-js-center {
  margin-left: auto;
  margin-right: auto;
}

.md-stretch {
  --bg-stretch: 1;
}

.md-no-stretch {
  --bg-stretch: 0;
}

.md-m10 {
  margin-left: -10px;
}

.md-m20 {
  margin-left: -20px;
}

.md-m30 {
  margin-left: -30px;
}

.md-m40 {
  margin-left: -40px;
}

.md-m10 .icol {
  padding-left: 10px;
}

.md-m20 .icol {
  padding-left: 20px;
}

.md-m30 .icol {
  padding-left: 30px;
}

.md-m40 .icol {
  padding-left: 40px;
}

.floating-widget.md-top {
  bottom: unset;
  top: 0;
  margin-bottom: unset;
}

.floating-widget.md-bottom {
  top: unset;
  bottom: 0;
  margin-top: unset;

}

.floating-widget.md-right {
  flex-direction: row-reverse;
  left: unset;
  right: 0;
}

.floating-widget.md-left {
  flex-direction: row;
  left: 0;
  right: unset;
}

.order-md-1 {
  order: 1;
}

.order-md-2 {
  order: 2;
}

.order-md-3 {
  order: 3;
}

.order-md-4 {
  order: 4;
}

.order-md-5 {
  order: 5;
}

.order-md-6 {
  order: 6;
}

.order-md-7 {
  order: 7;
}

.order-md-8 {
  order: 8;
}

.order-md-9 {
  order: 9;
}

.order-md-10 {
  order: 10;
}

.order-md-11 {
  order: 11;
}

.order-md-12 {
  order: 12;
}}
@media only screen and (max-width: 62em) {
html {
  font-size: 38.75%;
  --font-min: 12px;
  --font-max: 40px;
}

.container {
  width: 46rem;
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 1rem;
}

.col-sm {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-sm-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-sm-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-sm-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-sm-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-sm-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-sm-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-sm-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-sm-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-sm-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-sm-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-sm-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-sm-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-sm-offset-1 {
  margin-left: 8.333%;
}

.col-sm-offset-2 {
  margin-left: 16.667%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-4 {
  margin-left: 33.333%;
}

.col-sm-offset-5 {
  margin-left: 41.667%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-7 {
  margin-left: 58.333%;
}

.col-sm-offset-8 {
  margin-left: 66.667%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-10 {
  margin-left: 83.333%;
}

.col-sm-offset-11 {
  margin-left: 91.667%;
}

.start-sm {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-sm {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-sm {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-sm {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-sm {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-sm {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-sm {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-sm {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-sm {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-sm {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}


.sm-20 {
  width: 20% !important;
}

.sm-25 {
  width: 25% !important;
}

.sm-33 {
  width: 33% !important;
}

.sm-40 {
  width: 40% !important;
}

.sm-50 {
  width: 50% !important;
}

.sm-60 {
  width: 60% !important;
}

.sm-66 {
  width: 66% !important;
}

.sm-75 {
  width: 75% !important;
}

.sm-80 {
  width: 80% !important;
}

.sm-100 {
  width: 100% !important;
}

/**
 * Menu align
 */
.sm-left {
  justify-content: start;
}

.sm-center {
  justify-content: center;
}

.sm-right {
  justify-content: end;
}

.sm-justify>* {
  flex: auto;
  text-align: center;
}

/**
 * align imagebox
 */
.inrow.sm-center {
  flex-direction: column;
}

.inrow.sm-right {
  flex-direction: row-reverse;
}

.inrow.sm-left {
  flex-direction: row;
}


/**
 * absolute align
 */
.sm-ableft {
  left: 0;
}

.sm-abcenter {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sm-abright {
  right: 0;
}

.sitekly-col .box-row .sitekly-edit.sm-inline,
.sitekly-edit.sm-inline {
  margin-top: 0;
  display: inline-flex;
  width: auto;
}

.sitekly-edit.sm-block {
  width: 100% !important;
  margin-left: 0 !important;
}

.sitekly-col .box-row .sitekly-edit.sm-inline,
.sitekly-edit.sm-inline,
.sitekly-edit.sm-block {
  top: auto !important;
  left: auto !important;
  translate: none !important;
  rotate: none !important;
  position: relative;
}

.sitekly-edit.sm-absolute {
  position: absolute;
  z-index: 205;
  width: auto;
  --parallaxSpeed: 0;
  translate: 0 calc(var(--scroll) * var(--parallaxSpeed));
}

.sm-scroll {
  background-attachment: fixed !important;
  --scroll-speed: 6;
}

.sm-js-right {
  margin-left: auto;
  margin-right: unset;
}

.sm-js-center {
  margin-left: auto;
  margin-right: auto;
}

.sm-stretch {
  --bg-stretch: 1;
}

.sm-no-stretch {
  --bg-stretch: 0;
}

.sm-m10 {
  margin-left: -10px;
}

.sm-m20 {
  margin-left: -20px;
}

.sm-m30 {
  margin-left: -30px;
}

.sm-m40 {
  margin-left: -40px;
}

.sm-m10 .icol {
  padding-left: 10px;
}

.sm-m20 .icol {
  padding-left: 20px;
}

.sm-m30 .icol {
  padding-left: 30px;
}

.sm-m40 .icol {
  padding-left: 40px;
}

.floating-widget.sm-top {
  bottom: unset;
  top: 0;
  margin-bottom: unset;
}

.floating-widget.sm-bottom {
  top: unset;
  bottom: 0;
  margin-top: unset;

}

.floating-widget.sm-right {
  flex-direction: row-reverse;
  left: unset;
  right: 0;
}

.floating-widget.sm-left {
  flex-direction: row;
  left: 0;
  right: unset;
}

.order-sm-1 {
  order: 1;
}

.order-sm-2 {
  order: 2;
}

.order-sm-3 {
  order: 3;
}

.order-sm-4 {
  order: 4;
}

.order-sm-5 {
  order: 5;
}

.order-sm-6 {
  order: 6;
}

.order-sm-7 {
  order: 7;
}

.order-sm-8 {
  order: 8;
}

.order-sm-9 {
  order: 9;
}

.order-sm-10 {
  order: 10;
}

.order-sm-11 {
  order: 11;
}

.order-sm-12 {
  order: 12;
}}
@media only screen and (max-width: 48em) {
html {
  font-size: 34.375%;
  --font-min: 12px;
  --font-max: 30px;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.xs20 {
  width: 20% !important;
}

.xs25 {
  width: 25% !important;
}

.xs33 {
  width: 33% !important;
}

.xs40 {
  width: 40% !important;
}

.xs50 {
  width: 50% !important;
}

.xs60 {
  width: 60% !important;
}

.xs66 {
  width: 66% !important;
}

.xs75 {
  width: 75% !important;
}

.xs80 {
  width: 80% !important;
}

.xs100 {
  width: 100% !important;
}

.xs-20 {
  width: 20% !important;
}

.xs-25 {
  width: 25% !important;
}

.xs-33 {
  width: 33% !important;
}

.xs-40 {
  width: 40% !important;
}

.xs-50 {
  width: 50% !important;
}

.xs-60 {
  width: 60% !important;
}

.xs-66 {
  width: 66% !important;
}

.xs-75 {
  width: 75% !important;
}

.xs-80 {
  width: 80% !important;
}

.xs-100 {
  width: 100% !important;
}

/**
 * Menu align
 */
.xs-left {
  justify-content: start;
}

.xs-center {
  justify-content: center;
}

.xs-right {
  justify-content: end;
}

.xs-justify>* {
  flex: auto;
  text-align: center;
}

/**
 * align imagebox
 */
.inrow.xs-center {
  flex-direction: column;
}

.inrow.xs-right {
  flex-direction: row-reverse;
}

.inrow.xs-left {
  flex-direction: row;
}


/**
 * absolute align
 */
.xs-ableft {
  left: 0;
}

.xs-abcenter {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.xs-abright {
  right: 0;
}

.sitekly-col .box-row .sitekly-edit.xs-inline,
.sitekly-edit.xs-inline {
  margin-top: 0;
  display: inline-flex;
  width: auto;
}

.sitekly-edit.xs-block {
  width: 100% !important;
  margin-left: 0 !important;
}

.sitekly-col .box-row .sitekly-edit.xs-inline,
.sitekly-edit.xs-inline,
.sitekly-edit.xs-block {
  top: auto !important;
  left: auto !important;
  translate: none !important;
  rotate: none !important;
  position: relative;
}

.sitekly-edit.xs-absolute {
  position: absolute;
  z-index: 205;
  width: auto;
  --parallaxSpeed: 0;
  translate: 0 calc(var(--scroll) * var(--parallaxSpeed));
}

.xs-scroll {
  background-attachment: fixed !important;
  --scroll-speed: 6;
}

.xs-js-right {
  margin-left: auto;
  margin-right: unset;
}

.xs-js-center {
  margin-left: auto;
  margin-right: auto;
}

.xs-stretch {
  --bg-stretch: 1;
}

.xs-no-stretch {
  --bg-stretch: 0;
}

.xs-m10 {
  margin-left: -10px;
}

.xs-m20 {
  margin-left: -20px;
}

.xs-m30 {
  margin-left: -30px;
}

.xs-m40 {
  margin-left: -40px;
}

.xs-m10 .icol {
  padding-left: 10px;
}

.xs-m20 .icol {
  padding-left: 20px;
}

.xs-m30 .icol {
  padding-left: 30px;
}

.xs-m40 .icol {
  padding-left: 40px;
}

.floating-widget.xs-top {
  bottom: unset;
  top: 0;
  margin-bottom: unset;
}

.floating-widget.xs-bottom {
  top: unset;
  bottom: 0;
  margin-top: unset;

}

.floating-widget.xs-right {
  flex-direction: row-reverse;
  left: unset;
  right: 0;
}

.floating-widget.xs-left {
  flex-direction: row;
  left: 0;
  right: unset;
}

.carousel .column {
  width: 100%
}

.carousel .column,
.youtube-carousel .column {
  width: 100%
}

.order-xs-1 {
  order: 1;
}

.order-xs-2 {
  order: 2;
}

.order-xs-3 {
  order: 3;
}

.order-xs-4 {
  order: 4;
}

.order-xs-5 {
  order: 5;
}

.order-xs-6 {
  order: 6;
}

.order-xs-7 {
  order: 7;
}

.order-xs-8 {
  order: 8;
}

.order-xs-9 {
  order: 9;
}

.order-xs-10 {
  order: 10;
}

.order-xs-11 {
  order: 11;
}

.order-xs-12 {
  order: 12;
}}

@media only screen and (max-width: 47.999999em) {
body:not(.show-hidden) .xs-hide {
  display: none !important;
}

.inrow.xs-left .incol.first {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inrow.xs-center .incol.first {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  align-self: center;
  justify-content: center;
}

.inrow.xs-right .incol.first {
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * menu views
 */
.xs-drop {
  text-align: right;
}

.xs-drop .navcon {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: auto;
}

.xs-vert .navcon {
  width: auto;
}

.xs-vert .nav {
  display: inline-flex;
  flex-direction: column;
}

.xs-drop .nav {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 202;
  background-color: rgb(255, 255, 255);
}

.xs-drop .nav {
  display: none;
}

.xs-drop.xs-right .nav {
  right: 0;
  left: unset;
}

.xs-drop.open .nav {
  display: block;
}

.xs-subright {
  left: auto;
  right: 0;
}

.xs-vert .subnav,
.xs-drop .subnav {
  top: 0;
  left: 100%;
  right: auto;
}

.xs-vert .subnav.xs-subleft {
  left: auto;
  right: 100%;
}

.xs-drop a.toggle {
  display: block;
  align-self: end;
}

.xs-drop .subnav {
  position: static;
  width: 100% !important;
}}

@media only screen and (min-width: 48em) and (max-width: 61.999999em) {
body:not(.show-hidden) .sm-hide {
  display: none !important;
}

.inrow.sm-left .incol.first {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inrow.sm-center .incol.first {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  align-self: center;
  justify-content: center;
}

.inrow.sm-right .incol.first {
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * menu views
 */
.sm-drop {
  text-align: right;
}

.sm-drop .navcon {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: auto;
}

.sm-vert .navcon {
  width: auto;
}

.sm-vert .nav {
  display: inline-flex;
  flex-direction: column;
}

.sm-drop .nav {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 202;
  background-color: rgb(255, 255, 255);
}

.sm-drop .nav {
  display: none;
}

.sm-drop.sm-right .nav {
  right: 0;
  left: unset;
}

.sm-drop.open .nav {
  display: block;
}

.sm-subright {
  left: auto;
  right: 0;
}

.sm-vert .subnav,
.sm-drop .subnav {
  top: 0;
  left: 100%;
  right: auto;
}

.sm-vert .subnav.sm-subleft {
  left: auto;
  right: 100%;
}

.sm-drop a.toggle {
  display: block;
  align-self: end;
}

.sm-drop .subnav {
  position: static;
  width: 100% !important;
}}

@media only screen and (min-width: 62em) and (max-width: 74.999999em) {
body:not(.show-hidden) .md-hide {
  display: none !important;
}

.inrow.md-left .incol.first {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inrow.md-center .incol.first {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  align-self: center;
  justify-content: center;
}

.inrow.md-right .incol.first {
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * menu views
 */
.md-drop {
  text-align: right;
}

.md-drop .navcon {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: auto;
}

.md-vert .navcon {
  width: auto;
}

.md-vert .nav {
  display: inline-flex;
  flex-direction: column;
}

.md-drop .nav {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 202;
  background-color: rgb(255, 255, 255);
}

.md-drop .nav {
  display: none;
}

.md-drop.md-right .nav {
  right: 0;
  left: unset;
}

.md-drop.open .nav {
  display: block;
}

.md-subright {
  left: auto;
  right: 0;
}

.md-vert .subnav,
.md-drop .subnav {
  top: 0;
  left: 100%;
  right: auto;
}

.md-vert .subnav.md-subleft {
  left: auto;
  right: 100%;
}

.md-drop a.toggle {
  display: block;
  align-self: end;
}

.md-drop .subnav {
  position: static;
  width: 100% !important;
}}

@media only screen and (min-width: 75em) {
body:not(.show-hidden) .lg-hide {
  display: none !important;
}

.inrow.lg-left .incol.first {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inrow.lg-center .incol.first {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  align-self: center;
  justify-content: center;
}

.inrow.lg-right .incol.first {
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * menu views
 */
.lg-drop {
  text-align: right;
}

.lg-drop .navcon {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: auto;
}

.lg-vert .navcon {
  width: auto;
}

.lg-vert .nav {
  display: inline-flex;
  flex-direction: column;
}

.lg-drop .nav {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 202;
  background-color: rgb(255, 255, 255);
}

.lg-drop .nav {
  display: none;
}

.lg-drop.lg-right .nav {
  right: 0;
  left: unset;
}

.lg-drop.open .nav {
  display: block;
}

.lg-subright {
  left: auto;
  right: 0;
}

.lg-vert .subnav,
.lg-drop .subnav {
  top: 0;
  left: 100%;
  right: auto;
}

.lg-vert .subnav.lg-subleft {
  left: auto;
  right: 100%;
}

.lg-drop a.toggle {
  display: block;
  align-self: end;
}

.lg-drop .subnav {
  position: static;
  width: 100% !important;
}}

