 .tdec {
 	height: 300px;
 	margin-top: 600px;
 }
 .tdecimg {
 	width: 40%;
 	max-width: 880px;
 	position: absolute;
 	left: 0;
 	bottom: 0;
 }
 .tdecimg1 {
 	position: absolute;
 	right: 270px;
 	bottom: 50px;
 }
 .tdecimg2 {
 	position: absolute;
 	right: -200px;
 	bottom: -200px;
 	z-index: 2;
 }

 .tdecmnt.tinview {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 600px;
 	z-index: 10;
 	animation: tinview 2s ease;
 	transform-origin: top right;
 }
 .tdecmnt.tinview .text {
 	position: absolute;
 	z-index: 1;
 	top: 0;
 	right: 0;
 	width: 600px;
 	opacity: 0;
 	animation: tinview2 1s ease forwards;
 	animation-delay: 1.5s;
 }
 @keyframes tinview {
 	0%   {transform: rotate(45deg) translateY(-100%);}
 	100% {transform: rotate(0) translateY(0);}
 }
 @keyframes tinview2 {
 	0%   {opacity: 0;}
 	100% {opacity: 1;}
 }
 .tinview {
 	animation: tinview 2s ease;
 	animation-fill-mode: forwards;
 }
 .tinview2 {
 	animation: tinview 2s ease;
 	animation-fill-mode: forwards;
 }
 @media (max-width: 1199px) {
 	.tdecmnt {position: relative;}
 }

 @media (max-width: 1719px) {
 	.tdec {
	 	margin-top: 500px;
	 }
 	.tdecimg {
 		width: 740px;
 		left: -60px;
 	}
 	 .tdecimg1 {
 	 	width: 500px;
	 }
	 .tdecimg2 {
	 	width: 600px;
	 	right: 0;
	 }

}
@media (max-width: 1399px) {
	.tdecimg {
 		width: 640px;
 		left: -100px;
 	}
}
@media (max-width: 1199px) {
	.tdec {
		height: 200px;
		margin-top: 500px;
	}
	.tdecimg {
		margin-top: -100px;
	}
	.tdecimg1 {
 	 	width: 350px;
 	 	left: 0;
 	 	bottom: 200px;
	 }
	 .tdecimg2 {
	 	width: 350px;
	 	bottom: 100px;
	 }
}
@media (max-width: 599px) {
	.tdec {
		height: auto;
		margin-top: 70vw;
	}
	.tdecimg {
		width: 100%;
		left: 0;
		position: relative;
		margin-top: -100px;
	}
	.tdecimg1 {
 	 	width: 55%;
 	 	left: 0;
 	 	bottom: 100vw;
	 }
	 .tdecimg2 {
	 	width: 55%;
	 	bottom: 90vw;
	 }
}

.temppic2 {
	position: relative;
	left: 15%;
	z-index: 1;
	top: -60px;
}

.tempwrap {
	width: 700px;
	position: absolute;
	right: 0;
	margin-top: -100px;
}

@media (max-width: 1199px) {
	.tempwrap {width: unset !important; position: relative !important;}
	.tempwrap .cell {min-width: unset !important;}
	.temppic1 {
		width: 80%;
	}
	.temppic2 {
		width: 80%;
		left: 20%;
		margin-bottom: 30px !important;
	}
}

.block-ind {margin-top: -120px;}
@media (max-width: 1199px) {
	.block-ind {margin-top: 40px;}
}

.speclist li {
	position: relative;
	padding-left: 20px;
}

.speclist li span {
	opacity: 0;
}
.speclist li.spark span {
	animation: sparkt 1s ease;
	animation-fill-mode: forwards;
}
@keyframes sparkt {
	0%   {text-shadow: rgba(255, 255, 255, 0) 0 0 0 0; opacity: 0;}
	100% {text-shadow: rgba(255, 255, 255, 1) 0 0 0 0; opacity: 1;}
}

.speclist li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.speclist li.spark::before {
	animation: spark 1s ease;
	animation-fill-mode: forwards;
}
@keyframes spark {
	0%   {box-shadow: rgba(255, 0, 0, 0) 0 0 0 0;}
	20% {box-shadow: rgba(255, 0, 0, 1) 0 0 20px 20px;}
	100% {box-shadow: rgba(255, 0, 0, 1) 0 0 10px 5px;}
}

.block-ind {
	background-image: url('/site/templates/images/face.webp');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 45%;
}
@media (max-width: 1199px) {
	.block-ind .speclist {
		margin-left: 10px !important;
	}
}
@media (max-width: 599px) {
	.block-ind {
		background-size: 90%;
		padding-bottom: 100vw;
	}
}

