.custom-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}

.custom-slider .cs-row {
	cursor: grab;

	overflow: visible;
	transition: 0s;
}

.custom-slider .cs-bar {
	position: relative;

	background-color: white;
	width: 100%;
	height: 3px;

	border-radius: 4px;
	overflow: hidden;

	margin-top: 30px;
	opacity: 0.7;
}

.custom-slider .cs-bar .cs-b-fill {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 0%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.8);
}

.cp-row, .cp-col {
	!display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	width: 100%;
	padding: 0px;

	max-width: var(--mw);
	padding: 0px 100px;
	margin: 10px 0px 0px 0px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;	       /* Opera/IE 8+ */
}

.cp-col {
	flex-direction: column;
}

.cp-row img {
	width: 100%;
}

.categories_a.cp-row {
	padding: 0px !important;
}

.categories_a .row.products-list {
	margin-top: 15px;
}

.cp-row .col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

	padding: 5px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.cp-row .row {
	display: flex;
	flex-direction: row;

	padding: 20px;
	width: 100%;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.cp-row .title {
	color: var(--db);
	letter-spacing: -1px;

	font-weight: bold;
	font-size: 40px;
}

.cp-row h1.title {
	margin: 0px;
}

.cp-row h2.title {
	margin: 0px;
}

.banner_b {
	padding: 20px;
}

.banner_b .title {
	color: rgb(40, 40, 40);
}

.banner_b .btn {
	margin-top: 10px;
}

.anchor-box {
	position: relative;

	height: 100%;
	width: 100%;
	!width: auto !important;
}

.anchor-box img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;

	border-radius: 5px;
}

.cp-row .subtitle {
	text-transform: uppercase;
	padding-bottom: 10px;
}

.cp-row .description {
	padding: 20px 0px;
	padding-bottom: 30px;
}

.cp-row .btn {
	display: inline-flex;
	width: auto;

	border-radius: 5px;
}

.banner_b .col {
	position: absolute;

	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	z-index: 100;
}

.banner_b .row {
	position: relative;
}

.banner-col {
	!display: flex;

	position: relative; 
	width: 49.25%;
}

.banner-info {
	display: flex;
	flex-direction: column;
	align-items: center;

	width: 80%;
	text-align: center;

	padding: 50px 0px;
}

.categories_a {
	margin-top: 40px;
}

.categories_a .col {
	align-items: center;
	text-align: center;
}

.categories_a button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 6px 16px;
	margin: 6px;

	height: auto;
	min-height: auto;
}

.categories_a button.a, .categories_a button.b {
	border: 1px solid #636e72;
	color: #636e72;
}

.categories_a .a button {
	border: 1px solid #fda335;
	color: #FD8C02;

	transition: 0.1s;
}

.categories_a .a button:hover, .categories_a button.a.selected, .categories_a .a button.selected {
	border: 1px solid #fda335;
	background: rgb(253,140,2);
	background: linear-gradient(270deg, rgba(253,140,2,1) 0%, rgba(255,106,0,1) 100%);

	color: white;
}

.categories_a .b button {
	border: 1px solid #1046A8;
	color: #1046A8;
}

.categories_a .b button:hover, .categories_a button.b.selected, .categories_a .b button.selected {
	border: 1px solid #1046A8;
	background: rgb(16,70,168);
	background: linear-gradient(270deg, rgba(16,70,168,1) 0%, rgba(26,96,222,1) 100%);

	color: white;
}

.categories-children {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	width: 100%;
}

.row .bottom-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	width: 100%;
}

.slider_b {
	background: rgb(16,70,168);
	background: linear-gradient(270deg, rgba(16,70,168,1) 0%, rgba(116,152,218,1) 100%);

	padding: 0px 60px;
	padding-bottom: 50px;

	overflow: hidden;
}

.slider_b .row {
	padding: 0px;
}

.slider_b .title {
	color: white;
	font-size: 23px;

	padding: 40px 0px;
}

.slider_b .anchor-box {
	height: 400px;
	margin-right: 20px;

	width: auto;
}

.slider_b .anchor-box img {
	border-radius: 8px;
}

.slider_a .title {
	font-size: 25px;
}

.trust_us {
	padding: 80px 0px;
	justify-content: center;
}

.newsletter {
	margin-bottom: 60px;
}

.newsletter .newsletter-div {
	height: 200px;
}

.anchor-list {
	position: absolute;

	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	overflow: hidden;
}

