.slotmaru-home-portal.slotmaru-polish-home.main-contentbox-wrap {
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.slotmaru-polish-home,
.slotmaru-polish-home * {
	box-sizing: border-box;
}

@media (min-width: 768px) {
	body.responsive #nt_body .slotmaru-polish-layout > .custom-left-sec.na-col {
		margin-bottom: 20px !important;
		padding: 10px 13px 20px !important;
	}
}

.slotmaru-polish-home a,
.slotmaru-polish-home a:hover,
.slotmaru-polish-home a:focus {
	text-decoration: none;
}

.slotmaru-polish-home__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(318px, 0.96fr);
	gap: 16px;
	align-items: stretch;
	width: 100%;
	padding: 20px;
	border: 1px solid rgba(246, 183, 60, 0.36);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(8, 29, 47, 0.96), rgba(7, 24, 39, 0.98) 58%, rgba(18, 84, 78, 0.94)),
		#071827;
	box-shadow: 0 14px 34px rgba(7, 24, 39, 0.16);
	overflow: hidden;
}

.slotmaru-polish-home__copy {
	min-width: 0;
	padding: 22px 20px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
}

.slotmaru-polish-home__eyebrow {
	margin: 0 0 10px;
	color: #f6c55d;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.slotmaru-polish-home__copy h2 {
	margin: 0;
	color: #ffffff;
	font-size: 31px;
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__lead {
	max-width: 660px;
	margin: 12px 0 0;
	color: rgba(236, 246, 244, 0.9);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__actions,
.slotmaru-polish-home__utility {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.slotmaru-polish-home__actions {
	margin-top: 18px;
}

.slotmaru-polish-home__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(246, 183, 60, 0.84);
	border-radius: 8px;
	background: #f6b73c;
	color: #071827 !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	white-space: normal;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.slotmaru-polish-home__actions a + a {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.slotmaru-polish-home__actions a:hover,
.slotmaru-polish-home__actions a:focus {
	border-color: var(--slotmaru-gold-deep, #9d5c11) !important;
	background: var(--slotmaru-gold, #f6b73c) !important;
	color: var(--slotmaru-navy, #071827) !important;
	box-shadow: none !important;
	transform: none;
}

.slotmaru-polish-home__actions a + a:hover,
.slotmaru-polish-home__actions a + a:focus {
	background: #fff4d6 !important;
	color: var(--slotmaru-gold-deep, #9d5c11) !important;
}

.slotmaru-polish-home__utility {
	margin-top: 12px;
}

.slotmaru-polish-home__utility a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.slotmaru-polish-home__utility a:hover,
.slotmaru-polish-home__utility a:focus {
	border-color: rgba(246, 183, 60, 0.72) !important;
	background: #fff7e6 !important;
	color: var(--slotmaru-gold-deep, #9d5c11) !important;
	box-shadow: none !important;
	transform: none;
}

.slotmaru-polish-home__visual {
	position: relative;
	min-width: 0;
	min-height: 304px;
	margin: 0;
	border: 1px solid rgba(246, 183, 60, 0.28);
	border-radius: 8px;
	background: #e7eef5;
	overflow: hidden;
}

.slotmaru-polish-home__visual-image {
	position: absolute;
	inset: 0;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slotmaru-polish-home__visual:after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(7, 24, 39, 0.46));
	pointer-events: none;
}

.slotmaru-polish-home__visual figcaption {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 1;
	padding: 14px;
	border: 1px solid rgba(246, 183, 60, 0.34);
	border-radius: 8px;
	background: rgba(7, 24, 39, 0.88);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.slotmaru-polish-home__visual figcaption strong,
.slotmaru-polish-home__visual figcaption span {
	display: block;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__visual figcaption strong {
	color: #f6c55d;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.slotmaru-polish-home__visual figcaption span {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
}

.slotmaru-polish-home__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	margin-top: 12px;
}

.slotmaru-polish-home__card {
	display: flex;
	min-width: 0;
	min-height: 224px;
	flex-direction: column;
	border: 1px solid #dde7f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827 !important;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: border-color 0.16s ease, background-color 0.16s ease;
}

.slotmaru-polish-home__card:hover,
.slotmaru-polish-home__card:focus {
	border-color: var(--slotmaru-gold, #f6b73c);
	transform: none;
}

.slotmaru-polish-home__card:hover .slotmaru-polish-home__card-copy em,
.slotmaru-polish-home__card:focus .slotmaru-polish-home__card-copy em,
.slotmaru-polish-home__card:hover .slotmaru-polish-home__card-copy strong,
.slotmaru-polish-home__card:focus .slotmaru-polish-home__card-copy strong {
	color: var(--slotmaru-gold-deep, #9d5c11) !important;
}

.slotmaru-polish-home__card-image {
	position: relative;
	display: block;
	height: 102px;
	background-color: #edf2f7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slotmaru-polish-home__card-image:after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(7, 24, 39, 0.38));
}

.slotmaru-polish-home__card-copy {
	display: block;
	min-width: 0;
	padding: 14px 14px 16px;
}

.slotmaru-polish-home__card-copy em,
.slotmaru-polish-home__card-copy strong,
.slotmaru-polish-home__card-copy span {
	display: block;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__card-copy em {
	color: #0f766e;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.35;
}

.slotmaru-polish-home__card:nth-child(2) .slotmaru-polish-home__card-copy em {
	color: #0a7367;
}

.slotmaru-polish-home__card:nth-child(3) .slotmaru-polish-home__card-copy em {
	color: #b45309;
}

.slotmaru-polish-home__card:nth-child(4) .slotmaru-polish-home__card-copy em {
	color: #b42318;
}

.slotmaru-polish-home__card-copy strong {
	margin-top: 5px;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
}

.slotmaru-polish-home__card-copy span {
	margin-top: 8px;
	color: #475467;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.58;
}

.slotmaru-home-provider-section .slotmaru-provider-boxicon {
	flex: 0 0 118px;
	width: 118px;
	height: 46px;
	margin-right: 12px;
	border-color: rgba(17, 24, 39, 0.14) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.slotmaru-home-provider-section .slotmaru-provider-boxicon img {
	width: auto !important;
	max-width: 106px;
	height: auto !important;
	max-height: 36px;
	border-radius: 0 !important;
	object-fit: contain;
}

.slotmaru-home-provider-section .services.custombox-wrap,
.custom-left-sec .home-card-grid .services.custombox-wrap {
	height: 100%;
	margin-right: 0 !important;
}

.slotmaru-home-provider-section .service-box.wow.fadeIn,
.custom-left-sec .home-card-grid .service-box.wow.fadeIn {
	height: 100%;
	min-height: 178px;
	padding: 20px;
	border: 1px solid #e3ebf2;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.slotmaru-home-provider-section .custombox-head,
.custom-left-sec .home-card-grid .custombox-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	background: transparent !important;
}

.slotmaru-home-provider-section .custombox-head a,
.custom-left-sec .home-card-grid .custombox-head a {
	display: flex;
	align-items: center;
	min-width: 0;
	color: #071827 !important;
}

.slotmaru-home-provider-section .cmorecls,
.custom-left-sec .home-card-grid .cmorecls {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 5px;
	color: #667085 !important;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.custom-left-sec .home-card-grid .service-box ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-left-sec .home-card-grid .service-box ul li {
	min-width: 0;
	padding: 0;
	border: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.custom-left-sec .home-card-grid .service-box ul li a {
	display: block;
	min-width: 0;
	color: #172033 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1199px) {
	.responsive .wrapper {
		overflow-x: hidden;
	}

	#customAdsec {
		display: none !important;
	}

	.slotmaru-polish-layout > .custom-left-sec,
	.slotmaru-polish-layout > .custom-right-sec {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.slotmaru-polish-layout > .custom-right-sec {
		margin-top: 18px;
	}

	.slotmaru-polish-home__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.slotmaru-polish-home__visual {
		min-height: 280px;
	}

	.slotmaru-polish-home__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slotmaru-home-provider-section .home-card-grid,
	.custom-left-sec .home-card-grid {
		margin-right: 0;
		margin-left: 0;
	}

	.slotmaru-home-provider-section .home-card-grid > [class*="col-"],
	.custom-left-sec .home-card-grid > [class*="col-"] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.slotmaru-polish-layout > .custom-left-sec {
		flex: 0 0 calc(100% - 292px) !important;
		max-width: calc(100% - 292px) !important;
	}

	.slotmaru-polish-layout > .custom-right-sec {
		flex: 0 0 292px !important;
		max-width: 292px !important;
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slotmaru-polish-layout > .custom-left-sec,
	.slotmaru-polish-layout > .custom-right-sec {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.slotmaru-polish-layout > .custom-right-sec {
		margin-top: 18px;
	}

	.slotmaru-polish-home__hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	}
}

@media (max-width: 767px) {
	.slotmaru-home-portal.slotmaru-polish-home.main-contentbox-wrap {
		margin-bottom: 16px;
	}

	.slotmaru-polish-home__hero {
		gap: 10px;
		padding: 10px;
	}

	.slotmaru-polish-home__copy {
		padding: 12px;
	}

	.slotmaru-polish-home__copy h2 {
		font-size: 21px;
		line-height: 1.28;
	}

	.slotmaru-polish-home__lead {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.56;
	}

	.slotmaru-polish-home__actions {
		flex-direction: column;
		margin-top: 14px;
	}

	.slotmaru-polish-home__actions a {
		min-height: 38px;
		width: 100%;
	}

	.slotmaru-polish-home__visual {
		min-height: 168px;
	}

	.slotmaru-polish-home__visual figcaption {
		right: 10px;
		bottom: 10px;
		left: 10px;
		padding: 10px;
	}

	.slotmaru-polish-home__visual figcaption strong {
		font-size: 14px;
	}

	.slotmaru-polish-home__visual figcaption span {
		font-size: 12px;
		line-height: 1.45;
	}

}

@media (max-width: 575px) {
	.slotmaru-polish-home__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.slotmaru-polish-home__card {
		min-height: 0;
	}

	.slotmaru-polish-home__utility {
		display: none;
	}

	.slotmaru-polish-home__utility a {
		flex: 1 1 140px;
		justify-content: center;
		text-align: center;
	}
}

.home-seo-bottom .home-seo-section__eyebrow {
	color: var(--slotmaru-teal-2, #0a7367) !important;
	letter-spacing: 0;
}

.home-seo-bottom .home-seo-section__accent {
	border: 1px solid var(--slotmaru-line, #dfe6ef) !important;
	background: #ffffff !important;
	color: var(--slotmaru-navy, #071827) !important;
}

.home-seo-bottom .home-seo-section__accent h3,
.home-seo-bottom .home-seo-section__accent h4 {
	color: var(--slotmaru-navy, #071827) !important;
	letter-spacing: 0;
}

.home-seo-bottom .home-seo-section__link {
	border-color: #c8d5df !important;
	background-color: var(--slotmaru-panel-soft, #f6f9fb) !important;
	color: var(--slotmaru-navy-2, #0d2236) !important;
}

.home-seo-bottom .home-seo-section__num {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	min-width: 28px !important;
	height: 28px !important;
	border-color: rgba(15, 140, 124, 0.24) !important;
	background-color: #eef7f6 !important;
	color: #0f8c7c !important;
	line-height: 1 !important;
	text-align: center;
	margin-right: 0 !important;
}

.home-seo-bottom .home-seo-section__link {
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.home-seo-bottom .home-seo-section__link:hover,
.home-seo-bottom .home-seo-section__link:focus {
	border-color: rgba(15, 140, 124, .36) !important;
	background-color: #eef7f6 !important;
	color: #07333a !important;
	box-shadow: none !important;
	transform: none;
}

.slotmaru-home-provider-section .custombox-head a,
.home-card-grid .custombox-head a,
.home-card-grid .cmorecls,
.home-card-grid .service-box ul li a,
.footer_cnt .footer-menu-list > div a {
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.slotmaru-home-provider-section .custombox-head a:hover,
.slotmaru-home-provider-section .custombox-head a:focus,
.slotmaru-home-provider-section .custombox-head a:hover .boxicon + span,
.slotmaru-home-provider-section .custombox-head a:focus .boxicon + span,
.home-card-grid .custombox-head a:hover,
.home-card-grid .custombox-head a:focus,
.home-card-grid .custombox-head a:hover .boxicon + span,
.home-card-grid .custombox-head a:focus .boxicon + span,
.home-card-grid .cmorecls:hover,
.home-card-grid .cmorecls:focus,
.home-card-grid .service-box ul li a:hover,
.home-card-grid .service-box ul li a:focus,
.footer_cnt .footer-menu-list > div a:hover,
.footer_cnt .footer-menu-list > div a:focus,
.footer_cnt .footer_warning a:hover,
.footer_cnt .footer_warning a:focus {
	color: var(--slotmaru-link-hover, #9d5c11) !important;
	text-decoration: none !important;
}

.slotmaru-home-provider-section .custombox-head a:hover .boxicon,
.slotmaru-home-provider-section .custombox-head a:focus .boxicon,
.home-card-grid .custombox-head a:hover .boxicon,
.home-card-grid .custombox-head a:focus .boxicon,
.slotmaru-home-provider-section .custombox-head a:hover .boxicon img,
.slotmaru-home-provider-section .custombox-head a:focus .boxicon img,
.home-card-grid .custombox-head a:hover .boxicon img,
.home-card-grid .custombox-head a:focus .boxicon img {
	color: #303437 !important;
	filter: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.slotmaru-home-provider-section .custombox-head a:hover .slotmaru-provider-boxicon,
.slotmaru-home-provider-section .custombox-head a:focus .slotmaru-provider-boxicon {
	border-color: rgba(17, 24, 39, 0.14) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}
