/* GLOBAL */

.anchor {
	position: absolute;
	margin-top: -80px;
}

.panel-white + .panel-white {
	padding-top: 0;
}

.btn-w-arrow .icon {
	transition: 0.2s;
}

.btn-w-arrow:hover .icon-arrow-right,
.btn-w-arrow:hover .icon-chevron-right {
	transform: translateX(6px);
}

.btn-w-arrow:hover .icon-arrow-left,
.btn-w-arrow:hover .icon-chevron-left {
	transform: translateX(-6px);
}

.site-header + .global-page-wrapper {
	padding-top: 130px;
}

.hor-scroll:not(.owl-loaded) {
	display: block;
	overflow: scroll;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	vertical-align: middle;
}

.hor-scroll:not(.owl-loaded) > * {
	display: inline-block;
	white-space: normal;
}

@media(max-width:767.98px){
	.mobile-hor-scroll {
		display: block;
		overflow: scroll;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
	}
	.mobile-hor-scroll > * {
		display: inline-block;
	}
	.mobile-hor-scroll > *:last-child {
		margin-right: 15px;
	}
}

@media(min-width:768px){
	.site-header + .global-page-wrapper {
		padding-top: 140px;
	}
	.top-under-header {
		top: 92px;
	}
	.admin-bar .top-under-header {
		top: 124px;
	}
}

/* HEADER */

.site-header {
	z-index: 95;
	transform: translate3d(0,0,0);
	transition: 0.4s padding;
}

.site-header .navbar-brand-img {
	display: block;
}

