body.careers{background-image:url("hero-careers.webp");}

.bg-gradient-01{background: linear-gradient(180deg, rgb(14 6 40 / 0%) 0%, rgb(14 6 40 / 97%) 5%,rgb(14 6 40 / 100%) 15%);}
.bg-gradient-02{background: linear-gradient(180deg, rgba(14, 6, 40, 0.8) 7%, rgba(14, 6, 40, 1) 100%);}


.powering-your-passion{margin-bottom:50px;position:relative;overflow:hidden;border-radius:15px;}
.powering-your-passion div:nth-child(2){margin: 2px;position: relative;overflow: hidden;border-radius: 15px;}

.thumb_win{display:inline-block;margin-bottom:30px}
.thumb_win img{border-radius:15px}
 

section.careers-01{padding-top:30px;padding-bottom:30px;}
section.careers-01 p a{color:var(--color-11);font-weight:600;text-decoration:none;} 
section.careers-02{padding-top:30px;padding-bottom:60px;} 

section.careers-stripes{background: linear-gradient(90deg, #0E0628 -11.08%, #5C0F36 67.57%, #0E0628 114.76%);padding:50px 120px;}
section.careers-stripes h2{margin-bottom:0px;}



/*** stats-cms-box ***/
.stats-cms-box{display: block;position: relative;overflow: hidden;}
.stats-cms-box .sc-white{padding:30px;min-height:240px;background:var(--color-12);border-radius:15px;margin: 30px 1px 1px 1px;}
.stats-cms-box .sc-white h3{color:var(--color-11);font-size: var(--rfs-54);font-family: 'Century Schoolbook';font-weight: 400;font-style: italic;}
.stats-cms-box .sc-white p{color:var(--color-01);font-weight: 400;}
.stats-cms-box p{padding-right:10px;}
/*** stats-cms-box ***/

/*** grow-cms-box ***/
.grow-cms-box{/* margin-top: 30px; */height: 100%;/* display: block; *//* position: relative; *//* overflow: hidden; */}
.grow-cms-box .gc-box{padding:30px;height: 100%;background: var(--color-14);border: 1px solid var(--color-01);border-radius:15px;/* margin: 30px 1px 1px 1px; */}
.grow-cms-box .gc-box .icon{height: 100px;padding-bottom: 20px;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;}
.grow-cms-box .gc-box h3{color: var(--color-01);font-size: var(--rfs-24);font-weight: 400;margin-bottom: 20px;}
.grow-cms-box .gc-box p{color:var(--color-01);font-weight: 400;}
/*** stats-cms-box ***/




/* `md` applies to small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px)
{ 
	
	body.careers section.hero-banner{background-image:url("hero-careers.webp");} 
	
	.ln-an.mb-5{margin-bottom:15px !important;}
	.powering-your-passion{margin-bottom:40px;} 
	
	.stats-cms-box .sc-white{padding: 20px;min-height:auto;margin-top: 20px;}
	.stats-cms-box .sc-white p{margin-bottom:0px;}

	.row.mt-5{margin-top:0px !Important;}
	
	.grow-cms-box .gc-box{padding: 20px;height:auto;margin-top: 20px;}
	.grow-cms-box .gc-box .icon{width: 40px;height:auto;padding-bottom: 10px;}
	.grow-cms-box .gc-box h3{font-size:21px;margin-bottom: 10px;}

	.thumb_win{margin-bottom:0px;margin-top:15px;} 
	
	section.careers-stripes{padding: 50px 30px}
	section.careers-stripes h2{margin-bottom:20px;}

	section.careers-01{padding-top: 0px;padding-bottom: 20px;}
	section.careers-01 h4{font-size:18px;}
	section.careers-01 h2,
	section.careers-02 h2{font-size:28px;}
	
	
	
}


/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px)
{ 

}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)
{ 

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px)
{ 


}
 