<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  overflow-x: hidden;
}

.lazy {
  width: 100%;
  height: 100%;
  background-image: url('/sites/zweb/images/crm/jp/lazy.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  border-radius: 5px;
}

.no-webp .zoho-one-intro .content-section .card-main .card .card-inner .card-icon {
  background-image: url('/sites/zweb/images/jp/one/one-intro-sprite.png');
}

.zw-product-header  {
  background: #fed807;
}

.footer-wrapper {
  margin: 0;
}

.zoho-one-intro * {
  box-sizing: border-box;
}

.zoho-one-intro p {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro p {
    font-size: 15px;
  }
}

.zoho-one-intro .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1250px) {
  .zoho-one-intro .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.zoho-one-intro .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.zoho-one-intro .banner-top {
  background-color: #fed807;
  padding-top: 122px;
  height: 554px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .banner-top {
    height: 510px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .banner-top {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.zoho-one-intro .banner-top .container {
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .banner-top .banner-left {
    max-width: 550px;
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .banner-top .banner-left {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}

.zoho-one-intro .banner-top .banner-left h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 13px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .banner-top .banner-left h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .banner-top .banner-left h1 {
    font-size: 36px;
  }
}

.zoho-one-intro .banner-top .banner-left p {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 2.4;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .banner-top .banner-left p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .banner-top .banner-left p br {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .banner-top .banner-right {
    float: right;
    width: calc(100% - 550px);
    text-align: right;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .banner-top .banner-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.zoho-one-intro .banner-top .banner-right picture {
  position: absolute;
  top: -33px;
  right: 0;
  max-width: 563px;
}

@media only screen and (max-width: 1250px) {
  .zoho-one-intro .banner-top .banner-right picture {
    right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .banner-top .banner-right picture {
    position: static;
    max-width: 100%;
    margin-top: -20px;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .banner-top .banner-right picture {
    margin: 0 auto;
    max-width: 480px;
  }
}

.zoho-one-intro .content-section {
  padding: 68px 0 0;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section {
    padding: 60px 0 0;
  }
}

.zoho-one-intro .content-section .section-heading {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 19px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section .section-heading {
    font-size: 34px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .content-section .section-heading {
    font-size: 30px;
  }
}

.zoho-one-intro .content-section .desc {
  text-align: center;
  margin: 0 0 47px;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .desc {
    margin: 0 0 30px;
  }
}

.zoho-one-intro .content-section .card-main {
  display: table;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .card-main {
    display: block;
    margin-bottom: 0;
  }
}

.zoho-one-intro .content-section .card-main .card {
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 50%;
}

.zoho-one-intro .content-section .card-main .card:hover .card-inner .card-icon {
  transform: scale(1.12);
  transition: 3s linear;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .card-main .card {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 700px;
  }
}

.zoho-one-intro .content-section .card-main .card .card-inner {
  position: relative;
  overflow: hidden;
  padding: 56px 50px 202px 50px;
  min-height: 566px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section .card-main .card .card-inner {
    padding: 35px 30px 202px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .card-main .card .card-inner {
    min-height: auto;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .content-section .card-main .card .card-inner {
    padding: 20px 20px 200px;
  }
}

.zoho-one-intro .content-section .card-main .card .card-inner h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 17px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section .card-main .card .card-inner h3 {
    font-size: 20px;
  }
}

.zoho-one-intro .content-section .card-main .card .card-inner p {
  line-height: 2.15;
}

.zoho-one-intro .content-section .card-main .card .card-inner .card-icon {
  background-image: url('/sites/zweb/images/jp/one/one-intro-sprite.webp');
  background-size: 817px 486px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s ease all;
}

.zoho-one-intro .content-section .card-main .card .card-inner .card-icon.card-icon1 {
  background-position: -5px -5px;
  width: 257px;
  height: 254px;
  z-index: 1111;
  bottom: -48px;
  right: -24px;
}

.zoho-one-intro .content-section .card-main .card .card-inner .card-icon.card-icon2 {
  background-position: -271px -5px;
  width: 293px;
  height: 217px;
  bottom: -12px;
  right: -21px;
}

.zoho-one-intro .content-section .card-main .card .card-inner .card-icon.card-icon3 {
  background-position: -5px -269px;
  width: 260px;
  height: 212px;
  bottom: 12px;
  right: 14px;
}

.zoho-one-intro .content-section .card-main .card .card-inner .card-icon.card-icon4 {
  background-position: -574px -5px;
  width: 238px;
  height: 230px;
  bottom: -21px;
}

.zoho-one-intro .content-section .card-main .card:before {
  content: '';
  display: block;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #f9f9f9;
  position: absolute;
  z-index: -1;
  transition: 0.5s ease all;
}

.zoho-one-intro .content-section .tab-main {
  margin-top: 91px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section .tab-main {
    margin-top: 60px;
  }
}

.zoho-one-intro .content-section .tab-main h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0 0 46px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section .tab-main h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .content-section .tab-main h2 {
    font-size: 30px;
  }
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner {
  margin-left: -23px;
  margin-right: -23px;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner.sticky {
    top: 0px;
  }
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner.sticky ul {
  box-shadow: none;
  border-radius: 0px;
  max-width: 1240px;
  margin: 0 auto;
}

@media only screen and (max-width: 1250px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner.sticky ul {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner.sticky ul li a {
  border-radius: 0px;
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li {
  float: left;
  padding: 0 23px;
  width: 33.33333%;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li {
    padding: 0;
  }
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #707070;
  background: #f2f2f2;
  padding: 10px 10px 13px;
  border-radius: 8px;
  line-height: 1.4;
  border-bottom: 4px solid transparent;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li a {
    font-size: 13px;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li a {
    height: 81px;
    font-size: 14px;
  }
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li a:hover {
  border-bottom-color: #fe9e07;
}

.zoho-one-intro .content-section .tab-main .tab-header .tab-header-inner ul li a.active {
  background: #fed807;
  color: #000;
  border-bottom-color: #fe9e07;
}

.zoho-one-intro .tab-content h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 23px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .tab-content h2 {
    margin-bottom: 25px !important;
  }
}

.zoho-one-intro .tab-content .tab-body-left {
  float: left;
  width: 662px;
  padding-right: 166px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content .tab-body-left {
    width: calc(100% - 490px);
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .tab-content .tab-body-left {
    width: 100%;
    padding-right: 0px !important;
    float: none;
    margin-bottom: 30px;
  }
}

.zoho-one-intro .tab-content .tab-body-left p {
  line-height: 2.15;
  margin: 0 0 11px;
}

.zoho-one-intro .tab-content .tab-body-left p.mb {
  margin: 0 0 2px;
}

.zoho-one-intro .tab-content .tab-body-left ul {
  margin-bottom: 14px;
}

.zoho-one-intro .tab-content .tab-body-left ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.zoho-one-intro .tab-content .tab-body-left ul li:before {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #000;
}

.zoho-one-intro .tab-content .tab-body-left .link-text {
  position: relative;
  margin-top: 13px;
  display: inline-block;
  font-size: 18px;
  color: #2299ff;
  padding-right: 26px;
  padding-bottom: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content .tab-body-left .link-text {
    font-size: 16px;
  }
}

.zoho-one-intro .tab-content .tab-body-left .link-text:before {
  content: '';
  display: block;
  position: absolute;
  height: 9px;
  width: 9px;
  border: 2px solid #2299ff;
  right: 5px;
  transform: rotate(45deg);
  top: 8px;
  border-left: none;
  border-bottom: none;
}

.zoho-one-intro .tab-content .tab-body-left .link-text:after {
  transition: 0.3s ease all;
  content: '';
  display: block;
  right: 0;
  left: 0;
  bottom: 0px;
  background: #2299ff;
  opacity: 0;
  height: 2px;
  position: absolute;
}

.zoho-one-intro .tab-content .tab-body-left .link-text:hover:after,
.zoho-one-intro .tab-content .tab-body-left .link-text:focus:after,
.zoho-one-intro .tab-content .tab-body-left .link-text:active:after {
  opacity: 1;
}

.zoho-one-intro .tab-content .tab-body-right {
  width: calc(100% - 662px);
  float: right;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content .tab-body-right {
    width: 490px;
    text-align: right;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .tab-content .tab-body-right {
    max-width: 499px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

.zoho-one-intro .tab-content .tab-body-right .video-box {
  margin-top: 59px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content .tab-body-right .video-box {
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .tab-content .tab-body-right .video-box {
    margin-top: 0;
  }
}

.zoho-one-intro .tab-content .tab-body-right .video-box:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.07);
  bottom: 5px;
  position: absolute;
}

.zoho-one-intro .tab-content .tab-body-right .video-box picture {
  display: block;
  max-width: 538px;
}

.zoho-one-intro .tab-content .tab-body-right .video-box picture.lazy {
  min-height: 303px;
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .tab-content .tab-body-right .video-box picture.lazy {
    min-height: 220px;
  }
}

.zoho-one-intro .tab-content .tab-body-right .video-box .play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.zoho-one-intro .tab-content .tab-body-right .video-box .play-btn:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 13px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  margin-left: 2px;
  z-index: 1;
}

.zoho-one-intro .tab-content .tab-body-right .video-box .play-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  animation: pulse 1.5s infinite;
  background-color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.zoho-one-intro .tab-content#tab1 {
  padding: 55px 0 51px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content#tab1 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .tab-content#tab1 {
    padding: 25px 0;
  }
}

.zoho-one-intro .tab-content#tab2 {
  padding: 72px 0 69px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+64,fffae1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 64%, #fffae1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 64%, #fffae1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 64%, #fffae1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffae1', GradientType=1);
  /* IE6-9 */
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content#tab2 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .tab-content#tab2 {
    padding: 25px 0;
  }
}

.zoho-one-intro .tab-content#tab2 h2 {
  margin-bottom: 0px;
}

.zoho-one-intro .tab-content#tab2 .tab-body-left {
  padding-right: 55px;
  padding-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content#tab2 .tab-body-left {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .tab-content#tab2 .tab-body-left {
    padding-top: 0;
  }
}

.zoho-one-intro .tab-content#tab2 .tab-body-left ul li {
  letter-spacing: -0.7px;
  line-height: 2.1;
}

.zoho-one-intro .tab-content#tab2 .tab-body-left ul li:before {
  height: 8px;
  width: 8px;
  top: 15px;
  left: -1px;
}

.zoho-one-intro .tab-content#tab2 .tab-body-right picture {
  display: block;
  margin-top: 23px;
  margin-left: 26px;
  max-width: 512px;
}

.zoho-one-intro .tab-content#tab2 .tab-body-right picture.lazy {
  min-height: 358px;
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .tab-content#tab2 .tab-body-right picture.lazy {
    min-height: 220px;
  }
}

.zoho-one-intro .tab-content#tab3 {
  padding: 49px 0 0px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content#tab3 {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .tab-content#tab3 {
    padding: 25px 0 0;
  }
}

.zoho-one-intro .tab-content#tab3 h2 {
  margin-bottom: 0;
}

.zoho-one-intro .tab-content#tab3 .tab-body-left {
  padding-top: 110px;
  padding-right: 60px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .tab-content#tab3 .tab-body-left {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .tab-content#tab3 .tab-body-left {
    padding-top: 0;
  }
}

.zoho-one-intro .tab-content#tab3 .tab-body-right .video-box {
  margin-top: 38px;
}

.zoho-one-intro .card-section {
  padding: 90px 0 58px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .card-section {
    padding: 60px 0;
  }
}

.zoho-one-intro .card-section h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 9px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .card-section h2 {
    font-size: 34px;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .card-section h2 {
    font-size: 30px;
  }
}

.zoho-one-intro .card-section .desc {
  font-size: 18px;
  max-width: 866px;
  margin: 0 auto 40px;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .card-section .desc {
    font-size: 16px;
  }
}

.zoho-one-intro .card-section .card-main {
  display: table;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .card-section .card-main {
    display: block;
  }
}

.zoho-one-intro .card-section .card-main .card {
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .card-section .card-main .card {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
  }
}

.zoho-one-intro .card-section .card-main .card:hover:before {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .card-section .card-main .card.card-img {
    text-align: center;
  }
}

.zoho-one-intro .card-section .card-main .card.card-img:before {
  display: none;
}

.zoho-one-intro .card-section .card-main .card.card-img .card-inner {
  padding: 0;
}

.zoho-one-intro .card-section .card-main .card:before {
  content: '';
  display: block;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #f8f8f8;
  position: absolute;
  z-index: -1;
  transition: 0.5s ease all;
}

.zoho-one-intro .card-section .card-main .card .card-inner {
  position: relative;
  overflow: hidden;
  padding: 42px 45px;
  min-height: 355px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .card-section .card-main .card .card-inner {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .card-section .card-main .card .card-inner {
    min-height: auto;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .card-section .card-main .card .card-inner {
    padding: 20px;
  }
}

.zoho-one-intro .card-section .card-main .card .card-inner h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 10px;
}

.zoho-one-intro .card-section .card-main .card .card-inner p {
  line-height: 2.2;
}

.zoho-one-intro .card-section .card-main .card .card-inner a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #2299ff;
  padding-right: 20px;
  padding-bottom: 5px;
}

.zoho-one-intro .card-section .card-main .card .card-inner a:before {
  content: '';
  display: block;
  position: absolute;
  height: 9px;
  width: 9px;
  border: 2px solid #2299ff;
  right: 6px;
  transform: rotate(45deg);
  top: 9px;
  border-left: none;
  border-bottom: none;
}

.zoho-one-intro .card-section .card-main .card .card-inner a:after {
  transition: 0.3s ease all;
  content: '';
  display: block;
  right: 0;
  left: 0;
  bottom: 0px;
  background: #2299ff;
  opacity: 0;
  height: 2px;
  position: absolute;
}

.zoho-one-intro .card-section .card-main .card .card-inner a:hover:after,
.zoho-one-intro .card-section .card-main .card .card-inner a:focus:after,
.zoho-one-intro .card-section .card-main .card .card-inner a:active:after {
  opacity: 1;
}

.zoho-one-intro .card-section .card-main .card .card-inner picture {
  display: block;
  margin-top: 55px;
  margin-left: -9px;
  max-width: 545px;
}

@media only screen and (max-width: 991px) {
  .zoho-one-intro .card-section .card-main .card .card-inner picture {
    margin-left: auto;
    margin-right: auto;
  }
}

.zoho-one-intro .card-section .card-main .card .card-inner picture.lazy {
  min-height: 301px;
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .card-section .card-main .card .card-inner picture.lazy {
    min-height: 220px;
  }
}

.zoho-one-intro .yellow-banner-section {
  background-color: #fed807;
  text-align: center;
  padding: 116px 0 124px;
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .yellow-banner-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .yellow-banner-section {
    padding: 80px 0;
  }
}

.zoho-one-intro .yellow-banner-section h2 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 36px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .yellow-banner-section h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .yellow-banner-section h2 {
    font-size: 30px;
  }
}