.site-header:after {
	content: "";
	display: block;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	opacity: 0;
	transition: 0.4s opacity;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.site-header.sticky-active:after {
	opacity: 1;
}

.sep-item + .sep-item {
	border-left: 1px solid #D5E0E3;
}

.site-header .icon {
	font-size: 1.5rem;
}

.main-menu .nav-link {
	position: relative;
}

.main-menu .nav-link:before {
	content: "";
	display: block;
	width: auto;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 1.25rem;
	right: 1.25rem;
	border-radius: 2px;
	background-color: #000;
	opacity: 0;
	transition: 0.3s;
}

.main-menu .nav-link.active:before {
	left: 0.75rem;
	right: 0.75rem;
	opacity: 1;
}

.main-menu .dropdown-menu .nav-link:before {
	left: 0;
	right: auto;
	top: 5px;
	bottom: 5px;
	width: 3px;
	height: auto;
	background-color: #FF3879;
}

.main-menu .dropdown-menu .nav-link.active:before {
	top: 0;
	bottom: 0;
	opacity: 1;
}

.main-menu .dropdown-menu .nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-menu .dropdown-menu .icon-arrow-right {
	display: block;
	opacity: 0;
	transform: translateX(-5px);
	transition: 0.2s;
}

.main-menu .dropdown-menu .nav-link:not(.active):hover .icon-arrow-right {
	opacity: 1;
	transform: translateX(0);
}

.modal-search-form-input {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	border-radius: 0;
}

.modal-search-form-input:focus {
	border-color: #FF3879;
}

@media(max-width:1199.98px){
	.site-header .navbar-brand-img {
		width: 170px;
	}
}

@media(max-width:767.98px){
	.site-header .navbar-brand-img {
		width: 140px;
	}
	.site-header .header-cta-btn {
		padding: .325rem 0.825rem .425rem;
	}
}

@media(min-width:601px){
	.admin-bar .site-header {
		top: 46px;
	}
}

@media(min-width:783px){
	.admin-bar .site-header {
		top: 32px;
	}
}

@media(min-width:992px){
	.main-menu .nav-item {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}

/* SEARCH */

.search-results-list-item-thumbnail {
	min-width: 80px;
	max-width: 80px;
}

/* FULLSCREEN MENU */

.fullscreen-menu-toggler {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.fullscreen-menu-toggler span {
	display: block;
	transition: 0.3s opacity, 0.3s transform;
}

.fullscreen-menu-toggler i {
	display: block;
	width: 32px;
	height: 3px;
	background-color: #000;
	margin-top: 4px;
	margin-bottom: 4px;
	transition: 0.15s;
}

.mobile-fullscreen-menu-toggler {
	z-index: 99;
}

.mobile-fullscreen-menu-toggler i {
	background-color: #fff;
}

.fullscreen-menu-toggler .s-0 {
	opacity: 0;
}

.fullscreen-menu-toggler .s-1 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.4s;
}

.fs-active .fullscreen-menu-toggler .s-1 {
	transform: translateX(-30px);
	opacity: 0;
	transition-delay: 0s;
}

.fullscreen-menu-toggler .s-2 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.fs-active .fullscreen-menu-toggler .s-2 {
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.1s;
}

.fullscreen-menu-toggler .s-3 {
	position: relative;
	bottom: -14px;
	opacity: 0;
	transform: rotate(45deg) translateX(-40px);
	transition-delay: 0s;
}

.fs-active .fullscreen-menu-toggler .s-3 {
	opacity: 1;
	transform: rotate(45deg) translateX(0);
	transition-delay: 0.3s;
}

.fullscreen-menu-toggler .s-4 {
	position: relative;
	top: -14px;
	opacity: 0;
	transform: rotate(-45deg) translateX(40px);
	transition-delay: 0.1s;
}

.fs-active .fullscreen-menu-toggler .s-4 {
	opacity: 1;
	transform: rotate(-45deg) translateX(0);
	transition-delay: 0.4s;
}

.fullscreen-menu-toggler .s-5 {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.4s;
}

.fs-active .fullscreen-menu-toggler .s-5 {
	opacity: 0;
	transform: scale(0);
	transition-delay: 0.2s;
}

.fullscreen-menu {
	z-index: 98;
	transition: 0.6s opacity, 0.6s transform;
	background-color: #1B234E;
}

.fullscreen-menu .nav-link {
	color: #fff;
}

.fullscreen-menu.active {
	transform: translateX(-100%);
}

.fullscreen-menu .fs-display {
	opacity: 0;
	transform: translateX(20px);
	transition: 0.4s opacity, 0.4s transform;
}

.fullscreen-menu .fs-display.ready {
	opacity: 1;
	transform: translateX(0px);
}

.fullscreen-nav .nav-link {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.3;
	padding: 4px 0;
	transition: 0.3s;
}

.fullscreen-nav .nav-link.active {
	color: rgba(255,255,255,0.4);
}

.fullscreen-menu .sub-menu {
	display: none;
}

.fullscreen-menu .sub-menu-toggle::after {
	content: "";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
	transition: 0.2s;
}

.fullscreen-menu .sub-menu-box.show .sub-menu-toggle::after {
	transform: rotate(180deg);
}

.fullscreen-menu .sub-menu .nav-link {
	font-size: 1rem;
	font-weight: normal;
	padding: 5px 0;
}

.fullscreen-menu .sub-menu .nav-item:first-child {
	padding-top: 5px;
}

.fullscreen-menu .sub-menu .nav-item:last-child {
	padding-bottom: 12px;
}

/* HERO */

@media(max-width:575.98px){
	.pe-mobile-none {
		padding-right: 0;
		margin-right: -1rem;
	}
}

@media (min-width: 364px) and (max-width: 767.98px){
	.pe-mobile-none {
		margin-right: -1.8rem;
	}
}

@media(min-width:992px){
	.panel-hero-image {
		width: calc( 100% + 3rem );
		height: 100%;
		top: 50px;
	}
}

/* FEATURES */

.panel-features-item-icon {
	font-size: 2rem;
}


/* IMAGE + TEXT */

.panel-hero + .panel-image-text .extra-top-padding {
	display: block !important;
}

.image-text-image {
	min-height: 300px;
}

.image-text-image svg {
	max-width: 80%;
	margin-left: -5%;
	height: auto;
}


/* CONTACTS */

.contacts-map {
	min-height: 450px;
}

/* PROJECTS */

.item-project-mask {
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.6) 100%);
}


