/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #000;
	--color-theme: #B59175;
	--color-theme2: #152F4E;
	--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: #F8F7F5;
	--color-lines: #CCC;
	--color-link: #333;
	--color-help: #72767C;
	--color-helplight: #F5F5F5;
	--color-error: #722730;
	--color-errorlight: #FFF0EC;
	--color-success: #1EA74E;
	--color-successlight: #E7FAF3;
	--color-warning: #F0A92D;
	--color-warninglight: #FFF5E1;
	--color-info: #007BC3;
	--color-infolight: #E9F5FC;
	--color-buttoncart: #152F4E;
	--color-buttoncart-hover: #1B4464;

	--base-fontfamily: 'Work-sans', sans-serif;
	--secondary-fontfamily: 'Playfair-display', sans-serif;
    --container-width: 1920px; /* (2560px | 1920px | 1680px | 1440px) */
	--container-padding: 24px;
	--container-padding-n: -24px;
	--row-padding: 15px;
	--row-padding-n: -15px;
	--productlist-padding: 24px;
	--productdetail-padding: 0px;
	--color-featuredmenu: #B59175;
	--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: 0px;
	--button-circle-size: 32px;
	--button-circle-icon-size: 24px;
	--button-hover-opacity: 0.5;
	--magic-width: 22px;
	--magic-padleft: 10px;

	/* Spacing */
	--sp-ex-small: 20px;
	--sp-small: 30px;
	--sp-medium: 60px;
	--sp-large: 80px;
}

@media screen and (max-width: 1199px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
		--productlist-padding: 15px;
		--productdetail-padding: 15px;
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* Spacing */
		--sp-ex-small: 15px;
		--sp-small: 25px;
		--sp-medium: 40px;
		--sp-large: 70px;

		--container-padding: 14px;
		--container-padding-n: -14px;
		--row-padding: 14px;
		--row-padding-n: -14px;
		--productlist-padding: 14px;
		--productdetail-padding: 14px;
	}
}

/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--base-fontfamily);
	font-weight: 400;
	font-size: 15px;
	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: 15px;
	color: var(--color-darkgray);
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 500;
	font-size: 68px;
	line-height: 120%;
	font-family: var(--secondary-fontfamily);
	letter-spacing: 1px;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	font-family: var(--secondary-fontfamily);
	letter-spacing: 1px;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	font-family: var(--secondary-fontfamily);
	letter-spacing: 1px;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	font-size: 15px;
	line-height: 130%;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 500;
	font-size: 15px;
	line-height: 160%;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT */
	/* Brand */
		.brand-list-product,
		.rdc-product-item-brand {
			font-weight: 400;
			font-size: 13px;
			line-height: 140%;
			color: var(--color-darkgray);
			/* text-transform: uppercase; */
		} 

	/* Name */
		.product-item .desc .name,
		.rdc-product-item-name {
			font-weight: 400;
			font-size: 14px;
			line-height: 140%;
		}

	/* Ref */
		.rdc-product-item-ref {
			color: var(--color-gray);
			font-size: 13px;
		}

	/* Price */
		.price {
			display: inline-flex;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 2px 10px;
			flex-wrap: wrap;
			line-height: 120%;
		}

		/* Price Old */
		.price .old {
			font-weight: 400;
			font-size: 13px;
			color: var(--color-darkgray);
			text-decoration: line-through;
			margin-right: 0 !important;
		}

		/* Price Discount */
		.price .discount {
			font-weight: 400;
			font-size: 12px;
			background: var(--color-error); /* Required */
			color: var(--color-white); /* Required */
			padding: 0 7px;
			min-height: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Price Current */
		.price .current {
			font-weight: 700;
			font-size: 13px;
		}

	/* Price Horizontal */
		.priceh {
			display: inline-flex;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 2px 10px;
			flex-wrap: wrap;
			line-height: 100%;
		}

		/* Priceh Old */
		.priceh .old {
			font-weight: 400;
			font-size: 14px;
			color: var(--color-darkgray);
			text-decoration: line-through;
		}

		/* Priceh Discount */
		.priceh .discount {
			font-weight: 400;
			font-size: 13px;
			background: var(--color-error);
			color: var(--color-white);
			padding: 0 7px;
			min-height: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Priceh Current */
		.priceh .current {
			font-weight: 700;
			font-size: 14px;
		}

	/* 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;
	}

	/* Promo Date */
	.rdc-promo-date {
		font-weight: 400;
		font-size: 11px; /* Required font-size */
		line-height: 130%;
		color: var(--color-error);
	}

	/* Promoção ultimos 30 dias */
	.rdc-promo-30days {
		font-weight: 400;
		font-size: 11px;
		line-height: 130%;
		color: var(--color-darkgray);
	}

/* PRODUCT DETAIL */
	/* Brand */
		.product .rdc-product-brand {
			font-weight: 400;
			font-size: 14px;
			line-height: 160%;
		} 

	/* Name */
		.product .rdc-product-name {
			font-weight: 500;
			font-size: 34px;
			line-height: 160%;
			font-family: var(--base-fontfamily);
		}


@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 48px;
		line-height: 110%;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title {
		font-size: 34px;
		line-height: 140%;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
		font-size: 28px;
		line-height: 140%;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 22px;
		line-height: 140%;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 20px;
		line-height: 140%;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		font-size: 16px;
	}

	/* SIGNATURE */
	.signature {
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 14px;
	}

	a.small, .a.small, .small, small,
	.small, .small::before, .small::after,
	body, .paragraph, .gm-style, .page-content {
		font-size: 14px;
	}

	/* PRODUCT */
	/* Brand */
	.brand-list-product,
	.rdc-product-item-brand {
		text-transform: unset;
	} 

	/* Name */
	.product-item .desc .name,
	.rdc-product-item-name {
		font-size: 13px;
	}

	/* Price */
	.price {
		grid-gap: 2px 10px;
	}

	.price .current, .price .old {
		font-size: 12px;
	}
	.price .discount{
		font-size: 11px;
		min-height: 18px;
		padding-bottom: 1px;
	}

	
	/* 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 .current {
		font-size: 14px;
	}
	.priceh .discount {
		font-size: 13px;
		min-height: 18px;
		line-height: 130%;
	}

	/* Promoï¿½ï¿½o ultimos 30 dias */
	.rdc-promo-30days {
		font-size: 11px;
	}

	/* PRODUCT DETAIL */
	/* Brand */
		.product .rdc-product-brand {
			
		} 
	/* Name */
		.product .rdc-product-name {
			font-size: 25px;
		} 
}

body:not(.MacOS) .price .discount{
	padding-top: 0px;
	padding-bottom: 0px;
}
/* ==========================================================================
   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 8px;
	}

	.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: 14px;
	}

	/* Promoção ultimos 30 dias */
	.rdc-product-item-small .rdc-promo-30days {
		font-size: 11px;
	}
}

/* aqui */
/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-weight: 600;
		font-size: 14px;
		line-height: 10px;
		color: var(--color-white);
		padding: 0 40px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		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-black) !important;
		background: var(--color-black) !important;
		border-color: var(--color-black) !important;
	}

	/* Normal Hover */
	@media (hover: hover) {
		.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
			color: var(--color-black);
			border-color: var(--color-black);
			background-color: transparent;
		}
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
		color: var(--color-black);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Hover */
	@media (hover: hover) {
		.button.btn-light:not([disabled]):hover, .button.white:not([disabled]):hover, button.btn-light:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].btn-light:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].btn-light:not([disabled]):hover, input[type=button].white:not([disabled]):hover {
			color: var(--color-white);
			border-color: var(--color-white);
			background-color: transparent;
		}
	}

	/* White Disabled */
	.button.btn-light[disabled], .button.white[disabled], button.btn-light[disabled], button.white[disabled], input[type=submit].btn-light[disabled], input[type=submit].white[disabled], input[type=button].btn-light[disabled], input[type=button].white[disabled] {
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-black);
		border-color: var(--color-black);
		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-black);
			background-color: var(--color-black);
		}
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

	/* White */
	.button.btn2.btn-light, .button.btn2.white, button.btn2.btn-light, button.btn2.white, input[type=submit].btn2.btn-light, input[type=submit].btn2.white, input[type=button].btn2.btn-light, input[type=button].btn2.white,
	body #main .contentTitles_button.btn-light {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}

	/* White Hover */
	@media (hover: hover) {
		.button.btn2.btn-light:not([disabled]):hover, .button.btn2.white:not([disabled]):hover, button.btn2.btn-light:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.btn-light:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.btn-light:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
			color: var(--color-black); 
			border-color: var(--color-white);
			background-color: var(--color-white);
		}
	}

	/* White Disable */
	.button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
		cursor: default !important;
		color: var(--color-black);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		display: inline; /* Required */
		font-weight: 600;
		font-size: 15px;
		line-height: 130%;
		color: var(--color-black);
		text-decoration: none !important;
		padding: 3px 0;
		border: 0;
		background: transparent;
	}

	.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;
		}
	}

	/* 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 {
			color: var(--color-white);
		}
	}

	/* 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);
	}

	/* Normal hover e active */
	@media (hover: hover) {
		.button-card:not(.disabled):not(.esgotado):not(.active):hover {
			border-color: var(--color-gray);
		}
	}

	/* Active */
	.button-card.active {
		box-shadow: 0px 0px 0px 2px var(--color-theme);
	}

	/* Disable */
	.button-card.disabled {}

	/* Esgotado */
	.button-card.esgotado {}

	/* Title */
	.button-card-title {}

	/* Description */ 
	.button-card-desc {
		color: var(--color-gray);
	}

	@media screen and (hover) {
		.button-card:not(.disabled):not(.esgotado):hover{
			background-color: var(--color-white);
		}
	}


/* Buttons Cart - (Nota: O tamanho do botÃ£o deve ser igual ao .button, no detalhe devem customizar a altura) */
	/* Normal */
	.btn-cart, .btn-cart-sec, .btn-cart-esgotado {
		font-weight: 600;
		font-size: 14px;
		line-height: 10px;
		color: var(--color-white);
		padding: 0 40px;
		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: 42px;padding: 0;}
.btn-icon .rdc-icon-svg {width: 24px;height: 24px;flex-shrink: 0;}
button:not([disabled]):not(.disabled).btn-icon:not(.btn2), .button:not([disabled]):not(.disabled).btn-icon:not(.btn2) {background-color: var(--color-black);border-color: var(--color-black);}
button:not([disabled]):not(.disabled).btn-icon:not(.btn2) .rdc-icon-svg, .button:not([disabled]):not(.disabled).btn-icon:not(.btn2) .rdc-icon-svg {background-color: var(--color-white);border-color: var(--color-lines);}
button:not([disabled]):not(.disabled).btn-icon:not(.btn2).btn-cart, .button:not([disabled]):not(.disabled).btn-icon:not(.btn2).btn-cart {background-color: var(--color-buttoncart);border-color: var(--color-buttoncart);}
button:not([disabled]):not(.disabled).btn-icon.btn2.btn-cart, .button:not([disabled]):not(.disabled).btn-icon.btn2.btn-cart {background-color: var(--color-white);border-color: var(--color-buttoncart);}
button:not([disabled]):not(.disabled).btn-icon.btn2.btn-cart .rdc-icon-svg, .button:not([disabled]):not(.disabled).btn-icon.btn2.btn-cart .rdc-icon-svg{background-color: var(--color-buttoncart);}
.button.btn-icon.disabled, .button.btn-icon[disabled] {pointer-events: none;opacity: 1;} 

/* Button Icon Sec */
button.btn2:not([disabled]):not(.disabled).btn-icon:not(.btn-cart), .button.btn2:not([disabled]):not(.disabled).btn-icon:not(.btn-cart) {background-color: var(--color-white);border-color: var(--color-lines);}

@media (hover: hover) {
	.btn-icon.btn2:not(.sel):not(.active):not(.disabled):not([disabled]):hover .rdc-icon-svg {opacity: var(--button-hover-opacity);}
	.btn-icon:not(.btn2):not(.btn-cart):not(.sel):not(.active):not(.disabled):not([disabled]):hover .rdc-icon-svg {background-color: var(--color-black);}
	.btn-icon:not(.btn2):not(.btn-cart):not(.sel):not(.active):not(.disabled):not([disabled]):hover {background-color: var(--color-white);border-color: var(--color-lines);}
	.btn-icon.btn-cart:not(.btn2):not(.disabled):not([disabled]):hover .rdc-icon-svg {background-color: var(--color-buttoncart);}
	.btn-icon.btn-cart:not(.btn2):not(.disabled):not([disabled]):hover {background-color: var(--color-white);}
}

.btn-icon.loader .rdc-icon-svg.rdc-icon-cart { display: none; }

/*
 *
 * FLAGS
 *
*/
.flags .flag {font-weight: 600;line-height: normal;text-transform: uppercase;min-height: 18px;display: flex;justify-content: center;align-items: center;border-radius: 0px;font-size: 10px;padding: 0px 8px;letter-spacing: 0.5px;padding-bottom: 1px;}
.blog .flags .flag{line-height: normal;color: var(--color-white);text-transform: unset;background: var(--color-dark);border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.blog .flags.flagsStatic .flag{color: var(--color-dark);}

body article.product-item .flags .flag { padding-top: 2px;}
body.MacOS article.product-item .flags .flag { padding-top: 1px; }

/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lightgray);
}

body .accordion > li.active {
	border-color: var(--color-dark);
}

body .accordion > li.active + li {
	border-top-color: var(--color-dark);
}

body .accordion .accordion-icon .rdc-icon-svg{
	width: 16px;
	height: 16px;
}

.accordion-head {
	user-select: none;
}

.accordion .accordion-head{
	padding-left: 15px;
	padding-right: 4em;
	padding: 12px 4em 12px 15px;
}

.accordion .accordion-content {
	padding-inline: 15px;
	padding-top: 5px;
}





/*
 *
 * Tabs
 *
*/
.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li {
	margin: 0 -1px 0 0;
}

.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-gray);
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	border: 1px solid var(--color-lightgray);
	background-color: var(--color-white);
	border-radius: var(--button-border-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	min-width: 120px;
	user-select: none;
}

@media (hover: hover) {
	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel):hover { z-index: 2;position: relative; }
	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
		color: var(--color-dark);
		border-color: var(--color-dark);
		background-color: transparent;
	}
}

.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li.sel { z-index: 1;position: relative; }
.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-dark);
	border-color: var(--color-dark);
	opacity: 1;
	background-color: transparent;
	
}

.tabs-container.vertical .tabs:not(.rdc-fixed-styles) .tabs-item {
	display: inline-block;
	padding-bottom: 0;
	border-bottom-width: 1px;
}

@media screen and (max-width: 991px) {
	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
		margin: 0 calc(var(--container-padding) * -1);
	}

	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:first-child {
		margin-left: var(--container-padding);
	}

	.tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:last-child {
		margin-right: var(--container-padding);
		padding-right: 0;
	}
}



/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title, .label-subtitle, .label-desc {user-select: none;line-height: 160%;font-size: 14px;}

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 12px;
	border: 1px solid var(--color-lines);
	min-height: 50px;
	background-color: white;
	color: currentColor; /* Required */
	border-radius: var(--input-border-radius);
}

input[type=file] {
	padding: 12px 12px;
}

@media (hover: hover) {
	input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, input[type=date]:hover, textarea:hover, div.select:not(.disabled,[readonly]):hover,
	input[type="checkbox"].magic-checkbox:not([checked]):not([disabled]):hover, input[type="radio"].magic-radio:not([checked]):not([disabled]):hover {
		border-color: var(--color-gray);
	}
 	input[type=text].filled:not(:focus):hover, input[type=number].filled:not(:focus):hover, input[type=email].filled:not(:focus):hover, input[type=password].filled:not(:focus):hover, input[type=tel].filled:not(:focus):hover, input[type=file].filled:not(:focus):hover, input[type=date].filled:not(:focus):hover, textarea.filled:not(:focus):hover, .select.filled:hover {border-color: var(--color-lines);}
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, input[type=number]:focus, textarea:focus {
    border-color: var(--color-darkgray);
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, input[type=date]:disabled, input[type=number]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, input[type=date].disabled, input[type=number].disabled, textarea.disabled, div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-lines);
	-webkit-opacity: 1; 
	cursor: default;
}
input[type=text]:not(:focus).filled, input[type=number]:not(:focus).filled, input[type=email]:not(:focus).filled, input[type=password]:not(:focus).filled, input[type=tel]:not(:focus).filled, input[type=file]:not(:focus).filled, input[type=date]:not(:focus).filled, textarea.filled:not(:focus), .select.filled:not(:focus) {border-color: var(--color-gray);}


/* Select */
div.select {
	position: relative;
	z-index: 0;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: var(--input-border-radius);
}

body div.select select {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 15px;
	min-height: 48px;
	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: 12px;
	width: 20px;
	height: 20px;
	-webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0013 11.9398L14.8253 7.31869C14.9178 7.23084 15.0283 7.18731 15.1567 7.18811C15.2851 7.18891 15.3951 7.23363 15.4868 7.32228C15.5785 7.41093 15.6246 7.51655 15.625 7.63914C15.6254 7.76173 15.5796 7.86735 15.4874 7.956L10.7116 12.5328C10.6103 12.6294 10.4977 12.7001 10.3739 12.7448C10.2501 12.7895 10.1259 12.8121 10.0013 12.8125C9.87662 12.8129 9.7524 12.7905 9.6286 12.7454C9.50479 12.7003 9.39224 12.6296 9.29095 12.5334L4.51134 7.9566C4.41921 7.86835 4.37377 7.76213 4.37503 7.63794C4.37628 7.51415 4.42296 7.40793 4.51509 7.31929C4.60721 7.23064 4.71747 7.18671 4.84586 7.18751C4.97425 7.18831 5.08451 7.23223 5.17663 7.31929L10.0013 11.9398Z' fill='%23333333'/%3e%3c/svg%3e ");
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0013 11.9398L14.8253 7.31869C14.9178 7.23084 15.0283 7.18731 15.1567 7.18811C15.2851 7.18891 15.3951 7.23363 15.4868 7.32228C15.5785 7.41093 15.6246 7.51655 15.625 7.63914C15.6254 7.76173 15.5796 7.86735 15.4874 7.956L10.7116 12.5328C10.6103 12.6294 10.4977 12.7001 10.3739 12.7448C10.2501 12.7895 10.1259 12.8121 10.0013 12.8125C9.87662 12.8129 9.7524 12.7905 9.6286 12.7454C9.50479 12.7003 9.39224 12.6296 9.29095 12.5334L4.51134 7.9566C4.41921 7.86835 4.37377 7.76213 4.37503 7.63794C4.37628 7.51415 4.42296 7.40793 4.51509 7.31929C4.60721 7.23064 4.71747 7.18671 4.84586 7.18751C4.97425 7.18831 5.08451 7.23223 5.17663 7.31929L10.0013 11.9398Z' 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;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.9986 7.84468L4.63859 12.9792C4.53577 13.0768 4.41303 13.1252 4.27037 13.1243C4.12772 13.1234 4.00544 13.0737 3.90354 12.9752C3.80165 12.8767 3.75047 12.7594 3.75 12.6232C3.74954 12.487 3.80049 12.3696 3.90285 12.2711L9.20936 7.18581C9.32191 7.07844 9.44697 6.9999 9.58453 6.95021C9.72209 6.90052 9.86011 6.87545 9.9986 6.87501C10.1371 6.87456 10.2751 6.89941 10.4127 6.94954C10.5502 6.99968 10.6753 7.07821 10.7878 7.18514L16.0985 12.2704C16.2009 12.3685 16.2514 12.4865 16.25 12.6245C16.2486 12.7621 16.1967 12.8801 16.0943 12.9786C15.992 13.0771 15.8695 13.1259 15.7268 13.125C15.5842 13.1241 15.4617 13.0753 15.3593 12.9786L9.9986 7.84468Z' fill='%23333333'/%3e%3c/svg%3e ");
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.9986 7.84468L4.63859 12.9792C4.53577 13.0768 4.41303 13.1252 4.27037 13.1243C4.12772 13.1234 4.00544 13.0737 3.90354 12.9752C3.80165 12.8767 3.75047 12.7594 3.75 12.6232C3.74954 12.487 3.80049 12.3696 3.90285 12.2711L9.20936 7.18581C9.32191 7.07844 9.44697 6.9999 9.58453 6.95021C9.72209 6.90052 9.86011 6.87545 9.9986 6.87501C10.1371 6.87456 10.2751 6.89941 10.4127 6.94954C10.5502 6.99968 10.6753 7.07821 10.7878 7.18514L16.0985 12.2704C16.2009 12.3685 16.2514 12.4865 16.25 12.6245C16.2486 12.7621 16.1967 12.8801 16.0943 12.9786C15.992 13.0771 15.8695 13.1259 15.7268 13.125C15.5842 13.1241 15.4617 13.0753 15.3593 12.9786L9.9986 7.84468Z' fill='%23333333'/%3e%3c/svg%3e ");
}

div.select.loading:not([readonly])::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
	mask-image: none;
	-webkit-mask-image: none;
}

div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

div.select:has(select:focus){
	border-color: var(--color-black) !important;
}

/* Normal Readonly */
select[readonly], div.select[readonly] {
	pointer-events: none;
}

/* Input date */
div.input-date::after {
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0013 11.9398L14.8253 7.31869C14.9178 7.23084 15.0283 7.18731 15.1567 7.18811C15.2851 7.18891 15.3951 7.23363 15.4868 7.32228C15.5785 7.41093 15.6246 7.51655 15.625 7.63914C15.6254 7.76173 15.5796 7.86735 15.4874 7.956L10.7116 12.5328C10.6103 12.6294 10.4977 12.7001 10.3739 12.7448C10.2501 12.7895 10.1259 12.8121 10.0013 12.8125C9.87662 12.8129 9.7524 12.7905 9.6286 12.7454C9.50479 12.7003 9.39224 12.6296 9.29095 12.5334L4.51134 7.9566C4.41921 7.86835 4.37377 7.76213 4.37503 7.63794C4.37628 7.51415 4.42296 7.40793 4.51509 7.31929C4.60721 7.23064 4.71747 7.18671 4.84586 7.18751C4.97425 7.18831 5.08451 7.23223 5.17663 7.31929L10.0013 11.9398Z' fill='%23333333'/%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-checkbox:not(:disabled), .magic-radio:not(:disabled) {
	background-color: var(--color-white);
}

.magic-radio:not(:checked), .magic-checkbox:not(:checked) {
	border-color: var(--color-lines);
}

.magic-radio:checked:not(:disabled), .magic-checkbox:checked:not(:disabled) {
	border-color: var(--color-gray);
}

.magic-radio:checked:not(:disabled):before {
	background-color: var(--color-black);
}

.magic-radio:disabled:checked::before {
	background-color: var(--color-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);
}

.magic-checkbox:not(:checked):disabled, .magic-radio:not(:checked):disabled { border-color: var(--color-background); }

.magic-checkbox:checked:before { background-size: 18px; }

/* 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);}



/*
 *
 * 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 5px 36px;
}

.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.021 12.9225C9.187 12.9225 9.327 12.8655 9.441 12.7515C9.555 12.6375 9.612 12.4975 9.612 12.3315C9.612 12.1655 9.5545 12.0255 9.4395 11.9115C9.3255 11.7975 9.1855 11.7405 9.0195 11.7405C8.8535 11.7405 8.7135 11.7978 8.5995 11.9123C8.4855 12.0268 8.42875 12.1668 8.42925 12.3323C8.42925 12.4983 8.48625 12.6383 8.60025 12.7523C8.71525 12.8663 8.8555 12.9233 9.021 12.9233M9.00225 15.75C8.06925 15.75 7.19175 15.573 6.36975 15.219C5.54825 14.8645 4.8335 14.3835 4.2255 13.776C3.6175 13.1685 3.13625 12.4545 2.78175 11.634C2.42725 10.8135 2.25 9.93625 2.25 9.00225C2.25 8.06825 2.42725 7.19075 2.78175 6.36975C3.13575 5.54825 3.616 4.8335 4.2225 4.2255C4.829 3.6175 5.54325 3.13625 6.36525 2.78175C7.18725 2.42725 8.06475 2.25 8.99775 2.25C9.93075 2.25 10.8083 2.42725 11.6302 2.78175C12.4517 3.13575 13.1665 3.61625 13.7745 4.22325C14.3825 4.83025 14.8638 5.5445 15.2183 6.366C15.5728 7.1875 15.75 8.06475 15.75 8.99775C15.75 9.93075 15.573 10.8083 15.219 11.6302C14.865 12.4522 14.384 13.167 13.776 13.7745C13.168 14.382 12.454 14.8633 11.634 15.2183C10.814 15.5732 9.93675 15.7505 9.00225 15.75ZM9 15C10.675 15 12.0937 14.4187 13.2562 13.2562C14.4187 12.0937 15 10.675 15 9C15 7.325 14.4187 5.90625 13.2562 4.74375C12.0937 3.58125 10.675 3 9 3C7.325 3 5.90625 3.58125 4.74375 4.74375C3.58125 5.90625 3 7.325 3 9C3 10.675 3.58125 12.0937 4.74375 13.2562C5.90625 14.4187 7.325 15 9 15ZM9.0465 5.80425C9.4265 5.80425 9.7535 5.922 10.0275 6.1575C10.3025 6.393 10.44 6.68775 10.44 7.04175C10.44 7.31675 10.3625 7.56525 10.2075 7.78725C10.0535 8.00925 9.875 8.214 9.672 8.4015C9.415 8.6345 9.18875 8.89075 8.99325 9.17025C8.79775 9.45025 8.6855 9.7585 8.6565 10.095C8.647 10.193 8.67775 10.275 8.74875 10.341C8.81875 10.4065 8.90125 10.4392 8.99625 10.4392C9.09675 10.4392 9.1815 10.4058 9.2505 10.3387C9.319 10.2712 9.3625 10.1918 9.381 10.1003C9.431 9.84775 9.5315 9.623 9.6825 9.426C9.833 9.2295 9.9985 9.0435 10.179 8.868C10.4385 8.61 10.6687 8.32875 10.8698 8.02425C11.0712 7.72025 11.172 7.381 11.172 7.0065C11.172 6.456 10.963 6.0015 10.545 5.643C10.1275 5.285 9.6375 5.106 9.075 5.106C8.658 5.106 8.26975 5.2035 7.91025 5.3985C7.55125 5.5935 7.264 5.8635 7.0485 6.2085C6.9995 6.2915 6.98375 6.37725 7.00125 6.46575C7.01875 6.55425 7.06625 6.6215 7.14375 6.6675C7.24275 6.7195 7.34275 6.7315 7.44375 6.7035C7.54475 6.6755 7.63375 6.6175 7.71075 6.5295C7.87725 6.3225 8.07325 6.15 8.29875 6.012C8.52375 5.873 8.773 5.80425 9.0465 5.80425Z' 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='M7.9215 10.869L6.0495 8.997C5.979 8.927 5.89275 8.8895 5.79075 8.8845C5.68875 8.8795 5.598 8.917 5.5185 8.997C5.439 9.077 5.399 9.1655 5.3985 9.2625C5.398 9.3595 5.438 9.448 5.5185 9.528L7.497 11.5065C7.618 11.628 7.75925 11.6888 7.92075 11.6888C8.08225 11.6888 8.22375 11.628 8.34525 11.5065L12.453 7.3995C12.523 7.329 12.5605 7.24275 12.5655 7.14075C12.5705 7.03875 12.533 6.948 12.453 6.8685C12.373 6.789 12.2845 6.749 12.1875 6.7485C12.0905 6.748 12.002 6.788 11.922 6.8685L7.9215 10.869ZM9.00225 15.75C8.06925 15.75 7.19175 15.573 6.36975 15.219C5.54825 14.8645 4.8335 14.3835 4.2255 13.776C3.6175 13.1685 3.13625 12.4545 2.78175 11.634C2.42725 10.8135 2.25 9.93625 2.25 9.00225C2.25 8.06825 2.42725 7.19075 2.78175 6.36975C3.13575 5.54825 3.616 4.8335 4.2225 4.2255C4.829 3.6175 5.54325 3.13625 6.36525 2.78175C7.18725 2.42725 8.06475 2.25 8.99775 2.25C9.93075 2.25 10.8083 2.42725 11.6302 2.78175C12.4517 3.13575 13.1665 3.61625 13.7745 4.22325C14.3825 4.83025 14.8638 5.5445 15.2183 6.366C15.5728 7.1875 15.75 8.06475 15.75 8.99775C15.75 9.93075 15.573 10.8083 15.219 11.6302C14.865 12.4522 14.384 13.167 13.776 13.7745C13.168 14.382 12.454 14.8633 11.634 15.2183C10.814 15.5732 9.93675 15.7505 9.00225 15.75ZM9 15C10.675 15 12.0937 14.4187 13.2562 13.2562C14.4187 12.0937 15 10.675 15 9C15 7.325 14.4187 5.90625 13.2562 4.74375C12.0937 3.58125 10.675 3 9 3C7.325 3 5.90625 3.58125 4.74375 4.74375C3.58125 5.90625 3 7.325 3 9C3 10.675 3.58125 12.0937 4.74375 13.2562C5.90625 14.4187 7.325 15 9 15Z' 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.11249 12.375C9.21949 12.375 9.30874 12.339 9.38024 12.267C9.45174 12.195 9.48749 12.106 9.48749 12V8.625C9.48749 8.5185 9.45149 8.4295 9.37949 8.358C9.30749 8.2865 9.21824 8.2505 9.11174 8.25C9.00524 8.2495 8.91624 8.2855 8.84474 8.358C8.77324 8.4305 8.73749 8.5195 8.73749 8.625V12C8.73749 12.1065 8.77349 12.1955 8.84549 12.267C8.91749 12.3385 9.00674 12.3745 9.11324 12.375M9.11249 7.18275C9.24349 7.18275 9.35324 7.1385 9.44174 7.05C9.53024 6.9615 9.57424 6.852 9.57374 6.7215C9.57324 6.591 9.52899 6.48125 9.44099 6.39225C9.35299 6.30325 9.24349 6.259 9.11249 6.2595C8.98149 6.26 8.87199 6.30425 8.78399 6.39225C8.69599 6.48025 8.65174 6.59 8.65124 6.7215C8.65074 6.853 8.69499 6.9625 8.78399 7.05C8.87299 7.1375 8.98249 7.18175 9.11249 7.18275ZM9.11474 15.75C8.18124 15.75 7.30374 15.573 6.48224 15.219C5.66074 14.8645 4.94599 14.3835 4.33799 13.776C3.72999 13.1685 3.24874 12.4545 2.89424 11.634C2.53974 10.8135 2.36249 9.93625 2.36249 9.00225C2.36249 8.06825 2.53974 7.19075 2.89424 6.36975C3.24824 5.54825 3.72849 4.8335 4.33499 4.2255C4.94149 3.6175 5.65574 3.13625 6.47774 2.78175C7.29974 2.42725 8.17724 2.25 9.11024 2.25C10.0432 2.25 10.9207 2.42725 11.7427 2.78175C12.5642 3.13575 13.279 3.61625 13.887 4.22325C14.495 4.83025 14.9762 5.5445 15.3307 6.366C15.6852 7.1875 15.8625 8.06475 15.8625 8.99775C15.8625 9.93075 15.6855 10.8083 15.3315 11.6302C14.9775 12.4522 14.4965 13.167 13.8885 13.7745C13.2805 14.382 12.5665 14.8633 11.7465 15.2183C10.9265 15.5732 10.0492 15.7505 9.11474 15.75ZM9.11249 15C10.7875 15 12.2062 14.4187 13.3687 13.2562C14.5312 12.0937 15.1125 10.675 15.1125 9C15.1125 7.325 14.5312 5.90625 13.3687 4.74375C12.2062 3.58125 10.7875 3 9.11249 3C7.43749 3 6.01874 3.58125 4.85624 4.74375C3.69374 5.90625 3.11249 7.325 3.11249 9C3.11249 10.675 3.69374 12.0937 4.85624 13.2562C6.01874 14.4187 7.43749 15 9.11249 15Z' 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.3465C9.131 12.3465 9.24075 12.3022 9.32925 12.2137C9.41725 12.1252 9.46125 12.0155 9.46125 11.8845C9.46125 11.754 9.417 11.6445 9.3285 11.556C9.24 11.4675 9.1305 11.423 9 11.4225C8.8695 11.422 8.76 11.4662 8.6715 11.5553C8.583 11.6442 8.53875 11.7537 8.53875 11.8837C8.53875 12.0138 8.583 12.1235 8.6715 12.213C8.76 12.3025 8.8695 12.3475 9 12.3465ZM9 9.86475C9.107 9.86475 9.19625 9.82875 9.26775 9.75675C9.33925 9.68475 9.375 9.59575 9.375 9.48975V5.73975C9.375 5.63325 9.339 5.54425 9.267 5.47275C9.195 5.40125 9.10575 5.36525 8.99925 5.36475C8.89275 5.36425 8.80375 5.40025 8.73225 5.47275C8.66075 5.54525 8.625 5.63425 8.625 5.73975V9.48975C8.625 9.59575 8.661 9.68475 8.733 9.75675C8.805 9.82875 8.89425 9.86475 9.00075 9.86475M9.00225 15.75C8.06875 15.75 7.19125 15.573 6.36975 15.219C5.54825 14.8645 4.8335 14.3835 4.2255 13.776C3.6175 13.1685 3.13625 12.4545 2.78175 11.634C2.42725 10.8135 2.25 9.93625 2.25 9.00225C2.25 8.06825 2.42725 7.19075 2.78175 6.36975C3.13575 5.54825 3.616 4.8335 4.2225 4.2255C4.829 3.6175 5.54325 3.13625 6.36525 2.78175C7.18725 2.42725 8.06475 2.25 8.99775 2.25C9.93075 2.25 10.8083 2.42725 11.6302 2.78175C12.4517 3.13575 13.1665 3.61625 13.7745 4.22325C14.3825 4.83025 14.8638 5.5445 15.2183 6.366C15.5728 7.1875 15.75 8.06475 15.75 8.99775C15.75 9.93075 15.573 10.8083 15.219 11.6302C14.865 12.4522 14.384 13.167 13.776 13.7745C13.168 14.382 12.454 14.8633 11.634 15.2183C10.814 15.5732 9.93675 15.7505 9.00225 15.75ZM9 15C10.675 15 12.0937 14.4187 13.2562 13.2562C14.4187 12.0937 15 10.675 15 9C15 7.325 14.4187 5.90625 13.2562 4.74375C12.0937 3.58125 10.675 3 9 3C7.325 3 5.90625 3.58125 4.74375 4.74375C3.58125 5.90625 3 7.325 3 9C3 10.675 3.58125 12.0937 4.74375 13.2562C5.90625 14.4187 7.325 15 9 15Z' 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.531L11.4345 11.9655C11.5045 12.0355 11.5905 12.073 11.6925 12.078C11.7945 12.083 11.8855 12.0455 11.9655 11.9655C12.0455 11.8855 12.0855 11.797 12.0855 11.7C12.0855 11.603 12.0455 11.5145 11.9655 11.4345L9.531 9L11.9655 6.5655C12.0355 6.4955 12.073 6.4095 12.078 6.3075C12.083 6.2055 12.0455 6.1145 11.9655 6.0345C11.8855 5.9545 11.797 5.9145 11.7 5.9145C11.603 5.9145 11.5145 5.9545 11.4345 6.0345L9 8.469L6.5655 6.0345C6.4955 5.9645 6.4095 5.927 6.3075 5.922C6.2055 5.917 6.1145 5.9545 6.0345 6.0345C5.9545 6.1145 5.9145 6.203 5.9145 6.3C5.9145 6.397 5.9545 6.4855 6.0345 6.5655L8.469 9L6.0345 11.4345C5.9645 11.5045 5.927 11.5907 5.922 11.6932C5.917 11.7947 5.9545 11.8855 6.0345 11.9655C6.1145 12.0455 6.203 12.0855 6.3 12.0855C6.397 12.0855 6.4855 12.0455 6.5655 11.9655L9 9.531ZM9.00225 15.75C8.06875 15.75 7.19125 15.573 6.36975 15.219C5.54825 14.8645 4.8335 14.3835 4.2255 13.776C3.6175 13.1685 3.13625 12.4545 2.78175 11.634C2.42725 10.8135 2.25 9.93625 2.25 9.00225C2.25 8.06825 2.42725 7.19075 2.78175 6.36975C3.13575 5.54825 3.616 4.8335 4.2225 4.2255C4.829 3.6175 5.54325 3.13625 6.36525 2.78175C7.18725 2.42725 8.06475 2.25 8.99775 2.25C9.93075 2.25 10.8083 2.42725 11.6302 2.78175C12.4517 3.13575 13.1665 3.61625 13.7745 4.22325C14.3825 4.83025 14.8638 5.5445 15.2183 6.366C15.5728 7.1875 15.75 8.06475 15.75 8.99775C15.75 9.93075 15.573 10.8083 15.219 11.6302C14.865 12.4522 14.384 13.167 13.776 13.7745C13.168 14.382 12.454 14.8633 11.634 15.2183C10.814 15.5732 9.93675 15.7505 9.00225 15.75ZM9 15C10.675 15 12.0937 14.4187 13.2562 13.2562C14.4187 12.0937 15 10.675 15 9C15 7.325 14.4187 5.90625 13.2562 4.74375C12.0937 3.58125 10.675 3 9 3C7.325 3 5.90625 3.58125 4.74375 4.74375C3.58125 5.90625 3 7.325 3 9C3 10.675 3.58125 12.0937 4.74375 13.2562C5.90625 14.4187 7.325 15 9 15Z' fill='%23EE312F'/%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: white !important;
	border-radius: 50px;
	box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.25);
	background-position: center !important;
	background-size: 20px;
	width: 40px;
	height: 32px;
}

.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) !important;}
}

.slider .slick-arrow.slick-prev, .rdc-slider-prev {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.13419 10.4242L8.35735 13.6244C8.44135 13.7078 8.48536 13.8061 8.48938 13.9192C8.49341 14.0323 8.4494 14.1359 8.35735 14.2302C8.26185 14.325 8.15916 14.3733 8.04927 14.375C7.93939 14.3761 7.8367 14.3296 7.7412 14.2353L3.9597 10.4799C3.8199 10.3417 3.75 10.1803 3.75 9.99583C3.75 9.81133 3.8199 9.64996 3.9597 9.51173L7.7412 5.75633C7.82519 5.67294 7.92501 5.62924 8.04064 5.62524C8.15628 5.62124 8.26185 5.66666 8.35735 5.76148C8.4494 5.85572 8.496 5.95683 8.49715 6.06479C8.4983 6.17274 8.4517 6.27356 8.35735 6.36724L5.13419 9.56742L15.8176 9.56742C15.9408 9.56742 16.0437 9.60826 16.1266 9.68995C16.2094 9.77163 16.2506 9.87359 16.25 9.99583C16.2494 10.1181 16.2083 10.22 16.1266 10.3017C16.0449 10.3834 15.9422 10.4242 15.8185 10.4242L5.13419 10.4242Z' 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='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.8658 10.4242L11.6426 13.6244C11.5587 13.7078 11.5146 13.8061 11.5106 13.9192C11.5066 14.0323 11.5506 14.1359 11.6426 14.2302C11.7382 14.325 11.8408 14.3733 11.9507 14.375C12.0606 14.3761 12.1633 14.3296 12.2588 14.2353L16.0403 10.4799C16.1801 10.3417 16.25 10.1803 16.25 9.99583C16.25 9.81133 16.1801 9.64996 16.0403 9.51173L12.2588 5.75633C12.1748 5.67294 12.075 5.62924 11.9594 5.62524C11.8437 5.62124 11.7382 5.66666 11.6426 5.76148C11.5506 5.85572 11.504 5.95683 11.5028 6.06479C11.5017 6.17274 11.5483 6.27356 11.6426 6.36724L14.8658 9.56742L4.18235 9.56742C4.05923 9.56742 3.95625 9.60826 3.87341 9.68995C3.79056 9.77163 3.74943 9.87359 3.75001 9.99583C3.75058 10.1181 3.79172 10.22 3.87341 10.3017C3.9551 10.3834 4.0578 10.4242 4.18149 10.4242L14.8658 10.4242Z' 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;}

.slick-dots li {
    display: inline-block;
    margin: 0;
}

.slick-dots li button {
    width: 42px;
    height: 2px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 1px 0;
    border: 0;
    border-radius: 0;
    background-color: var(--color-lightgray, #999);
    text-indent: -999px;
    overflow: hidden;
}

.home .slick-dots li button { width: 42px; }

@media screen and (min-width: 768px) {
    .slick-dots li button:hover {
        background: var(--color-darkgray);
    }
}


.slick-dots li.slick-active button {
	background: var(--color-darkgray);
}

/*
 *
 * Icons SVG
 *
*/
a.disabled, .a.disabled {opacity: 0.5;cursor: default;pointer-events: none;}

