:root {
  --zwc-primary-color: #085aac;
  --zwc-secondary-color: #ffeb00;
  --zwc-black-color: #000;
  --zwc-white-color: #ffff;
  --zwc-border-color: #d8d8d8;
  --zwc-h1-text: clamp(23px, 7.7vw, 60px);
  --zwc-h1-text-line-heigh: 1.1;
  --zwc-h2-text: clamp(21px, 2.4vw, 24px);
  --zwc-h2-text-opction: clamp(27px, 2.9vw, 29px);
  --zwc-p-text-xl: clamp(16px, 2vw, 20px);
  --zwc-p-text-xls: clamp(14px, 2vw, 16px)
}
.zwc-form-close{
   display: block;
    font-size: 25px;
    color: #838282;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 15px;
}
.zw-product-header {
  display: none
}

.zwc-hero-banner-sec .prd-title {
  max-width: 180px;
  margin: 10px auto;
  padding: 0 0 10px
}

.zwc-default-flex {
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-wrapper h1 {
  font-size: var(--zwc-h1-text);
  font-family: var(--primaryfont-regular);
  line-height: var(--zwc-h1-text-line-heigh)
}

.zwc-wrapper h2 {
  font-size: var(--zwc-h2-text);
  font-family: var(--primaryfont-regular);
  letter-spacing: -0.4px;
  line-height: 1.4
}

.zwc-wrapper p {
  font-size: var(--zwc-p-text-xl);
  margin-bottom: 0;
  letter-spacing: -0.2px
}

html {
  scroll-behavior: smooth
}

.zwc-hero-banner-sec {
  padding: 50px 0 50px;
  color: #010101;
  text-align: center;
  position: relative;
  background-color: #FAFCFF;
}

.zwc-hero-banner-sec::before {
  content: "";
  width: 100%;
  background-color: #f2f5fa;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  border-bottom: 1px solid #e7ebf0;
}

.zwc-hero-banner-sec::after {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/sites/zweb/images/enterprise/en-in/get-in-touch-bg.png);
  background-repeat: repeat;
  opacity: .05;
  z-index: 0;
  background-size: 270px auto;
}

/* .zwc-hero-banner-sec::before{background-color:#fcf4ff ; height: 35%;} */

/* .zwc-form-sec::after {
  height: 15%;
  background: linear-gradient(to bottom #fcf4ff 80%);
} */
/* .zwc-form-sec::before{  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
background-color: #fafcff;
  left: 0;
  right: 0;
  bottom: 0;
z-index: -1;} */

.zwc-hero-banner-sec h1 {
  max-width: 720px;
  margin-inline: auto;
  letter-spacing: -2px;
}
.zwc-text-content p{
  color: #333;
}

.zwc-hero-banner-sec a {
  color: var(--zwc-primary-color);
  text-decoration: underline
}

.zwc-hero-banner-sec .content-wrap{
  z-index: 2;
}
.zwc-hero-banner-sec .zwc-form-sec {
  padding: 80px 0;
  position: relative;
  text-align: left;
}

.zwc-form-sec-container {
  background-color: var(--zwc-white-color);
  padding: 60px 100px;
  border-radius: 10px;
  box-shadow: 0 7px 15px #8FA4C41A;
  border: 1px solid #e5edf7;
  max-width: 800px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}

.zwc-form-sec h2 {
  position: relative;
  max-width: 466px;
  margin-bottom: 60px;
  color: #010101;
  display: none
}

.zwc-form-sec h2::before {
  content: "";
  position: absolute;
  background-color: #f60014;
  height: 1px;
  width: 40px;
  bottom: -20px
}

.cwf-container .cwf-wrap .cwf-field-wrap .cwf-label-control {
  color: #333;
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: -0.2px
}

