<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.one_half {
    width: 50%;
}

.one_haf {
    width: 48%;
}


.one_half_1 {
    width: 52%;
}

.one_haf_1 {
    width: 44%;
}


.one_half {
    float: left;
    margin-bottom: 0%;
    margin-right: 2%;
    position: relative;
}


.one_half img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

.one_haf {
    float: left;
    margin-bottom: 0%;
    margin-right: 0%;
    position: relative;
}


.one_haf img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

.one_half_1 {
    float: left;
    margin-bottom: 0%;
    margin-right: 4%;
    position: relative;
}


.one_half_1 img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

.one_haf_1 {
    float: left;
    margin-bottom: 0%;
    margin-right: 0%;
    position: relative;
}


.one_haf_1 img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}


.column-last {
    clear: right;
	margin-bottom: 4%;
    margin-right: 0%!important;
}

.column-last img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

.one {
	width: 100%;
	clear: right;
	margin-left:  0%!important;
	margin-right:0%!important;
	margin-bottom: 2%;
}

.one img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}


.one-80 {
	width: 86%;
	clear: right;
	margin-left:  7%!important;
	margin-right: 7%!important;
	margin-bottom: 0%;
}

.one-80 img {
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
}


.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}



@media only screen and (min-width: 180px) and (max-width: 479px) {
	.one_half,
	.one_haf,
	.one_half_1,
	.one_haf_1
	{
	    width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	    margin-bottom: 6%;
	    margin-right: 0!important;
	}


	
	.one,
	.one_caption {
	    width: 100%;
		margin-bottom: 4%;
		
		margin-left: 0;	
    }

 
}</pre></body></html>