.fill-light-light {
	background: var(--About_BG) var(--Fill_Fast) no-repeat center;
	background-size: 1.375rem 1.375rem;
	border-radius: 40% 60% 50% 50% / 40% 50% 50% 60%;
	animation: morphing 12s infinite;
}
.fill-light-light1 {
	background: var(--About_BG) var(--Fill_Pay) no-repeat center;
	background-size: 1.375rem 1.375rem;
	border-radius: 50% 50% 50% 50% / 60% 30% 70% 40%;
	animation: morphing2 12s infinite;
}
.fill-light-light2 {
	background: var(--About_BG) var(--Fill_Lang) no-repeat center;
	background-size: 1.375rem 1.375rem;
	border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
	animation: morphing3 12s infinite;
}
.fill-light-light3 {
	background: var(--About_BG) var(--Fill_Revision) no-repeat center;
	background-size: 1.375rem 1.375rem;
	border-radius: 70% 30% 40% 60% / 70% 60% 40% 30%;
	animation: morphing4 12s infinite;
}
.price_tag {
	background-image: var(--Price_Tag);
	background-size: .625rem .625rem;
	width: .625rem;
	height: .625rem;
}
.no_price_tag {
	background-image: var(--No_Price_Tag);
	background-size: .625rem .625rem;
	width: .625rem;
	height: .625rem;
}
.question:after {
	background-image: var(--FAQArrow);
	background-size: 1rem 1rem;
}
.svg_1:before {
	background-image: var(--FAQ_1);
}
.svg_3:before {
	background-image: var(--FAQ_2);
}
.svg_5:before {
	background-image: var(--FAQ_3);
}
.svg_7:before {
	background-image: var(--FAQ_4);
}
.svg_6:before {
	background-image: var(--FAQ_5);
}
.svg_2:before {
	background-image: var(--FAQ_6);
}
.svg_4:before {
	background-image: var(--FAQ_7);
}
.svg_8:before {
	background-image: var(--FAQ_8);
}
.lilsvgrev:before {
	background-image: var(--Packages_1);
}
.lilsvgfile:before {
	background-image: var(--Packages_2);
}
.lilsvgdel:before {
	background-image: var(--Packages_3);
}
.lilsvgq:before {
	background-image: var(--Packages_4);
}
.CarouselDevices_more__3KRuv
{
	background-image: var(--HeaderArrow);
	background-size: 1rem 1rem;
        background-repeat: no-repeat;
}
.ham-toggle
{
	background-image: var(--ToggleHam);
        background-repeat: no-repeat;
	background-size: var(--smallSize) var(--smallSize);
}
.answer a[target="_blank"]:after {
	content: "";
	background-image: var(--Link_To);
	background-repeat: no-repeat;
	background-size: var(--smallerSize) var(--smallerSize);
}
.modal.modal-standard .modal-close:after {
	background-image: var(--Close_Modal);
	background-size: auto auto;
}
.form-message-wrapper:after,
.form-message-wrapper:before {
	background-image: var(--Error_Image);
	background-size: var(--medSize) var(--medSize);
}
.slide-message-wrapper:after,
.slide-message-wrapper:before {
	background-image: var(--Error_Image);
	background-size: var(--medSize) var(--medSize);
}