/* LIST */

.panel-list-item {
	border-bottom: 3px solid #000;
}

.panel-accordion-item .icon,
.panel-list-item .icon {
	font-size: 30px;
}


/* FORM */

.bg-primary .form-check-input.invalid,
.bg-primary .form-control.invalid {
	border-color: #ffa444;
	box-shadow: 0 0 0 3px #ffa444;
}

.bg-primary a:not(.btn):hover,
.bg-primary a:not(.btn) {
	color: #fff;
}


/* TESTIMONIALS */

@media(min-width:768px){
	.item-testimonial.length-small {
		margin-right: 30%;
	}
	.item-testimonial.length-medium {
		margin-right: 15%;
	}
}


/* ARCHIVE */

.panel-filters-select,
.panel-archive .search-filter-input {
	min-width: 300px;
}

.panel-archive .item {
	transition: 0.3s;
}

.panel-archive .item-ajax {
	opacity: 0;
	transform: translateY(20px);
}

.panel-archive .item-ajax.ready {
	opacity: 1;
	transform: translateY(0);
}

.panel-archive .item.loading {
	opacity: 0;
	transform: translateY(-20px);
}

/* PRICING */

.launch-offer-box {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.7fr) auto;
	align-items: center;
	gap: 1.5rem;
}

.launch-offer-meter {
	min-width: 0;
}

.launch-offer-count {
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
}

.launch-offer-count strong {
	font-size: 2rem;
	line-height: 1;
}

.launch-offer-count span {
	font-weight: 700;
}

.launch-offer-progress {
	height: 8px;
	margin-top: 0.85rem;
	border-radius: 999px;
	background-color: rgba(0,0,0,0.1);
	overflow: hidden;
}

.launch-offer-progress span {
	display: block;
	width: var(--launch-offer-progress, 0%);
	height: 100%;
	border-radius: inherit;
	background-color: #0C4B53;
}

.pricing-plan {
	border: 1px solid #D5E0E3;
	border-radius: 8px;
	box-shadow: 0 14px 40px rgba(12, 75, 83, 0.06);
}

.pricing-plan-featured {
	border-color: #0C4B53;
	box-shadow: 0 18px 50px rgba(12, 75, 83, 0.14);
}

.pricing-plan-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 4px;
	background-color: #0C4B53;
	color: #fff;
	font-size: 12px;
	margin-bottom: 1.25rem;
}

.pricing-plan-price-box {
	display: flex;
	align-items: flex-start;
	color: #0C4B53;
}

.pricing-plan-currency {
	font-weight: 800;
	font-size: 1.35rem;
	line-height: 1;
	margin-top: 0.55rem;
	margin-right: 0.15rem;
}

.pricing-plan-price {
	font-weight: 800;
	font-size: 3.25rem;
	line-height: 1;
}

.pricing-plan-period {
	align-self: flex-end;
	margin-left: 0.45rem;
	margin-bottom: 0.35rem;
	color: #555;
}

.pricing-plan-promo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid #D5E0E3;
	border-radius: 8px;
	background-color: #FAFBF8;
	color: #555;
}

.pricing-plan-promo strong {
	color: #0C4B53;
}

.pricing-plan-features li {
	display: flex;
	gap: 0.7rem;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
	border-top: 1px solid #E6ECEE;
}

