/*
 *
 * CSS VARS
 *
*/ 

:root {
	--color-dark: #1A1A1A;
	--color-theme: #BF360C;
	--color-black: #333;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(51, 51, 51, 0.75);
	--color-background: #F5F5F5;
	--color-lines: #CCC;
	--color-link: #00438C;
	--color-help: #3B6E91;
	--color-helplight: #E5EDF2;
	--color-error: #DC4112;
	--color-errorlight: #FCEBE6;
	--color-success: #2E8540;
	--color-successlight: #E5F3EA;
	--color-warning: #F2A100;
	--color-warninglight: #FFF7E5;
	--color-info: #2C7BE5;
	--color-infolight: #E8F0FC;
	--color-buttoncart: #1A1A1A;
	--color-buttoncart-hover: #333333;

	--base-fontfamily: 'Roboto', sans-serif;
	--font-family-condensed: 'RobotoCondensed', sans-serif;
    --container-width: 1920px; /* (2560px | 1920px | 1680px | 1440px) */
	--container-padding: 24px;
	--container-padding-n: -24px;
	--row-padding: 15px;
	--row-padding-n: -15px;
	--productlist-padding: 24px;
	--productdetail-padding: 0px;
	--color-featuredmenu: #DC4112;
	--mobile-popup-max-height: calc(var(--window-inner-height, 100vh) - max(30px, env(safe-area-inset-top)) - 10px);
	--mobile-popup-radius: 16px;

	--input-border-radius: 6px;
	--button-border-radius: 16px;
	--button-circle-size: 24px; /* --button-circle-size: 36px; */
	--button-circle-icon-size: 24px;
	--button-hover-opacity: 0.5;

	/* Spacing */
	--sp-ex-small: 20px;
	--sp-small: 30px;
	--sp-medium: 65px;
	--sp-large: 80px;
}

@media screen and (max-width: 1599px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
		--productlist-padding: 15px;
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* Spacing */
		--sp-ex-small: 15px;
		--sp-small: 25px;
		--sp-medium: 45px;
		--sp-large: 70px;
		--container-padding: 14px;
		--container-padding-n: -14px;
		--row-padding: 14px;
    	--row-padding-n: -14px;
		--productlist-padding: 2px;
	}
}

/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--base-fontfamily);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: currentColor;
	text-decoration: underline;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 180%;
	font-weight: 400;
}

/* PARAGRAPH - A */
.paragraph a, .paragraph .a,
a.paragraph, .paragraph.a {
	color: var(--color-link);
	text-decoration: underline;
}

/* A - Hover */
@media (hover: hover) {
	a:hover, .a:hover,
	.paragraph a:hover, .paragraph .a:hover,
	a.paragraph:hover, .paragraph.a:hover {
		text-decoration: none;
	}

	.paragraph a:hover, a.paragraph:hover {
		color: var(--color-link);
		text-decoration: none;
	}
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-weight: 400; /* Required font-weight  */
	font-size: 16px;
	color: var(--color-darkgray);
	line-height: 180%;
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 700;
	font-size: 72px;
	line-height: 120%;
	color: var(--color-dark);
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 500;
	font-size: 42px;
	line-height: 170%;
	color: var(--color-dark);
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 170%;
	color: var(--color-dark);
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 700;
	font-size: 22px;
	line-height: 180%;
	color: var(--color-dark);
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 170%;
	color: var(--color-dark);
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 170%;
	color: var(--color-dark);
}

.list-nav-title.active {
	color: var(--color-theme);
}

/* SIGNATURE */
.signature {
	font-size: 13px;
	line-height: 100%;
	font-weight: 500;
	background-color: var(--color-theme);
	color: var(--color-white);
	padding: 8px 10px;
	width: fit-content;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: var(--color-dark);
}

.list-nav-subtitle.active {
	color: var(--color-theme);
}



/* PRODUCT */
	/* Brand */
		.brand-list-product,
		.rdc-product-item-brand {
			font-weight: 400;
			font-size: 14px;
			color: var(--color-darkgray);
		} 

	/* Name */
		.product-item .desc .name,
		.rdc-product-item-name {
			font-weight: 400;
			font-size: 16px;
			line-height: 140%;
			color: var(--color-dark);
		}

	/* Ref */
		.rdc-product-item-ref {
			color: var(--color-gray);
			font-size: 13px;
		}

	/* Price */
		.price {
			display: inline-flex;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 2px 6px;
			flex-wrap: wrap;
			line-height: 130%;
		}

		/* Price Old */
		.price .old {
			font-weight: 400;
			font-size: 16px;
			font-family: var(--font-family-condensed);
			color: var(--color-darkgray);
			text-decoration: line-through;
			margin-right: 0 !important;
		}

		/* Price Discount */
		.price .discount {
			font-weight: 400;
			font-size: 16px;
			font-family: var(--font-family-condensed);
			background: transparent; /* Required */
			color: var(--color-error); /* Required */
			padding: 0px;
			border-radius: 0px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Price Current */
		.price .current {
			font-weight: 400;
			font-family: var(--font-family-condensed);
			font-size: 16px;
		}

	/* Price Horizontal */
		.priceh {
			display: inline-flex;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 2px 10px;
			flex-wrap: wrap;
			line-height: 100%;
		}

		/* Priceh Old */
		.priceh .old {
			font-weight: 400;
			font-size: 18px;
			font-family: var(--font-family-condensed);
			color: var(--color-darkgray);
			text-decoration: line-through;
		}

		/* Priceh Discount */
		.priceh .discount {
			font-weight: 400;
			font-size: 18px;
			font-family: var(--font-family-condensed);
			background: transparent;
			color: var(--color-error);
			padding: 0px;
			border-radius: 0px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Priceh Current */
		.priceh .current {
			font-weight: 400;
			font-size: 18px;
			font-family: var(--font-family-condensed);
		}

	/* Desde, Package Type, Value */
	.desde, .packageType, .value {
		font-weight: 400;
		font-size: 12px;
		line-height: 130%;
		color: var(--color-darkgray);
		text-transform: capitalize;
	}

	.price .desde, .priceh .desde {
		margin-right: 6px;
	}

	/* Promo Date */
	.rdc-promo-date {
		font-weight: 400;
		font-size: 12px; /* Required font-size */
		color: var(--color-error);
	}

	/* Promoção ultimos 30 dias */
	.rdc-promo-30days {
		font-weight: 400;
		font-size: 12px;
		color: var(--color-darkgray);
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 36px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title {
		font-size: 30px;
		line-height: 160%;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
		font-size: 26px;
		line-height: 160%;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 22px;
		line-height: 160%;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 18px;
		line-height: 160%;
	}

	/* LIST-NAV-title - Required for accordion contains secondary-subtitle */
	.list-nav-title {
		font-size: 17px;
	}

	/* SIGNATURE */
	.signature {
		font-size: 13px;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 17px;
	}


	/* PRODUCT */
	/* Brand */
	.brand-list-product,
	.rdc-product-item-brand {
		font-size: 12px;
	} 

	/* Name */
	.product-item .desc .name,
	.rdc-product-item-name {
		font-size: 14px;
	}

	/* Price */
	.price {
		grid-gap: 2px 6px;
	}

	.price .current, .price .discount, .price .old {
		font-size: 14px;
	}

	/* Price Desde, Type, packageType */
	.price .desde, .price .type, .price .packageType, .price .date {
		font-size: 12px;
	}

	/* Promo Date */
	.price .date,
	.rdc-promo-date {
		font-size: 12px;
	}

	/* Price Horizontal */
	.priceh { gap: 8px; }
	.priceh .old, .priceh .discount, .priceh .current {
		font-size: 16px;
	}

}

/* ==========================================================================
   PRODUCT ITEM SMALL (.rdc-product-item-small)
   --------------------------------------------------------------------------
   Versão compacta do product item com estilos da versão mobile.
   Os estilos de preço previamente aplicados para mobile devem ser
   duplicados nesta área. Estes estilos serão usados em desktop quando se 
   pretende aplicar visualmente a aparência de mobile.
   Usar a classe: .rdc-product-item-small
========================================================================== */
@media screen and (min-width: 1200px) {
	/* Brand */
	.rdc-product-item-small .brand-list-product,
	.rdc-product-item-small .rdc-product-item-brand {
		font-size: 12px;
	} 

	/* Name */
	.rdc-product-item-small .product-item .desc .name,
	.rdc-product-item-small .rdc-product-item-name {
		font-size: 14px;
	}

	/* Price */
	.rdc-product-item-small .price {
		grid-gap: 2px 4px;
	}

	.rdc-product-item-small .price p {
		font-size: 14px;
	}

	/* Price Desde, Type, packageType */
	.rdc-product-item-small .price .desde,
	.rdc-product-item-small .price .type,
	.rdc-product-item-small .price .packageType, .price .date {
		font-size: 12px;
	}

	/* Promo Date */
	.rdc-product-item-small .price .date,
	.rdc-product-item-small .rdc-promo-date {
		font-size: 12px;
	}

	/* Price Horizontal */
	.rdc-product-item-small .priceh .old,
	.rdc-product-item-small .priceh .discount,
	.rdc-product-item-small .priceh .current {
		font-size: 16px;
	}

	/* Promoção ultimos 30 dias */
	.rdc-product-item-small .rdc-promo-30days {
		font-size: 12px;
	}
}


	/* !!!!!! AQUI !!!!!! */

/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-family: var(--font-family-condensed);
		font-weight: 500;
		font-size: 15px;
		line-height: 10px;
		letter-spacing: 2px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 0 34px;
		border: 1px solid var(--color-dark);
		background-color: var(--color-dark);
		display: inline-flex; 
		align-items: center;
		justify-content: center;
		min-width: 90px;
		min-height: 44px;
		border-radius: var(--button-border-radius);
		user-select: none;
	}

	.button:not(.btn-cart):not(.btn-cart-sec).loader, button:not(.btn-cart):not(.btn-cart-sec).loader, input[type=submit]:not(.btn-cart):not(.btn-cart-sec).loader, input[type=button]:not(.btn-cart):not(.btn-cart-sec).loader {
		color: var(--color-black) !important;
		background: var(--color-black) !important;
		border-color: var(--color-black) !important;
	}

	/* Normal Hover */
	@media (hover: hover) {
		.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
			color: var(--color-dark);
			border-color: var(--color-dark);
			background-color: transparent;
		}
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
		color: var(--color-dark);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Hover */
	@media (hover: hover) {
		.button.btn-light:not([disabled]):hover, .button.white:not([disabled]):hover, button.btn-light:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].btn-light:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].btn-light:not([disabled]):hover, input[type=button].white:not([disabled]):hover {
			color: var(--color-white);
			border-color: var(--color-white);
			background-color: transparent;
		}
	}

	/* White Disabled */
	.button.btn-light[disabled], .button.white[disabled], button.btn-light[disabled], button.white[disabled], input[type=submit].btn-light[disabled], input[type=submit].white[disabled], input[type=button].btn-light[disabled], input[type=button].white[disabled] {
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-dark);
		border-color: var(--color-dark);
		background-color: transparent;
	}

	/* Normal Hover */
	@media (hover: hover) {
		.button.btn2:not([disabled]):hover, button.btn2:not([disabled]):hover, input[type=submit].btn2:not([disabled]):hover, input[type=button].btn2:not([disabled]):hover, .buttonBlocks:not([disabled]):hover{
			color: var(--color-white);
			border-color: var(--color-dark);
			background-color: var(--color-dark);
		}
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

	/* White */
	.button.btn2.btn-light, .button.btn2.white, button.btn2.btn-light, button.btn2.white, input[type=submit].btn2.btn-light, input[type=submit].btn2.white, input[type=button].btn2.btn-light, input[type=button].btn2.white,
	body #main .contentTitles_button.btn-light {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}

	/* White Hover */
	@media (hover: hover) {
		.button.btn2.btn-light:not([disabled]):hover, .button.btn2.white:not([disabled]):hover, button.btn2.btn-light:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.btn-light:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.btn-light:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
			color: var(--color-dark); 
			border-color: var(--color-white);
			background-color: var(--color-white);
		}
	}

	/* White Disable */
	.button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		display: inline; /* Required */
		font-weight: 500;
		font-size: 15px;
		line-height: 100%;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-decoration: none !important;
		padding: 4px 0;
		border: 0;
		background: transparent;
		color: var(--color-dark);
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 2px solid currentColor;
	}

	/* Normal Hover */
	@media (hover: hover) {
		.button.link:not([disabled]):hover, .link:not([disabled]):hover {
			border-color: transparent;
			color: currentColor;
		}
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		cursor: default !important;
		color: var(--color-darkgray);
	}

	/* White */
	.button.link.white, .link.white {
		color: var(--color-white);
	}

	/* White Hover */
	@media (hover: hover) {
		.button.link.white:not([disabled]):hover, .link.white:not([disabled]):hover {

		}
	}

	/* White Disable */
	.button.link.white[disabled], .link.white[disabled] {
		cursor: default !important;
		color: var(--color-darkgray);
	}

/* Button Card */
	/* Normal */
	.button-card {
		transition: border-color 0.15s,
		box-shadow 0.15s;
		border-radius: var(--button-border-radius);
	}

	/* Normal hover e active */
	@media (hover: hover) {
		.button-card:not(.disabled):not(.esgotado):not(.active):hover {
			border-color: var(--color-gray);
		}
	}

	/* Active */
	.button-card.active {
		box-shadow: 0px 0px 0px 2px var(--color-theme);
	}

	/* Disable */
	.button-card.disabled {}

	/* Esgotado */
	.button-card.esgotado {}

	/* Title */
	.button-card-title {}

	/* Description */
	.button-card-desc {
		color: var(--color-gray);
	}

	@media screen and (hover) {
		.button-card:not(.disabled):not(.esgotado):hover{
			background-color: var(--color-white);
		}
	}


/* Buttons Cart - (Nota: O tamanho do botÃ£o deve ser igual ao .button, no detalhe devem customizar a altura) */
	/* Normal */
	.btn-cart, .btn-cart-sec, .btn-cart-esgotado {
		font-weight: 500;
		font-size: 15px;
		line-height: 10px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 0 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 95px;
		min-height: 44px; /* Ser igual ao .button  */
		border: 1px solid var(--color-buttoncart);
		background-color: var(--color-buttoncart);
		white-space: nowrap;
		border-radius: var(--button-border-radius);
	}

	.btn-cart.loader {
		color: var(--color-buttoncart) !important;
		border-color: var(--color-buttoncart) !important;
		background-color: var(--color-buttoncart) !important;
	}

	/* Normal hover */
	@media (hover: hover) {
		.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
			color: var(--color-white);
			border-color: var(--color-buttoncart-hover);
			background-color: var(--color-buttoncart-hover);
		}
	}

	/* Normal Disable */ 
	.btn-cart[disabled] {
		cursor: default !important;
		color: var(--color-white);
		background-color: var(--color-buttoncart);
		border-color: var(--color-buttoncart);
		opacity: 0.5;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-black) !important;
	border-color: var(--color-lightgray) !important;
	background-color: var(--color-lightgray) !important;
	cursor: default !important;
	opacity: 1 !important;
}

/* Button Cart Secundario */
.btn-cart-sec{
	color: var(--color-buttoncart);
	border-color: var(--color-buttoncart);
	background-color: transparent;
}

/* Button Cart Secundario hover */
@media (hover: hover) {
	.btn-cart-sec:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: var(--color-buttoncart);
		background-color: var(--color-buttoncart);
	}
}

/* Button Loading */
.button.loader, button.loader {
	position: relative;
}

.button.loader::before, button.loader::before, .btn-cart.loader::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	background: url("data:image/svg+xml,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/24px;
}

/* Button Cart Secundario Loading */
.btn-cart-sec.loader {
	color: transparent;
}

.btn-cart-sec.loader::before {
	background: url("data:image/svg+xml,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%230F355C'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center / 24px;
}

/* Button Icon */
.btn-icon {min-width: 0;padding: 0;}
.btn-icon .rdc-icon-svg {width: 24px;height: 24px;flex-shrink: 0;}
@media (hover: hover) {
	.btn-icon:not(.sel):not(.active):not(.disabled):not([disabled]):hover .rdc-icon-svg {filter: invert(1);}
}

/*
 *
 * FLAGS
 *
*/
.flags .flag {font-weight: 400;line-height: normal;text-transform: uppercase;min-height: 20px;display: flex;justify-content: center;align-items: center;letter-spacing: 1px;font-size: 11px;padding: 2px 10px 1px;font-family: var(--font-family-condensed);}
.blog .flags .flag{line-height: normal;color: var(--color-white);text-transform: uppercase;background: var(--color-dark);border-radius: 0;}
.blog .flags.flagsStatic .flag{color: var(--color-dark);}

/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-theme);
}

body .accordion > li.active + li {
	border-top-color: var(--color-lines);
}

.accordion-head {
	user-select: none;
}

.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 15px;
	padding-right: 4em;
}






/*
 *
 * Tabs
 *
*/
/*blocos*/
body .content_blocks_tabs ul li:first-child { padding-left: 4px !important; }
body .content_blocks_tabs ul li:first-child,
.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:first-child { border-top-left-radius: var(--button-border-radius);border-bottom-left-radius: var(--button-border-radius); }
body .content_blocks_tabs ul li:last-child,
.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:last-child { border-top-right-radius: var(--button-border-radius);border-bottom-right-radius: var(--button-border-radius); }

.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li {
	margin: 0px;
	background-color: var(--color-background);
    padding: 4px;
}

.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	/*border: 1px solid var(--color-lightgray);*/
	background-color: var(--color-background);
	border-radius: var(--button-border-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	min-width: 120px;
	user-select: none;
}

@media (hover: hover) {
	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
		opacity: var(--button-hover-opacity);
	}
}

.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-theme);
	background-color: var(--color-white);
	opacity: 1;
}

.tabs-container.vertical .tabs:not(.rdc-fixed-styles) .tabs-item {
	display: inline-block;
	padding-bottom: 0;
	border-bottom-width: 1px;
}

@media screen and (max-width: 991px) {
	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
		margin: 0 var(--container-padding-n);
	}

	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:first-child {
		margin-left: var(--container-padding);
	}

	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:last-child {
		margin-right: var(--container-padding);
		padding-right: 0;
	}
}



/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title, .label-subtitle, .label-desc {user-select: none;line-height: 160%;}
.label-title { font-size: 15px;font-weight: 600; }

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], input[type=date], select {
	padding: 10px 15px;
	border: 1px solid var(--color-lines);
	min-height: 42px;
	background-color: white;
	color: currentColor; /* Required */
	border-radius: var(--input-border-radius);
	font-size: 15px;
}

input[type=file] {
	padding: 8px 15px;
}

@media (hover: hover) {
	input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, input[type=date]:hover, textarea:hover, div.select:not(.disabled,[readonly]):hover,
	input[type="checkbox"].magic-checkbox:not([checked]):not([disabled]):hover, input[type="radio"].magic-radio:not([checked]):not([disabled]):hover {
		border-color: var(--color-gray);
	}
	input[type=text].filled:not(:focus):hover, input[type=number].filled:not(:focus):hover, input[type=email].filled:not(:focus):hover, input[type=password].filled:not(:focus):hover, input[type=tel].filled:not(:focus):hover, input[type=file].filled:not(:focus):hover, input[type=date].filled:not(:focus):hover, textarea.filled:not(:focus):hover, .select.filled:hover {border-color: var(--color-lines);}
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, input[type=number]:focus, textarea:focus {
    border-color: var(--color-darkgray);
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, input[type=date]:disabled, input[type=number]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, input[type=date].disabled, input[type=number].disabled, textarea.disabled, div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-gray);
	-webkit-opacity: 1; 
	cursor: default;
}
input[type=text]:not(:focus).filled, input[type=number]:not(:focus).filled, input[type=email]:not(:focus).filled, input[type=password]:not(:focus).filled, input[type=tel]:not(:focus).filled, input[type=file]:not(:focus).filled, input[type=date]:not(:focus).filled, textarea.filled:not(:focus), .select.filled:not(:focus) {border-color: var(--color-gray);}


/* Select */
div.select {
	position: relative;
	z-index: 0;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: var(--input-border-radius);
}

body div.select select {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 15px;
	min-height: 40px;
	height: auto;
	appearance:none;
	border: 0px !important;
	border-radius: 0 !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	line-height: 19px; /* Mozilla */
}

body div.select:not([readonly])::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 10L5 10L16 22L27 10Z' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 10L5 10L16 22L27 10Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	background-color: var(--color-black);
}

body div.select:not([readonly]).active::after {
	-webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5 22h22l-11-12z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5 22h22l-11-12z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");
}

div.select.loading:not([readonly])::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
	mask-image: none;
	-webkit-mask-image: none;
}

div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

div.select:has(select:focus){
	border-color: var(--color-black) !important;
}

/* Normal Readonly */
select[readonly], div.select[readonly] {
	pointer-events: none;
}

/* Input date */
div.input-date::after {
	mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.12 6.98H21.5V5.22C21.5 5.099 21.401 5 21.28 5H19.74C19.619 5 19.52 5.099 19.52 5.22V6.98H12.48V5.22C12.48 5.099 12.381 5 12.26 5H10.72C10.599 5 10.5 5.099 10.5 5.22V6.98H5.88C5.39325 6.98 5 7.37325 5 7.86V26.12C5 26.6068 5.39325 27 5.88 27H26.12C26.6068 27 27 26.6068 27 26.12V7.86C27 7.37325 26.6068 6.98 26.12 6.98ZM25.02 25.02H6.98V14.57H25.02V25.02ZM6.98 12.7V8.96H10.5V10.28C10.5 10.401 10.599 10.5 10.72 10.5H12.26C12.381 10.5 12.48 10.401 12.48 10.28V8.96H19.52V10.28C19.52 10.401 19.619 10.5 19.74 10.5H21.28C21.401 10.5 21.5 10.401 21.5 10.28V8.96H25.02V12.7H6.98Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
}

/* Magic Checkbox & Radio */
.magic-checkbox:checked:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.66425 11.3818L14.672 4.5L15.75 5.55874L7.66425 13.5L2.8125 8.73494L3.8905 7.67621L7.66425 11.3818Z' fill='%23333333'/%3e%3c/svg%3e ");
}

.magic-radio,
.magic-checkbox { min-width: 22px;min-height: 22px; }

.magic-checkbox:not(:disabled), .magic-radio:not(:disabled) {
	background-color: var(--color-white);
}

.magic-radio:not(:checked), .magic-checkbox:not(:checked) {
	border-color: var(--color-lines);
}

.magic-radio:checked:not(:disabled), .magic-checkbox:checked:not(:disabled) {
	border-color: var(--color-gray);
}

