<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template-inner *,
.template-inner *::before,
.template-inner *::after {
  box-sizing: border-box;
}

.zw-product-header {
  background-color: #f4f8ff;
}

.template-inner h1 {
  font-size: 56px;
}

.template-inner h2 {
  font-family: var(--zf-primary-bold);
  font-size: 44px;
  margin-bottom: 25px;
}

.template-inner h3 {
  font-size: 36px;
}
/* BANNER SECTION */

.banner {
  padding: 60px 0 0;
  background-color: #f4f8ff;
}

.template-inner .content-wrap {
  margin: 0 auto;
  width: 92%;
}

.banner .content-wrap {
  text-align: center;
  position: relative;
  isolation: isolate;
}

.banner h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.banner p {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner-content {
  margin: 0 auto;
  max-width: 1100px;
}

.banner a {
  margin-bottom: 80px;
}

.banner-img-div {
  line-height: 0;
  border-radius: 10px;
  min-height: 529px;
  background-color: #f7f9fd;
  position: relative;
  display: inline-block;
  margin-top: -100px;
  transform: translateY(100px);
  z-index: 10;
  width: 800px; /* changed */
}

.banner-img-div-mobile {
  position: relative;
  margin-top: -17%;
  line-height: 0;
  isolation: isolate;
}

.banner-img-div img {
  width: 100%;
  max-width: 800px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.group-management-box {
  position: absolute;
  right: 5%;
  bottom: -10%;
  width: 62%;
  min-height: 385px;
}

.group-management-box img {
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.1);
  transform: translateY(80px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  border-radius: 10px;
}

.zwe-op.group-management-box img {
  transform: translateY(0);
  opacity: 1;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.member {
  position: absolute;
  height: 76px; /* 75px */
  width: 76px;
  border-radius: 100%;
  top: 92px;
  transition: transform 1s ease;
  /* animation-fill-mode: backwards; */
}

.member:first-of-type {
  left: 39px;
  transform: translate(-470px, -470px);
}
.member:nth-of-type(2) {
  left: 162px;
  transform: translate(-670px, -180px);
}
.member:nth-of-type(3) {
  left: 226px;
  transform: translate(170px, -380px);
}
.member:nth-of-type(4) {
  left: 289px;
  transform: translate(350px, -450px);
}
.member:nth-of-type(5) {
  left: 350px;
  transform: translate(290px, -110px);
}

.zwe-om.banner-img-div .member {
  transform: translate(0);
}

.member::before,
.member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  animation: scaleIn 2.2s ease;
  animation-fill-mode: backwards;
}

.member::after {
  background-image: url("/sites/zweb/images/jp/mail/mail-group-models-jp.png");
  background-size: 360px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
  transition: box-shadow 0.2s ease;
}

.zwe-om.banner-img-div .member::after {
  box-shadow: none;
}

.member:first-of-type:before {
  background-color: #e7bd59;
  animation-delay: 2.2s;
}
.member:first-of-type:after {
  background-position: -5px 0px;
  animation-delay: 2.2s;
}

.member:nth-of-type(2):before {
  background-color: #3eccd1;
  animation-delay: 2s;
}
.member:nth-of-type(2):after {
  animation-delay: 2s;
  background-size: 390px;
  background-position: -74px 0px;
}

.member:nth-of-type(3)::before {
  background-color: #6b61e5;
  animation-delay: 1.5s;
}
.member:nth-of-type(3)::after {
  animation-delay: 1.5s;
  background-position: -145px 0px;
  background-size: 380px;
}

.member:nth-of-type(4)::before {
  background-color: #56b39c;
  animation-delay: 1.8s;
}
.member:nth-of-type(4)::after {
  animation-delay: 1.8s;
  background-position: -303px 0px;
  background-size: 375px;
}

.member:nth-of-type(5)::before {
  background-color: #d66461;
  animation-delay: 2.2s;
}
.member:nth-of-type(5)::after {
  animation-delay: 2.2s;
  background-position: -207px 0px;
  background-size: 365px;
}

.banner svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.banner .bar-chart {
  max-width: 1080px;
  z-index: -1;
}

.banner .arrow-bg-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 550px;
}

.banner .arrow-bg {
  height: 100%;
  background-image: url("/sites/zweb/images/mail/mail-group/arrow-bg.svg");
  width: 0%;
  transition: width 1.2s ease 0.5s;
  background-size: 1264px 534.805px;
  background-repeat: no-repeat;
}

.banner .arrow-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/sites/zweb/images/mail/mail-group/arrow-bg-head.svg");
  background-size: 1264px 534.805px;
  background-repeat: no-repeat;
  transform: translate(-21%, -6%) rotate(27deg);
  opacity: 0;
  transition: transform 0.6s ease 1s, opacity 0s ease 0.8s;
}

