<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common css */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.zwc-secpad {
  padding-block: 85px;
}
.zwc-dflex {
  display: flex;
}
.zwc-dgrid {
  display: grid;
}
.zwc-spriteimg {
  background: url(/sites/zweb/images/communityspaces/customization/sprite.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  transition: 0.8s all ease-in-out;
}
.zwc-s-letter {
  width: 11.3%;
  height: 13%;
  background-position: 1px 0px;
  background-size: 1780%;
  left: 10%;
  top: -2%;
}
.zwc-s-pmail {
  width: 7.7%;
  height: 7.3%;
  background-position: 6.1% 4.3%;
  background-size: 2490%;
  left: 3%;
  top: 47%;
  transition-delay: 0.5s;
}
.zwc-s-user1 {
  width: 9.6%;
  height: 9.1%;
  background-position: 24.7% -0.7%;
  background-size: 1890%;
  right: 10%;
  bottom: 28%;
  transition-delay: 1s;
}
.zwc-s-spark {
  width: 75px;
  height: 75px;
  background-position: -147px 0;
  background-size: 1441px;
}
.zwc-s-ymail {
  width: 50px;
  height: 40px;
  background-position: -365px -6px;
  background-size: 1260px;
}
.zwc-s-circlemail {
  width: 75px;
  height: 75px;
  background-position: -631px 0;
  background-size: 1441px;
}
.zwc-s-file {
  width: 48px;
  height: 48px;
  background-position: -245px 2px;
  background-size: 1260px;
}
.zwc-s-user2 {
  width: 50px;
  height: 40px;
  background-position: -474px -1px;
  background-size: 960px;
}
.zwc-s-thumb {
  width: 50px;
  height: 50px;
  background-position: -206px 1px;
  background-size: 1320px;
}
.zwc-s-rocket {
  width: 60px;
  height: 60px;
  background-position: -516px 1px;
  background-size: 1320px;
}
.zwc-s-web {
  width: 78px;
  height: 78px;
  background-position: -476px -1px;
  background-size: 1420px;
}
.zwc-s-arrow {
  width: 33px;
  height: 43px;
  background-position: -607px -3px;
  background-size: 1090px;
}

.cta-btn {
  background: #070606;
}

/* Header */
.zw-product-header {
  z-index: 1;
  position: relative;
}

h1,
h2 {
  font-family: var(--zf-primary-extrabold);
}

/* Banner */
.zwc-banner {
  background-color: #f2e8d9;
  position: relative;
  padding: 85px 0;
}
.zwc-banner::before {
  content: "";
  background: url(/sites/zweb/images/communityspaces/customization/bannerbg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% + 68px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.zwc-banner-wrap {
  gap: 20px;
  align-items: center;
}
.zwc-banner-content {
  flex-basis: 50%;
}
.zwc-banner-img {
  flex-basis: 50%;
  text-align: center;
  position: relative;
}
.zwc-banner-img .zwc-spriteimg {
  position: absolute;
}

/* Sticky tab section */
.zwc-tabsec {
  background: #fff5e5;
}
.zwc-tabsec h2 {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 570px;
}
.zwc-tabsec-tablist {
  gap: 10px;
  justify-content: center;
  position: sticky;
  top: 80px;
  margin: 0 auto 85px auto;
  width: -moz-max-content;
  width: max-content;
}
.zwc-tabsec-tablist a {
  color: #000;
  font-size: 14px;
  border-radius: 22px;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 40px;
  display: inline-block;
  transition: 0.5s all ease-in-out;
}
.zwc-tabsec-tablist a.active {
  background: #73fe81;
}
.zwc-tabsec-tabcontent {
  max-width: 1230px;
  margin-inline: auto;
  margin: 100px 0;
  justify-content: space-between;
  gap: 170px;
  align-items: center;
}
.zwc-tabsec-textcontent {
  flex-basis: 35%;
}
.zwc-tabsec-textcontent h3 {
  font-family: var(--zf-primary-extrabold);
}
.zwc-tabsec-textcontent p {
  margin: 0;
}
.zwc-tabsec-tabimg {
  flex-basis: 45%;
  position: relative;
}
.zwc-tabsec-tabimg .zwc-spriteimg {
  position: absolute;
}
.zwc-tabsec-tabimg .zwc-s-spark {
  top: 16%;
  left: 21%;
}
.zwc-tabsec-tabimg .zwc-s-ymail {
  bottom: 7%;
  left: 10%;
}
.zwc-tabsec-tabimg .zwc-s-circlemail {
  bottom: 17%;
  right: 13%;
}
.zwc-tabsec .content-wrap:last-child .zwc-tabsec-tabcontent {
  margin-bottom: 0;
}

/* Card section */
.zwc-cardsec {
  background: #ffbe98;
}
.zwc-cardsec-head {
  max-width: 680px;
  margin-bottom: 70px;
}
.zwc-cardsec-wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.zwc-cardsec-card {
  background-color: #983434;
  color: #fff;
  padding: 55px 55px 0;
  flex-direction: column;
  justify-content: space-between;
}
.zwc-cardsec-card:nth-child(2) .zwc-cardsec-cardimg {
  padding-bottom: 100px;
}
.zwc-cardsec-card:nth-child(3) {
  flex-direction: row;
  grid-column: 1/3;
  padding-bottom: 55px;
  align-items: center;
}
.zwc-cardsec-card:nth-child(3) .zwc-cardsec-cardcontent {
  flex-basis: 35%;
  margin-top: 50px;
}
.zwc-cardsec-card:nth-child(3) .zwc-cardsec-cardimg {
  padding: 0 0 50px 50px;
}
.zwc-cardsec-card h3 {
  letter-spacing: -0.4px;
}
.zwc-cardsec-card p {
  line-height: 1.5;
}
.zwc-cardsec-card a {
  font-family: var(--zf-primary-bold);
  color: #fff;
text-decoration: underline;
}
.zwc-cardsec-cardimg {
  position: relative;
  text-align: center;
}
.zwc-cardsec-cardimg img {
  vertical-align: bottom;
}
.zwc-cardsec-cardimg .zwc-spriteimg {
  position: absolute;
}
.zwc-cardsec-cardimg .zwc-s-file {
  left: 0;
  bottom: 25%;
}
.zwc-cardsec-cardimg .zwc-s-user2 {
  right: -4%;
  top: 6%;
  transition-delay: 0.5s;
}
.zwc-cardsec-cardimg .zwc-s-thumb {
  bottom: 7%;
  left: -3%;
  transition-delay: 1s;
}
.zwc-cardsec-cardimg .zwc-s-rocket {
  left: 5%;
  top: 16%;
  transition-delay: 1.5s;
}
.zwc-cardsec-cardimg .zwc-s-web {
  bottom: -3%;
  left: -5%;
  transition-delay: 2s;
}
.zwc-cardsec-cardimg .zwc-s-arrow {
  bottom: 0;
  right: 4%;
  transition-delay: 2.5s;
}

/* Benefit section */
.zwc-benefitsec {
  background-color: #983434;
  color: #fff;
  position: relative;
}
.zwc-benefitsec::before, .zwc-benefitsec::after {
  content: "";
  background-image: url(/sites/zweb/images/communityspaces/customization/sprite.png);
  position: absolute;
  background-repeat: no-repeat;
}
.zwc-benefitsec::before {
  bottom: 0;
  left: 0;
  width: 167px;
  height: 133px;
  background-size: 1440px;
  background-position: -1062px 2px;
}
.zwc-benefitsec::after {
  bottom: 0;
  right: 0;
  width: 214px;
  height: 178px;
  background-size: 1440px;
  background-position: -1225px 4px;
}
.zwc-benefitsec-head {
  text-align: center;
  margin-bottom: 85px;
}
.zwc-benefitsec-wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 80px;
  max-width: 1080px;
  margin-inline: auto;
}
.zwc-benefitsec-contentbx h3 {
  letter-spacing: -0.4px;
  position: relative;
  padding-top: 75px;
}
.zwc-benefitsec-contentbx h3::before {
  content: "";
  background-image: url(/sites/zweb/images/communityspaces/customization/sprite.png);
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  background-size: 1310px;
}
.zwc-benefitsec-contentbx h3.zwc-s-stars::before {
  background-size: 1160px;
}
.zwc-benefitsec-contentbx p {
  line-height: 1.5;
  margin: 0;
}

.zwc-s-medal::before {
  background-position: -772px 1px;
}
.zwc-s-stars::before {
  background-position: -807px 3px;
}
.zwc-s-comm::before {
  background-position: -816px 1px;
}
.zwc-s-engage::before {
  background-position: -864px 1px;
}

/* Bottom cta */
.zwc-bottomcta {
  text-align: center;
  background-color: #f2e8d9;
  background-image: url(/sites/zweb/images/communityspaces/customization/bottomctabg.svg);
  background-size: cover;
}
.zwc-bottomcta h2 {
  max-width: 940px;
  margin: 0 auto 35px;
}

/* Responsive */
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 64px;
    letter-spacing: -0.9px;
  }
  h2 {
    font-size: 48px;
    letter-spacing: -0.9px;
  }
  .cta-btn {
    padding: 12px 30px;
  }
  /* Banner */
  .zwc-banner p {
    font-size: 20px;
    max-width: 530px;
  }
  .zwc-banner .zwc-spriteimg {
    opacity: 0;
    transform: scale(0);
  }
  .zwc-banner .animated .zwc-spriteimg {
    opacity: 1;
    transform: scale(1);
  }
  /* Sticky tab section */
  .zwc-tabsec-textcontent h3 {
    font-size: 42px;
    letter-spacing: -0.9px;
  }
  .zwc-tabsec .zwc-spriteimg {
    opacity: 0;
    transform: scale(0);
  }
  .zwc-tabsec .middle-animated .zwc-spriteimg {
    opacity: 1;
    transform: scale(1);
  }
  /* Card section */
  .zwc-cardsec-head p {
    font-size: 20px;
  }
  .zwc-cardsec-card h3 {
    font-size: 28px;
  }
  .zwc-cardsec-card p {
    font-size: 18px;
  }
  .zwc-cardsec-card a {
    font-size: 18px;
  }
  .zwc-cardsec .zwc-spriteimg {
    opacity: 0;
    transform: scale(0);
  }
  .zwc-cardsec .middle-animated .zwc-spriteimg {
    opacity: 1;
    transform: scale(1);
  }
  /* Benefit section */
  .zwc-benefitsec-head p {
    font-size: 20px;
  }
  .zwc-benefitsec-contentbx h3 {
    font-size: 24px;
  }
  .zwc-benefitsec-contentbx p {
    font-size: 18px;
  }
  .zwc-benefitsec h3::before {
    transform: translateY(20px);
    transition: 0.8s all ease-in-out;
  }
  .zwc-benefitsec .middle-animated h3::before {
    transform: translateY(0px);
  }
  /* Bottom cta */
  .zwc-bottomcta h2 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  h1 {
    font-size: 54px;
    max-width: 510px;
  }
}
@media (max-width: 1199px) {
  .zwc-tabsec h2 {
    max-width: 310px;
  }
  .zwc-tabsec-tabcontent {
    gap: 80px;
    margin: 70px 0;
  }
  .zwc-tabsec-textcontent {
    flex-basis: 50%;
  }
  .zwc-tabsec-tabimg {
    flex-basis: 50%;
  }
  .zwc-cardsec-head {
    margin-bottom: 40px;
    max-width: 460px;
  }
  .zwc-benefitsec::before, .zwc-benefitsec::after {
    display: none;
  }
  .zwc-benefitsec-head {
    margin-bottom: 40px;
  }
  .zwc-benefitsec-wrap {
    gap: 50px;
  }
  .zwc-bottomcta h2 {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .zwc-dflex {
    flex-direction: column;
  }
  .zwc-dgrid {
    grid-template-columns: 1fr;
  }
  .zwc-banner {
    text-align: center;
  }
  .zwc-banner-wrap {
    gap: 40px;
  }
  .zwc-banner-content {
    max-width: 490px;
  }
  .zwc-banner-img {
    max-width: 470px;
  }
  .zwc-tabsec-tabcontent {
    gap: 30px;
    text-align: center;
  }
  .zwc-tabsec-textcontent {
    max-width: 490px;
  }
  .zwc-tabsec-tabimg {
    max-width: 370px;
  }
  .zwc-tabsec-tablist {
    display: none;
  }
  .zwc-cardsec {
    text-align: center;
  }
  .zwc-cardsec-head {
    margin-inline: auto;
    max-width: 410px;
  }
  .zwc-cardsec-wrap {
    gap: 60px;
  }
  .zwc-cardsec-card {
    max-width: 500px;
    margin-inline: auto;
    padding: 40px 40px 0;
  }
  .zwc-cardsec-card:nth-child(3) {
    flex-direction: column;
    grid-column: 1;
  }
  .zwc-benefitsec {
    text-align: center;
  }
  .zwc-benefitsec-contentbx {
    max-width: 440px;
    margin-inline: auto;
  }
  .zwc-benefitsec-contentbx h3 {
    padding-top: 70px;
  }
  .zwc-benefitsec-contentbx h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
}</pre></body></html>