<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zwrappper *,
.zwrappper *::before,
.zwrappper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.act-btn.cta-btn {
    padding: 12px 20px;
}
.zheader span {
    font-weight: 600;
}
h1 {
  font-size: 55px;
  font-family: var(--zf-primary-extrabold);

  max-width: 682px;
}

h2 {
  font-size: 40px;
  font-family: var(--primaryfont-bold);
}
h3 {
  font-family: var(--primaryfont-bold);
  font-size: 24px;
}

p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.zmain-container {
  padding-top: 80px;
}

header {
  background-color: #fdf6eb;
}

.zheader {
  background-color: #fdf6eb;
  padding: 80px 0;
}

.zheader .zflex .zflex-left {
  max-width: 682px;
}

.zheader .zflex .zflex-right {
  padding-left: 50px;
}

.zflex {
  display: flex;
}

.zflex.zflex-wrap .zflex-left {
  width: 220px;
}

.zflex.zflex-wrap .zflex-right {
  width: calc(100% - 300px);
}

.zflex.zflex-wrap {
  justify-content: space-between;
}

.zinner-tab &gt; h4 {
  font-size: 16px;
  font-family: var(--zf-primary-bold);
  padding: 8px 30px;
  background-color: #ffebcb;
  border: 1px solid #ffebcb;
  color: #000;
  border-radius: 40px;
  display: inline-block;
}

.zinner-tab h2 {
  max-width: 640px;
  line-height: 50px;
}

.zinner-tab {
  display: inline-block;
  width: 100%;
}

div#why-clm {
  background: #e2faf0;
  padding: 60px;
  margin: 80px 0;
}

div#why-clm h4 {
  /* color: #18ba5d; */
  /* background-color: #d8ffef; */
  /* border-color: #18ba5d; */
}

#bclm h4 {
  color: #fa2;
  background-color: #fff6e8;
  border-color: #fa2;
}

div#bclm h2 {
  max-width: 800px;
  margin-bottom: 40px;
}

.zfeatures-image-right {
  margin: 60px 0;
}

.zfeatures-image-right .zflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.zfeatures-image-right .zflex .zflex-image {
  max-width: 740px;
  width: 55%;
}

.zfeatures-image-right .zflex &gt; div {
  width: 40%;
}

.zfeatures-image-bottom {
  text-align: center;
  margin: 80px 0;
}

.zfeatures-image-bottom .zflex &gt; div {
  width: 100%;
}

.zfeatures-image-bottom .zflex {
  flex-wrap: wrap;
  text-align: center;
}

.zfeatures-image-bottom .zflex p {
  max-width: 800px;
  margin: 0 auto 30px;
}

.zfeatures-image-bottom.zmob-img .zflex-image {
  max-width: 440px;
  margin: 0 auto;
}

.zfeatures-image-bottom.zmob-img .zflex-image {
  max-width: 440px;
  margin: 0 auto;
}

div#buy-sell {
  background: #fff4f8;
  padding: 70px;
}

.zfeatures-image-bottom.zmob-img {
  margin-bottom: -10px;
}
div#why-clm h2{max-width: 830px;}

.zinner-tab {
  display: inline-block;
  width: 100%;
}

.zfeatures-image-bottom.zmob-img {
  margin-bottom: -10px;
}

div#buy-sell h2 {
  max-width: 680px;
  margin-bottom: 30px;
}

div#buy-sell .zflex &gt; div {
  background: #fff;
  width: 48%;
  padding: 33px;
}

div#buy-sell .zflex {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

div#clm-implement h4 {
  /* color: #ac51fd; */
  /* background: #f7efff; */
  /* border-color: #ac51fd; */
}

div#why-clm,
div#clm-implement {
  margin: 80px 0;
}

div#clm-implement h2 {
  max-width: 800px;
}

.zfooter-wrap {
  background: #1a212f;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.zfooter-wrap .content-wrap {
  max-width: 730px;
}

ul.zside-menu {
  position: sticky;
  top: 80px;
  margin-bottom: 80px;
}

.zside-menu a {
  color: #000;
}

.zside-menu li {
  line-height: 36px;
}

#clm-implement ul {
  margin-bottom: 40px;
}

#clm-implement ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

#clm-implement ul li:before {
  content: "";
  background: url(/sites/zweb/images/commonroot/check-mark.png);
  background-size: 17px;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
}

.zgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.zgrid h3 {
  font-size: 20px;
  font-family: var(--secondaryfont-bold);
}
.zgrid &gt; div {
  padding: 30px;
  background: #fafafa;
}

