/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.39_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@14.2.1_node-sass@9.0.0_sass@1.77.8_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300..700&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.39_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@14.2.1_node-sass@9.0.0_sass@1.77.8_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
	min-width: 0;
	font: inherit;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

img,
video,
svg {
	display: block;
	height: auto;
	max-width: 100%;
}

body {
	margin: 0;
	min-height: 100dvh;
	font-family: "Sora", sans-serif;
	color: #272323;
	font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
	line-height: 1.4em;
}

::view-transition-old(root),
::view-transition-new(root) {
	animation-duration: 0.5s;
}

iframe {
	width: 100%;
	max-width: 100%;
}

figure {
	padding: 0;
	margin: 0;
}

strong {
	font-weight: 700;
}

/* Estilos cuando el texto está seleccionado */
::-moz-selection {
	background-color: #fbe194;
	color: #272323;
}
::selection {
	background-color: #fbe194;
	color: #272323;
}

::-moz-selection:hover {
	background-color: #fbe194;
	color: #272323;
}

::selection:hover {
	background-color: #fbe194;
	color: #272323;
}

.grecaptcha-badge {
	display: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	position: relative;
}
.container--center {
	display: grid;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.title_fma {
	margin: 0;
	font-weight: 600;
	font-size: 30px;
	color: #272323;
	text-transform: uppercase;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	line-height: 1;
}
@media (min-width: 992px) {
	.title_fma {
		font-size: 50px;
	}
}
.title_fma span {
	height: -moz-fit-content;
	height: fit-content;
}
.title_fma span:first-child {
	width: 100%;
}
.title_fma--yellow {
	background-color: #ffd556;
	padding: 0 0.3rem;
	line-height: 30px;
}
@media (min-width: 992px) {
	.title_fma--yellow {
		line-height: 50px;
	}
}

.button_fma {
	border: none;
	color: #383838;
	font-family: "Sora", sans-serif;
	border-radius: 2rem;
	cursor: pointer;
	padding: 1rem 4rem;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all ease-in-out 300ms;
	background-color: transparent;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: -moz-max-content;
	height: max-content;
}
@media (min-width: 992px) {
	.button_fma {
		padding: 1.2rem 6rem;
		font-size: 14px;
	}
}
.button_fma--yellow {
	background-color: #ffd556;
}
.button_fma--yellow:hover {
	background-color: #ffc823;
}
.button_fma--white {
	border: 2px solid #fff;
	color: #fff;
}
.button_fma--white:hover {
	background-color: #fff;
	color: #383838;
}
.button_fma--black {
	border: 2px solid #272323;
	color: #272323;
}
.button_fma--black:hover {
	background-color: #272323;
	color: #fff;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.pagination {
	display: flex;
	gap: 0.8rem;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}
.pagination__item {
	font-weight: 700;
}
.pagination__item a {
	text-decoration: none;
	padding: 0.4rem 0.8rem;
	color: #272323;
	display: block;
	line-height: 1;
}
.pagination__item a.active {
	background-color: #ffd556;
	color: #272323;
}
.pagination__item a.prev {
	padding: 0;
	transform: rotate(180deg);
}
.pagination__item a.next {
	padding: 0;
}

.input_file_fma {
	color: transparent;
	width: 100%;
}
.input_file_fma::-webkit-file-upload-button {
	visibility: hidden;
}
.input_file_fma__content {
	padding: 14px 0;
}
.input_file_fma__content p {
	display: grid;
	align-items: center;
	gap: 0.5rem;
	color: #fff;
	font-size: 14px;
	grid-template-columns: auto 0fr auto;
}
.input_file_fma::before {
	content: "Cargar archivo";
	color: #fff;
	display: inline-block;
	background: #272323;
	border: 2px solid #fff;
	border-radius: 14px;
	padding: 8px 12px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
}
.input_file_fma:hover::before {
	border-color: #fff;
}

.header__top {
	background-color: #151515;
	color: #fff;
	font-size: 11px;
}
@media (min-width: 992px) {
	.header__top {
		font-size: 12px;
	}
}
@media (min-width: 992px) {
	.header__top .container {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 4rem;
	}
}
.header__top__contact {
	display: flex;
	justify-content: center;
	padding: 1.2rem 0;
	margin: 0;
	list-style: none;
	gap: 1rem;
}
.header__top__contact li {
	font-weight: 300;
	text-transform: uppercase;
}
.header__top__contact li a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.header__top__social {
	display: none;
	margin: 0;
	padding: 1.2rem 0 1.2rem 2rem;
	list-style: none;
	position: relative;
}
.header__top__social::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	left: -0.8rem;
	top: 0;
}
@media (min-width: 992px) {
	.header__top__social {
		display: flex;
		gap: 1rem;
	}
}
.header__top__social li a svg {
	fill: #fff;
	width: 18px;
}
.header__bottom {
	background-color: #383838;
}
@media (min-width: 992px) {
	.header__bottom .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 4rem;
	}
}
.header__bottom__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	position: relative;
}
@media (min-width: 992px) {
	.header__bottom__main {
		gap: 2.2rem;
		padding-right: 6rem;
	}
}
.header__bottom__main::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #fff;
	right: 0;
	top: 0;
	display: none;
	opacity: 0.3;
}
@media (min-width: 992px) {
	.header__bottom__main::before {
		display: block;
	}
}
.header__bottom__main__lang {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.header__bottom__main__lang {
		display: flex;
		gap: 1rem;
	}
}
.header__bottom__main__lang li .header__bottom__main__lang__link {
	color: #fff;
	text-decoration: none;
}
.header__bottom__main__lang li .header__bottom__main__lang__link.active {
	font-weight: 700;
}
.header__bottom__main__search {
	display: none;
	cursor: pointer;
}
.header__bottom__main__search svg {
	fill: #fff;
	width: 18px;
}
@media (min-width: 992px) {
	.header__bottom__main__search {
		display: flex;
	}
}
.header__bottom__main__burger {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
@media (min-width: 992px) {
	.header__bottom__main__burger {
		display: none;
	}
}
.header__bottom__main__burger .bar {
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
.header__bottom__main__burger .bar:nth-of-type(2) {
	top: calc(50% - 6px);
}
.header__bottom__main__burger .bar:nth-of-type(3) {
	top: calc(50% + 6px);
}
.header__bottom__main__burger.active {
	position: relative;
}
.header__bottom__main__burger.active .bar:nth-of-type(1) {
	display: none;
}
.header__bottom__main__burger.active .bar:nth-of-type(2) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(45deg);
}
.header__bottom__main__burger.active .bar:nth-of-type(3) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(-45deg);
}
.header__bottom__nav {
	display: none;
	padding: 1rem 0;
	margin: 0;
	list-style: none;
	font-weight: 400;
	font-size: 12px;
	gap: 1.2rem;
	flex-direction: column;
}
@media (min-width: 992px) {
	.header__bottom__nav {
		display: flex !important;
		padding: 0;
		flex-direction: row;
	}
}
@media (min-width: 992px) {
	.header__bottom__nav > li {
		display: flex;
		padding: 1rem 0;
	}
}
.header__bottom__nav > li .header__bottom__nav__link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #383838;
	transition: all ease-in-out 300ms;
	padding: 0.15rem 0.2rem;
	font-weight: 400;
	display: block;
}
.header__bottom__nav > li .header__bottom__nav__link:hover {
	background-color: #ffd556;
	padding: 0.15rem 0.2rem;
	color: #272323;
	font-weight: 700;
}
.header__bottom__nav > li.current-menu-item,
.header__bottom__nav > li.current-menu-parent,
.header__bottom__nav > li.current_page_ancestor {
	font-weight: 700;
}
.header__bottom__nav > li.current-menu-item > a,
.header__bottom__nav > li.current-menu-parent > a,
.header__bottom__nav > li.current_page_ancestor > a {
	background-color: #ffd556;
	padding: 0.15rem 0.2rem;
	color: #272323;
	font-weight: 700;
}
.header__bottom__nav
	> li.has-childrens:hover
	.header__bottom__nav--second-level {
	transform: scaleY(1);
	overflow: visible;
	visibility: visible;
}
.header__bottom__nav--second-level {
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	display: none;
	gap: 0.5rem;
	flex-direction: column;
}
@media (min-width: 992px) {
	.header__bottom__nav--second-level {
		display: flex;
		background-color: #272323;
		position: absolute;
		z-index: 2;
		top: 100%;
		transform: scaleY(0);
		transform-origin: top;
		min-width: 140px;
		overflow: hidden;
		visibility: hidden;
		transition: all ease-in-out 300ms;
	}
}
.header__bottom__nav--second-level > li {
	padding: 0.2rem 0.4rem;
}
.header__bottom__nav--second-level > li > .header__bottom__nav__link {
	background-color: #272323;
}
.header__bottom__nav--second-level > li > .header__bottom__nav__link:hover {
	color: #ffd556;
	background-color: transparent;
}
.header__bottom__nav--second-level > li.current-menu-item > a,
.header__bottom__nav--second-level > li.current-menu-parent > a {
	font-weight: 700;
	color: #ffd556;
	background-color: transparent;
}
.header__bottom__nav--second-level
	> li.has-childrens:hover
	.header__bottom__nav--thrird-level {
	transform: scaleX(1);
	overflow: visible;
	visibility: visible;
}
.header__bottom__nav--thrird-level {
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	display: none;
	gap: 0.5rem;
	flex-direction: column;
}
@media (min-width: 992px) {
	.header__bottom__nav--thrird-level {
		display: flex;
		background-color: #272323;
		width: calc(100% - 6rem);
		min-width: 270px;
		gap: 0;
		padding: 0;
		position: absolute;
		display: grid;
		height: 100%;
		z-index: 2;
		top: 0;
		left: 100%;
		transform: scaleX(0);
		transform-origin: left;
		overflow: hidden;
		visibility: hidden;
		transition: all ease-in-out 300ms;
	}
}
.header__bottom__nav--thrird-level > li {
	padding: 0;
	transition: all ease-in-out 300ms;
	background-color: #383838;
}
.header__bottom__nav--thrird-level > li > .header__bottom__nav__link {
	padding: 0.5rem 0.5rem !important;
}
.header__bottom__nav--thrird-level > li > .header__bottom__nav__link :hover {
	background-color: #ffd556;
}
.header__bottom__nav--thrird-level > li.current-menu-item > a,
.header__bottom__nav--thrird-level > li.current-menu-parent > a {
	background-color: #ffd556;
	padding: 0.15rem 0.2rem;
	color: #272323;
	font-weight: 700;
}