.magic-radio:checked:not(:disabled):before {
	background-color: var(--color-black);
}

.magic-radio:disabled:checked::before {
	background-color: var(--color-black);
	/*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.66425 11.3818L14.672 4.5L15.75 5.55874L7.66425 13.5L2.8125 8.73494L3.8905 7.67621L7.66425 11.3818Z' fill='%23333333'/%3e%3c/svg%3e ");*/
}

.magic-radio:disabled:checked {
	border-color: var(--color-lines);
	background-color: var(--color-background);
}

.magic-radio:disabled {
	border-color: var(--color-lines);
	background-color: var(--color-background);
}

.magic-radio:disabled + label, .magic-checkbox:disabled + label {
	color: var(--color-gray);
}

/* Label máximo caracteres */
.form-field .max-carac {
    color: var(--color-darkgray);
}

::-webkit-input-placeholder {color: var(--color-gray);}
::-moz-placeholder {color: var(--color-gray);}
:-ms-input-placeholder {color: var(--color-gray);}
:-moz-placeholder {color: var(--color-gray);}

@media (hover: hover) {
	.filter-cnt-item:hover .magic-radio:checked:not(:disabled), 
	.filter-cnt-item:hover .magic-checkbox:checked:not(:disabled),
	.filter-cnt-item:hover .filter-label-item{ opacity: 0.6; }

}

/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error {
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
	line-height: 144%;
	border-radius: var(--input-border-radius);
	border: 1px solid;
}

.form-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 18.625C5.51256 18.625 1.875 14.9874 1.875 10.5C1.875 6.01256 5.51256 2.375 10 2.375C14.4874 2.375 18.125 6.01256 18.125 10.5C18.125 14.9874 14.4874 18.625 10 18.625ZM10 17C11.7239 17 13.3772 16.3152 14.5962 15.0962C15.8152 13.8772 16.5 12.2239 16.5 10.5C16.5 8.77609 15.8152 7.12279 14.5962 5.90381C13.3772 4.68482 11.7239 4 10 4C8.27609 4 6.62279 4.68482 5.40381 5.90381C4.18482 7.12279 3.5 8.77609 3.5 10.5C3.5 12.2239 4.18482 13.8772 5.40381 15.0962C6.62279 16.3152 8.27609 17 10 17ZM9.1875 12.9375H10.8125V14.5625H9.1875V12.9375ZM10.8125 11.6009V12.125H9.1875V10.9062C9.1875 10.6908 9.2731 10.4841 9.42548 10.3317C9.57785 10.1794 9.78451 10.0938 10 10.0938C10.2308 10.0937 10.4569 10.0282 10.6519 9.90471C10.8469 9.78123 11.0028 9.60492 11.1016 9.39629C11.2003 9.18765 11.2377 8.95527 11.2096 8.72618C11.1814 8.4971 11.0887 8.28073 10.9424 8.10224C10.796 7.92376 10.602 7.7905 10.3829 7.71798C10.1637 7.64545 9.92853 7.63664 9.7046 7.69257C9.48066 7.7485 9.27721 7.86688 9.11792 8.03391C8.95863 8.20095 8.85005 8.40979 8.80481 8.63613L7.21069 8.31681C7.30951 7.82288 7.53773 7.36405 7.872 6.98723C8.20627 6.6104 8.63461 6.3291 9.11323 6.17207C9.59185 6.01505 10.1036 5.98793 10.5961 6.0935C11.0887 6.19907 11.5443 6.43353 11.9165 6.77292C12.2888 7.11231 12.5642 7.54445 12.7147 8.02518C12.8651 8.5059 12.8852 9.01795 12.773 9.509C12.6607 10 12.42 10.4525 12.0755 10.82C11.7311 11.1876 11.2952 11.4571 10.8125 11.6009Z' fill='%233B6E91'/%3e%3c/svg%3e ");
	border-color: var(--color-helplight);
}

.form-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 10.5C3.5 8.77609 4.18482 7.12279 5.40381 5.90381C6.62279 4.68482 8.27609 4 10 4C11.7239 4 13.3772 4.68482 14.5962 5.90381C15.8152 7.12279 16.5 8.77609 16.5 10.5C16.5 12.2239 15.8152 13.8772 14.5962 15.0962C13.3772 16.3152 11.7239 17 10 17C8.27609 17 6.62279 16.3152 5.40381 15.0962C4.18482 13.8772 3.5 12.2239 3.5 10.5ZM10 2.375C5.51256 2.375 1.875 6.01256 1.875 10.5C1.875 14.9874 5.51256 18.625 10 18.625C14.4874 18.625 18.125 14.9874 18.125 10.5C18.125 6.01256 14.4874 2.375 10 2.375ZM14.4338 8.43381L13.2849 7.28494L9.1875 11.3824L6.91819 9.11306L5.76931 10.2619L9.1875 13.6801L14.4338 8.43381Z' fill='%232E8540'/%3e%3c/svg%3e ");
	border-color: var(--color-successlight);
}

.form-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 2.375C5.51256 2.375 1.875 6.01256 1.875 10.5C1.875 14.9874 5.51256 18.625 10 18.625C14.4874 18.625 18.125 14.9874 18.125 10.5C18.125 6.01256 14.4874 2.375 10 2.375ZM10 4C11.7239 4 13.3772 4.68482 14.5962 5.90381C15.8152 7.12279 16.5 8.77609 16.5 10.5C16.5 12.2239 15.8152 13.8772 14.5962 15.0962C13.3772 16.3152 11.7239 17 10 17C8.27609 17 6.62279 16.3152 5.40381 15.0962C4.18482 13.8772 3.5 12.2239 3.5 10.5C3.5 8.77609 4.18482 7.12279 5.40381 5.90381C6.62279 4.68482 8.27609 4 10 4ZM9.1875 8.0625H10.8125V6.4375H9.1875V8.0625ZM9.1875 14.5625H10.8125V9.6875H9.1875V14.5625Z' fill='%232C7BE5'/%3e%3c/svg%3e ");
	border-color: var(--color-infolight);
}

.form-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.7199 2.79726L18.6386 16.7331C18.7116 16.8615 18.75 17.0071 18.75 17.1554C18.75 17.3037 18.7116 17.4493 18.6386 17.5777C18.5657 17.7061 18.4607 17.8127 18.3344 17.8868C18.208 17.961 18.0647 18 17.9187 18H2.08126C1.93534 18 1.79199 17.961 1.66562 17.8868C1.53926 17.8127 1.43432 17.7061 1.36136 17.5777C1.28841 17.4493 1.25 17.3037 1.25 17.1554C1.25 17.0071 1.28841 16.8615 1.36137 16.7331L9.28011 2.79726C9.35308 2.66888 9.45801 2.56227 9.58438 2.48814C9.71074 2.41402 9.85409 2.375 10 2.375C10.1459 2.375 10.2893 2.41402 10.4156 2.48814C10.542 2.56227 10.6469 2.66888 10.7199 2.79726ZM3.52103 16.3108H16.479L10 4.90875L3.52103 16.3108ZM9.16872 13.777H10.8313V15.4662H9.16872V13.777ZM9.16872 7.86484H10.8313V12.0878H9.16872V7.86484Z' fill='%23F2A100'/%3e%3c/svg%3e ");
	border-color: var(--color-warninglight);
}

.form-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 18.625C5.51256 18.625 1.875 14.9874 1.875 10.5C1.875 6.01256 5.51256 2.375 10 2.375C14.4874 2.375 18.125 6.01256 18.125 10.5C18.125 14.9874 14.4874 18.625 10 18.625ZM10 17C11.7239 17 13.3772 16.3152 14.5962 15.0962C15.8152 13.8772 16.5 12.2239 16.5 10.5C16.5 8.77609 15.8152 7.12279 14.5962 5.90381C13.3772 4.68482 11.7239 4 10 4C8.27609 4 6.62279 4.68482 5.40381 5.90381C4.18482 7.12279 3.5 8.77609 3.5 10.5C3.5 12.2239 4.18482 13.8772 5.40381 15.0962C6.62279 16.3152 8.27609 17 10 17ZM10 9.35113L12.2978 7.05256L13.4474 8.20225L11.1489 10.5L13.4474 12.7978L12.2978 13.9474L10 11.6489L7.70225 13.9474L6.55256 12.7978L8.85113 10.5L6.55256 8.20225L7.70225 7.05256L10 9.35113Z' fill='%23DC4112'/%3e%3c/svg%3e ");
	border-color: var(--color-errorlight);
}

.form-field.displayError .label-title,
.form-field.displayError .checkbox-uni label {
	color: var(--color-error);
}

.form-field.displayError input,
.form-field.displayError div.select,
.form-field.displayError textarea,
.form-field.displayError .checkbox-uni .magic-checkbox {
	border-color: var(--color-error) !important;
}






/*
 *
 * Slim Scrollbar (Minicart, Product List Filters)
 * Customizar se necessÃ¡rio
 *
*/
/* Firefox used (scrollbar-width and scrollbar-color) */
/*
	body:not(.MacOS) .slim-scrollbar {
		scrollbar-width: thin;
		scrollbar-color: #AAA lightgray;
	}
	.slim-scrollbar::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	.slim-scrollbar::-webkit-scrollbar-track {
		background: lightgray;
	}
	.slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: #AAA;
		border-radius: 8px;
	}
*/






/*
 *
 * Geral
 *
*/
.overlay::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 96;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}



/*
 *
 * Sliders
 *
*/
.slider .slick-arrow, .rdc-slider-arrow {
	background-position: center !important;
	background-size: 100%;
	border-radius: 0;
	opacity: var(--button-hover-opacity);
}

.slider .slick-arrow.slick-disabled {visibility: hidden;cursor: default !important;}

.slider.slick-vertical .slick-arrow, 
.slick-vertical .rdc-slider-arrow, 
.vertical .rdc-slider-arrow{transform: rotate(90deg);}


@media (hover: hover) {
	.slider .slick-arrow:hover, .rdc-slider-arrow:hover {opacity: 1;}
}

.slider .slick-arrow.slick-prev, .rdc-slider-prev {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='42' height='32' viewBox='0 0 42 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 0L42 0L32 32L0 32L10 0Z' fill='white'/%3e%3cpath d='M29.125 17.1473V15.4777L15.9852 15.4777L19.1946 12.1804L18.0458 11L12.875 16.3125L18.0458 21.625L19.1946 20.4446L15.9852 17.1473H29.125Z' fill='%23333333'/%3e%3c/svg%3e ");
}

.slider.slick-vertical .slick-prev, 
.slick-vertical .rdc-slider-prev, 
.vertical .rdc-slider-prev{top: 16px;left: calc(50% - 16px);}

.slider .slick-arrow.slick-next, .rdc-slider-next {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='42' height='32' viewBox='0 0 42 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 0L42 0L32 32L0 32L10 0Z' fill='white'/%3e%3cpath d='M12.875 17.1473V15.4777L26.0148 15.4777L22.8054 12.1804L23.9542 11L29.125 16.3125L23.9542 21.625L22.8054 20.4446L26.0148 17.1473H12.875Z' fill='%23333333'/%3e%3c/svg%3e ");
}

.slider.slick-vertical .slick-next, 
.slick-vertical .rdc-slider-next, 
.vertical .rdc-slider-next{top: auto;bottom: 16px;left: calc(50% - 16px);right: auto;}


body .slick-dots li {
	margin: 0;
}

body .slick-dots li button {
	height: 10px;
	width: 28px;
	background-color: var(--color-black);
	border: 4px solid var(--color-background);
	border-radius: 0;
}

body .slick-dots li.slick-active button {
	background-color: var(--color-theme);
	border-color: var(--color-background);
}

@media screen and (min-width: 768px) {
    body .slick-dots li button:hover {
		border-color: var(--color-background);
		opacity: 0.85;
    }
}

/* !!!!!!!!!! Aqui  !!!!!!!!!! */

