:root{
	--rato-home-blue:#0b6ec2;
	--rato-home-dark:#1f232b;
	--rato-home-yellow:rgba(215,170,18,.88);
}

.rato-home-hero{position:relative}

.rato-home-slider{position:relative;overflow:hidden;background:#000}
.rato-home-track{position:relative;height:420px}
.rato-home-slide{
	position:absolute;
	inset:0;
	background-size:cover;
	background-position:center;
	opacity:0;
	transform:scale(1.01);
	transition:opacity 420ms ease, transform 520ms ease;
}
.rato-home-slide.is-active{opacity:1;transform:scale(1)}
.rato-home-slide-img{display:none}

.rato-home-slide-overlay{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding:0 26px;
}
.rato-home-slide-card{
	width:min(420px,42vw);
	background:var(--rato-home-yellow);
	color:#101318;
	padding:22px 22px 18px;
}
.rato-home-slide-kicker{
	font-size:26px;
	font-weight:800;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:1.05;
}
.rato-home-slide-title{
	margin-top:6px;
	font-size:18px;
	font-weight:800;
	letter-spacing:.6px;
	text-transform:uppercase;
}
.rato-home-slide-bullets{
	margin:14px 0 0;
	padding:0 0 0 18px;
	font-size:12px;
	line-height:1.7;
	font-weight:600;
}
.rato-home-slide-bullets li{margin:4px 0}

.rato-home-arrow{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:46px;
	height:46px;
	border:0;
	background:rgba(0,0,0,.55);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:2;
}
.rato-home-prev{left:14px}
.rato-home-next{right:74px}
.rato-home-arrow:hover{background:rgba(0,0,0,.72)}

.rato-home-dots{
	position:absolute;
	left:50%;
	bottom:12px;
	transform:translateX(-50%);
	display:flex;
	gap:10px;
	z-index:2;
}
.rato-home-dot{
	width:9px;
	height:9px;
	border-radius:999px;
	border:0;
	background:rgba(255,255,255,.7);
	cursor:pointer;
}
.rato-home-dot.is-active{background:var(--rato-home-blue)}

.rato-home-float-email{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background:#fff;
	color:#1b1f24;
	text-decoration:none;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:6px;
	padding:8px 8px 6px;
	border:1px solid rgba(0,0,0,.15);
	z-index:3;
}
.rato-home-float-ic{color:#f39c12;display:flex}
.rato-home-float-text{font-size:11px;font-weight:700}

.rato-home-panels{background:#fff}
.rato-home-panels-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	min-height:260px;
}
.rato-home-panel{padding:0}
.rato-home-panel-inner{
	padding:44px 48px 40px;
	max-width:520px;
}
.rato-home-panel--dark{background:var(--rato-home-dark);color:#cfd6df}
.rato-home-panel--blue{background:var(--rato-home-blue);color:#eaf3fb}
.rato-home-panel--light{background:#fff;color:#444}
.rato-home-panel-num{font-size:18px;font-weight:700;opacity:.85}
.rato-home-panel-title{margin-top:16px;font-size:20px;font-weight:700;color:#fff}
.rato-home-panel--light .rato-home-panel-title{color:#222}
.rato-home-panel-desc{margin-top:16px;font-size:12px;line-height:1.8;max-width:420px}
.rato-home-panel-link{
	margin-top:18px;
	display:inline-flex;
	align-items:center;
	gap:10px;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	letter-spacing:.2px;
	color:inherit;
	opacity:.95;
}
.rato-home-panel-link:hover{opacity:1}
.rato-home-panel-link-ic{display:flex}

.rato-hot-products{background:#f2f2f2;padding:44px 0 54px}
.rato-hot-products .rato-container{max-width:1200px;margin:0 auto;padding:0 18px}
.rato-hot-head{text-align:center;margin:0 0 22px}
.rato-hot-kicker{font-size:12px;letter-spacing:.2px;color:#6c7177}
.rato-hot-title{margin:8px 0 0;font-size:24px;letter-spacing:.6px;font-weight:800;color:#222}

.rato-hot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rato-hot-card{background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.04);overflow:hidden}
.rato-hot-card-link{position:relative;display:block;color:inherit;text-decoration:none;height:100%}
.rato-hot-card-media{background:#f7f7f7;aspect-ratio:4/3;overflow:hidden}
.rato-hot-card-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform 360ms ease}
.rato-hot-card-body{padding:14px 14px 54px}
.rato-hot-card-name{font-size:12px;font-weight:800;letter-spacing:.2px;color:#222;text-transform:uppercase}
.rato-hot-card-desc{margin-top:8px;font-size:11px;line-height:1.6;color:#7a7f86;min-height:34px}
.rato-hot-card-cta{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:44px;
	background:var(--rato-home-blue);
	color:#fff;
	font-size:12px;
	font-weight:800;
	display:flex;
	align-items:center;
	justify-content:center;
	letter-spacing:.2px;
	transform:translateY(100%);
	opacity:0;
	transition:transform 260ms ease, opacity 260ms ease;
}
.rato-hot-card-link:hover .rato-hot-card-cta{transform:translateY(0);opacity:1}
.rato-hot-card-link:hover .rato-hot-card-media img{transform:scale(1.03)}

.rato-hot-bottom{margin-top:26px;display:flex;justify-content:center}
.rato-hot-bottom-btn{
	background:#1f232b;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:800;
	letter-spacing:.2px;
	padding:10px 28px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:160px;
}
.rato-hot-bottom-btn:hover{background:#111418;color:#fff}

.rato-company-adv{background:#fff;padding:56px 0 64px}
.rato-company-adv .rato-container{max-width:1200px;margin:0 auto;padding:0 18px}
.rato-adv-head{text-align:center;margin:0 0 26px}
.rato-adv-kicker{font-size:12px;letter-spacing:.2px;color:#6c7177}
.rato-adv-title{margin:8px 0 0;font-size:24px;letter-spacing:.6px;font-weight:800;color:#222}

.rato-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 60px}
.rato-adv-item{display:block}
.rato-adv-item-inner{
	height:100%;
	text-align:center;
	padding:18px 18px 22px;
	border-radius:2px;
	transition:box-shadow 240ms ease, transform 240ms ease, background-color 240ms ease;
}
.rato-adv-item-inner:hover{
	background:#fff;
	box-shadow:0 10px 26px rgba(0,0,0,.08);
	transform:translateY(-2px);
}
.rato-adv-icon{display:flex;align-items:center;justify-content:center;height:56px}
.rato-adv-icon img{width:44px;height:44px;object-fit:contain;display:block}
.rato-adv-name{margin-top:10px;font-size:12px;font-weight:800;color:#222}
.rato-adv-desc{margin-top:10px;font-size:11px;line-height:1.6;color:#7a7f86;max-width:320px;margin-left:auto;margin-right:auto}

@media (max-width: 1024px){
	.rato-home-track{height:360px}
	.rato-home-slide-card{width:min(420px,56vw)}
	.rato-home-panel-inner{padding:34px 28px}
	.rato-hot-grid{grid-template-columns:repeat(3,1fr)}
	.rato-adv-grid{grid-template-columns:repeat(3,1fr);gap:34px 36px}
}

@media (max-width: 780px){
	.rato-home-track{height:320px}
	.rato-home-slide-overlay{justify-content:center;padding:0 14px}
	.rato-home-slide-card{width:min(520px,92vw)}
	.rato-home-panels-grid{grid-template-columns:1fr}
	.rato-home-panel-inner{max-width:none}
	.rato-home-float-email{display:none}
	.rato-hot-products{padding:34px 0 44px}
	.rato-hot-grid{grid-template-columns:repeat(2,1fr);gap:14px}
	.rato-hot-card-body{padding:12px 12px 52px}
	.rato-company-adv{padding:42px 0 52px}
	.rato-adv-grid{grid-template-columns:1fr;gap:18px}
	.rato-adv-item-inner{box-shadow:0 0 0 1px rgba(0,0,0,.05)}
}
