/**************************************/
/********** TEMPLATE MODULES **********/
/**************************************/

.template-module {
	margin: 40px 0;
    position: relative;
    font-size: 0;
}

.template-module:first-child {
	margin-top: 0;
}
.template-module:last-child {
	margin-bottom: 0;
}

.template-module .row {
	margin: 40px 0px;
}
.template-module .row > div {
	padding-inline: 0;
}

.template-module a:not(.button,.search) {
    display: flex;
}

.template-module a:not(.button,.search):has(img) {
    overflow: visible;
}

.template-module img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: unset;
}

.template-module.round-corners video,
.template-module.round-corners iframe,
.template-module.round-corners a:has(img),
.template-module.round-corners img {
	border-radius: 20px;
}

.template-module .slider .image,
.template-module .slider img {
	border-radius: 0;
}

.template-module > img {
	width: 100% !important;
	border-radius: 0;
}

.template-module.free-img img {
	width: unset;
	max-width: 100%;
	/* height: 100%; */
	object-fit: cover;
}



.template-module a[href] img {
	transition: var(--transition);
}

.template-module .button.button-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.template-module .button.button-right {
	position: relative;
	left: 100%;
	transform: translateX(-100%);
}

/* 
@media(min-width: 768px) {
	.template-module {
		margin: 80px 0;
	}
} */

@media(max-width: 1025px) {
    .template-module .button,
    .template-module .button:hover,
    .template-module .button:focus {
        padding: 4px 20px 5px;
        font-size: 14px;
        line-height: 1.71;
    }
}

@media(max-width: 768px) {
	.template-module.free-img img {
		width: 100%;
		height: 100%;
	}
}

@media(min-width: 992px) {

	.template-module a[href]:has(img) {
		overflow: hidden;
	}

	.template-module a[href]:has(img):hover img {
		transform: scale(1.02);
	}
	
	.template-module {
		margin: 80px 0;
	}
	
	.template-module .row {
		margin: 0;
	}
	.template-module .row > div {
		padding: 0
	}
}

/**************************************/
/********** MODULE 1: SLIDER **********/
/**************************************/

.template-module .slider-wrapper {
	position: relative;
}


.template-module.round-corners > .container .slider-wrapper .tns-outer {
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
}

.template-module .slider-wrapper .tns-outer .image {
    border-radius: 0;
	background-color: #c7c5c5;
}

.template-module .slider:not(.tns-slider) {
    display: flex;
    overflow: hidden;
}

.template-module .slider:not(.tns-slider) > .slide {
    flex-basis: 100%;
    min-width: 100%;
}

.template-module .slider:not(.tns-gallery) .slide {
	position: relative;
}


.template-module:not(.module3, .module2 ) .image {
	position: relative;
    aspect-ratio: 16 / 8.99;
	background-color: unset;
}

.template-module.round-corners .image {
	border-radius: 20px;
	overflow: hidden;
}

.template-module.module2 .image,
.template-module.module3 .image {
	position: relative;
	padding-top: 56.25%;
}


.template-module .image img {
	position: absolute;
	top: -1px;bottom:-1px;
	left: -1px;right: -1px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	width: auto;
	height: 100%;
	background-color: #000000;
}

.template-module .slider .legend {
	padding: 10px 40px;
	text-align: center;
	position: relative;
    background-color: white;
    pointer-events: none;
}
.template-module .slider .legend small {
    text-align: center;
    margin: .25em 0;
	color: white;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
}

.slider-arrows {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
	width: 100%;
	justify-content: space-between;
}

.slider-arrows>div {
	position: relative;
	width: 20px;
	height: 37px;
	pointer-events: auto;
	margin: 40px;
	cursor: pointer;
	transition: var(--transition);
}

.template-module .slider-wrapper .slider-arrows>div:hover {
	opacity: 0.6;
	transform: none;
}

.template-module .slider-wrapper .slider-arrows>div.prev {
	transform: rotateY(180deg);

}


.template-module .slider-wrapper .slider-arrows>div.prev:hover {
	opacity: 0.6;
	transform: rotateY(180deg);
}

.slider-arrows>div.prev {
	transform: rotate(0);
}

.slider-arrows>div.next {
	right: 0;
}

.slider-arrows > div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url("/assets/img/template/slider-caret.svg");
	-webkit-mask-repeat: no-repeat;
	mask-image:url("/assets/img/template/slider-caret.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	background-color: #ffffff;
	transition: var(--transition);
	cursor: pointer;
}


@media (max-width: 768px){ 

	.slider-arrows > div {
		width: 13px;
		height: 24px;
		margin: 10px;
	}

	.template-module.round-corners .slider-wrapper .tns-outer .image {
		border-radius: 20px;
	}

}

@media(min-width: 992px) {
	.template-module .slider .legend {
		padding: 20px 80px;
	}
	
}


/***********************************************/
/********** MODULE 1: SLIDER (NO BAR) **********/
/***********************************************/


