<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '&gt;';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.flow-footer {
  padding: 80px 0;
  background-color: #fceadd;
}
.flow-footer .jpc-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.flow-footer .heading-2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.6;
}
.flow-footer .inner-container {
  max-width: 970px;
  margin: 0 auto;
}
.flow-footer .flex-box {
  gap: 20px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.flow-footer .flex-box .list-item {
  width: calc(33.3% - 15px);
  background-color: #fef5e7;
  border-radius: 10px;
  position: relative;
  padding: 25px 35px;
  z-index: 1;
}
.flow-footer .flex-box .list-item:first-child {
  z-index: 3;
}
.flow-footer .flex-box .list-item:nth-child(2) {
  z-index: 2;
}
.flow-footer .flex-box .list-item .circle {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: solid 10px #fceadd;
  background-color: #d5453d;
  border-radius: 50%;
  right: -35px;
  z-index: 1;
}
.flow-footer .flex-box .list-item .circle::after,
.flow-footer .flex-box .list-item .circle::before {
  content: "";
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
  width: 10px;
  height: 2px;
  background-color: #fceadd;
  left: 11px;
}
.flow-footer .flex-box .list-item .circle::after {
  top: 17px;
  transform: rotate(-45deg);
}
.flow-footer .flex-box .list-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #d5453d;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height: 50px;
}
.flow-footer .flex-box .list-item p {
  margin-bottom: 6px;
}
.flow-footer .flex-box .list-item p a {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.7;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s linear;
}
.flow-footer .flex-box .list-item p a:hover {
  color: #d5453d;
}
.flow-footer .flex-box .list-item p:last-child {
  margin-bottom: 0;
}
.flow-footer .star-text {
  text-align: right;
}
.flow-footer .star-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #d5453d;
}
.signup-cta {
  padding: 60px 0;
  background-color: #262626;
  background-image: url("/sites/zweb/images/jp/campaigns/free_em-cta-bg.jpg");
  background-repeat: repeat;
  background-size: 100px auto;
  text-align: center;
}
.signup-cta.bg-2 {
  background-color: #201b33;
  background-image: url("/sites/zweb/images/jp/campaigns/free_em-footer-cta-bg.png");
  background-size: 166px auto;
}
.signup-cta .heading-2 {
  color: #ffffff;
  margin-bottom: 27px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.signup-cta .act-btn {
  font-size: 20px;
  font-weight: 700;
  border: 0;
  border-radius: 99px;
  min-height: auto;
  padding: 15px 40px;
}
.signup-cta .jpc-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.zw-template-inner h1,
.zw-template-inner h2,
.zw-template-inner h3,
.zw-template-inner h4,
.zw-template-inner h5,
.zw-template-inner h6,
.zw-template-inner b {
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 1200px) {
  .signup-cta .heading-2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
  .flow-footer .jpc-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .signup-cta .jpc-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .flow-footer .heading-2 {
    font-size: 30px;
  }
  .flow-footer .flex-box .list-item h3 {
    font-size: 20px;
    min-height: 40px;
  }
  .flow-footer .flex-box .list-item p a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .flow-footer {
    padding: 60px 0;
  }
  .flow-footer .heading-2 {
    margin-bottom: 30px;
  }
  .flow-footer .flex-box {
    gap: 20px 15px;
  }
  .flow-footer .flex-box .list-item {
    padding: 20px;
    width: calc(33.3% - 10px);
  }
  .flow-footer .flex-box .list-item .circle {
    width: 40px;
    height: 40px;
    border: solid 5px #fceadd;
    right: -27px;
  }
  .flow-footer .flex-box .list-item h3 {
    font-size: 18px;
  }
  .flow-footer .flex-box .list-item p a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-footer {
    padding: 50px 0;
  }
  .flow-footer .heading-2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .flow-footer .flex-box {
    gap: 15px;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .flow-footer .flex-box .list-item {
    width: 100%;
  }
  .flow-footer .flex-box .list-item .circle {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -28px;
    transform: rotate(90deg);
  }
  .flow-footer .flex-box .list-item h3 {
    min-height: auto;
  }
  .flow-footer .flex-box .list-item h3 br {
    display: none;
  }
  .signup-cta {
    padding: 50px 0;
  }
  .signup-cta .act-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.no-webp .three-step-sprite {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-3-step-sprite-2x.png");
}
.three-step-sprite {
  background-repeat: no-repeat;
  background-size: 200px 35px;
}
.three-step-sprite.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-3-step-sprite-lazy.png");
  filter: blur(3px);
}
.three-step-sprite.icon-1 {
  background-position: 0 -5px;
  width: 40px;
  height: 25px;
}
.three-step-sprite.icon-2 {
  background-position: -51px 0;
  width: 30px;
  height: 34px;
}
.three-step-sprite.icon-3 {
  background-position: -93px -1px;
  width: 32px;
  height: 32px;
}
.three-step-sprite.dot-icon {
  background-position: -193px -14px;
  width: 7px;
  height: 7px;
}
.three-step-sprite.star-icon {
  background-position: -171px -13px;
  width: 11px;
  height: 10px;
}
.three-step-sprite.step-arrow {
  background-position: -136px -2px;
  width: 24px;
  height: 32px;
}
.step-3-flow-footer {
  background-color: #FFF3ED;
  padding: 90px 0;
}
.step-3-flow-footer .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.step-3-flow-footer .inner-wrapper h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.step-3-flow-footer .inner-wrapper .step-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1090px;
  margin: 0 auto 30px auto;
  gap: 45px;
  max-width: 100%;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li {
  display: flex;
  width: calc(100% / 3 - 30px);
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-arrow {
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translate(0, -50%);
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .three-step-sprite {
  display: flex;
  flex-shrink: 0;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt {
  background-color: #FDE3D7;
  display: flex;
  border-radius: 10px 10px 0 0;
  min-height: 80px;
  align-items: center;
  padding: 20px 0 20px 40px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt .three-step-sprite {
  margin-right: 17px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont {
  display: flex;
  flex-direction: column;
  padding: 30px 45px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-badge {
  font-size: 12px;
  background-color: #B73030;
  display: flex;
  align-self: flex-start;
  font-weight: bold;
  color: #fff;
  padding: 1px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link .three-step-sprite {
  display: flex;
  margin-right: 10px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link a:hover {
  color: #B73030;
}
.step-3-flow-footer .inner-wrapper .footer-txt-link {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #B73030;
  text-align: right;
  width: 1090px;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer {
    padding: 75px 0;
  }
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt .three-step-sprite {
    margin-right: 10px;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer {
    padding: 65px 0;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper {
    flex-direction: column;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li .step-arrow {
    top: unset;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .step-3-flow-footer {
    padding: 50px 0;
  }
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}</pre></body></html>