/*
 *
 * Icons SVG
 *
*/
@media (hover: hover) {
	a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
		opacity: var(--button-hover-opacity);
	}
}
body .rdc-icon-circle { background-color: transparent; }
/* SVG icons Ex: {mask-image: url("data:image/svg+xml,%3Csvg ... ");} */
body .rdc-icon-svg.rdc-icon-social-share {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 3L24.276 11.427L22.3907 13.3467L17.3333 8.19713V21.2117H14.6667V8.19713L9.60933 13.3467L7.724 11.427L16 3ZM4 23.927V18.4964H6.66667V23.927C6.66667 24.2871 6.80714 24.6324 7.05719 24.887C7.30724 25.1416 7.64638 25.2847 8 25.2847H24C24.3536 25.2847 24.6928 25.1416 24.9428 24.887C25.1929 24.6324 25.3333 24.2871 25.3333 23.927V18.4964H28V23.927C28 25.0072 27.5786 26.0432 26.8284 26.8071C26.0783 27.5709 25.0609 28 24 28H8C6.93913 28 5.92172 27.5709 5.17157 26.8071C4.42143 26.0432 4 25.0072 4 23.927Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-fb {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.6667 25.3333H25.3333V6.66667H6.66667V25.3333H16V18.6667H13.3333V16H16V13.7947C16 12.012 16.1867 11.3653 16.5333 10.7133C16.8751 10.0684 17.4028 9.54119 18.048 9.2C18.5573 8.92667 19.1907 8.76267 20.2973 8.692C20.7364 8.66356 21.3044 8.69911 22.0013 8.79867V11.332H21.3333C20.1107 11.332 19.6053 11.3893 19.304 11.5507C19.1244 11.6434 18.978 11.7897 18.8853 11.9693C18.7253 12.2707 18.6667 12.5693 18.6667 13.7933V16H22L21.3333 18.6667H18.6667V25.3333ZM5.33333 4H26.6667C27.0203 4 27.3594 4.14048 27.6095 4.39052C27.8595 4.64057 28 4.97971 28 5.33333V26.6667C28 27.0203 27.8595 27.3594 27.6095 27.6095C27.3594 27.8595 27.0203 28 26.6667 28H5.33333C4.97971 28 4.64057 27.8595 4.39052 27.6095C4.14048 27.3594 4 27.0203 4 26.6667V5.33333C4 4.97971 4.14048 4.64057 4.39052 4.39052C4.64057 4.14048 4.97971 4 5.33333 4Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-in {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.0013 12.1C14.967 12.1 13.975 12.5109 13.2436 13.2423C12.5122 13.9737 12.1013 14.9657 12.1013 16C12.1013 17.0343 12.5122 18.0263 13.2436 18.7577C13.975 19.4891 14.967 19.9 16.0013 19.9C17.0356 19.9 18.0276 19.4891 18.759 18.7577C19.4904 18.0263 19.9013 17.0343 19.9013 16C19.9013 14.9657 19.4904 13.9737 18.759 13.2423C18.0276 12.5109 17.0356 12.1 16.0013 12.1ZM16.0013 9.5C17.7252 9.5 19.3785 10.1848 20.5975 11.4038C21.8165 12.6228 22.5013 14.2761 22.5013 16C22.5013 17.7239 21.8165 19.3772 20.5975 20.5962C19.3785 21.8152 17.7252 22.5 16.0013 22.5C14.2774 22.5 12.6241 21.8152 11.4051 20.5962C10.1861 19.3772 9.5013 17.7239 9.5013 16C9.5013 14.2761 10.1861 12.6228 11.4051 11.4038C12.6241 10.1848 14.2774 9.5 16.0013 9.5ZM24.4513 9.175C24.4513 9.60598 24.2801 10.0193 23.9753 10.324C23.6706 10.6288 23.2573 10.8 22.8263 10.8C22.3953 10.8 21.982 10.6288 21.6773 10.324C21.3725 10.0193 21.2013 9.60598 21.2013 9.175C21.2013 8.74402 21.3725 8.3307 21.6773 8.02595C21.982 7.7212 22.3953 7.55 22.8263 7.55C23.2573 7.55 23.6706 7.7212 23.9753 8.02595C24.2801 8.3307 24.4513 8.74402 24.4513 9.175ZM16.0013 5.6C12.7851 5.6 12.2599 5.6091 10.7636 5.6754C9.7444 5.7235 9.0606 5.86 8.4262 6.107C7.89558 6.30248 7.41574 6.61483 7.0222 7.0209C6.61565 7.4143 6.30286 7.89416 6.107 8.4249C5.86 9.0619 5.7235 9.7444 5.6767 10.7623C5.6091 12.1975 5.6 12.6993 5.6 16C5.6 19.2175 5.6091 19.7414 5.6754 21.2377C5.7235 22.2556 5.86 22.9407 6.1057 23.5738C6.3267 24.1393 6.5867 24.5462 7.0183 24.9778C7.4564 25.4146 7.8633 25.6759 8.4223 25.8917C9.0645 26.14 9.7483 26.2778 10.7623 26.3246C12.1975 26.3922 12.6993 26.4 16 26.4C19.2175 26.4 19.7414 26.3909 21.2377 26.3246C22.2543 26.2765 22.9381 26.14 23.5738 25.8943C24.1044 25.6988 24.5843 25.3865 24.9778 24.9804C25.4159 24.5436 25.6772 24.1367 25.893 23.5764C26.14 22.9368 26.2778 22.253 26.3246 21.2364C26.3922 19.8025 26.4 19.2994 26.4 16C26.4 12.7838 26.3909 12.2586 26.3246 10.7623C26.2765 9.7457 26.1387 9.0593 25.893 8.4249C25.6975 7.89428 25.3852 7.41444 24.9791 7.0209C24.5857 6.61436 24.1058 6.30156 23.5751 6.1057C22.9381 5.8587 22.2543 5.7222 21.2377 5.6754C19.8038 5.6078 19.302 5.6 16 5.6M16 3C19.5321 3 19.9728 3.013 21.3599 3.078C22.7431 3.143 23.6869 3.3601 24.515 3.6825C25.373 4.0127 26.0958 4.4599 26.8186 5.1814C27.4799 5.83105 27.9914 6.61721 28.3175 7.485C28.6386 8.3131 28.857 9.2569 28.922 10.6414C28.9831 12.0272 29 12.4679 29 16C29 19.5321 28.987 19.9728 28.922 21.3586C28.857 22.7444 28.6386 23.6856 28.3175 24.515C27.9914 25.3828 27.4799 26.1689 26.8186 26.8186C26.1689 27.4799 25.3828 27.9914 24.515 28.3175C23.6869 28.6386 22.7431 28.857 21.3599 28.922C19.9728 28.9831 19.5321 29 16 29C12.4679 29 12.0272 28.987 10.6401 28.922C9.2569 28.857 8.3144 28.6386 7.485 28.3175C6.61721 27.9914 5.83105 27.4799 5.1814 26.8186C4.5201 26.1689 4.00856 25.3828 3.6825 24.515C3.3601 23.6869 3.143 22.7431 3.078 21.3586C3.0156 19.9728 3 19.5321 3 16C3 12.4679 3.013 12.0272 3.078 10.6414C3.143 9.2556 3.3601 8.3144 3.6825 7.485C4.00856 6.61721 4.5201 5.83105 5.1814 5.1814C5.83105 4.5201 6.61721 4.00856 7.485 3.6825C8.3131 3.3601 9.2556 3.143 10.6401 3.078C12.0285 3.0169 12.4692 3 16.0013 3' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-lk {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.33466 4H26.668C27.0216 4 27.3608 4.14048 27.6108 4.39052C27.8609 4.64057 28.0013 4.97971 28.0013 5.33333V26.6667C28.0013 27.0203 27.8609 27.3594 27.6108 27.6095C27.3608 27.8595 27.0216 28 26.668 28H5.33466C4.98104 28 4.6419 27.8595 4.39186 27.6095C4.14181 27.3594 4.00133 27.0203 4.00133 26.6667V5.33333C4.00133 4.97971 4.14181 4.64057 4.39186 4.39052C4.6419 4.14048 4.98104 4 5.33466 4ZM6.668 6.66667V25.3333H25.3347V6.66667H6.668ZM10.0013 12C9.4709 12 8.96219 11.7893 8.58712 11.4142C8.21205 11.0391 8.00133 10.5304 8.00133 10C8.00133 9.46957 8.21205 8.96086 8.58712 8.58579C8.96219 8.21071 9.4709 8 10.0013 8C10.5318 8 11.0405 8.21071 11.4155 8.58579C11.7906 8.96086 12.0013 9.46957 12.0013 10C12.0013 10.5304 11.7906 11.0391 11.4155 11.4142C11.0405 11.7893 10.5318 12 10.0013 12ZM8.668 13.3333H11.3347V23.3333H8.668V13.3333ZM16.0013 13.9067C16.78 13.1533 17.6893 12.6667 18.668 12.6667C21.4293 12.6667 23.3347 14.9053 23.3347 17.6667V23.3333H20.668V17.6667C20.668 17.0478 20.4222 16.4543 19.9846 16.0168C19.547 15.5792 18.9535 15.3333 18.3347 15.3333C17.7158 15.3333 17.1223 15.5792 16.6847 16.0168C16.2472 16.4543 16.0013 17.0478 16.0013 17.6667V23.3333H13.3347V13.3333H16.0013V13.9067Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-pi {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4396 25.3483C11.4699 24.9106 11.5319 24.4769 11.6255 24.047C11.7074 23.6635 11.9557 22.578 12.3197 21.005L12.3288 20.966L12.8319 18.7976C12.9346 18.3556 13.0139 18.0124 13.0672 17.898C12.8163 17.3139 12.6905 16.6838 12.698 16.0481C12.698 14.31 13.6808 12.9632 14.9548 12.9632C15.4228 12.9554 15.87 13.1582 16.1794 13.517C16.4888 13.8758 16.6318 14.3529 16.572 14.8118C16.572 15.4007 16.4615 15.8492 15.9831 17.4573C15.909 17.704 15.8375 17.9514 15.7686 18.1996C15.7054 18.4244 15.6478 18.6506 15.5957 18.8782C15.4709 19.38 15.5853 19.9143 15.9038 20.3147C16.0582 20.5113 16.2577 20.6678 16.4853 20.7712C16.7128 20.8746 16.962 20.9218 17.2116 20.9088C19.1512 20.9088 20.5916 18.3283 20.5916 14.9964C20.5916 12.4354 18.9146 10.7402 16.13 10.7402C15.433 10.7144 14.7381 10.8335 14.0895 11.09C13.4408 11.3464 12.8523 11.7346 12.3613 12.23C11.8598 12.7364 11.4642 13.3376 11.1975 13.9984C10.9308 14.6593 10.7983 15.3667 10.8078 16.0793C10.7752 16.8473 11.0104 17.6028 11.4734 18.2165C11.7087 18.3985 11.7984 18.7144 11.7009 18.9835C11.6476 19.2019 11.5189 19.7011 11.4708 19.8675C11.4574 19.9491 11.4251 20.0265 11.3766 20.0935C11.3281 20.1605 11.2647 20.2153 11.1913 20.2536C11.1201 20.2905 11.0411 20.31 10.9609 20.3105C10.8806 20.3109 10.8014 20.2923 10.7298 20.2562C9.2218 19.6335 8.395 17.9448 8.395 15.7842C8.395 11.9037 11.6333 8.525 16.4446 8.525C20.5201 8.525 23.5699 11.5527 23.5699 15.207C23.5699 19.7986 21.0583 23.1422 17.4729 23.1422C16.9628 23.1578 16.4562 23.0531 15.9941 22.8365C15.532 22.6199 15.1274 22.2975 14.8131 21.8955L14.7572 22.1256L14.4881 23.2332L14.4855 23.2436C14.2957 24.0236 14.1631 24.5657 14.1111 24.7685C13.9724 25.2313 13.7991 25.682 13.5911 26.1205C16.1778 26.737 18.9025 26.3392 21.205 25.0088C23.5075 23.6785 25.2129 21.5167 25.9708 18.9678C26.7287 16.4189 26.4814 13.6765 25.2798 11.3043C24.0781 8.93212 22.0135 7.1103 19.5101 6.21334C17.0068 5.31637 14.255 5.41239 11.8202 6.48167C9.38548 7.55094 7.45283 9.51224 6.41948 11.9624C5.38613 14.4126 5.33059 17.1656 6.26429 19.6555C7.19798 22.1454 9.04997 24.1817 11.4396 25.3483ZM16 29C8.8201 29 3 23.1799 3 16C3 8.8201 8.8201 3 16 3C23.1799 3 29 8.8201 29 16C29 23.1799 23.1799 29 16 29Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-tm {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 11.193C10.453 10.888 11.755 10.1069 12.6889 8.98007C13.6228 7.85319 14.1323 6.4485 14.1325 5H17.5527V10.6672H21.658V14.6668H17.5527V20.6662C17.5527 21.2327 17.7762 21.9939 18.5798 22.4999C19.1149 22.8372 20.2549 23.0041 22 23.0004V27H17.2106C15.8499 26.9997 14.545 26.4727 13.5829 25.535C12.6209 24.5972 12.0804 23.3255 12.0804 21.9994V14.6668H9V11.193Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-tw {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.3266 6L16.7687 12.3899L11.9629 6H5L13.3179 16.9382L5.43497 26H8.81017L14.8942 19.007L20.2118 26H27L18.3295 14.471L25.6995 6H22.3266ZM21.1429 23.9692L8.94033 7.92336H10.9461L23.0118 23.9681L21.1429 23.9692Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-vm {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.19776 12.1128C2.87661 11.6365 2.90975 11.6365 3.57262 11.0495C4.98064 9.80172 6.30866 8.43632 7.8424 7.34538C9.23099 6.36284 11.0722 5.72857 12.3305 7.29118C13.4893 8.73154 13.5168 10.9146 13.8105 12.6536C14.1042 14.4572 14.3853 16.3024 15.0116 18.0276C15.1854 18.5131 15.5179 19.4311 16.1179 19.5083C16.8928 19.6156 17.6814 18.2444 18.0414 17.7324C18.9751 16.3716 20.2414 14.5391 20.0814 12.7897C19.9237 10.9307 17.9351 11.2801 16.6917 11.7241C16.8917 9.63797 18.8151 7.29233 20.6689 6.50007C22.6346 5.67668 25.5558 5.69052 26.5432 7.9266C27.597 10.3507 26.6495 13.1656 25.5009 15.3625C24.2484 17.7474 22.6335 19.9546 20.9089 22.0166C19.3877 23.8479 17.5877 25.8568 15.3202 26.732C12.7293 27.7284 11.1944 25.7864 10.3121 23.5376C9.3487 21.0894 8.86984 18.3413 8.17497 15.7927C7.8824 14.7144 7.53496 13.4885 6.84124 12.5983C5.93608 11.452 4.90749 12.5302 4.01377 13.1495C3.70519 12.8416 3.45262 12.4495 3.19776 12.1128Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-yt {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.8301 5C16.551 5.00413 18.3547 5.022 20.2718 5.10038L20.9522 5.13063C22.8815 5.22276 24.8094 5.38227 25.7666 5.65317C27.0424 6.01894 28.0442 7.08326 28.383 8.43359C28.923 10.5787 28.9905 14.7617 28.9986 15.7752L29 15.9842V16.2235C28.9906 17.2369 28.923 21.4213 28.383 23.565C28.0401 24.9195 27.037 25.9852 25.7666 26.3455C24.8094 26.6164 22.8815 26.7759 20.9522 26.868L20.2718 26.8996C18.3547 26.9766 16.551 26.9959 15.8301 26.9986L15.5128 27H15.1686C13.643 26.9904 7.26256 26.9202 5.23206 26.3455C3.9576 25.9797 2.9545 24.9154 2.61563 23.565C2.0756 21.4199 2.0081 17.2369 2 16.2235V15.7752C2.0081 14.7617 2.0756 10.5773 2.61563 8.43359C2.95855 7.07913 3.96165 6.01344 5.23341 5.65454C7.26256 5.07838 13.6443 5.00825 15.1699 5H15.8301ZM12.7992 11.1879V20.8135L20.8996 16.0007L12.7992 11.1879Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-wa {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.82892 24.4422L10.7701 24.9921C12.3573 25.918 14.1626 26.4039 16 26.4C18.0569 26.4 20.0677 25.79 21.7779 24.6473C23.4882 23.5045 24.8212 21.8802 25.6084 19.9799C26.3955 18.0795 26.6015 15.9885 26.2002 13.9711C25.7989 11.9537 24.8084 10.1006 23.3539 8.64609C21.8995 7.19162 20.0463 6.20112 18.0289 5.79983C16.0115 5.39855 13.9205 5.6045 12.0201 6.39165C10.1198 7.1788 8.4955 8.51179 7.35273 10.2221C6.20997 11.9323 5.60002 13.9431 5.60002 16C5.59622 17.838 6.08267 19.6438 7.00922 21.2312L7.55782 22.1724L6.70892 25.2937L9.82892 24.4422ZM3.00522 29L4.76282 22.5416C3.60447 20.5564 2.99599 18.2984 3.00002 16C3.00002 8.8201 8.82012 3 16 3C23.1799 3 29 8.8201 29 16C29 23.1799 23.1799 29 16 29C13.7026 29.0039 11.4456 28.3959 9.46102 27.2385L3.00522 29ZM11.3083 9.90039C11.4834 9.88826 11.658 9.88653 11.8322 9.89519C11.9024 9.90039 11.9726 9.90733 12.0428 9.916C12.2495 9.93939 12.477 10.0655 12.5537 10.2397C12.9411 11.1194 13.3172 12.0034 13.6821 12.8917C13.7627 13.0893 13.7146 13.3428 13.5612 13.5898C13.4832 13.7159 13.361 13.8927 13.2193 14.0734C13.0724 14.2619 12.7565 14.6077 12.7565 14.6077C12.7565 14.6077 12.6278 14.7611 12.6772 14.9522C12.6954 15.025 12.7552 15.1303 12.8098 15.2187L12.8865 15.3422C13.2193 15.8973 13.6665 16.4602 14.2125 16.9906C14.3685 17.1414 14.5206 17.2961 14.6844 17.4404C15.2928 17.9773 15.9818 18.4154 16.7254 18.7404L16.7319 18.743C16.8424 18.7911 16.8983 18.8171 17.0595 18.886C17.1401 18.9198 17.2229 18.9484 17.3078 18.9718C17.339 18.9805 17.3706 18.9852 17.4027 18.9861C17.4768 18.9889 17.5505 18.9736 17.6174 18.9414C17.6842 18.9092 17.7422 18.8612 17.7862 18.8015C18.7261 17.6627 18.8132 17.5886 18.8197 17.5886V17.5912C18.885 17.5301 18.9627 17.4837 19.0475 17.4552C19.1322 17.4267 19.2222 17.4168 19.3111 17.4261C19.3908 17.4296 19.4675 17.4469 19.5412 17.4781C20.2315 17.794 21.3612 18.2867 21.3612 18.2867L22.1178 18.626C22.2452 18.6871 22.3609 18.8314 22.3648 18.9705C22.37 19.0576 22.3778 19.198 22.3479 19.4554C22.3063 19.7921 22.2049 20.1964 22.1035 20.4083C22.0332 20.5524 21.9411 20.6848 21.8305 20.8009C21.6992 20.9385 21.5556 21.0638 21.4015 21.1753C21.294 21.255 21.2399 21.294 21.239 21.2923C21.0773 21.3949 20.9112 21.4903 20.7411 21.5783C20.4062 21.7557 20.0366 21.8577 19.6582 21.8773C19.4177 21.8903 19.1772 21.9085 18.9354 21.8955C18.925 21.8955 18.197 21.7824 18.197 21.7824C16.3488 21.2961 14.6395 20.3854 13.205 19.1226C12.9112 18.8639 12.6382 18.5857 12.36 18.3088C11.2056 17.1583 10.3307 15.9168 9.79901 14.7442C9.52927 14.1686 9.38313 13.5428 9.37002 12.9073C9.36513 12.1179 9.62359 11.3493 10.1045 10.7233C10.1994 10.6011 10.2891 10.4737 10.4438 10.3268C10.6076 10.1708 10.7129 10.0876 10.826 10.0304C10.9769 9.95629 11.1407 9.91214 11.3083 9.90039Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-ms {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.4932 25.3925C11.2602 25.0545 12.1182 24.9908 12.9216 25.2118C13.9226 25.4848 14.9561 25.6226 16 25.62C21.9605 25.62 26.4 21.3482 26.4 15.61C26.4 9.8718 21.9605 5.6 16 5.6C10.0395 5.6 5.6 9.8731 5.6 15.61C5.6 18.561 6.7648 21.1636 8.8058 22.9888C9.17663 23.3173 9.47652 23.718 9.68709 24.1664C9.89765 24.6148 10.0145 25.1015 10.0304 25.5966L10.4932 25.3925ZM16 3C23.3242 3 29 8.3651 29 15.61C29 22.8549 23.3229 28.22 16 28.22C14.7289 28.2216 13.4632 28.0537 12.2365 27.7208C12.0061 27.6575 11.761 27.6754 11.5423 27.7715L8.9618 28.9103C8.80597 28.9792 8.6356 29.0087 8.46569 28.9963C8.29577 28.9839 8.1315 28.9299 7.98732 28.8392C7.84314 28.7484 7.72347 28.6236 7.63883 28.4757C7.55419 28.3279 7.50717 28.1615 7.5019 27.9912L7.4317 25.6772C7.42662 25.5364 7.39301 25.3982 7.3329 25.2708C7.27279 25.1434 7.18743 25.0296 7.082 24.9362C4.5535 22.6742 3 19.4008 3 15.61C3 8.3651 8.6758 3 16 3ZM8.1935 19.2981L12.0116 13.2401C12.1553 13.012 12.3446 12.8162 12.5678 12.665C12.7909 12.5138 13.043 12.4105 13.3081 12.3617C13.5732 12.3128 13.8455 12.3194 14.1079 12.3811C14.3703 12.4428 14.6171 12.5582 14.8326 12.7201L17.8694 14.9951C18.0048 15.0973 18.1697 15.1526 18.3393 15.1526C18.509 15.1526 18.6739 15.0973 18.8093 14.9951L22.9108 11.8816C23.4581 11.4656 24.1731 12.1208 23.8065 12.7019L19.9884 18.7599C19.8447 18.988 19.6554 19.1838 19.4322 19.335C19.2091 19.4862 18.957 19.5895 18.6919 19.6383C18.4268 19.6872 18.1545 19.6806 17.8921 19.6189C17.6297 19.5572 17.3829 19.4418 17.1674 19.2799L14.1306 17.0049C13.9952 16.9027 13.8303 16.8474 13.6607 16.8474C13.491 16.8474 13.3261 16.9027 13.1907 17.0049L9.0892 20.121C8.5419 20.5357 7.8269 19.8805 8.1935 19.2981Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-em {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.3 5H27.7C28.0448 5 28.3754 5.12877 28.6192 5.35798C28.863 5.58719 29 5.89807 29 6.22222V25.7778C29 26.1019 28.863 26.4128 28.6192 26.642C28.3754 26.8712 28.0448 27 27.7 27H4.3C3.95522 27 3.62456 26.8712 3.38076 26.642C3.13696 26.4128 3 26.1019 3 25.7778V6.22222C3 5.89807 3.13696 5.58719 3.38076 5.35798C3.62456 5.12877 3.95522 5 4.3 5ZM26.4 10.1798L16.0936 18.8576L5.6 10.1529V24.5556H26.4V10.1798ZM6.2643 7.44444L16.0793 15.5869L25.7526 7.44444H6.2643Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-sp {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 3C23.215 3 29 8.85 29 16C29 23.15 23.15 29 16 29C8.85 29 3 23.15 3 16C3 8.85 8.85 3 16 3ZM16 5.6C10.2865 5.6 5.6 10.2865 5.6 16C5.6 21.7135 10.2865 26.4 16 26.4C21.7135 26.4 26.4 21.7135 26.4 16C26.4 10.2618 21.7551 5.6 16 5.6ZM20.875 22.045C17.82 20.16 13.985 19.77 9.435 20.81C8.98 20.94 8.59 20.615 8.46 20.225C8.33 19.77 8.655 19.38 9.045 19.25C13.985 18.145 18.275 18.6 21.655 20.68C22.11 20.875 22.175 21.395 21.98 21.785C21.72 22.175 21.265 22.305 20.875 22.045ZM22.175 18.535C18.665 16.39 13.335 15.74 9.24 17.04C8.72 17.17 8.135 16.91 8.005 16.39C7.875 15.87 8.135 15.285 8.655 15.155C13.4 13.725 19.25 14.44 23.28 16.91C23.67 17.105 23.865 17.755 23.54 18.21C23.215 18.665 22.63 18.86 22.175 18.535ZM8.5887 13.075C7.9387 13.27 7.2887 12.88 7.0937 12.295C6.8987 11.645 7.2887 10.995 7.8737 10.8C12.4887 9.435 20.0937 9.695 24.9037 12.555C25.4887 12.88 25.6837 13.66 25.3587 14.245C25.0337 14.7 24.2537 14.895 23.6687 14.57C19.5087 12.1 12.5537 11.84 8.5887 13.075Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-tk {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.2778 12.2455V19.501C19.2775 20.8511 18.8802 22.1677 18.1411 23.2678C17.4019 24.3679 16.3576 25.1971 15.1532 25.6401C13.9487 26.0831 12.6439 26.118 11.4199 25.7399C10.1959 25.3619 9.11336 24.5896 8.32273 23.5304C7.53209 22.4712 7.07255 21.1775 7.0079 19.8291C6.94325 18.4807 7.27671 17.1445 7.96198 16.0059C8.64724 14.8673 9.65031 13.9829 10.8319 13.4755C12.0135 12.9682 13.3149 12.8629 14.5556 13.1745V16.3377C13.9084 16.0127 13.1791 15.919 12.4774 16.0708C11.7757 16.2226 11.1395 16.6116 10.6645 17.1793C10.1896 17.747 9.90168 18.4627 9.84405 19.2186C9.78643 19.9746 9.96223 20.7299 10.345 21.3709C10.7278 22.0119 11.2968 22.504 11.9665 22.7729C12.6361 23.0419 13.3702 23.0733 14.0582 22.8624C14.7461 22.6515 15.3508 22.2097 15.7812 21.6035C16.2115 20.9972 16.4443 20.2594 16.4444 19.501V6H19.2778C19.2778 7.32618 19.7753 8.59804 20.6609 9.53579C21.5465 10.4735 22.7476 11.0004 24 11.0004V14.0006C22.283 14.003 20.6167 13.3837 19.2778 12.2455Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-file {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28 11.1V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97308 30 4.63652 29.8589 4.38826 29.6078C4.14 29.3567 4.00035 29.0161 4 28.6608V4.3392C4 3.61425 4.59867 3 5.336 3H19.996L28 11.1ZM25.3333 12.45H18.6666V5.7H6.66666V27.3H25.3333V12.45Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-ai {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28 11.1V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97308 30 4.63652 29.8589 4.38826 29.6078C4.14 29.3567 4.00035 29.0161 4 28.6608V4.3392C4 3.61425 4.59867 3 5.336 3H19.996L28 11.1ZM25.3333 12.45H18.6666V5.7H6.66666V27.3H25.3333V12.45Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-zip {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.6667 30H5.33333C4.97971 30 4.64057 29.8578 4.39052 29.6046C4.14048 29.3514 4 29.008 4 28.65V4.35C4 3.99196 4.14048 3.64858 4.39052 3.39541C4.64057 3.14223 4.97971 3 5.33333 3H26.6667C27.0203 3 27.3594 3.14223 27.6095 3.39541C27.8595 3.64858 28 3.99196 28 4.35V28.65C28 29.008 27.8595 29.3514 27.6095 29.6046C27.3594 29.8578 27.0203 30 26.6667 30ZM25.3333 27.3V5.7H6.66667V27.3H25.3333ZM18.6667 16.5V23.25H13.3333V19.2H16V16.5H18.6667ZM16 5.7H18.6667V8.4H16V5.7ZM13.3333 8.4H16V11.1H13.3333V8.4ZM16 11.1H18.6667V13.8H16V11.1ZM13.3333 13.8H16V16.5H13.3333V13.8Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-htm {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 5.7H6.66666V27.3H25.3333V11.1H20V5.7ZM4 4.3392C4 3.5994 4.596 3 5.332 3H21.3333L28 9.75V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97384 29.9975 4.63869 29.8557 4.39096 29.6051C4.14322 29.3545 4.00279 29.0153 4 28.6608V4.3392ZM23.5426 16.5L18.828 21.2736L16.9426 19.3633L19.7706 16.5L16.944 13.6367L18.828 11.7264L23.5426 16.5ZM8.45733 16.5L13.1733 11.7264L15.0587 13.6367L12.2293 16.5L15.056 19.3633L13.172 21.2736L8.45733 16.5Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-pdf {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.66666 5.70001H20V11.1H25.3333V27.3H6.66666V5.70001ZM5.332 3.00001C5.15767 2.9993 4.9849 3.03339 4.82359 3.10032C4.66228 3.16725 4.51557 3.26572 4.39187 3.3901C4.26816 3.51447 4.16988 3.66231 4.10264 3.82517C4.0354 3.98802 4.00052 4.1627 4 4.33921V28.6608C4.00279 29.0153 4.14322 29.3545 4.39096 29.6051C4.63869 29.8557 4.97384 29.9975 5.324 30H26.676C26.8512 29.9988 27.0244 29.9626 27.1858 29.8935C27.3472 29.8244 27.4936 29.7238 27.6165 29.5974C27.7395 29.4711 27.8366 29.3214 27.9024 29.157C27.9682 28.9925 28.0014 28.8166 28 28.6392V9.75001L21.3333 3.00001H5.332ZM13.9986 10.425C13.9986 12.554 13.392 15.065 12.3667 17.3816C11.3373 19.7076 9.94799 21.6975 8.49999 22.8707L10.0733 25.0482C13.976 22.413 18.2973 20.6067 22.4786 21.2115L23.088 18.5939C19.5253 17.3924 16.6666 13.7865 16.6666 10.425H13.9986ZM14.7986 18.4872C15.156 17.6813 15.472 16.8456 15.7386 15.9992C16.3757 16.9833 17.1408 17.876 18.0133 18.6533C16.704 18.8909 15.4213 19.281 14.18 19.7778C14.4004 19.3539 14.6071 18.9237 14.8 18.4872' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-jpg {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.1V5.7H6.66666V27.3H25.3333V11.1H20ZM4 4.3392C4 3.5994 4.596 3 5.332 3H21.3333L28 9.75V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97384 29.9975 4.63869 29.8557 4.39096 29.6051C4.14322 29.3545 4.00279 29.0153 4 28.6608V4.3392ZM14.6667 13.125C14.6667 13.6621 14.4559 14.1771 14.0809 14.5569C13.7058 14.9367 13.1971 15.15 12.6667 15.15C12.1362 15.15 11.6275 14.9367 11.2524 14.5569C10.8774 14.1771 10.6667 13.6621 10.6667 13.125C10.6667 12.5879 10.8774 12.0729 11.2524 11.6931C11.6275 11.3133 12.1362 11.1 12.6667 11.1C13.1971 11.1 13.7058 11.3133 14.0809 11.6931C14.4559 12.0729 14.6667 12.5879 14.6667 13.125ZM23.3333 23.25L18 13.8L10.6667 23.25H23.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-png {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.1V5.7H6.66666V27.3H25.3333V11.1H20ZM4 4.3392C4 3.5994 4.596 3 5.332 3H21.3333L28 9.75V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97384 29.9975 4.63869 29.8557 4.39096 29.6051C4.14322 29.3545 4.00279 29.0153 4 28.6608V4.3392ZM14.6667 13.125C14.6667 13.6621 14.4559 14.1771 14.0809 14.5569C13.7058 14.9367 13.1971 15.15 12.6667 15.15C12.1362 15.15 11.6275 14.9367 11.2524 14.5569C10.8774 14.1771 10.6667 13.6621 10.6667 13.125C10.6667 12.5879 10.8774 12.0729 11.2524 11.6931C11.6275 11.3133 12.1362 11.1 12.6667 11.1C13.1971 11.1 13.7058 11.3133 14.0809 11.6931C14.4559 12.0729 14.6667 12.5879 14.6667 13.125ZM23.3333 23.25L18 13.8L10.6667 23.25H23.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-xls {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.6 16.5L21.3333 21.9H18.1333L16 18.8139L13.8667 21.9H10.6667L14.4 16.5L10.6667 11.1H13.8667L16 14.1861L18.1333 11.1H20V5.7H6.66666V27.3H25.3333V11.1H21.3333L17.6 16.5ZM4 4.3392C4 3.5994 4.596 3 5.332 3H21.3333L28 9.75V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97384 29.9975 4.63869 29.8557 4.39096 29.6051C4.14322 29.3545 4.00279 29.0153 4 28.6608V4.3392Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-doc {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.3333 11.1V21.9H18.6666L16 19.2L13.3333 21.9H10.6667V11.1H13.3333V17.85L16 15.15L18.6666 17.85V11.1H20V5.7H6.66666V27.3H25.3333V11.1H21.3333ZM4 4.3392C4 3.5994 4.596 3 5.332 3H21.3333L28 9.75V28.6406C28.0012 28.8178 27.9679 28.9936 27.9021 29.1579C27.8362 29.3222 27.739 29.4717 27.6161 29.5979C27.4931 29.7242 27.3468 29.8246 27.1855 29.8936C27.0242 29.9626 26.8511 29.9988 26.676 30H5.324C4.97384 29.9975 4.63869 29.8557 4.39096 29.6051C4.14322 29.3545 4.00279 29.0153 4 28.6608V4.3392Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-close {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.0803 16L5.5 7.41973L7.41973 5.5L16 14.0803L24.5803 5.5L26.5 7.41973L17.9197 16L26.5 24.5803L24.5803 26.5L16 17.9197L7.41973 26.5L5.5 24.5803L14.0803 16Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-notification {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30 26.2791H3V23.5814H4.35V14.1813C4.35 7.45335 9.7905 2 16.5 2C23.2095 2 28.65 7.45335 28.65 14.1813V23.5814H30V26.2791ZM7.05 23.5814H25.95V14.1813C25.95 8.94381 21.7191 4.69767 16.5 4.69767C11.2809 4.69767 7.05 8.94381 7.05 14.1813V23.5814ZM13.125 27.6279H19.875C19.875 28.5222 19.5194 29.3799 18.8865 30.0123C18.2536 30.6447 17.3951 31 16.5 31C15.6049 31 14.7465 30.6447 14.1135 30.0123C13.4806 29.3799 13.125 28.5222 13.125 27.6279Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-help {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 29C8.8201 29 3 23.1799 3 16C3 8.8201 8.8201 3 16 3C23.1799 3 29 8.8201 29 16C29 23.1799 23.1799 29 16 29ZM16 26.4C18.7583 26.4 21.4035 25.3043 23.3539 23.3539C25.3043 21.4035 26.4 18.7583 26.4 16C26.4 13.2417 25.3043 10.5965 23.3539 8.64609C21.4035 6.69571 18.7583 5.6 16 5.6C13.2417 5.6 10.5965 6.69571 8.64609 8.64609C6.69571 10.5965 5.6 13.2417 5.6 16C5.6 18.7583 6.69571 21.4035 8.64609 23.3539C10.5965 25.3043 13.2417 26.4 16 26.4ZM14.7 19.9H17.3V22.5H14.7V19.9ZM17.3 17.7615V18.6H14.7V16.65C14.7 16.3052 14.837 15.9746 15.0808 15.7308C15.3246 15.487 15.6552 15.35 16 15.35C16.3693 15.35 16.731 15.2451 17.043 15.0475C17.355 14.85 17.6045 14.5679 17.7625 14.2341C17.9205 13.9002 17.9804 13.5284 17.9353 13.1619C17.8902 12.7954 17.7419 12.4492 17.5078 12.1636C17.2736 11.878 16.9632 11.6648 16.6126 11.5488C16.262 11.4327 15.8856 11.4186 15.5274 11.5081C15.1691 11.5976 14.8435 11.787 14.5887 12.0543C14.3338 12.3215 14.1601 12.6557 14.0877 13.0178L11.5371 12.5069C11.6952 11.7166 12.0604 10.9825 12.5952 10.3796C13.13 9.77664 13.8154 9.32656 14.5812 9.07532C15.347 8.82408 16.1657 8.78069 16.9538 8.9496C17.7418 9.11851 18.4709 9.49365 19.0665 10.0367C19.662 10.5797 20.1027 11.2711 20.3434 12.0403C20.5842 12.8094 20.6164 13.6287 20.4367 14.4144C20.2571 15.2001 19.872 15.9239 19.3209 16.512C18.7698 17.1001 18.0724 17.5313 17.3 17.7615Z' fill='%233B6E91'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-info {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 3C8.8201 3 3 8.8201 3 16C3 23.1799 8.8201 29 16 29C23.1799 29 29 23.1799 29 16C29 8.8201 23.1799 3 16 3ZM16 5.6C18.7583 5.6 21.4035 6.69571 23.3539 8.64609C25.3043 10.5965 26.4 13.2417 26.4 16C26.4 18.7583 25.3043 21.4035 23.3539 23.3539C21.4035 25.3043 18.7583 26.4 16 26.4C13.2417 26.4 10.5965 25.3043 8.64609 23.3539C6.69571 21.4035 5.6 18.7583 5.6 16C5.6 13.2417 6.69571 10.5965 8.64609 8.64609C10.5965 6.69571 13.2417 5.6 16 5.6ZM14.7 12.1H17.3V9.5H14.7V12.1ZM14.7 22.5H17.3V14.7H14.7V22.5Z' fill='%232C7BE5'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-success {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.6 16C5.6 13.2417 6.69571 10.5965 8.64609 8.64609C10.5965 6.69571 13.2417 5.6 16 5.6C18.7583 5.6 21.4035 6.69571 23.3539 8.64609C25.3043 10.5965 26.4 13.2417 26.4 16C26.4 18.7583 25.3043 21.4035 23.3539 23.3539C21.4035 25.3043 18.7583 26.4 16 26.4C13.2417 26.4 10.5965 25.3043 8.64609 23.3539C6.69571 21.4035 5.6 18.7583 5.6 16ZM16 3C8.8201 3 3 8.8201 3 16C3 23.1799 8.8201 29 16 29C23.1799 29 29 23.1799 29 16C29 8.8201 23.1799 3 16 3ZM23.0941 12.6941L21.2559 10.8559L14.7 17.4118L11.0691 13.7809L9.2309 15.6191L14.7 21.0882L23.0941 12.6941Z' fill='%232E8540'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-error {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 29C8.8201 29 3 23.1799 3 16C3 8.8201 8.8201 3 16 3C23.1799 3 29 8.8201 29 16C29 23.1799 23.1799 29 16 29ZM16 26.4C18.7583 26.4 21.4035 25.3043 23.3539 23.3539C25.3043 21.4035 26.4 18.7583 26.4 16C26.4 13.2417 25.3043 10.5965 23.3539 8.64609C21.4035 6.69571 18.7583 5.6 16 5.6C13.2417 5.6 10.5965 6.69571 8.64609 8.64609C6.69571 10.5965 5.6 13.2417 5.6 16C5.6 18.7583 6.69571 21.4035 8.64609 23.3539C10.5965 25.3043 13.2417 26.4 16 26.4ZM16 14.1618L19.6764 10.4841L21.5159 12.3236L17.8382 16L21.5159 19.6764L19.6764 21.5159L16 17.8382L12.3236 21.5159L10.4841 19.6764L14.1618 16L10.4841 12.3236L12.3236 10.4841L16 14.1618Z' fill='%23DC4112'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-warning {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.1518 3.67562L29.8218 25.973C29.9385 26.1784 30 26.4114 30 26.6486C30 26.8858 29.9385 27.1189 29.8218 27.3243C29.7051 27.5297 29.5372 27.7003 29.335 27.8189C29.1328 27.9375 28.9035 28 28.67 28H3.33001C3.09654 28 2.86719 27.9375 2.665 27.8189C2.46281 27.7003 2.29492 27.5297 2.17818 27.3243C2.06145 27.1189 2 26.8858 2 26.6486C2 26.4114 2.06146 26.1784 2.17819 25.973L14.8482 3.67562C14.9649 3.4702 15.1328 3.29962 15.335 3.18103C15.5372 3.06243 15.7665 3 16 3C16.2335 3 16.4628 3.06243 16.665 3.18103C16.8672 3.29962 17.0351 3.4702 17.1518 3.67562ZM5.63364 25.2973H26.3664L16 7.054L5.63364 25.2973ZM14.67 21.2432H17.33V23.9459H14.67V21.2432ZM14.67 11.7837H17.33V18.5405H14.67V11.7837Z' fill='%23F2A100'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-delete {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.25 8.4H30V11.1H27.3V28.65C27.3 29.008 27.1578 29.3514 26.9046 29.6046C26.6514 29.8578 26.308 30 25.95 30H7.05C6.69196 30 6.34858 29.8578 6.09541 29.6046C5.84223 29.3514 5.7 29.008 5.7 28.65V11.1H3V8.4H9.75V4.35C9.75 3.99196 9.89223 3.64858 10.1454 3.39541C10.3986 3.14223 10.742 3 11.1 3H21.9C22.258 3 22.6014 3.14223 22.8546 3.39541C23.1078 3.64858 23.25 3.99196 23.25 4.35V8.4ZM24.6 11.1H8.4V27.3H24.6V11.1ZM12.45 15.15H15.15V23.25H12.45V15.15ZM17.85 15.15H20.55V23.25H17.85V15.15ZM12.45 5.7V8.4H20.55V5.7H12.45Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-search {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.3073 22.4279L30 28.1193L28.1193 30L22.4279 24.3073C20.3103 26.0049 17.6763 26.9282 14.9622 26.9244C8.35906 26.9244 3 21.5653 3 14.9622C3 8.35906 8.35906 3 14.9622 3C21.5653 3 26.9244 8.35906 26.9244 14.9622C26.9282 17.6763 26.0049 20.3103 24.3073 22.4279ZM21.6411 21.4417C23.3275 19.7068 24.2695 17.3817 24.2661 14.9622C24.2661 9.82244 20.1019 5.65827 14.9622 5.65827C9.82244 5.65827 5.65827 9.82244 5.65827 14.9622C5.65827 20.1019 9.82244 24.2661 14.9622 24.2661C17.3817 24.2695 19.7068 23.3275 21.4417 21.6411L21.6411 21.4417Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-wishlist {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.5022 6.06979C17.0448 4.68723 19.0571 3.94882 21.1261 4.00616C23.195 4.0635 25.1636 4.91224 26.6275 6.37812C28.0898 7.84296 28.9374 9.81271 28.9967 11.8836C29.0559 13.9545 28.3222 15.9696 26.946 17.516L15.4995 29L4.05575 17.516C2.67792 15.9688 1.94355 13.952 2.00339 11.8794C2.06323 9.80685 2.91275 7.83587 4.37754 6.37113C5.84232 4.90638 7.81123 4.05901 9.88004 4.00297C11.9489 3.94693 13.9606 4.68648 15.5022 6.06979ZM24.7161 8.28897C23.7407 7.31335 22.4297 6.74843 21.0519 6.70996C19.6741 6.67149 18.3338 7.16239 17.3056 8.08206L15.5036 9.70216L13.7002 8.08342C12.6766 7.16639 11.3427 6.67455 9.96994 6.70798C8.59718 6.74142 7.28871 7.29762 6.31079 8.2634C5.33287 9.22919 4.75899 10.532 4.70592 11.9067C4.65285 13.2814 5.12459 14.6247 6.02514 15.6633L15.5009 25.1715L24.9766 15.6646C25.8734 14.6306 26.3452 13.2943 26.2969 11.9254C26.2485 10.5564 25.6836 9.25687 24.7161 8.28897Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.5022 6.06979C17.0448 4.68723 19.0571 3.94882 21.1261 4.00616C23.195 4.0635 25.1636 4.91224 26.6275 6.37812C28.0898 7.84296 28.9374 9.81271 28.9967 11.8836C29.0559 13.9545 28.3222 15.9696 26.946 17.516L15.4995 29L4.05575 17.516C2.67792 15.9688 1.94355 13.952 2.00339 11.8794C2.06323 9.80685 2.91275 7.83587 4.37754 6.37113C5.84232 4.90638 7.81123 4.05901 9.88004 4.00297C11.9489 3.94693 13.9606 4.68648 15.5022 6.06979Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.70271 20.6667V4.66667H2V2H6.05406C6.41246 2 6.75618 2.14048 7.00961 2.39052C7.26304 2.64057 7.40541 2.97971 7.40541 3.33333V19.3333H24.2135L26.9163 8.66667H10.1081V6H28.6487C28.8541 6.00001 29.0568 6.04621 29.2414 6.13512C29.426 6.22402 29.5876 6.35327 29.714 6.51305C29.8404 6.67283 29.9282 6.85893 29.9707 7.05721C30.0132 7.25549 30.0094 7.46073 29.9595 7.65733L26.5811 20.9907C26.5079 21.279 26.3392 21.5349 26.1017 21.7178C25.8642 21.9007 25.5716 22 25.2703 22H6.05271C5.69431 22 5.35058 21.8595 5.09716 21.6095C4.84373 21.3594 4.70271 21.0203 4.70271 20.6667ZM7.40406 30C6.68726 30 5.99981 29.719 5.49296 29.219C4.9861 28.7189 4.70135 28.0406 4.70135 27.3333C4.70135 26.6261 4.9861 25.9478 5.49296 25.4477C5.99981 24.9476 6.68726 24.6667 7.40406 24.6667C8.12086 24.6667 8.80831 24.9476 9.31516 25.4477C9.82202 25.9478 10.1068 26.6261 10.1068 27.3333C10.1068 28.0406 9.82202 28.7189 9.31516 29.219C8.80831 29.719 8.12086 30 7.40406 30ZM23.6203 30C22.9035 30 22.2161 29.719 21.7092 29.219C21.2023 28.7189 20.9176 28.0406 20.9176 27.3333C20.9176 26.6261 21.2023 25.9478 21.7092 25.4477C22.2161 24.9476 22.9035 24.6667 23.6203 24.6667C24.3371 24.6667 25.0245 24.9476 25.5314 25.4477C26.0383 25.9478 26.323 26.6261 26.323 27.3333C26.323 28.0406 26.0383 28.7189 25.5314 29.219C25.0245 29.719 24.3371 30 23.6203 30Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.4065 11.3333H26.2408L26.9164 8.66667H10.1091V6H28.6487C28.8542 6.00001 29.0569 6.04621 29.2414 6.13512C29.426 6.22402 29.5876 6.35327 29.714 6.51305C29.8404 6.67283 29.9282 6.85893 29.9707 7.05721C30.0132 7.25549 30.0094 7.46073 29.9595 7.65733L26.5813 20.9907C26.5081 21.279 26.3393 21.5349 26.1019 21.7178C25.8644 21.9007 25.5718 22 25.2705 22H6.05386C5.69548 22 5.35177 21.8595 5.09836 21.6095C4.84494 21.3594 4.70258 21.0203 4.70258 20.6667V4.66667H2V2H6.05386C6.41225 2 6.75595 2.14048 7.00937 2.39052C7.26278 2.64057 7.40515 2.97971 7.40515 3.33333L7.4065 11.3333ZM7.4065 30C6.68974 30 6.00232 29.719 5.49549 29.219C4.98866 28.7189 4.70393 28.0406 4.70393 27.3333C4.70393 26.6261 4.98866 25.9478 5.49549 25.4477C6.00232 24.9476 6.68974 24.6667 7.4065 24.6667C8.12327 24.6667 8.81068 24.9476 9.31751 25.4477C9.82434 25.9478 10.1091 26.6261 10.1091 27.3333C10.1091 28.0406 9.82434 28.7189 9.31751 29.219C8.81068 29.719 8.12327 30 7.4065 30ZM23.622 30C22.9052 30 22.2178 29.719 21.7109 29.219C21.2041 28.7189 20.9194 28.0406 20.9194 27.3333C20.9194 26.6261 21.2041 25.9478 21.7109 25.4477C22.2178 24.9476 22.9052 24.6667 23.622 24.6667C24.3387 24.6667 25.0261 24.9476 25.533 25.4477C26.0398 25.9478 26.3245 26.6261 26.3245 27.3333C26.3245 28.0406 26.0398 28.7189 25.533 29.219C25.0261 29.719 24.3387 30 23.622 30Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-cart-add {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.40625 24.667C8.12288 24.667 8.81058 24.9474 9.31738 25.4473C9.82415 25.9473 10.1093 26.6259 10.1094 27.333C10.1094 28.0402 9.82422 28.7187 9.31738 29.2188C8.81055 29.7188 8.12301 30 7.40625 30C6.68958 29.9999 6.00189 29.7188 5.49512 29.2188C4.98845 28.7187 4.7041 28.0401 4.7041 27.333C4.70418 26.6259 4.98835 25.9473 5.49512 25.4473C6.00188 24.9473 6.68959 24.6671 7.40625 24.667ZM23.6221 24.667C24.3388 24.667 25.0264 24.9473 25.5332 25.4473C26.04 25.9473 26.3241 26.6259 26.3242 27.333C26.3242 28.0402 26.0399 28.7187 25.5332 29.2188C25.0264 29.7188 24.3388 30 23.6221 30C22.9053 30 22.2178 29.7188 21.7109 29.2188C21.2042 28.7187 20.9199 28.0402 20.9199 27.333C20.92 26.6259 21.2042 25.9473 21.7109 25.4473C22.2178 24.9473 22.9054 24.667 23.6221 24.667ZM6.05371 2.00098C6.4121 2.00098 6.75635 2.14058 7.00977 2.39062C7.26318 2.64067 7.40527 2.98037 7.40527 3.33398L7.40625 6H28.6484C28.8538 6.00001 29.0567 6.0469 29.2412 6.13574C29.4258 6.22464 29.5875 6.35389 29.7139 6.51367C29.8402 6.67344 29.9282 6.85935 29.9707 7.05762C30.0132 7.25571 30.0097 7.46079 29.96 7.65723L26.5811 20.9912C26.5078 21.2793 26.3389 21.535 26.1016 21.7178C25.8641 21.9005 25.5717 22 25.2705 22H6.05371C5.69541 22 5.35201 21.8594 5.09863 21.6094C4.84527 21.3594 4.70221 21.0205 4.70215 20.667V4.66699H2V2.00098H6.05371ZM16.0918 14.2188L13.2256 11.3906L11.3135 13.2764L16.0918 17.9912L22.7803 11.3906L20.8682 9.50586L16.0918 14.2188Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.7 6.66667V25.3333H27.3V6.66667H5.7ZM4.35 4H28.65C29.008 4 29.3514 4.14048 29.6046 4.39052C29.8578 4.64057 30 4.97971 30 5.33333V26.6667C30 27.0203 29.8578 27.3594 29.6046 27.6095C29.3514 27.8595 29.008 28 28.65 28H4.35C3.99196 28 3.64858 27.8595 3.39541 27.6095C3.14223 27.3594 3 27.0203 3 26.6667V5.33333C3 4.97971 3.14223 4.64057 3.39541 4.39052C3.64858 4.14048 3.99196 4 4.35 4ZM20.55 9.33333L25.275 13.3333L20.55 17.3333V14.6667H15.15V12H20.55V9.33333ZM12.45 22.6667L7.725 18.6667L12.45 14.6667V17.3333H17.85V20H12.45V22.6667Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.35 4H28.65C29.008 4 29.3514 4.14048 29.6046 4.39052C29.8578 4.64057 30 4.97971 30 5.33333V26.6667C30 27.0203 29.8578 27.3594 29.6046 27.6095C29.3514 27.8595 29.008 28 28.65 28H4.35C3.99196 28 3.64858 27.8595 3.39541 27.6095C3.14223 27.3594 3 27.0203 3 26.6667V5.33333C3 4.97971 3.14223 4.64057 3.39541 4.39052C3.64858 4.14048 3.99196 4 4.35 4ZM20.55 9.33333V12H15.15V14.6667H20.55V17.3333L25.275 13.3333L20.55 9.33333ZM12.45 22.6667V20H17.85V17.3333H12.45V14.6667L7.725 18.6667L12.45 22.6667Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-location {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 32L7.51467 23.506C5.83646 21.8261 4.69358 19.6857 4.23057 17.3556C3.76756 15.0255 4.00521 12.6102 4.91346 10.4153C5.82172 8.22036 7.35979 6.34432 9.33318 5.02441C11.3066 3.7045 13.6266 3 16 3C18.3734 3 20.6934 3.7045 22.6668 5.02441C24.6402 6.34432 26.1783 8.22036 27.0865 10.4153C27.9948 12.6102 28.2324 15.0255 27.7694 17.3556C27.3064 19.6857 26.1635 21.8261 24.4853 23.506L16 32ZM22.6 21.6188C23.9052 20.3121 24.794 18.6474 25.1541 16.8351C25.5141 15.0228 25.3292 13.1443 24.6228 11.4372C23.9163 9.73008 22.7201 8.27099 21.1852 7.24443C19.6504 6.21787 17.8459 5.66995 16 5.66995C14.1541 5.66995 12.3496 6.21787 10.8148 7.24443C9.27994 8.27099 8.08367 9.73008 7.37722 11.4372C6.67077 13.1443 6.48589 15.0228 6.84594 16.8351C7.20599 18.6474 8.09481 20.3121 9.4 21.6188L16 28.2255L22.6 21.6188ZM16 17.6815C15.2928 17.6815 14.6145 17.4002 14.1144 16.8996C13.6143 16.399 13.3333 15.7201 13.3333 15.0121C13.3333 14.3041 13.6143 13.6252 14.1144 13.1246C14.6145 12.624 15.2928 12.3427 16 12.3427C16.7072 12.3427 17.3855 12.624 17.8856 13.1246C18.3857 13.6252 18.6667 14.3041 18.6667 15.0121C18.6667 15.7201 18.3857 16.399 17.8856 16.8996C17.3855 17.4002 16.7072 17.6815 16 17.6815Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-location-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.4853 23.506L16 32L7.51467 23.506C5.83646 21.8261 4.69358 19.6857 4.23057 17.3556C3.76756 15.0255 4.00521 12.6102 4.91346 10.4153C5.82172 8.22036 7.35979 6.34432 9.33318 5.02441C11.3066 3.7045 13.6266 3 16 3C18.3734 3 20.6934 3.7045 22.6668 5.02441C24.6402 6.34432 26.1783 8.22036 27.0865 10.4153C27.9948 12.6102 28.2324 15.0255 27.7694 17.3556C27.3064 19.6857 26.1635 21.8261 24.4853 23.506ZM16 17.6815C16.7072 17.6815 17.3855 17.4002 17.8856 16.8996C18.3857 16.399 18.6667 15.7201 18.6667 15.0121C18.6667 14.3041 18.3857 13.6252 17.8856 13.1246C17.3855 12.624 16.7072 12.3427 16 12.3427C15.2928 12.3427 14.6145 12.624 14.1144 13.1246C13.6143 13.6252 13.3333 14.3041 13.3333 15.0121C13.3333 15.7201 13.6143 16.399 14.1144 16.8996C14.6145 17.4002 15.2928 17.6815 16 17.6815Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-logout {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.31579 29C6.96682 29 6.63214 28.863 6.38539 28.6192C6.13863 28.3754 6 28.0448 6 27.7V4.3C6 3.95522 6.13863 3.62456 6.38539 3.38076C6.63214 3.13696 6.96682 3 7.31579 3H25.7368C26.0858 3 26.4205 3.13696 26.6672 3.38076C26.914 3.62456 27.0526 3.95522 27.0526 4.3V8.2H24.4211V5.6H8.63158V26.4H24.4211V23.8H27.0526V27.7C27.0526 28.0448 26.914 28.3754 26.6672 28.6192C26.4205 28.863 26.0858 29 25.7368 29H7.31579ZM24.4211 21.2V17.3H15.2105V14.7H24.4211V10.8L31 16L24.4211 21.2Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-user:not(.active){mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 30C6 27.171 7.10625 24.4579 9.07538 22.4575C11.0445 20.4571 13.7152 19.3333 16.5 19.3333C19.2848 19.3333 21.9555 20.4571 23.9246 22.4575C25.8938 24.4579 27 27.171 27 30H24.375C24.375 27.8783 23.5453 25.8434 22.0685 24.3431C20.5916 22.8429 18.5886 22 16.5 22C14.4114 22 12.4084 22.8429 10.9315 24.3431C9.45469 25.8434 8.625 27.8783 8.625 30H6ZM16.5 18C12.1491 18 8.625 14.42 8.625 10C8.625 5.58 12.1491 2 16.5 2C20.8509 2 24.375 5.58 24.375 10C24.375 14.42 20.8509 18 16.5 18ZM16.5 15.3333C19.4006 15.3333 21.75 12.9467 21.75 10C21.75 7.05333 19.4006 4.66667 16.5 4.66667C13.5994 4.66667 11.25 7.05333 11.25 10C11.25 12.9467 13.5994 15.3333 16.5 15.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.0045 18.4216V29.009H5C4.99986 27.4951 5.32189 25.9985 5.94471 24.6186C6.56752 23.2387 7.47686 22.0072 8.61231 21.0058C9.74775 20.0044 11.0833 19.256 12.5302 18.8105C13.9772 18.3649 15.5024 18.2324 17.0045 18.4216ZM15.6707 17.0052C11.249 17.0052 7.66766 13.424 7.66766 9.00258C7.66766 4.58115 11.249 1 15.6707 1C20.0923 1 23.6736 4.58115 23.6736 9.00258C23.6736 13.424 20.0923 17.0052 15.6707 17.0052ZM23.3975 26.2268L28.1126 21.5119L30 23.3979L23.3975 30L18.6811 25.2838L20.5685 23.3979L23.3975 26.2268Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowup {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 13.7267L7.44406 22L5 19.6367L16 9L27 19.6367L24.5559 22L16 13.7267Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowdown {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 17.2723L24.5559 9L27 11.3647L16 22L5 11.3647L7.44406 9.00167L16 17.2723Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowleft {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.7267 15.9991L22 24.5544L19.6367 27L9 15.9991L19.6367 5L22 7.44387L13.7267 15.9991Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowright {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.2733 15.9991L9 7.44252L11.3633 5L22 15.9991L11.3633 27L9 24.554L17.2733 15.9991Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 13.7267L7.44406 22L5 19.6367L16 9L27 19.6367L24.5559 22L16 13.7267Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 17.2723L24.5559 9L27 11.3647L16 22L5 11.3647L7.44406 9.00167L16 17.2723Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.7267 15.9991L22 24.5544L19.6367 27L9 15.9991L19.6367 5L22 7.44387L13.7267 15.9991Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.2733 15.9991L9 7.44252L11.3633 5L22 15.9991L11.3633 27L9 24.554L17.2733 15.9991Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-scroll-up {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 3C23.176 3 29 8.824 29 16C29 23.176 23.176 29 16 29C8.824 29 3 23.176 3 16C3 8.824 8.824 3 16 3ZM17.3 16H21.2L16 10.8L10.8 16H14.7V21.2H17.3V16Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-scroll-down {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 3C23.176 3 29 8.824 29 16C29 23.176 23.176 29 16 29C8.824 29 3 23.176 3 16C3 8.824 8.824 3 16 3ZM17.3 16V10.8H14.7V16H10.8L16 21.2L21.2 16H17.3Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-equal {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 10V12H26V10H6Z' fill='%23333333'/%3e%3cpath d='M6 20V22H26V20H6Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-plus {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 15V17H26V15H6Z' fill='%23333333'/%3e%3cpath d='M17 6L15 6L15 26H17L17 6Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-minus {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 15V17H26V15H6Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-chat {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.14286 28.4124L2.00001 30L3.58761 22.8571C2.54229 20.9014 1.9969 18.7175 2.00001 16.5C2.00001 9.04395 8.04396 3 15.5 3C22.9561 3 29 9.04395 29 16.5C29 23.956 22.9561 30 15.5 30C13.2825 30.0031 11.0986 29.4577 9.14286 28.4124ZM9.53436 25.5598L10.4159 26.0323C11.9801 26.8679 13.7267 27.3034 15.5 27.3C17.636 27.3 19.7241 26.6666 21.5002 25.4799C23.2762 24.2931 24.6605 22.6064 25.4779 20.633C26.2953 18.6595 26.5092 16.488 26.0925 14.393C25.6758 12.298 24.6472 10.3737 23.1368 8.86324C21.6264 7.35284 19.702 6.32424 17.607 5.90752C15.512 5.4908 13.3405 5.70467 11.367 6.5221C9.39359 7.33953 7.70686 8.72379 6.52014 10.4998C5.33342 12.2759 4.70001 14.364 4.70001 16.5C4.70001 18.3022 5.13876 20.0329 5.96901 21.5841L6.44016 22.4656L5.55591 26.4441L9.53436 25.5598ZM8.75001 16.5H11.45C11.45 17.5741 11.8767 18.6043 12.6362 19.3638C13.3957 20.1233 14.4259 20.55 15.5 20.55C16.5741 20.55 17.6043 20.1233 18.3638 19.3638C19.1233 18.6043 19.55 17.5741 19.55 16.5H22.25C22.25 18.2902 21.5388 20.0071 20.273 21.273C19.0071 22.5388 17.2902 23.25 15.5 23.25C13.7098 23.25 11.9929 22.5388 10.727 21.273C9.46117 20.0071 8.75001 18.2902 8.75001 16.5Z' fill='%23333333'/%3e%3c/svg%3e ");}/* Icon deve ser apresentado na cor branco e mask-image */
body .rdc-icon-svg.rdc-icon-helpdesk {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25.9637 11.2263H27.3636C28.0628 11.2263 28.7334 11.5041 29.2278 11.9985C29.7222 12.493 30 13.1636 30 13.8628V19.1358C30 19.835 29.7222 20.5056 29.2278 21.0001C28.7334 21.4945 28.0628 21.7723 27.3636 21.7723H25.9637C25.6426 24.321 24.4024 26.6648 22.4758 28.3638C20.5492 30.0629 18.0687 31.0002 15.5 31V28.3635C17.5976 28.3635 19.6093 27.5302 21.0926 26.0469C22.5758 24.5636 23.4091 22.5518 23.4091 20.454V12.5446C23.4091 10.4468 22.5758 8.43502 21.0926 6.95171C19.6093 5.46839 17.5976 4.63507 15.5 4.63507C13.4024 4.63507 11.3907 5.46839 9.90743 6.95171C8.42419 8.43502 7.59091 10.4468 7.59091 12.5446V21.7723H3.63636C2.93716 21.7723 2.26659 21.4945 1.77217 21.0001C1.27776 20.5056 1 19.835 1 19.1358V13.8628C1 13.1636 1.27776 12.493 1.77217 11.9985C2.26659 11.5041 2.93716 11.2263 3.63636 11.2263H5.03627C5.35795 8.678 6.59842 6.33465 8.52494 4.63596C10.4515 2.93728 12.9316 2 15.5 2C18.0684 2 20.5485 2.93728 22.4751 4.63596C24.4016 6.33465 25.642 8.678 25.9637 11.2263ZM3.63636 13.8628V19.1358H4.95455V13.8628H3.63636ZM26.0455 13.8628V19.1358H27.3636V13.8628H26.0455ZM9.91091 21.4889L11.3082 19.2531C12.5645 20.0403 14.0175 20.4566 15.5 20.454C16.9825 20.4566 18.4356 20.0403 19.6918 19.2531L21.0891 21.4889C19.4141 22.5386 17.4767 23.0938 15.5 23.0905C13.5233 23.0938 11.5859 22.5386 9.91091 21.4889Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-sendmessage {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.52383 12.4251C1.82651 12.1924 1.81983 11.8165 2.53719 11.5771L28.0362 3.06819C28.7429 2.83276 29.1476 3.22871 28.9499 3.92161L21.6641 29.4522C21.4637 30.1599 21.0563 30.184 20.7571 29.5124L15.9546 18.6921L23.9698 7.99079L13.2829 16.0168L2.52383 12.4251Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-eye {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4993 4C23.7262 4 29.7388 9.17333 31 16C29.7401 22.8267 23.7262 28 16.4993 28C9.27245 28 3.25988 22.8267 2 16C3.25988 9.17333 9.27245 4 16.4993 4ZM16.4993 25.3333C19.2331 25.333 21.8857 24.4095 24.023 22.714C26.1604 21.0184 27.6558 18.6513 28.2645 16C27.6541 13.3504 26.1581 10.9853 24.0211 9.29139C21.884 7.5975 19.2324 6.67513 16.5 6.67513C13.7676 6.67513 11.116 7.5975 8.97893 9.29139C6.84188 10.9853 5.34586 13.3504 4.73555 16C5.34417 18.651 6.83937 21.018 8.97644 22.7136C11.1135 24.4091 13.7658 25.3327 16.4993 25.3333ZM16.4993 22C14.8997 22 13.3656 21.3679 12.2345 20.2426C11.1034 19.1174 10.468 17.5913 10.468 16C10.468 14.4087 11.1034 12.8826 12.2345 11.7574C13.3656 10.6321 14.8997 10 16.4993 10C18.0989 10 19.633 10.6321 20.7641 11.7574C21.8952 12.8826 22.5307 14.4087 22.5307 16C22.5307 17.5913 21.8952 19.1174 20.7641 20.2426C19.633 21.3679 18.0989 22 16.4993 22ZM16.4993 19.3333C17.388 19.3333 18.2403 18.9821 18.8687 18.357C19.497 17.7319 19.8501 16.8841 19.8501 16C19.8501 15.1159 19.497 14.2681 18.8687 13.643C18.2403 13.0179 17.388 12.6667 16.4993 12.6667C15.6107 12.6667 14.7584 13.0179 14.13 13.643C13.5016 14.2681 13.1486 15.1159 13.1486 16C13.1486 16.8841 13.5016 17.7319 14.13 18.357C14.7584 18.9821 15.6107 19.3333 16.4993 19.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-eye-off {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.3843 25.631C22.0266 27.1036 19.2913 27.8834 16.4993 27.8788C9.27245 27.8788 3.25988 22.7575 2 15.9993C2.57755 12.9262 4.14659 10.1186 6.47391 7.99387L2.28414 3.8664L4.17932 2L30.7159 28.1323L28.8207 30L24.3843 25.631ZM8.37177 9.86159C6.55016 11.4926 5.2809 13.635 4.73555 15.9993C5.15411 17.803 5.99444 19.4855 7.18963 20.913C8.38483 22.3404 9.90189 23.4734 11.62 24.2217C13.3382 24.97 15.21 25.313 17.0865 25.2233C18.963 25.1336 20.7923 24.6138 22.4288 23.7052L19.7107 21.0283C18.5536 21.7461 17.1831 22.0554 15.8241 21.9054C14.4651 21.7553 13.1982 21.1549 12.2312 20.2026C11.2643 19.2503 10.6546 18.0027 10.5023 16.6643C10.3499 15.3259 10.6639 13.9763 11.3928 12.8368L8.37177 9.86159ZM17.7244 19.0722L13.3791 14.7942C13.1406 15.3921 13.0845 16.0455 13.2176 16.6743C13.3507 17.3031 13.6673 17.88 14.1285 18.3342C14.5897 18.7884 15.1755 19.1001 15.814 19.2312C16.4525 19.3623 17.1173 19.307 17.7244 19.0722ZM28.302 22.0618L26.384 20.173C27.282 18.9163 27.9209 17.4983 28.2645 15.9993C27.9002 14.4281 27.2153 12.9462 26.2514 11.6438C25.2875 10.3413 24.0647 9.24557 22.6573 8.42306C21.25 7.60056 19.6875 7.06851 18.0648 6.85926C16.4422 6.65001 14.7932 6.76794 13.2183 7.20586L11.1033 5.12299C12.7746 4.47622 14.5961 4.11983 16.4993 4.11983C23.7262 4.11983 29.7388 9.24122 31 15.9993C30.5894 18.1984 29.6649 20.2736 28.302 22.0618ZM16.1281 10.0715C16.2505 10.0635 16.3742 10.0596 16.4993 10.0596C17.3228 10.0595 18.1376 10.2254 18.8935 10.5473C19.6494 10.8691 20.3303 11.3399 20.8944 11.9308C21.4585 12.5217 21.8937 13.2201 22.1733 13.9829C22.4528 14.7457 22.5708 15.5568 22.5199 16.3663L16.1281 10.0715Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-calendar {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.45 1V3.7H20.55V1H23.25V3.7H28.65C29.008 3.7 29.3514 3.84223 29.6046 4.09541C29.8578 4.34858 30 4.69196 30 5.05V26.65C30 27.008 29.8578 27.3514 29.6046 27.6046C29.3514 27.8578 29.008 28 28.65 28H4.35C3.99196 28 3.64858 27.8578 3.39541 27.6046C3.14223 27.3514 3 27.008 3 26.65V5.05C3 4.69196 3.14223 4.34858 3.39541 4.09541C3.64858 3.84223 3.99196 3.7 4.35 3.7H9.75V1H12.45ZM27.3 14.5H5.7V25.3H27.3V14.5ZM11.1 17.2V19.9H8.4V17.2H11.1ZM17.85 17.2V19.9H15.15V17.2H17.85ZM24.6 17.2V19.9H21.9V17.2H24.6ZM9.75 6.4H5.7V11.8H27.3V6.4H23.25V9.1H20.55V6.4H12.45V9.1H9.75V6.4Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-checked {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.6253 20.2343L26.0836 8L28 9.8822L13.6253 24L5 15.5288L6.91644 13.6466L13.6253 20.2343Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-clear {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.97397 6H25.899C26.191 6 26.471 6.11706 26.6775 6.32544C26.884 6.53381 27 6.81643 27 7.11111V24.8889C27 25.1836 26.884 25.4662 26.6775 25.6746C26.471 25.8829 26.191 26 25.899 26H9.97397C9.79256 26.0002 9.61392 25.9552 9.45391 25.8689C9.29391 25.7827 9.1575 25.6578 9.05683 25.5056L3.18513 16.6167C3.06442 16.4341 3 16.2195 3 16C3 15.7805 3.06442 15.5659 3.18513 15.3833L9.05683 6.49445C9.1575 6.34216 9.29391 6.21734 9.45391 6.13108C9.61392 6.04482 9.79256 5.99979 9.97397 6ZM10.563 8.22222L5.42459 16L10.563 23.7778H24.7991V8.22222H10.563ZM17.092 14.4289L20.2057 11.2856L21.7625 12.8578L18.6488 16L21.7625 19.1422L20.2057 20.7144L17.0909 17.5711L13.9772 20.7144L12.4204 19.1422L15.5341 16L12.4204 12.8578L13.9772 11.2856L17.092 14.4289Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-download {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.85 13.3333H24.6L16.5 21.3333L8.4 13.3333H15.15V4H17.85V13.3333ZM5.7 25.3333H27.3V16H30V26.6667C30 27.0203 29.8578 27.3594 29.6046 27.6095C29.3514 27.8595 29.008 28 28.65 28H4.35C3.99196 28 3.64858 27.8595 3.39541 27.6095C3.14223 27.3594 3 27.0203 3 26.6667V16H5.7V25.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-upload {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.7 25.3333H27.3V16H30V26.6667C30 27.0203 29.8578 27.3594 29.6046 27.6095C29.3514 27.8595 29.008 28 28.65 28H4.35C3.99196 28 3.64858 27.8595 3.39541 27.6095C3.14223 27.3594 3 27.0203 3 26.6667V16H5.7V25.3333ZM17.85 12V21.3333H15.15V12H8.4L16.5 4L24.6 12H17.85Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-star-empty {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 24.7258L6.7295 30L8.79968 19.4089L1 12.0774L11.5507 10.8056L16 1L20.4493 10.8056L31 12.0774L23.2003 19.4089L25.2705 30L16 24.7258Z' fill='%23CCCCCC'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-star-full {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 24.7258L6.7295 30L8.79968 19.4089L1 12.0774L11.5507 10.8056L16 1L20.4493 10.8056L31 12.0774L23.2003 19.4089L25.2705 30L16 24.7258Z' fill='%23666666'/%3e%3c/svg%3e ");background-color: var(--color-darkgray); }
body .rdc-icon-svg.rdc-icon-marker {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.046 22.6274L16.5 32L6.954 22.6274C5.06601 20.7736 3.78028 18.4118 3.25939 15.8407C2.73851 13.2695 3.00586 10.6044 4.02765 8.18239C5.04944 5.7604 6.77976 3.69028 8.99982 2.23383C11.2199 0.777378 13.83 0 16.5 0C19.17 0 21.7801 0.777378 24.0002 2.23383C26.2202 3.69028 27.9506 5.7604 28.9724 8.18239C29.9941 10.6044 30.2615 13.2695 29.7406 15.8407C29.2197 18.4118 27.934 20.7736 26.046 22.6274ZM16.5 19.1458C18.0913 19.1458 19.6174 18.5251 20.7426 17.4203C21.8679 16.3155 22.5 14.8171 22.5 13.2547C22.5 11.6923 21.8679 10.1939 20.7426 9.08913C19.6174 7.98434 18.0913 7.36368 16.5 7.36368C14.9087 7.36368 13.3826 7.98434 12.2574 9.08913C11.1321 10.1939 10.5 11.6923 10.5 13.2547C10.5 14.8171 11.1321 16.3155 12.2574 17.4203C13.3826 18.5251 14.9087 19.1458 16.5 19.1458ZM16.5 16.2002C15.7044 16.2002 14.9413 15.8899 14.3787 15.3375C13.8161 14.7851 13.5 14.0359 13.5 13.2547C13.5 12.4735 13.8161 11.7243 14.3787 11.1719C14.9413 10.6195 15.7044 10.3092 16.5 10.3092C17.2956 10.3092 18.0587 10.6195 18.6213 11.1719C19.1839 11.7243 19.5 12.4735 19.5 13.2547C19.5 14.0359 19.1839 14.7851 18.6213 15.3375C18.0587 15.8899 17.2956 16.2002 16.5 16.2002Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-marker-success {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.046 22.6274L16.5 32L6.954 22.6274C5.06601 20.7736 3.78028 18.4118 3.25939 15.8407C2.73851 13.2695 3.00586 10.6044 4.02765 8.18239C5.04944 5.7604 6.77976 3.69028 8.99982 2.23383C11.2199 0.777378 13.83 0 16.5 0C19.17 0 21.7801 0.777378 24.0002 2.23383C26.2202 3.69028 27.9506 5.7604 28.9724 8.18239C29.9941 10.6044 30.2615 13.2695 29.7406 15.8407C29.2197 18.4118 27.934 20.7736 26.046 22.6274ZM16.5 19.1458C18.0913 19.1458 19.6174 18.5251 20.7426 17.4203C21.8679 16.3155 22.5 14.8171 22.5 13.2547C22.5 11.6923 21.8679 10.1939 20.7426 9.08913C19.6174 7.98434 18.0913 7.36368 16.5 7.36368C14.9087 7.36368 13.3826 7.98434 12.2574 9.08913C11.1321 10.1939 10.5 11.6923 10.5 13.2547C10.5 14.8171 11.1321 16.3155 12.2574 17.4203C13.3826 18.5251 14.9087 19.1458 16.5 19.1458ZM16.5 16.2002C15.7044 16.2002 14.9413 15.8899 14.3787 15.3375C13.8161 14.7851 13.5 14.0359 13.5 13.2547C13.5 12.4735 13.8161 11.7243 14.3787 11.1719C14.9413 10.6195 15.7044 10.3092 16.5 10.3092C17.2956 10.3092 18.0587 10.6195 18.6213 11.1719C19.1839 11.7243 19.5 12.4735 19.5 13.2547C19.5 14.0359 19.1839 14.7851 18.6213 15.3375C18.0587 15.8899 17.2956 16.2002 16.5 16.2002Z' fill='%232E8540'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-marker-error {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.046 22.6274L16.5 32L6.954 22.6274C5.06601 20.7736 3.78028 18.4118 3.25939 15.8407C2.73851 13.2695 3.00586 10.6044 4.02765 8.18239C5.04944 5.7604 6.77976 3.69028 8.99982 2.23383C11.2199 0.777378 13.83 0 16.5 0C19.17 0 21.7801 0.777378 24.0002 2.23383C26.2202 3.69028 27.9506 5.7604 28.9724 8.18239C29.9941 10.6044 30.2615 13.2695 29.7406 15.8407C29.2197 18.4118 27.934 20.7736 26.046 22.6274ZM16.5 19.1458C18.0913 19.1458 19.6174 18.5251 20.7426 17.4203C21.8679 16.3155 22.5 14.8171 22.5 13.2547C22.5 11.6923 21.8679 10.1939 20.7426 9.08913C19.6174 7.98434 18.0913 7.36368 16.5 7.36368C14.9087 7.36368 13.3826 7.98434 12.2574 9.08913C11.1321 10.1939 10.5 11.6923 10.5 13.2547C10.5 14.8171 11.1321 16.3155 12.2574 17.4203C13.3826 18.5251 14.9087 19.1458 16.5 19.1458ZM16.5 16.2002C15.7044 16.2002 14.9413 15.8899 14.3787 15.3375C13.8161 14.7851 13.5 14.0359 13.5 13.2547C13.5 12.4735 13.8161 11.7243 14.3787 11.1719C14.9413 10.6195 15.7044 10.3092 16.5 10.3092C17.2956 10.3092 18.0587 10.6195 18.6213 11.1719C19.1839 11.7243 19.5 12.4735 19.5 13.2547C19.5 14.0359 19.1839 14.7851 18.6213 15.3375C18.0587 15.8899 17.2956 16.2002 16.5 16.2002Z' fill='%23DC4112'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-marker-clustering {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16' cy='16' r='16' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-microphone {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.0007 3.72727C14.9332 3.72727 13.9095 4.15828 13.1547 4.92547C12.3999 5.69267 11.9759 6.73321 11.9759 7.81818V13.2727C11.9759 14.3577 12.3999 15.3982 13.1547 16.1654C13.9095 16.9326 14.9332 17.3636 16.0007 17.3636C17.0681 17.3636 18.0918 16.9326 18.8466 16.1654C19.6014 15.3982 20.0255 14.3577 20.0255 13.2727V7.81818C20.0255 6.73321 19.6014 5.69267 18.8466 4.92547C18.0918 4.15828 17.0681 3.72727 16.0007 3.72727ZM16.0007 1C16.8816 1 17.7539 1.17636 18.5677 1.519C19.3816 1.86165 20.1211 2.36387 20.744 2.997C21.3669 3.63013 21.861 4.38176 22.1981 5.20898C22.5352 6.0362 22.7087 6.92281 22.7087 7.81818V13.2727C22.7087 15.081 22.002 16.8153 20.744 18.0939C19.486 19.3726 17.7798 20.0909 16.0007 20.0909C14.2216 20.0909 12.5154 19.3726 11.2574 18.0939C9.99937 16.8153 9.29264 15.081 9.29264 13.2727V7.81818C9.29264 6.00989 9.99937 4.27566 11.2574 2.997C12.5154 1.71834 14.2216 1 16.0007 1ZM4 14.6364H6.70334C7.0284 16.9065 8.14673 18.9818 9.85374 20.4826C11.5608 21.9834 13.7423 22.8094 15.9993 22.8094C18.2563 22.8094 20.4379 21.9834 22.1449 20.4826C23.8519 18.9818 24.9703 16.9065 25.2953 14.6364H28C27.695 17.4028 26.4741 19.9817 24.5376 21.9503C22.6011 23.9188 20.064 25.1601 17.3423 25.4705V31H14.6591V25.4705C11.9371 25.1603 9.39968 23.9192 7.46292 21.9507C5.52617 19.9821 4.3051 17.403 4 14.6364Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-nomicrophone {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.8401 23.1973L28.1323 29.482L30 27.6169L3.86508 1.5197L2 3.38482L9.39961 10.7741V12.8646C9.39939 13.8867 9.63723 14.8949 10.0943 15.8094C10.5515 16.7239 11.2153 17.5197 12.0334 18.1339C12.8516 18.7481 13.8015 19.1639 14.8082 19.3484C15.815 19.5328 16.8509 19.481 17.8341 19.1968L19.88 21.2399C18.5735 21.8434 17.1438 22.1339 15.705 22.0881C14.2662 22.0423 12.858 21.6615 11.5926 20.9761C10.3272 20.2906 9.23969 19.3195 8.41667 18.1401C7.59365 16.9606 7.0579 15.6055 6.85212 14.1827H4.19375C4.49386 16.8568 5.69503 19.3496 7.60025 21.2524C9.50547 23.1552 12.0016 24.355 14.6794 24.6551V30H17.3193V24.6551C18.9099 24.4817 20.4483 23.9856 21.8401 23.1973ZM15.4093 16.7754C14.5721 16.6496 13.7974 16.2591 13.1988 15.6613C12.6001 15.0635 12.2091 14.2898 12.0831 13.4538L15.4093 16.7754ZM25.7339 19.6661L23.8293 17.7653C24.5011 16.6977 24.9591 15.485 25.1452 14.1827H27.8062C27.5884 16.1555 26.8756 18.0415 25.7339 19.6661ZM21.8929 15.8317L19.8496 13.7913C19.9227 13.4934 19.9592 13.1845 19.9592 12.8646V7.59221C19.9601 6.66256 19.633 5.7623 19.0353 5.04954C18.4376 4.33678 17.6076 3.8571 16.6909 3.69473C15.7743 3.53236 14.8297 3.6977 14.023 4.16169C13.2163 4.62568 12.5991 5.35867 12.2797 6.23192L10.3051 4.25872C11.0378 3.00997 12.1618 2.0368 13.5035 1.48945C14.8452 0.942111 16.33 0.851037 17.7287 1.23029C19.1274 1.60955 20.3622 2.43804 21.2425 3.58786C22.1227 4.73768 22.5994 6.14488 22.5991 7.59221V12.8646C22.5991 13.9323 22.3443 14.9406 21.8929 15.8317Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-payment {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.6 9.33333H28.65C29.008 9.33333 29.3514 9.47381 29.6046 9.72386C29.8578 9.97391 30 10.313 30 10.6667V26.6667C30 27.0203 29.8578 27.3594 29.6046 27.6095C29.3514 27.8595 29.008 28 28.65 28H4.35C3.99196 28 3.64858 27.8595 3.39541 27.6095C3.14223 27.3594 3 27.0203 3 26.6667V5.33333C3 4.97971 3.14223 4.64057 3.39541 4.39052C3.64858 4.14048 3.99196 4 4.35 4H24.6V9.33333ZM5.7 12V25.3333H27.3V12H5.7ZM5.7 6.66667V9.33333H21.9V6.66667H5.7ZM20.55 17.3333H24.6V20H20.55V17.3333Z' fill='%23BF360C'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-secure {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.1029 10.9082H27.4545C28.1296 10.9082 28.7771 11.1764 29.2545 11.6537C29.7318 12.1311 30 12.7786 30 13.4537V18.5449C30 19.22 29.7318 19.8675 29.2545 20.3449C28.7771 20.8223 28.1296 21.0905 27.4545 21.0905H26.1029C25.7929 23.5513 24.5954 25.8143 22.7352 27.4547C20.8751 29.0952 18.4801 30.0002 16 30V27.4544C18.0253 27.4544 19.9676 26.6498 21.3997 25.2177C22.8318 23.7855 23.6364 21.8431 23.6364 19.8177V12.1809C23.6364 10.1556 22.8318 8.21312 21.3997 6.78096C19.9676 5.34879 18.0253 4.54421 16 4.54421C13.9747 4.54421 12.0324 5.34879 10.6003 6.78096C9.16818 8.21312 8.36364 10.1556 8.36364 12.1809V21.0905H4.54545C3.87036 21.0905 3.22291 20.8223 2.74555 20.3449C2.26818 19.8675 2 19.22 2 18.5449V13.4537C2 12.7786 2.26818 12.1311 2.74555 11.6537C3.22291 11.1764 3.87036 10.9082 4.54545 10.9082H5.89709C6.20768 8.44772 7.40537 6.18518 9.26546 4.54507C11.1255 2.90496 13.5202 2 16 2C18.4798 2 20.8745 2.90496 22.7345 4.54507C24.5946 6.18518 25.7923 8.44772 26.1029 10.9082ZM4.54545 13.4537V18.5449H5.81818V13.4537H4.54545ZM26.1818 13.4537V18.5449H27.4545V13.4537H26.1818ZM10.6036 20.8168L11.9527 18.6582C13.1657 19.4182 14.5686 19.8201 16 19.8177C17.4314 19.8201 18.8343 19.4182 20.0473 18.6582L21.3964 20.8168C19.7791 21.8303 17.9085 22.3664 16 22.3633C14.0915 22.3664 12.2209 21.8303 10.6036 20.8168Z' fill='%23BF360C'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-shipping {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4993 24.0558C11.3426 25.1504 10.7944 26.152 9.9553 26.8765C9.11623 27.6011 8.04267 28 6.93182 28C5.82096 28 4.7474 27.6011 3.90833 26.8765C3.06926 26.152 2.52102 25.1504 2.36432 24.0558H1V8.31199C1 7.96403 1.13888 7.63032 1.38609 7.38427C1.63329 7.13823 1.96858 7 2.31818 7H20.7727C21.1223 7 21.4576 7.13823 21.7048 7.38427C21.952 7.63032 22.0909 7.96403 22.0909 8.31199V10.936H26.0455L30 16.2574V24.0558H27.3175C27.1588 25.1488 26.6097 26.1484 25.7709 26.8713C24.932 27.5942 23.8596 27.9921 22.75 27.9921C21.6404 27.9921 20.568 27.5942 19.7291 26.8713C18.8903 26.1484 18.3412 25.1488 18.1825 24.0558H11.4993ZM19.4545 9.62397H3.63636V20.1855C4.15647 19.657 4.79716 19.2614 5.5039 19.0324C6.21065 18.8034 6.96252 18.7477 7.69554 18.8701C8.42856 18.9924 9.12102 19.2893 9.71399 19.7353C10.3069 20.1814 10.7829 20.7634 11.1012 21.4318H18.5806C18.802 20.9687 19.0986 20.5476 19.4545 20.1855V9.62397ZM22.0909 17.4959H27.3636V17.122L24.7167 13.5599H22.0909V17.4959ZM22.75 25.3678C23.2746 25.3678 23.7777 25.1604 24.1486 24.7912C24.5195 24.422 24.7279 23.9213 24.7279 23.3992C24.7279 22.8771 24.5195 22.3763 24.1486 22.0071C23.7777 21.6379 23.2746 21.4305 22.75 21.4305C22.2254 21.4305 21.7223 21.6379 21.3514 22.0071C20.9805 22.3763 20.7721 22.8771 20.7721 23.3992C20.7721 23.9213 20.9805 24.422 21.3514 24.7912C21.7223 25.1604 22.2254 25.3678 22.75 25.3678ZM8.90909 23.3998C8.90909 23.1414 8.85795 22.8855 8.75858 22.6467C8.65921 22.4079 8.51357 22.191 8.32996 22.0083C8.14636 21.8255 7.92838 21.6806 7.68849 21.5817C7.44859 21.4828 7.19148 21.4318 6.93182 21.4318C6.67216 21.4318 6.41504 21.4828 6.17515 21.5817C5.93526 21.6806 5.71728 21.8255 5.53368 22.0083C5.35007 22.191 5.20442 22.4079 5.10506 22.6467C5.00569 22.8855 4.95455 23.1414 4.95455 23.3998C4.95455 23.9218 5.16286 24.4223 5.53368 24.7914C5.90449 25.1605 6.40741 25.3678 6.93182 25.3678C7.45622 25.3678 7.95915 25.1605 8.32996 24.7914C8.70077 24.4223 8.90909 23.9218 8.90909 23.3998Z' fill='%23BF360C'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-exchange {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.43242 10.8596L12.3688 13.7822L10.7316 15.4135L5 9.70677L10.7316 4L12.3688 5.63133L9.43242 8.55388H17.7368C20.1936 8.55388 22.5497 9.5256 24.2869 11.2553C26.0241 12.9849 27 15.3308 27 17.7769C27 20.223 26.0241 22.569 24.2869 24.2986C22.5497 26.0283 20.1936 27 17.7368 27H7.31579V24.6942H17.7368C19.5794 24.6942 21.3465 23.9655 22.6494 22.6682C23.9523 21.371 24.6842 19.6115 24.6842 17.7769C24.6842 15.9424 23.9523 14.1829 22.6494 12.8857C21.3465 11.5884 19.5794 10.8596 17.7368 10.8596H9.43242Z' fill='%23BF360C'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-copy {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.33333 8.39999V4.35C9.33333 3.99196 9.47381 3.64858 9.72386 3.39541C9.97391 3.14223 10.313 3 10.6667 3H26.6667C27.0203 3 27.3594 3.14223 27.6095 3.39541C27.8595 3.64858 28 3.99196 28 4.35V23.25C28 23.608 27.8595 23.9514 27.6095 24.2046C27.3594 24.4577 27.0203 24.6 26.6667 24.6H22.6667V28.65C22.6667 29.3952 22.0667 30 21.324 30H5.34267C5.16679 30.0012 4.9924 29.9672 4.82956 29.8999C4.66671 29.8326 4.51862 29.7334 4.39382 29.6079C4.26902 29.4824 4.16997 29.3332 4.10238 29.1688C4.03479 29.0044 4 28.8281 4 28.65L4.004 9.74999C4.004 9.00479 4.604 8.39999 5.34533 8.39999H9.33333ZM6.66933 11.1L6.66667 27.3H20V11.1H6.66933ZM12 8.39999H22.6667V21.9H25.3333V5.7H12V8.39999Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-tag {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.857 4L27.2324 5.76756L29 18.143L17.5096 29.6334C17.3935 29.7496 17.2556 29.8418 17.1039 29.9047C16.9521 29.9676 16.7895 30 16.6252 30C16.4609 30 16.2983 29.9676 16.1465 29.9047C15.9948 29.8418 15.8569 29.7496 15.7408 29.6334L3.36537 17.258C3.13141 17.0236 3 16.706 3 16.3748C3 16.0436 3.13141 15.726 3.36537 15.4916L14.857 4ZM15.7408 6.65259L6.01796 16.3754L16.6246 26.982L26.3487 17.2592L25.0224 7.97764L15.7408 6.65259ZM18.3934 14.6066C18.1546 14.376 17.9641 14.1001 17.8331 13.7951C17.7021 13.4901 17.6331 13.162 17.6302 12.8301C17.6273 12.4981 17.6906 12.1689 17.8163 11.8616C17.942 11.5544 18.1277 11.2752 18.3624 11.0405C18.5971 10.8058 18.8763 10.6201 19.1835 10.4944C19.4908 10.3687 19.82 10.3055 20.1519 10.3083C20.4839 10.3112 20.812 10.3802 21.117 10.5112C21.422 10.6422 21.6979 10.8327 21.9285 11.0715C22.3975 11.5403 22.661 12.1762 22.6611 12.8392C22.6612 13.5023 22.3979 14.1383 21.9291 14.6072C21.4603 15.0762 20.8245 15.3397 20.1614 15.3398C19.4983 15.3399 18.8623 15.0754 18.3934 14.6066Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-phone {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M27.9987 21.8933V26.608C27.9988 26.9456 27.8709 27.2706 27.6408 27.5176C27.4107 27.7646 27.0955 27.915 26.7587 27.9387C26.1765 27.9796 25.701 28 25.3321 28C13.5501 28 4 18.4493 4 6.66667C4 6.29867 4.02044 5.82311 4.06133 5.24C4.08496 4.90326 4.23543 4.58801 4.48238 4.35788C4.72933 4.12774 5.05437 3.99985 5.39192 4H10.1063C10.2717 3.99983 10.4312 4.06115 10.5539 4.17203C10.6766 4.28291 10.7538 4.43544 10.7703 4.6C10.8005 4.90578 10.829 5.15111 10.8556 5.336C11.1206 7.18524 11.6636 8.98378 12.4662 10.6707C12.5929 10.9373 12.5102 11.256 12.2702 11.4267L9.39303 13.4827C11.1526 17.5817 14.4191 20.8484 18.5179 22.608L20.5711 19.736C20.6547 19.6182 20.7771 19.5338 20.9169 19.4974C21.0566 19.4611 21.2047 19.4752 21.335 19.5373C23.0216 20.3385 24.8196 20.8802 26.6681 21.144C26.853 21.1707 27.0974 21.1991 27.4014 21.2293C27.5657 21.2462 27.7179 21.3234 27.8285 21.4461C27.9391 21.5688 27.9989 21.7282 27.9987 21.8933Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-home{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.59091 25.3535H23.4091V12.3286L15.5 5.11147L7.59091 12.3286V25.3535ZM24.7273 28H6.27273C5.92312 28 5.58784 27.8606 5.34063 27.6124C5.09343 27.3643 4.95455 27.0277 4.95455 26.6767V14.7673H1L14.6129 2.34452C14.8556 2.12285 15.1719 2 15.5 2C15.8281 2 16.1444 2.12285 16.3871 2.34452L30 14.7673H26.0455V26.6767C26.0455 27.0277 25.9066 27.3643 25.6594 27.6124C25.4122 27.8606 25.0769 28 24.7273 28ZM9.56818 17.4139H12.2045C12.2045 18.2913 12.5517 19.1327 13.1698 19.7531C13.7878 20.3735 14.626 20.722 15.5 20.722C16.374 20.722 17.2122 20.3735 17.8302 19.7531C18.4483 19.1327 18.7955 18.2913 18.7955 17.4139H21.4318C21.4318 18.9932 20.8069 20.5078 19.6944 21.6245C18.582 22.7412 17.0732 23.3686 15.5 23.3686C13.9268 23.3686 12.418 22.7412 11.3056 21.6245C10.1931 20.5078 9.56818 18.9932 9.56818 17.4139Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-find-shipping {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 2L29 9.25V23.75L16.5 31L4 23.75V9.25L16.5 2ZM6.63158 10.7699V10.7765L16.5 16.5V27.9537L26.3684 22.2301V10.7699L16.5 5.04632L6.63158 10.7699Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-click-collect {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.7663 11.7377C14.427 11.0785 14.877 10.2386 15.0592 9.32429C15.2415 8.40996 15.1479 7.46225 14.7903 6.60099C14.4326 5.73973 13.827 5.0036 13.05 4.48569C12.273 3.96778 11.3595 3.69134 10.425 3.69134C9.49051 3.69134 8.57699 3.96778 7.79998 4.48569C7.02297 5.0036 6.41736 5.73973 6.05972 6.60099C5.70208 7.46225 5.60848 8.40996 5.79076 9.32429C5.97303 10.2386 6.423 11.0785 7.08375 11.7377L10.425 15.0709L13.7663 11.7377ZM10.425 18.8794L5.1735 13.6433C4.13545 12.6073 3.42863 11.2875 3.14242 9.85078C2.85621 8.41405 3.00345 6.92492 3.56553 5.57167C4.12761 4.21842 5.0793 3.06181 6.30026 2.24807C7.52121 1.43433 8.95662 1 10.425 1C11.8934 1 13.3288 1.43433 14.5497 2.24807C15.7707 3.06181 16.7224 4.21842 17.2845 5.57167C17.8466 6.92492 17.9938 8.41405 17.7076 9.85078C17.4214 11.2875 16.7146 12.6073 15.6765 13.6433L10.425 18.8794ZM10.425 10.4247C9.88794 10.4247 9.37287 10.2118 8.99311 9.83298C8.61335 9.45414 8.4 8.94032 8.4 8.40456C8.4 7.8688 8.61335 7.35498 8.99311 6.97614C9.37287 6.59729 9.88794 6.38446 10.425 6.38446C10.9621 6.38446 11.4771 6.59729 11.8569 6.97614C12.2367 7.35498 12.45 7.8688 12.45 8.40456C12.45 8.94032 12.2367 9.45414 11.8569 9.83298C11.4771 10.2118 10.9621 10.4247 10.425 10.4247ZM22.575 27.1914L25.9162 23.8583C26.577 23.1991 27.027 22.3592 27.2092 21.4449C27.3915 20.5305 27.2979 19.5828 26.9403 18.7216C26.5826 17.8603 25.977 17.1242 25.2 16.6063C24.423 16.0883 23.5095 15.8119 22.575 15.8119C21.6405 15.8119 20.727 16.0883 19.95 16.6063C19.173 17.1242 18.5674 17.8603 18.2097 18.7216C17.8521 19.5828 17.7585 20.5305 17.9408 21.4449C18.123 22.3592 18.573 23.1991 19.2337 23.8583L22.575 27.1914ZM27.8265 25.7639L22.575 31L17.3235 25.7626C16.2854 24.7265 15.5786 23.4067 15.2924 21.97C15.0062 20.5333 15.1534 19.0442 15.7155 17.6909C16.2776 16.3376 17.2293 15.181 18.4503 14.3673C19.6712 13.5536 21.1066 13.1192 22.575 13.1192C24.0434 13.1192 25.4788 13.5536 26.6997 14.3673C27.9207 15.181 28.8724 16.3376 29.4345 17.6909C29.9966 19.0442 30.1438 20.5333 29.8576 21.97C29.5714 23.4067 28.8646 24.7279 27.8265 25.7639ZM22.575 22.5452C22.0379 22.5452 21.5229 22.3324 21.1431 21.9536C20.7633 21.5747 20.55 21.0609 20.55 20.5251C20.55 19.9894 20.7633 19.4755 21.1431 19.0967C21.5229 18.7179 22.0379 18.505 22.575 18.505C23.1121 18.505 23.6271 18.7179 24.0069 19.0967C24.3867 19.4755 24.6 19.9894 24.6 20.5251C24.6 21.0609 24.3867 21.5747 24.0069 21.9536C23.6271 22.3324 23.1121 22.5452 22.575 22.5452Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-points{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M29.0314 12.7287L24.6285 16.118L23.6425 12.7287H1.12326L0 14.779H5.34665L1.97981 20.9963H4.48638L7.82515 14.779H17.4968C17.9471 14.779 18.2039 14.8512 18.2672 14.9957C18.336 15.1365 18.2708 15.3995 18.0715 15.7847C17.8587 16.1958 17.6459 16.4662 17.4332 16.5959C17.2202 16.7256 16.926 16.7903 16.5507 16.7903H10.0392L7.80575 20.9963H10.3122L11.4473 18.8405H15.2612C15.7184 18.8405 15.9733 18.9276 16.0259 19.1017C16.0785 19.2759 15.9859 19.5925 15.7483 20.0518L15.2593 20.9963H17.7659L18.49 19.5851C18.834 18.9147 18.9274 18.4368 18.7705 18.1516C18.6843 17.9997 18.4506 17.8645 18.0699 17.746C18.6354 17.5979 19.0523 17.4293 19.3209 17.2403C19.7522 16.9329 20.1502 16.4236 20.5151 15.7123L20.8087 15.1401C20.9587 14.8477 21.0706 14.5835 21.1456 14.3462L21.1905 14.367L22.3749 18.1239L20.9227 20.9963H23.4293L24.8685 18.1239L32 12.7287H29.0314Z' fill='%23BF360C'/%3e%3cpath d='M22.3604 22.8051C20.5023 24.7696 17.8511 25.9999 14.9062 26L14.3818 25.9866C11.647 25.8503 9.19841 24.6523 7.45117 22.8051H9.68359C11.1369 23.8839 12.9445 24.5263 14.9062 24.5263C16.8677 24.5262 18.6749 23.8838 20.1279 22.8051H22.3604Z' fill='%23BF360C'/%3e%3cpath d='M15.4297 6.01439C18.9831 6.19142 22.0531 8.15977 23.7285 11.0177H21.9473C20.3715 8.87182 17.8053 7.47478 14.9062 7.47462C12.0073 7.47462 9.44217 8.87206 7.86621 11.0177H6.08496C7.84237 8.02022 11.1326 6 14.9062 6L15.4297 6.01439Z' fill='%23BF360C'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-menu {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 5H28V7.625H4V5ZM4 14.1875H28V16.8125H4V14.1875ZM4 23.375H28V26H4V23.375Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-menu-close{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.5803 16.5L4 5.91973L5.91973 4L16.5 14.5803L27.0803 4L29 5.91973L18.4197 16.5L29 27.0803L27.0803 29L16.5 18.4197L5.91973 29L4 27.0803L14.5803 16.5Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.33333 4H26.6667C27.0203 4 27.3594 4.14048 27.6095 4.39052C27.8595 4.64057 28 4.97971 28 5.33333V26.6667C28 27.0203 27.8595 27.3594 27.6095 27.6095C27.3594 27.8595 27.0203 28 26.6667 28H5.33333C4.97971 28 4.64057 27.8595 4.39052 27.6095C4.14048 27.3594 4 27.0203 4 26.6667V5.33333C4 4.97971 4.14048 4.64057 4.39052 4.39052C4.64057 4.14048 4.97971 4 5.33333 4ZM6.66667 6.66667V25.3333H25.3333V6.66667H6.66667Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.33333 4H26.6667C27.0203 4 27.3594 4.14048 27.6095 4.39052C27.8595 4.64057 28 4.97971 28 5.33333V26.6667C28 27.0203 27.8595 27.3594 27.6095 27.6095C27.3594 27.8595 27.0203 28 26.6667 28H5.33333C4.97971 28 4.64057 27.8595 4.39052 27.6095C4.14048 27.3594 4 27.0203 4 26.6667V5.33333C4 4.97971 4.14048 4.64057 4.39052 4.39052C4.64057 4.14048 4.97971 4 5.33333 4Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 5.33333C4 4.97971 4.14048 4.64057 4.39052 4.39052C4.64057 4.14048 4.97971 4 5.33333 4H13.3333C13.687 4 14.0261 4.14048 14.2761 4.39052C14.5262 4.64057 14.6667 4.97971 14.6667 5.33333V13.3333C14.6667 13.687 14.5262 14.0261 14.2761 14.2761C14.0261 14.5262 13.687 14.6667 13.3333 14.6667H5.33333C4.97971 14.6667 4.64057 14.5262 4.39052 14.2761C4.14048 14.0261 4 13.687 4 13.3333V5.33333ZM4 18.6667C4 18.313 4.14048 17.9739 4.39052 17.7239C4.64057 17.4738 4.97971 17.3333 5.33333 17.3333H13.3333C13.687 17.3333 14.0261 17.4738 14.2761 17.7239C14.5262 17.9739 14.6667 18.313 14.6667 18.6667V26.6667C14.6667 27.0203 14.5262 27.3594 14.2761 27.6095C14.0261 27.8595 13.687 28 13.3333 28H5.33333C4.97971 28 4.64057 27.8595 4.39052 27.6095C4.14048 27.3594 4 27.0203 4 26.6667V18.6667ZM17.3333 5.33333C17.3333 4.97971 17.4738 4.64057 17.7239 4.39052C17.9739 4.14048 18.313 4 18.6667 4H26.6667C27.0203 4 27.3594 4.14048 27.6095 4.39052C27.8595 4.64057 28 4.97971 28 5.33333V13.3333C28 13.687 27.8595 14.0261 27.6095 14.2761C27.3594 14.5262 27.0203 14.6667 26.6667 14.6667H18.6667C18.313 14.6667 17.9739 14.5262 17.7239 14.2761C17.4738 14.0261 17.3333 13.687 17.3333 13.3333V5.33333ZM17.3333 18.6667C17.3333 18.313 17.4738 17.9739 17.7239 17.7239C17.9739 17.4738 18.313 17.3333 18.6667 17.3333H26.6667C27.0203 17.3333 27.3594 17.4738 27.6095 17.7239C27.8595 17.9739 28 18.313 28 18.6667V26.6667C28 27.0203 27.8595 27.3594 27.6095 27.6095C27.3594 27.8595 27.0203 28 26.6667 28H18.6667C18.313 28 17.9739 27.8595 17.7239 27.6095C17.4738 27.3594 17.3333 27.0203 17.3333 26.6667V18.6667ZM20 6.66667V12H25.3333V6.66667H20ZM20 20V25.3333H25.3333V20H20ZM6.66667 6.66667V12H12V6.66667H6.66667ZM6.66667 20V25.3333H12V20H6.66667Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 5.33333C4 4.97971 4.14048 4.64057 4.39052 4.39052C4.64057 4.14048 4.97971 4 5.33333 4H13.3333C13.687 4 14.0261 4.14048 14.2761 4.39052C14.5262 4.64057 14.6667 4.97971 14.6667 5.33333V13.3333C14.6667 13.687 14.5262 14.0261 14.2761 14.2761C14.0261 14.5262 13.687 14.6667 13.3333 14.6667H5.33333C4.97971 14.6667 4.64057 14.5262 4.39052 14.2761C4.14048 14.0261 4 13.687 4 13.3333V5.33333ZM4 18.6667C4 18.313 4.14048 17.9739 4.39052 17.7239C4.64057 17.4738 4.97971 17.3333 5.33333 17.3333H13.3333C13.687 17.3333 14.0261 17.4738 14.2761 17.7239C14.5262 17.9739 14.6667 18.313 14.6667 18.6667V26.6667C14.6667 27.0203 14.5262 27.3594 14.2761 27.6095C14.0261 27.8595 13.687 28 13.3333 28H5.33333C4.97971 28 4.64057 27.8595 4.39052 27.6095C4.14048 27.3594 4 27.0203 4 26.6667V18.6667ZM17.3333 5.33333C17.3333 4.97971 17.4738 4.64057 17.7239 4.39052C17.9739 4.14048 18.313 4 18.6667 4H26.6667C27.0203 4 27.3594 4.14048 27.6095 4.39052C27.8595 4.64057 28 4.97971 28 5.33333V13.3333C28 13.687 27.8595 14.0261 27.6095 14.2761C27.3594 14.5262 27.0203 14.6667 26.6667 14.6667H18.6667C18.313 14.6667 17.9739 14.5262 17.7239 14.2761C17.4738 14.0261 17.3333 13.687 17.3333 13.3333V5.33333ZM17.3333 18.6667C17.3333 18.313 17.4738 17.9739 17.7239 17.7239C17.9739 17.4738 18.313 17.3333 18.6667 17.3333H26.6667C27.0203 17.3333 27.3594 17.4738 27.6095 17.7239C27.8595 17.9739 28 18.313 28 18.6667V26.6667C28 27.0203 27.8595 27.3594 27.6095 27.6095C27.3594 27.8595 27.0203 28 26.6667 28H18.6667C18.313 28 17.9739 27.8595 17.7239 27.6095C17.4738 27.3594 17.3333 27.0203 17.3333 26.6667V18.6667Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view3:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 13.9C30 13.1268 29.3732 12.5 28.6 12.5H23.4C22.6268 12.5 22 13.1268 22 13.9V18.1C22 18.8732 22.6268 19.5 23.4 19.5H28.6C29.3732 19.5 30 18.8732 30 18.1V13.9ZM28 14.5V17.5H24V14.5H28ZM30 22.4C30 21.6268 29.3732 21 28.6 21H23.4C22.6268 21 22 21.6268 22 22.4V26.6C22 27.3732 22.6268 28 23.4 28H28.6C29.3732 28 30 27.3732 30 26.6V22.4ZM28 23V26H24V23H28ZM20 22.4C20 21.6268 19.3732 21 18.6 21H13.4C12.6268 21 12 21.6268 12 22.4V26.6C12 27.3732 12.6268 28 13.4 28H18.6C19.3732 28 20 27.3732 20 26.6V22.4ZM18 23V26H14V23H18ZM10 22.4C10 21.6268 9.3732 21 8.6 21H3.4C2.6268 21 2 21.6268 2 22.4V26.6C2 27.3732 2.6268 28 3.4 28H8.6C9.3732 28 10 27.3732 10 26.6V22.4ZM8 23V26H4V23H8ZM20 13.9C20 13.1268 19.3732 12.5 18.6 12.5H13.4C12.6268 12.5 12 13.1268 12 13.9V18.1C12 18.8732 12.6268 19.5 13.4 19.5H18.6C19.3732 19.5 20 18.8732 20 18.1V13.9ZM18 14.5V17.5H14V14.5H18ZM10 13.9C10 13.1268 9.3732 12.5 8.6 12.5H3.4C2.6268 12.5 2 13.1268 2 13.9V18.1C2 18.8732 2.6268 19.5 3.4 19.5H8.6C9.3732 19.5 10 18.8732 10 18.1V13.9ZM8 14.5V17.5H4V14.5H8ZM8 6H4V9H8V6ZM18 6H14V9H18V6ZM28 6H24V9H28V6ZM30 5.4C30 4.6268 29.3732 4 28.6 4H23.4C22.6268 4 22 4.6268 22 5.4V9.6C22 10.3732 22.6268 11 23.4 11H28.6C29.3732 11 30 10.3732 30 9.6V5.4ZM8.6 4C9.3732 4 10 4.6268 10 5.4V9.6C10 10.3732 9.3732 11 8.6 11H3.4C2.6268 11 2 10.3732 2 9.6V5.4C2 4.6268 2.6268 4 3.4 4H8.6ZM18.6 4C19.3732 4 20 4.6268 20 5.4V9.6C20 10.3732 19.3732 11 18.6 11H13.4C12.6268 11 12 10.3732 12 9.6V5.4C12 4.6268 12.6268 4 13.4 4H18.6Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view3.active,
body .rdc-icon-svg.rdc-icon-view3-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 5.4C2 4.6268 2.6268 4 3.4 4H8.6C9.3732 4 10 4.6268 10 5.4V9.6C10 10.3732 9.3732 11 8.6 11H3.4C2.6268 11 2 10.3732 2 9.6V5.4Z' fill='%23333333'/%3e%3cpath d='M2 13.9C2 13.1268 2.6268 12.5 3.4 12.5H8.6C9.3732 12.5 10 13.1268 10 13.9V18.1C10 18.8732 9.3732 19.5 8.6 19.5H3.4C2.6268 19.5 2 18.8732 2 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M2 22.4C2 21.6268 2.6268 21 3.4 21H8.6C9.3732 21 10 21.6268 10 22.4V26.6C10 27.3732 9.3732 28 8.6 28H3.4C2.6268 28 2 27.3732 2 26.6V22.4Z' fill='%23333333'/%3e%3cpath d='M12 5.4C12 4.6268 12.6268 4 13.4 4H18.6C19.3732 4 20 4.6268 20 5.4V9.6C20 10.3732 19.3732 11 18.6 11H13.4C12.6268 11 12 10.3732 12 9.6V5.4Z' fill='%23333333'/%3e%3cpath d='M12 13.9C12 13.1268 12.6268 12.5 13.4 12.5H18.6C19.3732 12.5 20 13.1268 20 13.9V18.1C20 18.8732 19.3732 19.5 18.6 19.5H13.4C12.6268 19.5 12 18.8732 12 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M12 22.4C12 21.6268 12.6268 21 13.4 21H18.6C19.3732 21 20 21.6268 20 22.4V26.6C20 27.3732 19.3732 28 18.6 28H13.4C12.6268 28 12 27.3732 12 26.6V22.4Z' fill='%23333333'/%3e%3cpath d='M22 5.4C22 4.6268 22.6268 4 23.4 4H28.6C29.3732 4 30 4.6268 30 5.4V9.6C30 10.3732 29.3732 11 28.6 11H23.4C22.6268 11 22 10.3732 22 9.6V5.4Z' fill='%23333333'/%3e%3cpath d='M22 13.9C22 13.1268 22.6268 12.5 23.4 12.5H28.6C29.3732 12.5 30 13.1268 30 13.9V18.1C30 18.8732 29.3732 19.5 28.6 19.5H23.4C22.6268 19.5 22 18.8732 22 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M22 22.4C22 21.6268 22.6268 21 23.4 21H28.6C29.3732 21 30 21.6268 30 22.4V26.6C30 27.3732 29.3732 28 28.6 28H23.4C22.6268 28 22 27.3732 22 26.6V22.4Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view4:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 6H3V8.5H5V6ZM5 14.5H3V17.5H5V14.5ZM5 23.5H3V26H5V23.5ZM13 6H11V8.5H13V6ZM13 14.5H11V17.5H13V14.5ZM13 23.5H11V26H13V23.5ZM21 6H19V8.5H21V6ZM21 14.5H19V17.5H21V14.5ZM21 23.5H19V26H21V23.5ZM29 6H27V8.5H29V6ZM29 14.5H27V17.5H29V14.5ZM29 23.5H27V26H29V23.5ZM2.4 4C1.6268 4 1 4.6268 1 5.4V9.1C1 9.8732 1.6268 10.5 2.4 10.5H5.6C6.3732 10.5 7 9.8732 7 9.1V5.4C7 4.6268 6.3732 4 5.6 4H2.4ZM2.4 12.5C1.6268 12.5 1 13.1268 1 13.9V18.1C1 18.8732 1.6268 19.5 2.4 19.5H5.6C6.3732 19.5 7 18.8732 7 18.1V13.9C7 13.1268 6.3732 12.5 5.6 12.5H2.4ZM5.6 21.5C6.3732 21.5 7 22.1268 7 22.9V26.6C7 27.3732 6.3732 28 5.6 28H2.4C1.6268 28 1 27.3732 1 26.6V22.9C1 22.1268 1.6268 21.5 2.4 21.5H5.6ZM10.4 4C9.6268 4 9 4.6268 9 5.4V9.1C9 9.8732 9.6268 10.5 10.4 10.5H13.6C14.3732 10.5 15 9.8732 15 9.1V5.4C15 4.6268 14.3732 4 13.6 4H10.4ZM13.6 12.5C14.3732 12.5 15 13.1268 15 13.9V18.1C15 18.8732 14.3732 19.5 13.6 19.5H10.4C9.6268 19.5 9 18.8732 9 18.1V13.9C9 13.1268 9.6268 12.5 10.4 12.5H13.6ZM10.4 21.5C9.6268 21.5 9 22.1268 9 22.9V26.6C9 27.3732 9.6268 28 10.4 28H13.6C14.3732 28 15 27.3732 15 26.6V22.9C15 22.1268 14.3732 21.5 13.6 21.5H10.4ZM21.6 4C22.3732 4 23 4.6268 23 5.4V9.1C23 9.8732 22.3732 10.5 21.6 10.5H18.4C17.6268 10.5 17 9.8732 17 9.1V5.4C17 4.6268 17.6268 4 18.4 4H21.6ZM18.4 12.5C17.6268 12.5 17 13.1268 17 13.9V18.1C17 18.8732 17.6268 19.5 18.4 19.5H21.6C22.3732 19.5 23 18.8732 23 18.1V13.9C23 13.1268 22.3732 12.5 21.6 12.5H18.4ZM21.6 21.5C22.3732 21.5 23 22.1268 23 22.9V26.6C23 27.3732 22.3732 28 21.6 28H18.4C17.6268 28 17 27.3732 17 26.6V22.9C17 22.1268 17.6268 21.5 18.4 21.5H21.6ZM26.4 4C25.6268 4 25 4.6268 25 5.4V9.1C25 9.8732 25.6268 10.5 26.4 10.5H29.6C30.3732 10.5 31 9.8732 31 9.1V5.4C31 4.6268 30.3732 4 29.6 4H26.4ZM29.6 12.5C30.3732 12.5 31 13.1268 31 13.9V18.1C31 18.8732 30.3732 19.5 29.6 19.5H26.4C25.6268 19.5 25 18.8732 25 18.1V13.9C25 13.1268 25.6268 12.5 26.4 12.5H29.6ZM26.4 21.5C25.6268 21.5 25 22.1268 25 22.9V26.6C25 27.3732 25.6268 28 26.4 28H29.6C30.3732 28 31 27.3732 31 26.6V22.9C31 22.1268 30.3732 21.5 29.6 21.5H26.4Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view4.active,
body .rdc-icon-svg.rdc-icon-view4-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5.4C1 4.6268 1.6268 4 2.4 4H5.6C6.3732 4 7 4.6268 7 5.4V9.1C7 9.8732 6.3732 10.5 5.6 10.5H2.4C1.6268 10.5 1 9.8732 1 9.1V5.4Z' fill='%23333333'/%3e%3cpath d='M1 13.9C1 13.1268 1.6268 12.5 2.4 12.5H5.6C6.3732 12.5 7 13.1268 7 13.9V18.1C7 18.8732 6.3732 19.5 5.6 19.5H2.4C1.6268 19.5 1 18.8732 1 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M1 22.9C1 22.1268 1.6268 21.5 2.4 21.5H5.6C6.3732 21.5 7 22.1268 7 22.9V26.6C7 27.3732 6.3732 28 5.6 28H2.4C1.6268 28 1 27.3732 1 26.6V22.9Z' fill='%23333333'/%3e%3cpath d='M9 5.4C9 4.6268 9.6268 4 10.4 4H13.6C14.3732 4 15 4.6268 15 5.4V9.1C15 9.8732 14.3732 10.5 13.6 10.5H10.4C9.6268 10.5 9 9.8732 9 9.1V5.4Z' fill='%23333333'/%3e%3cpath d='M9 13.9C9 13.1268 9.6268 12.5 10.4 12.5H13.6C14.3732 12.5 15 13.1268 15 13.9V18.1C15 18.8732 14.3732 19.5 13.6 19.5H10.4C9.6268 19.5 9 18.8732 9 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M9 22.9C9 22.1268 9.6268 21.5 10.4 21.5H13.6C14.3732 21.5 15 22.1268 15 22.9V26.6C15 27.3732 14.3732 28 13.6 28H10.4C9.6268 28 9 27.3732 9 26.6V22.9Z' fill='%23333333'/%3e%3cpath d='M17 5.4C17 4.6268 17.6268 4 18.4 4H21.6C22.3732 4 23 4.6268 23 5.4V9.1C23 9.8732 22.3732 10.5 21.6 10.5H18.4C17.6268 10.5 17 9.8732 17 9.1V5.4Z' fill='%23333333'/%3e%3cpath d='M17 13.9C17 13.1268 17.6268 12.5 18.4 12.5H21.6C22.3732 12.5 23 13.1268 23 13.9V18.1C23 18.8732 22.3732 19.5 21.6 19.5H18.4C17.6268 19.5 17 18.8732 17 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M17 22.9C17 22.1268 17.6268 21.5 18.4 21.5H21.6C22.3732 21.5 23 22.1268 23 22.9V26.6C23 27.3732 22.3732 28 21.6 28H18.4C17.6268 28 17 27.3732 17 26.6V22.9Z' fill='%23333333'/%3e%3cpath d='M25 5.4C25 4.6268 25.6268 4 26.4 4H29.6C30.3732 4 31 4.6268 31 5.4V9.1C31 9.8732 30.3732 10.5 29.6 10.5H26.4C25.6268 10.5 25 9.8732 25 9.1V5.4Z' fill='%23333333'/%3e%3cpath d='M25 13.9C25 13.1268 25.6268 12.5 26.4 12.5H29.6C30.3732 12.5 31 13.1268 31 13.9V18.1C31 18.8732 30.3732 19.5 29.6 19.5H26.4C25.6268 19.5 25 18.8732 25 18.1V13.9Z' fill='%23333333'/%3e%3cpath d='M25 22.9C25 22.1268 25.6268 21.5 26.4 21.5H29.6C30.3732 21.5 31 22.1268 31 22.9V26.6C31 27.3732 30.3732 28 29.6 28H26.4C25.6268 28 25 27.3732 25 26.6V22.9Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-view-list:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6667 6.66602C10.6667 5.92964 11.2636 5.33268 12 5.33268H26.6667C27.403 5.33268 28 5.92964 28 6.66602C28 7.4024 27.403 7.99935 26.6667 7.99935H12C11.2636 7.99935 10.6667 7.4024 10.6667 6.66602ZM4 6.06602C4 5.29282 4.6268 4.66602 5.4 4.66602H6.6C7.3732 4.66602 8 5.29282 8 6.06602V7.26602C8 8.03921 7.3732 8.66602 6.6 8.66602H5.4C4.6268 8.66602 4 8.03921 4 7.26602V6.06602ZM4 15.3993C4 14.6262 4.6268 13.9993 5.4 13.9993H6.6C7.3732 13.9993 8 14.6262 8 15.3993V16.5993C8 17.3725 7.3732 17.9993 6.6 17.9993H5.4C4.6268 17.9993 4 17.3725 4 16.5993V15.3993ZM4 24.7327C4 23.9595 4.6268 23.3327 5.4 23.3327H6.6C7.3732 23.3327 8 23.9595 8 24.7327V25.9327C8 26.7059 7.3732 27.3327 6.6 27.3327H5.4C4.6268 27.3327 4 26.7059 4 25.9327V24.7327ZM10.6667 15.9993C10.6667 15.263 11.2636 14.666 12 14.666H26.6667C27.403 14.666 28 15.263 28 15.9993C28 16.7357 27.403 17.3327 26.6667 17.3327H12C11.2636 17.3327 10.6667 16.7357 10.6667 15.9993ZM10.6667 25.3327C10.6667 24.5963 11.2636 23.9993 12 23.9993H26.6667C27.403 23.9993 28 24.5963 28 25.3327C28 26.0691 27.403 26.666 26.6667 26.666H12C11.2636 26.666 10.6667 26.0691 10.6667 25.3327Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-view-list.active,
body .rdc-icon-view-list-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6667 6.66602C10.6667 5.92964 11.2636 5.33268 12 5.33268H26.6667C27.403 5.33268 28 5.92964 28 6.66602C28 7.4024 27.403 7.99935 26.6667 7.99935H12C11.2636 7.99935 10.6667 7.4024 10.6667 6.66602ZM4 6.06602C4 5.29282 4.6268 4.66602 5.4 4.66602H6.6C7.3732 4.66602 8 5.29282 8 6.06602V7.26602C8 8.03921 7.3732 8.66602 6.6 8.66602H5.4C4.6268 8.66602 4 8.03921 4 7.26602V6.06602ZM4 15.3993C4 14.6262 4.6268 13.9993 5.4 13.9993H6.6C7.3732 13.9993 8 14.6262 8 15.3993V16.5993C8 17.3725 7.3732 17.9993 6.6 17.9993H5.4C4.6268 17.9993 4 17.3725 4 16.5993V15.3993ZM4 24.7327C4 23.9595 4.6268 23.3327 5.4 23.3327H6.6C7.3732 23.3327 8 23.9595 8 24.7327V25.9327C8 26.7059 7.3732 27.3327 6.6 27.3327H5.4C4.6268 27.3327 4 26.7059 4 25.9327V24.7327ZM10.6667 15.9993C10.6667 15.263 11.2636 14.666 12 14.666H26.6667C27.403 14.666 28 15.263 28 15.9993C28 16.7357 27.403 17.3327 26.6667 17.3327H12C11.2636 17.3327 10.6667 16.7357 10.6667 15.9993ZM10.6667 25.3327C10.6667 24.5963 11.2636 23.9993 12 23.9993H26.6667C27.403 23.9993 28 24.5963 28 25.3327C28 26.0691 27.403 26.666 26.6667 26.666H12C11.2636 26.666 10.6667 26.0691 10.6667 25.3327Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-address{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 7.05L12.45 3L20.55 7.05L29.059 3.40365C29.1618 3.35962 29.2738 3.34178 29.3851 3.35173C29.4964 3.36169 29.6035 3.39912 29.6968 3.46068C29.7901 3.52224 29.8666 3.60599 29.9195 3.70443C29.9725 3.80286 30.0001 3.91289 30 4.02465V25.95L20.55 30L12.45 25.95L3.94095 29.5964C3.83823 29.6404 3.72619 29.6582 3.61488 29.6483C3.50357 29.6383 3.39647 29.6009 3.30319 29.5393C3.20992 29.4778 3.13339 29.394 3.08047 29.2956C3.02755 29.1971 2.9999 29.0871 3 28.9753V7.05ZM21.9 26.4833L27.3 24.1693V7.09455L21.9 9.40845V26.4833ZM19.2 26.3064V9.3936L13.8 6.6936V23.6064L19.2 26.3064ZM11.1 23.5916V6.51675L5.7 8.83065V25.9054L11.1 23.5916Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-timer{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 30C9.04395 30 3 23.9561 3 16.5C3 9.04395 9.04395 3 16.5 3C23.9561 3 30 9.04395 30 16.5C30 23.9561 23.9561 30 16.5 30ZM16.5 27.3C19.3643 27.3 22.1114 26.1621 24.1368 24.1368C26.1621 22.1114 27.3 19.3643 27.3 16.5C27.3 13.6357 26.1621 10.8886 24.1368 8.86325C22.1114 6.83785 19.3643 5.7 16.5 5.7C13.6357 5.7 10.8886 6.83785 8.86325 8.86325C6.83785 10.8886 5.7 13.6357 5.7 16.5C5.7 19.3643 6.83785 22.1114 8.86325 24.1368C10.8886 26.1621 13.6357 27.3 16.5 27.3ZM17.85 16.5H23.25V19.2H15.15V9.75H17.85V16.5Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-shipping-express {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21 16.35H15.83L19.35 7H13.3L10 18.55H14.73L12.2 29L21 16.35Z' fill='%23BF360C'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-size-guide{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2914 19.1402L7.43744 21.9951L11.0049 25.5626L24.5631 12.0044L20.9957 8.43592L18.8552 10.5774L20.2822 12.0044L18.8552 13.4313L17.4272 12.0044L15.2868 14.1448L17.4272 16.2863L16.0003 17.7132L13.8608 15.5728L11.7193 17.7122L13.1473 19.1402L11.7193 20.5672L10.2914 19.1402ZM21.7091 6.29547L26.7045 11.2909C26.8937 11.4801 27 11.7368 27 12.0044C27 12.2719 26.8937 12.5286 26.7045 12.7178L11.7183 27.704C11.5291 27.8932 11.2725 27.9995 11.0049 27.9995C10.7373 27.9995 10.4806 27.8932 10.2914 27.704L5.29598 22.7086C5.20215 22.6149 5.12771 22.5036 5.07693 22.3811C5.02614 22.2586 5 22.1273 5 21.9946C5 21.862 5.02614 21.7307 5.07693 21.6082C5.12771 21.4857 5.20215 21.3744 5.29598 21.2807L20.2822 6.29547C20.4714 6.10628 20.7281 6 20.9957 6C21.2632 6 21.5199 6.10628 21.7091 6.29547Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-box-disabled{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.8996 29L3 4.10042L4.10042 3L29 27.8996L27.8996 29Z' fill='%23DC4112'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-gift{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.8182 3.00467C20.7118 3.0047 21.5897 3.23813 22.3636 3.68151C23.1375 4.1249 23.7801 4.76261 24.2269 5.53055C24.6737 6.2985 24.909 7.16961 24.909 8.05635C24.909 8.94309 24.6737 9.81421 24.2269 10.5821H30V13.108H27.4545V25.7371C27.4545 26.072 27.3205 26.3933 27.0818 26.6301C26.8431 26.8669 26.5194 27 26.1818 27H5.81818C5.48063 27 5.15691 26.8669 4.91823 26.6301C4.67955 26.3933 4.54545 26.072 4.54545 25.7371V13.108H2V10.5821H7.77182C7.13888 9.49698 6.93524 8.21704 7.20049 6.99117C7.46575 5.7653 8.18095 4.68112 9.20703 3.94943C10.2331 3.21774 11.4967 2.89082 12.7522 3.03225C14.0077 3.17368 15.1653 3.77335 16 4.71466C16.4766 4.17607 17.0637 3.74485 17.722 3.44993C18.3803 3.155 19.0946 3.00319 19.8169 3.00467M14.726 13.108H7.08964V24.4742H14.726V13.108ZM24.9078 13.108H17.2715V24.4742H24.9078V13.108ZM12.1805 5.5305C11.523 5.53204 10.8916 5.78599 10.4186 6.23915C9.94555 6.69232 9.66758 7.30954 9.64291 7.96152C9.61823 8.6135 9.84876 9.24967 10.2862 9.73677C10.7237 10.2239 11.3341 10.5241 11.9896 10.5746L12.1805 10.5821H14.726V8.05632C14.726 7.45273 14.5082 6.86908 14.112 6.41107C13.7158 5.95307 13.1674 5.65099 12.5662 5.55954L12.3702 5.53681L12.1805 5.5305ZM19.8169 5.5305C19.1747 5.53029 18.5562 5.77096 18.0853 6.20426C17.6144 6.63755 17.326 7.23144 17.2778 7.86688L17.2715 8.05632V10.5821H19.8169C20.4589 10.582 21.0771 10.3412 21.5477 9.90796C22.0183 9.47469 22.3066 8.88098 22.3547 8.24576L22.3624 8.05632C22.3624 7.38643 22.0942 6.74398 21.6168 6.27029C21.1395 5.79661 20.492 5.5305 19.8169 5.5305Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-filter{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 24H18.6667V21.3333H13.3333V24ZM4 8V10.6667H28V8H4ZM8 17.3333H24V14.6667H8V17.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-order{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 24H18.6667V21.3333H13.3333V24ZM4 8V10.6667H28V8H4ZM8 17.3333H24V14.6667H8V17.3333Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-info-size {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 8.05882C16.5304 8.05882 17.0391 7.84501 17.4142 7.46442C17.7893 7.08383 18 6.56765 18 6.02941C18 5.49118 17.7893 4.97499 17.4142 4.5944C17.0391 4.21381 16.5304 4 16 4C15.4696 4 14.9609 4.21381 14.5858 4.5944C14.2107 4.97499 14 5.49118 14 6.02941C14 6.56765 14.2107 7.08383 14.5858 7.46442C14.9609 7.84501 15.4696 8.05882 16 8.05882ZM12 13.4706H14.6667V24.2941H12V27H20V24.2941H17.3333V10.7647H12V13.4706Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-return-2,
body .rdc-icon-svg.rdc-icon-return2 {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.7218 25H25V22.5H16.2281V9.785L21.1779 14.7225L22.9499 12.955L14.9749 5L7 12.955L8.77193 14.7225L13.7218 9.785V25Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-return-1,
body .rdc-icon-svg.rdc-icon-return1 {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.7218 25H25V22.5H16.2281V9.785L21.1779 14.7225L22.9499 12.955L14.9749 5L7 12.955L8.77193 14.7225L13.7218 9.785V25Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-edit {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.66667 25.329H8.552L20.9707 12.8901L19.0853 11.0017L6.66667 23.4406V25.329ZM28 28H4V22.3335L21.9133 4.39102C22.1634 4.14065 22.5024 4 22.856 4C23.2096 4 23.5486 4.14065 23.7987 4.39102L27.5707 8.16915C27.8206 8.41959 27.9611 8.75922 27.9611 9.11335C27.9611 9.46748 27.8206 9.8071 27.5707 10.0575L12.324 25.329H28V28ZM20.9707 9.11335L22.856 11.0017L24.7413 9.11335L22.856 7.22495L20.9707 9.11335Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-navigation-left {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M29 17.8356V15.1644H7.9764L13.1114 9.88859L11.2732 8L3 16.5L11.2732 25L13.1114 23.1114L7.9764 17.8356H29Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-navigation-right {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 17.8356V15.1644H24.0236L18.8886 9.88859L20.7268 8L29 16.5L20.7268 25L18.8886 23.1114L24.0236 17.8356H3Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-360 {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0296 3C20.2576 3.00005 24.0138 5.01043 26.3939 8.1244V4.95474H29V12.7537H21.1826V10.1544H24.5913L24.6237 10.1182C24.317 9.67229 23.9761 9.24839 23.6007 8.85279C22.2961 7.4779 20.6401 6.48412 18.8113 5.97924C16.9823 5.47431 15.0496 5.47742 13.2221 5.98781C11.3948 6.49817 9.74172 7.49682 8.44124 8.87564C7.14071 10.2546 6.24141 11.9623 5.84181 13.8134C5.44235 15.6642 5.55687 17.5889 6.17294 19.3796C6.78918 21.1705 7.88433 22.7598 9.33921 23.9756L19.0174 14.319C19.2616 14.076 19.5924 13.9391 19.9373 13.9391C20.2298 13.9391 20.5118 14.0382 20.7399 14.2162L25.2526 18.7026L25.9005 19.3491V19.3472L27.9093 21.3448C25.8664 25.8586 21.316 28.9999 16.0296 29C8.83375 29 3.00009 23.1802 3 16.0005C3 8.82066 8.8337 3 16.0296 3ZM11.5865 25.4123C12.9763 26.0647 14.4937 26.4015 16.0296 26.4007C17.738 26.4013 19.4205 25.9825 20.9288 25.1819C22.4371 24.3813 23.7249 23.2226 24.6791 21.8085L19.9383 17.0792L11.5865 25.4123Z' fill='%23333333'/%3e%3cpath d='M12.1209 10.8009C12.8119 10.8009 13.4749 11.0741 13.9636 11.5616C14.4522 12.0492 14.727 12.7107 14.727 13.4002C14.727 14.0897 14.4522 14.7512 13.9636 15.2388C13.4749 15.7263 12.8119 16.0004 12.1209 16.0005C11.4298 16.0005 10.7669 15.7264 10.2782 15.2388C9.78953 14.7512 9.51479 14.0897 9.51479 13.4002C9.51483 12.7107 9.78956 12.0492 10.2782 11.5616C10.7669 11.0741 11.4299 10.8009 12.1209 10.8009Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-store-locator {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28.65 17.3333V26.6667C28.65 27.0203 28.5078 27.3594 28.2546 27.6095C28.0014 27.8595 27.658 28 27.3 28H5.7C5.34196 28 4.99858 27.8595 4.74541 27.6095C4.49223 27.3594 4.35 27.0203 4.35 26.6667V17.3333H3V14.6667L4.35 8H28.65L30 14.6667V17.3333H28.65ZM7.05 17.3333V25.3333H25.95V17.3333H7.05ZM5.754 14.6667H27.246L26.436 10.6667H6.564L5.754 14.6667ZM8.4 18.6667H19.2V22.6667H8.4V18.6667ZM4.35 4H28.65V6.66667H4.35V4Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-direction {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 30C9.04395 30 3 23.9561 3 16.5C3 9.04395 9.04395 3 16.5 3C23.9561 3 30 9.04395 30 16.5C30 23.9561 23.9561 30 16.5 30ZM16.5 27.3C19.3643 27.3 22.1114 26.1621 24.1368 24.1368C26.1621 22.1114 27.3 19.3643 27.3 16.5C27.3 13.6357 26.1621 10.8886 24.1368 8.86325C22.1114 6.83785 19.3643 5.7 16.5 5.7C13.6357 5.7 10.8886 6.83785 8.86325 8.86325C6.83785 10.8886 5.7 13.6357 5.7 16.5C5.7 19.3643 6.83785 22.1114 8.86325 24.1368C10.8886 26.1621 13.6357 27.3 16.5 27.3ZM9.75 15.825L21.9 11.1L17.175 23.2527L15.15 17.85L9.75 15.825Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-qrcode {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.3333 22.6667V21.3333H17.3333V17.3333H21.3333V20H24V22.6667H22.6667V25.3333H20V28H17.3333V24H20V22.6667H21.3333ZM28 28H22.6667V25.3333H25.3333V22.6667H28V28ZM4 4H14.6667V14.6667H4V4ZM6.66667 6.66667V12H12V6.66667H6.66667ZM17.3333 4H28V14.6667H17.3333V4ZM20 6.66667V12H25.3333V6.66667H20ZM4 17.3333H14.6667V28H4V17.3333ZM6.66667 20V25.3333H12V20H6.66667ZM24 17.3333H28V20H24V17.3333ZM8 8H10.6667V10.6667H8V8ZM8 21.3333H10.6667V24H8V21.3333ZM21.3333 8H24V10.6667H21.3333V8Z' fill='%23333333'/%3e%3cpath d='M21.3333 22.6667V21.3333H17.3333V17.3333H21.3333V20H24V22.6667H22.6667V25.3333H20V28H17.3333V24H20V22.6667H21.3333ZM28 28H22.6667V25.3333H25.3333V22.6667H28V28ZM4 4H14.6667V14.6667H4V4ZM6.66667 6.66667V12H12V6.66667H6.66667ZM17.3333 4H28V14.6667H17.3333V4ZM20 6.66667V12H25.3333V6.66667H20ZM4 17.3333H14.6667V28H4V17.3333ZM6.66667 20V25.3333H12V20H6.66667ZM24 17.3333H28V20H24V17.3333ZM8 8H10.6667V10.6667H8V8ZM8 21.3333H10.6667V24H8V21.3333ZM21.3333 8H24V10.6667H21.3333V8Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-stockalert { mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.16363 1.96875C9.08863 2.32961 9.08863 2.70164 9.16363 3.0625H2.71067L6.91465 6.70578L9.72602 4.23391C9.96322 4.52211 10.2595 4.76219 10.5963 4.93664L6.92077 8.16922L2.42614 4.27437V10.7187H11.3352V5.19531C11.7026 5.26897 12.0814 5.26897 12.4489 5.19531V11.2656C12.4489 11.4107 12.3902 11.5498 12.2858 11.6523C12.1813 11.7549 12.0397 11.8125 11.892 11.8125H1.86932C1.72164 11.8125 1.58001 11.7549 1.47559 11.6523C1.37116 11.5498 1.3125 11.4107 1.3125 11.2656V2.51562C1.3125 2.37058 1.37116 2.23148 1.47559 2.12893C1.58001 2.02637 1.72164 1.96875 1.86932 1.96875H9.16363ZM11.892 0.875C12.1114 0.875 12.3286 0.917436 12.5313 0.999885C12.734 1.08233 12.9181 1.20318 13.0732 1.35553C13.2283 1.50787 13.3514 1.68874 13.4353 1.88778C13.5193 2.08683 13.5625 2.30017 13.5625 2.51562C13.5625 2.73107 13.5193 2.94441 13.4353 3.14346C13.3514 3.34251 13.2283 3.52338 13.0732 3.67572C12.9181 3.82807 12.734 3.94891 12.5313 4.03136C12.3286 4.11381 12.1114 4.15625 11.892 4.15625C11.449 4.15625 11.0241 3.9834 10.7109 3.67572C10.3976 3.36804 10.2216 2.95075 10.2216 2.51562C10.2216 2.0805 10.3976 1.6632 10.7109 1.35553C11.0241 1.04785 11.449 0.875 11.892 0.875Z' fill='%23666666'/%3e%3c/svg%3e "); }

/* icons 'background-image' */
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 24.7258L6.7295 30L8.79968 19.4089L1 12.0774L11.5507 10.8056L16 1L20.4493 10.8056L31 12.0774L23.2003 19.4089L25.2705 30L16 24.7258Z' fill='url(%23paint0_linear_16_3874)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_16_3874' x1='16' y1='15.5234' x2='16.0484' y2='15.5234' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23666666'/%3e%3cstop offset='1' stop-color='%23CCCCCC'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25.7121 16.5498L12.0049 25.8893C11.9075 25.9555 11.7944 25.9935 11.6775 25.9992C11.5607 26.005 11.4445 25.9782 11.3414 25.9218C11.2383 25.8653 11.1521 25.7814 11.092 25.6788C11.0318 25.5763 11.0001 25.459 11 25.3395V6.66053C11.0001 6.54099 11.0318 6.4237 11.092 6.32117C11.1521 6.21863 11.2383 6.13467 11.3414 6.07825C11.4445 6.02183 11.5607 5.99504 11.6775 6.00076C11.7944 6.00647 11.9075 6.04446 12.0049 6.11069L25.7121 15.4502C25.8007 15.5105 25.8733 15.5923 25.9235 15.6882C25.9737 15.7841 26 15.8912 26 16C26 16.1088 25.9737 16.2159 25.9235 16.3118C25.8733 16.4077 25.8007 16.4895 25.7121 16.5498Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 4H10.6667V28H8V4ZM21.3333 4H24V28H21.3333V4Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-sound {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.1765 9.99108L12.5805 13.7766H7.70588V19.2234H12.5805L17.1765 23.0089V9.99108ZM11.6145 21.9468H6.35294C5.99412 21.9468 5.64999 21.8033 5.39627 21.548C5.14254 21.2926 5 20.9462 5 20.5851V12.4149C5 12.0538 5.14254 11.7074 5.39627 11.452C5.64999 11.1967 5.99412 11.0532 6.35294 11.0532H11.6145L18.777 5.15433C18.8761 5.07255 18.9962 5.02079 19.1234 5.00508C19.2506 4.98936 19.3797 5.01033 19.4955 5.06554C19.6113 5.12076 19.7091 5.20794 19.7776 5.31696C19.8461 5.42597 19.8824 5.55232 19.8824 5.6813V27.3187C19.8824 27.4477 19.8461 27.574 19.7776 27.683C19.7091 27.7921 19.6113 27.8792 19.4955 27.9345C19.3797 27.9897 19.2506 28.0106 19.1234 27.9949C18.9962 27.9792 18.8761 27.9274 18.777 27.8457L11.6145 21.9468ZM25.1088 22.7516L23.1849 20.8152C23.8412 20.3064 24.3726 19.6527 24.7383 18.9046C25.104 18.1564 25.2941 17.3338 25.2941 16.5C25.2941 14.5528 24.2794 12.8438 22.7506 11.8811L24.6975 9.92163C25.7223 10.6803 26.5553 11.6711 27.1291 12.814C27.7028 13.9568 28.0012 15.2196 28 16.5C28 19.0082 26.8771 21.2523 25.1088 22.7516Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-nosound {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1569 9.99108L8.56832 13.7766H3.70152V19.2234H8.56832L13.1569 23.0089V9.99108ZM7.60388 21.9468H2.35076C1.99252 21.9468 1.64895 21.8033 1.39563 21.548C1.14231 21.2926 1 20.9462 1 20.5851V12.4149C1 12.0538 1.14231 11.7074 1.39563 11.452C1.64895 11.1967 1.99252 11.0532 2.35076 11.0532H7.60388L14.7548 5.15433C14.8538 5.07255 14.9737 5.02079 15.1007 5.00508C15.2277 4.98936 15.3565 5.01033 15.4721 5.06554C15.5878 5.12076 15.6854 5.20794 15.7538 5.31696C15.8222 5.42597 15.8585 5.55232 15.8584 5.6813V27.3187C15.8585 27.4477 15.8222 27.574 15.7538 27.683C15.6854 27.7921 15.5878 27.8792 15.4721 27.9345C15.3565 27.9897 15.2277 28.0106 15.1007 27.9949C14.9737 27.9792 14.8538 27.9274 14.7548 27.8457L7.60388 21.9468ZM27.2237 16.5L32 21.315L30.0887 23.2404L25.3137 18.4254L20.5374 23.2404L18.6275 21.315L23.4037 16.5L18.6275 11.6864L20.5374 9.75959L25.3137 14.5746L30.0887 9.75959L32 11.6864L27.2237 16.5Z' fill='%23333333'/%3e%3c/svg%3e ");}

/* SVG icons cursor Ex: {cursor: url("data:image/svg+xml,%3Csvg ... "), default;} */
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25.2531 23.0257L32 29.771L29.771 32L23.0257 25.2531C20.5159 27.2651 17.3941 28.3594 14.1774 28.3548C6.35148 28.3548 0 22.0033 0 14.1774C0 6.35148 6.35148 0 14.1774 0C22.0033 0 28.3548 6.35148 28.3548 14.1774C28.3594 17.3941 27.2651 20.5159 25.2531 23.0257ZM22.0931 21.8568C24.0919 19.8007 25.2083 17.045 25.2043 14.1774C25.2043 8.08585 20.269 3.15054 14.1774 3.15054C8.08585 3.15054 3.15054 8.08585 3.15054 14.1774C3.15054 20.269 8.08585 25.2043 14.1774 25.2043C17.045 25.2083 19.8007 24.0919 21.8568 22.0931L22.0931 21.8568Z' fill='%23999999'/%3e%3c/svg%3e ");}


/* Mobile (Portrait) */
@media screen and (max-width: 767px) {}

/* Mobile (Landscape), Tablet (Portrait) */
@media screen and (min-width: 768px) and (max-width: 991px) {}

/* Tablet (Landscape) */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* Desktop */
@media screen and (min-width: 1200px) {} 


/* Banner Homepage */
.home-slider .home-slider-title.secondary-subtitle{
	font-family: var(--base-fontfamily);
	font-weight: 500;
	font-size: 20px;
	line-height: 170%;
	color: var(--color-white);
	background-color: var(--color-theme);
	min-height:  42px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	padding: 0px 18px 0;
}
body .home .home-slider .description .content .button { margin-top: 40px; }
body .home .home-slider .slick-arrow.slick-prev {
	left: 50%;
	transform: translateX(-100%);
	bottom: 24px;
	top: unset;
	width: 32px;
	height: 32px;
}

body .home .home-slider .slick-arrow.slick-next {
	right: 50%;
	transform: translateX(100%);
	bottom: 34px;
	top: unset;
	width: 32px;
	height: 32px;
}
@media screen and (max-width: 767px) {
	.home-slider .home-slider-title.secondary-subtitle{
		font-family: var(--base-fontfamily);
		font-weight: 500;
		font-size: 18px;
		line-height: 160%;
		color: var(--color-white);
		background-color: var(--color-theme);
		min-height:  37px;
		padding: 0px 14px 0;
	}
	body .home .home-slider .description .content .button { margin-top: 25px; }
	body .home .home-slider .slick-arrow.slick-prev { bottom: 20px;	}

	body .home .home-slider .slick-arrow.slick-next { bottom: 30px;	}
}


/* Custom geral para o price no site inteiro */

.rdc-tooltip-box .rdc-tooltip-box-icon { mask-position: center 0px;background-color: var(--color-darkgray); }

@media screen and (max-width: 1199px) {
	.rdc-tooltip-box .rdc-tooltip-box-icon { mask-size: 16px;width: 16px;height: 16px; }
}
.price .old,
.priceh .old {}

/*.price .discount,
.priceh .discount { display: none; }*/

.price .old ~ .current,
.priceh .old ~ .current { color: var(--color-error); }


.price .old + .discount + .current,
.priceh .old + .discount + .current { color: var(--color-black); }