.zoho-one-intro .yellow-banner-section a {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  height: 54px;
  width: 280px;
  background-color: #fc0006;
  color: #fff;
  padding: 14px 10px;
  transition: 0.3s ease all;
  line-height: 1.6;
}

.zoho-one-intro .yellow-banner-section a:hover {
  background-color: #d80005;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .yellow-banner-section a {
    font-size: 20px;
    height: 60px;
    width: 280px;
    padding: 13px;
  }
}

.zoho-one-intro .contact-section {
  text-align: center;
  padding: 91px 0 85px;
}

@media only screen and (max-width: 1199px) {
  .zoho-one-intro .contact-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .contact-section {
    padding: 50px 0;
  }
}

.zoho-one-intro .contact-section h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 33px;
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .contact-section h2 {
    font-size: 20px;
  }
}

.zoho-one-intro .contact-section .btn-grp a {
  display: inline-block;
  background-color: #000000;
  height: 52px;
  width: 205px;
  color: #fff;
  margin: 0 12px;
  padding: 12px 10px;
  transition: 0.3s ease all;
}

.zoho-one-intro .contact-section .btn-grp a:hover {
  background-color: #212121;
}

@media only screen and (max-width: 580px) {
  .zoho-one-intro .contact-section .btn-grp a {
    display: block;
    margin: 14px auto;
  }
}

