@font-face {
    font-family: 'Parafina Trial Black L';
    src: url('../fonts/ParafinaTrial-BlackL.woff2') format('woff2'),
        url('../fonts/ParafinaTrial-BlackL.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: 'Outfit', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #032237;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.lpd-hero-06-header{
	background: linear-gradient(180deg, #FFF 0%, #FFDBD4 100%);
}
.lpd-hero-06-header-row{
	display: flex;
	align-items: center;
}
.lpd-hero-06-header-ct-col,
.lpd-hero-06-header-img-col{
	width: 50%;
}
.lpd-hero-06-header-img-col{
	/*background: url(../img/header-hero.jpg) no-repeat center;
	background-size: cover; */
}
.lpd-hero-06-header-img-col img{
	width: 100%;
}
.lpd-hero-06-header-ct-col{
	padding: 80px 20px;
}
.lpd-hero-06-header-ct-inner{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 576px;
	margin-left: auto;
	margin-right: 120px;
}
.lpd-hero-06-header-rate{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.lpd-hero-06-header-heading{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.lpd-hero-06-header-heading h1{
	text-align: center;
font-family: 'Parafina Trial Black L';
font-size: 56px;
font-style: normal;
font-weight: 900;
line-height: 75px; /* 133.929% */
letter-spacing: 4.48px;
text-transform: uppercase;
}
.lpd-hero-06-header-list{
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 384px;
	margin: 0 auto;
}
.lpd-hero-06-header-list-item{
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(34, 34, 34, 0.20);
}
.lpd-hero-06-header-action{
	margin: 15px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.lpd-hero-06-btn-primary{
	border-radius: 100px;
	background: #E57832;
	display: flex;
	padding: 20px 60px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: 'Parafina Trial Black L';
	font-size: 20px;
	font-weight: 900;
	line-height: 20px; /* 100% */
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all .1s ease-in-out .1s;
}
.lpd-hero-06-btn-primary:hover{
	transform: scale(1.1);
}
.lpd-hero-06-header-action p{
	text-align: center;
	letter-spacing: 1.28px;
}

.marquee-text{
	padding: 25px 0;
	background: #032237;
	overflow: hidden;
}
.marquee-wrapper{
    overflow: hidden;
}
.marquee-component{
    position: relative;
}
.marquee-inner-wrapper{
    width: 100vw;
    display: flex;
    align-items: flex-start;   
}
.marquee-inner{
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}
.a-item{
	font-family: 'Parafina Trial Black L';
	margin-right: 50px;
	color: #fff;
	font-weight: 900;
    width: max-content;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 20px;
}
.a-item span{
	color: #F9CEC3;
}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
.lpd-hero-06-header-row{
	flex-direction: column;
}
.lpd-hero-06-header-ct-col,
.lpd-hero-06-header-img-col{
	width: 100%;
}
.lpd-hero-06-header-ct-inner{
	margin: 0 auto;
}
.lpd-hero-06-header-img-col{
	min-height: 550px;
}
}

@media (max-width: 768px){
.lpd-hero-06-btn-primary{
	width: 100%;
	font-size: 18px;
	padding: 20px;
}
}

@media (max-width: 479px){
.lpd-hero-06-header-ct-col{
	padding: 50px 20px;
}
.lpd-hero-06-header-img-col{
	min-height: 390px;
}
.lpd-hero-06-header-heading h1{
	font-size: 28px;
	line-height: 38px;
}
.lpd-hero-06-header-rate{
	font-size: 14px;
	line-height: 24px;
}
.lpd-hero-06-header-rate img{
	height: 15px;
}
}