/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #202020;
	--color-theme: #1A8E37;
	--color-black: #333;
	--color-darkgray: #666666;
	--color-gray: #999999;
	--color-lightgray: #CCCCCC;
	--color-white: #FFF;
	--color-overlay: rgba(51, 51, 51, 0.75);
	--color-background: #F5F5F5;
	--color-lines: #CCCCCC;
	--color-link: #003A6F;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #EE1414;
	--color-errorlight: #FFF1F0;
	--color-success: #52C41A;
	--color-successlight: #F6FFED;
	--color-warning: #FFE501;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;
	--color-menu: #525252;

	--container-padding: 24px;
	--container-padding-n: -24px;
}


@media screen and (max-width: 1438px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
	}
}



/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: 'Montserrat', sans-serif;
	/* font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif; */
	font-weight: 400;
	font-size: 14px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: var(--color-link);
	text-decoration: underline;
}

a:hover, .a:hover {
	text-decoration: none;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 180%;
	font-weight: 400;
	color: var(--color-black);
}

/* PARAGRAPH - A */
.paragraph a {
	color: var(--color-link);
	text-decoration: underline;
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

.paragraph a:hover, a.paragraph:hover {
	color: var(--color-link);
	text-decoration: none;
}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after {

}

/* MEGA-TITLE */
.mega-title {
	font-weight: 700;
	font-size: 44px;
	line-height: 120%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 600;
	font-size: 40px;
	line-height: 180%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}

.list-nav-title.active {
	color: var(--color-theme);
}

/* SIGNATURE */
.signature {
	font-weight: 300;
	font-size: 14px;
	color: var(--color-theme);
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 600;
	font-size: 13px;
	line-height: 180%;
}

.list-nav-subtitle.active {
	color: var(--color-theme);
}

/* PRODUCT ITEM */
	/* Brand */
	.brand-list-product {
		font-weight: 600;
		font-size: 13px;
	} 

	/* Name */
	.product-item .desc .name {
		font-weight: 400;
		font-size: 13px;
		line-height: 150%;
	}

	/* Price */
	.price {display: flex;align-items: baseline;}
	.price, .price p {
		font-weight: 700;
		font-size: 16px;
		color: var(--color-dark);
		line-height: 125%;
	}

	/* Price Discount */
	.price .discount {
		background: var(--color-error); /* Required */
		color: var(--color-white); /* Required */
		font-size: 12px;
		font-weight: 600;
		padding: 5px 4px;
		line-height: 125%;
	}

	/* Price Old */
	.price .old {
		color: var(--color-gray);
		font-size: 14px;
		text-decoration: line-through;
		font-weight: 600;
	}

	/* Price Current */
	.price .current {background-color: var(--color-warning); padding: 2px 5px;}

	/* Price Desde, Price Type, Price Date */
	.price .desde, .price .type, .price .date, .price .rdc-promo-30days{
		font-weight: 400;
		font-size: 10px;
		line-height: 130%;
	}

	/* Price Desde, Price Type */
	.price .desde, .price .type {
		color: var(--color-gray);
	}

	.price .desde{font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}

	/* Promo Date */
	.rdc-promo-date {
		color: var(--color-error);
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 30px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title { 			/* (1) */
		font-size: 26px;
		line-height: 140%;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title { /* (1) */
		font-size: 22px;

	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 18px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 17px;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		/* font-size: 16px; */
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		/* font-size: 14px; */
	}

	/* SIGNATURE */
	.signature {
		/* font-size: 14px; */
	}

	/* PRODUCT ITEM */
	/*,.product-item .price p*/
	.product-item .desc .name {
		font-size: 13px;
	}
	.price .old {
		font-size: 12px;
	}

	.price .form-field p{
		font-size: 13px;
		font-weight: 600;
		line-height: 124%;
		padding-bottom: 4px;
	}

	.price .desde{font-size: 9px;}
}

@media screen and (min-width: 1200px) {
	/* PRODUCT ITEM (SMALL) == MOBILE */
	.rdc-product-item-size-small .desc .name ,
	.rdc-product-item-size-small .price p {
		/* font-size: 13px; */
	}
}

/* (1) - REQUIRED - Mobile styles to be used on desktop */
	/* TITLE */
	.rdc-popup-right-bar .title {
		/* font-size: 38px; */
	}

	/* SECONDARY-TITLE */
	.rdc-popup-right-bar .secondary-title {
		/* font-size: 30px; */
	}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button],
	body .button.btn-cart, body .button.btn-cart-esgotado,
	.quotation .bottom-options-total button {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 13px;
		text-transform: uppercase;
		padding: 11px 15px;
		line-height: 124%;
		border-radius: 43px;
	}
	
	.button, button, input[type=submit], input[type=button] {
		color: var(--color-white);
		border: 1px solid var(--color-theme);
		background-color: var(--color-theme);
	}

	/* Normal Hover */
	.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
		color: var(--color-white);
		border-color: var(--color-dark);
		background-color: var(--color-dark);
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		opacity: 0.3;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border: 1px solid var(--color-lightgray);
	}

	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
		color: var(--color-dark);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Hover */
	.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-dark);
		background-color: var(--color-dark);
	}

	/* 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;
		opacity: 0.3;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border: 1px solid 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-dark);
		background-color: transparent;
		border-width: 2px;
	}

	/* Normal Hover */
	.button.btn2:not([disabled]):hover, button.btn2:not([disabled]):hover, input[type=submit].btn2:not([disabled]):hover, input[type=button].btn2:not([disabled]):hover, .buttonBlocks:not([disabled]):hover{
		color: var(--color-white);
		border-color: var(--color-dark);
		background-color: var(--color-dark);
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		opacity: 0.3;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border: 1px solid 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;
		border-width: 2px;
	}

	/* White Hover */
	.button.btn2.btn-light:not([disabled]):hover, .button.btn2.white:not([disabled]):hover, button.btn2.btn-light:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.btn-light:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.btn-light:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
		color: var(--color-dark); 
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Disable */
	.button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
		cursor: default !important;
		opacity: 0.3;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border: 1px solid var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 13px;
		line-height: normal;
		text-decoration: none !important;
		padding: 2px 0;
		border: 0;
		background: transparent;
		display: inline-block;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 2px solid var(--color-dark);
	}

	/* Normal Hover */
	.button.link:not([disabled]):hover, .link:not([disabled]):hover {
		border-color: transparent;
		color: currentColor;
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		color: var(--color-lightgray);
		border: 2px solid var(--color-lightgray);
		cursor: default !important;
		opacity: 0.3;
	}

	/* White */
	.button.link.white, .link.white {
		color: var(--color-white);
		border: 2px solid var(--color-white);
	}

	/* White Hover */
	.button.link.white:not([disabled]):hover, .link.white:not([disabled]):hover {
		color: transparent;
	}

	/* White Disable */
	.button.link.white[disabled], .link.white[disabled] {
		color: var(--color-lightgray);
		border: 2px solid var(--color-lightgray);
		cursor: default !important;
		opacity: 0.3;
	}

/* Buttons Cart */
	/* Normal */
	.btn-cart, .btn-cart-esgotado {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 14px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 15px 20px;
		border: 1px solid var(--color-theme);
		background-color: var(--color-theme);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btn-cart:not(.submit)::before, .btn-cart-esgotado:not(.submit)::before {
		content: '';
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0006 17.1C21.8254 17.1 22.5512 16.649 22.9251 15.967L26.862 8.828C26.9547 8.66127 27.0022 8.47322 26.9999 8.28246C26.9976 8.0917 26.9456 7.90485 26.8489 7.74039C26.7523 7.57593 26.6144 7.43956 26.4489 7.34478C26.2834 7.25 26.096 7.20009 25.9052 7.2H9.62973L8.59601 5H5V7.2H7.19939L11.1583 15.549L9.67371 18.233C8.87093 19.707 9.92664 21.5 11.5982 21.5H24.7945V19.3H11.5982L12.8079 17.1H21.0006ZM11.5982 22.6C10.3885 22.6 9.40979 23.59 9.40979 24.8C9.40979 26.01 10.3885 27 11.5982 27C12.8079 27 13.7976 26.01 13.7976 24.8C13.7976 23.59 12.8079 22.6 11.5982 22.6ZM22.5952 22.6C21.3855 22.6 20.4068 23.59 20.4068 24.8C20.4068 26.01 21.3855 27 22.5952 27C23.8048 27 24.7945 26.01 24.7945 24.8C24.7945 23.59 23.8048 22.6 22.5952 22.6Z' fill='white'/%3E%3C/svg%3E%0A");
		background-position: left;
		margin-right: 10px;
		display: block;
	}

	.btn-cart.btn-cotacao::before, .btn-cart-esgotado.btn-cotacao::before{
		margin-right: 9px;
		background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.951 8.04569C14.7368 8.04569 14.5574 7.97396 14.4127 7.8305C14.2676 7.68753 14.195 7.5102 14.195 7.29849V6.55129H13.4391C13.2249 6.55129 13.0455 6.47981 12.9009 6.33685C12.7557 6.19339 12.6832 6.0158 12.6832 5.8041C12.6832 5.59239 12.7557 5.41481 12.9009 5.27134C13.0455 5.12838 13.2249 5.0569 13.4391 5.0569H14.195V4.3097C14.195 4.09799 14.2676 3.92041 14.4127 3.77695C14.5574 3.63398 14.7368 3.5625 14.951 3.5625C15.1651 3.5625 15.3445 3.63398 15.4892 3.77695C15.6343 3.92041 15.7069 4.09799 15.7069 4.3097V5.0569H16.4628C16.677 5.0569 16.8564 5.12838 17.001 5.27134C17.1462 5.41481 17.2187 5.59239 17.2187 5.8041C17.2187 6.0158 17.1462 6.19339 17.001 6.33685C16.8564 6.47981 16.677 6.55129 16.4628 6.55129H15.7069V7.29849C15.7069 7.5102 15.6343 7.68753 15.4892 7.8305C15.3445 7.97396 15.1651 8.04569 14.951 8.04569Z' fill='%23fff'/%3E%3Cpath d='M11.1713 3.5625H3.84105C3.43789 3.5625 3.09263 3.70449 2.80529 3.98848C2.51843 4.27295 2.375 4.61476 2.375 5.01389V15.1736C2.375 15.5727 2.51843 15.9145 2.80529 16.199C3.09263 16.483 3.43789 16.625 3.84105 16.625H14.1034C14.5066 16.625 14.8518 16.483 15.1392 16.199C15.426 15.9145 15.5694 15.5727 15.5694 15.1736V9.54948H14.1034V15.1736H3.84105V5.01389H11.1713V3.5625Z' fill='%23fff'/%3E%3Cpath d='M6.56277 13.5132C6.42203 13.6526 6.24781 13.7222 6.04012 13.7222C5.83243 13.7222 5.65822 13.6526 5.51748 13.5132C5.37722 13.3744 5.3071 13.2021 5.3071 12.9965C5.3071 12.7909 5.37722 12.6184 5.51748 12.4791C5.65822 12.3403 5.83243 12.2708 6.04012 12.2708C6.24781 12.2708 6.42203 12.3403 6.56277 12.4791C6.70302 12.6184 6.77315 12.7909 6.77315 12.9965C6.77315 13.2021 6.70302 13.3744 6.56277 13.5132Z' fill='%23fff'/%3E%3Cpath d='M6.56277 10.6104C6.42203 10.7498 6.24781 10.8194 6.04012 10.8194C5.83243 10.8194 5.65822 10.7498 5.51748 10.6104C5.37722 10.4716 5.3071 10.2994 5.3071 10.0937C5.3071 9.88814 5.37722 9.71566 5.51748 9.57633C5.65822 9.43748 5.83243 9.36806 6.04012 9.36806C6.24781 9.36806 6.42203 9.43748 6.56277 9.57633C6.70302 9.71566 6.77315 9.88814 6.77315 10.0937C6.77315 10.2994 6.70302 10.4716 6.56277 10.6104Z' fill='%23fff'/%3E%3Cpath d='M6.56277 7.70767C6.42203 7.847 6.24781 7.91667 6.04012 7.91667C5.83243 7.91667 5.65822 7.847 5.51748 7.70767C5.37722 7.56882 5.3071 7.39659 5.3071 7.19097C5.3071 6.98536 5.37722 6.81289 5.51748 6.67355C5.65822 6.5347 5.83243 6.46528 6.04012 6.46528C6.24781 6.46528 6.42203 6.5347 6.56277 6.67355C6.70302 6.81289 6.77315 6.98536 6.77315 7.19097C6.77315 7.39659 6.70302 7.56882 6.56277 7.70767Z' fill='%23fff'/%3E%3Cpath d='M11.9043 13.7222H8.97222C8.76453 13.7222 8.59056 13.6526 8.45031 13.5132C8.30957 13.3744 8.2392 13.2021 8.2392 12.9965C8.2392 12.7909 8.30957 12.6184 8.45031 12.4791C8.59056 12.3403 8.76453 12.2708 8.97222 12.2708H11.9043C12.112 12.2708 12.286 12.3403 12.4262 12.4791C12.567 12.6184 12.6373 12.7909 12.6373 12.9965C12.6373 13.2021 12.567 13.3744 12.4262 13.5132C12.286 13.6526 12.112 13.7222 11.9043 13.7222Z' fill='%23fff'/%3E%3Cpath d='M11.9043 10.8194H8.97222C8.76453 10.8194 8.59056 10.7498 8.45031 10.6104C8.30957 10.4716 8.2392 10.2994 8.2392 10.0937C8.2392 9.88814 8.30957 9.71566 8.45031 9.57633C8.59056 9.43748 8.76453 9.36806 8.97222 9.36806H11.9043C12.112 9.36806 12.286 9.43748 12.4262 9.57633C12.567 9.71566 12.6373 9.88814 12.6373 10.0937C12.6373 10.2994 12.567 10.4716 12.4262 10.6104C12.286 10.7498 12.112 10.8194 11.9043 10.8194Z' fill='%23fff'/%3E%3Cpath d='M10.8048 7.91667H8.97222C8.76453 7.91667 8.59056 7.847 8.45031 7.70767C8.30957 7.56882 8.2392 7.39659 8.2392 7.19097C8.2392 6.98536 8.30957 6.81289 8.45031 6.67355C8.59056 6.5347 8.76453 6.46528 8.97222 6.46528H10.8048C11.0125 6.46528 11.1864 6.5347 11.3267 6.67355C11.4674 6.81289 11.5378 6.98536 11.5378 7.19097C11.5378 7.39659 11.4674 7.56882 11.3267 7.70767C11.1864 7.847 11.0125 7.91667 10.8048 7.91667Z' fill='%23fff'/%3E%3C/svg%3E%0A");
	}

	/* Normal hover */
	.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: var(--color-dark);
		background-color: var(--color-dark);
	}

	/* Normal Disable */
	.btn-cart[disabled] {
		cursor: default !important;
		opacity: 0.3;
		border-color: var(--color-lightgray);
		background-color: var(--color-lightgray);
	}
	
	/* Secondary Button */
	.btn-cart.btn2, .btn-cart-esgotado.btn2 {
		color: var(--color-black);
		border: 1px solid var(--color-lines);
		background-color: transparent;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-white) !important;
	border-color: var(--color-lightgray) !important;
	background-color: var(--color-lightgray) !important;
	cursor: default !important;
	opacity: 1 !important;
}

/* Button Loading */
.button.loader, button.loader, .btn-cart.loader {
	position: relative;
	color: var(--color-black) !important;
	background: var(--color-black) !important;
	border-color: var(--color-black) !important;
}

.button.loader::before, button.loader::before, .btn-cart.loader::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -13px 0 0 -13px;
	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;
}

@-moz-keyframes loader{ 100% { -moz-transform: rotate(360deg);}}
@-webkit-keyframes loader{ 100% { -webkit-transform: rotate(360deg);}}
@keyframes loader{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}






/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-theme);
}

body .accordion > li.active + li {
	border-top-color: var(--color-theme);
}

.accordion .accordion-head{
	padding-top: 13px;
    padding-bottom: 13px;
}

.accordion .accordion-head{padding-left: 20px;padding-right: 45px;}
.accordion .accordion-content {
	padding-left: 20px;
	padding-right: 20px;
}

.accordion .accordion-content{padding-bottom: 10px;}






/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 8px;
}

.tabs-container:not(.vertical) .tabs li:last-child {
    margin-right: 0;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
	text-align: center;
}

body .tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 400;
	font-size: 14px;
	line-height: 186%;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 7px 21px 5px;
	border: 1px solid var(--color-lightgray);
	background-color: var(--color-white);
	border-radius: 5px;
	color: var(--color-gray);

}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
	border-color: var(--color-dark);
	color: var(--color-dark);
	background-color: var(--color-white);
}

body .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-theme);
	border-color: var(--color-theme);
}

body .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: 767px) {
	body .tabs-container .tabs:not(.rdc-fixed-styles) {
		margin: 0 -15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		padding-left: 15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:last-child {
		padding-right: 10px;
	}
}






/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title:not(.required-policy) {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 124%;
	padding-bottom: 6px;
}

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select,
body .account textarea, body .account input[type=text], body .account input[type=number], body .account input[type=email], body .account input[type=password], body .account input[type=tel], body .account input[type=search], body .account input[type=file], body .account select {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 178%;
	padding: 10px 15px;
	border: 1px solid var(--color-lightgray);
	border-radius: 6px;
	min-height: 45px;
	background-color: white;
	color: var(--color-black); /* Required */
}

input[type=file] {
	padding: 8px 15px;
}

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, textarea:hover, div.select:not(.disabled):hover{
	border-color: var(--color-gray); 
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus{
	border-color: var(--color-black); 
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]: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, textarea.disabled, div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-gray);
	-webkit-opacity: 1; 
	cursor: default;
}

div.select,
.account div.select {
	position: relative;
	display: block;
	border: 1px solid var(--color-lines);
	border-radius: 6px;
	overflow-x: hidden;
}

div.select select,
.account div.select select {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 15px;
	min-height: 43px;
	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;
	border-radius: 0 !important;
	line-height: 23px; /* Mozilla */
}

div.select::after,
.account div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M12.218 7.321c.626-.697.142-1.821-.784-1.821H4.566c-.926 0-1.41 1.124-.784 1.821l3.434 3.827a1.05 1.05 0 0 0 1.568 0l3.434-3.827Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

::-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 {
	font-family: 'Montserrat', sans-serif;
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 20px;
	line-height: 140%;
	padding: 6px 8px 6px 36px;
	border-radius: 4px;
	border: 1px solid;
	color: var(--color-black);
}

.form-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238b8d8f' fill-rule='evenodd'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='m16.8556542 22.6708224c-.2787156.2480277-.6017256.3726806-.9676406.3726806-.3785865 0-.7088214-.12243-.9907049-.3677345-.2823281-.24486-.42377-.5876973-.42377-1.0281785 0-.3907422.1368847-.7196304.4097648-.9861643s.6076167-.3998008 1.0047101-.3998008c.3907576 0 .7196587.1332669.9866477.3998008.2665444.2665339.4002612.5953665.4002612.9861643-.0005001.4341458-.1401081.7752603-.4192683 1.0232324zm3.4753588-8.6155585c-.2141358.3970777-.4684534.7394704-.7634529 1.0281785-.2941103.2886524-.8230865.7738152-1.586595 1.4559331-.2105234.1924535-.3799203.3613991-.5068568.5068368-.1269364.1459378-.2218054.2791492-.2837175.4002454-.0623567.1210407-.110208.2421369-.1441096.3631775-.0339016.120596-.0849207.3333897-.1540577.6373806-.117433.6451054-.4865158.9676025-1.106804.9676025-.3225654 0-.5936115-.1052575-.8145276-.3162172-.220027-.2109597-.3297904-.5240092-.3297904-.9395932 0-.5208415.0808637-.9721596.2421464-1.3538433.1603935-.3817392.3749739-.7164627.6415183-1.0051151.266989-.2886525.6265683-.6311007 1.0796827-1.0281785.3970933-.3473943.6839787-.6093712.8606005-.7860416.1770664-.1770594.3257333-.3740144.446334-.590865.1215456-.2172951.1811791-.4526519.1811791-.7069595 0-.4964444-.1838467-.9147514-.5533742-1.2558104-.3690828-.3410589-.8452614-.5118384-1.4284801-.5118384-.6825893 0-1.1849444.1721133-1.5075098.5163399-.3225654.3442267-.5949453.8510635-.8185847 1.5210106-.2114126.7011242-.6116738 1.0516307-1.200339 1.0516307-.3474081 0-.6405736-.12243-.8795521-.3672899-.2385339-.24486-.3578008-.5100045-.3578008-.7954892 0-.5890867.1892932-1.1862871.567435-1.7911568.3785864-.6048697.9306267-1.10587118 1.6565656-1.50250431.7254943-.39707773 1.5725898-.59586667 2.5397858-.59586667.8994484 0 1.6931905.16622246 2.3816709.49827835.6884804.33155574 1.2206244.78287393 1.5960429 1.35384333.374974.5705248.5628833 1.1907886.5628833 1.8607356.0008837.5263434-.1061564.9884985-.3202923 1.3855762z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-help);
}

.form-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125zm6.1588512 5.8627863c.0025742.0025545.005134.0051234.0076794.0077066.3826574.3883299.3815551 1.01228-.002472 1.3992554l-7.5148374 7.572533c-.3334527.3360127-.8761615.338088-1.2121742.0046354-.0015511-.0015392-.0030963-.0030844-.0046355-.0046354l-3.59894211-3.6265732c-.38226603-.3852009-.38226603-1.006628 0-1.3918289.37903691-.3819469.99593611-.384306 1.37788311-.0052691l.0043113.0043053 2.8251525 2.8389128 6.7420178-6.7937799c.3785236-.3814297.9945874-.3837856 1.3760171-.005262z' fill='%2338ca73'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-success);
}

.form-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230088df'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z'%3E%3C/path%3E%3Cpath d='m0 0h2.400017v2.400023h-2.400017z' transform='matrix(1 0 0 -1 15 12.400022)'%3E%3C/path%3E%3Cpath d='m0 4.799989h2.400017v7.200011h-2.400017z' transform='matrix(1 0 0 -1 15 26.799988)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-info);
}

.form-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.51175785 27c-1.21116724 0-2.32813258-.669486-2.96063102-1.7215355-.71324293-1.1886792-.71324293-2.6096291-.12111672-3.8529603l7.84567219-14.03448273c.8881893-1.32530904 2.0455269-2.39102147 3.7277036-2.39102147s2.8395143 1.06571243 3.7277036 2.39102147l7.8053 13.96616783c.6459558 1.2160052.619041 2.746259-.0942019 3.9212752-.6324985 1.0520495-1.7360064 1.7215355-2.9606311 1.7215355zm8.49162805-6.804164c.7132429 0 1.2784543.5875082 1.2784543 1.3116461s-.5652114 1.2979831-1.2784543 1.2979831-1.2919117-.5738452-1.2919117-1.2979831.5786688-1.3116461 1.2919117-1.3116461zm0-1.297983c-.4710095 0-.8074448-.3962265-.8612745-.8744307l-.4306372-3.9212753c-.0672871-.669486.6324984-1.297983 1.2919117-1.297983s1.3591988.628497 1.2784543 1.297983l-.4306372 3.9212753c-.0403723.4645413-.3633502.8744307-.8478171.8744307zm-8.49162805 6.3669486h16.96979865c.6324985 0 1.170795-.3552375 1.5072304-.9017567.390265-.655823.3768076-1.4482759.067287-2.1314249l-7.7514703-13.87052696c-.5517539-.81977879-1.238082-1.6258946-2.3012177-1.6258946s-1.7629212.80611581-2.3146752 1.6258946l-7.73801284 13.87052696c-.32297793.696812-.33643535 1.4756019.06728706 2.1314249.32297793.5465192.86127448.9017567 1.49377293.9017567z' fill='%23ec7a09'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-warning);
}

