/*aktualisiert 19.01.2026*/

@charset "utf-8";
*{
box-sizing: border-box;}
body{
	background:transparent;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	overflow-y: hidden;
	overflow-x: hidden;
	color:#575960;
	line-height:1.429;
	font-size:16px;}

h2{   
	font-size:1.602rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	-webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 0;}

p{ 
	font-weight: 400;
	margin: 0;
	line-height: 1.429;}

.tabs-container p{ 
	margin-top: 15px;
}
h3.h3-headline--big{
	font-size:1.424rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
	-webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 0;}

h3{
	font-size:1.266rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	-webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.2;
    margin-top: 0;}

a {
	color: #ff6e00;
    text-decoration: none;
	cursor: pointer;
}
a:hover {
   color:hsl(205, 50%, 50%);}

.ifm-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    font-size: 0.79rem!important;
    font-weight: 700;
    background-color: hsl(26,100%,50%);
    color: white;
    transition: background-color ease-out .1s,opacity ease-out .3s;
	border-radius: 4px;
	border:none;
	width: fit-content;
	text-decoration: none;
	cursor:pointer;}	
	
.ifm-button--inline {
    display: inline-flex;
    color: white;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}	
.ifm-button:hover, .ifm-button--inline:hover{
	color:white;	
}
	.ifm-button--secondary {
  background-color: hsl(205, 21%, 53%);
  color:white;
}

.ifm-button:not(.ifm-button--disabled):focus, .ifm-button:not(.ifm-button--disabled):hover, .ifm-button:not([disabled]):focus, .ifm-button:not([disabled]):hover {
    background-color: hsl(26,100%,65%);
}
	
.ifm-button--secondary:not([disabled]):focus, .ifm-button--secondary:not([disabled]):hover {
  background-color: hsl(205, 50%, 50%);
}
.forCarousel .ifm-button{
	margin-top:20px;
}

button:focus, button:hover, button:active{
	outline:none;
	border:none;}	
	
.hyphens {
	-webkit-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}
.inline-icon {
	width: 1.75em;
	height: 1.75em;
	margin-right: .5ch;
	overflow: visible;}

.sr-only{
	display:none;}

:root {
    --min-height: 0; /* Set a default value for the min-height */
}


/*for Item/Product detail Style________________________________*/
.box-container.forItem {
  	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  	grid-column-gap: 20px;
  	grid-row-gap: 20px;
	padding: 6px;
}

.forItem .box-outer {
	position: relative;
	display: flex;
	min-height: 350px;
}

.forItem .box {
  	background-color: transparent;
    box-shadow: 0 0 3px rgba(0,0,0,.24);
    border-radius: 8px;
	width:100%;
	}
.forItem .box-inner {
  	width: 100%;
  	height: 100%;
	}
.forItem .box-outer:hover .box-inner {
  transform: unset;
}

.forItem .box-front {
	color: #ffffff;
	width: 100%;
	position: absolute;
	height: 100%;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	background: #62717E;
	}
.forItem .box-outer:hover .box-front{
	transition: opacity 0.5s;}

.forItem .box-front h3, .forItem .box-front h2{
	transition: all .5s ease .2s;
	opacity: 1;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height:1.35;
}

.forItem .box-outer:hover .box-front h3, .forItem .box-outer:hover .box-front h2{
    transition: all .4s ease 0s;
	opacity: 0;}

.forItem .frontImg{
	max-height:250px;
	object-fit: contain;
	transition: all .5s ease .2s;
	align-self: center;
	height:inherit;
	width:100%;
}
/*@media (max-width: 767px) {
.forItem .frontImg{
	max-height:200px!important;
}
}*/
.forItem .box-outer:hover .box-front .frontImg{
    transition: all .5s ease 0s;
	opacity: 0;
	height:90px!important;
	transform: translateX(0%) translateY(0%);
	align-self: center;}

.forItem .box-back { 
    color: #ffffff;
    font-size: 14px;	
    height: 100%;
    width: 100%;
   	display: flex;
	overflow: hidden;}

.forItem .box-back .back-inner{
	width:100%;
	transform: translateY(100%);
	transition: transform .6s ease .1s;
	padding: 10px 16px 25px 16px;
	min-height: var(--min-height);
}
.forItem .box-outer:hover .box-back .back-inner{
	transition: transform .7s ease .1s;
 	transform: translateY(0%);}

.forItem .box-back .back-inner img{
    max-width: 100%;
	max-height:150px;
    margin: 0 auto;
    padding: 0;
    display: block;
    object-fit: contain;
	object-position: top;}


/*for Logo Style________________________________*/
.box-container.forLogo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: 6px;
}

.forLogo .box-back{

    background-color: #ffffff;
    color: hsl(230, 5%, 36%);
    transform: rotateY(180deg);
    padding: .8rem 1.2rem;
    font-size: 14px;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: grid;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,.24);
	}

.forLogo .box-front {
	background-color: #fff;
	width: 100%;
	position: absolute;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s linear .2s;
	box-shadow: 0 0 3px rgba(0,0,0,.24);
	padding:50px;
	text-align: center;
	}

.forLogo .box-front img{
	padding-top: 0;
   	max-width: 100%;
    max-height: 65%;
	object-fit: contain;}

.forLogo .box-front h2{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: hsl(230, 5%, 36%);
	align-self: end;
	font-size: 1.602rem;
	bottom:0;
	max-width: 90%;
}
.forLogo .box-front h3{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: hsl(230, 5%, 36%);
	align-self: end;
	font-size: 1.266rem;
	bottom:0;
	max-width: 90%;
}

.forLogo .box-back .back-inner {
	text-align:center;
}


/*for Image Style________________________________*/
.box-container.forImage {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: 6px;
}

.forImage .box-back{
    background-color: #ffffff;
    color: hsl(230, 5%, 36%);
    transform: rotateY(180deg);
    padding: .8rem 1.2rem;
    font-size: 14px;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: grid;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,.24);
	}

.forImage .box-front {
  	background-color: #fff;
  	width: 100%;
  	position: absolute;
  	height: 100%;
	display: flex;
   	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s linear .2s;
	box-shadow: 0 0 3px rgba(0,0,0,.24);
	text-align:center;
	}

.forImage .box-front img{
	width: 100%!important;
	height:100%!important;
	object-fit: cover!important;	
}
.forImage .box-front h2{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: white;
	align-self: end;
	font-size: 1.402rem;
    padding: 0 15px;
}
.forImage .box-front h3{
	margin-bottom: 25px;
	margin-top: 20px;
	z-index: 99;
	position: absolute;
	color: white;
	align-self: end;
	font-size: 1.266rem;
	padding: 0 20px;
}