.pricing-plan-features .icon {
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

@media(max-width:575.98px){
	.pricing-plan-price {
		font-size: 2.75rem;
	}
}

@media(max-width:991.98px){
	.launch-offer-box {
		grid-template-columns: 1fr;
	}
}

/* COMPARISON */

.comparison-table-wrap {
	--comparison-sticky-top: 56px;
	background-color: #fff;
	border: 1px solid #D5E0E3;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(12, 75, 83, 0.1);
	overflow: visible;
}

.admin-bar .comparison-table-wrap {
	--comparison-sticky-top: 116px;
}

.comparison-table-scroll {
	overflow: visible;
}

.comparison-table {
	width: 100%;
	min-width: 760px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	color: #152131;
}

.comparison-feature-col {
	width: 58%;
}

.comparison-plan-col {
	width: 21%;
}

.comparison-table th,
.comparison-table td {
	vertical-align: middle;
}

.comparison-table thead th {
	position: sticky;
	top: var(--comparison-sticky-top);
	z-index: 5;
	padding: 1.25rem 1.5rem;
	background-color: #FAFBF8;
	border-bottom: 1px solid #D5E0E3;
	box-shadow: 0 12px 24px rgba(12, 75, 83, 0.08);
	color: #0C4B53;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.25;
	text-transform: uppercase;
}

.comparison-table thead th:first-child {
	border-top-left-radius: 8px;
}

.comparison-table thead th:last-child {
	border-top-right-radius: 8px;
}

.comparison-table thead .comparison-value-col {
	text-align: center;
}

.comparison-table tbody th,
.comparison-table tbody td {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #E6ECEE;
}

.comparison-table tbody th {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.45;
}

.comparison-table tbody td {
	text-align: center;
}

.comparison-table tbody tr:nth-child(even) th,
.comparison-table tbody tr:nth-child(even) td {
	background-color: #FAFBF8;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
	border-bottom: 0;
}

.comparison-table tbody tr:last-child th:first-child {
	border-bottom-left-radius: 8px;
}

.comparison-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

.comparison-table .comparison-pro-col {
	background-color: rgba(231, 243, 105, 0.16);
	box-shadow: inset 1px 0 rgba(12, 75, 83, 0.06);
}

.comparison-table thead .comparison-pro-col {
	box-shadow: inset 1px 0 rgba(12, 75, 83, 0.06), 0 12px 24px rgba(12, 75, 83, 0.08);
}

.comparison-table tbody tr:nth-child(even) .comparison-pro-col {
	background-color: rgba(231, 243, 105, 0.24);
}

.comparison-plan {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	min-height: 36px;
	padding: 0.45rem 0.85rem;
	border-radius: 4px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.comparison-plan-free {
	background-color: #E6ECEE;
	color: #0C4B53;
}

.comparison-plan-pro {
	background-color: #E7F369;
	color: #000;
	box-shadow: 0 8px 20px rgba(12, 75, 83, 0.12);
}

.comparison-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-width: 92px;
	min-height: 34px;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
}

.comparison-status .icon {
	font-size: 0.8rem;
}

.comparison-status-yes {
	background-color: #EAF4C9;
	color: #0C4B53;
}

.comparison-status-no {
	background-color: #EEF1F2;
	color: #6f7578;
}

@media(min-width:768px){
	.comparison-table-wrap {
		--comparison-sticky-top: 92px;
	}

	.admin-bar .comparison-table-wrap {
		--comparison-sticky-top: 124px;
	}
}

@media(max-width:991.98px){
	.comparison-table {
		display: block;
		min-width: 0;
		table-layout: auto;
	}

	.comparison-table colgroup {
		display: none;
	}

	.comparison-table thead,
	.comparison-table tbody {
		display: block;
	}

	.comparison-table thead {
		position: sticky;
		top: var(--comparison-sticky-top);
		z-index: 5;
		box-shadow: 0 12px 24px rgba(12, 75, 83, 0.08);
	}

	.comparison-table thead tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
		padding: 1rem;
		background-color: #FAFBF8;
		border-bottom: 1px solid #D5E0E3;
		border-radius: 8px 8px 0 0;
	}

	.comparison-table thead th {
		position: static;
		display: block;
		padding: 0;
		border: 0;
		background-color: transparent;
		box-shadow: none;
	}

	.comparison-table thead th:first-child {
		display: none;
	}

	.comparison-table thead .comparison-pro-col {
		background-color: transparent;
		box-shadow: none;
	}

	.comparison-table thead .comparison-plan {
		width: 100%;
		min-width: 0;
	}

	.comparison-table tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
		padding: 1rem;
		border-bottom: 1px solid #E6ECEE;
	}

	.comparison-table tbody tr:nth-child(even) th,
	.comparison-table tbody tr:nth-child(even) td {
		background-color: transparent;
	}

	.comparison-table tbody tr:last-child {
		border-bottom: 0;
	}

	.comparison-table tbody th {
		grid-column: 1 / -1;
		padding: 0;
		border: 0;
		background-color: transparent;
		font-size: 1rem;
		line-height: 1.4;
	}

	.comparison-table tbody td {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 46px;
		padding: 0.55rem;
		border: 0;
		border-radius: 8px;
		background-color: #F4F7F8;
		box-shadow: none;
	}

	.comparison-table tbody td.comparison-pro-col {
		background-color: rgba(231, 243, 105, 0.2);
		box-shadow: none;
	}

	.comparison-status {
		width: 100%;
		max-width: 128px;
		min-width: 0;
		font-size: 0.8125rem;
	}
}