.form-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f60000'%3E%3Cpath d='m16 4c6.6274416 0 12 5.37261464 12 12 0 6.6273854-5.3726146 12-12 12-6.62738536 0-12-5.3726146-12-12 0-6.62738536 5.37261464-12 12-12zm0 1.7c-5.6885013 0-10.3 4.6114987-10.3 10.3s4.6114987 10.3 10.3 10.3 10.3-4.6114987 10.3-10.3c0-5.6885219-4.6114631-10.3-10.3-10.3z'%3E%3C/path%3E%3Cpath d='m20.2792452 11.8792201-.1584717-.1584665c-.4260336-.4260195-1.116759-.4260081-1.5427785.0000254-.000455.0004551-.0009096.0009105-.0013638.0013663l-2.5766312 2.5858521-2.5766185-2.5858393c-.4252649-.4267867-1.1159892-.4280205-1.5427759-.0027556-.0004601.0004585-.0009198.0009173-.0013791.0013766l-.1584474.1584474c-.4260265.4260265-.4260265 1.116752 0 1.5427785.0004593.0004592.0009189.0009181.001379.0013765l2.5858393 2.5766185-2.5858521 2.5766312c-.4267867.4252649-.4280204 1.1159892-.0027555 1.542776.0004542.0004558.0009088.0009112.0013638.0013663l.1584665.1584717c.4260194.4260335 1.1167449.4260449 1.5427784.0000254.0004657-.0004656.0009309-.0009317.0013957-.0013982l2.5766058-2.5858698 2.5766185 2.5858826c.4252613.4267903 1.1159856.4280298 1.5427759.0027685.0004623-.0004606.0009241-.0009216.0013855-.001383l.1584908-.1584908c.4260265-.4260265.4260265-1.1167519 0-1.5427784-.0004614-.0004614-.0009233-.0009224-.0013855-.001383l-2.5858826-2.5766185 2.5858698-2.5766058c.4267903-.4252613.4280298-1.1159856.0027685-1.5427759-.0004648-.0004665-.0009301-.0009326-.0013957-.0013982z'%3E%3C/path%3E%3C/g%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+label:before{
	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,
.overlay2::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 90;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}