.template-module .slider-wrapper.no-bar .slider .legend {
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    background: linear-gradient(to top, rgba(1,1,1,0.2), rgba(1,1,1,0.1) );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.template-module .slider-wrapper.no-bar .slider .legend p {
    color: white;
	font-size: 13px;
	line-height: 1.38;
	margin-bottom: 5px;
}

.template-module .slider-wrapper.no-bar .slider .video + .legend {
    background: transparent;
}
/* 

.template-module .slider-wrapper.no-bar .slider-arrows {
    padding-top: 0;
}

.template-module .slider-wrapper.no-bar .slider-arrows > div::before {
    background-image: url(/template1/assets/img/arrow-white.svg);
} */

@media(max-width: 768px) {

	.template-module .slider-wrapper.no-bar .slider .legend {
		position: relative;
		background: transparent;
		padding: 10px 20px 0;
	}
	.template-module .container .slider-wrapper.no-bar .slider .legend {
		padding: 10px 0 0;
	}
	.template-module .slider-wrapper.no-bar .slider .legend p {
		font-size: 11px;
		font-weight: 300;
		line-height: 1.45;
		letter-spacing: normal;
		text-align: center;
		color: #858585;
		margin: 0;
	}
}



/**************************************************/
/********** MODULE 1: SLIDER THUMBNAILS  **********/
/**************************************************/

.template-module .thumbnail-wrapper {
	position: relative;
	margin-top: 20px;
	padding: 0 40px;
}

.template-module .thumbnail-slider {
	margin: 0 -10px;
}
.template-module .thumbnail-slider:not(.tns-slider) {
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}
.template-module .thumbnail-slider:not(.tns-slider) > div {
	flex-basis: 50%;
    min-width: 50%;
}

.template-module .thumbnail-slider .slide {
	padding: 0 10px;
	cursor: pointer;
}

.template-module .thumbnail-slider .slide > div {
	padding: 6px;
	border: 1px solid transparent;
	transition: all .2s ease-in-out;
}
.template-module .thumbnail-slider .image {
	position: relative;
    padding-top: 56.25%;
	background-position: center;
	background-size: cover;
}
.template-module .thumbnail-slider .slide.tns-nav-active > div, .template-module .thumbnail-slider .slide:hover > div {
	border: 1px solid rgb(var(--primary));
}


.template-module .thumbnail-slider-arrows {
	position: absolute;
	top: 50%;left: 0;
	transform: translateY(-50%);
    width: 100%;
    display: flex;
    pointer-events: none;
}
.template-module .thumbnail-slider-arrows > div {
    position: relative;
	cursor: pointer;
	margin: auto;
	width: 25px;
	height: 11px;
    font-size: 0;
    pointer-events: auto;
}
.template-module .thumbnail-slider-arrows > div[aria-disabled="true"] {
	opacity: .1;
	pointer-events: none;
}

.template-module .thumbnail-slider-arrows > div.prev {
    margin-left: 0;
    transform: rotate(180deg);
}
.template-module .thumbnail-slider-arrows > div.next {
    margin-right: 0;
}
.template-module .thumbnail-slider-arrows > div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/assets/img/template/slider-caret.svg);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/assets/img/template/slider-caret.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: #000000;
    transition: var(--transition);
    cursor: pointer;
}


@media(min-width: 768px) {
    .template-module .thumbnail-wrapper {
		padding: 0 65px;
	}

    .template-module .thumbnail-slider:not(.tns-slider) > div {
        flex-basis: 25%;
		min-width: 25%;
    }

	.template-module .thumbnail-slider-arrows > div {
		width: 40px;
		height: 18px;
	}
}


/**************************************************/
/********** MODULE 1: FULL WIDTH GALLERY **********/
/**************************************************/

.template-module .gallery {
	position: relative;
}
.template-module .gallery-fullscreen {
	display: none;
	position: fixed;
    top: 0;left: 0;
	width: 100vw;
	height: 100vh;
    z-index: 10;
    background: rgba(32, 32, 32, .9);
	padding: 100px;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
}
.template-module .gallery-fullscreen.visible {
	opacity: 1;
	pointer-events: auto;
}

.template-module .gallery-track {
	padding-top: 56.25%;
	max-height: 800px;
	position: relative;
	height: auto;
	overflow-x: auto;
    overflow-y: hidden;
    margin-top: 30px;
}
.template-module .gallery-fullscreen .gallery-track {
	height: 100%;
	padding: 0;
	max-height: none;
}
.template-module .gallery-track::-webkit-scrollbar-track {
	background-color: var(--white);
}
.template-module .gallery-track::-webkit-scrollbar {
	height: 22px;
	background-color: var(--white);
}
.template-module .gallery-fullscreen .gallery-track::-webkit-scrollbar {
	height: 0;
}
.template-module .gallery-track::-webkit-scrollbar-thumb {
	background-color: var(--black);
	border: 10px solid var(--white);
}

.template-module .gallery-track .gallery-list {
	position: absolute;
	top: 0;left: 0;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}
.template-module .gallery-fullscreen .gallery-track .gallery-list {
	position: relative;
}

.template-module .gallery-slide {
	height: 100%;
	top: 0;
	overflow: hidden;
}
.template-module .gallery-fullscreen .gallery-slide {
	max-height: 100%;
	min-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.template-module .gallery-track .gallery-slide img {
	max-height: 100%;
	cursor: pointer;
	transition: var(--transition);
	will-change: transform;
}
.template-module .gallery-fullscreen .gallery-track .gallery-slide img {
	max-width: 100%;
	display: block;
	margin: auto;
	cursor: default;
}
.template-module .gallery > .gallery-track .gallery-slide img:hover {
	transform: scale(1.025);
}

/* .template-module .gallery-arrows {
	position: absolute;
	top: 0;left: 0;
	right: 0;bottom: 42px;
	pointer-events: none;
} */
/* .template-module .gallery-arrows div {
	position: absolute;
	width: 25px;
	height: 47px;
	top: 0;bottom: 0;
	right: 20px;
	margin: auto;
	background-image: url(/template1/assets/img/caret-slim-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: auto;
} */
/* .template-module .gallery-fullscreen .gallery-arrows div {
	pointer-events: none;
}
.template-module .gallery-fullscreen.visible .gallery-arrows div {
	pointer-events: auto;
}
.template-module .gallery-arrows div:first-of-type {
	left: 20px;
	right: auto;
	transform: rotate(180deg);
} */

/* .template-module .gallery.disabled .gallery-arrows div {
	opacity: 0;
	pointer-events :none;
} */

.template-module .gallery-fullscreen .close {
	position: absolute;
	top: 35px;
	right: 35px;
	height: 25px;
	width: 25px;
	opacity: 1;
	overflow: visible;
}
.template-module .gallery-fullscreen .close::before,
.template-module .gallery-fullscreen .close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 35px;
	background-color: white;
	transform: rotate(45deg);
	transform-origin: left
}
.template-module .gallery-fullscreen .close::after {
	left: auto;right: 0;
	transform: rotate(-45deg);
	transform-origin: right;
}


@media(min-width: 768px) {
    .template-module .gallery-track::-webkit-scrollbar {
		height: 42px;
    }
	.template-module .gallery-track::-webkit-scrollbar-thumb {
		border: 20px solid var(--white);
	}
	
	/* .template-module .gallery-arrows div {
		width: 32px;
		height: 62px;
		right: 50px;
	}
	.template-module .gallery-arrows div:first-of-type {
		left: 50px;
	} */
}


@media(min-width: 992px) {
	.template-module .gallery-fullscreen {
		display: block;
	}
	
	.template-module .gallery-track {
		padding-top: 35.7142%;
	}
}



/**************************************************/
/********** MODULE 2 & 3: TEXT AND IMAGE **********/
/**************************************************/

/* .template-module.wrap::before,
.template-module.wrap::after {
    content: "";
    display: table;
    clear: both;
} */