@media (max-width: 1199px) {
	.spectable {padding: 0 !important}
	.spectable td {font-size: 12px;}
	.spectable td {padding: 8px 6px;}
}


.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc0732 url('/site/templates/images/cd-arrows.svg') no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  /*z-index: 20;*/
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #006099;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.decoico1 {
	position: absolute;
	max-width: 50vw;
	top: 160px;
	left: 4vw;
	opacity: 0.05;
	pointer-events: none;
}
.decoico2 {
	position: absolute;
	max-width: 50vw;
	top: 220px;
	right: 4vw;
	opacity: 0.15;
	pointer-events: none;
}
@media (max-width: 1199px) {
	.decoico1 {
		top: -60px;
		left: -4vw;
	}
	.decoico2 {
		top: -60px;
		right: -4vw;
	}
}

.hflash {position: relative; padding-left: 40px;}
.hflash:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	left: 0;
	top: 18px;
}
.hflash.hflashon:before {
	animation: hflash 2s ease;
	animation-fill-mode: forwards;
}
@keyframes hflash {
	0%   {box-shadow: rgba(255, 255, 255, 1) 0 0 0 0; opacity: 0;}
	30% {box-shadow: rgba(255, 255, 255, 1) 0 0 40px 15px; opacity: 1;}
	100% {box-shadow: rgba(255, 255, 255, 1) 0 0 10px 2px; opacity: 1;}
}

.uk-video-icon .uk-icon-wrap {
	transition: all ease 0.3s;
}
a.uk-video-icon:hover .uk-icon-wrap {
	transform: scale(1.4);
}

.cla-video .uk-video-icon .uk-icon-wrap .uk-icon {color: #dc0732 !important;}

.col1p {
	max-width: 500px;
	height: 191px;
}
.col2p {
	max-width: 260px;
	height: 191px;
}
@media (max-width: 1199px) {
	.col1p {
		height: auto;
	}
	.col2p {
		height: auto;
	}
}

.fbar {
	background: #dc0732;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	margin-top: 40px;
}

.featlist > li > *:not(.ffirst) {transition: all ease 0.7s; opacity: 0;}
.featlist > li > *.featin:not(.ffirst) {opacity: 1;}

.featlist > li > .ffirst {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 4px;
	background: #fff;
	color: #dc0732;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.featlist > li > .ffirst.featin {
	animation: feata 1.6s ease;
	animation-fill-mode: forwards;
}

@keyframes feata {
	0%   {box-shadow: rgba(255, 255, 255, 1) 0 0 0 0; opacity: 0;}
	30% {box-shadow: rgba(255, 255, 255, 1) 0 0 60px 20px; opacity: 1;}
	100% {box-shadow: rgba(255, 255, 255, 1) 0 0 10px 2px; opacity: 1;}
}

.flowers {
	background-image: url('/site/templates/images/flower_s.webp');
	background-repeat: no-repeat;
	background-position: right -5vw bottom;
	background-attachment: fixed;
	background-size: 65%;
}
@media (max-width: 1699px) {
	.flowers {
		background-position: right -7vw bottom;
		background-size: 75%;
	}
}
@media (max-width: 1399px) {
	.flowers {
		background-position: right -9vw bottom;
		background-size: 85%;
	}
}
@media (max-width: 1199px) {
	.flowers {
		background-position: right bottom;
		background-size: 100%;
		background-attachment: unset;
		padding-bottom: 70vw;
	}
}

@media (max-width: 1399px) {
	.uk-container-expand-right {
	    margin-right: auto;
	}
}

.logo-item {
	transition: all ease 0.2s;
	width: 0;
	transform: translateX(-100%);
	display: flex;

}

.scrolled .logo-item {
	width: 350px;
	transform: translateX(0);
}

@media (max-width: 1199px) {
	.scrolled .logo-item {width: 260px}
	.logo + .logo img {top: 1px;}
}

.FormBuilder-presentation .Inputfields.uk-grid,
.FormBuilder-special_offer_end .Inputfields.uk-grid,
.FormBuilder-special_offer_start .Inputfields.uk-grid {
    justify-content: center;
}

@media (min-width: 1200px) {
#block-10135 {margin-top: -50px;}
}

#block-10131 .top-panel::before,
#block-10135 .top-panel::before,
#block-10134 .top-panel::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path style="fill:white;" d="M64 96c-17.7 0-32 14.3-32 32v39.9L227.6 311.3c16.9 12.4 39.9 12.4 56.8 0L480 167.9V128c0-17.7-14.3-32-32-32H64zM32 207.6V384c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V207.6L303.3 337.1c-28.2 20.6-66.5 20.6-94.6 0L32 207.6zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"/></svg>');
}