/* CHECKOUT */

.checkout-card {
	border: 1px solid #D5E0E3;
	border-radius: 8px;
	box-shadow: 0 14px 40px rgba(12, 75, 83, 0.06);
}

.checkout-plan-switch {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.checkout-plan-switch-item {
	display: flex;
	flex-direction: column;
	min-height: 132px;
	padding: 1rem;
	border: 2px solid #D5E0E3;
	border-radius: 8px;
	color: #152131;
	text-decoration: none;
	transition: 0.2s border-color, 0.2s box-shadow, 0.2s background-color;
}

.checkout-plan-switch-item:hover,
.checkout-plan-switch-item.active {
	border-color: #0C4B53;
	background-color: #F2F3EF;
	color: #152131;
	box-shadow: 0 10px 28px rgba(12, 75, 83, 0.08);
}

.checkout-plan-switch-name {
	font-weight: 800;
}

.checkout-plan-switch-sites,
.checkout-plan-switch-price {
	font-size: 0.875rem;
}

.checkout-plan-switch-sites {
	margin-top: 0.25rem;
	color: #555;
}

.checkout-plan-switch-price {
	margin-top: auto;
	font-weight: 800;
	color: #0C4B53;
}

.checkout-plan-switch-price-old {
	display: block;
	color: #777;
	font-weight: 700;
	text-decoration: line-through;
}

.checkout-promo-notice {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid #D5E0E3;
	border-left: 4px solid #FDC202;
	border-radius: 8px;
	background-color: #FAFBF8;
}

.checkout-promo-notice strong,
.checkout-promo-notice span {
	display: block;
}

.checkout-promo-code {
	flex: 0 0 auto;
	padding: 0.35rem 0.65rem;
	border-radius: 4px;
	background-color: #0C4B53;
	color: #fff;
	font-weight: 800;
}

.checkout-account-pill {
	max-width: 220px;
	padding: 0.35rem 0.65rem;
	border-radius: 4px;
	background-color: #F2F3EF;
	font-size: 0.875rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.checkout-legal-box {
	padding: 1rem;
	border: 1px solid #D5E0E3;
	border-radius: 8px;
	background-color: #FAFBF8;
}

.checkout-summary-icon {
	font-size: 2rem;
	color: #0C4B53;
}

.checkout-summary-features li:first-child {
	border-top: 0;
}

.checkout-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 0;
	border-top: 1px solid #D5E0E3;
}

.checkout-price-total {
	font-size: 1.25rem;
	border-top-width: 2px;
}

.checkout-price-discount strong {
	color: #0C4B53;
}

.checkout-price-discount small {
	display: block;
	color: #777;
	font-weight: 700;
}

@media(max-width:767.98px){
	.checkout-plan-switch {
		grid-template-columns: 1fr;
	}

	.checkout-plan-switch-item {
		min-height: 0;
	}

	.checkout-promo-notice {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* FOOTER */

.footer-nav > .nav-item {
	margin-bottom: 2rem;
}

.footer-nav .nav-link {
	padding-left: 0;
}

.footer-nav .sub-menu .nav-link {
	font-weight: normal;
}

.legal-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
}

.legal-nav .nav-item + .nav-item {
	margin-left: 2rem;
}

@media(max-width:575.98px){
	.footer-brand {
		width: 240px;
	}
}

@media(min-width:768px){
	.footer-nav > .nav-item > .nav-link {
		font-size: 1.125rem;
	}
}

/* SLICK */

.hide-slides-before-init:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}

.slick-visible .slick-list {
	overflow: visible;
}

.btn-slick.disabled {
	border-color: transparent;
	opacity: 0.5;
}

/* WYSIWYG */

.wysiwyg p {
	line-height: 1.65;
}

.wysiwyg.font-14 p {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
	margin-bottom: 0;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	line-height: 1.3;
	margin-bottom: 0.85rem;
}

.wysiwyg h2 {
	font-size: 2rem;
}

.wysiwyg h3 {
	font-size: 1.5rem;
}

.wysiwyg h4 {
	font-size: 1.25rem;
}

.wysiwyg h5 {
	font-size: 1.0625rem;
}

.wysiwyg h6 {
	font-size: 0.95rem;
	text-transform: uppercase;
}

.wysiwyg h2:not(:first-child),
.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child) {
	margin-top: 1.5em;
}