.template-module.wrap img + h2,
.template-module.wrap img + h3,
.template-module.wrap img + h4,
.template-module.wrap img + p,
.template-module.wrap img + ul,
.template-module.wrap img + ol,
.template-module.wrap .image + h2,
.template-module.wrap .image + h3,
.template-module.wrap .image + h4,
.template-module.wrap .image + p,
.template-module.wrap i.imagemg + ul,
.template-module.wrap .image + ol  {
    margin-top: 0;
}


.template-module.wrap ol,
.template-module.wrap ul,
.template-module.wrap  {
	display: flow-root;
}
.template-module.wrap > .container > p:last-of-type {
	margin-bottom: 0;
}
/* 
.template-module.module2.wrap  img,
.template-module.module3.wrap img {
	max-width: 100%;
	float: none;
	margin: 0 0 15px 0;
} */

.template-module.module2.wrap  .image-wrapper,
.template-module.module3.wrap .image-wrapper {
	max-width: 100%;
	float: none;
	margin: 0 0 15px 0;
} 

.template-module.module2.wrap  .image-wrapper small,
.template-module.module3.wrap .image-wrapper small {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #858585;
	margin: 15px 0 0;
} 

.template-module.module2.wrap .imgVWrap small, 
.template-module.module3.wrap .imgVWrap small {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.38;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin-inline: 20px;
	color: 	white;
	z-index: 2;
	width: unset;
}

.template-module.module2.wrap .imgVWrap .image.video.open small, 
.template-module.module3.wrap .imgVWrap .image.video.open small {
	display: none;
}

.template-module.module2 .row > div:first-child {
    padding-right: 15px;
}

.template-module.module3 .row > div:last-child {
    padding-left: 15px;
}

.template-module.module2.wrap .image.video,
.template-module.module3.wrap .image.video {
	width: 100%;
}

.template-module.module2.wrap .image.video img,
.template-module.module3.wrap .image.video img {
	position: relative;
	margin: 0;
	width: 100%;
}

@media(max-width: 768px) {
	.template-module.module2.wrap .imgVWrap small, 
	.template-module.module3.wrap .imgVWrap small,
	.template-module.module2.wrap .image-wrapper small, 
	.template-module.module3.wrap .image-wrapper small{

		font-size: 11px;
		font-weight: 300;
		line-height: 1.45;
	}

}


@media(min-width: 768px) {

	/* .template-module.module2.wrap img,
	.template-module.module3.wrap img {
		max-width: calc(50% - 10px);
		margin-top: 5px;
	} */

	.template-module.module2.wrap .image-wrapper, 
	.template-module.module3.wrap .image-wrapper { 
		max-width: calc(50% - 10px);
		margin-top: 5px;
	}

	.template-module.module2.wrap h2,
	.template-module.module3.wrap h2 {
		margin-top: 0px;
	}

	.template-module.module2.wrap .image.video img,
	.template-module.module3.wrap .image.video img {
		max-width: unset;
	}

	.template-module.module2.wrap .image.video,
	.template-module.module3.wrap .image.video {
		max-width: calc(50% - 10px);
	}

	/* .template-module.module2.wrap img {
		margin: 8px 0 30px 50px;
		float: right;
	}
	.template-module.module3.wrap img {
		margin: 8px 50px 30px 0;
		float: left;
	}	 */


	.template-module.module2.wrap .image-wrapper {
		margin: 8px 0 19px 20px;
		float: right;
	}
	.template-module.module3.wrap .image-wrapper {
		margin: 8px 20px 19px 0;
		float: left;
	}	

	.template-module.module2 .row > div:first-child {
		padding-right: 20px;
	}
	
	.template-module.module3 .row > div:last-child {
		padding-left: 20px;
	}

	.template-module.module2.wrap .image.video {
		margin-bottom: 25px;
		margin-left: 55px;
		float: right;
		padding-top: 0;
	}

	.template-module.module3.wrap .image.video {
		margin-bottom: 25px;
		margin-right: 55px;
		float: left;
		padding-top: 0;
	}

	.template-module.module2.wrap .image.video img,
	.template-module.module3.wrap .image.video img {
		padding: 0;
	}	

}

@media(min-width: 1025px) {
	.template-module.module2.wrap .image-wrapper {
		margin: 8px 0 19px 45px;
		float: right;
	}
	.template-module.module3.wrap .image-wrapper {
		margin: 8px 45px 19px 0;
		float: left;
	}	

	.template-module.module2 .row > div:first-child {
		padding-right: 45px;
	}
	
	.template-module.module3 .row > div:last-child {
		padding-left: 45px;
	}
}

/**********************************************************/
/********** MODULE 4, 5, 6 & 7: IMAGE AND LEGEND **********/
/**********************************************************/

.template-module.module4 p,
.template-module.module5 p,
.template-module.module6 p,
.template-module.module7 p {
    margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0;
}

/* .template-module.module4 img+h2,
.template-module.module5 a+h2,
.template-module.module6 a+h2,
.template-module.module7 a+h2,
.template-module.module4 img+h3,
.template-module.module5 a+h3,
.template-module.module6 a+h3,
.template-module.module7 a+h3,
.template-module.module4 img+h4,
.template-module.module5 a+h4,
.template-module.module6 a+h4,
.template-module.module7 a+h5 {
   margin-top: 1em;
} */

@media(min-width: 768px) {
	.template-module.module4 p,
    .template-module.module5 p,
    .template-module.module6 p,
    .template-module.module7 p {
        width: 75%;
        padding: 0 10px 0;
    }
}


/**************************************************/
/********** MODULE 10 & 11: TEXT COLUMNS **********/
/**************************************************/

/* .template-module.module10 .row,
.template-module.module11 .row {
	display: flex;
	margin: -10px -25px;
}

.template-module.module10 .row > div,
.template-module.module11 .row > div {
	float: none !important;
	padding: 10px 25px;
	flex: 0 0 100%;
	max-width: 100% !important;
}


@media(min-width: 768px) {
    .template-module.module10 .row > div {
		flex: 0 0 50%;
		max-width: 50% !important;
		width: auto !important;
	}
	.template-module.module11 .row > div {
		flex: 0 0 33.333%;
		max-width: 33.333% !important;
		width: auto !important;
	}
} */



/***************************************************************************************/
/********** MODULE 4 + 10 FUSION & MODULE 5 + 11 FUSION: TEXT + IMAGE COLUMNS **********/
/***************************************************************************************/

.template-module.module4.module10 p,
.template-module.module5.module11 p {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: auto;
}

.template-module.module11 .row {
	width: 100%;
}


.template-module.module4.module10 .row{
	--gap-h: 50px;
}

