<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  max-width: 1000px;
  font-size: 48px;
  margin-bottom: 40px;
}

h2+h3 {
  margin-top: 30px;
}

.act-btn,
.cta-btn {
  padding: 12px 30px;
}

a.zwc-btn-clr {
  background: var(--zqe-link-clr);
  color: #fff;
  display: inline-block;
  font-family: var(--primaryfont-semibold);
  border-radius: 3px;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer
}

.pagewrapper .content-wrap {
  max-width: 1170px;
  padding: 90px 0
}

.zwc-ts-breadcrumb {
  position: relative;
  z-index: 2
}

.pagewrapper .zwc-ts-breadcrumb .content-wrap {
  padding: 30px 0 0;
  max-width: 1280px
}

.zwc-ts-breadcrumb .flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: left
}

.zwc-ts-breadcrumb li {
  font-size: 15px;
  line-height: 1.6;
  padding-right: 20px;
  position: relative
}

.zwc-ts-breadcrumb li a {
  cursor: pointer;
  color: var(--zqe-link-clr);
  font-family: var(--zf-secondary-medium)
}

.zwc-ts-breadcrumb li a:hover {
  border-bottom: 1px solid var(--zqe-link-clr)
}

.zwc-ts-breadcrumb li a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg)
}

.zwc-ts-breadcrumb li a:hover:after {
  border-top: 1px solid var(--zqe-link-clr);
  border-right: 1px solid var(--zqe-link-clr)
}

.tooltip {
  position: relative;
  transition: color linear 150ms;
  box-sizing: content-box;
  border-top: 5px solid transparent
}

.tooltip:focus-visible {
  color: #000
}

.tooltip:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 1px
}

.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus-visible::before,
.tooltip:focus-visible::after {
  opacity: 1;
  visibility: visible
}

.tooltip::before,
.tooltip::after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 150ms, opacity 150ms linear
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313131;
  left: 50%;
  top: 0;
  transform: translateY(-100%) translateX(-50%)
}

.tooltip::after {
  content: attr(data-content);
  font-size: 14px;
  border-radius: 6px;
  color: #fff;
  font-style: normal;
  background: #313131;
  padding: 12px;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 50%;
  transform: translateY(-110%) translateX(-50%)
}


.zw-product-rpa .zwc-blg-header {
  background: linear-gradient(#f5f5f5 100%, #fff 0%);
}

.zwc-blg-header.zwc-image-present {
  background: linear-gradient(#f5f5f5 75%, #fff 20%);
}

.zw-product-header,
.zwc-blg-header,
.zwc-ts-breadcrumb {
  background: var(--zqe-light-green-bg)
}


.zw-product-rpa .zwc-blg-header h1 {
  padding-bottom: 60px;
}

.zwc-blg-header.zwc-image-present h1 {
  padding-bottom: 25px;
}

.zwc-blg-header {
  text-align: center;
}

.zwc-blg-header h1 {
  margin: 0px auto 20px;
}

.zwc-blg-header p {
  max-width: 800px;
  margin: 0px auto 30px;
}

.zwc-blg-mainwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7%;
}

.zwc-blg-mainwrap .zwc-blg-post-topics {
  width: 28%;
}

.zwc-blg-mainwrap .zwc-blg-parent {
  width: 65%;
}

.zwc-blg-mainwrap .zwc-blg-topics-list {
  position: sticky;
  top: 100px;
  height: 90vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #999 #eee;
}

.zwc-blg-mainwrap .zwc-blg-topics-list::-webkit-scrollbar {
  width: 10px;
}

.zwc-blg-mainwrap .zwc-blg-topics-list::-webkit-scrollbar-track {
  background: #eee;
}

.zwc-blg-mainwrap .zwc-blg-topics-list::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 2px solid #eee;
}

.zwc-blg-mainwrap .zwc-blg-topics-list::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

.zwc-blg-mainwrap .zwc-blg-table {
  overflow-x: auto;
}

.zwc-blg-mainwrap .zwc-blg-topics-list ul {
  border-left: 1px solid #e1e1e1;
  padding-left: 30px;
  padding-right: 20px
}

.zwc-blg-mainwrap .zwc-blg-topics-list ul li {
  margin-bottom: 15px;
  cursor: pointer;
  padding: 6px 0;
  position: relative;
  font-size: 15px
}

.zwc-blg-mainwrap .zwc-blg-topics-list ul li span {
  display: inline-block;
}

.zwc-blg-mainwrap .zwc-blg-topics-list ul li.active {
  color: var(--zqe-green-bg);
  font-family: var(--zf-secondary-semibold)
}