.cwf-container.cwf-label-type-top .cwf-wrap .cwf-field-row .cwf-field-col {
  padding-bottom: 30px
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit] {
  border-radius: 2px;
  background-color: #f60014;
  min-width: unset;
  padding: 10px 50px 10px 35px
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit]:hover {
  background-color: #f60014
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit]:before {
  content: "";
  position: absolute;
  right: 29px;
  width: 8px;
  height: 8px;
  background-image: none;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  transform: rotate(45deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  pointer-events: none;
  top: 18px;
  transition: .7s all ease
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit]:hover:before {
  right: 25px
}

.cwf-container .cwf-wrap .cwf-button-control {
  justify-content: center
}

.cwf-container .cwf-wrap .cwf-input,
.cwf-container .cwf-wrap .cwf-single-select-control .cwf-select,
.cwf-container .cwf-wrap .cwf-textarea-control .cwf-textarea {
  border: 1px solid #dae0ed;
  border-radius: 3px;
  outline: 0;
  padding: 14px 16px;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  color: #333;
  transition: all .2s
}

.cwf-container .cwf-wrap .cwf-single-select-control .cwf-select {
  letter-spacing: 0
}

.cwf-container .cwf-wrap .cwf-input:hover,
.cwf-container .cwf-wrap .cwf-field-wrap:not(.cwf-not-empty) .cwf-select:not(.cwf-error):hover,
.cwf-container .cwf-wrap .cwf-single-select-control:not(.cwf-not-empty) .cwf-select:not(.cwf-error):hover,
.cwf-container .cwf-wrap .cwf-textarea-control .cwf-textarea:hover {
  border-color: #7182a5
}

.cwf-container .cwf-wrap .cwf-input:focus,
.cwf-container .cwf-wrap .cwf-field-wrap:not(.cwf-not-empty) .cwf-select:not(.cwf-error):focus,
.cwf-container .cwf-wrap .cwf-single-select-control:not(.cwf-not-empty) .cwf-select:not(.cwf-error):focus,
.cwf-container .cwf-wrap .cwf-textarea-control .cwf-textarea:focus {
  border-color: #056cb8
}

.cwf-container .cwf-wrap .cwf-single-select-control::after {
  top: 18px;
  right: 20px
}

.cwf-container .cwf-wrap .cwf-privacy-control .cwf-privacy-text {
  font-size: var(--zwc-p-text-xls);
  color: #333;
  max-width: 580px;
  padding: 0 15px 40px 0
}

.cwf-container.cwf-on-slide .cwf-close-button:focus-visible,
.cwf-container.cwf-on-popup .cwf-close-button:focus-visible,
.cwf-container .cwf-wrap .cwf-input:focus-visible,
.cwf-container .cwf-wrap .cwf-textarea-control .cwf-textarea:focus-visible,
.cwf-container .cwf-wrap .cwf-single-select-control .cwf-select:focus-visible {
  outline: 0 !important;
  box-shadow: unset
}

.r-g-f:not(.zw-template-zp_signup) .zwf-new-footer .zwf-only-copyright {
  border-top: 1px solid #dde4f1;
  background-color: #f3f5f9
}

.product-header-top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

.zwc-success-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none
}

.zwc-success-popup.active {
  display: flex;
  z-index: 1000
}

.zwc-success-popup-container {
  background-color: var(--zwc-white-color);
  padding: 50px 70px;
  box-shadow: 0 14px 30px #8FA4C41A;
  border: 2px solid #e5edf7;
  border-radius: 20px;
  text-align: center;
  width: min(90%, 527px);
  position: relative;
}

.zwc-success-popup-container p {
  font-size: var(--zwc-p-text-xls);
  letter-spacing: -0.18px;
  line-height: 28px
}

.zwc-success-popup-container h2 {
  font-size: var(--zwc-h2-text-opction);
  margin-bottom: 12px;
  letter-spacing: -1.5px;
  line-height: 38px
}

.zwc-success-popup-container .act-btn {
  background-color: #f0483e;
  padding: 13px 40px 13px 30px;
  color: var(--zwc-white-color);
  border-radius: 4px;
  margin-top: 30px;
  position: relative
}

.zwc-success-popup-container .act-btn::after {
  border: solid var(--zwc-white-color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  content: "";
  transform: rotate(-45deg);
  top: 40%;
  right: 15%
}

.zwc-success-popup-container .zwc-icon {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background-color: #07ac00;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.zwc-success-popup-container .zwc-icon svg {
  color: var(--zwc-white-color);
  width: 57%
}

@media only screen and (max-width: 1440px) {
  .zwc-hero-banner-sec h1 {
    font-size: 50px;
    max-width: 600px
  }

  .zwc-wrapper p {
    font-size: 18px
  }

  .zwc-hero-banner-sec {
    padding: 50px 0 40px
  }

  .zwc-form-sec-container {
    padding: 50px 70px;
    max-width: 700px
  }

  .zwc-form-sec h2 {
    font-size: 20px;
    margin-bottom: 50px
  }

  .cwf-container .cwf-wrap .cwf-field-wrap .cwf-label-control {
    font-size: 16px
  }

  .cwf-container.cwf-label-type-top .cwf-wrap .cwf-field-row .cwf-field-col {
    padding-bottom: 20px
  }
}

@media only screen and (max-width: 991px) {
  .zwc-hero-banner-sec h1 {
    font-size: 40px;
    max-width: 600px
  }
}

@media only screen and (max-width: 767px) {
  .zwc-form-sec-container {
    padding: 30px
  }
}

@media only screen and (max-width: 480px) {
  .zwc-form-sec-container {
    padding: 25px
  }

  .zwc-hero-banner-sec {
    padding: 20px 0 70px
  }

  .zwc-hero-banner-sec h1 {
    letter-spacing: -1px
  }
  .zwc-hero-banner-sec .prd-title{
    max-width: 160px;
  }
  .zwc-success-popup-container {
    padding: 30px 25px
  }
}

body:is(.r-g-f) .zwf-general-footer.zwf-new-footer .zw-only-copyright {
    padding: 20px 80px;
    margin-top: 0;
}