/*footer webinar css start*/
.wbnr-footer-img-banner {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 0 91px 0;
  font-size: 0;
}

.wbnr-footer-img-banner a {
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 1201px;
  font-size: 0;
}

.wbnr-footer-img-banner a img {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .wbnr-footer-img-banner {
    padding: 0 0 80px 0;
  }
}

@media only screen and (max-width: 580px) {
  .wbnr-footer-img-banner {
    padding: 0 0 64px 0;
  }
}

/*footer webinar css end*/

@media (max-width:767px) {
  .wbnr-popup-banner {
    display: none !important;
  }
}

html,
body {
  overflow-x: hidden;
}

.wbnr-popup-banner {
  position: fixed;
  top: 46%;
  right: -235px;
  background: #0f357c;
  color: #fff;
  width: 235px;
  box-shadow: 0 0 40px 0 rgba(56, 55, 51, 0.38);
  z-index: 1;
  opacity: 0;
  transition: 0.6s ease all;
  transform: translateY(-50%);
  padding-top: 32px;
}

.wbnr-popup-banner:before {
  content: '';
  display: block;
  top: 3px;
  left: 3px;
  bottom: 37px;
  right: 3px;
  position: absolute;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#375599+0,1c397b+50,375599+100&amp;0.85+0,0.85+100 */
  background: -moz-linear-gradient(top, rgba(55, 85, 153, 0.85) 0%, rgba(28, 57, 123, 0.85) 50%, rgba(55, 85, 153, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(55, 85, 153, 0.85) 0%, rgba(28, 57, 123, 0.85) 50%, rgba(55, 85, 153, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(55, 85, 153, 0.85) 0%, rgba(28, 57, 123, 0.85) 50%, rgba(55, 85, 153, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9375599', endColorstr='#d9375599', GradientType=0);
  /* IE6-9 */
  opacity: 0.7;
}

.wbnr-popup-banner.slide-popout {
  opacity: 1;
  right: 0;
}

.wbnr-popup-banner.slide-closed {
  opacity: 0 !important;
  right: -235px !important;
}

.wbnr-popup-banner .overlay {
  position: absolute;
  font-size: 12px;
  padding: 4px 3px 4px 5px;
  min-width: 105px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  background: #c23b33;
  color: #fff;
  top: -6px;
}

.wbnr-popup-banner * {
  box-sizing: border-box;
}

.wbnr-popup-banner .overlay:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 26px solid #c23b33;
  z-index: 1;
}

.wbnr-popup-banner .overlay:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid #c23b33;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
}

.wbnr-popup-banner .close-banner {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background: #0b2658;
  cursor: pointer;
}

.wbnr-popup-banner .close-banner:before,
.wbnr-popup-banner .close-banner:after {
  content: '';
  display: block;
  height: 10px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.wbnr-popup-banner .close-banner:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wbnr-popup-banner h3 {
  font-size: 16px;
  color: #f9da4a;
  font-weight: 900;
  padding: 0 15px;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 12px;
}

.wbnr-popup-banner h3 span {
  font-size: 12px;
  display: block;
  letter-spacing: -0.5px;
}

.wbnr-popup-banner p {
  font-size: 13px;
  margin: 0 0 17px;
  color: #fff;
  font-weight: bold;
  padding: 0 13px 0 55px;
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.wbnr-popup-banner p span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}

.wbnr-popup-banner .btn-orange {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #f9da4a;
  color: #000;
  padding: 8px 10px;
  font-weight: bold;
  cursor: pointer;
}

.banner-clock-calendar-white {
  background: url('/sites/zweb/images/partners/jp/popout-banner-calendar.png') no-repeat -47px -5px;
  background-size: 82px 38px;
  width: 30px;
  height: 26px;
  display: inline-block;
}

.shadow1 {
  width: 0;
  height: 0;
  border-bottom: 6px solid #650e09;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 7px;
}

.shadow2 {
  width: 0;
  height: 0;
  border-bottom: 6px solid #650e09;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 7px;
}

.shadow1:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0.3;
  border-top: 18px solid #000;
  border-left: 0 solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: -6px;
  top: 6px;
  transform: skewX(-22deg);
}

.shadow2:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0.3;
  border-top: 18px solid #000;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
  position: absolute;
  right: -6px;
  top: 6px;
  transform: skewX(22deg);
}

/*# sourceMappingURL=zoho-one-intro.css.map */</pre></body></html>