@media (min-width: 992px) {
	.footer {
		padding: 0;
	}
}
.footer .container {
	padding: 0;
}
@media (min-width: 992px) {
	.footer .container {
		display: grid;
		grid-template-columns: 28% 1fr;
		gap: 0;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
.footer .container .column {
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 992px) {
	.footer .container .column {
		padding: 0;
	}
}
.footer .container .column:last-child {
	padding: 0;
	border-top: 2px solid #fff;
}
@media (min-width: 992px) {
	.footer .container .column:last-child {
		display: grid;
		align-items: flex-end;
		border: 0;
		grid-template-rows: auto 50px;
		border-left: 2px solid #fff;
		padding-bottom: 2rem;
	}
}
.footer__logo {
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	.footer__logo {
		padding-top: 3rem;
	}
}
.footer__offices {
	color: #fff;
	font-size: 13px;
}
@media (min-width: 992px) {
	.footer__offices {
		padding-right: 2rem;
	}
}
.footer__offices__subtitle {
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 1.4rem;
	margin: 0;
}
.footer__offices__item:last-child {
	padding-top: 1rem;
}
.footer__offices__item__title {
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 0.5rem;
}
.footer__offices__item p {
	margin: 0;
	line-height: 1.4;
}
.footer__social {
	padding: 2rem 0 2rem;
	position: relative;
}
@media (min-width: 992px) {
	.footer__social {
		padding-bottom: 2.5rem;
	}
}
.footer__social__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 1rem;
}
.footer__social__list li a svg {
	fill: #fff;
	width: 24px;
}
.footer__menu {
	padding: 1.6rem 1rem;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
	.footer__menu {
		padding: 1.6rem 2.8rem 2.5rem;
	}
}
.footer__menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}
@media (min-width: 992px) {
	.footer__menu__list {
		grid-template-columns: 1fr 1fr 1fr 0.7fr 0.7fr;
	}
}
.footer__menu__link {
	text-transform: uppercase;
}
.footer__menu__link a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #383838;
	transition: all ease-in-out 300ms;
	display: inline-block;
}
@media (min-width: 992px) {
	.footer__menu__link a {
		font-weight: 600;
		padding-bottom: 1rem;
	}
}
.footer__menu__link.active {
	font-weight: 700;
}
.footer__menu__link.active a {
	background-color: #ffd556;
	padding: 0.15rem 0.2rem;
	color: #272323;
}
.footer__menu__submenu {
	padding: 0;
	margin: 0;
	gap: 1rem;
	list-style: none;
	display: none;
}
@media (min-width: 992px) {
	.footer__menu__submenu {
		display: grid;
	}
}
.footer__menu__submenu__item {
	text-transform: uppercase;
}
.footer__menu__submenu__item a {
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
}
.footer__copy {
	padding: 2.5rem 1rem 0;
	color: #fff;
	font-size: 12px;
	margin: 0;
}
@media (min-width: 992px) {
	.footer__copy {
		padding: 0 2.8rem;
	}
}