.forImage.frontshape .box-front h2{
	z-index: 99;
    position: relative;
    color: white;
    align-self: center;
    font-size: 1.402rem;
	font-weight:500;
    padding: 0 30px 0 20px;
    width: 100%;
	 margin-top: 15px;
    margin-bottom: 15px;
}
.forImage.frontshape .box-front h3{
	z-index: 99;
    position: relative;
    color: white;
    align-self: center;
    font-size: 1.266rem;
	font-weight:500;
    padding: 0 30px 0 20px;
    width: 100%;
    text-align: left;
    margin-top: 15px;
	margin-bottom: 15px;
}

/*for Logo and Image Style________________________________*/
.forLogo .box-inner, .forImage .box-inner {
	width: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	border-radius: 8px;
	display: grid;
	position: relative;
	align-items: center;
	height: 100%;
	will-change: transform;
}
.forLogo .box-outer:hover .box-inner, .forImage .box-outer:hover .box-inner{
	transform: rotateY(180deg);}

.forLogo .box-outer:hover .box-front, .forImage .box-outer:hover .box-front{
	opacity: 0;
	transition: opacity 0.5s;}

.forLogo .box-back .back-inner img, .forImage .box-back .back-inner img{
	max-width: 100%;
	max-height:150px;
    margin: 0 auto;
    padding: 0;
    display: block;
    object-fit: contain;
	object-position: top;}


/*for All________________________________*/

.box-back .back-inner p{
    margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.35;
}
.box-back .back-inner ul, .box-back .back-inner ol{
	margin-top: 1px;
	margin-bottom: 15px;
	padding-left:15px;
	line-height:1.35;
}

.box-back .back-inner h3, .box-back .back-inner h2{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.35;
}

.button-wrapper {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	bottom: 0;
	left: 0;
	text-transform: none;}

.frontshape .button-wrapper {
	position: absolute;
    display: flex;
    justify-content: end;
    width: 100%;
    bottom: 0;
    left: 0;
    text-transform: none;
    background: hsla(205, 21%, 53%, 0.85);}

.button-wrapper__icon {
    position: relative;
    width: 0;
    height: 0;
    display: flex;
    justify-content: flex-end;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #ff6e00 transparent;
    transition: border-color .4s ease;
	z-index: 999;
}
.frontshape .button-wrapper__icon {
    position: relative;
    width: 0;
    height: 0;
    display: flex;
    justify-content: flex-end;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #ff6e00 transparent;
    transition: border-color .4s ease;
	z-index: 999;
	margin-left: -60px;
	align-self: end;
}
		
.button-wrapper__svg {
	position: absolute;
  top: 33px;
  margin-right: 7px;
  bottom: 0;
  fill: white;
}
 [class*=" icon-"], [class^=icon-] {
    display: inline-block;
    font-family: icons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.forLogo .box-outer, .forImage .box-outer {
	position: relative;
	display: flex;
	min-height: 250px;
	perspective: 1000px;
	}
.box {
	width: 100%;
	background-color: transparent;
	}

.back-inner{
	width:100%;
}

.nohover {
  	transform: none!important;
}
.nohover .button-wrapper{
	display:none;
}

.forLogo .box-outer:hover .nohover .box-front, .forImage .box-outer:hover .nohover .box-front{
	opacity: 1!important;
	transition: none!important;}


/*for Carousel________________________________*/
.carousel-container .slides .slide .slide-content{
	color: hsl(230,5%,36%);}

.carousel-container{
	padding-bottom: 1px;
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.carousel-container .slides{
	width: 100%;
	height: 100%;
	display: grid;
	overflow: hidden;}
		
.carousel-container .slides .slide{
	position: relative;
    display: flex;
	width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
	gap:3rem;	
}

.carousel-container .slides .slide:not(.active){
	top: 0;
	left: -100%;
	visibility: hidden;
	opacity:0;}	

.slide .leftImg{
	width:50%;
	aspect-ratio:16/9;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}

.slide-content{
	width:50%;
	color: #000;
	font-size: 15px;
	text-align: left;
}

.slide-content img{
	width:120px;
}

.nav{
	margin-top: 30px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	position: relative;
}

.icon-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236e8ba0' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")!important;	
}
.icon-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236e8ba0' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")!important;	
}	