.zside-menu li.active {
  position: relative;
}

.zside-menu li.active a:before {
  content: "";
  position: absolute;
  left: -20px;
  height: 100%;
  width: 4px;
  background: #2680eb;
  top: 0;
}

.zside-menu li.active a {
  position: relative;
  font-family: var(--primaryfont-bold);
}

.watch_cta {
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 35px;
  border-radius: 0;
  margin-left: 20px;
  color: #fff;
}

.faq {
  padding: 80px 0 60px;
  background: #f4f7ff;
}

.faq h2 {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 40px;
}

.faq-section {
  padding: 40px 0 20px;
}

.faq-section h2 {
  text-align: center;
}

.faq-accordian {
  max-width: 900px;
  margin: 60px auto 0;
  min-height: 460px;
}

.faq-accordian h4 {
  position: relative;
  color: #000;
  margin: 0;
  padding-right: 30px;
  font-size: 20px;
  margin-left: 41px;
}

.faq-accordian h4:before {
  border: 1px solid #ddd;
  content: "";
  position: absolute;
  left: -50px;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100px;
}

.faq-accordian h4:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -1px;
  left: 0;
  font-size: 29px;
  line-height: 28px;
  left: -43px;
}

.faq-accordian h4.active:after {
  content: "-";
  top: -2px;
  left: -40px;
}

.faq-accordian div {
  margin: 0;
  padding: 10px 30px 0 0;
  display: none;
}

.faq-accordian div.active {
  display: block;
}

.faq-accordian div p {
  max-width: 670px;
  width: 100%;
  padding: 0 5%;
  margin: 0;
}

.faq-accordian li {
  border-top: 1px solid #ccc;
  list-style: none;
  padding: 20px 20px;
  cursor: pointer;
}
#buy-sell .zflex p {
  position: relative;
  padding-left: 20px;
}

#buy-sell .zflex p:before {
  position: absolute;
  content: "";
  background: #d43ea0;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

@media only screen and (max-width: 1170px) {
  .zgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .zfeatures-image-right .zflex {
    text-align: center;
  }

  .zfeatures-image-right .zflex .zflex-image {
    width: 100%;
    margin: 0 auto;
  }

  .zfeatures-image-right .zflex p {
    max-width: 800px;
    margin: 0 auto 30px;
  }

  .zfeatures-image-right .zflex &gt; div {
    width: 100%;
    text-align: center;
  }

  .zgrid &gt; div {
    padding: 30px;
    /* border: 0 !important; */
    /* box-shadow: 0 0 0 1px #ccc; */
    padding: 20px !important;
  }

  div#why-clm,
  div#buy-sell {
    padding: 40px;
  }

  div#buy-sell .zflex &gt; div {
    width: 100%;
    margin-top: 30px;
  }

  div#buy-sell .zflex {
    flex-wrap: wrap;
  }

  .zinner-tab h2 {
    font-size: 36px;
    line-height: 45px;
  }

  h1 {
    font-size: 42px;
    line-height: 59px;
  }

  .zheader .zflex .zflex-left {
    max-width: 505px;
  }

  .zheader .zflex .zflex-right {
    padding-left: 20px;
  }

  .zfooter-wrap h2 {
    font-size: 36px;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 991px) {
  .zheader .zflex {
    flex-wrap: wrap;
    text-align: center;
  }

  .zheader .zflex .zflex-left {
    margin: 0 auto 40px;
  }

  .zheader .zflex .zflex-right {
    max-width: 530px;
    margin: 0 auto;
  }

  .zflex.zflex-wrap .zflex-left {
    display: none;
  }

  .zflex.zflex-wrap .zflex-right {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .zheader {
    padding: 40px 0 80px;
  }

  div#zcontracts a {
    width: 280px;
    margin: 0 auto 20px;
    border-radius: 5px;
    padding: 12px 0;
  }

  .act-btn.cta-btn {
    padding: 15px 0;
    width: 280px;
    border-radius: 5px;
  }

  .zgrid &gt; div {
    padding: 30px;
    /* border: 1px solid #ccc !important; */
    /* box-shadow: none; */
    padding: 20px !important;
    border-bottom: 0 !important;
  }

  .zgrid &gt; div:last-child {
    border-bottom: 1px solid #ccc !important;
  }

  .zgrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .zinner-tab h2 {
    font-size: 32px;
    line-height: 40px;
  }

  div#why-clm,
  div#buy-sell {
    padding: 30px;
  }

  div#buy-sell .zflex {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
</pre></body></html>