.section_contact {
	padding: 2rem 0 4rem;
}
@media (min-width: 992px) {
	.section_contact {
		padding-top: 0;
		padding-bottom: 0;
		border-top: 2px solid #272323;
		margin-top: 3rem;
	}
}
@media (min-width: 992px) {
	.section_contact.nomargin-top {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.section_contact .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media (min-width: 992px) {
	.section_contact .container::before {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-color: #272323;
		position: absolute;
		top: 0;
		left: calc(1rem - 2px);
	}
}
@media (min-width: 992px) {
	.section_contact .container::after {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-color: #272323;
		position: absolute;
		top: 0;
		right: calc(1rem - 2px);
	}
}
.section_contact__info {
	position: relative;
	padding: 2rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section_contact__info::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ffc61d;
	opacity: 0.8;
	bottom: 0;
	left: 0;
}
@media (min-width: 992px) {
	.section_contact__info {
		display: grid;
		justify-content: space-between;
	}
}
.section_contact__info .title_fma {
	position: relative;
	z-index: 2;
	height: -moz-fit-content;
	height: fit-content;
}
.section_contact__info__bottom {
	position: relative;
	z-index: 2;
	padding-top: 1.4rem;
	font-weight: 500;
}
@media (min-width: 992px) {
	.section_contact__info__bottom {
		align-self: end;
	}
}
.section_contact__box_form {
	color: #fff;
	background-color: #272323;
	padding: 2rem;
}
.section_contact__box_form__title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 1.2rem;
	text-transform: uppercase;
}
.section_contact__box_form__form__input,
.section_contact__box_form__form__textarea {
	background-color: #272323;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 0.8rem 0;
	width: 100%;
	margin-bottom: 1.2rem;
	font-size: 14px;
	transition: all ease-in-out 300ms;
	max-height: 188px;
}
.section_contact__box_form__form__input:hover,
.section_contact__box_form__form__textarea:hover {
	outline: none;
}
.section_contact__box_form__form__input:focus-visible,
.section_contact__box_form__form__textarea:focus-visible {
	outline: none;
}
.section_contact__box_form__form__input::-moz-placeholder,
.section_contact__box_form__form__textarea::-moz-placeholder {
	color: #fff;
}
.section_contact__box_form__form__input::placeholder,
.section_contact__box_form__form__textarea::placeholder {
	color: #fff;
}
.section_contact__box_form__form p {
	margin: 0;
}
.section_contact__box_form__form__submit {
	margin-top: 1.2rem;
	width: 100%;
}

.section_sustainable {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
@media (min-width: 992px) {
	.section_sustainable {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}
.section_sustainable::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(45, 45, 45, 0.85);
	top: 0;
}
@media (min-width: 992px) {
	.section_sustainable .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5rem;
		align-items: center;
	}
}
.section_sustainable__img {
	padding-top: 1.5rem;
	display: block;
}
@media (min-width: 992px) {
	.section_sustainable__img {
		padding: 0;
	}
}
@media (min-width: 992px) {
	.section_sustainable__body {
		order: 2;
	}
}
.section_sustainable__body__title {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
@media (min-width: 992px) {
	.section_sustainable__body__title {
		font-size: 50px;
		line-height: 56px;
	}
}
.section_sustainable__body__text {
	color: #fff;
}
@media (min-width: 992px) {
	.section_sustainable__body__text {
		font-size: 18px;
	}
}

.main_title {
	padding: 2rem 0;
}
@media (min-width: 992px) {
	.main_title {
		padding: 5.4rem 0 4rem;
	}
}

.accordeon__item {
	font-size: 18px;
	border-bottom: 2px solid #272323;
}
.accordeon__item:first-child {
	border-top: 2px solid #272323;
}
.accordeon__item__header {
	font-size: 18px;
	margin: 0;
	transition: all ease-in-out 300ms;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 0.6rem 0;
	font-weight: 400;
	color: #383838;
	text-transform: uppercase;
	transition: all ease-in-out 300ms;
}
@media (min-width: 992px) {
	.accordeon__item__header {
		padding: 0.8rem 0;
	}
}
.accordeon__item__header span {
	width: calc(100% - 44px);
}
.accordeon__item__header svg {
	transition: all ease-in-out 300ms;
	transform: rotate(90deg);
	position: relative;
}
.accordeon__item__header.active svg {
	transform: rotate(270deg);
}
.accordeon__item__body {
	overflow: hidden;
	height: 0;
	transition: all ease-in-out 300ms;
	font-size: 14px;
}
.accordeon__item__body__content {
	padding: 1rem 0;
}
.accordeon__item__body a {
	color: #272323;
	text-decoration: none;
}
.accordeon__item__body p {
	margin: 0;
	padding: 0;
	color: #272323;
}
.accordeon__item__body ul {
	margin: 0;
	padding: 0 0;
	padding-left: 1rem;
	color: #272323;
}

.card {
	position: relative;
}
.card__img {
	width: 100%;
	height: 220px;
	display: block;
	padding-bottom: 1.2rem;
}
@media (min-width: 992px) {
	.card__img {
		height: 270px;
	}
}
.card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.card__body {
	padding: 1.2rem 0;
	border-top: 2px solid #272323;
	border-bottom: 2px solid #272323;
	display: grid;
	grid-template-columns: 1.5fr 28px;
	align-items: center;
	gap: 1.2rem;
}
@media (min-width: 992px) {
	.card__body {
		justify-content: space-between;
	}
}
.card__body__title {
	margin: 0;
	line-height: normal;
	font-weight: 400;
	font-size: 16px;
	color: #272323;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.card__body__title {
		font-size: 18px;
	}
}
.card__body__link {
	color: #272323;
	text-decoration: none;
}
.card__body__link::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.boxLink {
	padding: 1rem 0;
	border-top: 2px solid #272323;
	border-bottom: 2px solid #272323;
	display: grid;
	grid-template-columns: 1.5fr 28px;
	align-items: center;
	gap: 1.2rem;
	position: relative;
}
@media (min-width: 992px) {
	.boxLink {
		padding: 1.2rem 0;
		justify-content: space-between;
	}
}
.boxLink__title {
	margin: 0;
	line-height: normal;
	font-weight: 400;
	font-size: 16px;
	color: #272323;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.boxLink__title {
		font-size: 18px;
	}
}
.boxLink__link {
	color: #272323;
	text-decoration: none;
}
.boxLink__link::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.shared_icons {
	display: flex;
	gap: 1rem;
}
@media (min-width: 992px) {
	.shared_icons {
		gap: 1.2rem;
	}
}
.shared_icons__item {
	cursor: pointer;
}

