<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.terms_container{
width:100%;
margin:0 auto;
padding:0;
box-sizing:border-box;
}

.terms_container &gt; h2{
text-align:center;
font-size:16px;
font-weight:bold;
color:#565656;
}

.terms_container &gt; ul{
list-style:none;
max-width:768px;
margin:0 auto;
padding:0 20px;
}

.terms_container &gt; ul &gt; li &gt; h3{
margin:20px 0 4px 0;
font-size:14px;
line-height:1.4em;
}

.terms_container &gt; ul &gt; li &gt; ol{
list-style-type: none;
padding:0 0 0 .5em; 
box-sizing:border-box;
}

.terms_container &gt; ul &gt; li &gt; ol &gt; li{
margin-bottom:8px;
font-size:12px;
line-height:1.4em;
}

.terms_container &gt; ul &gt; li &gt; ol &gt; li.indent{
padding-left:1em;
}

.terms_container &gt; ul &gt; li &gt; p{
font-size:12px;
line-height:1.4em;
}


.terms_summary{
padding:24px 20px;
background:#efefef;
border-radius:4px;
box-sizing:borderobx;
}

.terms_summary &gt; div{
max-width:768px;
margin:0 auto;
font-weight:bold;
box-sizing:borderobx;
}

.terms_summary &gt; div &gt; ul{
list-style:none;
margin:20px 0 0 0;
padding-left:12px;
box-sizing:borderobx;
}

.terms_summary &gt; div &gt; ul &gt; li{
margin-bottom:8px;
font-size:13px;
font-weight:bold;
line-height:1.4em;
color:#565656;
}

.terms_summary &gt; div &gt; ul &gt; li:last-child{
margin-bottom:0;
}
</pre></body></html>