.template-module.module5.module11 .row {
    --gap-h: 57px;
}

.template-module.module11 .row > div {
	--gap-h: 57px;
} 


.template-module.module5.module11.module25 .row {
    --gap-h: 40px;
}

.template-module.module11.module25 .row > div {
	--gap-h: 40px;
} 

.template-module.module4.module10 .button,
.template-module.module5.module11 .button {
    margin-top: 24px;
    display: table;
}

.template-module.module5.module11 .header,
.template-module.module4.module10 .header {
	margin-bottom: 37px;
}
.template-module.module5.module11 h2,
.template-module.module4.module10 h2,
.template-module.module5.module11 h3,
.template-module.module4.module10 h3,
.template-module.module5.module11 h4,
.template-module.module4.module10 h4 {
	margin-bottom: 0;
}
.template-module.module5.module11 h2 + p,
.template-module.module4.module10 h2 + p,
.template-module.module5.module11 h3 + p,
.template-module.module4.module10 h3 + p,
.template-module.module5.module11 h4 + p,
.template-module.module4.module10 h4 + p {
	margin-top: 0;
}

.template-module.module5.module11 .row > div > :first-child,
.template-module.module4.module10 .row > div > :first-child {
	margin-top: 0;
}

.template-module.module5.module11 .row > div > :last-child,
.template-module.module4.module10 .row > div > :last-child {
	margin-bottom: 0;
}

.template .template-module small.subtitle,
.template-module.module5.module11 .row > div > small,
.template-module.module4.module10 .row > div > small {
	display: block;
	font-size: 13px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #858585;
    margin: 15px 0 0;
}
.template-module.module5.module11 .row > div > small {
	margin: 15px 0 0;
}


.template .template-module small.subtitle {
	text-align: center;
	width: 100%;
    margin-top: 20px;
}

.template .template-module .image.video + small.subtitle {
	color: #ffffff;
    position: absolute;
    margin-bottom: 25px;
    bottom: 0;
    z-index: 1;
}


.template-module.module5.module11 picture + h4,
.template-module.module4.module10 picture + h4,
.template-module.module5.module11 picture + h2,
.template-module.module4.module10 picture + h2,
.template-module.module5.module11 picture + h3,
.template-module.module4.module10 picture + h3,
.template-module.module5.module11 a:has(img) + h4,
.template-module.module4.module10 a:has(img) + h4,
.template-module.module5.module11 a:has(img) + h2,
.template-module.module4.module10 a:has(img) + h2,
.template-module.module5.module11 a:has(img) + h3,
.template-module.module4.module10 a:has(img) + h3 {
	margin: 25px 0 0;
}

.template-module.module5.module11 img + p {
	margin-top: 30px;
}


.template-module.module10 img+p,
.template-module.module11 img+p {
	margin-top: 1.5em;
}

@media(max-width: 1025px) {

	.template-module.module4.module10 .row,
	.template-module.module5.module11 .row,
	.template-module.module11 .row > div,
	.template-module.module11.module25 .row > div,
	.template-module.module5.module11.module25 .row {
		--gap-h: 20px;
		margin: 20px 0px;
	}

	.template-module.module5.module11 .header, 
	.template-module.module4.module10 .header {
		margin-bottom: 20px;
	}
}


@media(max-width: 767px) {

	.template-module.module5.module11 .header,
	.template-module.module4.module10 .header {
		margin-bottom: 20px;
	}
	.template .template-module .image.video + small.subtitle,
	.template .template-module small.subtitle,
	.template-module.module5.module11 .row > div > small, 
	.template-module.module4.module10 .row > div > small {
		font-size: 11px;
		font-weight: 300;
		line-height: 1.45;
		margin: 15px 0 0;
	}


	.template-module.module4.module10 .row,
	.template-module.module5.module11 .row {
		--gap-v: 40px;
		margin: 20px 0;
	}

	.template-module.module5.module10 .row:has(.col-12.col-md-6:last-of-type > img):not(:has(.col-12.col-md-6:nth-child(1) > img)),
	.template-module.module4.module10 .row:has(.col-12.col-md-6:last-of-type > img):not(:has(.col-12.col-md-6:nth-child(1) > img)) {
		flex-direction: column-reverse;
	}

	/* .template .template-module small.subtitle {
		padding: 0 20px;
	} */

	.template .template-module .image.video + small.subtitle {
		position: relative;
        text-align: center;
        color: #858585;
        bottom: unset;
	}
}


/******************************************************************/
/********** MODULE 12: VIDEO & MODULE 1: SLIDER w/ video **********/
/******************************************************************/



.template-module .video::before {
    content: "";
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    mix-blend-mode: multiply;
	background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}



.template-module .video.open::before {
    background-color: black;
}


.fullscreen-container iframe,
.fullscreen-container video,
.template-module .video iframe,
.template-module .video video {
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	width: 100%;
	height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.template-module .video.open iframe,
.template-module .video.open video {
	opacity: 1;
	pointer-events: auto;
	/* object-fit: contain; */
}


.fullscreen-container {
	height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
	opacity: 0;
	pointer-events: none;
}

.fullscreen-container.open {
	opacity: 1;
	pointer-events: all;
}

.fullscreen-container iframe,
.fullscreen-container video {
	display: none;
	opacity: 1;
	pointer-events: all;
	padding-block: 50px;
}

.fullscreen-container .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 15px;
    z-index: 10;
    cursor: pointer;
}

.fullscreen-container .close::after,
.fullscreen-container .close::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: #fff;
}

.fullscreen-container .close::after {
    transform: rotate(-45deg);
}
.template-module .video.open + .legend {
	opacity: 0;
}

/* @supports(object-fit: cover) {
	.template-module .image.video img {
		top: 0;left: 0;
		transform: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
} */


.template-module .video a.play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    z-index: 1;
}

.template-module .video a.play:before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
    left: 5px;
    right: 0;
    width: 28px;
    height: 31px;
	margin: auto;
	-webkit-mask-image: url("/assets/img/template/play.svg");
	mask-image: url("/assets/img/template/play.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-size:cover;
	-webkit-mask-size:cover;
	background-color: black;
	transition: var(--transition);
	z-index: 2;
}

.template-module .video a.play:after {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 93px;
    height: 93px;
	transition: var(--transition);
    border-radius: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
}


/* 
.template-module .video a.play:hover {
	transform: scale(1.10);
} */

.template-module .video + p.text-center {
    position: absolute;
    bottom: 0;
    left: 20px;right: 20px;
    margin: 1em auto;
    color: white;
    z-index: 1;
}

