<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heading-icon{display:none!important;}

.heading .description{line-height:28px }
.Speaker .heading {
  display: flex;
  align-items: center;
  text-align:left
}
.Speaker .custom-button .button {

  display: inline-flex;
  align-items:baseline
}
.Speaker .button svg{width:17px; height:17px;display:block;margin-right:5px}
.Speaker .speaker-client-img {
  position: relative;
  margin: 0 auto;
  width:100%;
  height:100%;
}
.Speaker .speaker-client-img  img{
  position:relative;
  width: 100%;
  display:block;
  height: 100%;
  object-fit:cover;
}
.Speaker .speaker-clients:hover .img-overlya-color {
  opacity:1
}
.Speaker .img-overlya-color{
  content:'';
  position:absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  background:var(--img-overlay);
  z-index:1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #fff;
  z-index:1;
  opacity:0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}
.speaker-icon ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;justify-content:center}
.speaker-icon ul li{margin-right: 15px;}
.speaker-icon ul li:last-child{margin-right: 0px;}
.speaker-icon svg{width:15px; height:15px;display:block; }


.speaker-clients-box{display:flex; margin-top:30px}
.speaker-clients {
  flex: 0 0 25%;
  margin-bottom: 30px;
  padding: 14px;
  text-align: center;
}

@media(max-width:1074px){
    .speaker-clients-box{  flex-wrap: wrap;}
}
@media(max-width:1074px){
  .speaker-clients{flex: 0 0 50%;}
}
@media(max-width:767px){
  .speaker-clients{flex: 0 0 100%;}
}
@media only screen and (max-width: 425px) {
  .heading {
    width: 100% !important;
  }}
</pre></body></html>