<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 117:1 Unexpected "{"

**/
.workplace .grid-col-3{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.page-width .grid-col-2 {
    display: inline-flex;
    gap: 50px;
    margin-top: 4em;
    margin-bottom: 4em;
  
}

.workplace .manage img{
  margin-top:1em;
}
.grey .page-width .grid-col-3{
    display: inline-flex;
    gap: 50px;
}
.page-width .grid-col-2{
  display: inline-flex;
    gap: 50px;
}
.sd-system .header .textcenter,
.sd-system .grey,
.sd-system .img-block{
    padding: 4em 0;
}

.sd-system .img-block .text{
   align-self: center;
  width:50%;
}
/* .sd-system .img-block .text .sub{
  margin-top:3em;
} */
.sd-system .img-block .text .sub li{
  margin-bottom:1em
}
.sd-system .img-block .text .sub li:last-child{
  margin-bottom:0;
}

.sd-system .grey .icon-list li span{
  font-size:5rem;
}
.manage{
  width:30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    text-align: center;
    align-items: center;
    background-color: #eee;
    padding: 3em 2em 0;
    border-radius: 10%;
}
.bord-gr{
  border-bottom: 10px solid #f4f4f4;
}
/* .manage img{
  width:90%
} */
@media (max-width:850px){
  .bord-gr{
    border-bottom: 0px solid #f4f4f4;
  }
  .sd-system .img-block .grid-col li:nth-child(even){
    display: flex;
    flex-direction: column;
    margin-bottom: 4em;
  }
  .sd-system .header .textcenter,
  .sd-system .grey,
  .sd-system .img-block{
      padding: 2em 0;
  }
  .sd-system .page-width ul li,
  .sd-system .grey .icon-list li{
     margin-bottom:2em;
  }
  .sd-system .page-width ul li:last-child,
  .sd-system .grey .icon-list li:last-child{
    margin-bottom:0em;
  }
  .sd-system .page-width{
    padding:1em;
  }
  .sd-system .header .textcenter{
    padding: 2em 0;
  }
}
@media (max-width:720px){
  .sd-system h3{
    font-size: 18px;
  }
  .sd-system .img-block .text .sub li{
    margin-bottom: 1em;
  }
  .sd-system .header .textcenter{
    padding: 1em 0;
  }
   .sd-system .grey .page-width .grid-col-3{
    flex-direction: column;
    gap: 10px;
}
  .sd-system .bord-rt,.workplace .grid-col-2 {
    display: inline-flex;
    gap: 10px;
    flex-direction: column-reverse;
}{
    flex-direction: column;
    gap: 10px;
    
    
  }
  .sd-system .bord-lt{
    gap: 10px;
    flex-direction: column-reverse;
    
  }
  .workplace .grid-col-3 {
    flex-direction: column;
}
.workplace .grid-col-3 .manage ,
  .sd-system .img-block .page-width .grid-col-2 img{
    width:100%;
  }
}</pre></body></html>