.template-module a + p.text-center,
.template-module img + p.text-center {
	margin-top: 25px;
}

.template-module.module2.wrap .image.video,
.template-module.module3.wrap .image.video {
	width: 100%;
	padding: 0;
}


@media(max-width: 768px) {


	


	.template-module .video + p.text-center {
		font-size: 10px;
	}

	.template-module a + p.text-center, .template-module img + p.text-center {
		margin-top: 10px;
	}

	.template-module .video a.play:before {
        max-height: 12px;
        max-width: 11px;
        left: 1px;
	}

	.template-module .video a.play:after {
		width: 41px;
		height: 41px;
	}

}



@media(min-width: 768px) {
	.template-module .video a {
		width: 70px;
		height: 70px;
		border-width: 4px
	}

	.template-module .video a.play {
		width: 93px;
		height: 93px;
	}

	.template-module.module2.wrap .image.video,
	.template-module.module3.wrap .image.video {
		max-width: 50%;
	}

	.template-module.module3.wrap .image.video {
		margin-bottom: 20px;
		margin-right: 30px;
		float: left;
		padding-top: 0;
	}	
	.template-module.module2.wrap .image.video img,
	.template-module.module3.wrap .image.video img {
		padding: 0;
	}	

	.template-module.module2.wrap .image.video {
		margin-bottom: 20px;
		margin-left: 30px;
		float: right;
		padding-top: 0;
	}

	.fullscreen-container iframe,
	.fullscreen-container video {
		padding: 50px;
	}

}

@media(min-width: 992px) {
	.template-module .video a {
		width: 95px;
		height: 95px;
	}
	/* .template-module .video a:hover {
		width: 100px;
		height: 100px;
	} */

	.template-module .video a:hover.play::after {
		transform: scale(1.1)
	}
}


@media(min-width: 1025px) {

	.template-module.module3.wrap .image.video {
		margin-bottom: 25px;
		margin-right: 55px;
	}	

	.template-module.module2.wrap .image.video {
		margin-bottom: 25px;
		margin-left: 55px;
	}

}


/*****************************************************/
/********** MODULE 19: CALL TO ACTION (CTA) **********/
/*****************************************************/

.template-module .cta {
    display: block;
    position: relative;
	width: 100%;
    padding: 45px 100px 60px;
    background-color: var(--primary);
	border-radius: 20px;
	text-align: center;
	background-color:var(--primary) ;
}

.template-module .cta .h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: center;
	color: var(--white);
	margin-block: 0;
}

.template-module .cta p {
	text-align: center;
	max-width: 875px;
	margin: auto;
	color: 	var(--white);
}

.template-module .cta > p > a:hover,
.template-module .cta > p > a {
	color: var(--white);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.template-module .cta > p > a:hover{
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}



.template-module .cta .h2 + p {
	margin-top: 23px;
}

.template-module .cta .button {
	margin: auto;
	margin-top: 35px;
	z-index: 1;
	color: var(--black);
}

.template-module .cta .button::after,
.template-module .cta .button::before {
    background-color: #fefaf8;
    background-image: none;
}

.template-module .cta .button:hover::after,
.template-module .cta .button:hover::before {
    opacity: 1;
}





@media(max-width: 1025px) {

	.template-module .cta {
		padding: 40px 40px 50px;
	}

	.template-module .cta .h2{
		font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
		color: #fefaf8;
	}

	
	.template-module .cta .h2+p {
		margin-top: 12px;
	}
	.template-module .cta .button {
		margin-top: 23px;
	}
}

@media(max-width: 767px) {

	.template-module .cta {
		padding: 40px 20px 50px;
	}

	.template .template-module.module19 .container{
		padding: 0;
	}

	.template-module .cta {
		border-radius: 0;
	}


	.template-module .cta p {
		max-width: unset;
	}

	.template-module .cta .button {
		width: 100%;
		white-space: unset;
	}


	.template-module .cta .button::before {
		border-radius: 20px;
	}
}


/******************************************/
/********** MODULE 21: TWO BUTTONS ********/
/******************************************/

.template-module.module23 .container > div,
.template-module.module22 .container > div,
.template-module.module21 .container > div {
	display: flex;
	background-color: #fef8f4;
	border-radius: 20px;
	padding: 40px 70px;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    width: 100%;
}
.template-module.module21 .container > div {
	flex-wrap: nowrap;
}
.template-module.module22 .container .title,
.template-module.module21 .container .title .h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.42;
	letter-spacing:  normal;
	text-align: left;
	color: var(--black);
	margin-block: 0;
}


.template-module.module22 .container .title > a,
.template-module.module21 .container .title > a {
	display: inline-block;
	font-weight: bold;
    color: var(--primary);
	border-bottom: 1px solid rgba(255, 13, 0, 1);
}

.template-module.module22 .container .title > a:hover,
.template-module.module21 .container .title > a:hover {
	border-bottom: 1px solid rgba(255, 13, 0, 0);
}


.template-module.module21 .container .title .h2 a:hover {
	color: var(--primary);
}

.template-module.module22 .container .title > strong,
.template-module.module21 .container .title > strong {
	font-weight: bold;
	color: var(--primary);
}

.template-module.module22 small,
.template-module.module21 small {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.83;
	letter-spacing: normal;
	text-align: left;
	color: #8f8e8e;
	margin-top: 3px;
}


.template-module.module21 .container .button-wrapper .button{
	padding: 12px 20px;
}

.template-module.module21 .container .button-wrapper {
	display: flex;
	gap: 9px;
    justify-content: flex-end;
} 



@media(max-width: 1024px) {
	.template-module.module21 .container > div {
		gap: 30px;
		justify-content: center;
	}
}


@media(max-width: 1025px) {

	.template-module.module22 .container .title, 
	.template-module.module21 .container .title .h2 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.63;
	}


	.template-module.module21 .container .button-wrapper .button {
		text-align: center;
		padding: 4px 20px 5px;
	}

	.template-module.module21 small {
		text-align: center;
		font-size: 11px;
	}
}

@media(max-width: 767px) {
	.template-module.module21 .container > div {
		background-color: var(--transparent);
		border-radius: 0;
		padding: 0;
	}

	.template-module.module21 .container .button-wrapper {
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}

	.template-module.module21 .container .title-wrapper {
		display: none;
	}

}


/*****************************************************/
/************** MODULE 22:  3 CTA's ******************/
/*****************************************************/

.template-module.module22 .container > div {
	flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 32px;
    padding: 33px 70px;
	align-items: flex-start;
}