.zwe-om.banner-img-div ~ .arrow-bg-wrapper .arrow-bg {
  width: 100%;
}

.zwe-om.banner-img-div ~ .arrow-bg-wrapper .arrow-bg::before {
  opacity: 1;
  transform: translate(0) rotate(0);
}

/* BANNER SECTION */

/* FEATURES SECTION */

.features {
  padding: 300px 0 150px;
}

.feature {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto 150px;
}

.feature-content {
  max-width: 430px;
  margin-left: 20px;
}

.feature:nth-child(4) {
  margin: 0 auto 120px;
}

.feature-img {
  line-height: 0;
  position: relative;
}

.feature:first-of-type .feature-img {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(8, 1fr);
}

.feature:first-of-type .feature-img img:first-child {
  grid-column: 1/-2;
  margin-left: 10px;
  box-shadow: none;
}

.feature:first-of-type .feature-img img:nth-child(2) {
  position: absolute;
  grid-column: 1/-1;
}

.feature:nth-of-type(4) .feature-img img {
  box-shadow: none;
  border: none;
}

.feature-img img {
  box-shadow: 0px 2px 20px -5px rgb(0 0 0 / 8%);
  border-radius: 10px;
  border: 1px solid #eee;
  transform: translateY(80px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.feature-img img:nth-of-type(2) {
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.zwe-ob.feature-img img:first-child {
  opacity: 1;
  transform: translate(0);
}

.zwe-op.feature-img img:last-child {
  opacity: 1;
  transform: translate(0);
}

.feature-columns {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: 1fr 1fr;
}

.feature-column {
  display: grid;
  grid-template-rows: min-content;
  grid-gap: 50px;
}

.feature-col-container {
  overflow: hidden;
  padding: 50px;
  background-color: #f2f5f7;
  border-radius: 10px;
}

.feature-col-container img {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.feature-col-content {
  max-width: 430px;
  margin: 0 auto;
}

.feature-column:nth-child(2) .feature-col-container img {
  transition-delay: 0.3s;
}

.zwe-ob.feature-col-container img {
  transform: translateY(0);
  opacity: 1;
}

/* FEATURES SECTION */

/* DO MORE SECTION */

.do-more .content-wrap {
  background-color: #fcf1c2;
}

.do-more-box {
  padding: 70px 90px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.do-more-img {
  overflow: hidden;
  background-color: #f7eab0;
  padding: 70px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  position: relative;
  border-radius: 7px;
}

.do-more-img img {
  border-radius: 7px;
}

.do-more-img img:first-child {
  grid-column: 1/4;
  opacity: 0.9;
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.do-more-img img:nth-child(2) {
  position: absolute;
  grid-column: 2/-1;
  box-shadow: 0px 2px 20px -5px rgb(0 0 0 / 8%);
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.zwe-ob.do-more-img img {
  transform: translate(0);
  opacity: 1;
}

.do-more-content {
  max-width: 400px;
}

/* DO MORE SECTION */

/* PRE FOOTER SECTION */

.pre-footer {
  padding: 120px 0 125px;
}

.pre-footer .content-wrap {
  text-align: center;
}

.pre-footer h2 {
  margin-bottom: 40px;
}

/* PRE FOOTER SECTION */

/* top breadcrumb start */

@media only screen and (min-width: 768px) {    
    .zwc_t_breadcrumb {
        background: #f4f8ff;
    }
}

/* top breadcrumb end */

/* MEDIA QUERIES */

@media only screen and (max-width: 1599px) {
  .template-inner h1 {
    font-size: 54px;
  }

  .template-inner h2 {
    font-size: 42px;
  }

  .template-inner h3 {
    font-size: 35px;
  }

  .feature-content h2 {
    max-width: 420px;
  }

  .banner h1 {
    max-width: 950px;
  }
}

@media only screen and (max-width: 1399px) {
  .template-inner h1 {
    font-size: 48px;
  }

  .template-inner h2 {
    font-size: 40px;
  }

  .template-inner h3 {
    font-size: 35px;
  }

  .banner .bar-chart {
    height: 260px;
  }

  .banner-content {
    max-width: 850px;
  }

  .banner-img-div {
    min-height: 443px;
    transform: translateY(70px);
    width: 670px;
  }

  .group-management-box {
    min-height: 322px;
  }

  .banner-img-div img {
    max-width: 670px;
  }

  .banner .content-wrap {
    max-width: 900px;
  }

  .banner .arrow-bg-wrapper {
    width: 110%;
    left: -5%;
    height: 425px;
  }

  .banner .arrow-bg {
    background-size: 974px 412.102px;
  }

  .banner .arrow-bg::before {
    background-size: 974px 412.102px;
  }

  .member {
    height: 63px;
    width: 63px;
    top: 78px;
  }

  .member::after {
    background-size: 310px;
  }

  .member:first-of-type {
    left: 32px;
    transform: translate(-380px, -440px);
  }

  .member:first-of-type:after {
    background-position: -5px 0;
  }
  .member:nth-of-type(2) {
    left: 136px;
    transform: translate(-490px, -180px);
  }

  .member:nth-of-type(2)::after {
    background-size: 350px;
    background-position: -66px 0px;
  }
  .member:nth-of-type(3) {
    left: 189px;
    transform: translate(170px, -320px);
  }

  .member:nth-of-type(3)::after {
    background-position: -126px 0px;
    background-size: 330px;
  }
  .member:nth-of-type(4) {
    left: 242px;
    transform: translate(280px, -490px);
  }

  .member:nth-of-type(4)::after {
    background-size: 326px;
    background-position: -266px 0px;
  }
  .member:nth-of-type(5) {
    left: 294px;
    transform: translate(210px, -170px);
  }

  .member:nth-of-type(5)::after {
    background-position: -180px 0px;
    background-size: 315px;
  }

  .features {
    padding: 260px 0 140px;
  }

  .feature {
    max-width: 1050px;
  }

  .feature-content {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  .template-inner h1 {
    font-size: 45px;
  }

  .template-inner h2 {
    font-size: 35px;
  }

  .template-inner h3 {
    font-size: 30px;
  }

  .features {
    padding: 230px 0 110px;
  }

  .feature {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 110px;
    max-width: 1000px;
    gap: 40px;
  }

  .feature-content {
    margin-left: 0px;
  }

  .feature-content h2 {
    max-width: 350px;
  }

  .feature:nth-child(4) {
    margin: 0 auto 80px;
  }

  .feature-column {
    grid-gap: 35px;
  }

  .do-more-box {
    padding: 70px;
  }

  .do-more-img {
    padding: 30px;
  }

  .pre-footer {
    padding: 100px 0 105px;
  }
  .pre-footer h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-img-div-mobile {
    display: none;
  }

  .feature-content p:last-of-type,
  .feature-col-content p:last-of-type,
  .do-more-content p:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .template-inner h1 {
    font-size: 38px;
  }

  .template-inner h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .template-inner h3 {
    font-size: 25px;
  }

  .bar-chart {
    display: none;
  }

  .banner .arrow-bg-wrapper {
    display: none;
  }

  .banner .content-wrap {
    max-width: none;
    line-height: 0;
  }

  .banner .content-wrap a {
    line-height: 1.5;
  }

  .banner-content {
    max-width: 700px;
  }

  .banner-img-div {
    display: none;
  }

  .banner-img-div-mobile picture:nth-child(2) {
    display: none;
  }

  .banner-img-div-mobile::before {
    content: "";
    position: absolute;
    height: 29.3%;
    bottom: 0;
    left: -4.35%;
    width: 108.7%;
    background: white;
    z-index: -5;
  }

  .features {
    padding: 50px 0 80px;
  }

  .feature {
    grid-template-columns: 1fr;
    max-width: 600px;
    text-align: center;
    grid-gap: 25px;
    justify-items: center;
    margin: 0 auto 70px;
  }

  .feature-column:nth-child(2) .feature-col-container img {
    transition-delay: calc(1s - 1s);
  }

  .feature:nth-child(4) {
    margin: 0px auto 40px;
  }

  .feature-content h2,
  .feature-column h3 {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature p,
  .do-more-content p {
    margin: 0 0 10px;
  }

  .feature-img {
    max-width: 400px;
  }

  .feature-columns {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 600px;
    grid-gap: 65px;
  }

  .feature-column {
    grid-gap: 15px;
    justify-items: center;
  }

  .feature-column h3 {
    font-family: var(--zf-primary-bold);
    font-size: 30px;
  }

  .feature-col-container {
    grid-row: 2;
    max-width: 400px;
    padding: 30px;
  }

  .do-more-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 70px 0 85px;
    grid-gap: 30px;
  }

  .do-more-img {
    grid-row: 2;
    max-width: 400px;
    padding: 50px;
  }

  .do-more-content {
    max-width: 500px;
  }

  .pre-footer {
    padding: 70px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .template-inner h1 {
    font-size: 33px;
  }

  .template-inner h2 {
    font-size: 25px;
  }

  .template-inner h3 {
    font-size: 22px;
  }

  .banner h1 {
    max-width: 600px;
  }

  .banner-content {
    max-width: 650px;
  }

  .banner-img-div-mobile {
    margin-top: -5%;
  }

  .features {
    padding: 50px 0 75px;
    max-width: 90%;
    margin: 0 auto;
  }

  .feature {
    margin: 0 auto 65px;
    grid-gap: 20px;
  }

  .feature-content h2,
  .feature-column h3 {
    max-width: 350px;
  }

  .feature-img,
  .feature-col-container {
    max-width: 380px;
  }

  .feature:nth-child(4) {
    margin: 0px auto 40px;
  }

  .feature-columns {
    grid-gap: 60px;
  }

  .feature-column {
    grid-gap: 10px;
  }

  .feature-column h3 {
    font-family: var(--zf-primary-bold);
    font-size: 25px;
  }

  .do-more-box {
    width: 90%;
    padding: 65px 0 75px;
    grid-gap: 20px;
  }

  .do-more-img {
    max-width: 380px;
  }

  .pre-footer {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 480px) {
  .template-inner h1 {
    font-size: 30px;
  }

  .banner p {
    margin-bottom: 50px;
  }

  .banner-img-div-mobile {
    margin: 0 auto;
  }

  .banner-img-div-mobile picture:nth-child(2) {
    display: inline-block;
  }

  .banner-img-div-mobile picture:first-child {
    display: none;
  }

  .banner-img-div-mobile::after {
    content: "";
    position: absolute;
    height: 75px;
    width: 75px;
    background-color: #27dd97;
    top: -45px;
    right: -14px;
    clip-path: polygon(
      38% 35%,
      93% 0,
      77% 65%,
      68% 42%,
      46% 70%,
      41% 66%,
      63% 39%
    );
    -webkit-clip-path: polygon(
      38% 35%,
      93% 0,
      77% 65%,
      68% 42%,
      46% 70%,
      41% 66%,
      63% 39%
    );
    z-index: -1;
    transform: translate(-60px, 60px);
    opacity: 0;
    transition: transform 0.8s ease 1s, opacity 0s ease 1s;
  }

  .banner-img-div-mobile.zwe-ob::after {
    transform: translate(0);
    opacity: 1;
  }

  .banner-img-div-mobile img:first-child {
    display: none;
  }

  .banner-img-div-mobile picture img {
    width: 90%;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 4px 20px -2px rgb(0 0 0 / 8%);
    transform: translateY(60px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
  }

  .banner-img-div-mobile.zwe-ob picture img {
    transform: translateY(0);
    opacity: 1;
  }

  .features {
    padding: 75px 0;
  }

  .feature {
    margin: 0 auto 65px;
    grid-gap: 15px;
  }
  .feature-img,
  .feature-col-container {
    max-width: 330px;
  }

  .feature:nth-child(4) {
    margin: 0px auto 40px;
  }

  .feature-columns {
    grid-gap: 60px;
  }

  .feature-column {
    grid-gap: 5px;
  }

  .feature-col-container {
    padding: 20px;
  }

  .do-more-box {
    padding: 65px 0 75px;
  }

  .do-more-img {
    max-width: 330px;
    padding: 30px;
  }

  .pre-footer {
    padding: 60px 0;
  }
}

/* MEDIA QUERIES */
</pre></body></html>