@media (hover: hover) {
	a:not(.disabled, .btn-icon):hover .rdc-icon-svg, .a:not(.disabled, .btn-icon):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='M8.07628 27C7.48489 27 6.99121 26.813 6.59524 26.4391C6.19841 26.0644 6 25.5978 6 25.0394V13.1787C6 12.6203 6.19841 12.1541 6.59524 11.7802C6.99121 11.4055 7.48489 11.2181 8.07628 11.2181H10.1538C10.3364 11.2181 10.4894 11.276 10.6128 11.3917C10.7354 11.5083 10.7967 11.6527 10.7967 11.8251C10.7967 11.9975 10.7354 12.142 10.6128 12.2585C10.4903 12.3751 10.3368 12.4329 10.1526 12.4321H8.07628C7.87915 12.4321 7.69788 12.5098 7.53246 12.6652C7.3679 12.8214 7.28562 12.9926 7.28562 13.1787V25.0394C7.28562 25.2256 7.3679 25.3967 7.53246 25.5529C7.69788 25.7083 7.87915 25.786 8.07628 25.786H21.9224C22.1196 25.786 22.3008 25.7083 22.4663 25.5529C22.6308 25.3967 22.7131 25.2256 22.7131 25.0394V13.1787C22.7131 12.9926 22.6308 12.8214 22.4663 12.6652C22.3008 12.5098 22.1196 12.4321 21.9224 12.4321H19.8449C19.6623 12.4321 19.5093 12.3742 19.3859 12.2585C19.2625 12.1428 19.2016 11.9983 19.2033 11.8251C19.2033 11.6527 19.2651 11.5083 19.3885 11.3917C19.511 11.276 19.6636 11.2181 19.8462 11.2181H21.9237C22.5151 11.2181 23.0088 11.4055 23.4048 11.7802C23.8016 12.1541 24 12.6203 24 13.1787V25.0394C24 25.5978 23.802 26.064 23.406 26.4379C23.0092 26.8126 22.5151 27 21.9237 27H8.07628ZM14.3565 6.94117L12.1118 9.0608C11.9867 9.17896 11.8393 9.24087 11.6696 9.24654C11.4999 9.2514 11.3439 9.18665 11.2016 9.0523C11.0645 8.91876 10.9951 8.77592 10.9934 8.62376C10.9908 8.47161 11.0602 8.32836 11.2016 8.19401L14.273 5.295C14.4804 5.09833 14.7225 5 14.9994 5C15.2762 5 15.5183 5.09833 15.7257 5.295L18.7971 8.19401C18.9171 8.30732 18.9814 8.44571 18.9899 8.6092C18.9985 8.77106 18.9342 8.91917 18.7971 9.05352C18.6548 9.18706 18.5018 9.25382 18.3381 9.25382C18.1744 9.25382 18.0214 9.18706 17.8792 9.05352L15.6422 6.94117V17.4544C15.6422 17.6268 15.5809 17.7713 15.4583 17.8878C15.3349 18.0036 15.1819 18.0614 14.9994 18.0614C14.8168 18.0614 14.6638 18.0036 14.5404 17.8878C14.4178 17.7713 14.3565 17.6268 14.3565 17.4544V6.94117Z' fill='black'/%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.89977 23C7.35859 23 6.90683 22.8219 6.54448 22.4658C6.18134 22.1097 5.99977 21.6663 5.99977 21.1355V9.86332C5.99977 9.33259 6.18134 8.88955 6.54448 8.53419C6.90761 8.17883 7.35938 8.00077 7.89977 8H24.0998C24.6409 8 25.0927 8.17806 25.4551 8.53419C25.8182 8.88955 25.9998 9.33297 25.9998 9.86447V21.1355C25.9998 21.6663 25.8186 22.1097 25.4562 22.4658C25.0931 22.8212 24.6409 22.9988 24.0998 22.9988L7.89977 23ZM15.4362 16.539L7.17624 10.5083V21.1344C7.17624 21.342 7.24408 21.512 7.37977 21.6443C7.51546 21.7766 7.68879 21.8432 7.89977 21.8439H24.0998C24.3108 21.8439 24.4841 21.7774 24.6198 21.6443C24.7555 21.5113 24.8233 21.3413 24.8233 21.1344V10.5083L16.5633 16.5367C16.3931 16.6613 16.2053 16.7236 15.9998 16.7236C15.7943 16.7236 15.6064 16.6613 15.4362 16.5367M15.9998 15.5479L24.5974 9.28644C24.5519 9.24183 24.5029 9.20837 24.4504 9.18606C24.397 9.16376 24.3253 9.1526 24.2351 9.1526H7.76448C7.68918 9.1526 7.61389 9.17106 7.53859 9.20798C7.4633 9.2449 7.40291 9.28567 7.35742 9.33028L15.9998 15.5479Z' fill='black'/%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='M24.326 11.6627L18.7912 6.17255C18.6801 6.0622 18.5293 6.00014 18.3721 6H8.88372C8.51674 6 8.16478 6.14461 7.90528 6.40201C7.64578 6.65941 7.5 7.00853 7.5 7.37255V24.6275C7.5 24.9915 7.64578 25.3406 7.90528 25.598C8.16478 25.8554 8.51674 26 8.88372 26H23.1163C23.4833 26 23.8352 25.8554 24.0947 25.598C24.3542 25.3406 24.5 24.9915 24.5 24.6275V12.0784C24.4999 11.9225 24.4373 11.773 24.326 11.6627ZM18.9651 8.00784L22.4758 11.4902H18.9651V8.00784ZM23.1163 24.8235H8.88372C8.83129 24.8235 8.78102 24.8029 8.74394 24.7661C8.70687 24.7293 8.68605 24.6795 8.68605 24.6275V7.37255C8.68605 7.32055 8.70687 7.27067 8.74394 7.2339C8.78102 7.19713 8.83129 7.17647 8.88372 7.17647H17.7791V12.0784C17.7791 12.2344 17.8415 12.3841 17.9528 12.4944C18.064 12.6047 18.2148 12.6667 18.3721 12.6667H23.314V24.6275C23.314 24.6795 23.2931 24.7293 23.2561 24.7661C23.219 24.8029 23.1687 24.8235 23.1163 24.8235Z' 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='M15.3214 18.0265C15.2684 17.9456 15.1963 17.8792 15.1118 17.8333C15.0272 17.7874 14.9327 17.7634 14.8367 17.7634C14.7408 17.7634 14.6463 17.7874 14.5617 17.8333C14.4771 17.8792 14.4051 17.9456 14.352 18.0265L12.167 21.3431L11.061 19.6039C11.0083 19.5209 10.9359 19.4527 10.8504 19.4054C10.7648 19.3581 10.6689 19.3333 10.5714 19.3333C10.4739 19.3333 10.378 19.3581 10.2925 19.4054C10.2069 19.4527 10.1345 19.5209 10.0819 19.6039L6.59209 25.0941C6.53571 25.183 6.50403 25.2856 6.50036 25.3911C6.49669 25.4966 6.52118 25.6012 6.57125 25.6939C6.62132 25.7865 6.69514 25.8638 6.78494 25.9177C6.87474 25.9716 6.97723 26 7.08163 26H19.4898C19.5952 26.0002 19.6986 25.9714 19.789 25.9167C19.8795 25.862 19.9535 25.7835 20.0033 25.6896C20.0531 25.5957 20.0767 25.4899 20.0716 25.3834C20.0665 25.277 20.033 25.1739 19.9745 25.0853L15.3214 18.0265ZM8.14796 24.8235L10.5714 21.0098L11.6688 22.7353C11.7212 22.8166 11.7927 22.8836 11.8769 22.9302C11.9611 22.9767 12.0554 23.0015 12.1514 23.0023C12.2474 23.0031 12.3421 22.9798 12.427 22.9346C12.5119 22.8894 12.5845 22.8236 12.6382 22.7431L14.8329 19.4098L18.4031 24.8235H8.14796ZM25.3294 11.6627L19.9008 6.17255C19.7918 6.0622 19.644 6.00014 19.4898 6H10.1837C9.82374 6 9.47854 6.14461 9.22403 6.40201C8.96952 6.65941 8.82653 7.00853 8.82653 7.37255V16C8.82653 16.156 8.88781 16.3056 8.99689 16.4159C9.10596 16.5263 9.25391 16.5882 9.40816 16.5882C9.56242 16.5882 9.71036 16.5263 9.81944 16.4159C9.92852 16.3056 9.9898 16.156 9.9898 16V7.37255C9.9898 7.32055 10.0102 7.27067 10.0466 7.2339C10.0829 7.19713 10.1323 7.17647 10.1837 7.17647H18.9082V12.0784C18.9082 12.2344 18.9694 12.3841 19.0785 12.4944C19.1876 12.6047 19.3355 12.6667 19.4898 12.6667H24.3367V24.6275C24.3367 24.6795 24.3163 24.7293 24.2799 24.7661C24.2436 24.8029 24.1943 24.8235 24.1429 24.8235H23.3673C23.2131 24.8235 23.0651 24.8855 22.9561 24.9958C22.847 25.1061 22.7857 25.2558 22.7857 25.4118C22.7857 25.5678 22.847 25.7174 22.9561 25.8277C23.0651 25.938 23.2131 26 23.3673 26H24.1429C24.5028 26 24.848 25.8554 25.1025 25.598C25.357 25.3406 25.5 24.9915 25.5 24.6275V12.0784C25.4999 11.9225 25.4385 11.773 25.3294 11.6627ZM20.0714 8.00784L23.5147 11.4902H20.0714V8.00784Z' 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.8605 18.766H20.186C20.0195 18.766 19.8598 18.8332 19.742 18.9529C19.6243 19.0726 19.5581 19.235 19.5581 19.4043V25.3617C19.5581 25.531 19.6243 25.6933 19.742 25.813C19.8598 25.9328 20.0195 26 20.186 26C20.3526 26 20.5123 25.9328 20.63 25.813C20.7478 25.6933 20.814 25.531 20.814 25.3617V24.2979H21.8605C22.5821 24.2979 23.2742 24.0065 23.7845 23.4877C24.2947 22.969 24.5814 22.2655 24.5814 21.5319C24.5814 20.7983 24.2947 20.0948 23.7845 19.5761C23.2742 19.0574 22.5821 18.766 21.8605 18.766ZM21.8605 23.0213H20.814V20.0426H21.8605C22.249 20.0426 22.6217 20.1995 22.8965 20.4788C23.1712 20.7581 23.3256 21.1369 23.3256 21.5319C23.3256 21.9269 23.1712 22.3057 22.8965 22.5851C22.6217 22.8644 22.249 23.0213 21.8605 23.0213ZM16.6279 19.4043V25.3617C16.6279 25.531 16.5618 25.6933 16.444 25.813C16.3262 25.9328 16.1665 26 16 26C15.8335 26 15.6738 25.9328 15.556 25.813C15.4382 25.6933 15.3721 25.531 15.3721 25.3617V19.4043C15.3721 19.235 15.4382 19.0726 15.556 18.9529C15.6738 18.8332 15.8335 18.766 16 18.766C16.1665 18.766 16.3262 18.8332 16.444 18.9529C16.5618 19.0726 16.6279 19.235 16.6279 19.4043ZM12.4419 25.3617C12.4419 25.531 12.3757 25.6933 12.258 25.813C12.1402 25.9328 11.9805 26 11.814 26H8.46512C8.35477 26.0003 8.24631 25.971 8.15065 25.915C8.055 25.8591 7.97553 25.7786 7.92025 25.6815C7.86496 25.5844 7.83582 25.4742 7.83576 25.3621C7.8357 25.2499 7.86471 25.1397 7.91988 25.0426L10.7319 20.0426H8.46512C8.29858 20.0426 8.13887 19.9753 8.02112 19.8556C7.90336 19.7359 7.83721 19.5735 7.83721 19.4043C7.83721 19.235 7.90336 19.0726 8.02112 18.9529C8.13887 18.8332 8.29858 18.766 8.46512 18.766H11.814C11.9243 18.7657 12.0328 18.795 12.1284 18.8509C12.2241 18.9068 12.3035 18.9874 12.3588 19.0845C12.4141 19.1815 12.4432 19.2917 12.4433 19.4039C12.4434 19.5161 12.4144 19.6263 12.3592 19.7234L9.54721 24.7234H11.814C11.9805 24.7234 12.1402 24.7907 12.258 24.9104C12.3757 25.0301 12.4419 25.1924 12.4419 25.3617ZM24.8158 12.1447L18.9553 6.18723C18.8377 6.0675 18.6781 6.00015 18.5116 6H8.46512C8.07654 6 7.70389 6.15691 7.42912 6.43622C7.15436 6.71553 7 7.09436 7 7.48936V15.1489C7 15.3182 7.06615 15.4806 7.18391 15.6003C7.30167 15.72 7.46138 15.7872 7.62791 15.7872C7.79444 15.7872 7.95415 15.72 8.0719 15.6003C8.18966 15.4806 8.25581 15.3182 8.25581 15.1489V7.48936C8.25581 7.43293 8.27787 7.37881 8.31712 7.33891C8.35637 7.29901 8.40961 7.2766 8.46512 7.2766H17.8837V12.5957C17.8837 12.765 17.9499 12.9274 18.0676 13.0471C18.1854 13.1668 18.3451 13.234 18.5116 13.234H23.7442V15.1489C23.7442 15.3182 23.8103 15.4806 23.9281 15.6003C24.0459 15.72 24.2056 15.7872 24.3721 15.7872C24.5386 15.7872 24.6983 15.72 24.8161 15.6003C24.9338 15.4806 25 15.3182 25 15.1489V12.5957C24.9999 12.4265 24.9336 12.2643 24.8158 12.1447ZM19.1395 11.9574V8.17872L22.8567 11.9574H19.1395Z' 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='M23.931 16V12.766C23.9309 12.6052 23.8681 12.4511 23.7566 12.3374L18.2048 6.67787C18.0934 6.56412 17.9422 6.50014 17.7845 6.5H8.26724C7.89914 6.5 7.54611 6.64907 7.28583 6.91441C7.02554 7.17976 6.87931 7.53964 6.87931 7.91489V16C6.87931 16.1608 6.94198 16.3151 7.05353 16.4288C7.16508 16.5425 7.31638 16.6064 7.47414 16.6064C7.6319 16.6064 7.78319 16.5425 7.89474 16.4288C8.0063 16.3151 8.06897 16.1608 8.06897 16V7.91489C8.06897 7.86129 8.08986 7.80987 8.12704 7.77197C8.16422 7.73406 8.21466 7.71277 8.26724 7.71277H17.1897V12.766C17.1897 12.9268 17.2523 13.081 17.3639 13.1947C17.4754 13.3085 17.6267 13.3723 17.7845 13.3723H22.7414V16C22.7414 16.1608 22.804 16.3151 22.9156 16.4288C23.0272 16.5425 23.1784 16.6064 23.3362 16.6064C23.494 16.6064 23.6453 16.5425 23.7568 16.4288C23.8684 16.3151 23.931 16.1608 23.931 16ZM18.3793 8.56979L21.9007 12.1596H18.3793V8.56979ZM9.25862 20.0426V24.8936C9.25862 25.0544 9.19595 25.2087 9.0844 25.3224C8.97285 25.4361 8.82155 25.5 8.66379 25.5C8.50603 25.5 8.35474 25.4361 8.24319 25.3224C8.13163 25.2087 8.06897 25.0544 8.06897 24.8936V23.0745H5.68966V24.8936C5.68966 25.0544 5.62699 25.2087 5.51543 25.3224C5.40388 25.4361 5.25259 25.5 5.09483 25.5C4.93707 25.5 4.78577 25.4361 4.67422 25.3224C4.56267 25.2087 4.5 25.0544 4.5 24.8936V20.0426C4.5 19.8817 4.56267 19.7275 4.67422 19.6138C4.78577 19.5001 4.93707 19.4362 5.09483 19.4362C5.25259 19.4362 5.40388 19.5001 5.51543 19.6138C5.62699 19.7275 5.68966 19.8817 5.68966 20.0426V21.8617H8.06897V20.0426C8.06897 19.8817 8.13163 19.7275 8.24319 19.6138C8.35474 19.5001 8.50603 19.4362 8.66379 19.4362C8.82155 19.4362 8.97285 19.5001 9.0844 19.6138C9.19595 19.7275 9.25862 19.8817 9.25862 20.0426ZM14.8103 20.0426C14.8103 20.2034 14.7477 20.3576 14.6361 20.4713C14.5246 20.5851 14.3733 20.6489 14.2155 20.6489H13.2241V24.8936C13.2241 25.0544 13.1615 25.2087 13.0499 25.3224C12.9384 25.4361 12.7871 25.5 12.6293 25.5C12.4716 25.5 12.3203 25.4361 12.2087 25.3224C12.0972 25.2087 12.0345 25.0544 12.0345 24.8936V20.6489H11.0431C10.8853 20.6489 10.734 20.5851 10.6225 20.4713C10.5109 20.3576 10.4483 20.2034 10.4483 20.0426C10.4483 19.8817 10.5109 19.7275 10.6225 19.6138C10.734 19.5001 10.8853 19.4362 11.0431 19.4362H14.2155C14.3733 19.4362 14.5246 19.5001 14.6361 19.6138C14.7477 19.7275 14.8103 19.8817 14.8103 20.0426ZM21.9483 20.0426V24.8936C21.9483 25.0544 21.8856 25.2087 21.7741 25.3224C21.6625 25.4361 21.5112 25.5 21.3534 25.5C21.1957 25.5 21.0444 25.4361 20.9328 25.3224C20.8213 25.2087 20.7586 25.0544 20.7586 24.8936V21.8617L19.45 23.6404C19.3946 23.7157 19.3227 23.7769 19.2402 23.819C19.1576 23.8611 19.0665 23.883 18.9741 23.883C18.8818 23.883 18.7907 23.8611 18.7081 23.819C18.6255 23.7769 18.5537 23.7157 18.4983 23.6404L17.1897 21.8617V24.8936C17.1897 25.0544 17.127 25.2087 17.0154 25.3224C16.9039 25.4361 16.7526 25.5 16.5948 25.5C16.4371 25.5 16.2858 25.4361 16.1742 25.3224C16.0627 25.2087 16 25.0544 16 24.8936V20.0426C16 19.9153 16.0393 19.7912 16.1123 19.688C16.1853 19.5848 16.2883 19.5075 16.4067 19.4673C16.5252 19.427 16.653 19.4258 16.7722 19.4638C16.8914 19.5017 16.9958 19.5769 17.0707 19.6787L18.9741 22.266L20.8776 19.6787C20.9525 19.5769 21.0569 19.5017 21.1761 19.4638C21.2953 19.4258 21.4231 19.427 21.5415 19.4673C21.66 19.5075 21.763 19.5848 21.836 19.688C21.909 19.7912 21.9483 19.9153 21.9483 20.0426ZM27.5 24.8936C27.5 25.0544 27.4373 25.2087 27.3258 25.3224C27.2142 25.4361 27.0629 25.5 26.9052 25.5H24.1293C23.9716 25.5 23.8203 25.4361 23.7087 25.3224C23.5972 25.2087 23.5345 25.0544 23.5345 24.8936V20.0426C23.5345 19.8817 23.5972 19.7275 23.7087 19.6138C23.8203 19.5001 23.9716 19.4362 24.1293 19.4362C24.2871 19.4362 24.4384 19.5001 24.5499 19.6138C24.6615 19.7275 24.7241 19.8817 24.7241 20.0426V24.2872H26.9052C27.0629 24.2872 27.2142 24.3511 27.3258 24.4648C27.4373 24.5786 27.5 24.7328 27.5 24.8936Z' 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='M25.5 19.4043C25.5 19.5735 25.4333 19.7359 25.3145 19.8556C25.1957 19.9753 25.0346 20.0426 24.8667 20.0426H22.1222V22.1702H24.0222C24.1902 22.1702 24.3513 22.2375 24.4701 22.3572C24.5888 22.4769 24.6556 22.6392 24.6556 22.8085C24.6556 22.9778 24.5888 23.1402 24.4701 23.2599C24.3513 23.3796 24.1902 23.4468 24.0222 23.4468H22.1222V25.3617C22.1222 25.531 22.0555 25.6933 21.9367 25.813C21.818 25.9328 21.6569 26 21.4889 26C21.3209 26 21.1598 25.9328 21.0411 25.813C20.9223 25.6933 20.8556 25.531 20.8556 25.3617V19.4043C20.8556 19.235 20.9223 19.0726 21.0411 18.9529C21.1598 18.8332 21.3209 18.766 21.4889 18.766H24.8667C25.0346 18.766 25.1957 18.8332 25.3145 18.9529C25.4333 19.0726 25.5 19.235 25.5 19.4043ZM11.5667 21.5319C11.5667 22.2655 11.2775 22.969 10.7628 23.4877C10.2482 24.0065 9.55009 24.2979 8.82222 24.2979H7.76667V25.3617C7.76667 25.531 7.69994 25.6933 7.58117 25.813C7.46239 25.9328 7.3013 26 7.13333 26C6.96536 26 6.80427 25.9328 6.6855 25.813C6.56673 25.6933 6.5 25.531 6.5 25.3617V19.4043C6.5 19.235 6.56673 19.0726 6.6855 18.9529C6.80427 18.8332 6.96536 18.766 7.13333 18.766H8.82222C9.55009 18.766 10.2482 19.0574 10.7628 19.5761C11.2775 20.0948 11.5667 20.7983 11.5667 21.5319ZM10.3 21.5319C10.3 21.1369 10.1443 20.7581 9.86717 20.4788C9.59003 20.1995 9.21415 20.0426 8.82222 20.0426H7.76667V23.0213H8.82222C9.21415 23.0213 9.59003 22.8644 9.86717 22.5851C10.1443 22.3057 10.3 21.9269 10.3 21.5319ZM19.1667 22.383C19.1667 23.3423 18.7886 24.2623 18.1155 24.9406C17.4425 25.6189 16.5296 26 15.5778 26H13.8889C13.7209 26 13.5598 25.9328 13.4411 25.813C13.3223 25.6933 13.2556 25.531 13.2556 25.3617V19.4043C13.2556 19.235 13.3223 19.0726 13.4411 18.9529C13.5598 18.8332 13.7209 18.766 13.8889 18.766H15.5778C16.5296 18.766 17.4425 19.147 18.1155 19.8254C18.7886 20.5037 19.1667 21.4237 19.1667 22.383ZM17.9 22.383C17.9 21.7623 17.6553 21.167 17.2198 20.728C16.7843 20.2891 16.1937 20.0426 15.5778 20.0426H14.5222V24.7234H15.5778C16.1937 24.7234 16.7843 24.4768 17.2198 24.0379C17.6553 23.599 17.9 23.0037 17.9 22.383ZM6.5 15.1489V7.48936C6.5 7.09436 6.65569 6.71553 6.93283 6.43622C7.20997 6.15691 7.58585 6 7.97778 6H18.1111C18.1944 5.99993 18.2769 6.01644 18.3539 6.04857C18.4309 6.0807 18.5008 6.12782 18.5597 6.18723L24.4708 12.1447C24.5893 12.2644 24.6557 12.4267 24.6556 12.5957V15.1489C24.6556 15.3182 24.5888 15.4806 24.4701 15.6003C24.3513 15.72 24.1902 15.7872 24.0222 15.7872C23.8543 15.7872 23.6932 15.72 23.5744 15.6003C23.4556 15.4806 23.3889 15.3182 23.3889 15.1489V13.234H18.1111C17.9431 13.234 17.782 13.1668 17.6633 13.0471C17.5445 12.9274 17.4778 12.765 17.4778 12.5957V7.2766H7.97778C7.92179 7.2766 7.86809 7.29901 7.8285 7.33891C7.78891 7.37881 7.76667 7.43293 7.76667 7.48936V15.1489C7.76667 15.3182 7.69994 15.4806 7.58117 15.6003C7.46239 15.72 7.3013 15.7872 7.13333 15.7872C6.96536 15.7872 6.80427 15.72 6.6855 15.6003C6.56673 15.4806 6.5 15.3182 6.5 15.1489ZM18.7444 11.9574H22.4938L18.7444 8.17872V11.9574Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-jpg {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7935 18.766H14.1413C13.977 18.766 13.8194 18.8332 13.7032 18.9529C13.587 19.0726 13.5217 19.235 13.5217 19.4043V25.3617C13.5217 25.531 13.587 25.6933 13.7032 25.813C13.8194 25.9328 13.977 26 14.1413 26C14.3056 26 14.4632 25.9328 14.5794 25.813C14.6956 25.6933 14.7609 25.531 14.7609 25.3617V24.2979H15.7935C16.5055 24.2979 17.1884 24.0065 17.6919 23.4877C18.1954 22.969 18.4783 22.2655 18.4783 21.5319C18.4783 20.7983 18.1954 20.0948 17.6919 19.5761C17.1884 19.0574 16.5055 18.766 15.7935 18.766ZM15.7935 23.0213H14.7609V20.0426H15.7935C16.1769 20.0426 16.5446 20.1995 16.8157 20.4788C17.0868 20.7581 17.2391 21.1369 17.2391 21.5319C17.2391 21.9269 17.0868 22.3057 16.8157 22.5851C16.5446 22.8644 16.1769 23.0213 15.7935 23.0213ZM25.5 22.8085V24.6032C25.4999 24.7678 25.4381 24.9259 25.3276 25.0447C25.0592 25.3428 24.7346 25.5813 24.3736 25.7456C24.0126 25.9099 23.6229 25.9964 23.2283 26C21.5203 26 20.1304 24.3777 20.1304 22.383C20.1304 20.3883 21.5203 18.766 23.2283 18.766C23.7943 18.768 24.3467 18.9448 24.8143 19.2734C24.9506 19.3682 25.0447 19.5149 25.076 19.6812C25.1073 19.8475 25.0731 20.0197 24.9811 20.1601C24.8891 20.3005 24.7467 20.3974 24.5853 20.4297C24.4239 20.4619 24.2567 20.4267 24.1204 20.3319C23.8584 20.1446 23.5472 20.0437 23.2283 20.0426C22.2029 20.0426 21.3696 21.0926 21.3696 22.383C21.3696 23.6734 22.2029 24.7234 23.2283 24.7234C23.6068 24.719 23.972 24.5786 24.2609 24.3266V23.4468H24.0543C23.89 23.4468 23.7324 23.3796 23.6162 23.2599C23.5001 23.1402 23.4348 22.9778 23.4348 22.8085C23.4348 22.6392 23.5001 22.4769 23.6162 22.3572C23.7324 22.2375 23.89 22.1702 24.0543 22.1702H24.8804C25.0448 22.1702 25.2023 22.2375 25.3185 22.3572C25.4347 22.4769 25.5 22.6392 25.5 22.8085ZM11.4565 19.4043V23.4468C11.4565 24.124 11.1954 24.7734 10.7307 25.2522C10.2659 25.731 9.63554 26 8.97826 26C8.32099 26 7.69063 25.731 7.22587 25.2522C6.7611 24.7734 6.5 24.124 6.5 23.4468C6.5 23.2775 6.56528 23.1152 6.68147 22.9955C6.79766 22.8758 6.95525 22.8085 7.11957 22.8085C7.28388 22.8085 7.44147 22.8758 7.55766 22.9955C7.67386 23.1152 7.73913 23.2775 7.73913 23.4468C7.73913 23.7854 7.86968 24.1101 8.10206 24.3495C8.33445 24.5889 8.64962 24.7234 8.97826 24.7234C9.3069 24.7234 9.62208 24.5889 9.85446 24.3495C10.0868 24.1101 10.2174 23.7854 10.2174 23.4468V19.4043C10.2174 19.235 10.2827 19.0726 10.3989 18.9529C10.515 18.8332 10.6726 18.766 10.837 18.766C11.0013 18.766 11.1589 18.8332 11.2751 18.9529C11.3912 19.0726 11.4565 19.235 11.4565 19.4043ZM25.3183 12.1447L19.5357 6.18723C19.4196 6.0675 19.2621 6.00015 19.0978 6H9.18478C8.80137 6 8.43366 6.15691 8.16255 6.43622C7.89144 6.71553 7.73913 7.09436 7.73913 7.48936V15.1489C7.73913 15.3182 7.80441 15.4806 7.9206 15.6003C8.03679 15.72 8.19438 15.7872 8.3587 15.7872C8.52301 15.7872 8.6806 15.72 8.79679 15.6003C8.91299 15.4806 8.97826 15.3182 8.97826 15.1489V7.48936C8.97826 7.43293 9.00002 7.37881 9.03875 7.33891C9.07748 7.29901 9.13001 7.2766 9.18478 7.2766H18.4783V12.5957C18.4783 12.765 18.5435 12.9274 18.6597 13.0471C18.7759 13.1668 18.9335 13.234 19.0978 13.234H24.2609V15.1489C24.2609 15.3182 24.3261 15.4806 24.4423 15.6003C24.5585 15.72 24.7161 15.7872 24.8804 15.7872C25.0448 15.7872 25.2023 15.72 25.3185 15.6003C25.4347 15.4806 25.5 15.3182 25.5 15.1489V12.5957C25.4999 12.4265 25.4345 12.2643 25.3183 12.1447ZM19.7174 11.9574V8.17872L23.3852 11.9574H19.7174Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-png {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.77174 18.766H7.11957C6.95525 18.766 6.79766 18.8332 6.68147 18.9529C6.56528 19.0726 6.5 19.235 6.5 19.4043V25.3617C6.5 25.531 6.56528 25.6933 6.68147 25.813C6.79766 25.9327 6.95525 26 7.11957 26C7.28388 26 7.44147 25.9327 7.55766 25.813C7.67386 25.6933 7.73913 25.531 7.73913 25.3617V24.2979H8.77174C9.48379 24.2979 10.1667 24.0065 10.6702 23.4877C11.1737 22.969 11.4565 22.2655 11.4565 21.5319C11.4565 20.7983 11.1737 20.0948 10.6702 19.5761C10.1667 19.0574 9.48379 18.766 8.77174 18.766ZM8.77174 23.0213H7.73913V20.0426H8.77174C9.15515 20.0426 9.52286 20.1995 9.79397 20.4788C10.0651 20.7581 10.2174 21.1369 10.2174 21.5319C10.2174 21.9269 10.0651 22.3057 9.79397 22.585C9.52286 22.8644 9.15515 23.0213 8.77174 23.0213ZM25.5 24.6032C25.4999 24.7677 25.4381 24.9259 25.3276 25.0447C25.0592 25.3428 24.7346 25.5813 24.3736 25.7456C24.0126 25.9099 23.6229 25.9964 23.2283 26C21.5203 26 20.1304 24.3777 20.1304 22.383C20.1304 20.3883 21.5203 18.766 23.2283 18.766C23.7943 18.768 24.3467 18.9448 24.8143 19.2734C24.9506 19.3682 25.0447 19.5149 25.076 19.6812C25.1073 19.8475 25.0731 20.0197 24.9811 20.1601C24.8891 20.3005 24.7467 20.3974 24.5853 20.4296C24.4239 20.4619 24.2567 20.4267 24.1204 20.3319C23.8584 20.1446 23.5472 20.0437 23.2283 20.0426C22.2029 20.0426 21.3696 21.0926 21.3696 22.383C21.3696 23.6734 22.2029 24.7234 23.2283 24.7234C23.6068 24.719 23.972 24.5786 24.2609 24.3266V23.4468H24.0543C23.89 23.4468 23.7324 23.3796 23.6162 23.2599C23.5001 23.1401 23.4348 22.9778 23.4348 22.8085C23.4348 22.6392 23.5001 22.4769 23.6162 22.3572C23.7324 22.2375 23.89 22.1702 24.0543 22.1702H24.8804C25.0448 22.1702 25.2023 22.2375 25.3185 22.3572C25.4347 22.4769 25.5 22.6392 25.5 22.8085V24.6032ZM18.4783 19.4043V25.3617C18.4782 25.4969 18.4364 25.6285 18.359 25.7377C18.2817 25.8469 18.1726 25.9279 18.0477 25.9691C17.9867 25.9898 17.9229 26.0002 17.8587 26C17.7601 26 17.663 25.9758 17.5754 25.9293C17.4877 25.8829 17.4121 25.8156 17.3548 25.733L14.3478 21.3957V25.3617C14.3478 25.531 14.2826 25.6933 14.1664 25.813C14.0502 25.9327 13.8926 26 13.7283 26C13.5639 26 13.4064 25.9327 13.2902 25.813C13.174 25.6933 13.1087 25.531 13.1087 25.3617V19.4043C13.1087 19.2691 13.1504 19.1374 13.2277 19.0282C13.3051 18.9189 13.4141 18.8378 13.539 18.7965C13.664 18.7552 13.7984 18.7559 13.923 18.7984C14.0476 18.8409 14.1558 18.923 14.2322 19.033L17.2391 23.3702V19.4043C17.2391 19.235 17.3044 19.0726 17.4206 18.9529C17.5368 18.8332 17.6944 18.766 17.8587 18.766C18.023 18.766 18.1806 18.8332 18.2968 18.9529C18.413 19.0726 18.4783 19.235 18.4783 19.4043ZM7.53261 15.7872C7.69693 15.7872 7.85452 15.72 7.97071 15.6003C8.0869 15.4806 8.15217 15.3182 8.15217 15.1489V7.48936C8.15217 7.43293 8.17393 7.37881 8.21266 7.33891C8.25139 7.29901 8.30392 7.2766 8.3587 7.2766H17.6522V12.5957C17.6522 12.765 17.7174 12.9274 17.8336 13.0471C17.9498 13.1668 18.1074 13.234 18.2717 13.234H23.4348V15.1489C23.4348 15.3182 23.5001 15.4806 23.6162 15.6003C23.7324 15.72 23.89 15.7872 24.0543 15.7872C24.2187 15.7872 24.3763 15.72 24.4924 15.6003C24.6086 15.4806 24.6739 15.3182 24.6739 15.1489V12.5957C24.6738 12.4265 24.6084 12.2643 24.4922 12.1447L18.7096 6.18723C18.5935 6.0675 18.436 6.00015 18.2717 6H8.3587C7.97528 6 7.60758 6.15691 7.33647 6.43622C7.06535 6.71553 6.91304 7.09436 6.91304 7.48936V15.1489C6.91304 15.3182 6.97832 15.4806 7.09451 15.6003C7.2107 15.72 7.36829 15.7872 7.53261 15.7872ZM18.8913 8.17872L22.5591 11.9574H18.8913V8.17872Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-file-xls {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.7209 25.3611C18.7209 25.5304 18.6547 25.6928 18.537 25.8125C18.4192 25.9322 18.2595 25.9994 18.093 25.9994H15.1629C14.9964 25.9994 14.8367 25.9322 14.7189 25.8125C14.6012 25.6928 14.535 25.5304 14.535 25.3611V19.4039C14.535 19.2346 14.6012 19.0722 14.7189 18.9525C14.8367 18.8328 14.9964 18.7656 15.1629 18.7656C15.3294 18.7656 15.4891 18.8328 15.6069 18.9525C15.7246 19.0722 15.7908 19.2346 15.7908 19.4039V24.7229H18.093C18.2595 24.7229 18.4192 24.7901 18.537 24.9098C18.6547 25.0295 18.7209 25.1919 18.7209 25.3611ZM12.1784 18.8837C12.0431 18.7856 11.8749 18.746 11.7109 18.7737C11.5469 18.8015 11.4004 18.8942 11.3036 19.0315L9.72135 21.2836L8.1391 19.0315C8.09101 18.9634 8.03017 18.9055 7.96007 18.8612C7.88997 18.8169 7.81198 18.7871 7.73055 18.7735C7.64912 18.7599 7.56584 18.7627 7.48548 18.7818C7.40512 18.8009 7.32924 18.8358 7.26218 18.8847C7.19511 18.9336 7.13818 18.9955 7.09463 19.0667C7.05108 19.138 7.02176 19.2173 7.00835 19.3001C6.99494 19.3828 6.9977 19.4675 7.01648 19.5492C7.03525 19.6309 7.06967 19.708 7.11776 19.7762L8.95011 22.3825L7.11776 24.9888C7.06967 25.057 7.03525 25.1341 7.01648 25.2158C6.9977 25.2975 6.99494 25.3822 7.00835 25.465C7.02176 25.5477 7.05108 25.627 7.09463 25.6983C7.13818 25.7695 7.19511 25.8314 7.26218 25.8803C7.32924 25.9292 7.40512 25.9642 7.48548 25.9833C7.56584 26.0023 7.64912 26.0051 7.73055 25.9915C7.81198 25.9779 7.88997 25.9481 7.96007 25.9038C8.03017 25.8595 8.09101 25.8017 8.1391 25.7335L9.72135 23.4793L11.3036 25.7303C11.3615 25.8133 11.438 25.881 11.5268 25.9278C11.6156 25.9746 11.7142 25.9992 11.8143 25.9994C11.945 25.9999 12.0725 25.9582 12.1784 25.8803C12.2456 25.8316 12.3026 25.77 12.3463 25.6989C12.39 25.6278 12.4195 25.5486 12.4331 25.4659C12.4467 25.3832 12.4442 25.2987 12.4256 25.217C12.407 25.1353 12.3728 25.0581 12.3249 24.9899L10.4926 22.3825L12.3249 19.7751C12.373 19.7069 12.4073 19.6296 12.426 19.5478C12.4446 19.466 12.4472 19.3813 12.4336 19.2985C12.42 19.2157 12.3905 19.1364 12.3467 19.0652C12.3029 18.9941 12.2457 18.9324 12.1784 18.8837ZM22.5927 21.6613C21.4573 21.3283 21.1895 21.1623 21.2324 20.8198C21.2384 20.7122 21.2687 20.6075 21.3209 20.5138C21.3732 20.4201 21.446 20.3399 21.5337 20.2794C22.1198 19.8762 23.3807 20.0847 23.7773 20.19C23.9377 20.2314 24.1076 20.2067 24.2501 20.1215C24.3927 20.0362 24.4964 19.8972 24.5387 19.7346C24.581 19.5721 24.5586 19.3991 24.4761 19.2533C24.3937 19.1075 24.2581 19.0007 24.0986 18.956C23.8893 18.8986 21.9952 18.4241 20.8326 19.2198C20.5967 19.3825 20.3987 19.5958 20.2526 19.8447C20.1066 20.0935 20.0159 20.3719 19.9871 20.6602C19.7987 22.1698 21.27 22.6017 22.2443 22.8878C23.5126 23.2601 23.7899 23.4548 23.7302 23.9261C23.7249 24.039 23.6937 24.1492 23.6392 24.2478C23.5847 24.3464 23.5084 24.4307 23.4163 24.4942C22.8292 24.891 21.5871 24.6686 21.1989 24.5601C21.0433 24.5282 20.8817 24.5574 20.7465 24.6417C20.6112 24.726 20.5124 24.8592 20.4698 25.0146C20.4273 25.17 20.4442 25.336 20.5171 25.4792C20.59 25.6224 20.7136 25.7323 20.863 25.7867C21.3643 25.9225 21.8804 25.994 22.3992 25.9994C22.9737 25.9994 23.6068 25.8984 24.1112 25.559C24.3537 25.3945 24.5575 25.1775 24.7078 24.9235C24.8582 24.6695 24.9514 24.3848 24.9808 24.0899C25.1911 22.424 23.6298 21.9655 22.5927 21.6613ZM7.00056 15.1487V7.48932C7.00056 7.09433 7.15491 6.71551 7.42966 6.43621C7.70441 6.15691 8.07705 6 8.4656 6H18.5116C18.678 6.00015 18.8376 6.06749 18.9553 6.18723L24.8154 12.1445C24.9332 12.2641 24.9994 12.4263 24.9996 12.5956V15.1487C24.9996 15.318 24.9334 15.4803 24.8157 15.6C24.6979 15.7197 24.5382 15.787 24.3717 15.787C24.2052 15.787 24.0455 15.7197 23.9277 15.6C23.81 15.4803 23.7438 15.318 23.7438 15.1487V13.2338H18.5116C18.345 13.2338 18.1853 13.1666 18.0676 13.0469C17.9498 12.9272 17.8837 12.7648 17.8837 12.5956V7.27656H8.4656C8.41009 7.27656 8.35686 7.29897 8.31761 7.33888C8.27836 7.37878 8.25631 7.43289 8.25631 7.48932V15.1487C8.25631 15.318 8.19016 15.4803 8.07241 15.6C7.95466 15.7197 7.79496 15.787 7.62843 15.787C7.46191 15.787 7.30221 15.7197 7.18446 15.6C7.06671 15.4803 7.00056 15.318 7.00056 15.1487ZM19.1394 11.9573H22.8544L19.1394 8.17866V11.9573Z' 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='M8.29171 18.766H6.62501C6.45925 18.766 6.30027 18.8332 6.18306 18.9529C6.06585 19.0726 6 19.235 6 19.4043V25.3617C6 25.531 6.06585 25.6933 6.18306 25.813C6.30027 25.9328 6.45925 26 6.62501 26H8.29171C9.23103 26 10.1319 25.6189 10.7961 24.9406C11.4603 24.2623 11.8334 23.3423 11.8334 22.383C11.8334 21.4237 11.4603 20.5037 10.7961 19.8254C10.1319 19.147 9.23103 18.766 8.29171 18.766ZM8.29171 24.7234H7.25002V20.0426H8.29171C8.89951 20.0426 9.48241 20.2891 9.91219 20.728C10.342 21.167 10.5834 21.7623 10.5834 22.383C10.5834 23.0037 10.342 23.599 9.91219 24.0379C9.48241 24.4768 8.89951 24.7234 8.29171 24.7234ZM25.8076 24.1426C25.9272 24.2597 25.9963 24.4205 25.9999 24.5897C26.0034 24.7588 25.941 24.9225 25.8264 25.0447C25.5557 25.3428 25.2282 25.5813 24.8641 25.7456C24.4999 25.9099 24.1067 25.9964 23.7086 26C21.9857 26 20.5836 24.3777 20.5836 22.383C20.5836 20.3883 21.9857 18.766 23.7086 18.766C24.1069 18.7698 24.5002 18.8567 24.8643 19.0213C25.2285 19.186 25.5559 19.4249 25.8264 19.7234C25.9356 19.8466 25.9935 20.0084 25.9878 20.1744C25.982 20.3405 25.9131 20.4977 25.7956 20.6127C25.6782 20.7277 25.5214 20.7914 25.3587 20.7902C25.196 20.789 25.0401 20.7231 24.9243 20.6064C24.7698 20.433 24.5823 20.2937 24.3733 20.1967C24.1643 20.0998 23.9381 20.0473 23.7086 20.0426C22.6742 20.0426 21.8336 21.0926 21.8336 22.383C21.8336 23.6734 22.6742 24.7234 23.7086 24.7234C23.938 24.7189 24.164 24.6668 24.373 24.5702C24.582 24.4736 24.7696 24.3347 24.9243 24.1617C25.039 24.0396 25.1964 23.969 25.3621 23.9654C25.5277 23.9618 25.688 24.0255 25.8076 24.1426ZM16.2085 18.766C14.4856 18.766 13.0835 20.3883 13.0835 22.383C13.0835 24.3777 14.4856 26 16.2085 26C17.9315 26 19.3336 24.3777 19.3336 22.383C19.3336 20.3883 17.9315 18.766 16.2085 18.766ZM16.2085 24.7234C15.1741 24.7234 14.3335 23.6734 14.3335 22.383C14.3335 21.0926 15.1741 20.0426 16.2085 20.0426C17.2429 20.0426 18.0835 21.0926 18.0835 22.383C18.0835 23.6734 17.2429 24.7234 16.2085 24.7234ZM7.87503 15.7872C8.0408 15.7872 8.19977 15.72 8.31698 15.6003C8.43419 15.4806 8.50004 15.3182 8.50004 15.1489V7.48936C8.50004 7.43293 8.52199 7.37881 8.56106 7.33891C8.60013 7.29901 8.65313 7.2766 8.70838 7.2766H18.0835V12.5957C18.0835 12.765 18.1494 12.9274 18.2666 13.0471C18.3838 13.1668 18.5428 13.234 18.7086 13.234H23.917V15.1489C23.917 15.3182 23.9828 15.4806 24.1 15.6003C24.2173 15.72 24.3762 15.7872 24.542 15.7872C24.7078 15.7872 24.8667 15.72 24.9839 15.6003C25.1012 15.4806 25.167 15.3182 25.167 15.1489V12.5957C25.1669 12.4265 25.1009 12.2643 24.9837 12.1447L19.1502 6.18723C19.0331 6.0675 18.8743 6.00015 18.7086 6H8.70838C8.3216 6 7.95066 6.15691 7.67717 6.43622C7.40367 6.71553 7.25002 7.09436 7.25002 7.48936V15.1489C7.25002 15.3182 7.31587 15.4806 7.43308 15.6003C7.5503 15.72 7.70927 15.7872 7.87503 15.7872ZM19.3336 8.17872L23.0336 11.9574H19.3336V8.17872Z' 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='M16 17.0422L8.27772 24.7645C8.14033 24.9019 7.97154 24.9755 7.77134 24.9853C7.57115 24.9951 7.39254 24.9215 7.23552 24.7645C7.07851 24.6075 7 24.4338 7 24.2434C7 24.053 7.07851 23.8793 7.23552 23.7223L14.9578 16L7.23552 8.27772C7.09814 8.14033 7.02453 7.97154 7.01472 7.77134C7.00491 7.57115 7.07851 7.39254 7.23552 7.23552C7.39254 7.07851 7.56624 7 7.75662 7C7.94701 7 8.12071 7.07851 8.27772 7.23552L16 14.9578L23.7223 7.23552C23.8597 7.09814 24.0285 7.02453 24.2287 7.01472C24.4289 7.00491 24.6075 7.07851 24.7645 7.23552C24.9215 7.39254 25 7.56624 25 7.75662C25 7.94701 24.9215 8.12071 24.7645 8.27772L17.0422 16L24.7645 23.7223C24.9019 23.8597 24.9755 24.0285 24.9853 24.2287C24.9951 24.4289 24.9215 24.6075 24.7645 24.7645C24.6075 24.9215 24.4338 25 24.2434 25C24.053 25 23.8793 24.9215 23.7223 24.7645L16 17.0422Z' 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='M7.46686 25.2524C7.28043 25.2524 7.12463 25.1893 6.99947 25.0631C6.8743 24.9369 6.81129 24.7815 6.81041 24.597C6.80953 24.4125 6.87255 24.2576 6.99947 24.1323C7.12638 24.007 7.28218 23.9448 7.46686 23.9456H8.93204V13.6029C8.93204 11.8971 9.47471 10.3972 10.56 9.10311C11.6454 7.80901 13.0213 7.0027 14.6878 6.68418V5.97143C14.6878 5.60852 14.8151 5.30045 15.0698 5.0472C15.3245 4.79308 15.6339 4.66602 15.998 4.66602C16.3621 4.66602 16.6724 4.79308 16.9289 5.0472C17.1853 5.30132 17.3136 5.60939 17.3136 5.97143V6.68418C18.9801 7.00183 20.356 7.80814 21.4413 9.10311C22.5266 10.3981 23.0693 11.898 23.0693 13.6029V23.9456H24.5345C24.7209 23.9456 24.8767 24.0083 25.0019 24.1336C25.1279 24.2589 25.1909 24.4143 25.1909 24.5997C25.1909 24.785 25.1279 24.9399 25.0019 25.0644C24.8758 25.1888 24.72 25.2511 24.5345 25.2511L7.46686 25.2524ZM15.9967 28.666C15.412 28.666 14.9131 28.4593 14.5 28.0459C14.0869 27.6326 13.8803 27.1365 13.8803 26.5578H18.121C18.121 27.1409 17.9131 27.6378 17.4974 28.0486C17.0807 28.4593 16.5805 28.666 15.9967 28.666ZM10.2449 23.947H21.7577V13.6029C21.7577 12.0164 21.1971 10.6657 20.0759 9.55087C18.9547 8.43605 17.5963 7.87907 16.0007 7.87994C14.4051 7.88081 13.0467 8.43779 11.9254 9.55087C10.8042 10.6639 10.2441 12.0146 10.2449 13.6029V23.947ZM5.15617 13.5781C4.96011 13.5781 4.7995 13.5076 4.67433 13.3666C4.54917 13.2265 4.4914 13.055 4.50103 12.8523C4.59206 11.4711 4.91722 10.167 5.47651 8.93993C6.03493 7.71285 6.76796 6.62718 7.67561 5.68293C7.8244 5.54369 7.99114 5.46406 8.17582 5.44404C8.3605 5.42402 8.52023 5.48668 8.65503 5.63202C8.78982 5.77823 8.85196 5.9414 8.84146 6.12155C8.83183 6.30257 8.75218 6.46487 8.60251 6.60847C7.81565 7.43088 7.1824 8.37077 6.70275 9.42816C6.22311 10.4855 5.93821 11.6178 5.84806 12.8248C5.8218 13.0276 5.74872 13.2038 5.62881 13.3535C5.50977 13.5032 5.35222 13.5781 5.15617 13.5781ZM26.8583 13.5781C26.6535 13.5781 26.4915 13.5032 26.3725 13.3535C26.2535 13.2038 26.1804 13.0276 26.1533 12.8248C26.0622 11.6178 25.7808 10.4899 25.3091 9.44121C24.8382 8.39166 24.2097 7.45612 23.4238 6.63458C23.268 6.49185 23.1778 6.32563 23.1533 6.13591C23.1288 5.94619 23.1844 5.77823 23.32 5.63202C23.4557 5.48581 23.6194 5.42751 23.8111 5.4571C24.0027 5.48668 24.1739 5.57023 24.3244 5.70773C25.232 6.65198 25.9651 7.73373 26.5235 8.95299C27.0828 10.1714 27.4079 11.4711 27.499 12.8523C27.5086 13.055 27.4504 13.2265 27.3244 13.3666C27.1992 13.5076 27.0434 13.5781 26.857 13.5781' fill='black'/%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.0373 22.9733C16.3324 22.9733 16.5813 22.872 16.784 22.6693C16.9867 22.4667 17.088 22.2178 17.088 21.9227C17.088 21.6276 16.9858 21.3787 16.7813 21.176C16.5787 20.9733 16.3298 20.872 16.0347 20.872C15.7396 20.872 15.4907 20.9738 15.288 21.1773C15.0853 21.3809 14.9844 21.6298 14.9853 21.924C14.9853 22.2191 15.0867 22.468 15.2893 22.6707C15.4938 22.8733 15.7431 22.9747 16.0373 22.9747M16.004 28C14.3453 28 12.7853 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.6667ZM16.0827 10.3187C16.7582 10.3187 17.3396 10.528 17.8267 10.9467C18.3156 11.3653 18.56 11.8893 18.56 12.5187C18.56 13.0076 18.4222 13.4493 18.1467 13.844C17.8729 14.2387 17.5556 14.6027 17.1947 14.936C16.7378 15.3502 16.3356 15.8058 15.988 16.3027C15.6404 16.8004 15.4409 17.3484 15.3893 17.9467C15.3724 18.1209 15.4271 18.2667 15.5533 18.384C15.6778 18.5004 15.8244 18.5587 15.9933 18.5587C16.172 18.5587 16.3227 18.4991 16.4453 18.38C16.5671 18.26 16.6444 18.1187 16.6773 17.956C16.7662 17.5071 16.9449 17.1076 17.2133 16.7573C17.4809 16.408 17.7751 16.0773 18.096 15.7653C18.5573 15.3067 18.9667 14.8067 19.324 14.2653C19.6822 13.7249 19.8613 13.1218 19.8613 12.456C19.8613 11.4773 19.4898 10.6693 18.7467 10.032C18.0044 9.39556 17.1333 9.07733 16.1333 9.07733C15.392 9.07733 14.7018 9.25067 14.0627 9.59733C13.4244 9.944 12.9138 10.424 12.5307 11.0373C12.4436 11.1849 12.4156 11.3373 12.4467 11.4947C12.4778 11.652 12.5622 11.7716 12.7 11.8533C12.876 11.9458 13.0538 11.9671 13.2333 11.9173C13.4129 11.8676 13.5711 11.7644 13.708 11.608C14.004 11.24 14.3524 10.9333 14.7533 10.688C15.1533 10.4409 15.5964 10.3187 16.0827 10.3187Z' 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.2 22C16.3902 22 16.5489 21.936 16.676 21.808C16.8031 21.68 16.8667 21.5218 16.8667 21.3333V15.3333C16.8667 15.144 16.8027 14.9858 16.6747 14.8587C16.5467 14.7316 16.388 14.6676 16.1987 14.6667C16.0093 14.6658 15.8511 14.7298 15.724 14.8587C15.5969 14.9876 15.5333 15.1458 15.5333 15.3333V21.3333C15.5333 21.5227 15.5973 21.6809 15.7253 21.808C15.8533 21.9351 16.012 21.9991 16.2013 22M16.2 12.7693C16.4329 12.7693 16.628 12.6907 16.7853 12.5333C16.9427 12.376 17.0209 12.1813 17.02 11.9493C17.0191 11.7173 16.9405 11.5222 16.784 11.364C16.6276 11.2058 16.4329 11.1271 16.2 11.128C15.9671 11.1289 15.7725 11.2076 15.616 11.364C15.4596 11.5204 15.3809 11.7156 15.38 11.9493C15.3791 12.1831 15.4578 12.3778 15.616 12.5333C15.7742 12.6889 15.9689 12.7676 16.2 12.7693ZM16.204 28C14.5445 28 12.9845 27.6853 11.524 27.056C10.0636 26.4258 8.7929 25.5707 7.71201 24.4907C6.63112 23.4107 5.77556 22.1413 5.14534 20.6827C4.51512 19.224 4.20001 17.6644 4.20001 16.004C4.20001 14.3436 4.51512 12.7836 5.14534 11.324C5.77468 9.86356 6.62845 8.59289 7.70668 7.512C8.7849 6.43111 10.0547 5.57556 11.516 4.94533C12.9773 4.31511 14.5373 4 16.196 4C17.8547 4 19.4147 4.31511 20.876 4.94533C22.3365 5.57467 23.6071 6.42889 24.688 7.508C25.7689 8.58711 26.6245 9.85689 27.2547 11.3173C27.8849 12.7778 28.2 14.3373 28.2 15.996C28.2 17.6547 27.8853 19.2147 27.256 20.676C26.6267 22.1373 25.7716 23.408 24.6907 24.488C23.6098 25.568 22.3405 26.4236 20.8827 27.0547C19.4249 27.6858 17.8653 28.0009 16.204 28ZM16.2 26.6667C19.1778 26.6667 21.7 25.6333 23.7667 23.5667C25.8333 21.5 26.8667 18.9778 26.8667 16C26.8667 13.0222 25.8333 10.5 23.7667 8.43333C21.7 6.36667 19.1778 5.33333 16.2 5.33333C13.2222 5.33333 10.7 6.36667 8.63334 8.43333C6.56667 10.5 5.53334 13.0222 5.53334 16C5.53334 18.9778 6.56667 21.5 8.63334 23.5667C10.7 25.6333 13.2222 26.6667 16.2 26.6667Z' 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.0827 19.3227L10.7547 15.9947C10.6293 15.8702 10.476 15.8036 10.2947 15.7947C10.1133 15.7858 9.952 15.8524 9.81067 15.9947C9.66933 16.1369 9.59822 16.2942 9.59733 16.4667C9.59644 16.6391 9.66756 16.7964 9.81067 16.9387L13.328 20.456C13.5431 20.672 13.7942 20.78 14.0813 20.78C14.3684 20.78 14.62 20.672 14.836 20.456L22.1387 13.1547C22.2631 13.0293 22.3298 12.876 22.3387 12.6947C22.3476 12.5133 22.2809 12.352 22.1387 12.2107C21.9964 12.0693 21.8391 11.9982 21.6667 11.9973C21.4942 11.9964 21.3369 12.0676 21.1947 12.2107L14.0827 19.3227ZM16.004 28C14.3453 28 12.7853 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='%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.944L20.328 21.272C20.4524 21.3964 20.6053 21.4631 20.7867 21.472C20.968 21.4809 21.1298 21.4142 21.272 21.272C21.4142 21.1298 21.4853 20.9724 21.4853 20.8C21.4853 20.6276 21.4142 20.4702 21.272 20.328L16.944 16L21.272 11.672C21.3964 11.5476 21.4631 11.3947 21.472 11.2133C21.4809 11.032 21.4142 10.8702 21.272 10.728C21.1298 10.5858 20.9724 10.5147 20.8 10.5147C20.6276 10.5147 20.4702 10.5858 20.328 10.728L16 15.056L11.672 10.728C11.5476 10.6036 11.3947 10.5369 11.2133 10.528C11.032 10.5191 10.8702 10.5858 10.728 10.728C10.5858 10.8702 10.5147 11.0276 10.5147 11.2C10.5147 11.3724 10.5858 11.5298 10.728 11.672L15.056 16L10.728 20.328C10.6036 20.4524 10.5369 20.6058 10.528 20.788C10.5191 20.9684 10.5858 21.1298 10.728 21.272C10.8702 21.4142 11.0276 21.4853 11.2 21.4853C11.3724 21.4853 11.5298 21.4142 11.672 21.272L16 16.944ZM16.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='%23EE312F'/%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.9493C16.2329 21.9493 16.428 21.8707 16.5853 21.7133C16.7418 21.556 16.82 21.3609 16.82 21.128C16.82 20.896 16.7413 20.7013 16.584 20.544C16.4267 20.3867 16.232 20.3076 16 20.3067C15.768 20.3058 15.5733 20.3844 15.416 20.5427C15.2587 20.7009 15.18 20.8956 15.18 21.1267C15.18 21.3578 15.2587 21.5529 15.416 21.712C15.5733 21.8711 15.768 21.9511 16 21.9493ZM16 17.5373C16.1902 17.5373 16.3489 17.4733 16.476 17.3453C16.6031 17.2173 16.6667 17.0591 16.6667 16.8707V10.204C16.6667 10.0147 16.6027 9.85644 16.4747 9.72933C16.3467 9.60222 16.188 9.53822 15.9987 9.53733C15.8093 9.53644 15.6511 9.60044 15.524 9.72933C15.3969 9.85822 15.3333 10.0164 15.3333 10.204V16.8707C15.3333 17.0591 15.3973 17.2173 15.5253 17.3453C15.6533 17.4733 15.812 17.5373 16.0013 17.5373M16.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='%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='M10.5489 26.5C9.94636 26.5 9.43065 26.2892 9.00179 25.8675C8.57203 25.4467 8.35715 24.9406 8.35715 24.3494V7.85701H7.67858C7.48587 7.85701 7.32482 7.79309 7.19544 7.66525C7.06606 7.53741 7.00091 7.37895 7.00001 7.18985C6.9991 7.00076 7.06425 6.84274 7.19544 6.71579C7.32663 6.58884 7.48768 6.52536 7.67858 6.52536H12.4286C12.4286 6.25016 12.5326 6.01046 12.7407 5.80628C12.9488 5.60209 13.1931 5.5 13.4736 5.5H19.5264C19.8069 5.5 20.0512 5.60209 20.2593 5.80628C20.4674 6.01046 20.5714 6.25016 20.5714 6.52536H25.3214C25.5141 6.52536 25.6752 6.58928 25.8046 6.71712C25.9349 6.84496 26 7.00342 26 7.19252C26 7.38072 25.9349 7.53874 25.8046 7.66658C25.6743 7.79442 25.5132 7.85789 25.3214 7.85701H24.6429V24.3494C24.6429 24.9406 24.428 25.4467 23.9982 25.8675C23.5694 26.2892 23.0536 26.5 22.4511 26.5H10.5489ZM23.2857 7.85701H9.71429V24.3494C9.71429 24.5882 9.79256 24.7844 9.94908 24.938C10.1056 25.0916 10.3056 25.1684 10.5489 25.1684H22.4511C22.6945 25.1684 22.8944 25.0916 23.0509 24.938C23.2075 24.7844 23.2857 24.5882 23.2857 24.3494V7.85701ZM14.2037 22.5051C14.3964 22.5051 14.5575 22.4412 14.6869 22.3133C14.8162 22.1855 14.8814 22.0275 14.8823 21.8393V11.1861C14.8823 10.997 14.8171 10.839 14.6869 10.712C14.5566 10.5851 14.3951 10.5212 14.2024 10.5203C14.0096 10.5194 13.8486 10.5833 13.7192 10.712C13.5898 10.8408 13.5251 10.9988 13.5251 11.1861V21.8393C13.5251 22.0283 13.5903 22.1864 13.7206 22.3133C13.8509 22.4403 14.0119 22.5042 14.2037 22.5051ZM18.7976 22.5051C18.9904 22.5051 19.1514 22.4412 19.2808 22.3133C19.4102 22.1855 19.4749 22.0275 19.4749 21.8393V11.1861C19.4749 10.997 19.4097 10.839 19.2794 10.712C19.1491 10.5851 18.9881 10.5212 18.7963 10.5203C18.6045 10.5194 18.4434 10.5833 18.3131 10.712C18.1829 10.8408 18.1177 10.9988 18.1177 11.1861V21.8393C18.1177 22.0283 18.1829 22.1864 18.3131 22.3133C18.4434 22.4403 18.6049 22.5042 18.7976 22.5051Z' 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='M14.0819 5.70703C18.7072 5.70703 22.4566 9.45662 22.4569 14.082C22.4569 16.113 21.7336 17.9748 20.5311 19.4248L26.0643 24.958C26.3695 25.2632 26.3693 25.7582 26.0643 26.0635C25.759 26.3688 25.2641 26.3688 24.9588 26.0635L19.4256 20.5303C17.9754 21.7335 16.1135 22.458 14.0819 22.458C9.45647 22.4579 5.70688 18.7076 5.70688 14.082C5.70713 9.4567 9.45662 5.70716 14.0819 5.70703ZM14.0819 7.27051C10.3201 7.27064 7.2706 10.3201 7.27036 14.082C7.27036 17.8441 10.3199 20.8944 14.0819 20.8945C17.844 20.8945 20.8944 17.8442 20.8944 14.082C20.8941 10.3201 17.8438 7.27051 14.0819 7.27051Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M10.564 6C12.839 6.00013 14.8205 7.04167 16 8.79014C17.1795 7.04167 19.161 6.00013 21.436 6C23.1762 6.0022 24.8455 6.71108 26.0758 7.97003C27.3059 9.22903 27.998 10.9356 28 12.7156C28 15.9812 26.0112 19.3724 22.1046 22.7934L22.1037 22.7944C20.3132 24.3555 18.3794 25.7358 16.329 26.9154C16.2282 26.9708 16.1145 27 16 27C15.8855 27 15.7728 26.9708 15.672 26.9154C13.6216 25.7358 11.6868 24.3555 9.89634 22.7944L9.89537 22.7934C5.98877 19.3724 4 15.9812 4 12.7156C4.00203 10.9356 4.69406 9.22903 5.92424 7.97003C7.15451 6.71108 8.82378 6.0022 10.564 6ZM21.436 7.41453C19.2463 7.41469 17.4102 8.61133 16.6404 10.5354C16.5884 10.665 16.4994 10.7763 16.3854 10.8545C16.2715 10.9326 16.1373 10.9742 16 10.9742C15.8627 10.9742 15.7285 10.9326 15.6146 10.8545C15.5006 10.7763 15.4116 10.665 15.3596 10.5354C14.5898 8.61133 12.7537 7.41469 10.564 7.41453C9.19119 7.41599 7.87444 7.97547 6.9034 8.96915C5.93246 9.96282 5.38551 11.31 5.38405 12.7156C5.38405 15.7976 7.59107 18.7258 10.0307 21.0199C12.45 23.2949 15.0893 24.9375 16 25.4765C16.9107 24.9375 19.55 23.2949 21.9693 21.0199C24.4089 18.7258 26.6159 15.7976 26.6159 12.7156C26.6145 11.31 26.0675 9.96282 25.0966 8.96915C24.1256 7.97547 22.8088 7.41599 21.436 7.41453ZM8.87436 21.804C8.98509 21.9106 9.09761 22.0174 9.2121 22.1241L9.21307 22.1231C9.08421 22.003 8.95759 21.8831 8.83348 21.7631L8.87436 21.804ZM6.82748 19.5732C6.83322 19.5805 6.83924 19.5874 6.845 19.5946C6.75486 19.4818 6.66704 19.3688 6.58123 19.2561L6.82748 19.5732ZM26.6286 12.1883C26.6371 12.2755 26.6437 12.3631 26.6481 12.451L26.6286 12.1883ZM5.13781 9.0139C5.12999 9.02588 5.12218 9.03786 5.11445 9.04989C5.12723 9.02999 5.14038 9.01032 5.15338 8.99055C5.14824 8.99837 5.14291 9.00606 5.13781 9.0139Z' 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='M21.4545 6C19.1636 6 17.1716 7.05768 16 8.83016C14.8284 7.05768 12.8364 6 10.5455 6C8.81011 6.00207 7.14642 6.70876 5.91935 7.96504C4.69228 9.22131 4.00202 10.9246 4 12.7012C4 15.9625 5.98545 19.3567 9.90182 22.7877C11.6964 24.3533 13.6349 25.7373 15.6902 26.9202C15.7854 26.9726 15.8919 27 16 27C16.1081 27 16.2146 26.9726 16.3098 26.9202C18.3651 25.7373 20.3036 24.3533 22.0982 22.7877C26.0145 19.3567 28 15.9625 28 12.7012C27.998 10.9246 27.3077 9.22131 26.0807 7.96504C24.8536 6.70876 23.1899 6.00207 21.4545 6Z' 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.69179 27C8.0675 27 7.54636 26.7947 7.12836 26.384C6.71036 25.9733 6.5009 25.4609 6.5 24.8467V10.4867C6.5 9.87333 6.70945 9.36133 7.12836 8.95067C7.54726 8.54 8.0684 8.33422 8.69179 8.33333H11.25V7.66667C11.25 6.37067 11.7119 5.26889 12.6356 4.36133C13.5594 3.45378 14.6809 3 16 3C17.3191 3 18.4406 3.45378 19.3644 4.36133C20.2881 5.26889 20.75 6.37067 20.75 7.66667V8.33333H23.3082C23.9325 8.33333 24.4536 8.53911 24.8716 8.95067C25.2896 9.36222 25.4991 9.87422 25.5 10.4867V24.8467C25.5 25.46 25.291 25.972 24.873 26.3827C24.455 26.7933 23.9334 26.9991 23.3082 27H8.69179ZM8.69179 25.6667H23.3082C23.5163 25.6667 23.7077 25.5813 23.8823 25.4107C24.0569 25.24 24.1438 25.052 24.1429 24.8467V10.4867C24.1429 10.2822 24.056 10.0942 23.8823 9.92267C23.7086 9.75111 23.5172 9.66578 23.3082 9.66667H20.75V13C20.75 13.1893 20.6853 13.348 20.5559 13.476C20.4265 13.604 20.265 13.6676 20.0714 13.6667C19.8778 13.6658 19.7163 13.6022 19.5869 13.476C19.4575 13.3498 19.3929 13.1911 19.3929 13V9.66667H12.6071V13C12.6071 13.1893 12.5425 13.348 12.4131 13.476C12.2837 13.604 12.1222 13.6676 11.9286 13.6667C11.735 13.6658 11.5735 13.6022 11.4441 13.476C11.3147 13.3498 11.25 13.1911 11.25 13V9.66667H8.69179C8.48369 9.66667 8.29233 9.752 8.11771 9.92267C7.9431 10.0933 7.85624 10.2813 7.85714 10.4867V24.8467C7.85714 25.0511 7.944 25.2391 8.11771 25.4107C8.29143 25.5822 8.48279 25.6676 8.69179 25.6667ZM12.6071 8.33333H19.3929V7.66667C19.3929 6.728 19.0662 5.93778 18.413 5.296C17.7598 4.65422 16.9554 4.33333 16 4.33333C15.0446 4.33333 14.2402 4.65422 13.587 5.296C12.9338 5.93778 12.6071 6.728 12.6071 7.66667V8.33333Z' 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.69179 27C8.0675 27 7.54636 26.7947 7.12836 26.384C6.71036 25.9733 6.5009 25.4609 6.5 24.8467V10.4867C6.5 9.87333 6.70945 9.36133 7.12836 8.95067C7.54726 8.54 8.0684 8.33422 8.69179 8.33333H11.25V7.66667C11.25 6.37067 11.7119 5.26889 12.6356 4.36133C13.5594 3.45378 14.6809 3 16 3C17.3191 3 18.4406 3.45378 19.3644 4.36133C20.2881 5.26889 20.75 6.37067 20.75 7.66667V8.33333H23.3082C23.9325 8.33333 24.4536 8.53911 24.8716 8.95067C25.2896 9.36222 25.4991 9.87422 25.5 10.4867V24.8467C25.5 25.46 25.291 25.972 24.873 26.3827C24.455 26.7933 23.9334 26.9991 23.3082 27H8.69179ZM12.6071 8.33333H19.3929V7.66667C19.3929 6.728 19.0662 5.93778 18.413 5.296C17.7598 4.65422 16.9554 4.33333 16 4.33333C15.0446 4.33333 14.2402 4.65422 13.587 5.296C12.9338 5.93778 12.6071 6.728 12.6071 7.66667V8.33333ZM20.0714 13.6667C20.2641 13.6667 20.4256 13.6031 20.5559 13.476C20.6862 13.3489 20.7509 13.1902 20.75 13V9.66667H19.3929V13C19.3929 13.1893 19.4575 13.348 19.5869 13.476C19.7163 13.604 19.8778 13.6676 20.0714 13.6667ZM11.9286 13.6667C12.1213 13.6667 12.2828 13.6031 12.4131 13.476C12.5434 13.3489 12.608 13.1902 12.6071 13V9.66667H11.25V13C11.25 13.1893 11.3147 13.348 11.4441 13.476C11.5735 13.604 11.735 13.6676 11.9286 13.6667Z' 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 2.5C17.3186 2.5 18.4404 2.95377 19.3641 3.86133C20.2879 4.76888 20.7498 5.87099 20.7498 7.16699V7.83301H23.3083C23.9324 7.83308 24.4539 8.03872 24.8718 8.4502C25.2897 8.86168 25.499 9.37403 25.5 9.98633V24.3467C25.5 24.96 25.2908 25.4721 24.8728 25.8828C24.4549 26.2934 23.9333 26.499 23.3083 26.5H8.69173C8.06747 26.5 7.54619 26.2945 7.1282 25.8838C6.71033 25.4732 6.50091 24.9608 6.5 24.3467V9.98633C6.50008 9.37315 6.70938 8.86079 7.1282 8.4502C7.54706 8.03964 8.06845 7.8339 8.69173 7.83301H11.2502V7.16699C11.2502 5.87099 11.7121 4.76888 12.6359 3.86133C13.5595 2.95396 14.6806 2.50008 15.9995 2.5ZM19.4963 16.5C19.349 16.5001 19.2214 16.557 19.1137 16.6709L14.8316 21.2373L12.8804 19.1611C12.774 19.0472 12.6461 18.9903 12.4957 18.9902C12.3453 18.9902 12.2134 19.0471 12.1011 19.1611C11.9795 19.2907 11.9228 19.4301 11.9301 19.5791C11.9375 19.7283 11.994 19.8608 12.1011 19.9756L14.2093 22.2168C14.3869 22.4058 14.5946 22.5 14.8316 22.5C15.0686 22.5 15.2762 22.406 15.4538 22.2178L19.8999 17.5078C20.0078 17.3938 20.0643 17.2537 20.0709 17.0889C20.0773 16.9243 20.0208 16.7848 19.8999 16.6709C19.7788 16.5569 19.6438 16.5 19.4963 16.5ZM11.2502 12.5C11.2502 12.6893 11.3148 12.8476 11.4441 12.9756C11.5734 13.1035 11.7347 13.1678 11.9281 13.167C12.1209 13.167 12.2829 13.1027 12.4132 12.9756C12.5433 12.8485 12.6079 12.6901 12.607 12.5V9.16699H11.2502V12.5ZM19.393 12.5C19.393 12.6893 19.4575 12.8476 19.5868 12.9756C19.7161 13.1035 19.8774 13.1678 20.0709 13.167C20.2636 13.167 20.4256 13.1027 20.5559 12.9756C20.686 12.8485 20.7507 12.6901 20.7498 12.5V9.16699H19.393V12.5ZM15.9995 3.83301C15.0443 3.83308 14.2402 4.1543 13.5871 4.7959C12.9339 5.43768 12.607 6.22833 12.607 7.16699V7.83301H19.393V7.16699C19.393 6.22833 19.0661 5.43768 18.4129 4.7959C17.7597 4.15412 16.9549 3.83301 15.9995 3.83301Z' 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.2436H4.66668C4.47734 20.2436 4.31868 20.1801 4.19068 20.053C4.06268 19.9259 3.99912 19.7672 4.00001 19.577C4.0009 19.3868 4.06445 19.2281 4.19068 19.101C4.31868 18.9739 4.47734 18.9103 4.66668 18.9103H13.8493L10.196 15.257C10.0707 15.1325 10.004 14.9805 9.99601 14.801C9.98801 14.6214 10.0547 14.4588 10.196 14.313C10.3427 14.1663 10.5009 14.093 10.6707 14.093C10.8405 14.093 10.9991 14.1663 11.1467 14.313L15.656 18.8236C15.7725 18.9392 15.8542 19.0579 15.9013 19.1796C15.9485 19.3014 15.972 19.4339 15.972 19.577C15.972 19.7201 15.9485 19.8525 15.9013 19.9743C15.8542 20.0961 15.7725 20.2148 15.656 20.3303L11.1387 24.849C11.0089 24.9788 10.856 25.0468 10.68 25.053C10.504 25.0592 10.3422 24.9885 10.1947 24.841C10.0525 24.6943 9.98045 24.537 9.97868 24.369C9.9769 24.201 10.0489 24.0436 10.1947 23.897L13.8493 20.2436ZM18.1507 13.0903L21.804 16.7436C21.9293 16.8681 21.996 17.0196 22.004 17.1983C22.012 17.377 21.9453 17.5401 21.804 17.6876C21.6573 17.8343 21.4991 17.9076 21.3293 17.9076C21.1596 17.9076 21.0009 17.8343 20.8533 17.6876L16.344 13.177C16.2276 13.0614 16.1458 12.9428 16.0987 12.821C16.0516 12.6992 16.028 12.5668 16.028 12.4236C16.028 12.2805 16.0516 12.1481 16.0987 12.0263C16.1458 11.9045 16.2276 11.7854 16.344 11.669L20.8613 7.15164C20.9911 7.02187 21.144 6.95387 21.32 6.94764C21.496 6.94142 21.6578 7.01209 21.8053 7.15964C21.9476 7.30631 22.0196 7.4632 22.0213 7.63031C22.0231 7.79742 21.9511 7.95475 21.8053 8.10231L18.152 11.7556H27.3333C27.5227 11.7556 27.6813 11.8196 27.8093 11.9476C27.9373 12.0756 28.0009 12.2343 28 12.4236C27.9991 12.613 27.9356 12.7712 27.8093 12.8983C27.6813 13.0263 27.5227 13.0903 27.3333 13.0903H18.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.2436H5.41668C5.22734 20.2436 5.06868 20.1801 4.94068 20.053C4.81268 19.9259 4.74912 19.7672 4.75001 19.577C4.7509 19.3868 4.81445 19.2281 4.94068 19.101C5.06868 18.9739 5.22734 18.9103 5.41668 18.9103H10.746L10.746 14.801C10.738 14.6214 10.8047 14.4588 10.946 14.313C11.0927 14.1663 11.2509 14.093 11.4207 14.093C11.5905 14.093 11.7491 14.1663 11.8967 14.313L16.406 18.8236C16.5225 18.9392 16.6042 19.0579 16.6513 19.1796C16.6985 19.3014 16.722 19.4339 16.722 19.577C16.722 19.7201 16.6985 19.8525 16.6513 19.9743C16.6042 20.0961 16.5225 20.2148 16.406 20.3303L11.8887 24.849C11.7589 24.9788 11.606 25.0468 11.43 25.053C11.254 25.0592 11.0922 24.9885 10.9447 24.841C10.8025 24.6943 10.7305 24.537 10.7287 24.369C10.7151 23.085 10.7287 20.2436 10.7287 20.2436ZM22.754 13.0903V17.1983C22.762 17.377 22.6953 17.5401 22.554 17.6876C22.4073 17.8343 22.2491 17.9076 22.0793 17.9076C21.9096 17.9076 21.7509 17.8343 21.6033 17.6876L17.094 13.177C16.9776 13.0614 16.8958 12.9428 16.8487 12.821C16.8016 12.6992 16.778 12.5668 16.778 12.4236C16.778 12.2805 16.8016 12.1481 16.8487 12.0263C16.8958 11.9045 16.9776 11.7854 17.094 11.669L21.6113 7.15164C21.7411 7.02187 21.894 6.95387 22.07 6.94764C22.246 6.94142 22.4078 7.01209 22.5553 7.15964C22.6976 7.30631 22.7696 7.4632 22.7713 7.63031V11.7556H28.0833C28.2727 11.7556 28.4313 11.8196 28.5593 11.9476C28.6873 12.0756 28.7509 12.2343 28.75 12.4236C28.7491 12.613 28.6856 12.7712 28.5593 12.8983C28.4313 13.0263 28.2727 13.0903 28.0833 13.0903H22.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 27.7483C18.6494 25.4186 20.7435 23.0495 22.2824 20.641C23.8213 18.2326 24.5908 16.1487 24.5908 14.3896C24.5908 11.7846 23.7748 9.63435 22.1429 7.93882C20.5091 6.24425 18.4615 5.39696 16 5.39696C13.5385 5.39696 11.4909 6.24425 9.85711 7.93882C8.22333 9.6334 7.40737 11.7837 7.40925 14.3896C7.40925 16.1478 8.1787 18.2316 9.71759 20.641C11.2565 23.0505 13.3506 25.4196 16 27.7483ZM16 29C15.7792 29 15.5584 28.9634 15.3377 28.8904C15.1169 28.8173 14.9139 28.6986 14.7289 28.5343C13.7264 27.603 12.7099 26.5659 11.6793 25.4229C10.6496 24.2808 9.71478 23.0975 8.87487 21.8728C8.03496 20.6482 7.34537 19.3983 6.8061 18.1234C6.26683 16.8484 5.99813 15.6038 6.00001 14.3896C6.00001 11.3773 6.97051 8.89291 8.91151 6.93632C10.8534 4.97877 13.2163 4 16 4C18.7837 4 21.1466 4.97877 23.0885 6.93632C25.0295 8.89291 26 11.3773 26 14.3896C26 15.6038 25.7313 16.8441 25.1939 18.1106C24.6565 19.376 23.9716 20.6254 23.1392 21.8586C22.3078 23.0927 21.3772 24.2765 20.3475 25.4101C19.3178 26.5436 18.3008 27.576 17.2965 28.5073C17.1171 28.6715 16.9132 28.7949 16.6849 28.8775C16.4557 28.9592 16.2269 29 15.9986 29M16.0042 16.4331C16.6309 16.4331 17.1664 16.2071 17.6108 15.7552C18.0542 15.3043 18.2759 14.7618 18.2759 14.1276C18.2759 13.4934 18.0523 12.9523 17.6051 12.5042C17.1579 12.0561 16.621 11.8321 15.9944 11.8321C15.3677 11.8321 14.8322 12.058 14.3878 12.5099C13.9434 12.9618 13.7217 13.5043 13.7227 14.1376C13.7236 14.7708 13.9467 15.3119 14.3921 15.7609C14.8374 16.21 15.3748 16.434 16.0042 16.4331Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 29C15.7792 29 15.5584 28.9634 15.3377 28.8904C15.1169 28.8173 14.9139 28.6986 14.7289 28.5343C13.7264 27.603 12.7099 26.5659 11.6793 25.4229C10.6496 24.2808 9.71478 23.0975 8.87487 21.8728C8.03496 20.6482 7.34537 19.3983 6.8061 18.1234C6.26683 16.8484 5.99813 15.6038 6.00001 14.3896C6.00001 11.3773 6.97051 8.89291 8.91151 6.93632C10.8534 4.97877 13.2163 4 16 4C18.7837 4 21.1466 4.97877 23.0885 6.93632C25.0295 8.89291 26 11.3773 26 14.3896C26 15.6038 25.7313 16.8441 25.1939 18.1106C24.6565 19.376 23.9716 20.6254 23.1392 21.8586C22.3078 23.0927 21.3772 24.2765 20.3475 25.4101C19.3178 26.5436 18.3008 27.576 17.2965 28.5073C17.1171 28.6715 16.9132 28.7949 16.6849 28.8775C16.4559 28.9591 16.2281 28.9999 16 29ZM17.6108 15.7552C17.1664 16.2071 16.6309 16.4331 16.0042 16.4331C15.3748 16.434 14.8374 16.21 14.3921 15.7609C13.9467 15.3119 13.7236 14.7708 13.7227 14.1376C13.7217 13.5043 13.9434 12.9618 14.3878 12.5099C14.8322 12.058 15.3677 11.8321 15.9944 11.8321C16.621 11.8321 17.1579 12.0561 17.6051 12.5042C18.0523 12.9523 18.2759 13.4934 18.2759 14.1276C18.2759 14.7618 18.0542 15.3043 17.6108 15.7552Z' 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='M15.3125 16.7858V5.68096C15.3125 5.48757 15.378 5.32596 15.5091 5.19612C15.6402 5.06629 15.8038 5.00092 16 5.00001C16.1962 4.9991 16.3598 5.06447 16.4909 5.19612C16.622 5.32777 16.6875 5.48938 16.6875 5.68096V16.7858C16.6875 16.9801 16.622 17.1422 16.4909 17.272C16.3598 17.4018 16.1962 17.4668 16 17.4668C15.8038 17.4668 15.6402 17.4018 15.5091 17.272C15.378 17.1422 15.3125 16.9801 15.3125 16.7858ZM16 27C14.4802 27 13.0534 26.7158 11.7196 26.1475C10.3859 25.5791 9.21942 24.8001 8.22025 23.8105C7.22108 22.8208 6.43458 21.665 5.86075 20.3431C5.28692 19.0211 5 17.6084 5 16.1049C5 14.6086 5.29975 13.1918 5.89925 11.8544C6.49875 10.517 7.33108 9.33264 8.39625 8.30123C8.54842 8.14053 8.7235 8.05428 8.9215 8.04247C9.1195 8.03158 9.29733 8.10421 9.455 8.26038C9.60075 8.40474 9.65804 8.56816 9.62687 8.75066C9.59479 8.93315 9.50542 9.10203 9.35875 9.25728C8.39808 10.1198 7.66017 11.144 7.145 12.3297C6.62983 13.5155 6.37317 14.7738 6.375 16.1049C6.375 18.7379 7.31458 20.985 9.19375 22.8462C11.0729 24.7075 13.3417 25.6381 16 25.6381C18.6812 25.6381 20.956 24.7075 22.8241 22.8462C24.6923 20.985 25.6259 18.7379 25.625 16.1049C25.625 14.7748 25.3734 13.5168 24.8701 12.3311C24.3669 11.1453 23.6349 10.1212 22.6742 9.25864C22.523 9.10339 22.4267 8.93451 22.3855 8.75202C22.3442 8.56953 22.3974 8.4061 22.545 8.26174C22.7008 8.10558 22.8796 8.03294 23.0812 8.04384C23.2829 8.05473 23.4594 8.14098 23.6106 8.3026C24.6941 9.33309 25.5301 10.517 26.1186 11.8544C26.7062 13.1918 27 14.6086 27 16.1049C27 17.6102 26.7131 19.0234 26.1393 20.3444C25.5654 21.6655 24.7798 22.8208 23.7825 23.8105C22.7852 24.8001 21.6201 25.5791 20.2873 26.1475C18.9544 26.7158 17.5253 27 16 27Z' 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='M16 19.1905C17.4928 19.1894 18.9843 19.37 20.4746 19.7325C21.9652 20.095 23.4563 20.637 24.9463 21.3575C25.5753 21.6682 26.0742 22.1031 26.4443 22.6641C26.7683 23.1552 26.9492 23.6756 26.9902 24.2256L27 24.4639V25.4375C26.9999 25.8822 26.8511 26.2521 26.5547 26.5528C26.2586 26.8529 25.8938 27.0019 25.4541 27H6.54688C6.10782 27 5.74358 26.8501 5.44727 26.5508C5.1515 26.2519 5.00169 25.8832 5 25.4385V24.4649C5 23.8242 5.18451 23.2242 5.55469 22.6641C5.92474 22.1043 6.42288 21.6683 7.05176 21.3565L7.05273 21.3575C8.54361 20.635 10.034 20.0928 11.5244 19.7325C13.0149 19.3721 14.507 19.1915 16 19.1905ZM16 20.5899C14.5817 20.5888 13.1749 20.7598 11.7803 21.1036C10.3862 21.4472 9.03255 21.9383 7.72168 22.5782L7.71875 22.5801C7.35767 22.7741 7.06262 23.0083 6.83594 23.2823L6.74316 23.4014C6.50561 23.7301 6.38477 24.086 6.38477 24.4649V25.6006H25.6152V24.4629C25.6152 24.0852 25.4943 23.7299 25.2568 23.4014C25.0202 23.0742 24.6938 22.8007 24.2812 22.5801L24.2783 22.5782L23.7842 22.3448C22.628 21.8159 21.4396 21.4024 20.2197 21.1036C18.8251 20.7619 17.4184 20.591 16 20.5899Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 6.00004C17.2827 6.0054 18.3766 6.46603 19.2881 7.38188C20.1994 8.29761 20.6552 9.40441 20.6562 10.7081C20.6572 12.0115 20.2013 13.1168 19.2881 14.0303C18.3743 14.9443 17.28 15.4027 15.999 15.4122C14.7191 15.4119 13.6245 14.9525 12.7109 14.0293C11.7974 13.1059 11.3427 11.9997 11.3438 10.7061C11.3448 9.41248 11.7995 8.30547 12.7109 7.37993C13.6225 6.45456 14.7177 5.99481 16 6.00004ZM16 7.40043C15.0987 7.40264 14.3257 7.72619 13.6885 8.37016C13.0513 9.01407 12.7308 9.79525 12.7275 10.7061C12.7244 11.6174 13.0458 12.3982 13.6895 13.0411C14.3325 13.683 15.1044 14.0072 15.999 14.0118C16.8983 14.0117 17.6713 13.6869 18.3115 13.0401C18.9518 12.3931 19.2735 11.6132 19.2725 10.7061C19.2713 9.79926 18.9504 9.01819 18.3125 8.37016C17.6743 7.72212 16.9014 7.39832 16 7.40043Z' 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='M16 19.1896C17.4929 19.1885 18.9847 19.3694 20.4751 19.7318C21.9657 20.0944 23.4562 20.6362 24.9462 21.3566C25.5754 21.6674 26.074 22.1028 26.4442 22.6639C26.7682 23.1552 26.9491 23.6755 26.9901 24.2256L27 24.4632V25.4373C26.9999 25.882 26.8511 26.2517 26.5546 26.5524C26.2584 26.8526 25.8937 27.0019 25.4538 27H6.54721C6.10807 27 5.74377 26.8498 5.44741 26.5504C5.15163 26.2515 5.00169 25.883 5 25.4383V24.4642C5 23.8236 5.18465 23.2241 5.55483 22.6639C5.92491 22.1041 6.42279 21.6674 7.05178 21.3556L7.05277 21.3566C8.54377 20.6341 10.0344 20.0922 11.5249 19.7318C13.0153 19.3715 14.507 19.1906 16 19.1896Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 6.00004C17.2828 6.00537 18.377 6.46535 19.2886 7.38131C20.1999 8.29707 20.6554 9.40406 20.6564 10.7078C20.6574 12.0112 20.2018 13.1168 19.2886 14.0303C18.3748 14.9443 17.28 15.4021 15.999 15.4116C14.7191 15.4113 13.625 14.9525 12.7114 14.0293C11.7976 13.1058 11.3425 11.9996 11.3436 10.7058C11.3446 9.412 11.7998 8.30497 12.7114 7.37934C13.6229 6.45397 14.7177 5.99481 16 6.00004Z' 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.998 12.3963L8.27957 19.7901C8.1315 19.9307 7.95476 20.0003 7.74933 19.999C7.54391 19.9977 7.36783 19.9262 7.2211 19.7844C7.07437 19.6425 7.00067 19.4735 7 19.2774C6.99934 19.0812 7.0727 18.9122 7.2201 18.7704L14.8615 11.4476C15.0236 11.2929 15.2036 11.1799 15.4017 11.1083C15.5998 11.0367 15.7986 11.0006 15.998 11C16.1974 10.9994 16.3962 11.0351 16.5942 11.1073C16.7923 11.1795 16.9724 11.2926 17.1345 11.4466L24.7819 18.7694C24.9293 18.9106 25.002 19.0806 25 19.2793C24.998 19.4774 24.9233 19.6473 24.7759 19.7891C24.6285 19.931 24.4521 20.0013 24.2466 20C24.0412 19.9987 23.8648 19.9284 23.7174 19.7891L15.998 12.3963Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowdown {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.002 19.6037L23.7204 12.2099C23.8685 12.0693 24.0452 11.9997 24.2507 12.001C24.4561 12.0023 24.6322 12.0738 24.7789 12.2156C24.9256 12.3575 24.9993 12.5265 25 12.7226C25.0007 12.9188 24.9273 13.0878 24.7799 13.2296L17.1385 20.5524C16.9764 20.7071 16.7964 20.8201 16.5983 20.8917C16.4002 20.9633 16.2014 20.9994 16.002 21C15.8026 21.0006 15.6038 20.9649 15.4058 20.8927C15.2077 20.8205 15.0276 20.7074 14.8655 20.5534L7.21814 13.2306C7.07074 13.0894 6.99804 12.9194 7.00004 12.7207C7.00204 12.5226 7.07674 12.3527 7.22414 12.2109C7.37154 12.069 7.54795 11.9987 7.75337 12C7.9588 12.0013 8.13521 12.0716 8.28261 12.2109L16.002 19.6037Z' 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='M12.3963 16.002L19.7901 23.7204C19.9307 23.8685 20.0003 24.0452 19.999 24.2507C19.9977 24.4561 19.9262 24.6322 19.7844 24.7789C19.6425 24.9256 19.4735 24.9993 19.2774 25C19.0812 25.0007 18.9122 24.9273 18.7704 24.7799L11.4476 17.1385C11.2929 16.9764 11.1799 16.7964 11.1083 16.5983C11.0367 16.4002 11.0006 16.2014 11 16.002C10.9994 15.8026 11.0351 15.6038 11.1073 15.4058C11.1795 15.2077 11.2926 15.0276 11.4466 14.8655L18.7694 7.21814C18.9106 7.07074 19.0806 6.99804 19.2793 7.00004C19.4774 7.00204 19.6473 7.07674 19.7891 7.22414C19.931 7.37154 20.0013 7.54795 20 7.75337C19.9987 7.9588 19.9284 8.13521 19.7891 8.28261L12.3963 16.002Z' 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='M19.6037 15.998L12.2099 8.27957C12.0693 8.1315 11.9997 7.95476 12.001 7.74933C12.0023 7.54391 12.0738 7.36783 12.2156 7.2211C12.3575 7.07437 12.5265 7.00067 12.7226 7C12.9188 6.99934 13.0878 7.0727 13.2296 7.2201L20.5524 14.8615C20.7071 15.0235 20.8201 15.2036 20.8917 15.4017C20.9633 15.5998 20.9994 15.7986 21 15.998C21.0006 16.1974 20.9649 16.3962 20.8927 16.5942C20.8205 16.7923 20.7074 16.9724 20.5534 17.1345L13.2306 24.7819C13.0894 24.9293 12.9194 25.002 12.7207 25C12.5226 24.998 12.3527 24.9233 12.2109 24.7759C12.069 24.6285 11.9987 24.4521 12 24.2466C12.0013 24.0412 12.0716 23.8648 12.2109 23.7174L19.6037 15.998Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.9978 12.5515L7.42174 20.7668C7.25723 20.923 7.06084 21.0003 6.83259 20.9989C6.60434 20.9975 6.4087 20.918 6.24567 20.7604C6.08263 20.6028 6.00075 20.415 6.00001 20.1971C5.99926 19.9791 6.08078 19.7914 6.24456 19.6338L14.735 11.4973C14.9151 11.3255 15.1151 11.1998 15.3352 11.1203C15.5553 11.0408 15.7762 11.0007 15.9978 11C16.2193 10.9993 16.4402 11.0391 16.6603 11.1193C16.8804 11.1995 17.0805 11.3251 17.2605 11.4962L25.7576 19.6327C25.9214 19.7896 26.0022 19.9784 26 20.1992C25.9977 20.4193 25.9147 20.6081 25.751 20.7657C25.5872 20.9233 25.3912 21.0014 25.1629 21C24.9347 20.9986 24.7387 20.9205 24.5749 20.7657L15.9978 12.5515Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.002 19.1037L23.7204 11.7099C23.8685 11.5693 24.0452 11.4997 24.2507 11.501C24.4561 11.5023 24.6322 11.5738 24.7789 11.7156C24.9256 11.8575 24.9993 12.0265 25 12.2226C25.0007 12.4188 24.9273 12.5878 24.7799 12.7296L17.1385 20.0524C16.9764 20.2071 16.7964 20.3201 16.5983 20.3917C16.4002 20.4633 16.2014 20.4994 16.002 20.5C15.8026 20.5006 15.6038 20.4649 15.4058 20.3927C15.2077 20.3205 15.0276 20.2074 14.8655 20.0534L7.21814 12.7306C7.07074 12.5894 6.99804 12.4194 7.00004 12.2207C7.00204 12.0226 7.07674 11.8527 7.22414 11.7109C7.37154 11.569 7.54795 11.4987 7.75337 11.5C7.9588 11.5013 8.13521 11.5716 8.28261 11.7109L16.002 19.1037Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.8963 16.002L20.2901 23.7204C20.4307 23.8685 20.5003 24.0452 20.499 24.2507C20.4977 24.4561 20.4262 24.6322 20.2844 24.7789C20.1425 24.9256 19.9735 24.9993 19.7774 25C19.5812 25.0007 19.4122 24.9273 19.2704 24.7799L11.9476 17.1385C11.7929 16.9764 11.6799 16.7964 11.6083 16.5983C11.5367 16.4002 11.5006 16.2014 11.5 16.002C11.4994 15.8026 11.5351 15.6038 11.6073 15.4058C11.6795 15.2077 11.7926 15.0276 11.9466 14.8655L19.2694 7.21814C19.4106 7.07074 19.5806 6.99804 19.7793 7.00004C19.9774 7.00204 20.1473 7.07674 20.2891 7.22414C20.431 7.37154 20.5013 7.54795 20.5 7.75337C20.4987 7.9588 20.4284 8.13521 20.2891 8.28261L12.8963 16.002Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.1037 15.998L11.7099 8.27957C11.5693 8.1315 11.4997 7.95476 11.501 7.74933C11.5023 7.54391 11.5738 7.36783 11.7156 7.2211C11.8575 7.07437 12.0265 7.00067 12.2226 7C12.4188 6.99934 12.5878 7.0727 12.7296 7.2201L20.0524 14.8615C20.2071 15.0235 20.3201 15.2036 20.3917 15.4017C20.4633 15.5998 20.4994 15.7986 20.5 15.998C20.5006 16.1974 20.4649 16.3962 20.3927 16.5942C20.3205 16.7923 20.2074 16.9724 20.0534 17.1345L12.7306 24.7819C12.5894 24.9293 12.4194 25.002 12.2207 25C12.0226 24.998 11.8527 24.9233 11.7109 24.7759C11.569 24.6285 11.4987 24.4521 11.5 24.2466C11.5013 24.0412 11.5716 23.8648 11.7109 23.7174L19.1037 15.998Z' 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='M8.66667 12.666C8.47733 12.666 8.31911 12.602 8.192 12.474C8.064 12.346 8 12.1878 8 11.9993C8 11.8109 8.064 11.6527 8.192 11.5247C8.32 11.3967 8.47822 11.3331 8.66667 11.334H23.3333C23.5227 11.334 23.6809 11.398 23.808 11.526C23.936 11.654 24 11.8127 24 12.002C24 12.1913 23.936 12.3495 23.808 12.4767C23.68 12.6038 23.5218 12.6673 23.3333 12.6673L8.66667 12.666Z' fill='%23333333'/%3e%3cpath d='M8.66667 20.666C8.47733 20.666 8.31911 20.602 8.192 20.474C8.064 20.346 8 20.1878 8 19.9993C8 19.8109 8.064 19.6527 8.192 19.5247C8.32 19.3967 8.47822 19.3331 8.66667 19.334H23.3333C23.5227 19.334 23.6809 19.398 23.808 19.526C23.936 19.654 24 19.8127 24 20.002C24 20.1913 23.936 20.3495 23.808 20.4767C23.68 20.6038 23.5218 20.6673 23.3333 20.6673L8.66667 20.666Z' 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.334 16.6667H8.66734C8.478 16.6667 8.31978 16.6027 8.19267 16.4747C8.06467 16.3467 8.00067 16.1884 8.00067 16C8.00067 15.8116 8.06467 15.6533 8.19267 15.5253C8.32067 15.3973 8.47889 15.3338 8.66734 15.3347H15.334V8.668C15.334 8.47867 15.398 8.32044 15.526 8.19333C15.654 8.06444 15.8122 8 16.0007 8C16.1891 8 16.3473 8.064 16.4753 8.192C16.6033 8.32 16.6669 8.47822 16.666 8.66667V15.3333H23.3327C23.522 15.3333 23.6802 15.3973 23.8073 15.5253C23.9353 15.6533 23.9993 15.812 23.9993 16.0013C23.9993 16.1907 23.9353 16.3489 23.8073 16.476C23.6793 16.6031 23.5211 16.6667 23.3327 16.6667H16.666V23.3333C16.666 23.5227 16.602 23.6809 16.474 23.808C16.3469 23.936 16.1891 24 16.0007 24C15.8122 24 15.654 23.936 15.526 23.808C15.398 23.68 15.3344 23.5218 15.3353 23.3333L15.334 16.6667Z' 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='M8.66667 16.666C8.47733 16.666 8.31911 16.602 8.192 16.474C8.064 16.346 8 16.1878 8 15.9993C8 15.8109 8.064 15.6527 8.192 15.5247C8.32 15.3967 8.47822 15.3331 8.66667 15.334H23.3333C23.5227 15.334 23.6809 15.398 23.808 15.526C23.936 15.654 24 15.8127 24 16.002C24 16.1913 23.936 16.3495 23.808 16.4767C23.68 16.6038 23.5218 16.6673 23.3333 16.6673L8.66667 16.666Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-chat {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.10267 23.9326L5.83067 26.1762C5.49378 26.5088 5.10444 26.5852 4.66267 26.4053C4.22089 26.2253 4 25.8984 4 25.4244V7.62765C4 7.02113 4.20578 6.51511 4.61733 6.10959C5.02889 5.70408 5.54133 5.50088 6.15467 5.5H25.8467C26.46 5.5 26.9724 5.7032 27.384 6.10959C27.7956 6.51599 28.0009 7.02201 28 7.62765V21.8063C28 22.412 27.7947 22.918 27.384 23.3244C26.9733 23.7308 26.4609 23.9335 25.8467 23.9326H8.10267ZM7.53333 22.616H25.8467C26.0511 22.616 26.2391 22.5318 26.4107 22.3632C26.5822 22.1947 26.6676 22.0091 26.6667 21.8063V7.62634C26.6667 7.42446 26.5813 7.23881 26.4107 7.06941C26.24 6.9 26.052 6.81574 25.8467 6.81662H6.15333C5.94889 6.81662 5.76089 6.90088 5.58933 7.06941C5.41778 7.23794 5.33244 7.42358 5.33333 7.62634V24.7819L7.53333 22.616ZM9.33333 19.3245H17.3333C17.5236 19.3245 17.6822 19.2617 17.8093 19.1362C17.9364 19.0107 18 18.854 18 18.6662C18 18.4783 17.9364 18.3217 17.8093 18.1961C17.6822 18.0706 17.5236 18.0079 17.3333 18.0079H9.33333C9.144 18.0079 8.98533 18.0706 8.85733 18.1961C8.72933 18.3217 8.66578 18.4783 8.66667 18.6662C8.66755 18.854 8.73111 19.0107 8.85733 19.1362C8.98355 19.2617 9.14222 19.3245 9.33333 19.3245ZM9.33333 15.3746H22.6667C22.8569 15.3746 23.0156 15.3119 23.1427 15.1864C23.2698 15.0608 23.3333 14.9042 23.3333 14.7163C23.3333 14.5285 23.2698 14.3718 23.1427 14.2463C23.0156 14.1208 22.8569 14.058 22.6667 14.058H9.33333C9.144 14.058 8.98533 14.1208 8.85733 14.2463C8.72933 14.3718 8.66578 14.5285 8.66667 14.7163C8.66755 14.9042 8.73111 15.0608 8.85733 15.1864C8.98355 15.3119 9.14222 15.3746 9.33333 15.3746ZM9.33333 11.4248H22.6667C22.8569 11.4248 23.0156 11.362 23.1427 11.2365C23.2698 11.111 23.3333 10.9543 23.3333 10.7665C23.3333 10.5786 23.2698 10.422 23.1427 10.2964C23.0156 10.1709 22.8569 10.1082 22.6667 10.1082H9.33333C9.144 10.1082 8.98533 10.1709 8.85733 10.2964C8.72933 10.422 8.66578 10.5786 8.66667 10.7665C8.66755 10.9543 8.73111 11.111 8.85733 11.2365C8.98355 11.362 9.14222 11.4248 9.33333 11.4248Z' fill='%23333333'/%3e%3c/svg%3e ");}/* Icon deve ser apresentado na cor branco e mask-image */
body .rdc-icon-svg.rdc-icon-helpdesk {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.36 27.5C16.1698 27.5 16.0107 27.4374 15.8827 27.3123C15.7547 27.1872 15.6911 27.031 15.692 26.8438C15.6929 26.6565 15.7564 26.5003 15.8827 26.3752C16.0089 26.2501 16.1676 26.1875 16.3587 26.1875H24.5133C24.7356 26.1875 24.9276 26.1201 25.0893 25.9854C25.252 25.8506 25.3333 25.6739 25.3333 25.4551V16.4146C25.3333 13.9559 24.4151 11.9027 22.5787 10.2551C20.7413 8.60656 18.5484 7.78232 16 7.78232C13.4516 7.78232 11.2587 8.60656 9.42133 10.2551C7.58489 11.9027 6.66667 13.9559 6.66667 16.4146V23.2094C6.66667 23.3958 6.60311 23.5516 6.476 23.6767C6.34889 23.8018 6.19022 23.8648 6 23.8657C5.45511 23.8657 4.98533 23.6841 4.59067 23.321C4.19689 22.9588 4 22.5099 4 21.9744V19.5003C4 19.1083 4.12933 18.7605 4.388 18.4569C4.64756 18.1524 4.96267 17.9052 5.33333 17.7153L5.356 16.1023C5.38 14.7329 5.68222 13.4641 6.26267 12.296C6.84311 11.1279 7.61822 10.1116 8.588 9.24706C9.55778 8.38256 10.6796 7.70881 11.9533 7.22581C13.2271 6.74281 14.576 6.50088 16 6.5C17.424 6.49913 18.772 6.74063 20.044 7.2245C21.316 7.70838 22.4329 8.38125 23.3947 9.24313C24.3564 10.105 25.1276 11.12 25.708 12.2881C26.2884 13.4563 26.6004 14.725 26.644 16.0944L26.6667 17.6733C27.0204 17.8369 27.3311 18.057 27.5987 18.3335C27.8662 18.6091 28 18.9403 28 19.3271V22.1699C28 22.5567 27.8662 22.8879 27.5987 23.1635C27.3311 23.4391 27.0204 23.6588 26.6667 23.8224V25.4551C26.6667 26.0256 26.4569 26.5091 26.0373 26.9054C25.6178 27.3018 25.1098 27.5 24.5133 27.5H16.36ZM12.5133 19.0186C12.2378 19.0186 11.9978 18.9268 11.7933 18.743C11.5889 18.5593 11.4867 18.3318 11.4867 18.0605C11.4867 17.7893 11.5889 17.5574 11.7933 17.3649C11.9978 17.1724 12.2378 17.0761 12.5133 17.0761C12.7889 17.0761 13.0284 17.1724 13.232 17.3649C13.4356 17.5574 13.5378 17.7893 13.5387 18.0605C13.5396 18.3318 13.4373 18.5593 13.232 18.743C13.0267 18.9268 12.7867 19.0186 12.512 19.0186M19.488 19.0186C19.2124 19.0186 18.9724 18.9268 18.768 18.743C18.5636 18.5593 18.4613 18.3318 18.4613 18.0605C18.4613 17.7893 18.5636 17.5574 18.768 17.3649C18.9724 17.1724 19.2124 17.0761 19.488 17.0761C19.7636 17.0761 20.0031 17.1724 20.2067 17.3649C20.4102 17.5574 20.5124 17.7893 20.5133 18.0605C20.5142 18.3318 20.412 18.5593 20.2067 18.743C20.0013 18.9268 19.7613 19.0186 19.4867 19.0186M8.95733 16.9344C8.83644 14.9691 9.47956 13.2939 10.8867 11.9088C12.2929 10.5237 14.02 9.83113 16.068 9.83113C17.7889 9.83113 19.3142 10.3399 20.644 11.3576C21.9738 12.3752 22.7853 13.7118 23.0787 15.3673C21.3124 15.3454 19.6733 14.9018 18.1613 14.0364C16.6493 13.171 15.4893 11.9679 14.6813 10.427C14.3596 11.9416 13.6907 13.269 12.6747 14.4091C11.6578 15.5493 10.4187 16.391 8.95733 16.9344Z' 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='M8.4427 23.9109C8.09805 24.0537 7.77123 24.0248 7.46223 23.8242C7.15323 23.6236 6.99915 23.3318 7 22.949V17.7687L14.444 15.9999L7 14.2311V9.05082C7 8.66709 7.1545 8.37536 7.4635 8.17561C7.7725 7.97587 8.09932 7.94652 8.44398 8.08757L24.3761 15.0117C24.792 15.2088 25 15.54 25 16.0052C25 16.4695 24.792 16.7971 24.3761 16.9881L8.4427 23.9109Z' 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.621 28C7.01638 28 6.51194 27.7973 6.10769 27.3918C5.70344 26.9863 5.50087 26.4804 5.5 25.874V9.06303C5.5 8.45747 5.70256 7.95196 6.10769 7.54649C6.51281 7.14103 7.01725 6.93786 7.621 6.93698H9.94281V4.70957C9.94281 4.50508 10.0097 4.3357 10.1436 4.20142C10.2775 4.06715 10.4459 4.00001 10.6489 4.00001C10.8519 4.00001 11.0208 4.06715 11.1556 4.20142C11.2903 4.3357 11.3572 4.50508 11.3564 4.70957V6.93698H20.746V4.65954C20.746 4.47173 20.8086 4.31464 20.9337 4.18826C21.0588 4.06188 21.215 3.99913 21.4022 4.00001C21.5895 4.00089 21.7452 4.06364 21.8695 4.18826C21.9937 4.31288 22.0567 4.46954 22.0585 4.65823V6.93698H24.3803C24.9841 6.93698 25.4885 7.14015 25.8936 7.54649C26.2987 7.95283 26.5009 8.45879 26.5 9.06435V25.874C26.5 26.4795 26.2979 26.9855 25.8936 27.3918C25.4894 27.7981 24.9845 28.0009 24.379 28H7.621ZM7.621 26.6836H24.3803C24.5816 26.6836 24.7666 26.5993 24.9355 26.4308C25.1044 26.2623 25.1884 26.0762 25.1875 25.8726V14.3301H6.8125V25.874C6.8125 26.0758 6.8965 26.2614 7.0645 26.4308C7.2325 26.6002 7.41756 26.6844 7.61969 26.6836M6.8125 13.0123H25.1875V9.06303C25.1875 8.86118 25.1035 8.67556 24.9355 8.50618C24.7675 8.3368 24.582 8.25254 24.379 8.25342H7.621C7.41888 8.25342 7.23337 8.33767 7.0645 8.50618C6.89562 8.67468 6.81162 8.86074 6.8125 9.06435V13.0123ZM16 18.9877C15.7287 18.9877 15.4925 18.8867 15.2912 18.6849C15.09 18.483 14.9894 18.2461 14.9894 17.974C14.9894 17.7019 15.09 17.4654 15.2912 17.2644C15.4925 17.0635 15.7287 16.9625 16 16.9617C16.2712 16.9608 16.5075 17.0617 16.7087 17.2644C16.91 17.4672 17.0106 17.7041 17.0106 17.9753C17.0106 18.2465 16.91 18.483 16.7087 18.6849C16.5075 18.8867 16.2712 18.9877 16 18.9877ZM10.75 18.9877C10.4787 18.9877 10.2425 18.8867 10.0412 18.6849C9.84 18.483 9.73937 18.2461 9.73937 17.974C9.73937 17.7019 9.84 17.4654 10.0412 17.2644C10.2425 17.0635 10.4787 16.9625 10.75 16.9617C11.0212 16.9608 11.2575 17.0617 11.4587 17.2644C11.66 17.4672 11.7606 17.7041 11.7606 17.9753C11.7606 18.2465 11.66 18.483 11.4587 18.6849C11.2575 18.8867 11.0212 18.9877 10.75 18.9877ZM21.25 18.9877C20.9787 18.9877 20.7425 18.8867 20.5412 18.6849C20.34 18.483 20.2394 18.2461 20.2394 17.974C20.2394 17.7019 20.34 17.4654 20.5412 17.2644C20.7425 17.0635 20.9787 16.9625 21.25 16.9617C21.5212 16.9608 21.7575 17.0617 21.9587 17.2644C22.16 17.4672 22.2606 17.7041 22.2606 17.9753C22.2606 18.2465 22.16 18.483 21.9587 18.6849C21.7575 18.8867 21.5212 18.9877 21.25 18.9877ZM16 24.0507C15.7287 24.0507 15.4925 23.9498 15.2912 23.7479C15.09 23.546 14.9894 23.3091 14.9894 23.037C14.9894 22.765 15.09 22.5284 15.2912 22.3275C15.4925 22.1265 15.7287 22.0256 16 22.0247C16.2712 22.0238 16.5075 22.1247 16.7087 22.3275C16.91 22.5302 17.0106 22.7672 17.0106 23.0383C17.0106 23.3095 16.91 23.5465 16.7087 23.7492C16.5075 23.952 16.2712 24.0524 16 24.0507ZM10.75 24.0507C10.4787 24.0507 10.2425 23.9498 10.0412 23.7479C9.84 23.546 9.73937 23.3091 9.73937 23.037C9.73937 22.765 9.84 22.5284 10.0412 22.3275C10.2425 22.1265 10.4787 22.0256 10.75 22.0247C11.0212 22.0238 11.2575 22.1247 11.4587 22.3275C11.66 22.5302 11.7606 22.7672 11.7606 23.0383C11.7606 23.3095 11.66 23.5465 11.4587 23.7492C11.2575 23.952 11.0212 24.0524 10.75 24.0507ZM21.25 24.0507C20.9787 24.0507 20.7425 23.9498 20.5412 23.7479C20.34 23.546 20.2394 23.3091 20.2394 23.037C20.2394 22.765 20.34 22.5284 20.5412 22.3275C20.7425 22.1265 20.9787 22.0256 21.25 22.0247C21.5212 22.0238 21.7575 22.1247 21.9587 22.3275C22.16 22.5302 22.2606 22.7672 22.2606 23.0383C22.2606 23.3095 22.16 23.5465 21.9587 23.7492C21.7575 23.952 21.5212 24.0524 21.25 24.0507Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M15.4587 11.951C15.3007 11.951 15.1492 12.0135 15.0375 12.1246C14.9257 12.2358 14.863 12.3867 14.863 12.544C14.863 12.7012 14.9257 12.8521 15.0374 12.9633L18.0952 16.0065L15.0374 19.0496L15.0362 19.0509C14.9277 19.1627 14.8676 19.3125 14.869 19.468C14.8703 19.6236 14.933 19.7723 15.0435 19.8823C15.154 19.9922 15.3034 20.0546 15.4596 20.0559C15.6158 20.0573 15.7663 19.9975 15.8787 19.8895L18.9378 16.845L21.9957 19.8883L21.9969 19.8895C22.1093 19.9975 22.2598 20.0573 22.416 20.0559C22.5722 20.0546 22.7216 19.9922 22.8321 19.8823C22.9425 19.7723 23.0052 19.6236 23.0066 19.468C23.0079 19.3125 22.9479 19.1627 22.8393 19.0508L19.7803 16.0065L22.8381 12.9633L22.8393 12.9621C22.9479 12.8502 23.0079 12.7004 23.0066 12.5449C23.0052 12.3894 22.9425 12.2406 22.8321 12.1307C22.7216 12.0207 22.5722 11.9584 22.416 11.957C22.2598 11.9557 22.1093 12.0154 21.9969 12.1234L21.9957 12.1246L18.9378 15.1679L15.8799 12.1246C15.7681 12.0135 15.6166 11.951 15.4587 11.951Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.67163 18.4251L9.20272 23.4002C9.83122 23.9648 10.1641 24.2638 10.5517 24.4765C10.8997 24.6719 11.2742 24.8147 11.6607 24.9017C12.1004 25 12.5625 25 13.4549 25H23.5439C24.6522 25 25.4897 25 26.1566 24.9458C26.8256 24.8914 27.3316 24.7821 27.7748 24.5584C28.5428 24.1709 29.1668 23.5499 29.5562 22.7855C29.781 22.3462 29.8909 21.8426 29.9456 21.1763C30 20.5122 30 19.6777 30 18.5748V13.4252C30 12.3223 30 11.4888 29.9455 10.8251C29.8909 10.1593 29.7808 9.65528 29.5561 9.21414C29.1634 8.45248 28.5402 7.83247 27.775 7.44166C27.3336 7.21792 26.8275 7.10855 26.1581 7.05419C25.4907 7 24.6522 7 23.544 7H13.4548C12.5644 7 12.0983 7.00003 11.6606 7.09728C11.2741 7.18381 10.8186 7.31633 10.5007 7.5617C10.5007 7.5617 9.78275 8.08965 9.1432 8.66212L3.62012 13.63C3.19397 14.0127 2.86667 14.3066 2.6248 14.5628C2.37247 14.8302 2.20598 15.0637 2.11501 15.3247C1.96165 15.765 1.96167 16.2439 2.11502 16.6842C2.20499 16.9422 2.3707 17.1754 2.62284 17.4433C2.87428 17.7105 3.21862 18.0191 3.67163 18.4251ZM13.4699 8.19499H23.6386C23.6386 8.19499 25.8026 8.21118 26.0634 8.23222C26.661 8.28113 26.9921 8.37037 27.2379 8.49452C27.7784 8.77027 28.2183 9.20798 28.4954 9.74584C28.6203 9.99374 28.7099 10.3235 28.7591 10.915C28.8093 11.5227 28.8094 12.2986 28.8094 13.427V18.5661C28.8094 19.6943 28.8083 20.4733 28.7591 21.0782C28.7099 21.6741 28.6202 22.0035 28.4955 22.2471C28.2196 22.7857 27.7795 23.2236 27.2384 23.4983C26.9903 23.6227 26.659 23.712 26.0634 23.7609C25.4528 23.8109 24.6731 23.8109 23.5393 23.8109H13.4699C12.5169 23.8109 12.2061 23.8044 11.9223 23.7421C11.6468 23.6809 11.3811 23.5797 11.1357 23.4404L11.1343 23.4397C10.8828 23.3023 10.6495 23.1006 9.94158 22.4646L4.4699 17.5429C4.12058 17.2293 3.86518 16.9995 3.6716 16.8113C3.6064 16.7479 3.54822 16.6892 3.49582 16.6336C3.295 16.4192 3.25563 16.3288 3.24441 16.2953L3.244 16.2942C3.17809 16.1052 3.1781 15.8997 3.24401 15.7108L3.2444 15.7096C3.2556 15.6762 3.29493 15.5858 3.49567 15.3724C3.54823 15.3167 3.60645 15.2579 3.67157 15.1945C3.86542 15.0058 4.12051 14.7759 4.46998 14.463L9.94149 9.54137C10.6483 8.91044 10.8821 8.70728 11.1353 8.56571C11.3815 8.4275 11.6467 8.3261 11.9225 8.26476C12.2072 8.20149 12.5169 8.19499 13.4699 8.19499Z' fill='black'/%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='M15.9999 21.104C15.8312 21.104 15.6751 21.0762 15.5316 21.0207C15.3881 20.9652 15.2482 20.8688 15.112 20.7316L10.9949 16.616C10.8419 16.4631 10.7623 16.2829 10.756 16.0754C10.7497 15.868 10.8294 15.6779 10.9949 15.505C11.1688 15.3311 11.3558 15.2426 11.5559 15.2394C11.757 15.2363 11.944 15.3217 12.1169 15.4956L15.2142 18.5929V5.78573C15.2142 5.56258 15.2891 5.37558 15.4389 5.22473C15.5887 5.07387 15.7757 4.99896 15.9999 5.00001C16.2241 5.00106 16.4111 5.07596 16.5609 5.22473C16.7107 5.37349 16.7856 5.56049 16.7856 5.78573V18.5929L19.8829 15.4956C20.0358 15.3426 20.2176 15.2625 20.4282 15.2552C20.6387 15.2478 20.8304 15.3311 21.0033 15.505C21.1709 15.6779 21.2563 15.8633 21.2594 16.0613C21.2626 16.2593 21.1777 16.4442 21.0049 16.616L16.8877 20.7332C16.7515 20.8693 16.6117 20.9652 16.4682 21.0207C16.3257 21.0762 16.1696 21.104 15.9999 21.104ZM7.53931 27C6.8154 27 6.21145 26.758 5.72745 26.274C5.24345 25.79 5.00093 25.1855 4.99988 24.4606V21.4387C4.99988 21.2156 5.07478 21.0291 5.22459 20.8793C5.3744 20.7295 5.5614 20.6541 5.78559 20.653C6.00978 20.652 6.19678 20.7274 6.34659 20.8793C6.4964 21.0312 6.57131 21.2177 6.57131 21.4387V24.4606C6.57131 24.7026 6.67188 24.9247 6.87302 25.1269C7.07416 25.3291 7.29573 25.4296 7.53773 25.4286H24.462C24.703 25.4286 24.9245 25.328 25.1267 25.1269C25.3289 24.9257 25.4295 24.7036 25.4284 24.4606V21.4387C25.4284 21.2156 25.5034 21.0291 25.6532 20.8793C25.803 20.7295 25.99 20.6541 26.2142 20.653C26.4384 20.652 26.6254 20.7274 26.7752 20.8793C26.925 21.0312 26.9999 21.2177 26.9999 21.4387V24.4606C26.9999 25.1845 26.7579 25.7884 26.2739 26.2724C25.7899 26.7564 25.1854 26.999 24.4604 27H7.53931Z' 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='M16.0154 5C16.1841 5 16.3402 5.02776 16.4837 5.08329C16.6273 5.13881 16.7671 5.23519 16.9033 5.37243L21.0204 9.488C21.1734 9.64095 21.253 9.82114 21.2593 10.0286C21.2656 10.236 21.186 10.4261 21.0204 10.599C20.8465 10.7729 20.6595 10.8614 20.4594 10.8646C20.2583 10.8677 20.0713 10.7823 19.8984 10.6084L16.8012 7.51114L16.8012 20.3183C16.8012 20.5414 16.7263 20.7284 16.5764 20.8793C16.4266 21.0301 16.2396 21.105 16.0154 21.104C15.7913 21.103 15.6043 21.028 15.4544 20.8793C15.3046 20.7305 15.2297 20.5435 15.2297 20.3183L15.2297 7.51114L12.1324 10.6084C11.9795 10.7614 11.7977 10.8415 11.5872 10.8489C11.3766 10.8562 11.1849 10.7729 11.012 10.599C10.8444 10.4261 10.759 10.2407 10.7559 10.0427C10.7527 9.84471 10.8376 9.65981 11.0104 9.488L15.1276 5.37086C15.2638 5.23467 15.4036 5.13881 15.5472 5.08329C15.6896 5.02776 15.8457 5 16.0154 5Z' fill='%23333333'/%3e%3cpath d='M5.72745 26.2741C6.21145 26.7581 6.8154 27.0001 7.53931 27.0001H24.4604C25.1854 26.999 25.7899 26.7565 26.2739 26.2725C26.7579 25.7885 26.9999 25.1846 26.9999 24.4607V21.4388C26.9999 21.2178 26.925 21.0313 26.7752 20.8794C26.6254 20.7275 26.4384 20.652 26.2142 20.6531C25.99 20.6541 25.803 20.7296 25.6532 20.8794C25.5034 21.0292 25.4284 21.2157 25.4284 21.4388V24.4607C25.4295 24.7037 25.3289 24.9258 25.1267 25.1269C24.9245 25.3281 24.703 25.4287 24.462 25.4287H7.53773C7.29573 25.4297 7.07416 25.3291 6.87302 25.1269C6.67188 24.9248 6.57131 24.7027 6.57131 24.4607V21.4388C6.57131 21.2178 6.4964 21.0313 6.34659 20.8794C6.19678 20.7275 6.00978 20.652 5.78559 20.6531C5.5614 20.6541 5.3744 20.7296 5.22459 20.8794C5.07478 21.0292 4.99988 21.2157 4.99988 21.4388V24.4607C5.00093 25.1856 5.24345 25.7901 5.72745 26.2741Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-star-empty {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1L20.6971 11.2108L32 12.459L23.6 20.0178L25.8885 31L16 25.4608L6.11146 31L8.4 20.0178L0 12.459L11.3029 11.2108L16 1Z' fill='%23CCCCCC'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-star-full {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1L20.6971 11.2108L32 12.459L23.6 20.0178L25.8885 31L16 25.4608L6.11146 31L8.4 20.0178L0 12.459L11.3029 11.2108L16 1Z' fill='%23F4CC49'/%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='%23722730'/%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.0318 5C13.3124 5 11.1075 7.16447 10.9962 9.87227L10.9918 10.0871V14.8468C10.9918 17.7103 13.2312 20 16.0318 20C18.7069 20 20.8924 17.8169 21.0027 15.0651L21.0071 14.8468V10.0871C21.0071 7.28967 18.7678 5 16.0318 5ZM16.0318 6.25C18.0161 6.25 19.6777 7.88556 19.7796 9.89187L19.7846 10.0871V14.8468C19.7846 16.9963 18.0906 18.75 16.0318 18.75C13.9848 18.75 12.3213 17.1144 12.2193 15.048L12.2143 14.8468V10.0871C12.2143 7.98201 13.9295 6.25 16.0318 6.25Z' fill='%23333333'/%3e%3cpath d='M23.7046 16H23.135C22.9854 16 22.8622 16.1175 22.8554 16.2668C22.62 19.735 19.7523 22.5334 16.2604 22.651L16.0317 22.6549C12.395 22.6549 9.44248 19.8279 9.20752 16.2643C9.20028 16.1163 9.07796 16 8.92953 16H8.29696C8.12805 16 7.99316 16.1405 8.00027 16.309C8.24095 20.0981 11.178 23.2432 14.9731 23.7712L15.222 23.8019L15.3957 23.8206V25.8541H14.2427C13.903 25.8541 13.6706 26.0868 13.6706 26.427C13.6706 26.7673 13.903 27 14.2427 27H17.7568C18.1142 27 18.3928 26.7504 18.3928 26.427C18.3928 26.1037 18.1142 25.8541 17.7568 25.8541H16.6038V23.8203L16.7779 23.8018C20.7317 23.3819 23.7592 20.2005 23.9998 16.3064C24.0063 16.1391 23.8722 16 23.7046 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='M16.0317 5C18.6459 5 20.798 7.17075 20.9095 9.86737L20.914 10.0871V14.8468L20.9098 15.0651C20.8828 15.7493 20.7301 16.3983 20.4753 16.9873L19.4812 16.2096C19.6107 15.8446 19.6899 15.4539 19.7095 15.0471L19.7144 14.8468V10.0871L19.7095 9.89187C19.6095 7.88556 17.9789 6.25 16.0317 6.25C14.0332 6.25 12.3912 7.87545 12.2905 9.89092L12.2856 10.0871L12.285 10.586L11.1027 9.661C11.3168 7.04906 13.4353 5 16.0317 5Z' fill='%23333333'/%3e%3cpath d='M11.086 14.692L12.3751 15.7012C12.7477 17.4488 14.2401 18.75 16.0317 18.75C16.1105 18.75 16.1887 18.7473 16.2663 18.7421L17.5505 19.7462C17.0724 19.911 16.5618 20 16.0317 20C13.3539 20 11.199 17.8262 11.0903 15.0659L11.086 14.8468V14.692Z' fill='%23333333'/%3e%3cpath d='M9.06221 16C9.20787 16 9.3279 16.1163 9.335 16.2643C9.56558 19.8279 12.4629 22.6549 16.0316 22.6549L16.2561 22.651C17.5496 22.6066 18.7558 22.1802 19.7688 21.48L20.7174 22.2206C19.601 23.0757 18.2491 23.6411 16.7639 23.8018L16.5931 23.8203V25.8541H17.7245C18.0752 25.8541 18.3486 26.1037 18.3486 26.427C18.3486 26.7504 18.0752 27 17.7245 27H14.2761C13.9427 27 13.7147 26.7673 13.7147 26.427C13.7147 26.0868 13.9427 25.8541 14.2761 25.8541H15.4075V23.8206L14.9929 23.7712C11.2686 23.2432 8.3865 20.0981 8.15032 16.309C8.14334 16.1405 8.27572 16 8.44147 16H9.06221Z' fill='%23333333'/%3e%3cpath d='M23.8508 16.3064C23.8572 16.1391 23.7256 16 23.5611 16H23.0022C22.8554 16 22.7345 16.1175 22.7278 16.2668C22.6785 17.0057 22.5121 17.7142 22.2474 18.3729L23.1739 19.0967C23.5554 18.2346 23.7909 17.2934 23.8508 16.3064Z' fill='%23333333'/%3e%3cpath d='M29.2507 25.5721L3.53094 5.39633C3.25163 5.17723 2.85077 5.22928 2.6345 5.51274C2.41721 5.79754 2.46867 6.20777 2.7493 6.42791L28.4691 26.6037C28.7484 26.8228 29.1492 26.7707 29.3655 26.4873C29.5828 26.2025 29.5313 25.7922 29.2507 25.5721Z' 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='M6.29412 22.25V24.75V7.25V22.25ZM7.09129 26C6.51153 26 6.01804 25.8033 5.61082 25.41C5.20361 25.0167 5 24.5404 5 23.9813V8.01875C5 7.46042 5.20361 6.98417 5.61082 6.59C6.01804 6.19667 6.51153 6 7.09129 6H23.6159C24.1939 6 24.687 6.19667 25.0951 6.59C25.5023 6.98333 25.7059 7.46 25.7059 8.02V11.6975H24.4118V8.02C24.4118 7.795 24.3371 7.61042 24.1879 7.46625C24.0386 7.32208 23.848 7.25 23.6159 7.25H7.09C6.85792 7.25 6.66725 7.32208 6.518 7.46625C6.36874 7.61042 6.29412 7.795 6.29412 8.02V23.9813C6.29412 24.2054 6.36874 24.3896 6.518 24.5337C6.66725 24.6779 6.85835 24.75 7.09129 24.75H23.6159C23.848 24.75 24.0386 24.6779 24.1879 24.5337C24.3371 24.3896 24.4118 24.2054 24.4118 23.9813V20.3025H25.7059V23.9813C25.7059 24.5396 25.5023 25.0158 25.0951 25.41C24.6878 25.8033 24.1948 26 23.6159 26H7.09129ZM17.4442 21C16.8645 21 16.371 20.8033 15.9638 20.41C15.5565 20.0167 15.3529 19.5404 15.3529 18.9813V13.0187C15.3529 12.4604 15.5565 11.9842 15.9638 11.59C16.371 11.1967 16.8645 11 17.4442 11H24.91C25.488 11 25.9811 11.1967 26.3892 11.59C26.7964 11.9833 27 12.46 27 13.02V18.9813C27 19.5396 26.7964 20.0158 26.3892 20.41C25.982 20.8033 25.4889 21 24.91 21H17.4442ZM24.91 19.75C25.1421 19.75 25.3327 19.6779 25.482 19.5337C25.6313 19.3896 25.7059 19.2054 25.7059 18.9813V13.0187C25.7059 12.7946 25.6313 12.6104 25.482 12.4663C25.3327 12.3221 25.1421 12.25 24.91 12.25H17.4429C17.2109 12.25 17.0202 12.3221 16.8709 12.4663C16.7217 12.6104 16.6471 12.795 16.6471 13.02V18.9813C16.6471 19.2054 16.7217 19.3896 16.8709 19.5337C17.0202 19.6779 17.2113 19.75 17.4442 19.75H24.91ZM20.5294 17.875C21.0686 17.875 21.5272 17.6929 21.9051 17.3287C22.2829 16.9646 22.4715 16.5217 22.4706 16C22.4697 15.4783 22.2812 15.0358 21.9051 14.6725C21.5289 14.3092 21.0704 14.1267 20.5294 14.125C19.9885 14.1233 19.5304 14.3058 19.1551 14.6725C18.7798 15.0392 18.5908 15.4817 18.5882 16C18.5856 16.5183 18.7746 16.9612 19.1551 17.3287C19.5355 17.6962 19.9936 17.8783 20.5294 17.875Z' fill='%23333333'/%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='M13.3386 20.9471H18.6627C18.973 20.9471 19.2332 20.842 19.4431 20.6317C19.653 20.4214 19.7579 20.1604 19.7579 19.8486V15.8749C19.7579 15.5641 19.653 15.3035 19.4431 15.0932C19.2332 14.883 18.9726 14.7778 18.6614 14.7778H18.4266V13.4184C18.4266 12.7396 18.1959 12.1686 17.7344 11.7055C17.273 11.2432 16.7035 11.0121 16.0258 11.0121C15.3481 11.0121 14.7786 11.2432 14.3171 11.7055C13.8557 12.1677 13.625 12.7386 13.625 13.4184V14.7778H13.3373C13.027 14.7778 12.7668 14.883 12.5569 15.0932C12.347 15.3035 12.2421 15.5641 12.2421 15.8749V19.8486C12.2421 20.1604 12.347 20.4214 12.5569 20.6317C12.7668 20.842 13.0274 20.9471 13.3386 20.9471ZM14.6686 14.7778V13.4184C14.6686 13.0332 14.7989 12.7101 15.0595 12.4491C15.3201 12.1881 15.6422 12.0576 16.0258 12.0576C16.4094 12.0576 16.732 12.1881 16.9934 12.4491C17.2549 12.7101 17.3847 13.0332 17.3829 13.4184V14.7778H14.6686ZM16 28C15.877 28 15.7471 27.9887 15.6105 27.966C15.4739 27.9434 15.3472 27.9094 15.2305 27.8641C12.5587 26.8445 10.4357 25.1152 8.86143 22.6763C7.28714 20.2375 6.5 17.5974 6.5 14.7561V8.9335C6.5 8.46766 6.63255 8.04803 6.89764 7.67463C7.16183 7.30123 7.50429 7.0307 7.925 6.86303L15.2332 4.1441C15.4974 4.04803 15.753 4 16 4C16.247 4 16.503 4.04803 16.7681 4.1441L24.075 6.86303C24.4948 7.03161 24.8373 7.30214 25.1024 7.67463C25.3675 8.04803 25.5 8.46766 25.5 8.9335V14.7561C25.5 17.5974 24.7129 20.2375 23.1386 22.6763C21.5643 25.1152 19.4417 26.8445 16.7709 27.8641C16.6523 27.9094 16.5252 27.9434 16.3895 27.966C16.2538 27.9887 16.124 28 16 28ZM16 26.7194C18.3524 25.9717 20.2976 24.4763 21.8357 22.2332C23.3738 19.99 24.1429 17.4977 24.1429 14.7561V8.90767C24.1429 8.73366 24.0949 8.57687 23.999 8.43729C23.904 8.29772 23.7692 8.1935 23.5946 8.12462L16.2877 5.40569C16.2009 5.36943 16.105 5.35131 16 5.35131C15.895 5.35131 15.7991 5.36943 15.7123 5.40569L8.40543 8.12462C8.23081 8.1935 8.096 8.29772 8.001 8.43729C7.9051 8.57687 7.85714 8.73366 7.85714 8.90767V14.7561C7.85714 17.4977 8.62619 19.99 10.1643 22.2332C11.7024 24.4763 13.6476 25.9717 16 26.7194Z' fill='%23333333'/%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='M7.4275 25.5C6.43871 25.5 5.60068 25.1577 4.91341 24.473C4.22524 23.7884 3.88115 22.957 3.88115 21.9789H3.09745C2.78687 21.9789 2.52654 21.8748 2.31647 21.6666C2.10639 21.4584 2.00091 21.2 2 20.8913V8.67512C2 8.05507 2.20962 7.53776 2.62886 7.12319C3.0481 6.70863 3.57012 6.5009 4.19491 6.5H19.9708C20.5748 6.5 21.0913 6.71312 21.5205 7.13935C21.9497 7.56558 22.1648 8.07705 22.1657 8.67377V11.3658H24.2031C24.5499 11.3658 24.8786 11.4429 25.1891 11.5973C25.5006 11.7516 25.7569 11.9647 25.9579 12.2366L29.7813 17.3379C29.8547 17.4285 29.9095 17.5281 29.9457 17.6367C29.9819 17.7453 30 17.8633 30 17.9907V20.8913C30 21.2 29.8954 21.4584 29.6862 21.6666C29.4771 21.8748 29.2163 21.9789 28.9039 21.9789H27.8065C27.8065 22.957 27.4606 23.7884 26.7688 24.473C26.077 25.1577 25.2371 25.4996 24.2492 25.4987C23.2613 25.4978 22.4229 25.1559 21.7338 24.473C21.0447 23.7901 20.7006 22.9588 20.7015 21.9789H10.9874C10.9874 22.9624 10.6415 23.7951 9.94975 24.477C9.25795 25.159 8.4163 25.5 7.4275 25.5ZM7.4343 24.154C8.0455 24.154 8.56389 23.9431 8.98947 23.5214C9.41505 23.0997 9.62784 22.5855 9.62784 21.9789C9.62784 21.3723 9.41505 20.8586 8.98947 20.4377C8.56389 20.0169 8.0455 19.806 7.4343 19.8051C6.82309 19.8042 6.3047 20.0151 5.87912 20.4377C5.45354 20.8604 5.24075 21.3741 5.24075 21.9789C5.24075 22.5837 5.45354 23.0974 5.87912 23.5201C6.3047 23.9427 6.82309 24.1549 7.4343 24.154ZM3.35959 20.6329H4.23837C4.43124 20.0389 4.82467 19.5283 5.41868 19.1012C6.01268 18.674 6.68455 18.4596 7.4343 18.4578C8.14963 18.4578 8.81336 18.6678 9.42547 19.0877C10.0367 19.5068 10.4387 20.0218 10.6316 20.6329H20.8088V8.67512C20.8088 8.43284 20.7301 8.23408 20.5725 8.07885C20.4149 7.92361 20.2144 7.84599 19.9708 7.84599H4.19491C3.98574 7.84599 3.79423 7.93213 3.62037 8.10442C3.44561 8.2776 3.35823 8.46784 3.35823 8.67512L3.35959 20.6329ZM24.256 24.154C24.8672 24.154 25.3856 23.9431 25.8112 23.5214C26.2368 23.0988 26.4496 22.5846 26.4496 21.9789C26.4496 21.3732 26.2368 20.8595 25.8112 20.4377C25.3856 20.016 24.8672 19.8051 24.256 19.8051C23.6448 19.8051 23.1264 20.016 22.7008 20.4377C22.2753 20.8595 22.0625 21.3732 22.0625 21.9789C22.0625 22.5846 22.2753 23.0983 22.7008 23.5201C23.1264 23.9418 23.6448 24.154 24.256 24.154ZM22.1643 17.9409H28.5643L24.8292 13.0496C24.7423 12.9455 24.6422 12.8634 24.529 12.8033C24.4158 12.7432 24.2895 12.7131 24.1501 12.7131H22.1657L22.1643 17.9409Z' fill='%23333333'/%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='M14.0943 18.0833H19.861C20.0562 18.0833 20.2199 18.0171 20.3519 17.8847C20.4839 17.7523 20.5494 17.587 20.5485 17.3889C20.5476 17.1907 20.482 17.0255 20.3519 16.8931C20.2217 16.7606 20.0581 16.6944 19.861 16.6944H14.0943L16.495 14.2694C16.6233 14.1398 16.6921 13.9819 16.7013 13.7958C16.7104 13.6088 16.6389 13.4389 16.4867 13.2861C16.3401 13.138 16.1778 13.0639 16 13.0639C15.8222 13.0639 15.6599 13.138 15.5133 13.2861L12.2298 16.6028C12.0079 16.8278 11.897 17.0898 11.897 17.3889C11.897 17.688 12.0079 17.95 12.2298 18.175L15.5133 21.4917C15.6416 21.6213 15.7983 21.6921 15.9835 21.7042C16.1687 21.7162 16.3364 21.6454 16.4867 21.4917C16.6334 21.3435 16.7067 21.1796 16.7067 21C16.7067 20.8204 16.6334 20.6565 16.4867 20.5083L14.0943 18.0833ZM7.222 28.5C6.606 28.5 6.08167 28.2815 5.649 27.8444C5.21633 27.4074 5 26.8782 5 26.2569V8.52083C5 7.90046 5.21633 7.3713 5.649 6.93333C6.08167 6.4963 6.606 6.27778 7.222 6.27778H13.6845C13.5589 5.56852 13.7267 4.92824 14.1877 4.35694C14.6479 3.78565 15.252 3.5 16 3.5C16.7654 3.5 17.3787 3.78565 17.8398 4.35694C18.3008 4.92824 18.4599 5.56852 18.3169 6.27778H24.7794C25.3935 6.27778 25.9174 6.4963 26.351 6.93333C26.7837 7.37037 27 7.9 27 8.52222V26.2569C27 26.8773 26.7837 27.4065 26.351 27.8444C25.9183 28.2815 25.3945 28.5 24.7794 28.5H7.222ZM7.222 27.1111H24.7794C24.9902 27.1111 25.1841 27.0222 25.361 26.8444C25.5379 26.6667 25.6259 26.4704 25.625 26.2556V8.52222C25.625 8.30833 25.537 8.11204 25.361 7.93333C25.185 7.75463 24.9907 7.66574 24.778 7.66667H7.222C7.01025 7.66667 6.81592 7.75556 6.639 7.93333C6.46208 8.11111 6.37408 8.30741 6.375 8.52222V26.2569C6.375 26.4699 6.463 26.6657 6.639 26.8444C6.815 27.0231 7.00887 27.112 7.22062 27.1111M16 6.89167C16.2979 6.89167 16.5445 6.79352 16.7397 6.59722C16.935 6.40093 17.0322 6.15185 17.0312 5.85C17.0303 5.54815 16.9327 5.29954 16.7384 5.10417C16.544 4.9088 16.2979 4.81018 16 4.80833C15.7021 4.80648 15.456 4.90509 15.2616 5.10417C15.0673 5.30324 14.9697 5.55185 14.9688 5.85C14.9678 6.14815 15.0655 6.39722 15.2616 6.59722C15.4578 6.79722 15.7039 6.89537 16 6.89167Z' fill='%23333333'/%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.9349 23.1176C12.3426 23.1176 11.8484 22.9184 11.4524 22.5198C11.0564 22.1212 10.858 21.6238 10.8571 21.0276V7.09C10.8571 6.49471 11.0556 5.99734 11.4524 5.59788C11.8493 5.19843 12.3434 4.99914 12.9349 5H22.9236C23.515 5 24.0091 5.1993 24.406 5.59788C24.8029 5.99647 25.0009 6.49385 25 7.09V21.0276C25 21.6229 24.802 22.1199 24.406 22.5185C24.01 22.9171 23.5154 23.1168 22.9223 23.1176H12.9349ZM12.9349 21.8235H22.9236C23.1207 21.8235 23.302 21.7407 23.4674 21.5751C23.6329 21.4094 23.7151 21.2269 23.7143 21.0276V7.09C23.7143 6.89157 23.632 6.7091 23.4674 6.54259C23.3029 6.37608 23.1211 6.29326 22.9223 6.29412H12.9349C12.7369 6.29412 12.5551 6.37694 12.3897 6.54259C12.2243 6.70824 12.142 6.89071 12.1429 7.09V21.0276C12.1429 21.2261 12.2251 21.4085 12.3897 21.5751C12.5543 21.7416 12.7356 21.8244 12.9336 21.8235M9.07643 27C8.485 27 7.99086 26.8007 7.594 26.4021C7.19715 26.0035 6.99915 25.5062 7 24.91V10.3253C7 10.1415 7.06129 9.98796 7.18386 9.86459C7.30643 9.74122 7.45943 9.67953 7.64286 9.67953C7.82629 9.67953 7.97929 9.74122 8.10186 9.86459C8.22443 9.98796 8.28572 10.142 8.28572 10.3266V24.91C8.28572 25.1084 8.368 25.2909 8.53257 25.4574C8.69714 25.6239 8.87843 25.7067 9.07643 25.7059H19.7093C19.8919 25.7059 20.0444 25.7676 20.167 25.8909C20.2896 26.0143 20.3509 26.1683 20.3509 26.3529C20.3509 26.5376 20.2896 26.6916 20.167 26.8149C20.0444 26.9383 19.8914 27 19.708 27H9.07643Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M27.8311 4.16371C26.0699 2.40174 22.9283 2.67126 20.8194 4.7643C20.5558 5.02799 20.5559 5.45466 20.8194 5.7184C21.083 5.98214 21.5099 5.98214 21.7735 5.7184C23.3494 4.1476 25.6315 3.87241 26.8711 5.11196C27.4544 5.69554 27.7243 6.53227 27.6289 7.46938C27.5279 8.45694 27.0453 9.42771 26.2657 10.2077C25.946 10.5275 25.5928 10.7972 25.2227 11.0104L25.0489 8.41762C24.9984 7.62657 24.359 6.9869 23.5684 6.93618L16.2705 6.45375C16.209 6.44817 16.1475 6.44789 16.086 6.44789C15.3345 6.44789 14.6217 6.74502 14.0889 7.27797L3.99906 17.3786C3.3597 18.0126 3.0057 18.8602 3.00003 19.7692C3.00003 20.6726 3.34796 21.5201 3.98734 22.1598L9.83695 28.0123C10.4763 28.6464 11.3236 29.0006 12.2266 29.0006C13.1296 29.0006 13.9768 28.652 14.6162 28.0123L24.7119 17.9118C25.2896 17.3338 25.5923 16.5369 25.5362 15.7233L25.3233 12.4743C26.013 12.1713 26.6638 11.7286 27.2246 11.1676C28.223 10.1688 28.8456 8.90526 28.9746 7.60903C29.1091 6.25687 28.706 5.03899 27.8311 4.16371ZM16.1875 7.80629L23.4854 8.28871C23.6084 8.30014 23.7091 8.39511 23.7149 8.51821L23.917 11.526C23.7936 11.5485 23.67 11.5714 23.541 11.5827C22.6044 11.678 21.7689 11.4083 21.1856 10.8248C20.922 10.5611 20.4951 10.5611 20.2315 10.8248C19.968 11.0886 19.968 11.5152 20.2315 11.7789C20.9943 12.5421 22.0211 12.9459 23.1709 12.9459C23.3335 12.9459 23.5017 12.9345 23.67 12.9176C23.7821 12.9064 23.8947 12.8895 24.0069 12.8727L24.2032 15.8131C24.2312 16.2396 24.0734 16.6546 23.7705 16.9577L13.6748 27.0582C13.2935 27.4398 12.7833 27.6539 12.2393 27.6539C11.6952 27.6539 11.1842 27.4398 10.8028 27.0582L4.9473 21.2008C4.566 20.8194 4.35269 20.3084 4.35257 19.7643C4.35257 19.2202 4.56613 18.7093 4.9473 18.3278L15.0381 8.23207C15.3129 7.95727 15.6944 7.80043 16.0869 7.80043C16.1205 7.80045 16.154 7.80627 16.1875 7.80629Z' 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.849 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.1484 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.6767 14.8018 10.6606 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='black'/%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='M16 27.7483C18.6494 25.4186 20.7435 23.0495 22.2824 20.641C23.8213 18.2325 24.5908 16.1487 24.5908 14.3896C24.5908 11.7846 23.7748 9.63435 22.1429 7.93882C20.5091 6.24425 18.4615 5.39696 16 5.39696C13.5385 5.39696 11.4909 6.24425 9.85711 7.93882C8.22333 9.6334 7.40737 11.7837 7.40925 14.3896C7.40925 16.1478 8.1787 18.2316 9.71759 20.641C11.2565 23.0505 13.3506 25.4196 16 27.7483ZM16 29C15.7792 29 15.5584 28.9634 15.3377 28.8904C15.1169 28.8173 14.9139 28.6986 14.7289 28.5343C13.7264 27.603 12.7099 26.5659 11.6793 25.4229C10.6496 24.2808 9.71478 23.0975 8.87487 21.8728C8.03496 20.6482 7.34537 19.3983 6.8061 18.1234C6.26683 16.8484 5.99813 15.6038 6.00001 14.3896C6.00001 11.3773 6.97051 8.89291 8.91151 6.93632C10.8534 4.97877 13.2163 4 16 4C18.7837 4 21.1466 4.97877 23.0885 6.93632C25.0295 8.89291 26 11.3773 26 14.3896C26 15.6038 25.7313 16.8441 25.1939 18.1106C24.6565 19.376 23.9716 20.6254 23.1392 21.8586C22.3078 23.0927 21.3772 24.2765 20.3475 25.4101C19.3178 26.5436 18.3008 27.576 17.2965 28.5073C17.1171 28.6715 16.9132 28.7949 16.6849 28.8775C16.4557 28.9592 16.2269 29 15.9986 29' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7 10.7998C20.7 10.2475 20.2523 9.79976 19.7 9.79976H12.5C11.9477 9.79976 11.5 10.2475 11.5 10.7998V17.9998C11.5 18.552 11.9477 18.9998 12.5 18.9998H19.7C20.2523 18.9998 20.7 18.552 20.7 17.9998V10.7998ZM12.69 17.8098V10.9898H14.2V13.4998C14.2 14.052 14.6477 14.4998 15.2 14.4998H17C17.5523 14.4998 18 14.052 18 13.4998V10.9898H19.51V17.8098H12.69ZM16.81 13.3098H15.39V10.9898H16.81V13.3098Z' 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='M5.64371 25.2546C6.0717 25.6849 6.58683 25.9 7.18909 25.9H11.2523C11.4455 25.9 11.6063 25.8352 11.7345 25.7057C11.8627 25.5762 11.9272 25.415 11.9282 25.222C11.9291 25.0291 11.8645 24.8674 11.7345 24.737C11.6044 24.6066 11.4437 24.5414 11.2523 24.5414H7.18909C6.94529 24.5414 6.74529 24.463 6.58908 24.3063C6.43288 24.1496 6.35477 23.9494 6.35477 23.7058V12.732C6.35387 12.5907 6.38412 12.4639 6.44552 12.3516C6.50692 12.2393 6.58954 12.1397 6.69337 12.0527L13.9868 6.54072C14.125 6.41844 14.2898 6.3573 14.4812 6.3573C14.6726 6.3573 14.8374 6.41844 14.9756 6.54072L18.1909 8.98627C18.3832 9.13663 18.5665 9.18961 18.7408 9.14523C18.9151 9.10085 19.0528 9.00348 19.1539 8.85312C19.255 8.70277 19.3038 8.54109 19.3002 8.36809C19.2984 8.19509 19.2036 8.03341 19.0158 7.88305L15.7936 5.4375C15.5941 5.28986 15.3859 5.18026 15.1692 5.10871C14.9525 5.03715 14.725 5.00092 14.4866 5.00002C14.2482 4.99911 14.0194 5.03534 13.7999 5.10871C13.5805 5.18207 13.3701 5.29167 13.1688 5.4375L5.87531 10.978C5.60263 11.1791 5.38863 11.435 5.23332 11.7457C5.07802 12.0563 5.00037 12.3856 5.00037 12.7334V23.7072C5.00127 24.3086 5.21572 24.8244 5.64371 25.2546Z' fill='%23333333'/%3e%3cpath d='M22.0645 19.0277C21.7612 19.3446 21.3862 19.5085 20.9528 19.5085C20.5187 19.5091 20.1427 19.347 19.8386 19.0318C19.5349 18.7172 19.3812 18.3326 19.3806 17.892C19.3799 17.4514 19.5326 17.0661 19.8354 16.7497C20.1387 16.4328 20.5137 16.2689 20.9471 16.2689C21.3797 16.2689 21.755 16.431 22.06 16.745C22.3652 17.0593 22.5194 17.4443 22.5194 17.8857C22.5194 18.3266 22.3668 18.7118 22.0645 19.0277Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0412 26.6536C19.4537 26.0928 18.8589 25.4691 18.2568 24.7829C17.6525 24.0942 17.1035 23.3801 16.61 22.6407C16.1142 21.8979 15.7062 21.1384 15.3867 20.3622C15.0632 19.5762 14.8993 18.8022 14.9004 18.0417C14.9004 16.1894 15.4834 14.6442 16.6591 13.4264C17.8323 12.2112 19.2676 11.6 20.9504 11.6C22.6332 11.6 24.0684 12.2112 25.2416 13.4264C26.4174 14.6442 27.0004 16.1895 27.0004 18.0419C27.0004 18.8022 26.8365 19.5737 26.5139 20.3548C26.1957 21.1248 25.7908 21.8834 25.3 22.6307C24.811 23.3765 24.2639 24.0916 23.6589 24.776C23.0574 25.4564 22.4625 26.077 21.8741 26.6376L21.8729 26.6388C21.745 26.7591 21.5983 26.8505 21.4344 26.9114L21.4332 26.9118C21.2749 26.9698 21.1141 27 20.9504 27C20.7935 27 20.6384 26.9732 20.486 26.9214C20.3231 26.866 20.1761 26.7767 20.0453 26.6575L20.0412 26.6536ZM16.2152 18.0419C16.2152 19.0234 16.635 20.2187 17.5169 21.6376C18.3628 22.9984 19.5059 24.3426 20.9503 25.6693C22.3948 24.342 23.538 22.9978 24.3838 21.6375C25.2657 20.2193 25.6856 19.024 25.6856 18.0419C25.6856 16.5438 25.2309 15.3253 24.3327 14.3663C23.4335 13.408 22.3119 12.9295 20.9504 12.9295C19.5887 12.9295 18.4673 13.4079 17.568 14.3663C16.6689 15.3247 16.2141 16.5433 16.2152 18.0419Z' 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='M15.9995 2L3 9.42344V30H29V9.42344L15.9995 2ZM15.9995 3.75944L27.4572 10.3026V28.4771H4.54184V10.3026L15.9995 3.75944Z' fill='%23B59175'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9995 3.75944L27.4572 10.3026V28.4771H4.54184V10.3026L15.9995 3.75944ZM13.5263 14.096H19.326V12.6029H6.19706V14.096H11.996V24.8597H13.5263V14.096ZM22.2617 17.7824V12.6029H23.7895V24.8599H22.2617V19.3119H14.5164C14.5164 18.4675 15.2108 17.7824 16.0654 17.7824H22.2617Z' fill='%23B59175'/%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='M6.00005 22.0266C5.81072 22.0266 5.65249 21.9622 5.52538 21.8333C5.39738 21.7053 5.33338 21.5475 5.33338 21.3599C5.33338 21.1706 5.39738 21.0124 5.52538 20.8853C5.65338 20.7582 5.81161 20.6942 6.00005 20.6933H26C26.1894 20.6933 26.3476 20.7573 26.4747 20.8853C26.6018 21.0133 26.6658 21.1719 26.6667 21.3613C26.6676 21.5506 26.6036 21.7088 26.4747 21.8359C26.3458 21.9631 26.1876 22.0266 26 22.0266H6.00005ZM6.00005 11.3066C5.81072 11.3066 5.65249 11.2431 5.52538 11.1159C5.39827 10.9888 5.33427 10.8302 5.33338 10.6399C5.33249 10.4497 5.39649 10.2915 5.52538 10.1653C5.65249 10.0382 5.81072 9.97461 6.00005 9.97461H26C26.1894 9.97461 26.3476 10.0386 26.4747 10.1666C26.6027 10.2946 26.6667 10.4528 26.6667 10.6413C26.6667 10.8306 26.6027 10.9893 26.4747 11.1173C26.3467 11.2453 26.1885 11.3088 26 11.3079L6.00005 11.3066Z' 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='M16 17.0422L8.27772 24.7645C8.14033 24.9019 7.97154 24.9755 7.77134 24.9853C7.57115 24.9951 7.39254 24.9215 7.23552 24.7645C7.07851 24.6075 7 24.4338 7 24.2434C7 24.053 7.07851 23.8793 7.23552 23.7223L14.9578 16L7.23552 8.27772C7.09814 8.14033 7.02453 7.97154 7.01472 7.77134C7.00491 7.57115 7.07851 7.39254 7.23552 7.23552C7.39254 7.07851 7.56624 7 7.75662 7C7.94701 7 8.12071 7.07851 8.27772 7.23552L16 14.9578L23.7223 7.23552C23.8597 7.09814 24.0285 7.02453 24.2287 7.01472C24.4289 7.00491 24.6075 7.07851 24.7645 7.23552C24.9215 7.39254 25 7.56624 25 7.75662C25 7.94701 24.9215 8.12071 24.7645 8.27772L17.0422 16L24.7645 23.7223C24.9019 23.8597 24.9755 24.0285 24.9853 24.2287C24.9951 24.4289 24.9215 24.6075 24.7645 24.7645C24.6075 24.9215 24.4338 25 24.2434 25C24.053 25 23.8793 24.9215 23.7223 24.7645L16 17.0422Z' 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='M26.3652 5.63672C25.9408 5.2123 25.4118 5 24.7793 5H7.22168C6.58932 5.00099 6.06106 5.21329 5.63672 5.63672C5.21237 6.06015 5.00007 6.58841 5 7.22168V24.7783C5.00099 25.4125 5.21329 25.9418 5.63672 26.3652C6.0601 26.7885 6.58855 26.9999 7.22168 27H24.7783C25.4125 27.0008 25.9418 26.7896 26.3652 26.3652C26.7887 25.9408 27 25.4118 27 24.7793V7.22168C27.0008 6.58947 26.7894 6.06101 26.3652 5.63672ZM24.7793 25.625H16.7646H15.2373H7.22168C6.97433 25.6249 6.7718 25.5452 6.61328 25.3867C6.4547 25.2281 6.375 25.0259 6.375 24.7793V7.22168C6.37507 6.97432 6.45477 6.7718 6.61328 6.61328C6.77186 6.4547 6.97412 6.375 7.2207 6.375H15.2373H16.7646H24.7793C25.0259 6.375 25.2281 6.4547 25.3867 6.61328C25.5453 6.77186 25.625 6.97412 25.625 7.2207V24.7793C25.625 25.0259 25.5453 25.2281 25.3867 25.3867C25.2281 25.5453 25.0259 25.625 24.7793 25.625Z' fill='%23999999'/%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 fill-rule='evenodd' clip-rule='evenodd' d='M26.3652 5.63672C25.9408 5.2123 25.4118 5 24.7793 5H7.22168C6.58932 5.00099 6.06106 5.21329 5.63672 5.63672C5.21237 6.06015 5.00007 6.58841 5 7.22168V24.7783C5.00099 25.4125 5.21329 25.9418 5.63672 26.3652C6.0601 26.7885 6.58855 26.9999 7.22168 27H24.7783C25.4125 27.0008 25.9418 26.7896 26.3652 26.3652C26.7887 25.9408 27 25.4118 27 24.7793V7.22168C27.0008 6.58947 26.7894 6.06101 26.3652 5.63672ZM24.7793 25.625H16.7646H15.2373H7.22168C6.97433 25.6249 6.7718 25.5452 6.61328 25.3867C6.4547 25.2281 6.375 25.0259 6.375 24.7793V7.22168C6.37507 6.97432 6.45477 6.7718 6.61328 6.61328C6.77186 6.4547 6.97412 6.375 7.2207 6.375H15.2373H16.7646H24.7793C25.0259 6.375 25.2281 6.4547 25.3867 6.61328C25.5453 6.77186 25.625 6.97412 25.625 7.2207V24.7793C25.625 25.0259 25.5453 25.2281 25.3867 25.3867C25.2281 25.5453 25.0259 25.625 24.7793 25.625Z' 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='M24.7793 5C25.4118 5 25.9408 5.2123 26.3652 5.63672C26.7894 6.06101 27.0008 6.58947 27 7.22168V24.7793C27 25.4118 26.7887 25.9408 26.3652 26.3652C25.9418 26.7896 25.4125 27.0008 24.7783 27H7.22168C6.58855 26.9999 6.0601 26.7885 5.63672 26.3652C5.21329 25.9418 5.00099 25.4125 5 24.7783V7.22168C5.00007 6.58841 5.21237 6.06015 5.63672 5.63672C6.06106 5.21329 6.58932 5.00099 7.22168 5H24.7793ZM16.7646 25.625H24.7793C25.0259 25.625 25.2281 25.5453 25.3867 25.3867C25.5453 25.2281 25.625 25.0259 25.625 24.7793V7.2207C25.625 6.97412 25.5453 6.77186 25.3867 6.61328C25.2281 6.4547 25.0259 6.375 24.7793 6.375H16.7646V25.625ZM7.2207 6.375C6.97412 6.375 6.77186 6.4547 6.61328 6.61328C6.45477 6.7718 6.37507 6.97432 6.375 7.22168V24.7793C6.375 25.0259 6.4547 25.2281 6.61328 25.3867C6.7718 25.5452 6.97433 25.6249 7.22168 25.625H15.2373V6.375H7.2207Z' fill='%23999999'/%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 fill-rule='evenodd' clip-rule='evenodd' d='M24.7793 5C25.4118 5 25.9408 5.2123 26.3652 5.63672C26.7894 6.06101 27.0008 6.58947 27 7.22168V24.7793C27 25.4118 26.7887 25.9408 26.3652 26.3652C25.9418 26.7896 25.4125 27.0008 24.7783 27H7.22168C6.58855 26.9999 6.0601 26.7885 5.63672 26.3652C5.21329 25.9418 5.00099 25.4125 5 24.7783V7.22168C5.00007 6.58841 5.21237 6.06015 5.63672 5.63672C6.06106 5.21329 6.58932 5.00099 7.22168 5H24.7793ZM16.7646 25.625H24.7793C25.0259 25.625 25.2281 25.5453 25.3867 25.3867C25.5453 25.2281 25.625 25.0259 25.625 24.7793V7.2207C25.625 6.97412 25.5453 6.77186 25.3867 6.61328C25.2281 6.4547 25.0259 6.375 24.7793 6.375H16.7646V25.625ZM7.2207 6.375C6.97412 6.375 6.77186 6.4547 6.61328 6.61328C6.45477 6.7718 6.37507 6.97432 6.375 7.22168V24.7793C6.375 25.0259 6.4547 25.2281 6.61328 25.3867C6.7718 25.5452 6.97433 25.6249 7.22168 25.625H15.2373V6.375H7.2207Z' 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='M26.3652 5.63672C25.9408 5.2123 25.4118 5 24.7793 5H7.22168C6.58932 5.00099 6.06106 5.21329 5.63672 5.63672C5.21237 6.06015 5.00007 6.58841 5 7.22168V24.7783C5.00099 25.4125 5.21329 25.9418 5.63672 26.3652C6.0601 26.7885 6.58855 26.9999 7.22168 27H24.7783C25.4125 27.0008 25.9418 26.7896 26.3652 26.3652C26.7887 25.9408 27 25.4118 27 24.7793V7.22168C27.0008 6.58947 26.7894 6.06101 26.3652 5.63672ZM6.61328 25.3867C6.4547 25.2281 6.375 25.0259 6.375 24.7793V16.7578H15.2363V25.625H7.22168C6.97433 25.6249 6.7718 25.5452 6.61328 25.3867ZM6.61328 6.61328C6.77186 6.4547 6.97412 6.375 7.2207 6.375H15.2363V15.2295H6.375V7.22168C6.37507 6.97432 6.45477 6.7718 6.61328 6.61328ZM24.7793 25.625H16.7637V16.7578V15.2295V6.375H24.7793C25.0259 6.375 25.2281 6.4547 25.3867 6.61328C25.5453 6.77186 25.625 6.97412 25.625 7.2207V24.7793C25.625 25.0259 25.5453 25.2281 25.3867 25.3867C25.2281 25.5453 25.0259 25.625 24.7793 25.625Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view3.active,
body .rdc-icon-svg.rdc-icon-view3-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3652 5.63672C25.9408 5.2123 25.4118 5 24.7793 5H7.22168C6.58932 5.00099 6.06106 5.21329 5.63672 5.63672C5.21237 6.06015 5.00007 6.58841 5 7.22168V24.7783C5.00099 25.4125 5.21329 25.9418 5.63672 26.3652C6.0601 26.7885 6.58855 26.9999 7.22168 27H24.7783C25.4125 27.0008 25.9418 26.7896 26.3652 26.3652C26.7887 25.9408 27 25.4118 27 24.7793V7.22168C27.0008 6.58947 26.7894 6.06101 26.3652 5.63672ZM6.61328 25.3867C6.4547 25.2281 6.375 25.0259 6.375 24.7793V16.7578H15.2363V25.625H7.22168C6.97433 25.6249 6.7718 25.5452 6.61328 25.3867ZM6.61328 6.61328C6.77186 6.4547 6.97412 6.375 7.2207 6.375H15.2363V15.2295H6.375V7.22168C6.37507 6.97432 6.45477 6.7718 6.61328 6.61328ZM24.7793 25.625H16.7637V16.7578V15.2295V6.375H24.7793C25.0259 6.375 25.2281 6.4547 25.3867 6.61328C25.5453 6.77186 25.625 6.97412 25.625 7.2207V24.7793C25.625 25.0259 25.5453 25.2281 25.3867 25.3867C25.2281 25.5453 25.0259 25.625 24.7793 25.625Z' 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='M24.7793 5C25.4118 5 25.9408 5.2123 26.3652 5.63672C26.7894 6.06101 27.0008 6.58947 27 7.22168V24.7793C27 25.4118 26.7887 25.9408 26.3652 26.3652C25.9418 26.7896 25.4125 27.0008 24.7783 27H7.22168C6.58855 26.9999 6.0601 26.7885 5.63672 26.3652C5.21329 25.9418 5.00099 25.4125 5 24.7783V7.22168C5.00007 6.58841 5.21237 6.06015 5.63672 5.63672C6.06106 5.21329 6.58932 5.00099 7.22168 5H24.7793ZM6.375 24.7793C6.375 25.0259 6.4547 25.2281 6.61328 25.3867C6.7718 25.5452 6.97433 25.6249 7.22168 25.625H15.2363V16.7578H6.375V24.7793ZM16.7637 25.625H24.7793C25.0259 25.625 25.2281 25.5453 25.3867 25.3867C25.5453 25.2281 25.625 25.0259 25.625 24.7793V16.7578H16.7637V25.625ZM16.7637 15.2295H25.625V7.2207C25.625 6.97412 25.5453 6.77186 25.3867 6.61328C25.2281 6.4547 25.0259 6.375 24.7793 6.375H16.7637V15.2295ZM7.2207 6.375C6.97412 6.375 6.77186 6.4547 6.61328 6.61328C6.45477 6.7718 6.37507 6.97432 6.375 7.22168V15.2295H15.2363V6.375H7.2207Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-view4.active,
body .rdc-icon-svg.rdc-icon-view4-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7793 5C25.4118 5 25.9408 5.2123 26.3652 5.63672C26.7894 6.06101 27.0008 6.58947 27 7.22168V24.7793C27 25.4118 26.7887 25.9408 26.3652 26.3652C25.9418 26.7896 25.4125 27.0008 24.7783 27H7.22168C6.58855 26.9999 6.0601 26.7885 5.63672 26.3652C5.21329 25.9418 5.00099 25.4125 5 24.7783V7.22168C5.00007 6.58841 5.21237 6.06015 5.63672 5.63672C6.06106 5.21329 6.58932 5.00099 7.22168 5H24.7793ZM6.375 24.7793C6.375 25.0259 6.4547 25.2281 6.61328 25.3867C6.7718 25.5452 6.97433 25.6249 7.22168 25.625H15.2363V16.7578H6.375V24.7793ZM16.7637 25.625H24.7793C25.0259 25.625 25.2281 25.5453 25.3867 25.3867C25.5453 25.2281 25.625 25.0259 25.625 24.7793V16.7578H16.7637V25.625ZM16.7637 15.2295H25.625V7.2207C25.625 6.97412 25.5453 6.77186 25.3867 6.61328C25.2281 6.4547 25.0259 6.375 24.7793 6.375H16.7637V15.2295ZM7.2207 6.375C6.97412 6.375 6.77186 6.4547 6.61328 6.61328C6.45477 6.7718 6.37507 6.97432 6.375 7.22168V15.2295H15.2363V6.375H7.2207Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-view-list:not(.active) {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.66668 24.4998C5.47734 24.4998 5.31912 24.4353 5.19201 24.3064C5.06401 24.1784 5.00001 24.0206 5.00001 23.8331C5.00001 23.6438 5.06401 23.4855 5.19201 23.3584C5.32001 23.2313 5.47823 23.1673 5.66668 23.1664H26.3333C26.5227 23.1664 26.6809 23.2304 26.808 23.3584C26.9351 23.4864 26.9991 23.6451 27 23.8344C27.0009 24.0238 26.9369 24.182 26.808 24.3091C26.6791 24.4362 26.5209 24.4998 26.3333 24.4998H5.66668ZM5.66668 8.832C5.47734 8.832 5.31912 8.76844 5.19201 8.64133C5.0649 8.51422 5.0009 8.35556 5.00001 8.16533C4.99912 7.97511 5.06312 7.81689 5.19201 7.69067C5.31912 7.56356 5.47734 7.5 5.66668 7.5H26.3333C26.5227 7.5 26.6809 7.564 26.808 7.692C26.936 7.82 27 7.97822 27 8.16667C27 8.356 26.936 8.51467 26.808 8.64267C26.68 8.77067 26.5218 8.83422 26.3333 8.83333L5.66668 8.832Z' fill='%23999999'/%3e%3cpath d='M5.19201 16.6411C5.31912 16.7682 5.47734 16.8318 5.66668 16.8318L26.3333 16.8331C26.5218 16.834 26.68 16.7704 26.808 16.6424C26.936 16.5144 27 16.3558 27 16.1664C27 15.978 26.936 15.8198 26.808 15.6918C26.6809 15.5638 26.5227 15.4998 26.3333 15.4998H5.66668C5.47734 15.4998 5.31912 15.5633 5.19201 15.6904C5.06312 15.8166 4.99912 15.9749 5.00001 16.1651C5.0009 16.3553 5.0649 16.514 5.19201 16.6411Z' fill='%23999999'/%3e%3c/svg%3e ");}
body .rdc-icon-view-list.active,
body .rdc-icon-view-list-active {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.66668 24.4998C5.47734 24.4998 5.31912 24.4353 5.19201 24.3064C5.06401 24.1784 5.00001 24.0206 5.00001 23.8331C5.00001 23.6438 5.06401 23.4855 5.19201 23.3584C5.32001 23.2313 5.47823 23.1673 5.66668 23.1664H26.3333C26.5227 23.1664 26.6809 23.2304 26.808 23.3584C26.9351 23.4864 26.9991 23.6451 27 23.8344C27.0009 24.0238 26.9369 24.182 26.808 24.3091C26.6791 24.4362 26.5209 24.4998 26.3333 24.4998H5.66668ZM5.66668 8.832C5.47734 8.832 5.31912 8.76844 5.19201 8.64133C5.0649 8.51422 5.0009 8.35556 5.00001 8.16533C4.99912 7.97511 5.06312 7.81689 5.19201 7.69067C5.31912 7.56356 5.47734 7.5 5.66668 7.5H26.3333C26.5227 7.5 26.6809 7.564 26.808 7.692C26.936 7.82 27 7.97822 27 8.16667C27 8.356 26.936 8.51467 26.808 8.64267C26.68 8.77067 26.5218 8.83422 26.3333 8.83333L5.66668 8.832Z' fill='%23333333'/%3e%3cpath d='M5.19201 16.6411C5.31912 16.7682 5.47734 16.8318 5.66668 16.8318L26.3333 16.8331C26.5218 16.834 26.68 16.7704 26.808 16.6424C26.936 16.5144 27 16.3558 27 16.1664C27 15.978 26.936 15.8198 26.808 15.6918C26.6809 15.5638 26.5227 15.4998 26.3333 15.4998H5.66668C5.47734 15.4998 5.31912 15.5633 5.19201 15.6904C5.06312 15.8166 4.99912 15.9749 5.00001 16.1651C5.0009 16.3553 5.0649 16.514 5.19201 16.6411Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-address{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3134 26.8167L12 24.2647L6.79737 26.2767C6.61071 26.3514 6.43249 26.375 6.26271 26.3474C6.09204 26.3207 5.93471 26.2621 5.79071 26.1714C5.64671 26.0807 5.53471 25.959 5.45471 25.8061C5.37471 25.6532 5.33426 25.4772 5.33337 25.2781V9.0474C5.33337 8.79673 5.39115 8.57496 5.50671 8.38207C5.62226 8.18918 5.79026 8.05451 6.01071 7.97807L11.2867 6.18607C11.3969 6.14162 11.5112 6.10829 11.6294 6.08607C11.7485 6.06385 11.872 6.05273 12 6.05273C12.128 6.05273 12.2512 6.06385 12.3694 6.08607C12.4876 6.10829 12.6018 6.14162 12.712 6.18607L20 8.73673L25.2027 6.72607C25.3894 6.6514 25.5676 6.6274 25.7374 6.65407C25.9072 6.68073 26.0645 6.7394 26.2094 6.83007C26.3525 6.92073 26.4645 7.04251 26.5454 7.1954C26.6263 7.34829 26.6667 7.52429 26.6667 7.7234V24.0687C26.6667 24.3212 26.596 24.5412 26.4547 24.7287C26.3143 24.9172 26.1249 25.0496 25.8867 25.1261L20.6867 26.8421C20.5712 26.8865 20.4574 26.9154 20.3454 26.9287C20.2343 26.9421 20.1187 26.9487 19.9987 26.9487C19.8778 26.9487 19.7623 26.9381 19.652 26.9167C19.5418 26.8954 19.4298 26.8621 19.3134 26.8167ZM19.3334 25.4394V9.8394L12.6667 7.5114V23.1114L19.3334 25.4394ZM20.6667 25.4394L25.3334 23.9007V8.10073L20.6667 9.8394V25.4394ZM6.66671 24.9007L11.3334 23.1114V7.5114L6.66671 9.10073V24.9007Z' 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.3337 16.516L20.051 20.2333C20.1754 20.3542 20.2377 20.5049 20.2377 20.6853C20.2377 20.8658 20.1754 21.0213 20.051 21.152C19.9212 21.2987 19.763 21.3676 19.5763 21.3587C19.3897 21.3498 19.231 21.2809 19.1003 21.152L15.323 17.3747C15.2074 17.2582 15.1248 17.1364 15.075 17.0093C15.0252 16.8822 15.0003 16.7502 15.0003 16.6133V11.2307C15.0003 11.0413 15.0643 10.8831 15.1923 10.756C15.3203 10.6289 15.479 10.5649 15.6683 10.564C15.8577 10.5631 16.0159 10.6271 16.143 10.756C16.2701 10.8849 16.3337 11.0431 16.3337 11.2307V16.516ZM15.667 8C15.4777 8 15.319 7.936 15.191 7.808C15.063 7.68 14.9994 7.52178 15.0003 7.33333V5.33333H16.3337V7.33333C16.3337 7.52267 16.2697 7.68089 16.1417 7.808C16.0137 7.93511 15.855 7.99911 15.6657 8M23.667 16C23.667 15.8107 23.731 15.652 23.859 15.524C23.987 15.396 24.1452 15.3324 24.3337 15.3333H26.3337V16.6667H24.3337C24.1443 16.6667 23.9861 16.6027 23.859 16.4747C23.7319 16.3467 23.6679 16.188 23.667 15.9987M15.667 24C15.8572 24 16.0159 24.064 16.143 24.192C16.2701 24.32 16.3337 24.4782 16.3337 24.6667V26.6667H15.0003V24.6667C15.0003 24.4773 15.0643 24.3191 15.1923 24.192C15.3203 24.0649 15.479 24.0009 15.6683 24M7.66699 16C7.66699 16.1902 7.60299 16.3489 7.47499 16.476C7.34699 16.6031 7.18877 16.6667 7.00033 16.6667H5.00033V15.3333H7.00033C7.18966 15.3333 7.34788 15.3973 7.47499 15.5253C7.6021 15.6533 7.6661 15.812 7.66699 16.0013M15.671 28C14.0123 28 12.4523 27.6853 10.991 27.056C9.53055 26.4258 8.25988 25.5707 7.17899 24.4907C6.0981 23.4107 5.24255 22.1413 4.61233 20.6827C3.9821 19.224 3.66699 17.6644 3.66699 16.004C3.66699 14.3436 3.9821 12.7836 4.61233 11.324C5.24166 9.86356 6.09544 8.59289 7.17366 7.512C8.25188 6.43111 9.52166 5.57556 10.983 4.94533C12.4443 4.31511 14.0043 4 15.663 4C17.3217 4 18.8817 4.31511 20.343 4.94533C21.8034 5.57467 23.0741 6.42889 24.155 7.508C25.2359 8.58711 26.0914 9.85689 26.7217 11.3173C27.3519 12.7778 27.667 14.3373 27.667 15.996C27.667 17.6547 27.3523 19.2147 26.723 20.676C26.0937 22.1373 25.2385 23.408 24.1577 24.488C23.0768 25.568 21.8074 26.4236 20.3497 27.0547C18.8919 27.6858 17.3323 28.0009 15.671 28ZM26.3337 16C26.3337 13.0222 25.3003 10.5 23.2337 8.43333C21.167 6.36667 18.6448 5.33333 15.667 5.33333C12.6892 5.33333 10.167 6.36667 8.10033 8.43333C6.03366 10.5 5.00033 13.0222 5.00033 16C5.00033 18.9778 6.03366 21.5 8.10033 23.5667C10.167 25.6333 12.6892 26.6667 15.667 26.6667C18.6448 26.6667 21.167 25.6333 23.2337 23.5667C25.3003 21.5 26.3337 18.9778 26.3337 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='M7.14614 25.516C7.026 25.7176 6.97994 25.9247 7.00794 26.1374C7.03594 26.35 7.12409 26.5325 7.2724 26.6849C7.42071 26.8372 7.59666 26.9357 7.80026 26.9802C8.0029 27.0242 8.21851 26.9949 8.44709 26.8924L20.3669 21.3705C21.1005 21.019 21.4797 20.4556 21.5044 19.6803C21.5295 18.9064 21.1935 18.3245 20.4964 17.9345L18.1865 16.6422L23.3979 11.803C23.9125 11.3277 24.0972 10.7398 23.9521 10.0392C23.808 9.3391 23.407 8.80506 22.7492 8.43706L17.2405 5.35517C16.5966 4.99615 15.9176 4.90931 15.2038 5.09467C14.4899 5.28003 13.9469 5.6849 13.5749 6.30929L7.95552 15.7407C7.5835 16.3651 7.49313 17.0231 7.68442 17.7149C7.87571 18.4067 8.29305 18.9325 8.93645 19.2925L10.3748 20.0972L7.14614 25.516ZM16.5588 6.57796L22.0657 9.65885C22.3907 9.84071 22.5237 10.0436 22.5809 10.3215L22.5812 10.3231C22.6132 10.4776 22.5968 10.5539 22.5868 10.5859C22.5772 10.6164 22.5508 10.6797 22.448 10.7745L15.8245 16.9249L19.8129 19.1563C19.9832 19.2515 20.0389 19.3289 20.0588 19.3634C20.0773 19.3955 20.1106 19.4684 20.1052 19.6349C20.1 19.7977 20.0626 19.8692 20.04 19.9027C20.0154 19.9393 19.9501 20.0167 19.7689 20.1046L9.03817 25.0756L12.3139 19.5778L9.61999 18.0707C9.29302 17.8878 9.12239 17.6622 9.03378 17.3418C8.94571 17.0233 8.97885 16.7583 9.15823 16.4573L14.7776 7.02588C14.9579 6.72318 15.1924 6.54404 15.5556 6.44974C15.9207 6.35494 16.2299 6.39476 16.5588 6.57796C16.559 6.57808 16.5586 6.57785 16.5588 6.57796ZM8.01575 25.9612L8.01964 25.9696L8.01192 26.0052M8.01355 26.005L8.02075 25.972L8.01355 26.005Z' fill='%23333333'/%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='M6.7158 22.6429H25.2842L15.9873 15.6753L6.7158 22.6429ZM13.7204 7.86629C13.6609 7.99295 13.581 8.09202 13.4807 8.1635C13.3803 8.23498 13.2573 8.27026 13.1117 8.26936C12.9208 8.26936 12.761 8.20421 12.6322 8.07393C12.5017 7.94274 12.4364 7.77988 12.4364 7.58536C12.4364 7.52836 12.4422 7.48629 12.4537 7.45914C12.4653 7.432 12.4848 7.39129 12.5123 7.337C12.8196 6.64033 13.2897 6.07667 13.9229 5.646C14.556 5.21533 15.253 5 16.014 5C17.0795 5 17.9772 5.37095 18.7071 6.11286C19.4379 6.85476 19.8033 7.76857 19.8033 8.85429C19.8033 9.81333 19.5067 10.6457 18.9136 11.3514C18.3204 12.059 17.567 12.4928 16.6533 12.6529V14.4742L27.7243 22.784C27.8166 22.8401 27.8855 22.9161 27.9307 23.012C27.976 23.1079 27.9991 23.212 28 23.3241C28 23.516 27.9365 23.6765 27.8095 23.8059C27.6826 23.9353 27.5241 24 27.334 24H4.66596C4.47683 24 4.31877 23.9358 4.1918 23.8073C4.06482 23.6788 4.00089 23.5205 4 23.3323C4 23.2201 4.02309 23.1151 4.06926 23.0174C4.11543 22.9197 4.18469 22.8419 4.27704 22.784L15.3214 14.4729V12.0449C15.3214 11.8531 15.3871 11.6921 15.5185 11.5618C15.6499 11.4315 15.8089 11.3664 15.9953 11.3664C16.6702 11.3664 17.2518 11.1194 17.7402 10.6254C18.2285 10.1305 18.4727 9.53964 18.4727 8.85293C18.4727 8.16531 18.2334 7.57721 17.7548 7.08864C17.2771 6.60098 16.6964 6.35714 16.0127 6.35714C15.5278 6.35714 15.0763 6.4906 14.6581 6.7575C14.2399 7.02531 13.9273 7.3949 13.7204 7.86629Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-find-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 fill-rule='evenodd' clip-rule='evenodd' d='M12.6504 7.19922C14.8843 7.19922 16.9389 7.66888 18.458 8.45898C19.8453 9.18063 20.9555 10.2709 21.0889 11.6543L21.1025 11.9346C21.1024 13.1819 20.3171 14.2065 19.209 14.9629C19.1367 15.0123 19.1043 15.1028 19.1299 15.1865C19.1558 15.2703 19.2336 15.3281 19.3213 15.3281H24.9297C25.4381 15.3281 25.8836 15.3262 26.2393 15.376C26.6124 15.4283 26.9816 15.5478 27.2832 15.8613C27.586 16.1764 27.7032 16.5641 27.7539 16.9561C27.802 17.3279 27.7998 17.7931 27.7998 18.3213V21.8057C27.7998 22.3336 27.8019 22.7982 27.7539 23.1699C27.7032 23.5618 27.5859 23.9496 27.2832 24.2646C26.9816 24.5782 26.6124 24.6977 26.2393 24.75C25.8836 24.7998 25.4381 24.7979 24.9297 24.7979H22.7119C22.7065 24.798 22.7015 24.7986 22.6982 24.7988L22.6846 24.7979H18.2471C18.2417 24.798 18.2366 24.7986 18.2334 24.7988L18.2197 24.7979H12.6504C10.4206 24.7978 8.37064 24.3517 6.85449 23.6006C5.47934 22.9192 4.34998 21.8782 4.21387 20.5312L4.2002 20.2578V12.6504C4.2002 12.6504 4.20876 12.1204 4.2002 11.9346C4.2003 10.4177 5.36422 9.22866 6.84375 8.45898C8.36275 7.66893 10.4167 7.19931 12.6504 7.19922ZM5.79688 14.7471C5.73661 14.7006 5.65525 14.6922 5.58691 14.7256C5.5185 14.7592 5.47461 14.829 5.47461 14.9053V20.2578C5.47513 20.9123 6.03461 21.7125 7.39746 22.3877C7.70423 22.5396 8.04043 22.6771 8.40039 22.8008C8.46145 22.8218 8.52946 22.8119 8.58203 22.7744C8.63462 22.7369 8.66602 22.6759 8.66602 22.6113V21.2246C8.66604 20.8466 8.9584 20.5539 9.30273 20.5537C9.64741 20.5537 9.9404 20.8467 9.94043 21.2246V23.0391C9.94043 23.1359 10.0101 23.2193 10.1055 23.2363C10.8933 23.3771 11.7498 23.457 12.6504 23.457H12.9307C13.0411 23.457 13.1309 23.3673 13.1309 23.2568V21.8057C13.1309 21.4278 13.4232 21.135 13.7676 21.1348C14.1123 21.1348 14.4053 21.4278 14.4053 21.8057V23.2568C14.4053 23.3673 14.495 23.457 14.6055 23.457H17.3965C17.5069 23.457 17.5967 23.3673 17.5967 23.2568V21.8057C17.5967 21.4275 17.889 21.1348 18.2334 21.1348L18.3594 21.1475C18.6462 21.2087 18.8701 21.4747 18.8701 21.8057V23.2568C18.8701 23.3673 18.9599 23.457 19.0703 23.457H21.8613C21.9718 23.457 22.0615 23.3673 22.0615 23.2568V21.8057C22.0615 21.4274 22.3538 21.1348 22.6982 21.1348L22.8242 21.1475C23.1111 21.2086 23.335 21.4746 23.335 21.8057V23.2568C23.335 23.3673 23.4247 23.457 23.5352 23.457H24.9297C25.4734 23.457 25.8191 23.4552 26.0713 23.4199C26.1887 23.4034 26.2626 23.382 26.3086 23.3623C26.3135 23.3602 26.3185 23.358 26.3232 23.3555L26.3379 23.3477C26.3744 23.3282 26.4043 23.2977 26.4229 23.2607L26.4238 23.2588C26.4294 23.2478 26.4344 23.2343 26.4355 23.2314C26.4535 23.1861 26.4744 23.1108 26.4902 22.9883C26.5238 22.7279 26.5254 22.3712 26.5254 21.8057V18.3213C26.5254 17.7553 26.5239 17.3982 26.4902 17.1377C26.4744 17.0151 26.4542 16.9414 26.4365 16.8965C26.4365 16.8965 26.4296 16.8808 26.4238 16.8691L26.4229 16.8652L26.3877 16.8164L26.3545 16.7891C26.3487 16.7851 26.3426 16.781 26.3359 16.7773L26.334 16.7764C26.3235 16.7708 26.3125 16.7663 26.3086 16.7646C26.2642 16.7456 26.1912 16.7229 26.0713 16.7061C25.8191 16.6708 25.4734 16.6689 24.9297 16.6689H12.7197C12.7063 16.669 12.6929 16.6697 12.6816 16.6699C12.671 16.6701 12.6619 16.6699 12.6533 16.6699L12.2334 16.6641C10.1609 16.6096 8.26763 16.1507 6.84375 15.4102C6.47255 15.2171 6.11855 14.9951 5.79688 14.7471ZM12.6504 8.54102C10.5693 8.54111 8.71593 8.98137 7.40723 9.66211C6.05722 10.3645 5.47474 11.2086 5.47461 11.9346L5.48145 12.0674C5.54617 12.7377 6.10018 13.4908 7.27637 14.1348C7.34245 14.1707 7.42332 14.1666 7.48535 14.124C7.5475 14.0811 7.58063 14.0064 7.57031 13.9316C7.56381 13.8849 7.55844 13.8383 7.55469 13.792L7.54883 13.6523C7.54888 12.951 7.91532 12.3698 8.39941 11.9414C8.88403 11.5129 9.53847 11.1846 10.2695 10.9648C10.6837 10.8407 11.0867 10.7165 11.4414 10.6885C11.8484 10.6563 12.2284 10.7453 12.5908 11.0322C12.9784 11.34 13.1496 11.7487 13.2236 12.1934C13.2908 12.5973 13.2881 13.1003 13.2881 13.6523V15.1016C13.2881 15.1565 13.3107 15.2093 13.3506 15.2471C13.3907 15.2849 13.445 15.304 13.5 15.3008C15.2324 15.1993 16.7649 14.7939 17.8936 14.207C19.1589 13.5487 19.752 12.7657 19.8213 12.0723L19.8281 11.9346C19.828 11.2085 19.2445 10.3644 17.8945 9.66211C16.6675 9.0239 14.9614 8.5968 13.0381 8.5459L12.6504 8.54102ZM11.5371 12.0273C11.4348 12.0354 11.3205 12.0592 11.1787 12.0957L11.1738 12.0967L10.6211 12.2549L10.6182 12.2559C10.0011 12.4414 9.5259 12.698 9.21875 12.9697C8.9101 13.243 8.82333 13.4802 8.82324 13.6523L8.83398 13.7549C8.88472 14.0097 9.12803 14.369 9.77832 14.7109C10.3013 14.9858 10.9962 15.1921 11.791 15.2803C11.8475 15.2865 11.9049 15.2684 11.9473 15.2305C11.9896 15.1925 12.0137 15.1379 12.0137 15.0811V13.6523C12.0137 13.0517 12.0113 12.6866 11.9678 12.4248C11.9515 12.3268 11.9319 12.2561 11.9062 12.2041C11.8928 12.1768 11.8746 12.1498 11.8506 12.126C11.8413 12.1168 11.8305 12.1106 11.8223 12.1045L11.8242 12.1035C11.7832 12.0711 11.744 12.0483 11.7031 12.0371C11.6708 12.0281 11.6215 12.0207 11.5371 12.0273Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-box-disabled{mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.8996 29L3 4.10042L4.10042 3L29 27.8996L27.8996 29Z' fill='%23722730'/%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.85477 25.7343V14.6292H6.62011C6.26159 14.6292 5.96051 14.5079 5.71688 14.2653C5.47326 14.0227 5.35144 13.7247 5.35144 13.3713V10.5243C5.35144 10.1685 5.47326 9.8693 5.71688 9.6267C5.96051 9.38409 6.262 9.2636 6.62133 9.26522H11.6361C11.3933 9.05173 11.2254 8.79861 11.1326 8.50587C11.0397 8.21394 10.9932 7.90704 10.9932 7.58519C10.9932 6.78136 11.2764 6.09844 11.8427 5.53641C12.409 4.97437 13.0971 4.69336 13.907 4.69336C14.3755 4.69336 14.8057 4.80253 15.1977 5.02087C15.5888 5.23922 15.9265 5.52347 16.2109 5.87362C16.4944 5.51861 16.8318 5.23315 17.2229 5.01723C17.614 4.80132 18.0442 4.69336 18.5136 4.69336C19.3235 4.69336 20.012 4.97437 20.5791 5.53641C21.1462 6.09844 21.4294 6.78136 21.4286 7.58519C21.4286 7.90057 21.3805 8.20504 21.2843 8.49859C21.1882 8.79214 21.0216 9.04768 20.7844 9.26522H26.0828C26.4413 9.26522 26.7424 9.38611 26.986 9.62791C27.2296 9.8697 27.3514 10.1689 27.3514 10.5255V13.3701C27.3514 13.7259 27.2296 14.0251 26.986 14.2677C26.7424 14.5103 26.4409 14.6312 26.0816 14.6304H25.8469V25.7343C25.8469 26.2729 25.6538 26.7339 25.2676 27.1172C24.8813 27.5005 24.4165 27.6926 23.873 27.6934H8.82989C8.28722 27.6934 7.82277 27.5013 7.43655 27.1172C7.05033 26.7331 6.85559 26.2721 6.85477 25.7343ZM18.5136 5.90638C18.0344 5.90638 17.6327 6.0673 17.3084 6.38916C16.9841 6.71101 16.822 7.10969 16.822 7.58519C16.822 8.06069 16.9841 8.45977 17.3084 8.78244C17.6327 9.1051 18.0344 9.26603 18.5136 9.26522C18.9927 9.26441 19.3948 9.10348 19.7199 8.78244C20.045 8.46139 20.2071 8.06231 20.2063 7.58519C20.2055 7.10807 20.0434 6.70939 19.7199 6.38916C19.3964 6.06892 18.9943 5.90799 18.5136 5.90638ZM12.2142 7.58519C12.2142 8.0615 12.3764 8.46058 12.7007 8.78244C13.025 9.10429 13.4271 9.26522 13.907 9.26522C14.3869 9.26522 14.7886 9.10429 15.1121 8.78244C15.4356 8.46058 15.5977 8.0615 15.5986 7.58519C15.5994 7.10888 15.4372 6.7102 15.1121 6.38916C14.787 6.06811 14.3853 5.90718 13.907 5.90638C13.4287 5.90557 13.027 6.06649 12.7019 6.38916C12.3768 6.71182 12.2146 7.1105 12.2154 7.58519M6.57366 10.4782V13.4162H15.7403V10.4782H6.57366ZM15.7403 26.4803V14.6292H8.077V25.7343C8.077 25.9519 8.14788 26.1306 8.28966 26.2705C8.43063 26.4104 8.6107 26.4803 8.82989 26.4803H15.7403ZM16.9626 26.4803H23.873C24.0922 26.4803 24.2723 26.4104 24.4132 26.2705C24.5542 26.1306 24.6247 25.9519 24.6247 25.7343V14.6292H16.9626V26.4803ZM26.1292 13.4162V10.4794H16.9626V13.4162H26.1292Z' 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.587 23.5C14.374 23.5 14.1955 23.428 14.0515 23.284C13.9085 23.14 13.837 22.9615 13.837 22.7485C13.837 22.5365 13.9085 22.3585 14.0515 22.2145C14.1945 22.0705 14.373 21.999 14.587 22H17.3845C17.5975 22 17.7755 22.072 17.9185 22.216C18.0615 22.36 18.1335 22.5385 18.1345 22.7515C18.1355 22.9645 18.0635 23.1425 17.9185 23.2855C17.7735 23.4285 17.5955 23.5 17.3845 23.5H14.587ZM8.96201 16.75C8.74901 16.75 8.57051 16.678 8.42651 16.534C8.28351 16.39 8.21201 16.2115 8.21201 15.9985C8.21201 15.7855 8.28351 15.6075 8.42651 15.4645C8.56951 15.3215 8.74801 15.25 8.96201 15.25H23.0095C23.2225 15.25 23.4005 15.322 23.5435 15.466C23.6875 15.61 23.7595 15.7885 23.7595 16.0015C23.7595 16.2145 23.6875 16.3925 23.5435 16.5355C23.3995 16.6785 23.2215 16.75 23.0095 16.75H8.96201ZM4.75001 10C4.53701 10 4.35901 9.928 4.21601 9.784C4.07301 9.64 4.00101 9.4615 4.00001 9.2485C3.99901 9.0355 4.07101 8.8575 4.21601 8.7145C4.36101 8.5715 4.53901 8.5 4.75001 8.5H27.25C27.463 8.5 27.641 8.572 27.784 8.716C27.928 8.86 28 9.0385 28 9.2515C28 9.4635 27.928 9.6415 27.784 9.7855C27.64 9.9295 27.462 10.001 27.25 10H4.75001Z' 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='M10.0756 24.2173C9.89406 24.2097 9.68428 24.1306 9.55198 23.9987L5.23642 19.6944C4.9891 19.4027 4.887 18.8434 5.17296 18.5174C5.4546 18.1963 6.00082 18.2059 6.28358 18.5258L9.314 21.5522V7.80706C9.314 7.36135 9.65496 7 10.0756 7C10.4962 7 10.8371 7.36135 10.8371 7.80706V21.5522L13.8675 18.5258C14.1279 18.2504 14.6933 18.1995 14.9782 18.5174C15.263 18.8353 15.172 19.4147 14.9147 19.6944L10.5991 23.9987C10.4515 24.146 10.2782 24.2178 10.0756 24.2173Z' fill='%23333333'/%3e%3cpath d='M21.9243 7C22.1058 7.00754 22.3156 7.08671 22.4479 7.21858L26.7634 11.5229C27.0108 11.8146 27.1128 12.3739 26.8269 12.6999C26.5453 13.021 25.999 13.0114 25.7163 12.6915L22.6859 9.66505L22.6859 23.4102C22.6859 23.8559 22.3449 24.2173 21.9243 24.2173C21.5037 24.2173 21.1627 23.8559 21.1627 23.4102L21.1627 9.66505L18.1323 12.6915C17.872 12.9669 17.3066 13.0178 17.0217 12.6999C16.7369 12.382 16.8279 11.8026 17.0852 11.5229L21.4007 7.21858C21.5484 7.07129 21.7217 6.99952 21.9243 7Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 14.5856C16.2235 14.5867 16.4209 14.6654 16.5782 14.8215C16.7361 14.9784 16.8151 15.1764 16.8151 15.4008V20.7928C16.8151 21.016 16.7373 21.2137 16.5813 21.371C16.4634 21.4897 16.3215 21.5639 16.1632 21.5932L16 21.6079L15.8378 21.5921C15.6804 21.5625 15.5399 21.4893 15.4218 21.372C15.2639 21.2151 15.1849 21.0172 15.1849 20.7928V15.4008C15.1849 15.1779 15.2631 14.9803 15.4187 14.8226C15.5757 14.6634 15.7748 14.5846 16 14.5856Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9989 11.4062C16.2631 11.4052 16.4948 11.4967 16.6782 11.6821C16.8604 11.8664 16.9521 12.097 16.9531 12.3593C16.954 12.6224 16.8621 12.8537 16.6782 13.0375C16.4944 13.2212 16.2633 13.3124 16 13.3124H15.9979C15.737 13.3103 15.5077 13.2193 15.3239 13.0386C15.161 12.8784 15.0704 12.6806 15.0511 12.4562L15.0469 12.3593C15.0479 12.0959 15.1395 11.8644 15.3228 11.6811C15.5059 11.4981 15.7362 11.4073 15.9989 11.4062Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9968 5C17.5153 5.00006 18.9461 5.28938 20.2873 5.86778L20.7802 6.09315C21.9122 6.64234 22.913 7.35011 23.7806 8.21628C24.7719 9.20604 25.5556 10.3701 26.1322 11.7064C26.7107 13.047 27 14.4781 27 15.9968C26.9999 17.5152 26.7118 18.9462 26.1343 20.2873C25.5584 21.6246 24.7742 22.7899 23.7827 23.7806C22.7914 24.771 21.6276 25.5547 20.2936 26.1322C19.1226 26.6392 17.8809 26.9237 16.5697 26.9863L16.0032 27C14.484 26.9999 13.053 26.7118 11.7127 26.1343C10.3763 25.5576 9.21085 24.7733 8.21944 23.7827C7.22812 22.7921 6.44448 21.6284 5.86778 20.2936C5.28922 18.9545 5 17.5234 5 16.0032C5.00006 14.4831 5.28936 13.0524 5.86778 11.7127L6.09315 11.2198C6.64222 10.0879 7.34875 9.08701 8.21417 8.21944C9.20327 7.22789 10.368 6.44452 11.7053 5.86778C13.0467 5.28929 14.4781 5 15.9968 5ZM16 6.63025C13.3799 6.63025 11.1686 7.53664 9.35261 9.35261C7.53664 11.1686 6.63025 13.3799 6.63025 16C6.63025 18.6201 7.53664 20.8314 9.35261 22.6474C11.1686 24.4634 13.3799 25.3697 16 25.3697C18.6201 25.3697 20.8314 24.4634 22.6474 22.6474C24.4634 20.8314 25.3697 18.6201 25.3697 16C25.3697 13.3799 24.4634 11.1686 22.6474 9.35261C20.8314 7.53664 18.6201 6.63025 16 6.63025Z' 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='M15.9968 5C17.5153 5.00006 18.9461 5.28938 20.2873 5.86778L20.7802 6.09315C21.9122 6.64234 22.913 7.35011 23.7806 8.21628C24.7719 9.20604 25.5556 10.3701 26.1322 11.7064C26.7107 13.047 27 14.4781 27 15.9968C26.9999 17.5152 26.7118 18.9462 26.1343 20.2873C25.5584 21.6246 24.7742 22.7899 23.7827 23.7806C22.7914 24.771 21.6276 25.5547 20.2936 26.1322C19.1226 26.6392 17.8809 26.9237 16.5697 26.9863L16.0032 27C14.484 26.9999 13.053 26.7118 11.7127 26.1343C10.3763 25.5576 9.21085 24.7733 8.21943 23.7827C7.22812 22.7921 6.44448 21.6284 5.86778 20.2936C5.28923 18.9545 5 17.5234 5 16.0032C5.00006 14.4831 5.28936 13.0524 5.86778 11.7127L6.09315 11.2198C6.64222 10.0879 7.34875 9.08701 8.21417 8.21944C9.20327 7.22789 10.368 6.44452 11.7053 5.86778C13.0467 5.28929 14.4781 5 15.9968 5ZM16 6.63025C13.3799 6.63025 11.1686 7.53664 9.35261 9.35261C7.53664 11.1686 6.63025 13.3799 6.63025 16C6.63025 18.6201 7.53664 20.8314 9.35261 22.6474C11.1686 24.4634 13.3799 25.3697 16 25.3697C18.6201 25.3697 20.8314 24.4634 22.6474 22.6474C24.4634 20.8314 25.3697 18.6201 25.3697 16C25.3697 13.3799 24.4634 11.1686 22.6474 9.35261C20.8314 7.53664 18.6201 6.63025 16 6.63025Z' fill='%23333333'/%3e%3cpath d='M11.9 20.5C11.3588 20.5 10.9071 20.3219 10.5447 19.9658C10.1816 19.6097 10 19.1663 10 18.6355V13.3633C10 12.8326 10.1816 12.3895 10.5447 12.0342C10.9078 11.6788 11.3596 11.5008 11.9 11.5H20.1C20.6412 11.5 21.0929 11.6781 21.4553 12.0342C21.8184 12.3895 22 12.833 22 13.3645V18.6355C22 19.1663 21.8188 19.6097 21.4565 19.9658C21.0933 20.3212 20.6412 20.4988 20.1 20.4988L11.9 20.5ZM15.4365 16.039L11.1765 14.0083V18.6344C11.1765 18.842 11.2443 19.012 11.38 19.1443C11.5157 19.2766 11.689 19.3432 11.9 19.3439H20.1C20.311 19.3439 20.4843 19.2774 20.62 19.1443C20.7557 19.0113 20.8235 18.8413 20.8235 18.6344V14.0083L16.5635 16.0367C16.3933 16.1613 16.2055 16.2236 16 16.2236C15.7945 16.2236 15.6067 16.1613 15.4365 16.0367M16 15.0479L20.5976 12.7864C20.5522 12.7418 20.5031 12.7084 20.4506 12.6861C20.3973 12.6638 20.3255 12.6526 20.2353 12.6526H11.7647C11.6894 12.6526 11.6141 12.6711 11.5388 12.708C11.4635 12.7449 11.4031 12.7857 11.3576 12.8303L16 15.0479Z' 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='M10.3963 16.002L17.7901 23.7204C17.9307 23.8685 18.0003 24.0452 17.999 24.2507C17.9977 24.4561 17.9262 24.6322 17.7844 24.7789C17.6425 24.9256 17.4735 24.9993 17.2774 25C17.0812 25.0007 16.9122 24.9273 16.7704 24.7799L9.44756 17.1385C9.29295 16.9764 9.17986 16.7964 9.1083 16.5983C9.03675 16.4002 9.00065 16.2014 9.00001 16.002C8.99937 15.8026 9.03515 15.6038 9.10734 15.4058C9.17954 15.2077 9.29263 15.0276 9.4466 14.8655L16.7694 7.21814C16.9106 7.07074 17.0806 6.99804 17.2793 7.00004C17.4774 7.00204 17.6473 7.07674 17.7891 7.22414C17.931 7.37154 18.0013 7.54795 18 7.75337C17.9987 7.9588 17.9284 8.13521 17.7891 8.28261L10.3963 16.002Z' fill='%23333333'/%3e%3cpath d='M19.3963 16.002L26.7901 23.7204C26.9307 23.8685 27.0003 24.0452 26.999 24.2507C26.9977 24.4561 26.9262 24.6322 26.7844 24.7789C26.6425 24.9256 26.4735 24.9993 26.2774 25C26.0812 25.0007 25.9122 24.9273 25.7704 24.7799L18.4476 17.1385C18.2929 16.9764 18.1799 16.7964 18.1083 16.5983C18.0367 16.4002 18.0006 16.2014 18 16.002C17.9994 15.8026 18.0351 15.6038 18.1073 15.4058C18.1795 15.2077 18.2926 15.0276 18.4466 14.8655L25.7694 7.21814C25.9106 7.07074 26.0806 6.99804 26.2793 7.00004C26.4774 7.00204 26.6473 7.07674 26.7891 7.22414C26.931 7.37154 27.0013 7.54795 27 7.75337C26.9987 7.9588 26.9284 8.13521 26.7891 8.28261L19.3963 16.002Z' 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='M19.3963 16.002L26.7901 23.7204C26.9307 23.8685 27.0003 24.0452 26.999 24.2507C26.9977 24.4561 26.9262 24.6322 26.7844 24.7789C26.6425 24.9256 26.4735 24.9993 26.2774 25C26.0812 25.0007 25.9122 24.9273 25.7704 24.7799L18.4476 17.1385C18.2929 16.9764 18.1799 16.7964 18.1083 16.5983C18.0367 16.4002 18.0006 16.2014 18 16.002C17.9994 15.8026 18.0351 15.6038 18.1073 15.4058C18.1795 15.2077 18.2926 15.0276 18.4466 14.8655L25.7694 7.21814C25.9106 7.07074 26.0806 6.99804 26.2793 7.00004C26.4774 7.00204 26.6473 7.07674 26.7891 7.22414C26.931 7.37154 27.0013 7.54795 27 7.75337C26.9987 7.9588 26.9284 8.13521 26.7891 8.28261L19.3963 16.002Z' 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 d='M8.2147 16.6788L13.3718 21.7991C13.5062 21.9325 13.5766 22.0897 13.583 22.2707C13.5895 22.4516 13.519 22.6175 13.3718 22.7683C13.219 22.92 13.0547 22.9972 12.8788 23C12.703 23.0018 12.5387 22.9273 12.3859 22.7765L6.33552 16.7679C6.11184 16.5467 6 16.2885 6 15.9933C6 15.6981 6.11184 15.4399 6.33552 15.2188L12.3859 9.21014C12.5203 9.0767 12.68 9.00679 12.865 9.00039C13.05 8.99399 13.219 9.06665 13.3718 9.21836C13.519 9.36916 13.5936 9.53092 13.5954 9.70366C13.5973 9.87639 13.5227 10.0377 13.3718 10.1876L8.2147 15.3079H25.3082C25.5052 15.3079 25.67 15.3732 25.8025 15.5039C25.9351 15.6346 26.0009 15.7977 26 15.9933C25.9991 16.1889 25.9333 16.352 25.8025 16.4827C25.6718 16.6134 25.5075 16.6788 25.3096 16.6788H8.2147Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-navigation-right {mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.7853 16.6788L18.6282 21.7991C18.4938 21.9325 18.4234 22.0897 18.417 22.2707C18.4105 22.4516 18.481 22.6175 18.6282 22.7683C18.781 22.92 18.9453 22.9972 19.1212 23C19.297 23.0018 19.4613 22.9273 19.6141 22.7765L25.6645 16.7679C25.8882 16.5467 26 16.2885 26 15.9933C26 15.6981 25.8882 15.4399 25.6645 15.2188L19.6141 9.21014C19.4797 9.0767 19.32 9.00679 19.135 9.00039C18.95 8.99399 18.781 9.06665 18.6282 9.21836C18.481 9.36916 18.4064 9.53092 18.4046 9.70366C18.4027 9.87639 18.4773 10.0377 18.6282 10.1876L23.7853 15.3079H6.69176C6.49477 15.3079 6.33001 15.3732 6.19745 15.5039C6.0649 15.6346 5.99909 15.7977 6.00001 15.9933C6.00093 16.1889 6.06674 16.352 6.19745 16.4827C6.32816 16.6134 6.49247 16.6788 6.69038 16.6788H23.7853Z' 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='M16.0061 26C14.6879 26 13.4529 25.7473 12.3011 25.242C11.1493 24.7367 10.1424 24.0449 9.28053 23.1666C8.41864 22.2883 7.73975 21.2623 7.24385 20.0886C6.74795 18.9149 6.5 17.6564 6.5 16.3132C6.5 14.9699 6.74795 13.7115 7.24385 12.5377C7.73975 11.364 8.41864 10.338 9.28053 9.45976C10.1424 8.58149 11.1493 7.88969 12.3011 7.38436C13.4529 6.87903 14.6879 6.62637 16.0061 6.62637H16.4576L14.901 5.03894C14.7742 4.90979 14.7109 4.76771 14.7109 4.61272C14.7109 4.45773 14.7742 4.31405 14.901 4.18166C15.0159 4.0638 15.1529 4.00326 15.3121 4.00003C15.4714 3.99842 15.6167 4.05654 15.7482 4.1744L18.0772 6.52345C18.2642 6.71476 18.3576 6.94321 18.3576 7.20879C18.3576 7.47437 18.2638 7.70241 18.076 7.89292L15.7946 10.242C15.6781 10.376 15.5403 10.4418 15.3811 10.4393C15.2218 10.4369 15.0769 10.3691 14.9461 10.2359C14.8194 10.1019 14.756 9.95783 14.756 9.80365C14.756 9.64946 14.8194 9.50779 14.9461 9.37864L16.4576 7.83722H16.0061C13.689 7.83722 11.7236 8.65979 10.1099 10.3049C8.49628 11.9501 7.68905 13.9528 7.68826 16.3132C7.68747 18.6735 8.49469 20.6767 10.1099 22.3226C11.7252 23.9686 13.6906 24.7908 16.0061 24.7891C18.1972 24.7891 20.0826 24.0344 21.6622 22.5249C23.2418 21.0169 24.1171 19.149 24.2882 16.921C24.312 16.7531 24.3817 16.6098 24.4974 16.4912C24.613 16.3725 24.7533 16.3132 24.918 16.3132C25.0828 16.3132 25.223 16.3713 25.3387 16.4875C25.4543 16.6038 25.5078 16.7434 25.4991 16.9065C25.343 19.4792 24.354 21.6377 22.532 23.3821C20.71 25.1266 18.5347 25.9992 16.0061 26Z' 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='M6.70455 5.5H25.2955C25.4811 5.5 25.637 5.564 25.7631 5.692C25.8891 5.82 25.9522 5.97867 25.9522 6.168C25.9522 6.35733 25.8891 6.51556 25.7631 6.64267C25.637 6.76978 25.4811 6.83333 25.2955 6.83333H6.70455C6.51803 6.83333 6.36217 6.76933 6.23695 6.64133C6.11173 6.51333 6.04868 6.35467 6.04781 6.16533C6.04693 5.976 6.10998 5.81778 6.23695 5.69067C6.36392 5.56356 6.51978 5.5 6.70455 5.5ZM7.21023 25.5C6.90989 25.5 6.6577 25.3969 6.45367 25.1907C6.24965 24.9844 6.14807 24.7284 6.14895 24.4227V17.5H5.56576C5.23389 17.5 4.95763 17.3644 4.73696 17.0933C4.5163 16.8222 4.44975 16.5182 4.53731 16.1813L5.85079 10.336C5.90508 10.0924 6.03117 9.89244 6.22907 9.736C6.42697 9.57867 6.65201 9.5 6.90419 9.5H25.0958C25.348 9.5 25.573 9.57822 25.7709 9.73466C25.9688 9.892 26.0949 10.0924 26.1492 10.336L27.4627 16.1813C27.5502 16.5191 27.4837 16.8231 27.263 17.0933C27.0424 17.3636 26.7665 17.4991 26.4355 17.5H25.8511V24.8333C25.8511 25.0227 25.788 25.1809 25.6619 25.308C25.5358 25.4351 25.3795 25.4991 25.193 25.5C25.0065 25.5009 24.8506 25.4369 24.7254 25.308C24.6002 25.1791 24.5376 25.0209 24.5376 24.8333V17.5H17.9702V24.4227C17.9702 24.7284 17.8686 24.9844 17.6655 25.1907C17.4623 25.3969 17.2101 25.5 16.9089 25.5H7.21023ZM7.46242 24.1667H16.6567V17.5H7.46242V24.1667ZM5.85998 16.1667H26.14L24.9211 10.8333H7.07889L5.85998 16.1667Z' 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.1918 17.5726L7.57977 14.8919C7.34504 14.7994 7.17845 14.6603 7.07998 14.4746C6.98152 14.2888 6.93273 14.0991 6.93361 13.9054C6.93448 13.7117 6.98899 13.5198 7.09713 13.3297C7.20526 13.1395 7.37713 12.9987 7.61274 12.9071L23.4768 6.89597C23.6843 6.80793 23.8878 6.79121 24.0873 6.84579C24.2869 6.90037 24.4592 7.00029 24.6043 7.14555C24.7493 7.29081 24.8487 7.46336 24.9023 7.66321C24.9568 7.86305 24.9401 8.06641 24.8522 8.2733L18.7967 24.1436C18.7079 24.3672 18.5708 24.5349 18.3853 24.6467C18.1998 24.7585 18.0094 24.8145 17.8143 24.8145C17.6191 24.8145 17.4266 24.7608 17.2367 24.6533C17.0468 24.5459 16.9065 24.3756 16.816 24.1423L14.1918 17.5726ZM17.7918 23.0119L23.4385 8.31423L8.70858 13.9147L15.1702 16.5412L17.7918 23.0119Z' 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-open {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 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 5H14.2551C14.4504 5 14.614 5.06554 14.746 5.19663C14.878 5.32771 14.9435 5.49133 14.9426 5.6875C14.9417 5.88367 14.8762 6.04729 14.746 6.17837C14.6158 6.30946 14.4517 6.375 14.2537 6.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.625H24.7794C24.9902 25.625 25.1841 25.537 25.361 25.361C25.5379 25.185 25.6259 24.9911 25.625 24.7794V17.7449C25.625 17.5496 25.6905 17.386 25.8216 17.254C25.9527 17.122 26.1163 17.0565 26.3125 17.0574C26.5087 17.0583 26.6723 17.1238 26.8034 17.254C26.9345 17.3842 27 17.5478 27 17.7449V24.7794C27 25.4119 26.7882 25.9399 26.3647 26.3634C25.9412 26.7869 25.4123 26.9991 24.778 27H7.222ZM25.625 7.3485L13.3765 19.597C13.2482 19.7253 13.0905 19.7941 12.9035 19.8032C12.7165 19.8124 12.5501 19.7437 12.4044 19.597C12.2586 19.4503 12.1853 19.2881 12.1844 19.1103C12.1835 18.9324 12.2568 18.7702 12.4044 18.6235L24.6515 6.375H19.4375C19.2423 6.375 19.0786 6.30946 18.9466 6.17837C18.8146 6.04729 18.7491 5.88367 18.75 5.6875C18.7509 5.49133 18.8165 5.32771 18.9466 5.19663C19.0768 5.06554 19.2404 5 19.4375 5H25.889C26.2089 5 26.4738 5.10542 26.6838 5.31625C26.8937 5.52708 26.9991 5.792 27 6.111V12.5625C27 12.7587 26.9345 12.9223 26.8034 13.0534C26.6723 13.1845 26.5087 13.25 26.3125 13.25C26.1163 13.25 25.9527 13.1845 25.8216 13.0534C25.6905 12.9223 25.625 12.7587 25.625 12.5625V7.3485Z' fill='black'/%3e%3c/svg%3e ");}

/* icons 'background-image' */
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1L20.6971 11.2108L32 12.459L23.6 20.0178L25.8885 31L16 25.4608L6.11146 31L8.4 20.0178L0 12.459L11.3029 11.2108L16 1Z' fill='url(%23paint0_linear_16_3874)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_16_3874' x1='16' y1='16.0242' x2='16.0516' y2='16.0242' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F4CC49'/%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='M10.9004 9.17945C10.9007 7.71272 12.5808 6.86056 13.749 7.77906L22.4219 14.6003C23.326 15.3118 23.326 16.6897 22.4219 17.4011L13.749 24.2224C12.5808 25.1409 10.9007 24.2888 10.9004 22.822V9.17945ZM12.0996 22.822C12.0999 23.3134 12.6473 23.5626 13.0078 23.2791L21.6797 16.4578C21.9732 16.2268 21.9732 15.7747 21.6797 15.5437L13.0078 8.72242C12.6473 8.43886 12.0999 8.68804 12.0996 9.17945V22.822Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.7002 8.95703C12.7002 8.77486 12.5434 8.59961 12.3174 8.59961H10.9824C10.7564 8.59961 10.5996 8.77486 10.5996 8.95703V23.043C10.5996 23.2251 10.7564 23.4004 10.9824 23.4004H12.3174C12.5434 23.4004 12.7002 23.2251 12.7002 23.043V8.95703ZM21.4004 8.95703C21.4004 8.77486 21.2436 8.59961 21.0176 8.59961H19.6826C19.4566 8.59961 19.2998 8.77486 19.2998 8.95703V23.043C19.2998 23.2251 19.4566 23.4004 19.6826 23.4004H21.0176C21.2436 23.4004 21.4004 23.2251 21.4004 23.043V8.95703ZM13.9004 23.043C13.9004 23.9175 13.1762 24.5996 12.3174 24.5996H10.9824C10.1236 24.5996 9.40039 23.9175 9.40039 23.043V8.95703C9.40039 8.08254 10.1236 7.40039 10.9824 7.40039H12.3174C13.1762 7.40039 13.9004 8.08254 13.9004 8.95703V23.043ZM22.5996 23.043C22.5996 23.9175 21.8764 24.5996 21.0176 24.5996H19.6826C18.8238 24.5996 18.0996 23.9175 18.0996 23.043V8.95703C18.0996 8.08254 18.8238 7.40039 19.6826 7.40039H21.0176C21.8764 7.40039 22.5996 8.08254 22.5996 8.95703V23.043Z' 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.8489 24.0242L5.21009 7.34152C4.92146 7.11899 4.50767 7.16119 4.28496 7.44968C4.06205 7.73841 4.12589 8.15037 4.41476 8.37308L26.053 25.0553C26.3337 24.7244 26.5994 24.3804 26.8489 24.0242Z' fill='%23333333'/%3e%3cpath d='M25.3737 15.9996C25.3737 17.5721 25.0559 19.0335 24.4205 20.3838L23.3701 19.5741C23.84 18.4627 24.075 17.2712 24.075 15.9996C24.075 14.0506 23.523 12.2898 22.4191 10.7172C21.4067 9.27493 20.1029 8.2239 18.5078 7.56413C18.2469 7.45624 18.0685 7.20657 18.0685 6.9243C18.0685 6.46893 18.5146 6.14737 18.9338 6.32516C20.6881 7.06911 22.1529 8.22837 23.3282 9.80293C24.6919 11.6306 25.3737 13.6962 25.3737 15.9996Z' fill='%23333333'/%3e%3cpath d='M18.0685 15.4867L20.2069 17.1353C20.2748 16.7794 20.3088 16.4119 20.3088 16.0328C20.3088 15.1248 20.1139 14.272 19.7243 13.4747C19.6193 13.2598 19.5025 13.057 19.374 12.8662C18.9303 12.208 18.0685 12.6317 18.0685 13.4255V15.4867Z' fill='%23333333'/%3e%3cpath d='M14.4646 12.7083L12.1884 10.9534L12.7494 10.3793C13.376 9.73814 14.4646 10.1817 14.4646 11.0782V12.7083Z' fill='%23333333'/%3e%3cpath d='M5.37369 14.375C5.37369 13.8227 5.8214 13.375 6.37369 13.375H8.61023L10.3339 14.7039H6.67239V17.3617H10.3737L13.1659 20.2189V16.8873L14.4646 17.8885V20.9875C14.4646 21.8839 13.376 22.3275 12.7494 21.6864L9.82174 18.6906H6.37369C5.8214 18.6906 5.37369 18.2429 5.37369 17.6906V14.375Z' fill='%23333333'/%3e%3cpath d='M20.9732 22.9064L21.9923 23.6921C21.0955 24.5289 20.076 25.1896 18.9338 25.6741C18.5145 25.8519 18.0685 25.5303 18.0685 25.0749C18.0685 24.7927 18.2469 24.543 18.5077 24.4351C19.4261 24.0553 20.248 23.5457 20.9732 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.6987 12.5453H8.13081C7.86753 12.5453 7.64751 12.4564 7.47076 12.2785C7.294 12.1006 7.20501 11.8801 7.20377 11.617C7.20253 11.3539 7.29153 11.134 7.47076 10.9574C7.64999 10.7807 7.87 10.6924 8.13081 10.6924H10.6987V8.12804C10.6987 7.86493 10.7877 7.64443 10.9657 7.46656C11.1425 7.28868 11.3625 7.19974 11.6258 7.19974C11.889 7.19974 12.1091 7.28868 12.2858 7.46656C12.4626 7.64443 12.5516 7.86431 12.5528 8.12618V10.6924H15.1189C15.3821 10.6924 15.6022 10.7814 15.7789 10.9592C15.9557 11.1371 16.0447 11.3576 16.0459 11.6207C16.0471 11.8838 15.9581 12.1037 15.7789 12.2803C15.5997 12.457 15.3797 12.5453 15.1189 12.5453H12.5528V15.1115C12.5528 15.3734 12.4638 15.5933 12.2858 15.7712C12.1078 15.949 11.8872 16.0374 11.6239 16.0361C11.3606 16.0349 11.1406 15.9466 10.9639 15.7712C10.7871 15.5958 10.6987 15.3753 10.6987 15.1097V12.5453ZM11.6258 22.2359C8.65552 22.2359 6.142 21.2094 4.0852 19.1564C2.0284 17.1009 1 14.5903 1 11.6244C1 8.65858 2.02716 6.14669 4.08149 4.08875C6.13582 2.03082 8.64748 1.00124 11.6165 1C14.5855 1 17.0996 2.02773 19.1589 4.08319C21.2182 6.13989 22.2478 8.65178 22.2478 11.6189C22.2478 12.906 22.0198 14.1518 21.5637 15.3561C21.1076 16.5605 20.5081 17.5907 19.7652 18.4467L30.721 29.3917C30.894 29.5646 30.9867 29.7777 30.9991 30.0309C31.0102 30.2817 30.9175 30.5059 30.721 30.7035C30.5232 30.9012 30.3044 31 30.0646 31C29.8248 31 29.6061 30.9012 29.4083 30.7035L18.4544 19.7567C17.5273 20.546 16.4612 21.1569 15.2561 21.5892C14.0509 22.0216 12.8396 22.2377 11.6221 22.2377M11.6221 20.3848C14.0818 20.3848 16.159 19.5387 17.8536 17.8464C19.547 16.1541 20.3937 14.0783 20.3937 11.6189C20.3937 9.15947 19.5483 7.08424 17.8573 5.39318C16.1664 3.70212 14.0898 2.85597 11.6276 2.85473C9.16663 2.85473 7.08943 3.70088 5.39604 5.39318C3.70264 7.08548 2.85532 9.16071 2.85409 11.6189C2.85285 14.077 3.69955 16.1522 5.39418 17.8445C7.08882 19.5368 9.16539 20.383 11.6239 20.383' fill='%23555555'/%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 #footer .container,
	body #header .container {
		max-width: calc(2560px + var(--container-padding, 40px) * 2);
	}
} 


@media screen and (width: 1920px) {
    body.windows #footer .container,
	body.windows #header .container {
        max-width: calc(1920px - var(--container-scrollbar-width, 16px));
        width: calc(var(--container-width, 1680px) + var(--container-padding, 40px) * 2) !important;
    }

    body.windows .container .container {
        max-width: 100%;
    }
}

/*
*
* Banner Homepage
*
*/

.home .home-slider .slick-arrow {top: unset;bottom: 15px;width: 44px;box-shadow: unset;background-color: rgba(255, 255, 255, 0.5) !important;}
.home .home-slider .slick-prev {border-bottom-right-radius: 0;border-top-right-radius: 0;left: 50%;transform: translateX(-100%)}
.home .home-slider .slick-next {border-bottom-left-radius: 0;border-top-left-radius: 0;right: 50%;transform: translateX(100%);}


.home .home-slider .description .content p.home-slider-subtitle.mega-title { padding-top: 3px; }
.home .home-slider .description .content p.home-slider-description.list-nav-title { padding-top: 11px; }

@media screen and (max-width: 767px) {
	.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: 10px; }
}


/*
*
* Submenu
*
*/

@media screen and (min-width: 1200px) {
        #header-submenu-block .menu-grower:not(.grower-inst) .header-submenu .header-nav-item-1 { font-size: 22px;line-height: 140%;font-weight: 500; }
		body #header #header-submenu-block .header-submenu:not(.rdc-see-all) .sel,
		body #header #header-submenu-block .header-submenu:not(.rdc-see-all) .rdc-current-active { font-weight: 600; }
		body #header #header-submenu-block .header-submenu.rdc-see-all a.header-nav-item-2:hover { color: var(--color-darkgray); }
        #submenu-inst-menu .inst-menu.rdc-submenu-order-status .submenu-inst-exp,
		#submenu-inst-menu .submenu-inst-item.submenu-inst-country a .submenu-inst-exp { font-weight: 500; }
        /* 2º & 3º nivel */
            #header-submenu-block .rdc-see-all-2 .secondary-title,
            #header-submenu-block .rdc-see-all-3 .secondary-title { font-family: var(--base-fontfamily);font-size: 28px;line-height: 140%; }
            #header-submenu-block .header-submenu-nav .header-submenu > a.list-nav-title { font-size: 15px; }
        /* 2º & 3º nivel */
        /* Banner */
            #header-submenu-block .submenu-image-item.text_align_left .submenu-image-item-wrapper { text-align: center;padding-top: 20px; }
            #header-submenu-block .submenu-image-item .submenu-image-item-wrapper > div.submenu-image-item-title { margin-top: 5px; }
            #header-submenu-block .submenu-image-item .submenu-image-item-wrapper > div.submenu-image-item-title .list-nav-title { margin-top: 0 !important; }
            #header-submenu-block .submenu-image-item .submenu-image-item-wrapper > div.submenu-image-item-description p { margin-top: 5px !important; }
            #header-submenu-block .submenu-image-item .submenu-image-item-wrapper > div.submenu-image-item-link { margin-top: 17px !important; }
            #header-submenu-block .header-submenu-column.submenu-column-image a.submenu-image-item { margin-top: 60px !important; }
        /* Banner */

}

/*
*
* Menu Mobile
*
*/

/*.mobile-menu #menu .sel:not(.active, .hasSub) > span { background-image: unset;color: var(--color-theme); }*/
#menu #mobile-holder #mobile-main-menu a.mobile-nav-item.list-nav-title { font-size: 22px;line-height: 140%; }
#menu #mobile-holder #mobile-main-menu .mobile-menu-group-wrapper:nth-child(2) a.mobile-nav-item.list-nav-title { font-size: 16px;line-height: 140%; }
#menu #mobile-holder .mobile-menu-sub-scroll .mobile-nav-parent-item a span { font-size: 26px;line-height: 140%; }
#menu #mobile-holder .mobile-menu-sub-scroll .mobile-menu-group a { font-size: 16px;font-weight: 500;line-height: 160%; }

body  .mobile-menu .sel:not(.active, .hasSub) > span { font-weight: 600;border: 0;background-image: unset; }

/*
*
* Footer
*
*/
body #footer .newsletter-footer-header .subtitle { font-size: 24px;font-weight: 400; }
body #footer .wrapper-footer .rdc-flag-country-holder .a { font-weight: 400 !important; }
body #footer.footer-col .newsletter-footer input { color: var(--color-white); }
#footer .footer-menu-list > div.rdc-footer-menu-list_desc_main .paragraph { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

@media screen and (max-width: 767px) {
	body #footer .newsletter-footer-header .subtitle { font-size: 20px; }
	body #footer.footer-col .newsletter-footer input { font-size: 15px; }
	#footer .footer-menu-list > div.rdc-footer-menu-list_desc_main .paragraph { font-size: 11px !important; }
}


/*
 *
 * Filters & Area A list page
 *
*/
body #rdc-productlist-area-a .rdc-items-slider:has(.rdc-slider-item.sel) .rdc-slider-item { color: var(--color-gray); }
body #rdc-productlist-area-a .rdc-items-slider.rdc-images-slider .rdc-slider-item.sel { color: var(--color-black); }
body #rdc-productlist-area-a .rdc-items-slider.rdc-images-slider .rdc-slider-item .rdc-item-name { font-size: 14px;font-weight: 400;line-height: 140%;text-align: start; }
@media screen and (max-width: 767px) {
	#rdc-productlist-area-a .rdc-productlist-area-a-col-left .rdc-productlist-area-a-desc .title { font-size: 20px; }
	#rdc-productlist-area-a .rdc-page-short-content { font-size: 12px; }
	body #rdc-productlist-area-a .rdc-items-slider.rdc-images-slider .rdc-slider-item .rdc-item-name { font-size: 10px;line-height: 100%; }

	#filters-popup .rdc-wrapper-popup-body .box-filter .item-name { font-size: 16px; }
	#filters-popup .wrapper-rotation-filters .box-filter .filter-label-item { font-size: 15px; }
}
@media (hover) {
	body #rdc-productlist-area-a .rdc-items-slider.rdc-images-slider .rdc-slider-item:not(.sel):hover,
	body #rdc-productlist-area-a .rdc-items-slider.rdc-no-images-slider .rdc-slider-item:not(.sel):hover { color: var(--color-black); }
}


#rdc-productlist-area-c .filters > .box-filter .bottom-filters-clear .link { font-size: 13px;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

/*
 *
 * Product Item
 *
*/
article.product-item .rdc-product-item-colors-list .product-item-more-colors-label { font-size: 11px; }
@media screen and (max-width: 1199px) {
    body article.product-item .rdc-product-item-flags .flag { font-size: 9px; }
}

/*
* 
* Detail
*
*/

#rdc-productdetail-area-b .rdc-product-ref .paragraph { color: var(--color-darkgray); }

/* Serviços */
body .rdc-product-services-wrapper .rdc-service-group{border-color: var(--color-gray);background-color: var(--color-white);}
body .rdc-column-desc .rdc-selectQtd{border-color: var(--color-gray);background-color: var(--color-white);}