.zwc-blg-mainwrap .zwc-blg-topics-list ul li.active::before {
  content: '';
  background: var(--zqe-green-bg);
  border-radius: 10px;
  height: 110%;
  width: 5px;
  position: absolute;
  left: -33px;
  top: 0;
  bottom: 0;
  margin: auto
}

.zwc-blg-parent section {
  max-width: 1000px;
  margin: auto
}

.zwc-blg-parent section.zwcbg-top-banner {
  padding: 80px 0 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px
}

.zwc-blg-parent .zwc-blg-addons-sec {
  max-width: 1280px;
  margin: 80px auto 0;
  border-top: 1px solid #e2e2e2;
  padding: 70px 0 0;
  display: none
}

.zwc-blg-parent .zwc-blg-addons-sec h3 {
  margin: 0 auto;
  text-align: center
}

.zwc-blg-parent .zwc-blg-related-sec {
  display: grid;
  gap: 30px;
  padding: 40px 0 0;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr))
}

.zwcbg-sub-sec-part:not(:last-child) {
  padding-bottom: 25px;
}

.zwcbg-sub-sec-part p img {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin-top: 10px;
}

.zwcbg-sub-sec-part ul {
  list-style: initial;
  margin: revert;
  padding: 0 0 0 20px
}

.zwcbg-sub-sec-part ol {
  list-style: auto;
  margin: revert;
  padding: 0 0 0 30px
}

.zwcbg-sub-sec-part strong,
.zwcbg-sub-sec-part li span {
  font-family: var(--primaryfont-semibold);
}

.zwcbg-sub-sec-part ul&gt;li&gt;ul,
.zwcbg-sub-sec-part ul&gt;li&gt;ol,
.zwcbg-sub-sec-part ol&gt;li&gt;ul,
.zwcbg-sub-sec-part ol&gt;li&gt;ol {
  margin-top: 20px;
}

.zwcbg-sub-sec-part ul&gt;li p+p,
.zwcbg-sub-sec-part ol&gt;li p+p {
  margin: 20px 0
}

.zwcbg-sub-sec-part ul&gt;li,
.zwcbg-sub-sec-part ol&gt;li {
  margin: 0 0 20px;
  font-size: 17px
}

.zwcbg-sub-sec-part ul&gt;li:last-child,
.zwcbg-sub-sec-part ol&gt;li:last-child {
  margin: 0
}

.zwcbg-sub-sec-part .zwc-img-box {
  text-align: center;
  background: #fff;
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.zwcbg-sub-sec-part .zwc-img-box p img {
  border: unset;
  border-radius: unset;
  margin-top: unset;
}

.zwcbg-sub-sec-part .zwc-table-wrap {
  overflow: scroll;
  width: 100%
}

.zwcbg-sub-sec-part table {
  text-align: center;
  width: 100%
}

.zwcbg-sub-sec-part table,
.zwcbg-sub-sec-part table th,
.zwcbg-sub-sec-part table td {
  border: 1px solid;
  padding: 10px;
  margin: 20px 0 30px;
  line-height: 1.2
}

.zwcbg-sub-sec-part table th {
  font-family: var(--primaryfont-semibold)
}

.zwcbg-sub-sec-part table td {
  vertical-align: middle
}

.zwc-blg-related-sec .zwc-bl-rel-page {
  padding: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 8px
}

.zwc-blg-sec-banner {
  background: var(--zqe-green-bg);
  color: #fff;
  padding: 6%;
  border-radius: 9px;
  margin: 40px 0px;
  text-align: center;
}

.zwc-blg-sec-banner .cta-btn {
  margin-top: 12px;
  background: #FFF;
  color: #000;
}

.zwc-blg-footer-sec {
  max-width: 1000px;
  margin: 60px auto 0px;
  background: var(--zqe-dark-green-bg);
  color: #fff;
  padding: 60px;
  text-align: center
}

.zwc-blg-footer-sec h2 {
  margin-bottom: 25px
}

.zwc-blg-footer-sec p {
  max-width: 600px;
  margin: 0 auto 20px
}

@media(min-width: 1599px) {
  h1 {
    font-size: 52px
  }
}

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 32px
  }

  .zwc-blg-parent .zwc-blg-related-sec {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr))
  }
}

@media screen and (max-width: 992px) {

  .zwc-blg-mainwrap .zwc-blg-post-topics,
  .zwc-blg-mainwrap .zwc-blg-parent {
    width: 100%;
  }

  .zwc-blg-mainwrap .zwc-blg-post-topics {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pagewrapper .content-wrap {
    padding: 60px 0
  }

  .zwc-blg-header {
    text-align: unset;
  }

  .zwcbg-sub-sec-part ul&gt;li,
  .zwcbg-sub-sec-part ol&gt;li {
    font-size: 17px
  }

  .zwc-blg-footer-sec {
    padding: 30px 20px;
  }
}</pre></body></html>