:root {
	--nectar-accent-color: #0066ff;
	--nectar-extra-color-1: #f3695f;
	--nectar-extra-color-2: #373737;
	--nectar-extra-color-3: #737373;
	--primary-font: 'Poppins', sans-serif;
	--max-container: 1260px;
}

* {
	-webkit-tap-highlight-color: transparent;
}

.otgs-development-site-front-end,
.grecaptcha-badge {
	display: none;
}

.no-scroll {
	overflow: hidden;
}

@media only screen and (min-width: 1000px) {

	.container,
	body[data-header-format="left-header"] .container,
	.woocommerce-tabs .full-width-content .tab-container,
	.nectar-recent-posts-slider .flickity-page-dots,
	.post-area.standard-minimal.full-width-content .post .inner-wrap,
	.material #search-outer #search {
		padding: 0;
	}

	#header-outer[data-format=centered-menu] .logo-spacing {
		width: 0;
	}
}

@media only screen and (min-width: 320px) {

	.container,
	body[data-header-format="left-header"] .container,
	.woocommerce-tabs .full-width-content .tab-container,
	.nectar-recent-posts-slider .flickity-page-dots,
	.post-area.standard-minimal.full-width-content .post .inner-wrap,
	.material #search-outer #search {
		max-width: var(--max-container) !important;
	}

	#header-outer header .container {
		max-width: var(--max-container) !important;
	}

	.stretch-content {
		max-width: var(--max-container) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

	.container,
	body[data-header-format="left-header"] .container,
	.woocommerce-tabs .full-width-content .tab-container,
	.nectar-recent-posts-slider .flickity-page-dots,
	.post-area.standard-minimal.full-width-content .post .inner-wrap,
	.material #search-outer #search {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* --- Typography --- */

.text-5xl {
	font-size: 3.815rem !important;
	line-height: 1.15 !important;
}

.text-4xl {
	font-size: 3.052rem !important;
	line-height: 1.15 !important;
}

.text-3xl {
	font-size: 2.441rem !important;
	line-height: 1.15 !important;
}

.text-2xl {
	font-size: 1.953rem !important;
	line-height: 1.15 !important;
}

.text-xl {
	font-size: 1.563rem !important;
	line-height: 1.15 !important;
}

.text-lg {
	font-size: 1.25rem !important;
	line-height: 1.15 !important;
}

.text-base {
	font-size: 16px !important;
	line-height: 1.6 !important;
}

.text-sm,
.paragraph-small {
	font-size: 0.8rem !important;
	line-height: 1.6 !important;
}

.text-xs,
.paragraph-light {
	font-size: 0.64rem !important;
	line-height: 1.6 !important;
}

.text-xxs,
.paragraph-thin {
	font-size: 0.56rem !important;
	line-height: 1.6 !important;
}

.text-regular {
	font-weight: 400 !important;
}

.text-medium {
	font-weight: 500 !important;
}

.text-semibold {
	font-weight: 600 !important;
}

.text-bold {
	font-weight: 700 !important;
}

/* --- Buttons --- */

.btn-primary {
	appearance: none;
	border: none;
	outline: none;
	display: inline-block;
	border-radius: 8px !important;
	min-height: 3em;
	min-width: 250px;
	padding: 15px 22px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: var(--nectar-accent-color);
	transition: all 0.3s ease-in-out;
}

.btn-primary.secondary {
	background-color: var(--nectar-extra-color-3);
}

.btn-primary:hover {
	color: #fff;
	background-color: #32373c;
}

@media only screen and (max-width: 480px) {
	.btn-primary {
		width: 100%;
	}
}

/* --- Inputs --- */

.form-control {
	position: relative;
	overflow: hidden;
}

.form-control input,
.form-control select {
	width: 100% !important;
	height: 52.7px;
	background-color: transparent !important;
	border: 1px solid rgba(18, 18, 18, .7) !important;
	border-radius: 8px !important;
	color: rgba(18, 18, 18, .7) !important;
	font-size: 16px !important;
	line-height: 24px !important;
	padding: 1.0588235294rem .9411764706rem 0 .9411764706rem !important;
	height: 52px !important;
}

.form-control select {
	appearance: none;
	padding-right: 2.2rem !important;
}

.form-control select:hover {
	cursor: pointer;
}

.form-control input:focus,
.form-control textarea:focus {
	box-shadow: none !important;
	border-color: var(--nectar-accent-color) !important;
}

.form-control textarea {
	width: 100% !important;
	background-color: transparent !important;
	border: 1px solid rgba(18, 18, 18, .7) !important;
	border-radius: 8px !important;
	color: rgba(18, 18, 18, .7) !important;
	font-size: 16px !important;
	line-height: 24px !important;
	padding: .75em 1em !important;
	min-height: 120px;
}

.form-control label {
	position: absolute;
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 400 !important;
	white-space: nowrap !important;
	color: rgba(18, 18, 18, .7);
	top: 17px !important;
	left: 1rem !important;
	pointer-events: none !important;
	transform: translateY(0) scale(1) !important;
	transform-origin: left;
	transition: all 0.2s ease-in-out;
}

.form-control.is-fill label {
	transform: translateY(-10px) scale(0.75) !important;
}

.form-control.woocommerce-invalid label,
.form-control label .required {
	text-decoration: none;
	color: var(--nectar-extra-color-1) !important;
}

.form-control textarea.error,
.form-control input.error {
	border-color: var(--nectar-extra-color-1) !important;
}

.form-control:has(input.error) label,
.form-control:has(textarea.error) label {
	color: var(--nectar-extra-color-1) !important;
}

.form-control span.error {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: var(--nectar-extra-color-1);
}

.form-control input[type="password"] {
	padding-right: 2.5em !important;
}

.form-control .password-input .show-password-input {
	top: 25px !important;
	right: 1em !important;
}

.form-control .password-input .show-password-input::after {
	margin: 0 !important;
	transition: all 0.2s ease-in-out;
}

.form-control .password-input .show-password-input:hover::after {
	color: var(--nectar-accent-color);
}

.form-control svg {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	pointer-events: none;
}

.form-control .legend {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
}

.form-control abbr,
.form-control span.optional {
	opacity: 0;
}

.form-control.woocommerce-invalid input {
	border-color: #f3695f !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
	color: #373737;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	border-color: var(--nectar-accent-color);
	outline: none !important;
	outline-offset: 0 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: var(--nectar-accent-color) !important;
}

.form-control-checkbox {
	line-height: 0;
}

.form-control-checkbox label {
	display: inline-flex !important;
	gap: .75em;
}

.form-control-checkbox input {
	appearance: none;
	background-color: #fff;
	border: 1px solid rgba(25, 23, 17, .48);
	border-radius: 4px;
	font-size: 1em;
	line-height: 1.5em;
	min-height: 1.5em;
	min-width: 1.5em;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	color: var(--nectar-accent-color);
	margin-right: 0 !important;
	display: inline-block !important;
	margin: 0 !important;
}

.form-control-checkbox input:focus {
	border-color: var(--nectar-accent-color);
}

.form-control-checkbox input:hover,
.form-control-checkbox label:hover {
	cursor: pointer;
}

.form-control-checkbox.small input {
	font-size: 0.8em;
	line-height: 1.1em;
	min-height: 1.1em;
	min-width: 1.1em;
}

.form-control-checkbox label span {
	font-size: 16px;
	line-height: 26px;
	color: #373737;
}

.form-control-checkbox input:checked::before {
	content: url("data:image/svg+xml,%3Csvg width='17' height='17' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%230066ff'/%3E%3C/svg%3E");
}

.form-control-checkbox.small input:checked::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%230066ff'/%3E%3C/svg%3E");
}