.anchor-list .anchor {
	cursor: pointer;
	position: absolute;

	width: 20px;
	height: 20px;
	aspect-ratio: 1 / 1;

	margin: 10px;

	border-radius: 50%;
	background-color: white;
	z-index: 100;

	opacity: 0.8;

	transition: 0.1s;
}

.anchor-list .anchor::after {
	display: block;
	content: '';

	position: absolute;

	top: -12px;
	left: -12px;

	width: 20px;
	height: 20px;
	aspect-ratio: 1 / 1;

	border-radius: 50%;

	border: 12px solid rgba(16, 70, 168, 0.90);
	z-index: 10;
}

.anchor-list .anchor::before {
	display: none;
	content: attr(data-text);

	position: absolute;
	top: -3px;
	left: -7px;

	padding: 4px 15px;
	padding-left: 45px;

	background-color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	color: var(--f);

	border-radius: 20px;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;

	z-index: 10;
}

.anchor-list .anchor:hover:before {
	display: flex;
	align-items: center;
}

.anchors-alt .anchor::after {
	border: 12px solid rgba(227, 126, 2, 0.90);
}

.anchor-list .anchor:hover {
	transform: scale(1.1);
	opacity: 1;
}

.anchor-list .flipped.anchor::before {
	left: initial;
	right: -7px;

	text-align: right;

	padding: 4px 15px;
	padding-right: 45px;
}

.banner_a .col-1 {
	width: 80%;
	margin-bottom: 20px;
}

.banner_a .col-2, .banner_a .col-3 {
	width: 50%;
}

.banner_a .col-3 {
	justify-content: space-between;
}

.banner_a {
	min-height: 450px;
}

.ab-title {
	position: absolute;

	top: 8px;
	left: 8px;

	text-transform: uppercase;

	color: white;
	font-size: 21px;
	font-weight: bold;

	text-shadow: 0px 0px 6px #777;
}

.blog h2 {
	text-align: center;
	margin-bottom: 20px !important;
}

.blog-read-more {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 10px 0px;
}

.cd-header {
	border-top: 0px;
	border-bottom: 1px solid rgb(230, 230, 230);
}

@media screen and (max-width: 900px) {
	.banner_b .row {
		flex-direction: column;
	}

	.banner_b .banner-col {
		width: 100%;
		margin-bottom: 20px;
	}

	.cp-row {
		padding: 0px 5px;
	}

	.slider_b .title {
		padding: 20px 10px;
	}

	.custom-slider .cs-bar {
		opacity: 0;
	}

	.slider_b .cs-row {
		overflow: hidden;
		overflow-x: scroll;

		padding: 0px 20px;
		padding-left: 30px;
	}

	.banner_b {
		padding: 0px;
	}

	.banner_b .row {
		padding: 10px;
	}

	.banner_b .description {
		display: none;
	}

	.banner_b .banner-info {
		padding: 20px 0px;
	}

	.cp-row.categories_a .row {
		flex-wrap: wrap;
	}

	.cp-row h1.title {
		font-size: 26px;
	}

	.cp-row h2.title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.banner_a {
		flex-direction: column;
	}

	.banner_a .col-1, .banner_a .col-2 {
		width: 100%;
	}

	.banner_a .col-1 {
		margin-top: 30px;
		align-items: center;

		text-align: center;
	}

	.banner_a .row {
		flex-direction: column;
	}

	.banner_a .col-2, .banner_a .col-3 {
		width: 100%;
	}

	.anchor-list .anchor:before {
		display: flex;
		align-items: center;

		!font-size: 16px;
	}

	.categories-children {
		overflow: hidden;
		!max-height: 360px;
	}

	.categories_a button {
		padding: 6px 12px;
		margin: 4px;
	}

	.anchor-list .anchor {
		opacity: 1;
	}

	.col-3 .anchor-box {
		margin-bottom: 5px;
	}

	.banner_a .col-3 {
		display: inline-block;
	}

	.cp-row .products-list {
		gap: 3px;
	}

	.row .title {
		margin-left: 10px !important;
	}
}

.cp-row .products-list {
	!max-height: 425px;
	!overflow: hidden;

	gap: 5px;
}

.slider_c.slider-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slider_c .slider-track {
	display: flex;
	gap: 10px;
	padding: 20px;

	scroll-behavior: smooth;
}

.slider_c .slide {
	width: 200px;
	height: auto;

	aspect-ratio: 1 / 2;

	object-fit: cover;
	border-radius: 6px;

	user-select: none;
	pointer-events: none;
}

.bottom-btn {
	margin-top: 10px;
}

.products-list {
	margin-bottom: 0px;
}

.products-list .bottom-btn {
	margin-top: 25px;
}