.posts_related {
	position: relative;
}
.posts_related__list {
	padding-top: 2rem;
	position: relative;
}
.posts_related__list__arrows {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0.5rem;
	width: 100%;
	padding: 0;
}
@media (min-width: 992px) {
	.posts_related__list__arrows {
		position: absolute;
		width: 100%;
		height: 60px;
		top: -3.8rem;
		right: 0;
		padding: 0;
	}
}
.posts_related__list__arrows__item {
	background-color: #ffd556;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.posts_related__list__arrows__item.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
@media (min-width: 992px) {
	.posts_related__list__arrows__item {
		width: 60px;
		height: 60px;
	}
	.posts_related__list__arrows__item svg {
		transform: scale(1.4);
	}
}
.posts_related__list__item {
	position: relative;
}
.posts_related__list__item.swiper-slide {
	opacity: 1;
	transition: all ease-in-out 300ms;
	width: 85%;
}
@media (min-width: 992px) {
	.posts_related__list__item.swiper-slide {
		width: 45%;
	}
}
.posts_related__list__item.swiper-slide.four {
	width: 85%;
}
@media (min-width: 992px) {
	.posts_related__list__item.swiper-slide.four {
		width: 29%;
	}
}
.posts_related__list__item.swiper-slide.three.swiper-slide-next {
	opacity: 0.45;
}
@media (min-width: 992px) {
	.posts_related__list__item.swiper-slide.three.swiper-slide-next {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.posts_related__list__item.swiper-slide.three.swiper-slide.swiper-slide-next
		+ .swiper-slide {
		opacity: 0.45;
	}
}
.posts_related__list__item.swiper-slide.four.swiper-slide-next + .swiper-slide {
	opacity: 0.45;
}
@media (min-width: 992px) {
	.posts_related__list__item.swiper-slide.four.swiper-slide-next
		+ .swiper-slide {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.posts_related__list__item.swiper-slide.four.swiper-slide.swiper-slide-next
		+ .swiper-slide
		+ .swiper-slide {
		opacity: 0.45;
	}
}
.posts_related__list__item__img {
	display: block;
	padding-bottom: 1rem;
	height: 270px;
}
.posts_related__list__item__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.posts_related__list__item__body__date {
	font-size: 14px;
	font-weight: 400;
	color: #272323;
	padding-bottom: 0.8rem;
	display: block;
}
.posts_related__list__item__body__title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0.8rem;
}
@media (min-width: 992px) {
	.posts_related__list__item__body__title {
		min-height: 56px;
	}
}
.posts_related__list__item__body__title a {
	color: #272323;
	text-decoration: none;
}
.posts_related__list__item__body__title a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.posts_related__list__item__body__text {
	margin: 0;
	padding-bottom: 1rem;
	font-size: 14px;
}
@media (min-width: 992px) {
	.posts_related__list__item__body__text {
		min-height: 75px;
	}
}
.posts_related__list__item__body__footer {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-top: 1px solid #272323;
	border-bottom: 1px solid #272323;
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}
.posts_related__list__item__body__read_more {
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
}
.posts_related__list__item__body__read_more a {
	color: #272323;
	text-decoration: none;
}
.posts_related__list__item__body__read_more a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner {
	width: 100%;
}
.banner .container {
	padding: 0;
	max-width: 100%;
}
@media (min-width: 1440px) {
	.banner .container {
		padding: 0 1rem;
		max-width: 1200px;
	}
}
.banner--image {
	width: 100%;
	height: 50dvh;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
@media (min-width: 992px) {
	.banner--image {
		height: 555px;
	}
}
.banner--image.nobefore::before {
	display: none;
}
.banner--image::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 59, 59, 0.6);
	opacity: 0.75;
}
.banner--image picture {
	display: block;
	width: 100%;
	height: 100%;
}
.banner--image picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main_banner {
	width: 100%;
	height: calc(100dvh - 143px);
}
@media (min-width: 992px) {
	.main_banner {
		height: calc(100dvh - 148px);
	}
}
.main_banner__item {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
.main_banner__item::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 59, 59, 0.6);
	opacity: 0.75;
}
.main_banner__item .container {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	padding-bottom: 1rem;
}
@media (min-width: 992px) {
	.main_banner__item .container {
		padding-bottom: 2rem;
	}
}
@media (min-width: 992px) {
	.main_banner__item__head {
		max-width: 690px;
	}
}
.main_banner__item__title {
	margin: 0;
	font-weight: 600;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.main_banner__item__title {
		font-size: 50px;
	}
}
.main_banner__item__text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}
@media (min-width: 992px) {
	.main_banner__item__text {
		font-size: 18px;
	}
}
.main_banner__item__buttons {
	padding-top: 1rem;
	display: flex;
	flex-flow: column;
	gap: 1.4rem;
}
@media (min-width: 992px) {
	.main_banner__item__buttons {
		padding-top: 2rem;
		flex-flow: row;
	}
}
.main_banner__arrows {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	z-index: 1;
	display: flex;
}
@media (min-width: 992px) {
	.main_banner__arrows {
		bottom: 50%;
		transform: translateY(50%);
	}
}
.main_banner__arrows .container {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0.5rem;
	width: 100%;
	padding: 0;
}
@media (min-width: 992px) {
	.main_banner__arrows .container {
		padding: 1rem;
	}
}
.main_banner__arrows__item {
	background-color: #ffd556;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.main_banner__arrows__item.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
@media (min-width: 992px) {
	.main_banner__arrows__item {
		width: 60px;
		height: 60px;
	}
	.main_banner__arrows__item svg {
		transform: scale(1.4);
	}
}

.home_products {
	padding: 3rem 0;
}
@media (min-width: 992px) {
	.home_products {
		padding: 5rem 0 2.5rem;
	}
}
.home_products .title_fma {
	padding: 2rem 0;
	border-top: 1px solid #272323;
}
@media (min-width: 992px) {
	.home_products .title_fma {
		padding: 3.4rem 0;
	}
}
.home_products__list {
	display: grid;
}
@media (min-width: 992px) {
	.home_products__list {
		grid-template-columns: 35% 26% 35%;
		gap: 1.4rem;
	}
}
@media (min-width: 1440px) {
	.home_products__list {
		grid-template-columns: 40% 20% 40%;
		gap: 2.4rem;
	}
}
.home_products__list__item {
	padding-bottom: 1.4rem;
}
.home_products__list__item:last-child {
	padding-bottom: 0;
}
@media (min-width: 992px) {
	.home_products__list__item:nth-child(2) {
		grid-column: span 2;
	}
	.home_products__list__item:nth-child(2) .home_products__list__item__body {
		grid-template-columns: 290px 28px;
	}
	.home_products__list__item:nth-child(3) {
		grid-column: span 2;
	}
}
.home_products__list__item__img {
	width: 100%;
	height: 220px;
	display: block;
	padding-bottom: 1.2rem;
}
@media (min-width: 992px) {
	.home_products__list__item__img {
		height: 300px;
	}
}
.home_products__list__item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home_products__list__item__body {
	padding: 1.2rem 0;
	border-top: 2px solid #272323;
	border-bottom: 2px solid #272323;
	display: grid;
	grid-template-columns: 1.5fr 0.2fr;
	align-items: center;
	gap: 1.2rem;
	position: relative;
}
@media (min-width: 992px) {
	.home_products__list__item__body {
		grid-template-columns: 330px 28px;
		justify-content: space-between;
		min-height: 86px;
	}
}
.home_products__list__item__body__title {
	margin: 0;
	line-height: normal;
	font-weight: 400;
	font-size: 16px;
	color: #272323;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.home_products__list__item__body__title {
		font-size: 18px;
	}
}
.home_products__list__item__body__link {
	color: #272323;
	text-decoration: none;
}
.home_products__list__item__body__link::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.home_services {
	padding: 2rem 0;
	border-top: 1px solid #272323;
}
@media (min-width: 992px) {
	.home_services {
		margin-top: 2.5rem;
		padding-top: 0;
	}
}
@media (min-width: 992px) {
	.home_services .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5rem;
	}
}
@media (min-width: 992px) {
	.home_services .title_fma {
		padding-top: 7rem;
	}
}
.home_services__list {
	display: grid;
	margin: 0;
	padding: 2rem 0;
	list-style: none;
}
@media (min-width: 992px) {
	.home_services__list {
		padding-top: 3.5rem;
	}
}
.home_services__list__item {
	display: grid;
	grid-template-columns: 24px 1fr 28px;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 0;
	border-bottom: 1px solid #272323;
	position: relative;
	text-transform: uppercase;
}
.home_services__list__item:last-child {
	border-bottom: 0;
}
@media (min-width: 992px) {
	.home_services__list__item {
		padding: 2rem 0;
	}
}
.home_services__list__item__number {
	font-weight: 500;
	font-size: 20px;
}
@media (min-width: 992px) {
	.home_services__list__item__number {
		font-size: 26px;
	}
}
.home_services__list__item__link {
	text-align: center;
	color: #272323;
	text-decoration: none;
}
@media (min-width: 992px) {
	.home_services__list__item__link {
		font-size: 16px;
	}
}
.home_services__list__item__link::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (min-width: 992px) {
	.home_services__list__item__icon svg {
		transform: scale(1.2);
	}
}