.form-control-checkbox input.error:not(:checked),
.form-control-checkbox.woocommerce-invalid input {
	border-color: #f3695f;
	outline: none !important;
}

.form-control-checkbox:has(input.error:not(:checked)) span,
.form-control-checkbox.woocommerce-invalid span {
	color: #f3695f;
}

/* --- Footer Copyrights --- */

.copyrights {
	margin-bottom: 0 !important;
}

.copyrights .wrapper {
	display: flex;
	justify-content: space-between;
}

.copyrights .copy-text,
.copyrights .developer-text {
	color: var(--nectar-extra-color-3);
}

.copyrights span {
	display: inline-block;
}

.copyrights .links {
	margin-top: 5px;
}

.copyrights .links a,
.copyrights .developer-text a {
	color: var(--nectar-extra-color-2);
	white-space: nowrap;
}

.copyrights .links a:hover,
.copyrights .developer-text a:hover {
	color: var(--nectar-accent-color);
}

@media only screen and (max-width: 690px) {
	.copyrights .wrapper {
		flex-direction: column;
	}

	.copyrights .column-2 {
		margin-top: 15px;
	}
}

/* --- Customer Support --- */

.customer-support {
	margin-bottom: 0 !important;
	display: flex;
	justify-content: flex-end;
}

.customer-support .wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.customer-support .picture {
	width: 45px;
	height: 45px;
}

.customer-support .text {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.customer-support .text .text-label {
	font-weight: 500;
}

@media only screen and (max-width: 1000px) {
	.customer-support {
		justify-content: flex-start;
	}
}

/* --- Archive Shop --- */

.archive-shop {
	margin-bottom: 0 !important;
}

.archive-shop .categories,
.archive-shop .subcategories {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
}

.archive-shop .categories .category,
.archive-shop .subcategories .category {
	list-style: none;
	overflow: hidden;
	position: relative;
}

.archive-shop .subcategories input[type="radio"],
.archive-shop .categories input[type="radio"] {
	position: absolute;
	left: -3000px;
}

.archive-shop .categories .category span {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--nectar-extra-color-2);
	transition: all 0.3s ease-in-out;
}

.archive-shop .categories .category:hover span,
.archive-shop .subcategories .category:hover span {
	cursor: pointer;
}

.archive-shop .categories .category:hover span,
.archive-shop .categories .category.active span,
.archive-shop .subcategories .category:hover span,
.archive-shop .subcategories .category.active span {
	color: var(--nectar-accent-color);
}

.archive-shop .subcategories {
	margin-top: 20px;
}

.archive-shop .subcategories .category span {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--nectar-extra-color-2);
	transition: all 0.3s ease-in-out;
}

/* --- Certification Footer --- */

.certifications {
	margin-bottom: 0 !important;
}

.certifications .wrapper img {
	margin-bottom: 0;
	height: 60px;
}

/* --- Social Networks - Footer --- */

.footer-social-networks .inner {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

.footer-social-networks a {
	color: #737373;
	line-height: 0;
}

.footer-social-networks a:hover {
	color: var(--nectar-accent-color);
}

@media only screen and (max-width: 690px) {
	.footer-social-networks .inner {
		justify-content: flex-start;
	}
}

/* --- Menus Footer --- */

.menu-footer .widgettitle {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 3%;
	color: var(--nectar-accent-color);
	margin: 0;
}

.menu-footer ul.menu {
	margin: 0;
}

.menu-footer ul.menu li {
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	color: #737373;
	margin-top: 10px;
}

/* --- Contacts Footer --- */

.contacts-footer {
	margin-bottom: 0 !important;
}

.contacts-footer h4.widgettitle {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	max-width: 365px;
}

.contacts-footer ul.contacts-list {
	margin: 0;
}

.contacts-footer ul.contacts-list li {
	list-style: none;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 25px;
}

.contacts-footer ul.contacts-list li span {
	display: block;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 3%;
	text-transform: uppercase;
	color: var(--nectar-accent-color);
}

.contacts-footer ul.contacts-list li a {
	white-space: nowrap;
	color: #373737;
}

.contacts-footer ul.contacts-list li a:hover {
	color: var(--nectar-accent-color);
}

/* --- Search Header --- */

body.material #search-outer #search #close {
	right: 15px !important;
}

body.material #search-outer #search #search-box input[type="text"] {
	border-bottom-width: 1px;
	text-transform: none;
	font-weight: 600;
}

body[data-header-color="custom"] #search-outer #search .span_12 span {
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
}

@media only screen and (max-width: 690px) {
	body.material #search-outer #search #search-box input[type="text"] {
		font-size: 22px;
		line-height: 34px;
	}
}

/* --- Search Page --- */

body.search-results .container-wrap .main-content {
	padding-top: 40px;
}

body.search-no-results[data-header-resize] .container-wrap {
	padding: 40px 0;
}

/* --- My Account Pro Request --- */

.my-account-request-pro {
	position: relative;
}

.my-account-request-pro form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 12px;
}