.icon-next, .icon-prev{
    display: flex;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
	
.prev, .next {
	position: relative;
	top: unset;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: start;
	color: #000;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
	border: none;
    background: none;
    cursor: pointer;
}
.prev {
	width: auto;
	left: 0;
	margin-right: 15px;
}
.next {
	width: auto;
	left: 0;
	right: unset;
	margin-left: 15px;
}

.dot {
	display: inline-block;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; 
    text-indent: -999px;
    cursor: pointer;
    background-color: #6e8ba0;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity .6s ease;
	border-radius: 50%;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    margin: 0 5px;
	    padding: 0;
	border:none;
}
.dot:hover{
		background-color: #ff6e00;

}
.dot.active {
	background-color: #ff6e00;
}

@media (max-width: 767px) {
	.carousel-container .slides .slide{
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		grid-column: 1;
		grid-row: 1;
		overflow: hidden;
		flex-direction: column;
		gap:1rem;
	
	}
	.slide .leftImg{
		width:100%;
		aspect-ratio:16/9;
		object-fit: cover;
		object-position: center;
		vertical-align: middle;
		
	}
	.slide-content{
		width:100%;
	}
}

@keyframes next1{
	from{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
	to{
		left: -100%;
		visibility: hidden;
		opacity:0;
	}
}
@keyframes next2{
	from{
		left: 100%;
		visibility: hidden;
		opacity:0;
	}
	to{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
}

@keyframes prev1{
	from{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
	to{
		left: 100%;
		visibility: hidden;
		opacity:0;
	}
}
@keyframes prev2{
	from{
		left: -100%;
		visibility: hidden;
		opacity:0;
	}
	to{
		left: 0%;
		visibility: visible;
		opacity:1;
	}
}


/*for Pop-Up Hotspots________________________________*/

@-webkit-keyframes floating{
	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}

.popup_caption p{
	margin:0px 0px 10px 0px;
	}
.popup_caption h3, .popup_caption h2{
	padding:0;
	margin:0px 0px 10px 0px;
	font-size: 1.1rem;
	}
	
@media (max-width:400px){
	.popup_caption ul{
		font-size:13px;
		font-weight:bold;
		padding:0;
		list-style: none;
		margin-left: 15px;
	}
}
@media (min-width:400px){
	.popup_caption ul{
		font-size:14px;
		font-weight:bold;
		padding:0;
		list-style: none;
		margin-left: 15px;
	}
}
	
.popup_caption ul li{
	font-weight:normal;
	padding-bottom: 8px;}

.popup_caption ul li::before {
	content: "\2022";
	color: #ff6e00;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.popup_in {
	position: relative;
	display: flex;
	width: 100%;
	grid-gap: 40px;
	flex-direction: row;}


.popup_img_in{
	height: 100%;
	width: 100%;
	/*display: flex;*/
	align-content: start;
}
   
.popup_img_in img{
	object-fit: contain;
	object-position: center;}


.square .popup_img_in img, .popup_img_in.square img{
	aspect-ratio: 16/9;
	border-radius: 8px;
	height:unset;
	background: transparent;}

.round.square .popup_img_in.square img{
	aspect-ratio: 16/9;
	border-radius: 8px;
	height:unset;
	background: transparent;}

.popup_img_in.round img, .round .popup_img_in img{
	width: 100%;
	height: 100%;
	background: white;
}



.popup_caption {
	width: 70%;
	color: #fff;
	position: relative;
	padding-top:10px;
}
.popup_caption .content img {
	max-width:250px;
}
.popup_out img.close-btn {
	width: 21px;
	right: -10px;
	position: absolute;
	top: -10px;
	z-index:9999;
	cursor:pointer;
}
.popup_out{
	position: relative;
	width: 60%;
	z-index:9999;
	background: rgba(64, 70, 77, .97);
	border-radius: 8px;
	padding: 35px 30px 30px 25px;
	visibility: hidden;
	display:none;
	margin-top: 0px;
}
.popup_out.show{
	visibility: visible;
	display:flex;
}

@keyframes fade-out {
	100% {
		opacity: 0;
		display: none;
		visibility: hidden;
	}
}
@keyframes fade-in {
	100% {
		opacity: 1;
		display: flex;
		visibility: visible;
	}
}

.popup-container .Hotspot {
	background: #ff6e00;
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	height: 1.5vw;
	position: absolute;
	width: 1.5vw;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	transform: scale(1) rotate(.1deg);
	transition: all 0.55s;
	z-index: 99;
}

.popup-container .Hotspot::before {
	content: '';
	position: absolute;
	background-color: transparent;
	width: 2.1vw;
	border-radius: 50%;
	height: 2.1vw;
	border: 0.15vw solid #ff6e00;
	top: 50%;
	left: 50%;
	animation: pulse 1.5s infinite;
	-moz-animation: pulse 1.5s infinite;
	-webkit-animation: pulse 1.5s infinite;
	animation-delay: 0s;
	opacity: 1;
	transition: 0.55s;
	animation-delay: -1s;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
}
.popup-container .Hotspot {
	cursor: pointer;
}
.popup-container .Hotspot:focus {
    outline: none; 
}

@keyframes pulse{
0% {
  box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
}
70% {
  box-shadow: 0 0 0 1.2vw rgba(255,0,0, 0);
}
100% {
  box-shadow: 0 0 0 0 rgba(255,0,0, 0);
}}

.popup-container .HotspotImage {
	background: #fff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	height: 6vw;
	width: 6vw;
	position: absolute;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 99;
	border: 3px solid #ff6e00;
	border-radius: 100%;
	transition: all .2s ease, transform 0.2s;
}

.animate{
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;	
}
.img_btn{
overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.img_btn img {
	z-index: 1;
	background: white;
	position: relative;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

button:focus {
    outline: none; 	
}
.popup-container .HotspotImage:hover{
	border:3px solid #86a2b6 !important;
	z-index:100;
}

.popup-container .HotspotImage:hover:before{
	opacity: 1;		
}
.popup-container .Hotspot:hover{
	z-index:100;
}
.popup-container .buttons button img{
	object-fit: contain;
	object-position: center;
	background: white;
	position: relative;
	width: 100%;
	height: 100%;
}

.HotspotImage .tooltip-outer-hidden, .Hotspot .tooltip-outer-hidden {
	display:none;
}
	
.HotspotImage .tooltip-outer-hover, .Hotspot .tooltip-outer-hover {
	background-color: white;
	text-align: center;
	padding: 5px 10px;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -40px;
	min-width: 80px;
	width: max-content;
	white-space: nowrap;
	transition: all 0.2s ease;
	pointer-events: none;
	animation-name: tooltip-out;
	animation-duration: 0s;
	opacity: 0;
	border: 1px solid white;
}	
.HotspotImage .tooltip-outer-hover {
	bottom: 125%;
}
.Hotspot .tooltip-outer-hover {
	bottom: 170%;
}
.HotspotImage:hover .tooltip-outer-visible {
	opacity:1;
	pointer-events:auto;
	background-color: #86a2b6;}

.HotspotImage:hover .tooltip-outer-hover {
	opacity:1;
	pointer-events:auto;
	background-color: #fff;}
	
.tooltip-outer-visible {
	background-color: #ff6e00;
	color: #fff;
	text-align: center;
	padding: 5px 19px;
	border-radius: 6px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 77%;
	transform: translateX(0%) translateY(-50%);
	width: max-content;
	white-space: nowrap;
	transition: all 0.3s ease;
	pointer-events: auto;}

.tooltip-outer{
	display:none;}

.yellow{
	border-color: #f8da00!important;
}
.yellow .tooltip-outer-visible {
	background-color: #f8da00;
	color: #fff;
	text-align: center;
	padding: 5px 19px;
	border-radius: 6px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 77%;
	transform: translateX(0%) translateY(-50%);
	width: max-content;
	white-space: nowrap;
	transition: all 0.3s ease;
	pointer-events: auto;
	}
.HotspotImage:hover .tooltip-outer-hover, .Hotspot:hover .tooltip-outer-hover{
	z-index:100;
	animation-name:tooltip-in;
	animation-delay:3ms;
	animation-duration:.3s;
	opacity:1;
	transition:top .3s,opacity 0s,.3s
}
@keyframes tooltip-in {
 0% {
  transform:matrix(.8,0,0,.8,0,-25);
  opacity:0
 }
 to {
  transform:scale(1);
  opacity:1
 }
}
@keyframes tooltip-out {
 0% {
  opacity:1
 }
 to {
  opacity:0
 }
}

.tooltip-outer-hover::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid hsl(230, 5%, 93%);;
	transform: translateY(100%);
	left: 20px;
}
.tooltip-outer-hover::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid hsl(230, 5%, 93%);;
	transform: translateY(100%);
	left: 20px;
	border-top: 10px solid white;
	bottom: 4px;
}

p.tooltip-inner {
	font-size: 14px;
	margin: 0;
	padding: 0px;
}
/*.img_btn {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 50%;
	display: flex;
}*/

.popup-container{
	position: relative;
	width: 100%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 16/9;
}
.popup-container .buttons{
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup-container .pop_up_all{
	width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.round .popup_img{
	overflow:hidden;
}

div[class="popup_out square"] .popup_img, div[class="popup_out round square"] .popup_img, div[class="popup_out square show"] .popup_img, div[class="popup_out round square show"] .popup_img {
	width: 50%;
	border-radius: 8px;
}

div[class="popup_out square"] .popup_caption, div[class="popup_out round square"] .popup_caption, div[class="popup_out square show"] .popup_caption, div[class="popup_out round square show"] .popup_caption{
	width: 50%;
}
div[class="popup_out square"], div[class="popup_out round square"], div[class="popup_out square show"], div[class="popup_out round square show"]{
	width: 95%;
}
div[class="popup_out round"] .popup_img, div[class="popup_out round show"] .popup_img, div[class="popup_out square round"] .popup_img, div[class="popup_out round"] .popup_img, div[class="popup_out square round"] .popup_img, div[class="popup_out square round show"] .popup_img{
	border-radius: 50%;
	width: 170px;
	height: 170px;
}
div[class="popup_out round"] .popup_caption, div[class="popup_out square round"] .popup_caption, div[class="popup_out round show"] .popup_caption, div[class="popup_out square round show"] .popup_caption{
	width: 70%;
}
div[class="popup_out round"], div[class="popup_out square round"], div[class="popup_out round show"], div[class="popup_out square round show"]{
	width: 60%;
}

.popup_out:has(.popup_in.none) {
  width: 60%;
}


.popup-container img{
	width: 100%;
	height: auto;}

.HotspotImage .tooltip-outer-hover.tooltip-left{
	right: 50%;
	left: auto!important;
	margin-right:-40px;}
.HotspotImage .tooltip-outer-hover.tooltip-right{
	left: 50%;}
.Hotspot .tooltip-outer-hover.tooltip-left{
	right: 50%;
	left: auto !important;
	margin-right: -40px;}
.Hotspot .tooltip-outer-hover.tooltip-right{
	left: 50%;}

.tooltip-outer-hover.tooltip-left::before,
.tooltip-outer-hover.tooltip-left::after {
	left: auto;
	right:20px;
}
.tooltip-outer-hover.tooltip-right::before,
.tooltip-outer-hover.tooltip-right::after {
	left: 20px;
	right:auto;
}
.tooltip-outer-visible.tooltip-left{
	right: 85%;
	left: auto!important;}
.tooltip-outer-visible.tooltip-right{
	left: 85%;}

.popup_in.none .popup_img{
	display:none;}

.popup_in.none .popup_caption{
	width: 100%;
	padding: 10px 0px 0px 0px;}


@media (max-width:1200px){
	.popup_out{
		width: 80%;
	}
	div[class="popup_out round"], div[class="popup_out square round"], div[class="popup_out round show"], div[class="popup_out square round show"]{
		width: 80%;
	}
	.popup_out:has(.popup_in.none) {
  		width: 80%;
	}
}

@media (max-width:1000px){
	.popup_out, .popup_out.round{
		width: 95%;}
	.popup_out.square{
		width: 95%;}
	.popup_out:has(.popup_in.none) {
  		width: 95%;
	}
}

@media (max-width:970px){
	.popup-container .HotspotImage {
		height: 6vw;
		width: 6vw;
	}
}


@media (max-width:735px){
	.popup_out.show {
		visibility: visible; 
		opacity: 1; 
		transition: opacity 0.3s, visibility 0.3s;
	}
	.popup_out, .popup_out.square, .popup_out.round{
		width: 100%;
		margin:10px;
	}
	.popup_caption{
		width:100%!important;
	}
	.popup_in, .round .popup_in{
		position: relative;
		display: flex;
		width: 100%;
		flex-direction: column;
		grid-gap: 15px;
	}
	
	.square .popup_in{
		position: relative;
		display: flex;
		width: 100%;
		flex-direction:column-reverse;
		grid-gap: 15px;
	}
	
	.popup_img{
		align-self:flex-start;
	}
	.popup_caption, .square .popup_caption, .round .popup_caption {
		width: 100%;
		color: #fff;
		position: relative;
	}
	.popup_out:not(.show) {
		display: none; 
	}
	.popup-container .Hotspot {
		height: 2.5vw;
		width: 2.5vw;
	}
	.popup-container .Hotspot::before {
		width: 3.1vw;
		height: 3.1vw;
		border: 0.25vw solid #ff6e00;
	}
}
@media (max-width:735px){
	div[class="popup_out round"] .popup_img, div[class="popup_out round show"] .popup_img, div[class="popup_out square round"] .popup_img, div[class="popup_out round"] .popup_img, div[class="popup_out square round"] .popup_img{
		border-radius: 50%;
		width: 130px;
		height: 130px;
	}
	
	div[class="popup_out square"] .popup_img, div[class="popup_out round square"] .popup_img, div[class="popup_out square show"] .popup_img, div[class="popup_out round square show"] .popup_img {
	width: 100%;
	border-radius: 8px;
}
	
	
	.popup-container .HotspotImage {
		height: 9vw;
		width: 9vw;
	}
	.tooltip-outer-visible, .tooltip-outer-hover{
		display:none!important;
	}
	.popup_out:has(.popup_in.none) {
  		width: 100%;
	}
}

.insideImage .popup_out{
	margin-top:40px;
}
.pop-image-inside{
	display:none;
}

.insideImage span.pop-image-inside{
	position: absolute;
	top: -70px;
	width: 60px;
	height: 60px;
	display: flex;
	background: orange;
	border: 3px solid #ff6e00;
	border-radius: 100%;
	overflow: hidden;}
	
.insideImage span.pop-image-inside img{
	z-index: 1;
	background: white;
	position: relative;
	object-fit: contain;
	object-position: center;
	width: 100%;}

	.popup_caption #content img{
		width:200px;
	}

/*for Carousel Tiles________________________________*/

.carousel_tiles-container .tiles {
    position: relative;
    z-index: 0;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.carousel_tiles-container .tiles-wrapper {
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    transition: transform 0.3s ease;
}
.carousel_tiles-container .content-tile {
    outline: 0;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0 24px 0 0;
    width: calc(25% - 18px);
}
.carousel_tiles-container .tile-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 2 / 3;
    border-radius: 10px;
}


.carousel_tiles-container .tile-image {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	position: absolute;
}
.carousel_tiles-container .slide-video-carousel{
    height: 100%!important;
	width: 100%!important;
    position: absolute!important;
	cursor: pointer!important;
	background-color: #000;
}
.carousel_tiles-container .mi-player > div {
	width: 100%;
    height: 100%;
    min-height: 100%;
}
.carousel_tiles-container .mi-player{
	width: 100%!important;
    height: 100%!important;
    min-height: 100%!important;
}
.carousel_tiles-container .mi-content{
	min-height: 100%!important;
	height:100%!important;
    object-fit: cover!important;
}
.carousel_tiles-container .mi-poster{
	min-height: 100%!important;
	background-size: cover!important;
}
.carousel_tiles-container .mi-cover{
	min-height: 100%!important;
	background-size: cover!important;
}
.carousel_tiles-container .mi-big-play-cover {
    z-index: 1000!important;
	left: 10px!important;
    top: 10px!important;
	pointer-events:all!important;
	cursor: pointer!important;
}
.carousel_tiles-container .mi-big-play {
    z-index: 1000!important;
    cursor: pointer!important;
    top: 27px!important;
    left: 27px!important;
    -webkit-transform: none!important;
    transform: none!important;
	position: absolute!important;
	background-color: rgba(0, 0, 0, 0.5);
	width: 70px!important;
    height: 70px!important;
	min-height: unset!important;
	padding: 19px 19px 19px 19px;
}
.mi-icon--large svg {
    width: 35px!important;
    height: 35px!important;
}
.carousel_tiles-container .mi-big-play:hover {
    border: none!important;
	background-color:hsl(26 100% 50% / 0.5)!important;
}
.carousel_tiles-container .mi-control-elements{
	display:none;
}
.carousel_tiles-container .text-content{
	color: white;
    font-size: 14px;
    z-index: 999;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 1));
    pointer-events: none;
    flex: 1;
    align-content: end;
    padding: 16px 16px 25px 16px;
}
.carousel_tiles-container .text-content h2, .text-content h3{ 
	font-size: 1.05rem;}
.carousel_tiles-container .text-content .text-link{
    padding-left:5px;
	pointer-events: all;
	color:#ff6e00;
}
.carousel_tiles-container .text-content .text-link a{
    padding-left:3px;
}
.carousel_tiles-container .text-content .text-link:hover{
	color:hsl(205, 50%, 50%);
}
.carousel_tiles-container .cat-tag{
	background: #ff6e00;
    padding: 0.2rem 0.6rem 0.1rem 0.6rem;
    border-radius: 18px;
    font-size: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    letter-spacing: 0.03rem;
}
@media (max-width: 991px) {
    .carousel_tiles-container .content-tile {
        width: calc(33.33% - 16px);
        margin: 0 24px 0 0;
    }
    .carousel_tiles-container .tile-content {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .carousel_tiles-container .content-tile {
        width: calc(50% - 12px);
        margin: 0 24px 0 0;
    }
	.carousel_tiles-container .text-content h2, .text-content h3{ 
	font-size: 1.05rem;}
}
@media (max-width: 500px) {
    .carousel_tiles-container .content-tile {
        width: 100%;
        margin: 0;
    }
	.carousel_tiles-container .tile-inner {
    	aspect-ratio: 4 / 5;
}
	.carousel_tiles-container .text-content h2, .text-content h3{ 
		font-size: 1.15rem;}
}





.mi-video-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
}

.mi-video-overlay.is-open {
    display: flex;
}

.mi-video-overlay-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.mi-video-overlay-player-wrapper > [mi24-video-player] {
    width: 100%;
    height: 100%;
}

.mi-video-overlay-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

html.mi-video-overlay-open,
body.mi-video-overlay-open {
    overflow: hidden;
}

.mi-player .mi-big-play-cover, .mi-big-play.big-play-button {
    background: none !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0 !important;
}
.content-tile .play-icon::before {
    content: '▶';
	padding-left: 7px;
}

.content-tile[data-playing="true"] .play-icon::before {
    content: '❚❚';
	padding-left: 0px;
}
.play-icon-overlay { 
    position: absolute;
    display: flex;
    pointer-events: none; 
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease;
}
.content-tile[data-playing="true"] .play-icon-overlay {
    opacity: 0;
    visibility: hidden;
}
.content-tile[data-playing="true"]:hover .play-icon-overlay {
    opacity: 1;
    visibility: visible;
}
.play-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(5, 5, 5, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-left: 15px;
    margin-top: 15px;
}
.tile-inner:hover .play-icon{
opacity:.7;
}



/*for Tabs________________________________*/	
	
.tabs-container .h1,
.tabs-container .h2,
.tabs-container .h3 {
	margin:0
}
.tabs-container .h1, .tabs-container h1 {
	font-size: 1.802rem;
	font-weight:400;
	margin-bottom:1rem;
}
.tabs-container .h2, .tabs-container h2 {
	font-size:1.424rem;
	font-weight:700
}
.tabs-container .h3, .tabs-container h3 {
	font-size:1.125rem;
	font-weight:700
}

.tabs-container h1, .tabs-container h2, .tabs-container h3, .tabs-container h4 {
	-webkit-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	line-height: 1.2;
	margin-top: 0;
}

@media (min-width: 1024px) {
	.tabs-container h1, .tabs-container .h1 {
		font-size:2.027rem;
		-webkit-hyphens:none;
		hyphens:none;
		word-break:unset
	}
	.tabs-container h2, .tabs-container .h2{
		font-size:1.602rem;
	}
	.tabs-container h3, .tabs-container .h3{
		font-size:1.266rem;
	}
}

.tabs-container img {
    width: 100%;
    vertical-align: middle;
}

.tabs-container {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.tabs-container .tab {
    border-bottom: 2px solid #ff6e00;
    background-color: transparent;
    display: flex;
    position: relative;
	flex-wrap: wrap;
    row-gap: 10px;
	grid-gap: 10px;
}

.tabs-container .slider {
	z-index: 1;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: hsl(26, 100%, 50%);
    transition: transform 0.3s ease, width 0.3s ease;
}

.tab button:hover {
    background: #f2f2f2;
}

.tab button.active {
    color: #fff;
	border-bottom: 1px solid transparent;
	background: #ff6e00;
}

/*.tab button.active:hover {
    background: #fff8f4;
}*/

.tab .tablinks {
    border: 0;
    min-width: 90px;
    background: transparent;
    padding: 10px 16px 6px 16px;
    text-transform: initial;
    letter-spacing: normal;
    font-family: inherit;
    font-size: 1.424rem;
    color: hsl(205, 21%, 53%);
    transition: color 0.3s ease;
    cursor: pointer;
	white-space: nowrap;
	border-radius: 8px 8px 0px 0px;
}

.tabs-container .content-container {
    position: relative;
	width: 100%;
  
}
.accordion-item {
	display: flex;
	
}

@media screen and (min-width: 460px) {
/*   .tabcontent {
        position: absolute;
        width: 100%;
        left: 100%;
        opacity: 0;
        transition: all 0.3s ease;
        display: none;
        padding-top: 2rem;
    }

    .tabcontent.active {
        left: 0;
        opacity: 1;
        display: block; 
		visibility: visible;
    position: relative;
    }

    .tabcontent.prev {
        left: -100%; 
        opacity: 0; 
        display: block; 
    }*/
	
.tabs-container .content-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        transition: height 0.3s ease; 
    }

    .tabcontent {
        position: absolute;
        width: 100%;
        left: 100%;
        opacity: 0;
        transition: left 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        visibility: hidden;
        padding-top: 1rem;
    }

    .tabcontent.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .tabcontent.prev {
        left: -100%; 
        opacity: 0; 
    }

    .tabs-container .content-container > .tabcontent.active {
        position: relative;
        left: 0;
        top: 0;
    }
}


@media screen and (max-width: 460px) {
    .tabs-container .tab {
        flex-direction: column;
        height: auto;
        border: none;
        background-color: transparent;
    }

    .accordion-item {
        margin-bottom: 8px;
		background-color: transparent;
        overflow: hidden;
		display: unset;
		width:100%;
    }

    .tab .tablinks {
        width: 100%;
        text-align: left;
        padding: 16px;
        border-radius: 8px 8px 8px 8px;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: hsl(230, 5%, 97%);
        margin: 0;
    }

    .tab .tablinks::after {
        content: '›';
        font-size: 1.9rem;
        transform: rotate(90deg);
        opacity: 0.5;
        transition: margin 0.3s, transform 0.3s ease;
		transform-origin: center;
    }

    .tab .tablinks.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tab .tablinks.active::after {
        transform: rotate(-90deg);
		margin-right: 5px;
		transition: margin 0.3s, transform 0.3s ease;
		transform-origin: center;
    }

 .tabs-container .slider {
        display: none;
    }

    .tabs-container .content-container {
        display: none;
    }

    .tabcontent {
        display: none;
       background-color: transparent;
        border: none;
       /* max-height: 0;*/
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease;
		padding:.8rem 0 0 0;
    }

    .tabcontent.active {
        display: block;
       /* max-height: 1000px;*/
        opacity: 1;
        
    }
}
	
.tabs-container .content-list{color:hsl(230, 5%, 36%);font-size:16px;list-style:none!important;padding-left:36px;line-height:1.5}
.tabs-container .content-list ul{list-style:none}
.tabs-container .content-list li{position:relative;z-index:1}
.tabs-container .content-list.content-list--default, .tabs-container .content-list.content-list--default ol{list-style:inherit!important}
aside .tabs-container .content-list{padding-left:26px}
.content-list--circled li:before{content:"";display:flex;align-items:center;justify-content:center;position:absolute;width:18px;height:18px;top:3px;left:-26px;background:hsl(26, 100%, 50%);color:white;border-radius:50%;font-size:0.612rem;}
.content-list--circled ol{list-style:none;margin:10px 0!important}
.content-list--circled.number,.content-list--circled.number ol{counter-reset:numbers}
.content-list--circled.number li:before,.content-list--circled.number ol li:before{content:counter(numbers,decimal);counter-increment:numbers}
.content-list--circled.number[start="1"]{counter-reset:numbers calc(1 - 1)!important}
.content-list--circled.number[start="2"]{counter-reset:numbers calc(2 - 1)!important}
.content-list--circled.number[start="3"]{counter-reset:numbers calc(3 - 1)!important}
.content-list--circled.number[start="4"]{counter-reset:numbers calc(4 - 1)!important}
.content-list--circled.number[start="5"]{counter-reset:numbers calc(5 - 1)!important}
.content-list--circled.number[start="6"]{counter-reset:numbers calc(6 - 1)!important}
.content-list--circled.number[start="7"]{counter-reset:numbers calc(7 - 1)!important}
.content-list--circled.number[start="8"]{counter-reset:numbers calc(8 - 1)!important}
.content-list--circled.number[start="9"]{counter-reset:numbers calc(9 - 1)!important}
.content-list--circled.number[start="10"]{counter-reset:numbers calc(10 - 1)!important}
.content-list--circled.number[start="11"]{counter-reset:numbers calc(11 - 1)!important}
.content-list--circled.number[start="12"]{counter-reset:numbers calc(12 - 1)!important}
.content-list--circled.number[start="13"]{counter-reset:numbers calc(13 - 1)!important}
.content-list--circled.number[start="14"]{counter-reset:numbers calc(14 - 1)!important}
.content-list--circled.number[start="15"]{counter-reset:numbers calc(15 - 1)!important}
.content-list--circled.number[start="16"]{counter-reset:numbers calc(16 - 1)!important}
.content-list--circled.number[start="17"]{counter-reset:numbers calc(17 - 1)!important}
.content-list--circled.number[start="18"]{counter-reset:numbers calc(18 - 1)!important}
.content-list--circled.number[start="19"]{counter-reset:numbers calc(19 - 1)!important}
.content-list--circled.number[start="20"]{counter-reset:numbers calc(20 - 1)!important}
.content-list--circled.number[start="21"]{counter-reset:numbers calc(21 - 1)!important}
.content-list--circled.number[start="22"]{counter-reset:numbers calc(22 - 1)!important}
.content-list--circled.number[start="23"]{counter-reset:numbers calc(23 - 1)!important}
.content-list--circled.number[start="24"]{counter-reset:numbers calc(24 - 1)!important}
.content-list--circled.number[start="25"]{counter-reset:numbers calc(25 - 1)!important}
.content-list--circled.number[start="26"]{counter-reset:numbers calc(26 - 1)!important}
.content-list--circled.number[start="27"]{counter-reset:numbers calc(27 - 1)!important}
.content-list--circled.number[start="28"]{counter-reset:numbers calc(28 - 1)!important}
.content-list--circled.number[start="29"]{counter-reset:numbers calc(29 - 1)!important}
.content-list--circled.number[start="30"]{counter-reset:numbers calc(30 - 1)!important}
.content-list--circled.number[start="31"]{counter-reset:numbers calc(31 - 1)!important}
.content-list--circled.number[start="32"]{counter-reset:numbers calc(32 - 1)!important}
.content-list--circled.number[start="33"]{counter-reset:numbers calc(33 - 1)!important}
.content-list--circled.number[start="34"]{counter-reset:numbers calc(34 - 1)!important}
.content-list--circled.number[start="35"]{counter-reset:numbers calc(35 - 1)!important}
.content-list--circled.number[start="36"]{counter-reset:numbers calc(36 - 1)!important}
.content-list--circled.number[start="37"]{counter-reset:numbers calc(37 - 1)!important}
.content-list--circled.number[start="38"]{counter-reset:numbers calc(38 - 1)!important}
.content-list--circled.number[start="39"]{counter-reset:numbers calc(39 - 1)!important}
.content-list--circled.number[start="40"]{counter-reset:numbers calc(40 - 1)!important}
.content-list--circled.number[start="41"]{counter-reset:numbers calc(41 - 1)!important}
.content-list--circled.number[start="42"]{counter-reset:numbers calc(42 - 1)!important}
.content-list--circled.number[start="43"]{counter-reset:numbers calc(43 - 1)!important}
.content-list--circled.number[start="44"]{counter-reset:numbers calc(44 - 1)!important}
.content-list--circled.number[start="45"]{counter-reset:numbers calc(45 - 1)!important}
.content-list--circled.number[start="46"]{counter-reset:numbers calc(46 - 1)!important}
.content-list--circled.number[start="47"]{counter-reset:numbers calc(47 - 1)!important}
.content-list--circled.number[start="48"]{counter-reset:numbers calc(48 - 1)!important}
.content-list--circled.number[start="49"]{counter-reset:numbers calc(49 - 1)!important}
.content-list--circled.number[start="50"]{counter-reset:numbers calc(50 - 1)!important}
.content-list--circled.number[start="51"]{counter-reset:numbers calc(51 - 1)!important}
.content-list--circled.number[start="52"]{counter-reset:numbers calc(52 - 1)!important}
.content-list--circled.number[start="53"]{counter-reset:numbers calc(53 - 1)!important}
.content-list--circled.number[start="54"]{counter-reset:numbers calc(54 - 1)!important}
.content-list--circled.number[start="55"]{counter-reset:numbers calc(55 - 1)!important}
.content-list--circled.number[start="56"]{counter-reset:numbers calc(56 - 1)!important}
.content-list--circled.number[start="57"]{counter-reset:numbers calc(57 - 1)!important}
.content-list--circled.number[start="58"]{counter-reset:numbers calc(58 - 1)!important}
.content-list--circled.number[start="59"]{counter-reset:numbers calc(59 - 1)!important}
.content-list--circled.number[start="60"]{counter-reset:numbers calc(60 - 1)!important}
.content-list--circled.number[start="61"]{counter-reset:numbers calc(61 - 1)!important}
.content-list--circled.number[start="62"]{counter-reset:numbers calc(62 - 1)!important}
.content-list--circled.number[start="63"]{counter-reset:numbers calc(63 - 1)!important}
.content-list--circled.number[start="64"]{counter-reset:numbers calc(64 - 1)!important}
.content-list--circled.number[start="65"]{counter-reset:numbers calc(65 - 1)!important}
.content-list--circled.number[start="66"]{counter-reset:numbers calc(66 - 1)!important}
.content-list--circled.number[start="67"]{counter-reset:numbers calc(67 - 1)!important}
.content-list--circled.number[start="68"]{counter-reset:numbers calc(68 - 1)!important}
.content-list--circled.number[start="69"]{counter-reset:numbers calc(69 - 1)!important}
.content-list--circled.number[start="70"]{counter-reset:numbers calc(70 - 1)!important}
.content-list--circled.number[start="71"]{counter-reset:numbers calc(71 - 1)!important}
.content-list--circled.number[start="72"]{counter-reset:numbers calc(72 - 1)!important}
.content-list--circled.number[start="73"]{counter-reset:numbers calc(73 - 1)!important}
.content-list--circled.number[start="74"]{counter-reset:numbers calc(74 - 1)!important}
.content-list--circled.number[start="75"]{counter-reset:numbers calc(75 - 1)!important}
.content-list--circled.number[start="76"]{counter-reset:numbers calc(76 - 1)!important}
.content-list--circled.number[start="77"]{counter-reset:numbers calc(77 - 1)!important}
.content-list--circled.number[start="78"]{counter-reset:numbers calc(78 - 1)!important}
.content-list--circled.number[start="79"]{counter-reset:numbers calc(79 - 1)!important}
.content-list--circled.number[start="80"]{counter-reset:numbers calc(80 - 1)!important}
.content-list--circled.number[start="81"]{counter-reset:numbers calc(81 - 1)!important}
.content-list--circled.number[start="82"]{counter-reset:numbers calc(82 - 1)!important}
.content-list--circled.number[start="83"]{counter-reset:numbers calc(83 - 1)!important}
.content-list--circled.number[start="84"]{counter-reset:numbers calc(84 - 1)!important}
.content-list--circled.number[start="85"]{counter-reset:numbers calc(85 - 1)!important}
.content-list--circled.number[start="86"]{counter-reset:numbers calc(86 - 1)!important}
.content-list--circled.number[start="87"]{counter-reset:numbers calc(87 - 1)!important}
.content-list--circled.number[start="88"]{counter-reset:numbers calc(88 - 1)!important}
.content-list--circled.number[start="89"]{counter-reset:numbers calc(89 - 1)!important}
.content-list--circled.number[start="90"]{counter-reset:numbers calc(90 - 1)!important}
.content-list--circled.number[start="91"]{counter-reset:numbers calc(91 - 1)!important}
.content-list--circled.number[start="92"]{counter-reset:numbers calc(92 - 1)!important}
.content-list--circled.number[start="93"]{counter-reset:numbers calc(93 - 1)!important}
.content-list--circled.number[start="94"]{counter-reset:numbers calc(94 - 1)!important}
.content-list--circled.number[start="95"]{counter-reset:numbers calc(95 - 1)!important}
.content-list--circled.number[start="96"]{counter-reset:numbers calc(96 - 1)!important}
.content-list--circled.number[start="97"]{counter-reset:numbers calc(97 - 1)!important}
.content-list--circled.number[start="98"]{counter-reset:numbers calc(98 - 1)!important}
.content-list--circled.number[start="99"]{counter-reset:numbers calc(99 - 1)!important}
.content-list--circled.number[start="100"]{counter-reset:numbers calc(100 - 1)!important}
.content-list--circled.number[start="101"]{counter-reset:numbers calc(101 - 1)!important}
.content-list--circled.lower-latin,.content-list--circled.lower-latin ol{counter-reset:lower-latin}
.content-list--circled.lower-latin li:before,.content-list--circled.lower-latin ol li:before{content:counter(lower-latin,lower-alpha);counter-increment:lower-latin}
.content-list--circled.upper-latin,.content-list--circled.upper-latin ol{counter-reset:upper-latin}
.content-list--circled.upper-latin li:before,.content-list--circled.upper-latin ol li:before{content:counter(upper-latin,upper-alpha);counter-increment:upper-latin}
.content-list--circled.upper-roman,.content-list--circled.upper-roman ol{counter-reset:upper-roman}
.content-list--circled.upper-roman li:before,.content-list--circled.upper-roman ol li:before{content:counter(upper-roman,upper-roman);counter-increment:upper-roman;font-family:math}
.tabs-container .content-list--anchor li:before, .tabs-container .content-list--arrow li:before,.tabs-container .content-list--check-mark li:before,.tabs-container .content-list--minus li:before,.tabs-container .content-list--plus li:before{position:absolute;left:-26px}
.tabs-container .content-list--arrow li:before{content:url('data:image/svg+xml;utf8,<svg height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5 12l14 0" stroke-linecap="round" stroke="%23ff6f00" stroke-width="2" /><path d="M15 16l4 -4" stroke-linecap="round" stroke="%23ff6f00" stroke-width="2" /><path d="M15 8l4 4" stroke-linecap="round" stroke="%23ff6f00" stroke-width="2" /></svg>')}
.tabs-container .content-list--check-mark li:before{content:url('data:image/svg+xml;utf8,<svg height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M0 0h24v24H0z" stroke="none" fill="none" stroke-width="2" /><path d="m5 12 5 5L20 7" stroke-linecap="round" stroke="%23ff6f00" fill="none" stroke-width="2" /></svg>')}
.tabs-container .content-list--separated{padding-left:16px}
.tabs-container .content-list--separated li{margin:0;padding:10px 0;border-bottom:1px solid hsl(230, 5%, 93%);}
.tabs-container .content-list--bullet{list-style-type:disc!important;padding-left:36px}
.tabs-container .content-list--bullet li{display:list-item}
.tabs-container .content-list--minus li:before,.tabs-container .content-list--plus li:before{display:flex;justify-content:center;align-items:center;top:5px;width:18px;height:18px;border-radius:50%;}
.tabs-container .content-list--plus li:before{content:url('data:image/svg+xml;utf8,<svg height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx="12" cy="12" r="9" stroke="%237ea57f" fill="%23ffffff" /><line x1="9" y1="12" x2="15" y2="12" stroke="%237ea57f" stroke-width="2" /><line x1="12" y1="9" x2="12" y2="15" stroke="%237ea57f" stroke-width="2" /></svg>')}
.tabs-container .content-list--minus li:before{content:url('data:image/svg+xml;utf8,<svg height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx="12" cy="12" r="9" stroke="%23a63f50" fill="%23ffffff" /><line x1="9" y1="12" x2="15" y2="12" stroke="%23a63f50" stroke-width="2" /></svg>')}
.tabs-container .content-list--anchor{padding-left:26px}
.tabs-container .content-list--anchor li:before{content:url('data:image/svg+xml;utf8,<svg height="24px" width="24px" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="%23ff6f00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 6v6a3 3 0 0 0 3 3h10l-4-4m0 8 4-4" fill="none" /></svg>');top:-2px}
.tabs-container .content-list--anchor>li>a{color:hsl(230, 5%, 36%);}

.a{text-decoration:none}
.tabs-container p{margin-bottom:20px}
.tabs-container ol, .tabs-container ul{margin-top:0;margin-bottom:32px}
.tabs-container li{margin-bottom:8px}
.tabs-container th{text-align:left}
.tabs-container caption{padding-top:8px;padding-bottom:8px;text-align:left}
.tabs-container figcaption,.tabs-container p.bu{color:#797b86;font-weight:lighter;font-size:14px}
.tabs-container .button-group-alt{text-align:left}
.tabs-container .intro{font-weight:700}
.tabs-container blockquote,.tabs-container .ifm .fluid-alt blockquote, .tabs-container .ifm.fluid blockquote,.tabs-container .ifm.fluid-alt blockquote{border:0;font-style:italic;padding:0;margin:0 0 20px}
.tabs-container blockquote footer{font-style:normal;padding:0;text-align:right}
.tabs-container blockquote footer cite{font-style:normal}
.tabs-container blockquote p{margin-bottom:8px}
.tabs-container blockquote p:after{content:"”"}
.tabs-container blockquote p:before{content:"“"}

	

.highlight-item{position:relative;min-height:60px;width:100%;margin:12px 0;padding-left:5rem}
.highlight-item:first-of-type{margin-top:1rem}
.highlight-item:last-of-type{margin-bottom:2rem}
.highlight-item img{position:absolute;height:auto;width:auto!important;max-width:60px;left:0;top:50%;transform:translateY(-50%)}
.highlight-item--icon-top img{top:0;transform:unset}
@media (min-width:576px){
.highlight-item{padding-left:6rem}
.highlight-item img{max-width:70px}
}

.highlight-element .content-list,.ifm .highlight-element ol,.ifm .highlight-element ul{margin-bottom:0;text-align:left}
.highlight-element-container{gap:2rem;display:flex;flex-direction:column;margin-bottom:2rem}
.highlight-element-container--top .highlight-element{align-items:flex-start}
.highlight-element-container--biggest-image .highlight-element{flex-direction:column}
.highlight-element-container--biggest-image .highlight-element__image{width:100%;height:auto}
	.highlight-element-container--big-image .highlight-element{flex-direction:column}
.highlight-element-container--big-image .highlight-element__image{width:100%;height:auto}
	
	a.highlight-element .highlight-element__content{color:hsl(230, 5%, 36%)}
a.highlight-element:hover .highlight-element__link{background:hsl(26, 100%, 65%);animation:bounceLeftToRight .5s ease-in-out}
.highlight-element{display:flex;align-items:center;gap:2rem}
.highlight-element--inactive{filter:grayscale(100%)}
.highlight-element__image{width:70px;height:70px;flex:none;transition:all .2s ease-in-out}
.highlight-element__content{display:flex;flex-direction:column;gap:0.25rem}
.highlight-element__content h2,.highlight-element__content h3{margin-bottom:unset}
.highlight-element__content p{margin-bottom:0!important}
.highlight-element__content .content-list.content-list--bullet,.highlight-element__content ul{padding-left:18px}
.highlight-element__content .content-list.content-list--circled,.highlight-element__content .content-list.content-list--minus,.highlight-element__content .content-list.content-list--plus{padding-left:26px}
.highlight-element__content .content-list{padding-left:22px}
.highlight-element__link{display:flex;align-items:center;justify-content:center;flex:none;width:26px;height:26px;padding:2px;background:hsl(26, 100%, 65%);color:white;border-radius:50%;}
.highlight-element__link svg{color:white}
.highlight-element.has-description{align-items:flex-start}
	
@media (min-width:768px){
.highlight-element-container--vertical{flex-direction:row;flex-wrap:wrap;justify-content:space-around}
.highlight-element-container--vertical .highlight-element{flex-direction:column;text-align:center;flex:1 220px}
.highlight-element-container--vertical .highlight-element__content{align-items:center;width:220px;gap:2rem}
.highlight-element-container--vertical a.highlight-element:hover .highlight-element__image{transform:scale(1.1)}
	
	.highlight-element-container--big-image .highlight-element{flex-direction:row}
.highlight-element-container--big-image .highlight-element--text-left{flex-direction:row-reverse}
.highlight-element-container--big-image .highlight-element__image{width:25%;height:auto}

.highlight-element-container--biggest-image .highlight-element{flex-direction:row}
.highlight-element-container--biggest-image .highlight-element--text-left{flex-direction:row-reverse}
.highlight-element-container--biggest-image .highlight-element__image{width:40%;height:auto}
	
	
.highlight-element-container--two-columns{display:grid;grid-template-columns:repeat(1,1fr)}
}


@media (min-width:768px){
.highlight-element{align-items:center}
.highlight-element.has-description{align-items:center}
}
@media (min-width:768px){
.highlight-element--text-left{flex-direction:row-reverse}
	}