/* @import url('https://fonts.googleapis.com/css?family=Inter&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

/* Unique class for your div */
.st_appblock_wrapper, .st_appblock_wrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    font-family: 'Poppins', sans-serif; /* Example: Resetting to a specific font */
    font-style: initial;
    font-weight: initial;
    color: #000; /* Default text color */
    background: transparent; /* No background */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    vertical-align: baseline;
    line-height: 1.5;
    text-decoration: none;
    outline: none;
    letter-spacing: initial;
}

b, strong {
    font-weight: bolder !important;
}

/* Specific resets for form elements */
.st_appblock_wrapper input,
.st_appblock_wrapper textarea,
.st_appblock_wrapper select,
.st_appblock_wrapper button {
    font-family: inherit; /* Ensures form elements use the div's font */
    font-size: inherit;
    line-height: inherit;
    color: inherit; /* Inherits text color from the div */
}

.st_appblock_wrapper a {
    color: inherit; /* Link colors are reset to match the div's text color */
    text-decoration: none; /* Removes underline from links */
}

/* List styles reset */
.st_appblock_wrapper ul,
.st_appblock_wrapper ol {
    list-style: none; /* Removes bullet points and numbers from lists */
}

/* Table styles reset */
.st_appblock_wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Image and video tags */
.st_appblock_wrapper img,
.st_appblock_wrapper video {
    max-width: 100%; /* Ensures media doesn't overflow the div */
}

.st_appblock_wrapper p {
    line-height: 1.6; /* Example line height for paragraphs */
}

.st_appblock_wrapper span {
    font-size: 14px;
}

/* Button reset */
.st_appblock_wrapper button {
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}


/* Announcement Bar 1 */
/*-_- -_- -_- Desktop -_- -_- -_- */
.st_TopSlider-1 ::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.st_TopSlider-1 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 34px;
}
/* .st_TopSlider-1::before {
	content: "";
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	left: 50%;
} */
.st_TopSlider-1 {
	height: 50px;
}
.st_TopSlider-1::before {
	background: hsl(0, 0%, 0%);
}
.st_TopSlider-1 .st_TopSlider_Side {
	position: relative;
	width: calc(100% / 3);
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-block: 13.5px;
}
.st_TopSlider-1 .st_TopSlider_Left {
	justify-content: flex-start;
}
.st_TopSlider-1 .st_TopSlider_Mid {
	justify-content: center;
}
.st_TopSlider-1 .st_TopSlider_Right {
	justify-content: flex-end;
}
.st_TopSlider-1 .st_TopSlider-Box {
	font-size: 13px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}
.st_TopSlider-1 .st_TopSlider-Icon-Container {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.st_TopSlider-1 .st_TopSlider-Icon {
	position: relative;
	max-height: 100%;
	width: auto;
	max-width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
}
.st_TopSlider-1 .st_TopSlider-Title {
	position: relative;
	width: max-content;
	display: flex;
	align-items: center;
	gap: 5px;
}
.st_TopSlider-1 .st_TopSlider-Bold {
	font-weight: bold;
}
.st_TopSlider-1 .st_TopSlider-Title-Link {
	font-size: 13px;
	display: block;
	cursor: pointer;
	color: hsl(0, 0%, 100%) !important;
	line-height: 100%;

	text-decoration-color: hsl(0, 0%, 100%, 0.5);
	text-underline-offset: 2px;
}
.st_TopSlider-1 .st_TopSlider-Title-Link:hover {
	text-decoration-color: hsl(0, 0%, 100%);
}
.st_TopSlider-1 .st_TopSlider-Scroll-Container {
	position: relative;
	width: 100%;
	height: 100%;
}
.st_TopSlider-1 .st_TopSlider-Scroll {
	position: absolute;
	transform: translate(-50%, calc(-50% + 10px));
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	
}
.st_TopSlider-1 .st_TopSlider-Scroll-Show {
	transform: translate(-50%, -50%) scale(1);
	pointer-events: all;
	opacity: 1;

}
.st_TopSlider-1 .st_TopSlider-Btn {
	cursor: pointer;
	
}
.st_TopSlider-1 .st_TopSlider-Btn:hover {
	scale: 1.1;
}
.st_TopSlider-1 .st_TopSlider-Btn:active {
	scale: 0.9;
	opacity: 0.3;
	transition: none;
}
.st_TopSlider-1 .st_TopSlider_Side {
	width: unset;
}
.st_TopSlider-1 .st_TopSlider_Left .st_TopSlider-Title {
	color: hsl(0, 0%, 100%);
	font-family: Poppins;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
}
.st_TopSlider-1 .st_TopSlider_Mid .st_TopSlider-Title {
	color: hsl(0, 0%, 100%);
	font-family: Poppins;
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
}
.st_TopSlider-1 .st_TopSlider_Mid .st_TopSlider-TitleItalic {
	color: hsl(0, 0%, 100%);
	font-family: Poppins;
	font-weight: 400;
	font-style: italic;
	font-size: 10px;
	line-height: normal;
}
.st_TopSlider-1 .st_TopSlider_Right .st_TopSlider-Title {
	color: hsl(0, 0%, 100%);
	font-family: Poppins;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
}


/*-_- -_- -_- labtop -_- -_- -_-*/
@media (max-width: 1200px) {
	.st_TopSlider-1 .st_TopSlider {
		position: relative;
	}
	.st_TopSlider-1 .Show-1080 {
		display: none;
	}
	.st_TopSlider-1 {
		display: flex;
		justify-content: center;
		gap: 20px;
	}

}

/*-_- -_- -_- Tablet -_- -_- -_-*/
@media (max-width: 1020px) {
	.st_TopSlider-1 {
		position: relative;
		padding-inline: 24px;
		display: flex;
		justify-content: space-between;
	}
	.st_TopSlider-1 .Show-768 {
		display: none;
	}
}

/*-_- -_- -_- Mobile -_- -_- -_-*/
@media (max-width: 480px) {
	.st_TopSlider-1 {
		position: relative;
		padding-inline: 16px;
	}
	.st_TopSlider-1 .st_TopSlider_Side {
		padding-block: 16.5px;
	}
}


/*-_- -_- -_- Small Mobile -_- -_- -_-*/
@media (max-width: 385px) {
	.st_TopSlider-1 .st_TopSlider-Title {
		font-size: 10px !important;
	}
}

/*-_- -_- -_- Scroll -_- -_- -_-*/
.st_TopSlider-1 .Hide-1024 {
	display: none;
}
@media (max-width: 1023px) {
	.st_TopSlider-1 .Show-1024 {
		display: none;
	}
	.st_TopSlider-1 .Hide-1024 {
		display: flex;
	}
}










/* Announcement Bar 2 */



/*-_- -_- -_- Desktop -_- -_- -_- */
.st_TopSlider-3 ::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}