@media(max-width:767.98px){
	.wysiwyg h2 {
		font-size: 1.5rem;
	}

	.wysiwyg h3 {
		font-size: 1.25rem;
	}

	.wysiwyg h4 {
		font-size: 1.125rem;
	}

	.wysiwyg h5 {
		font-size: 1rem;
	}

	.wysiwyg h6 {
		font-size: 0.9rem;
	}
}

.wysiwyg a:not(.btn) {
	color: #000;
	text-decoration: underline;
}

.bg-primary .wysiwyg a:not(.btn) {
	color: #ECF8F4;
}

.wysiwyg img {
	border-radius: 5px;
}

.wysiwyg ul {
	list-style: none;
	padding: 0;
}

.wysiwyg ul > li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 1rem;
}

.wysiwyg ol > li {
	margin-bottom: 1rem;
}

.wysiwyg ul > li:before {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 1em;
	margin-top: -5px;
	background-color: #014734;
}

.wysiwyg hr {
	border: 0;
	border-top: 1px solid #D5E0E3;
	margin: 2rem 0;
	opacity: 1;
}

.wysiwyg blockquote {
	border-left: 4px solid #014734;
	color: #3d484c;
	margin: 2rem 0;
	padding: 0.25rem 0 0.25rem 1.25rem;
}

.wysiwyg :not(pre) > code {
	background-color: #fcfcf6;
	border: 1px solid #eef1c7;
	border-radius: 4px;
	color: #014734;
	font-size: 0.875em;
	font-weight: 700;
	font-family: monospace;
	padding: 0.1em 0.35em;
	overflow-wrap: anywhere;
	white-space: normal;
}

.wysiwyg kbd {
	background-color: #152131;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.18);
	color: #fff;
	font-size: 0.825em;
	padding: 0.1em 0.4em;
}

.wysiwyg pre {
	background-color: #101923;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 8px;
	color: #EAF2EF;
	font-size: 0.9375rem;
	line-height: 1.65;
	margin: 2rem 0;
	overflow: auto;
	padding: 1.25rem;
	tab-size: 4;
	-webkit-overflow-scrolling: touch;
}

.wysiwyg pre code {
	background-color: transparent;
	border: 0;
	color: inherit;
	display: block;
	font-size: inherit;
	font-weight: 400;
	overflow-wrap: normal;
	padding: 0;
	white-space: pre;
}

.wysiwyg div.code-toolbar {
	margin: 2rem 0;
	position: relative;
}

.wysiwyg div.code-toolbar > pre {
	margin: 0;
	padding-top: 3.5rem;
}

.wysiwyg div.code-toolbar > .toolbar {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 0.5rem;
	opacity: 1;
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	top: 0.75rem;
	z-index: 2;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 0.75rem;
}

