/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #000000;
	--color-theme: #C0878B;
	--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: #333;
	--color-help: #72767C;
	--color-helplight: #F5F5F5;
	--color-error: #EE3934;
	--color-errorlight: #FFF0EC;
	--color-success: #1EA74E;
	--color-successlight: #E7FAF3;
	--color-warning: #F0A92D;
	--color-warninglight: #FFF5E1;
	--color-info: #007BC3;
	--color-infolight: #E9F5FC;
	--color-buttoncart: #A2696D;
	--color-buttoncart-hover: #C0878B;
	--color-background-pink: #F8F5F5;

	--base-fontfamily: "Poppins", -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
    --container-width: 1680px; /* (2560px | 1920px | 1680px | 1440px) */
	--container-width-FH: 1920px; /* (2560px | 1920px | 1680px | 1440px) */
	--container-padding: 40px;
	--container-padding-n: -40px;
	--row-padding: 14px;
	--row-padding-n: -14px;
	--productlist-padding: 40px;
	--productdetail-padding: 0px;
	--color-featuredmenu: #ED1C24;
	--mobile-popup-max-height: calc(var(--window-inner-height, 100vh) - max(30px, env(safe-area-inset-top)) - 10px);
	--mobile-popup-radius: 10px;

	--input-border-radius: 0px;
	--button-border-radius: 2px;
	--button-circle-size: 32px;
	--button-circle-icon-size: 22px;
	--button-hover-opacity: 0.5;

	/* Spacing */
	--sp-ex-small: 20px;
	--sp-small: 30px;
	--sp-medium: 60px;
	--sp-large: 100px;
}

@media screen and (max-width: 767px) {
	:root {
		/* Spacing */
		--sp-ex-small: 15px;
		--sp-small: 25px;
		--sp-medium: 50px;
		--sp-large: 80px;
	}
}

@media screen and (max-width: 1199px) {
	:root {
		--container-padding: 14px;
		--container-padding-n: -14px;
		--productlist-padding: 14px;
		--productdetail-padding: 14px;
	}
}

#header .container,
#footer .container { max-width: calc(var(--container-width-FH) + var(--container-padding, 40px) * 2); }
@media screen and (width: 1920px) {
    body.windows #header .container, 
	body.windows #footer .container {
        max-width: calc(1920px - var(--container-scrollbar-width, 16px));
        width: calc(var(--container-width-FH, 1680px) + var(--container-padding, 40px) * 2) !important;
    }
}

/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--base-fontfamily);
	font-weight: 400;
	font-size: 14px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: currentColor;
	text-decoration: underline;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 160%;
	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: 14px;
	color: var(--color-darkgray);
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 600;
	font-size: 52px;
	line-height: 130%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 400;
	font-size: 44px;
	line-height: 140%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 600;
	font-size: 34px;
	line-height: 140%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	font-size: 15px;
	line-height: 130%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT */
	/* Brand */
		.brand-list-product,
		.rdc-product-item-brand {
			font-weight: 500;
			font-size: 13px;
			line-height: 140%;
			color: var(--color-theme);
		} 

	/* Name */
		.product-item .desc .name,
		.rdc-product-item-name {
			font-weight: 500;
			font-size: 13px;
			line-height: 140%;
			text-transform: capitalize;
		}

	/* Ref */
		.rdc-product-item-ref {
			color: var(--color-black);
			font-size: 14px;
		}

	/* Price */
		.price {
			display: inline-flex;
			flex-direction: row;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 2px 8px;
			flex-wrap: wrap;
			line-height: 130%;
			font-size: 14px;
		}

		/* Price Old */
		.price .old {
			order: 3;
			font-weight: 400;
			color: var(--color-black);
			text-decoration: line-through;
			margin-right: 0 !important;
		}

		/* Price Discount */
		.price .discount {
			order: 2;
			font-weight: 600;
			/* background: transparent; */ /* Required */
			color: #B05C68; /* Required */
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Price Current */
		.price .current {
			order: 1;
			font-weight: 600;
		}

	/* Price Horizontal */
		.priceh {
			display: inline-flex;
			flex-direction: row;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 2px 10px;
			flex-wrap: wrap;
			line-height: 100%;
			font-size: 14px;
		}

		/* Priceh Old */
		.priceh .old {
			order: 3;
			font-weight: 400;
			color: var(--color-black);
			text-decoration: line-through;
		}

		/* Priceh Discount */
		.priceh .discount {
			order: 2;
			font-weight: 600;
			/* background: transparent; */
			color: #B05C68;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Priceh Current */
		.priceh .current {
			order: 1;
			font-weight: 600;
		}

	/* Desde, Package Type, Value */
	.desde, .packageType, .value {
		font-weight: 400;
		font-size: 11px;
		line-height: 130%;
		color: var(--color-darkgray);
		text-transform: capitalize;
	}

	.price .desde, .priceh .desde {
		margin-right: -4px;
		order: 0;
	}

	/* Promo Date */
	.rdc-promo-date {
		font-weight: 400;
		font-size: 11px; /* Required font-size */
		color: var(--color-darkgray);
	}

	/* Promoção ultimos 30 dias */
	.rdc-promo-30days {
		font-weight: 400;
		font-size: 11px;
		color: var(--color-darkgray);
	}

/* PRODUCT DETAIL */
	/* Brand */
		.rdc-product-brand {
			font-weight: 500;
			font-size: 14px;
			line-height: 160%;
		} 

	/* Name */
		.rdc-product-name {
			font-weight: 500;
			font-size: 28px;
			line-height: 120%;
		}

	/* price */	
	.rdc-product-price {
		grid-gap: 2px 12px;
	}
@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 32px;
		line-height: 140%;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title {
		font-size: 30px;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
		font-size: 26px;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 20px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 20px;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		line-height: 140%;
	}

	/* SIGNATURE */
	.signature {
		font-size: 14px;
	}

	/* PRODUCT */
	/* Brand */
	.brand-list-product,
	.rdc-product-item-brand {
		
	} 

	/* Name */
	.product-item .desc .name,
	.rdc-product-item-name {
		
	}

	/* Price */
	.price {
		grid-gap: 2px 6px;
	}

	.price .current, .price .discount, .price .old {
		font-size: 12px;
	}

	/* Price Desde, Type, packageType */
	.price .desde, .price .type, .price .packageType, .price .date {
		font-size: 11px;
	}

	/* Promo Date */
	.price .date,
	.rdc-promo-date {
		font-size: 11px;
	}

	/* Price Horizontal */
	.priceh .old, .priceh .discount, .priceh .current {
		font-size: 12px;
	}

	/* Promoï¿½ï¿½o ultimos 30 dias */
	.rdc-promo-30days {
		font-size: 11px;
	}

	/* PRODUCT DETAIL */
	/* Brand */
		.rdc-product-brand {
			
		} 
	/* Name */
		.rdc-product-name {
			font-size: 20px;
			line-height: 160%;
		} 
}

/* ==========================================================================
   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: 13px;
	} 

	/* Name */
	.rdc-product-item-small .product-item .desc .name,
	.rdc-product-item-small .rdc-product-item-name {
		font-size: 13px;
	}

	/* Price */
	.rdc-product-item-small .price {
		grid-gap: 2px 6px;
	}

	.rdc-product-item-small .price p {
		font-size: 12px;
	}

	/* 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: 11px;
	}

	/* Promo Date */
	.rdc-product-item-small .price .date,
	.rdc-product-item-small .rdc-promo-date {
		font-size: 11px;
	}

	/* Price Horizontal */
	.rdc-product-item-small .priceh .old,
	.rdc-product-item-small .priceh .discount,
	.rdc-product-item-small .priceh .current {
		font-size: 12px;
	}

	/* Promoção ultimos 30 dias */
	.rdc-product-item-small .rdc-promo-30days {
		font-size: 11px;
	}
}


/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-weight: 500;
		font-size: 13px;
		line-height: 10px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 0 30px;
		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: 42px;
		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-dark) !important;
		background: var(--color-dark) !important;
		border-color: var(--color-dark) !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-darkgray);
		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-darkgray);
		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-darkgray);
		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-darkgray);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		display: inline; /* Required */
		color: var(--color-black);
		font-weight: 600;
		font-size: 13px;
		line-height: 130%;
		text-decoration: none !important;
		padding-bottom: 3px;
		border: 0;
		background: transparent;
		text-transform: uppercase;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 1px 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;
		border-color: transparent;
		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;
		border-color: transparent;
		color: var(--color-darkgray);
	} 

/* Button Card */
	/* Normal */
	.button-card {
		transition: border-color 0.15s,
		box-shadow 0.15s;
		border-radius: var(--button-border-radius);
		border-color: var(--color-gray);
	}

	/* Normal hover e active */
	@media (hover: hover) {
		.button-card:not(.disabled):not(.esgotado):not(.active):hover {
			border-color: var(--color-darkgray);
		}
	}

	/* Active */
	.button-card.active {
		box-shadow: 0px 0px 0px 2px var(--color-theme);
		border-color: var(--color-black);
	}

	/* 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: 600;
		font-size: 13px;
		line-height: 10px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 0 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 220px;
		min-height: 42px; /* 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 {
    min-height: 19px;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    padding: 1px 7px 1px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 4px;
}

article.product-item .flags .flag { border-radius: 0 4px 4px 0; }
body.MacOS article.product-item .flags .flag { padding-top: 2px; }

.blog .flags .flag {
	min-height: 22px;
    padding: 1px 10px;
    line-height: normal;
    color: var(--color-white);
    background: var(--color-theme);
    border-radius: 0 4px 4px 0;
	text-transform: unset;
}

.blog .flags.flagsStatic .flag {
    color: var(--color-black);
    background: none;
    border: 0;
}

/*.flags .flag.rdc-flag-last-units {
    color: var(--color-theme) !important;
    background-color: var(--color-background) !important;
    border-color: var(--color-background) !important;
}

.flags .flag.rdc-flag-sold-out {
    color: var(--color-darkgray) !important;
    background-color: var(--color-background) !important;
    border-color: var(--color-background) !important;
}*/

/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-lines); 
}

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;
	padding-top: 10px;/*13px na maquete mas fica melhor a 10px*/
	padding-bottom: 10px;/*13px na maquete mas fica melhor a 10px*/
}






/*
 *
 * Tabs
 *
*/
.tabs-container .tabs:not(.rdc-fixed-styles) li {
	margin: 0;
}

.tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	/* background-color: var(--color-white); */
	/* border-radius: var(--button-border-radius); */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	/*min-width: 140px;*/
	user-select: none;
}

@media (hover: hover) {
	.tabs-container .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
		color: var(--color-theme);
		border-bottom: 1px solid var(--color-theme);
	}
}

.tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-theme);
	border-bottom: 1px solid var(--color-theme);
	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 .tabs:not(.rdc-fixed-styles) {
		/* margin: 0 var(--container-padding-n); */
	}

	.tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		/* margin-left: var(--container-padding); */
	}

	.tabs-container .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: 163%; padding-bottom: 0;}

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-bottom: 1px solid var(--color-lines);
	border-top: none;
	border-right: 0;
	border-left: 0;
	min-height: 42px;
	background-color: transparent;
	color: currentColor; /* Required */
	border-radius: var(--input-border-radius);
}

input[type=file] {
	padding: 8px 15px;
}

.rdc-selectQtd { border-top-width: 0;border-right-width: 0;border-left-width: 0; }

/* @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-bottom: 1px solid 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-lines);} */

@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 {
        border-bottom: 1px solid var(--color-gray);
    }

	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: 1px solid var(--color-lines);
    }

    /*.magic-radio:checked:not(:disabled):hover, */
    .magic-radio:checked:not(:disabled):hover::before {
        opacity: 0.5;
    }

    /*.magic-checkbox:checked:not(:disabled):hover ,*/
    /*.magic-checkbox:checked:not(:disabled):hover::before {
        opacity: 0.5;
    }*/
}

body .magic-radio,
body .magic-checkbox {
    --magic-width: 22px;
    min-width: var(--magic-width);
    --magic-height: 22px;
}

body .magic-checkbox + span{
	border-radius: var(--input-border-radius);
}

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-bottom: 1px solid 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: transparent !important;
    border-bottom: 1px solid var(--color-lines)!important;
    -webkit-text-fill-color: var(--color-lightgray);
    cursor: default;
}
/*-webkit-opacity: ;*/

input[type=text].filled:not(:focus), input[type=number].filled:not(:focus), input[type=email].filled:not(:focus), input[type=password].filled:not(:focus), input[type=tel].filled:not(:focus), input[type=file].filled:not(:focus), input[type=date].filled:not(:focus), textarea.filled:not(:focus), .select.filled {
    border-bottom: 1px solid var(--color-gray);
}


/* Select */
div.select {
	position: relative;
	z-index: 0;
	display: block;
	border-bottom: 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;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.99539 11C7.88971 11 7.7925 10.9823 7.70377 10.9469C7.61439 10.9116 7.52729 10.8501 7.44248 10.7627L3.14737 6.36911C3.05603 6.27565 3.0071 6.16084 3.00058 6.02467C2.99405 5.88849 3.04298 5.76701 3.14737 5.6602C3.25175 5.5534 3.36723 5.5 3.49379 5.5C3.62036 5.5 3.73584 5.5534 3.84022 5.6602L7.99539 9.91161L12.1506 5.6602C12.2419 5.56675 12.3541 5.51669 12.4872 5.51001C12.6203 5.50334 12.739 5.5534 12.8434 5.6602C12.9478 5.76701 13 5.88516 13 6.01465C13 6.14415 12.9478 6.2623 12.8434 6.36911L8.54831 10.7627C8.4635 10.8501 8.3764 10.9116 8.28702 10.9469C8.19829 10.9823 8.10108 11 7.99539 11Z' fill='%23333333'/%3e%3c/svg%3e ");
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.99539 11C7.88971 11 7.7925 10.9823 7.70377 10.9469C7.61439 10.9116 7.52729 10.8501 7.44248 10.7627L3.14737 6.36911C3.05603 6.27565 3.0071 6.16084 3.00058 6.02467C2.99405 5.88849 3.04298 5.76701 3.14737 5.6602C3.25175 5.5534 3.36723 5.5 3.49379 5.5C3.62036 5.5 3.73584 5.5534 3.84022 5.6602L7.99539 9.91161L12.1506 5.6602C12.2419 5.56675 12.3541 5.51669 12.4872 5.51001C12.6203 5.50334 12.739 5.5534 12.8434 5.6602C12.9478 5.76701 13 5.88516 13 6.01465C13 6.14415 12.9478 6.2623 12.8434 6.36911L8.54831 10.7627C8.4635 10.8501 8.3764 10.9116 8.28702 10.9469C8.19829 10.9823 8.10108 11 7.99539 11Z' fill='%23333333'/%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: transparent;
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	/*opacity: 0.3;*/
	background-color: var(--color-lightgray);
}

div.select:has(select:focus){
	border-bottom: 1px solid var(--color-darkgray) !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.3351 11.6308L4.39681 8.64672C4.28694 8.53514 4.15195 8.47536 3.99185 8.46739C3.83175 8.45942 3.68892 8.5192 3.56335 8.64672C3.43778 8.77425 3.375 8.91532 3.375 9.06994C3.375 9.22457 3.43778 9.36564 3.56335 9.49316L6.66998 12.647C6.8599 12.8407 7.08161 12.9375 7.3351 12.9375C7.58859 12.9375 7.81029 12.8407 8.00021 12.647L14.4477 6.09904C14.5576 5.98745 14.6165 5.85037 14.6243 5.68777C14.6322 5.52518 14.5733 5.38052 14.4477 5.25379C14.3222 5.12707 14.1833 5.0633 14.031 5.06251C13.8787 5.06171 13.7402 5.12547 13.6154 5.25379L7.3351 11.6308Z' fill='%23333333'/%3e%3c/svg%3e ");
	--magic-width: 18px;
}

.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-black);
}

.magic-radio:checked:not(:disabled):before {
	background-color: var(--color-black);
}

.magic-radio:disabled:checked::before {
	background-color: var(--color-gray);
}

.magic-radio:disabled:checked {
	border-color: var(--color-lines);
}

.magic-radio:disabled {
	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);} 

body #header-search-input::-webkit-input-placeholder, ::-webkit-input-placeholder {color: var(--color-darkgray);font-weight: 400;}
body #header-search-input::-moz-placeholder, ::-moz-placeholder {color: var(--color-darkgray);font-weight: 400;}
body #header-search-input::-ms-input-placeholder, :-ms-input-placeholder {color: var(--color-darkgray);font-weight: 400;}
body #header-search-input::-moz-placeholder, :-moz-placeholder {color: var(--color-darkgray);font-weight: 400;}
body #header-search-input::-webkit-input-placeholder, body #header-search-input::-moz-placeholder, body #header-search-input::-ms-input-placeholder, body #header-search-input::-moz-placeholder {font-weight: 400;}



/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error {
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 18px;
	line-height: 160%;
	border-radius: var(--input-border-radius);
	border: 1px solid;
	padding: 5px 8px 4px 35px;
}

.form-message .help {
	background-color: var(--color-helplight);
	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='M9.01925 12.5956C9.17142 12.5956 9.29975 12.5434 9.40425 12.4389C9.50875 12.3344 9.561 12.206 9.561 12.0539C9.561 11.9017 9.50829 11.7734 9.40287 11.6689C9.29837 11.5644 9.17004 11.5121 9.01787 11.5121C8.86571 11.5121 8.73737 11.5646 8.63287 11.6696C8.52837 11.7745 8.47635 11.9029 8.47681 12.0546C8.47681 12.2067 8.52906 12.3351 8.63356 12.4396C8.73898 12.5441 8.86754 12.5963 9.01925 12.5963M9.00206 15.1875C8.14681 15.1875 7.34244 15.0252 6.58894 14.7007C5.8359 14.3758 5.18071 13.9349 4.62337 13.378C4.06604 12.8211 3.6249 12.1666 3.29994 11.4145C2.97498 10.6624 2.8125 9.85823 2.8125 9.00206C2.8125 8.1459 2.97498 7.34152 3.29994 6.58894C3.62444 5.8359 4.06467 5.18071 4.62062 4.62337C5.17658 4.06604 5.83131 3.6249 6.58481 3.29994C7.33831 2.97498 8.14269 2.8125 8.99794 2.8125C9.85319 2.8125 10.6576 2.97498 11.4111 3.29994C12.1641 3.62444 12.8193 4.0649 13.3766 4.62131C13.934 5.17773 14.3751 5.83246 14.7001 6.5855C15.025 7.33854 15.1875 8.14269 15.1875 8.99794C15.1875 9.85319 15.0252 10.6576 14.7007 11.4111C14.3762 12.1646 13.9353 12.8197 13.378 13.3766C12.8207 13.9335 12.1662 14.3746 11.4145 14.7001C10.6628 15.0255 9.85869 15.188 9.00206 15.1875ZM9 14.5C10.5354 14.5 11.8359 13.9672 12.9016 12.9016C13.9672 11.8359 14.5 10.5354 14.5 9C14.5 7.46458 13.9672 6.16406 12.9016 5.09844C11.8359 4.03281 10.5354 3.5 9 3.5C7.46458 3.5 6.16406 4.03281 5.09844 5.09844C4.03281 6.16406 3.5 7.46458 3.5 9C3.5 10.5354 4.03281 11.8359 5.09844 12.9016C6.16406 13.9672 7.46458 14.5 9 14.5ZM9.04262 6.07056C9.39096 6.07056 9.69071 6.1785 9.94187 6.39437C10.194 6.61025 10.32 6.88044 10.32 7.20494C10.32 7.45702 10.249 7.68481 10.1069 7.88831C9.96571 8.09181 9.80208 8.2795 9.616 8.45137C9.38042 8.66496 9.17302 8.89985 8.99381 9.15606C8.8146 9.41273 8.71171 9.69529 8.68512 10.0037C8.67642 10.0936 8.7046 10.1687 8.76969 10.2292C8.83385 10.2893 8.90948 10.3193 8.99656 10.3193C9.08869 10.3193 9.16637 10.2886 9.22962 10.2272C9.29242 10.1653 9.33229 10.0924 9.34925 10.0086C9.39508 9.7771 9.48721 9.57108 9.62562 9.3905C9.76358 9.21037 9.91529 9.03987 10.0807 8.879C10.3186 8.6425 10.5297 8.38469 10.7139 8.10556C10.8986 7.8269 10.991 7.51592 10.991 7.17262C10.991 6.668 10.7994 6.25137 10.4162 5.92275C10.0335 5.59458 9.58437 5.4305 9.06875 5.4305C8.6865 5.4305 8.3306 5.51987 8.00106 5.69862C7.67198 5.87737 7.40867 6.12487 7.21112 6.44112C7.16621 6.51721 7.15177 6.59581 7.16781 6.67694C7.18385 6.75806 7.22739 6.81971 7.29844 6.86188C7.38919 6.90954 7.48085 6.92054 7.57344 6.89487C7.66602 6.86921 7.7476 6.81604 7.81819 6.73537C7.97081 6.54562 8.15048 6.3875 8.35719 6.261C8.56344 6.13358 8.79192 6.07056 9.04262 6.07056Z' fill='%238B8D8F'/%3e%3c/svg%3e ");
	border-color: var(--color-help);
}

.form-message .success {
	background-color: var(--color-successlight);
	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='M8.01138 10.7133L6.29538 8.99725C6.23075 8.93308 6.15169 8.89871 6.05819 8.89413C5.96469 8.88954 5.8815 8.92392 5.80862 8.99725C5.73575 9.07058 5.69908 9.15171 5.69863 9.24063C5.69817 9.32954 5.73483 9.41067 5.80862 9.484L7.62225 11.2976C7.73317 11.409 7.86265 11.4647 8.01069 11.4647C8.15873 11.4647 8.28844 11.409 8.39981 11.2976L12.1653 7.53288C12.2294 7.46825 12.2638 7.38919 12.2684 7.29569C12.273 7.20219 12.2386 7.119 12.1653 7.04613C12.0919 6.97325 12.0108 6.93658 11.9219 6.93613C11.833 6.93567 11.7518 6.97233 11.6785 7.04613L8.01138 10.7133ZM9.00206 15.1875C8.14681 15.1875 7.34244 15.0253 6.58894 14.7008C5.8359 14.3758 5.18071 13.9349 4.62337 13.378C4.06604 12.8211 3.6249 12.1666 3.29994 11.4145C2.97498 10.6624 2.8125 9.85823 2.8125 9.00206C2.8125 8.1459 2.97498 7.34152 3.29994 6.58894C3.62444 5.8359 4.06467 5.18071 4.62063 4.62338C5.17658 4.06604 5.83131 3.6249 6.58481 3.29994C7.33831 2.97498 8.14269 2.8125 8.99794 2.8125C9.85319 2.8125 10.6576 2.97498 11.4111 3.29994C12.1641 3.62444 12.8193 4.0649 13.3766 4.62131C13.934 5.17773 14.3751 5.83246 14.7001 6.5855C15.025 7.33854 15.1875 8.14269 15.1875 8.99794C15.1875 9.85319 15.0252 10.6576 14.7008 11.4111C14.3763 12.1646 13.9353 12.8198 13.378 13.3766C12.8207 13.9335 12.1662 14.3746 11.4145 14.7001C10.6628 15.0255 9.85869 15.188 9.00206 15.1875ZM9 14.5C10.5354 14.5 11.8359 13.9672 12.9016 12.9016C13.9672 11.8359 14.5 10.5354 14.5 9C14.5 7.46458 13.9672 6.16406 12.9016 5.09844C11.8359 4.03281 10.5354 3.5 9 3.5C7.46458 3.5 6.16406 4.03281 5.09844 5.09844C4.03281 6.16406 3.5 7.46458 3.5 9C3.5 10.5354 4.03281 11.8359 5.09844 12.9016C6.16406 13.9672 7.46458 14.5 9 14.5Z' fill='%233F9C35'/%3e%3c/svg%3e ");
	border-color: var(--color-success);
}

.form-message .info {
	background-color: var(--color-infolight);
	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='M9 12.0938C9.09808 12.0938 9.1799 12.0608 9.24544 11.9948C9.31098 11.9288 9.34375 11.8472 9.34375 11.75V8.65625C9.34375 8.55863 9.31075 8.47704 9.24475 8.4115C9.17875 8.34596 9.09694 8.31296 8.99931 8.3125C8.90169 8.31204 8.8201 8.34504 8.75456 8.4115C8.68902 8.47796 8.65625 8.55954 8.65625 8.65625V11.75C8.65625 11.8476 8.68925 11.9292 8.75525 11.9948C8.82125 12.0603 8.90306 12.0933 9.00069 12.0938M9 7.33419C9.12008 7.33419 9.22069 7.29363 9.30181 7.2125C9.38294 7.13138 9.42327 7.031 9.42281 6.91138C9.42235 6.79175 9.38179 6.69115 9.30112 6.60956C9.22046 6.52798 9.12008 6.48742 9 6.48788C8.87992 6.48833 8.77954 6.5289 8.69888 6.60956C8.61821 6.69023 8.57765 6.79083 8.57719 6.91138C8.57673 7.03192 8.61729 7.13229 8.69888 7.2125C8.78046 7.29271 8.88083 7.33327 9 7.33419ZM9.00206 15.1875C8.14635 15.1875 7.34198 15.0253 6.58894 14.7008C5.8359 14.3758 5.18071 13.9349 4.62337 13.378C4.06604 12.8211 3.6249 12.1666 3.29994 11.4145C2.97498 10.6624 2.8125 9.85823 2.8125 9.00206C2.8125 8.1459 2.97498 7.34152 3.29994 6.58894C3.62444 5.8359 4.06467 5.18071 4.62063 4.62338C5.17658 4.06604 5.83131 3.6249 6.58481 3.29994C7.33831 2.97498 8.14269 2.8125 8.99794 2.8125C9.85319 2.8125 10.6576 2.97498 11.4111 3.29994C12.1641 3.62444 12.8193 4.0649 13.3766 4.62131C13.934 5.17773 14.3751 5.83246 14.7001 6.5855C15.025 7.33854 15.1875 8.14269 15.1875 8.99794C15.1875 9.85319 15.0252 10.6576 14.7008 11.4111C14.3763 12.1646 13.9353 12.8198 13.378 13.3766C12.8207 13.9335 12.1662 14.3746 11.4145 14.7001C10.6628 15.0255 9.85869 15.188 9.00206 15.1875ZM9 14.5C10.5354 14.5 11.8359 13.9672 12.9016 12.9016C13.9672 11.8359 14.5 10.5354 14.5 9C14.5 7.46458 13.9672 6.16406 12.9016 5.09844C11.8359 4.03281 10.5354 3.5 9 3.5C7.46458 3.5 6.16406 4.03281 5.09844 5.09844C4.03281 6.16406 3.5 7.46458 3.5 9C3.5 10.5354 4.03281 11.8359 5.09844 12.9016C6.16406 13.9672 7.46458 14.5 9 14.5Z' fill='%231890FF'/%3e%3c/svg%3e ");
	border-color: var(--color-info);
}

.form-message .warning {
	background-color: var(--color-warninglight);
	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='M9 12.0676C9.12008 12.0676 9.22069 12.0271 9.30181 11.9459C9.38248 11.8648 9.42281 11.7642 9.42281 11.6441C9.42281 11.5245 9.38225 11.4241 9.30112 11.343C9.22 11.2619 9.11963 11.2211 9 11.2206C8.88037 11.2202 8.78 11.2607 8.69888 11.3423C8.61775 11.4239 8.57719 11.5243 8.57719 11.6434C8.57719 11.7626 8.61775 11.8632 8.69888 11.9453C8.78 12.0273 8.88037 12.0685 9 12.0676ZM9 9.79269C9.09808 9.79269 9.1799 9.75969 9.24544 9.69369C9.31098 9.62769 9.34375 9.5461 9.34375 9.44894V6.01144C9.34375 5.91381 9.31075 5.83223 9.24475 5.76669C9.17875 5.70115 9.09694 5.66815 8.99931 5.66769C8.90169 5.66723 8.8201 5.70023 8.75456 5.76669C8.68902 5.83315 8.65625 5.91473 8.65625 6.01144V9.44894C8.65625 9.5461 8.68925 9.62769 8.75525 9.69369C8.82125 9.75969 8.90306 9.79269 9.00069 9.79269M9.00206 15.1875C8.14635 15.1875 7.34198 15.0253 6.58894 14.7008C5.8359 14.3758 5.18071 13.9349 4.62337 13.378C4.06604 12.8211 3.6249 12.1666 3.29994 11.4145C2.97498 10.6624 2.8125 9.85823 2.8125 9.00206C2.8125 8.1459 2.97498 7.34152 3.29994 6.58894C3.62444 5.8359 4.06467 5.18071 4.62063 4.62338C5.17658 4.06604 5.83131 3.6249 6.58481 3.29994C7.33831 2.97498 8.14269 2.8125 8.99794 2.8125C9.85319 2.8125 10.6576 2.97498 11.4111 3.29994C12.1641 3.62444 12.8193 4.0649 13.3766 4.62131C13.934 5.17773 14.3751 5.83246 14.7001 6.5855C15.025 7.33854 15.1875 8.14269 15.1875 8.99794C15.1875 9.85319 15.0252 10.6576 14.7008 11.4111C14.3763 12.1646 13.9353 12.8198 13.378 13.3766C12.8207 13.9335 12.1662 14.3746 11.4145 14.7001C10.6628 15.0255 9.85869 15.188 9.00206 15.1875ZM9 14.5C10.5354 14.5 11.8359 13.9672 12.9016 12.9016C13.9672 11.8359 14.5 10.5354 14.5 9C14.5 7.46458 13.9672 6.16406 12.9016 5.09844C11.8359 4.03281 10.5354 3.5 9 3.5C7.46458 3.5 6.16406 4.03281 5.09844 5.09844C4.03281 6.16406 3.5 7.46458 3.5 9C3.5 10.5354 4.03281 11.8359 5.09844 12.9016C6.16406 13.9672 7.46458 14.5 9 14.5Z' fill='%23FAAD14'/%3e%3c/svg%3e ");
	border-color: var(--color-warning);
}

.form-message .error {
	background-color: var(--color-errorlight);
	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='M9 9.48675L11.2316 11.7184C11.2958 11.7825 11.3746 11.8169 11.4681 11.8215C11.5616 11.8261 11.645 11.7917 11.7184 11.7184C11.7917 11.645 11.8284 11.5639 11.8284 11.475C11.8284 11.3861 11.7917 11.305 11.7184 11.2316L9.48675 9L11.7184 6.76838C11.7825 6.70421 11.8169 6.62538 11.8215 6.53188C11.8261 6.43838 11.7917 6.35496 11.7184 6.28163C11.645 6.20829 11.5639 6.17163 11.475 6.17163C11.3861 6.17163 11.305 6.20829 11.2316 6.28163L9 8.51325L6.76837 6.28163C6.70421 6.21746 6.62537 6.18308 6.53187 6.1785C6.43837 6.17392 6.35496 6.20829 6.28162 6.28163C6.20829 6.35496 6.17163 6.43608 6.17163 6.525C6.17163 6.61392 6.20829 6.69504 6.28162 6.76838L8.51325 9L6.28162 11.2316C6.21746 11.2958 6.18308 11.3749 6.1785 11.4688C6.17392 11.5619 6.20829 11.645 6.28162 11.7184C6.35496 11.7917 6.43608 11.8284 6.525 11.8284C6.61392 11.8284 6.69504 11.7917 6.76837 11.7184L9 9.48675ZM9.00206 15.1875C8.14635 15.1875 7.34198 15.0253 6.58894 14.7008C5.8359 14.3758 5.18071 13.9349 4.62337 13.378C4.06604 12.8211 3.6249 12.1666 3.29994 11.4145C2.97498 10.6624 2.8125 9.85823 2.8125 9.00206C2.8125 8.1459 2.97498 7.34152 3.29994 6.58894C3.62444 5.8359 4.06467 5.18071 4.62063 4.62338C5.17658 4.06604 5.83131 3.6249 6.58481 3.29994C7.33831 2.97498 8.14269 2.8125 8.99794 2.8125C9.85319 2.8125 10.6576 2.97498 11.4111 3.29994C12.1641 3.62444 12.8193 4.0649 13.3766 4.62131C13.934 5.17773 14.3751 5.83246 14.7001 6.5855C15.025 7.33854 15.1875 8.14269 15.1875 8.99794C15.1875 9.85319 15.0252 10.6576 14.7008 11.4111C14.3763 12.1646 13.9353 12.8198 13.378 13.3766C12.8207 13.9335 12.1662 14.3746 11.4145 14.7001C10.6628 15.0255 9.85869 15.188 9.00206 15.1875ZM9 14.5C10.5354 14.5 11.8359 13.9672 12.9016 12.9016C13.9672 11.8359 14.5 10.5354 14.5 9C14.5 7.46458 13.9672 6.16406 12.9016 5.09844C11.8359 4.03281 10.5354 3.5 9 3.5C7.46458 3.5 6.16406 4.03281 5.09844 5.09844C4.03281 6.16406 3.5 7.46458 3.5 9C3.5 10.5354 4.03281 11.8359 5.09844 12.9016C6.16406 13.9672 7.46458 14.5 9 14.5Z' fill='%23BA152C'/%3e%3c/svg%3e ");
	border-color: var(--color-error);
}

.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-color: #FFFFFFBF !important;
	background-position: center !important;
	background-size: 20px;
	width: 32px;
	height: 32px;
	box-shadow: 0px 0px 4px 0px #33333340;
}

.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: var(--button-hover-opacity);}
}

.slider .slick-arrow.slick-prev, .rdc-slider-prev {
	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 fill-rule='evenodd' clip-rule='evenodd' d='M13.345 22.751L7.3612 16.8272C7.12261 16.592 7 16.3126 7 15.9934C7 15.6742 7.12261 15.3949 7.3612 15.1597L13.345 9.2358C13.4951 9.08719 13.6766 9.00763 13.8851 9.00044C14.0998 8.99304 14.2923 9.07858 14.4593 9.24391L14.4604 9.24499C14.6197 9.4076 14.7076 9.59026 14.7098 9.79129C14.7119 9.99415 14.6229 10.1775 14.4593 10.3394L9.52925 15.219H24.2169C24.4361 15.219 24.6245 15.2925 24.7753 15.4407C24.9264 15.5892 25.001 15.776 25 15.9939C24.999 16.211 24.9246 16.3973 24.7757 16.5457C24.6265 16.6944 24.4382 16.7678 24.2183 16.7678H9.52925L14.4593 21.6474C14.6092 21.7957 14.6901 21.9741 14.6974 22.1788C14.7049 22.3886 14.6216 22.5773 14.4604 22.7418L14.4593 22.7429C14.2944 22.9062 14.1081 22.9968 13.9032 23C13.6973 23.0021 13.5104 22.9138 13.345 22.751Z' 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='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='M18.655 22.751L24.6388 16.8272C24.8774 16.592 25 16.3126 25 15.9934C25 15.6742 24.8774 15.3949 24.6388 15.1597L18.655 9.2358C18.5049 9.08719 18.3234 9.00763 18.1149 9.00044C17.9002 8.99304 17.7077 9.07858 17.5407 9.24391L17.5396 9.24499C17.3803 9.4076 17.2924 9.59026 17.2902 9.79129C17.2881 9.99415 17.3771 10.1775 17.5407 10.3394L22.4707 15.219H7.78306C7.56393 15.219 7.37551 15.2925 7.22475 15.4407C7.07364 15.5892 6.99898 15.776 7.00001 15.9939C7.00104 16.211 7.07539 16.3973 7.22426 16.5457C7.37348 16.6944 7.56179 16.7678 7.78169 16.7678H22.4707L17.5407 21.6474C17.3908 21.7957 17.3099 21.9741 17.3026 22.1788C17.2951 22.3886 17.3784 22.5773 17.5396 22.7418L17.5407 22.7429C17.7056 22.9062 17.8919 22.9968 18.0968 23C18.3027 23.0021 18.4896 22.9138 18.655 22.751Z' 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;}

/* DOTS */
.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    border: 1px solid var(--color-white) !important;
    background-color: var(--color-lightgray) !important;
    border-radius: 4px;
    width: 16px;
    height: 6px;
}

.slick-dots li.slick-active button {
	background-color: var(--color-theme) !important;
}


/*
 *
 * 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);
	}
}



/* 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='M23.125 3C25.8132 3 28 5.18677 28 7.875C28 10.5632 25.8132 12.75 23.125 12.75C21.2877 12.75 19.6863 11.7275 18.8555 10.2227L11.5137 14.5059C11.6659 14.9772 11.75 15.4787 11.75 16C11.75 16.5213 11.6658 17.0228 11.5137 17.4941L18.8555 21.7773C19.6863 20.2726 21.2878 19.25 23.125 19.25C25.8132 19.25 28 21.4368 28 24.125C28 26.8132 25.8132 29 23.125 29C20.4368 29 18.25 26.8132 18.25 24.125C18.25 23.8589 18.2771 23.5994 18.3184 23.3447L10.7588 18.9346C9.86794 20.1103 8.46062 20.875 6.875 20.875C4.18677 20.875 2 18.6882 2 16C2 13.3118 4.18677 11.125 6.875 11.125C8.46037 11.125 9.86694 11.8891 10.7578 13.0645L18.3184 8.6543C18.2772 8.3999 18.25 8.14085 18.25 7.875C18.25 5.18677 20.4368 3 23.125 3ZM23.125 20.875C21.3326 20.875 19.875 22.333 19.875 24.125C19.875 25.917 21.3326 27.375 23.125 27.375C24.9174 27.375 26.375 25.917 26.375 24.125C26.375 22.333 24.9174 20.875 23.125 20.875ZM6.875 12.75C5.08258 12.75 3.625 14.208 3.625 16C3.625 17.792 5.08258 19.25 6.875 19.25C8.66742 19.25 10.125 17.792 10.125 16C10.125 14.208 8.66742 12.75 6.875 12.75ZM23.125 4.625C21.3326 4.625 19.875 6.08298 19.875 7.875C19.875 9.66702 21.3326 11.125 23.125 11.125C24.9174 11.125 26.375 9.66702 26.375 7.875C26.375 6.08298 24.9174 4.625 23.125 4.625Z' 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='M24 23.2C24 23.6843 23.7556 24 23.2622 24H19.1111V17.9459H21.2222L21.5422 15.3514H19.1111V14.0022C19.1111 13.3103 19.3022 12.7568 20.3244 12.7568H21.7778V10.6941C21.3333 10.6638 20.6444 10.5989 19.7422 10.5989C17.8667 10.5989 16.4444 11.7146 16.4444 13.7643V15.3514H14.2222V17.9459H16.4444V24H8.74667C8.24889 24 8 23.6843 8 23.2V9.07676C8 8.59243 8.24889 8 8.74667 8H23.2622C23.7556 8 24 8.59243 24 9.07676V23.2Z' 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='M20.5752 8C22.4634 8 24 9.53646 24 11.4248V20.5752C24 22.4634 22.4634 24 20.5752 24H11.4248C9.53658 24 8 22.4634 8 20.5752V11.4248C8 9.53646 9.53658 8 11.4248 8H20.5752ZM11.4248 9.86816C10.5664 9.86816 9.86816 10.5665 9.86816 11.4248V20.5752C9.86816 21.4336 10.5664 22.1318 11.4248 22.1318H20.5752C21.4335 22.1318 22.1318 21.4336 22.1318 20.5752V11.4248C22.1318 10.5665 21.4335 9.86816 20.5752 9.86816H11.4248ZM16 11.5801C18.4371 11.5801 20.4199 13.563 20.4199 16C20.4199 18.437 18.4371 20.4199 16 20.4199C13.5629 20.4199 11.5801 18.437 11.5801 16C11.5801 13.563 13.5629 11.5801 16 11.5801ZM16 13.4482C14.5928 13.4482 13.4483 14.5928 13.4482 16C13.4482 17.4072 14.5928 18.5518 16 18.5518C17.4073 18.5517 18.5518 17.4072 18.5518 16C18.5517 14.5928 17.4073 13.4483 16 13.4482ZM20.5234 10.9229C20.9628 10.9229 21.3193 11.2793 21.3193 11.7188C21.3191 12.158 20.9626 12.5137 20.5234 12.5137C20.0843 12.5135 19.7287 12.1579 19.7285 11.7188C19.7285 11.2794 20.0841 10.923 20.5234 10.9229Z' 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='M12.0713 23H9.07812V13.2334H12.0713V23ZM19.5547 13.0117C21.5235 13.0117 23 14.35 23 17.2256V23H20.0078V17.5879C20.0078 16.3281 19.5733 15.4727 18.4912 15.4727C17.6649 15.4727 17.1742 16.0513 16.957 16.6084C16.877 16.8066 16.8565 17.0879 16.8564 17.3672V22.998H13.8623V16.3477C13.8623 15.1288 13.8242 14.1096 13.7842 13.2324H16.3838L16.5215 14.5889H16.5811C16.9751 13.952 17.9402 13.0119 19.5547 13.0117ZM10.5947 9C11.5598 9 12.1514 9.65868 12.1699 10.5156C12.1699 11.3554 11.56 12.035 10.5566 12.0352C9.61151 12.0352 9 11.3555 9 10.5156C9.0001 9.65868 9.62966 9 10.5947 9Z' 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='M17.0027 19.6017C16.0624 19.5272 15.6686 19.0443 14.9329 18.582C14.5284 20.7844 14.0338 22.8965 12.5685 24C12.1152 20.6688 13.231 18.1704 13.7499 15.5152C12.8662 13.9715 13.8553 10.8667 15.7205 11.6299C18.0147 12.5735 13.7331 17.3692 16.6073 17.9693C19.6082 18.5931 20.8339 12.5672 18.9732 10.6102C16.2837 7.78091 11.1474 10.5453 11.7794 14.5953C11.932 15.5849 12.9196 15.8857 12.1732 17.2521C10.4529 16.8563 9.93854 15.4487 10.0057 13.5725C10.111 10.501 12.6662 8.3493 15.2275 8.05323C18.468 7.67958 21.5086 9.2866 21.9298 12.45C22.4015 16.0187 20.466 19.8803 17.0027 19.6017Z' 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='M19.9986 22.235C19.4431 22.5181 18.9413 22.7139 18.4919 22.8298C18.0424 22.9413 17.5562 23 17.0346 23C16.441 23 15.9166 22.9172 15.4601 22.7561C15.0035 22.5949 14.6148 22.3645 14.2926 22.0649C13.9703 21.7682 13.747 21.4475 13.6226 21.1116C13.4982 20.7728 13.436 20.2849 13.436 19.6464V14.7343H12V12.7556C12.5074 12.5764 12.947 12.3204 13.3102 11.9846C13.6735 11.6518 13.9661 11.2528 14.1852 10.7844C14.4057 10.3176 14.5569 9.7198 14.6403 9H16.4876V12.5388H19.5689V14.7343H16.4876V18.3258C16.4876 19.1375 16.5272 19.6585 16.6078 19.8874C16.6869 20.1193 16.8353 20.3015 17.053 20.44C17.3413 20.6253 17.6707 20.7186 18.0382 20.7186C18.6968 20.7186 19.3498 20.4867 20 20.0244V22.235H19.9986Z' 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='M21.1761 8H23.9362L17.9061 14.7774L25 24H19.4456L15.0951 18.4066L10.1172 24H7.35544L13.8052 16.7508L7 8H12.6955L16.6279 13.1126L21.1761 8ZM20.2073 22.3754H21.7368L11.8644 9.53928H10.2232L20.2073 22.3754Z' 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='M22.9303 12.8802C22.1483 17.2089 17.7763 20.877 16.4632 21.7142C15.1485 22.5485 13.9477 21.3772 13.5136 20.491C13.0148 19.4786 11.5231 13.9995 11.1321 13.5438C10.7411 13.0895 9.56805 13.9995 9.56805 13.9995L9 13.2662C9 13.2662 11.3815 10.471 13.1934 10.1236C15.1146 9.75249 15.1115 13.0198 15.5734 14.8353C16.0213 16.5914 16.3215 17.5949 16.711 17.5949C17.102 17.5949 17.8486 16.6181 18.6645 15.1158C19.4835 13.6136 18.6307 12.2864 17.0312 13.2306C17.6701 9.46005 23.7123 8.55157 22.9303 12.8802Z' 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='M16 10C23.8624 10 24 10.6815 24 16C24 21.3185 23.8624 22 16 22C8.1376 22 8 21.3185 8 16C8 10.6815 8.1376 10 16 10ZM14.9717 14.1309C14.6581 13.9909 14.4005 14.1477 14.4004 14.4814V17.5186C14.4004 17.8524 14.6581 18.0091 14.9717 17.8691L18.5635 16.2568C18.8786 16.1153 18.8788 15.8847 18.5654 15.7432L14.9717 14.1309Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M25 15.7682C25 20.6108 21.0442 24.5364 16.1636 24.5364C14.6142 24.5364 13.1586 24.1404 11.8922 23.4454L7 25L8.595 20.2956C7.7904 18.9744 7.327 17.4248 7.327 15.7682C7.327 10.9256 11.2832 7 16.1636 7C21.0446 7 25 10.9256 25 15.7682ZM16.1646 8.39648C12.0678 8.39648 8.73535 11.7035 8.73535 15.7683C8.73535 17.3813 9.26115 18.8751 10.1506 20.0903L9.22235 22.8281L12.0774 21.9207C13.2504 22.6909 14.6556 23.1401 16.1648 23.1401C20.261 23.1401 23.594 19.8335 23.594 15.7687C23.594 11.7039 20.2612 8.39648 16.1646 8.39648ZM20.3281 17.5938C20.4796 17.6665 20.582 17.7156 20.626 17.7877C20.6798 17.8773 20.6798 18.3075 20.4998 18.8099C20.3186 19.3115 19.4342 19.7955 19.0374 19.8313C18.9694 19.8374 18.913 19.851 18.8552 19.8648C18.5756 19.9319 18.263 20.007 16.438 19.2941C14.4031 18.4988 13.0618 16.5247 12.7846 16.1168C12.7618 16.0833 12.7462 16.0603 12.738 16.0495L12.7377 16.049C12.6277 15.904 11.8536 14.8833 11.8536 13.8269C11.8536 12.8375 12.3434 12.3186 12.5689 12.0796C12.5844 12.0632 12.5987 12.0481 12.6114 12.0343C12.81 11.8193 13.0448 11.7655 13.1892 11.7655C13.2639 11.7655 13.3385 11.7703 13.4107 11.7749C13.4782 11.7793 13.5435 11.7835 13.6044 11.7835C13.6196 11.7835 13.6355 11.7825 13.6521 11.7814C13.7741 11.7735 13.9328 11.7633 14.0916 12.1419C14.1495 12.2798 14.2333 12.4822 14.3223 12.6971C14.511 13.1526 14.7229 13.6643 14.7596 13.7373C14.814 13.8451 14.8502 13.9705 14.7776 14.1139C14.7673 14.1345 14.7577 14.154 14.7486 14.1727C14.694 14.2839 14.6542 14.3649 14.5612 14.4725C14.5254 14.514 14.4883 14.5588 14.4512 14.6036C14.3764 14.6939 14.3015 14.7844 14.2362 14.8489C14.128 14.9559 14.015 15.0721 14.1412 15.2871C14.2676 15.5025 14.7024 16.2057 15.3462 16.7753C16.0388 17.388 16.6405 17.647 16.9452 17.7782C17.0045 17.8037 17.0526 17.8244 17.0878 17.8419C17.3046 17.9495 17.4308 17.9315 17.5572 17.7877C17.6838 17.6443 18.099 17.1605 18.2432 16.9453C18.3874 16.7303 18.5322 16.7663 18.7308 16.8379C18.9288 16.9093 19.994 17.4295 20.2108 17.5369C20.2527 17.5576 20.2918 17.5764 20.3281 17.5938Z' 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='M16 7.00195C20.864 6.90606 24.8889 10.7627 25 15.626C24.8889 20.4892 20.864 24.3459 16 24.25C15.0227 24.252 14.052 24.0998 13.124 23.7998L12.6641 23.6377L10.5742 24.9434C10.5146 24.9806 10.4453 25 10.375 25C10.2024 25 10.0573 24.8833 10.0137 24.7246L10 24.625V22.0449C8.1091 20.447 7.01271 18.1014 7 15.626C7.10806 10.8942 10.9212 7.11547 15.6074 7.00293L16 7.00195ZM21.9258 13.1514C21.8142 13.0018 21.6091 12.9566 21.4453 13.0459L17.5459 15.1719L15.1191 13.0918C14.9704 12.9644 14.7489 12.973 14.6104 13.1113L10.1104 17.6113C9.96435 17.7582 9.96441 17.9956 10.1113 18.1416C10.2287 18.2583 10.4091 18.2839 10.5547 18.2051L14.4551 16.0791L16.8828 18.1602C17.0316 18.2877 17.254 18.2791 17.3926 18.1406L21.8926 13.6406C22.0235 13.5083 22.0377 13.3001 21.9258 13.1514Z' 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='M7.09 24C6.49471 24 5.99776 23.8101 5.59918 23.4302C5.19973 23.0503 5 22.5773 5 22.0112V9.98754C5 9.42143 5.19973 8.94885 5.59918 8.5698C5.99863 8.19075 6.49557 8.00082 7.09 8H24.91C25.5053 8 26.0022 8.18993 26.4008 8.5698C26.8003 8.94885 27 9.42184 27 9.98877V22.0112C27 22.5773 26.8007 23.0503 26.4021 23.4302C26.0027 23.8092 25.5053 23.9988 24.91 23.9988L7.09 24ZM15.3801 17.1082L6.29412 10.6755V22.01C6.29412 22.2315 6.36874 22.4128 6.518 22.554C6.66725 22.6951 6.85792 22.766 7.09 22.7669H24.91C25.1421 22.7669 25.3327 22.6959 25.482 22.554C25.6313 22.412 25.7059 22.2307 25.7059 22.01V10.6755L16.6199 17.1058C16.4327 17.2387 16.226 17.3051 16 17.3051C15.774 17.3051 15.5673 17.2387 15.3801 17.1058M16 16.0511L25.4574 9.3722C25.4074 9.32462 25.3535 9.28893 25.2957 9.26513C25.237 9.24134 25.158 9.22944 25.0588 9.22944H6.94118C6.85835 9.22944 6.77553 9.24913 6.69271 9.28852C6.60988 9.3279 6.54345 9.37138 6.49341 9.41897L16 16.0511Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 7C13.6131 7 11.3239 7.94821 9.63604 9.63604C7.94821 11.3239 7 13.6131 7 16C7 18.3869 7.94821 20.6761 9.63604 22.364C11.3239 24.0518 13.6131 25 16 25C18.3869 25 20.6761 24.0518 22.364 22.364C24.0518 20.6761 25 18.3869 25 16C25 13.6131 24.0518 11.3239 22.364 9.63604C20.6761 7.94821 18.3869 7 16 7ZM20.1279 19.9807C20.0896 20.0437 20.0392 20.0985 19.9796 20.142C19.92 20.1855 19.8525 20.2168 19.7808 20.2342C19.709 20.2515 19.6346 20.2545 19.5618 20.243C19.4889 20.2315 19.419 20.2057 19.3561 20.1672C17.2424 18.876 14.5835 18.5843 11.4503 19.2997C11.3785 19.3161 11.3042 19.3182 11.2316 19.3058C11.159 19.2935 11.0896 19.267 11.0272 19.2278C10.9649 19.1887 10.9108 19.1376 10.8682 19.0776C10.8256 19.0175 10.7952 18.9497 10.7789 18.8779C10.7625 18.8061 10.7604 18.7318 10.7727 18.6592C10.785 18.5866 10.8115 18.5172 10.8507 18.4548C10.8899 18.3925 10.9409 18.3385 11.001 18.2959C11.061 18.2532 11.1289 18.2229 11.2006 18.2065C14.6285 17.4222 17.5695 17.7598 19.9414 19.2098C20.2054 19.3714 20.2886 19.7167 20.1279 19.9807ZM21.2278 17.5303C21.1305 17.6886 20.9744 17.8019 20.7936 17.8453C20.6129 17.8887 20.4224 17.8586 20.2638 17.7617C17.845 16.2745 14.157 15.8441 11.2953 16.7125C11.1212 16.7538 10.9379 16.7272 10.7828 16.638C10.6276 16.5489 10.5123 16.4039 10.4604 16.2327C10.4084 16.0614 10.4237 15.8768 10.5032 15.7165C10.5826 15.5561 10.7202 15.4321 10.8879 15.3697C14.157 14.3779 18.2199 14.859 20.9973 16.5652C21.076 16.6134 21.1444 16.6767 21.1986 16.7513C21.2528 16.826 21.2918 16.9106 21.3133 17.0003C21.3348 17.09 21.3384 17.1831 21.3239 17.2742C21.3094 17.3653 21.2771 17.4526 21.2288 17.5312M21.3244 14.9785C18.4226 13.256 13.6367 13.0972 10.8678 13.9389C10.7615 13.9728 10.6496 13.9852 10.5385 13.9755C10.4274 13.9657 10.3193 13.934 10.2206 13.8822C10.1219 13.8303 10.0344 13.7593 9.96335 13.6734C9.89228 13.5874 9.839 13.4882 9.80662 13.3814C9.77423 13.2747 9.76338 13.1626 9.7747 13.0517C9.78601 12.9407 9.81927 12.8331 9.87253 12.7351C9.92579 12.6371 9.998 12.5507 10.085 12.4808C10.1719 12.411 10.2719 12.3591 10.3791 12.3283C13.5573 11.3623 18.8425 11.5497 22.1814 13.5315C22.3734 13.6453 22.5123 13.8309 22.5676 14.0472C22.6228 14.2635 22.5899 14.4929 22.476 14.6849C22.3621 14.8769 22.1766 15.0158 21.9603 15.0711C21.744 15.1263 21.5146 15.0934 21.3225 14.9795' 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='M20.1071 10.5067C19.4968 9.813 19.1605 8.92216 19.1607 8H16.4018V19.0222C16.3805 19.6187 16.1276 20.1837 15.6962 20.5982C15.2649 21.0127 14.6888 21.2444 14.0893 21.2444C12.8214 21.2444 11.7679 20.2133 11.7679 18.9333C11.7679 17.4044 13.25 16.2578 14.7768 16.7289V13.92C11.6964 13.5111 9 15.8933 9 18.9333C9 21.8933 11.4643 24 14.0804 24C16.8839 24 19.1607 21.7333 19.1607 18.9333V13.3422C20.2795 14.1421 21.6226 14.5712 23 14.5689V11.8222C23 11.8222 21.3214 11.9022 20.1071 10.5067Z' 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='M21.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM15.3877 10.8574C15.5873 10.8574 15.7396 10.9247 15.8438 11.0586C15.9997 11.2461 16.0389 11.5496 15.9609 11.9688C15.9436 12.0223 15.9256 12.0583 15.9082 12.0762C15.9169 12.103 15.9219 12.139 15.9219 12.1836V12.585C15.9045 13.683 15.8434 14.5402 15.7393 15.1562C16.2167 16.6205 16.8507 17.683 17.6406 18.3438C17.9271 18.5759 18.2917 18.8259 18.7344 19.0938C19.2464 19.0313 19.7545 19 20.2578 19C21.5336 19 22.3021 19.2188 22.5625 19.6562C22.7013 19.8526 22.7093 20.0848 22.5879 20.3525C22.5879 20.3615 22.5839 20.371 22.5752 20.3799L22.5488 20.4062V20.4199C22.4967 20.7591 22.1889 20.9286 21.625 20.9287C21.2083 20.9287 20.7085 20.8397 20.127 20.6611C19.5454 20.4826 18.9814 20.2458 18.4346 19.9512C16.5162 20.1655 14.8145 20.5357 13.3301 21.0625C12.0022 23.4014 10.9522 24.5709 10.1797 24.5713C10.0495 24.5713 9.9273 24.54 9.81445 24.4775L9.50195 24.3174C9.49323 24.3084 9.46716 24.2857 9.42383 24.25C9.33728 24.1607 9.31111 24.0002 9.3457 23.7686C9.42382 23.4114 9.66727 23.0027 10.0752 22.543C10.4832 22.0831 11.0561 21.6518 11.7939 21.25C11.9154 21.1698 12.0157 21.1972 12.0938 21.3311C12.1107 21.3486 12.119 21.3662 12.1191 21.3838C12.5705 20.625 13.0353 19.7459 13.5127 18.7461C14.1029 17.5319 14.5547 16.3622 14.8672 15.2373C14.6589 14.5052 14.5261 13.7926 14.4697 13.1006C14.4133 12.4088 14.4419 11.8399 14.5547 11.3936C14.6502 11.0364 14.8325 10.8574 15.1016 10.8574H15.3877ZM11.9248 21.7324C11.4821 22.0896 11.102 22.4646 10.7852 22.8574C10.4683 23.2503 10.2535 23.5808 10.1406 23.8486C10.592 23.6343 11.187 22.9289 11.9248 21.7324ZM15.375 16.6299C15.1407 17.3976 14.7799 18.2767 14.2939 19.2676C14.0335 19.7676 13.8382 20.1388 13.708 20.3799C14.8799 19.8977 16.1128 19.536 17.4062 19.2949C17.3889 19.286 17.3318 19.2439 17.2363 19.168C17.1408 19.0921 17.0717 19.031 17.0283 18.9863C16.3688 18.3882 15.8176 17.6028 15.375 16.6299ZM20.2969 19.8438C20.9564 20.0937 21.4945 20.2187 21.9111 20.2188C22.0322 20.2188 22.1106 20.2149 22.1455 20.2061C22.1455 20.1971 22.1375 20.1829 22.1201 20.165C21.9117 19.9508 21.3037 19.8438 20.2969 19.8438ZM15.3232 11.5V11.5273C15.1932 11.9024 15.1841 12.4916 15.2969 13.2949C15.3056 13.2324 15.3366 13.0354 15.3887 12.7051C15.389 12.6766 15.4191 12.4849 15.4795 12.1299C15.4882 12.0942 15.5053 12.0581 15.5312 12.0225C15.5228 12.0137 15.5187 12.0048 15.5186 11.9961C15.5186 11.9872 15.5161 11.9801 15.5117 11.9756C15.5075 11.9711 15.5059 11.9638 15.5059 11.9551C15.4971 11.7589 15.44 11.5985 15.3359 11.4736C15.3359 11.4825 15.3318 11.4912 15.3232 11.5Z' 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='M21.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM15.1621 14.7529C15.2258 14.753 15.2536 14.7708 15.2715 14.8438L18.167 24.6689C18.1849 24.7415 18.1663 24.7881 18.0938 24.7881H16.582C16.5097 24.788 16.4633 24.7698 16.4453 24.71L15.6992 21.9688H12.7852L12.7842 21.9668L12.0645 24.6982C12.0465 24.7707 12.0197 24.79 11.9287 24.79H10.5918C10.5005 24.79 10.482 24.7626 10.5 24.6533L13.0859 15.5996C13.1487 15.3528 13.1789 15.0984 13.1768 14.8438C13.1769 14.7801 13.2048 14.7529 13.25 14.7529H15.1621ZM21.0527 17.3867C21.1249 17.3868 21.161 17.4137 21.1611 17.4951V24.6797C21.1611 24.7521 21.1436 24.7889 21.0527 24.7891H19.6416C19.5507 24.789 19.5235 24.744 19.5234 24.6709V17.4951H19.5127C19.5128 17.4229 19.5405 17.3868 19.6221 17.3867H21.0527ZM14.2148 16.2119C14.0236 17.2773 13.5406 19.0811 13.1582 20.4922H15.3154C15.0602 19.4775 14.4572 17.2773 14.2324 16.2119H14.2148ZM20.3418 14.5C20.5881 14.5 20.8248 14.5983 20.999 14.7725C21.173 14.9466 21.2705 15.1826 21.2705 15.4287C21.2795 15.5545 21.2614 15.6809 21.2168 15.7988C21.1721 15.9168 21.1018 16.024 21.0117 16.1123C20.9218 16.2004 20.8139 16.2682 20.6953 16.3105C20.5765 16.3529 20.4498 16.3688 20.3242 16.3574C20.2012 16.3651 20.078 16.3459 19.9629 16.3018C19.8479 16.2576 19.7434 16.1895 19.6572 16.1016C19.5709 16.0134 19.5047 15.9071 19.4629 15.791C19.4212 15.675 19.4047 15.5515 19.415 15.4287H19.4131C19.4131 15.1824 19.5114 14.9466 19.6855 14.7725C19.8597 14.5983 20.0955 14.5001 20.3418 14.5Z' 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='M21.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM15.1621 14.7529C15.2258 14.753 15.2536 14.7708 15.2715 14.8438L18.167 24.6689C18.1849 24.7415 18.1663 24.7881 18.0938 24.7881H16.582C16.5097 24.788 16.4633 24.7698 16.4453 24.71L15.6992 21.9688H12.7852L12.7842 21.9668L12.0645 24.6982C12.0465 24.7707 12.0197 24.79 11.9287 24.79H10.5918C10.5005 24.79 10.482 24.7626 10.5 24.6533L13.0859 15.5996C13.1487 15.3528 13.1789 15.0984 13.1768 14.8438C13.1769 14.7801 13.2048 14.7529 13.25 14.7529H15.1621ZM21.0527 17.3867C21.1249 17.3868 21.161 17.4137 21.1611 17.4951V24.6797C21.1611 24.7521 21.1436 24.7889 21.0527 24.7891H19.6416C19.5507 24.789 19.5235 24.744 19.5234 24.6709V17.4951H19.5127C19.5128 17.4229 19.5405 17.3868 19.6221 17.3867H21.0527ZM14.2148 16.2119C14.0236 17.2773 13.5406 19.0811 13.1582 20.4922H15.3154C15.0602 19.4775 14.4572 17.2773 14.2324 16.2119H14.2148ZM20.3418 14.5C20.5881 14.5 20.8248 14.5983 20.999 14.7725C21.173 14.9466 21.2705 15.1826 21.2705 15.4287C21.2795 15.5545 21.2614 15.6809 21.2168 15.7988C21.1721 15.9168 21.1018 16.024 21.0117 16.1123C20.9218 16.2004 20.8139 16.2682 20.6953 16.3105C20.5765 16.3529 20.4498 16.3688 20.3242 16.3574C20.2012 16.3651 20.078 16.3459 19.9629 16.3018C19.8479 16.2576 19.7434 16.1895 19.6572 16.1016C19.5709 16.0134 19.5047 15.9071 19.4629 15.791C19.4212 15.675 19.4047 15.5515 19.415 15.4287H19.4131C19.4131 15.1824 19.5114 14.9466 19.6855 14.7725C19.8597 14.5983 20.0955 14.5001 20.3418 14.5Z' 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='M21.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM15.1787 23H13.7031L16.8936 14H18.2969L15.1787 23ZM13.4033 17.4521L10.3867 18.5713L13.4033 19.6865L13.0801 20.8438L9 19.1738V17.9961L13.0801 16.3027L13.4033 17.4521ZM23 17.9961V19.1738L18.9199 20.8438L18.5967 19.6865L21.6133 18.5713L18.5967 17.4521L18.9199 16.3027L23 17.9961Z' 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='M21.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM15.4268 15.7188H14.4375L15.8174 17.8486C15.9128 17.9557 15.987 18.0581 16.0391 18.1562C16.0738 18.2098 16.0958 18.2543 16.1045 18.29H16.1299L16.1562 18.25C16.1823 18.2143 16.2214 18.1541 16.2734 18.0693C16.3254 17.9847 16.3686 17.911 16.4033 17.8486L17.7451 15.7188H16.7812V14.2861H20.4141V15.7188H19.542L17.0029 19.4951L19.5029 23.1514H20.3877V24.5713H16.5986V23.1514H17.5889L16.1953 20.9951C16.1693 20.9595 16.1407 20.9219 16.1104 20.8818C16.08 20.8417 16.0539 20.8057 16.0322 20.7744C16.0106 20.7432 15.991 20.7095 15.9736 20.6738C15.939 20.6204 15.9178 20.5757 15.9092 20.54H15.8828C15.8741 20.54 15.8586 20.558 15.8369 20.5938C15.8152 20.6295 15.7826 20.6897 15.7393 20.7744C15.6959 20.8591 15.6527 20.9327 15.6094 20.9951L14.2686 23.1514H15.2451V24.5713H11.5859V23.1514H12.4717L14.9971 19.3613L12.5361 15.7188H11.6514V14.2861H15.4268V15.7188Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M10.0627 16.9632C10.5488 17.4632 11.1391 17.7132 11.8335 17.7132C12.5279 17.7132 13.1182 17.4632 13.6043 16.9632C14.0904 16.4632 14.3335 15.856 14.3335 15.1417C14.3335 14.4275 14.0904 13.8203 13.6043 13.3203C13.1182 12.8203 12.5279 12.5703 11.8335 12.5703C11.1391 12.5703 10.5488 12.8203 10.0627 13.3203C9.57655 13.8203 9.3335 14.4275 9.3335 15.1417C9.3335 15.856 9.57655 16.4632 10.0627 16.9632ZM22.6668 24.5702V20.2845L18.5002 15.9988L13.5002 21.1416L11.8335 19.4274L9.3335 21.9988V24.5702H22.6668Z' fill='%23333333'/%3e%3cpath d='M5 28.22V3.78C5 3.57313 5.08692 3.37474 5.24164 3.22846C5.39635 3.08218 5.6062 3 5.825 3H21.8465C22.0652 3.00018 22.2749 3.08248 22.4295 3.2288L26.758 7.3212C26.835 7.39387 26.896 7.48021 26.9375 7.57525C26.979 7.6703 27.0003 7.77217 27 7.875V28.22C27 28.3224 26.9787 28.4239 26.9372 28.5185C26.8957 28.6131 26.835 28.6991 26.7584 28.7715C26.6818 28.844 26.5908 28.9014 26.4907 28.9406C26.3906 28.9798 26.2833 29 26.175 29H5.825C5.71666 29 5.60938 28.9798 5.50929 28.9406C5.40919 28.9014 5.31825 28.844 5.24164 28.7715C5.16503 28.6991 5.10426 28.6131 5.0628 28.5185C5.02134 28.4239 5 28.3224 5 28.22V28.22Z' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21 7.24988V3.44178C21.0002 3.35436 21.0262 3.26895 21.0748 3.19632C21.1234 3.12368 21.1925 3.06708 21.2732 3.03364C21.354 3.00021 21.4428 2.99145 21.5285 3.00846C21.6142 3.02547 21.693 3.0675 21.7549 3.12923L25.869 7.24488C25.9314 7.30653 25.9739 7.38536 25.9913 7.47131C26.0086 7.55727 26 7.64644 25.9665 7.72746C25.9329 7.80848 25.876 7.87768 25.803 7.92622C25.73 7.97476 25.6442 8.00044 25.5566 7.99999H21.7499C21.551 7.99999 21.3603 7.92096 21.2196 7.78029C21.079 7.63962 21 7.44882 21 7.24988Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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 fill-rule='evenodd' clip-rule='evenodd' d='M21.9373 17.9632C21.4512 18.4632 20.8609 18.7132 20.1665 18.7132C19.4721 18.7132 18.8818 18.4632 18.3957 17.9632C17.9096 17.4632 17.6665 16.856 17.6665 16.1417C17.6665 15.4275 17.9096 14.8203 18.3957 14.3203C18.8818 13.8203 19.4721 13.5703 20.1665 13.5703C20.8609 13.5703 21.4512 13.8203 21.9373 14.3203C22.4234 14.8203 22.6665 15.4275 22.6665 16.1417C22.6665 16.856 22.4234 17.4632 21.9373 17.9632ZM9.33317 25.5705V21.2847L13.4998 16.999L18.4998 22.1419L20.1665 20.4276L22.6665 22.999V25.5705H9.33317Z' fill='%23333333'/%3e%3cpath d='M5 28.22V3.78C5 3.57313 5.08692 3.37474 5.24164 3.22846C5.39635 3.08218 5.6062 3 5.825 3H21.8465C22.0652 3.00018 22.2749 3.08248 22.4295 3.2288L26.758 7.3212C26.835 7.39387 26.896 7.48021 26.9375 7.57525C26.979 7.6703 27.0003 7.77217 27 7.875V28.22C27 28.3224 26.9787 28.4239 26.9372 28.5185C26.8957 28.6131 26.835 28.6991 26.7584 28.7715C26.6818 28.844 26.5908 28.9014 26.4907 28.9406C26.3906 28.9798 26.2833 29 26.175 29H5.825C5.71666 29 5.60938 28.9798 5.50929 28.9406C5.40919 28.9014 5.31825 28.844 5.24164 28.7715C5.16503 28.6991 5.10426 28.6131 5.0628 28.5185C5.02134 28.4239 5 28.3224 5 28.22V28.22Z' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21 7.24988V3.44178C21.0002 3.35436 21.0262 3.26895 21.0748 3.19632C21.1234 3.12368 21.1925 3.06708 21.2732 3.03364C21.354 3.00021 21.4428 2.99145 21.5285 3.00846C21.6142 3.02547 21.693 3.0675 21.7549 3.12923L25.869 7.24488C25.9314 7.30653 25.9739 7.38536 25.9913 7.47131C26.0086 7.55727 26 7.64644 25.9665 7.72746C25.9329 7.80848 25.876 7.87768 25.803 7.92622C25.73 7.97476 25.6442 8.00044 25.5566 7.99999H21.7499C21.551 7.99999 21.3603 7.92096 21.2196 7.78029C21.079 7.63962 21 7.44882 21 7.24988Z' fill='%23333333' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='M21.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM12.9404 15.7188H11.7686L13.0576 21.585C13.101 21.7635 13.1311 21.9691 13.1484 22.2012L13.1748 22.4824H13.2266L13.2793 22.2012C13.288 22.1476 13.3025 22.0513 13.3242 21.9131C13.3459 21.7748 13.3655 21.6653 13.3828 21.585L15.2578 14.2861H16.7422L18.6172 21.585C18.6345 21.6653 18.6566 21.7771 18.6826 21.9199C18.7086 22.0626 18.7257 22.1566 18.7344 22.2012L18.7734 22.4824H18.8262L18.8516 22.2012C18.8689 21.9691 18.9 21.7635 18.9434 21.585L20.2324 15.7188H19.0605V14.2861H22.9668V15.7188H22.0547L19.9199 24.5713H17.8496L16.1826 18.0762C16.1566 17.9958 16.133 17.8793 16.1113 17.7275C16.0897 17.5761 16.0741 17.487 16.0654 17.46L16.0264 17.1387H15.9746C15.9746 17.2101 15.9656 17.3173 15.9482 17.46C15.9222 17.692 15.8791 17.8977 15.8184 18.0762L14.1514 24.5713H12.0811L9.94531 15.7188H9.03418V14.2861H12.9404V15.7188Z' 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.998 2.25684C22.3485 2.28991 22.6837 2.43717 22.9443 2.68359L27.2734 6.77637H27.2725C27.4212 6.91683 27.5422 7.086 27.625 7.27539C27.7074 7.46417 27.7503 7.66807 27.75 7.875V28.2197C27.75 28.4267 27.7067 28.6307 27.624 28.8193C27.5414 29.0079 27.4215 29.1764 27.2734 29.3164C27.1256 29.4562 26.9524 29.5651 26.7646 29.6387C26.5767 29.7123 26.376 29.75 26.1748 29.75H5.8252C5.62403 29.75 5.42329 29.7123 5.23535 29.6387C5.04757 29.5651 4.87442 29.4562 4.72656 29.3164C4.57848 29.1764 4.45859 29.0079 4.37598 28.8193C4.29333 28.6307 4.25 28.4267 4.25 28.2197V3.78027C4.25 3.36049 4.42695 2.96686 4.72656 2.68359C5.02474 2.4017 5.42065 2.25 5.8252 2.25H21.8467L21.998 2.25684ZM5.8252 3.75C5.79215 3.75 5.76809 3.7628 5.75684 3.77344C5.75221 3.77782 5.75054 3.78111 5.75 3.78223V28.2178L5.75684 28.2266C5.76206 28.2315 5.771 28.2374 5.7832 28.2422C5.79538 28.2469 5.80983 28.25 5.8252 28.25H26.1748C26.1902 28.25 26.2046 28.2469 26.2168 28.2422C26.229 28.2374 26.2379 28.2315 26.2432 28.2266C26.2478 28.2222 26.2495 28.2189 26.25 28.2178V8.52539C26.2391 8.53318 26.2299 8.54335 26.2188 8.55078C26.0227 8.68114 25.792 8.74946 25.5566 8.74902V8.75H21.75C21.3522 8.75 20.9707 8.59182 20.6895 8.31055C20.4082 8.02923 20.25 7.64772 20.25 7.25V3.75H5.8252ZM15.1787 23H13.7031L16.8936 14H18.2969L15.1787 23ZM13.4033 17.4521L10.3867 18.5713L13.4033 19.6865L13.0801 20.8438L9 19.1738V17.9961L13.0801 16.3027L13.4033 17.4521ZM23 17.9961V19.1738L18.9199 20.8438L18.5967 19.6865L21.6133 18.5713L18.5967 17.4521L18.9199 16.3027L23 17.9961Z' 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='M17.1756 15.9819L23.8076 9.36761C23.9387 9.21497 24.0072 9.01864 23.9994 8.81784C23.9916 8.61704 23.9082 8.42655 23.7657 8.28446C23.6232 8.14237 23.4322 8.05912 23.2309 8.05137C23.0295 8.04361 22.8327 8.11191 22.6796 8.24262L16.0476 14.8569L9.41563 8.23464C9.26499 8.0844 9.06068 8 8.84763 8C8.63459 8 8.43028 8.0844 8.27963 8.23464C8.12899 8.38488 8.04436 8.58865 8.04436 8.80112C8.04436 9.0136 8.12899 9.21737 8.27963 9.36761L14.9196 15.9819L8.27963 22.5961C8.19589 22.6677 8.12787 22.7557 8.07985 22.8547C8.03184 22.9536 8.00485 23.0615 8.0006 23.1713C7.99634 23.2812 8.0149 23.3908 8.05512 23.4932C8.09534 23.5956 8.15635 23.6886 8.23431 23.7663C8.31228 23.8441 8.40552 23.9049 8.50818 23.945C8.61084 23.9851 8.7207 24.0036 8.83088 23.9994C8.94105 23.9952 9.04916 23.9682 9.14841 23.9204C9.24766 23.8725 9.33592 23.8046 9.40763 23.7211L16.0476 17.1069L22.6796 23.7211C22.8327 23.8518 23.0295 23.9201 23.2309 23.9124C23.4322 23.9046 23.6232 23.8214 23.7657 23.6793C23.9082 23.5372 23.9916 23.3467 23.9994 23.1459C24.0072 22.9451 23.9387 22.7488 23.8076 22.5961L17.1756 15.9819Z' 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='M25.7718 23.8004C25.1246 23.2185 24.558 22.5515 24.0872 21.8173C23.5733 20.8038 23.2653 19.697 23.1812 18.5618V15.2184C23.1857 13.4354 22.5443 11.7121 21.3777 10.3724C20.211 9.03263 18.5994 8.16861 16.8456 7.94265V7.06956C16.8456 6.82993 16.7512 6.60011 16.5832 6.43066C16.4152 6.26121 16.1873 6.16602 15.9497 6.16602C15.712 6.16602 15.4841 6.26121 15.3161 6.43066C15.1481 6.60011 15.0537 6.82993 15.0537 7.06956V7.95618C13.3156 8.19843 11.7235 9.06768 10.5722 10.4029C9.42086 11.7382 8.78841 13.449 8.79195 15.2184V18.5618C8.70789 19.697 8.39985 20.8038 7.88591 21.8173C7.42341 22.5499 6.8659 23.2168 6.22819 23.8004C6.1566 23.8638 6.09922 23.9419 6.05988 24.0294C6.02053 24.1169 6.00012 24.2119 6 24.308V25.2284C6 25.4079 6.07071 25.5801 6.19657 25.707C6.32244 25.8339 6.49314 25.9053 6.67114 25.9053H25.3289C25.5069 25.9053 25.6776 25.8339 25.8034 25.707C25.9293 25.5801 26 25.4079 26 25.2284V24.308C25.9999 24.2119 25.9795 24.1169 25.9401 24.0294C25.9008 23.9419 25.8434 23.8638 25.7718 23.8004ZM7.39597 24.5516C8.02041 23.9433 8.5702 23.2616 9.03356 22.5212C9.68095 21.2972 10.0587 19.9466 10.1409 18.5618V15.2184C10.1143 14.4252 10.2463 13.6347 10.5289 12.894C10.8115 12.1533 11.2391 11.4775 11.7861 10.9069C12.3331 10.3363 12.9883 9.88251 13.7129 9.5726C14.4374 9.26269 15.2164 9.10298 16.0034 9.10298C16.7904 9.10298 17.5693 9.26269 18.2938 9.5726C19.0184 9.88251 19.6736 10.3363 20.2206 10.9069C20.7676 11.4775 21.1952 12.1533 21.4778 12.894C21.7605 13.6347 21.8924 14.4252 21.8658 15.2184V18.5618C21.948 19.9466 22.3258 21.2972 22.9732 22.5212C23.4365 23.2616 23.9863 23.9433 24.6107 24.5516H7.39597Z' fill='%23333333'/%3e%3cpath d='M16.0338 28.1658C16.4565 28.156 16.8622 27.9957 17.1791 27.7133C17.496 27.4309 17.7036 27.0446 17.7653 26.6227H14.2351C14.2985 27.0561 14.5159 27.4514 14.8467 27.7353C15.1776 28.0192 15.5994 28.1721 16.0338 28.1658Z' 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.0342 22.3922C16.3047 22.3922 16.5329 22.2993 16.7187 22.1136C16.9044 21.9278 16.9973 21.6996 16.9973 21.4291C16.9973 21.1586 16.9036 20.9304 16.7162 20.7447C16.5304 20.5589 16.3023 20.466 16.0318 20.466C15.7613 20.466 15.5331 20.5593 15.3473 20.7459C15.1616 20.9325 15.0691 21.1606 15.0699 21.4303C15.0699 21.7009 15.1628 21.929 15.3486 22.1148C15.536 22.3006 15.7645 22.3934 16.0342 22.3934M16.0037 27C14.4832 27 13.0532 26.7116 11.7137 26.1347C10.3749 25.557 9.21015 24.7731 8.21933 23.7831C7.22852 22.7931 6.44426 21.6296 5.86656 20.2924C5.28885 18.9553 5 17.5257 5 16.0037C5 14.4816 5.28885 13.0516 5.86656 11.7137C6.44344 10.3749 7.22607 9.21015 8.21444 8.21933C9.20281 7.22852 10.3668 6.44426 11.7063 5.86656C13.0459 5.28885 14.4759 5 15.9963 5C17.5168 5 18.9468 5.28885 20.2863 5.86656C21.6251 6.44344 22.7898 7.22648 23.7807 8.21567C24.7715 9.20485 25.5557 10.3688 26.1334 11.7076C26.7111 13.0463 27 14.4759 27 15.9963C27 17.5168 26.7116 18.9468 26.1347 20.2863C25.5578 21.6259 24.7739 22.7907 23.7831 23.7807C22.7923 24.7707 21.6287 25.5549 20.2924 26.1334C18.9561 26.712 17.5266 27.0008 16.0037 27ZM16 25.7778C18.7296 25.7778 21.0417 24.8306 22.9361 22.9361C24.8306 21.0417 25.7778 18.7296 25.7778 16C25.7778 13.2704 24.8306 10.9583 22.9361 9.06389C21.0417 7.16944 18.7296 6.22222 16 6.22222C13.2704 6.22222 10.9583 7.16944 9.06389 9.06389C7.16944 10.9583 6.22222 13.2704 6.22222 16C6.22222 18.7296 7.16944 21.0417 9.06389 22.9361C10.9583 24.8306 13.2704 25.7778 16 25.7778ZM16.0758 10.7921C16.695 10.7921 17.2279 10.984 17.6744 11.3678C18.1226 11.7516 18.3467 12.2319 18.3467 12.8088C18.3467 13.2569 18.2204 13.6619 17.9678 14.0237C17.7168 14.3854 17.4259 14.7191 17.0951 15.0247C16.6763 15.4044 16.3076 15.822 15.989 16.2774C15.6704 16.7337 15.4875 17.2361 15.4402 17.7844C15.4247 17.9441 15.4748 18.0778 15.5906 18.1853C15.7046 18.2921 15.8391 18.3454 15.9939 18.3454C16.1577 18.3454 16.2958 18.2909 16.4082 18.1817C16.5198 18.0717 16.5907 17.9421 16.6209 17.793C16.7024 17.3815 16.8661 17.0153 17.1122 16.6942C17.3575 16.374 17.6272 16.0709 17.9213 15.7849C18.3442 15.3644 18.7194 14.9061 19.047 14.4099C19.3754 13.9145 19.5396 13.3616 19.5396 12.7513C19.5396 11.8542 19.199 11.1136 18.5178 10.5293C17.8374 9.94593 17.0389 9.65422 16.1222 9.65422C15.4427 9.65422 14.81 9.81311 14.2241 10.1309C13.6391 10.4487 13.171 10.8887 12.8198 11.4509C12.7399 11.5861 12.7143 11.7259 12.7428 11.8701C12.7713 12.0143 12.8487 12.1239 12.975 12.1989C13.1363 12.2836 13.2993 12.3032 13.4639 12.2576C13.6285 12.2119 13.7735 12.1174 13.899 11.974C14.1703 11.6367 14.4897 11.3556 14.8572 11.1307C15.2239 10.9041 15.6301 10.7921 16.0758 10.7921Z' fill='%238B8D8F'/%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 21.5C16.1744 21.5 16.3198 21.4413 16.4363 21.324C16.5529 21.2067 16.6111 21.0616 16.6111 20.8889V15.3889C16.6111 15.2153 16.5524 15.0703 16.4351 14.9538C16.3178 14.8373 16.1723 14.7786 15.9988 14.7778C15.8252 14.777 15.6802 14.8356 15.5637 14.9538C15.4471 15.0719 15.3889 15.217 15.3889 15.3889V20.8889C15.3889 21.0624 15.4476 21.2075 15.5649 21.324C15.6822 21.4405 15.8277 21.4992 16.0012 21.5M16 13.0386C16.2135 13.0386 16.3923 12.9664 16.5366 12.8222C16.6808 12.678 16.7525 12.4996 16.7517 12.2869C16.7509 12.0742 16.6787 11.8954 16.5353 11.7503C16.3919 11.6053 16.2135 11.5332 16 11.534C15.7865 11.5348 15.6081 11.6069 15.4647 11.7503C15.3213 11.8937 15.2491 12.0726 15.2483 12.2869C15.2475 12.5012 15.3196 12.6796 15.4647 12.8222C15.6097 12.9648 15.7881 13.0369 16 13.0386ZM16.0037 27C14.4824 27 13.0524 26.7116 11.7137 26.1347C10.3749 25.557 9.21015 24.7731 8.21933 23.7831C7.22852 22.7931 6.44426 21.6296 5.86656 20.2924C5.28885 18.9553 5 17.5257 5 16.0037C5 14.4816 5.28885 13.0516 5.86656 11.7137C6.44344 10.3749 7.22607 9.21015 8.21444 8.21933C9.20282 7.22852 10.3668 6.44426 11.7063 5.86656C13.0459 5.28885 14.4759 5 15.9963 5C17.5168 5 18.9468 5.28885 20.2863 5.86656C21.6251 6.44344 22.7899 7.22648 23.7807 8.21567C24.7715 9.20485 25.5557 10.3688 26.1334 11.7076C26.7111 13.0463 27 14.4759 27 15.9963C27 17.5168 26.7116 18.9468 26.1347 20.2863C25.5578 21.6259 24.7739 22.7907 23.7831 23.7807C22.7923 24.7707 21.6287 25.5549 20.2924 26.1334C18.9561 26.712 17.5266 27.0008 16.0037 27ZM16 25.7778C18.7296 25.7778 21.0417 24.8306 22.9361 22.9361C24.8306 21.0417 25.7778 18.7296 25.7778 16C25.7778 13.2704 24.8306 10.9583 22.9361 9.06389C21.0417 7.16944 18.7296 6.22222 16 6.22222C13.2704 6.22222 10.9583 7.16944 9.06389 9.06389C7.16944 10.9583 6.22222 13.2704 6.22222 16C6.22222 18.7296 7.16944 21.0417 9.06389 22.9361C10.9583 24.8306 13.2704 25.7778 16 25.7778Z' fill='%231890FF'/%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='M14.2424 19.0458L11.1918 15.9951C11.0769 15.881 10.9363 15.8199 10.7701 15.8118C10.6039 15.8036 10.456 15.8647 10.3264 15.9951C10.1969 16.1255 10.1317 16.2697 10.1309 16.4278C10.1301 16.5859 10.1953 16.7301 10.3264 16.8604L13.5507 20.0847C13.7479 20.2827 13.978 20.3817 14.2412 20.3817C14.5044 20.3817 14.735 20.2827 14.933 20.0847L21.6271 13.3918C21.7412 13.2769 21.8023 13.1363 21.8104 12.9701C21.8186 12.8039 21.7575 12.656 21.6271 12.5264C21.4967 12.3969 21.3525 12.3317 21.1944 12.3309C21.0364 12.3301 20.8921 12.3953 20.7618 12.5264L14.2424 19.0458ZM16.0037 27C14.4832 27 13.0532 26.7116 11.7137 26.1347C10.3749 25.557 9.21015 24.7731 8.21933 23.7831C7.22852 22.7931 6.44426 21.6296 5.86656 20.2924C5.28885 18.9553 5 17.5257 5 16.0037C5 14.4816 5.28885 13.0516 5.86656 11.7137C6.44344 10.3749 7.22607 9.21015 8.21444 8.21933C9.20282 7.22852 10.3668 6.44426 11.7063 5.86656C13.0459 5.28885 14.4759 5 15.9963 5C17.5168 5 18.9468 5.28885 20.2863 5.86656C21.6251 6.44344 22.7899 7.22648 23.7807 8.21567C24.7715 9.20485 25.5557 10.3688 26.1334 11.7076C26.7112 13.0463 27 14.4759 27 15.9963C27 17.5168 26.7116 18.9468 26.1347 20.2863C25.5578 21.6259 24.7739 22.7907 23.7831 23.7807C22.7923 24.7707 21.6287 25.5549 20.2924 26.1334C18.9561 26.712 17.5266 27.0008 16.0037 27ZM16 25.7778C18.7296 25.7778 21.0417 24.8306 22.9361 22.9361C24.8306 21.0417 25.7778 18.7296 25.7778 16C25.7778 13.2704 24.8306 10.9583 22.9361 9.06389C21.0417 7.16944 18.7296 6.22222 16 6.22222C13.2704 6.22222 10.9583 7.16944 9.06389 9.06389C7.16944 10.9583 6.22222 13.2704 6.22222 16C6.22222 18.7296 7.16944 21.0417 9.06389 22.9361C10.9583 24.8306 13.2704 25.7778 16 25.7778Z' fill='%233F9C35'/%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 16.8653L19.9673 20.8327C20.0814 20.9467 20.2216 21.0079 20.3878 21.016C20.554 21.0241 20.7023 20.963 20.8327 20.8327C20.963 20.7023 21.0282 20.5581 21.0282 20.4C21.0282 20.2419 20.963 20.0977 20.8327 19.9673L16.8653 16L20.8327 12.0327C20.9467 11.9186 21.0079 11.7784 21.016 11.6122C21.0241 11.446 20.963 11.2977 20.8327 11.1673C20.7023 11.037 20.5581 10.9718 20.4 10.9718C20.2419 10.9718 20.0977 11.037 19.9673 11.1673L16 15.1347L12.0327 11.1673C11.9186 11.0533 11.7784 10.9921 11.6122 10.984C11.446 10.9759 11.2977 11.037 11.1673 11.1673C11.037 11.2977 10.9718 11.4419 10.9718 11.6C10.9718 11.7581 11.037 11.9023 11.1673 12.0327L15.1347 16L11.1673 19.9673C11.0533 20.0814 10.9921 20.222 10.984 20.389C10.9759 20.5544 11.037 20.7023 11.1673 20.8327C11.2977 20.963 11.4419 21.0282 11.6 21.0282C11.7581 21.0282 11.9023 20.963 12.0327 20.8327L16 16.8653ZM16.0037 27C14.4824 27 13.0524 26.7116 11.7137 26.1347C10.3749 25.557 9.21015 24.7731 8.21933 23.7831C7.22852 22.7931 6.44426 21.6296 5.86656 20.2924C5.28885 18.9553 5 17.5257 5 16.0037C5 14.4816 5.28885 13.0516 5.86656 11.7137C6.44344 10.3749 7.22607 9.21015 8.21444 8.21933C9.20282 7.22852 10.3668 6.44426 11.7063 5.86656C13.0459 5.28885 14.4759 5 15.9963 5C17.5168 5 18.9468 5.28885 20.2863 5.86656C21.6251 6.44344 22.7899 7.22648 23.7807 8.21567C24.7715 9.20485 25.5557 10.3688 26.1334 11.7076C26.7111 13.0463 27 14.4759 27 15.9963C27 17.5168 26.7116 18.9468 26.1347 20.2863C25.5578 21.6259 24.7739 22.7907 23.7831 23.7807C22.7923 24.7707 21.6287 25.5549 20.2924 26.1334C18.9561 26.712 17.5266 27.0008 16.0037 27ZM16 25.7778C18.7296 25.7778 21.0417 24.8306 22.9361 22.9361C24.8306 21.0417 25.7778 18.7296 25.7778 16C25.7778 13.2704 24.8306 10.9583 22.9361 9.06389C21.0417 7.16944 18.7296 6.22222 16 6.22222C13.2704 6.22222 10.9583 7.16944 9.06389 9.06389C7.16944 10.9583 6.22222 13.2704 6.22222 16C6.22222 18.7296 7.16944 21.0417 9.06389 22.9361C10.9583 24.8306 13.2704 25.7778 16 25.7778Z' fill='%23BA152C'/%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='M16 21.4536C16.2135 21.4536 16.3923 21.3814 16.5366 21.2372C16.68 21.093 16.7517 20.9141 16.7517 20.7007C16.7517 20.488 16.6796 20.3096 16.5353 20.1653C16.3911 20.0211 16.2127 19.9486 16 19.9478C15.7873 19.947 15.6089 20.0191 15.4647 20.1641C15.3204 20.3091 15.2483 20.4876 15.2483 20.6994C15.2483 20.9113 15.3204 21.0902 15.4647 21.236C15.6089 21.3819 15.7873 21.4552 16 21.4536ZM16 17.4092C16.1744 17.4092 16.3198 17.3506 16.4363 17.2332C16.5529 17.1159 16.6111 16.9709 16.6111 16.7981V10.687C16.6111 10.5134 16.5524 10.3684 16.4351 10.2519C16.3178 10.1354 16.1723 10.0767 15.9988 10.0759C15.8252 10.0751 15.6802 10.1337 15.5637 10.2519C15.4471 10.37 15.3889 10.5151 15.3889 10.687V16.7981C15.3889 16.9709 15.4476 17.1159 15.5649 17.2332C15.6822 17.3506 15.8277 17.4092 16.0012 17.4092M16.0037 27C14.4824 27 13.0524 26.7116 11.7137 26.1347C10.3749 25.557 9.21015 24.7731 8.21933 23.7831C7.22852 22.7931 6.44426 21.6296 5.86656 20.2924C5.28885 18.9553 5 17.5257 5 16.0037C5 14.4816 5.28885 13.0516 5.86656 11.7137C6.44344 10.3749 7.22607 9.21015 8.21444 8.21933C9.20282 7.22852 10.3668 6.44426 11.7063 5.86656C13.0459 5.28885 14.4759 5 15.9963 5C17.5168 5 18.9468 5.28885 20.2863 5.86656C21.6251 6.44344 22.7899 7.22648 23.7807 8.21567C24.7715 9.20485 25.5557 10.3688 26.1334 11.7076C26.7111 13.0463 27 14.4759 27 15.9963C27 17.5168 26.7116 18.9468 26.1347 20.2863C25.5578 21.6259 24.7739 22.7907 23.7831 23.7807C22.7923 24.7707 21.6287 25.5549 20.2924 26.1334C18.9561 26.712 17.5266 27.0008 16.0037 27ZM16 25.7778C18.7296 25.7778 21.0417 24.8306 22.9361 22.9361C24.8306 21.0417 25.7778 18.7296 25.7778 16C25.7778 13.2704 24.8306 10.9583 22.9361 9.06389C21.0417 7.16944 18.7296 6.22222 16 6.22222C13.2704 6.22222 10.9583 7.16944 9.06389 9.06389C7.16944 10.9583 6.22222 13.2704 6.22222 16C6.22222 18.7296 7.16944 21.0417 9.06389 22.9361C10.9583 24.8306 13.2704 25.7778 16 25.7778Z' fill='%23FAAD14'/%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='M9.73572 27C9.10144 27 8.55858 26.7791 8.10715 26.3373C7.65477 25.8965 7.42858 25.3664 7.42858 24.747V7.46925H6.7143C6.51144 7.46925 6.34191 7.40228 6.20572 7.26836C6.06953 7.13443 6.00096 6.96842 6.00001 6.77032C5.99906 6.57223 6.06763 6.40668 6.20572 6.27368C6.34382 6.14069 6.51334 6.07419 6.7143 6.07419H11.7143C11.7143 5.78588 11.8238 5.53477 12.0429 5.32086C12.2619 5.10695 12.5191 5 12.8143 5H19.1857C19.481 5 19.7381 5.10695 19.9571 5.32086C20.1762 5.53477 20.2857 5.78588 20.2857 6.07419H25.2857C25.4886 6.07419 25.6581 6.14115 25.7943 6.27508C25.9314 6.409 26 6.57502 26 6.77311C26 6.97028 25.9314 7.13583 25.7943 7.26975C25.6571 7.40368 25.4876 7.47018 25.2857 7.46925H24.5714V24.747C24.5714 25.3664 24.3452 25.8965 23.8929 26.3373C23.4414 26.7791 22.8986 27 22.2643 27H9.73572ZM23.1429 7.46925H8.85715V24.747C8.85715 24.9972 8.93953 25.2027 9.10429 25.3636C9.26906 25.5245 9.47953 25.6049 9.73572 25.6049H22.2643C22.5205 25.6049 22.731 25.5245 22.8957 25.3636C23.0605 25.2027 23.1429 24.9972 23.1429 24.747V7.46925ZM13.5829 22.8148C13.7857 22.8148 13.9552 22.7479 14.0914 22.614C14.2276 22.48 14.2962 22.3145 14.2971 22.1173V10.9569C14.2971 10.7588 14.2286 10.5932 14.0914 10.4602C13.9543 10.3272 13.7843 10.2603 13.5814 10.2594C13.3786 10.2584 13.2091 10.3254 13.0729 10.4602C12.9367 10.5951 12.8686 10.7606 12.8686 10.9569V22.1173C12.8686 22.3154 12.9371 22.481 13.0743 22.614C13.2114 22.7469 13.381 22.8139 13.5829 22.8148ZM18.4186 22.8148C18.6214 22.8148 18.791 22.7479 18.9271 22.614C19.0633 22.48 19.1314 22.3145 19.1314 22.1173V10.9569C19.1314 10.7588 19.0629 10.5932 18.9257 10.4602C18.7886 10.3272 18.6191 10.2603 18.4171 10.2594C18.2152 10.2584 18.0457 10.3254 17.9086 10.4602C17.7714 10.5951 17.7029 10.7606 17.7029 10.9569V22.1173C17.7029 22.3154 17.7714 22.481 17.9086 22.614C18.0457 22.7469 18.2157 22.8139 18.4186 22.8148Z' 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='M13.8574 4C19.2933 4 23.7158 8.4229 23.7158 13.8584C23.7157 16.3254 22.803 18.5817 21.2998 20.3125L27.7959 26.8086C28.0685 27.081 28.0685 27.5235 27.7959 27.7959C27.66 27.9321 27.481 27.9999 27.3027 28C27.1241 28 26.9448 27.9321 26.8086 27.7959L20.3125 21.2998C18.5818 22.8032 16.3245 23.7158 13.8574 23.7158C8.4218 23.7156 4.00007 19.2937 4 13.8584C4 8.42304 8.42176 4.00023 13.8574 4ZM13.8574 5.39551C9.19168 5.39564 5.3957 9.19148 5.39551 13.8574C5.39551 18.5232 9.19156 22.3192 13.8574 22.3193C18.5237 22.3193 22.3203 18.5233 22.3203 13.8574C22.3201 9.19168 18.5236 5.39551 13.8574 5.39551Z' 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='M7.5 28V8.29226C7.5 7.63935 7.71864 7.09432 8.15592 6.65716C8.59319 6.22 9.13719 6.00095 9.78792 6H22.2121C22.8638 6 23.4078 6.21905 23.8441 6.65716C24.2804 7.09527 24.4991 7.6403 24.5 8.29226V28L16 24.3423L7.5 28ZM8.91667 25.8L16 22.7484L23.0833 25.8V8.29226C23.0833 8.07462 22.9927 7.87449 22.8113 7.69187C22.63 7.50925 22.4303 7.41841 22.2121 7.41935H9.78792C9.57069 7.41935 9.37094 7.51019 9.18867 7.69187C9.00639 7.87355 8.91572 8.07368 8.91667 8.29226V25.8Z' 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='M7.5 28V8.29226C7.5 7.63935 7.71864 7.09432 8.15592 6.65716C8.59319 6.22 9.13719 6.00095 9.78792 6H22.2121C22.8637 6 23.4078 6.21905 23.8441 6.65716C24.2804 7.09527 24.4991 7.6403 24.5 8.29226V28L16 24.3423L7.5 28Z' 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='M8.30714 27C7.65 27 7.10143 26.7861 6.66143 26.3583C6.22143 25.9306 6.00095 25.3968 6 24.7569V9.79861C6 9.15972 6.22048 8.62639 6.66143 8.19861C7.10238 7.77083 7.65095 7.55648 8.30714 7.55556H11V6.86111C11 5.51111 11.4862 4.36343 12.4586 3.41806C13.431 2.47269 14.6114 2 16 2C17.3886 2 18.569 2.47269 19.5414 3.41806C20.5138 4.36343 21 5.51111 21 6.86111V7.55556H23.6929C24.35 7.55556 24.8986 7.76991 25.3386 8.19861C25.7786 8.62731 25.999 9.16065 26 9.79861V24.7569C26 25.3958 25.78 25.9292 25.34 26.3569C24.9 26.7847 24.351 26.9991 23.6929 27H8.30714ZM8.30714 25.6111H23.6929C23.9119 25.6111 24.1133 25.5222 24.2971 25.3444C24.481 25.1667 24.5724 24.9708 24.5714 24.7569V9.79861C24.5714 9.58565 24.48 9.38981 24.2971 9.21111C24.1143 9.03241 23.9129 8.94352 23.6929 8.94444H21V12.4167C21 12.6139 20.9319 12.7792 20.7957 12.9125C20.6595 13.0458 20.4895 13.112 20.2857 13.1111C20.0819 13.1102 19.9119 13.044 19.7757 12.9125C19.6395 12.781 19.5714 12.6157 19.5714 12.4167V8.94444H12.4286V12.4167C12.4286 12.6139 12.3605 12.7792 12.2243 12.9125C12.0881 13.0458 11.9181 13.112 11.7143 13.1111C11.5105 13.1102 11.3405 13.044 11.2043 12.9125C11.0681 12.781 11 12.6157 11 12.4167V8.94444H8.30714C8.08809 8.94444 7.88667 9.03333 7.70286 9.21111C7.51905 9.38889 7.42762 9.58472 7.42857 9.79861V24.7569C7.42857 24.9699 7.52 25.1657 7.70286 25.3444C7.88571 25.5231 8.08714 25.612 8.30714 25.6111ZM12.4286 7.55556H19.5714V6.86111C19.5714 5.88333 19.2276 5.06019 18.54 4.39167C17.8524 3.72315 17.0057 3.38889 16 3.38889C14.9943 3.38889 14.1476 3.72315 13.46 4.39167C12.7724 5.06019 12.4286 5.88333 12.4286 6.86111V7.55556Z' 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='M8.30714 27C7.65 27 7.10143 26.7861 6.66143 26.3583C6.22143 25.9306 6.00095 25.3968 6 24.7569V9.79861C6 9.15972 6.22048 8.62639 6.66143 8.19861C7.10238 7.77083 7.65095 7.55648 8.30714 7.55556H11V6.86111C11 5.51111 11.4862 4.36343 12.4586 3.41806C13.431 2.47269 14.6114 2 16 2C17.3886 2 18.569 2.47269 19.5414 3.41806C20.5138 4.36343 21 5.51111 21 6.86111V7.55556H23.6929C24.35 7.55556 24.8986 7.76991 25.3386 8.19861C25.7786 8.62731 25.999 9.16065 26 9.79861V24.7569C26 25.3958 25.78 25.9292 25.34 26.3569C24.9 26.7847 24.351 26.9991 23.6929 27H8.30714ZM12.4286 7.55556H19.5714V6.86111C19.5714 5.88333 19.2276 5.06019 18.54 4.39167C17.8524 3.72315 17.0057 3.38889 16 3.38889C14.9943 3.38889 14.1476 3.72315 13.46 4.39167C12.7724 5.06019 12.4286 5.88333 12.4286 6.86111V7.55556ZM20.2857 13.1111C20.4886 13.1111 20.6586 13.0449 20.7957 12.9125C20.9329 12.7801 21.001 12.6148 21 12.4167V8.94444H19.5714V12.4167C19.5714 12.6139 19.6395 12.7792 19.7757 12.9125C19.9119 13.0458 20.0819 13.112 20.2857 13.1111ZM11.7143 13.1111C11.9171 13.1111 12.0871 13.0449 12.2243 12.9125C12.3614 12.7801 12.4295 12.6148 12.4286 12.4167V8.94444H11V12.4167C11 12.6139 11.0681 12.7792 11.2043 12.9125C11.3405 13.0458 11.5105 13.112 11.7143 13.1111Z' 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='M15.9995 2C17.388 2 18.5688 2.47268 19.5412 3.41805C20.5136 4.36342 20.9997 5.51145 20.9997 6.86145V7.55522H23.6929C24.3499 7.55529 24.8988 7.7695 25.3387 8.19812C25.7787 8.62674 25.999 9.16045 26 9.79826V24.757C26 25.3958 25.7798 25.9293 25.3398 26.3571C24.8999 26.7848 24.3508 26.999 23.6929 27H8.30709C7.64996 27 7.10125 26.7859 6.66126 26.3581C6.2214 25.9304 6.00096 25.3967 6 24.757V9.79826C6.00008 9.15953 6.2204 8.62582 6.66126 8.19812C7.10217 7.77046 7.651 7.55615 8.30709 7.55522H11.0003V6.86145C11.0003 5.51145 11.4864 4.36342 12.4588 3.41805C13.4311 2.47287 14.6112 2.00008 15.9995 2ZM19.6804 16.5833C19.5253 16.5834 19.391 16.6427 19.2775 16.7614L14.7701 21.518L12.7162 19.3553C12.6042 19.2366 12.4696 19.1774 12.3113 19.1773C12.1529 19.1773 12.0141 19.2366 11.8959 19.3553C11.7679 19.4903 11.7082 19.6355 11.7159 19.7907C11.7237 19.9461 11.7831 20.0841 11.8959 20.2037L14.1151 22.5383C14.302 22.7352 14.5206 22.8333 14.7701 22.8333C15.0196 22.8333 15.2381 22.7354 15.4251 22.5393L20.1052 17.6331C20.2187 17.5144 20.2782 17.3684 20.2851 17.1967C20.2919 17.0253 20.2325 16.88 20.1052 16.7614C19.9777 16.6426 19.8356 16.5833 19.6804 16.5833ZM11.0003 12.4167C11.0003 12.6138 11.0682 12.7788 11.2043 12.9121C11.3404 13.0453 11.5102 13.1123 11.7138 13.1115C11.9167 13.1115 12.0873 13.0445 12.2244 12.9121C12.3613 12.7797 12.4294 12.6146 12.4285 12.4167V8.94478H11.0003V12.4167ZM19.5715 12.4167C19.5715 12.6138 19.6395 12.7788 19.7756 12.9121C19.9117 13.0453 20.0815 13.1123 20.2851 13.1115C20.488 13.1115 20.6586 13.0445 20.7957 12.9121C20.9326 12.7797 21.0007 12.6146 20.9997 12.4167V8.94478H19.5715V12.4167ZM15.9995 3.38855C14.994 3.38863 14.1476 3.72323 13.4601 4.39156C12.7725 5.06008 12.4285 5.88367 12.4285 6.86145V7.55522H19.5715V6.86145C19.5715 5.88367 19.2275 5.06008 18.5399 4.39156C17.8523 3.72304 17.0052 3.38855 15.9995 3.38855Z' 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='M13.8493 20.2185H4.66668C4.47734 20.2185 4.31868 20.1553 4.19068 20.0289C4.06268 19.9026 3.99912 19.7448 4.00001 19.5557C4.0009 19.3666 4.06445 19.2089 4.19068 19.0825C4.31868 18.9561 4.47734 18.8929 4.66668 18.8929H13.8493L10.196 15.261C10.0707 15.1373 10.004 14.9862 9.996 14.8077C9.988 14.6292 10.0547 14.4675 10.196 14.3226C10.3427 14.1767 10.5009 14.1038 10.6707 14.1038C10.8404 14.1038 10.9991 14.1767 11.1467 14.3226L15.656 18.8068C15.7724 18.9217 15.8542 19.0396 15.9013 19.1607C15.9484 19.2818 15.972 19.4134 15.972 19.5557C15.972 19.698 15.9484 19.8296 15.9013 19.9507C15.8542 20.0718 15.7724 20.1897 15.656 20.3046L11.1387 24.7968C11.0089 24.9258 10.856 24.9934 10.68 24.9996C10.504 25.0058 10.3422 24.9356 10.1947 24.7889C10.0524 24.6431 9.98045 24.4866 9.97867 24.3196C9.97689 24.1526 10.0489 23.9962 10.1947 23.8504L13.8493 20.2185ZM18.1507 13.107L21.804 16.739C21.9293 16.8627 21.996 17.0134 22.004 17.191C22.012 17.3686 21.9453 17.5308 21.804 17.6774C21.6573 17.8233 21.4991 17.8962 21.3293 17.8962C21.1596 17.8962 21.0009 17.8233 20.8533 17.6774L16.344 13.1932C16.2276 13.0783 16.1458 12.9604 16.0987 12.8393C16.0516 12.7182 16.028 12.5866 16.028 12.4443C16.028 12.302 16.0516 12.1703 16.0987 12.0493C16.1458 11.9282 16.2276 11.8098 16.344 11.694L20.8613 7.20318C20.9911 7.07416 21.144 7.00656 21.32 7.00038C21.496 6.99419 21.6578 7.06444 21.8053 7.21113C21.9475 7.35694 22.0196 7.51291 22.0213 7.67904C22.0231 7.84517 21.9511 8.00159 21.8053 8.14828L18.152 11.7802H27.3333C27.5227 11.7802 27.6813 11.8438 27.8093 11.9711C27.9373 12.0983 28.0009 12.2561 28 12.4443C27.9991 12.6325 27.9355 12.7898 27.8093 12.9162C27.6813 13.0434 27.5227 13.107 27.3333 13.107H18.1507Z' 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='M10.7287 20.2185H5.41668C5.22734 20.2185 5.06868 20.1553 4.94068 20.0289C4.81268 19.9026 4.74912 19.7448 4.75001 19.5557C4.7509 19.3666 4.81445 19.2089 4.94068 19.0825C5.06868 18.9561 5.22734 18.8929 5.41668 18.8929H10.746L10.746 14.8077C10.738 14.6292 10.8047 14.4675 10.946 14.3226C11.0927 14.1767 11.2509 14.1038 11.4207 14.1038C11.5904 14.1038 11.7491 14.1767 11.8967 14.3226L16.406 18.8068C16.5224 18.9217 16.6042 19.0396 16.6513 19.1607C16.6984 19.2818 16.722 19.4134 16.722 19.5557C16.722 19.698 16.6984 19.8296 16.6513 19.9507C16.6042 20.0718 16.5224 20.1897 16.406 20.3046L11.8887 24.7968C11.7589 24.9258 11.606 24.9934 11.43 24.9996C11.254 25.0058 11.0922 24.9356 10.9447 24.7889C10.8024 24.6431 10.7304 24.4866 10.7287 24.3196C10.7151 23.0432 10.7287 20.2185 10.7287 20.2185ZM22.754 13.107V17.191C22.762 17.3686 22.6953 17.5308 22.554 17.6774C22.4073 17.8233 22.2491 17.8962 22.0793 17.8962C21.9095 17.8962 21.7509 17.8233 21.6033 17.6774L17.094 13.1932C16.9776 13.0783 16.8958 12.9604 16.8487 12.8393C16.8016 12.7182 16.778 12.5866 16.778 12.4443C16.778 12.302 16.8016 12.1703 16.8487 12.0493C16.8958 11.9282 16.9776 11.8098 17.094 11.694L21.6113 7.20318C21.7411 7.07416 21.894 7.00656 22.07 7.00038C22.246 6.99419 22.4078 7.06444 22.5553 7.21113C22.6975 7.35694 22.7695 7.51291 22.7713 7.67904V11.7802H28.0833C28.2727 11.7802 28.4313 11.8438 28.5593 11.9711C28.6873 12.0983 28.7509 12.2561 28.75 12.4443C28.7491 12.6325 28.6855 12.7898 28.5593 12.9162C28.4313 13.0434 28.2727 13.107 28.0833 13.107H22.754Z' 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 27C14.4861 27 13.0602 26.7107 11.7222 26.1322C10.3843 25.5529 9.21912 24.7666 8.22667 23.7733C7.23423 22.7801 6.44793 21.6149 5.86778 20.2778C5.28764 18.9407 4.99838 17.5147 5.00001 16C5.00001 14.4812 5.28927 13.054 5.86778 11.7186C6.44712 10.3823 7.23341 9.2183 8.22667 8.22667C9.21993 7.23504 10.3851 6.44874 11.7222 5.86778C13.0602 5.28926 14.4861 5 16 5C17.5188 5 18.946 5.28926 20.2814 5.86778C21.6177 6.44711 22.7821 7.23341 23.7746 8.22667C24.767 9.21992 25.5529 10.3839 26.1322 11.7186C26.7107 13.0548 27 14.482 27 16C27 17.5139 26.7107 18.9398 26.1322 20.2778C25.5529 21.6157 24.7666 22.7809 23.7733 23.7733C22.7801 24.7658 21.6161 25.5521 20.2814 26.1322C18.9468 26.7124 17.5196 27.0016 16 27ZM16 25.7875C16.717 24.866 17.3086 23.9611 17.7747 23.073C18.2399 22.1848 18.6184 21.1908 18.9101 20.0908H13.0899C13.4134 21.2527 13.7996 22.2777 14.2486 23.1659C14.6983 24.054 15.2822 24.9279 16 25.7875ZM14.4441 25.6042C13.8737 24.932 13.3531 24.1009 12.8821 23.1109C12.4112 22.1217 12.0608 21.1146 11.831 20.0896H7.14378C7.84452 21.6092 8.83738 22.8558 10.1223 23.8295C11.4081 24.8024 12.8487 25.394 14.4441 25.6042ZM17.5559 25.6042C19.1513 25.394 20.5919 24.8024 21.8777 23.8295C23.1626 22.8558 24.1555 21.6092 24.8562 20.0896H20.1702C19.8606 21.1301 19.4707 22.1449 19.0006 23.1341C18.5296 24.1241 18.048 24.9483 17.5559 25.6042ZM6.64512 18.8686H11.5768C11.4839 18.3666 11.4187 17.8777 11.3812 17.4019C11.3421 16.9268 11.3226 16.4596 11.3226 16C11.3226 15.5404 11.3417 15.0731 11.38 14.5981C11.4183 14.1231 11.4835 13.6342 11.5756 13.1314H6.64634C6.51353 13.5551 6.40964 14.0167 6.33467 14.5162C6.25971 15.0149 6.22223 15.5095 6.22223 16C6.22223 16.4905 6.2593 16.9855 6.33345 17.485C6.4076 17.9845 6.51149 18.4453 6.64512 18.8673M12.799 18.8673H19.201C19.2939 18.3662 19.3591 17.8855 19.3966 17.4251C19.4357 16.9656 19.4552 16.4905 19.4552 16C19.4552 15.5095 19.4361 15.0344 19.3978 14.5749C19.3595 14.1153 19.2943 13.6346 19.2022 13.1327H12.7978C12.7057 13.6338 12.6405 14.1145 12.6022 14.5749C12.5639 15.0344 12.5448 15.5095 12.5448 16C12.5448 16.4905 12.5639 16.9656 12.6022 17.4251C12.6405 17.8847 12.7069 18.3654 12.799 18.8673ZM20.4244 18.8673H25.3549C25.4877 18.4444 25.5916 17.9837 25.6666 17.485C25.7407 16.9855 25.7778 16.4905 25.7778 16C25.7778 15.5095 25.7407 15.0145 25.6666 14.515C25.5924 14.0155 25.4885 13.5547 25.3549 13.1327H20.4232C20.5161 13.6338 20.5813 14.1223 20.6188 14.5981C20.6579 15.074 20.6774 15.5413 20.6774 16C20.6774 16.4587 20.6583 16.926 20.62 17.4019C20.5817 17.8777 20.5165 18.3666 20.4244 18.8686M20.1702 11.9104H24.8562C24.14 10.359 23.159 9.11237 21.9131 8.17044C20.6673 7.22852 19.2149 6.62922 17.5559 6.37256C18.1263 7.123 18.6392 7.98141 19.0947 8.94778C19.5501 9.91333 19.9087 10.9009 20.1702 11.9104ZM13.0899 11.9104H18.9101C18.5874 10.7632 18.1894 9.72592 17.716 8.79867C17.2426 7.87141 16.6706 7.00933 16 6.21244C15.3294 7.00852 14.7574 7.87059 14.284 8.79867C13.8106 9.72674 13.4117 10.764 13.0899 11.9104ZM7.14501 11.9104H11.831C12.0926 10.9017 12.4511 9.91415 12.9066 8.94778C13.362 7.98141 13.875 7.123 14.4453 6.37256C12.7717 6.63004 11.3156 7.233 10.0771 8.18144C8.8386 9.13152 7.86082 10.3741 7.14378 11.9092' 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='M16 5C13.8244 5 11.6977 5.64514 9.88873 6.85383C8.07979 8.06253 6.66989 9.78049 5.83733 11.7905C5.00477 13.8005 4.78693 16.0122 5.21137 18.146C5.6358 20.2798 6.68345 22.2398 8.22183 23.7782C9.76021 25.3165 11.7202 26.3642 13.854 26.7886C15.9878 27.2131 18.1995 26.9952 20.2095 26.1627C22.2195 25.3301 23.9375 23.9202 25.1462 22.1113C26.3549 20.3023 27 18.1756 27 16C26.9966 13.0836 25.8366 10.2877 23.7745 8.22553C21.7123 6.16336 18.9164 5.00336 16 5ZM25.3077 16C25.3084 16.8584 25.1899 17.7127 24.9555 18.5385H20.8823C21.1419 16.8561 21.1419 15.1439 20.8823 13.4615H24.9555C25.1899 14.2873 25.3084 15.1416 25.3077 16ZM13.25 20.2308H18.75C18.2082 22.0062 17.2676 23.6342 16 24.9904C14.7331 23.6338 13.7925 22.0059 13.25 20.2308ZM12.8375 18.5385C12.5469 16.8586 12.5469 15.1414 12.8375 13.4615H19.171C19.4616 15.1414 19.4616 16.8586 19.171 18.5385H12.8375ZM6.69231 16C6.69156 15.1416 6.8101 14.2873 7.04452 13.4615H11.1177C10.8581 15.1439 10.8581 16.8561 11.1177 18.5385H7.04452C6.8101 17.7127 6.69156 16.8584 6.69231 16ZM18.75 11.7692H13.25C13.7918 9.99378 14.7325 8.36575 16 7.00961C17.2669 8.36619 18.2075 9.99408 18.75 11.7692ZM24.2849 11.7692H20.5174C20.0425 10.0271 19.2422 8.39064 18.1588 6.94615C19.4679 7.26064 20.6935 7.85447 21.7516 8.68696C22.8098 9.51945 23.6754 10.5709 24.2891 11.7692H24.2849ZM13.8413 6.94615C12.7578 8.39064 11.9575 10.0271 11.4826 11.7692H7.71087C8.32462 10.5709 9.19023 9.51945 10.2484 8.68696C11.3065 7.85447 12.5321 7.26064 13.8413 6.94615ZM7.71087 20.2308H11.4826C11.9575 21.9729 12.7578 23.6094 13.8413 25.0538C12.5321 24.7394 11.3065 24.1455 10.2484 23.313C9.19023 22.4805 8.32462 21.4291 7.71087 20.2308ZM18.1588 25.0538C19.2422 23.6094 20.0425 21.9729 20.5174 20.2308H24.2891C23.6754 21.4291 22.8098 22.4805 21.7516 23.313C20.6935 24.1455 19.4679 24.7394 18.1588 25.0538Z' 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='M9.51722 7.5H21.655V14.85H23.1722V7.5C23.1722 7.10218 23.0124 6.72064 22.7278 6.43934C22.4433 6.15804 22.0574 6 21.655 6H9.51722C9.11483 6 8.72892 6.15804 8.44438 6.43934C8.15985 6.72064 8 7.10218 8 7.5V25.5C8 25.8978 8.15985 26.2794 8.44438 26.5607C8.72892 26.842 9.11483 27 9.51722 27H21.655C22.0574 27 22.4433 26.842 22.7278 26.5607C23.0124 26.2794 23.1722 25.8978 23.1722 25.5H9.51722V7.5Z' fill='%23333333'/%3e%3cpath d='M25.5697 15.96C25.4246 15.8371 25.2379 15.7729 25.047 15.7802C24.8561 15.7875 24.6749 15.8658 24.5398 15.9993C24.4047 16.1329 24.3256 16.312 24.3182 16.5007C24.3108 16.6895 24.3758 16.874 24.5001 17.0175L27.0642 19.5H16.0643C15.8631 19.5 15.6702 19.579 15.5279 19.7197C15.3856 19.8603 15.3057 20.0511 15.3057 20.25C15.3057 20.4489 15.3856 20.6397 15.5279 20.7803C15.6702 20.921 15.8631 21 16.0643 21H27.0642L24.5001 23.595C24.4207 23.6622 24.3562 23.745 24.3106 23.838C24.2651 23.9311 24.2395 24.0324 24.2355 24.1357C24.2314 24.239 24.249 24.342 24.2872 24.4382C24.3253 24.5345 24.3832 24.6219 24.4571 24.695C24.531 24.7681 24.6194 24.8253 24.7168 24.863C24.8141 24.9007 24.9183 24.9181 25.0228 24.9141C25.1273 24.9101 25.2298 24.8848 25.3239 24.8398C25.418 24.7948 25.5017 24.731 25.5697 24.6525L30 20.3025L25.5697 15.96Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M15.9997 15.9019C14.7172 15.9018 13.6205 15.4178 12.7051 14.4465C11.7897 13.4752 11.3334 12.3114 11.3344 10.9502C11.3355 9.58894 11.7918 8.42386 12.7053 7.45023C13.6185 6.4769 14.7151 5.99455 15.9997 6.00005C17.2848 6.00555 18.3817 6.48872 19.295 7.45224C20.2081 8.41552 20.6645 9.58036 20.6656 10.9519C20.6666 12.3233 20.2102 13.4869 19.2952 14.4479C18.3798 15.4092 17.2828 15.8919 15.9997 15.9019ZM13.7035 13.3853C14.343 14.0558 15.1097 14.3949 15.9996 14.3995C16.8939 14.3995 17.662 14.0603 18.2985 13.3849C18.9349 12.7097 19.2536 11.8964 19.2525 10.95C19.2514 10.0038 18.9328 9.19018 18.2986 8.51382C17.6641 7.83715 16.8963 7.49847 15.9998 7.50077C15.1037 7.50307 14.3365 7.84159 13.7031 8.51366C13.0698 9.18567 12.7508 9.99939 12.7475 10.9498C12.7443 11.9008 13.0635 12.7143 13.7035 13.3853Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 25.3429C5.00103 25.815 5.15149 26.2068 5.45063 26.5242C5.74971 26.8415 6.11764 27 6.5601 27H25.4399C25.8833 27.0021 26.2519 26.8442 26.5509 26.526C26.8501 26.2074 27 25.8157 27 25.3448V24.3234C26.999 23.6503 26.8137 23.0191 26.4423 22.4279C26.0709 21.8369 25.5707 21.378 24.9399 21.051C23.4511 20.2952 21.962 19.7274 20.4724 19.3471C18.9829 18.9667 17.4922 18.7772 16.0001 18.7783C14.5079 18.7794 13.017 18.969 11.5275 19.3471C10.038 19.7252 8.54841 20.293 7.05866 21.0509C6.42776 21.3791 5.92752 21.838 5.55612 22.428C5.18477 23.0179 5 23.6496 5 24.3249L5 25.3429ZM6.41307 24.3249V25.4993H25.5869V24.3232C25.5869 23.9311 25.4674 23.5632 25.232 23.2212C24.9973 22.8803 24.6732 22.5952 24.2625 22.3647L24.2598 22.3633C22.9516 21.6907 21.6019 21.1754 20.2107 20.8176C18.8189 20.4597 17.4154 20.2802 16.0001 20.2791C14.5847 20.2779 13.181 20.4575 11.7892 20.8177C10.3981 21.1777 9.0484 21.6928 7.74026 22.3632L7.73733 22.3649C7.32685 22.5964 7.00264 22.8815 6.76796 23.2212C6.53254 23.5632 6.41307 23.9317 6.41307 24.3249Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M5 25.3431V25.3465L5.08494 25.3429C5.08597 25.815 5.23585 26.2068 5.53383 26.5242C5.83176 26.8415 6.19827 27 6.63902 27H25.4459C25.8876 27.0021 26.2548 26.8442 26.5526 26.526C26.8507 26.2074 27 25.8157 27 25.3448V24.3234C26.999 23.6503 26.8144 23.0191 26.4444 22.4279C26.0745 21.8369 25.5762 21.378 24.9478 21.051C23.4648 20.2952 21.9814 19.7274 20.4976 19.3471C19.0139 18.9667 17.5289 18.7772 16.0425 18.7783C14.5561 18.7794 13.071 18.969 11.5872 19.3471C10.1035 19.7252 8.61966 20.293 7.13566 21.0509C6.50719 21.3791 6.00888 21.838 5.63891 22.428C5.269 23.0179 5.08494 23.6496 5.08494 24.3249L5.08494 25.3429L5 25.3431Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0422 15.9019C14.7646 15.9018 13.6722 15.4178 12.7603 14.4465C11.8484 13.4752 11.3939 12.3114 11.3949 10.9502C11.396 9.58894 11.8505 8.42386 12.7605 7.45023C13.6702 6.4769 14.7625 5.99455 16.0421 6.00005C17.3223 6.00555 18.415 6.48872 19.3248 7.45224C20.2343 8.41552 20.689 9.58036 20.69 10.9519C20.6911 12.3233 20.2364 13.4869 19.3249 14.4479C18.4131 15.4092 17.3203 15.8919 16.0422 15.9019Z' 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='M15.9908 10C15.7794 10 15.585 10.0354 15.4075 10.1061C15.2288 10.1769 15.0546 10.2997 14.885 10.4746L6.29473 19.2618C6.11206 19.4487 6.0142 19.6783 6.00115 19.9507C5.9881 20.223 6.08596 20.466 6.29473 20.6796C6.5035 20.8932 6.73446 21 6.98759 21C7.24072 21 7.47167 20.8932 7.68044 20.6796L15.9908 12.1768L24.3011 20.6796C24.4838 20.8665 24.7082 20.9666 24.9744 20.98C25.2406 20.9933 25.4781 20.8932 25.6868 20.6796C25.8956 20.466 26 20.2297 26 19.9707C26 19.7117 25.8956 19.4754 25.6868 19.2618L17.0966 10.4746C16.927 10.2997 16.7528 10.1769 16.574 10.1061C16.3966 10.0354 16.2022 10 15.9908 10Z' 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='M15.9908 22C15.7794 22 15.585 21.9646 15.4075 21.8939C15.2288 21.8231 15.0546 21.7003 14.885 21.5254L6.29473 12.7382C6.11206 12.5513 6.0142 12.3217 6.00115 12.0493C5.9881 11.777 6.08596 11.534 6.29473 11.3204C6.5035 11.1068 6.73446 11 6.98759 11C7.24072 11 7.47167 11.1068 7.68044 11.3204L15.9908 19.8232L24.3011 11.3204C24.4838 11.1335 24.7082 11.0334 24.9744 11.02C25.2406 11.0067 25.4781 11.1068 25.6868 11.3204C25.8956 11.534 26 11.7703 26 12.0293C26 12.2883 25.8956 12.5246 25.6868 12.7382L17.0966 21.5254C16.927 21.7003 16.7528 21.8231 16.574 21.8939C16.3966 21.9646 16.2022 22 15.9908 22Z' 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='M10 15.9908C10 15.7794 10.0354 15.585 10.1061 15.4075C10.1769 15.2288 10.2997 15.0546 10.4746 14.885L19.2618 6.29473C19.4487 6.11206 19.6783 6.0142 19.9507 6.00115C20.223 5.9881 20.466 6.08596 20.6796 6.29473C20.8932 6.5035 21 6.73446 21 6.98759C21 7.24072 20.8932 7.47167 20.6796 7.68044L12.1768 15.9908L20.6796 24.3011C20.8665 24.4838 20.9666 24.7082 20.98 24.9744C20.9933 25.2406 20.8932 25.4781 20.6796 25.6868C20.466 25.8956 20.2297 26 19.9707 26C19.7117 26 19.4754 25.8956 19.2618 25.6868L10.4746 17.0966C10.2997 16.927 10.1769 16.7528 10.1061 16.574C10.0354 16.3966 10 16.2022 10 15.9908Z' 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='M22 15.9908C22 15.7794 21.9646 15.585 21.8939 15.4075C21.8231 15.2288 21.7003 15.0546 21.5254 14.885L12.7382 6.29473C12.5513 6.11206 12.3217 6.0142 12.0493 6.00115C11.777 5.9881 11.534 6.08596 11.3204 6.29473C11.1068 6.5035 11 6.73446 11 6.98759C11 7.24072 11.1068 7.47167 11.3204 7.68044L19.8232 15.9908L11.3204 24.3011C11.1335 24.4838 11.0334 24.7082 11.02 24.9744C11.0067 25.2406 11.1068 25.4781 11.3204 25.6868C11.534 25.8956 11.7703 26 12.0293 26C12.2883 26 12.5246 25.8956 12.7382 25.6868L21.5254 17.0966C21.7003 16.927 21.8231 16.7528 21.8939 16.574C21.9646 16.3966 22 16.2022 22 15.9908Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M6.336 21.1055C6.55572 21.3502 6.86111 21.4949 7.18728 21.4949C8.68859 21.4949 10.1904 21.4962 11.6925 21.4974C16.0695 21.5012 20.4492 21.5049 24.827 21.477L24.8337 21.477C25.1525 21.4707 25.4493 21.3265 25.6639 21.0872C25.8776 20.849 25.9947 20.5345 25.9998 20.2117C26.0049 19.8888 25.8979 19.5706 25.6925 19.3249L25.673 19.3016L16.8433 10.8719C16.6248 10.6378 16.3263 10.5 16.008 10.5C15.6896 10.5 15.3911 10.6378 15.1727 10.8719L6.34961 19.2952L6.33555 19.3108C6.11721 19.5546 6 19.8778 6 20.2079C6 20.5381 6.11766 20.8618 6.336 21.1055Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M25.664 10.8945C25.4443 10.6498 25.1389 10.5051 24.8127 10.5051C23.3114 10.5051 21.8096 10.5038 20.3075 10.5026C15.9305 10.4988 11.5508 10.4951 7.17299 10.523L7.16629 10.523C6.84754 10.5293 6.55072 10.6735 6.33607 10.9128C6.1224 11.151 6.00528 11.4655 6.00017 11.7883C5.99507 12.1112 6.10213 12.4294 6.30745 12.6751L6.32697 12.6984L15.1567 21.1281C15.3752 21.3622 15.6737 21.5 15.992 21.5C16.3104 21.5 16.6089 21.3622 16.8273 21.1281L25.6504 12.7048L25.6644 12.6892C25.8828 12.4454 26 12.1222 26 11.7921C26 11.4619 25.8823 11.1382 25.664 10.8945Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M21.1055 25.664C21.3502 25.4443 21.4949 25.1389 21.4949 24.8127C21.4949 23.3114 21.4962 21.8096 21.4974 20.3075C21.5012 15.9305 21.5049 11.5508 21.477 7.17299L21.477 7.16629C21.4707 6.84754 21.3265 6.55072 21.0872 6.33607C20.849 6.1224 20.5345 6.00528 20.2117 6.00017C19.8888 5.99507 19.5706 6.10213 19.3249 6.30745L19.3016 6.32697L10.8719 15.1567C10.6378 15.3752 10.5 15.6737 10.5 15.992C10.5 16.3104 10.6378 16.6089 10.8719 16.8273L19.2952 25.6504L19.3108 25.6644C19.5546 25.8828 19.8778 26 20.2079 26C20.5381 26 20.8618 25.8823 21.1055 25.664Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M10.8945 25.664C10.6498 25.4443 10.5051 25.1389 10.5051 24.8127C10.5051 23.3114 10.5038 21.8096 10.5026 20.3075C10.4988 15.9305 10.4951 11.5508 10.523 7.17299L10.523 7.16629C10.5293 6.84754 10.6735 6.55072 10.9128 6.33607C11.151 6.1224 11.4655 6.00528 11.7883 6.00017C12.1112 5.99507 12.4294 6.10213 12.6751 6.30745L12.6984 6.32697L21.1281 15.1567C21.3622 15.3752 21.5 15.6737 21.5 15.992C21.5 16.3104 21.3622 16.6089 21.1281 16.8273L12.7048 25.6504L12.6892 25.6644C12.4454 25.8828 12.1222 26 11.7921 26C11.4619 26 11.1382 25.8823 10.8945 25.664Z' 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='M12.4334 13.2198C12.2383 13.0287 12.2348 12.7154 12.4256 12.52L15.645 9.22279C15.735 9.12965 15.8531 9.07937 15.9734 9.07289C16.1035 9.06591 16.2358 9.11012 16.3378 9.20588L19.8796 12.5036C20.0795 12.6897 20.0909 13.0028 19.9051 13.2029C19.7193 13.4031 19.4066 13.4145 19.2067 13.2284L16.4941 10.7028V22.4329C16.4941 22.7062 16.2729 22.9277 16 22.9277C15.7271 22.9277 15.5059 22.7062 15.5059 22.4329V10.7809L13.1322 13.212C12.9414 13.4074 12.6286 13.4109 12.4334 13.2198Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C21.5367 32 26 27.4073 26 21.7732V10.2268C26 4.59272 21.5367 0 16 0C10.4633 0 6 4.59272 6 10.2268V21.7732C6 27.4073 10.4633 32 16 32ZM24.6823 21.7732C24.6823 26.7065 20.7813 30.6804 16 30.6804C11.2187 30.6804 7.31766 26.7065 7.31766 21.7732V10.2268C7.31766 5.29346 11.2187 1.31959 16 1.31959C20.7813 1.31959 24.6823 5.29346 24.6823 10.2268V21.7732Z' 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='M19.5666 18.7802C19.7617 18.9713 19.7652 19.2846 19.5744 19.48L16.355 22.7772C16.265 22.8703 16.1469 22.9206 16.0266 22.9271C15.8965 22.9341 15.7642 22.8899 15.6622 22.7941L12.1204 19.4964C11.9205 19.3103 11.9091 18.9972 12.0949 18.7971C12.2807 18.5969 12.5934 18.5855 12.7933 18.7716L15.5059 21.2972V9.56711C15.5059 9.29382 15.7271 9.07227 16 9.07227C16.2729 9.07227 16.4941 9.29382 16.4941 9.56711V21.2191L18.8678 18.788C19.0586 18.5926 19.3714 18.5891 19.5666 18.7802Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0C10.4633 0 6 4.59272 6 10.2268V21.7732C6 27.4073 10.4633 32 16 32C21.5367 32 26 27.4073 26 21.7732V10.2268C26 4.59272 21.5367 0 16 0ZM7.31766 10.2268C7.31766 5.29346 11.2187 1.31959 16 1.31959C20.7813 1.31959 24.6823 5.29346 24.6823 10.2268V21.7732C24.6823 26.7065 20.7813 30.6804 16 30.6804C11.2187 30.6804 7.31766 26.7065 7.31766 21.7732V10.2268Z' 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='M5.91667 11.7126C5.65633 11.7126 5.43878 11.6303 5.264 11.4657C5.088 11.3012 5 11.0977 5 10.8554C5 10.6132 5.088 10.4097 5.264 10.2452C5.44 10.0806 5.65756 9.99887 5.91667 10H26.0833C26.3437 10 26.5612 10.0823 26.736 10.2469C26.912 10.4114 27 10.6154 27 10.8589C27 11.1023 26.912 11.3057 26.736 11.4692C26.56 11.6326 26.3424 11.7143 26.0833 11.7143L5.91667 11.7126Z' fill='%23333333'/%3e%3cpath d='M5.91667 21.9983C5.65633 21.9983 5.43878 21.916 5.264 21.7514C5.088 21.5869 5 21.3834 5 21.1411C5 20.8989 5.088 20.6954 5.264 20.5309C5.44 20.3663 5.65756 20.2846 5.91667 20.2857H26.0833C26.3437 20.2857 26.5612 20.368 26.736 20.5326C26.912 20.6971 27 20.9011 27 21.1446C27 21.388 26.912 21.5914 26.736 21.7549C26.56 21.9183 26.3424 22 26.0833 22L5.91667 21.9983Z' 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='M15.0842 16.9167H5.91674C5.65639 16.9167 5.43881 16.8287 5.26402 16.6527C5.08801 16.4767 5 16.2591 5 16C5 15.7409 5.08801 15.5233 5.26402 15.3473C5.44004 15.1713 5.65761 15.0839 5.91674 15.0852H15.0842V5.9185C15.0842 5.65817 15.1722 5.44061 15.3482 5.26583C15.5242 5.08861 15.7418 5 16.0009 5C16.26 5 16.4776 5.088 16.6536 5.264C16.8297 5.44 16.917 5.65756 16.9158 5.91667V15.0833H26.0833C26.3436 15.0833 26.5612 15.1713 26.736 15.3473C26.912 15.5233 27 15.7415 27 16.0018C27 16.2622 26.912 16.4797 26.736 16.6545C26.56 16.8293 26.3424 16.9167 26.0833 16.9167H16.9158V26.0833C16.9158 26.3437 16.8278 26.5612 16.6518 26.736C16.477 26.912 16.26 27 16.0009 27C15.7418 27 15.5242 26.912 15.3482 26.736C15.1722 26.56 15.0848 26.3424 15.086 26.0833L15.0842 16.9167Z' 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='M5.91674 17.166C5.65639 17.166 5.43881 17.07 5.26402 16.878C5.08801 16.686 5 16.4487 5 16.166C5 15.8833 5.08801 15.646 5.26402 15.454C5.44004 15.262 5.65761 15.1667 5.91674 15.168C18.9868 15.168 12.3125 15.166 26.0833 15.166C26.3436 15.166 26.5612 15.262 26.736 15.454C26.912 15.646 27 15.884 27 16.168C27 16.452 26.912 16.6893 26.736 16.88C26.56 17.0707 26.3424 17.166 26.0833 17.166C13.001 17.166 18.3986 17.166 5.91674 17.166Z' fill='%23333333'/%3e%3c/svg%3e ");}

/* Icon deve ser apresentado na cor branco e background-image */
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='M17.6275 16.4966C17.6275 16.7196 17.5613 16.9376 17.4374 17.123C17.3136 17.3084 17.1375 17.4529 16.9315 17.5383C16.7254 17.6236 16.4987 17.646 16.28 17.6025C16.0613 17.5589 15.8604 17.4516 15.7028 17.2939C15.5451 17.1362 15.4377 16.9353 15.3942 16.7165C15.3507 16.4978 15.373 16.2711 15.4584 16.0651C15.5437 15.859 15.6882 15.6829 15.8736 15.559C16.059 15.4351 16.277 15.369 16.5 15.369C16.799 15.369 17.0858 15.4878 17.2972 15.6993C17.5087 15.9107 17.6275 16.1975 17.6275 16.4966ZM11.5392 15.369C11.3162 15.369 11.0982 15.4351 10.9128 15.559C10.7274 15.6829 10.5829 15.859 10.4976 16.0651C10.4123 16.2711 10.3899 16.4978 10.4334 16.7165C10.4769 16.9353 10.5843 17.1362 10.742 17.2939C10.8997 17.4516 11.1006 17.5589 11.3193 17.6025C11.538 17.646 11.7647 17.6236 11.9707 17.5383C12.1767 17.4529 12.3528 17.3084 12.4767 17.123C12.6005 16.9376 12.6667 16.7196 12.6667 16.4966C12.6667 16.1975 12.5479 15.9107 12.3364 15.6993C12.125 15.4878 11.8382 15.369 11.5392 15.369ZM21.4608 15.369C21.2378 15.369 21.0198 15.4351 20.8344 15.559C20.649 15.6829 20.5045 15.859 20.4192 16.0651C20.3338 16.2711 20.3115 16.4978 20.355 16.7165C20.3985 16.9353 20.5059 17.1362 20.6636 17.2939C20.8212 17.4516 21.0221 17.5589 21.2408 17.6025C21.4595 17.646 21.6862 17.6236 21.8922 17.5383C22.0983 17.4529 22.2743 17.3084 22.3982 17.123C22.5221 16.9376 22.5882 16.7196 22.5882 16.4966C22.5882 16.1975 22.4695 15.9107 22.258 15.6993C22.0466 15.4878 21.7598 15.369 21.4608 15.369ZM28 16.4966C28.0004 18.4903 27.4826 20.4499 26.4973 22.1832C25.512 23.9164 24.0931 25.3637 22.3798 26.3831C20.6665 27.4024 18.7177 27.9589 16.7245 27.9978C14.7313 28.0367 12.7622 27.5568 11.0104 26.6051L7.07902 27.9153C6.80091 28.008 6.50246 28.0215 6.21712 27.9541C5.93179 27.8868 5.67085 27.7413 5.46355 27.534C5.25624 27.3267 5.11077 27.0657 5.04343 26.7804C4.9761 26.495 4.98956 26.1965 5.0823 25.9184L6.3924 21.9866C5.55726 20.4475 5.08455 18.738 5.01034 16.9885C4.93612 15.239 5.26235 13.4956 5.96415 11.8913C6.66595 10.287 7.72479 8.86414 9.05993 7.73124C10.3951 6.59834 11.9713 5.7853 13.6683 5.35411C15.3653 4.92293 17.1384 4.88499 18.8524 5.24318C20.5663 5.60138 22.1758 6.34625 23.5582 7.421C24.9406 8.49576 26.0593 9.87201 26.8291 11.4448C27.5988 13.0176 27.9993 14.7455 28 16.4966ZM26.6471 16.4966C26.6467 14.9399 26.2882 13.4042 25.5994 12.0082C24.9106 10.6122 23.9099 9.39348 22.6747 8.4462C21.4395 7.49893 20.003 6.84854 18.4763 6.54536C16.9495 6.24217 15.3735 6.29433 13.8702 6.69778C12.3668 7.10123 10.9764 7.84516 9.80654 8.87202C8.63668 9.89887 7.71871 11.1811 7.12367 12.6196C6.52862 14.058 6.27245 15.6141 6.37498 17.1674C6.4775 18.7207 6.93596 20.2296 7.7149 21.5773C7.76302 21.6603 7.79292 21.7526 7.80264 21.8481C7.81236 21.9435 7.80167 22.0399 7.77128 22.1309L6.36647 26.3457C6.35322 26.3855 6.3513 26.4281 6.36092 26.4689C6.37054 26.5096 6.39132 26.5469 6.42093 26.5765C6.45055 26.6061 6.48783 26.6269 6.52859 26.6365C6.56935 26.6462 6.61199 26.6442 6.65172 26.631L10.8627 25.2261C10.9319 25.2033 11.0042 25.1915 11.077 25.1911C11.1957 25.1918 11.3122 25.2233 11.4152 25.2824C12.9578 26.1758 14.7086 26.647 16.4912 26.6485C18.2739 26.6501 20.0254 26.1819 21.5696 25.2912C23.1138 24.4005 24.3961 23.1187 25.2875 21.5748C26.1788 20.0309 26.6478 18.2794 26.6471 16.4966Z' fill='%23333333'/%3e%3c/svg%3e ");}
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='M23.9601 8.14368C22.9941 7.15216 21.8448 6.36407 20.5782 5.82461C19.3116 5.28515 17.9527 5.00492 16.5792 5H16.5C13.7152 5 11.0445 6.12349 9.07537 8.12331C7.10624 10.1231 6 12.8355 6 15.6636V21.5182C6 22.1282 6.2386 22.7132 6.66331 23.1445C7.08803 23.5759 7.66406 23.8182 8.2647 23.8182H9.91175C10.5124 23.8182 11.0884 23.5759 11.5131 23.1445C11.9378 22.7132 12.1764 22.1282 12.1764 21.5182V17.3364C12.1764 16.7264 11.9378 16.1414 11.5131 15.71C11.0884 15.2787 10.5124 15.0364 9.91175 15.0364H7.25588C7.41256 12.6548 8.4546 10.4227 10.171 8.7922C11.8873 7.16166 14.1497 6.25454 16.5 6.25455H16.57C18.9104 6.26509 21.1595 7.17772 22.8627 8.80792C24.5659 10.4381 25.5961 12.6643 25.7451 15.0364H23.0882C22.4875 15.0364 21.9115 15.2787 21.4868 15.71C21.0621 16.1414 20.8235 16.7264 20.8235 17.3364V21.5182C20.8235 22.1282 21.0621 22.7132 21.4868 23.1445C21.9115 23.5759 22.4875 23.8182 23.0882 23.8182H25.7646V24.0273C25.7646 24.7482 25.4827 25.4396 24.9807 25.9493C24.4788 26.4591 23.798 26.7455 23.0882 26.7455H17.3235C17.1597 26.7455 17.0026 26.8115 16.8867 26.9292C16.7709 27.0468 16.7058 27.2064 16.7058 27.3727C16.7058 27.5391 16.7709 27.6986 16.8867 27.8163C17.0026 27.9339 17.1597 28 17.3235 28H23.0882C24.1256 28 25.1206 27.5814 25.8542 26.8364C26.5878 26.0914 26.9999 25.0809 26.9999 24.0273V15.6636C27.0051 14.2687 26.7393 12.8865 26.2176 11.5961C25.696 10.3057 24.9288 9.13251 23.9601 8.14368ZM9.91175 16.2909C10.1848 16.2909 10.4466 16.4011 10.6397 16.5971C10.8327 16.7932 10.9412 17.0591 10.9412 17.3364V21.5182C10.9412 21.7955 10.8327 22.0614 10.6397 22.2574C10.4466 22.4535 10.1848 22.5636 9.91175 22.5636H8.2647C7.99168 22.5636 7.72985 22.4535 7.5368 22.2574C7.34374 22.0614 7.23529 21.7955 7.23529 21.5182V16.2909H9.91175ZM22.0588 21.5182V17.3364C22.0588 17.0591 22.1672 16.7932 22.3603 16.5971C22.5533 16.4011 22.8152 16.2909 23.0882 16.2909H25.7646V22.5636H23.0882C22.8152 22.5636 22.5533 22.4535 22.3603 22.2574C22.1672 22.0614 22.0588 21.7955 22.0588 21.5182Z' 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='M26.5897 5.41255C26.4148 5.23497 26.1952 5.10795 25.954 5.04493C25.7128 4.98191 25.4591 4.98524 25.2197 5.05456H25.2087L6.01453 10.8774C5.741 10.9558 5.49783 11.1156 5.31742 11.3356C5.13701 11.5556 5.02792 11.8253 5.00468 12.1089C4.98144 12.3924 5.04515 12.6763 5.18732 12.9228C5.3295 13.1692 5.54339 13.3665 5.80051 13.4883L14.362 17.5432C14.4033 17.5635 14.4367 17.5969 14.457 17.6382L18.5133 26.2C18.6253 26.4397 18.8035 26.6424 19.0269 26.7842C19.2504 26.9259 19.5097 27.0008 19.7743 27C19.8143 27 19.8553 27 19.8953 26.995C20.1788 26.9727 20.4487 26.864 20.6684 26.6836C20.8882 26.5032 21.0474 26.2597 21.1244 25.986L26.9448 6.79352V6.78252C27.0145 6.54336 27.0183 6.28983 26.9558 6.04869C26.8933 5.80755 26.7668 5.58776 26.5897 5.41255ZM25.7897 6.45253L19.9744 25.643V25.654C19.965 25.6941 19.9426 25.7301 19.9108 25.7563C19.879 25.7825 19.8395 25.7975 19.7983 25.799C19.757 25.8052 19.7149 25.7974 19.6786 25.7767C19.6423 25.756 19.614 25.7237 19.5983 25.685L15.5981 17.2492L20.4224 12.4254C20.535 12.3128 20.5982 12.1601 20.5982 12.0009C20.5982 11.8417 20.535 11.689 20.4224 11.5764C20.3098 11.4638 20.1571 11.4006 19.9979 11.4006C19.8386 11.4006 19.6859 11.4638 19.5733 11.5764L14.753 16.4003L6.31554 12.4004C6.27847 12.3831 6.24759 12.3549 6.22705 12.3195C6.20652 12.2841 6.19732 12.2433 6.2007 12.2026C6.20408 12.1618 6.21987 12.1231 6.24595 12.0916C6.27203 12.0601 6.30714 12.0373 6.34655 12.0264H6.35755L25.5497 6.20853C25.5834 6.19906 25.6191 6.1989 25.6529 6.20805C25.6867 6.21721 25.7174 6.23534 25.7417 6.26053C25.7664 6.28522 25.7841 6.31592 25.7933 6.34961C25.8024 6.38329 25.8025 6.41877 25.7937 6.45253H25.7897Z' 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 22.6923C21.4054 22.6923 26.0811 19.7892 28.4865 15.5C26.0811 11.2108 21.4054 8.30769 16 8.30769C10.5946 8.30769 5.91892 11.2108 3.51351 15.5C5.91892 19.7892 10.5946 22.6923 16 22.6923ZM16 7C22.1622 7 27.4865 10.4654 30 15.5C27.4865 20.5346 22.1622 24 16 24C9.83784 24 4.51351 20.5346 2 15.5C4.51351 10.4654 9.83784 7 16 7ZM16 9.61538C19.3784 9.61538 22.0811 12.2308 22.0811 15.5C22.0811 18.7692 19.3784 21.3846 16 21.3846C12.6216 21.3846 9.91892 18.7692 9.91892 15.5C9.91892 12.2308 12.6216 9.61538 16 9.61538ZM16 10.9231C14.7456 10.9231 13.5426 11.4053 12.6556 12.2636C11.7686 13.122 11.2703 14.2861 11.2703 15.5C11.2703 16.7139 11.7686 17.878 12.6556 18.7364C13.5426 19.5947 14.7456 20.0769 16 20.0769C17.2544 20.0769 18.4574 19.5947 19.3444 18.7364C20.2314 17.878 20.7297 16.7139 20.7297 15.5C20.7297 14.2861 20.2314 13.122 19.3444 12.2636C18.4574 11.4053 17.2544 10.9231 16 10.9231Z' 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='M3.89189 4.97595L4.85135 4L27.4865 27.0241L26.527 28L22.0135 23.3952C20.1622 24.1787 18.1351 24.6186 16 24.6186C9.83784 24.6186 4.51351 20.9759 2 15.6838C3.31081 12.9347 5.36486 10.6392 7.89189 9.05842L3.89189 4.97595ZM16 23.244C17.7432 23.244 19.4189 22.9278 20.9595 22.3368L19.4459 20.7835C18.4595 21.4708 17.2838 21.8694 16 21.8694C12.6216 21.8694 9.91892 19.1203 9.91892 15.6838C9.91892 14.378 10.3108 13.1821 10.9865 12.1787L8.89189 10.0619C6.62925 11.4027 4.76956 13.3466 3.51351 15.6838C5.91892 20.1924 10.5946 23.244 16 23.244ZM28.4865 15.6838C26.0811 11.1753 21.4054 8.12371 16 8.12371C14.4459 8.12371 12.9324 8.38488 11.527 8.85223L10.473 7.78007C12.1892 7.10653 14.0541 6.74914 16 6.74914C22.1622 6.74914 27.4865 10.3918 30 15.6838C28.772 18.276 26.8699 20.477 24.5 22.0481L23.527 21.0447C25.5946 19.7251 27.3108 17.8832 28.4865 15.6838ZM16 9.49828C19.3784 9.49828 22.0811 12.2474 22.0811 15.6838C22.0811 16.811 21.7838 17.8557 21.2703 18.7629L20.2703 17.7457C20.5676 17.1134 20.7297 16.4261 20.7297 15.6838C20.7297 14.4079 20.2314 13.1842 19.3444 12.282C18.4574 11.3797 17.2544 10.8729 16 10.8729C15.2703 10.8729 14.5946 11.0378 13.973 11.3402L12.973 10.323C13.8649 9.80069 14.8919 9.49828 16 9.49828ZM11.2703 15.6838C11.2703 16.9598 11.7686 18.1835 12.6556 19.0857C13.5426 19.988 14.7456 20.4948 16 20.4948C16.9054 20.4948 17.7432 20.2337 18.4595 19.8076L11.9459 13.1821C11.527 13.9107 11.2703 14.7629 11.2703 15.6838Z' 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='M7.222 29C6.58858 29 6.06012 28.7888 5.63662 28.3665C5.21312 27.9441 5.00092 27.4171 5 26.7854V9.27399C5 8.6432 5.21221 8.11662 5.63662 7.69426C6.06104 7.27191 6.5895 7.06027 7.222 7.05936H9.65438V4.73913C9.65438 4.52613 9.7245 4.34969 9.86475 4.20982C10.005 4.06995 10.1815 4.00001 10.3941 4.00001C10.6068 4.00001 10.7837 4.06995 10.9249 4.20982C11.066 4.34969 11.1362 4.52613 11.1352 4.73913V7.05936H20.972V4.68703C20.972 4.49139 21.0375 4.32775 21.1686 4.1961C21.2997 4.06446 21.4633 3.9991 21.6595 4.00001C21.8557 4.00092 22.0188 4.06629 22.149 4.1961C22.2792 4.32592 22.3452 4.4891 22.347 4.68565V7.05936H24.7794C25.4119 7.05936 25.9403 7.27099 26.3647 7.69426C26.7892 8.11754 27.0009 8.64457 27 9.27536V26.7854C27 27.4162 26.7882 27.9432 26.3647 28.3665C25.9412 28.7897 25.4123 29.0009 24.778 29H7.222ZM7.222 27.6287H24.7794C24.9902 27.6287 25.1841 27.5409 25.361 27.3654C25.5379 27.1899 25.6259 26.9961 25.625 26.784V14.7605H6.375V26.7854C6.375 26.9956 6.463 27.189 6.639 27.3654C6.815 27.5419 7.00887 27.6296 7.22062 27.6287M6.375 13.3879H25.625V9.27399C25.625 9.06373 25.537 8.87037 25.361 8.69393C25.185 8.5175 24.9907 8.42973 24.778 8.43065H7.222C7.01025 8.43065 6.81592 8.51841 6.639 8.69393C6.46208 8.86946 6.37408 9.06327 6.375 9.27536V13.3879ZM16 19.6121C15.7158 19.6121 15.4683 19.507 15.2575 19.2967C15.0467 19.0865 14.9412 18.8397 14.9412 18.5563C14.9412 18.2729 15.0467 18.0265 15.2575 17.8171C15.4683 17.6078 15.7158 17.5026 16 17.5017C16.2842 17.5008 16.5317 17.6059 16.7425 17.8171C16.9533 18.0283 17.0588 18.2751 17.0588 18.5576C17.0588 18.8401 16.9533 19.0865 16.7425 19.2967C16.5317 19.507 16.2842 19.6121 16 19.6121ZM10.5 19.6121C10.2158 19.6121 9.96833 19.507 9.7575 19.2967C9.54667 19.0865 9.44125 18.8397 9.44125 18.5563C9.44125 18.2729 9.54667 18.0265 9.7575 17.8171C9.96833 17.6078 10.2158 17.5026 10.5 17.5017C10.7842 17.5008 11.0317 17.6059 11.2425 17.8171C11.4533 18.0283 11.5588 18.2751 11.5588 18.5576C11.5588 18.8401 11.4533 19.0865 11.2425 19.2967C11.0317 19.507 10.7842 19.6121 10.5 19.6121ZM21.5 19.6121C21.2158 19.6121 20.9683 19.507 20.7575 19.2967C20.5467 19.0865 20.4412 18.8397 20.4412 18.5563C20.4412 18.2729 20.5467 18.0265 20.7575 17.8171C20.9683 17.6078 21.2158 17.5026 21.5 17.5017C21.7842 17.5008 22.0317 17.6059 22.2425 17.8171C22.4533 18.0283 22.5588 18.2751 22.5588 18.5576C22.5588 18.8401 22.4533 19.0865 22.2425 19.2967C22.0317 19.507 21.7842 19.6121 21.5 19.6121ZM16 24.8861C15.7158 24.8861 15.4683 24.781 15.2575 24.5707C15.0467 24.3605 14.9412 24.1136 14.9412 23.8302C14.9412 23.5468 15.0467 23.3005 15.2575 23.0911C15.4683 22.8818 15.7158 22.7766 16 22.7757C16.2842 22.7748 16.5317 22.8799 16.7425 23.0911C16.9533 23.3023 17.0588 23.5491 17.0588 23.8316C17.0588 24.1141 16.9533 24.3609 16.7425 24.5721C16.5317 24.7833 16.2842 24.888 16 24.8861ZM10.5 24.8861C10.2158 24.8861 9.96833 24.781 9.7575 24.5707C9.54667 24.3605 9.44125 24.1136 9.44125 23.8302C9.44125 23.5468 9.54667 23.3005 9.7575 23.0911C9.96833 22.8818 10.2158 22.7766 10.5 22.7757C10.7842 22.7748 11.0317 22.8799 11.2425 23.0911C11.4533 23.3023 11.5588 23.5491 11.5588 23.8316C11.5588 24.1141 11.4533 24.3609 11.2425 24.5721C11.0317 24.7833 10.7842 24.888 10.5 24.8861ZM21.5 24.8861C21.2158 24.8861 20.9683 24.781 20.7575 24.5707C20.5467 24.3605 20.4412 24.1136 20.4412 23.8302C20.4412 23.5468 20.5467 23.3005 20.7575 23.0911C20.9683 22.8818 21.2158 22.7766 21.5 22.7757C21.7842 22.7748 22.0317 22.8799 22.2425 23.0911C22.4533 23.3023 22.5588 23.5491 22.5588 23.8316C22.5588 24.1141 22.4533 24.3609 22.2425 24.5721C22.0317 24.7833 21.7842 24.888 21.5 24.8861Z' 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.0402 20.6769L7.81655 15.372C7.62122 15.1736 7.38125 15.0673 7.09663 15.0531C6.81201 15.039 6.55808 15.1452 6.33485 15.372C6.11162 15.5987 6 15.8495 6 16.1243C6 16.3992 6.11162 16.65 6.33485 16.8767L11.8577 22.4835C12.1954 22.8278 12.5895 23 13.0402 23C13.4908 23 13.885 22.8278 14.2226 22.4835L25.6848 10.8427C25.8802 10.6444 25.9848 10.4007 25.9988 10.1116C26.0127 9.82254 25.9081 9.56537 25.6848 9.34008C25.4616 9.11479 25.2147 9.00143 24.944 9.00001C24.6733 8.9986 24.4271 9.11195 24.2052 9.34008L13.0402 20.6769Z' 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='M15.1362 16L12.1128 19.0234C11.9901 19.1461 11.9291 19.29 11.9296 19.4553C11.9296 19.6212 11.991 19.7654 12.1136 19.8881C12.2363 20.0108 12.3803 20.0718 12.5455 20.0712C12.7108 20.0706 12.8545 20.0093 12.9766 19.8872L16 16.8638L19.0234 19.8872C19.1461 20.0099 19.29 20.0709 19.4553 20.0704C19.6212 20.0704 19.7654 20.009 19.8881 19.8864C20.0108 19.7637 20.0718 19.6197 20.0712 19.4544C20.0706 19.2892 20.0093 19.1455 19.8872 19.0234L16.8638 16L19.8872 12.9766C20.0099 12.8539 20.0709 12.71 20.0704 12.5447C20.0704 12.3788 20.0093 12.2349 19.8872 12.1128C19.7651 11.9907 19.6212 11.9296 19.4553 11.9296C19.2895 11.9296 19.1455 11.9907 19.0234 12.1128L16 15.1362L12.9766 12.1128C12.8539 11.9901 12.71 11.9291 12.5447 11.9296C12.3788 11.9296 12.2346 11.991 12.1119 12.1136C11.9892 12.2363 11.9282 12.3803 11.9288 12.5455C11.9293 12.7108 11.9907 12.8545 12.1128 12.9766L15.1362 16ZM8.22813 23.777C7.15353 22.7024 6.34671 21.4879 5.80768 20.1334C5.2698 18.7789 5.00058 17.4017 5 16.0017C4.99943 14.6017 5.2675 13.2251 5.80423 11.8718C6.34095 10.5184 7.14719 9.30388 8.22295 8.22813C9.2987 7.15237 10.5132 6.34556 11.8666 5.80768C13.2199 5.2698 14.5971 5.00058 15.9983 5C17.3994 4.99943 18.7761 5.2675 20.1282 5.80423C21.4804 6.34095 22.695 7.14719 23.7719 8.22295C24.8488 9.2987 25.6556 10.5132 26.1923 11.8666C26.729 13.2199 26.9983 14.5971 27 15.9983C27.0017 17.3994 26.7336 18.7761 26.1958 20.1282C25.6579 21.4804 24.8517 22.695 23.777 23.7719C22.7024 24.8488 21.4879 25.6556 20.1334 26.1923C18.7789 26.729 17.4017 26.9983 16.0017 27C14.6017 27.0017 13.2251 26.7336 11.8718 26.1958C10.5184 25.6579 9.30388 24.8517 8.22813 23.777ZM9.08937 22.9106C11.0186 24.8398 13.3221 25.8045 16 25.8045C18.6779 25.8045 20.9814 24.8398 22.9106 22.9106C24.8398 20.9814 25.8045 18.6779 25.8045 16C25.8045 13.3221 24.8398 11.0186 22.9106 9.08937C20.9814 7.16015 18.6779 6.19554 16 6.19554C13.3221 6.19554 11.0186 7.16015 9.08937 9.08937C7.16015 11.0186 6.19554 13.3221 6.19554 16C6.19554 18.6779 7.16015 20.9814 9.08937 22.9106Z' fill='%23333333'/%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='M16 21.104C15.8303 21.104 15.6742 21.0762 15.5317 21.0207C15.3882 20.9652 15.2483 20.8693 15.1121 20.7331L10.995 16.616C10.842 16.463 10.7624 16.2829 10.7561 16.0754C10.7488 15.868 10.8284 15.6779 10.995 15.505C11.1689 15.3311 11.3559 15.2426 11.556 15.2394C11.7561 15.2363 11.9431 15.3217 12.117 15.4956L15.2143 18.5929V5.78571C15.2143 5.56257 15.2892 5.37557 15.439 5.22471C15.5899 5.0749 15.7769 5 16 5C16.2231 5 16.4101 5.0749 16.561 5.22471C16.7108 5.37557 16.7857 5.56257 16.7857 5.78571V18.5929L19.883 15.4956C20.036 15.3426 20.2177 15.2625 20.4283 15.2551C20.6389 15.2478 20.8311 15.3311 21.005 15.505C21.1726 15.6779 21.2575 15.8628 21.2596 16.0597C21.2627 16.2577 21.1779 16.4431 21.005 16.616L16.8879 20.7331C16.7517 20.8693 16.6118 20.9652 16.4683 21.0207C16.3258 21.0762 16.1697 21.104 16 21.104ZM7.53786 27C6.815 27 6.21157 26.758 5.72757 26.274C5.24252 25.789 5 25.185 5 24.4621V21.4403C5 21.2161 5.0749 21.0291 5.22471 20.8793C5.37557 20.7295 5.56257 20.6546 5.78571 20.6546C6.00886 20.6546 6.19586 20.7295 6.34671 20.8793C6.49652 21.0291 6.57143 21.2161 6.57143 21.4403V24.4621C6.57143 24.7031 6.672 24.9247 6.87314 25.1269C7.07533 25.328 7.2969 25.4286 7.53786 25.4286H24.4621C24.7031 25.4286 24.9247 25.328 25.1269 25.1269C25.328 24.9247 25.4286 24.7031 25.4286 24.4621V21.4403C25.4286 21.2161 25.5035 21.0291 25.6533 20.8793C25.8041 20.7295 25.9911 20.6546 26.2143 20.6546C26.4374 20.6546 26.6244 20.7295 26.7753 20.8793C26.9251 21.0291 27 21.2161 27 21.4403V24.4621C27 25.185 26.758 25.7884 26.274 26.2724C25.789 26.7575 25.185 27 24.4621 27H7.53786Z' 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='M7.53786 27C6.815 27 6.21157 26.758 5.72757 26.274C5.24252 25.789 5 25.185 5 24.4622V21.4403C5 21.2161 5.0749 21.0291 5.22471 20.8793C5.37557 20.7295 5.56257 20.6546 5.78571 20.6546C6.00886 20.6546 6.19586 20.7295 6.34671 20.8793C6.49652 21.0291 6.57143 21.2161 6.57143 21.4403V24.4622C6.57143 24.7031 6.672 24.9247 6.87314 25.1269C7.07533 25.328 7.2969 25.4286 7.53786 25.4286H24.4621C24.7031 25.4286 24.9247 25.328 25.1269 25.1269C25.328 24.9247 25.4286 24.7031 25.4286 24.4622V21.4403C25.4286 21.2161 25.5035 21.0291 25.6533 20.8793C25.8041 20.7295 25.9911 20.6546 26.2143 20.6546C26.4374 20.6546 26.6244 20.7295 26.7753 20.8793C26.9251 21.0291 27 21.2161 27 21.4403V24.4622C27 25.185 26.758 25.7884 26.274 26.2724C25.789 26.7575 25.185 27 24.4621 27H7.53786Z' fill='%23333333'/%3e%3cpath d='M16.4833 5.08329C16.3409 5.02776 16.1848 5 16.0151 5C15.8453 5 15.6892 5.02776 15.5468 5.08329C15.4032 5.13881 15.2634 5.23466 15.1272 5.37085L11.0101 9.48797C10.8372 9.66083 10.7523 9.84625 10.7555 10.0443C10.7576 10.2412 10.8424 10.4261 11.0101 10.599C11.184 10.7729 11.3762 10.8562 11.5868 10.8488C11.7973 10.8415 11.9791 10.7613 12.1321 10.6084L15.2293 7.51113L15.2293 20.3182C15.2293 20.5413 15.3042 20.7283 15.4541 20.8792C15.6049 21.029 15.7919 21.1039 16.0151 21.1039C16.2382 21.1039 16.4252 21.029 16.5761 20.8792C16.7259 20.7283 16.8008 20.5413 16.8008 20.3182L16.8008 7.51113L19.8981 10.6084C20.072 10.7823 20.259 10.8677 20.4591 10.8645C20.6592 10.8614 20.8462 10.7729 21.0201 10.599C21.1866 10.4261 21.2662 10.236 21.2589 10.0285C21.2526 9.82111 21.173 9.64092 21.0201 9.48797L16.9029 5.37085C16.7667 5.23466 16.6269 5.13881 16.4833 5.08329Z' 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='M23.4399 29.4999C23.0665 29.4996 22.7017 29.3865 22.3922 29.1752L16.0887 24.9028C16.0577 24.8811 16.0208 24.8695 15.9831 24.8695C15.9454 24.8695 15.9085 24.8811 15.8775 24.9028L9.57405 29.1752C9.25752 29.3889 8.88418 29.5002 8.50362 29.4943C8.12306 29.4884 7.75328 29.3656 7.44338 29.1421C7.13349 28.9187 6.89814 28.6052 6.76859 28.2433C6.63904 27.8814 6.62142 27.4882 6.71807 27.1159L8.78823 19.7331C8.79802 19.696 8.79683 19.6567 8.78482 19.6203C8.7728 19.5838 8.75049 19.5518 8.72063 19.528L2.75518 14.7856C2.44114 14.549 2.20819 14.2189 2.089 13.8417C1.96981 13.4645 1.97035 13.059 2.09054 12.6821C2.21074 12.3052 2.44457 11.9758 2.75924 11.74C3.07391 11.5043 3.45364 11.3741 3.84519 11.3676L11.4499 11.0771C11.4873 11.0745 11.5231 11.061 11.5531 11.0382C11.5831 11.0155 11.6059 10.9845 11.6189 10.9489L14.2382 3.74555C14.3703 3.38037 14.6101 3.06505 14.9252 2.84226C15.2403 2.61948 15.6155 2.5 16 2.5C16.3845 2.5 16.7597 2.61948 17.0748 2.84226C17.3899 3.06505 17.6297 3.38037 17.7618 3.74555L20.3811 10.9489C20.3941 10.9845 20.4169 11.0155 20.4469 11.0382C20.4769 11.061 20.5127 11.0745 20.5501 11.0771L28.1548 11.3676C28.5464 11.3741 28.9261 11.5043 29.2408 11.74C29.5554 11.9758 29.7893 12.3052 29.9095 12.6821C30.0297 13.059 30.0302 13.4645 29.911 13.8417C29.7918 14.2189 29.5589 14.549 29.2448 14.7856L23.2794 19.528C23.2486 19.551 23.2256 19.583 23.2135 19.6197C23.2014 19.6564 23.2008 19.696 23.2118 19.7331L25.2819 27.1159C25.3546 27.3991 25.3618 27.6954 25.303 27.9818C25.2442 28.2683 25.121 28.5372 24.9428 28.7677C24.7647 28.9982 24.5365 29.1842 24.2759 29.3112C24.0152 29.4382 23.7292 29.5027 23.4399 29.4999Z' 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='M29.245 14.7456C29.559 14.5093 29.7919 14.1796 29.911 13.8028C30.0302 13.426 30.0296 13.021 29.9095 12.6446C29.7893 12.2681 29.5556 11.9391 29.241 11.7036C28.9264 11.4682 28.5468 11.3381 28.1554 11.3316L20.553 11.0414C20.5156 11.0388 20.4798 11.0254 20.4498 11.0026C20.4198 10.9799 20.397 10.9489 20.384 10.9134L17.757 3.74409C17.625 3.37934 17.3853 3.06439 17.0703 2.84186C16.7552 2.61934 16.3801 2.5 15.9958 2.5C15.6114 2.5 15.2363 2.61934 14.9213 2.84186C14.6063 3.06439 14.3665 3.37934 14.2346 3.74409L11.616 10.939C11.603 10.9745 11.5802 11.0055 11.5502 11.0283C11.5202 11.051 11.4844 11.0644 11.447 11.067L3.84463 11.3572C3.4532 11.3637 3.07358 11.4938 2.75901 11.7292C2.44443 11.9647 2.21068 12.2937 2.09052 12.6702C1.97036 13.0466 1.96982 13.4517 2.08897 13.8284C2.20813 14.2052 2.44101 14.5349 2.75496 14.7712L8.71861 19.5081C8.74845 19.5318 8.77076 19.5639 8.78277 19.6003C8.79478 19.6367 8.79597 19.6758 8.78618 19.7129L6.73354 27.0615C6.62717 27.4357 6.63748 27.8339 6.76305 28.202C6.88863 28.5701 7.12338 28.8901 7.43536 29.1186C7.74735 29.3471 8.12143 29.473 8.50671 29.479C8.89199 29.4851 9.26977 29.3711 9.58865 29.1525L15.8902 24.8851C15.9212 24.8634 15.9581 24.8518 15.9958 24.8518C16.0335 24.8518 16.0703 24.8634 16.1014 24.8851L22.4029 29.1525C22.7175 29.3786 23.0939 29.5 23.4799 29.5C23.8659 29.5 24.2423 29.3786 24.5569 29.1525C24.869 28.9262 25.1039 28.6077 25.2295 28.2409C25.3551 27.874 25.365 27.4769 25.258 27.1041L23.1885 19.73C23.1775 19.693 23.1781 19.6534 23.1902 19.6168C23.2023 19.5801 23.2253 19.5481 23.2561 19.5251L29.245 14.7456Z' fill='%23D49B9F'/%3e%3c/svg%3e ");}
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 fill-rule='evenodd' clip-rule='evenodd' d='M16 32L15.4107 31.2558C15.0179 30.7146 5 18.6047 5 11.3658C5 5.074 9.97619 0 16 0C22.0238 0 27 5.14165 27 11.3658C27 18.6047 16.9821 30.7822 16.5893 31.2558L16 32Z' 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='M16 0C9.91857 0 5 5.008 5 11.2C5 19.6 16 32 16 32C16 32 27 19.6 27 11.2C27 5.008 22.0814 0 16 0Z' fill='%231EA74E'/%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='M16 0C9.91857 0 5 5.008 5 11.2C5 19.6 16 32 16 32C16 32 27 19.6 27 11.2C27 5.008 22.0814 0 16 0Z' fill='%23EE3934'/%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 fill-rule='evenodd' clip-rule='evenodd' d='M16.0323 5C13.317 5 11.1155 7.16447 11.0044 9.87227L11 10.0871V14.8468C11 17.7103 13.2359 20 16.0323 20C18.7033 20 20.8855 17.8169 20.9956 15.0651L21 14.8468V10.0871C21 7.28967 18.7641 5 16.0323 5ZM16.0323 6.25C18.0136 6.25 19.6726 7.88556 19.7744 9.89187L19.7793 10.0871V14.8468C19.7793 16.9963 18.088 18.75 16.0323 18.75C13.9885 18.75 12.3274 17.1144 12.2256 15.048L12.2207 14.8468V10.0871C12.2207 7.98201 13.9332 6.25 16.0323 6.25Z' fill='%23333333'/%3e%3cpath d='M24 16H22.8576L22.8454 16.2668C22.6104 19.735 19.7471 22.5334 16.2605 22.651L16.0322 22.6549C12.4011 22.6549 9.45303 19.8279 9.21842 16.2643L9.20551 16H8L8.01301 16.309C8.25333 20.0981 11.1859 23.2432 14.9752 23.7712L15.2237 23.8019L15.3972 23.8206V25.8541H14.246C13.9067 25.8541 13.6747 26.0868 13.6747 26.427C13.6747 26.7673 13.9067 27 14.246 27H17.7546C18.1115 27 18.3897 26.7504 18.3897 26.427C18.3897 26.1037 18.1115 25.8541 17.7546 25.8541H16.6034V23.8203L16.7772 23.8018C20.725 23.3819 23.7479 20.2005 23.9881 16.3064L24 16Z' 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='M30 25.9711L2.79876 5L2 6.02892L29.2012 27L30 25.9711Z' fill='%23333333'/%3e%3cpath d='M16.0323 5C18.6922 5 20.882 7.17075 20.9954 9.86737L21 10.0871V14.8468L20.9956 15.0651C20.9683 15.7493 20.8128 16.3983 20.5536 16.9873L19.5421 16.2096C19.6739 15.8446 19.7544 15.4539 19.7744 15.0471L19.7793 14.8468V10.0871L19.7744 9.89187C19.6726 7.88556 18.0136 6.25 16.0323 6.25C13.9988 6.25 12.3281 7.87545 12.2256 9.89092L12.2207 10.0871L12.22 10.586L11.017 9.661C11.2349 7.04906 13.3904 5 16.0323 5Z' fill='%23333333'/%3e%3cpath d='M11 14.692L12.3117 15.7012C12.6908 17.4488 14.2093 18.75 16.0323 18.75C16.1124 18.75 16.192 18.7473 16.2709 18.7421L17.5776 19.7462C17.0911 19.911 16.5717 20 16.0323 20C13.3076 20 11.115 17.8262 11.0044 15.0659L11 14.8468V14.692Z' fill='%23333333'/%3e%3cpath d='M9.20551 16L9.21842 16.2643C9.45303 19.8279 12.4011 22.6549 16.0322 22.6549L16.2605 22.651C17.5767 22.6066 18.804 22.1802 19.8347 21.48L20.8 22.2206C19.664 23.0757 18.2884 23.6411 16.7772 23.8018L16.6034 23.8203V25.8541H17.7546C18.1115 25.8541 18.3897 26.1037 18.3897 26.427C18.3897 26.7504 18.1115 27 17.7546 27H14.246C13.9067 27 13.6747 26.7673 13.6747 26.427C13.6747 26.0868 13.9067 25.8541 14.246 25.8541H15.3972V23.8206L14.9752 23.7712C11.1859 23.2432 8.25333 20.0981 8.01301 16.309L8 16H9.20551Z' fill='%23333333'/%3e%3cpath d='M23.9881 16.3064L24 16H22.8576L22.8454 16.2668C22.7954 17.0057 22.626 17.7142 22.3567 18.3729L23.2994 19.0967C23.6876 18.2346 23.9272 17.2934 23.9881 16.3064Z' 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='M23.6788 10.2163C25.3113 9.35063 27.1125 10.0435 28.8574 11.0227C30.321 11.8313 31.0529 13.0985 31.7282 14.5401L31.7291 14.6556C31.9541 15.1168 32.1783 15.4618 31.7847 15.6347C30.3216 16.211 29.4772 16.6156 28.8582 17.3066C26.6074 19.8432 24.2989 20.6513 21.8223 19.2675C21.597 19.0945 21.316 18.9214 21.0348 18.8066C20.2468 18.3453 19.4016 17.8266 18.5576 17.5957C18.1637 17.4806 18.0509 17.8262 18.276 18.1721C18.7825 19.0364 19.5705 19.4974 20.6402 20.0167L20.6468 20.0189C20.813 20.076 20.9799 20.1333 21.1469 20.2467C23.3982 21.2853 24.5243 23.245 24.0178 25.5523C23.6241 27.3968 23.0041 29.1839 22.4976 30.9716C22.1599 31.8929 21.5971 32.1812 20.8097 31.8926C18.7834 31.0866 16.419 30.7979 14.7307 29.4151C13.1545 28.1462 13.7739 25.9553 14.3369 24.225C14.6182 23.2448 14.7869 22.2652 14.6742 21.3431C14.6742 20.8827 14.5605 20.4781 14.3917 20.0167L14.3583 19.9646C14.3321 19.9051 14.3211 19.8292 14.2787 19.7858C13.9977 19.0365 13.8287 18.5751 14.3352 18.5748C15.4045 18.5179 16.3061 18.1715 16.8688 17.0184C17.1498 16.3844 17.0932 15.6351 16.6994 14.9437C16.4743 14.5401 16.6431 14.0793 17.3747 14.0792H17.5998C17.6556 14.0208 17.7693 14.0201 17.8258 14.0201C18.8955 13.9051 19.9647 13.5592 20.9774 12.6365C21.8217 11.8305 22.5536 10.793 23.6788 10.2163Z' fill='white'/%3e%3cpath d='M18.5576 0.0687089C19.9646 -0.161844 20.4714 0.183982 20.4716 1.1642C20.4155 2.49027 21.0906 3.64388 21.5971 4.79702C22.2517 6.47229 22.1666 8.20248 21.188 9.30485L21.0904 9.40901C20.8655 9.63833 20.5832 9.86926 20.2456 10.0427C18.9511 10.6762 18.3323 11.3689 17.8258 12.1764C17.6565 12.4646 17.4879 12.8103 17.2626 13.0983C17.2626 13.1561 17.2067 13.2142 17.1504 13.2719C16.9259 13.6175 16.587 13.7325 16.1935 13.5601C15.4619 13.2145 14.7293 13.0416 13.2096 13.1564C12.5904 13.1565 12.1965 13.4455 11.9154 13.7901C11.6338 14.1941 11.4086 14.7701 11.1836 15.462C11.0728 15.8592 10.8527 15.6981 10.4707 15.4186L10.4517 15.4047C10.3251 15.3183 10.2304 15.2646 10.1196 15.2189L10.0015 15.1747C9.21339 14.7704 8.25678 14.6552 7.2436 14.7128C5.7801 14.7699 4.37332 14.5976 4.48571 12.0036C4.59826 9.87012 4.76751 7.85226 4.5422 6.238C4.48617 5.89188 4.42964 5.54593 4.31708 5.25796V5.14164C4.09255 4.39235 4.3178 3.81597 5.2184 3.75882C5.7249 3.75882 6.11858 3.41266 6.68209 3.23972C9.94592 2.02904 10.7338 3.81543 10.7907 5.77619L10.7898 5.83435C10.7898 7.85214 10.5089 9.8122 11.5782 11.3691L11.6903 11.541L11.7588 11.6495C11.9298 11.9017 12.1757 12.1478 12.4221 12.3491C12.6473 12.4646 13.0975 12.5794 13.0975 12.3491C13.2096 11.8316 13.2096 11.3134 13.2096 10.7952V10.7927C13.0973 9.75471 12.8164 8.71643 12.31 7.62081C11.5224 6.00728 11.465 4.56547 12.5908 3.00882C12.8861 2.60565 13.182 2.24583 13.5529 1.93069L13.7172 1.79875L13.9646 1.62166C15.2234 0.768863 16.8163 0.392732 18.5576 0.0687089Z' fill='white'/%3e%3cpath d='M10.902 17.0184C11.1832 16.9037 11.5213 16.7882 11.6338 17.0184C11.9714 17.768 12.4783 18.0564 13.041 18.403C13.3785 18.5745 13.2659 18.9783 13.1531 19.3248L13.154 19.3257C13.0981 19.4401 13.0421 19.4975 13.0418 19.5557C12.5354 20.5364 12.1415 21.4572 11.8606 22.3795C11.635 23.0728 11.4656 23.8226 11.353 24.5141C11.2408 25.3785 11.1844 26.1852 11.1844 26.9933C11.2407 27.8577 10.9032 28.6655 10.284 29.357C8.98938 30.8556 7.58231 31.0866 6.28749 30.6252C5.38735 30.2796 4.54283 29.9914 3.69823 29.8761C3.58573 29.8185 3.47286 29.8179 3.36012 29.8179H3.30363C2.12225 29.6452 1.9529 28.8373 2.00942 28.0888C2.12227 23.6488 3.4733 19.6719 7.75032 17.942C8.81958 17.4807 9.94515 17.6533 10.902 17.0766V17.0184Z' fill='white'/%3e%3cpath d='M8.94118 20.375V22.125V9.875V20.375ZM9.52094 23C9.09929 23 8.74039 22.8623 8.44424 22.587C8.14808 22.3117 8 21.9783 8 21.5869V10.4131C8 10.0223 8.14808 9.68892 8.44424 9.413C8.74039 9.13767 9.09929 9 9.52094 9H21.5388C21.9592 9 22.3178 9.13767 22.6146 9.413C22.9107 9.68833 23.0588 10.022 23.0588 10.414V12.9882H22.1176V10.414C22.1176 10.2565 22.0634 10.1273 21.9548 10.0264C21.8463 9.92546 21.7076 9.875 21.5388 9.875H9.52C9.35122 9.875 9.21255 9.92546 9.104 10.0264C8.99545 10.1273 8.94118 10.2565 8.94118 10.414V21.5869C8.94118 21.7438 8.99545 21.8727 9.104 21.9736C9.21255 22.0745 9.35153 22.125 9.52094 22.125H21.5388C21.7076 22.125 21.8463 22.0745 21.9548 21.9736C22.0634 21.8727 22.1176 21.7438 22.1176 21.5869V19.0118H23.0588V21.5869C23.0588 21.9777 22.9107 22.3111 22.6146 22.587C22.3184 22.8623 21.9598 23 21.5388 23H9.52094ZM17.0504 19.5C16.6287 19.5 16.2698 19.3623 15.9736 19.087C15.6775 18.8117 15.5294 18.4783 15.5294 18.0869V13.9131C15.5294 13.5223 15.6775 13.1889 15.9736 12.913C16.2698 12.6377 16.6287 12.5 17.0504 12.5H22.48C22.9004 12.5 23.259 12.6377 23.5558 12.913C23.8519 13.1883 24 13.522 24 13.914V18.0869C24 18.4777 23.8519 18.8111 23.5558 19.087C23.2596 19.3623 22.901 19.5 22.48 19.5H17.0504ZM22.48 18.625C22.6488 18.625 22.7875 18.5745 22.896 18.4736C23.0045 18.3727 23.0588 18.2438 23.0588 18.0869V13.9131C23.0588 13.7562 23.0045 13.6273 22.896 13.5264C22.7875 13.4255 22.6488 13.375 22.48 13.375H17.0494C16.8806 13.375 16.742 13.4255 16.6334 13.5264C16.5249 13.6273 16.4706 13.7565 16.4706 13.914V18.0869C16.4706 18.2438 16.5249 18.3727 16.6334 18.4736C16.742 18.5745 16.8809 18.625 17.0504 18.625H22.48ZM19.2941 17.3125C19.6863 17.3125 20.0198 17.185 20.2946 16.9301C20.5694 16.6752 20.7065 16.3652 20.7059 16C20.7053 15.6348 20.5682 15.3251 20.2946 15.0707C20.021 14.8164 19.6875 14.6887 19.2941 14.6875C18.9007 14.6863 18.5675 14.8141 18.2946 15.0707C18.0216 15.3274 17.8842 15.6372 17.8824 16C17.8805 16.3628 18.0179 16.6729 18.2946 16.9301C18.5713 17.1874 18.9045 17.3148 19.2941 17.3125Z' fill='%23C0878B'/%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='M23.6788 10.2163C25.3113 9.35063 27.1125 10.0435 28.8574 11.0227C30.321 11.8313 31.0529 13.0985 31.7282 14.5401L31.7291 14.6556C31.9541 15.1168 32.1783 15.4618 31.7847 15.6347C30.3216 16.211 29.4772 16.6156 28.8582 17.3066C26.6074 19.8432 24.2989 20.6513 21.8223 19.2675C21.597 19.0945 21.316 18.9214 21.0348 18.8066C20.2468 18.3453 19.4016 17.8266 18.5576 17.5957C18.1637 17.4806 18.0509 17.8262 18.276 18.1721C18.7825 19.0364 19.5705 19.4974 20.6402 20.0167L20.6468 20.0189C20.813 20.076 20.9799 20.1333 21.1469 20.2467C23.3982 21.2853 24.5243 23.245 24.0178 25.5523C23.6241 27.3968 23.0041 29.1839 22.4976 30.9716C22.1599 31.8929 21.5971 32.1812 20.8097 31.8926C18.7834 31.0866 16.419 30.7979 14.7307 29.4151C13.1545 28.1462 13.7739 25.9553 14.3369 24.225C14.6182 23.2448 14.7869 22.2652 14.6742 21.3431C14.6742 20.8827 14.5605 20.4781 14.3917 20.0167L14.3583 19.9646C14.3321 19.9051 14.3211 19.8292 14.2787 19.7858C13.9977 19.0365 13.8287 18.5751 14.3352 18.5748C15.4045 18.5179 16.3061 18.1715 16.8688 17.0184C17.1498 16.3844 17.0932 15.6351 16.6994 14.9437C16.4743 14.5401 16.6431 14.0793 17.3747 14.0792H17.5998C17.6556 14.0208 17.7693 14.0201 17.8258 14.0201C18.8955 13.9051 19.9647 13.5592 20.9774 12.6365C21.8217 11.8305 22.5536 10.793 23.6788 10.2163Z' fill='white'/%3e%3cpath d='M18.5576 0.0687089C19.9646 -0.161844 20.4714 0.183982 20.4716 1.1642C20.4155 2.49027 21.0906 3.64388 21.5971 4.79702C22.2517 6.47229 22.1666 8.20248 21.188 9.30485L21.0904 9.40901C20.8655 9.63833 20.5832 9.86926 20.2456 10.0427C18.9511 10.6762 18.3323 11.3689 17.8258 12.1764C17.6565 12.4646 17.4879 12.8103 17.2626 13.0983C17.2626 13.1561 17.2067 13.2142 17.1504 13.2719C16.9259 13.6175 16.587 13.7325 16.1935 13.5601C15.4619 13.2145 14.7293 13.0416 13.2096 13.1564C12.5904 13.1565 12.1965 13.4455 11.9154 13.7901C11.6338 14.1941 11.4086 14.7701 11.1836 15.462C11.0728 15.8592 10.8527 15.6981 10.4707 15.4186L10.4517 15.4047C10.3251 15.3183 10.2304 15.2646 10.1196 15.2189L10.0015 15.1747C9.21339 14.7704 8.25678 14.6552 7.2436 14.7128C5.7801 14.7699 4.37332 14.5976 4.48571 12.0036C4.59826 9.87012 4.76751 7.85226 4.5422 6.238C4.48617 5.89188 4.42964 5.54593 4.31708 5.25796V5.14164C4.09255 4.39235 4.3178 3.81597 5.2184 3.75882C5.7249 3.75882 6.11858 3.41266 6.68209 3.23972C9.94592 2.02904 10.7338 3.81543 10.7907 5.77619L10.7898 5.83435C10.7898 7.85214 10.5089 9.8122 11.5782 11.3691L11.6903 11.541L11.7588 11.6495C11.9298 11.9017 12.1757 12.1478 12.4221 12.3491C12.6473 12.4646 13.0975 12.5794 13.0975 12.3491C13.2096 11.8316 13.2096 11.3134 13.2096 10.7952V10.7927C13.0973 9.75471 12.8164 8.71643 12.31 7.62081C11.5224 6.00728 11.465 4.56547 12.5908 3.00882C12.8861 2.60565 13.182 2.24583 13.5529 1.93069L13.7172 1.79875L13.9646 1.62166C15.2234 0.768863 16.8163 0.392732 18.5576 0.0687089Z' fill='white'/%3e%3cpath d='M10.902 17.0184C11.1832 16.9037 11.5213 16.7882 11.6338 17.0184C11.9714 17.768 12.4783 18.0564 13.041 18.403C13.3785 18.5745 13.2659 18.9783 13.1531 19.3248L13.154 19.3257C13.0981 19.4401 13.0421 19.4975 13.0418 19.5557C12.5354 20.5364 12.1415 21.4572 11.8606 22.3795C11.635 23.0728 11.4656 23.8226 11.353 24.5141C11.2408 25.3785 11.1844 26.1852 11.1844 26.9933C11.2407 27.8577 10.9032 28.6655 10.284 29.357C8.98938 30.8556 7.58231 31.0866 6.28749 30.6252C5.38735 30.2796 4.54283 29.9914 3.69823 29.8761C3.58573 29.8185 3.47286 29.8179 3.36012 29.8179H3.30363C2.12225 29.6452 1.9529 28.8373 2.00942 28.0888C2.12227 23.6488 3.4733 19.6719 7.75032 17.942C8.81958 17.4807 9.94515 17.6533 10.902 17.0766V17.0184Z' fill='white'/%3e%3cpath d='M14.039 19.7103H17.962C18.1907 19.7103 18.3823 19.6315 18.537 19.4738C18.6917 19.3161 18.769 19.1203 18.769 18.8865V15.9062C18.769 15.673 18.6917 15.4776 18.537 15.3199C18.3823 15.1622 18.1903 15.0834 17.961 15.0834H17.788V14.0638C17.788 13.5547 17.618 13.1264 17.278 12.7791C16.938 12.4324 16.5183 12.2591 16.019 12.2591C15.5197 12.2591 15.1 12.4324 14.76 12.7791C14.42 13.1258 14.25 13.554 14.25 14.0638V15.0834H14.038C13.8093 15.0834 13.6177 15.1622 13.463 15.3199C13.3083 15.4776 13.231 15.673 13.231 15.9062V18.8865C13.231 19.1203 13.3083 19.3161 13.463 19.4738C13.6177 19.6315 13.8097 19.7103 14.039 19.7103ZM15.019 15.0834V14.0638C15.019 13.7749 15.115 13.5326 15.307 13.3368C15.499 13.141 15.7363 13.0432 16.019 13.0432C16.3017 13.0432 16.5393 13.141 16.732 13.3368C16.9247 13.5326 17.0203 13.7749 17.019 14.0638V15.0834H15.019ZM16 25C15.9093 25 15.8137 24.9915 15.713 24.9745C15.6123 24.9575 15.519 24.932 15.433 24.898C13.4643 24.1333 11.9 22.8364 10.74 21.0073C9.58 19.1781 9 17.198 9 15.0671V10.7001C9 10.3507 9.09767 10.036 9.293 9.75598C9.48767 9.47593 9.74 9.27303 10.05 9.14728L15.435 7.10808C15.6297 7.03603 15.818 7 16 7C16.182 7 16.3707 7.03603 16.566 7.10808L21.95 9.14728C22.2593 9.27371 22.5117 9.47661 22.707 9.75598C22.9023 10.036 23 10.3507 23 10.7001V15.0671C23 17.198 22.42 19.1781 21.26 21.0073C20.1 22.8364 18.536 24.1333 16.568 24.898C16.4807 24.932 16.387 24.9575 16.287 24.9745C16.187 24.9915 16.0913 25 16 25ZM16 24.0395C17.7333 23.4788 19.1667 22.3572 20.3 20.6749C21.4333 18.9925 22 17.1233 22 15.0671V10.6808C22 10.5502 21.9647 10.4327 21.894 10.328C21.824 10.2233 21.7247 10.1451 21.596 10.0935L16.212 8.05427C16.148 8.02708 16.0773 8.01348 16 8.01348C15.9227 8.01348 15.852 8.02708 15.788 8.05427L10.404 10.0935C10.2753 10.1451 10.176 10.2233 10.106 10.328C10.0353 10.4327 10 10.5502 10 10.6808V15.0671C10 17.1233 10.5667 18.9925 11.7 20.6749C12.8333 22.3572 14.2667 23.4788 16 24.0395Z' fill='%23C0878B'/%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='M23.6788 10.2163C25.3113 9.35063 27.1125 10.0435 28.8574 11.0227C30.321 11.8313 31.0529 13.0985 31.7282 14.5401L31.7291 14.6556C31.9541 15.1168 32.1783 15.4618 31.7847 15.6347C30.3216 16.211 29.4772 16.6156 28.8582 17.3066C26.6074 19.8432 24.2989 20.6513 21.8223 19.2675C21.597 19.0945 21.316 18.9214 21.0348 18.8066C20.2468 18.3453 19.4016 17.8266 18.5576 17.5957C18.1637 17.4806 18.0509 17.8262 18.276 18.1721C18.7825 19.0364 19.5705 19.4974 20.6402 20.0167L20.6468 20.0189C20.813 20.076 20.9799 20.1333 21.1469 20.2467C23.3982 21.2853 24.5243 23.245 24.0178 25.5523C23.6241 27.3968 23.0041 29.1839 22.4976 30.9716C22.1599 31.8929 21.5971 32.1812 20.8097 31.8926C18.7834 31.0866 16.419 30.7979 14.7307 29.4151C13.1545 28.1462 13.7739 25.9553 14.3369 24.225C14.6182 23.2448 14.7869 22.2652 14.6742 21.3431C14.6742 20.8827 14.5605 20.4781 14.3917 20.0167L14.3583 19.9646C14.3321 19.9051 14.3211 19.8292 14.2787 19.7858C13.9977 19.0365 13.8287 18.5751 14.3352 18.5748C15.4045 18.5179 16.3061 18.1715 16.8688 17.0184C17.1498 16.3844 17.0932 15.6351 16.6994 14.9437C16.4743 14.5401 16.6431 14.0793 17.3747 14.0792H17.5998C17.6556 14.0208 17.7693 14.0201 17.8258 14.0201C18.8955 13.9051 19.9647 13.5592 20.9774 12.6365C21.8217 11.8305 22.5536 10.793 23.6788 10.2163Z' fill='white'/%3e%3cpath d='M18.5576 0.0687089C19.9646 -0.161844 20.4714 0.183982 20.4716 1.1642C20.4155 2.49027 21.0906 3.64388 21.5971 4.79702C22.2517 6.47229 22.1666 8.20248 21.188 9.30485L21.0904 9.40901C20.8655 9.63833 20.5832 9.86926 20.2456 10.0427C18.9511 10.6762 18.3323 11.3689 17.8258 12.1764C17.6565 12.4646 17.4879 12.8103 17.2626 13.0983C17.2626 13.1561 17.2067 13.2142 17.1504 13.2719C16.9259 13.6175 16.587 13.7325 16.1935 13.5601C15.4619 13.2145 14.7293 13.0416 13.2096 13.1564C12.5904 13.1565 12.1965 13.4455 11.9154 13.7901C11.6338 14.1941 11.4086 14.7701 11.1836 15.462C11.0728 15.8592 10.8527 15.6981 10.4707 15.4186L10.4517 15.4047C10.3251 15.3183 10.2304 15.2646 10.1196 15.2189L10.0015 15.1747C9.21339 14.7704 8.25678 14.6552 7.2436 14.7128C5.7801 14.7699 4.37332 14.5976 4.48571 12.0036C4.59826 9.87012 4.76751 7.85226 4.5422 6.238C4.48617 5.89188 4.42964 5.54593 4.31708 5.25796V5.14164C4.09255 4.39235 4.3178 3.81597 5.2184 3.75882C5.7249 3.75882 6.11858 3.41266 6.68209 3.23972C9.94592 2.02904 10.7338 3.81543 10.7907 5.77619L10.7898 5.83435C10.7898 7.85214 10.5089 9.8122 11.5782 11.3691L11.6903 11.541L11.7588 11.6495C11.9298 11.9017 12.1757 12.1478 12.4221 12.3491C12.6473 12.4646 13.0975 12.5794 13.0975 12.3491C13.2096 11.8316 13.2096 11.3134 13.2096 10.7952V10.7927C13.0973 9.75471 12.8164 8.71643 12.31 7.62081C11.5224 6.00728 11.465 4.56547 12.5908 3.00882C12.8861 2.60565 13.182 2.24583 13.5529 1.93069L13.7172 1.79875L13.9646 1.62166C15.2234 0.768863 16.8163 0.392732 18.5576 0.0687089Z' fill='white'/%3e%3cpath d='M10.902 17.0184C11.1832 16.9037 11.5213 16.7882 11.6338 17.0184C11.9714 17.768 12.4783 18.0564 13.041 18.403C13.3785 18.5745 13.2659 18.9783 13.1531 19.3248L13.154 19.3257C13.0981 19.4401 13.0421 19.4975 13.0418 19.5557C12.5354 20.5364 12.1415 21.4572 11.8606 22.3795C11.635 23.0728 11.4656 23.8226 11.353 24.5141C11.2408 25.3785 11.1844 26.1852 11.1844 26.9933C11.2407 27.8577 10.9032 28.6655 10.284 29.357C8.98938 30.8556 7.58231 31.0866 6.28749 30.6252C5.38735 30.2796 4.54283 29.9914 3.69823 29.8761C3.58573 29.8185 3.47286 29.8179 3.36012 29.8179H3.30363C2.12225 29.6452 1.9529 28.8373 2.00942 28.0888C2.12227 23.6488 3.4733 19.6719 7.75032 17.942C8.81958 17.4807 9.94515 17.6533 10.902 17.0766V17.0184Z' fill='white'/%3e%3cpath d='M9.87679 23C9.17051 23 8.57191 22.7478 8.08101 22.2433C7.58946 21.7388 7.34368 21.1262 7.34368 20.4055H6.7839C6.56205 20.4055 6.3761 20.3288 6.22605 20.1754C6.076 20.022 6.00065 19.8316 6 19.6041V10.6027C6 10.1458 6.14973 9.76466 6.44919 9.4592C6.74865 9.15373 7.12151 9.00066 7.56779 9H18.8363C19.2677 9 19.6367 9.15703 19.9432 9.4711C20.2498 9.78516 20.4034 10.162 20.4041 10.6017V12.5853H21.8593C22.107 12.5853 22.3418 12.6422 22.5637 12.7559C22.7862 12.8696 22.9692 13.0266 23.1128 13.227L25.8438 16.9858C25.8962 17.0526 25.9353 17.126 25.9612 17.206C25.9871 17.286 26 17.373 26 17.4668V19.6041C26 19.8316 25.9253 20.022 25.7759 20.1754C25.6265 20.3288 25.4402 20.4055 25.2171 20.4055H24.4332C24.4332 21.1262 24.1861 21.7388 23.692 22.2433C23.1978 22.7478 22.5979 22.9997 21.8923 22.999C21.1867 22.9983 20.5878 22.7464 20.0956 22.2433C19.6034 21.7401 19.3576 21.1275 19.3582 20.4055H12.4196C12.4196 21.1302 12.1725 21.7437 11.6784 22.2462C11.1843 22.7487 10.5831 23 9.87679 23ZM9.88164 22.0082C10.3182 22.0082 10.6885 21.8528 10.9925 21.5421C11.2965 21.2313 11.4485 20.8525 11.4485 20.4055C11.4485 19.9585 11.2965 19.58 10.9925 19.2699C10.6885 18.9598 10.3182 18.8044 9.88164 18.8038C9.44506 18.8031 9.07478 18.9585 8.7708 19.2699C8.46681 19.5813 8.31482 19.9599 8.31482 20.4055C8.31482 20.8511 8.46681 21.2297 8.7708 21.5411C9.07478 21.8525 9.44506 22.0089 9.88164 22.0082ZM6.97114 19.4137H7.59884C7.7366 18.976 8.01762 18.5998 8.44191 18.2851C8.8662 17.9703 9.34611 17.8123 9.88164 17.811C10.3926 17.811 10.8667 17.9657 11.3039 18.2751C11.7405 18.5839 12.0276 18.9634 12.1654 19.4137H19.4349V10.6027C19.4349 10.4242 19.3786 10.2777 19.2661 10.1634C19.1535 10.049 19.0103 9.99178 18.8363 9.99178H7.56779C7.41838 9.99178 7.28159 10.0553 7.15741 10.1822C7.03258 10.3098 6.97017 10.45 6.97017 10.6027L6.97114 19.4137ZM21.8972 22.0082C22.3337 22.0082 22.704 21.8528 23.008 21.5421C23.312 21.2307 23.464 20.8518 23.464 20.4055C23.464 19.9592 23.312 19.5807 23.008 19.2699C22.704 18.9591 22.3337 18.8038 21.8972 18.8038C21.4606 18.8038 21.0903 18.9591 20.7863 19.2699C20.4823 19.5807 20.3303 19.9592 20.3303 20.4055C20.3303 20.8518 20.4823 21.2303 20.7863 21.5411C21.0903 21.8518 21.4606 22.0082 21.8972 22.0082ZM20.4031 17.4302H24.9745L22.3066 13.826C22.2445 13.7493 22.173 13.6888 22.0922 13.6445C22.0113 13.6002 21.9211 13.5781 21.8215 13.5781H20.4041L20.4031 17.4302Z' fill='%23C0878B'/%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='M23.6788 10.2163C25.3113 9.35063 27.1125 10.0435 28.8574 11.0227C30.321 11.8313 31.0529 13.0985 31.7282 14.5401L31.7291 14.6556C31.9541 15.1168 32.1783 15.4618 31.7847 15.6347C30.3216 16.211 29.4772 16.6156 28.8582 17.3066C26.6074 19.8432 24.2989 20.6513 21.8223 19.2675C21.597 19.0945 21.316 18.9214 21.0348 18.8066C20.2468 18.3453 19.4016 17.8266 18.5576 17.5957C18.1637 17.4806 18.0509 17.8262 18.276 18.1721C18.7825 19.0364 19.5705 19.4974 20.6402 20.0167L20.6468 20.0189C20.813 20.076 20.9799 20.1333 21.1469 20.2467C23.3982 21.2853 24.5243 23.245 24.0178 25.5523C23.6241 27.3968 23.0041 29.1839 22.4976 30.9716C22.1599 31.8929 21.5971 32.1812 20.8097 31.8926C18.7834 31.0866 16.419 30.7979 14.7307 29.4151C13.1545 28.1462 13.7739 25.9553 14.3369 24.225C14.6182 23.2448 14.7869 22.2652 14.6742 21.3431C14.6742 20.8827 14.5605 20.4781 14.3917 20.0167L14.3583 19.9646C14.3321 19.9051 14.3211 19.8292 14.2787 19.7858C13.9977 19.0365 13.8287 18.5751 14.3352 18.5748C15.4045 18.5179 16.3061 18.1715 16.8688 17.0184C17.1498 16.3844 17.0932 15.6351 16.6994 14.9437C16.4743 14.5401 16.6431 14.0793 17.3747 14.0792H17.5998C17.6556 14.0208 17.7693 14.0201 17.8258 14.0201C18.8955 13.9051 19.9647 13.5592 20.9774 12.6365C21.8217 11.8305 22.5536 10.793 23.6788 10.2163Z' fill='white'/%3e%3cpath d='M18.5576 0.0687089C19.9646 -0.161844 20.4714 0.183982 20.4716 1.1642C20.4155 2.49027 21.0906 3.64388 21.5971 4.79702C22.2517 6.47229 22.1666 8.20248 21.188 9.30485L21.0904 9.40901C20.8655 9.63833 20.5832 9.86926 20.2456 10.0427C18.9511 10.6762 18.3323 11.3689 17.8258 12.1764C17.6565 12.4646 17.4879 12.8103 17.2626 13.0983C17.2626 13.1561 17.2067 13.2142 17.1504 13.2719C16.9259 13.6175 16.587 13.7325 16.1935 13.5601C15.4619 13.2145 14.7293 13.0416 13.2096 13.1564C12.5904 13.1565 12.1965 13.4455 11.9154 13.7901C11.6338 14.1941 11.4086 14.7701 11.1836 15.462C11.0728 15.8592 10.8527 15.6981 10.4707 15.4186L10.4517 15.4047C10.3251 15.3183 10.2304 15.2646 10.1196 15.2189L10.0015 15.1747C9.21339 14.7704 8.25678 14.6552 7.2436 14.7128C5.7801 14.7699 4.37332 14.5976 4.48571 12.0036C4.59826 9.87012 4.76751 7.85226 4.5422 6.238C4.48617 5.89188 4.42964 5.54593 4.31708 5.25796V5.14164C4.09255 4.39235 4.3178 3.81597 5.2184 3.75882C5.7249 3.75882 6.11858 3.41266 6.68209 3.23972C9.94592 2.02904 10.7338 3.81543 10.7907 5.77619L10.7898 5.83435C10.7898 7.85214 10.5089 9.8122 11.5782 11.3691L11.6903 11.541L11.7588 11.6495C11.9298 11.9017 12.1757 12.1478 12.4221 12.3491C12.6473 12.4646 13.0975 12.5794 13.0975 12.3491C13.2096 11.8316 13.2096 11.3134 13.2096 10.7952V10.7927C13.0973 9.75471 12.8164 8.71643 12.31 7.62081C11.5224 6.00728 11.465 4.56547 12.5908 3.00882C12.8861 2.60565 13.182 2.24583 13.5529 1.93069L13.7172 1.79875L13.9646 1.62166C15.2234 0.768863 16.8163 0.392732 18.5576 0.0687089Z' fill='white'/%3e%3cpath d='M10.902 17.0184C11.1832 16.9037 11.5213 16.7882 11.6338 17.0184C11.9714 17.768 12.4783 18.0564 13.041 18.403C13.3785 18.5745 13.2659 18.9783 13.1531 19.3248L13.154 19.3257C13.0981 19.4401 13.0421 19.4975 13.0418 19.5557C12.5354 20.5364 12.1415 21.4572 11.8606 22.3795C11.635 23.0728 11.4656 23.8226 11.353 24.5141C11.2408 25.3785 11.1844 26.1852 11.1844 26.9933C11.2407 27.8577 10.9032 28.6655 10.284 29.357C8.98938 30.8556 7.58231 31.0866 6.28749 30.6252C5.38735 30.2796 4.54283 29.9914 3.69823 29.8761C3.58573 29.8185 3.47286 29.8179 3.36012 29.8179H3.30363C2.12225 29.6452 1.9529 28.8373 2.00942 28.0888C2.12227 23.6488 3.4733 19.6719 7.75032 17.942C8.81958 17.4807 9.94515 17.6533 10.902 17.0766V17.0184Z' fill='white'/%3e%3cpath d='M15.614 17.5H19.808C19.95 17.5 20.069 17.4523 20.165 17.357C20.261 17.2617 20.3087 17.1427 20.308 17C20.3073 16.8573 20.2597 16.7383 20.165 16.643C20.0703 16.5477 19.9513 16.5 19.808 16.5H15.614L17.36 14.754C17.4533 14.6607 17.5033 14.547 17.51 14.413C17.5167 14.2783 17.4647 14.156 17.354 14.046C17.2473 13.9393 17.1293 13.886 17 13.886C16.8707 13.886 16.7527 13.9393 16.646 14.046L14.258 16.434C14.0967 16.596 14.016 16.7847 14.016 17C14.016 17.2153 14.0967 17.404 14.258 17.566L16.646 19.954C16.7393 20.0473 16.8533 20.0983 16.988 20.107C17.1227 20.1157 17.2447 20.0647 17.354 19.954C17.4607 19.8473 17.514 19.7293 17.514 19.6C17.514 19.4707 17.4607 19.3527 17.354 19.246L15.614 17.5ZM10.616 25C10.168 25 9.78667 24.8427 9.472 24.528C9.15733 24.2133 9 23.8323 9 23.385V10.615C9 10.1683 9.15733 9.78733 9.472 9.472C9.78667 9.15733 10.168 9 10.616 9H15.316C15.2247 8.48933 15.3467 8.02833 15.682 7.617C16.0167 7.20567 16.456 7 17 7C17.5567 7 18.0027 7.20567 18.338 7.617C18.6733 8.02833 18.789 8.48933 18.685 9H23.385C23.8317 9 24.2127 9.15733 24.528 9.472C24.8427 9.78667 25 10.168 25 10.616V23.385C25 23.8317 24.8427 24.2127 24.528 24.528C24.2133 24.8427 23.8323 25 23.385 25H10.616ZM10.616 24H23.385C23.5383 24 23.6793 23.936 23.808 23.808C23.9367 23.68 24.0007 23.5387 24 23.384V10.616C24 10.462 23.936 10.3207 23.808 10.192C23.68 10.0633 23.5387 9.99933 23.384 10H10.616C10.462 10 10.3207 10.064 10.192 10.192C10.0633 10.32 9.99933 10.4613 10 10.616V23.385C10 23.5383 10.064 23.6793 10.192 23.808C10.32 23.9367 10.461 24.0007 10.615 24M17 9.442C17.2167 9.442 17.396 9.37133 17.538 9.23C17.68 9.08867 17.7507 8.90933 17.75 8.692C17.7493 8.47467 17.6783 8.29567 17.537 8.155C17.3957 8.01433 17.2167 7.94333 17 7.942C16.7833 7.94067 16.6043 8.01167 16.463 8.155C16.3217 8.29833 16.2507 8.47733 16.25 8.692C16.2493 8.90667 16.3203 9.086 16.463 9.23C16.6057 9.374 16.7847 9.44467 17 9.442Z' fill='%23C0878B'/%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='M12.5943 23.7647C11.9362 23.7647 11.3871 23.5473 10.9471 23.1125C10.5071 22.6776 10.2867 22.1351 10.2857 21.4847V6.28C10.2857 5.63059 10.5062 5.088 10.9471 4.65224C11.3881 4.21647 11.9371 3.99906 12.5943 4H23.6929C24.35 4 24.899 4.21741 25.34 4.65224C25.7809 5.08706 26.0009 5.62965 26 6.28V21.4847C26 22.1341 25.78 22.6762 25.34 23.1111C24.9 23.5459 24.3505 23.7638 23.6914 23.7647H12.5943ZM12.5943 22.3529H23.6929C23.9119 22.3529 24.1133 22.2626 24.2971 22.0819C24.4809 21.9012 24.5724 21.7021 24.5714 21.4847V6.28C24.5714 6.06353 24.48 5.86447 24.2971 5.68283C24.1143 5.50118 23.9124 5.41083 23.6914 5.41177H12.5943C12.3743 5.41177 12.1724 5.50212 11.9886 5.68283C11.8048 5.86353 11.7133 6.06259 11.7143 6.28V21.4847C11.7143 21.7012 11.8057 21.9002 11.9886 22.0819C12.1714 22.2635 12.3729 22.3539 12.5929 22.3529M8.30714 28C7.65 28 7.10096 27.7826 6.66 27.3478C6.21905 26.9129 5.99905 26.3704 6 25.72V9.80941C6 9.60894 6.0681 9.44141 6.20429 9.30683C6.34048 9.17224 6.51048 9.10494 6.71429 9.10494C6.9181 9.10494 7.0881 9.17224 7.22429 9.30683C7.36048 9.44141 7.42857 9.60941 7.42857 9.81083V25.72C7.42857 25.9365 7.52 26.1355 7.70286 26.3172C7.88572 26.4988 8.08714 26.5892 8.30714 26.5882H20.1214C20.3243 26.5882 20.4938 26.6555 20.63 26.7901C20.7662 26.9247 20.8343 27.0927 20.8343 27.2941C20.8343 27.4955 20.7662 27.6635 20.63 27.7981C20.4938 27.9327 20.3238 28 20.12 28H8.30714Z' 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='M27.875 5.11914C26.1815 3.42508 23.1615 3.68379 21.1338 5.69629C20.8805 5.9498 20.8806 6.35969 21.1338 6.61328C21.3873 6.86687 21.7973 6.86687 22.0508 6.61328C23.5662 5.10264 25.7613 4.83886 26.9531 6.03125C27.5139 6.59234 27.7733 7.39598 27.6816 8.29688C27.5846 9.24634 27.1205 10.1798 26.3711 10.9297C26.0637 11.2372 25.7231 11.4971 25.3672 11.7021L25.2002 9.20898C25.1517 8.4482 24.5368 7.83274 23.7764 7.78418L16.7598 7.32031C16.7006 7.31495 16.6412 7.31543 16.582 7.31543C15.8595 7.31547 15.1744 7.6008 14.6621 8.11328L4.95996 17.8262C4.34535 18.4358 4.00544 19.2501 4 20.124C4 20.9927 4.3344 21.8078 4.94922 22.4229L10.5742 28.0508C11.189 28.6604 12.0039 29 12.8721 29C13.7401 28.9999 14.5543 28.6656 15.1689 28.0508L24.877 18.3379C25.4322 17.7823 25.7237 17.0165 25.6699 16.2344L25.4648 13.1104C26.1282 12.819 26.7537 12.3921 27.293 11.8525C28.2529 10.8921 28.8515 9.67797 28.9756 8.43164C29.1049 7.13142 28.7163 5.96079 27.875 5.11914ZM16.6787 8.62109L23.6953 9.08496C23.8139 9.09576 23.9106 9.18795 23.916 9.30664L24.1104 12.1982C23.9918 12.2198 23.873 12.2412 23.749 12.252C22.8486 12.3436 22.0452 12.0853 21.4844 11.5244C21.2309 11.2708 20.8209 11.2708 20.5674 11.5244C20.3141 11.778 20.314 12.1879 20.5674 12.4414C21.3008 13.1751 22.288 13.5635 23.3936 13.5635C23.5498 13.5635 23.7114 13.5523 23.873 13.5361C23.9809 13.5253 24.0894 13.5094 24.1973 13.4932L24.3857 16.3203C24.4127 16.7302 24.2617 17.1296 23.9707 17.4209L14.2627 27.1338C13.896 27.5006 13.4049 27.7051 12.8818 27.7051C12.3588 27.705 11.8677 27.5006 11.501 27.1338L5.87109 21.5C5.50446 21.1331 5.29883 20.6424 5.29883 20.1191C5.29883 19.5958 5.50445 19.1052 5.87109 18.7383L15.5732 9.03125C15.8375 8.76687 16.2045 8.61621 16.582 8.61621C16.6143 8.61624 16.6465 8.62108 16.6787 8.62109Z' 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='M26.0567 20.0742L20.7541 17.6979C20.5139 17.595 20.2517 17.5536 19.9914 17.5775C19.7311 17.6014 19.4809 17.6899 19.2635 17.8349C19.2414 17.8491 19.2204 17.8648 19.2006 17.882L16.4292 20.2392C16.4004 20.2549 16.3684 20.2637 16.3357 20.2648C16.3029 20.266 16.2704 20.2596 16.2406 20.246C14.4592 19.3861 12.6138 17.552 11.7506 15.7953C11.7363 15.7659 11.7288 15.7337 11.7288 15.701C11.7288 15.6683 11.7363 15.6361 11.7506 15.6067L14.1157 12.8005C14.1327 12.7797 14.1485 12.758 14.1629 12.7354C14.3059 12.5171 14.3922 12.2666 14.4142 12.0065C14.4361 11.7465 14.393 11.485 14.2886 11.2458L11.9291 5.95218C11.7951 5.63969 11.5634 5.37909 11.2687 5.20948C10.974 5.03987 10.6323 4.97042 10.2948 5.01153C8.82795 5.20437 7.48151 5.92472 6.50709 7.03797C5.53267 8.15121 4.99694 9.58117 5.00001 11.0606C5.00001 19.8497 12.1503 27 20.9393 27C22.4187 27.0028 23.8485 26.467 24.9617 25.4926C26.0749 24.5182 26.7953 23.1719 26.9884 21.7052C27.0294 21.3693 26.9609 21.0291 26.7931 20.7352C26.6252 20.4413 26.367 20.2095 26.0567 20.0742ZM20.9393 25.653C12.8933 25.653 6.347 19.1066 6.347 11.0606C6.34324 9.90888 6.75895 8.79516 7.51645 7.92755C8.27396 7.05994 9.32142 6.49781 10.4632 6.34618H10.489C10.5342 6.34702 10.5781 6.36151 10.615 6.38775C10.6518 6.41399 10.6799 6.45075 10.6955 6.49322L13.064 11.7813C13.0775 11.8107 13.0845 11.8426 13.0845 11.875C13.0845 11.9074 13.0775 11.9393 13.064 11.9687L10.6944 14.7817C10.6768 14.8018 10.6607 14.8232 10.6461 14.8457C10.4978 15.072 10.4105 15.3328 10.3926 15.6028C10.3747 15.8728 10.4269 16.1429 10.544 16.3868C11.5396 18.4253 13.5938 20.4637 15.6547 21.4594C15.9 21.5758 16.1714 21.6267 16.4423 21.607C16.7132 21.5874 16.9743 21.4978 17.2003 21.3471C17.2216 21.3325 17.243 21.3168 17.2632 21.3L20.0335 18.9428C20.0608 18.9281 20.0911 18.9194 20.1221 18.9175C20.153 18.9156 20.1841 18.9204 20.2131 18.9315L25.5168 21.3078C25.5601 21.3263 25.5966 21.3579 25.6209 21.3982C25.6453 21.4385 25.6564 21.4854 25.6526 21.5323C25.5018 22.6746 24.9402 23.7229 24.0728 24.4812C23.2054 25.2395 22.0915 25.6561 20.9393 25.653Z' 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.42857 25.57H12.7029V18.3101C12.7029 17.9831 12.8138 17.709 13.0357 17.4879C13.2567 17.2658 13.5305 17.1547 13.8571 17.1547H18.1429C18.4695 17.1547 18.7438 17.2658 18.9657 17.4879C19.1867 17.709 19.2971 17.9831 19.2971 18.3101V25.57H24.5714V13.1408C24.5714 12.994 24.5395 12.8605 24.4757 12.7404C24.4119 12.6203 24.3248 12.5154 24.2143 12.4258L16.5229 6.62301C16.3762 6.49527 16.2019 6.43139 16 6.43139C15.7981 6.43139 15.6243 6.49527 15.4786 6.62301L7.78571 12.4258C7.67619 12.5173 7.58905 12.6222 7.52429 12.7404C7.45952 12.8586 7.42762 12.9921 7.42857 13.1408V25.57ZM6 25.57V13.1408C6 12.7747 6.0819 12.4282 6.24571 12.1012C6.40952 11.7742 6.63524 11.5049 6.92286 11.2933L14.6157 5.46188C15.0186 5.15396 15.4786 5 15.9957 5C16.5129 5 16.9757 5.15396 17.3843 5.46188L25.0771 11.2918C25.3657 11.5035 25.5914 11.7733 25.7543 12.1012C25.9181 12.4282 26 12.7747 26 13.1408V25.57C26 25.9533 25.8576 26.2874 25.5729 26.5724C25.2881 26.8575 24.9543 27 24.5714 27H19.0229C18.6952 27 18.421 26.8894 18.2 26.6682C17.979 26.4461 17.8686 26.1716 17.8686 25.8446V18.5861H14.1314V25.8446C14.1314 26.1725 14.021 26.4471 13.8 26.6682C13.579 26.8894 13.3052 27 12.9786 27H7.42857C7.04571 27 6.7119 26.8575 6.42714 26.5724C6.14238 26.2874 6 25.9533 6 25.57Z' 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='M13.25 13.6996L15.2575 12.7C15.5022 12.5808 15.7497 12.5212 16 12.5212C16.2502 12.5212 16.4977 12.5808 16.7425 12.7L18.75 13.6996V6.375H13.25V13.6996ZM9.8125 22.1875C9.61725 22.1875 9.45362 22.122 9.32162 21.9909C9.18962 21.8598 9.12408 21.6962 9.125 21.5C9.12592 21.3038 9.19146 21.1402 9.32162 21.0091C9.45179 20.878 9.61542 20.8125 9.8125 20.8125H15.3125C15.5087 20.8125 15.6723 20.878 15.8034 21.0091C15.9345 21.1402 16 21.3038 16 21.5C16 21.6962 15.9345 21.8598 15.8034 21.9909C15.6723 22.122 15.5087 22.1875 15.3125 22.1875H9.8125ZM7.222 27C6.58858 27 6.06012 26.7882 5.63662 26.3647C5.21312 25.9412 5.00092 25.4123 5 24.778V7.222C5 6.58858 5.21221 6.06012 5.63662 5.63662C6.06104 5.21312 6.5895 5.00092 7.222 5H24.7794C25.4119 5 25.9403 5.21221 26.3647 5.63662C26.7892 6.06104 27.0009 6.5895 27 7.222V24.7794C27 25.4119 26.7882 25.9403 26.3647 26.3647C25.9412 26.7892 25.4123 27.0009 24.778 27H7.222ZM7.222 25.625H24.7794C24.9902 25.625 25.1841 25.537 25.361 25.361C25.5379 25.185 25.6259 24.9907 25.625 24.778V7.222C25.625 7.01025 25.537 6.81592 25.361 6.639C25.185 6.46208 24.9907 6.37408 24.778 6.375H20.125V14.7969C20.125 15.06 20.0132 15.2616 19.7895 15.4019C19.5658 15.5412 19.3302 15.5495 19.0827 15.4266L16 13.8852L12.9172 15.4252C12.6697 15.549 12.4342 15.5412 12.2105 15.4019C11.9868 15.2625 11.875 15.0609 11.875 14.7969V6.375H7.222C7.01025 6.375 6.81592 6.463 6.639 6.639C6.46208 6.815 6.37408 7.00933 6.375 7.222V24.7794C6.375 24.9902 6.463 25.1841 6.639 25.361C6.815 25.5379 7.00887 25.6259 7.22062 25.625' 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='M10.7187 8.20578C10.9571 8.20578 11.1927 8.24333 11.4253 8.31844C11.6579 8.39259 11.8794 8.49852 12.0897 8.63622L19.2135 13.6629C19.3899 13.79 19.4869 13.9566 19.5043 14.1627C19.5218 14.3687 19.4573 14.5541 19.3109 14.7188C19.183 14.8738 19.0342 14.9586 18.8646 14.973C18.696 14.9874 18.5312 14.9446 18.3703 14.8444L11.2276 9.84522C11.0773 9.73352 10.9092 9.67767 10.7231 9.67767C10.537 9.67767 10.3693 9.73352 10.22 9.84522L3.84493 14.2782C3.71505 14.3707 3.61716 14.4814 3.55125 14.6104C3.48632 14.7404 3.45385 14.8796 3.45385 15.0279V23.7783C3.45385 24.0374 3.53768 24.2502 3.70536 24.4168C3.87304 24.5834 4.08772 24.6667 4.34942 24.6667H6.53018C6.79091 24.6667 7.00511 24.5834 7.17278 24.4168C7.34046 24.2502 7.4243 24.0374 7.4243 23.7783V19.666C7.4243 19.2423 7.5692 18.8865 7.859 18.5986C8.1488 18.3106 8.50741 18.1667 8.93485 18.1667H12.5113C12.9387 18.1667 13.2974 18.3106 13.5872 18.5986C13.877 18.8865 14.0223 19.2428 14.0233 19.6674V25.3889C14.0233 25.594 13.953 25.7654 13.8125 25.9031C13.672 26.0408 13.4999 26.1101 13.2964 26.1111C13.0928 26.1121 12.9203 26.0427 12.7788 25.9031C12.6373 25.7635 12.5675 25.5921 12.5695 25.3889V19.6111H8.87815V23.7783C8.87815 24.4197 8.64795 24.9685 8.18757 25.425C7.72718 25.8814 7.17472 26.1101 6.53018 26.1111H4.34942C3.70294 26.1111 3.14999 25.8824 2.69058 25.425C2.23116 24.9676 2.00097 24.4192 2 23.7798V15.038C2 14.6673 2.08578 14.31 2.25733 13.9662C2.42888 13.6215 2.67119 13.3446 2.98425 13.1357L9.35937 8.63767C9.56969 8.50092 9.78922 8.395 10.018 8.31989C10.2457 8.24478 10.4788 8.20722 10.7173 8.20722M27.652 3C28.2975 3 28.85 3.2287 29.3094 3.68611C29.7688 4.14352 29.999 4.69241 30 5.33278V13.725C30 13.9301 29.9302 14.1015 29.7906 14.2392C29.6511 14.3769 29.4781 14.4463 29.2716 14.4472C29.0652 14.4482 28.8927 14.3788 28.7541 14.2392C28.6155 14.0996 28.5462 13.9282 28.5462 13.725V5.33278C28.5462 5.07374 28.4623 4.86093 28.2946 4.69433C28.127 4.52774 27.9128 4.44444 27.652 4.44444H16.5385C16.2768 4.44444 16.0626 4.52774 15.8959 4.69433C15.7282 4.86093 15.6443 5.07422 15.6443 5.33422V7.02855C15.6443 7.2327 15.5746 7.40411 15.435 7.54278C15.2954 7.68144 15.1224 7.75078 14.916 7.75078C14.7095 7.75078 14.537 7.68144 14.3984 7.54278C14.2598 7.40411 14.19 7.2327 14.189 7.02855V5.31689C14.189 4.68326 14.4188 4.1387 14.8782 3.68322C15.3356 3.22774 15.8833 3 16.521 3H27.652ZM24.1846 29C22.565 29 21.1911 28.4396 20.063 27.3187C18.9338 26.1958 18.3692 24.8304 18.3692 23.2222C18.3692 21.6141 18.9338 20.2491 20.063 19.1272C21.1921 18.0054 22.566 17.4444 24.1846 17.4444C25.8032 17.4444 27.1776 18.0054 28.3077 19.1272C29.4378 20.2491 30.0019 21.6141 30 23.2222C29.9981 24.8304 29.434 26.1958 28.3077 27.3187C27.1815 28.4415 25.8071 29.0019 24.1846 29ZM23.6249 23.7769V26.8333C23.6249 26.9816 23.6811 27.1116 23.7935 27.2233C23.905 27.3331 24.0354 27.388 24.1846 27.388C24.3339 27.388 24.4647 27.3326 24.5772 27.2219C24.6876 27.1111 24.7429 26.9816 24.7429 26.8333V23.7769H27.8192C27.9685 23.7769 28.0993 23.7215 28.2118 23.6108C28.3223 23.5 28.3775 23.3705 28.3775 23.2222C28.3775 23.0739 28.3218 22.9439 28.2103 22.8322C28.0988 22.7224 27.9685 22.6676 27.8192 22.6676H24.7429V19.6111C24.7429 19.4628 24.6872 19.3328 24.5757 19.2211C24.4642 19.1113 24.3339 19.0564 24.1846 19.0564C24.0354 19.0564 23.9045 19.1118 23.7921 19.2226C23.6816 19.3333 23.6263 19.4628 23.6263 19.6111V22.6676H20.55C20.4007 22.6676 20.2699 22.7229 20.1575 22.8337C20.047 22.9444 19.9917 23.0739 19.9917 23.2222C19.9917 23.3705 20.0475 23.5005 20.1589 23.6122C20.2704 23.722 20.4007 23.7769 20.55 23.7769H23.6249ZM24.7309 9.88855H25.7922C25.9492 9.88855 26.0864 9.83029 26.2036 9.71378C26.3209 9.59726 26.3795 9.461 26.3795 9.305V8.25056C26.3795 8.09455 26.3209 7.9583 26.2036 7.84178C26.0864 7.72526 25.9492 7.667 25.7922 7.667H24.7309C24.5739 7.667 24.4367 7.72526 24.3194 7.84178C24.2022 7.9583 24.1435 8.09407 24.1435 8.24911V9.305C24.1435 9.461 24.2022 9.59726 24.3194 9.71378C24.4367 9.83029 24.5739 9.88855 24.7309 9.88855Z' 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='M24.9165 16.3371C24.6779 16.2028 24.4278 16.09 24.169 16C24.4278 15.91 24.6779 15.7972 24.9165 15.6629C25.3902 15.3907 25.8054 15.0283 26.1384 14.5964C26.4714 14.1645 26.7157 13.6716 26.8572 13.1457C26.9988 12.6199 27.0349 12.0714 26.9635 11.5317C26.8922 10.9919 26.7147 10.4715 26.4412 10C26.1677 9.52853 25.8036 9.11529 25.3696 8.78387C24.9357 8.45246 24.4404 8.20935 23.9121 8.06845C23.3837 7.92754 22.8327 7.89158 22.2904 7.96263C21.7481 8.03368 21.2252 8.21035 20.7515 8.48255C20.516 8.62166 20.293 8.7808 20.0851 8.95818C20.1354 8.6901 20.1622 8.41816 20.1651 8.14545C20.1651 7.04601 19.7262 5.9916 18.9451 5.21418C18.164 4.43675 17.1046 4 16 4C14.8954 4 13.836 4.43675 13.0549 5.21418C12.2738 5.9916 11.8349 7.04601 11.8349 8.14545C11.8378 8.41816 11.8646 8.6901 11.9149 8.95818C11.707 8.7808 11.484 8.62166 11.2485 8.48255C10.2919 7.93282 9.15495 7.78387 8.08792 8.06845C7.02089 8.35302 6.11115 9.04782 5.55883 10C5.00651 10.9522 4.85685 12.0837 5.14277 13.1457C5.4287 14.2077 6.12679 15.1132 7.08347 15.6629C7.32206 15.7972 7.57223 15.91 7.83099 16C7.57223 16.09 7.32206 16.2028 7.08347 16.3371C6.36984 16.7469 5.79437 17.3582 5.42985 18.0936C5.06532 18.829 4.92812 19.6554 5.03559 20.4685C5.14307 21.2815 5.49039 22.0445 6.03363 22.661C6.57687 23.2775 7.29162 23.7198 8.08747 23.932C8.4414 24.0263 8.80617 24.0744 9.17258 24.0749C9.90179 24.0742 10.6179 23.8819 11.2485 23.5175C11.484 23.3783 11.707 23.2192 11.9149 23.0418C11.8646 23.3099 11.8378 23.5818 11.8349 23.8545C11.8349 24.954 12.2738 26.0084 13.0549 26.7858C13.836 27.5632 14.8954 28 16 28C17.1046 28 18.164 27.5632 18.9451 26.7858C19.7262 26.0084 20.1651 24.954 20.1651 23.8545C20.1622 23.5818 20.1354 23.3099 20.0851 23.0418C20.293 23.2192 20.516 23.3783 20.7515 23.5175C21.3823 23.8811 22.0984 24.0726 22.8274 24.0727C23.1938 24.0722 23.5586 24.0241 23.9125 23.9298C24.7084 23.7177 25.4231 23.2753 25.9664 22.6588C26.5096 22.0423 26.8569 21.2793 26.9644 20.4663C27.0719 19.6533 26.9347 18.8268 26.5702 18.0914C26.2056 17.356 25.6302 16.7447 24.9165 16.3349V16.3371ZM21.4091 9.616C21.7335 9.41481 22.0953 9.28064 22.4728 9.22145C22.8504 9.16227 23.2361 9.17929 23.6069 9.2715C23.9778 9.36371 24.3262 9.52922 24.6314 9.75819C24.9367 9.98716 25.1925 10.2749 25.3837 10.6043C25.5749 10.9337 25.6976 11.298 25.7445 11.6756C25.7913 12.0532 25.7614 12.4362 25.6565 12.802C25.5515 13.1679 25.3737 13.5089 25.1336 13.8049C24.8935 14.1009 24.596 14.3458 24.2589 14.5251C23.7361 14.8251 22.6236 15.196 20.2692 15.34L20.1114 15.3313C19.9459 14.3329 19.4192 13.4292 18.6306 12.7905L18.7029 12.6476C20.0072 10.6905 20.8863 9.91709 21.4091 9.616ZM16 18.8364C15.4364 18.8364 14.8854 18.67 14.4167 18.3583C13.9481 18.0467 13.5828 17.6037 13.3671 17.0854C13.1515 16.5672 13.095 15.9969 13.205 15.4467C13.3149 14.8965 13.5863 14.3911 13.9849 13.9944C14.3834 13.5977 14.8912 13.3276 15.444 13.2181C15.9968 13.1087 16.5698 13.1649 17.0906 13.3795C17.6113 13.5942 18.0564 13.9578 18.3695 14.4242C18.6826 14.8906 18.8498 15.439 18.8498 16C18.8498 16.7523 18.5495 17.4737 18.0151 18.0056C17.4807 18.5375 16.7558 18.8364 16 18.8364ZM16 5.30909C16.7558 5.30909 17.4807 5.60792 18.0151 6.13984C18.5495 6.67176 18.8498 7.3932 18.8498 8.14545C18.8498 8.74655 18.6163 9.89091 17.5641 11.9931C17.5356 12.0367 17.506 12.0804 17.4775 12.1251C16.5245 11.7633 15.4711 11.7633 14.5181 12.1251L14.4315 11.992C13.3837 9.89091 13.1502 8.74655 13.1502 8.14545C13.1502 7.3932 13.4505 6.67176 13.9849 6.13984C14.5193 5.60792 15.2442 5.30909 16 5.30909ZM7.74111 14.5295C7.11359 14.1403 6.6626 13.5236 6.48339 12.8097C6.30417 12.0957 6.41077 11.3404 6.78066 10.7032C7.15055 10.066 7.75478 9.59686 8.46574 9.39481C9.1767 9.19276 9.93873 9.27364 10.5909 9.62036C11.1137 9.92145 11.9928 10.6949 13.2949 12.652L13.3672 12.7949C12.5785 13.435 12.0526 14.3403 11.8886 15.34L11.7308 15.3487C9.37645 15.2004 8.26393 14.8295 7.74111 14.5295ZM10.5909 22.384C9.93873 22.7307 9.1767 22.8116 8.46574 22.6096C7.75478 22.4075 7.15055 21.9383 6.78066 21.3012C6.41077 20.664 6.30417 19.9087 6.48339 19.1947C6.6626 18.4808 7.11359 17.8641 7.74111 17.4749C8.26393 17.1749 9.37645 16.804 11.7308 16.66L11.8886 16.6687C12.0541 17.6671 12.5808 18.5708 13.3694 19.2095L13.2971 19.3524C11.9928 21.3095 11.1137 22.0829 10.5909 22.384ZM16 26.6909C15.6258 26.6909 15.2552 26.6175 14.9094 26.475C14.5637 26.3325 14.2495 26.1235 13.9849 25.8602C13.7203 25.5968 13.5104 25.2841 13.3671 24.94C13.2239 24.5959 13.1502 24.227 13.1502 23.8545C13.1502 23.2535 13.3837 22.1091 14.4359 20.0069C14.4644 19.9633 14.494 19.9196 14.5225 19.8749C15.4755 20.2367 16.5289 20.2367 17.4819 19.8749L17.5685 20.008C18.6163 22.1091 18.8498 23.2535 18.8498 23.8545C18.8498 24.227 18.7761 24.5959 18.6329 24.94C18.4896 25.2841 18.2797 25.5968 18.0151 25.8602C17.7505 26.1235 17.4363 26.3325 17.0906 26.475C16.7448 26.6175 16.3742 26.6909 16 26.6909ZM25.3024 21.3455C25.1153 21.6681 24.8661 21.9509 24.5692 22.1777C24.2723 22.4046 23.9334 22.5709 23.5719 22.6674C23.2103 22.7638 22.8333 22.7884 22.4622 22.7398C22.0911 22.6912 21.7332 22.5703 21.4091 22.384C20.8863 22.0829 20.0072 21.3095 18.7051 19.3524L18.6328 19.2095C19.4215 18.5694 19.9474 17.664 20.1114 16.6644L20.2747 16.6545C22.629 16.7985 23.7415 17.1695 24.2644 17.4695C24.5882 17.6561 24.872 17.9044 25.0994 18.2003C25.3269 18.4961 25.4935 18.8336 25.5899 19.1935C25.6863 19.5534 25.7105 19.9287 25.6612 20.2979C25.6118 20.6672 25.4899 21.0231 25.3024 21.3455Z' fill='%23C0878B'/%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.75001 24.5C4.53701 24.5 4.35901 24.4305 4.21601 24.2915C4.07201 24.1534 4.00001 23.9832 4.00001 23.7809C4.00001 23.5767 4.07201 23.406 4.21601 23.2689C4.36001 23.1318 4.53801 23.0627 4.75001 23.0618H27.25C27.463 23.0618 27.641 23.1308 27.784 23.2689C27.927 23.407 27.999 23.5781 28 23.7823C28.001 23.9866 27.929 24.1572 27.784 24.2943C27.639 24.4314 27.461 24.5 27.25 24.5H4.75001ZM4.75001 8.93677C4.53701 8.93677 4.35901 8.86822 4.21601 8.73111C4.07301 8.594 4.00101 8.42285 4.00001 8.21767C3.99901 8.01248 4.07101 7.84182 4.21601 7.70566C4.35901 7.56855 4.53701 7.5 4.75001 7.5H27.25C27.463 7.5 27.641 7.56903 27.784 7.7071C27.928 7.84517 28 8.01584 28 8.21911C28 8.42333 27.928 8.59448 27.784 8.73255C27.64 8.87062 27.462 8.93917 27.25 8.93821L4.75001 8.93677Z' fill='%23333333'/%3e%3cpath d='M4.216 16.2297C4.359 16.3687 4.537 16.4382 4.75 16.4382H27.25C27.461 16.4382 27.639 16.3697 27.784 16.2325C27.929 16.0954 28.001 15.9248 28 15.7205C27.999 15.5163 27.927 15.3452 27.784 15.2071C27.641 15.069 27.463 15 27.25 15H4.75C4.538 15.001 4.36 15.07 4.216 15.2071C4.072 15.3442 4 15.5149 4 15.7191C4 15.9214 4.072 16.0916 4.216 16.2297Z' 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='M25.3106 6.00002C25.1248 5.99873 24.9632 6.0668 24.8258 6.20422L16 15.0315L7.17417 6.20422C7.03677 6.0668 6.87518 5.99873 6.68939 6.00002C6.50361 6.00002 6.34266 6.06809 6.20655 6.20422C6.06914 6.34165 6.00077 6.50295 6.00141 6.68812C6.00206 6.87329 6.07044 7.03458 6.20655 7.17201L15.0324 15.9993L6.20613 24.827C6.07001 24.9632 6.00131 25.1241 6.00002 25.31C5.99873 25.4958 6.06711 25.6571 6.20516 25.7939C6.34321 25.9306 6.5048 25.9993 6.68994 26C6.87508 26.0006 7.03635 25.9322 7.17375 25.7948L16 16.9671L24.8262 25.7948C24.9637 25.9322 25.1249 26.0006 25.3101 26C25.4952 25.9993 25.6568 25.9306 25.7948 25.7939C25.9329 25.6571 26.0013 25.4958 26 25.31C25.9987 25.1241 25.93 24.9632 25.7939 24.827L16.9676 15.9993L25.7935 7.17201C25.9296 7.03458 25.9979 6.87329 25.9986 6.68812C25.9992 6.50295 25.9309 6.34165 25.7935 6.20422C25.6573 6.06809 25.4964 6.00002 25.3106 6.00002Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M14.3228 17.294C13.703 17.293 13.185 17.5044 12.7691 17.928C12.3531 18.3516 12.1451 18.8791 12.1451 19.5104V22.7836C12.1451 23.4158 12.3531 23.9433 12.7691 24.366C13.185 24.7887 13.703 25 14.3228 25H17.6784C18.2992 24.9991 18.8171 24.7873 19.2322 24.3646C19.6472 23.9419 19.8548 23.4149 19.8548 22.7836V19.5104C19.8557 18.8782 19.6481 18.3507 19.2322 17.928C18.8162 17.5053 18.2983 17.294 17.6784 17.294H14.3228ZM17.6764 23.66L17.6775 23.66C17.9579 23.6594 18.1258 23.5788 18.2761 23.4257C18.4278 23.2712 18.5148 23.0892 18.5148 22.7836V19.5085C18.5152 19.2028 18.4284 19.0217 18.2771 18.8679C18.1255 18.7138 17.9574 18.634 17.6784 18.634H14.3209C14.0435 18.6335 13.8765 18.7127 13.7252 18.8668C13.572 19.0229 13.4851 19.2056 13.4851 19.5104V22.7836C13.4851 23.0898 13.5723 23.2718 13.7242 23.4261C13.8758 23.5801 14.0439 23.66 14.3228 23.66L17.6764 23.66ZM17.6784 14.706H14.3228C13.703 14.706 13.185 14.4947 12.7691 14.072C12.3531 13.6493 12.1451 13.1218 12.1451 12.4896V9.21643C12.1451 8.58512 12.3531 8.05812 12.7691 7.63542C13.185 7.21272 13.703 7.00091 14.3228 7H17.6784C18.2983 7 18.8162 7.21181 19.2322 7.63542C19.6481 8.05904 19.8557 8.58604 19.8548 9.21643V12.4896C19.8548 13.1209 19.6472 13.6484 19.2322 14.072C18.8171 14.4956 18.2992 14.707 17.6784 14.706ZM18.5148 9.21452C18.5152 8.91187 18.4292 8.73018 18.2761 8.57426C18.1242 8.41964 17.9564 8.34 17.6784 8.34H14.324C14.0449 8.34057 13.8762 8.42086 13.7242 8.57529C13.5719 8.73001 13.4851 8.91169 13.4851 9.21643V12.4896C13.4851 12.7959 13.5723 12.9778 13.7242 13.1321C13.8758 13.2862 14.0439 13.366 14.3228 13.366H17.6804C17.9592 13.3664 18.1254 13.2869 18.2751 13.1342C18.4277 12.9783 18.5148 12.7952 18.5148 12.4896V9.21452Z' 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='M14.3228 14.706C13.703 14.706 13.185 14.4947 12.7691 14.072C12.3531 13.6493 12.1451 13.1218 12.1451 12.4896V9.21643C12.1451 8.58512 12.3531 8.05812 12.7691 7.63542C13.185 7.21272 13.703 7.00091 14.3228 7H17.6784C18.2983 7 18.8162 7.21181 19.2322 7.63542C19.6481 8.05904 19.8557 8.58604 19.8548 9.21643V12.4896C19.8548 13.1209 19.6472 13.6484 19.2322 14.072C18.8171 14.4956 18.2992 14.707 17.6784 14.706H14.3228ZM14.3228 25C13.703 25 13.185 24.7887 12.7691 24.366C12.3531 23.9433 12.1451 23.4158 12.1451 22.7836V19.5104C12.1451 18.8791 12.3531 18.3516 12.7691 17.928C13.185 17.5044 13.703 17.293 14.3228 17.294H17.6784C18.2983 17.294 18.8162 17.5053 19.2322 17.928C19.6481 18.3507 19.8557 18.8782 19.8548 19.5104V22.7836C19.8548 23.4149 19.6472 23.9419 19.2322 24.3646C18.8171 24.7873 18.2992 24.9991 17.6784 25H14.3228Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M19.6742 17.294C19.0552 17.293 18.5378 17.5044 18.1218 17.928C17.7059 18.3516 17.4979 18.8791 17.4979 19.5104V22.7836C17.4988 23.4158 17.7068 23.9433 18.1218 24.366C18.5369 24.7887 19.0544 25 19.6742 25H22.8236C23.4426 24.9991 23.9601 24.7873 24.3761 24.3646C24.792 23.9419 25 23.4149 25 22.7836V19.5104C25.0009 18.8782 24.7934 18.3507 24.3774 17.928C23.9615 17.5053 23.4435 17.294 22.8236 17.294H19.6742ZM22.8217 23.66C22.822 23.66 22.8224 23.66 22.8227 23.66C23.1002 23.6594 23.2686 23.5795 23.4209 23.4247C23.5732 23.27 23.66 23.0883 23.66 22.7836V19.5085C23.6604 19.2028 23.5737 19.0217 23.4223 18.8679C23.2707 18.7138 23.1026 18.634 22.8236 18.634H19.6723C19.3964 18.6335 19.2297 18.7123 19.0779 18.8668C18.9247 19.0229 18.8379 19.2056 18.8379 19.5104V22.7827C18.8385 23.0898 18.9263 23.2727 19.0779 23.4271C19.2283 23.5802 19.3953 23.66 19.6742 23.66L22.8217 23.66ZM22.8236 14.706C23.4444 14.707 23.9624 14.4956 24.3774 14.072C24.7925 13.6484 25 13.1209 25 12.4896V9.21643C24.9991 8.58604 24.7911 8.05904 24.3761 7.63542C23.961 7.21181 23.4435 7 22.8236 7H19.6742C19.0552 7.00091 18.5378 7.21272 18.1218 7.63542C17.7059 8.05812 17.4979 8.58512 17.4979 9.21643V12.4896C17.4988 13.1218 17.7068 13.6493 18.1218 14.072C18.5369 14.4947 19.0543 14.706 19.6742 14.706H22.8236ZM18.8379 12.4888C18.8385 12.7959 18.9263 12.9787 19.0779 13.1331C19.2283 13.2862 19.3953 13.366 19.6742 13.366H22.8256C23.1044 13.3664 23.2706 13.2869 23.4203 13.1342C23.573 12.9783 23.66 12.7952 23.66 12.4896L23.66 9.21834C23.66 9.21798 23.66 9.21762 23.66 9.21726C23.6594 8.91317 23.5723 8.7298 23.4189 8.57323C23.2684 8.41957 23.1016 8.34 22.8236 8.34H19.6754C19.3978 8.34057 19.2293 8.42046 19.0769 8.57529C18.9247 8.73001 18.8379 8.91168 18.8379 9.21643V12.4888ZM9.1777 17.294C8.55781 17.293 8.03989 17.5044 7.62393 17.928C7.20798 18.3516 7 18.8791 7 19.5104V22.7836C7 23.4158 7.20798 23.9433 7.62393 24.366C8.03989 24.7887 8.55781 25 9.1777 25H12.5333C13.1541 24.9991 13.672 24.7873 14.0871 24.3646C14.5021 23.9419 14.7096 23.4149 14.7096 22.7836V19.5104C14.7105 18.8782 14.503 18.3507 14.0871 17.928C13.6711 17.5053 13.1532 17.294 12.5333 17.294H9.1777ZM12.5313 23.66C12.5317 23.66 12.532 23.66 12.5324 23.66C12.8128 23.6594 12.9807 23.5788 13.1309 23.4257C13.2827 23.2712 13.3696 23.0892 13.3696 22.7836V19.5085C13.3701 19.2028 13.2833 19.0217 13.1319 18.8679C12.9803 18.7138 12.8122 18.634 12.5333 18.634H9.17572C8.89836 18.6335 8.73138 18.7127 8.58006 18.8668C8.42685 19.0229 8.34 19.2056 8.34 19.5104V22.7836C8.34 23.0898 8.42719 23.2718 8.57905 23.4261C8.73065 23.5801 8.89877 23.66 9.1777 23.66L12.5313 23.66ZM12.5333 14.706H9.1777C8.55781 14.706 8.03989 14.4947 7.62393 14.072C7.20798 13.6493 7 13.1218 7 12.4896V9.21643C7 8.58512 7.20798 8.05812 7.62393 7.63542C8.03989 7.21272 8.55781 7.00091 9.1777 7H12.5333C13.1532 7 13.6711 7.21181 14.0871 7.63542C14.503 8.05904 14.7105 8.58604 14.7096 9.21643V12.4896C14.7096 13.1209 14.5021 13.6484 14.0871 14.072C13.672 14.4956 13.1541 14.707 12.5333 14.706ZM13.3696 9.21452C13.3701 8.91187 13.284 8.73018 13.1309 8.57426C12.9791 8.41964 12.8113 8.34 12.5333 8.34H9.17886C8.89978 8.34057 8.73101 8.42086 8.57904 8.57529C8.4268 8.73001 8.34 8.91169 8.34 9.21643V12.4896C8.34 12.7959 8.42719 12.9778 8.57904 13.1321C8.73065 13.2862 8.89877 13.366 9.1777 13.366H12.5353C12.8141 13.3664 12.9803 13.2869 13.1299 13.1342C13.2826 12.9783 13.3696 12.7952 13.3696 12.4896V9.21452Z' 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='M19.6742 14.706C19.0543 14.706 18.5369 14.4947 18.1218 14.072C17.7068 13.6493 17.4988 13.1218 17.4979 12.4896V9.21643C17.4979 8.58512 17.7059 8.05812 18.1218 7.63542C18.5378 7.21272 19.0552 7.00091 19.6742 7H22.8236C23.4435 7 23.961 7.21181 24.3761 7.63542C24.7911 8.05904 24.9991 8.58604 25 9.21643V12.4896C25 13.1209 24.7925 13.6484 24.3774 14.072C23.9624 14.4956 23.4444 14.707 22.8236 14.706H19.6742ZM9.1777 14.706C8.55781 14.706 8.03989 14.4947 7.62393 14.072C7.20798 13.6493 7 13.1218 7 12.4896V9.21643C7 8.58512 7.20798 8.05812 7.62393 7.63542C8.03989 7.21272 8.55781 7.00091 9.1777 7H12.5333C13.1532 7 13.6711 7.21181 14.0871 7.63542C14.503 8.05904 14.7105 8.58604 14.7096 9.21643V12.4896C14.7096 13.1209 14.5021 13.6484 14.0871 14.072C13.672 14.4956 13.1541 14.707 12.5333 14.706H9.1777ZM9.1777 25C8.55781 25 8.03989 24.7887 7.62393 24.366C7.20798 23.9433 7 23.4158 7 22.7836V19.5104C7 18.8791 7.20798 18.3516 7.62393 17.928C8.03989 17.5044 8.55781 17.293 9.1777 17.294H12.5333C13.1532 17.294 13.6711 17.5053 14.0871 17.928C14.503 18.3507 14.7105 18.8782 14.7096 19.5104V22.7836C14.7096 23.4149 14.5021 23.9419 14.0871 24.3646C13.672 24.7873 13.1541 24.9991 12.5333 25H9.1777ZM19.6742 25C19.0544 25 18.5369 24.7887 18.1218 24.366C17.7068 23.9433 17.4988 23.4158 17.4979 22.7836V19.5104C17.4979 18.8791 17.7059 18.3516 18.1218 17.928C18.5378 17.5044 19.0552 17.293 19.6742 17.294H22.8236C23.4435 17.294 23.9615 17.5053 24.3774 17.928C24.7934 18.3507 25.0009 18.8782 25 19.5104V22.7836C25 23.4149 24.792 23.9419 24.3761 24.3646C23.9601 24.7873 23.4426 24.9991 22.8236 25H19.6742Z' 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='M22.987 12.4916C22.9866 12.7884 23.0715 12.9663 23.228 13.1221C23.3864 13.2797 23.5687 13.366 23.8698 13.366H27.2777C27.5773 13.3665 27.7585 13.2808 27.9166 13.1231C28.075 12.9651 28.16 12.7856 28.16 12.4896V9.21643C28.16 8.92199 28.0754 8.74267 27.9166 8.58432C27.758 8.42614 27.576 8.34 27.2758 8.34H23.8709C23.5682 8.3406 23.3861 8.42768 23.229 8.58432C23.0721 8.74076 22.987 8.91959 22.987 9.21643V12.4916ZM23.8698 7H27.2758C27.9089 7 28.4379 7.21181 28.8627 7.63542C29.2876 8.05904 29.5 8.58604 29.5 9.21643V12.4896C29.5 13.1209 29.2876 13.6484 28.8627 14.072C28.4379 14.4956 27.9089 14.707 27.2758 14.706H23.8698C23.2367 14.706 22.7077 14.4947 22.2829 14.072C21.858 13.6493 21.6461 13.1218 21.647 12.4896V9.21643C21.647 8.58512 21.8589 8.05812 22.2829 7.63542C22.7068 7.21272 23.2358 7.00091 23.8698 7ZM10.353 19.5104V22.7836C10.353 23.4149 10.1411 23.9419 9.71712 24.3646C9.2932 24.7873 8.76421 24.9991 8.13015 25H4.72424C4.0911 25 3.56211 24.7887 3.13727 24.366C2.71242 23.9433 2.5 23.4158 2.5 22.7836V19.5104C2.5 18.8791 2.71242 18.3516 3.13727 17.928C3.56211 17.5044 4.0911 17.293 4.72424 17.294H8.13015C8.76329 17.294 9.29228 17.5053 9.71712 17.928C10.142 18.3507 10.3539 18.8782 10.353 19.5104ZM8.13015 14.706C8.76421 14.707 9.2932 14.4956 9.71712 14.072C10.1411 13.6484 10.353 13.1209 10.353 12.4896V9.21643C10.3539 8.58604 10.142 8.05904 9.71712 7.63542C9.29228 7.21181 8.76329 7 8.13015 7H4.72424C4.0911 7.00091 3.56211 7.21272 3.13727 7.63542C2.71242 8.05812 2.5 8.58512 2.5 9.21643V12.4896C2.5 13.1218 2.71242 13.6493 3.13727 14.072C3.56211 14.4947 4.0911 14.706 4.72424 14.706H8.13015ZM4.72534 8.34H8.13015C8.43037 8.34 8.61234 8.42614 8.77097 8.58432C8.92928 8.74216 9.01344 8.92067 9.01301 9.21448V12.4896C9.01301 12.7865 8.92781 12.9664 8.76995 13.1241C8.61353 13.2804 8.43318 13.3665 8.13209 13.366H4.72424C4.42312 13.366 4.24082 13.2797 4.08239 13.1221C3.92535 12.9658 3.84 12.787 3.84 12.4896V9.21643C3.84 8.9205 3.92494 8.74199 4.08239 8.58534C4.24119 8.42734 4.4241 8.3406 4.72534 8.34ZM8.12822 23.66C8.12858 23.66 8.12893 23.66 8.12929 23.66C8.43188 23.6594 8.61392 23.5723 8.77097 23.4157C8.92787 23.2592 9.01301 23.0804 9.01301 22.7836V19.5084C9.01345 19.2116 8.92853 19.0337 8.772 18.8779C8.61357 18.7203 8.43127 18.634 8.13015 18.634H4.7223C4.4227 18.6335 4.24154 18.7192 4.08342 18.8769C3.925 19.0349 3.84 19.2144 3.84 19.5104V22.7836C3.84 23.081 3.92535 23.2598 4.08239 23.416C4.24082 23.5737 4.42312 23.66 4.72424 23.66L8.12822 23.66ZM14.4023 17.294C13.7701 17.293 13.2416 17.5044 12.8167 17.928C12.3919 18.3516 12.1795 18.8791 12.1795 19.5104V22.7836C12.1804 23.4158 12.3928 23.9433 12.8167 24.366C13.2407 24.7887 13.7692 25 14.4023 25H17.5977C18.2299 24.9991 18.7584 24.7873 19.1833 24.3646C19.6081 23.9419 19.8205 23.4149 19.8205 22.7836V19.5104C19.8214 18.8782 19.6095 18.3507 19.1846 17.928C18.7598 17.5053 18.2308 17.294 17.5977 17.294H14.4023ZM17.5957 23.66C17.5961 23.66 17.5964 23.66 17.5968 23.66C17.8964 23.6594 18.079 23.573 18.2381 23.4147C18.3956 23.258 18.4805 23.0795 18.4805 22.7836V19.5084C18.481 19.2116 18.396 19.0337 18.2395 18.8779C18.0811 18.7203 17.8988 18.634 17.5977 18.634H14.4004C14.1023 18.6335 13.9214 18.7188 13.7629 18.8769C13.6045 19.0349 13.5195 19.2144 13.5195 19.5104V22.7827C13.5201 23.081 13.6061 23.2607 13.7629 23.4171C13.92 23.5737 14.1012 23.66 14.4023 23.66L17.5957 23.66ZM23.8698 17.294C23.2358 17.293 22.7068 17.5044 22.2829 17.928C21.859 18.3516 21.647 18.8791 21.647 19.5104V22.7836C21.6461 23.4158 21.858 23.9433 22.2829 24.366C22.7077 24.7887 23.2367 25 23.8698 25H27.2758C27.9089 24.9991 28.4379 24.7873 28.8627 24.3646C29.2876 23.9419 29.5 23.4149 29.5 22.7836V19.5104C29.5 18.8782 29.2876 18.3507 28.8627 17.928C28.4379 17.5053 27.9089 17.294 27.2758 17.294H23.8698ZM27.2738 23.66C27.2742 23.66 27.2745 23.66 27.2749 23.66C27.576 23.6594 27.7589 23.5726 27.9176 23.4147C28.0751 23.258 28.16 23.0795 28.16 22.7836V19.5104C28.16 19.213 28.0747 19.0342 27.9176 18.8779C27.7592 18.7203 27.5769 18.634 27.2758 18.634H23.8679C23.5668 18.6335 23.3865 18.7196 23.2301 18.8759C23.0722 19.0336 22.987 19.2135 22.987 19.5104V22.7855C22.9866 23.0823 23.0715 23.2603 23.228 23.416C23.3864 23.5737 23.5687 23.66 23.8698 23.66L27.2738 23.66ZM17.5977 14.706C18.2317 14.707 18.7607 14.4956 19.1846 14.072C19.6086 13.6484 19.8205 13.1209 19.8205 12.4896V9.21643C19.8196 8.58604 19.6072 8.05904 19.1833 7.63542C18.7593 7.21181 18.2308 7 17.5977 7H14.4023C13.7701 7.00091 13.2416 7.21272 12.8167 7.63542C12.3919 8.05812 12.1795 8.58512 12.1795 9.21643V12.4896C12.1804 13.1218 12.3928 13.6493 12.8167 14.072C13.2407 14.4947 13.7692 14.706 14.4023 14.706H17.5977ZM13.5195 12.4887C13.5201 12.7871 13.6061 12.9667 13.7629 13.1231C13.92 13.2798 14.1012 13.366 14.4023 13.366H17.5996C17.9007 13.3665 18.081 13.2804 18.2375 13.1241C18.3953 12.9664 18.4805 12.7865 18.4805 12.4896V9.21732C18.4799 8.92197 18.3947 8.74176 18.2361 8.58329C18.0788 8.42608 17.8979 8.34 17.5977 8.34H14.4034C14.1037 8.34059 13.9211 8.42695 13.7619 8.58534C13.6044 8.74199 13.5195 8.9205 13.5195 9.21643V12.4887Z' fill='%23333333'/%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='M23.8698 14.706C23.2367 14.706 22.7077 14.4947 22.2829 14.072C21.858 13.6493 21.6461 13.1218 21.647 12.4896V9.21643C21.647 8.58512 21.8589 8.05812 22.2829 7.63542C22.7068 7.21272 23.2358 7.00091 23.8698 7H27.2758C27.9089 7 28.4379 7.21181 28.8627 7.63542C29.2876 8.05904 29.5 8.58604 29.5 9.21643V12.4896C29.5 13.1209 29.2876 13.6484 28.8627 14.072C28.4379 14.4956 27.9089 14.707 27.2758 14.706H23.8698ZM14.4023 14.706C13.7692 14.706 13.2407 14.4947 12.8167 14.072C12.3928 13.6493 12.1804 13.1218 12.1795 12.4896V9.21643C12.1795 8.58512 12.3919 8.05812 12.8167 7.63542C13.2416 7.21272 13.7701 7.00091 14.4023 7H17.5977C18.2308 7 18.7593 7.21181 19.1833 7.63542C19.6072 8.05904 19.8196 8.58604 19.8205 9.21643V12.4896C19.8205 13.1209 19.6086 13.6484 19.1846 14.072C18.7607 14.4956 18.2317 14.707 17.5977 14.706H14.4023ZM4.72424 14.706C4.0911 14.706 3.56211 14.4947 3.13727 14.072C2.71242 13.6493 2.5 13.1218 2.5 12.4896V9.21643C2.5 8.58512 2.71242 8.05812 3.13727 7.63542C3.56211 7.21272 4.0911 7.00091 4.72424 7H8.13015C8.76329 7 9.29228 7.21181 9.71712 7.63542C10.142 8.05904 10.3539 8.58604 10.353 9.21643V12.4896C10.353 13.1209 10.1411 13.6484 9.71712 14.072C9.2932 14.4956 8.76421 14.707 8.13015 14.706H4.72424ZM4.72424 25C4.0911 25 3.56211 24.7887 3.13727 24.366C2.71242 23.9433 2.5 23.4158 2.5 22.7836V19.5104C2.5 18.8791 2.71242 18.3516 3.13727 17.928C3.56211 17.5044 4.0911 17.293 4.72424 17.294H8.13015C8.76329 17.294 9.29228 17.5053 9.71712 17.928C10.142 18.3507 10.3539 18.8782 10.353 19.5104V22.7836C10.353 23.4149 10.1411 23.9419 9.71712 24.3646C9.2932 24.7873 8.76421 24.9991 8.13015 25H4.72424ZM14.4023 25C13.7692 25 13.2407 24.7887 12.8167 24.366C12.3928 23.9433 12.1804 23.4158 12.1795 22.7836V19.5104C12.1795 18.8791 12.3919 18.3516 12.8167 17.928C13.2416 17.5044 13.7701 17.293 14.4023 17.294H17.5977C18.2308 17.294 18.7598 17.5053 19.1846 17.928C19.6095 18.3507 19.8214 18.8782 19.8205 19.5104V22.7836C19.8205 23.4149 19.6081 23.9419 19.1833 24.3646C18.7584 24.7873 18.2299 24.9991 17.5977 25H14.4023ZM23.8698 25C23.2367 25 22.7077 24.7887 22.2829 24.366C21.858 23.9433 21.6461 23.4158 21.647 22.7836V19.5104C21.647 18.8791 21.859 18.3516 22.2829 17.928C22.7068 17.5044 23.2358 17.293 23.8698 17.294H27.2758C27.9089 17.294 28.4379 17.5053 28.8627 17.928C29.2876 18.3507 29.5 18.8782 29.5 19.5104V22.7836C29.5 23.4149 29.2876 23.9419 28.8627 24.3646C28.4379 24.7873 27.9089 24.9991 27.2758 25H23.8698Z' 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='M17.6131 12.4916C17.6127 12.7853 17.6969 12.9622 17.8553 13.1186C18.0162 13.2775 18.2035 13.366 18.5123 13.366H20.9379C21.2452 13.3665 21.4314 13.2786 21.5919 13.1196C21.7522 12.961 21.8366 12.7824 21.8366 12.4896V9.21643C21.8366 8.9251 21.7526 8.74685 21.5919 8.58778C21.4309 8.42833 21.2439 8.34 20.936 8.34H18.5134C18.203 8.34061 18.0159 8.42986 17.8564 8.58778C17.6976 8.74493 17.6131 8.92269 17.6131 9.21643V12.4916ZM18.5123 7H20.936C21.5738 7 22.1066 7.21181 22.5346 7.63542C22.6884 7.78765 22.8145 7.95322 22.9131 8.13214C23.0887 8.45113 23.1766 8.81257 23.1766 9.21643V12.4896C23.1766 12.8943 23.0886 13.2564 22.9127 13.5757C22.8142 13.7545 22.6882 13.9199 22.5346 14.072C22.1066 14.4956 21.5738 14.707 20.936 14.706H18.5123C17.8745 14.706 17.3417 14.4947 16.9137 14.072C16.7859 13.9457 16.6772 13.8102 16.5876 13.6652C16.3773 13.3249 16.2725 12.933 16.2731 12.4896V9.21643V9.2152C16.2733 8.77358 16.3781 8.38303 16.5873 8.04353C16.6769 7.89813 16.7857 7.76209 16.9137 7.63542C17.3407 7.21272 17.8736 7.00091 18.5123 7ZM24.3595 8.13154C24.1842 8.45036 24.0966 8.812 24.0966 9.21643V12.4896C24.096 12.8949 24.1835 13.2571 24.3592 13.5763C24.4575 13.755 24.5835 13.9203 24.7371 14.072C25.1651 14.4947 25.698 14.706 26.3358 14.706H28.7594C29.3972 14.707 29.9301 14.4956 30.358 14.072C30.786 13.6484 31 13.1209 31 12.4896V9.21643C31 8.58604 30.786 8.05904 30.358 7.63542C29.9301 7.21181 29.3972 7 28.7594 7H26.3358C25.6971 7.00091 25.1642 7.21272 24.7371 7.63542C24.5837 7.78733 24.4578 7.9527 24.3595 8.13154ZM26.3369 8.34C26.0264 8.34061 25.8393 8.42986 25.6798 8.58778C25.521 8.74493 25.4366 8.92269 25.4366 9.21643V12.4916C25.4361 12.7853 25.5204 12.9622 25.6788 13.1186C25.8397 13.2775 26.027 13.366 26.3358 13.366H28.7613C29.0686 13.3665 29.2548 13.2786 29.4154 13.1196C29.5757 12.961 29.66 12.7825 29.66 12.4896V9.21643C29.66 8.9251 29.5761 8.74685 29.4154 8.58778C29.2543 8.42833 29.0673 8.34 28.7594 8.34H26.3369ZM13.194 14.706C13.8327 14.707 14.3656 14.4956 14.7927 14.072C14.92 13.9456 15.0284 13.81 15.1178 13.6652C15.3281 13.3245 15.4332 12.9326 15.4332 12.4896V9.21643C15.4326 8.77491 15.3274 8.38411 15.1177 8.04403C15.028 7.89854 14.9192 7.76234 14.7913 7.63542C14.3642 7.21181 13.8318 7 13.194 7H10.9825C10.3457 7.00091 9.81325 7.21272 9.38528 7.63542C9.25732 7.76181 9.14849 7.89752 9.05879 8.04256C8.84848 8.3826 8.74333 8.77389 8.74333 9.21643V12.4896C8.74397 12.9322 8.84903 13.3234 9.05848 13.6633C9.14824 13.8089 9.25717 13.9452 9.38528 14.072C9.81233 14.4947 10.3447 14.706 10.9825 14.706H13.194ZM5.66422 14.706H3.2406C2.6028 14.706 2.06992 14.4947 1.64195 14.072C1.21398 13.6493 1 13.1218 1 12.4896V9.21643C1 8.58512 1.21398 8.05812 1.64195 7.63542C2.06992 7.21272 2.6028 7.00091 3.2406 7H5.66422C6.30201 7 6.83489 7.21181 7.26286 7.63542C7.39059 7.76185 7.49922 7.8975 7.58875 8.04235C7.79918 8.38282 7.90408 8.77419 7.90343 9.21643V12.4896L7.90343 12.4908C7.90323 12.9326 7.79844 13.3235 7.58906 13.6635C7.49947 13.809 7.39074 13.9451 7.26286 14.072C6.83582 14.4956 6.30294 14.707 5.66422 14.706ZM26.3358 17.294C25.6971 17.293 25.1642 17.5044 24.7371 17.928C24.5838 18.0801 24.4579 18.2457 24.3596 18.4246C24.1843 18.7439 24.0966 19.1058 24.0966 19.5104V22.7836C24.096 23.1888 24.1835 23.551 24.3591 23.8702C24.4575 24.049 24.5835 24.2142 24.7371 24.366C25.0752 24.6999 25.4788 24.9019 25.9479 24.972C26.0726 24.9907 26.2019 25 26.3358 25H28.7594C28.892 24.9998 29.0202 24.9905 29.1437 24.9721C29.6143 24.9019 30.0191 24.6994 30.358 24.3646C30.786 23.9419 31 23.4149 31 22.7836V19.5104C31 18.8782 30.786 18.3507 30.358 17.928C29.9301 17.5053 29.3972 17.294 28.7594 17.294H26.3358ZM28.7586 23.66H26.3358C26.027 23.66 25.8397 23.5715 25.6788 23.4126C25.5204 23.2561 25.4361 23.0792 25.4366 22.7855V19.5104C25.4366 19.2166 25.5211 19.0378 25.6808 18.8793C25.8397 18.7218 26.025 18.6335 26.3339 18.634H28.7594C29.0682 18.634 29.2555 18.7225 29.4164 18.8814C29.5753 19.0384 29.66 19.2161 29.66 19.5104V22.7836C29.66 23.0764 29.5757 23.2538 29.4164 23.4112C29.2552 23.5704 29.0674 23.6594 28.7586 23.66ZM10.595 24.9721C10.7195 24.9907 10.8487 25 10.9825 25H13.194C13.3266 24.9998 13.4546 24.9905 13.578 24.972C14.048 24.9018 14.4524 24.6993 14.7913 24.3646C14.9191 24.2383 15.0278 24.1028 15.1174 23.958C15.328 23.6178 15.4332 23.2263 15.4332 22.7836V19.5104C15.4339 19.067 15.329 18.6751 15.1187 18.3348C15.0292 18.1898 14.9205 18.0543 14.7927 17.928C14.3647 17.5053 13.8318 17.294 13.194 17.294H10.9825C10.3457 17.293 9.81325 17.5044 9.38528 17.928C9.25741 18.0546 9.14865 18.1904 9.05898 18.3355C8.84855 18.6761 8.74333 19.0677 8.74333 19.5104V22.7836C8.74398 23.2261 8.84901 23.6173 9.05842 23.9572C9.14819 24.1029 9.25714 24.2391 9.38528 24.366C9.72272 24.7 10.1259 24.902 10.595 24.9721ZM7.58891 23.957C7.79839 23.6174 7.90323 23.2267 7.90343 22.7848L7.90343 22.7836V19.5104C7.90408 19.0671 7.7993 18.6753 7.58909 18.335C7.4995 18.19 7.39076 18.0543 7.26286 17.928C6.83489 17.5053 6.30201 17.294 5.66422 17.294H3.2406C2.6028 17.293 2.06992 17.5044 1.64195 17.928C1.21398 18.3516 1 18.8791 1 19.5104V22.7836C1 23.4158 1.21398 23.9433 1.64195 24.366C1.98009 24.6999 2.38371 24.902 2.85284 24.9721C2.97747 24.9907 3.10673 25 3.2406 25H5.66422C5.797 24.9998 5.9252 24.9905 6.04883 24.9721C6.51991 24.9019 6.92459 24.6994 7.26286 24.3646C7.39067 24.2381 7.49935 24.1022 7.58891 23.957ZM5.66338 23.66C5.97367 23.6593 6.16069 23.5701 6.3202 23.4122C6.47897 23.2551 6.56343 23.0773 6.56343 22.7836V19.5084C6.56386 19.2147 6.47964 19.0378 6.32123 18.8814C6.16033 18.7225 5.97304 18.634 5.66422 18.634H3.23868C2.93136 18.6335 2.7452 18.7214 2.58462 18.8804C2.42432 19.039 2.34 19.2175 2.34 19.5104V22.7836C2.34 23.0779 2.42466 23.2556 2.58359 23.4126C2.74448 23.5715 2.93177 23.66 3.2406 23.66H5.66338ZM10.0833 22.7827V19.5104C10.0833 19.2175 10.1676 19.039 10.3279 18.8804C10.4889 18.721 10.6748 18.6335 10.9806 18.634H13.194C13.5029 18.634 13.6901 18.7225 13.851 18.8814C14.0094 19.0378 14.0937 19.2147 14.0932 19.5084V22.7836C14.0932 23.0764 14.009 23.2538 13.8496 23.4112C13.688 23.5708 13.5005 23.6594 13.1932 23.66H10.9825C10.6737 23.66 10.4875 23.5715 10.3279 23.4136C10.1693 23.2565 10.084 23.0779 10.0833 22.7827ZM16.2731 19.5104V22.7836C16.2725 23.2268 16.3773 23.6186 16.5874 23.9588C16.677 24.1039 16.7858 24.2396 16.9137 24.366C17.2518 24.6999 17.6554 24.9019 18.1245 24.972C18.2491 24.9907 18.3784 25 18.5123 25H20.936C21.0686 24.9998 21.1967 24.9905 21.3203 24.9721C21.7909 24.9019 22.1956 24.6994 22.5346 24.3646C22.6882 24.2129 22.8141 24.0478 22.9126 23.8693C23.0886 23.5503 23.1766 23.1884 23.1766 22.7836V19.5104C23.1766 19.1056 23.0888 18.7437 22.9134 18.4248C22.8148 18.2457 22.6886 18.0801 22.5346 17.928C22.1066 17.5053 21.5738 17.294 20.936 17.294H18.5123C17.8736 17.293 17.3407 17.5044 16.9137 17.928C16.7863 18.0544 16.6779 18.19 16.5885 18.3348C16.3783 18.6755 16.2731 19.0674 16.2731 19.5104ZM20.9351 23.66H18.5123C18.2035 23.66 18.0162 23.5715 17.8553 23.4126C17.6969 23.2561 17.6127 23.0792 17.6131 22.7855V19.5104C17.6131 19.2166 17.6977 19.0378 17.8574 18.8793C18.0163 18.7218 18.2016 18.6335 18.5104 18.634H20.936C21.2448 18.634 21.4321 18.7225 21.593 18.8814C21.7519 19.0384 21.8366 19.2161 21.8366 19.5104V22.7836C21.8366 23.0764 21.7523 23.2538 21.593 23.4112C21.4318 23.5704 21.2439 23.6594 20.9351 23.66ZM3.24168 8.34H5.66422C5.97215 8.34 6.15911 8.42833 6.3202 8.58778C6.48039 8.74634 6.56386 8.92377 6.56343 9.21446V12.4896C6.56343 12.7834 6.47891 12.9622 6.31917 13.1207C6.16031 13.2782 5.97496 13.3665 5.66614 13.366H3.2406C2.93177 13.366 2.74449 13.2775 2.58359 13.1186C2.42466 12.9616 2.34 12.7839 2.34 12.4896V9.21643C2.34 8.92361 2.42425 8.74617 2.58359 8.5888C2.74485 8.42952 2.93274 8.3406 3.24168 8.34ZM10.0833 12.4887C10.084 12.784 10.1693 12.9626 10.3279 13.1196C10.4875 13.2776 10.6737 13.366 10.9825 13.366H13.1959C13.5048 13.3665 13.6901 13.2782 13.849 13.1207C14.0087 12.9622 14.0932 12.7834 14.0932 12.4896V9.21734C14.0926 8.92508 14.0081 8.74594 13.8476 8.58676C13.6878 8.42827 13.5019 8.34 13.194 8.34H10.9836C10.6762 8.3406 10.4886 8.42913 10.3269 8.5888C10.1676 8.74617 10.0833 8.92361 10.0833 9.21643V12.4887Z' fill='%23333333'/%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='M18.5123 14.706C17.8745 14.706 17.3417 14.4947 16.9137 14.072C16.4857 13.6493 16.2722 13.1218 16.2731 12.4896V9.21643C16.2731 8.58512 16.4867 8.05812 16.9137 7.63542C17.3407 7.21272 17.8736 7.00091 18.5123 7H20.936C21.5738 7 22.1066 7.21181 22.5346 7.63542C22.9626 8.05904 23.1766 8.58604 23.1766 9.21643V12.4896C23.1766 13.1209 22.9626 13.6484 22.5346 14.072C22.1066 14.4956 21.5738 14.707 20.936 14.706H18.5123ZM10.9825 14.706C10.3447 14.706 9.81233 14.4947 9.38528 14.072C8.95824 13.6493 8.74425 13.1218 8.74333 12.4896V9.21643C8.74333 8.58512 8.95731 8.05812 9.38528 7.63542C9.81325 7.21272 10.3457 7.00091 10.9825 7H13.194C13.8318 7 14.3642 7.21181 14.7913 7.63542C15.2183 8.05904 15.4323 8.58604 15.4332 9.21643V12.4896C15.4332 13.1209 15.2197 13.6484 14.7927 14.072C14.3656 14.4956 13.8327 14.707 13.194 14.706H10.9825ZM3.2406 14.706C2.6028 14.706 2.06992 14.4947 1.64195 14.072C1.21398 13.6493 1 13.1218 1 12.4896V9.21643C1 8.58512 1.21398 8.05812 1.64195 7.63542C2.06992 7.21272 2.6028 7.00091 3.2406 7H5.66422C6.30201 7 6.83489 7.21181 7.26286 7.63542C7.69083 8.05904 7.90435 8.58604 7.90343 9.21643V12.4896C7.90343 13.1209 7.68991 13.6484 7.26286 14.072C6.83582 14.4956 6.30294 14.707 5.66422 14.706H3.2406ZM3.2406 25C2.6028 25 2.06992 24.7887 1.64195 24.366C1.21398 23.9433 1 23.4158 1 22.7836V19.5104C1 18.8791 1.21398 18.3516 1.64195 17.928C2.06992 17.5044 2.6028 17.293 3.2406 17.294H5.66422C6.30201 17.294 6.83489 17.5053 7.26286 17.928C7.69083 18.3507 7.90435 18.8782 7.90343 19.5104V22.7836C7.90343 23.4149 7.68991 23.9419 7.26286 24.3646C6.83582 24.7873 6.30294 24.9991 5.66422 25H3.2406ZM10.9825 25C10.3447 25 9.81233 24.7887 9.38528 24.366C8.95824 23.9433 8.74425 23.4158 8.74333 22.7836V19.5104C8.74333 18.8791 8.95731 18.3516 9.38528 17.928C9.81325 17.5044 10.3457 17.293 10.9825 17.294H13.194C13.8318 17.294 14.3647 17.5053 14.7927 17.928C15.2206 18.3507 15.4342 18.8782 15.4332 19.5104V22.7836C15.4332 23.4149 15.2192 23.9419 14.7913 24.3646C14.3633 24.7873 13.8309 24.9991 13.194 25H10.9825ZM18.5123 25C17.8745 25 17.3417 24.7887 16.9137 24.366C16.4857 23.9433 16.2722 23.4158 16.2731 22.7836V19.5104C16.2731 18.8791 16.4867 18.3516 16.9137 17.928C17.3407 17.5044 17.8736 17.293 18.5123 17.294H20.936C21.5738 17.294 22.1066 17.5053 22.5346 17.928C22.9626 18.3507 23.1766 18.8782 23.1766 19.5104V22.7836C23.1766 23.4149 22.9626 23.9419 22.5346 24.3646C22.1066 24.7873 21.5738 24.9991 20.936 25H18.5123Z' fill='%23333333'/%3e%3cpath d='M24.7371 14.072C25.1651 14.4947 25.698 14.706 26.3358 14.706H28.7594C29.3972 14.707 29.9301 14.4956 30.358 14.072C30.786 13.6484 31 13.1209 31 12.4896V9.21643C31 8.58604 30.786 8.05904 30.358 7.63542C29.9301 7.21181 29.3972 7 28.7594 7H26.3358C25.6971 7.00091 25.1642 7.21272 24.7371 7.63542C24.3101 8.05812 24.0966 8.58512 24.0966 9.21643V12.4896C24.0956 13.1218 24.3092 13.6493 24.7371 14.072Z' fill='%23333333'/%3e%3cpath d='M24.7371 24.366C25.1651 24.7887 25.698 25 26.3358 25H28.7594C29.3972 24.9991 29.9301 24.7873 30.358 24.3646C30.786 23.9419 31 23.4149 31 22.7836V19.5104C31 18.8782 30.786 18.3507 30.358 17.928C29.9301 17.5053 29.3972 17.294 28.7594 17.294H26.3358C25.6971 17.293 25.1642 17.5044 24.7371 17.928C24.3101 18.3516 24.0966 18.8791 24.0966 19.5104V22.7836C24.0956 23.4158 24.3092 23.9433 24.7371 24.366Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M6.0236 10.6479C5.67378 10.2868 5.49925 9.83618 5.5 9.29606L5.5 6.39472C5.5 5.85538 5.67454 5.40476 6.0236 5.04286C6.37266 4.68095 6.80824 4.5 7.33033 4.5H10.0333C10.5546 4.5 10.9898 4.68095 11.3389 5.04286C11.688 5.40476 11.8629 5.85538 11.8636 6.39472V9.29606C11.8636 9.8354 11.6887 10.286 11.3389 10.6479C10.9891 11.0098 10.5539 11.1904 10.0333 11.1896H7.33033C6.809 11.1896 6.37342 11.009 6.0236 10.6479ZM10.7571 9.29606V6.39566C10.7566 6.13904 10.6849 5.98323 10.5545 5.84796C10.4251 5.71384 10.2777 5.64148 10.0333 5.64148L7.33033 5.64148C7.0847 5.64148 6.93707 5.71418 6.80804 5.84796C6.67787 5.98292 6.60657 6.13821 6.60657 6.39472L6.60657 9.2977C6.60621 9.55419 6.67728 9.70783 6.80635 9.84107C6.93662 9.97554 7.08518 10.0481 7.33033 10.0481H10.0349C10.2775 10.0485 10.425 9.97679 10.5553 9.84194C10.6859 9.70681 10.7571 9.5518 10.7571 9.29606Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0236 18.7128C5.67378 18.3517 5.49925 17.9011 5.5 17.361L5.5 14.639C5.5 14.0997 5.67454 13.6495 6.0236 13.2883C6.37266 12.9272 6.80824 12.7463 7.33033 12.7455H10.0333C10.5546 12.7455 10.9898 12.9264 11.3389 13.2883C11.688 13.6502 11.8629 14.1005 11.8636 14.639V17.361C11.8636 17.9003 11.6887 18.3505 11.3389 18.7117C10.9891 19.0728 10.5539 19.2537 10.0333 19.2545H7.33033C6.80899 19.2545 6.37342 19.074 6.0236 18.7128ZM7.33105 13.887C7.08469 13.8875 6.93632 13.9607 6.80719 14.0943C6.67782 14.2282 6.60657 14.3825 6.60657 14.639L6.60657 17.3626C6.60621 17.6191 6.67728 17.7727 6.80635 17.906C6.93662 18.0405 7.08518 18.113 7.33033 18.113H10.0326C10.2765 18.1125 10.4253 18.0399 10.5562 17.9048C10.686 17.7708 10.7571 17.6167 10.7571 17.361V14.64C10.7566 14.3846 10.6853 14.229 10.5545 14.0934C10.4251 13.9593 10.2777 13.887 10.0333 13.887H7.33105Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8636 25.6053V22.7039C11.8629 22.1638 11.688 21.7132 11.3389 21.3521C10.9898 20.991 10.5546 20.8104 10.0333 20.8104H7.33033C6.80824 20.8096 6.37266 20.9902 6.0236 21.3521C5.67453 21.714 5.5 22.1646 5.5 22.7039L5.5 25.6053C5.49925 26.1446 5.67378 26.5952 6.0236 26.9571C6.37342 27.319 6.80899 27.5 7.33032 27.5H10.0333C10.5539 27.5 10.9891 27.319 11.3389 26.9571C11.6887 26.5952 11.8636 26.1446 11.8636 25.6053ZM6.80804 22.1572C6.93665 22.0238 7.08361 21.9515 7.32872 21.9519H10.0333C10.2784 21.9519 10.4261 22.0244 10.5553 22.1581C10.6847 22.2919 10.7566 22.447 10.7571 22.7049L10.7571 25.6053C10.7571 25.861 10.6859 26.016 10.5553 26.1512C10.4245 26.2864 10.2765 26.3585 10.0333 26.3585H7.33032C7.08593 26.3585 6.93763 26.2861 6.80719 26.1512C6.677 26.0165 6.60621 25.8621 6.60657 25.6069L6.60657 22.7039C6.60657 22.4474 6.67787 22.2921 6.80804 22.1572Z' fill='black'/%3e%3cpath d='M13.8979 8.29759C14.0409 8.44727 14.219 8.5221 14.432 8.5221L24.7498 8.52367C24.9619 8.52472 25.1399 8.44988 25.2839 8.29916C25.428 8.14843 25.5 7.9616 25.5 7.73865C25.5 7.51675 25.428 7.33044 25.2839 7.17971C25.1409 7.02899 24.9629 6.95362 24.7498 6.95362H14.432C14.219 6.95362 14.0409 7.02846 13.8979 7.17814C13.7528 7.32677 13.6808 7.51309 13.6818 7.73708C13.6828 7.96107 13.7549 8.14791 13.8979 8.29759Z' fill='black'/%3e%3cpath d='M13.8979 16.4225C14.0409 16.5742 14.219 16.6501 14.432 16.6501H24.7498C24.9609 16.6501 25.1389 16.5753 25.2839 16.4256C25.429 16.2759 25.501 16.0896 25.5 15.8667C25.499 15.6437 25.427 15.4569 25.2839 15.3062C25.1409 15.1554 24.9629 15.0801 24.7498 15.0801H14.432C14.22 15.0811 14.0419 15.1565 13.8979 15.3062C13.7539 15.4558 13.6818 15.6421 13.6818 15.8651C13.6818 16.0859 13.7539 16.2717 13.8979 16.4225Z' fill='black'/%3e%3cpath d='M13.8979 24.9724C14.0409 25.1242 14.219 25.2001 14.432 25.2001H24.7498C24.9609 25.2001 25.1389 25.1252 25.2839 24.9756C25.429 24.8259 25.501 24.6396 25.5 24.4166C25.499 24.1937 25.427 24.0068 25.2839 23.8561C25.1409 23.7054 24.9629 23.63 24.7498 23.63H14.432C14.22 23.6311 14.0419 23.7064 13.8979 23.8561C13.7538 24.0058 13.6818 24.1921 13.6818 24.4151C13.6818 24.6359 13.7538 24.8217 13.8979 24.9724Z' fill='black'/%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 fill-rule='evenodd' clip-rule='evenodd' d='M6.0236 10.6479C5.67378 10.2868 5.49925 9.83618 5.5 9.29606L5.5 6.39472C5.5 5.85538 5.67454 5.40476 6.0236 5.04286C6.37266 4.68095 6.80824 4.5 7.33033 4.5H10.0333C10.5546 4.5 10.9898 4.68095 11.3389 5.04286C11.688 5.40476 11.8629 5.85538 11.8636 6.39472V9.29606C11.8636 9.8354 11.6887 10.286 11.3389 10.6479C10.9891 11.0098 10.5539 11.1904 10.0333 11.1896H7.33033C6.809 11.1896 6.37342 11.009 6.0236 10.6479Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0236 18.7128C5.67378 18.3517 5.49925 17.9011 5.5 17.361L5.5 14.639C5.5 14.0997 5.67454 13.6495 6.0236 13.2883C6.37266 12.9272 6.80824 12.7463 7.33033 12.7455H10.0333C10.5546 12.7455 10.9898 12.9264 11.3389 13.2883C11.688 13.6502 11.8629 14.1005 11.8636 14.639V17.361C11.8636 17.9003 11.6887 18.3505 11.3389 18.7117C10.9891 19.0728 10.5539 19.2537 10.0333 19.2545H7.33033C6.80899 19.2545 6.37342 19.074 6.0236 18.7128Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8636 25.6053V22.7039C11.8629 22.1638 11.688 21.7132 11.3389 21.3521C10.9898 20.991 10.5546 20.8104 10.0333 20.8104H7.33033C6.80824 20.8096 6.37266 20.9902 6.0236 21.3521C5.67453 21.714 5.5 22.1646 5.5 22.7039L5.5 25.6053C5.49925 26.1446 5.67378 26.5952 6.0236 26.9571C6.37342 27.319 6.80899 27.5 7.33032 27.5H10.0333C10.5539 27.5 10.9891 27.319 11.3389 26.9571C11.6887 26.5952 11.8636 26.1446 11.8636 25.6053Z' fill='black'/%3e%3cpath d='M13.8979 8.29759C14.0409 8.44727 14.219 8.5221 14.432 8.5221L24.7498 8.52367C24.9619 8.52472 25.1399 8.44988 25.2839 8.29916C25.428 8.14843 25.5 7.9616 25.5 7.73865C25.5 7.51675 25.428 7.33044 25.2839 7.17971C25.1409 7.02899 24.9629 6.95362 24.7498 6.95362H14.432C14.219 6.95362 14.0409 7.02846 13.8979 7.17814C13.7528 7.32677 13.6808 7.51309 13.6818 7.73708C13.6828 7.96107 13.7549 8.14791 13.8979 8.29759Z' fill='black'/%3e%3cpath d='M13.8979 16.4225C14.0409 16.5742 14.219 16.6501 14.432 16.6501H24.7498C24.9609 16.6501 25.1389 16.5753 25.2839 16.4256C25.429 16.2759 25.501 16.0896 25.5 15.8667C25.499 15.6437 25.427 15.4569 25.2839 15.3062C25.1409 15.1554 24.9629 15.0801 24.7498 15.0801H14.432C14.22 15.0811 14.0419 15.1565 13.8979 15.3062C13.7539 15.4558 13.6818 15.6421 13.6818 15.8651C13.6818 16.0859 13.7539 16.2717 13.8979 16.4225Z' fill='black'/%3e%3cpath d='M13.8979 24.9724C14.0409 25.1242 14.219 25.2001 14.432 25.2001H24.7498C24.9609 25.2001 25.1389 25.1252 25.2839 24.9756C25.429 24.8259 25.501 24.6396 25.5 24.4166C25.499 24.1937 25.427 24.0068 25.2839 23.8561C25.1409 23.7054 24.9629 23.63 24.7498 23.63H14.432C14.22 23.6311 14.0419 23.7064 13.8979 23.8561C13.7538 24.0058 13.6818 24.1921 13.6818 24.4151C13.6818 24.6359 13.7538 24.8217 13.8979 24.9724Z' fill='black'/%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='M19.4169 26.861L11.875 24.1742L6.50975 26.2925C6.31725 26.3711 6.13346 26.3959 5.95838 26.3669C5.78238 26.3388 5.62012 26.2771 5.47162 26.1816C5.32312 26.0861 5.20763 25.9579 5.12513 25.797C5.04263 25.636 5.00092 25.4507 5 25.2411V8.15288C5 7.88897 5.05958 7.65548 5.17875 7.4524C5.29792 7.24932 5.47117 7.10754 5.6985 7.02705L11.1394 5.14038C11.253 5.09359 11.3708 5.05849 11.4928 5.03509C11.6156 5.0117 11.743 5 11.875 5C12.007 5 12.134 5.0117 12.2559 5.03509C12.3778 5.05849 12.4956 5.09359 12.6093 5.14038L20.125 7.8258L25.4903 5.70891C25.6828 5.6303 25.8665 5.60503 26.0416 5.6331C26.2167 5.66118 26.379 5.72295 26.5284 5.8184C26.676 5.91386 26.7915 6.04207 26.8749 6.20304C26.9583 6.364 27 6.5493 27 6.75893V23.9678C27 24.2336 26.9271 24.4652 26.7814 24.6627C26.6365 24.8611 26.4413 25.0006 26.1956 25.081L20.8331 26.8877C20.714 26.9345 20.5966 26.9649 20.4811 26.9789C20.3665 26.993 20.2474 27 20.1236 27C19.999 27 19.8798 26.9888 19.7661 26.9663C19.6525 26.9438 19.537 26.9088 19.4169 26.861ZM19.4375 25.4109V8.98673L12.5625 6.53573V22.9599L19.4375 25.4109ZM20.8125 25.4109L25.625 23.791V7.1562L20.8125 8.98673V25.4109ZM6.375 24.8438L11.1875 22.9599V6.53573L6.375 8.20903V24.8438Z' 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.6111 16.473L20.0187 19.8806C20.1327 19.9914 20.1898 20.1295 20.1898 20.2949C20.1898 20.4603 20.1327 20.6029 20.0187 20.7227C19.8997 20.8571 19.7547 20.9203 19.5836 20.9121C19.4124 20.904 19.267 20.8408 19.1472 20.7227L15.6847 17.2601C15.5787 17.1534 15.503 17.0417 15.4573 16.9252C15.4117 16.8087 15.3889 16.6877 15.3889 16.5622V11.6281C15.3889 11.4546 15.4476 11.3095 15.5649 11.193C15.6822 11.0765 15.8277 11.0178 16.0012 11.017C16.1748 11.0162 16.3198 11.0749 16.4363 11.193C16.5529 11.3111 16.6111 11.4562 16.6111 11.6281V16.473ZM16 8.66667C15.8264 8.66667 15.681 8.608 15.5637 8.49067C15.4463 8.37333 15.3881 8.2283 15.3889 8.05556V6.22222H16.6111V8.05556C16.6111 8.22911 16.5524 8.37415 16.4351 8.49067C16.3178 8.60719 16.1723 8.66585 15.9988 8.66667M23.3333 16C23.3333 15.8264 23.392 15.681 23.5093 15.5637C23.6267 15.4463 23.7717 15.3881 23.9444 15.3889H25.7778V16.6111H23.9444C23.7709 16.6111 23.6259 16.5524 23.5093 16.4351C23.3928 16.3178 23.3341 16.1723 23.3333 15.9988M16 23.3333C16.1744 23.3333 16.3198 23.392 16.4363 23.5093C16.5529 23.6267 16.6111 23.7717 16.6111 23.9444V25.7778H15.3889V23.9444C15.3889 23.7709 15.4476 23.6259 15.5649 23.5093C15.6822 23.3928 15.8277 23.3342 16.0012 23.3333M8.66667 16C8.66667 16.1744 8.608 16.3198 8.49067 16.4363C8.37333 16.5529 8.2283 16.6111 8.05556 16.6111H6.22222V15.3889H8.05556C8.22911 15.3889 8.37415 15.4476 8.49067 15.5649C8.60719 15.6822 8.66585 15.8277 8.66667 16.0012M16.0037 27C14.4832 27 13.0532 26.7116 11.7137 26.1347C10.3749 25.557 9.21015 24.7731 8.21933 23.7831C7.22852 22.7931 6.44426 21.6296 5.86656 20.2924C5.28885 18.9553 5 17.5257 5 16.0037C5 14.4816 5.28885 13.0516 5.86656 11.7137C6.44344 10.3749 7.22607 9.21015 8.21444 8.21933C9.20282 7.22852 10.3668 6.44426 11.7063 5.86656C13.0459 5.28885 14.4759 5 15.9963 5C17.5168 5 18.9468 5.28885 20.2863 5.86656C21.6251 6.44344 22.7899 7.22648 23.7807 8.21567C24.7715 9.20485 25.5557 10.3688 26.1334 11.7076C26.7111 13.0463 27 14.4759 27 15.9963C27 17.5168 26.7116 18.9468 26.1347 20.2863C25.5578 21.6259 24.7739 22.7907 23.7831 23.7807C22.7923 24.7707 21.6287 25.5549 20.2924 26.1334C18.9561 26.712 17.5266 27.0008 16.0037 27ZM25.7778 16C25.7778 13.2704 24.8306 10.9583 22.9361 9.06389C21.0417 7.16944 18.7296 6.22222 16 6.22222C13.2704 6.22222 10.9583 7.16944 9.06389 9.06389C7.16944 10.9583 6.22222 13.2704 6.22222 16C6.22222 18.7296 7.16944 21.0417 9.06389 22.9361C10.9583 24.8306 13.2704 25.7778 16 25.7778C18.7296 25.7778 21.0417 24.8306 22.9361 22.9361C24.8306 21.0417 25.7778 18.7296 25.7778 16Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M8.14614 25.516C8.026 25.7176 7.97994 25.9247 8.00794 26.1374C8.03594 26.35 8.12409 26.5325 8.2724 26.6849C8.42071 26.8372 8.59666 26.9357 8.80026 26.9802C9.0029 27.0242 9.21851 26.9949 9.44709 26.8924L21.3669 21.3705C22.1005 21.019 22.4797 20.4556 22.5044 19.6803C22.5295 18.9064 22.1935 18.3245 21.4964 17.9345L19.1865 16.6422L24.3979 11.803C24.9125 11.3277 25.0972 10.7398 24.9521 10.0392C24.808 9.3391 24.407 8.80506 23.7492 8.43706L18.2405 5.35517C17.5966 4.99615 16.9176 4.90931 16.2038 5.09467C15.4899 5.28003 14.9469 5.6849 14.5749 6.30929L8.95552 15.7407C8.5835 16.3651 8.49313 17.0231 8.68442 17.7149C8.87571 18.4067 9.29305 18.9325 9.93645 19.2925L11.3748 20.0972L8.14614 25.516ZM17.5588 6.57796L23.0657 9.65885C23.3907 9.84071 23.5237 10.0436 23.5809 10.3215L23.5812 10.3231C23.6132 10.4776 23.5968 10.5539 23.5868 10.5859C23.5772 10.6164 23.5508 10.6797 23.448 10.7745L16.8245 16.9249L20.8129 19.1563C20.9832 19.2515 21.0389 19.3289 21.0588 19.3634C21.0773 19.3955 21.1106 19.4684 21.1052 19.6349C21.1 19.7977 21.0626 19.8692 21.04 19.9027C21.0154 19.9393 20.9501 20.0167 20.7689 20.1046L10.0382 25.0756L13.3139 19.5778L10.62 18.0707C10.293 17.8878 10.1224 17.6622 10.0338 17.3418C9.94571 17.0233 9.97885 16.7583 10.1582 16.4573L15.7776 7.02588C15.9579 6.72318 16.1924 6.54404 16.5556 6.44974C16.9207 6.35494 17.2299 6.39476 17.5588 6.57796C17.559 6.57808 17.5586 6.57785 17.5588 6.57796ZM9.01575 25.9612L9.01964 25.9696L9.01192 26.0052M9.01355 26.005L9.02075 25.972L9.01355 26.005Z' fill='%23C0878B'/%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='M27.4284 21.5415L17.0161 14.0488L19.6189 12.1756C19.6949 12.1212 19.7566 12.0505 19.7992 11.9692C19.8417 11.888 19.8639 11.7983 19.864 11.7073C19.864 10.7241 19.4568 9.7811 18.732 9.08585C18.0072 8.39059 17.0241 8 15.999 8C14.9739 8 13.9908 8.39059 13.266 9.08585C12.5411 9.7811 12.1339 10.7241 12.1339 11.7073C12.1339 11.8626 12.1982 12.0115 12.3127 12.1212C12.4271 12.231 12.5823 12.2927 12.7442 12.2927C12.9061 12.2927 13.0613 12.231 13.1757 12.1212C13.2902 12.0115 13.3545 11.8626 13.3545 11.7073C13.3589 11.0618 13.6196 10.4422 14.0837 9.97469C14.5478 9.50719 15.1802 9.22699 15.8522 9.19117C16.5241 9.15535 17.185 9.36661 17.7003 9.7819C18.2155 10.1972 18.5463 10.7853 18.6252 11.4263L15.643 13.5727L15.6216 13.5883L4.56959 21.5415C4.33071 21.7133 4.15419 21.9528 4.065 22.2262C3.97581 22.4995 3.97847 22.7929 4.07259 23.0647C4.16672 23.3365 4.34754 23.5731 4.58951 23.7409C4.83147 23.9087 5.12232 23.9994 5.42092 24H26.577C26.8758 23.9998 27.167 23.9095 27.4093 23.7418C27.6515 23.5741 27.8327 23.3375 27.9271 23.0656C28.0215 22.7937 28.0243 22.5002 27.9352 22.2267C27.846 21.9531 27.6694 21.7134 27.4304 21.5415H27.4284ZM26.7672 22.6956C26.7562 22.7353 26.7313 22.7702 26.6967 22.7946C26.6621 22.8189 26.6199 22.8311 26.577 22.8293H5.42092C5.37831 22.8291 5.33685 22.816 5.30238 22.792C5.2679 22.768 5.24216 22.7342 5.22879 22.6954C5.21542 22.6566 5.21509 22.6147 5.22784 22.5757C5.2406 22.5367 5.2658 22.5026 5.29989 22.478L15.999 14.7805L26.696 22.478C26.7322 22.5009 26.759 22.535 26.772 22.5747C26.785 22.6143 26.7833 22.657 26.7672 22.6956Z' 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 d='M28 26.9711L5 4L4 5.02892L27 28L28 26.9711Z' fill='%23EE3934'/%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='M6.57167 25.9558V14.3678H6.32633C5.95152 14.3678 5.63676 14.2412 5.38206 13.9881C5.12735 13.7349 5 13.424 5 13.0552V10.0845C5 9.7132 5.12735 9.40098 5.38206 9.14783C5.63676 8.89468 5.95194 8.76895 6.32761 8.77063H11.5703C11.3165 8.54786 11.141 8.28374 11.0439 7.97827C10.9468 7.67365 10.8982 7.35341 10.8982 7.01756C10.8982 6.17879 11.1942 5.46617 11.7863 4.8797C12.3783 4.29323 13.0977 4 13.9444 4C14.4343 4 14.884 4.11392 15.2938 4.34175C15.7027 4.56959 16.0558 4.8662 16.3531 5.23158C16.6495 4.86114 17.0022 4.56326 17.4111 4.33796C17.8199 4.11265 18.2697 4 18.7604 4C19.6071 4 20.3269 4.29323 20.9198 4.8797C21.5127 5.46617 21.8087 6.17879 21.8079 7.01756C21.8079 7.34666 21.7576 7.66436 21.6571 7.97068C21.5566 8.27699 21.3824 8.54364 21.1345 8.77063H26.6737C27.0485 8.77063 27.3632 8.89679 27.6179 9.1491C27.8726 9.4014 28 9.71362 28 10.0858V13.054C28 13.4252 27.8726 13.7375 27.6179 13.9906C27.3632 14.2438 27.0481 14.3699 26.6724 14.3691H26.4271V25.9558C26.4271 26.5178 26.2252 26.9988 25.8214 27.3988C25.4176 27.7987 24.9316 27.9992 24.3634 28H8.63656C8.06922 28 7.58367 27.7996 7.17989 27.3988C6.77611 26.9979 6.57252 26.517 6.57167 25.9558ZM18.7604 5.26576C18.2595 5.26576 17.8395 5.43368 17.5005 5.76953C17.1615 6.10537 16.9919 6.52139 16.9919 7.01756C16.9919 7.51374 17.1615 7.93017 17.5005 8.26686C17.8395 8.60355 18.2595 8.77148 18.7604 8.77063C19.2613 8.76979 19.6817 8.60187 20.0216 8.26686C20.3614 7.93186 20.531 7.51543 20.5301 7.01756C20.5293 6.5197 20.3597 6.10369 20.0216 5.76953C19.6834 5.43537 19.263 5.26744 18.7604 5.26576ZM12.1747 7.01756C12.1747 7.51458 12.3442 7.93102 12.6833 8.26686C13.0223 8.60271 13.4427 8.77063 13.9444 8.77063C14.4462 8.77063 14.8661 8.60271 15.2043 8.26686C15.5425 7.93102 15.712 7.51458 15.7129 7.01756C15.7137 6.52054 15.5442 6.10453 15.2043 5.76953C14.8644 5.43452 14.4445 5.2666 13.9444 5.26576C13.4444 5.26491 13.0244 5.43284 12.6846 5.76953C12.3447 6.10622 12.1751 6.52223 12.176 7.01756M6.27778 10.0364V13.1021H15.8611V10.0364H6.27778ZM15.8611 26.7342V14.3678H7.84944V25.9558C7.84944 26.1828 7.92356 26.3693 8.07178 26.5153C8.21915 26.6613 8.40741 26.7342 8.63656 26.7342H15.8611ZM17.1389 26.7342H24.3634C24.5926 26.7342 24.7809 26.6613 24.9282 26.5153C25.0756 26.3693 25.1493 26.1828 25.1493 25.9558V14.3678H17.1389V26.7342ZM26.7222 13.1021V10.0377H17.1389V13.1021H26.7222Z' 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='M14.3515 25C14.103 25 13.8948 24.9136 13.7268 24.7408C13.5599 24.568 13.4765 24.3538 13.4765 24.0982C13.4765 23.8438 13.5599 23.6302 13.7268 23.4574C13.8936 23.2846 14.1018 23.1988 14.3515 23.2H17.6153C17.8638 23.2 18.0714 23.2864 18.2383 23.4592C18.4051 23.632 18.4891 23.8462 18.4903 24.1018C18.4914 24.3574 18.4074 24.571 18.2383 24.7426C18.0691 24.9142 17.8614 25 17.6153 25H14.3515ZM8.78901 16.9C8.54051 16.9 8.33226 16.8136 8.16426 16.6408C7.99743 16.468 7.91401 16.2538 7.91401 15.9982C7.91401 15.7426 7.99743 15.529 8.16426 15.3574C8.33109 15.1858 8.53934 15.1 8.78901 15.1H23.1778C23.4263 15.1 23.6339 15.1864 23.8007 15.3592C23.9687 15.532 24.0528 15.7462 24.0528 16.0018C24.0528 16.2574 23.9687 16.471 23.8007 16.6426C23.6327 16.8142 23.4251 16.9 23.1778 16.9H8.78901ZM3.87501 8.8C3.62651 8.8 3.41885 8.7136 3.25201 8.5408C3.08518 8.368 3.00118 8.1538 3.00001 7.8982C2.99885 7.6426 3.08285 7.429 3.25201 7.2574C3.42118 7.0858 3.62884 7 3.87501 7H28.125C28.3735 7 28.5812 7.0864 28.748 7.2592C28.916 7.432 29 7.6462 29 7.9018C29 8.1562 28.916 8.3698 28.748 8.5426C28.58 8.7154 28.3723 8.8012 28.125 8.8H3.87501Z' 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='M8.99805 6C9.49512 6 9.89844 6.41975 9.89844 6.9375V22.9043L13.4795 19.3887C13.7871 19.0688 14.4553 19.0098 14.792 19.3789C15.1286 19.7481 15.0218 20.4211 14.7178 20.7461L9.61719 25.7461C9.44265 25.9172 9.2375 26.0006 8.99805 26C8.78369 25.9912 8.53616 25.8991 8.37988 25.7461L3.2793 20.7461C2.98708 20.4073 2.86634 19.7576 3.2041 19.3789C3.53691 19.006 4.1824 19.0172 4.5166 19.3887L8.09863 22.9043V6.9375C8.09863 6.41988 8.50115 6.00021 8.99805 6ZM23.002 6C23.2163 6.00884 23.4638 6.10088 23.6201 6.25391L28.7207 11.2539C29.0129 11.5927 29.1337 12.2424 28.7959 12.6211C28.4631 12.994 27.8176 12.9828 27.4834 12.6113L23.9014 9.0957V25.0625C23.9014 25.5801 23.4988 25.9998 23.002 26C22.5049 26 22.1016 25.5802 22.1016 25.0625V9.0957L18.5205 12.6113C18.2129 12.9312 17.5447 12.9902 17.208 12.6211C16.8714 12.2519 16.9782 11.5789 17.2822 11.2539L22.3828 6.25391C22.5574 6.08282 22.7625 5.99944 23.002 6Z' 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 22C16.1902 22 16.3489 21.936 16.476 21.808C16.6031 21.68 16.6667 21.5218 16.6667 21.3333V15.3333C16.6667 15.144 16.6027 14.9858 16.4747 14.8587C16.3467 14.7316 16.188 14.6676 15.9987 14.6667C15.8093 14.6658 15.6511 14.7298 15.524 14.8587C15.3969 14.9876 15.3333 15.1458 15.3333 15.3333V21.3333C15.3333 21.5227 15.3973 21.6809 15.5253 21.808C15.6533 21.9351 15.812 21.9991 16.0013 22M16 12.7693C16.2329 12.7693 16.428 12.6907 16.5853 12.5333C16.7427 12.376 16.8209 12.1813 16.82 11.9493C16.8191 11.7173 16.7404 11.5222 16.584 11.364C16.4276 11.2058 16.2329 11.1271 16 11.128C15.7671 11.1289 15.5724 11.2076 15.416 11.364C15.2596 11.5204 15.1809 11.7156 15.18 11.9493C15.1791 12.1831 15.2578 12.3778 15.416 12.5333C15.5742 12.6889 15.7689 12.7676 16 12.7693ZM16.004 28C14.3444 28 12.7844 27.6853 11.324 27.056C9.86356 26.4258 8.59289 25.5707 7.512 24.4907C6.43111 23.4107 5.57556 22.1413 4.94533 20.6827C4.31511 19.224 4 17.6644 4 16.004C4 14.3436 4.31511 12.7836 4.94533 11.324C5.57467 9.86356 6.42844 8.59289 7.50667 7.512C8.58489 6.43111 9.85467 5.57556 11.316 4.94533C12.7773 4.31511 14.3373 4 15.996 4C17.6547 4 19.2147 4.31511 20.676 4.94533C22.1364 5.57467 23.4071 6.42889 24.488 7.508C25.5689 8.58711 26.4244 9.85689 27.0547 11.3173C27.6849 12.7778 28 14.3373 28 15.996C28 17.6547 27.6853 19.2147 27.056 20.676C26.4267 22.1373 25.5716 23.408 24.4907 24.488C23.4098 25.568 22.1404 26.4236 20.6827 27.0547C19.2249 27.6858 17.6653 28.0009 16.004 28ZM16 26.6667C18.9778 26.6667 21.5 25.6333 23.5667 23.5667C25.6333 21.5 26.6667 18.9778 26.6667 16C26.6667 13.0222 25.6333 10.5 23.5667 8.43333C21.5 6.36667 18.9778 5.33333 16 5.33333C13.0222 5.33333 10.5 6.36667 8.43333 8.43333C6.36667 10.5 5.33333 13.0222 5.33333 16C5.33333 18.9778 6.36667 21.5 8.43333 23.5667C10.5 25.6333 13.0222 26.6667 16 26.6667Z' 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='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='M20.7649 11.4121C21.1381 11.4122 21.4607 11.5371 21.718 11.79L21.8088 11.8877C22.0064 12.123 22.1047 12.4079 22.1047 12.7314V19.4932C22.1047 19.8625 21.9764 20.1815 21.719 20.4346C21.4612 20.6868 21.1379 20.8114 20.7649 20.8115L11.0442 20.8125C10.7176 20.8124 10.4299 20.7167 10.1907 20.5234L10.0911 20.4346C9.8331 20.1815 9.70435 19.8626 9.70435 19.4932V12.7305C9.70435 12.3611 9.83306 12.0427 10.0911 11.79C10.3488 11.5378 10.6715 11.4127 11.0442 11.4121H20.7649ZM10.718 20.5703C10.7843 20.588 10.853 20.6012 10.925 20.6074L10.8108 20.5918C10.7792 20.5861 10.7484 20.5784 10.718 20.5703ZM21.3186 20.4814C21.3801 20.4491 21.4391 20.4118 21.4944 20.3672L21.4045 20.4316C21.3767 20.4498 21.3478 20.466 21.3186 20.4814ZM16.3606 16.8955C16.2252 16.9946 16.0715 17.0469 15.9045 17.0469C15.7379 17.0469 15.5847 16.9943 15.4495 16.8955L15.4485 16.8975L10.8108 13.5107V19.4932C10.8108 19.5693 10.8335 19.6174 10.8723 19.6553C10.9122 19.6942 10.9641 19.7184 11.0452 19.7188H20.7649C20.8452 19.7187 20.8971 19.6952 20.9368 19.6562C20.9761 19.6176 20.9982 19.5687 20.9983 19.4932V13.5107L16.3606 16.8955ZM15.9036 15.8936L20.5588 12.5039H11.1917L15.9036 15.8936ZM20.9983 11.6328C21.0295 11.6384 21.0601 11.6454 21.0901 11.6533C21.0242 11.6358 20.9556 11.6233 20.884 11.6172L20.9983 11.6328Z' fill='%23333333'/%3e%3cpath d='M16.004 28C14.3444 28 12.7844 27.6853 11.324 27.056C9.86356 26.4258 8.59289 25.5707 7.512 24.4907C6.43111 23.4107 5.57556 22.1413 4.94533 20.6827C4.31511 19.224 4 17.6644 4 16.004C4 14.3436 4.31511 12.7836 4.94533 11.324C5.57467 9.86356 6.42844 8.59289 7.50667 7.512C8.58489 6.43111 9.85467 5.57556 11.316 4.94533C12.7773 4.31511 14.3373 4 15.996 4C17.6547 4 19.2147 4.31511 20.676 4.94533C22.1364 5.57467 23.4071 6.42889 24.488 7.508C25.5689 8.58711 26.4244 9.85689 27.0547 11.3173C27.6849 12.7778 28 14.3373 28 15.996C28 17.6547 27.6853 19.2147 27.056 20.676C26.4267 22.1373 25.5716 23.408 24.4907 24.488C23.4098 25.568 22.1404 26.4236 20.6827 27.0547C19.2249 27.6858 17.6653 28.0009 16.004 28ZM16 26.6667C18.9778 26.6667 21.5 25.6333 23.5667 23.5667C25.6333 21.5 26.6667 18.9778 26.6667 16C26.6667 13.0222 25.6333 10.5 23.5667 8.43333C21.5 6.36667 18.9778 5.33333 16 5.33333C13.0222 5.33333 10.5 6.36667 8.43333 8.43333C6.36667 10.5 5.33333 13.0222 5.33333 16C5.33333 18.9778 6.36667 21.5 8.43333 23.5667C10.5 25.6333 13.0222 26.6667 16 26.6667Z' fill='%23333333'/%3e%3c/svg%3e ");}
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='M5.5 15.9908C5.5 15.7794 5.53538 15.585 5.60613 15.4075C5.67689 15.2288 5.79971 15.0546 5.9746 14.885L14.7618 6.29473C14.9487 6.11206 15.1783 6.0142 15.4507 6.00115C15.723 5.9881 15.966 6.08596 16.1796 6.29473C16.3932 6.5035 16.5 6.73446 16.5 6.98759C16.5 7.24072 16.3932 7.47167 16.1796 7.68044L7.67677 15.9908L16.1796 24.3011C16.3665 24.4838 16.4666 24.7082 16.48 24.9744C16.4933 25.2406 16.3932 25.4781 16.1796 25.6868C15.966 25.8956 15.7297 26 15.4707 26C15.2117 26 14.9754 25.8956 14.7618 25.6868L5.9746 17.0966C5.79971 16.927 5.67689 16.7528 5.60613 16.574C5.53538 16.3966 5.5 16.2022 5.5 15.9908Z' fill='%23333333'/%3e%3cpath d='M15.5 15.9908C15.5 15.7794 15.5354 15.585 15.6061 15.4075C15.6769 15.2288 15.7997 15.0546 15.9746 14.885L24.7618 6.29473C24.9487 6.11206 25.1783 6.0142 25.4507 6.00115C25.723 5.9881 25.966 6.08596 26.1796 6.29473C26.3932 6.5035 26.5 6.73446 26.5 6.98759C26.5 7.24072 26.3932 7.47167 26.1796 7.68044L17.6768 15.9908L26.1796 24.3011C26.3665 24.4838 26.4666 24.7082 26.48 24.9744C26.4933 25.2406 26.3932 25.4781 26.1796 25.6868C25.966 25.8956 25.7297 26 25.4707 26C25.2117 26 24.9754 25.8956 24.7618 25.6868L15.9746 17.0966C15.7997 16.927 15.6769 16.7528 15.6061 16.574C15.5354 16.3966 15.5 16.2022 15.5 15.9908Z' fill='%23333333'/%3e%3c/svg%3e ");}
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='M15.5 15.9908C15.5 15.7794 15.5354 15.585 15.6061 15.4075C15.6769 15.2288 15.7997 15.0546 15.9746 14.885L24.7618 6.29473C24.9487 6.11206 25.1783 6.0142 25.4507 6.00115C25.723 5.9881 25.966 6.08596 26.1796 6.29473C26.3932 6.5035 26.5 6.73446 26.5 6.98759C26.5 7.24072 26.3932 7.47167 26.1796 7.68044L17.6768 15.9908L26.1796 24.3011C26.3665 24.4838 26.4666 24.7082 26.48 24.9744C26.4933 25.2406 26.3932 25.4781 26.1796 25.6868C25.966 25.8956 25.7297 26 25.4707 26C25.2117 26 24.9754 25.8956 24.7618 25.6868L15.9746 17.0966C15.7997 16.927 15.6769 16.7528 15.6061 16.574C15.5354 16.3966 15.5 16.2022 15.5 15.9908Z' 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.17655 28C5.5566 28 5.03908 27.793 4.62399 27.3789C4.20889 26.9648 4.0009 26.4481 4 25.8288V8.66099C4 8.04257 4.208 7.52633 4.62399 7.11226C5.03998 6.69818 5.5575 6.4907 6.17655 6.48981H17.4798L16.1321 7.83419H6.17655C5.9699 7.83419 5.77987 7.92023 5.60647 8.09231C5.43306 8.2644 5.34681 8.45395 5.34771 8.66099V25.8288C5.34771 26.035 5.43396 26.2245 5.60647 26.3975C5.77897 26.5705 5.969 26.6565 6.17655 26.6556H23.3868C23.5934 26.6556 23.7835 26.5696 23.9569 26.3975C24.1303 26.2254 24.2165 26.0359 24.2156 25.8288V15.7607L25.5633 14.4163V25.8288C25.5633 26.4472 25.3558 26.9635 24.9407 27.3776C24.5256 27.7916 24.0076 27.9991 23.3868 28H6.17655ZM12.0862 19.9337V16.4181L24.1401 4.39256C24.2893 4.24468 24.4456 4.1425 24.6091 4.08604C24.7727 4.02958 24.9456 4.0009 25.128 4C25.2969 4 25.4622 4.02868 25.624 4.08604C25.7857 4.1425 25.9321 4.23661 26.0633 4.36836L27.562 5.81761C27.7057 5.96549 27.8144 6.12861 27.8881 6.30697C27.9618 6.48532 27.9991 6.66502 28 6.84607C28.0009 7.02711 27.9739 7.1983 27.9191 7.35962C27.8643 7.52095 27.7623 7.67555 27.6132 7.82344L15.4825 19.9337H12.0862ZM13.434 18.5893H14.9057L23.8895 9.62895L23.1536 8.89357L22.3315 8.10845L13.434 16.9841V18.5893Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M13.345 22.751L7.3612 16.8272C7.12261 16.592 7 16.3126 7 15.9934C7 15.6742 7.12261 15.3949 7.3612 15.1597L13.345 9.2358C13.4951 9.08719 13.6766 9.00763 13.8851 9.00044C14.0998 8.99304 14.2923 9.07858 14.4593 9.24391L14.4604 9.24499C14.6197 9.4076 14.7076 9.59026 14.7098 9.79129C14.7119 9.99415 14.6229 10.1775 14.4593 10.3394L9.52925 15.219H24.2169C24.4361 15.219 24.6245 15.2925 24.7753 15.4407C24.9264 15.5892 25.001 15.776 25 15.9939C24.999 16.211 24.9246 16.3973 24.7757 16.5457C24.6265 16.6944 24.4382 16.7678 24.2183 16.7678H9.52925L14.4593 21.6474C14.6092 21.7957 14.6901 21.9741 14.6974 22.1788C14.7049 22.3886 14.6216 22.5773 14.4604 22.7418L14.4593 22.7429C14.2944 22.9062 14.1081 22.9968 13.9032 23C13.6973 23.0021 13.5104 22.9138 13.345 22.751Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M18.655 22.751L24.6388 16.8272C24.8774 16.592 25 16.3126 25 15.9934C25 15.6742 24.8774 15.3949 24.6388 15.1597L18.655 9.2358C18.5049 9.08719 18.3234 9.00763 18.1149 9.00044C17.9002 8.99304 17.7077 9.07858 17.5407 9.24391L17.5396 9.24499C17.3803 9.4076 17.2924 9.59026 17.2902 9.79129C17.2881 9.99415 17.3771 10.1775 17.5407 10.3394L22.4707 15.219H7.78306C7.56393 15.219 7.37551 15.2925 7.22475 15.4407C7.07364 15.5892 6.99898 15.776 7.00001 15.9939C7.00104 16.211 7.07539 16.3973 7.22426 16.5457C7.37348 16.6944 7.56179 16.7678 7.78169 16.7678H22.4707L17.5407 21.6474C17.3908 21.7957 17.3099 21.9741 17.3026 22.1788C17.2951 22.3886 17.3784 22.5773 17.5396 22.7418L17.5407 22.7429C17.7056 22.9062 17.8919 22.9968 18.0968 23C18.3027 23.0021 18.4896 22.9138 18.655 22.751Z' 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 d='M13.74 19.9758C11.583 19.6826 9.7537 19.1311 8.25222 18.3213C6.75074 17.5115 6 16.5904 6 15.558C6 14.3319 6.96963 13.2657 8.90889 12.3594C10.8481 11.4531 13.2119 11 16 11C18.7881 11 21.1519 11.4531 23.0911 12.3594C25.0304 13.2657 26 14.3319 26 15.558C26 16.3298 25.5522 17.0709 24.6567 17.7812C23.7619 18.4922 22.5663 19.0506 21.07 19.4562C20.9167 19.5079 20.7741 19.4908 20.6422 19.4049C20.5104 19.3199 20.4444 19.1983 20.4444 19.0403C20.4444 18.8587 20.4989 18.7045 20.6078 18.5777C20.7167 18.4508 20.85 18.3596 21.0078 18.3042C22.2619 17.9244 23.2222 17.4705 23.8889 16.9425C24.5556 16.4145 24.8889 15.953 24.8889 15.558C24.8889 14.9062 24.097 14.1735 22.5133 13.3599C20.9296 12.5463 18.7585 12.1395 16 12.1395C13.2415 12.1395 11.07 12.5463 9.48556 13.3599C7.90111 14.1735 7.10963 14.9062 7.11111 15.558C7.11111 16.1019 7.72593 16.71 8.95556 17.3823C10.1852 18.0554 11.7415 18.5313 13.6244 18.8101L11.76 16.8992C11.6563 16.7928 11.6007 16.6622 11.5933 16.5072C11.5859 16.3522 11.6415 16.214 11.76 16.0924C11.8785 15.9709 12.01 15.9101 12.1544 15.9101C12.2989 15.9101 12.4296 15.9709 12.5467 16.0924L15.2011 18.8147C15.3804 18.9985 15.47 19.2131 15.47 19.4585C15.47 19.7039 15.3804 19.9189 15.2011 20.1035L12.5467 22.8246C12.443 22.9309 12.3167 22.989 12.1678 22.9989C12.0189 23.0088 11.883 22.9507 11.76 22.8246C11.6422 22.703 11.5822 22.5697 11.58 22.4246C11.5778 22.2795 11.6359 22.1439 11.7544 22.0178L13.74 19.9758Z' 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='M15.3651 27.3651V26.1448C12.7196 25.8967 10.5354 24.9113 8.8127 23.1886C7.0891 21.465 6.1037 19.2804 5.85651 16.6349H4.63492C4.45545 16.6349 4.30476 16.574 4.18286 16.4521C4.06095 16.3302 4 16.179 4 15.9987C4 15.8184 4.06095 15.6677 4.18286 15.5467C4.30476 15.4256 4.45545 15.3651 4.63492 15.3651H5.85651C6.1037 12.7196 7.0891 10.5354 8.8127 8.8127C10.5363 7.08995 12.7204 6.10455 15.3651 5.85651V4.63492C15.3651 4.45545 15.426 4.30476 15.5479 4.18286C15.6698 4.06095 15.8209 4 16.0013 4C16.1816 4 16.3323 4.06095 16.4533 4.18286C16.5744 4.30476 16.6349 4.45545 16.6349 4.63492V5.85651C19.2804 6.1037 21.4645 7.0891 23.1873 8.8127C24.91 10.5363 25.8959 12.7204 26.1448 15.3651H27.3651C27.5454 15.3651 27.6961 15.426 27.8171 15.5479C27.9382 15.6698 27.9991 15.8209 28 16.0013C28.0008 16.1816 27.9399 16.3323 27.8171 16.4533C27.6944 16.5744 27.5437 16.6349 27.3651 16.6349H26.1448C25.8967 19.2804 24.9113 21.4645 23.1886 23.1873C21.465 24.9109 19.2804 25.8967 16.6349 26.1448V27.3651C16.6349 27.5454 16.574 27.6961 16.4521 27.8171C16.3302 27.9382 16.179 27.9991 15.9987 28C15.8184 28.0008 15.6677 27.9399 15.5467 27.8171C15.4256 27.6944 15.3651 27.5437 15.3651 27.3651ZM16 24.8889C18.455 24.8889 20.5503 24.0212 22.2857 22.2857C24.0212 20.5503 24.8889 18.455 24.8889 16C24.8889 13.545 24.0212 11.4497 22.2857 9.71428C20.5503 7.97883 18.455 7.11111 16 7.11111C13.545 7.11111 11.4497 7.97883 9.71428 9.71428C7.97883 11.4497 7.11111 13.545 7.11111 16C7.11111 18.455 7.97883 20.5503 9.71428 22.2857C11.4497 24.0212 13.545 24.8889 16 24.8889ZM16 19.8095C14.9528 19.8095 14.0559 19.4366 13.3092 18.6908C12.5625 17.945 12.1896 17.048 12.1905 16C12.1913 14.952 12.5642 14.055 13.3092 13.3092C14.0542 12.5634 14.9511 12.1905 16 12.1905C17.0489 12.1905 17.9458 12.5634 18.6908 13.3092C19.4358 14.055 19.8087 14.952 19.8095 16C19.8104 17.048 19.4375 17.945 18.6908 18.6908C17.9441 19.4366 17.0472 19.8095 16 19.8095Z' 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='M14.0646 17.9535L6.71798 14.9749C6.45716 14.8722 6.27206 14.7176 6.16265 14.5113C6.05325 14.3049 5.99904 14.0941 6.00001 13.8789C6.00099 13.6637 6.06155 13.4504 6.1817 13.2391C6.30185 13.0278 6.49282 12.8713 6.75461 12.7696L24.3813 6.09057C24.6118 5.99275 24.838 5.97417 25.0597 6.03482C25.2815 6.09546 25.4729 6.20649 25.6341 6.36789C25.7953 6.52929 25.9056 6.72101 25.9652 6.94306C26.0258 7.16511 26.0072 7.39107 25.9096 7.62094L19.1812 25.2546C19.0826 25.5031 18.9302 25.6894 18.7241 25.8137C18.518 25.9379 18.3065 26 18.0896 26C17.8728 26 17.6588 25.9403 17.4479 25.821C17.2369 25.7017 17.0811 25.5124 16.9804 25.2532L14.0646 17.9535ZM18.0647 23.9972L24.3388 7.66642L7.97221 13.8891L15.1518 16.8075L18.0647 23.9972Z' 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='M5.61112 9.93656C5.43675 9.93656 5.2913 9.87789 5.17478 9.76056C5.05826 9.64323 5.00001 9.49819 5.00001 9.32545V5.98756C5.00001 5.70808 5.09452 5.47341 5.28356 5.28356C5.4726 5.09371 5.70726 4.99919 5.98756 5.00001H9.32423C9.49778 5.00001 9.64323 5.05867 9.76056 5.17601C9.87789 5.29334 9.93656 5.43878 9.93656 5.61234C9.93656 5.78589 9.87789 5.93093 9.76056 6.04745C9.64323 6.16397 9.49819 6.22223 9.32545 6.22223H6.22223V9.32545C6.22223 9.49819 6.16356 9.64323 6.04623 9.76056C5.92889 9.87789 5.78467 9.93656 5.61112 9.93656ZM5.98756 27C5.70808 27 5.47341 26.9055 5.28356 26.7164C5.09371 26.5274 4.99919 26.2927 5.00001 26.0124V22.6758C5.00001 22.5022 5.05867 22.3568 5.17601 22.2394C5.29334 22.1221 5.43878 22.0639 5.61234 22.0647C5.78589 22.0655 5.93093 22.1237 6.04745 22.2394C6.16397 22.3551 6.22223 22.5006 6.22223 22.6758V25.7778H9.32545C9.49819 25.7778 9.64323 25.8364 9.76056 25.9538C9.87789 26.0711 9.93656 26.2166 9.93656 26.3901C9.93656 26.5637 9.87789 26.7087 9.76056 26.8252C9.64323 26.9417 9.49819 27 9.32545 27H5.98756ZM22.6758 27C22.5022 27 22.3568 26.9413 22.2394 26.824C22.1221 26.7067 22.0639 26.5612 22.0647 26.3877C22.0655 26.2141 22.1237 26.0691 22.2394 25.9526C22.3551 25.836 22.5006 25.7778 22.6758 25.7778H25.7778V22.6758C25.7778 22.5022 25.8364 22.3568 25.9538 22.2394C26.0711 22.1221 26.2166 22.0639 26.3901 22.0647C26.5637 22.0655 26.7087 22.1237 26.8252 22.2394C26.9417 22.3551 27 22.5006 27 22.6758V26.0124C27 26.2927 26.9055 26.5274 26.7164 26.7164C26.5274 26.9055 26.2927 27 26.0124 27H22.6758ZM26.3877 9.93656C26.2149 9.93656 26.0699 9.87789 25.9526 9.76056C25.8352 9.64323 25.777 9.49819 25.7778 9.32545V6.22223H22.6758C22.5022 6.22223 22.3568 6.16356 22.2394 6.04623C22.1221 5.92889 22.0639 5.78345 22.0647 5.60989C22.0655 5.43634 22.1237 5.2913 22.2394 5.17478C22.3551 5.05826 22.5006 5.00001 22.6758 5.00001H26.0124C26.2927 5.00001 26.5274 5.09452 26.7164 5.28356C26.9055 5.4726 27 5.70726 27 5.98756V9.32423C27 9.49778 26.9413 9.64323 26.824 9.76056C26.7067 9.87789 26.5612 9.93656 26.3877 9.93656ZM22.0402 23.5216V22.0402H23.5216V23.5216H22.0402ZM22.0402 20.5601V19.0788H23.5216V20.5601H22.0402ZM20.5601 22.0402V20.5601H22.0402V22.0402H20.5601ZM19.0788 23.5216V22.0402H20.5601V23.5216H19.0788ZM17.5987 22.0402V20.5601H19.0788V22.0402H17.5987ZM20.5601 19.0788V17.5987H22.0402V19.0788H20.5601ZM19.0788 20.5601V19.0788H20.5601V20.5601H19.0788ZM17.5987 19.0788V17.5987H19.0788V19.0788H17.5987ZM18.5801 14.4013C18.2998 14.4013 18.066 14.3068 17.8786 14.1178C17.6911 13.9279 17.5974 13.6933 17.5974 13.4138V9.46112C17.5974 9.18082 17.6924 8.94697 17.8822 8.75956C18.0713 8.57215 18.3059 8.47845 18.5862 8.47845H22.5389C22.8192 8.47845 23.053 8.57337 23.2404 8.76323C23.4279 8.95226 23.5216 9.18693 23.5216 9.46723V13.4199C23.5216 13.7002 23.4266 13.934 23.2368 14.1214C23.0477 14.3089 22.8131 14.4026 22.5328 14.4026L18.5801 14.4013ZM9.46112 23.5216C9.18082 23.5216 8.94697 23.4266 8.75956 23.2368C8.57215 23.0477 8.47845 22.8131 8.47845 22.5328V18.5801C8.47845 18.2998 8.57337 18.0664 8.76323 17.8798C8.95226 17.6924 9.18693 17.5987 9.46723 17.5987H13.4199C13.7002 17.5987 13.934 17.6932 14.1214 17.8822C14.3089 18.0721 14.4026 18.3067 14.4026 18.5862V22.5401C14.4026 22.8196 14.3076 23.053 14.1178 23.2404C13.9279 23.4279 13.6933 23.5216 13.4138 23.5216H9.46112ZM9.46112 14.4013C9.18082 14.4013 8.94697 14.3068 8.75956 14.1178C8.57215 13.9279 8.47845 13.6933 8.47845 13.4138V9.46112C8.47845 9.18082 8.57337 8.94697 8.76323 8.75956C8.95226 8.57215 9.18693 8.47845 9.46723 8.47845H13.4199C13.7002 8.47845 13.934 8.57337 14.1214 8.76323C14.3089 8.95226 14.4026 9.18693 14.4026 9.46723V13.4199C14.4026 13.7002 14.3076 13.934 14.1178 14.1214C13.9279 14.3089 13.6933 14.4026 13.4138 14.4026L9.46112 14.4013ZM9.55889 22.4399H13.3209V18.6791H9.55889V22.4399ZM9.55889 13.3209H13.3209V9.55889H9.55889V13.3209ZM18.6791 13.3209H22.4399V9.55889H18.6791V13.3209Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-barcode{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.61112 9.93656C5.43675 9.93656 5.2913 9.87789 5.17478 9.76056C5.05826 9.64323 5.00001 9.49819 5.00001 9.32545V5.98756C5.00001 5.70808 5.09452 5.47341 5.28356 5.28356C5.4726 5.09371 5.70726 4.99919 5.98756 5.00001H9.32423C9.49778 5.00001 9.64323 5.05867 9.76056 5.17601C9.87789 5.29334 9.93656 5.43878 9.93656 5.61234C9.93656 5.78589 9.87789 5.93093 9.76056 6.04745C9.64323 6.16397 9.49819 6.22223 9.32545 6.22223H6.22223V9.32545C6.22223 9.49819 6.16356 9.64323 6.04623 9.76056C5.92889 9.87789 5.78467 9.93656 5.61112 9.93656ZM5.98756 27C5.70808 27 5.47341 26.9055 5.28356 26.7164C5.09371 26.5274 4.99919 26.2927 5.00001 26.0124V22.6758C5.00001 22.5022 5.05867 22.3568 5.17601 22.2394C5.29334 22.1221 5.43878 22.0639 5.61234 22.0647C5.78589 22.0655 5.93093 22.1237 6.04745 22.2394C6.16397 22.3551 6.22223 22.5006 6.22223 22.6758V25.7778H9.32545C9.49819 25.7778 9.64323 25.8364 9.76056 25.9538C9.87789 26.0711 9.93656 26.2166 9.93656 26.3901C9.93656 26.5637 9.87789 26.7087 9.76056 26.8252C9.64323 26.9417 9.49819 27 9.32545 27H5.98756ZM22.6758 27C22.5022 27 22.3568 26.9413 22.2394 26.824C22.1221 26.7067 22.0639 26.5612 22.0647 26.3877C22.0655 26.2141 22.1237 26.0691 22.2394 25.9526C22.3551 25.836 22.5006 25.7778 22.6758 25.7778H25.7778V22.6758C25.7778 22.5022 25.8364 22.3568 25.9538 22.2394C26.0711 22.1221 26.2166 22.0639 26.3901 22.0647C26.5637 22.0655 26.7087 22.1237 26.8252 22.2394C26.9417 22.3551 27 22.5006 27 22.6758V26.0124C27 26.2927 26.9055 26.5274 26.7164 26.7164C26.5274 26.9055 26.2927 27 26.0124 27H22.6758ZM26.3877 9.93656C26.2149 9.93656 26.0699 9.87789 25.9526 9.76056C25.8352 9.64323 25.777 9.49819 25.7778 9.32545V6.22223H22.6758C22.5022 6.22223 22.3568 6.16356 22.2394 6.04623C22.1221 5.92889 22.0639 5.78345 22.0647 5.60989C22.0655 5.43634 22.1237 5.2913 22.2394 5.17478C22.3551 5.05826 22.5006 5.00001 22.6758 5.00001H26.0124C26.2927 5.00001 26.5274 5.09452 26.7164 5.28356C26.9055 5.4726 27 5.70726 27 5.98756V9.32423C27 9.49778 26.9413 9.64323 26.824 9.76056C26.7067 9.87789 26.5612 9.93656 26.3877 9.93656Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.25001 10C9.66422 10 10 10.3358 10 10.75V21.25C10 21.6642 9.66422 22 9.25001 22C8.83579 22 8.5 21.6642 8.5 21.25V10.75C8.5 10.3358 8.83579 10 9.25001 10ZM12.25 10C12.6642 10 13 10.3358 13 10.75V21.25C13 21.6642 12.6642 22 12.25 22C11.8358 22 11.5 21.6642 11.5 21.25V10.75C11.5 10.3358 11.8358 10 12.25 10ZM15.25 10C15.6642 10 16 10.3358 16 10.75V21.25C16 21.6642 15.6642 22 15.25 22C14.8358 22 14.5 21.6642 14.5 21.25V10.75C14.5 10.3358 14.8358 10 15.25 10ZM22.75 10C23.1642 10 23.5 10.3358 23.5 10.75V21.25C23.5 21.6642 23.1642 22 22.75 22C22.3358 22 22 21.6642 22 21.25V10.75C22 10.3358 22.3358 10 22.75 10ZM17.875 10C18.0821 10 18.25 10.1679 18.25 10.375V21.625C18.25 21.8321 18.0821 22 17.875 22C17.6679 22 17.5 21.8321 17.5 21.625V10.375C17.5 10.1679 17.6679 10 17.875 10ZM20.125 10C20.3321 10 20.5 10.1679 20.5 10.375V21.625C20.5 21.8321 20.3321 22 20.125 22C19.9179 22 19.75 21.8321 19.75 21.625V10.375C19.75 10.1679 19.9179 10 20.125 10Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-panel{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.2703 15H1.72973C0.774426 15 0 15.6716 0 16.5C0 17.3284 0.774426 18 1.72973 18H30.2703C31.2256 18 32 17.3284 32 16.5C32 15.6716 31.2256 15 30.2703 15Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-panel-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='M0 14.6962C0 13.5451 1.09003 12.7288 2.15296 13.0839L14.3991 17.1755C15.4397 17.5231 16.5603 17.5231 17.6009 17.1755L29.847 13.0839C30.91 12.7288 32 13.5451 32 14.6962C32 15.4309 31.5406 16.0819 30.8623 16.3085L17.6009 20.7393C16.5603 21.0869 15.4397 21.0869 14.3991 20.7393L1.13776 16.3085C0.459402 16.0819 0 15.4309 0 14.6962Z' fill='%23333333'/%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='M29.245 14.7456C29.559 14.5093 29.7919 14.1796 29.911 13.8028C30.0302 13.426 30.0296 13.021 29.9095 12.6446C29.7893 12.2681 29.5556 11.9391 29.241 11.7036C28.9264 11.4682 28.5468 11.3381 28.1554 11.3316L20.553 11.0414C20.5156 11.0388 20.4798 11.0254 20.4498 11.0026C20.4198 10.9799 20.397 10.9489 20.384 10.9134L17.757 3.74409C17.625 3.37934 17.3853 3.06439 17.0703 2.84186C16.7552 2.61934 16.3801 2.5 15.9958 2.5C15.6114 2.5 15.2363 2.61934 14.9213 2.84186C14.6063 3.06439 14.3666 3.37934 14.2346 3.74409L11.616 10.939C11.603 10.9745 11.5802 11.0055 11.5502 11.0283C11.5202 11.051 11.4844 11.0644 11.447 11.067L3.84463 11.3572C3.4532 11.3637 3.07358 11.4938 2.75901 11.7292C2.44443 11.9647 2.21068 12.2937 2.09052 12.6702C1.97036 13.0466 1.96982 13.4516 2.08897 13.8284C2.20813 14.2052 2.44101 14.5349 2.75496 14.7712L8.71861 19.5081C8.74845 19.5318 8.77076 19.5639 8.78277 19.6003C8.79478 19.6367 8.79597 19.6758 8.78618 19.7129L6.73354 27.0615C6.62717 27.4357 6.63748 27.8339 6.76305 28.202C6.88863 28.5701 7.12338 28.8901 7.43536 29.1186C7.74735 29.3471 8.12143 29.473 8.50671 29.479C8.892 29.4851 9.26977 29.3711 9.58866 29.1525L15.8902 24.8851C15.9212 24.8634 15.9581 24.8518 15.9958 24.8518C16.0335 24.8518 16.0703 24.8634 16.1014 24.8851L22.4029 29.1525C22.7175 29.3786 23.0939 29.5 23.4799 29.5C23.8659 29.5 24.2423 29.3786 24.5569 29.1525C24.869 28.9262 25.104 28.6077 25.2295 28.2409C25.3551 27.874 25.365 27.4769 25.258 27.1041L23.1885 19.73C23.1775 19.693 23.1781 19.6534 23.1902 19.6168C23.2023 19.5801 23.2253 19.5481 23.2561 19.5251L29.245 14.7456Z' fill='url(%23paint0_linear_16_3874)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_16_3874' x1='16' y1='16.0218' x2='16.0451' y2='16.0218' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23D49B9F'/%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='M12 21.9683C12 22.8252 13.0127 23.3073 13.7077 22.7812L21.5915 16.8129C22.1362 16.4006 22.1362 15.5994 21.5915 15.1871L13.7077 9.21884C13.0127 8.69271 12 9.17477 12 10.0317V21.9683Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M12.3179 24C12.8603 24 13.3 23.5717 13.3 23.0434V8.95663C13.3 8.4283 12.8603 8 12.3179 8H10.9821C10.4397 8 10 8.4283 10 8.95663V23.0434C10 23.5717 10.4397 24 10.9821 24H12.3179ZM21.0179 24C21.5603 24 22 23.5717 22 23.0434V8.95663C22 8.4283 21.5603 8 21.0179 8H19.6821C19.1397 8 18.7 8.4283 18.7 8.95663V23.0434C18.7 23.5717 19.1397 24 19.6821 24H21.0179Z' 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='M19.5601 25.674C19.1409 25.8518 18.6948 25.5303 18.6948 25.0749C18.6948 24.7927 18.8732 24.543 19.1341 24.4351C20.7292 23.7753 22.033 22.7243 23.0455 21.282C24.1493 19.7095 24.7013 17.9487 24.7013 15.9996C24.7013 14.0506 24.1493 12.2898 23.0455 10.7172C22.033 9.27493 20.7292 8.2239 19.1341 7.56413C18.8732 7.45624 18.6948 7.20657 18.6948 6.9243C18.6948 6.46893 19.1409 6.14737 19.5601 6.32516C21.3144 7.06911 22.7792 8.22837 23.9545 9.80293C25.3182 11.6306 26 13.6962 26 15.9996C26 18.303 25.3182 20.3682 23.9545 22.195C22.7792 23.7703 21.3144 24.93 19.5601 25.674ZM7 18.6906C6.44771 18.6906 6 18.2429 6 17.6906V14.375C6 13.8227 6.44772 13.375 7 13.375H10.4481L13.3757 10.3793C14.0023 9.73814 15.0909 10.1817 15.0909 11.0782V20.9875C15.0909 21.8839 14.0023 22.3275 13.3757 21.6864L10.4481 18.6906H7ZM20.0077 19.1399C19.5588 19.7945 18.6948 19.3675 18.6948 18.5737V13.4255C18.6948 12.6317 19.5566 12.208 20.0003 12.8662C20.1289 13.057 20.2457 13.2598 20.3506 13.4747C20.7403 14.272 20.9351 15.1248 20.9351 16.0328C20.9351 16.9409 20.7403 17.7826 20.3506 18.5578C20.2477 18.7626 20.1334 18.9567 20.0077 19.1399ZM13.7922 11.8468L11 14.7039H7.2987V17.3617H11L13.7922 20.2189V11.8468Z' 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='M26.9752 24.0242L5.33643 7.34152C5.0478 7.11899 4.63402 7.16119 4.4113 7.44968C4.18839 7.73841 4.25223 8.15037 4.5411 8.37308L26.1793 25.0553C26.4601 24.7244 26.7257 24.3804 26.9752 24.0242Z' fill='%23333333'/%3e%3cpath d='M25.5 15.9996C25.5 17.5721 25.1823 19.0335 24.5468 20.3838L23.4965 19.5741C23.9664 18.4627 24.2013 17.2712 24.2013 15.9996C24.2013 14.0506 23.6494 12.2898 22.5455 10.7172C21.533 9.27493 20.2292 8.2239 18.6341 7.56413C18.3733 7.45624 18.1948 7.20657 18.1948 6.9243C18.1948 6.46893 18.6409 6.14737 19.0602 6.32516C20.8144 7.06911 22.2792 8.22837 23.4546 9.80293C24.8182 11.6306 25.5 13.6962 25.5 15.9996Z' fill='%23333333'/%3e%3cpath d='M18.1948 15.4867L20.3333 17.1353C20.4011 16.7794 20.4351 16.4119 20.4351 16.0328C20.4351 15.1248 20.2403 14.272 19.8507 13.4747C19.7457 13.2598 19.6289 13.057 19.5003 12.8662C19.0566 12.208 18.1948 12.6317 18.1948 13.4255V15.4867Z' fill='%23333333'/%3e%3cpath d='M14.5909 12.7083L12.3147 10.9534L12.8758 10.3793C13.5023 9.73814 14.5909 10.1817 14.5909 11.0782V12.7083Z' fill='%23333333'/%3e%3cpath d='M5.50003 14.375C5.50003 13.8227 5.94774 13.375 6.50003 13.375H8.73658L10.4603 14.7039H6.79873V17.3617H10.5L13.2922 20.2189V16.8873L14.5909 17.8885V20.9875C14.5909 21.8839 13.5023 22.3275 12.8758 21.6864L9.94808 18.6906H6.50003C5.94774 18.6906 5.50003 18.2429 5.50003 17.6906V14.375Z' fill='%23333333'/%3e%3cpath d='M21.0996 22.9064L22.1186 23.6921C21.2218 24.5289 20.2023 25.1896 19.0601 25.6741C18.6409 25.8519 18.1948 25.5303 18.1948 25.0749C18.1948 24.7927 18.3732 24.543 18.634 24.4351C19.5525 24.0553 20.3743 23.5457 21.0996 22.9064Z' 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='M10.4167 14.5373H13.5837L13.5845 17.7039C13.584 17.8217 13.6237 17.9206 13.7037 18.0006C13.7837 18.0806 13.8826 18.1206 14.0004 18.1206C14.1182 18.1206 14.2168 18.0806 14.2963 18.0006C14.3763 17.9212 14.4163 17.8223 14.4163 17.7039V14.5373H17.5833C17.7011 14.5373 17.8 14.4976 17.88 14.4181C17.96 14.3387 18 14.2398 18 14.1214C18 14.0031 17.96 13.9039 17.88 13.8239C17.8005 13.7439 17.7016 13.7039 17.5833 13.7039H14.4163V10.5373C14.4168 10.4195 14.3771 10.3206 14.2971 10.2406C14.2171 10.1606 14.1182 10.1206 14.0004 10.1206C13.8826 10.1206 13.7837 10.1609 13.7037 10.2414C13.6237 10.3209 13.5837 10.4198 13.5837 10.5381V13.7048H10.4167C10.2989 13.7042 10.2 13.7439 10.12 13.8239C10.04 13.9039 10 14.0028 10 14.1206C10 14.2384 10.04 14.3373 10.12 14.4173C10.1995 14.4973 10.2984 14.5373 10.4167 14.5373Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.8517 27.1361L21.1114 20.3959L21.2358 20.2527C22.734 18.5278 23.6435 16.2798 23.6435 13.8217C23.6435 8.40641 19.2373 4 13.8216 4C8.40592 4 4 8.40668 4 13.822C4 19.2374 8.40591 23.6435 13.8216 23.6435C16.2794 23.6435 18.5274 22.7341 20.2521 21.2358L20.3953 21.1115L27.1361 27.8519C27.2349 27.9507 27.3642 28.0001 27.4942 28.0001C27.6239 28.0001 27.7531 27.9508 27.8516 27.8521C28.0494 27.6544 28.0495 27.3337 27.8517 27.1361ZM5.01248 13.8216C5.01248 8.96399 8.96404 5.01248 13.8215 5.01248C18.6791 5.01248 22.6307 8.96427 22.6307 13.8216C22.6307 18.679 18.6791 22.6305 13.8215 22.6305C8.96405 22.6305 5.01248 18.679 5.01248 13.8216Z' fill='%23333333'/%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) {} 


/*body #main.home .container-home-slider .container{
	max-width: calc(2560px + var(--container-padding, 40px) * 2);
}

@media screen and (width: 1920px) {
	body #main.home .container-home-slider .container{
        max-width: calc(1920px - var(--container-scrollbar-width, 16px));
        width: calc(1920px + var(--container-padding, 40px) * 2) !important;
    }

    body #main.home .container-home-slider .container {
        max-width: 100%;
    }
}*/


/*
*
* Banner Homepage
*
*/
.home .home-slider .description .content p.home-slider-subtitle.mega-title { padding-top: 5px; }
.home .home-slider .description .content p.home-slider-description.list-nav-title { padding-top: 11px;}
@media screen and (max-width: 767px) {
	body .home .home-slider .description .content .button { margin-top: 19px; }
}


/*
*
* HEADER
*
*/
body header:not(.transparency-on) #header-main-block-container{background: white;border-bottom: 1px solid var(--color-background);}
#header #header-logo img{max-width: none;}
#header .header-shop-group-item:not(.header-shop-group-item-user) .header-shop-icon-text {border-radius: 100%; background-color: var(--color-theme); position: relative; display: flex; justify-content: center; }
#header .header-shop-group-item .header-shop-icon-text .header-shop-icon-text-count{color: var(--color-white);}

html body #header .rdc-icon-svg.rdc-icon-user.active, html body #header .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 fill-rule='evenodd' clip-rule='evenodd' d='M15.9997 15.9019C14.7172 15.9018 13.6205 15.4178 12.7051 14.4465C11.7897 13.4752 11.3334 12.3114 11.3344 10.9502C11.3355 9.58894 11.7918 8.42386 12.7053 7.45023C13.6185 6.4769 14.7151 5.99455 15.9997 6.00005C17.2848 6.00555 18.3817 6.48872 19.295 7.45224C20.2081 8.41552 20.6645 9.58036 20.6656 10.9519C20.6666 12.3233 20.2102 13.4869 19.2952 14.4479C18.3798 15.4092 17.2828 15.8919 15.9997 15.9019ZM13.7035 13.3853C14.343 14.0558 15.1097 14.3949 15.9996 14.3995C16.8939 14.3995 17.662 14.0603 18.2985 13.3849C18.9349 12.7097 19.2536 11.8964 19.2525 10.95C19.2514 10.0038 18.9328 9.19018 18.2986 8.51382C17.6641 7.83715 16.8963 7.49847 15.9998 7.50077C15.1037 7.50307 14.3365 7.84159 13.7031 8.51366C13.0698 9.18567 12.7508 9.99939 12.7475 10.9498C12.7443 11.9008 13.0635 12.7143 13.7035 13.3853Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 25.3429C5.00103 25.815 5.15149 26.2068 5.45063 26.5242C5.74971 26.8415 6.11764 27 6.5601 27H25.4399C25.8833 27.0021 26.2519 26.8442 26.5509 26.526C26.8501 26.2074 27 25.8157 27 25.3448V24.3234C26.999 23.6503 26.8137 23.0191 26.4423 22.4279C26.0709 21.8369 25.5707 21.378 24.9399 21.051C23.4511 20.2952 21.962 19.7274 20.4724 19.3471C18.9829 18.9667 17.4922 18.7772 16.0001 18.7783C14.5079 18.7794 13.017 18.969 11.5275 19.3471C10.038 19.7252 8.54841 20.293 7.05866 21.0509C6.42776 21.3791 5.92752 21.838 5.55612 22.428C5.18477 23.0179 5 23.6496 5 24.3249L5 25.3429ZM6.41307 24.3249V25.4993H25.5869V24.3232C25.5869 23.9311 25.4674 23.5632 25.232 23.2212C24.9973 22.8803 24.6732 22.5952 24.2625 22.3647L24.2598 22.3633C22.9516 21.6907 21.6019 21.1754 20.2107 20.8176C18.8189 20.4597 17.4154 20.2802 16.0001 20.2791C14.5847 20.2779 13.181 20.4575 11.7892 20.8177C10.3981 21.1777 9.0484 21.6928 7.74026 22.3632L7.73733 22.3649C7.32685 22.5964 7.00264 22.8815 6.76796 23.2212C6.53254 23.5632 6.41307 23.9317 6.41307 24.3249Z' fill='%23333333'/%3e%3c/svg%3e ");}
html body #header .rdc-icon-svg.rdc-icon-wishlist.active, html body #header .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='M7.5 28V8.29226C7.5 7.63935 7.71864 7.09432 8.15592 6.65716C8.59319 6.22 9.13719 6.00095 9.78792 6H22.2121C22.8638 6 23.4078 6.21905 23.8441 6.65716C24.2804 7.09527 24.4991 7.6403 24.5 8.29226V28L16 24.3423L7.5 28ZM8.91667 25.8L16 22.7484L23.0833 25.8V8.29226C23.0833 8.07462 22.9927 7.87449 22.8113 7.69187C22.63 7.50925 22.4303 7.41841 22.2121 7.41935H9.78792C9.57069 7.41935 9.37094 7.51019 9.18867 7.69187C9.00639 7.87355 8.91572 8.07368 8.91667 8.29226V25.8Z' fill='%23333333'/%3e%3c/svg%3e ");}
html body #header .rdc-icon-svg.rdc-icon-cart.active, html body #header .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='M8.30714 27C7.65 27 7.10143 26.7861 6.66143 26.3583C6.22143 25.9306 6.00095 25.3968 6 24.7569V9.79861C6 9.15972 6.22048 8.62639 6.66143 8.19861C7.10238 7.77083 7.65095 7.55648 8.30714 7.55556H11V6.86111C11 5.51111 11.4862 4.36343 12.4586 3.41806C13.431 2.47269 14.6114 2 16 2C17.3886 2 18.569 2.47269 19.5414 3.41806C20.5138 4.36343 21 5.51111 21 6.86111V7.55556H23.6929C24.35 7.55556 24.8986 7.76991 25.3386 8.19861C25.7786 8.62731 25.999 9.16065 26 9.79861V24.7569C26 25.3958 25.78 25.9292 25.34 26.3569C24.9 26.7847 24.351 26.9991 23.6929 27H8.30714ZM8.30714 25.6111H23.6929C23.9119 25.6111 24.1133 25.5222 24.2971 25.3444C24.481 25.1667 24.5724 24.9708 24.5714 24.7569V9.79861C24.5714 9.58565 24.48 9.38981 24.2971 9.21111C24.1143 9.03241 23.9129 8.94352 23.6929 8.94444H21V12.4167C21 12.6139 20.9319 12.7792 20.7957 12.9125C20.6595 13.0458 20.4895 13.112 20.2857 13.1111C20.0819 13.1102 19.9119 13.044 19.7757 12.9125C19.6395 12.781 19.5714 12.6157 19.5714 12.4167V8.94444H12.4286V12.4167C12.4286 12.6139 12.3605 12.7792 12.2243 12.9125C12.0881 13.0458 11.9181 13.112 11.7143 13.1111C11.5105 13.1102 11.3405 13.044 11.2043 12.9125C11.0681 12.781 11 12.6157 11 12.4167V8.94444H8.30714C8.08809 8.94444 7.88667 9.03333 7.70286 9.21111C7.51905 9.38889 7.42762 9.58472 7.42857 9.79861V24.7569C7.42857 24.9699 7.52 25.1657 7.70286 25.3444C7.88571 25.5231 8.08714 25.612 8.30714 25.6111ZM12.4286 7.55556H19.5714V6.86111C19.5714 5.88333 19.2276 5.06019 18.54 4.39167C17.8524 3.72315 17.0057 3.38889 16 3.38889C14.9943 3.38889 14.1476 3.72315 13.46 4.39167C12.7724 5.06019 12.4286 5.88333 12.4286 6.86111V7.55556Z' fill='%23333333'/%3e%3c/svg%3e ");}

body .rdc-icon-star-full{background-color: #D49B9F;}

/* DESKTOP */
@media screen and (min-width:1200px){

	#header #header-shop-group .rdc-icon-svg {--icons-size: 28px;}

    /* Bar Search */
    #header #header-main-block{--header-main-block-height: 70px;}
    #header #header-input-search{--width-search: 660px;}
    #header #header-input-search #headerfrmPesq{flex-direction: row-reverse; background-color: var(--color-background-pink); border-radius: var(--button-border-radius);}
    #headerfrmPesq #header-search-icon-clear{right: 97px; background-color: var(--color-darkgray);}
    #header #header-input-search #headerfrmPesq .btn-header-search {min-width: 28px !important; min-height: 38px; margin-right: 3px;}
	#header #headerfrmPesq .rdc-icon-search {width: 26px !important; height: 26px !important;}

	#header .header-shop-group-item .header-shop-icon-text .header-shop-icon-text-count{font-size: 11px;}
}

/* MOBILE & TABLET */
@media screen and (max-width:1199px){
	body #header{--icons-size: 20px;}
	body #header .toggle-button .rdc-icon-svg{width: var(--icons-size); height: var(--icons-size);}
	#header #header-main-block{--header-main-block-height: 49px;}
	#header .header-shop-group-item .header-shop-icon-text .header-shop-icon-text-count{font-size: 10px;}
}

/* MOBILE */
@media screen and (max-width:767px) {

}




/*
 *
 * SUBMENU
 *
*/
#header #header-nav .header-nav-item span{font-size: 16px; font-weight: 400; letter-spacing: 0.5px;}
#header #header-nav .header-nav-item:not(.featured) span { color: var(--color-black); }
body #header #header-nav .header-nav-item.sel:not(.featured) span{color: var(--color-theme); }
body header:not(.header-nav-itemsub-active) #header-nav .header-nav-item.sel:not(.featured)::after{background-color: var(--color-theme);}
#header .header-submenu-nav .list-nav-subtitle span{ font-size: 16px; font-weight: 600; text-transform: uppercase;}
#header .header-submenu-nav .list-nav-subtitle:not(.featured) span { color: var(--color-theme); }
header .header-nav-item-4.paragraph.featured { text-decoration: unset; }

/* DESKTOP */
@media screen and (min-width:1680px){
	#header .header-submenu-nav.active{background-color: transparent;}
	header:not(.transparency-on) #header-main-block-container{background: white linear-gradient(to bottom, var(--color-background), var(--color-background) 1px) repeat-x bottom / 1px 1px;}
	header.header-nav-itemsub-hover :not(.transparency-on) #header-main-block-container{background: white}
	#header .header-submenu-list{padding-top: 20px;}
	#header .header-submenu-nav-item:nth-child(n+2){padding-top: 8px;}
}

@media screen and (min-width: 1200px) {
    body .header-nav-item::after {
        bottom: 1px;
		/*height: 3px;*/
    }
	#header #header-nav .header-nav-item.active span{color: var(--color-theme);}
	#header #header-nav .header-nav-item.active::after{background-color: var(--color-theme);}
}
/* HOVERS */
@media (hover:hover) {
	.header-submenu-nav .header-nav-item-4:not(.cursor-default):hover{text-underline-offset: 5px;}
	header a.featured:hover { color: var(--color-featuredmenu); }
}




/*
 *
 * MENU MOBILE
 *
*/

/* MOBILE & TABLET */
@media screen and (max-width:1199px){
	body #menu #mobile-holder #mobile-inst-menu .rdc-icon-svg:not(.rdc-icon-menu-close){width: 24px; height: 24px; filter: brightness(0) saturate(100%) invert(55%) sepia(19%) saturate(509%) hue-rotate(307deg) brightness(100%) contrast(106%);}
    #menu #mobile-inst-menu{border-top-width: 2px; border-color: var(--color-theme); background-color: var(--color-background-pink);}
    #menu .mobile-shop-country-flag{width: 24px; height: 24px; background-size: 24px; 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 27C14.4861 27 13.0602 26.7107 11.7222 26.1322C10.3843 25.5529 9.21912 24.7666 8.22667 23.7733C7.23423 22.7801 6.44793 21.6149 5.86778 20.2778C5.28764 18.9407 4.99838 17.5147 5.00001 16C5.00001 14.4812 5.28927 13.054 5.86778 11.7186C6.44712 10.3823 7.23341 9.2183 8.22667 8.22667C9.21993 7.23504 10.3851 6.44874 11.7222 5.86778C13.0602 5.28926 14.4861 5 16 5C17.5188 5 18.946 5.28926 20.2814 5.86778C21.6177 6.44711 22.7821 7.23341 23.7746 8.22667C24.767 9.21992 25.5529 10.3839 26.1322 11.7186C26.7107 13.0548 27 14.482 27 16C27 17.5139 26.7107 18.9398 26.1322 20.2778C25.5529 21.6157 24.7666 22.7809 23.7733 23.7733C22.7801 24.7658 21.6161 25.5521 20.2814 26.1322C18.9468 26.7124 17.5196 27.0016 16 27ZM16 25.7875C16.717 24.866 17.3086 23.9611 17.7747 23.073C18.2399 22.1848 18.6184 21.1908 18.9101 20.0908H13.0899C13.4134 21.2527 13.7996 22.2777 14.2486 23.1659C14.6983 24.054 15.2822 24.9279 16 25.7875ZM14.4441 25.6042C13.8737 24.932 13.3531 24.1009 12.8821 23.1109C12.4112 22.1217 12.0608 21.1146 11.831 20.0896H7.14378C7.84452 21.6092 8.83738 22.8558 10.1223 23.8295C11.4081 24.8024 12.8487 25.394 14.4441 25.6042ZM17.5559 25.6042C19.1513 25.394 20.5919 24.8024 21.8777 23.8295C23.1626 22.8558 24.1555 21.6092 24.8562 20.0896H20.1702C19.8606 21.1301 19.4707 22.1449 19.0006 23.1341C18.5296 24.1241 18.048 24.9483 17.5559 25.6042ZM6.64512 18.8686H11.5768C11.4839 18.3666 11.4187 17.8777 11.3812 17.4019C11.3421 16.9268 11.3226 16.4596 11.3226 16C11.3226 15.5404 11.3417 15.0731 11.38 14.5981C11.4183 14.1231 11.4835 13.6342 11.5756 13.1314H6.64634C6.51353 13.5551 6.40964 14.0167 6.33467 14.5162C6.25971 15.0149 6.22223 15.5095 6.22223 16C6.22223 16.4905 6.2593 16.9855 6.33345 17.485C6.4076 17.9845 6.51149 18.4453 6.64512 18.8673M12.799 18.8673H19.201C19.2939 18.3662 19.3591 17.8855 19.3966 17.4251C19.4357 16.9656 19.4552 16.4905 19.4552 16C19.4552 15.5095 19.4361 15.0344 19.3978 14.5749C19.3595 14.1153 19.2943 13.6346 19.2022 13.1327H12.7978C12.7057 13.6338 12.6405 14.1145 12.6022 14.5749C12.5639 15.0344 12.5448 15.5095 12.5448 16C12.5448 16.4905 12.5639 16.9656 12.6022 17.4251C12.6405 17.8847 12.7069 18.3654 12.799 18.8673ZM20.4244 18.8673H25.3549C25.4877 18.4444 25.5916 17.9837 25.6666 17.485C25.7407 16.9855 25.7778 16.4905 25.7778 16C25.7778 15.5095 25.7407 15.0145 25.6666 14.515C25.5924 14.0155 25.4885 13.5547 25.3549 13.1327H20.4232C20.5161 13.6338 20.5813 14.1223 20.6188 14.5981C20.6579 15.074 20.6774 15.5413 20.6774 16C20.6774 16.4587 20.6583 16.926 20.62 17.4019C20.5817 17.8777 20.5165 18.3666 20.4244 18.8686M20.1702 11.9104H24.8562C24.14 10.359 23.159 9.11237 21.9131 8.17044C20.6673 7.22852 19.2149 6.62922 17.5559 6.37256C18.1263 7.123 18.6392 7.98141 19.0947 8.94778C19.5501 9.91333 19.9087 10.9009 20.1702 11.9104ZM13.0899 11.9104H18.9101C18.5874 10.7632 18.1894 9.72592 17.716 8.79867C17.2426 7.87141 16.6706 7.00933 16 6.21244C15.3294 7.00852 14.7574 7.87059 14.284 8.79867C13.8106 9.72674 13.4117 10.764 13.0899 11.9104ZM7.14501 11.9104H11.831C12.0926 10.9017 12.4511 9.91415 12.9066 8.94778C13.362 7.98141 13.875 7.123 14.4453 6.37256C12.7717 6.63004 11.3156 7.233 10.0771 8.18144C8.8386 9.13152 7.86082 10.3741 7.14378 11.9092' fill='%23333333'/%3e%3c/svg%3e "); filter: brightness(0) saturate(100%) invert(55%) sepia(19%) saturate(509%) hue-rotate(307deg) brightness(100%) contrast(106%);}
    #menu #mobile-inst-menu .mobile-menu-lang .mobile-shop-country-flag img{display: none;}

	/* Level 2 */
	#menu .rdc-menu_mobile-level-2,
    #menu .mobile-accordion-wrapper .rdc-menu_mobile-level-3{background-color: var(--color-background-pink);}
	#menu #mobile-main-menu .rdc-menu_mobile-level-2 .mobile-nav-item-2.list-nav-subtitle:not(.featured){color: var(--color-theme);}
	#menu #mobile-holder .rdc-menu_mobile-level-2 .mobile-nav-item-2:not(.featured) .rdc-icon-svg {background-color: var(--color-theme);}
}




/* 
 *
 * FILTERS
 *
*/
#main.products,
html body #rdc-productlist-area-c-sibling, 
body #filters-mobile{background-color: var(--color-background-pink) !important;}
/*#header-submenu-block .header-submenu-container-row,*/

@media screen and (max-width: 991px){
	body:has(#main.product) { background-color: var(--color-white); }
}

body #rdc-productlist-area-a .title{font-weight: 600; line-height: 140%;}
body #rdc-productlist-area-a .rdc-items-slider .rdc-slider-item.sel{border-bottom: 2px solid var(--color-theme);}
body #rdc-productlist-area-a .rdc-items-slider .rdc-item-name{font-size: 14px; font-weight: 500; line-height: 139%; text-transform: uppercase;}
body #rdc-productlist-cnt-7564 .wrapper-out-area-c{display: none;}
#rdc-productlist-area-c-sibling .wrapper-filters-view .filters-bar-btn.rdc-active .rdc-icon-svg.rdc-icon-filter,
#rdc-productlist-area-c-sibling #filters-mobile #filters-bar-column-btn-filters.rdc-active .rdc-icon-svg.rdc-icon-filter{mask-image: unset;background-color: unset;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='M8.07272 14.0625C7.93294 14.0625 7.8158 14.0139 7.7213 13.9167C7.62746 13.8195 7.58053 13.699 7.58053 13.5552C7.58053 13.4121 7.62746 13.292 7.7213 13.1948C7.81514 13.0976 7.93228 13.0493 8.07272 13.05H9.90858C10.0484 13.05 10.1652 13.0986 10.259 13.1958C10.3529 13.293 10.4001 13.4135 10.4008 13.5573C10.4014 13.701 10.3542 13.8212 10.259 13.9177C10.1639 14.0142 10.047 14.0625 9.90858 14.0625H8.07272ZM4.94382 9.50625C4.80404 9.50625 4.6869 9.45765 4.5924 9.36045C4.49855 9.26325 4.45163 9.14276 4.45163 8.99899C4.45163 8.85521 4.49855 8.73506 4.5924 8.63854C4.68624 8.54201 4.80338 8.49375 4.94382 8.49375H13.0375C13.1773 8.49375 13.2941 8.54235 13.3879 8.63955C13.4824 8.73675 13.5297 8.85724 13.5297 9.00101C13.5297 9.14479 13.4824 9.26494 13.3879 9.36146C13.2934 9.45799 13.1766 9.50625 13.0375 9.50625H4.94382ZM2.17969 4.95C2.03991 4.95 1.9231 4.9014 1.82926 4.8042C1.73541 4.707 1.68816 4.58651 1.68751 4.44274C1.68685 4.29896 1.7341 4.17881 1.82926 4.08229C1.92441 3.98576 2.04123 3.9375 2.17969 3.9375H15.8203C15.9601 3.9375 16.0769 3.9861 16.1707 4.0833C16.2652 4.1805 16.3125 4.30099 16.3125 4.44476C16.3125 4.58786 16.2652 4.70801 16.1707 4.80521C16.0762 4.90241 15.9594 4.95067 15.8203 4.95H2.17969Z' fill='%23333333'/%3e%3ccircle cx='13.5' cy='5.625' r='3.375' fill='white'/%3e%3ccircle cx='13.5' cy='5.625' r='1.96875' fill='%23333333'/%3e%3c/svg%3e ");}

/* filters-popup */
body #filters-desktop,
body #filters-popup{max-width: 500px;}

/* DESKTOP */
@media screen and (min-width:1200px){
	#rdc-productlist-area-c-sibling .wrapper-filters-view{justify-content: space-between; width: 100%;}
	#rdc-productlist-area-c-sibling .wrapper-filters-view .filters-bar-btn {border: none; background-color: var(--color-background-pink);}
	#rdc-productlist-area-c-sibling .wrapper-filters-view .filters-bar-btn .total-filter-count{background-color: transparent; font-size: 14px; font-weight: 500; color: var(--color-theme); padding: 0 0 0 10px; margin-right: 0; padding-left: 0; min-width: unset;}
	#rdc-productlist-area-c-sibling .wrapper-filters-view .order.filters-bar-btn .rdc-icon-svg{width: 14px; height: 14px;}
	#rdc-productlist-area-c-sibling .wrapper-filters-view .filters-bar-btn.order.active::after{display: none;}

	body #rdc-productlist-area-a .title{font-size: 24px;}
}

@media screen and (min-width:1680px){
	body #rdc-productlist-area-a,
	body #rdc-productlist-area-c-sibling{transition: top 0.3s ease;} 
	html body:not(.headerCampaignVisibleTopHeader):not(.bannerWelcomeGiftVisible).scroll-down #rdc-productlist-area-c-sibling{top: calc(var(--header-height, 0px) - var(--header-search-height, 0px) - 50px);}
}

/* MOBILE & TABLET */
@media screen and (max-width:1199px){
	body #rdc-productlist-area-a .title{font-size: 20px;}
	body #filters-bar .filters-bar-btn{background-color: var(--color-background-pink); border: none; padding: 0; justify-content: flex-end; gap: 8px;}
	body #filters-bar .filters-bar-btn .paragraph.item-name .total-filter-count-active span:first-child,
	body #filters-bar .filters-bar-btn .paragraph.item-name .total-filter-count-active span:last-child {display: none;}
	body #filters-bar .filters-bar-btn .paragraph.item-name .total-filter-count-active span {color: var(--color-theme); padding-left: 5px; line-height: 160%;}
	body #filters-popup .wrapper-pseudo-filters .box-filter .list-nav-subtitle{font-size: 16px; line-height: 160%;}

	body #rdc-productlist-area-a .rdc-items-slider:not(.rdc-images-slider) .rdc-slider-item:not(:first-child){margin-left: 8px;}
    #filters-mobile #filters-bar-wrapper #filters-bar-column-btn-order .filters-bar-btn{ flex-direction: row-reverse;}
    #filters-mobile #filters-bar-wrapper #filters-bar-column-btn-order .filters-bar-btn .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='M15.9908 22C15.7794 22 15.585 21.9646 15.4075 21.8939C15.2288 21.8231 15.0546 21.7003 14.885 21.5254L6.29473 12.7382C6.11206 12.5513 6.0142 12.3217 6.00115 12.0493C5.9881 11.777 6.08596 11.534 6.29473 11.3204C6.5035 11.1068 6.73446 11 6.98759 11C7.24072 11 7.47167 11.1068 7.68044 11.3204L15.9908 19.8232L24.3011 11.3204C24.4838 11.1335 24.7082 11.0334 24.9744 11.02C25.2406 11.0067 25.4781 11.1068 25.6868 11.3204C25.8956 11.534 26 11.7703 26 12.0293C26 12.2883 25.8956 12.5246 25.6868 12.7382L17.0966 21.5254C16.927 21.7003 16.7528 21.8231 16.574 21.8939C16.3966 21.9646 16.2022 22 15.9908 22Z' fill='%23333333'/%3e%3c/svg%3e "); width: 14px; height: 14px;}
}




/*
 *
 * PRODUCT ITEM
 *
*/
article.product-item{border-radius: 2px;}
article.product-item .productMask:before,
article.product-item .rdc-product-item-actions-top .rdc-product-item-actions-top-item > .rdc-icon-circle,
article.product-item .btn-quick-buy > .rdc-icon-circle{background-color: unset;}
article.product-item .rdc-product-item-content .rdc-product-item-wrapper-extra .rdc-product-item-colors{line-height: 100% !important; order: 1;} 
article.product-item .rdc-product-item-content .rdc-product-item-wrapper-extra .product-item-more-colors-label{font-size: 11px;} 
article.product-item .rdc-product-item-image .btn-quick-buy .rdc-icon-circle .rdc-icon-svg{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='M15.975 2C17.3601 2 18.5375 2.47272 19.5075 3.41805C20.4774 4.36342 20.9625 5.51145 20.9625 6.86145V7.55522H23.649C24.3043 7.5553 24.8519 7.76952 25.2907 8.19812C25.7295 8.62674 25.949 9.16045 25.95 9.79826V17.4205C25.5062 17.1658 25.0284 16.9633 24.5247 16.8214V9.79826C24.5246 9.58543 24.4332 9.38991 24.2509 9.2113C24.0687 9.0328 23.8683 8.94397 23.649 8.94478H20.9625V12.4167C20.9625 12.6139 20.8942 12.7787 20.7584 12.9121C20.6226 13.0454 20.4532 13.1124 20.2499 13.1115C20.0466 13.1105 19.8771 13.0435 19.7413 12.9121C19.6056 12.7806 19.5372 12.6156 19.5372 12.4167V8.94478H12.4128V12.4167C12.4128 12.6138 12.3444 12.7788 12.2087 12.9121C12.0729 13.0454 11.9034 13.1123 11.7001 13.1115C11.4968 13.1105 11.3274 13.0435 11.1916 12.9121C11.0558 12.7806 10.9875 12.6157 10.9875 12.4167V8.94478H8.30098C8.08269 8.94489 7.88227 9.03373 7.69907 9.2113C7.51582 9.38898 7.42444 9.58451 7.42529 9.79826V24.757C7.4253 24.9699 7.51668 25.1662 7.69907 25.3449C7.88123 25.5232 8.08188 25.6123 8.30098 25.6115H17.1562C17.4096 26.1171 17.7299 26.5835 18.1058 27H8.30098C7.64565 26.9999 7.09814 26.7858 6.65933 26.3581C6.22065 25.9304 6.00095 25.3966 6 24.757V9.79826C6.00008 9.15953 6.21956 8.62582 6.65933 8.19812C7.09908 7.77044 7.64661 7.55623 8.30098 7.55522H10.9875V6.86145C10.9875 5.51145 11.4726 4.36342 12.4425 3.41805C13.4125 2.47272 14.5899 2 15.975 2ZM15.975 3.38855C14.9718 3.38855 14.1272 3.72305 13.4413 4.39156C12.7554 5.06008 12.4128 5.88367 12.4128 6.86145V7.55522H19.5372V6.86145C19.5372 5.88367 19.1946 5.06008 18.5087 4.39156C17.8228 3.72305 16.9782 3.38855 15.975 3.38855Z' fill='%23333333'/%3e%3cpath d='M22.1443 23.4844H19.2563C19.0699 23.4844 18.9142 23.4219 18.789 23.2969C18.663 23.1719 18.6 23.0174 18.6 22.8333C18.6 22.6493 18.663 22.4948 18.789 22.3698C18.915 22.2448 19.0708 22.1827 19.2563 22.1836H22.1443V19.319C22.1443 19.1341 22.2073 18.9796 22.3333 18.8555C22.4594 18.7296 22.6151 18.6667 22.8007 18.6667C22.9862 18.6667 23.1419 18.7292 23.268 18.8542C23.394 18.9792 23.4565 19.1337 23.4557 19.3177V22.1823H26.3437C26.5301 22.1823 26.6858 22.2448 26.811 22.3698C26.937 22.4948 27 22.6497 27 22.8346C27 23.0195 26.937 23.174 26.811 23.2982C26.685 23.4223 26.5292 23.4844 26.3437 23.4844H23.4557V26.349C23.4557 26.5339 23.3927 26.6884 23.2666 26.8125C23.1415 26.9375 22.9862 27 22.8007 27C22.6151 27 22.4594 26.9375 22.3333 26.8125C22.2073 26.6875 22.1448 26.533 22.1456 26.349L22.1443 23.4844Z' fill='%23333333'/%3e%3c/svg%3e ");}
article.product-item .rdc-product-item-content .rdc-product-item-wrapper-brand{color: var(--color-theme);}

/* DESKTOP */
@media screen and (min-width:1200px){
	/*
	article.product-item .rdc-product-item-content::after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		display: block;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border: 1px solid transparent;
		border-width: 0 1px 1px 1px !important;
		z-index: -1;
	}
	article.product-item .rdc-product-item-image a.rdc-product-item-image-link::after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		display: block;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border: 1px solid transparent;
		border-width: 1px 1px 0 1px !important;
	} */
	
	
	article.product-item:not(.rdc-product-item-small) .rdc-product-item-image{border: 1px solid transparent; border-width: 1px 1px 0 1px;}
	article.product-item:not(.rdc-product-item-small) .rdc-product-item-content {border: 1px solid transparent; border-width: 0 1px 1px 1px;}
	#main.wishlist article.product-item:not(.rdc-product-item-small) .rdc-product-item-content { flex: 1; }
	/*article.product-item { border: 1px solid transparent; }*/
    
	/* rdc-product-item-small */
	body article.product-item.rdc-product-item-small .rdc-product-item-review-rating span:nth-child(n+2){display: block;}
	body article.product-item.rdc-product-item-small .rdc-product-item-name{white-space: unset; height: 36px;}
	body article.product-item.rdc-product-item-small .rdc-product-item-name span{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
}
article.product-item .rdc-product-item-image .rdc-icon-circle .rdc-icon-svg{--button-circle-icon-size: 22px;}

/* MOBILE & TABLET */
/* rdc-popup-variants */
/*@media screen and (max-width:1199px){
	#rdc-popup-variants .rdc-wrapper-popup-body .modal-variants-product-info{display: block;}
    #rdc-popup-variants .modal-variants-product-info .rdc-product-item-brand{color: var(--color-theme);}
    body #rdc-popup-variants .modal-variants-product-info .rdc-promo-dates-wrapper{gap: 0;}
    #rdc-popup-variants .modal-variants-body-item-colors .modal-variants-body{grid-template-columns: repeat(5, 1fr); grid-gap: 0; gap: 10px 0;}
    #rdc-popup-variants .rdc-product-color-item{height: 54px; width: 54px;}
    #rdc-popup-variants .rdc-product-color-item-image-wrapper{border: 2px solid white; height: 100%;}
    #rdc-popup-variants .rdc-product-color-item-image-wrapper figure{height: 100%;}

    #rdc-popup-variants .rdc-wrapper-popup-footer .rdc-wrapper-popup-footer-buttons .btn-icon.btn2,
    #rdc-popup-variants .rdc-wrapper-popup-footer .rdc-wrapper-popup-footer-info{display: none;}
    body #rdc-popup-variants .rdc-wrapper-popup-footer-buttons.half-column{grid-template-columns: unset;}
    body #rdc-popup-variants .rdc-wrapper-popup-footer{background-color: var(--color-background-pink);}
}*/

/* HOVERS */
@media (hover:hover) {
    body article.product-item:not(.rdc-product-item-small):hover .rdc-product-item-image,
    body article.product-item:not(.rdc-product-item-small):hover .rdc-product-item-content{border-color: var(--color-theme);}
	/*body article.product-item:hover {border-color: var(--color-theme);}*/
	

	/*
	
	article.product-item:hover .rdc-product-item-content::after,
	article.product-item:hover .rdc-product-item-image a::after,
	article.product-item:hover:after {
		border: 1px solid var(--color-theme);
	}

	*/
}






/*
 *
 * DETAIL
 *
*/
@media screen and (min-width:1200px){
	#main.product{background-color: var(--color-background-pink) !important;}
	#rdc-productdetail-area-c .tabs-container .tabs:not(.rdc-fixed-styles) li .tabs-item { padding: 10px 74px;}
}
@media screen and (min-width: 1199px){
	#rdc-productdetail-area-c .tabs-container .tabs:not(.rdc-fixed-styles) li .tabs-item { padding: 10px 18px;}
}

@media screen and (min-width:1680px){
	#product-bar.productDetailMiniBarPosition0{transition: top 0.3s ease;}
	body.scroll-down #product-bar.productDetailMiniBarPosition0{top: calc(var(--header-height) - var(--header-search-height) - var(--wg-bar-height) - 50px);}

}

/* AREA B */
#rdc-productdetail-area-b .rdc-column-desc{background-color: white;}

#rdc-productdetail-area-c .tabs-container .tabs:not(.rdc-fixed-styles) li .tabs-item { min-height: 48px;color: var(--color-gray);}
#rdc-productdetail-area-c .tabs-container .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item { border-bottom: 1px solid var(--color-lines); }
#rdc-productdetail-area-c .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item { color: var(--color-theme);border-width: 2px; }
@media (hover:hover) {
	#rdc-productdetail-area-c .tabs-container .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover { color: var(--color-theme); }
}
body #main.product .rdc-product-reviews .reviews .rating span { background-image: unset; }






/*
 *
 * WISHLIST
 *
*/
#main.wishlist,
#main.wishlist .heading-titles .container-heading{background-color: var(--color-background-pink) !important;}







/*
 *
 * SEARCH
 *
*/

#header-container-search,
#header-search .loadingIcon{background-color: var(--color-background-pink) !important;}
#header-container-search #rdc-overlay-search-resp-subtitle,
#header-container-search .hrsearch-exp-results.list-nav-title {color: var(--color-theme); text-transform: capitalize !important;}

/* MOBILE & TABLET */
@media screen and (max-width:1199px){
	#header #header-search-icon-close{background-color: unset; top: -41px; right: 8px;}
    #header #header-search-input{background-color: var(--color-background-pink); border: none; font-size: 14px;}
    #header.header-search-active #headerfrmPesq #header-search-icon-clear{right: 65px;}
} 
@media screen and (max-width: 767px){
    #header.header-search-active #headerfrmPesq .btn-header-search{display: block; padding: 0 !important; min-width: 0; position: absolute; right: 29px;}
}






/*
 *
 * FOOTER
 *
*/
body #footer .wrapper-footer{background-color: white; border-top: 2px solid var(--color-theme);}
body #footer .footer-bottom{background-color: var(--color-theme);}
#footer .wrapper-footer .menu-bottom-holder .newsletter-footer .subtitle{font-size: 16px; font-weight: 500; line-height: 160%;}
body #footer .wrapper-footer .menu-bottom-holder .list-nav-title,
#footer .wrapper-footer .menu-bottom-holder > :not(.footer-bottom) .subtitle:not(.rdc-download-app-widget-subtitle),
#footer #footer-share-icons-social-hashtag{color: var(--color-theme) !important;}
#footer .wrapper-footer .menu-bottom-holder > :not(.footer-bottom) .paragraph:not(.rdc-download-app-widget-desc),
#footer .wrapper-footer .menu-bottom-holder > :not(.footer-bottom) .paragraph:not(.rdc-download-app-widget-desc) a,
#footer .wrapper-footer .menu-bottom-holder > :not(.footer-bottom) .paragraph:not(.rdc-download-app-widget-desc) .a,
#footer .wrapper-footer .menu-bottom-holder > :not(.footer-bottom) small,
#footer .wrapper-footer .menu-bottom-holder > :not(.footer-bottom) .small{color: var(--color-black) !important;}
#footer.footer-row .footer-menu-column.footer-menu-information .rdc-icon-svg,
body #footer .footer-menu-header .rdc-icon-svg,
body #footer .newsletter-footer .newsletter-footer-social .rdc-icon-svg{filter: brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(2385%) hue-rotate(306deg) brightness(90%) contrast(87%);}
#footer .wrapper-footer .menu-bottom-holder .newsletter-footer .newsletter-footer-form .right-col{display: none;}
#footer .wrapper-footer .menu-bottom-holder .newsletter-footer .newsletter-footer-form .left-col{display: flex;}
#footer .wrapper-footer .menu-bottom-holder .newsletter-footer .newsletter-footer-form .left-col button.arrow-btn-submit{display: flex !important; width: 57px;}
#footer .wrapper-footer .menu-bottom-holder .newsletter-footer .newsletter-footer-form .left-col input{min-height: 52px; border: 1px solid var(--color-theme); border-width: 1px 0 1px 1px;}
html #footer ::-webkit-input-placeholder{color: var(--color-theme);}
#footer .wrapper-footer .menu-bottom-holder .newsletter-footer .newsletter-footer-form .left-col button{min-height: 52px; border: 1px solid var(--color-theme) !important; border-width: 1px 1px 1px 0 !important;}
body #footer.footer-row button.arrow-btn-submit::before{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='M22 15.9908C22 15.7794 21.9646 15.585 21.8939 15.4075C21.8231 15.2288 21.7003 15.0546 21.5254 14.885L12.7382 6.29473C12.5513 6.11206 12.3217 6.0142 12.0493 6.00115C11.777 5.9881 11.534 6.08596 11.3204 6.29473C11.1068 6.5035 11 6.73446 11 6.98759C11 7.24072 11.1068 7.47167 11.3204 7.68044L19.8232 15.9908L11.3204 24.3011C11.1335 24.4838 11.0334 24.7082 11.02 24.9744C11.0067 25.2406 11.1068 25.4781 11.3204 25.6868C11.534 25.8956 11.7703 26 12.0293 26C12.2883 26 12.5246 25.8956 12.7382 25.6868L21.5254 17.0966C21.7003 16.927 21.8231 16.7528 21.8939 16.574C21.9646 16.3966 22 16.2022 22 15.9908Z' fill='%23C0878B'/%3e%3c/svg%3e "); background-size: 24px; width: 24px; height: 24px;}
#footer .wrapper-footer .menu-bottom-holder .footer-bottom .change-country-footer .rdc-flag-country-holder .paragraph.a{font-weight: 500 !important;}
html body #footer.footer-row .left-col.form-field input[type="email"]:hover ~ .arrow-btn-submit{border: 1px solid var(--color-theme); border-width: 1px 1px 1px 0;}



/* account colors adjustment */

body #account-background-left { background-color: var(--color-background-pink); }
body #main.account:not(.account-landing) { background-color: var(--color-white); }
body #rdc-account-menu-mobile-v3 { background-color: var(--color-background-pink); }