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

.hidden-desktop{
	display: none;
}

/* MARQUEE */
.page_08-marquee{
	padding: 15px 0;
	background: #005A26;
	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{
	margin-right: 100px;
	color: #fff;
	font-weight: 500;
    width: max-content;
    flex-shrink: 0;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
}