<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.card{
    border: 1px solid #d9d9d9;
    display: flex;
    margin-bottom: 16px;
    padding: 24px;
    align-items: center;
    justify-content: center;
  text-decoration:none;
}
.card:hover{
  opacity:0.8;
  text-decoration:none;
  background-color:rgb(217 217 217 / 48%);
}
.card &gt; div{
  /*display:inline-block;*/
}
.card &gt; div p{
  margin: 0;
  font-size: 20px;
  
  font-weight:inherit;
}
.card-img{
  /*width: 25%;*/
}
.card-text{
    /*width: 60%;*/
    position: relative;
    /*top: -16px;*/
    left: 20px;
}
.card-text p:first-child{
  color:#000;
  font-family:'Gotham-HTF-C',Montserrat,Verdana,serif !important;
}
.card-text span{
    position: relative;
    top: 8px;
}
.card-text p{
  font-family:'Gotham-HTF-B',Montserrat,Verdana,serif !important;
  font-size: 16px;
  color:#00B4AD;
}
.card-lg{
  display:block;
  padding: 24px;
  border: 1px solid #d9d9d9;
   border: 1px solid #d9d9d9;
}
.card-lg &gt; div{
  display:block;
   margin:0 auto;
  text-align:center;
  padding-bottom: 8px;
 
}
.card-lg-img{}
.card-lg-text{
  text-align:center;
}
.card-lg-text p{
  width:80%;
  margin:0 auto;
}
.card-lg-text h4{
  font-family:'Gotham-HTF-C',Montserrat,Verdana,serif !important;
  font-size:36px;
  color: #000000;
}
.card-lg-button{
  padding-top: 24px;
  margin:0 auto;
  font-weight: normal !important;
}
.card-lg-button a{
    padding: 12px 24px;
    border: 2px solid #0055B8;
    border-radius: 24px;
    color: #0055B8;
    font-family:'Gotham-HTF-C',Montserrat,Verdana,serif !important;
    font-weight: inherit !important;
}
.card-lg-button a:hover{
  text-decoration: none;
  background-color:#0055B8;
  color:#fff;
}
/*securities and crypto*/
.btn_apply,.btn_admit,.btn_custody,.btn_news,.btn_finproms{
 font-family:'Gotham-HTF-C',Montserrat,Verdana,serif !important;
 font-weight: inherit;
}
.btn_apply:hover, .btn_admit:hover,.btn_custody:hover,.btn_news:hover,.btn_finproms:hover{
  opacity: 0.5;
  text-decoration:none;
  
}
.btn_finproms:active, .btn_finproms:visited, .btn_finproms:focus{
  text-decoration:none;
}
  
.btn_apply span, .btn_admit span, .btn_custody span ,.btn_news span,.btn_finproms span{
    position: relative;
    top: 10px;
}
.btn_apply{
   color: #00B4AD;
}
/*admit*/
.btn_admit{
   color: #512873;
}

/*custody*/
.btn_custody{
  color: #d31566;
}

/*news*/
.btn_news{
  color: #0070b8;
}

/*finproms*/
.btn_finproms{
  color: #13103e;
}
/*Breadcrumbs*/
#hs_cos_wrapper_widget_1689679833145 &gt; a,
#hs_cos_wrapper_widget_1689680940761 &gt; a
{
  font-family:Montserrat,Verdana,serif !important;
  font-size:14px;
  font-weight:bold;
}

/*#hs_cos_wrapper_module_168260126680510_ &gt; h5{
  width:50% !important;
}*/
/* trade */
/* .dnd_area-row-1-padding{
padding-bottom: 270px !important;
} */

/* media query about us */

@media only screen and (max-width: 1125px) {
  /*#hs_cos_wrapper_module_168260126680510_ &gt; h5{
    width:auto !important;
  }*/
#hs_cos_wrapper_widget_1683793511357_{
    width: 250px;
    display: flex;
  }
  
.cell_1683788492324-background-image{
/*background-image:none!important;
background-color: #13103e;*/
  object-fit:contain;
}
    
    #hs_cos_wrapper_widget_1683788129729{
display:none;
}

 /* media query admit page */
#hs_cos_wrapper_module_168260126680510{
    padding-right: 56px !important;
  }
 /* media query trade page */  
.card-lg-text h4{
    font-size: 28px;
  }
  .card-lg{
  margin-bottom:24px;
  }
}


}
@media only screen and (max-width: 768px) {
  .card &gt; div p{
    white-space: nowrap;
    font-size: 16px;
    font-weight:bold;
  }
}</pre></body></html>