.st_TopSlider-3 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 34px;
}
/* .st_TopSlider-3::before {
	content: "";
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	left: 50%;
} */

.st_TopSlider-3 {
	height: 48px;
}
.st_TopSlider-3::before {
	background: hsl(0, 0%, 0%);
}
.st_TopSlider-3 .st_TopSlider_Side {
	position: relative;
	width: calc(100% / 3);
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-block: 13.5px;
}
.st_TopSlider-3 .st_TopSlider_Left {
	justify-content: flex-start;
}
.st_TopSlider-3 .st_TopSlider_Mid {
	justify-content: center;
}
.st_TopSlider-3 .st_TopSlider_Right {
	justify-content: flex-end;
}
.st_TopSlider-3 .st_TopSlider-Box {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}
.st_TopSlider-3 .st_TopSlider-Icon-Container {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.st_TopSlider-3 .st_TopSlider-Icon {
	position: relative;
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.st_TopSlider-3 .st_TopSlider-Title {
	position: relative;
	width: max-content;
	display: flex;
	align-items: center;
	gap: 5px;
}
.st_TopSlider-3 .st_TopSlider-Bold {
	font-weight: bold;
}
.st_TopSlider-3 .st_TopSlider-Title-Link {
	display: block;
	cursor: pointer;
	color: hsl(0, 0%, 100%);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.st_TopSlider-3 .st_TopSlider-Scroll-Container {
	position: relative;
	width: 100%;
	height: 100%;
}
.st_TopSlider-3 .st_TopSlider-Scroll {
	position: absolute;
	transform: translate(-50%, calc(-50% + 10px));
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	
}
.st_TopSlider-3 .st_TopSlider-Scroll-Show {
	transform: translate(-50%, -50%) scale(1);
	pointer-events: all;
	opacity: 1;

}
.st_TopSlider-3 .st_TopSlider-Btn {
	cursor: pointer;
	
}
.st_TopSlider-3 .st_TopSlider-Btn:hover {
	scale: 1.1;
}
.st_TopSlider-3 .st_TopSlider-Btn:active {
	scale: 0.9;
	opacity: 0.3;
	transition: none;
}
.st_TopSlider-3 .st_TopSlider-Title {
	color: hsl(0, 0%, 100%);
	font-family: Poppins;
	font-size: 13px;
}

/*-_- -_- -_- labtop -_- -_- -_-*/
@media (max-width: 1110px) {
	.st_TopSlider-3 {
		position: relative;
	}
	.st_TopSlider-3 .Show-1080 {
		display: none;
	}
}

/*-_- -_- -_- Tablet -_- -_- -_-*/
@media (max-width: 768px) {
	.st_TopSlider-3 {
		position: relative;
		padding-inline: 24px;
	}
	.st_TopSlider-3 .Show-768 {
		display: none;
	}
}

/*-_- -_- -_- Mobile -_- -_- -_-*/
@media (max-width: 520px) {
	.st_TopSlider-3 {
		position: relative;
		padding-inline: 16px;
	}
	.st_TopSlider-3 .st_TopSlider_Mid .st_TopSlider-Title {
		width: 100px;
		font-size: 12px;
		text-align: center;
	}
	.st_TopSlider-3 .st_TopSlider_Left {
		padding-block: 16.5px;
	}

	.st_TopSlider-3 .st_TopSlider-Title-Link {
		font-size: 10px;
	}

	.st_TopSlider-3 .st_TopSlider-Title {
		font-size: 10px;
	}
}

/*-_- -_- -_- Scroll -_- -_- -_-*/
.st_TopSlider-3 .Hide-1024 {
	display: none;
}
@media (max-width: 1023px) {
	.st_TopSlider-3 .Show-1024 {
		display: none;
	}
	.st_TopSlider-3 .Hide-1024 {
		display: flex;
	}
}