.home_news {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	position: relative;
}
@media (min-width: 992px) {
	.home_news {
		padding-top: 7rem;
		padding-bottom: 3.5rem;
	}
}
.home_news__list {
	padding-top: 2rem;
	position: relative;
}
.home_news__list__arrows {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0.5rem;
	width: 100%;
	padding: 0;
}
@media (min-width: 992px) {
	.home_news__list__arrows {
		position: absolute;
		width: 100%;
		height: 60px;
		top: -3.8rem;
		right: 0;
		padding: 0;
	}
}
.home_news__list__arrows__item {
	background-color: #ffd556;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.home_news__list__arrows__item.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
@media (min-width: 992px) {
	.home_news__list__arrows__item {
		width: 60px;
		height: 60px;
	}
	.home_news__list__arrows__item svg {
		transform: scale(1.4);
	}
}
.home_news__list__item.swiper-slide {
	width: 85%;
	opacity: 1;
	transition: all ease-in-out 300ms;
}
@media (min-width: 992px) {
	.home_news__list__item.swiper-slide {
		width: 45%;
	}
}
.home_news__list__item.swiper-slide.swiper-slide-next {
	opacity: 0.45;
}
@media (min-width: 992px) {
	.home_news__list__item.swiper-slide.swiper-slide-next {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.home_news__list__item.swiper-slide.swiper-slide.swiper-slide-next
		+ .swiper-slide {
		opacity: 0.45;
	}
}
.home_news__list__item__img {
	display: block;
	padding-bottom: 1rem;
}
.home_news__list__item__body {
	position: relative;
}
.home_news__list__item__body__date {
	font-size: 14px;
	font-weight: 400;
	color: #272323;
	padding-bottom: 0.8rem;
	display: block;
}
.home_news__list__item__body__title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0.8rem;
}
@media (min-width: 992px) {
	.home_news__list__item__body__title {
		min-height: 56px;
	}
}
.home_news__list__item__body__title a {
	color: #272323;
	text-decoration: none;
}
.home_news__list__item__body__title a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home_news__list__item__body__text {
	margin: 0;
	padding-bottom: 1rem;
	font-size: 14px;
}
@media (min-width: 992px) {
	.home_news__list__item__body__text {
		min-height: 75px;
	}
}
.home_news__list__item__body__footer {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-top: 1px solid #272323;
	border-bottom: 1px solid #272323;
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}
.home_news__list__item__body__read_more {
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
}

.page-template-customers .section_contact {
	margin-top: 0;
}

.about_slider {
	width: 100%;
}
.about_slider .container {
	padding: 0;
	max-width: 100%;
}
@media (min-width: 1440px) {
	.about_slider .container {
		padding: 0 1rem;
		max-width: 1200px;
	}
}
.about_slider--image {
	width: 100%;
	height: 50dvh;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
@media (min-width: 992px) {
	.about_slider--image {
		height: 555px;
	}
}
.about_slider--image.nobefore::before {
	display: none;
}
.about_slider--image::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 59, 59, 0.6);
	opacity: 0.75;
}
.about_slider--image picture {
	display: block;
	width: 100%;
	height: 100%;
}
.about_slider--image picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about_description {
	padding: 2.5rem 0;
	font-weight: 400;
}
@media (min-width: 992px) {
	.about_description {
		padding: 4rem 0;
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.about_description .container {
		max-width: 750px;
	}
}
.about_description p {
	margin: 0;
	padding: 0 0 1.2rem;
}
.about_description p:last-child {
	padding-bottom: 0;
}
.about_description h3 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 1rem;
}
.about_description ul {
	margin: 0;
	padding-left: 1.25rem;
}

