<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero{
  background-image: url("/wp-content/themes/eemo/img/use_hero.jpg");
}

.roundFigure {
 height:60px;
 width:60px;
 border-radius:50%;
 border: solid 2px #0c76bc;
 line-height:50px;
 text-align:center;
}

.roundFigure span{
  width: 14px;
  height: 26px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  color: #0c76bc;
}

.use__step{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:center;
  padding-top:50px;
  padding-bottom:50px;
}

.use__cell{
  width:42%;
}

.use__cell li{
  display: inline-block;
  margin-right:30px;
  vertical-align: middle;
}

.use__cell__title{
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #0c76bc;
}

.use__cell__body{
  margin-left:67px;
}

.use__cell__body__right{
  margin-right:67px;
}

.use__cell__textbody{
  /*width:90%;*/
  margin-top:30px;
  margin-bottom:26px;
  margin-right:auto;
  margin-left:0;
}

.use__cell__text{
  /*font-size: 16px;
  /*font-weight: 500;*/
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;*/
}

.use__img-wrapper{
  text-align:center;
}

.use__img{
  width: 100%x;
  object-fit: contain;
}

.use__hr {
    margin-top: 80px;
    margin-bottom: 22.5px;
}

.use__movSection{
  margin-top: 60px;
  text-align: center;
}

.use__mov{
  width: 600px;
  max-width: 90%;
  margin: 20px auto;
  border: 1px solid #0c76bc;
  border-radius: 20px;
  overflow: hidden;
}

.use__mov a,.use__mov img{
  display: block;
}

.use__step1Section{
  margin-top: 70px;
}

.use__step1Section .content{
  border-top:  1px solid #ddd;
    padding-top: 10px;
}

.use__step2Section{

}

.use__step1__btn-wrapper{
  margin-left: auto;
  margin-right:auto;
}

.use__step2__btn-wrapper{
  margin-top:41px;
  margin-left: auto;
  margin-right:auto;
}

.use__step3Section{

}

.use__step3__btn-wrapper{
  margin-top:41px;
  margin-left: auto;
  margin-right:auto;
}
.use__step4Section{

}

.use__step4__btn-wrapper{
  margin-top:41px;
  margin-left: auto;
  margin-right:auto;
}

.use__footer-step{
  margin-top: 40px;
  margin-bottom: 40px;
}

/*Mobile*/
@media screen and (max-width: 560px) {
	.roundFigure {
	 height:40px;
	 width:40px;
	 line-height:33px;
	 text-align:center;
	}

	.roundFigure span{
	  width: 10px;
	  height: 18px;
	  font-size: 18px;
	}


  .use__cell{
  	width:100%;
  }

  .use__cell__body{
    margin-left:0;
  }
  .use__cell__body__right{
    margin-right:0;
  }

  .use__cell__title{
    font-size: 20px;
  }

  .use__cell__text{
    font-size: 14px;
  }

  .use__img-wrapper{
	margin-top:30px;
  }

  .use__cell{
	text-align:center;
  }

  .use__cell li{
    margin-right:20px;
  }
  .use__step {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .use__step1Section{
    margin-top: 0px;
  }

  .use__step2__btn-wrapper{
    margin-top:21px;
  }

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