.my-account-request-pro .form-row:nth-child(1),
.my-account-request-pro .form-row:nth-child(4) {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.my-account-request-pro .form-row:nth-child(1) .form-control,
.my-account-request-pro .form-row:nth-child(4) .form-control {
	flex: 1 1 calc(50% - 6px);
	max-width: calc(50% - 6px);
}

.my-account-request-pro .form-row:nth-child(5),
.my-account-request-pro .form-row:last-child {
	margin-top: 25px;
}

body .my-account-request-pro form button.btn-primary {
	border-radius: 8px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

body .my-account-request-pro .wrapper form button.btn-primary:hover {
	transform: translateY(0) !important;
	box-shadow: none !important;
	background-color: #32373c !important;
}

.contact-form .message-container,
.my-account-request-pro .message-container,
.tiedra-form .message-container {
	padding: 18px 36px 18px 10px;
	border-radius: 8px;
	background-color: var(--nectar-accent-color);
	color: #fff;
	margin-bottom: 36px;
}

.contact-form .message-container p,
.my-account-request-pro .message-container p,
.tiedra-form .message-container p {
	padding: 0;
}

.contact-form .block-overlay,
.my-account-request-pro .block-overlay,
.tiedra-form .block-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.6;
	cursor: default;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

.contact-form .block-overlay::before,
.my-account-request-pro .block-overlay::before,
.tiedra-form .block-overlay::before {
	content: "";
	height: 36px;
	width: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	z-index: 1001;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	animation: spin 1s ease-in-out infinite;
	background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%230066ff'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 690px) {
	.my-account-request-pro .form-row:nth-child(1) .form-control,
	.my-account-request-pro .form-row:nth-child(4) .form-control {
		flex-basis: 100%;
		max-width: 100%;
	}

	body .contact-form form button.btn-primary,
	body .my-account-request-pro form button.btn-primary {
		width: 100% !important;
	}
}

/* --- Block: Icon with Text --- */

.block-icon-text .wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}

/* --- Posts Grid --- */

.grid-posts {
	margin-bottom: 0 !important;
}

.grid-posts .text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 6px;
}

.grid-posts .text-wrapper > span {
	color: var(--nectar-accent-color);
}

.grid-posts .text-wrapper > h2 {
	margin-bottom: 0;
}