.about_company .container {
	padding: 0;
	max-width: 100%;
}
@media (min-width: 1440px) {
	.about_company .container {
		padding: 0 1rem;
		max-width: 1200px;
	}
}
.about_company__mission {
	padding: 2rem 1rem;
}
@media (min-width: 992px) {
	.about_company__mission {
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.about_company__mission .box_body {
		border: 2px solid black;
		border-left: none;
	}
}
@media (min-width: 1280px) {
	.about_company__mission .box_body {
		border-left: 2px solid #272323;
	}
}
.about_company__vision {
	padding: 0 1rem 2rem;
}
@media (min-width: 992px) {
	.about_company__vision {
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.about_company__vision .box_body {
		order: 2;
		border: 2px solid #272323;
		border-right: none;
	}
}
@media (min-width: 1280px) {
	.about_company__vision .box_body {
		border-right: 2px solid #272323;
	}
}
@media (min-width: 992px) {
	.about_company__vision .box_img {
		border-bottom: 2px solid #272323;
	}
}
.about_company__title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 1rem;
}
@media (min-width: 992px) {
	.about_company__title {
		font-size: 54px;
		padding-bottom: 1.5rem;
	}
}
@media (min-width: 992px) {
	.about_company .box_body {
		padding: 5rem 3.2rem;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
}
.about_company .box_body p {
	font-size: 14px;
	margin: 0;
	padding-bottom: 1rem;
}
@media (min-width: 992px) {
	.about_company .box_body p {
		font-size: 16px;
	}
}
.about_company .box_body p:last-child {
	padding-bottom: 0;
}
.about_company .box_img {
	padding-top: 1rem;
}
@media (min-width: 992px) {
	.about_company .box_img {
		padding-top: 0;
	}
}
.about_company .box_img picture {
	display: block;
}
@media (min-width: 992px) {
	.about_company .box_img picture img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.about_customers {
	padding: 1.5rem 0;
}
@media (min-width: 992px) {
	.about_customers {
		padding: 6rem 0 4rem;
	}
}
@media (min-width: 992px) {
	.about_customers .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 14rem;
	}
}
.about_customers__head {
	display: grid;
	gap: 1.5rem;
}
.about_customers__link {
	border-top: 1px solid #272323;
	border-bottom: 1px solid #272323;
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	position: relative;
}
.about_customers__link__title {
	margin: 0;
	font-weight: 400;
}
.about_customers__link__title a {
	text-decoration: none;
	color: #272323;
}
.about_customers__link__title a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	width: 100%;
	height: 100%;
}
.about_customers__partners {
	padding-top: 2rem;
	display: flex;
	gap: 1.5rem;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
@media (min-width: 992px) {
	.about_customers__partners {
		row-gap: 2.5rem;
	}
}
.about_customers__partners__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 134px;
	height: auto;
}

.about_certifications__list {
	position: relative;
	display: grid;
	gap: 1.2rem;
}
@media (min-width: 992px) {
	.about_certifications__list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3rem;
		padding-bottom: 6rem;
	}
}
.about_certifications__list__item__img {
	display: block;
	padding-bottom: 1rem;
	height: 210px;
}
@media (min-width: 768px) {
	.about_certifications__list__item__img {
		height: 280px;
	}
}
@media (min-width: 992px) {
	.about_certifications__list__item__img {
		height: 210px;
	}
}
.about_certifications__list__item__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about_certifications__list__item__body__footer {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-top: 1px solid #272323;
	border-bottom: 1px solid #272323;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 28px;
	justify-content: space-between;
	align-items: center;
}
.about_certifications__list__item__body__read_more {
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
}
.about_certifications__list__item__body__read_more a {
	color: #272323;
	text-decoration: none;
}

.about_dealers {
	padding-top: 2rem;
}
@media (min-width: 992px) {
	.about_dealers {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}
}
.about_dealers .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	.about_dealers .container {
		padding-top: 0rem;
		padding-bottom: 0rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.5rem;
	}
}
.about_dealers .column:last-child .accordeon__item:first-child {
	border-top: none;
}
@media (min-width: 992px) {
	.about_dealers .column:last-child .accordeon__item:first-child {
		border-top: 2px solid #000;
	}
}
.about_dealers .column:only-child .accordeon__item:first-child {
	border-top: 2px solid #000;
}

.customers_list {
	padding: 2rem 0;
}
@media (min-width: 992px) {
	.customers_list {
		padding: 4.5rem 0;
	}
}
.customers_list__title {
	font-weight: 700;
	text-transform: uppercase;
	grid-column: span 2;
}
@media (min-width: 992px) {
	.customers_list__title {
		font-size: 18px;
	}
}
.customers_list__title .subtitle {
	font-weight: 400;
}
.customers_list .accordeon__item__body p {
	font-size: 14px;
}
.customers_list .accordeon__item__body ul {
	display: grid;
	grid-gap: 0.3rem;
	grid-auto-flow: row;
	font-size: 14px;
	padding-left: 0;
	list-style: none;
}
@media (min-width: 992px) {
	.customers_list .accordeon__item__body ul {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(10, auto);
		-moz-column-gap: 3.5rem;
		column-gap: 3.5rem;
		row-gap: 0.4rem;
	}
}
.customers_list .accordeon__item__body ul li {
	text-transform: capitalize;
}
.customers_list .accordeon__item__body ul li a {
	color: #272323;
	text-decoration: none;
}
.customers_list.international {
	background-color: #f5f5f5;
	border-top: 2px solid #272323;
}
@media (min-width: 992px) {
	.customers_list.international .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		-moz-column-gap: 3.5rem;
		column-gap: 3.5rem;
	}
}
.customers_list.international .accordeon__item__header {
	background-color: #f5f5f5;
}
.customers_list.international .column:last-child .accordeon__item:first-child {
	border-top: none;
}
@media (min-width: 992px) {
	.customers_list.international
		.column:last-child
		.accordeon__item:first-child {
		border-top: 2px solid #000;
	}
}
.customers_list.international .column:only-child .accordeon__item:first-child {
	border-top: 2px solid #000;
}

