<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --meap-green: #009442;
    --meap-yellow: #FFF67B;
    --meap-light-green: #EDFBF4;
}
/******** FAQ **********/
  .faq h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .faq h2:before {
    display: block;
    content: "";
    background: url(https://www.manageengine.com/appcreator/images/faq-img.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;    margin: auto;

  }
  
  .faq-wrap {
    max-width: 980px;
    margin: auto;
  }
  
  .faq-item {
    border: 1px solid #d3d3d3;
    max-width: 900px;
    margin: 0 auto 30px;
    border-radius: 4px;
  }
  .faq-item.active {
    border: 1px solid var(--meap-green);
  }
  
  .faq-item:first-child .faq-ans {
    display: block;
  }
  
  .faq-ans {
    display: none;
    padding-bottom: 10px;
    padding: 0px 30px;
  }
  
  .faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 40px 20px 30px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000;
  }
  
  .faq-item h4:hover {
    color: #555;
  }
  
  .faq-item h4:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 25px;
    width: 8px;
    border-left: 2px solid #000;
    height: 8px;
    border-bottom: 2px solid #000;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
  }
  .faq-item.active h4 {
    color: var(--meap-green);
  }
  
  .faq-item.active h4::before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    border-bottom: 2px solid var(--meap-green);
    border-left: 2px solid var(--meap-green);
  }
  .faq-item li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .faq-item li:after {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    left: 0;
    background: #000;
    border-radius: 100%;
    top: 9px;
    z-index: 1;    
  }
  .faq-item ul.zb-no-blts li:after{
      display: none;
  }
/******** FAQ  end **********/
/*************** Popup and Video Modal ***************/

.zc-video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 9999;
    display: none;
    padding: 20px 0;
}
.zc-video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 20px
}
a.zc-video-close::before {
    content: 'x';
    color: #000;
    font-size: 40px;
    display: block;
}

a.zc-video-close:before, a.zc-video-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 1px;
  background-color: #000;
}
a.zc-video-close:before {
  transform: rotate(45deg);
}
a.zc-video-close:after {
  transform: rotate(-45deg);
}
.zc-video-modalInner {
    max-width: 70%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto
}
.zc-video-container {
    display: table-cell;
    vertical-align: middle
}
.zc-video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}
.zc-video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.z-video-wrap .z-popup-content {
    padding: 0;
    box-shadow: none;
    max-width: 67%
}

.z-popup-overlay,
.z-pouup-wrap,
.z-pouup-wrap-inner {
    top: 0;
    left: 0;
}

.z-popup-overlay,
.z-pouup-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    z-index: 1000
}

.z-pouup-wrap {
    display: none
}

.z-pouup-wrap-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 30px;
}

.z-pouup-wrap-inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px
}

.z-popup-content-inner .popup-data {
    display: block
}

.z-popup-overlay {
    background: #fff;
    background: rgba(255, 255, 255, 1);
    cursor: pointer
}

.z-popup-content-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%
}

.z-popup-content {
    margin: 0 auto;
    max-width: 750px;
    background: #fff;
    z-index: 1001;
    position: relative;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 50px
}


.popup-close {
    cursor: pointer;
    height: 65px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 65px
}

.popup-data {
    display: none
}
    /*** popup ****/
    .popup-close {
        right: 0;
        top: 50px
    }

/*************** Video Modal Ends***************/
/*************** Zvim Popup with Share Starts ******************/
body.vimactive {
    overflow: hidden;
}
.zvim-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 999999;
    display: none;
    padding: 20px 0;
}
.zvim-popup-share-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 17;
    background-position: center center;
    background-size: cover;
    text-align: center;
    visibility : hidden;
}
.zvim-popup-share-overlay-wrapper.active {
    visibility : visible;
}
.zvim-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(20,21,22,.3)),to(#141516));
    background-image: -o-linear-gradient(top,rgba(20,21,22,.3),#141516);
    background-image: linear-gradient(to bottom,rgba(20,21,22,.3),#141516);
    opacity: 0;
    transition: opacity 300ms;
}
.zvim-popup-share-overlay-wrapper.active .zvim-overlay-bg {
    opacity: 1;
}
.zvim-popup-share-overlay-cell {
    position: absolute;
    top: 70px;
    right: 25px;
}
.zvim-popup-share-section {
    position: relative;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    transform: translate(0px, -12px);
    opacity: 0;
    transition: all .4s;
}
.zvim-popup-share-overlay-wrapper.active .zvim-popup-share-section {
    transform: translate(0px, 0px);
    opacity: 1;
}
.zvim-popup-share-section::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.zvim-popup-share-section ul.zvim-share-list
{
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.zvim-popup-share-section ul.zvim-share-list li
{
    display: inline-block;
    width: 44px;
    height: 40px;
    background-color: #fff;
    float: left;
    position: relative;
}
.zvim-popup-share-section ul.zvim-share-list li:after {
    content: "";
    width: 1px;
    height: 22px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 8px;
}
.zvim-popup-share-section ul.zvim-share-list li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.zvim-popup-share-section ul.zvim-share-list li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.zvim-popup-share-section ul.zvim-share-list li:last-child:after {
    width: 0px;
}
.zvim-popup-share-section ul.zvim-share-list li a
{
    display: inline-block;
    font-size: 16px;
    padding: 10px 0px;
}
.zvim-popup-share-section ul.zvim-share-list li svg {
    width: 20px;
    height: 20px;
}
.zvim-share-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px;  
    z-index: 12;
    opacity: 0;
    transition: opacity .3s;
    visibility: visible;
}
.zc-video-modalInner:hover .zvim-share-icon {
    opacity: 1;
}
.zvim-share-icon.hidden {
    visibility: hidden;
}
.zvim-share-icon .zvim-share-button {
    width: 35px;
    height: 35px;
    background: rgba(30,30,30,.7);
    border-radius: 5px;
    transition: all 300ms;
}
.zvim-share-icon svg.share-icon{
    width: 21px;
    height: 21px;
    margin: 6px 7px;
    cursor: pointer;
    color: #fff;
}
.zvim-share-icon svg.share-icon .fill {
    fill: #fff;
}
.zvim-share-close {
    position: absolute;
    top: 20px;
    right: 25px;
    opacity: 0;
    font-size: 14px;
    cursor: pointer;
    transition: all 300ms;
}
.zvim-share-close .icon-close-new {
    width: 14px;
    height: 14px;
    padding: 11px;
    border-radius: 5px;
    font-size: 12px;
    background: rgba(30,30,30,.5);
}
.zvim-share-close .icon-close-new .fill {
    fill: #fff;
}
.zvim-popup-share-overlay-wrapper.active .zvim-share-close {
    opacity: 1;
}
.zvim-video-close{
    display: block;
    position: relative;
}
.zvim-video-close .icon-close-new {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 20px;
    height: 20px;
}
.zvim-video-close .icon-close-new .fill {
    fill: #646464;
}
.zce-video-frame {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.zce-video-frame iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*************** Zvim Popup with Share Ends ******************/</pre></body></html>