.grid-posts .text-wrapper > a {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.grid-posts .posts-container {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

.grid-posts .posts-container > a {
	flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.grid-posts .posts-container > a:first-child {
	flex: 1 1 100%;
  max-width: 100%;
}

@media only screen and (max-width: 690px) {
	.grid-posts .posts-container > a {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* --- Card: Article --- */

.card-article {
	display: grid;
	align-items: flex-end;
}

.card-article .img-holder,
.card-article .text-wrapper {
	grid-row: 1;
	grid-column: 1;
}

.card-article .img-holder {
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
	z-index: 0;
	height: 420px;
	display: flex;
	align-items: center;
	justify-items: center;
}

.card-article .img-holder img {
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0;
	object-fit: cover;
	object-position: center;
	transform-origin: center;
	transition: transform 0.2s ease-in-out;
}

.card-article:hover .img-holder img {
	transform: scale(1.1);
}

.card-article .img-holder::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 85%);
}

.card-article.wide .img-holder {
	height: 620px;
}

.card-article .text-wrapper {
	padding: 30px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 8px;
	max-width: 460px;
}

.card-article.wide .text-wrapper {
	max-width: 780px;
	padding: 45px;
}

.card-article .text-wrapper h4 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-article .text-wrapper .terms {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.card-article .text-wrapper .date {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.card-article .text-wrapper,
	.card-article.wide .text-wrapper {
		padding: 30px;
	}

	.card-article .text-wrapper .terms,
	.card-article.wide .text-wrapper .terms {
		font-size: 0.8rem !important;
	}

	.card-article .text-wrapper h4,
	.card-article.wide .text-wrapper h4 {
		font-size: 1.25rem !important;
	}

	.card-article .text-wrapper .date,
	.card-article.wide .text-wrapper .date {
		font-size: 0.8rem !important;
	}

	.card-article .img-holder,
	.card-article.wide .img-holder {
		height: 320px;
	}
}

@media only screen and (max-width: 480px) {
	.card-article .text-wrapper,
	.card-article.wide .text-wrapper {
		padding: 25px;
	}
}

/* --- Card: Article Small --- */

.card-article-small {
	border-radius: 25px;
	overflow: hidden;
	background-color: #F7FAFD;
	display: flex;
	flex-direction: column;
}

.card-article-small .img-holder {
	height: 230px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.card-article-small .img-holder img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0;
	transition: transform 0.2s ease-in-out;
}

.card-article-small:hover .img-holder img {
	transform: scale(1.05);
}

.card-article-small .text-wrapper {
	flex: 1;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-article-small .text-wrapper .terms {
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 500;
}

.card-article-small .text-wrapper h4 {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-bottom: 45px;
}

.card-article-small .text-wrapper .date {
	font-weight: 500;
	color: var(--nectar-extra-color-2);
}

/* --- Contact Form --- */

.contact-form .wrapper {
	padding: 45px 45px 60px 45px;
	border-radius: 25px;
	background-color: #F7FAFD;
}

.contact-form .header {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}

.contact-form .header > span {
	color: var(--nectar-accent-color);
}

.contact-form form.form-container {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	margin-top: 25px;
}

.contact-form form.form-container .form-row:nth-child(5),
.contact-form form.form-container .form-row:last-child {
	margin-top: 25px;
}

.contact-form form button.btn-primary {
	width: max-content;
	border-radius: 8px !important;
}

body .contact-form .wrapper form button.btn-primary:hover {
	transform: translateY(0) !important;
	box-shadow: none !important;
	background-color: #32373c !important;
}

.contact-form form button.btn-primary:disabled {
	opacity: 0.5;
}

.contact-form form button.btn-primary:disabled:hover {
	cursor: not-allowed;
}

@media only screen and (max-width: 690px) {
	.contact-form .wrapper {
		padding: 40px 25px;
	}
}

@media only screen and (max-width: 480px) {
	.contact-form form button.btn-primary {
		width: 100%;
	}
}

/* --- Block Map --- */

.block-map {
	overflow: hidden;
	border-radius: 25px;
}

.block-map .wrapper {
  margin: 0;
  padding: 0;
	height: 25vw;
  min-height: 380px;
	max-height: 480px;
}

/* --- Infowindow Map --- */

.infowindow-map {
  width: 300px;
  padding: 15px 50px 15px 15px;
  background-color: #fff;
}

.infowindow-map h6 {
  font-size: 18px;
  line-height: 1.3em;
  color: var(--nectar-extra-color-2);
  margin-bottom: 0;
}

.infowindow-map a {
  width: max-content;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  color: var(--nectar-accent-color) !important;
  transition: all 0.2s ease-in-out;
}

.infowindow-map a:hover {
  gap: 12px;
  color: var(--nectar-extra-color-2) !important;
}

.infowindow-map a svg {
  width: 18px;
  height: 18px;
}

/* --- Single Post --- */

.single-post-page > .container {
	padding-block: 85px;
}

.single-post-page .header,
.single-post-page .featured-image > span,
.single-post-page .post-content,
.single-post-page .post-footer,
.single-post-page .equipments h3,
.single-post-page .other-posts {
	max-width: 943px;
	margin-inline: auto;
}

.single-post-page .category-wrapper {
	margin-bottom: 10px;
	color: var(--nectar-accent-color);
}

.single-post-page .category-wrapper > a:hover {
	color: var(--nectar-extra-color-2);
}

.single-post-page .header h1 {
	margin-bottom: 0;
}

.single-post-page .header > span {
	display: block;
	margin-top: 10px;
	color: var(--nectar-extra-color-3);
}

.single-post-page .featured-image,
.single-post-page .video-wrapper,
.single-post-page .equipments {
	max-width: 1050px;
	margin-inline: auto;
	margin-top: 45px;
}

.single-post-page .featured-image .img-holder {
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	height: 540px;
}

.single-post-page .featured-image .img-holder img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.single-post-page .featured-image > span {
	display: block;
	margin-top: 10px;
	color: var(--nectar-extra-color-3);
}

.single-post-page .post-content,
.single-post-page .post-footer {
	margin-top: 45px;
}

.single-post-page .video-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.single-post-page .video-wrapper iframe {
	overflow: hidden;
	border-radius: 25px;
}

.single-post-page .post-footer .share {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.single-post-page .post-footer .share a {
	line-height: 0;
  color: var(--nectar-extra-color-2);
}

.single-post-page .post-footer .share a:hover {
	color: var(--nectar-accent-color);
}

.single-post-page .equipments,
.single-post-page .other-posts {
	margin-top: 65px;
}

.single-post-page .equipments > .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 45px;
}

.single-post-page .other-posts > .wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 45px;
}

.single-post-page .equipments > .wrapper .card-equipment {
	flex: 1 1 calc(33.333% - (40px / 3));
	max-width: calc(33.333% - (40px / 3));
}

.single-post-page .other-posts > .wrapper .card-landscape {
	padding-block: 35px;
}

.single-post-page .other-posts > .wrapper .card-landscape:first-child {
	padding-top: 0;
}

.single-post-page .other-posts > .wrapper .card-landscape:last-child {
	padding-bottom: 0;
}

.single-post-page .other-posts > .wrapper .card-landscape:not(:last-child) {
	border-bottom: 1px solid rgba(55, 55, 55, 0.3);
}

@media only screen and (max-width: 1000px) {
	.single-post-page .equipments > .wrapper .card-equipment {
		flex: 1 1 100%;
		max-width: 100%;
		height: 50vw;
	}
}

/* --- Card Equipment --- */

.card-equipment {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 302px;
	min-height: 302px;
}

.card-equipment .img-holder {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-equipment .img-holder::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 85%);
	z-index: 1;
}

.card-equipment .img-holder img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transform-origin: center;
	transition: transform 0.3s ease-in-out;
}

.card-equipment:hover .img-holder img {
	transform: scale(1.1);
}

.card-equipment .top-wrapper,
.card-equipment .bottom-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	padding: 25px;
}

.card-equipment .top-wrapper {
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-equipment .top-wrapper > span {
	color: var(--nectar-extra-color-1);
}

.card-equipment .top-wrapper .terms {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
	align-items: center;
	line-height: 1;
}

.card-equipment .top-wrapper .terms > span {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 25px;
	background-color: var(--nectar-accent-color);
	color: white;
	line-height: 1 !important;
	white-space: nowrap;
	font-weight: 500;
}

.card-equipment .bottom-wrapper {
	bottom: 0;
}

.card-equipment .bottom-wrapper > span {
	margin-bottom: 4px;
	color: white;
}

.card-equipment .bottom-wrapper h5 {
	color: white;
	font-weight: 600;
}

/* --- Card Media Landscape --- */

.card-landscape {
	display: flex;
	gap: 20px;
	align-items: center;
}

.card-landscape .img-holder {
	width: 100%;
	max-width: 195px;
	height: 95px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.card-landscape .img-holder img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0;
	transition: transform 0.3s ease-in-out;
}

.card-landscape:hover .img-holder img {
	transform: scale(1.05);
}

.card-landscape .text-wrapper {
	flex: 1;
}

.card-landscape .text-wrapper .terms {
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-landscape .text-wrapper h4 {
	margin-bottom: 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-landscape .text-wrapper .date {
	color: var(--nectar-extra-color-2);
	margin-top: 4px;
}

@media only screen and (max-width: 480px) {
	.card-landscape .img-holder {
		max-width: 95px;
	}
}

/* --- Archive: Page --- */

.archive-page > .wrapper > .container {
	padding-block: 85px;
}

.archive-page .header {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.archive-page .header > div:first-child {
	flex: 1 1 calc(58.333% - 10px);
	max-width: calc(58.333% - 10px);
}

.archive-page .header > div:last-child {
	flex: 1 1 calc(41.666% - 10px);
	max-width: calc(41.666% - 10px);
}

.archive-page .archive-filters,
.archive-page .posts-grid {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.archive-page .archive-filters.subfilters {
	margin-top: 20px;
}

.archive-page .posts-grid > .card-article {
	flex: 1 1 100%;
	max-width: 100%;
}

.archive-page .posts-grid > .card-article-small {
	flex: 1 1 calc(33.333% - (40px / 3));
	max-width: calc(33.333% - (40px / 3));
}

.archive-page .posts-grid .archive-navigation {
  width: 100%;
}

.archive-page .load-more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.load-more button {
	font-family: var(--primary-font);
	appearance: none;
	border: none;
	background-color: transparent;
	display: inline-flex;
	column-gap: 6px;
	font-weight: 500;
	color: var(--nectar-accent-color);
	padding: 8px;
}

.load-more button:hover {
	cursor: pointer;
	color: var(--nectar-extra-color-2);
}

@media only screen and (max-width: 1000px) {
	.archive-page .header > div:first-child,
	.archive-page .header > div:last-child {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.archive-page .archive-filters.subfilters {
		margin-top: 10px;
	}

	.archive-page .posts-grid > .card-article-small {
		flex: 1 1 calc(50% - (20px / 2));
		max-width: calc(50% - (20px / 2));
	}
}

@media only screen and (max-width: 690px) {
	.archive-page .posts-grid > .card-article-small {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* --- Archive: Equipments --- */

.archive-page .posts-grid .card-equipment {
	flex: 1 1 calc(33.333% - (40px / 3));
	max-width: calc(33.333% - (40px / 3));
}

.archive-page .simple-loader {
	margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
	.archive-page .posts-grid .card-equipment {
		flex: 1 1 calc(50% - (20px / 2));
		max-width: calc(50% - (20px / 2));
	}
}

@media only screen and (max-width: 690px) {
	.archive-page .posts-grid .card-equipment {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* --- Archive: Filters --- */

.archive-filters .filters-wrapper {
  overflow: hidden;
}

.archive-filters .filters-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.archive-filters .filter-item {
  color: var(--nectar-extra-color-2);
  white-space: nowrap;
	font-weight: 500;
}

.archive-filters.tag .filter-item {
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 4px;
  line-height: 0;
}

.archive-filters .filter-item.current,
.archive-filters .filter-item:hover {
  color: var(--nectar-accent-color);
}

@media only screen and (max-width: 1000px) {
  .archive-filters .filters-wrapper {
    margin-inline: -20px;
  }

  .archive-filters .filters-stack {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 8px 20px;
    padding: 8px 20px;
  }

  .archive-filters .filters-stack::-webkit-scrollbar {
    display: none;
  }
}

/* --- Archive: Navigation --- */

.archive-navigation,
.archive-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.archive-navigation .page-numbers {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--nectar-extra-color-2);
}

.archive-navigation a.page-numbers:hover,
.archive-navigation .page-numbers.current {
  color: var(--nectar-accent-color);
}

.archive-navigation .prev,
.archive-navigation .next {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  height: 24px;
}

/* --- Simple Loader --- */

.simple-loader {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.simple-loader::before {
	content: "";
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 1;
	font-size: 2em;
	animation: spin 1s ease-in-out infinite;
	background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%230066ff'/%3E%3C/svg%3E");
}

/* --- Search page --- */

.search-page > .wrapper > .container {
	padding-block: 85px;
}

.search-page .header h1 {
	margin-bottom: 0;
}

.search-page .header span {
	display: block;
}

.search-page .header form {
	width: 100%;
	position: relative;
	margin-top: 25px;
}

.search-page .header form input {
	padding-right: 40px !important;
}

.search-page .header form button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: var(--nectar-extra-color-2);
	background-color: transparent !important;
	line-height: 0;
}

.search-page .header form button:hover {
	color: var(--nectar-accent-color);
}

.search-page .archive-not-found {
	width: 100%;
}

.search-page .archive-navigation {
	flex: 1 1 100%;
	max-width: 100%;
	margin-top: 25px;
}

.search-page .results {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 45px;
}

.search-page .results .card-search {
	flex: 1 1 calc(33.333% - (40px / 3));
	max-width: calc(33.333% - (40px / 3));
}

@media only screen and (max-width: 1000px) {
	.search-page .results .card-search {
		flex: 1 1 calc(50% - (20px / 2));
		max-width: calc(50% - (20px / 2));
	}
}

@media only screen and (max-width: 690px) {
	.search-page .results .card-search {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* --- Card: Search --- */

.card-search {
	border-radius: 25px;
	overflow: hidden;
	background-color: #F7FAFD;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 1px 5px 0px rgba(34,34,34,0.1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(34,34,34,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(34,34,34,0.1);
	min-height: 250px;
}

.card-search .img-holder {
	height: 230px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;
}

.card-search .img-holder img {
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0;
	transform-origin: center;
	transition: transform 0.2s ease-in-out;
}

.card-search:hover .img-holder img {
	transform: scale(1.1);
}

.card-search .img-holder.wide img {
	width: 100%;
}

.card-search .text-wrapper {
	flex: 1;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
}

.card-search .text-wrapper > span {
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
	text-transform: uppercase;
}

/* --- Single Equipment --- */

.single-equipment .related {
	margin-bottom: 85px;
}

.single-equipment .related .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 45px;
}

.single-equipment .related .grid .card-equipment {
	flex: 1 1 calc(33.333% - (40px / 3));
	max-width: calc(33.333% - (40px / 3));
}

.single-equipment .tabs {
	margin-bottom: 85px;
	transition: height 0.3s ease-in-out;
}

.single-equipment .tabs .tab-navigation {
	overflow: hidden;
}

.single-equipment .tabs .tab-navigation-stack {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	gap: 8px 20px;
	margin: 0;
}

.single-equipment .tabs ul > li {
	list-style: none;
}

.single-equipment .tabs li button {
	appearance: none;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	color: var(--nectar-extra-color-2);
	font-weight: 500;
}

.single-equipment .tabs li button:hover,
.single-equipment .tabs li button.current {
	color: var(--nectar-accent-color);
}

.single-equipment .tabs li button:hover {
	cursor: pointer;
}

.single-equipment .tabs .tab {
	margin-top: 35px;
}

.single-equipment .tab .download-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.single-equipment .tab .card-download {
	flex: 1 1 calc(25% - (60px / 4));
	max-width: calc(25% - (60px / 4));
}

.single-equipment .tab .video .wpb_video_widget {
	overflow: hidden;
	border-radius: 18px;
}

.single-equipment .cta {
	background-color: var(--nectar-accent-color);
	border-radius: 28px;
	min-height: 275px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 85px;
	margin-bottom: 85px;
	gap: 40px;
}

.single-equipment .cta > div {
	display: flex;
	gap: 25px;
}

.single-equipment .cta > div:first-child {
	flex: 1;
	align-items: center;
}

.single-equipment .cta > div:last-child {
	width: 200px;
	justify-content: flex-end;
}

.single-equipment .cta img {
	border: 3px solid white;
	border-radius: 65px;
	margin-bottom: 0;
}

.single-equipment .cta h5 {
	max-width: 465px;
	color: white;
}

.single-equipment .cta a {
	display: inline-block;
	padding: 13px 15px;
	min-width: 165px;
	font-weight: 500;
	text-align: center;
	background-color: white;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: all 0.3s ease-in-out;
}

.single-equipment .cta a:hover {
	border-color: white;
	background-color: transparent;
	color: white;
}

@media only screen and (max-width: 1000px) {
	.single-equipment .related .grid .card-equipment,
	.single-equipment .tab .card-download {
		flex: 1 1 calc(50% - (40px / 2));
		max-width: calc(50% - (40px / 2));
	}

	.single-equipment .cta {
		padding: 45px;
	}
}

@media only screen and (max-width: 690px) {
	.single-equipment .related .grid .card-equipment,
	.single-equipment .tab .card-download {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.single-equipment .cta > div:first-child {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}

	.single-equipment .cta {
		align-items: flex-end;
	}

	.single-equipment .cta a {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 690px) {
	.single-equipment .cta {
		flex-direction: column;
		padding: 65px;
	}

	.single-equipment .cta > div {
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.single-equipment .cta h5 {
		text-align: center;
		font-size: 1.563rem !important;
	}

	.single-equipment .cta a {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.single-equipment .cta {
		padding-inline: 30px;
	}
}

/* --- Single Equipment: Standard --- */

.single-equipment.standard .wrapper > .container::before,
.single-equipment.standard .wrapper > .container::after {
	display: none;
}

.single-equipment.standard .wrapper > .container {
	padding-block: 85px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.single-equipment.standard .gallery,
.single-equipment.standard .content {
	flex: 1 1 calc(50% - (60px / 2));
	max-width: calc(50% - (60px / 2));
}

.single-equipment.standard .gallery .swiper {
	width: 100%;
	height: auto;
	position: relative;
}

.single-equipment.standard .gallery .swiper .new-badge {
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 99;
	color: #fff;
	background-color: var(--nectar-extra-color-1);
	padding: 1px 8px;
	border-radius: 4px;
	pointer-events: none;
}

.single-equipment.standard .gallery .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35vw;
	min-height: 350px;
	max-height: 500px;
	overflow: hidden;
	border-radius: 25px;
}

.single-equipment.standard .gallery .swiper .swiper-slide:hover {
	cursor: grab;
}

.single-equipment.standard .gallery .swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 0;
}

.single-equipment.standard .gallery .thumbs {
	overflow-x: hidden;
	margin-top: 15px;
}

.single-equipment.standard .gallery .thumbs .thumbs-stack {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	gap: 10px;
	justify-content: center;
}

.single-equipment.standard .gallery .thumbs button {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	appearance: none;
	border: 2px solid transparent;
	border-radius: 6px !important;
	overflow: hidden;
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

.single-equipment.standard .gallery .thumbs button:hover {
	opacity: 1;
	cursor: pointer;
}

.single-equipment.standard .gallery .thumbs button.current {
	border-color: var(--nectar-accent-color);
	opacity: 1;
}

.single-equipment.standard .gallery .thumbs button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 0;
}

.single-equipment.standard .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

.single-equipment.standard .content.has-thumbs {
	padding-bottom: 60px;
}

.single-equipment.standard .content h1 > span {
	display: block;
	font-weight: 500;
}

.single-equipment.standard .content .terms-wrapper {
	color: var(--nectar-accent-color);
	padding-bottom: 0;
}

.single-equipment.standard .content .terms-wrapper a:hover {
	color: var(--nectar-extra-color-2);
}

.single-equipment.standard .content .description p {
	font-weight: 500;
	line-height: 1.6;
}

.single-equipment.standard .content .description p:last-child {
	padding-bottom: 0;
}

.single-equipment.standard .content ul.features {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.single-equipment.standard .content ul.features li {
	list-style: none;
	display: flex;
	column-gap: 10px;
}

.single-equipment.standard .content ul.features li svg {
	width: 20px;
}

.single-equipment.standard .content ul.features span {
	flex: 1;
}

@media only screen and (max-width: 1000px) {
	.single-equipment.standard .gallery,
	.single-equipment.standard .content {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.single-equipment.standard .gallery .swiper .swiper-slide {
		height: 70vw;
		min-height: 250px;
		max-height: 700px;
	}

	.single-equipment.standard .content.has-thumbs {
		padding-bottom: 0px;
	}
}

/* --- Single Equipment: Highlight --- */

.single-equipment.highlight .cover {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 740px;
	margin-bottom: 85px;
}

.single-equipment.highlight .cover.light {
	background-color: #000;
}

.single-equipment.highlight .cover img {
	width: auto;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0;
}

.single-equipment.highlight .cover .text-wrapper {
	position: absolute;
	width: 100%;
	padding-inline: 20px;
	max-width: var(--max-container);
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 8px;
}

.single-equipment.highlight .cover.dark .text-wrapper {
	top: 65px;
}

.single-equipment.highlight .cover.light .text-wrapper {
	bottom: 65px;
}

.single-equipment.highlight .cover .text-wrapper > span {
	display: inline-block;
	color: var(--nectar-extra-color-1);
}

.single-equipment.highlight .cover .text-wrapper h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}

.single-equipment.highlight .cover .text-wrapper p {
	padding-bottom: 0;
}

.single-equipment.highlight .cover .text-wrapper p.desc {
	max-width: 840px;
	margin-inline: auto;
	text-align: center;
}

.single-equipment.highlight .features .swiper {
	margin-top: 45px;
	overflow: visible;
}

.single-equipment.highlight .gallery {
	margin-block: 85px;
	padding-block: 85px;
	background-color: #F7FAFD;
}

.single-equipment.highlight .gallery .swiper {
	width: 100%;
	height: 100%;
	margin-top: 45px;
	overflow: visible;
}

.single-equipment.highlight .gallery .swiper-slide {
	width: auto !important;
	height: auto;
	max-width: 100%;
	display: inline-block;
	line-height: 0;
}

.single-equipment.highlight .gallery .swiper-slide img {
	display: inline-block;
	width: auto !important;
	max-width: 100%;
	height: 680px;
	margin-bottom: 0;
	border-radius: 18px;
	object-fit: cover;
}

.single-equipment.highlight .gallery .navigation {
	margin-top: 45px;
	display: flex;
	gap: 15px;
	transform-origin: left center;
}

.single-equipment.highlight .gallery .navigation > div {
	transition: opacity 0.3s ease-in-out;
}

.single-equipment.highlight .gallery .navigation > div:hover {
	cursor: pointer;
}

.single-equipment.highlight .gallery .navigation > div.swiper-button-disabled {
	opacity: .5;
	pointer-events: none;
}

/* --- Card: Download --- */

.card-download {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	background-color: #F7FAFD;
	border-radius: 24px;
	transform-origin: center;
	transition: all 0.3s ease-in-out;
}

.card-download:hover {
	transform: scale(1.05) !important;
}

.card-download h6 {
	font-weight: 500;
	margin-bottom: 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-top: 8px;
}

.card-download p {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	color: var(--nectar-extra-color-2);
	padding-bottom: 0;
}

.card-download .icon {
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	line-height: 0;
}

/* --- Highlight Equipment --- */

.highlight-equipment {
	margin-bottom: 0 !important;
	display: grid;
	justify-content: center;
}

.highlight-equipment .wrapper,
.highlight-equipment .img-holder {
	grid-column: 1;
	grid-row: 1;
}

.highlight-equipment .img-holder {
	line-height: 0;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
	max-width: var(--max-container);
	height: 740px;
	display: flex;
	align-items: flex-start;
}

.highlight-equipment img {
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0 !important;
	pointer-events: none;
	object-fit: cover;
}

.highlight-equipment .wrapper {
	padding-block: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	z-index: 2;
}

.highlight-equipment.reverse .wrapper {
	justify-content: flex-end;
}

.highlight-equipment .wrapper span {
	color: var(--nectar-accent-color);
}

.highlight-equipment .wrapper h3 {
	font-weight: 600;
	margin: 0;
}

.highlight-equipment .wrapper p {
	padding-bottom: 0;
}

.highlight-equipment .wrapper a {
	display: inline-flex;
	align-items: center;
}

.highlight-equipment.light .wrapper a:hover {
	color: #fff;
}

@media only screen and (max-width: 690px) {
	.highlight-equipment .img-holder {
		height: 690px;
	}

	.highlight-equipment .wrapper {
		gap: 3px;
		padding-block: 45px;
	}

	.highlight-equipment .wrapper h3 {
		font-size: 3.052rem !important;
	}

	.highlight-equipment .wrapper p {
		font-size: 0.8rem !important;
	}
}

@media only screen and (max-width: 480px) {
	.highlight-equipment .img-holder {
		height: 550px;
	}
}

/* --- Category Equipment --- */

.category-equipment {
	margin-bottom: 0 !important;
}

.category-equipment .wrapper .container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
	justify-content: space-between;
}

.category-equipment .wrapper .container::before,
.category-equipment .wrapper .container::after {
	display: none;
}

.category-equipment .wrapper div > span {
	color: var(--nectar-accent-color);
}

.category-equipment .wrapper div > h2 {
	margin-bottom: 0;
}

.category-equipment .wrapper a {
	display: inline-flex;
	align-items: center;
}

.category-equipment .pagination,
.single-equipment.highlight .features .pagination {
	margin-top: 45px;
	display: flex;
	justify-content: center;
}

.category-equipment .pagination > div,
.single-equipment.highlight .features .pagination > div {
	width: max-content;
	display: inline-flex;
	justify-content: center;
	background-color: #EEEEF2;
	padding: 20px 45px;
	border-radius: 50px;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	gap: 15px;
}

.category-equipment .pagination > div .swiper-pagination-bullet,
.single-equipment.highlight .features .pagination > div .swiper-pagination-bullet {
	margin: 0;
	width: 10px;
	height: 10px;
}

.category-equipment .swiper {
	width: 100%;
	height: auto;
	margin-top: 45px;
	overflow: visible;
}

.category-equipment .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 620px;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}

.category-equipment .swiper .swiper-slide img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0 !important;
}

.category-equipment .swiper .swiper-slide .copy {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.category-equipment .swiper .swiper-slide .copy > span {
	color: var(--nectar-extra-color-1);
	margin-bottom: 10px;
}

.category-equipment .swiper .swiper-slide .copy > h5 {
	margin-bottom: 0;
}

.category-equipment .swiper .swiper-slide .copy.light > h5 {
	color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.category-equipment .wrapper {
		padding-inline: 20px;
	}
}

@media only screen and (max-width: 690px) {
	.category-equipment .swiper .swiper-slide {
		height: 480px;
	}

	.category-equipment .swiper .swiper-slide img {
		object-position: 75%;
	}

	.category-equipment .swiper .swiper-slide .copy {
		bottom: 35px;
		left: 35px;
		max-width: 60vw;
	}
}

/* --- Service Modal --- */

.services-modal {
	margin-bottom: 0 !important;
}

.services-modal .wrapper {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	justify-content: space-between;
}

.services-modal .wrapper div > span {
	color: var(--nectar-accent-color);
}

.services-modal .wrapper div > h2 {
	margin-bottom: 0;
}

.services-modal .wrapper a {
	display: inline-flex;
	align-items: center;
}

.services-modal .flexbox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 45px;
}

.services-modal .flexbox > button {
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

@media only screen and (max-width: 690px) {
	.services-modal .flexbox > button {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* --- Card: Service --- */

body button.card-service {
	width: 100%;
	height: 440px;
	appearance: none;
	border: none;
	background-color: transparent;
	border-radius: 25px !important;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
	margin: 0;
}

.card-service:hover {
	cursor: pointer;
}

.card-service img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0 !important;
	transition: transform 0.3s ease-in-out;
}

.card-service:hover img {
	transform: scale(1.05);
}

.card-service::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 85%);
	z-index: 1;
}

.card-service h5 {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 2;
	color: #fff;
	margin-bottom: 0;
	max-width: 250px;
	text-align: left;
	font-weight: 500;
}

/* --- Service Modal --- */

.service-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.service-modal .wrapper {
	width: 100%;
	max-width: 600px;
	min-height: 250px;
	background-color: #fff;
	border-radius: 25px;
	padding: 50px 35px;
	position: relative;
}

.service-modal .wrapper .close {
	position: absolute;
	top: 15px;
	right: 15px;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 6px;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
}

.service-modal .wrapper .close:hover {
	cursor: pointer;
	opacity: 1;
}

.service-modal h5 {
	margin-bottom: 0;
}

.service-modal p {
	padding-bottom: 0;
	margin-top: 25px;
	line-height: 1.3 !important;
}

@media only screen and (max-width: 768px) {
	.service-modal .wrapper {
		padding: 50px 25px;
		position: relative;
	}

	.service-modal h5 {
		font-size: 1.563rem !important;
	}

	.service-modal p {
		margin-top: 15px;
		font-size: 1rem !important;
	}
}

/* --- Card: Feature Equipment --- */

.card-feature-equipment {
	display: flex;
	flex-wrap: wrap;
	gap: 65px;
	background-color: #F7FAFD;
	border-radius: 28px;
	padding: 28px;
}

.card-feature-equipment > div {
	flex: 1 1 calc(50% - (65px / 2));
	max-width: calc(50% - (65px / 2));
}

.card-feature-equipment .img-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.card-feature-equipment .img-holder img {
	width: 100% !important;
	height: auto;
	object-fit: cover;
	margin-bottom: 0;
	aspect-ratio: 1 / 1;
	border-radius: 18px;
}

.card-feature-equipment .text-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	justify-content: center;
}

.card-feature-equipment .text-wrapper p {
	padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
	.card-feature-equipment > div {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 690px) {
	.card-feature-equipment {
		padding: 16px;
		row-gap: 45px;
	}
}

/* --- Shortcode: Other Products Grid --- */

.other-products-grid header {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.other-products-grid header span {
	max-width: max-content;
	display: inline;
	padding: 4px 12px;
	border-radius: 50px;
	color: #fff;
	background-color: var(--nectar-accent-color);
}

.other-products-grid > .wrapper {
	--gap: 1rem;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	align-items: stretch;
}

/* --- Card: Other Products Card --- */

body .card-other-product > button {
	appearance: none;
	border: none;
	background-color: #fff;
	border-radius: 28px !important;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
	row-gap: 15px;
}

.card-other-product > button:hover {
	cursor: pointer;
}

.card-other-product.cols-1 {
	flex: 0 0 calc(25% - (3 * var(--gap) / 4));
}

.card-other-product.cols-2 {
	flex: 0 0 calc(50% - var(--gap) / 2);
}

.card-other-product .img-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.card-other-product .img-holder img {
	margin-bottom: 0;
	max-height: 320px;
}

@media only screen and (max-width: 1000px) {
	.card-other-product.cols-1 {
		flex: 0 0 calc(50% - var(--gap) / 2);
	}
}

@media only screen and (max-width: 690px) {
	.card-other-product.cols-1,
	.card-other-product.cols-2 {
		flex: 0 0 100%;
	}
}

/* --- Dialog: Other Product --- */

.dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: flex;
	align-items: flex-end;
	padding-inline: 20px;
}

.admin-bar .dialog {
	top: 46px;
	height: calc(100vh - 46px);
}

@media only screen and (min-width: 783px) {
	.admin-bar .dialog {
		top: 32px;
		height: calc(100vh - 32px);
	}
}

.dialog .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.dialog.hidden .overlay {
	opacity: 0;
}

.dialog .dialog-container {
	position: relative;
	width: 100%;
	max-width: calc(var(--max-container) + 260px);
	margin-inline: auto;
	border-top-left-radius: 42px;
	border-top-right-radius: 42px;
	overflow: hidden;
	background-color: #fff;
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
}

.dialog.hidden .dialog-container {
	transform: translateY(100%);
}

.dialog .dialog-container > button {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
	width: 44px;
	height: 44px;
	border-radius: 50px !important;
	transform: rotateZ(0deg);
	transform-origin: center center;
	transition: transform 0.3s ease-in-out;
}

.dialog .dialog-container > button:hover {
	cursor: pointer;
	transform: rotateZ(180deg);
}

.dialog .dialog-container .wrapper {
	overflow-y: auto;
	max-height: 90dvh;
	height: max-content;
}

/* --- Other Product: Dialog Modal --- */

.other-product {
	padding-inline: 30px;
}

.other-product header {
	--gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	align-items: stretch;
	padding-block: 85px 65px;
}

.other-product header:has(ul.features) {
	padding-block: 85px 35px;
}

.other-product header .img-holder,
.other-product header .text-wrapper {
	flex: 0 0 calc(50% - var(--gap) / 2);
}

.other-product header .img-holder {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.other-product header .img-holder img {
	width: auto !important;
	max-width: 100% !important;
	margin-bottom: 0;
	height: auto;
	max-height: 380px;
}

.other-product header h4 {
	font-weight: 600;
}

.other-product header h4 > span {
	font-weight: 500;
}

.other-product header .badge {
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	padding: 6px 12px;
	border-radius: 25px;
	color: #fff;
	background-color: var(--nectar-accent-color);
}

.other-product header .desc {
	margin-top: 25px;
}

.other-product header ul.features {
	margin-left: 0;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.other-product header ul.features li {
	list-style: none;
	display: flex;
	column-gap: 10px;
}

.other-product header ul.features li span {
	flex: 1;
}

.other-product .groups {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-block: 65px;
}

.other-product .groups > h5:not(:first-of-type) {
	margin-top: 35px;
}

.other-product .groups > h5 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
	.other-product header {
		flex-direction: column;
	}
}

@media only screen and (max-width: 690px) {
	.other-product header {
		padding-block: 65px 45px;
	}

	.other-product header:has(ul.features) {
		padding-block: 65px 15px;
	}

	.other-product .groups {
		padding-block: 45px;
	}
}

/* --- Shortcode: Tiedra form --- */

.tiedra-form > .wrapper {
	--gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	padding: 45px 45px 60px 45px;
	border-radius: 25px;
	background-color: #F7FAFD;
	align-content: stretch;
}

.tiedra-form > .wrapper header {
	flex: 0 0 calc(33.333% - (var(--gap) / 2));
}

.tiedra-form > .wrapper .form-wrapper {
	flex: 0 0 calc(66.666% - (var(--gap) / 2));
}

.tiedra-form > .wrapper header > span {
	color: var(--nectar-accent-color);
}

.tiedra-form > .wrapper header p {
	margin-top: 15px;
}

.tiedra-form form.form-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
	align-content: stretch;
}

.tiedra-form form.form-container .form-row {
	flex: 0 0 100%;
}

.tiedra-form form.form-container .form-row:nth-child(6),
.tiedra-form form.form-container .form-row:last-child {
	margin-top: 25px;
}

.tiedra-form form.form-container .form-row:nth-child(-n+4) {
	flex: 0 0 calc(50% - (12px / 2));
}

.tiedra-form form button.btn-primary {
	width: max-content;
	border-radius: 8px !important;
}

body .tiedra-form .wrapper form button.btn-primary:hover {
	transform: translateY(0) !important;
	box-shadow: none !important;
	background-color: #32373c !important;
}

@media only screen and (max-width: 1000px) {
	.tiedra-form > .wrapper header,
	.tiedra-form > .wrapper .form-wrapper {
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 768px) {
	.tiedra-form > .wrapper {
		padding: 40px 25px;
	}

	.tiedra-form form.form-container .form-row {
		flex: 0 0 100% !important;
	}
}

@media only screen and (max-width: 690px) {
	.tiedra-form form button.btn-primary {
		width: 100%;
	}
}