.services__list {
	padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
	.services__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2rem;
	}
}
@media (min-width: 992px) {
	.services__list .card:last-child {
		grid-column: span 3;
	}
}

@media (min-width: 1200px) {
	.products .container {
		display: grid;
		grid-template-columns: 30% 1fr;
		gap: 2.5rem;
	}
}
.products__nav {
	padding-bottom: 2.5rem;
}
.products__nav ul {
	display: grid;
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	grid-template-columns: repeat(2, 1fr);
	background-color: #fff;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.products__nav ul {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1200px) {
	.products__nav ul {
		grid-template-columns: 1fr;
		font-size: 16px;
	}
}
.products__nav ul li {
	border-bottom: 2px solid #272323;
}
.products__nav ul li a {
	padding: 1rem;
	color: #272323;
	text-decoration: none;
	display: block;
	transition: all ease-in-out 300ms;
	text-align: center;
}
@media (min-width: 992px) {
	.products__nav ul li a {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.products__nav ul li a:hover {
		background-color: #f0f0f0;
	}
}
@media (min-width: 992px) {
	.products__nav ul li a.active {
		background-color: #f0f0f0;
	}
}
@media (min-width: 992px) {
	.products__nav ul li:last-child {
		border-bottom: none;
	}
}
.products__list {
	padding-bottom: 3.5rem;
	display: grid;
	gap: 1.5rem;
}
@media (min-width: 992px) {
	.products__list {
		grid-template-columns: 1fr 1fr;
		padding-bottom: 5rem;
	}
}
@media (min-width: 992px) {
	.products__list .card__body {
		grid-template-columns: 0.85fr 28px;
		min-height: 84px;
	}
}

.single_product {
	padding: 3rem 0;
}
@media (min-width: 992px) {
	.single_product {
		padding: 6rem 0;
	}
}
.single_product .container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}
@media (min-width: 992px) {
	.single_product .container {
		grid-template-columns: 1fr 1fr;
	}
}
.single_product__slider--gallery.swiper .swiper-slide {
	max-height: 314px;
	height: auto;
}
.single_product__slider--gallery .embed-container {
	padding-bottom: 56%;
	display: none;
}
.single_product__slider--gallery .embed-container.active {
	display: block;
}
.single_product__slider--gallery__icon {
	width: 60px;
	height: 60px;
	background-color: #ffd556;
	border-radius: 50%;
	display: grid;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 20px;
	cursor: pointer;
	transition: all ease-in-out 300ms;
	opacity: 1;
}
.single_product__slider--gallery__icon.active {
	opacity: 0.5;
}
.single_product__slider--gallery__icon img {
	max-width: 26px;
}
.single_product__slider--gallery__image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.single_product__slider--gallery__image.disabled {
	display: none;
}
.single_product__slider--thumbs.swiper {
	margin-top: 1.2rem;
}
.single_product__slider--thumbs.swiper .swiper-slide {
	min-height: 80px;
	height: auto;
	cursor: pointer;
	position: relative;
}
@media (min-width: 992px) {
	.single_product__slider--thumbs.swiper .swiper-slide {
		max-height: 120px;
	}
}
.single_product__slider--thumbs.swiper .swiper-slide .icon {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	background-color: rgba(43, 43, 43, 0.318);
}
.single_product__slider--thumbs.swiper .swiper-slide .icon img {
	max-width: 26px;
	-o-object-fit: inherit;
	object-fit: inherit;
	width: auto;
	height: auto;
}
.single_product__slider--thumbs.swiper .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.single_product__slider--mosaic {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem;
}
@media (min-width: 992px) {
	.single_product__slider--mosaic {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.single_product__slider--mosaic__item {
		max-height: 200px;
	}
}
.single_product__slider--mosaic__item:nth-child(1) {
	grid-column: span 2;
}
@media (min-width: 992px) {
	.single_product__slider--mosaic__item:nth-child(1) {
		max-height: 430px;
	}
}
.single_product__slider--mosaic__item:nth-child(4) {
	grid-column: span 2;
}
@media (min-width: 992px) {
	.single_product__slider--mosaic__item:nth-child(4) {
		max-height: 250px;
	}
}
.single_product__slider--mosaic__item:nth-child(5) {
	grid-column: span 2;
}
@media (min-width: 992px) {
	.single_product__slider--mosaic__item:nth-child(5) {
		max-height: 84px;
	}
}
.single_product__slider--mosaic__item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.single_product__description__head {
	display: grid;
	gap: 0.6rem;
}
@media (min-width: 992px) {
	.single_product__description__head {
		gap: 0.9rem;
	}
}
.single_product__description__head__subtitle {
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
.single_product__description__head__title {
	font-weight: 600;
	font-size: 32px;
	margin: 0;
	line-height: 1.1;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.single_product__description__head__title {
		font-size: 50px;
		padding-right: 2rem;
	}
}
.single_product__description__head__title--upper {
	font-weight: 600;
	font-size: 32px;
	margin: 0;
	line-height: 1.1;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.single_product__description__head__title--upper {
		font-size: 50px;
		padding-right: 2rem;
	}
}
.single_product__description__head__code {
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
.single_product__description__body {
	font-size: 14px;
	font-weight: 400;
	padding: 1.2rem 0;
}
@media (min-width: 992px) {
	.single_product__description__body {
		padding: 1.5rem 0;
	}
}
.single_product__description__body p,
.single_product__description__body ul {
	margin: 0;
	padding: 0.3rem 0;
}
.single_product__description__body ul {
	margin-left: 1rem;
}
.single_product__description__body .boxLink {
	margin-top: 1.2rem;
}
@media (min-width: 992px) {
	.single_product__description__body .boxLink {
		margin-top: 1.6rem;
	}
}
.single_product__description__footer {
	display: flex;
	gap: 1.2rem;
	align-items: center;
	padding-top: 1.2rem;
}
@media (min-width: 992px) {
	.single_product__description__footer {
		flex-flow: row;
		gap: 2.5rem;
	}
}
@media (min-width: 992px) {
	.single_product__description__footer .button_fma--black {
		max-width: 182px;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
}
.single_product__description__form {
	margin-top: 2rem;
	display: none;
}
.single_product__description__form form {
	background-color: #272323;
	padding: 0.2rem 1.2rem;
}

.single-productos .home_news {
	padding-top: 2.5rem;
	padding-bottom: 4.5rem;
	border-top: 2px solid #272323;
}
@media (min-width: 992px) {
	.single-productos .home_news {
		padding-top: 4.5rem;
		padding-bottom: 6.5rem;
	}
}
.single-productos .tobii__slide [data-type="iframe"] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}
@media (min-width: 992px) {
	.single-productos .tobii__slide [data-type="iframe"] {
		height: 620px;
	}
}
.single-productos .tobii__slide [data-type="iframe"] iframe {
	width: 100% !important;
	height: 100% !important;
}

.single_product_related {
	padding: 2.5rem 0 3rem;
	border-top: 2px solid #272323;
}
@media (min-width: 992px) {
	.single_product_related {
		padding: 4.5rem 0 6rem;
	}
}

.single-post__content {
	padding-top: 0rem;
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	.single-post__content {
		padding-top: 0rem;
		padding-bottom: 3.5rem;
	}
}
@media (min-width: 992px) {
	.single-post__content iframe {
		min-height: 560px;
	}
}
.single-post__content .single_product__description__footer {
	padding-top: 3.2rem;
}
.single-post__related {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
	background-color: #f5f5f5;
}
@media (min-width: 992px) {
	.single-post__related {
		padding-top: 4.5rem;
		padding-bottom: 6.5rem;
	}
}

.blog__featured {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
	.blog__featured {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem;
	}
}
.blog__featured .posts_related__list {
	display: grid;
	gap: 1.8rem;
}
@media (min-width: 992px) {
	.blog__featured .posts_related__list {
		grid-template-columns: 416px 1fr;
		grid-template-areas: "a a b" "a a c";
		gap: 40px;
	}
}
@media (min-width: 992px) {
	.blog__featured .posts_related__list .posts_related__list__item {
		display: grid;
		grid-template-columns: 207px 1fr;
		gap: 40px;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item
		.posts_related__list__item__body__text {
		min-height: 124px;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item
		.posts_related__list__item__img {
		padding-bottom: 0;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item:nth-child(1) {
		grid-area: a;
		grid-template-columns: 1fr;
		gap: 0;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item:nth-child(1)
		.posts_related__list__item__body__text {
		min-height: 138px;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item:nth-child(1)
		.posts_related__list__item__img {
		height: 285px;
		padding-bottom: 1rem;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item:nth-child(2) {
		grid-area: b;
	}
	.blog__featured
		.posts_related__list
		.posts_related__list__item:nth-child(3) {
		grid-area: c;
	}
}
.blog__posts {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background-color: #f5f5f5;
	border-top: 2px solid #272323;
}
@media (min-width: 992px) {
	.blog__posts {
		padding-top: 4.5rem;
		padding-bottom: 6.5rem;
	}
}
.blog__posts .title_fma {
	padding-bottom: 1.5rem;
}
.blog__posts .posts_related__list {
	display: grid;
	gap: 1.8rem;
}
@media (min-width: 992px) {
	.blog__posts .posts_related__list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2.2rem;
	}
}
.blog__posts__pagination {
	display: grid;
	justify-content: center;
	padding-top: 3rem;
}
.blog__contact {
	margin-top: 0;
}

.contact .container {
	position: static;
}
@media (min-width: 992px) {
	.contact .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5rem;
	}
}
.contact__info {
	padding-top: 3rem;
	position: relative;
}
@media (min-width: 992px) {
	.contact__info {
		padding-top: 6rem;
		padding-bottom: 4rem;
	}
}
@media (min-width: 992px) {
	.contact__info.work_with_us {
		padding-bottom: 0;
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
	}
}
@media (min-width: 992px) {
	.contact__info.work_with_us .title_fma {
		padding-top: 1.2rem;
	}
}
.contact__info__content {
	max-width: 480px;
	padding-top: 2rem;
}
@media (min-width: 992px) {
	.contact__info__content {
		padding-top: 4rem;
	}
}
.contact__info__content figure {
	display: block;
	padding-top: 2rem;
}
@media (min-width: 992px) {
	.contact__info__content figure {
		padding-top: 4rem;
	}
}
.contact__info__offices {
	padding-top: 2rem;
	display: grid;
	gap: 2rem;
}
.contact__info__offices__item {
	color: #272323;
	font-size: 14px;
}
.contact__info__offices__item__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.contact__info__offices__item p {
	margin: 0.2rem 0;
}
.contact__info__offices__item p:nth-child(2) {
	font-weight: 600;
}
.contact__info__offices__item p:nth-child(2) span {
	font-weight: 400;
}
.contact__info__offices__item p:nth-child(4) {
	font-weight: 600;
}
.contact__info__offices__item .accordeon__item {
	margin-top: 1rem;
	border-top: 2px solid #272323;
}
.contact__info__email {
	padding-top: 2rem;
}
.contact__info__email a {
	color: #272323;
	text-decoration: none;
	font-weight: 700;
}
.contact__form {
	padding-top: 3rem;
	position: relative;
}
@media (min-width: 992px) {
	.contact__form {
		padding-top: 6rem;
	}
}
@media (min-width: 992px) {
	.contact__form::before {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-color: #272323;
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media (min-width: 992px) {
	.contact__form::after {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-color: #272323;
		position: absolute;
		top: 0;
		right: 0;
	}
}
.contact__form__container {
	background-color: #272323;
	position: relative;
	padding: 1rem;
}
@media (min-width: 992px) {
	.contact__form__container {
		padding: 8rem 2rem 2rem;
	}
}
.contact__form__title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 1.4rem;
	text-transform: uppercase;
	color: white;
}
.contact__form form p {
	margin: 0;
}
.contact__form form .wpcf7-checkbox {
	color: #fff;
	font-size: 12px;
}
.contact__form form .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.39_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@14.2.1_node-sass@9.0.0_sass@1.77.8_webpack@5.93.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/.pnpm/swiper@11.1.5/node_modules/swiper/swiper-bundle.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2024
 */
/* FONT_START */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(
		--swiper-wrapper-transition-timing-function,
		initial
	);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
	> .swiper-wrapper
	> .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
	> .swiper-wrapper
	> .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */
:root {
	/*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 8px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 8px)
	);
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(
		--swiper-pagination-progressbar-bg-color,
		rgba(0, 0, 0, 0.25)
	);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	backface-visibility: hidden;
	overflow: hidden;
}
