<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer_mobile {
	background-color: #000;
}
.dc-new {
	margin-auto;
}

.dc-new img {
	width:150px;
	height:auto;
}

.footer-2cols {
	border-top: solid 1px #353535;
	border-bottom: solid 1px #353535;
}


.footer-2cols .toph {
	color: #FFF !important;
	
	/* Type specimen Text sm - semibold */
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: auto; /* 142.857% */
}


.footer-2cols .fl {
color: #8B8B8B;

/* Type specimen Text sm - medium */
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 142.857% */
display:block;
text-align: left;
}

.footer-2cols .left-col {
	padding-top:30px;
padding-bottom:30px;
	
}

.footer-2cols  .right-col {
	border-left: solid 1px #353535;
	padding-top:30px;
	padding-bottom:30px;
}

.footer-2cols-flex {
display: flex;
align-items: flex-start;
gap: 16px;
width: 95%;
margin: 30px auto;
}
.footer-2cols-flex .flex-radius {
display: flex;
width: 167px;
padding: 12px 14px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 16px;
border-radius: 12px;
border: 1px solid #44773D;
background: #000;
}

.footer-2cols-flex .flex-radius .flex-content {
	color: #E7E8EA;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 150% */
	text-decoration-line: underline;
	align-self: stretch;
	
	margin-top:10px;
}


.smoothed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}</pre></body></html>