.template-module.module22 .container > div > div:not(.icon) {
	gap: 70px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-block: auto;
}

.template-module.module22 .container > div .icon img {
    max-width: 112px;
    min-width: 112px;
    object-fit: contain;
}

.template-module.module22 .container > div .button-wrapper {
	margin-top: 15px;
}

.template-module.module22 .container .title-wrapper {
	width: 100%;
}

.template-module.module22 .container .title-wrapper > .h2 {
    margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: left;
	color: #ff0e01;
	margin: 0 0 4px;
}

.template-module.template-module-desktop {
	display: block;
}

.template-module.template-module-mobile {
	display: none;
}

@media(max-width: 1025px) {
	.template-module.module22 .container .title, 
	.template-module.module22 .container > div h3 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.63;
	}

	.template-module.module22 .container .title-wrapper > .h2 {
		font-size: 16px;
		line-height: 1.63;
		margin: 0;
	}

	.template-module.module22.template-module-mobile .container > div .icon img {
		max-width: 72px;
		margin-top: 6px;
		max-height: 67px;
		min-width: 72px;
	}

	.template-module.module22.template-module-mobile small {
		text-align: center;
		font-size: 11px;
	}

	.template-module.module22.template-module-mobile .container > div > div:not(.icon).button-wrapper:has(.button) {
		margin-top: 10px;
	}

	.template-module.module22.template-module-mobile .button-wrapper:has(.button) small {
		margin-top: 12px;
	}

	.template-module.module22 .container > div .button-wrapper {
		margin-top: 16px;
	}
}

@media(max-width: 767px) {

	.template-module.template-module-desktop {
		display: none;
	}
	.template-module.template-module-mobile {
		display: block;
	}

	.template-module.module22.template-module-mobile {
		padding: 23px 0 30px;
		background-color: #fef8f4;
	}

	.template-module.module22.template-module-mobile .container > .title  {
		display: block;
        text-align: center;
		margin-top: 30px;
	}

	.template-module.module22.template-module-mobile.garantia .container > div .icon img {
		margin: 0;
	}


	.template-module.module22.template-module-mobile .container > div {
		padding: 0;
		border-radius: 0;
		gap: 12px;
	}

	.template-module.module22.template-module-mobile .container > div > div:not(.icon) {
		flex-direction: column;
		gap: 0;
	}

}




/*****************************************************/
/************** MODULE 23:  3 AWARDS's ***************/
/*****************************************************/


.template-module.module23 .container > div {
	padding: 36px 70px;
}

.template-module.module23 .container p,
.template-module.module23 .container .h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: left;
	color: var(--black);
	margin: 0;
}

.template-module.module23 .container .awards {
	gap: 25px;
	margin: 0;
}

.template-module.module23 .container .awards > a:has(img),
.template-module.module23 .container .awards img {
    max-height: 110px;
    object-fit: contain;
	width: unset;
    height: 100%;
}


.template-module.module23 .container .awardsa[href]:has(img):hover > img {
	transform: scale(1);
}


@media(max-width: 768px) {
	.template-module.module23 .container {
		padding: 0;
	}
	.template-module.module23 .container > div {
		padding: 52px 26px;
		border-radius: 0;
		gap: 40px;
		justify-content: center;
	}

	.template-module.module23 .container p,
	.template-module.module23 .container .h2 {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
		margin-top: 0;
	}

	.template-module.module23 .container .awards > a:has(img),
	.template-module.module23 .container .awards img {
		max-height: 95px;
		width: 100%;
	}
	.template-module.module23 .container .awards {
		gap: 20px;
	}
}




/*****************************************************/
/************* MODULE 24: Modulo Marcacao ************/
/*****************************************************/


.template-module.module24 .container > div {
	background-color: #fef8f4;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
}

.template-module.module24 .container > div div.image-wrapper {
    width: 50%;
    position: relative;
	padding: 0;
}
.template-module.module24 .container > div img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
}
.template-module.module24 .container > div div {
	width: 50%;
	padding: 50px 45px;
}

.template-module.module24 .container > div div .h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
	margin-top: 0;
}


@media(max-width: 1025px) {
	.template-module.module24 .container > div div .h2 {
		font-size: 16px;
		line-height: 1.63;
		margin-bottom: 16px;
	}
}


@media(max-width: 767px) {
	.template-module.module24 .container {
		padding: 0;
	}
	.template-module.module24 .container > div {
		flex-direction: column;
		border-radius: 0;
	}
	.template-module.module24 .container > div div,
	.template-module.module24 .container > div div.image-wrapper {
		width: 100%;
	}

	.template-module.module24 .container > div div:has(p) {
		padding: 20px 20px 30px;
	}

	.template-module.module24 .container > div img {
		position: relative;
	}

	.template-module.module24 .container > div div .h2 {
	
		text-align: center;
	}


	.template-module.module24 .container > div div .button {
		width: 100%;
	}

}


.tns-item, 
.tns-item .legend, 
.tns-item .container, 
.tns-item .image.filter::after, 
.tns-item .image.filter::before, 
.tns-item .image.video::before, 
.tns-item .image.video .play, 
.tns-item .image.video video, 
.tns-item img {
    perspective: 1000px !important;
    backface-visibility: hidden !important;
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000px !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translate3d(0, 0, 0);
}

.video-wrapper-fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
	padding: 100px 20px;
	
}
.video-wrapper-fullscreen.open {
	opacity: 1;
	pointer-events: all;
}

.video-wrapper-fullscreen .close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 20px;
    z-index: 10;
    cursor: pointer;
}

.video-wrapper-fullscreen .close::after,
.video-wrapper-fullscreen .close::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: #fff;
}

.video-wrapper-fullscreen .close::after {
    transform: rotate(-45deg);
}

.video-wrapper-fullscreen video,
.video-wrapper-fullscreen iframe {
	width: 100%;
	height: 100%;
	display: none;
	border: none;
}

/****************************************/
/********** SIMULADOR PNEUS *************/
/****************************************/


.template-module:has(.simulador-pneus) .container{
    background-color: #fef8f4;
    border-radius: 20px;
	padding: 50px 45px;
	max-width: 1080px;
}

.template-module:has(.simulador-pneus) .simulador-pneus{
	padding: 0 20px;
}


.template-module:has(.simulador-pneus) h2{
	text-align: center;
	margin: 0 0 50px;
}

.template-module .simulador-pneus .view-switch {
    display: flex;
    width: 100%;
}

