<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq-new-module{
  width: 100%;
  float: left;
  padding: 80px 0px 100px;
  background: #ffffff;
  position:relative;
}
.faq-block{position:relative;}
.faq-new-module:before{
  content: '';
  background-image: url(https://www.lairedigital.com/hubfs/FAQ-BG.png);
  height: 100%;
  position: absolute;
  right: 0;
  width: 66%;
  background-repeat: no-repeat;
}
.faq_question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_answer {
  display: none;
}
.toggle {
  width: 24px; 
  height: 24px;
  font-size: 44px;
  font-weight: 900;
  line-height: 0.46;
  color: var(--page-color);
  /*   background-repeat: no-repeat;
  background-position: center; */
}

.toggle:not(.minus) span:last-child{
  display:none;
}

.toggle.minus span:first-child{
  display:none;
}

/* .toggle.plus {
background-image: url('https://www.lairedigital.com/hubfs/faq-plus.png');
}
.toggle.minus {
background-image: url('https://www.lairedigital.com/hubfs/faq-minus.png');} */
.faq-header h5{color: var(--page-color);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;margin-bottom:10px;}
.faq-header h1{
  font-family: 'Monument',sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37.5px;
  letter-spacing: 0.02em;
  text-align: left;
  color:#000000;
  padding: 0px 0px 25px;
  position:relative;
  margin-bottom: 5px;
}
.faq{margin-top: 40px;}
.faq-header h1:after{
  content: ' ';
  top: auto;
  bottom: 0;
  left: 0px;
  background: var(--page-color);
  width: 162px;
  height: 2px;
  position: absolute;
  margin-bottom: 5px;}
.faq_item{
  background: #fff;
  box-shadow: 2px 2px 10px 0 #00000026;
  padding: 20px 30px;
  margin-bottom: 25px;position:relative;}
.faq_item.active{
  border-left:10px solid var(--page-color);
  padding: 30px;
  transition: all 0.3s ease;
}
.faq_item h4{
  /* font-family: Montserrat; */
  font-size: 22px;
  font-weight: 700;
  color:#3D3642;
  line-height: 27.5px;
  letter-spacing: 0.02em;
  text-align: left;
  width:95%;
}
.faq_item .faq_answer p {
  /* font-family: Montserrat;
  font-size: 16px !important; */
  font-weight: 500;
  /* line-height: 1.75;
  letter-spacing: 0.02em; */
  text-align: left;
  padding-top: 20px;
}
.faq_item .faq_answer ul{padding-left:22px}
.faq_item .faq_answer ul li{
  /*     font-size: 16px !important;
  font-family: Montserrat;
  line-height: 28px; */
  position: relative;
  list-style: disc;
  padding-bottom: 10px;
}
/* .faq-new-module [data-aos=fade-right] {
transform: translate3d(-100px, 0, 0) !important;
} */
@media screen and (max-width: 768px){
  .faq_item h4{
    font-size:18px !Important;
    width: 92%;
    line-height: 24.5px;
  }
  .faq_item, .faq_item.active {
    padding: 20px;
  }
  .faq-header h1{
    font-size: 24px;
  }</pre></body></html>