/* CONTAINER => max-width: (1902px | 1680px | 1440px) + (--container-padding * 2) */
.container {max-width: calc(1440px + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
/* Se o max-width do container for (1902px), colocar o CSS abaixo */
/*.rdc-container-fullscreen {max-width: 1920px;padding-left: 0;padding-right: 0;}*/
@media screen and (max-width: 1440px) {
	.container {max-width: 1404px}
}
@media screen and (max-width: 1366px) {
	.container {max-width: 1332px}
}
@media screen and (max-width: 1280px) {
	.container {max-width: 1242px}
}



/*
 *
 * Sliders
 *
*/
.slider .slick-arrow.slick-prev {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4' transform='matrix(1 0 0 -1 0 32)'%3E%3C/polygon%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='23 5.555 12.982 16 23 26.445 21.509 28 10 16 21.509 4' transform='rotate(180 16.5 16)'%3E%3C/polygon%3E%3C/svg%3E");
}






/*
 *
 * Icons SVG
 *
*/
@media (hover) {
	a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
		opacity: 0.5;
	}
}

/* SVG icons Ex: {background-image: url("data:image/svg+xml,%3Csvg ... ");} */
@media screen and (max-width: 767px) {
	.rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	.rdc-icon-circle {background-size: 16px;}
}
body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33333 24C4.95556 24 4.63911 23.872 4.384 23.616C4.128 23.3609 4 23.0444 4 22.6667C4 22.2889 4.128 21.9724 4.384 21.7173C4.63911 21.4613 4.95556 21.3333 5.33333 21.3333H26.6667C27.0444 21.3333 27.3609 21.4613 27.616 21.7173C27.872 21.9724 28 22.2889 28 22.6667C28 23.0444 27.872 23.3609 27.616 23.616C27.3609 23.872 27.0444 24 26.6667 24H5.33333ZM5.33333 17.3333C4.95556 17.3333 4.63911 17.2053 4.384 16.9493C4.128 16.6942 4 16.3778 4 16C4 15.6222 4.128 15.3053 4.384 15.0493C4.63911 14.7942 4.95556 14.6667 5.33333 14.6667H26.6667C27.0444 14.6667 27.3609 14.7942 27.616 15.0493C27.872 15.3053 28 15.6222 28 16C28 16.3778 27.872 16.6942 27.616 16.9493C27.3609 17.2053 27.0444 17.3333 26.6667 17.3333H5.33333ZM5.33333 10.6667C4.95556 10.6667 4.63911 10.5391 4.384 10.284C4.128 10.028 4 9.71111 4 9.33333C4 8.95556 4.128 8.63867 4.384 8.38267C4.63911 8.12756 4.95556 8 5.33333 8H26.6667C27.0444 8 27.3609 8.12756 27.616 8.38267C27.872 8.63867 28 8.95556 28 9.33333C28 9.71111 27.872 10.028 27.616 10.284C27.3609 10.5391 27.0444 10.6667 26.6667 10.6667H5.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7667 17.6333L9.23333 24.1667C8.98889 24.4111 8.67778 24.5333 8.3 24.5333C7.92222 24.5333 7.61111 24.4111 7.36667 24.1667C7.12222 23.9222 7 23.6111 7 23.2333C7 22.8556 7.12222 22.5444 7.36667 22.3L13.9 15.7667L7.36667 9.23333C7.12222 8.98889 7 8.67778 7 8.3C7 7.92222 7.12222 7.61111 7.36667 7.36667C7.61111 7.12222 7.92222 7 8.3 7C8.67778 7 8.98889 7.12222 9.23333 7.36667L15.7667 13.9L22.3 7.36667C22.5444 7.12222 22.8556 7 23.2333 7C23.6111 7 23.9222 7.12222 24.1667 7.36667C24.4111 7.61111 24.5333 7.92222 24.5333 8.3C24.5333 8.67778 24.4111 8.98889 24.1667 9.23333L17.6333 15.7667L24.1667 22.3C24.4111 22.5444 24.5333 22.8556 24.5333 23.2333C24.5333 23.6111 24.4111 23.9222 24.1667 24.1667C23.9222 24.4111 23.6111 24.5333 23.2333 24.5333C22.8556 24.5333 22.5444 24.4111 22.3 24.1667L15.7667 17.6333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20.2399C15.6458 20.2399 15.3492 20.1197 15.11 19.8794C14.87 19.64 14.75 19.343 14.75 18.9884V6.25492L13.625 7.38123C13.3958 7.61066 13.1096 7.72538 12.7663 7.72538C12.4221 7.72538 12.125 7.60023 11.875 7.34994C11.6458 7.09965 11.5312 6.80222 11.5312 6.45766C11.5312 6.11393 11.6458 5.82735 11.875 5.59791L15.125 2.34415C15.2292 2.23986 15.3596 2.15643 15.5162 2.09386C15.6721 2.03129 15.8333 2 16 2C16.1667 2 16.3283 2.03129 16.485 2.09386C16.6408 2.15643 16.7708 2.23986 16.875 2.34415L20.125 5.59791C20.375 5.8482 20.5 6.15064 20.5 6.50521C20.5 6.85979 20.375 7.1518 20.125 7.38123C19.875 7.61066 19.5783 7.72538 19.235 7.72538C18.8908 7.72538 18.6042 7.61066 18.375 7.38123L17.25 6.25492V18.9884C17.25 19.343 17.1304 19.64 16.8913 19.8794C16.6513 20.1197 16.3542 20.2399 16 20.2399ZM8.5 29C7.8125 29 7.22417 28.7551 6.735 28.2654C6.245 27.7748 6 27.1854 6 26.4971V12.7312C6 12.0429 6.245 11.4534 6.735 10.9629C7.22417 10.4731 7.8125 10.2283 8.5 10.2283H11C11.3542 10.2283 11.6513 10.348 11.8913 10.5874C12.1304 10.8277 12.25 11.1251 12.25 11.4797C12.25 11.8343 12.1304 12.1313 11.8913 12.3708C11.6513 12.611 11.3542 12.7312 11 12.7312H8.5V26.4971H23.5V12.7312H21C20.6458 12.7312 20.3492 12.611 20.11 12.3708C19.87 12.1313 19.75 11.8343 19.75 11.4797C19.75 11.1251 19.87 10.8277 20.11 10.5874C20.3492 10.348 20.6458 10.2283 21 10.2283H23.5C24.1875 10.2283 24.7763 10.4731 25.2663 10.9629C25.7554 11.4534 26 12.0429 26 12.7312V26.4971C26 27.1854 25.7554 27.7748 25.2663 28.2654C24.7763 28.7551 24.1875 29 23.5 29H8.5Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%0A%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%0A");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5756 24H11.4244C9.53616 24 8 22.4637 8 20.5755V11.4245C8 9.53616 9.53616 8 11.4244 8H20.5756C22.4638 8 24 9.53616 24 11.4245V20.5755C24 22.4637 22.4638 24 20.5756 24ZM11.4244 9.86779C10.566 9.86779 9.86779 10.5662 9.86779 11.4245V20.5755C9.86779 21.4339 10.566 22.1321 11.4244 22.1321H20.5756C21.4339 22.1321 22.1322 21.4339 22.1322 20.5755V11.4245C22.1322 10.5662 21.4339 9.86779 20.5756 9.86779H11.4244ZM13.4479 16.0001C13.4479 14.5929 14.5927 13.4481 15.9999 13.4481C17.4073 13.4481 18.5521 14.5929 18.5521 16.0001C18.5521 17.4073 17.4073 18.552 15.9999 18.552C14.5927 18.552 13.4479 17.4073 13.4479 16.0001ZM15.9999 20.4199C13.5628 20.4199 11.5801 18.4371 11.5801 16.0001C11.5801 13.5631 13.5628 11.5802 15.9999 11.5802C18.4371 11.5802 20.42 13.5631 20.42 16.0001C20.42 18.4371 18.4371 20.4199 15.9999 20.4199ZM20.5237 12.5141C20.9631 12.5141 21.3195 12.1578 21.3195 11.7184C21.3195 11.279 20.9631 10.9228 20.5237 10.9228C20.0843 10.9228 19.728 11.279 19.728 11.7184C19.728 12.1578 20.0843 12.5141 20.5237 12.5141Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%0A%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.5562 12.0348C9.6111 12.0348 9 11.3557 9 10.5158C9 9.65879 9.62958 9 10.5947 9C11.5599 9 12.151 9.65879 12.1694 10.5158C12.1694 11.3557 11.5599 12.0348 10.5562 12.0348ZM12.0709 23H9.07849V13.2337H12.0709V23ZM20.0076 23H23V17.2255C23 14.3499 21.5238 13.012 19.555 13.012C17.9403 13.012 16.9752 13.9518 16.5811 14.5888H16.5211L16.3841 13.2322H13.7842C13.8242 14.1095 13.8627 15.1289 13.8627 16.3481V22.9984H16.8566V17.3675C16.8566 17.0881 16.8766 16.8071 16.9567 16.6088C17.1737 16.0515 17.6648 15.4723 18.4914 15.4723C19.5735 15.4723 20.0076 16.3278 20.0076 17.5876V23Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%0A%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%0A");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%0A%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%0A");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3627 12.4874C22.3696 12.6406 22.3714 12.7939 22.3714 12.9434C22.3714 17.6157 19.0706 23 13.0318 23C11.1774 23 9.45155 22.4169 8 21.4114C8.25524 21.4451 8.51742 21.4581 8.78307 21.4581C10.3214 21.4581 11.7365 20.8956 12.8599 19.9462C11.424 19.9163 10.212 18.8959 9.7936 17.4942C9.99327 17.5334 10.1982 17.5559 10.41 17.5559C10.7086 17.5559 11.0003 17.5129 11.2747 17.4325C9.77276 17.1073 8.64069 15.6795 8.64069 13.9676V13.9246C9.08345 14.1881 9.59045 14.3488 10.1287 14.3675C9.24666 13.7321 8.66848 12.6518 8.66848 11.424C8.66848 10.7773 8.82995 10.1681 9.11297 9.64664C10.7329 11.7847 13.1499 13.1901 15.8793 13.3415C15.822 13.0817 15.7942 12.8126 15.7942 12.5341C15.7942 10.5848 17.2632 9 19.0776 9C20.0204 9 20.8747 9.42985 21.4737 10.1176C22.222 9.95688 22.9235 9.66533 23.5572 9.25978C23.3124 10.084 22.7933 10.7773 22.1144 11.2165C22.7794 11.1287 23.4114 10.9399 24 10.6577C23.5607 11.366 23.0034 11.9903 22.3627 12.4874Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%0A%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%0A");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C8 21.3185 8.1376 22 16 22C23.8624 22 24 21.3185 24 16C24 10.6815 23.8624 10 16 10C8.1376 10 8 10.6815 8 16ZM14.9712 14.1308L18.5648 15.7431C18.8784 15.8846 18.8784 16.1154 18.5632 16.2569L14.9712 17.8692C14.6576 18.0092 14.4 17.8523 14.4 17.5185V14.4815C14.4 14.1477 14.6576 13.9908 14.9712 14.1308Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%0A%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.1643 8.39643C12.0675 8.39643 8.73506 11.7034 8.73506 15.7682C8.73506 17.3812 9.26086 18.875 10.1503 20.0902L9.22206 22.828L12.0771 21.9206C13.2501 22.6908 14.6553 23.14 16.1645 23.14C20.2607 23.14 23.5937 19.8334 23.5937 15.7686C23.5937 11.7038 20.2609 8.39643 16.1643 8.39643ZM20.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%0A");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%0A%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 7.00175L15.6075 7.00258C10.9213 7.11507 7.10806 10.8941 7 15.6259C7.01269 18.1015 8.10897 20.4474 9.99999 22.0453V24.625L10.0134 24.7247C10.057 24.8834 10.2024 25 10.375 25C10.4453 25 10.5141 24.9802 10.5737 24.943L12.664 23.6374L13.1243 23.7997C14.0522 24.0997 15.0227 24.252 16 24.2501C20.864 24.346 24.8889 20.4892 25 15.6259C24.8889 10.7627 20.864 6.90585 16 7.00175ZM17.5455 15.1722L21.4455 13.0462C21.6093 12.9569 21.8139 13.0016 21.9255 13.1512C22.0377 13.2999 22.0236 13.5085 21.8925 13.6409L17.3925 18.1404C17.2539 18.279 17.032 18.2875 16.8833 18.1599L14.4548 16.0789L10.5548 18.2049C10.4092 18.2839 10.2291 18.258 10.1116 18.1413C9.96471 17.9953 9.96401 17.7579 10.11 17.611L14.61 13.1114C14.7486 12.9729 14.9705 12.9644 15.1193 13.0919L17.5455 15.1722Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%0A%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.4326 8.37801L16.0029 17.5042L5.57422 8.37801C6.00048 8.14369 6.48258 8 7.00312 8H25.0027C25.5226 8 26.0046 8.14369 26.4326 8.37801ZM27.6166 24.4432C27.8537 24.014 28.0017 23.5263 28.0017 23.0001V11.0001C28.0017 10.4127 27.8261 9.86911 27.5345 9.40637L20.0391 15.9645L27.6166 24.4432ZM18.9075 16.9518L16.4933 19.0656C16.3521 19.1886 16.1762 19.25 15.9998 19.25C15.8232 19.25 15.6473 19.1886 15.5061 19.0656L13.0914 16.9517L5.41797 25.5387C5.87791 25.8273 6.41695 26.0002 6.9999 26.0002H24.9996C25.5824 26.0002 26.1217 25.8273 26.5815 25.5387L18.9075 16.9518ZM4 11.0001C4 10.4127 4.17579 9.86911 4.46731 9.40637L11.9619 15.9632L4.38526 24.4433C4.1473 24.0141 4 23.5264 4 23.0002V11.0001Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.9146 22.0152C27.7658 21.7626 27.3727 21.61 26.7828 21.3066C26.1917 21.0031 23.2879 19.5334 22.7481 19.3316C22.2067 19.1293 21.8119 19.0276 21.4188 19.6351C21.0257 20.2431 19.8938 21.61 19.5487 22.0152C19.2041 22.4215 18.8601 22.4724 18.2691 22.1683C17.6791 21.8649 15.7769 21.223 13.5213 19.1548C11.7662 17.5454 10.5809 15.5586 10.2363 14.95C9.89224 14.3425 10.2003 14.0142 10.4953 13.7119C10.7613 13.4395 11.0863 13.0027 11.3812 12.6484C11.6773 12.2935 11.7754 12.0409 11.9712 11.6352C12.1691 11.23 12.0704 10.8757 11.9221 10.5712C11.7749 10.2677 10.5929 7.27954 10.1011 6.06349C9.60927 4.84856 9.11802 5.05086 8.7729 5.05086C8.42886 5.05086 8.03466 5 7.64101 5C7.24736 5 6.60726 5.15201 6.06586 5.75947C5.52499 6.3675 4 7.83672 4 10.8243C4 13.8125 6.11493 16.6995 6.41098 17.1041C6.70595 17.5087 10.4947 23.8399 16.4976 26.2714C22.5011 28.7018 22.5011 27.8909 23.5839 27.7892C24.6656 27.6881 27.0766 26.3206 27.5706 24.9033C28.0613 23.4839 28.0613 22.2684 27.9146 22.0152Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 25.25C6.89583 25.25 6.59875 25.13 6.35875 24.89C6.11958 24.6508 6 24.3542 6 24C6 23.6458 6.11958 23.3492 6.35875 23.11C6.59875 22.87 6.89583 22.75 7.25 22.75H8.5V14C8.5 12.2708 9.02083 10.7342 10.0625 9.39C11.1042 8.04667 12.4583 7.16667 14.125 6.75V5.875C14.125 5.35417 14.3075 4.91167 14.6725 4.5475C15.0367 4.1825 15.4792 4 16 4C16.5208 4 16.9633 4.1825 17.3275 4.5475C17.6925 4.91167 17.875 5.35417 17.875 5.875V6.75C19.5417 7.16667 20.8958 8.04667 21.9375 9.39C22.9792 10.7342 23.5 12.2708 23.5 14V22.75H24.75C25.1042 22.75 25.4008 22.87 25.64 23.11C25.88 23.3492 26 23.6458 26 24C26 24.3542 25.88 24.6508 25.64 24.89C25.4008 25.13 25.1042 25.25 24.75 25.25H7.25ZM16 29C15.3125 29 14.7242 28.7554 14.235 28.2662C13.745 27.7762 13.5 27.1875 13.5 26.5H18.5C18.5 27.1875 18.2554 27.7762 17.7663 28.2662C17.2762 28.7554 16.6875 29 16 29Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.94 23.2C16.36 23.2 16.7152 23.0548 17.0056 22.7644C17.2952 22.4748 17.44 22.12 17.44 21.7C17.44 21.28 17.2952 20.9252 17.0056 20.6356C16.7152 20.3452 16.36 20.2 15.94 20.2C15.52 20.2 15.1648 20.3452 14.8744 20.6356C14.5848 20.9252 14.44 21.28 14.44 21.7C14.44 22.12 14.5848 22.4748 14.8744 22.7644C15.1648 23.0548 15.52 23.2 15.94 23.2ZM16.12 10.84C16.68 10.84 17.13 10.9948 17.47 11.3044C17.81 11.6148 17.98 12.02 17.98 12.52C17.98 12.86 17.8652 13.2048 17.6356 13.5544C17.4052 13.9048 17.08 14.27 16.66 14.65C16.06 15.17 15.62 15.67 15.34 16.15C15.06 16.63 14.92 17.11 14.92 17.59C14.92 17.87 15.0252 18.1048 15.2356 18.2944C15.4452 18.4848 15.69 18.58 15.97 18.58C16.25 18.58 16.5 18.48 16.72 18.28C16.94 18.08 17.08 17.83 17.14 17.53C17.2 17.19 17.3352 16.8752 17.5456 16.5856C17.7552 16.2952 18.1 15.92 18.58 15.46C19.2 14.88 19.6352 14.35 19.8856 13.87C20.1352 13.39 20.26 12.86 20.26 12.28C20.26 11.26 19.8752 10.4248 19.1056 9.7744C18.3352 9.1248 17.34 8.8 16.12 8.8C15.28 8.8 14.5352 8.96 13.8856 9.28C13.2352 9.6 12.73 10.09 12.37 10.75C12.23 11.01 12.18 11.2648 12.22 11.5144C12.26 11.7648 12.4 11.97 12.64 12.13C12.9 12.29 13.1852 12.34 13.4956 12.28C13.8052 12.22 14.06 12.05 14.26 11.77C14.48 11.47 14.7452 11.24 15.0556 11.08C15.3652 10.92 15.72 10.84 16.12 10.84ZM16 28C14.36 28 12.81 27.6848 11.35 27.0544C9.89 26.4248 8.6152 25.57 7.5256 24.49C6.4352 23.41 5.5752 22.14 4.9456 20.68C4.3152 19.22 4 17.66 4 16C4 14.34 4.3152 12.78 4.9456 11.32C5.5752 9.86 6.4352 8.59 7.5256 7.51C8.6152 6.43 9.89 5.5748 11.35 4.9444C12.81 4.3148 14.36 4 16 4C17.68 4 19.25 4.3148 20.71 4.9444C22.17 5.5748 23.44 6.43 24.52 7.51C25.6 8.59 26.45 9.86 27.07 11.32C27.69 12.78 28 14.34 28 16C28 17.66 27.69 19.22 27.07 20.68C26.45 22.14 25.6 23.41 24.52 24.49C23.44 25.57 22.17 26.4248 20.71 27.0544C19.25 27.6848 17.68 28 16 28Z' fill='%238B8D8F'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22C16.34 22 16.6252 21.8848 16.8556 21.6544C17.0852 21.4248 17.2 21.14 17.2 20.8V15.97C17.2 15.63 17.0852 15.35 16.8556 15.13C16.6252 14.91 16.34 14.8 16 14.8C15.66 14.8 15.3752 14.9148 15.1456 15.1444C14.9152 15.3748 14.8 15.66 14.8 16V20.83C14.8 21.17 14.9152 21.45 15.1456 21.67C15.3752 21.89 15.66 22 16 22ZM16 12.4C16.34 12.4 16.6252 12.2848 16.8556 12.0544C17.0852 11.8248 17.2 11.54 17.2 11.2C17.2 10.86 17.0852 10.5748 16.8556 10.3444C16.6252 10.1148 16.34 10 16 10C15.66 10 15.3752 10.1148 15.1456 10.3444C14.9152 10.5748 14.8 10.86 14.8 11.2C14.8 11.54 14.9152 11.8248 15.1456 12.0544C15.3752 12.2848 15.66 12.4 16 12.4ZM16 28C14.34 28 12.78 27.6848 11.32 27.0544C9.86 26.4248 8.59 25.57 7.51 24.49C6.43 23.41 5.5752 22.14 4.9456 20.68C4.3152 19.22 4 17.66 4 16C4 14.34 4.3152 12.78 4.9456 11.32C5.5752 9.86 6.43 8.59 7.51 7.51C8.59 6.43 9.86 5.5748 11.32 4.9444C12.78 4.3148 14.34 4 16 4C17.66 4 19.22 4.3148 20.68 4.9444C22.14 5.5748 23.41 6.43 24.49 7.51C25.57 8.59 26.4248 9.86 27.0544 11.32C27.6848 12.78 28 14.34 28 16C28 17.66 27.6848 19.22 27.0544 20.68C26.4248 22.14 25.57 23.41 24.49 24.49C23.41 25.57 22.14 26.4248 20.68 27.0544C19.22 27.6848 17.66 28 16 28Z' fill='%231890FF'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.32 18.16L11.71 15.55C11.49 15.33 11.22 15.22 10.9 15.22C10.58 15.22 10.3 15.34 10.06 15.58C9.84 15.8 9.73 16.08 9.73 16.42C9.73 16.76 9.84 17.04 10.06 17.26L13.48 20.68C13.7 20.9 13.98 21.01 14.32 21.01C14.66 21.01 14.94 20.9 15.16 20.68L21.97 13.87C22.19 13.65 22.3 13.38 22.3 13.06C22.3 12.74 22.18 12.46 21.94 12.22C21.72 12 21.44 11.89 21.1 11.89C20.76 11.89 20.48 12 20.26 12.22L14.32 18.16ZM16 28C14.34 28 12.78 27.6848 11.32 27.0544C9.86 26.4248 8.59 25.57 7.51 24.49C6.43 23.41 5.5752 22.14 4.9456 20.68C4.3152 19.22 4 17.66 4 16C4 14.34 4.3152 12.78 4.9456 11.32C5.5752 9.86 6.43 8.59 7.51 7.51C8.59 6.43 9.86 5.5748 11.32 4.9444C12.78 4.3148 14.34 4 16 4C17.66 4 19.22 4.3148 20.68 4.9444C22.14 5.5748 23.41 6.43 24.49 7.51C25.57 8.59 26.4248 9.86 27.0544 11.32C27.6848 12.78 28 14.34 28 16C28 17.66 27.6848 19.22 27.0544 20.68C26.4248 22.14 25.57 23.41 24.49 24.49C23.41 25.57 22.14 26.4248 20.68 27.0544C19.22 27.6848 17.66 28 16 28Z' fill='%2352C41A'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.84 21.16C11.06 21.38 11.34 21.49 11.68 21.49C12.02 21.49 12.3 21.38 12.52 21.16L16 17.68L19.51 21.19C19.73 21.41 20.0052 21.5148 20.3356 21.5044C20.6652 21.4948 20.94 21.38 21.16 21.16C21.38 20.94 21.49 20.66 21.49 20.32C21.49 19.98 21.38 19.7 21.16 19.48L17.68 16L21.19 12.49C21.41 12.27 21.5148 11.9948 21.5044 11.6644C21.4948 11.3348 21.38 11.06 21.16 10.84C20.94 10.62 20.66 10.51 20.32 10.51C19.98 10.51 19.7 10.62 19.48 10.84L16 14.32L12.49 10.81C12.27 10.59 11.9952 10.4848 11.6656 10.4944C11.3352 10.5048 11.06 10.62 10.84 10.84C10.62 11.06 10.51 11.34 10.51 11.68C10.51 12.02 10.62 12.3 10.84 12.52L14.32 16L10.81 19.51C10.59 19.73 10.4852 20.0048 10.4956 20.3344C10.5052 20.6648 10.62 20.94 10.84 21.16ZM16 28C14.34 28 12.78 27.6848 11.32 27.0544C9.86 26.4248 8.59 25.57 7.51 24.49C6.43 23.41 5.5752 22.14 4.9456 20.68C4.3152 19.22 4 17.66 4 16C4 14.34 4.3152 12.78 4.9456 11.32C5.5752 9.86 6.43 8.59 7.51 7.51C8.59 6.43 9.86 5.5748 11.32 4.9444C12.78 4.3148 14.34 4 16 4C17.66 4 19.22 4.3148 20.68 4.9444C22.14 5.5748 23.41 6.43 24.49 7.51C25.57 8.59 26.4248 9.86 27.0544 11.32C27.6848 12.78 28 14.34 28 16C28 17.66 27.6848 19.22 27.0544 20.68C26.4248 22.14 25.57 23.41 24.49 24.49C23.41 25.57 22.14 26.4248 20.68 27.0544C19.22 27.6848 17.66 28 16 28Z' fill='%23EE1414'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15469 27C4.70646 27 4.37515 26.8056 4.16078 26.4167C3.94641 26.0278 3.94641 25.6389 4.16078 25.25L14.9769 6.58333C15.1912 6.19444 15.5323 6 16 6C16.4677 6 16.8088 6.19444 17.0231 6.58333L27.8392 25.25C28.0536 25.6389 28.0536 26.0278 27.8392 26.4167C27.6248 26.8056 27.2935 27 26.8453 27H5.15469ZM16 14.1667C15.6687 14.1667 15.3912 14.2783 15.1675 14.5015C14.9429 14.7255 14.8307 15.0028 14.8307 15.3333V18.8333C14.8307 19.1639 14.9429 19.4408 15.1675 19.664C15.3912 19.888 15.6687 20 16 20C16.3313 20 16.6092 19.888 16.8337 19.664C17.0574 19.4408 17.1693 19.1639 17.1693 18.8333V15.3333C17.1693 15.0028 17.0574 14.7255 16.8337 14.5015C16.6092 14.2783 16.3313 14.1667 16 14.1667ZM16 23.5C16.3313 23.5 16.6092 23.388 16.8337 23.164C17.0574 22.9408 17.1693 22.6639 17.1693 22.3333C17.1693 22.0028 17.0574 21.7259 16.8337 21.5027C16.6092 21.2787 16.3313 21.1667 16 21.1667C15.6687 21.1667 15.3912 21.2787 15.1675 21.5027C14.9429 21.7259 14.8307 22.0028 14.8307 22.3333C14.8307 22.6639 14.9429 22.9408 15.1675 23.164C15.3912 23.388 15.6687 23.5 16 23.5Z' fill='%23FFE501'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5875 27.586C26.1394 28.138 27.0342 28.138 27.5861 27.586C28.138 27.0341 28.138 26.1392 27.5861 25.5873L17.9986 15.999L27.5841 6.41269C28.136 5.86076 28.136 4.96589 27.5841 4.41395C27.0322 3.86202 26.1374 3.86202 25.5855 4.41395L16 14.0003L6.41447 4.41395C5.86258 3.86202 4.96779 3.86202 4.4159 4.41395C3.86401 4.96589 3.86401 5.86075 4.4159 6.41269L14.0014 15.999L4.41392 25.5873C3.86203 26.1392 3.86203 27.0341 4.41392 27.586C4.96581 28.138 5.8606 28.138 6.41249 27.586L16 17.9977L25.5875 27.586Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 28C9.0625 28 8.47417 27.75 7.985 27.2499C7.495 26.7491 7.25 26.1472 7.25 25.4444V8.83333C6.89583 8.83333 6.59875 8.71109 6.35875 8.46661C6.11958 8.22128 6 7.91759 6 7.55556C6 7.19352 6.11958 6.88983 6.35875 6.6445C6.59875 6.40002 6.89583 6.27778 7.25 6.27778H12.25C12.25 5.91574 12.37 5.61206 12.61 5.36672C12.8492 5.12224 13.1458 5 13.5 5H18.5C18.8542 5 19.1513 5.12224 19.3913 5.36672C19.6304 5.61206 19.75 5.91574 19.75 6.27778H24.75C25.1042 6.27778 25.4008 6.40002 25.64 6.6445C25.88 6.88983 26 7.19352 26 7.55556C26 7.91759 25.88 8.22128 25.64 8.46661C25.4008 8.71109 25.1042 8.83333 24.75 8.83333V25.4444C24.75 26.1472 24.5054 26.7491 24.0163 27.2499C23.5263 27.75 22.9375 28 22.25 28H9.75ZM9.75 8.83333V25.4444H22.25V8.83333H9.75ZM12.25 21.6111C12.25 21.9731 12.37 22.2764 12.61 22.5209C12.8492 22.7662 13.1458 22.8889 13.5 22.8889C13.8542 22.8889 14.1513 22.7662 14.3913 22.5209C14.6304 22.2764 14.75 21.9731 14.75 21.6111V12.6667C14.75 12.3046 14.6304 12.0009 14.3913 11.7556C14.1513 11.5111 13.8542 11.3889 13.5 11.3889C13.1458 11.3889 12.8492 11.5111 12.61 11.7556C12.37 12.0009 12.25 12.3046 12.25 12.6667V21.6111ZM17.25 21.6111C17.25 21.9731 17.37 22.2764 17.61 22.5209C17.8492 22.7662 18.1458 22.8889 18.5 22.8889C18.8542 22.8889 19.1513 22.7662 19.3913 22.5209C19.6304 22.2764 19.75 21.9731 19.75 21.6111V12.6667C19.75 12.3046 19.6304 12.0009 19.3913 11.7556C19.1513 11.5111 18.8542 11.3889 18.5 11.3889C18.1458 11.3889 17.8492 11.5111 17.61 11.7556C17.37 12.0009 17.25 12.3046 17.25 12.6667V21.6111ZM9.75 8.83333V25.4444V8.83333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6818 27.6245L18.0455 19.9772C17.3636 20.5235 16.5795 20.9559 15.6932 21.2745C14.8068 21.5932 13.8636 21.7525 12.8636 21.7525C10.3864 21.7525 8.29 20.8935 6.57455 19.1756C4.85818 17.4568 4 15.357 4 12.8762C4 10.3954 4.85818 8.29565 6.57455 6.57684C8.29 4.85895 10.3864 4 12.8636 4C15.3409 4 17.4377 4.85895 19.1541 6.57684C20.8695 8.29565 21.7273 10.3954 21.7273 12.8762C21.7273 13.8777 21.5682 14.8222 21.25 15.7098C20.9318 16.5974 20.5 17.3826 19.9545 18.0654L27.625 25.7468C27.875 25.9972 28 26.3044 28 26.6686C28 27.0327 27.8636 27.3513 27.5909 27.6245C27.3409 27.8748 27.0227 28 26.6364 28C26.25 28 25.9318 27.8748 25.6818 27.6245ZM12.8636 19.0213C14.5682 19.0213 16.0173 18.4241 17.2109 17.2297C18.4036 16.0344 19 14.5832 19 12.8762C19 11.1693 18.4036 9.71812 17.2109 8.52279C16.0173 7.32836 14.5682 6.73115 12.8636 6.73115C11.1591 6.73115 9.71 7.32836 8.51636 8.52279C7.32364 9.71812 6.72727 11.1693 6.72727 12.8762C6.72727 14.5832 7.32364 16.0344 8.51636 17.2297C9.71 18.4241 11.1591 19.0213 12.8636 19.0213Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2151 22.6667L16.4151 20.1333L20.6151 22.7L19.5151 17.9L23.2151 14.7L18.3485 14.2667L16.4151 9.73333L14.4818 14.2333L9.61513 14.6667L13.3151 17.9L12.2151 22.6667ZM16.4151 23.2667L10.8818 26.6C10.6374 26.7556 10.3818 26.8222 10.1151 26.8C9.84847 26.7778 9.61513 26.6889 9.41513 26.5333C9.21513 26.3778 9.05958 26.1836 8.94847 25.9507C8.83736 25.7169 8.81513 25.4556 8.8818 25.1667L10.3485 18.8667L5.44847 14.6333C5.22624 14.4333 5.08758 14.2053 5.03247 13.9493C4.97647 13.6942 4.99291 13.4444 5.0818 13.2C5.17069 12.9556 5.30402 12.7556 5.4818 12.6C5.65958 12.4444 5.90402 12.3444 6.21513 12.3L12.6818 11.7333L15.1818 5.8C15.2929 5.53333 15.4654 5.33333 15.6991 5.2C15.932 5.06667 16.1707 5 16.4151 5C16.6596 5 16.8987 5.06667 17.1325 5.2C17.3654 5.33333 17.5374 5.53333 17.6485 5.8L20.1485 11.7333L26.6151 12.3C26.9262 12.3444 27.1707 12.4444 27.3485 12.6C27.5262 12.7556 27.6596 12.9556 27.7485 13.2C27.8374 13.4444 27.8542 13.6942 27.7991 13.9493C27.7431 14.2053 27.604 14.4333 27.3818 14.6333L22.4818 18.8667L23.9485 25.1667C24.0151 25.4556 23.9929 25.7169 23.8818 25.9507C23.7707 26.1836 23.6151 26.3778 23.4151 26.5333C23.2151 26.6889 22.9818 26.7778 22.7151 26.8C22.4485 26.8222 22.1929 26.7556 21.9485 26.6L16.4151 23.2667Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4151 23.2667L10.8818 26.6C10.6374 26.7556 10.3818 26.8222 10.1151 26.8C9.84847 26.7778 9.61513 26.6889 9.41513 26.5333C9.21513 26.3778 9.05958 26.1836 8.94847 25.9507C8.83735 25.7169 8.81513 25.4556 8.8818 25.1667L10.3485 18.8667L5.44847 14.6333C5.22624 14.4333 5.08758 14.2053 5.03247 13.9493C4.97647 13.6942 4.99291 13.4444 5.0818 13.2C5.17069 12.9556 5.30402 12.7556 5.4818 12.6C5.65958 12.4444 5.90402 12.3444 6.21513 12.3L12.6818 11.7333L15.1818 5.8C15.2929 5.53333 15.4654 5.33333 15.6991 5.2C15.932 5.06667 16.1707 5 16.4151 5C16.6596 5 16.8987 5.06667 17.1325 5.2C17.3654 5.33333 17.5374 5.53333 17.6485 5.8L20.1485 11.7333L26.6151 12.3C26.9262 12.3444 27.1707 12.4444 27.3485 12.6C27.5262 12.7556 27.6596 12.9556 27.7485 13.2C27.8374 13.4444 27.8542 13.6942 27.7991 13.9493C27.7431 14.2053 27.604 14.4333 27.3818 14.6333L22.4818 18.8667L23.9485 25.1667C24.0151 25.4556 23.9929 25.7169 23.8818 25.9507C23.7707 26.1836 23.6151 26.3778 23.4151 26.5333C23.2151 26.6889 22.9818 26.7778 22.7151 26.8C22.4485 26.8222 22.1929 26.7556 21.9485 26.6L16.4151 23.2667Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.602 27C10.9968 27 10.4789 26.7848 10.0483 26.3543C9.61697 25.9231 9.40131 25.405 9.40131 24.8C9.40131 24.195 9.61697 23.6769 10.0483 23.2457C10.4789 22.8152 10.9968 22.6 11.602 22.6C12.2071 22.6 12.725 22.8152 13.1556 23.2457C13.587 23.6769 13.8026 24.195 13.8026 24.8C13.8026 25.405 13.587 25.9231 13.1556 26.3543C12.725 26.7848 12.2071 27 11.602 27ZM22.6052 27C22.0001 27 21.4822 26.7848 21.0516 26.3543C20.6202 25.9231 20.4046 25.405 20.4046 24.8C20.4046 24.195 20.6202 23.6769 21.0516 23.2457C21.4822 22.8152 22.0001 22.6 22.6052 22.6C23.2104 22.6 23.7287 22.8152 24.16 23.2457C24.5906 23.6769 24.8059 24.195 24.8059 24.8C24.8059 25.405 24.5906 25.9231 24.16 26.3543C23.7287 26.7848 23.2104 27 22.6052 27ZM10.6667 9.4L13.3075 14.9H21.0098L24.0357 9.4H10.6667ZM11.602 21.5C10.7767 21.5 10.1532 21.1377 9.73141 20.4132C9.30962 19.6894 9.29128 18.97 9.67639 18.255L11.1618 15.56L7.20065 7.2H6.07282C5.76106 7.2 5.50432 7.0944 5.30259 6.8832C5.10086 6.67273 5 6.41167 5 6.1C5 5.78833 5.10563 5.5269 5.31689 5.3157C5.52742 5.10523 5.78857 5 6.10033 5H7.88836C8.09009 5 8.28264 5.055 8.46603 5.165C8.64942 5.275 8.78696 5.43083 8.87865 5.6325L9.62138 7.2H25.8512C26.3464 7.2 26.6856 7.38333 26.869 7.75C27.0524 8.11667 27.0432 8.50167 26.8415 8.905L22.9353 15.945C22.7336 16.3117 22.4677 16.5958 22.1376 16.7975C21.8075 16.9992 21.4316 17.1 21.0098 17.1H12.8123L11.602 19.3H23.7331C24.0448 19.3 24.3016 19.4052 24.5033 19.6157C24.705 19.8269 24.8059 20.0883 24.8059 20.4C24.8059 20.7117 24.7003 20.9727 24.489 21.1832C24.2785 21.3944 24.0173 21.5 23.7056 21.5H11.602Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0006 17.1C21.8254 17.1 22.5512 16.649 22.9251 15.967L26.862 8.828C26.9547 8.66127 27.0022 8.47322 26.9999 8.28246C26.9976 8.0917 26.9456 7.90485 26.8489 7.74039C26.7523 7.57593 26.6144 7.43956 26.4489 7.34478C26.2834 7.25 26.096 7.20009 25.9052 7.2H9.62973L8.59601 5H5V7.2H7.19939L11.1583 15.549L9.67371 18.233C8.87093 19.707 9.92664 21.5 11.5982 21.5H24.7945V19.3H11.5982L12.8079 17.1H21.0006ZM11.5982 22.6C10.3885 22.6 9.40979 23.59 9.40979 24.8C9.40979 26.01 10.3885 27 11.5982 27C12.8079 27 13.7976 26.01 13.7976 24.8C13.7976 23.59 12.8079 22.6 11.5982 22.6ZM22.5952 22.6C21.3855 22.6 20.4068 23.59 20.4068 24.8C20.4068 26.01 21.3855 27 22.5952 27C23.8048 27 24.7945 26.01 24.7945 24.8C24.7945 23.59 23.8048 22.6 22.5952 22.6Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8889 28C14.5741 28 14.3104 27.8953 14.0978 27.6858C13.8844 27.4771 13.7778 27.2182 13.7778 26.9091V25.8182H8.22222C7.61111 25.8182 7.08778 25.6047 6.65222 25.1778C6.21741 24.7502 6 24.2364 6 23.6364V8.36364C6 7.76364 6.21741 7.24982 6.65222 6.82218C7.08778 6.39527 7.61111 6.18182 8.22222 6.18182H13.7778V5.09091C13.7778 4.78182 13.8844 4.52255 14.0978 4.31309C14.3104 4.10436 14.5741 4 14.8889 4C15.2037 4 15.4678 4.10436 15.6811 4.31309C15.8937 4.52255 16 4.78182 16 5.09091V26.9091C16 27.2182 15.8937 27.4771 15.6811 27.6858C15.4678 27.8953 15.2037 28 14.8889 28ZM8.22222 22.5455H13.7778V16L8.22222 22.5455ZM18.2222 25.8182V16L23.7778 22.5455V8.36364H18.2222V6.18182H23.7778C24.3889 6.18182 24.9122 6.39527 25.3478 6.82218C25.7826 7.24982 26 7.76364 26 8.36364V23.6364C26 24.2364 25.7826 24.7502 25.3478 25.1778C24.9122 25.6047 24.3889 25.8182 23.7778 25.8182H18.2222Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8889 28C14.5741 28 14.3104 27.8953 14.0978 27.6858C13.8844 27.4771 13.7778 27.2182 13.7778 26.9091V25.8182H8.22222C7.61111 25.8182 7.08778 25.6047 6.65222 25.1778C6.21741 24.7502 6 24.2364 6 23.6364V8.36364C6 7.76364 6.21741 7.24982 6.65222 6.82218C7.08778 6.39527 7.61111 6.18182 8.22222 6.18182H13.7778V5.09091C13.7778 4.78182 13.8844 4.52255 14.0978 4.31309C14.3104 4.10436 14.5741 4 14.8889 4C15.2037 4 15.4678 4.10436 15.6811 4.31309C15.8937 4.52255 16 4.78182 16 5.09091V26.9091C16 27.2182 15.8937 27.4771 15.6811 27.6858C15.4678 27.8953 15.2037 28 14.8889 28ZM8.22222 22.5455H13.7778V16L8.22222 22.5455ZM18.2222 25.8182V16L23.7778 22.5455V8.36364H18.2222V6.18182H23.7778C24.3889 6.18182 24.9122 6.39527 25.3478 6.82218C25.7826 7.24982 26 7.76364 26 8.36364V23.6364C26 24.2364 25.7826 24.7502 25.3478 25.1778C24.9122 25.6047 24.3889 25.8182 23.7778 25.8182H18.2222Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20.9225C17.8857 19.4558 19.3097 18.0442 20.272 16.6875C21.2335 15.3308 21.7143 14.0567 21.7143 12.865C21.7143 11.8383 21.5192 10.9627 21.1291 10.2382C20.7383 9.5144 20.2571 8.92773 19.6857 8.4782C19.1143 8.0294 18.4952 7.70417 17.8286 7.5025C17.1619 7.30083 16.5524 7.2 16 7.2C15.4476 7.2 14.8381 7.30083 14.1714 7.5025C13.5048 7.70417 12.8857 8.0294 12.3143 8.4782C11.7429 8.92773 11.2621 9.5144 10.872 10.2382C10.4811 10.9627 10.2857 11.8383 10.2857 12.865C10.2857 14.0567 10.7665 15.3308 11.728 16.6875C12.6903 18.0442 14.1143 19.4558 16 20.9225ZM16 23.315C15.8286 23.315 15.6667 23.2919 15.5143 23.2457C15.3619 23.2002 15.219 23.1317 15.0857 23.04C12.7048 21.2617 10.9288 19.5292 9.75771 17.8425C8.5859 16.1558 8 14.4967 8 12.865C8 11.5633 8.24305 10.4219 8.72914 9.4407C9.21448 8.46023 9.8381 7.64 10.6 6.98C11.3619 6.32 12.219 5.825 13.1714 5.495C14.1238 5.165 15.0667 5 16 5C16.9333 5 17.8762 5.165 18.8286 5.495C19.781 5.825 20.6381 6.32 21.4 6.98C22.1619 7.64 22.7859 8.46023 23.272 9.4407C23.7573 10.4219 24 11.5633 24 12.865C24 14.4967 23.4141 16.1558 22.2423 17.8425C21.0712 19.5292 19.2952 21.2617 16.9143 23.04C16.8 23.1317 16.6621 23.2002 16.5006 23.2457C16.3383 23.2919 16.1714 23.315 16 23.315ZM16 14.9C16.6286 14.9 17.1669 14.6844 17.6149 14.2532C18.0621 13.8227 18.2857 13.305 18.2857 12.7C18.2857 12.095 18.0621 11.5769 17.6149 11.1457C17.1669 10.7152 16.6286 10.5 16 10.5C15.3714 10.5 14.8335 10.7152 14.3863 11.1457C13.9383 11.5769 13.7143 12.095 13.7143 12.7C13.7143 13.305 13.9383 13.8227 14.3863 14.2532C14.8335 14.6844 15.3714 14.9 16 14.9ZM9.14286 27C8.81905 27 8.54743 26.8944 8.328 26.6832C8.10933 26.4727 8 26.2117 8 25.9C8 25.5883 8.10933 25.3273 8.328 25.1168C8.54743 24.9056 8.81905 24.8 9.14286 24.8H22.8571C23.181 24.8 23.4522 24.9056 23.6709 25.1168C23.8903 25.3273 24 25.5883 24 25.9C24 26.2117 23.8903 26.4727 23.6709 26.6832C23.4522 26.8944 23.181 27 22.8571 27H9.14286Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m13.333 13 1.767-.867a2.125 2.125 0 0 1 1.8 0l1.767.867V6.667h-5.334V13Zm-2.666 9.667c-.378 0-.695-.128-.951-.384a1.29 1.29 0 0 1-.383-.95c0-.377.128-.694.383-.95.256-.255.573-.383.95-.383h4c.378 0 .695.128.951.383.255.256.383.573.383.95 0 .378-.128.695-.383.95a1.291 1.291 0 0 1-.95.384h-4Zm-4 5.333c-.734 0-1.362-.26-1.884-.783A2.57 2.57 0 0 1 4 25.333V6.667c0-.734.26-1.362.783-1.884A2.571 2.571 0 0 1 6.667 4h18.666c.734 0 1.362.26 1.884.783.522.522.783 1.15.783 1.884v18.666a2.57 2.57 0 0 1-.783 1.884 2.57 2.57 0 0 1-1.884.783H6.667Zm0-21.333v18.666V6.667Zm0 18.666h18.666V6.667h-4v8.5c0 .51-.21.894-.633 1.149-.422.256-.856.273-1.3.05l-3.4-1.7-3.4 1.7c-.444.223-.878.206-1.3-.05-.422-.255-.633-.638-.633-1.15v-8.5h-4v18.667Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16C14.4875 16 13.1927 15.4615 12.1156 14.3844C11.0385 13.3073 10.5 12.0125 10.5 10.5C10.5 8.9875 11.0385 7.69271 12.1156 6.61563C13.1927 5.53854 14.4875 5 16 5C17.5125 5 18.8073 5.53854 19.8844 6.61563C20.9615 7.69271 21.5 8.9875 21.5 10.5C21.5 12.0125 20.9615 13.3073 19.8844 14.3844C18.8073 15.4615 17.5125 16 16 16ZM5 27V23.15C5 22.3708 5.20075 21.6545 5.60225 21.0009C6.00283 20.3482 6.53542 19.85 7.2 19.5063C8.62083 18.7958 10.0646 18.2628 11.5312 17.9071C12.9979 17.5524 14.4875 17.375 16 17.375C17.5125 17.375 19.0021 17.5524 20.4688 17.9071C21.9354 18.2628 23.3792 18.7958 24.8 19.5063C25.4646 19.85 25.9972 20.3482 26.3978 21.0009C26.7992 21.6545 27 22.3708 27 23.15V27H5ZM7.75 24.25H24.25V23.15C24.25 22.8979 24.1872 22.6688 24.0616 22.4625C23.9351 22.2563 23.7687 22.0958 23.5625 21.9813C22.325 21.3625 21.076 20.8982 19.8156 20.5884C18.5552 20.2795 17.2833 20.125 16 20.125C14.7167 20.125 13.4448 20.2795 12.1844 20.5884C10.924 20.8982 9.675 21.3625 8.4375 21.9813C8.23125 22.0958 8.06533 22.2563 7.93975 22.4625C7.81325 22.6688 7.75 22.8979 7.75 23.15V24.25ZM16 13.25C16.7563 13.25 17.4039 12.9805 17.9429 12.4415C18.481 11.9034 18.75 11.2562 18.75 10.5C18.75 9.74375 18.481 9.09658 17.9429 8.5585C17.4039 8.0195 16.7563 7.75 16 7.75C15.2437 7.75 14.5966 8.0195 14.0585 8.5585C13.5195 9.09658 13.25 9.74375 13.25 10.5C13.25 11.2562 13.5195 11.9034 14.0585 12.4415C14.5966 12.9805 15.2437 13.25 16 13.25Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16C14.4875 16 13.1927 15.4615 12.1156 14.3844C11.0385 13.3073 10.5 12.0125 10.5 10.5C10.5 8.9875 11.0385 7.69271 12.1156 6.61563C13.1927 5.53854 14.4875 5 16 5C17.5125 5 18.8073 5.53854 19.8844 6.61563C20.9615 7.69271 21.5 8.9875 21.5 10.5C21.5 12.0125 20.9615 13.3073 19.8844 14.3844C18.8073 15.4615 17.5125 16 16 16ZM5 27V23.15C5 22.3708 5.20075 21.6545 5.60225 21.0009C6.00283 20.3482 6.53542 19.85 7.2 19.5063C8.62083 18.7958 10.0646 18.2628 11.5312 17.9071C12.9979 17.5524 14.4875 17.375 16 17.375C17.5125 17.375 19.0021 17.5524 20.4688 17.9071C21.9354 18.2628 23.3792 18.7958 24.8 19.5063C25.4646 19.85 25.9972 20.3482 26.3978 21.0009C26.7993 21.6545 27 22.3708 27 23.15V27H5Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4282 20.9625C20.1987 20.6856 20.0839 20.3713 20.0839 20.0195C20.0839 19.6685 20.1987 19.3759 20.4282 19.1417L22.744 16.7778H13.7624C13.4078 16.7778 13.1107 16.6551 12.8712 16.4098C12.6308 16.1653 12.5107 15.862 12.5107 15.5C12.5107 15.138 12.6308 14.8343 12.8712 14.5889C13.1107 14.3445 13.4078 14.2222 13.7624 14.2222H22.744L20.4282 11.8583C20.1778 11.6028 20.0526 11.2995 20.0526 10.9486C20.0526 10.5967 20.1778 10.2931 20.4282 10.0375C20.6577 9.78194 20.9447 9.65417 21.2894 9.65417C21.6332 9.65417 21.9199 9.7713 22.1494 10.0056L26.6558 14.6056C26.7809 14.7333 26.8698 14.8718 26.9224 15.0208C26.9741 15.1699 27 15.3296 27 15.5C27 15.6704 26.9741 15.8301 26.9224 15.9792C26.8698 16.1282 26.7809 16.2667 26.6558 16.3944L22.1494 20.9944C21.8781 21.2713 21.5811 21.3935 21.2581 21.3612C20.9343 21.3296 20.6577 21.1968 20.4282 20.9625ZM7.50356 27C6.81508 27 6.22549 26.75 5.73479 26.2499C5.24493 25.7491 5 25.1472 5 24.4444V6.55556C5 5.85278 5.24493 5.25094 5.73479 4.75006C6.22549 4.25002 6.81508 4 7.50356 4H15.0142C15.3689 4 15.6664 4.12224 15.9067 4.36672C16.1462 4.61206 16.266 4.91574 16.266 5.27778C16.266 5.63981 16.1462 5.94307 15.9067 6.18756C15.6664 6.43289 15.3689 6.55556 15.0142 6.55556H7.50356V24.4444H15.0142C15.3689 24.4444 15.6664 24.5671 15.9067 24.8124C16.1462 25.0569 16.266 25.3602 16.266 25.7222C16.266 26.0843 16.1462 26.3875 15.9067 26.632C15.6664 26.8773 15.3689 27 15.0142 27H7.50356Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47493 20.2258L15.1135 9.35484C15.2401 9.22581 15.3773 9.13462 15.5251 9.08129C15.6728 9.0271 15.8311 9 16 9C16.1689 9 16.3272 9.0271 16.4749 9.08129C16.6227 9.13462 16.7599 9.22581 16.8865 9.35484L27.5567 20.2258C27.8522 20.5269 28 20.9032 28 21.3548C28 21.8065 27.8417 22.1935 27.5251 22.5161C27.2084 22.8387 26.8391 23 26.4169 23C25.9947 23 25.6253 22.8387 25.3087 22.5161L16 13.0323L6.69129 22.5161C6.39578 22.8172 6.03187 22.9677 5.59958 22.9677C5.16644 22.9677 4.79156 22.8065 4.47493 22.4839C4.15831 22.1613 4 21.7849 4 21.3548C4 20.9247 4.15831 20.5484 4.47493 20.2258Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5251 11.7742L16.8865 22.6452C16.7599 22.7742 16.6227 22.8654 16.4749 22.9187C16.3272 22.9729 16.1689 23 16 23C15.8311 23 15.6728 22.9729 15.5251 22.9187C15.3773 22.8654 15.2401 22.7742 15.1135 22.6452L4.44327 11.7742C4.14776 11.4731 4 11.0968 4 10.6452C4 10.1935 4.15831 9.80645 4.47493 9.48387C4.79156 9.16129 5.16095 9 5.58311 9C6.00528 9 6.37467 9.16129 6.69129 9.48387L16 18.9677L25.3087 9.48387C25.6042 9.18279 25.9681 9.03226 26.4004 9.03226C26.8336 9.03226 27.2084 9.19355 27.5251 9.51613C27.8417 9.83871 28 10.2151 28 10.6452C28 11.0753 27.8417 11.4516 27.5251 11.7742Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2258 27.5251L9.35484 16.8865C9.22581 16.7599 9.13462 16.6227 9.08129 16.4749C9.0271 16.3272 9 16.1689 9 16C9 15.8311 9.0271 15.6728 9.08129 15.5251C9.13462 15.3773 9.22581 15.2401 9.35484 15.1135L20.2258 4.44327C20.5269 4.14776 20.9032 4 21.3548 4C21.8065 4 22.1935 4.15831 22.5161 4.47493C22.8387 4.79156 23 5.16095 23 5.58311C23 6.00528 22.8387 6.37467 22.5161 6.69129L13.0323 16L22.5161 25.3087C22.8172 25.6042 22.9677 25.9681 22.9677 26.4004C22.9677 26.8336 22.8065 27.2084 22.4839 27.5251C22.1613 27.8417 21.7849 28 21.3548 28C20.9247 28 20.5484 27.8417 20.2258 27.5251Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7742 27.5251L22.6452 16.8865C22.7742 16.7599 22.8654 16.6227 22.9187 16.4749C22.9729 16.3272 23 16.1689 23 16C23 15.8311 22.9729 15.6728 22.9187 15.5251C22.8654 15.3773 22.7742 15.2401 22.6452 15.1135L11.7742 4.44327C11.4731 4.14776 11.0968 4 10.6452 4C10.1935 4 9.80645 4.15831 9.48387 4.47493C9.16129 4.79156 9 5.16095 9 5.58311C9 6.00528 9.16129 6.37467 9.48387 6.69129L18.9677 16L9.48387 25.3087C9.1828 25.6042 9.03226 25.9681 9.03226 26.4004C9.03226 26.8336 9.19355 27.2084 9.51613 27.5251C9.83871 27.8417 10.2151 28 10.6452 28C11.0753 28 11.4516 27.8417 11.7742 27.5251Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml,%0A%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.56361 18.3572C6.31228 19.7515 7.28065 22 9.13249 22H22.8675C24.7193 22 25.6877 19.7515 24.4364 18.3572L17.5689 10.7049C16.7254 9.76502 15.2746 9.76502 14.4311 10.7049L7.56361 18.3572Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml,%0A%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.4364 13.6428C25.6877 12.2485 24.7194 10 22.8675 10H9.13249C7.28065 10 6.31228 12.2485 7.56361 13.6428L14.4311 21.2951C15.2746 22.235 16.7254 22.235 17.5689 21.2951L24.4364 13.6428Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3572 24.4364C19.7515 25.6877 22 24.7194 22 22.8675V9.13249C22 7.28065 19.7515 6.31228 18.3572 7.56361L10.7049 14.4311C9.76502 15.2746 9.76502 16.7254 10.7049 17.5689L18.3572 24.4364Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6428 7.56361C12.2485 6.31228 10 7.28065 10 9.13249V22.8675C10 24.7193 12.2485 25.6877 13.6428 24.4364L21.2951 17.5689C22.235 16.7254 22.235 15.2746 21.2951 14.4311L13.6428 7.56361Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' fill='white' stroke='%23333333'/%3E%3Cpath d='M16 22C16.4755 22 16.8744 21.8352 17.1966 21.5057C17.5178 21.1774 17.6783 20.7701 17.6783 20.2838V14.7921L19.1888 16.3366C19.4965 16.6513 19.8881 16.8086 20.3636 16.8086C20.8392 16.8086 21.2308 16.6513 21.5385 16.3366C21.8462 16.022 22 15.6216 22 15.1353C22 14.6491 21.8462 14.2486 21.5385 13.934L17.1748 9.47195C17.007 9.30033 16.8252 9.17848 16.6294 9.1064C16.4336 9.03547 16.2238 9 16 9C15.7762 9 15.5664 9.03547 15.3706 9.1064C15.1748 9.17848 14.993 9.30033 14.8252 9.47195L10.4615 13.934C10.1538 14.2486 10 14.6491 10 15.1353C10 15.6216 10.1538 16.022 10.4615 16.3366C10.7692 16.6513 11.1608 16.8086 11.6364 16.8086C12.1119 16.8086 12.5035 16.6513 12.8112 16.3366L14.3217 14.7921V20.2838C14.3217 20.7701 14.4828 21.1774 14.805 21.5057C15.1262 21.8352 15.5245 22 16 22Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' fill='white' stroke='%23333333'/%3E%3Cpath d='M16 10C15.5245 10 15.1256 10.1648 14.8034 10.4943C14.4822 10.8226 14.3217 11.2299 14.3217 11.7162V17.2079L12.8112 15.6634C12.5035 15.3487 12.1119 15.1914 11.6364 15.1914C11.1608 15.1914 10.7692 15.3487 10.4615 15.6634C10.1538 15.978 10 16.3784 10 16.8647C10 17.3509 10.1538 17.7514 10.4615 18.066L14.8252 22.5281C14.993 22.6997 15.1748 22.8215 15.3706 22.8936C15.5664 22.9645 15.7762 23 16 23C16.2238 23 16.4336 22.9645 16.6294 22.8936C16.8252 22.8215 17.007 22.6997 17.1748 22.5281L21.5385 18.066C21.8462 17.7514 22 17.3509 22 16.8647C22 16.3784 21.8462 15.978 21.5385 15.6634C21.2308 15.3487 20.8392 15.1914 20.3636 15.1914C19.8881 15.1914 19.4965 15.3487 19.1888 15.6634L17.6783 17.2079V11.7162C17.6783 11.2299 17.5172 10.8226 17.195 10.4943C16.8738 10.1648 16.4755 10 16 10Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 13C9.075 13 8.7185 12.856 8.4305 12.568C8.1435 12.281 8 11.925 8 11.5C8 11.075 8.1435 10.7185 8.4305 10.4305C8.7185 10.1435 9.075 10 9.5 10H22.5C22.925 10 23.281 10.1435 23.568 10.4305C23.856 10.7185 24 11.075 24 11.5C24 11.925 23.856 12.281 23.568 12.568C23.281 12.856 22.925 13 22.5 13H9.5Z' fill='%23333333'/%3E%3Cpath d='M9.5 22C9.075 22 8.7185 21.856 8.4305 21.568C8.1435 21.281 8 20.925 8 20.5C8 20.075 8.1435 19.7185 8.4305 19.4305C8.7185 19.1435 9.075 19 9.5 19H22.5C22.925 19 23.281 19.1435 23.568 19.4305C23.856 19.7185 24 20.075 24 20.5C24 20.925 23.856 21.281 23.568 21.568C23.281 21.856 22.925 22 22.5 22H9.5Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1392 23.5408C17.4464 23.2336 17.6 22.8533 17.6 22.4V17.6H22.4C22.8533 17.6 23.2331 17.4464 23.5392 17.1392C23.8464 16.8331 24 16.4533 24 16C24 15.5467 23.8464 15.1664 23.5392 14.8592C23.2331 14.5531 22.8533 14.4 22.4 14.4H17.6V9.6C17.6 9.14667 17.4464 8.76693 17.1392 8.4608C16.8331 8.1536 16.4533 8 16 8C15.5467 8 15.1664 8.1536 14.8592 8.4608C14.5531 8.76693 14.4 9.14667 14.4 9.6V14.4H9.6C9.14667 14.4 8.7664 14.5531 8.4592 14.8592C8.15307 15.1664 8 15.5467 8 16C8 16.4533 8.15307 16.8331 8.4592 17.1392C8.7664 17.4464 9.14667 17.6 9.6 17.6H14.4V22.4C14.4 22.8533 14.5531 23.2336 14.8592 23.5408C15.1664 23.8469 15.5467 24 16 24C16.4533 24 16.8331 23.8469 17.1392 23.5408Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6 17.6004C9.14667 17.6004 8.7664 17.4468 8.4592 17.1396C8.15307 16.8335 8 16.4537 8 16.0004C8 15.5471 8.15307 15.1668 8.4592 14.8596C8.7664 14.5535 9.14667 14.4004 9.6 14.4004H22.4C22.8533 14.4004 23.2331 14.5535 23.5392 14.8596C23.8464 15.1668 24 15.5471 24 16.0004C24 16.4537 23.8464 16.8335 23.5392 17.1396C23.2331 17.4468 22.8533 17.6004 22.4 17.6004H9.6Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2 16.6419C11.54 16.6419 11.8252 16.5284 12.0556 16.3013C12.2852 16.0751 12.4 15.7945 12.4 15.4595C12.4 15.1244 12.2852 14.8434 12.0556 14.6164C11.8252 14.3901 11.54 14.277 11.2 14.277C10.86 14.277 10.5748 14.3901 10.3444 14.6164C10.1148 14.8434 10 15.1244 10 15.4595C10 15.7945 10.1148 16.0751 10.3444 16.3013C10.5748 16.5284 10.86 16.6419 11.2 16.6419ZM16 16.6419C16.34 16.6419 16.6252 16.5284 16.8556 16.3013C17.0852 16.0751 17.2 15.7945 17.2 15.4595C17.2 15.1244 17.0852 14.8434 16.8556 14.6164C16.6252 14.3901 16.34 14.277 16 14.277C15.66 14.277 15.3752 14.3901 15.1456 14.6164C14.9152 14.8434 14.8 15.1244 14.8 15.4595C14.8 15.7945 14.9152 16.0751 15.1456 16.3013C15.3752 16.5284 15.66 16.6419 16 16.6419ZM20.8 16.6419C21.14 16.6419 21.4248 16.5284 21.6544 16.3013C21.8848 16.0751 22 15.7945 22 15.4595C22 15.1244 21.8848 14.8434 21.6544 14.6164C21.4248 14.3901 21.14 14.277 20.8 14.277C20.46 14.277 20.1752 14.3901 19.9456 14.6164C19.7152 14.8434 19.6 15.1244 19.6 15.4595C19.6 15.7945 19.7152 16.0751 19.9456 16.3013C20.1752 16.5284 20.46 16.6419 20.8 16.6419ZM4 26.7812V8.36486C4 7.71453 4.2352 7.1576 4.7056 6.69409C5.1752 6.23136 5.74 6 6.4 6H25.6C26.26 6 26.8252 6.23136 27.2956 6.69409C27.7652 7.1576 28 7.71453 28 8.36486V22.554C28 23.2044 27.7652 23.7613 27.2956 24.2248C26.8252 24.6875 26.26 24.9189 25.6 24.9189H8.8L6.04 27.6385C5.66 28.0129 5.2248 28.0965 4.7344 27.8892C4.2448 27.6826 4 27.3133 4 26.7812ZM6.4 23.9434L7.81 22.554H25.6V8.36486H6.4V23.9434ZM6.4 8.36486V23.9434V8.36486Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6.25C10.6141 6.25 6.25 10.6141 6.25 16V17.875C6.25 18.4984 5.74844 19 5.125 19C4.50156 19 4 18.4984 4 17.875V16C4 9.37188 9.37188 4 16 4C22.6281 4 28 9.37188 28 16V22.7547C28 25.0328 26.1531 26.8797 23.8703 26.8797L18.7 26.875C18.3109 27.5453 17.5844 28 16.75 28H15.25C14.0078 28 13 26.9922 13 25.75C13 24.5078 14.0078 23.5 15.25 23.5H16.75C17.5844 23.5 18.3109 23.9547 18.7 24.625L23.875 24.6297C24.9109 24.6297 25.75 23.7906 25.75 22.7547V16C25.75 10.6141 21.3859 6.25 16 6.25ZM10.75 13.75H11.5C12.3297 13.75 13 14.4203 13 15.25V20.5C13 21.3297 12.3297 22 11.5 22H10.75C9.09531 22 7.75 20.6547 7.75 19V16.75C7.75 15.0953 9.09531 13.75 10.75 13.75ZM21.25 13.75C22.9047 13.75 24.25 15.0953 24.25 16.75V19C24.25 20.6547 22.9047 22 21.25 22H20.5C19.6703 22 19 21.3297 19 20.5V15.25C19 14.4203 19.6703 13.75 20.5 13.75H21.25Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.76758 25.8963C6.34672 26.065 5.94692 26.0279 5.56815 25.7849C5.18938 25.5428 5 25.1897 5 24.7257V20.0118C5 19.7165 5.08417 19.4529 5.25251 19.2209C5.42085 18.9889 5.65232 18.8412 5.94692 18.778L15.1004 16.5001L5.94692 14.2222C5.65232 14.159 5.42085 14.0113 5.25251 13.7793C5.08417 13.5473 5 13.2837 5 12.9884V8.27451C5 7.8105 5.18938 7.45701 5.56815 7.21404C5.94692 6.97191 6.34672 6.93521 6.76758 7.10394L26.2109 15.3295C26.737 15.5615 27 15.9517 27 16.5001C27 17.0485 26.737 17.4387 26.2109 17.6707L6.76758 25.8963Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.75' d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0Z' fill='%23F5F5F5'/%3E%3Cpath d='M12 11.6339V20.3661C12 21.019 12.2834 21.495 12.8502 21.7943C13.417 22.0935 13.9703 22.0663 14.5101 21.7127L21.2308 17.3874C21.7436 17.0881 22 16.6257 22 16C22 15.3743 21.7436 14.9119 21.2308 14.6126L14.5101 10.2873C13.9703 9.93369 13.417 9.90649 12.8502 10.2057C12.2834 10.505 12 10.981 12 11.6339Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.75' d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0Z' fill='%23F5F5F5'/%3E%3Cpath d='M12.6667 23C13.1389 23 13.535 22.832 13.855 22.496C14.1739 22.1612 14.3333 21.7458 14.3333 21.25V10.7063C14.3333 10.2104 14.1739 9.80208 13.855 9.48125C13.535 9.16042 13.1389 9 12.6667 9C12.1944 9 11.7989 9.16742 11.48 9.50225C11.16 9.83825 11 10.2542 11 10.75V21.2938C11 21.7896 11.16 22.1979 11.48 22.5188C11.7989 22.8396 12.1944 23 12.6667 23ZM19.3333 23C19.8056 23 20.2017 22.832 20.5217 22.496C20.8406 22.1612 21 21.7458 21 21.25V10.7063C21 10.2104 20.8406 9.80208 20.5217 9.48125C20.2017 9.16042 19.8056 9 19.3333 9C18.8611 9 18.4656 9.16742 18.1467 9.50225C17.8267 9.83825 17.6667 10.2542 17.6667 10.75V21.2938C17.6667 21.7896 17.8267 22.1979 18.1467 22.5188C18.4656 22.8396 18.8611 23 19.3333 23Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.667C15.6222 16.667 15.3058 16.539 15.0507 16.283C14.7947 16.0279 14.6667 15.7114 14.6667 15.3337C14.6667 14.9559 14.7947 14.639 15.0507 14.383C15.3058 14.1279 15.6222 14.0003 16 14.0003C16.3778 14.0003 16.6947 14.1279 16.9507 14.383C17.2058 14.639 17.3333 14.9559 17.3333 15.3337C17.3333 15.7114 17.2058 16.0279 16.9507 16.283C16.6947 16.539 16.3778 16.667 16 16.667ZM10.6667 16.667C10.2889 16.667 9.972 16.539 9.716 16.283C9.46089 16.0279 9.33333 15.7114 9.33333 15.3337C9.33333 14.9559 9.46089 14.639 9.716 14.383C9.972 14.1279 10.2889 14.0003 10.6667 14.0003C11.0444 14.0003 11.3613 14.1279 11.6173 14.383C11.8724 14.639 12 14.9559 12 15.3337C12 15.7114 11.8724 16.0279 11.6173 16.283C11.3613 16.539 11.0444 16.667 10.6667 16.667ZM21.3333 16.667C20.9556 16.667 20.6391 16.539 20.384 16.283C20.128 16.0279 20 15.7114 20 15.3337C20 14.9559 20.128 14.639 20.384 14.383C20.6391 14.1279 20.9556 14.0003 21.3333 14.0003C21.7111 14.0003 22.0276 14.1279 22.2827 14.383C22.5387 14.639 22.6667 14.9559 22.6667 15.3337C22.6667 15.7114 22.5387 16.0279 22.2827 16.283C22.0276 16.539 21.7111 16.667 21.3333 16.667ZM16 22.0003C15.6222 22.0003 15.3058 21.8723 15.0507 21.6163C14.7947 21.3612 14.6667 21.0448 14.6667 20.667C14.6667 20.2892 14.7947 19.9728 15.0507 19.7177C15.3058 19.4617 15.6222 19.3337 16 19.3337C16.3778 19.3337 16.6947 19.4617 16.9507 19.7177C17.2058 19.9728 17.3333 20.2892 17.3333 20.667C17.3333 21.0448 17.2058 21.3612 16.9507 21.6163C16.6947 21.8723 16.3778 22.0003 16 22.0003ZM10.6667 22.0003C10.2889 22.0003 9.972 21.8723 9.716 21.6163C9.46089 21.3612 9.33333 21.0448 9.33333 20.667C9.33333 20.2892 9.46089 19.9728 9.716 19.7177C9.972 19.4617 10.2889 19.3337 10.6667 19.3337C11.0444 19.3337 11.3613 19.4617 11.6173 19.7177C11.8724 19.9728 12 20.2892 12 20.667C12 21.0448 11.8724 21.3612 11.6173 21.6163C11.3613 21.8723 11.0444 22.0003 10.6667 22.0003ZM21.3333 22.0003C20.9556 22.0003 20.6391 21.8723 20.384 21.6163C20.128 21.3612 20 21.0448 20 20.667C20 20.2892 20.128 19.9728 20.384 19.7177C20.6391 19.4617 20.9556 19.3337 21.3333 19.3337C21.7111 19.3337 22.0276 19.4617 22.2827 19.7177C22.5387 19.9728 22.6667 20.2892 22.6667 20.667C22.6667 21.0448 22.5387 21.3612 22.2827 21.6163C22.0276 21.8723 21.7111 22.0003 21.3333 22.0003ZM6.66667 27.3337C5.93333 27.3337 5.30533 27.0728 4.78267 26.551C4.26089 26.0283 4 25.4003 4 24.667V6.00033C4 5.26699 4.26089 4.63944 4.78267 4.11766C5.30533 3.59499 5.93333 3.33366 6.66667 3.33366H8V2.00033C8 1.62255 8.12756 1.30566 8.38267 1.04966C8.63867 0.794548 8.95556 0.666992 9.33333 0.666992C9.71111 0.666992 10.028 0.794548 10.284 1.04966C10.5391 1.30566 10.6667 1.62255 10.6667 2.00033V3.33366H21.3333V2.00033C21.3333 1.62255 21.4613 1.30566 21.7173 1.04966C21.9724 0.794548 22.2889 0.666992 22.6667 0.666992C23.0444 0.666992 23.3609 0.794548 23.616 1.04966C23.872 1.30566 24 1.62255 24 2.00033V3.33366H25.3333C26.0667 3.33366 26.6947 3.59499 27.2173 4.11766C27.7391 4.63944 28 5.26699 28 6.00033V24.667C28 25.4003 27.7391 26.0283 27.2173 26.551C26.6947 27.0728 26.0667 27.3337 25.3333 27.3337H6.66667ZM6.66667 24.667H25.3333V11.3337H6.66667V24.667Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0538 20.242L23.6951 8.54519C24.0568 8.18173 24.5172 8 25.0762 8C25.6353 8 26.0957 8.18173 26.4574 8.54519C26.8191 8.90865 27 9.37123 27 9.93294C27 10.4947 26.8191 10.9572 26.4574 11.3207L13.435 24.4052C13.0404 24.8017 12.58 25 12.0538 25C11.5277 25 11.0673 24.8017 10.6726 24.4052L5.5426 19.2507C5.18087 18.8873 5 18.4247 5 17.863C5 17.3013 5.18087 16.8387 5.5426 16.4752C5.90433 16.1118 6.36472 15.93 6.92377 15.93C7.48281 15.93 7.9432 16.1118 8.30493 16.4752L12.0538 20.242Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0699 20.2429C14.3 20.4786 14.593 20.5964 14.9486 20.5964C15.3043 20.5964 15.5972 20.4786 15.8274 20.2429L18.2126 17.8L20.5977 20.2429C20.8279 20.4786 21.1208 20.5964 21.4765 20.5964C21.8321 20.5964 22.1251 20.4786 22.3552 20.2429C22.5854 20.0071 22.7004 19.7071 22.7004 19.3429C22.7004 18.9786 22.5854 18.6786 22.3552 18.4429L19.97 16L22.3552 13.5571C22.5854 13.3214 22.7004 13.0214 22.7004 12.6571C22.7004 12.2929 22.5854 11.9929 22.3552 11.7571C22.1251 11.5214 21.8321 11.4036 21.4765 11.4036C21.1208 11.4036 20.8279 11.5214 20.5977 11.7571L18.2126 14.2L15.8274 11.7571C15.5972 11.5214 15.3043 11.4036 14.9486 11.4036C14.593 11.4036 14.3 11.5214 14.0699 11.7571C13.8398 11.9929 13.7247 12.2929 13.7247 12.6571C13.7247 13.0214 13.8398 13.3214 14.0699 13.5571L16.4551 16L14.0699 18.4429C13.8398 18.6786 13.7247 18.9786 13.7247 19.3429C13.7247 19.7071 13.8398 20.0071 14.0699 20.2429ZM11.9358 25C11.5174 25 11.1249 24.9036 10.7583 24.7107C10.3917 24.5179 10.0938 24.25 9.86448 23.9071L5.43937 17.4786C5.14646 17.0286 5 16.5357 5 16C5 15.4643 5.14646 14.9714 5.43937 14.5214L9.86448 8.09286C10.0946 7.75 10.393 7.48214 10.7595 7.28929C11.1261 7.09643 11.5182 7 11.9358 7H24.4893C25.1797 7 25.771 7.252 26.2631 7.756C26.7552 8.26 27.0008 8.86514 27 9.57143V22.4286C27 23.1357 26.754 23.7413 26.2619 24.2453C25.7698 24.7493 25.1789 25.0009 24.4893 25H11.9358ZM7.47932 16L11.9358 22.4286H24.4893V9.57143H11.9358L7.47932 16ZM24.4893 16V9.57143V22.4286V16Z' fill='%23999999'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 19.9156C15.8167 19.9156 15.6448 19.8868 15.4844 19.829C15.324 19.7722 15.175 19.675 15.0375 19.5375L10.0875 14.5875C9.83542 14.3354 9.70938 14.0146 9.70938 13.625C9.70938 13.2354 9.83542 12.9146 10.0875 12.6625C10.3396 12.4104 10.6659 12.2784 11.0665 12.2665C11.468 12.2555 11.7948 12.376 12.0469 12.6281L14.625 15.2062V5.375C14.625 4.98542 14.757 4.65863 15.021 4.39463C15.2841 4.13154 15.6104 4 16 4C16.3896 4 16.7164 4.13154 16.9804 4.39463C17.2435 4.65863 17.375 4.98542 17.375 5.375V15.2062L19.9531 12.6281C20.2052 12.376 20.532 12.2555 20.9335 12.2665C21.3341 12.2784 21.6604 12.4104 21.9125 12.6625C22.1646 12.9146 22.2906 13.2354 22.2906 13.625C22.2906 14.0146 22.1646 14.3354 21.9125 14.5875L16.9625 19.5375C16.825 19.675 16.676 19.7722 16.5156 19.829C16.3552 19.8868 16.1833 19.9156 16 19.9156ZM7.75 26C6.99375 26 6.34658 25.731 5.8085 25.1929C5.2695 24.6539 5 24.0063 5 23.25V20.5C5 20.1104 5.13154 19.7836 5.39463 19.5196C5.65863 19.2565 5.98542 19.125 6.375 19.125C6.76458 19.125 7.09137 19.2565 7.35537 19.5196C7.61846 19.7836 7.75 20.1104 7.75 20.5V23.25H24.25V20.5C24.25 20.1104 24.382 19.7836 24.646 19.5196C24.9091 19.2565 25.2354 19.125 25.625 19.125C26.0146 19.125 26.3409 19.2565 26.604 19.5196C26.868 19.7836 27 20.1104 27 20.5V23.25C27 24.0063 26.731 24.6539 26.1929 25.1929C25.6539 25.731 25.0063 26 24.25 26H7.75Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1129 25.1175L15.9996 21.5158L21.8864 25.1649L20.3447 18.3405L25.5306 13.7909L18.7094 13.1749L15.9996 6.7296L13.2899 13.1275L6.46865 13.7436L11.6546 18.3405L10.1129 25.1175ZM15.9996 25.9706L8.24403 30.7097C7.90141 30.9309 7.54322 31.0257 7.16946 30.9941C6.79569 30.9625 6.46865 30.8361 6.18833 30.6149C5.908 30.3938 5.68997 30.1176 5.53424 29.7865C5.3785 29.4542 5.34736 29.0826 5.4408 28.6719L7.4965 19.7149L0.628578 13.6962C0.317108 13.4118 0.12275 13.0877 0.0455053 12.7237C-0.0329853 12.361 -0.00993656 12.0059 0.114652 11.6583C0.23924 11.3108 0.426122 11.0264 0.675298 10.8053C0.924475 10.5841 1.26709 10.4419 1.70315 10.3788L10.7669 9.57309L14.271 1.1374C14.4267 0.758266 14.6684 0.473916 14.9961 0.28435C15.3225 0.0947833 15.657 0 15.9996 0C16.3423 0 16.6774 0.0947833 17.0051 0.28435C17.3315 0.473916 17.5726 0.758266 17.7283 1.1374L21.2324 9.57309L30.2961 10.3788C30.7322 10.4419 31.0748 10.5841 31.324 10.8053C31.5732 11.0264 31.7601 11.3108 31.8846 11.6583C32.0092 12.0059 32.0329 12.361 31.9557 12.7237C31.8772 13.0877 31.6822 13.4118 31.3707 13.6962L24.5028 19.7149L26.5585 28.6719C26.6519 29.0826 26.6208 29.4542 26.4651 29.7865C26.3093 30.1176 26.0913 30.3938 25.811 30.6149C25.5306 30.8361 25.2036 30.9625 24.8298 30.9941C24.4561 31.0257 24.0979 30.9309 23.7553 30.7097L15.9996 25.9706Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9996 6.7296V21.5158L21.8864 25.1649L20.3447 18.3405L25.5306 13.7909L18.7094 13.1749L15.9996 6.7296ZM15.9996 25.9706L8.24403 30.7097C7.90141 30.9309 7.54322 31.0257 7.16946 30.9941C6.79569 30.9625 6.46865 30.8361 6.18833 30.6149C5.908 30.3938 5.68997 30.1176 5.53424 29.7865C5.3785 29.4542 5.34736 29.0826 5.4408 28.6719L7.4965 19.7149L0.628578 13.6962C0.317108 13.4118 0.12275 13.0877 0.0455053 12.7237C-0.0329853 12.361 -0.00993656 12.0059 0.114652 11.6583C0.23924 11.3108 0.426122 11.0264 0.675298 10.8053C0.924475 10.5841 1.26709 10.4419 1.70315 10.3788L10.7669 9.57309L14.271 1.1374C14.4267 0.758266 14.6684 0.473916 14.9961 0.28435C15.3225 0.0947833 15.657 0 15.9996 0C16.3423 0 16.6774 0.0947833 17.0051 0.28435C17.3315 0.473916 17.5726 0.758266 17.7283 1.1374L21.2324 9.57309L30.2961 10.3788C30.7322 10.4419 31.0748 10.5841 31.324 10.8053C31.5732 11.0264 31.7601 11.3108 31.8846 11.6583C32.0092 12.0059 32.0329 12.361 31.9557 12.7237C31.8772 13.0877 31.6822 13.4118 31.3707 13.6962L24.5028 19.7149L26.5585 28.6719C26.6519 29.0826 26.6208 29.4542 26.4651 29.7865C26.3093 30.1176 26.0913 30.3938 25.811 30.6149C25.5306 30.8361 25.2036 30.9625 24.8298 30.9941C24.4561 31.0257 24.0979 30.9309 23.7553 30.7097L15.9996 25.9706Z' fill='url(%23paint0_linear_16_3874)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16_3874' x1='16' y1='15.525' x2='16.0516' y2='15.525' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4CC49'/%3E%3Cstop offset='1' stop-color='%23CCCCCC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9996 25.9706L8.24403 30.7097C7.90141 30.9309 7.54322 31.0257 7.16946 30.9941C6.79569 30.9625 6.46865 30.8361 6.18833 30.6149C5.908 30.3938 5.68997 30.1176 5.53424 29.7865C5.3785 29.4542 5.34736 29.0826 5.4408 28.6719L7.4965 19.7149L0.628578 13.6962C0.317108 13.4118 0.12275 13.0877 0.0455053 12.7237C-0.0329853 12.361 -0.00993656 12.0059 0.114652 11.6583C0.23924 11.3108 0.426122 11.0264 0.675298 10.8053C0.924475 10.5841 1.26709 10.4419 1.70315 10.3788L10.7669 9.57309L14.271 1.1374C14.4267 0.758266 14.6684 0.473916 14.9961 0.28435C15.3225 0.0947833 15.657 0 15.9996 0C16.3423 0 16.6774 0.0947833 17.0051 0.28435C17.3315 0.473916 17.5726 0.758266 17.7283 1.1374L21.2324 9.57309L30.2961 10.3788C30.7322 10.4419 31.0748 10.5841 31.324 10.8053C31.5732 11.0264 31.7601 11.3108 31.8846 11.6583C32.0092 12.0059 32.0329 12.361 31.9557 12.7237C31.8772 13.0877 31.6822 13.4118 31.3707 13.6962L24.5028 19.7149L26.5585 28.6719C26.6519 29.0826 26.6208 29.4542 26.4651 29.7865C26.3093 30.1176 26.0913 30.3938 25.811 30.6149C25.5306 30.8361 25.2036 30.9625 24.8298 30.9941C24.4561 31.0257 24.0979 30.9309 23.7553 30.7097L15.9996 25.9706Z' fill='%23F4CC49'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.3057C16.8938 16.3057 17.6591 15.9861 18.2961 15.347C18.932 14.7089 19.25 13.9414 19.25 13.0446C19.25 12.1478 18.932 11.3798 18.2961 10.7406C17.6591 10.1025 16.8938 9.78344 16 9.78344C15.1062 9.78344 14.3414 10.1025 13.7055 10.7406C13.0685 11.3798 12.75 12.1478 12.75 13.0446C12.75 13.9414 13.0685 14.7089 13.7055 15.347C14.3414 15.9861 15.1062 16.3057 16 16.3057ZM16 32C15.7833 32 15.5667 31.9592 15.35 31.8777C15.1333 31.7962 14.9438 31.6875 14.7812 31.5516C10.8271 28.0459 7.875 24.7918 5.925 21.7894C3.975 18.7858 3 15.9796 3 13.3707C3 9.29427 4.30704 6.04671 6.92113 3.62803C9.53413 1.20934 12.5604 0 16 0C19.4396 0 22.4659 1.20934 25.0789 3.62803C27.693 6.04671 29 9.29427 29 13.3707C29 15.9796 28.025 18.7858 26.075 21.7894C24.125 24.7918 21.1729 28.0459 17.2188 31.5516C17.0562 31.6875 16.8667 31.7962 16.65 31.8777C16.4333 31.9592 16.2167 32 16 32Z' fill='%23333333'/%3E%3Cpath d='M16 16.3057C16.8938 16.3057 17.6591 15.9861 18.2961 15.347C18.932 14.7089 19.25 13.9414 19.25 13.0446C19.25 12.1478 18.932 11.3798 18.2961 10.7406C17.6591 10.1025 16.8938 9.78344 16 9.78344C15.1062 9.78344 14.3414 10.1025 13.7055 10.7406C13.0685 11.3798 12.75 12.1478 12.75 13.0446C12.75 13.9414 13.0685 14.7089 13.7055 15.347C14.3414 15.9861 15.1062 16.3057 16 16.3057Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.3057C16.8938 16.3057 17.6591 15.9861 18.2961 15.347C18.932 14.7089 19.25 13.9414 19.25 13.0446C19.25 12.1478 18.932 11.3798 18.2961 10.7406C17.6591 10.1025 16.8938 9.78344 16 9.78344C15.1062 9.78344 14.3414 10.1025 13.7055 10.7406C13.0685 11.3798 12.75 12.1478 12.75 13.0446C12.75 13.9414 13.0685 14.7089 13.7055 15.347C14.3414 15.9861 15.1062 16.3057 16 16.3057ZM16 32C15.7833 32 15.5667 31.9592 15.35 31.8777C15.1333 31.7962 14.9438 31.6875 14.7812 31.5516C10.8271 28.0459 7.875 24.7918 5.925 21.7894C3.975 18.7858 3 15.9796 3 13.3707C3 9.29427 4.30704 6.04671 6.92113 3.62803C9.53413 1.20934 12.5604 0 16 0C19.4396 0 22.4659 1.20934 25.0789 3.62803C27.693 6.04671 29 9.29427 29 13.3707C29 15.9796 28.025 18.7858 26.075 21.7894C24.125 24.7918 21.1729 28.0459 17.2188 31.5516C17.0562 31.6875 16.8667 31.7962 16.65 31.8777C16.4333 31.9592 16.2167 32 16 32Z' fill='%2352C41A'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.3057C16.8938 16.3057 17.6591 15.9861 18.2961 15.347C18.932 14.7089 19.25 13.9414 19.25 13.0446C19.25 12.1478 18.932 11.3798 18.2961 10.7406C17.6591 10.1025 16.8938 9.78344 16 9.78344C15.1062 9.78344 14.3414 10.1025 13.7055 10.7406C13.0685 11.3798 12.75 12.1478 12.75 13.0446C12.75 13.9414 13.0685 14.7089 13.7055 15.347C14.3414 15.9861 15.1062 16.3057 16 16.3057ZM16 32C15.7833 32 15.5667 31.9592 15.35 31.8777C15.1333 31.7962 14.9438 31.6875 14.7812 31.5516C10.8271 28.0459 7.875 24.7918 5.925 21.7894C3.975 18.7858 3 15.9796 3 13.3707C3 9.29427 4.30704 6.04671 6.92113 3.62803C9.53413 1.20934 12.5604 0 16 0C19.4396 0 22.4659 1.20934 25.0789 3.62803C27.693 6.04671 29 9.29427 29 13.3707C29 15.9796 28.025 18.7858 26.075 21.7894C24.125 24.7918 21.1729 28.0459 17.2188 31.5516C17.0562 31.6875 16.8667 31.7962 16.65 31.8777C16.4333 31.9592 16.2167 32 16 32Z' fill='%23EE1414'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%0A%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='15' fill='%231A8E37' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 19.7895C14.9193 19.7895 14.0007 19.4057 13.2442 18.6382C12.4878 17.8706 12.1095 16.9386 12.1095 15.8421V7.94737C12.1095 6.85088 12.4878 5.91886 13.2442 5.15132C14.0007 4.38377 14.9193 4 16 4C17.0807 4 17.9993 4.38377 18.7558 5.15132C19.5122 5.91886 19.8905 6.85088 19.8905 7.94737V15.8421C19.8905 16.9386 19.5122 17.8706 18.7558 18.6382C17.9993 19.4057 17.0807 19.7895 16 19.7895ZM16 29C15.6326 29 15.3248 28.8737 15.0767 28.6211C14.8277 28.3693 14.7032 28.057 14.7032 27.6842V24.9211C12.6931 24.6579 10.9856 23.8136 9.58069 22.3882C8.17579 20.9627 7.32205 19.2522 7.01945 17.2566C6.95461 16.8838 7.05187 16.5548 7.31124 16.2697C7.57061 15.9846 7.91643 15.8421 8.3487 15.8421C8.6513 15.8421 8.92147 15.957 9.15922 16.1868C9.39697 16.4175 9.54827 16.6974 9.61311 17.0263C9.89409 18.5614 10.629 19.8443 11.8177 20.875C13.0065 21.9057 14.4006 22.4211 16 22.4211C17.5994 22.4211 18.9935 21.9057 20.1823 20.875C21.371 19.8443 22.1059 18.5614 22.3869 17.0263C22.4517 16.6974 22.6086 16.4175 22.8576 16.1868C23.1058 15.957 23.3811 15.8421 23.6837 15.8421C24.0944 15.8421 24.4294 15.9846 24.6888 16.2697C24.9481 16.5548 25.0454 16.8838 24.9805 17.2566C24.678 19.2522 23.8242 20.9627 22.4193 22.3882C21.0144 23.8136 19.3069 24.6579 17.2968 24.9211V27.6842C17.2968 28.057 17.1728 28.3693 16.9246 28.6211C16.6756 28.8737 16.3674 29 16 29Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0092 20.3309L23.0963 18.3903C23.2942 18.0558 23.4648 17.71 23.6082 17.3532C23.7507 16.9963 23.8549 16.6283 23.9208 16.2491C23.9868 15.9145 24.1464 15.6299 24.3997 15.3952C24.6522 15.1615 24.9323 15.0446 25.2401 15.0446C25.6579 15.0446 25.9987 15.1896 26.2625 15.4796C26.5264 15.7695 26.6253 16.1041 26.5594 16.4833C26.4494 17.197 26.2625 17.8715 25.9987 18.5068C25.7348 19.1429 25.405 19.7509 25.0092 20.3309ZM21.1174 16.316L13.4657 8.5539V7.01487C13.4657 5.89963 13.8505 4.95167 14.6201 4.171C15.3896 3.39033 16.3241 3 17.4235 3C18.5229 3 19.4573 3.39033 20.2269 4.171C20.9965 4.95167 21.3813 5.89963 21.3813 7.01487V15.0446C21.3813 15.29 21.354 15.513 21.2995 15.7138C21.2441 15.9145 21.1834 16.1152 21.1174 16.316ZM26.7902 29.632L4.3628 6.88104C4.12093 6.63569 4 6.32342 4 5.94424C4 5.56506 4.12093 5.25279 4.3628 5.00743C4.60466 4.76208 4.91249 4.63941 5.28628 4.63941C5.66007 4.63941 5.9679 4.76208 6.20976 5.00743L28.6372 27.7584C28.8791 28.0037 29 28.316 29 28.6952C29 29.0744 28.8791 29.3866 28.6372 29.632C28.3953 29.8773 28.0875 30 27.7137 30C27.3399 30 27.0321 29.8773 26.7902 29.632ZM16.1042 27.0892V24.2788C14.0594 24.0112 12.3223 23.1524 10.8931 21.7026C9.46394 20.2528 8.59543 18.513 8.2876 16.4833C8.22164 16.1041 8.32058 15.7695 8.58443 15.4796C8.84829 15.1896 9.20009 15.0446 9.63984 15.0446C9.94767 15.0446 10.2225 15.1615 10.4644 15.3952C10.7062 15.6299 10.8602 15.9145 10.9261 16.2491C11.212 17.8104 11.9595 19.1152 13.1689 20.1636C14.3782 21.2119 15.7964 21.7361 17.4235 21.7361C18.1711 21.7361 18.8804 21.6192 19.5515 21.3854C20.2216 21.1508 20.8316 20.8216 21.3813 20.3978L23.2612 22.3048C22.6236 22.8178 21.9257 23.247 21.1675 23.5923C20.4085 23.9384 19.6003 24.1673 18.7427 24.2788V27.0892C18.7427 27.4684 18.6165 27.786 18.3641 28.0421C18.1108 28.299 17.7973 28.4275 17.4235 28.4275C17.0497 28.4275 16.7366 28.299 16.4842 28.0421C16.2309 27.786 16.1042 27.4684 16.1042 27.0892Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%0A%3Csvg width='34' height='32' viewBox='0 0 34 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.2877 9.93087V4.88963C31.2877 4.7728 31.265 4.65712 31.2208 4.54918C31.1767 4.44125 31.112 4.34318 31.0304 4.26057C30.9488 4.17796 30.8519 4.11243 30.7453 4.06772C30.6387 4.02301 30.5245 4 30.4091 4H2.87863C2.6456 4 2.42212 4.09373 2.25735 4.26057C2.09257 4.4274 2 4.65369 2 4.88963V23.8684C2 24.1044 2.09257 24.3306 2.25735 24.4975C2.42212 24.6643 2.6456 24.758 2.87863 24.758H16.6439M31.2877 9.93087H7.85754M31.2877 9.93087V12.8963' stroke='%231A8E37' stroke-width='2.19658' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.6053 16.3236L31.3483 17.2859C31.7378 17.3867 32.0117 17.7455 32 18.1518C31.7481 26.6893 26.8849 28 26.8849 28C26.8849 28 22.0216 26.6893 21.7698 18.1518C21.7652 17.954 21.8273 17.7606 21.9457 17.6032C22.0641 17.4459 22.2319 17.334 22.4214 17.2859L26.1644 16.3236C26.6374 16.202 27.1323 16.202 27.6053 16.3236V16.3236Z' stroke='%231A8E37' stroke-width='2.19658' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7012 2.17241C21.6503 2.78688 19.7058 5.6435 20.2819 8.65701L20.3801 9.16689L19.8956 9.65062L19.4112 10.1343L19.11 9.92517C18.6517 9.6114 17.794 9.21918 17.1852 9.05576C16.7007 8.91849 16.6483 8.89234 16.6876 8.77467C16.7072 8.70277 16.7399 8.389 16.7596 8.07523C16.8316 6.95088 16.3275 6.0161 15.3389 5.42778C14.5205 4.93752 13.2504 4.97674 12.373 5.51276C12.0457 5.71541 1.99592 15.7103 1.7144 16.1156C1.08588 17.0046 1.08588 18.3774 1.70785 19.286C2.51969 20.4561 3.90112 20.8679 5.2891 20.3384C5.34803 20.3123 5.38731 20.3319 5.38731 20.3973C5.38731 20.613 5.80632 21.757 6.11404 22.391L6.44794 23.0578L5.83251 23.7115C5.02722 24.5613 4.73915 25.1496 4.7326 25.934C4.7326 27.516 6.31045 28.8364 7.8752 28.5619C8.49717 28.4507 8.92273 28.2089 9.55125 27.6206L10.1078 27.0911L11.3713 28.3461C12.5171 29.477 12.6939 29.6208 13.1587 29.8431C13.6497 30.0784 13.6956 30.085 14.3895 30.085C15.0639 30.085 15.1359 30.0719 15.5484 29.8758C16.3144 29.5163 16.8316 28.8364 16.9953 27.9735L17.0673 27.5879L17.3357 27.7055C17.7351 27.882 18.3178 27.9539 18.7957 27.8886C19.9153 27.7317 20.8253 26.8557 21.0348 25.7445C21.0741 25.5484 21.1134 25.3784 21.1265 25.3653C21.133 25.3522 21.2902 25.4111 21.4669 25.4895C21.7288 25.6137 21.9056 25.6399 22.4425 25.6399C23.0186 25.6399 23.143 25.6203 23.4769 25.4634C24.2298 25.1104 24.8583 24.3129 25.0286 23.4958C25.0678 23.2931 25.1137 23.1232 25.1333 23.1232C25.1529 23.1232 25.2708 23.1689 25.3952 23.2212C25.8208 23.3977 26.4165 23.4696 26.8355 23.3912C28.6098 23.0643 29.546 21.2144 28.7735 19.5671C28.6098 19.2206 28.3217 18.9069 26.5933 17.2073C25.4999 16.1221 24.3018 14.952 23.9286 14.5925L23.2543 13.9454L23.7322 13.4682L24.2102 12.9975L24.6357 13.089C25.2053 13.2132 26.2267 13.2132 26.8486 13.0825C28.9895 12.6445 30.718 10.9057 31.1501 8.74853C31.2352 8.34324 31.2548 7.99678 31.2352 7.37578C31.1828 6.09455 30.9406 5.57159 30.4692 5.74155C30.3775 5.78078 29.8079 6.29065 29.2121 6.88551L28.1319 7.9641L26.9534 7.99678C26.3118 8.00986 25.6702 8.03601 25.5261 8.05562L25.2708 8.07523L25.3232 6.66326L25.369 5.24475L26.5082 4.09426C27.5033 3.09411 27.6474 2.92415 27.6474 2.74112C27.6474 2.42081 27.4706 2.30315 26.8225 2.17894C26.135 2.05474 25.297 2.05474 24.7012 2.17241ZM26.207 3.10065C26.207 3.12679 25.8273 3.53208 25.3625 4.00274L24.5244 4.85254L24.4786 6.15992C24.4524 6.87897 24.4197 7.73531 24.3935 8.06869C24.3542 8.65701 24.3608 8.67008 24.5375 8.84004L24.7143 9.02308L25.441 8.97732C25.8469 8.95771 26.7046 8.91849 27.3528 8.89888L28.5312 8.85312L29.3824 8.01639C29.8538 7.55227 30.2597 7.17313 30.2859 7.17313C30.3513 7.17313 30.3382 7.86604 30.2597 8.34324C30.096 9.36953 29.6573 10.2128 28.8979 10.9645C28.0729 11.7751 27.2022 12.1869 26.1481 12.2523C24.2887 12.37 22.3181 11.1933 21.4669 9.44798C21.1069 8.71584 21.0152 8.25172 21.0479 7.40193C21.1003 6.20567 21.4669 5.44086 22.4425 4.46032C22.94 3.95698 23.1299 3.81971 23.6602 3.55823C24.0007 3.38827 24.4721 3.20524 24.7077 3.15948C25.1464 3.06143 26.207 3.0222 26.207 3.10065ZM14.73 6.24489C15.4436 6.61096 15.8103 7.19275 15.8103 7.94449C15.8103 8.80736 16.0852 8.49359 10.3435 14.2134C4.59511 19.9397 4.9552 19.6259 4.0779 19.6259C3.26606 19.6194 2.51969 19.0899 2.2709 18.3382C2.12032 17.8806 2.17269 17.2465 2.3953 16.8151C2.51969 16.5667 3.78328 15.2724 7.62641 11.4483C10.4089 8.67008 12.7921 6.34949 12.9165 6.29065C13.3027 6.09455 13.4533 6.06186 13.964 6.08801C14.311 6.10108 14.5401 6.14684 14.73 6.24489ZM17.1 10.154C18.4815 10.6115 18.3309 10.4873 23.2936 15.4031C25.7422 17.8283 27.8045 19.9135 27.8765 20.0443C27.9747 20.2273 28.0075 20.4038 28.0075 20.8026C28.0075 21.2536 27.9813 21.3647 27.8307 21.6262C27.4837 22.2145 27.0123 22.4891 26.338 22.4891C25.5589 22.4891 25.5065 22.4499 23.0644 20.0116C20.6813 17.6452 20.6878 17.6452 20.3474 17.9917C20.2557 18.0767 20.1837 18.2074 20.1837 18.2793C20.1837 18.4558 20.7533 19.0703 22.3246 20.6065C23.4442 21.6916 23.6799 21.9531 23.8566 22.3126C24.0399 22.6852 24.0596 22.7767 24.0334 23.1428C23.9352 24.3325 22.9269 24.9993 21.7485 24.6528C21.4277 24.5547 21.2902 24.4371 20.0462 23.2147C18.835 22.0184 18.6779 21.8812 18.4815 21.8812C18.1934 21.8812 18.0232 22.0446 18.0232 22.3191C18.0232 22.5087 18.1083 22.6198 18.7368 23.2408C20.1117 24.594 20.3998 25.4111 19.7974 26.2413C19.3981 26.7904 18.9267 27.0126 18.2327 26.9669C17.6369 26.9342 17.3685 26.7838 16.6745 26.1171C16.0198 25.483 15.8037 25.398 15.5353 25.6856C15.3454 25.8883 15.3716 26.0713 15.6335 26.3982C16.3537 27.3002 16.1049 28.5684 15.1163 29.0914C14.9068 29.2025 14.7365 29.2352 14.3568 29.2352C13.5319 29.2286 13.5319 29.2286 10.7166 26.2805C7.22704 22.6264 7.36453 22.7832 7.01099 22.0773C6.69673 21.4432 6.23843 20.162 6.23843 19.9005C6.23843 19.6848 16.0329 9.91863 16.2489 9.91863C16.334 9.91863 16.7138 10.0232 17.1 10.154ZM21.0283 10.6442C21.4408 11.311 21.9187 11.7882 22.593 12.2392L23.1888 12.6249L22.9138 12.9321C22.7633 13.1021 22.6192 13.2328 22.593 13.2263C22.5734 13.2263 21.9907 12.6707 21.3098 11.9974L20.0724 10.7815L20.3736 10.4808C20.5373 10.3174 20.6878 10.1801 20.7075 10.1801C20.7271 10.1866 20.8712 10.3958 21.0283 10.6442ZM8.32695 25.215L9.43995 26.4243L8.94892 26.9015C8.36623 27.4702 7.9996 27.6532 7.44964 27.6598C6.48067 27.6663 5.68848 26.8753 5.69502 25.9013C5.69502 25.3457 5.83251 25.0777 6.48067 24.4175C6.93897 23.9534 7.06336 23.8553 7.12883 23.9207C7.17466 23.9664 7.71807 24.5482 8.32695 25.215Z' fill='%231A8E37' stroke='%231A8E37' stroke-width='0.8'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5458 25.0004C11.2691 25.0004 11.9629 24.7086 12.4743 24.1893C12.9858 23.67 13.2731 22.9656 13.2731 22.2311C13.2731 21.4967 12.9858 20.7923 12.4743 20.273C11.9629 19.7537 11.2691 19.4619 10.5458 19.4619C9.82248 19.4619 9.12877 19.7537 8.6173 20.273C8.10582 20.7923 7.81848 21.4967 7.81848 22.2311C7.81848 22.9656 8.10582 23.67 8.6173 24.1893C9.12877 24.7086 9.82248 25.0004 10.5458 25.0004V25.0004ZM24.1825 25.0004C24.9058 25.0004 25.5995 24.7086 26.111 24.1893C26.6225 23.67 26.9098 22.9656 26.9098 22.2311C26.9098 21.4967 26.6225 20.7923 26.111 20.273C25.5995 19.7537 24.9058 19.4619 24.1825 19.4619C23.4591 19.4619 22.7654 19.7537 22.254 20.273C21.7425 20.7923 21.4551 21.4967 21.4551 22.2311C21.4551 22.9656 21.7425 23.67 22.254 24.1893C22.7654 24.7086 23.4591 25.0004 24.1825 25.0004V25.0004Z' stroke='%231A8E37' stroke-width='2' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3412 22.2308H20.0913V7.83077C20.0913 7.61044 20.0051 7.39913 19.8517 7.24333C19.6982 7.08753 19.4901 7 19.2731 7H1M7.34105 22.2308H4.54553C4.43809 22.2308 4.33169 22.2093 4.23242 22.1675C4.13315 22.1258 4.04296 22.0646 3.96698 21.9874C3.891 21.9103 3.83073 21.8187 3.78961 21.7179C3.7485 21.6171 3.72733 21.5091 3.72733 21.4V14.6154' stroke='%231A8E37' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2.36523 11.1533H7.81978' stroke='%231A8E37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0902 11.1533H27.7404C27.8985 11.1534 28.0533 11.1999 28.1859 11.2874C28.3185 11.3749 28.4234 11.4995 28.4877 11.6462L30.9286 17.2235C30.9751 17.3294 30.9993 17.444 30.9995 17.5599V21.3995C30.9995 21.5086 30.9784 21.6166 30.9373 21.7174C30.8961 21.8182 30.8359 21.9098 30.7599 21.9869C30.6839 22.0641 30.5937 22.1253 30.4945 22.167C30.3952 22.2088 30.2888 22.2302 30.1813 22.2302H27.5904M20.0902 22.2302H21.4539' stroke='%231A8E37' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 12H19.375V9.71429C19.375 8.76191 19.0469 7.95238 18.3906 7.28571C17.7344 6.61905 16.9375 6.28571 16 6.28571C15.0625 6.28571 14.2656 6.61905 13.6094 7.28571C12.9531 7.95238 12.625 8.76191 12.625 9.71429H10.375C10.375 8.13333 10.9236 6.78552 12.0209 5.67086C13.1174 4.55695 14.4437 4 16 4C17.5562 4 18.883 4.55695 19.9803 5.67086C21.0767 6.78552 21.625 8.13333 21.625 9.71429V12H22.75C23.3687 12 23.8986 12.2236 24.3396 12.6709C24.7799 13.1189 25 13.6571 25 14.2857V25.7143C25 26.3429 24.7799 26.8811 24.3396 27.3291C23.8986 27.7764 23.3687 28 22.75 28H9.25C8.63125 28 8.10175 27.7764 7.6615 27.3291C7.2205 26.8811 7 26.3429 7 25.7143V14.2857C7 13.6571 7.2205 13.1189 7.6615 12.6709C8.10175 12.2236 8.63125 12 9.25 12ZM9.25 25.7143H22.75V14.2857H9.25V25.7143ZM16 22.2857C16.6187 22.2857 17.1486 22.0621 17.5896 21.6149C18.0299 21.1669 18.25 20.6286 18.25 20C18.25 19.3714 18.0299 18.8331 17.5896 18.3851C17.1486 17.9379 16.6187 17.7143 16 17.7143C15.3813 17.7143 14.8518 17.9379 14.4115 18.3851C13.9705 18.8331 13.75 19.3714 13.75 20C13.75 20.6286 13.9705 21.1669 14.4115 21.6149C14.8518 22.0621 15.3813 22.2857 16 22.2857ZM9.25 25.7143V14.2857V25.7143Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7647 23.8C12.0529 23.8 11.4438 23.5456 10.9374 23.0369C10.4301 22.5273 10.1765 21.915 10.1765 21.2V5.6C10.1765 4.885 10.4301 4.2727 10.9374 3.7631C11.4438 3.25437 12.0529 3 12.7647 3H24.4118C25.1235 3 25.7331 3.25437 26.2404 3.7631C26.7468 4.2727 27 4.885 27 5.6V21.2C27 21.915 26.7468 22.5273 26.2404 23.0369C25.7331 23.5456 25.1235 23.8 24.4118 23.8H12.7647ZM7.58824 29C6.87647 29 6.26694 28.7456 5.75965 28.2369C5.25322 27.7273 5 27.115 5 26.4V9.5C5 9.13167 5.12424 8.8227 5.37271 8.5731C5.62031 8.32437 5.92745 8.2 6.29412 8.2C6.66078 8.2 6.96835 8.32437 7.21682 8.5731C7.46443 8.8227 7.58824 9.13167 7.58824 9.5V26.4H20.5294C20.8961 26.4 21.2036 26.5248 21.4521 26.7744C21.6997 27.0231 21.8235 27.3317 21.8235 27.7C21.8235 28.0683 21.6997 28.3769 21.4521 28.6256C21.2036 28.8752 20.8961 29 20.5294 29H7.58824Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
/* body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: ;} */
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9449 29.2516C18.446 29.7505 17.8277 30 17.0901 30C16.3525 30 15.7343 29.7505 15.2353 29.2516L3.78098 17.7972C3.54234 17.5586 3.35274 17.2766 3.21217 16.9512C3.07072 16.6258 3 16.2787 3 15.9099V6.60325C3 5.88736 3.25512 5.27429 3.76536 4.76405C4.27473 4.25468 4.88736 4 5.60325 4H14.9099C15.2787 4 15.6258 4.07029 15.9512 4.21086C16.2766 4.35231 16.5586 4.54234 16.7972 4.78098L28.2516 16.2678C28.7505 16.7668 29 17.3794 29 18.1057C29 18.8329 28.7505 19.446 28.2516 19.9449L18.9449 29.2516ZM17.0901 27.4293L26.3967 18.1227L14.9099 6.60325H5.60325V15.9099L17.0901 27.4293ZM8.85732 11.8098C9.39967 11.8098 9.86044 11.6197 10.2396 11.2396C10.6197 10.8604 10.8098 10.3997 10.8098 9.85732C10.8098 9.31498 10.6197 8.8542 10.2396 8.47499C9.86044 8.09492 9.39967 7.90488 8.85732 7.90488C8.31498 7.90488 7.8542 8.09492 7.47499 8.47499C7.09492 8.8542 6.90488 9.31498 6.90488 9.85732C6.90488 10.3997 7.09492 10.8604 7.47499 11.2396C7.8542 11.6197 8.31498 11.8098 8.85732 11.8098Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%0A%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='M9.015 29.761C9.35917 30.0133 9.73958 30.0658 10.1562 29.9187L16 27.9637L21.8438 29.9187C22.2604 30.0658 22.6404 30.0133 22.9838 29.761C23.3279 29.5088 23.5 29.1724 23.5 28.752V20.7431C24.2917 19.8602 24.9063 18.8512 25.3438 17.7161C25.7813 16.581 26 15.3723 26 14.09C26 11.2732 25.0312 8.88734 23.0938 6.93241C21.1562 4.97747 18.7917 4 16 4C13.2083 4 10.8438 4.97747 8.90625 6.93241C6.96875 8.88734 6 11.2732 6 14.09C6 15.3723 6.21875 16.581 6.65625 17.7161C7.09375 18.8512 7.70833 19.8602 8.5 20.7431V28.752C8.5 29.1724 8.67167 29.5088 9.015 29.761ZM21.3125 19.4503C19.8542 20.9218 18.0833 21.6575 16 21.6575C13.9167 21.6575 12.1458 20.9218 10.6875 19.4503C9.22917 17.9789 8.5 16.1921 8.5 14.09C8.5 11.9879 9.22917 10.2011 10.6875 8.72969C12.1458 7.25823 13.9167 6.5225 16 6.5225C18.0833 6.5225 19.8542 7.25823 21.3125 8.72969C22.7708 10.2011 23.5 11.9879 23.5 14.09C23.5 16.1921 22.7708 17.9789 21.3125 19.4503ZM16 25.4412L11 26.734V22.8242C11.7292 23.2446 12.5154 23.5754 13.3588 23.8168C14.2029 24.0589 15.0833 24.18 16 24.18C16.9167 24.18 17.7971 24.0589 18.6413 23.8168C19.4846 23.5754 20.2708 23.2446 21 22.8242V26.734L16 25.4412Z' fill='%23333333'/%3E%3Cpath d='M14.6562 17.5584L16 16.5179L17.3125 17.5584C17.5417 17.7476 17.7917 17.7527 18.0625 17.5736C18.3333 17.3953 18.4167 17.159 18.3125 16.8647L17.7813 15.1621L19.2812 13.9639C19.5104 13.7747 19.5783 13.538 19.485 13.2538C19.3908 12.9704 19.1979 12.8287 18.9062 12.8287H17.125L16.5938 11.1576C16.4896 10.8633 16.2917 10.7162 16 10.7162C15.7083 10.7162 15.5104 10.8633 15.4062 11.1576L14.875 12.8287H13.0938C12.8021 12.8287 12.6042 12.9759 12.5 13.2702C12.3958 13.5645 12.4583 13.7957 12.6875 13.9639L14.1875 15.1621L13.6563 16.8647C13.5521 17.159 13.63 17.3953 13.89 17.5736C14.1508 17.7527 14.4062 17.7476 14.6562 17.5584Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-gift{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M4.8 23.316v2.842h22.4v-2.842H4.8ZM4.8 29c-.77 0-1.429-.278-1.977-.834A2.758 2.758 0 0 1 2 26.158V10.526c0-.781.274-1.45.823-2.006A2.673 2.673 0 0 1 4.8 7.684h3.08a2.018 2.018 0 0 1-.228-.675 5.17 5.17 0 0 1-.052-.746c0-1.184.408-2.19 1.225-3.02C9.642 2.414 10.633 2 11.8 2c.7 0 1.347.183 1.942.55A6.182 6.182 0 0 1 15.3 3.918l.7.924.7-.924c.42-.568.933-1.03 1.54-1.385A3.813 3.813 0 0 1 20.2 2c1.167 0 2.158.414 2.975 1.243.817.83 1.225 1.836 1.225 3.02 0 .26-.018.51-.053.746-.035.237-.11.462-.227.675h3.08c.77 0 1.43.279 1.978.836.548.556.822 1.225.822 2.006v15.632a2.76 2.76 0 0 1-.822 2.008A2.68 2.68 0 0 1 27.2 29H4.8Zm0-9.947h22.4v-8.527h-7.14l2.135 2.949c.21.284.274.61.192.976-.081.368-.25.682-.507.942-.303.237-.642.32-1.015.25a1.446 1.446 0 0 1-.91-.57L16 9.674l-3.955 5.436c-.257.332-.577.527-.962.586-.385.06-.706-.041-.963-.302a1.36 1.36 0 0 1-.577-.923 1.31 1.31 0 0 1 .262-1.03l2.065-2.914H4.8v8.527Zm7-11.369c.397 0 .73-.136.998-.408a1.39 1.39 0 0 0 .402-1.013c0-.402-.134-.74-.402-1.013a1.348 1.348 0 0 0-.998-.408c-.397 0-.729.136-.997.408-.269.273-.403.61-.403 1.013 0 .403.134.74.403 1.013.268.272.6.408.997.408Zm8.4 0c.397 0 .73-.136.998-.408a1.39 1.39 0 0 0 .402-1.013c0-.402-.134-.74-.402-1.013a1.348 1.348 0 0 0-.998-.408c-.397 0-.729.136-.997.408-.269.273-.403.61-.403 1.013 0 .403.134.74.403 1.013.268.272.6.408.997.408Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00065 25.3337H12.0007V17.3337H20.0007V25.3337H24.0007V13.3337L16.0007 7.33366L8.00065 13.3337V25.3337ZM8.00065 28.0003C7.26732 28.0003 6.63976 27.7394 6.11798 27.2177C5.59532 26.695 5.33398 26.067 5.33398 25.3337V13.3337C5.33398 12.9114 5.42865 12.5114 5.61798 12.1337C5.80643 11.7559 6.06732 11.4448 6.40065 11.2003L14.4007 5.20033C14.6451 5.02255 14.9007 4.88921 15.1673 4.80033C15.434 4.71144 15.7118 4.66699 16.0007 4.66699C16.2895 4.66699 16.5673 4.71144 16.834 4.80033C17.1007 4.88921 17.3562 5.02255 17.6007 5.20033L25.6007 11.2003C25.934 11.4448 26.1953 11.7559 26.3847 12.1337C26.5731 12.5114 26.6673 12.9114 26.6673 13.3337V25.3337C26.6673 26.067 26.4064 26.695 25.8847 27.2177C25.362 27.7394 24.734 28.0003 24.0007 28.0003H17.334V20.0003H14.6673V28.0003H8.00065Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66667 28C5.93333 28 5.30533 27.7391 4.78267 27.2173C4.26089 26.6947 4 26.0667 4 25.3333V6.66667C4 5.93333 4.26089 5.30533 4.78267 4.78267C5.30533 4.26089 5.93333 4 6.66667 4H25.3333C26.0667 4 26.6947 4.26089 27.2173 4.78267C27.7391 5.30533 28 5.93333 28 6.66667V25.3333C28 26.0667 27.7391 26.6947 27.2173 27.2173C26.6947 27.7391 26.0667 28 25.3333 28H6.66667ZM6.66667 25.3333H25.3333V6.66667H6.66667V25.3333ZM6.66667 25.3333V6.66667V25.3333Z' fill='%23666666'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66667 28C5.93333 28 5.30533 27.7391 4.78267 27.2173C4.26089 26.6947 4 26.0667 4 25.3333V6.66667C4 5.93333 4.26089 5.30533 4.78267 4.78267C5.30533 4.26089 5.93333 4 6.66667 4H25.3333C26.0667 4 26.6947 4.26089 27.2173 4.78267C27.7391 5.30533 28 5.93333 28 6.66667V25.3333C28 26.0667 27.7391 26.6947 27.2173 27.2173C26.6947 27.7391 26.0667 28 25.3333 28H6.66667Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66667 14.6667C5.93333 14.6667 5.30533 14.4053 4.78267 13.8827C4.26089 13.3609 4 12.7333 4 12V6.66667C4 5.93333 4.26089 5.30533 4.78267 4.78267C5.30533 4.26089 5.93333 4 6.66667 4H12C12.7333 4 13.3613 4.26089 13.884 4.78267C14.4058 5.30533 14.6667 5.93333 14.6667 6.66667V12C14.6667 12.7333 14.4058 13.3609 13.884 13.8827C13.3613 14.4053 12.7333 14.6667 12 14.6667H6.66667ZM6.66667 28C5.93333 28 5.30533 27.7391 4.78267 27.2173C4.26089 26.6947 4 26.0667 4 25.3333V20C4 19.2667 4.26089 18.6387 4.78267 18.116C5.30533 17.5942 5.93333 17.3333 6.66667 17.3333H12C12.7333 17.3333 13.3613 17.5942 13.884 18.116C14.4058 18.6387 14.6667 19.2667 14.6667 20V25.3333C14.6667 26.0667 14.4058 26.6947 13.884 27.2173C13.3613 27.7391 12.7333 28 12 28H6.66667ZM20 14.6667C19.2667 14.6667 18.6391 14.4053 18.1173 13.8827C17.5947 13.3609 17.3333 12.7333 17.3333 12V6.66667C17.3333 5.93333 17.5947 5.30533 18.1173 4.78267C18.6391 4.26089 19.2667 4 20 4H25.3333C26.0667 4 26.6947 4.26089 27.2173 4.78267C27.7391 5.30533 28 5.93333 28 6.66667V12C28 12.7333 27.7391 13.3609 27.2173 13.8827C26.6947 14.4053 26.0667 14.6667 25.3333 14.6667H20ZM20 28C19.2667 28 18.6391 27.7391 18.1173 27.2173C17.5947 26.6947 17.3333 26.0667 17.3333 25.3333V20C17.3333 19.2667 17.5947 18.6387 18.1173 18.116C18.6391 17.5942 19.2667 17.3333 20 17.3333H25.3333C26.0667 17.3333 26.6947 17.5942 27.2173 18.116C27.7391 18.6387 28 19.2667 28 20V25.3333C28 26.0667 27.7391 26.6947 27.2173 27.2173C26.6947 27.7391 26.0667 28 25.3333 28H20ZM6.66667 12H12V6.66667H6.66667V12ZM20 12H25.3333V6.66667H20V12ZM20 25.3333H25.3333V20H20V25.3333ZM6.66667 25.3333H12V20H6.66667V25.3333Z' fill='%23666666'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 14.6667C19.2667 14.6667 18.6391 14.4053 18.1173 13.8827C17.5947 13.3609 17.3333 12.7333 17.3333 12V6.66667C17.3333 5.93333 17.5947 5.30533 18.1173 4.78267C18.6391 4.26089 19.2667 4 20 4H25.3333C26.0667 4 26.6947 4.26089 27.2173 4.78267C27.7391 5.30533 28 5.93333 28 6.66667V12C28 12.7333 27.7391 13.3609 27.2173 13.8827C26.6947 14.4053 26.0667 14.6667 25.3333 14.6667H20ZM14.6667 12C14.6667 12.7333 14.4058 13.3609 13.884 13.8827C13.3613 14.4053 12.7333 14.6667 12 14.6667H6.66667C5.93333 14.6667 5.30533 14.4053 4.78267 13.8827C4.26089 13.3609 4 12.7333 4 12V6.66667C4 5.93333 4.26089 5.30533 4.78267 4.78267C5.30533 4.26089 5.93333 4 6.66667 4H12C12.7333 4 13.3613 4.26089 13.884 4.78267C14.4058 5.30533 14.6667 5.93333 14.6667 6.66667V12ZM17.3333 20C17.3333 19.2667 17.5947 18.6387 18.1173 18.116C18.6391 17.5942 19.2667 17.3333 20 17.3333H25.3333C26.0667 17.3333 26.6947 17.5942 27.2173 18.116C27.7391 18.6387 28 19.2667 28 20V25.3333C28 26.0667 27.7391 26.6947 27.2173 27.2173C26.6947 27.7391 26.0667 28 25.3333 28H20C19.2667 28 18.6391 27.7391 18.1173 27.2173C17.5947 26.6947 17.3333 26.0667 17.3333 25.3333V20ZM12 17.3333C12.7333 17.3333 13.3613 17.5942 13.884 18.116C14.4058 18.6387 14.6667 19.2667 14.6667 20V25.3333C14.6667 26.0667 14.4058 26.6947 13.884 27.2173C13.3613 27.7391 12.7333 28 12 28H6.66667C5.93333 28 5.30533 27.7391 4.78267 27.2173C4.26089 26.6947 4 26.0667 4 25.3333V20C4 19.2667 4.26089 18.6387 4.78267 18.116C5.30533 17.5942 5.93333 17.3333 6.66667 17.3333H12Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.3938 10.0559L21.9436 4.60628C21.7515 4.41407 21.5234 4.2616 21.2723 4.15757C21.0213 4.05354 20.7522 4 20.4804 4C20.2087 4 19.9396 4.05354 19.6886 4.15757C19.4375 4.2616 19.2094 4.41407 19.0173 4.60628L4.60623 19.0176C4.41403 19.2097 4.26157 19.4378 4.15756 19.6889C4.05354 19.94 4 20.2091 4 20.4808C4 20.7526 4.05354 21.0217 4.15756 21.2728C4.26157 21.5239 4.41403 21.752 4.60623 21.9441L10.0564 27.3937C10.2485 27.5859 10.4766 27.7384 10.7277 27.8424C10.9787 27.9465 11.2478 28 11.5196 28C11.7913 28 12.0604 27.9465 12.3114 27.8424C12.5625 27.7384 12.7906 27.5859 12.9827 27.3937L27.3938 12.9824C27.586 12.7903 27.7384 12.5622 27.8424 12.3111C27.9465 12.06 28 11.7909 28 11.5192C28 11.2474 27.9465 10.9783 27.8424 10.7272C27.7384 10.4761 27.586 10.248 27.3938 10.0559ZM11.519 25.3455L6.65742 20.4834L9.37992 17.7586L11.8128 20.1917C12.046 20.4249 12.3623 20.5559 12.692 20.5559C13.0218 20.5559 13.3381 20.4249 13.5713 20.1917C13.8044 19.9585 13.9354 19.6422 13.9354 19.3124C13.9354 18.9826 13.8044 18.6663 13.5713 18.4331L11.1384 16L12.69 14.4483L15.1218 16.8814C15.355 17.1146 15.6713 17.2456 16.001 17.2456C16.3308 17.2456 16.6471 17.1146 16.8803 16.8814C17.1134 16.6482 17.2445 16.3319 17.2445 16.0021C17.2445 15.6723 17.1134 15.356 16.8803 15.1228L14.4484 12.6897L16 11.138L18.4329 13.571C18.6661 13.8043 18.9823 13.9353 19.3121 13.9353C19.6419 13.9353 19.9582 13.8043 20.1913 13.571C20.4245 13.3378 20.5555 13.0215 20.5555 12.6917C20.5555 12.3619 20.4245 12.0456 20.1913 11.8124L17.7585 9.37935L20.4841 6.65454L25.3457 11.5166L11.519 25.3455Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-quotation{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M7.444 27c-.672 0-1.247-.24-1.727-.717A2.357 2.357 0 0 1 5 24.556V7.444c0-.672.24-1.247.717-1.727A2.357 2.357 0 0 1 7.444 5h17.112c.672 0 1.247.24 1.727.717A2.36 2.36 0 0 1 27 7.444v17.112c0 .672-.24 1.247-.717 1.727a2.357 2.357 0 0 1-1.727.717H7.444Zm0-2.444h17.112V7.444H7.444v17.112Zm3.667-2.445c.346 0 .637-.117.872-.352.233-.234.35-.524.35-.87s-.117-.637-.35-.872a1.186 1.186 0 0 0-.872-.35c-.346 0-.637.117-.871.35-.234.235-.351.526-.351.872s.117.636.35.87c.235.235.526.352.872.352Zm0-4.889c.346 0 .637-.117.872-.352.233-.234.35-.524.35-.87s-.117-.637-.35-.871a1.186 1.186 0 0 0-.872-.351c-.346 0-.637.117-.871.35-.234.235-.351.526-.351.872s.117.636.35.87c.235.235.526.352.872.352Zm0-4.889c.346 0 .637-.117.872-.352.233-.233.35-.524.35-.87s-.117-.637-.35-.871a1.186 1.186 0 0 0-.872-.351c-.346 0-.637.117-.871.35-.234.235-.351.526-.351.872s.117.636.35.87c.235.235.526.352.872.352ZM16 22.111h4.889c.346 0 .636-.117.87-.352a1.18 1.18 0 0 0 .352-.87c0-.346-.117-.637-.352-.872a1.182 1.182 0 0 0-.87-.35H16c-.346 0-.636.117-.87.35a1.184 1.184 0 0 0-.352.872c0 .346.117.636.352.87.234.235.524.352.87.352Zm0-4.889h4.889c.346 0 .636-.117.87-.352a1.18 1.18 0 0 0 .352-.87 1.18 1.18 0 0 0-.352-.871 1.181 1.181 0 0 0-.87-.351H16c-.346 0-.636.117-.87.35a1.183 1.183 0 0 0-.352.872c0 .346.117.636.352.87.234.235.524.352.87.352Zm0-4.889h4.889c.346 0 .636-.117.87-.352a1.18 1.18 0 0 0 .352-.87 1.18 1.18 0 0 0-.352-.871 1.181 1.181 0 0 0-.87-.351H16c-.346 0-.636.117-.87.35a1.183 1.183 0 0 0-.352.872c0 .346.117.636.352.87.234.235.524.352.87.352ZM7.444 24.556V7.444v17.112Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-quotation.active,
body .rdc-icon-svg.rdc-icon-quotation-active{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.717 26.283A2.36 2.36 0 0 0 7.444 27h17.112c.672 0 1.247-.24 1.727-.717A2.36 2.36 0 0 0 27 24.556V7.444c0-.672-.24-1.247-.717-1.727A2.357 2.357 0 0 0 24.556 5H7.444c-.672 0-1.247.24-1.727.717A2.357 2.357 0 0 0 5 7.444v17.112c0 .672.24 1.247.717 1.727Zm6.266-4.524a1.184 1.184 0 0 1-.871.352c-.347 0-.637-.117-.872-.352a1.181 1.181 0 0 1-.35-.87c0-.346.116-.637.35-.872a1.19 1.19 0 0 1 .872-.35c.346 0 .636.117.871.35.234.235.35.526.35.872s-.116.636-.35.87Zm0-4.889a1.184 1.184 0 0 1-.871.352c-.347 0-.637-.117-.872-.352a1.182 1.182 0 0 1-.35-.87c0-.346.116-.637.35-.871.235-.234.525-.351.872-.351.346 0 .636.117.871.35.234.235.35.526.35.872s-.116.636-.35.87Zm0-4.889a1.184 1.184 0 0 1-.871.352c-.347 0-.637-.117-.872-.352a1.182 1.182 0 0 1-.35-.87c0-.346.116-.637.35-.871.235-.234.525-.351.872-.351.346 0 .636.117.871.35.234.235.35.526.35.872s-.116.636-.35.87Zm8.907 10.13H16a1.18 1.18 0 0 1-.87-.352 1.18 1.18 0 0 1-.352-.87c0-.346.118-.637.352-.872.234-.233.524-.35.87-.35h4.89c.346 0 .636.117.87.35.234.235.352.526.352.872s-.118.636-.352.87a1.18 1.18 0 0 1-.87.352Zm0-4.889H16a1.18 1.18 0 0 1-.87-.352 1.18 1.18 0 0 1-.352-.87c0-.346.118-.637.352-.871.234-.234.524-.351.87-.351h4.89c.346 0 .636.117.87.35.234.235.352.526.352.872s-.118.636-.352.87a1.18 1.18 0 0 1-.87.352Zm0-4.889H16a1.18 1.18 0 0 1-.87-.352 1.18 1.18 0 0 1-.352-.87c0-.346.118-.637.352-.871.234-.234.524-.351.87-.351h4.89c.346 0 .636.117.87.35.234.235.352.526.352.872s-.118.636-.352.87a1.18 1.18 0 0 1-.87.352Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-quotation.add,
body .rdc-icon-svg.rdc-icon-quotation-add{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' d='M25.18 13.55c-.36 0-.662-.12-.906-.362a1.207 1.207 0 0 1-.367-.896v-1.258h-1.273c-.36 0-.663-.12-.906-.361a1.211 1.211 0 0 1-.367-.898c0-.356.122-.655.367-.897.243-.24.545-.361.906-.361h1.273V7.258c0-.356.123-.655.367-.897.244-.24.546-.361.907-.361.36 0 .662.12.906.361.244.242.367.54.367.897v1.259h1.273c.36 0 .663.12.906.361.245.242.367.54.367.897s-.122.656-.367.898c-.243.24-.545.36-.906.36h-1.273v1.26c0 .356-.123.654-.367.895a1.236 1.236 0 0 1-.906.363Z'/%3E%3Cpath fill='%23666' d='M18.815 6H6.469c-.679 0-1.26.24-1.744.717A2.345 2.345 0 0 0 4 8.444v17.112c0 .672.242 1.247.725 1.727A2.393 2.393 0 0 0 6.469 28h17.284c.68 0 1.26-.24 1.744-.717.484-.48.725-1.055.725-1.727v-9.473h-2.469v9.473H6.47V8.444h12.346V6Z'/%3E%3Cpath fill='%23666' d='M11.053 22.76c-.237.234-.53.351-.88.351s-.643-.117-.88-.352a1.175 1.175 0 0 1-.355-.87 1.206 1.206 0 0 1 1.235-1.222 1.204 1.204 0 0 1 1.234 1.222c0 .346-.118.636-.354.87Zm0-4.89c-.237.235-.53.352-.88.352s-.643-.117-.88-.352a1.175 1.175 0 0 1-.355-.87c0-.346.118-.637.355-.871.237-.234.53-.351.88-.351A1.204 1.204 0 0 1 11.407 17c0 .346-.118.636-.354.87Zm0-4.889c-.237.235-.53.352-.88.352s-.643-.117-.88-.352a1.175 1.175 0 0 1-.355-.87c0-.346.118-.637.355-.871.237-.234.53-.351.88-.351a1.204 1.204 0 0 1 1.234 1.222c0 .346-.118.636-.354.87Zm8.997 10.13h-4.94c-.35 0-.643-.117-.879-.352a1.174 1.174 0 0 1-.355-.87c0-.346.118-.637.355-.872a1.2 1.2 0 0 1 .88-.35h4.937a1.206 1.206 0 0 1 1.235 1.222c0 .346-.119.636-.356.87a1.196 1.196 0 0 1-.879.352Zm0-4.889h-4.94c-.35 0-.643-.117-.879-.352a1.174 1.174 0 0 1-.355-.87c0-.346.118-.637.355-.871a1.2 1.2 0 0 1 .88-.351h4.937A1.206 1.206 0 0 1 21.283 17c0 .346-.119.636-.356.87a1.196 1.196 0 0 1-.879.352Zm-1.852-4.889H15.11c-.35 0-.643-.117-.879-.352a1.174 1.174 0 0 1-.355-.87c0-.346.118-.637.355-.871a1.2 1.2 0 0 1 .88-.351h3.086c.35 0 .642.117.878.35.238.235.356.526.356.872s-.118.636-.355.87a1.2 1.2 0 0 1-.88.352Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-filters{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M23.313 11.667c-.863 0-1.563-.728-1.563-1.625V4.625c0-.897.7-1.625 1.563-1.625.862 0 1.562.728 1.562 1.625v1.083h1.563c.862 0 1.562.728 1.562 1.625 0 .898-.7 1.625-1.563 1.625h-1.562v1.084c0 .897-.7 1.625-1.563 1.625ZM5.563 8.958C4.7 8.958 4 8.231 4 7.333c0-.897.7-1.625 1.563-1.625h12.541c.863 0 1.563.728 1.563 1.625 0 .898-.7 1.625-1.563 1.625H5.563Zm3.125 11.375c-.863 0-1.563-.727-1.563-1.625v-1.083H5.562C4.7 17.625 4 16.898 4 16s.7-1.625 1.563-1.625h1.562v-1.083c0-.898.7-1.625 1.563-1.625.862 0 1.562.727 1.562 1.625v5.416c0 .898-.7 1.625-1.563 1.625Zm5.208-2.708c-.863 0-1.563-.727-1.563-1.625s.7-1.625 1.563-1.625h12.541C27.3 14.375 28 15.102 28 16s-.7 1.625-1.563 1.625H13.896ZM19.146 29c-.863 0-1.563-.727-1.563-1.625v-5.417c0-.897.7-1.625 1.563-1.625s1.562.728 1.562 1.625v1.084h5.73c.862 0 1.562.727 1.562 1.625 0 .897-.7 1.625-1.563 1.625h-5.729v1.083c0 .898-.7 1.625-1.562 1.625ZM5.563 26.292C4.7 26.292 4 25.564 4 24.667c0-.898.7-1.625 1.563-1.625h8.375c.862 0 1.562.727 1.562 1.625 0 .897-.7 1.625-1.563 1.625H5.563Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist.add,
body .rdc-icon-svg.rdc-icon-wishlist-add{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' d='m20.657 11.778-.509-.045-2.5-5.933a1.197 1.197 0 0 0-.515-.6 1.432 1.432 0 0 0-.718-.2 1.43 1.43 0 0 0-.716.2 1.196 1.196 0 0 0-.517.6l-2.5 5.933-6.467.567c-.311.044-.555.144-.733.3a1.429 1.429 0 0 0-.4.6 1.321 1.321 0 0 0-.05.75c.056.255.194.483.416.683l4.9 4.234-1.466 6.3c-.067.289-.045.55.066.784a1.6 1.6 0 0 0 .467.582c.2.156.433.245.7.267a1.21 1.21 0 0 0 .767-.2l5.533-3.333L21.95 26.6c.244.156.5.222.766.2.267-.022.5-.111.7-.267a1.6 1.6 0 0 0 .467-.582c.11-.234.133-.495.066-.784l-1.466-6.3 2.766-2.39-2.679-1.218-3.054 2.641 1.1 4.8-4.2-2.567-4.2 2.534 1.1-4.767-3.7-3.233 4.867-.434 1.933-4.5 1.934 4.534 3.474.31-1.166-2.8Zm5.468 1.459a1.33 1.33 0 0 1-.979-.395 1.324 1.324 0 0 1-.396-.978v-1.373h-1.375a1.33 1.33 0 0 1-.979-.394A1.328 1.328 0 0 1 22 9.12c0-.39.132-.716.396-.98a1.33 1.33 0 0 1 .979-.393h1.375V6.373c0-.39.132-.715.396-.979A1.33 1.33 0 0 1 26.125 5c.39 0 .716.131.979.394.264.264.396.59.396.979v1.373h1.375c.39 0 .716.131.979.394.264.263.396.59.396.979s-.132.715-.396.978a1.33 1.33 0 0 1-.979.394H27.5v1.373c0 .39-.132.715-.396.978a1.33 1.33 0 0 1-.979.395Z'/%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) {}

/* Header */
.header-shop-item .header-shop-icon-text-count, .header-shop-item .header-shop-icon-text-desc, .header-shop-item .rdc-icon-arrowdown{color: #FFF;font-size: 9px;line-height: 9px;font-weight: 500;}
.header-nav-item.list-nav-title:not(.featured){color: var(--color-menu);}
.header-nav-item.list-nav-title:hover,
.header-nav-item.list-nav-title.active{background-color: var(--color-theme);color: var(--color-white);opacity: 1;}
.header-nav-item.list-nav-title:hover span,
.header-nav-item.list-nav-title.active span{color: var(--color-white);}
.header-nav-item.list-nav-title.special{color: var(--color-theme);}
.header-nav-item.list-nav-title.special .rdc-icon-menu{ filter: brightness(0) saturate(100%) invert(45%) sepia(31%) saturate(1264%) hue-rotate(83deg) brightness(88%) contrast(84%); -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(31%) saturate(1264%) hue-rotate(83deg) brightness(88%) contrast(84%); }
.header-nav-item.list-nav-title.special:hover .rdc-icon-menu,
.header-nav-item.list-nav-title.special.active .rdc-icon-menu{ filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%); opacity: 1; -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%); }

.header-nav-item span{font-weight: 700;font-size: 14px;line-height: 122%;text-transform: uppercase;letter-spacing: 1px;}


.header-shop-user .shop-tooltip-item.list-nav-subtitle{font-size: 14px;line-height: 180%;color: var(--color-dark);}


#header-nav-right p{color: var(--color-white);}
#header-nav-right .call{font-weight: 700;line-height: 122%;letter-spacing: 1px;}
#header-nav-right .info-call{font-size: 9px;line-height: 10px;}

#header-search-container .items-dropdown .bottom-list a{color: var(--color-black);}

.wrap-products article.product-item .desc .rdc-product-item-name{font-size: 14px;font-weight: 600;line-height: 165%;}
.wrap-products article.product-item .desc .color,
.wrap-products article.product-item .desc .qtd{font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;font-size: 10px;line-height: 130%;}

/*
 *
 * Footer
 *
 */

 #footer .wrapper-footer {background-color: var(--color-background);border-top: 3px solid var(--color-theme);}
 body #footer .bottom-footer{background-color: var(--color-theme);}
 body #footer .wrapper-footer .list-nav-title{color: var(--color-theme);font-weight: 600;}
 body #footer .wrapper-footer .paragraph{color: var(--color-dark);}
 body #footer .wrapper-footer .country-change-footer .paragraph {color: var(--color-white);}
 body #footer .wrapper-footer .footer-menu-information .footer-menu-list a{color: var(--color-theme);font-weight: 500;}
 #footer .newsletter-footer-form-column button{font-size: 14px;}
 #footer .bottom-footer-column{font-size: 14px;font-weight: 400;}
 #footer  small {font-size: 100%;}
 #footer .footer-subtitle{font-size: 12px; line-height: 150%;}
 #footer .rdc-icon-svg { filter: invert(38%) sepia(95%) saturate(432%) hue-rotate(83deg) brightness(94%) contrast(88%); -webkit-filter: invert(38%) sepia(95%) saturate(432%) hue-rotate(83deg) brightness(94%) contrast(88%); }
 #footer .bottom-footer .rdc-icon-svg {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}

 #footer .footer-subtitle p{color: var(--color-darkgray);}
 #footer .newsletter-footer-form-column p{color: var(--color-dark);}

 #footer .newsletter-footer-form-column-right .button{font-size: 14px;line-height: 186%;}

 @media screen and (min-width: 768px) and (max-width: 1199px){
	#footer .footer-menu-list > div > p {color: var(--color-dark);}
 }

@media screen and (max-width: 991px){
#footer .footer-menu-header.active .list-nav-title{color: var(--color-dark);}
}

/*
*
* Menu Mobile	
*
*/
#mobile-inst-menu a{color: var(--color-white);}
#mobile-holder .rdc-menu_mobile-level-1 .mobile-nav-wrapper-item a{line-height: 182%;text-transform: uppercase;font-size: 17px;}
#mobile-holder .rdc-menu_mobile-level-2 .mobile-nav-wrapper-item a{color: var(--color-darkgray);line-height: 138%;text-transform: none;font-size: 16px;}

#mobile-holder .rdc-menu_mobile-level-2 .mobile-nav-wrapper-item a.featured,
#mobile-holder .rdc-menu_mobile-level-1 .mobile-nav-wrapper-item a.featured,
#mobile-holder .rdc-menu_mobile-level-3 .mobile-nav-wrapper-item a.featured{color: var(--color-theme);}

#mobile-main-menu-sub .mobile-accordion-wrapper a{line-height: 138%;}
#mobile-main-menu-sub .mobile-accordion-wrapper .rdc-menu_mobile-level-3.mobile-accordion-group a{line-height: 180%;}
#mobile-main-menu-sub .mobile-accordion-wrapper a.active{color: var(--color-black);}

#mobile-holder .rdc-menu_mobile-level-3 .mobile-nav-wrapper-item a.active .rdc-icon-svg.rdc-icon-arrowup{filter: brightness(0) saturate(100%) invert(14%) sepia(5%) saturate(0%) hue-rotate(264deg) brightness(93%) contrast(81%);}


/*
*
* Mini Cart	
*
*/
#rdc-mini-cart .mfp-close{width: 46px;height: 46px;right: 20px;top: 20px;}
#rdc-mini-cart .mfp-close .rdc-icon-close{background-size: 26px;}
#rdc-mini-cart .item-img{flex-basis: 120px !important;}
#rdc-mini-cart .item-desc{width: calc(100% - 120px) !important;padding-top: 5px !important;padding-left: 14px !important;padding-right: 5px !important;}
#rdc-mini-cart .item-name p{font-weight: 600;} 
#rdc-mini-cart .item-name{padding-bottom: 0 !important;}
#rdc-mini-cart .item-ref{padding-bottom: 4px !important;margin-top: 2px !important;}
#rdc-mini-cart .item-ref p{color: var(--color-gray);line-height: 180%;}
#rdc-mini-cart .item-color-size{padding-bottom: 6px !important;}
#rdc-mini-cart .item-color-size > span{display: none;}
body #rdc-mini-cart .rdc-wrapper-popup-body{margin-top: 32px;}
body #rdc-mini-cart .item-price-remove{margin-top: 5px;}

#rdc-mini-cart .rdc-wrapper-popup-header .secondary-title{color: var(--color-dark);}

#rdc-mini-cart .rdc-wrapper-popup-body{margin-top: 1px;}

#rdc-mini-cart .item-price{align-items: center !important;}
#rdc-mini-cart .price .old{font-size: 12px;line-height: 125%;font-weight: 500;padding-right: 5px;}
#rdc-mini-cart .price .current{background-color: transparent;padding: 0;font-size: 14px;line-height: 122%;}
#rdc-mini-cart{padding-top: 61px;}

body #rdc-mini-cart .wrapper-free-shipping{background-color: #FFF;border-top: 2px solid var(--color-theme);padding: 6px 8px !important;}
body #rdc-mini-cart .wrapper-free-shipping p{color: var(--color-theme) !important;font-weight: 500;font-size: 14px;line-height: 150%;}

body #rdc-mini-cart .rdc-wrapper-popup-footer{padding-top: 21px;}
#rdc-mini-cart .rdc-wrapper-popup-footer .list-nav-title,
#rdc-mini-cart .rdc-wrapper-popup-footer .list-nav-subtitle{font-size: 14px;line-height: 178%;}
#rdc-mini-cart .rdc-wrapper-popup-footer > div:first-child{padding-bottom: 15px !important;padding-left: 10px !important;padding-right: 10px !important;}
#rdc-mini-cart .rdc-wrapper-popup-footer .button{padding-top: 14px;padding-bottom: 15px;}
#rdc-mini-cart .rdc-wrapper-popup-footer .button::before{display: none;}


/*
 *
 * Account
 *
*/
body #main.account .title-page .title-heading-titles{font-size: 22px !important;color: var(--color-dark);}
#main.account .rdc-header-subtitle p, #main.account p.ac-lg-list-desc {font-family: 'Montserrat', sans-serif;font-weight: 400; font-size: 14px; line-height: 180%;color: var(--color-black);}
#main.account .required-notice{font-family: 'Montserrat', sans-serif;font-weight: 400; font-size: 14px; line-height: 180%;}
#main.account .bottom-form button, #main.account .button{font-family: 'Montserrat', sans-serif;font-weight: 600; font-size: 13px; line-height: 122%;padding: 12px 50px 13px 50px;}
#main.account .form-field p{font-family: 'Montserrat', sans-serif;font-weight: 600; font-size: 13px; line-height: 122%;color: var(--color-black);}
#main.account .changeSettings a{font-family: 'Montserrat', sans-serif;font-weight: 400; font-size: 14px; line-height: 180%;text-transform: none;}
body #main.account {background: var(--color-white);}
body #main.account .account-menu ul li.sel a{font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; line-height: 180%;text-transform: none;color: var(--color-theme);background: no-repeat right url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7742 27.5251L22.6452 16.8865C22.7742 16.7599 22.8654 16.6227 22.9187 16.4749C22.9729 16.3272 23 16.1689 23 16C23 15.8311 22.9729 15.6728 22.9187 15.5251C22.8654 15.3773 22.7742 15.2401 22.6452 15.1135L11.7742 4.44327C11.4731 4.14776 11.0968 4 10.6452 4C10.1935 4 9.80645 4.15831 9.48387 4.47493C9.16129 4.79156 9 5.16095 9 5.58311C9 6.00528 9.16129 6.37467 9.48387 6.69129L18.9677 16L9.48387 25.3087C9.1828 25.6042 9.03226 25.9681 9.03226 26.4004C9.03226 26.8336 9.19355 27.2084 9.51613 27.5251C9.83871 27.8417 10.2151 28 10.6452 28C11.0753 28 11.4516 27.8417 11.7742 27.5251Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
#main.account .account-menu ul li a:hover {color: var(--color-theme) !important;background: no-repeat right url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7742 27.5251L22.6452 16.8865C22.7742 16.7599 22.8654 16.6227 22.9187 16.4749C22.9729 16.3272 23 16.1689 23 16C23 15.8311 22.9729 15.6728 22.9187 15.5251C22.8654 15.3773 22.7742 15.2401 22.6452 15.1135L11.7742 4.44327C11.4731 4.14776 11.0968 4 10.6452 4C10.1935 4 9.80645 4.15831 9.48387 4.47493C9.16129 4.79156 9 5.16095 9 5.58311C9 6.00528 9.16129 6.37467 9.48387 6.69129L18.9677 16L9.48387 25.3087C9.1828 25.6042 9.03226 25.9681 9.03226 26.4004C9.03226 26.8336 9.19355 27.2084 9.51613 27.5251C9.83871 27.8417 10.2151 28 10.6452 28C11.0753 28 11.4516 27.8417 11.7742 27.5251Z' fill='%231A8E37'/%3E%3C/svg%3E%0A");}
#main.account .account-menu ul li a {font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; line-height: 180%;text-transform: none;  color: var(--color-gray);background: no-repeat right url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7742 27.5251L22.6452 16.8865C22.7742 16.7599 22.8654 16.6227 22.9187 16.4749C22.9729 16.3272 23 16.1689 23 16C23 15.8311 22.9729 15.6728 22.9187 15.5251C22.8654 15.3773 22.7742 15.2401 22.6452 15.1135L11.7742 4.44327C11.4731 4.14776 11.0968 4 10.6452 4C10.1935 4 9.80645 4.15831 9.48387 4.47493C9.16129 4.79156 9 5.16095 9 5.58311C9 6.00528 9.16129 6.37467 9.48387 6.69129L18.9677 16L9.48387 25.3087C9.1828 25.6042 9.03226 25.9681 9.03226 26.4004C9.03226 26.8336 9.19355 27.2084 9.51613 27.5251C9.83871 27.8417 10.2151 28 10.6452 28C11.0753 28 11.4516 27.8417 11.7742 27.5251Z' fill='%23999999'/%3E%3C/svg%3E%0A");}
#main.account .account-menu .title-menu p{font-family: 'Montserrat', sans-serif; color: var(--color-theme);font-size: 17px; font-weight: 600;line-height: 180%;text-transform: none;}
#main.account .field-content input{border-radius: 6px;}

body #main.account.account-landing .title-page .title-heading-titles{font-weight: 600;font-size: 40px !important;line-height: 180% !important;}

body #main.account .list-nav-title,
#main.account .ac-lg-list-title{font-family: 'Monserrat', sans-serif;font-weight: 600;font-size: 16px;line-height: 22px;color: var(--color-dark);}
#main.account .form-field .max-carac{font-family: 'Monserrat', sans-serif;font-weight: 400;font-size: 10px;line-height: 12px;color: var(--color-darkgray);}

@media screen and (min-width: 768px){
	#main.account .ac-lg-list-wrap {border-width: 0;background-color: var(--color-background);border-radius: 6px;}
	
}


@media screen and (max-width: 767px){
	#main.account .ac-lg-list-wrap {border-width: 0;background-color: var(--color-background);}
	#main.account #rdc-account-menu-mobile-v2-itemselected {border-radius: 6px; background-color: var(--color-background);}
	#main.account #rdc-account-menu-mobile-v2-itemselected p {color: var(--color-black);text-transform: none;font-family: 'Montserrat', sans-serif;font-weight: 600; font-size: 16px;line-height: 140%;}
	#main.account  #rdc-account-menu-mobile-v2-itemselected .rdc-icon-smallarrowdown{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16L20.4035 5L22 6.54L12.193 16L22 25.46L20.4035 27L9 16Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
	#main.account .form-field p span{font-family: 'Montserrat', sans-serif;font-weight: 400; font-size: 10px;line-height: 120%;}

	body #main.account.account-landing .title-page .title-heading-titles{font-size: 26px !important;line-height: 138%;}

	.account .ac-lg-list-col .rdc-icon-svg{width: 16px;height: 16px;background-size: 14px;}
	

}


/*
 *
 * Product List	
 *
 */
 #rdc-list-total-results .paragraph,
 #rdc-list-total-results-second .paragraph{color: var(--color-dark);}
 #rdc-list-total-results .paragraph{padding-top: 5px;}
 #rdc-list-total-results .rdc-search-total-exp1,
 #rdc-list-total-results-second .rdc-search-total-exp1{font-weight: 600;color: var(--color-theme);}
 #rdc-productlist-area-a .box-filter .item-name{color: var(--color-darkgray);}
 #rdc-productlist-area-a .box-filter .total-filter-active:not(.hidden){font-weight: 400;font-size: 14px;line-height: 100%;}
 .top-filters .row .column a{font-weight: 600;line-height: 130%;color: var(--color-black);}
 #main.wishlist .share-wishlist .label-title{font-size: 13px; font-weight: 600;line-height: 122%;}
 #main.wishlist .share-wishlist .clipboard{font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;font-size: 10px;line-height: 130%;color: var(--color-success) !important;text-transform: none !important;}
 @media screen and (max-width: 1199px){
	.filters .box-filter > p .item-name,
	.filters .box-filter .title-filter{font-size: 16px;font-weight: 600;color: var(--color-dark);line-height: 138%;}
	.cell-clear-filters .link{color: var(--color-black);}
	.filters .title-filter .total-filter-active,
	.order-filter-active,
	.header-popup-mobile-filters .desc .total-filter-active-top{color: var(--color-theme);}

	.header-popup-mobile-filters .desc .desc-text,
	#rdc-list-total-results-mobile p.paragraph,
	#rdc-list-total-results-mobile .subtitle{color: var(--color-dark);}
 }


 /*
 *
 * Wishlist 
 *
*/
.wishlist  article.product-item a .price.rdc-product-item-promo-date p{font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;font-size: 10px; font-weight: 400;color:var(--color-error)}
#main.wishlist .rdc-tooltip{filter: drop-shadow(0px 4px 12px rgba(51, 51, 51, 0.5));border: none;border-radius: 5px;top: calc(100% + 23px);}
#main.wishlist .rdc-tooltip-arrow{border: 0;}
#main.wishlist .share-wishlist input{border-radius: 5px; border: 1px solid var(--color-gray);}

.wishlist .container-list .row .empty-notice-desc p{color: var(--color-dark);}


/*
 *
 * Detalhe 
 *
*/
#rdc-productdetail-area-b .rdc-product-promo-date .rdc-promo-30days{color: var(--color-darkgray);}	
#rdc-productdetail-area-b .secondary-buttons .button{border: 1px solid var(--color-lines);padding: 17px 15px;}
#rdc-productdetail-area-b .label-desc{font-size: 13px;font-weight: 600;line-height: 123%;}
#rdc-productdetail-area-b .rdc-product-brand p{font-weight: 300;line-height: 122%;text-transform: uppercase;color: #000;}
#rdc-productdetail-area-b .rdc-product-name h1.title{font-weight: 700 !important; font-size: 22px;line-height: 140%;color: #000;}
#rdc-productdetail-area-b .rdc-product-ref .small{color: var(--color-darkgray);}
#rdc-productdetail-area-b .rdc-product-promo-date p{font-size: 10px !important;font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;}
#rdc-productdetail-area-b .rdc-product-price.price p.old{font-size: 14px;font-weight: 600; line-height: 150%;}
#rdc-productdetail-area-b .rdc-product-price.price p.discount{font-size: 14px;}
#rdc-productdetail-area-b .rdc-product-price.price p.current{font-size: 18px;}

#rdc-productdetail-area-b .wrapper-colors .colors a .color-name, 
#rdc-productdetail-area-b .wrapper-colors .colors .a .color-name{color: var(--color-black);}


#rdc-productdetail-area-b .accordion > li .list-nav-title{font-size: 14px;line-height: 180%;color: var(--color-dark);}
#rdc-productdetail-area-b .accordion > li.active .list-nav-title,
#rdc-productdetail-area-b .accordion > li.active {color: var(--color-theme);}
#rdc-productdetail-area-b .accordion .rdc-icon-svg.rdc-icon-arrowup{filter: invert(28%) sepia(77%) saturate(2862%) hue-rotate(128deg) brightness(93%) contrast(80%);}
/* .product div.select::after{background-image: url("data:image/svg+xml,%0A%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.4364 13.6428C25.6877 12.2485 24.7194 10 22.8675 10H9.13249C7.28065 10 6.31228 12.2485 7.56361 13.6428L14.4311 21.2951C15.2746 22.235 16.7254 22.235 17.5689 21.2951L24.4364 13.6428Z' fill='%23333333'/%3E%3C/svg%3E%0A") } */
.product div.select{border: 1px solid var(--color-black);font-weight: 400;font-family: 'Montserrat',sans-serif;}
.product .rdc-product-points{background-color: var(--color-successlight) !important;}
.product .stock-alert .stock-alert-item {background-color: var(--color-dark);border-radius: 110px;text-align: center;padding: 13px 15px 13px 50px;} 
.product .stock-alert.sel .stock-alert-item{ border-radius: 22px 22px 0 0; -webkit-border-radius: 22px 22px 0 0; -moz-border-radius: 22px 22px 0 0; -ms-border-radius: 22px 22px 0 0; -o-border-radius: 22px 22px 0 0; }
body .product .rdc-icon-svg.rdc-icon-notification {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(61deg) brightness(101%) contrast(104%);}
.product .stock-alert .stock-alert-item u{text-decoration: none;}
body .product .stock-alert .rdc-icon-svg{position: absolute;top: unset;transform: unset;left: 108px;width: 20px;height: 20px;}
.product .container-stock-alert{padding-top: 10px;}
.stock-alert .form-stock-alert{border-radius: 0 0 26px 26px;position: relative;}
body .stock-alert .form-field .btn-stock {border-radius: 100px;min-width: 80px;height: 42px;}
.stock-alert .form-field #stock-alert-el-2348{padding: 4px 4px 3px 13px !important;}
body .form-stock-message .success{color:var(--color-black);padding: 9px 15px 10px 59px; font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;font-size: 14px;border-radius: 10px;border:1px solid var(--color-success);background: url(https://grupocasasantos.redicom.work/sysimages/icon-success-stock.png) var(--color-successlight) 31px center/18px no-repeat}
body .form-stock-message .warning{color:var(--color-black);padding: 9px 15px 10px 52px; font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;font-size: 14px;border-radius: 10px;border:1px solid var(--color-warning);background: url(https://grupocasasantos.redicom.work/sysimages/icon-warning-stock.png) #FFFBE6 24px center/18px no-repeat;}
body .form-stock-message .warning a{color: var(--color-black);}
/* .stock-alert.sel .stock-alert-item::before{display: block !important;content: "";position: absolute;background-color: var(--color-dark);width: 20px; height: 20px;bottom: -20px; left: -1px;} */
/* .stock-alert.sel .stock-alert-item::after{content: "";position: absolute;background-color: var(--color-dark);width: 20px; height: 20px;bottom: -20px; right: -1px;} */
body .magic-checkbox+label:after, body .magic-checkbox+span:after {width: 18px;height: 18px;background: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.78027 11.3861L13.3285 4.80667C13.5319 4.60222 13.7909 4.5 14.1054 4.5C14.4198 4.5 14.6788 4.60222 14.8823 4.80667C15.0858 5.01111 15.1875 5.27132 15.1875 5.58728C15.1875 5.90324 15.0858 6.16345 14.8823 6.36789L7.55717 13.728C7.3352 13.951 7.07623 14.0625 6.78027 14.0625C6.4843 14.0625 6.22534 13.951 6.00336 13.728L3.11771 10.8285C2.91424 10.6241 2.8125 10.3639 2.8125 10.0479C2.8125 9.73196 2.91424 9.47176 3.11771 9.26731C3.32119 9.06286 3.58016 8.96064 3.89462 8.96064C4.20908 8.96064 4.46805 9.06286 4.67152 9.26731L6.78027 11.3861Z' fill='%23333333'/%3E%3C/svg%3E%0A") center/18px no-repeat;}
body .magic-checkbox+label:after {top: 50%;left: 2px;border-style: none;transform: translateY(-50%);}
.stock-alert .wrapper-stock-alert{position: relative;}


#rdc-product-services-desktop .rdc-product-label .rdc-label-desc-title{font-weight: 600;}


#rdc-productlist-area-f a.rdc-nav-link span.link{border-bottom: none;}
#rdc-productlist-area-f a.rdc-nav-link span.link:hover{color: var(--color-gray);}
#rdc-productlist-area-f a.rdc-nav-link .rdc-icon-svg {width: 16px !important;height: 16px !important;background-size: 14px;margin-top: 2px;}

#rdc-productlist-area-f a.rdc-nav-right-link .rdc-icon-svg {margin-left: 10px;}
#rdc-productlist-area-f a.rdc-nav-left-link .rdc-icon-svg {margin-right: 10px;}

@media screen and (min-width:768px){
#rdc-productlist-area-f .rdc-nav-left{padding-left: 0;}
#rdc-productlist-area-f .row{float: right;width: calc(100% - 246px);}
}
@media screen and (max-width:767px){
	#rdc-productdetail-area-a .rdc-product-name h1.title{font-weight: 700 !important; font-size: 22px;line-height: 140%;color: #000;}
	#rdc-productdetail-area-a .rdc-product-brand p{font-weight: 400;line-height: 122%;text-transform: uppercase;color: var(--color-darkgray);}
	body .product .stock-alert .rdc-icon-svg{left: 38px;}
	.product .stock-alert .stock-alert-item {padding: 13px 39px 13px;text-align: right;}
	.stock-alert .form-field #stock-alert-el-2348  label{line-height: 180%;padding-right: 22px;}
	.stock-alert .form-field #stock-alert-el-2348 {padding: 14px 15px 10px 13px !important;}
	.stock-alert .form-field #stock-alert-el-2348  label::before{top: 0;transform: UNSET;}
	.stock-alert .form-field #stock-alert-el-2348 label::after{top: 2px;left: 2px;transform: UNSET;}
	body .form-stock-message .success {line-height: 180%;padding: 5px 25px 5px 35px;background-position: 7px 7px;}
	body .form-stock-message .warning{line-height: 180%;padding: 5px 50px 5px 35px;background-position: 7px 7px;}
	#rdc-productdetail-area-a .flags{display: flex;flex-direction: column;align-items: flex-start;}
	#rdc-productdetail-area-a .flags > div:not(:first-child){margin-top: 2px;}
	/* body .magic-checkbox+label:after {transform: none;} */

	#rdc-productlist-area-f .rdc-nav-left{padding-left: 16px;}
	#rdc-productlist-area-f .rdc-nav-right{padding-right: 16px;}


	#controller-cart .item-resume .list-nav-subtitle{font-weight: 600;font-size: 16px;line-height: 140%;}
	body #rdc-mini-cart .rdc-wrapper-popup-footer{padding-top: 0;}
	body #rdc-mini-cart .rdc-wrapper-popup-footer .btn-cart{margin-bottom: 0;}

}

/*
 *
 * Heading  
 *
*/
body .heading-titles .subtitle,
body .quotation .heading-titles .title-heading-titles{font-weight: 600;font-size: 40px;line-height: 180%;color: var(--color-dark);}
body .heading-titles .title-heading-titles{color: var(--color-dark);}
body .heading-titles .short-content-heading-titles{padding-top: 10px;}
body .quotation .heading-titles .short-content-heading-titles{font-size: 14px;line-height: 180%;font-weight: 400;color: var(--color-black);}

@media screen and (max-width:767px){
	body .heading-titles .title-heading-titles,
	body .quotation .heading-titles .title-heading-titles{font-size: 26px;line-height: 140%;}
	body .heading-titles .heading-titles{padding-top: 15px;}
}

/*
 *
 * Popup  
 *
*/
#quotation-form .label-title:not(.required-policy){font-size: 13px;line-height: 122%;font-weight: 600;}
#quotation-form .required-notice{color: var(--color-darkgray);line-height: 180%;}

/*
 *
 * Cotacao  
 *
*/

/* body .quotation .tabs-container, .quotation .paragraph, .quotation .gm-style, .quotation .page-content{font-family: 'Roboto', sans-serif;} */
body .quotation .tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item{font-size: 13px;font-weight: 600;line-height: 15px;padding: 12px 21px 11px;}
.quotation .pagination ul li{font-size: 13px;font-weight: 400;line-height: 100%;}
.quotation article.product-item .desc .wrapper-right .price-info,
.quotation article.product-item .desc .wrapper-left .price-info{font-size: 13px;font-weight: 300;line-height: 15px;color: var(--color-darkgray);}

/*
 *
 * Slick Dots  
 *
*/
.slick-dots {bottom: 20px;}
.slick-dots li button{background-color: var(--color-gray);border-color: var(--color-gray);box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.5);}
.slick-dots li.slick-active button{background-color: var(--color-dark);border-color: var(--color-dark);}


/*
 *
 * Product Item 
 *
*/
.button-price{text-transform: none; background-color: var(--color-background); border-color: var(--color-lines); color: var(--color-dark); border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0;     padding: 4px 15px 5px;}
.button-price:hover{background-color: var(--color-dark);border-color: var(--color-dark);color: var(--color-white);}
article.product-item .price.rdc-product-item-promo-30days p{color: var(--color-darkgray);}