.template-module .simulador-pneus .view-switch a {
    width: 50%;
    padding: 22px 20px 23px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: var(--black);
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    justify-content: center;
}

.template-module .simulador-pneus .view-switch a:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: solid 1px #f2d2be;
    border-bottom: solid 1px #f2d2be;
    border-right: solid 1px #f2d2be;
    border-left: 0;
	background-color: white;
}

.template-module .simulador-pneus .view-switch a:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: solid 1px #f2d2be;
    border-bottom: solid 1px #f2d2be;
    border-left: solid 1px #f2d2be;
    border-right: solid 1px #f2d2be;
	background-color: white;
}

.template-module .simulador-pneus .view-switch a.selected {
    color: var(--primary);
    background-color: #fdece0;
}

.template-module .simulador-pneus .view-switch a:first-of-type.selected {
    border: solid 1px #f2d2be;
}

.template-module .simulador-pneus .filter-wrapper  {
    margin-top: 50px;
    position: relative;
}

.template-module .simulador-pneus .filter-wrapper .row {
    --gap-h: 10px;
    --gap-v: 10px;
    flex-wrap: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
}

.template-module .simulador-pneus .filter-wrapper .row.active {
    pointer-events: all;
    opacity: 1;
}

.template-module .input-wrapper.select-wrapper {
    padding: 0;
    border: 0px solid  #f2d2be;
    border-radius: 0;
}

.template-module div .input-wrapper.select-wrapper.filled {
    border: 0px solid  #f2d2be;
}

.template-module .input-wrapper.select-wrapper .custom-select .placeholder {
    padding: 13.5px 20px;
    background-color:white;
    border: 1px solid  #f2d2be;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: var(--black);
}

.template-module .input-wrapper.select-wrapper .custom-select.isSelected .placeholder {
    border: 1px solid  #989898;
}

.template-module .input-wrapper.select-wrapper.disabled .custom-select .placeholder {
    background-color: rgba(221, 221, 221, 0.2);
    border: 1px solid  rgba(221, 221, 221, 0);
    pointer-events: none;
}

.template-module div .input-wrapper.select-wrapper.filled .custom-select .placeholder{
    border: 1px solid #e38e60;
}

.template-module div .input-wrapper.select-wrapper .custom-select:not(.has-reset) .placeholder::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 9px;
    height: 5px;
    background-color: var(--black);
    transform: rotate(0);
    pointer-events: none;
    border: none;
    -webkit-mask-image: url("/assets/img/simulador/select-arrow.svg");
    mask-image: url("/assets/img/simulador/select-arrow.svg");
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
}



.template-module div .input-wrapper.select-wrapper.disabled .custom-select.has-reset .placeholder > div.reset::before, 
.template-module div .input-wrapper.select-wrapper.disabled .custom-select.has-reset .placeholder > div.reset::after {
    background-color: #959595;
}

.template-module div .input-wrapper.select-wrapper .custom-select.has-reset .placeholder > div.reset::before {
    transform: rotate(40deg);
}

.template-module div .input-wrapper.select-wrapper .custom-select.has-reset .placeholder > div.reset::after {
    transform: rotate(-40deg);
}

.template-module div .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder > div.reset::before {
    transform: rotate(45deg);
}

.template-module div .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder > div.reset::after {
    transform: rotate(-45deg);
}

.template-module div .input-wrapper.select-wrapper .custom-select.has-reset.isSelected  .placeholder > div.reset::before, 
.template-module div .input-wrapper.select-wrapper .custom-select.has-reset.isSelected  .placeholder > div.reset::after {
    top: 0;
}


.template-module div .input-wrapper.select-wrapper .custom-select.open .placeholder {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.template-module div .input-wrapper.select-wrapper .custom-select .options-wrapper {
    border-left: 1px solid #f2d2be;
    border-right: 1px solid #f2d2be;
    border-bottom: 1px solid #f2d2be;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 0px;
    top: 55px;
    padding-right: 0;
    font-size: 16px;
}

.template-module div .input-wrapper.select-wrapper  .custom-select.isSelected .options-wrapper,
.template-module div .input-wrapper.select-wrapper.filled  .custom-select .options-wrapper {
    border-left: 1px solid #e38e60;
    border-right: 1px solid #e38e60;
    border-bottom: 1px solid #e38e60;
}

.template-module div .input-wrapper.select-wrapper .custom-select .options {
    padding: 0;
    overflow: auto;
}

.template-module div .input-wrapper.select-wrapper .custom-select .options > div {
    padding: 10px 0;
    padding-left: 20px;
    font-weight: 300;
}

.template-module div .input-wrapper.select-wrapper .custom-select .options > div:hover {
    background-color: #fef9f9;
}

.template-module div .input-wrapper.select-wrapper .icon-ancora {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    padding: 2px;
    background: white;
    cursor: default;
    z-index: 2;
}

.template-module div .input-wrapper.select-wrapper:has(.custom-select.open){
    z-index: 4;
    position: relative;
}


.template-module div .input-wrapper.select-wrapper .icon-ancora::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-mask-image: url("/assets/img/simulador/info.svg");
    mask-image: url("/assets/img/simulador/info.svg");
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color: #ebd5c7;
    top: -2px;
    right: -2px;
	transition: var(--transition);
}

.template-module div .input-wrapper.select-wrapper .icon-ancora:hover::before {
    background-color: #c49e87;
}

.template-module div .input-wrapper.select-wrapper .icon-ancora .img-wrapper {
    position: absolute;
    transition: var(--transition);
    opacity: 0;
    width: 214px;
    height: 100px;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-30px) translateX(-98px);
    pointer-events: none;
    border-radius: 5px;
    box-shadow: 0px 6px 9px 0 rgba(0, 0, 0, 0.04);
    background-color: white;
}

.template-module div .input-wrapper.select-wrapper .icon-ancora:hover .img-wrapper, 
.template-module div .input-wrapper.select-wrapper .icon-ancora:has(:hover) .img-wrapper {
    opacity: 1;
    pointer-events: all;
}

.template-module div .input-wrapper.select-wrapper .icon-ancora .img-wrapper img{
   display: block;
   pointer-events: none;
}

.template-module .simulador-pneus .button-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.template-module .simulador-pneus + .content-banner-slider {
    margin-top: 80px;
}

.template-module .simulador-pneus .input-wrapper:not(.select-wrapper) {
    padding: 13.5px 20px;
    border: 1px solid  #ebd5c7;
    border-radius: 20px;
    position: relative;
    transition: var(--transition);
	background-color: white;
} 