.wysiwyg div.code-toolbar > .toolbar .toolbar-item {
	display: inline-flex;
}

.wysiwyg div.code-toolbar .toolbar-item > a,
.wysiwyg div.code-toolbar .toolbar-item > button,
.wysiwyg div.code-toolbar .toolbar-item > span {
	align-items: center;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 4px;
	color: #EAF2EF;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	min-height: 28px;
	padding: 0.35rem 0.55rem;
	text-decoration: none;
}

.wysiwyg div.code-toolbar .toolbar-item > span {
	background-color: rgba(255,255,255,0.05);
  	border-color: transparent;
}

.wysiwyg div.code-toolbar > .toolbar button {
	cursor: pointer;
}

.wysiwyg div.code-toolbar > .toolbar button:hover,
.wysiwyg div.code-toolbar > .toolbar button:focus {
	background-color: rgba(255,255,255,0.18);
	outline: 0;
}

.wysiwyg .token.comment,
.wysiwyg .token.prolog,
.wysiwyg .token.doctype,
.wysiwyg .token.cdata {
	color: #8ca7a3;
}

.wysiwyg .token.punctuation {
	color: #C8D6D4;
}

.wysiwyg .token.property,
.wysiwyg .token.tag,
.wysiwyg .token.constant,
.wysiwyg .token.symbol,
.wysiwyg .token.deleted {
	color: #FF8A95;
}

.wysiwyg .token.boolean,
.wysiwyg .token.number {
	color: #F7C66F;
}

.wysiwyg .token.selector,
.wysiwyg .token.attr-name,
.wysiwyg .token.string,
.wysiwyg .token.char,
.wysiwyg .token.builtin,
.wysiwyg .token.inserted {
	color: #A8E07A;
}

.wysiwyg .token.operator,
.wysiwyg .token.entity,
.wysiwyg .token.url {
	color: #79D7FF;
}

.wysiwyg .token.atrule,
.wysiwyg .token.attr-value,
.wysiwyg .token.keyword {
	color: #C9A6FF;
}

.wysiwyg .token.function,
.wysiwyg .token.class-name {
	color: #FFD166;
}

.wysiwyg .token.regex,
.wysiwyg .token.important,
.wysiwyg .token.variable {
	color: #FFB86C;
}

.wysiwyg .token.important,
.wysiwyg .token.bold {
	font-weight: 700;
}

.wysiwyg .token.italic {
	font-style: italic;
}

.wysiwyg table {
	background-color: #fff;
	border: 1px solid #D5E0E3;
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 2rem 0;
	overflow: hidden;
	width: 100%;
}

.wysiwyg table th,
.wysiwyg table td {
	border-bottom: 1px solid #E6ECEE;
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: top;
}

.wysiwyg table th {
	background-color: #F4F7F8;
	color: #152131;
	font-weight: 800;
}

.wysiwyg table tbody tr:nth-child(even) td {
	background-color: #FAFBF8;
}

.wysiwyg table tr:last-child th,
.wysiwyg table tr:last-child td {
	border-bottom: 0;
}

.wysiwyg table code {
	font-size: 0.86em;
}

@media(max-width:767.98px){
	.wysiwyg pre {
		font-size: 0.875rem;
	}

	.wysiwyg table {
		display: block;
		overflow-x: auto;
	}

	.wysiwyg table th,
	.wysiwyg table td {
		min-width: 160px;
	}
}

/* DOCUMENTATION */

.docs-section-card {
	border: 1px solid #d5e0e3;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
}

.docs-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.docs-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.docs-breadcrumb a:hover {
	color: #014734;
}

.docs-sidebar {
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	padding-right: 0.5rem;
}