.template-module .simulador-pneus .input-wrapper:not(.select-wrapper).filled {
    border: 1px solid  #e38e60;
} 

.template-module .simulador-pneus .input-wrapper:not(.select-wrapper) input{
    padding: 0;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #1c1c1c;
	font-size: 16px;
} 


.template-module .simulador-pneus .input-wrapper label {
    position: absolute;
    left: 25px;
    top: 12px;
    transition: var(--transition);
    z-index: 2;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #959595;
    opacity: 1;
    pointer-events: none;
    display: flex;
    transform: translateY(0)
}

.template-module .simulador-pneus .select-wrapper:has(.isSelected) label, 
.template-module .simulador-pneus .filter-wrapper:has(.isSelected)+label, 
.template-module .simulador-pneus input:focus+label, 
.template-module .simulador-pneus .input-wrapper.filled label, 
.template-module .simulador-pneus .hidden-wrapper.filled label, 
.template-module .simulador-pneus .input-wrapper.filled input:focus+label, 
.template-module .simulador-pneus .input-wrapper.filled input:not(:focus)+label {
    top: -9px !important;
    left: 20px !important;
    font-size: 11px;
	color: #d5b39c;
    font-weight: normal;
    border-radius: 20px;
    background-color: white;
    padding: 0px 2px;
    z-index: 2;
    font-size: 11px;
    opacity: 1;
}


.template-module .simulador-pneus .select-wrapper:has(.isSelected) label sup, 
.template-module .simulador-pneus .filter-wrapper:has(.isSelected)+label sup, 
.template-module .simulador-pneus input:focus+label sup, textarea:focus+label sup, 
.template-module .simulador-pneus .input-wrapper.filled label sup, 
.template-module .simulador-pneus .hidden-wrapper.filled label sup, 
.template-module .simulador-pneus .input-wrapper.filled input:focus+label sup, 
.template-module .simulador-pneus .input-wrapper.filled textarea:focus+label sup, 
.template-module .simulador-pneus .input-wrapper.filled input:not(:focus)+label sup, 
.template-module .simulador-pneus .input-wrapper.filled textarea:not(:focus)+label sup {
	color: #d5b39c;
    font-size: 8px;
    line-height: 1.5;
    margin-left: 2px;
}

.template-module .simulador-pneus .select-wrapper:has(.isSelected) label::before, 
.template-module .simulador-pneus .filter-wrapper:has(.isSelected)+label::before, 
.template-module .simulador-pneus input:focus+label::before, 
.template-module .simulador-pneus .input-wrapper.filled label::before, 
.template-module .simulador-pneus .hidden-wrapper.filled label::before, 
.template-module .simulador-pneus .input-wrapper.filled input:focus+label::before, 
.template-module .simulador-pneus .input-wrapper.filled input:not(:focus)+label::before {
    content: "";
    width: 100%;
    background-image: linear-gradient(to top, var(--white), #fef8f4);
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}


.template-module .simulador-pneus .filter-wrapper .matricula {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: var(--transition);
}

.template-module .simulador-pneus .filter-wrapper .matricula.active {
    pointer-events: all;
    opacity: 1;
}

.template-module .simulador-pneus .filter-wrapper:has(.matricula.active) .button-wrapper {
    display: none;
}

.template-module .simulador-pneus .filter-wrapper .matricula .input-wrapper {
    max-width: 270px;
}



@media(max-width: 768px) {

	.template-module:has(.simulador-pneus) .simulador-pneus {
		padding: 0;
	}

	.template-module:has(.simulador-pneus) h2 {
		margin: 0px 0 25px;
	}

	.template-module:has(.simulador-pneus) .container {
		border-radius: 0;
		padding: 25px 20px 30px;
	}

    .template-module .simulador-pneus .filter-wrapper .row {
        flex-wrap: wrap;
		--gap-h: 10px;
        --gap-v: 20px;
		margin-top: 20px;
    }

    .template-module .simulador-pneus .view-switch a:first-of-type {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .template-module .simulador-pneus .view-switch a:last-of-type {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .template-module .simulador-pneus .view-switch a {
        padding: 11px;
        font-size: 16px;
        line-height: 1.38;
    }

    .template-module .simulador-pneus  .input-wrapper.select-wrapper .custom-select .placeholder {
        border-radius: 10px;
        padding: 8.5px 16px;
        font-size: 14px;

    }

    .template-module .simulador-pneus  div .input-wrapper.select-wrapper .custom-select:not(.has-reset) .placeholder::before {
        right: 16px;
        width: 10px;
    }

    .template-module .simulador-pneus  div .input-wrapper.select-wrapper .icon-ancora::before {
        top: -3px;
        right: -3px;
    }

    .template-module .simulador-pneus  div .input-wrapper.select-wrapper .custom-select .options-wrapper {
        top: 40px;
    }
    .template-module .simulador-pneus  div .input-wrapper.select-wrapper .custom-select .options > div {
        padding-left: 16px;
        font-size: 14px;
    }

    .template-module .simulador-pneus .filter-wrapper {
        margin-top: 20px;
    }

    .template-module .simulador-pneus .filter-wrapper:has(.matricula.active) {
        max-height: 45px;
    }

    .template-module .simulador-pneus .input-wrapper:not(.select-wrapper) input {
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
    }

    .template-module .simulador-pneus .input-wrapper:not(.select-wrapper) {
        padding: 10px 16px;
        border-radius: 10px;
    }

    .template-module .simulador-pneus .input-wrapper label {
        left: 16px !important;
        top: 10px;
        font-size: 14px;
    }

    .template-module .simulador-pneus .select-wrapper:has(.isSelected) label, 
    .template-module .simulador-pneus .filter-wrapper:has(.isSelected)+label, 
    .template-module .simulador-pneus input:focus+label, 
    .template-module .simulador-pneus .input-wrapper.filled label, 
    .template-module .simulador-pneus .hidden-wrapper.filled label, 
    .template-module .simulador-pneus .input-wrapper.filled input:focus+label, .template-module .simulador-pneus .input-wrapper.filled input:not(:focus)+label {
        left: 14px !important;
    }
    
}




@media(max-width: 500px) {
    .template-module .simulador-pneus .filter-wrapper .matricula {
        flex-direction: column;
    }
    .template-module .simulador-pneus .filter-wrapper:has(.matricula.active) {
        max-height: 105px;
    }

	.template-module .simulador-pneus .filter-wrapper .matricula .input-wrapper {
		max-width: unset;
		width: 100%;
	}
}