.docs-sidebar-block + .docs-sidebar-block {
	border-top: 1px solid rgba(0,0,0,0.12);
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.docs-sidebar-section + .docs-sidebar-section {
	margin-top: 1rem;
}

.docs-sidebar-section-title {
	color: #6f7578;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.docs-sidebar-section-title a {
	color: inherit;
	text-decoration: none;
}

.docs-sidebar-section-title a:hover {
	color: #014734;
}

.docs-sidebar-link {
	color: #1d2124;
	display: block;
	line-height: 1.4;
	padding: 0.35rem 0;
	text-decoration: none;
}

.docs-sidebar-link:hover,
.docs-sidebar-link.is-active {
	color: #014734;
}

.docs-sidebar-link.is-active {
	border-left: 3px solid #014734;
	font-weight: 700;
	padding-left: 0.75rem;
}

.docs-sidebar-home-link {
	font-weight: 700;
	margin-bottom: 1rem;
}

.docs-sidebar-toc-link {
	font-size: 0.9375rem;
}

.docs-sidebar-toc-link-level-3 {
	font-size: 0.875rem;
	padding-left: 1rem;
}

.docs-content h2[id],
.docs-content h3[id] {
	scroll-margin-top: 120px;
}

.docs-content h2:not(:first-child) {
	margin-top: 1em;
}

@media(max-width:991.98px){
	.docs-sidebar {
		max-height: none;
		overflow: visible;
	}
}

/* MODALS */

.modal-video-close {
	position: absolute;
	top: -16px;
	right: -16px;
	background-color: #000;
	padding: 8px;
}

@media(min-width:768px){
	.modal-video-close {
		top: -28px;
		right: -28px;
		padding: 20px;
	}
}

/* ACCORDION */

.accordion-item.active .accordion-link {
	
}

/* OTHER */

.btn-admin-edit {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate3d(25%,-25%,0);
}

.btn-admin-edit.start-0 {
	right: auto;
	transform: translate3d(-25%,-25%,0);
}

.global-alert {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	left: 50%;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(33, 33, 33, 0.8);
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	transform: translate3d(-50%,50px,0);
	transition: 0.5s;
	opacity: 0;
}

.global-alert.ready {
	transform: translate3d(-50%,0,0);
	opacity: 1;
}

@keyframes loading_empty_content {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.loading-empty-line {
	border-radius: 4px;
	animation: loading_empty_content 2s linear infinite;
}

.loading-empty-line:nth-child(2n){
	animation: loading_empty_content 2.5s linear infinite;
}

.loading-empty-image {
	animation: loading_empty_content 3s linear infinite;
}

/* SCROLL APPEARANCE EFFECTS */

.sfx {
	transition: 0.25s transform, 0.25 opacity;
	transition-delay: 0s;
}

.sfx-box.sfx-viewport .sfx {
	transition: 0.5s transform, 0.5s opacity;
}

.sfx-box.sfx-viewport .sfx.d-01 {
	transition-delay: 0.25s;
}

.sfx-box.sfx-viewport .sfx.d-02 {
	transition-delay: 0.5s;
}

.sfx-box.sfx-viewport .sfx.d-03 {
	transition-delay: 0.75s;
}

.sfx-box.sfx-viewport .sfx.d-04 {
	transition-delay: 1.0s;
}

.sfx.fx-fade {
	opacity: 0;
}

.sfx.fx-fade-top {
	transform: translateY(-30px);
	opacity: 0;
}

.sfx.fx-fade-bottom {
	transform: translateY(30px);
	opacity: 0;
}

.sfx.fx-fade-right {
	transform: translateX(30px);
	opacity: 0;
}

.sfx.fx-fade-left {
	transform: translateX(-30px);
	opacity: 0;
}

.sfx-box.sfx-viewport .sfx.fx-fade {
	opacity: 1;
}

.sfx-box.sfx-viewport .sfx.fx-fade-top,
.sfx-box.sfx-viewport .sfx.fx-fade-bottom {
	transform: translateY(0);
	opacity: 1;
}

.sfx-box.sfx-viewport .sfx.fx-fade-right,
.sfx-box.sfx-viewport .sfx.fx-fade-left {
	transform: translateX(0);
	opacity: 1;
}

.sfx.fx-scale {
	transform: scale(0);
}

.sfx-box.sfx-viewport .sfx.fx-scale {
	transform: scale(1);
}
