/*
 *  Cache buster: 2026-03-13 11:08
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url();
  src: url() format("embedded-opentype"), url() format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg"); }

/* responsive breakpoints */
/* Mixins */
.text-link {
  cursor: pointer; }

.btn.delete {
  color: #0069FE; }
  .btn.delete.btn-primary, .btn.delete.btn-default {
    background-color: grey;
    color: white; }
  .btn.delete .glyphicon {
    margin-right: 0; }

.content-column ul, .dev-page ul {
  list-style: none;
  padding-left: 0; }

.z-signup .btn:hover {
  box-shadow: none;
  transform: none;
  background: #0ab95c; }

p {
  font-size: 16px; }

h2 {
  letter-spacing: 1px; }

.fnt-15 {
  font-size: 15px; }

.fnt-16 {
  font-size: 16px; }

.fnt-18 {
  font-size: 18px; }

.fnt-20 {
  font-size: 20px; }

.fnt-30 {
  font-size: 30px; }

.fnt-36 {
  font-size: 36px; }

.fnt-42 {
  font-size: 42px;
  margin-bottom: 20px; }

.fnt-48 {
  font-size: 48px;
  margin-bottom: 20px; }

.section-padding {
  padding-top: 85px;
  padding-bottom: 85px; }

.section-padding-md {
  padding-top: 150px;
  padding-bottom: 150px; }

.section-padding-xl {
  padding-top: 185px;
  padding-bottom: 185px; }

.feature-column {
  background-color: #f9fbfc;
  border: 1px solid #ccc; }
  .feature-column .feature-column-img {
    width: 260px;
    object-fit: contain;
    object-position: center; }
  .feature-column h3 {
    color: #e27025;
    font-style: oblique;
    margin-bottom: 30px;
    font-weight: 500; }

.btn {
  transition: 0.2s !important; }

.secondary-link:hover {
  box-shadow: none;
  transform: none; }

.cta-no-image-panel h2, .cta-no-image-panel p {
  color: #47403c; }

.cta-no-image-panel .cta-text {
  margin-bottom: 25px; }

.cta-no-image-panel .cta-btn {
  background: #0bd168;
  color: #fff;
  border-radius: 35px;
  padding: 15px 40px;
  font-size: 16px;
  text-transform: none; }

.cta-no-image-panel .cta-heading {
  margin-top: 42px;
  font-weight: 300; }

.pricing-plan-section * {
  color: #47403c; }

.pricing-plan-section .section-title h2 {
  font-weight: 200;
  margin-bottom: 70px; }

.pricing-plan-section .p-card {
  width: 280px;
  padding: 60px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  .pricing-plan-section .p-card h3.card-price {
    font-weight: 300;
    margin-bottom: 90px; }
  .pricing-plan-section .p-card p.card-desc {
    margin-bottom: 60px; }
  .pricing-plan-section .p-card p {
    font-weight: 200; }
  .pricing-plan-section .p-card .price-card-btn {
    background: #fff;
    color: #e27025;
    border-radius: 35px;
    padding: 10px 31px;
    font-size: 16px;
    border: 1px solid #e27025;
    text-transform: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important; }
    .pricing-plan-section .p-card .price-card-btn:hover {
      box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2) !important;
      transform: translateY(-2px) scale(1.05) !important; }

.pricing-plan-section .p-card.highlight-card {
  background: #e27025; }
  .pricing-plan-section .p-card.highlight-card * {
    color: #fff; }
  .pricing-plan-section .p-card.highlight-card .price-card-btn {
    background: #47403c;
    color: #fff;
    border-radius: 35px;
    padding: 10px 31px;
    font-size: 16px;
    border: 1px solid #47403c;
    text-transform: none; }

.info-link-box {
  padding: 70px 80px;
  margin: auto; }
  .info-link-box h3, .info-link-box p {
    color: #fff !important; }
  .info-link-box h3 {
    font-weight: 200;
    margin-bottom: 20px; }
  .info-link-box p {
    margin-bottom: 20px; }
  .info-link-box a {
    background: transparent;
    color: #ffda30;
    border-radius: 0;
    padding: 5px 0;
    font-size: 18px; }

.z-hero {
  padding: 50px 0;
  background-color: #fbf1e2; }
  .z-hero .z-hero-image {
    object-fit: cover;
    object-position: bottom;
    height: 100%;
    margin-top: calc(-5%);
    margin-bottom: -50px; }
  .z-hero .hero-trial-btn {
    background: #fff;
    color: #e27025;
    border-radius: 35px;
    padding: 17px 31px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 70px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important; }
    .z-hero .hero-trial-btn:hover {
      box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2) !important;
      transform: translateY(-2px) scale(1.05) !important; }
  .z-hero h2, .z-hero p {
    color: #47403c; }
  .z-hero h2 {
    font-weight: 200; }
  .z-hero p {
    font-weight: 300; }

@keyframes bounceLeft {
  0%, 20%, 50%, 80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px); }
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

.helpdesk-page .helpdesk-cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fbf1e2; }
  .helpdesk-page .helpdesk-cta-section .btn-wrap-cta {
    text-align: right; }
  .helpdesk-page .helpdesk-cta-section h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 45px; }
  .helpdesk-page .helpdesk-cta-section .helpdesk-phone-btn, .helpdesk-page .helpdesk-cta-section .helpdesk-cta-btn {
    text-transform: none;
    font-weight: 200;
    transition: 0.2s;
    display: inline-block;
    text-align: center;
    width: auto; }
    .helpdesk-page .helpdesk-cta-section .helpdesk-phone-btn:hover, .helpdesk-page .helpdesk-cta-section .helpdesk-cta-btn:hover {
      text-decoration: none; }
  .helpdesk-page .helpdesk-cta-section .helpdesk-cta-btn {
    background: #0bd168;
    color: #fff;
    border-radius: 35px;
    padding: 17px 31px;
    font-size: 16px;
    border: 2px solid #0bd168; }
    .helpdesk-page .helpdesk-cta-section .helpdesk-cta-btn svg {
      width: 13px;
      margin-left: 10px; }
    .helpdesk-page .helpdesk-cta-section .helpdesk-cta-btn:hover {
      background: #0ab95c !important; }
  .helpdesk-page .helpdesk-cta-section .helpdesk-phone-btn {
    background: transparent;
    color: #e27025;
    border-radius: 35px;
    padding: 17px 31px;
    font-size: 16px;
    border: 2px solid #e27025; }
    .helpdesk-page .helpdesk-cta-section .helpdesk-phone-btn svg {
      width: 13px;
      margin-right: 10px; }
    .helpdesk-page .helpdesk-cta-section .helpdesk-phone-btn:hover {
      background: #e27025 !important;
      color: #fbf1e2 !important; }

.helpdesk-page .trending-topics-section {
  background: #f9fbfc;
  padding-top: 80px;
  padding-bottom: 80px; }
  .helpdesk-page .trending-topics-section .section-title {
    color: #47403c;
    font-size: 48px;
    margin-bottom: 60px;
    font-weight: 300; }
  .helpdesk-page .trending-topics-section .trending-link {
    text-decoration: none;
    display: block;
    transition: 0.2s;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .helpdesk-page .trending-topics-section .trending-link h3, .helpdesk-page .trending-topics-section .trending-link p {
      color: #111; }
    .helpdesk-page .trending-topics-section .trending-link:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); }
      .helpdesk-page .trending-topics-section .trending-link:hover .body-chevron {
        animation: bounceLeft 1s infinite; }
      .helpdesk-page .trending-topics-section .trending-link:hover .trending-icon {
        background: #d2641c; }
  .helpdesk-page .trending-topics-section .trending-wrapper {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px; }
    .helpdesk-page .trending-topics-section .trending-wrapper .trending-icon {
      width: 70px;
      background: #e27025;
      transition: 0.2s;
      text-align: center;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
      .helpdesk-page .trending-topics-section .trending-wrapper .trending-icon span {
        font-size: 34px;
        vertical-align: middle; }
        .helpdesk-page .trending-topics-section .trending-wrapper .trending-icon span:before {
          font-family: "Font Awesome 5 Free";
          content: "\f15b";
          font-size: 36px;
          vertical-align: middle;
          color: #fff; }
    .helpdesk-page .trending-topics-section .trending-wrapper .trending-body {
      width: auto;
      margin-left: 15px; }
      .helpdesk-page .trending-topics-section .trending-wrapper .trending-body p {
        margin-bottom: 0;
        font-size: 16px; }
      .helpdesk-page .trending-topics-section .trending-wrapper .trending-body h3 {
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 2px; }
      .helpdesk-page .trending-topics-section .trending-wrapper .trending-body div {
        padding: 15px; }
    .helpdesk-page .trending-topics-section .trending-wrapper .body-chevron svg {
      width: 10px;
      margin-right: 25px; }
      .helpdesk-page .trending-topics-section .trending-wrapper .body-chevron svg path {
        fill: #e27025; }
    .helpdesk-page .trending-topics-section .trending-wrapper .trending-body, .helpdesk-page .trending-topics-section .trending-wrapper .trending-icon {
      vertical-align: middle; }

.helpdesk-page #article-category-1 {
  padding-bottom: 120px; }
  .helpdesk-page #article-category-1 .article-category-wrapper {
    margin-bottom: 50px; }
    .helpdesk-page #article-category-1 .article-category-wrapper h2 {
      font-size: 30px;
      font-weight: 300;
      color: #47403c;
      padding-bottom: 12px;
      border-bottom: 2px solid #ebeae8;
      padding-left: 10px; }
      .helpdesk-page #article-category-1 .article-category-wrapper h2 .article-counter {
        display: block;
        font-size: 16px;
        color: #b0b0b0;
        line-height: 16px;
        padding-left: 43px; }
      .helpdesk-page #article-category-1 .article-category-wrapper h2 .article-title:before {
        font-family: "Font Awesome 5 Free";
        content: "\f07b";
        margin-right: 10px; }
    .helpdesk-page #article-category-1 .article-category-wrapper .article-link {
      color: #e27025;
      padding: 0.5em 0 0.5em 10px;
      text-indent: -22px;
      margin-left: 23px; }
      .helpdesk-page #article-category-1 .article-category-wrapper .article-link:before {
        font-family: "Font Awesome 5 Free";
        content: "\f15b";
        margin-right: 10px;
        color: #dedede; }
    .helpdesk-page #article-category-1 .article-category-wrapper .article-view-all {
      padding-left: 25px;
      margin-left: 10px;
      color: #b0b0b0; }
      .helpdesk-page #article-category-1 .article-category-wrapper .article-view-all:hover {
        color: #47403c;
        text-decoration: none; }
      .helpdesk-page #article-category-1 .article-category-wrapper .article-view-all:after {
        font-family: "Font Awesome 5 Free";
        content: "\f35a";
        padding-left: 10px; }

.helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .helpdesk-title {
  color: #47403c;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 40px; }

.helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form {
  width: 615px;
  position: relative;
  margin: auto; }
  .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .signup-field #search-button {
    position: absolute;
    right: 0;
    color: #b0b0b0 !important;
    background: transparent !important;
    cursor: pointer;
    padding-right: 30px !important;
    padding-left: 5px !important; }
    .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .signup-field #search-button:hover i {
      color: #e27025; }
    .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .signup-field #search-button i {
      font-size: 26px; }
  .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .z-signup.helpdesk-search-field .signup-field input {
    border-radius: 45px;
    width: 100%;
    padding-right: 80px;
    text-align: left; }

.helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics p, .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics .help-item, .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics a {
  font-size: 17px; }

.helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics .help-item {
  color: #e27025; }
  .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics .help-item a {
    color: #e27025; }
  .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics .help-item:after {
    content: ","; }
  .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero .help-topics .help-item:last-child:after {
    content: ''; }

.reference-section {
  padding-top: 120px;
  padding-bottom: 120px; }
  .reference-section .reference-box {
    padding: 20px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    min-height: 200px;
    position: relative;
    cursor: pointer;
    background: linear-gradient(to right, #fffcf8 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out; }
    .reference-section .reference-box:hover {
      background-position: left bottom;
      transform: translateY(-3px);
      box-shadow: 0 15px 29px -20px rgba(0, 0, 0, 0.2);
      border-color: #bbbbbb; }
    .reference-section .reference-box p {
      font-size: 17px; }
    .reference-section .reference-box h2 {
      margin-bottom: 22px;
      color: #302e2e;
      font-size: 26px;
      font-weight: 300; }
    .reference-section .reference-box .reference-img {
      width: auto;
      margin-right: 18px;
      vertical-align: sub; }

#hero-2-section {
  margin-bottom: 170px; }
  #hero-2-section .z-hero-image {
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    object-position: bottom;
    height: 100%;
    width: 770px;
    margin-top: 55px;
    margin-bottom: calc(-170px); }

#hero-dev-page-section {
  margin-bottom: 120px; }
  #hero-dev-page-section .z-hero-image {
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    object-position: bottom;
    height: auto;
    margin-top: 55px;
    margin-bottom: calc(-170px); }
  #hero-dev-page-section .info-link-box {
    margin-top: 55px;
    margin-bottom: -130px; }

#column-image-dev-3-section {
  padding-top: 70px; }
  #column-image-dev-3-section .standard-col-inner {
    max-width: 1055px;
    margin: auto; }
  #column-image-dev-3-section h2 {
    font-size: 42px;
    margin-bottom: 55px;
    font-weight: 200; }
  #column-image-dev-3-section h3, #column-image-dev-3-section p {
    font-weight: 200; }
  #column-image-dev-3-section h3 {
    font-size: 30px;
    margin-bottom: 16px; }
  #column-image-dev-3-section p {
    font-size: 18;
    margin-bottom: 35px; }
  #column-image-dev-3-section .content-column {
    padding: 0 80px; }
  #column-image-dev-3-section .main-link {
    background: #0bd168;
    color: #fff;
    border-radius: 35px;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: none; }

.dev-image-component-section {
  background-repeat: no-repeat;
  background-position: left; }
  .dev-image-component-section .col-wrapper {
    padding: 0; }
  .dev-image-component-section h2 {
    font-size: 42px;
    font-weight: 200;
    margin-bottom: 20px; }
  .dev-image-component-section p, .dev-image-component-section li {
    font-size: 18px;
    font-weight: 200; }
  .dev-image-component-section p {
    margin-bottom: 20px; }
  .dev-image-component-section .content-box-major {
    margin-top: 150px;
    margin-bottom: 150px;
    background: #e27025;
    padding: 55px 30px; }
    .dev-image-component-section .content-box-major * {
      color: #fff; }
    .dev-image-component-section .content-box-major .row {
      height: 100%; }

#dev-image-component-2-section {
  padding-bottom: 80px;
  position: relative;
  z-index: 0; }
  #dev-image-component-2-section .image-component-outer {
    background-position: right 12%;
    background-size: auto;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: auto; }
    #dev-image-component-2-section .image-component-outer:before {
      content: '';
      background: #fbf1e2;
      width: 100%;
      height: 82%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
  #dev-image-component-2-section .content-box-major {
    border-radius: 300px;
    width: 580px;
    height: 580px;
    margin-top: 120px;
    margin-bottom: 0;
    padding: 55px 67px; }

#dev-image-component-1-section {
  background-size: contain; }
  #dev-image-component-1-section .content-box-major {
    background: #ffffff;
    box-shadow: 16px 15px 50px rgba(0, 0, 0, 0.2); }
    #dev-image-component-1-section .content-box-major * {
      color: #47403c; }

#column-with-image-6-section .image-column {
  right: -165px; }

#column-with-image-dev-section h2 {
  font-size: 42px; }

.column-image-section .container {
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important; }
  .column-image-section .container .row {
    position: relative; }

.column-image-section p, .column-image-section h2 {
  color: #47403c; }

.column-image-section p {
  font-size: 18px;
  line-height: 30px; }

.column-image-section h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200; }

.column-image-section .section-lead {
  font-weight: 500;
  color: #e27025; }

.column-image-section .links-wrapper a {
  margin-top: 20px; }

.column-image-section .links-wrapper .main-link {
  background: #ffda30;
  color: #47403c;
  border-radius: 35px;
  padding: 12px 40px;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important; }
  .column-image-section .links-wrapper .main-link:hover {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) scale(1.05) !important; }

.column-image-section .links-wrapper .secondary-link {
  background: transparent;
  color: #47403c;
  border-radius: 0;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  box-shadow: none !important;
  transform: none; }
  .column-image-section .links-wrapper .secondary-link:hover {
    text-decoration: underline; }

.column-image-section .image-column {
  position: absolute;
  right: -70px;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%); }

.column-image-section .image-column.image-l {
  position: absolute;
  left: -70px;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%); }

.column-image-section .content-l {
  padding-left: 75px; }

.column-image-section ul {
  margin-top: 30px; }
  .column-image-section ul .feature-list-item {
    color: #47403c;
    font-weight: 200;
    margin-bottom: 6px; }
    .column-image-section ul .feature-list-item i {
      color: #e27025;
      padding-right: 7px; }

.policy-page-template {
  padding-top: 100px;
  padding-bottom: 100px; }
  .policy-page-template p {
    margin-bottom: 40px; }

header {
  padding-top: 0;
  margin-bottom: 0; }
  header .navbar-toggler {
    border-color: transparent !important; }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 20px; }
  header .d-toggle {
    display: none; }
  header .nav-wrapper {
    max-width: 1380px;
    margin: auto;
    padding: 35px 0; }
    header .nav-wrapper .logo {
      margin-right: 40px;
      padding-top: 0; }
    header .nav-wrapper .login-btn {
      background: #8400db;
      color: #ffffff;
      border-radius: 25px;
      padding: 11px 23px;
      font-size: 15px;
      text-transform: none;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      transform: none; }
  header a, header a:visited, header a:active {
    color: #47403c;
    font-size: 15px; }
    header a:hover, header a:visited:hover, header a:active:hover {
      color: #a09086; }

.policy-page-template {
  padding: 50px 0; }

.policy-sidebar {
  padding-left: 0; }
  .policy-sidebar li {
    list-style-type: none;
    display: block;
    padding: 10px 0; }
    .policy-sidebar li a {
      color: #0069FE; }
      .policy-sidebar li a:visited {
        text-decoration: none; }
      .policy-sidebar li a:hover {
        filter: brightness(80%); }

.policy-template-1 ol li {
  margin-bottom: 12px;
  font-size: 18px; }
  .policy-template-1 ol li h5 {
    font-size: 18px; }
  .policy-template-1 ol li ul {
    padding-left: 0; }
    .policy-template-1 ol li ul li {
      list-style-type: none;
      padding-left: 50px;
      font-size: 1rem; }
      .policy-template-1 ol li ul li span {
        margin-left: -50px;
        padding-right: 23px; }

.template-1-append ol li ul {
  padding-left: 0; }
  .template-1-append ol li ul li {
    padding-left: 50px; }
    .template-1-append ol li ul li ul li {
      margin-top: 10px; }
    .template-1-append ol li ul li span {
      margin-left: -50px;
      padding-right: 38px; }

#z-footer {
  padding-top: 100px;
  background-color: #fff;
  font-size: 15px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  border-top: 1px solid lightgrey; }
  #z-footer .nav-link {
    padding: .5rem 0 1rem 0;
    font-size: 15px;
    font-weight: normal;
    color: #47403c; }
    #z-footer .nav-link:hover {
      text-decoration: underline;
      background-color: transparent; }
  #z-footer .footer-column-heading {
    margin-bottom: 25px;
    font-size: 20px;
    color: #302e2e;
    font-weight: normal; }
  #z-footer #footer-underline {
    max-width: 1320px;
    margin: 60px auto; }
    #z-footer #footer-underline #copy-date {
      margin-top: 30px;
      text-align: right; }

.email-signup-section {
  background: #fbf1e2; }

.z-signup p, .z-signup h2 {
  color: #47403c !important; }

.z-signup .signup-field {
  margin-top: 20px; }
  .z-signup .signup-field button, .z-signup .signup-field input {
    margin: 0;
    border: none;
    display: inline-block;
    vertical-align: middle; }
  .z-signup .signup-field button {
    background: #0bd168;
    color: #fff;
    border-radius: 0px 45px 45px 0;
    padding: 30px 35px;
    font-size: 18px;
    text-transform: none; }
  .z-signup .signup-field input {
    border-radius: 45px 0 0 45px;
    padding: 33px 35px;
    font-size: 18px;
    height: 100%;
    outline: none;
    width: 347px;
    border-color: transparent;
    margin-right: -4px; }

.cta-panel {
  background-color: #fbf1e2;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 500px !important; }
  .cta-panel p {
    font-weight: 200; }
  .cta-panel .sub-heading {
    margin-bottom: 30px; }
  .cta-panel h2 {
    margin-bottom: 20px;
    font-weight: 200; }
  .cta-panel .cta-list-item {
    margin-bottom: 0px; }
    .cta-panel .cta-list-item i {
      padding-right: 4px;
      color: #e27025; }

.featured-card {
  position: relative; }

.featured-card::before,
.featured-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  border-color: transparent;
  border-style: solid; }

.featured-card::after {
  border-width: 2.55em;
  border-right-color: #e27025;
  border-top-color: #e27025; }

@media (max-width: 1600px) {
  #dev-image-component-2-section {
    background-size: contain; } }

@media (max-width: 1366px) {
  .column-image-section .image-column {
    width: 54% !important;
    right: -25px; }
  .column-image-section .image-column.image-l {
    width: 54% !important;
    left: -25px; }
  .column-image-section .content-l {
    padding-left: 35px; }
  #column-with-image-6-section .image-column {
    width: 80% !important;
    right: -175px !important; }
  .section-padding-xl {
    padding-top: 150px;
    padding-bottom: 150px; }
  .section-padding-md {
    padding-top: 130px;
    padding-bottom: 130px; }
  #dev-image-component-2-section {
    background-position: center; } }

@media (max-width: 1199px) {
  #dev-image-component-2-section {
    background-size: cover; }
  .section-padding-xl {
    padding-top: 90px;
    padding-bottom: 90px; }
  .section-padding-md {
    padding-top: 70px;
    padding-bottom: 70px; }
  .dev-image-component-section {
    background-repeat: no-repeat;
    background-position: left; }
    .dev-image-component-section .col-wrapper {
      padding: 0; }
    .dev-image-component-section h2 {
      font-size: 36px; }
    .dev-image-component-section p, .dev-image-component-section li {
      font-size: 16px; }
    .dev-image-component-section p {
      margin-bottom: 20px; }
    .dev-image-component-section .content-box-major {
      margin-top: 150px;
      margin-bottom: 150px;
      background: #e27025;
      padding: 55px 30px; }
  #column-image-dev-3-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px; }
  #dev-image-component-2-section {
    margin-top: 60px; }
    #dev-image-component-2-section .content-box-major {
      border-radius: 300px;
      width: 560px;
      height: 560px;
      margin-top: 140px;
      margin-bottom: 0;
      padding: 55px 75px; }
    #dev-image-component-2-section .image-component-outer {
      background-position: right -20%; } }

@media (max-width: 991px) {
  #dev-image-component-2-section {
    margin-top: 60px; }
    #dev-image-component-2-section .content-box-major {
      border-radius: 300px;
      width: 450px;
      height: 450px; }
    #dev-image-component-2-section .image-component-outer {
      background-position: left -20%; }
  .cta-panel .cta-image {
    margin-bottom: -55px; }
  #hero-2-section .z-hero-image {
    width: 80%; }
  .pricing-plan-section .p-card {
    width: 215px;
    padding: 52px 16px; }
    .pricing-plan-section .p-card h3.card-price {
      font-size: 34px !important;
      margin-bottom: 66px; }
  .section-padding {
    padding-top: 55px;
    padding-bottom: 55px; }
  .section-padding-xl {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section-padding-md {
    padding-top: 50px;
    padding-bottom: 50px; }
  .d-toggle {
    display: block;
    margin-right: 15px; }
  .column-image-section .image-column {
    width: 58% !important;
    right: -80px; }
  .column-image-section .image-column.image-l {
    width: 58% !important;
    left: -80px; }
  .column-image-section .content-l {
    padding-left: 18px; }
  .column-image-section .feature-list-item {
    font-size: 16px !important;
    margin-bottom: 4px;
    white-space: nowrap; }
  .column-image-section ul {
    margin-top: 20px;
    text-align: left; }
  .feature-column .feature-column-img {
    width: 100%; }
  h2 {
    font-size: 36px;
    line-height: 42px; }
  p {
    font-size: 16px;
    line-height: 26px; } }

@media (max-width: 768px) {
  #dev-image-component-2-section {
    background-position: 38%; }
  .dev-image-component-section {
    background-repeat: no-repeat;
    background-position: left; }
    .dev-image-component-section .col-wrapper {
      padding: 0; }
    .dev-image-component-section h2 {
      font-size: 36px; }
    .dev-image-component-section p, .dev-image-component-section li {
      font-size: 14px; }
    .dev-image-component-section .content-box-major {
      margin-top: 100px;
      margin-bottom: 100px;
      padding: 55px 20px; }
  #column-with-image-dev-section .content-column {
    padding-right: 60px; }
  #column-image-dev-3-section {
    padding-left: 15px;
    padding-right: 15px; }
    #column-image-dev-3-section h2 {
      font-size: 32px;
      margin-bottom: 40px; }
    #column-image-dev-3-section h3 {
      font-size: 24px;
      margin-bottom: 12px; }
    #column-image-dev-3-section p {
      font-size: 16;
      margin-bottom: 22px; }
    #column-image-dev-3-section .content-column {
      padding: 0 20px; }
  .cta-no-image-panel .cta-heading {
    margin-top: 15px; }
  .cta-panel .cta-image {
    margin-top: 0;
    margin-bottom: -96px;
    width: 76%; }
  h2 {
    font-size: 32px;
    line-height: 40px; }
  .column-image-section .links-wrapper .main-link, .column-image-section .links-wrapper .secondary-link {
    padding: 8px 25px !important; }
  .column-image-section .image-column {
    right: -15px; }
  .column-image-section .image-column.image-l {
    left: -40px; }
  .column-image-section ul .feature-list-item {
    white-space: normal; }
  #column-with-image-6-section .image-column {
    right: -112px !important; } }

@media (max-width: 767px) {
  .helpdesk-page .helpdesk-cta-section .btn-wrap-cta, .helpdesk-page .helpdesk-cta-section .btn-wrap-phone {
    text-align: center; }
  .helpdesk-page .helpdesk-cta-section .btn-wrap-cta {
    margin-bottom: 25px; }
  .helpdesk-page #article-category-1 .article-category-wrapper {
    margin-bottom: 35px; }
    .helpdesk-page #article-category-1 .article-category-wrapper h2 {
      padding-left: 0; }
    .helpdesk-page #article-category-1 .article-category-wrapper .article-link {
      margin-left: 13px; }
    .helpdesk-page #article-category-1 .article-category-wrapper .article-view-all {
      margin-left: 0; }
  .helpdesk-page .reference-section {
    padding-top: 60px;
    padding-bottom: 60px; }
    .helpdesk-page .reference-section .reference-box {
      min-height: auto;
      padding: 15px; }
      .helpdesk-page .reference-section .reference-box h2 {
        font-size: 22px !important;
        margin-bottom: 14px; }
      .helpdesk-page .reference-section .reference-box .reference-img {
        width: 24px;
        margin-right: 5px; }
  .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form {
    width: 100%; }
    .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .z-signup.helpdesk-search-field .signup-field input {
      padding-right: 45px; }
    .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .z-signup.helpdesk-search-field #search-button {
      padding-right: 14px !important; }
      .helpdesk-page #helpdesk-hero-section.z-hero.helpdesk-hero form .z-signup.helpdesk-search-field #search-button i {
        font-size: 18px; }
  #dev-image-component-2-section .image-component-outer {
    background-position: top;
    background-size: contain; }
  .dev-image-component-section {
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain; }
    .dev-image-component-section .col-wrapper {
      padding: 0 15px; }
    .dev-image-component-section h2 {
      font-size: 32px; }
    .dev-image-component-section .content-box-major {
      margin-top: 75px;
      margin-bottom: 0;
      padding: 55px 20px; }
  .info-link-box .content-column:nth-child(2) {
    margin-top: 30px !important; }
  .info-link-box h3 {
    font-size: 28px !important; }
  .info-link-box a {
    font-size: 16px !important; }
  #column-with-image-dev-section .content-column {
    padding-right: 15px; }
  #dev-image-component-section {
    padding-top: 20px !important; }
  section {
    padding-left: 18px;
    padding-right: 18px; }
  .z-hero .hero-trial-btn {
    margin-top: 20px;
    margin-bottom: 50px; }
  #hero-dev-page-section {
    margin-bottom: 100px; }
    #hero-dev-page-section .z-hero-image {
      margin-bottom: -110px; }
  #hero-2-section {
    margin-bottom: 100px; }
    #hero-2-section .z-hero-image {
      margin-bottom: -110px; }
  .feature-column {
    text-align: center; }
    .feature-column .feature-column-img {
      width: 70%;
      margin: auto;
      margin-top: 40px; }
  .column-image-section .image-column {
    position: initial;
    transform: none;
    margin-top: 30px;
    text-align: center; }
    .column-image-section .image-column img {
      margin-left: auto;
      margin-right: auto; }
  .column-image-section .image-column.image-l {
    position: initial;
    transform: none;
    margin-top: 30px;
    text-align: center; }
    .column-image-section .image-column.image-l img {
      margin-left: auto;
      margin-right: auto; }
  .column-image-section .content-column {
    text-align: left; }
  .section-padding-xl {
    padding-top: 50px;
    padding-bottom: 50px; }
  .fnt-m-14 {
    font-size: 14px; }
  .fnt-m-16 {
    font-size: 16px; }
  .fnt-m-18 {
    font-size: 18px; }
  .fnt-m-20 {
    font-size: 20px; }
  .fnt-m-24 {
    font-size: 24px; }
  .fnt-m-28 {
    font-size: 28px; }
  #z-footer {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center; }
    #z-footer .footer-column-heading {
      margin-top: 40px; }
    #z-footer .logo {
      width: 60%;
      margin: auto; }
    #z-footer #footer-underline {
      margin: 0;
      border-color: #fff; }
      #z-footer #footer-underline #copy-date {
        text-align: center; }
  .z-signup .signup-field input {
    border-radius: 45px 0 0 45px;
    padding: 20px 19px;
    font-size: 14px;
    height: 100%;
    outline: none;
    width: 200px;
    border-color: transparent; }
  .z-signup .signup-field button {
    background: #0bd168;
    color: #fff;
    border-radius: 0px 45px 45px 0;
    padding: 18px 20px;
    font-size: 14px;
    text-transform: none; } }

@media (max-width: 650px) {
  #dev-image-component-1-section {
    margin-top: 60px; }
  #dev-image-component-2-section {
    padding-top: 20px; }
    #dev-image-component-2-section .content-box-major {
      width: 100%;
      border-radius: 0;
      padding: 35px 30px; }
  .info-link-box {
    padding: 30px 25px; }
  #column-image-dev-3-section {
    padding-top: 110px; }
    #column-image-dev-3-section h2 {
      font-size: 32px;
      margin-bottom: 40px; }
    #column-image-dev-3-section h3 {
      font-size: 24px;
      margin-bottom: 12px; }
    #column-image-dev-3-section p {
      font-size: 16;
      margin-bottom: 22px; }
    #column-image-dev-3-section .content-column {
      padding: 0 15px; }
    #column-image-dev-3-section .image-column img {
      margin-top: 30px; }
  .cta-panel .p-2 {
    padding: 0 !important; }
  .cta-panel .cta-list-item {
    white-space: nowrap;
    margin-bottom: 6px; }
  .cta-panel {
    background-size: contain;
    padding-bottom: 70% !important; }
  #hero-2-section {
    margin-bottom: 80px; }
    #hero-2-section div div {
      padding-left: 15px;
      padding-right: 15px; }
  .z-hero br {
    display: none; } }

@media (max-width: 450px) {
  #hero-dev-page-section .info-link-box {
    margin-top: 40px; }
  .d-toggle {
    display: none !important; }
  .m-toggle {
    display: inline-block !important; }
  header .nav-wrapper .navbar .logo {
    margin-right: 10px; }
  .z-hero .hero-trial-btn {
    padding: 12px 20px !important; }
  #hero-2-section .z-hero-image {
    margin-top: 10px; } }

@media (max-width: 374px) {
  .z-signup .signup-field input {
    width: 180px;
    padding: 20px 14px; }
  .z-signup .signup-field button {
    padding: 18px 14px !important; } }

.zs-base .main-content .blog-sidebar {
  box-shadow: none;
  padding: 0; }

.account {
  padding: 20px;
  min-height: 800px; }
  .account a {
    text-decoration: none; }
    .account a.back {
      text-decoration: none; }
      .account a.back:before {
        content: '';
        width: 0;
        height: 0;
        border-right: 7px solid #0069FE;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: 0;
        top: 4px; }
  .account .sidebar ul li.active {
    background-color: #81A2D0;
    color: #000; }
  .account .sidebar ul li a {
    color: white; }
    .account .sidebar ul li a:hover {
      background-color: #33404f;
      color: #fff; }
  .account .zs.input-group {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px; }
    .account .zs.input-group input {
      margin-bottom: 0;
      border-radius: 6px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-color: #81A2D0;
      border-left: none;
      width: 100%;
      outline: none;
      padding: 14px 15px 15px 0; }
      .account .zs.input-group input:focus {
        outline: none; }
    .account .zs.input-group .input-group-addon {
      background-color: #fff;
      border: 1px solid #81A2D0;
      border-right: none; }
      .account .zs.input-group .input-group-addon .glyphicon {
        color: #81A2D0;
        font-size: 17px; }
    .account .zs.input-group.error {
      padding: 0;
      border: 1px solid red; }
  .account.login, .account.register {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dee9fd url(/om7cxzevfs/login-background.svg) no-repeat center center;
    background-size: cover;
    overflow: auto; }
    .account.login .login-logo, .account.register .login-logo {
      text-align: center;
      padding-top: 20px; }
      .account.login .login-logo img, .account.register .login-logo img {
        width: 125px;
        height: 125px;
        top: 100px;
        position: relative; }
    .account.login .account-content,
    .account.login .form-footer:not(.logout), .account.register .account-content,
    .account.register .form-footer:not(.logout) {
      width: 400px; }
      @media (max-width: 767px) {
        .account.login .account-content,
        .account.login .form-footer:not(.logout), .account.register .account-content,
        .account.register .form-footer:not(.logout) {
          width: 90%; } }
    .account.login .cover, .account.register .cover {
      background-color: black;
      width: 100%;
      height: 100%;
      display: none;
      position: fixed;
      top: 0;
      left: 0; }
    .account.login .interstitial, .account.register .interstitial {
      margin: 0;
      position: absolute;
      top: 30%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .account.login #remember-me + label, .account.login #terms-of-service + label, .account.login #tc-interstitial + label, .account.register #remember-me + label, .account.register #terms-of-service + label, .account.register #tc-interstitial + label {
      padding-bottom: 0;
      margin: -15px 0 10px;
      font-weight: normal;
      font-size: 14px; }
    .account.login #remember-me + label:before, .account.login #terms-of-service + label:before, .account.login #tc-interstitial + label:before, .account.register #remember-me + label:before, .account.register #terms-of-service + label:before, .account.register #tc-interstitial + label:before {
      border-color: #81A2D0; }
    .account.login #remember-me:checked + label:after, .account.login #terms-of-service:checked + label:after, .account.login #tc-interstitial:checked + label:after, .account.register #remember-me:checked + label:after, .account.register #terms-of-service:checked + label:after, .account.register #tc-interstitial:checked + label:after {
      content: "\e013";
      font-family: 'Glyphicons Halflings';
      color: #81A2D0;
      background: none;
      position: absolute;
      left: 7px;
      top: 2px;
      font-size: 11px;
      line-height: normal; }
    .account.login label#tos-is-cb, .account.register label#tos-is-cb {
      padding-bottom: 0;
      margin: -15px 0 10px;
      font-weight: normal; }
    .account.login label#tos-is-cb:before, .account.register label#tos-is-cb:before {
      border-color: #81A2D0; }
    .account.login #tos-is-checkbox:checked + label:after, .account.register #tos-is-checkbox:checked + label:after {
      content: "\e013";
      font-family: 'Glyphicons Halflings';
      color: #df6f2e;
      background: none;
      position: absolute;
      left: 7px;
      top: 2px;
      font-size: 11px;
      line-height: normal; }
    .account.login .account-content, .account.register .account-content {
      margin: 10% auto 0;
      text-align: center;
      padding: 0 30px 30px;
      position: relative; }
      .account.login .account-content .submit,
      .account.login .account-content a.accept, .account.register .account-content .submit,
      .account.register .account-content a.accept {
        background-color: #466289;
        width: 100%;
        margin: 0;
        border-radius: 6px;
        padding: 15px;
        text-transform: uppercase;
        color: #fff; }
      .account.login .account-content.logged-in h3, .account.register .account-content.logged-in h3 {
        font-weight: 400;
        padding: 20px;
        margin: 0; }
      .account.login .account-content .center, .account.register .account-content .center {
        margin-top: 20px; }
    .account.login .form .authorize-content, .account.register .form .authorize-content {
      border-top: 1px solid #aaa;
      padding: 25px 0 15px; }
      .account.login .form .authorize-content .client-name, .account.register .form .authorize-content .client-name {
        font-weight: bold; }
    .account.login .form .input-group, .account.register .form .input-group {
      margin-left: auto;
      margin-right: auto; }
    .account.login .form .title, .account.register .form .title {
      padding: 30px 0 25px;
      color: #444;
      font-weight: normal;
      font-size: 27px;
      line-height: 1.5;
      margin: 0; }
    .account.login .form .divider, .account.register .form .divider {
      border: 1px solid;
      height: 1px;
      margin-top: 30px;
      margin-bottom: 15px;
      color: #d0d0d0; }
    .account.login .form .tos, .account.register .form .tos {
      margin: auto; }
    .account.login .form .register, .account.register .form .register {
      padding-top: 20px; }
    .account.login .not-user, .account.register .not-user {
      margin: 0 auto;
      padding: 30px 0;
      text-align: center;
      border-top: 1px solid #939393;
      color: #333; }
      .account.login .not-user a, .account.register .not-user a {
        font-weight: 600;
        color: #81A2D0;
        font-style: italic;
        text-decoration: underline; }
      .account.login .not-user.logout, .account.register .not-user.logout {
        color: #222; }
  .account.login {
    /*.not-user {
      border-bottom: 1px solid #aaa;
      padding: 20px 0 10px;
      font-size: 13px;

      button {
        vertical-align: unset;
        color: #000;
        background: none;
        transition: none !important;

        &:hover {
          transition: none !important;
        }
      }
    }*/ }
    .account.login form {
      margin: 0; }
    .account.login .account-content {
      padding-bottom: 20px; }
    .account.login select[name="accounts"] {
      width: 100%;
      border-color: #81A2D0;
      padding: 15px; }
      .account.login select[name="accounts"]:empty {
        display: none; }
      .account.login select[name="accounts"].error {
        border: 2px solid red; }
    .account.login .select-container {
      background-color: #fff;
      margin: auto;
      border-radius: 6px; }
      .account.login .select-container:after {
        top: 23px;
        border-top: 8px solid #81A2D0;
        cursor: pointer; }
    .account.login .italic {
      font-style: italic; }
    .account.login .add-ons {
      text-align: left;
      padding: 30px 15px 0 0; }
      .account.login .add-ons a.pw-reset {
        float: right;
        font-size: 14px; }
    .account.login .scope ul {
      display: inline-block;
      margin: auto;
      text-align: left;
      padding-top: 10px; }
    .account.login .scope li {
      font-weight: bold;
      padding: 3px 0 3px 20px;
      text-transform: capitalize;
      position: relative; }
      .account.login .scope li:before {
        content: "";
        height: 13px;
        width: 13px;
        border-radius: 2px;
        border: 2px solid #e57f3c;
        vertical-align: middle;
        position: absolute;
        left: 0;
        z-index: 2;
        top: 6px; }
      .account.login .scope li:after {
        content: "\e013";
        font-family: 'Glyphicons Halflings';
        font-size: 7px;
        padding: 2px 3px;
        color: #e57f3c;
        vertical-align: middle;
        position: absolute;
        left: 0;
        z-index: 2;
        top: 6px;
        line-height: normal; }
  .account .sidebar {
    background-color: #466289;
    padding: 20px;
    margin: 20px 20px 20px 0;
    border-radius: 3px; }
    .account .sidebar .menu-sidebar li {
      padding: 10px; }
      .account .sidebar .menu-sidebar li a {
        color: #333;
        font-weight: 600; }
      .account .sidebar .menu-sidebar li.active {
        background-color: #81A2D0;
        border-radius: 3px; }
        .account .sidebar .menu-sidebar li.active a {
          color: #fff; }
  .account .mfa ol.mfa-steps {
    padding: 0 20px;
    margin: 0; }
    .account .mfa ol.mfa-steps li {
      font-size: 18px;
      padding: 10px;
      letter-spacing: 0.5px; }
      .account .mfa ol.mfa-steps li img {
        width: 200px;
        border-radius: 4px;
        border: 1px solid #ddd;
        margin: 15px 0 0; }
      .account .mfa ol.mfa-steps li input, .account .mfa ol.mfa-steps li select {
        margin: 10px 0;
        border: 1px solid #ddd;
        padding: 10px 20px;
        border-radius: 4px;
        width: 300px;
        background: transparent;
        min-height: 30px; }
      .account .mfa ol.mfa-steps li select {
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        z-index: 1;
        font-size: 14px; }
      .account .mfa ol.mfa-steps li select::-ms-expand {
        display: none; }
  .account .mfa .submit {
    padding: 0 25px; }
  .account .login .title {
    color: #47403c; }
  .account .accept-invite {
    padding: 35px; }
  .account .user-keys .title {
    display: inline-block; }
  .account .user-keys a.add-key {
    color: #fff;
    margin: 0 10px;
    vertical-align: super; }
  .account .user-keys textarea {
    display: block;
    width: 75%; }
    @media (max-width: 767px) {
      .account .user-keys textarea {
        width: 100%; } }
  .account .user-keys ul.keys li {
    margin-top: 10px; }
    .account .user-keys ul.keys li .key {
      word-break: break-all; }
    .account .user-keys ul.keys li .delete {
      background-color: red;
      padding: 10px 20px;
      font-weight: bold;
      color: #fff;
      border: 0;
      border-radius: 4px; }
  .account .user-keys ul.keys li:first-child:not(.no-keys) {
    font-weight: bold; }
  .account .user-keys ul.keys li:after {
    content: '';
    clear: both;
    display: table; }
  .account .account-logout {
    cursor: pointer;
    font-weight: bold; }

/**
 * Product edit page
 */
.product-edit .form-section, .customization-popup .form-section {
  border: 1px solid #dadada;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px; }
  .product-edit .form-section.validation-error, .customization-popup .form-section.validation-error {
    border: 2px solid red;
    background-color: beige; }

.product-edit .product-table, .customization-popup .product-table {
  margin-bottom: 0; }
  .product-edit .product-table th:first-child, .customization-popup .product-table th:first-child {
    width: 90px; }
  .product-edit .product-table .fa-trash-alt, .customization-popup .product-table .fa-trash-alt {
    color: tomato;
    font-size: 16px; }
  .product-edit .product-table .image-container.gallery, .customization-popup .product-table .image-container.gallery {
    justify-content: flex-start; }
  .product-edit .product-table .image-container .product-gallery, .customization-popup .product-table .image-container .product-gallery {
    width: 50px;
    max-height: 50px; }
    .product-edit .product-table .image-container .product-gallery img, .customization-popup .product-table .image-container .product-gallery img {
      width: 100%;
      height: 100%; }
  .product-edit .product-table .image-container .popup-btn-container.variant-images, .customization-popup .product-table .image-container .popup-btn-container.variant-images {
    margin-top: 0; }
  .product-edit .product-table .fas.status, .customization-popup .product-table .fas.status {
    color: #ddd; }
    .product-edit .product-table .fas.status.active, .customization-popup .product-table .fas.status.active {
      color: #448cdb; }

.product-edit .show-values, .customization-popup .show-values {
  margin: 15px 0; }
  .product-edit .show-values .add-values + .form-group, .customization-popup .show-values .add-values + .form-group {
    margin-left: 30px;
    display: inline-block; }
  .product-edit .show-values .popup-btn-container .thumbnail-btn, .customization-popup .show-values .popup-btn-container .thumbnail-btn {
    height: 35px; }

.product-edit .color-values, .customization-popup .color-values {
  display: flex;
  width: fit-content;
  align-items: baseline; }
  .product-edit .color-values > button, .customization-popup .color-values > button {
    margin-top: -7px; }
  .product-edit .color-values *, .customization-popup .color-values * {
    margin-right: 5px; }
  .product-edit .color-values .well, .customization-popup .color-values .well {
    background-color: white;
    padding: 2px;
    display: flex;
    margin-bottom: 5px; }
    .product-edit .color-values .well .form-group, .customization-popup .color-values .well .form-group {
      margin-left: auto;
      margin-bottom: 0; }
    .product-edit .color-values .well:last-child, .customization-popup .color-values .well:last-child {
      margin-bottom: 15px; }

.product-edit .qty {
  width: 100px; }

.product-edit .table-layout {
  border-bottom: 1px solid #ddd;
  border-radius: 4px; }
  .product-edit .table-layout .form-group {
    margin-bottom: 0; }
  .product-edit .table-layout.add-margin {
    margin: 0 15px;
    width: calc(50% - 30px); }
    @media (max-width: 991px) {
      .product-edit .table-layout.add-margin {
        width: calc(100% - 30px); } }
  .product-edit .table-layout > * {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .product-edit .table-layout > *:nth-child(2n+1) {
      background-color: #efefef; }
    .product-edit .table-layout > *:first-child {
      background-color: #e3edff;
      border: 1px solid #ddd; }

.zs_redesign {
  /**
     * HEADER
     */
  /**
     * HOMEPAGE HERO
     */
  /*
    h1 {
        @include h1;
        margin-bottom: 2.5vw;

        @media (min-width: 1600px) {
            margin-bottom: 40px;
        }
    }

    h2 {
        @include h2;
        margin-bottom: 2.5vw;

        @media (min-width: 1600px) {
            margin-bottom: 40px;
        }
    }

    h3 {
        @include h3;
    }

    h4 {
        @include h4;
        max-width: 32.5vw;
        margin: 0 auto 1.56vw;

        @include min1600 {
            max-width: 520px;
            margin: 0 auto 25px;
        }
    }
     */ }
  .zs_redesign h1, .zs_redesign h2, .zs_redesign h3, .zs_redesign h4, .zs_redesign h5, .zs_redesign h6 {
    font-family: 'Helvetica-Light', sans-serif; }
  .zs_redesign section {
    padding: 0; }
  .zs_redesign header {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 1; }
    .zs_redesign header .nav-wrapper {
      padding-left: 25px;
      padding-right: 25px; }
      .zs_redesign header .nav-wrapper .container-fluid {
        padding: 0; }
        .zs_redesign header .nav-wrapper .container-fluid .navbar {
          background: #24262c; }
          .zs_redesign header .nav-wrapper .container-fluid .navbar.has_scrolled {
            box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.4); }
          .zs_redesign header .nav-wrapper .container-fluid .navbar .login-btn {
            font-size: 15px;
            line-height: 1.3;
            border: 2px solid #ffffff;
            background: transparent;
            font-weight: 400;
            text-transform: uppercase;
            transition: 0.2s;
            box-shadow: none;
            transform: none; }
            .zs_redesign header .nav-wrapper .container-fluid .navbar .login-btn:hover {
              background: #ffffff;
              color: #c75000;
              transform: none !important;
              box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); }
            .zs_redesign header .nav-wrapper .container-fluid .navbar .login-btn.m-toggle {
              display: inline-block;
              margin-left: auto; }
  .zs_redesign .content-wrapper {
    margin: auto;
    position: relative; }
    @media (min-width: 1600px) {
      .zs_redesign .content-wrapper {
        max-width: 1320px; } }
  .zs_redesign .hero_gradient {
    background: linear-gradient(#ff8d41, #ffe98f); }
  .zs_redesign .hero_gradient_reverse {
    background: linear-gradient(#ffe98f, #ff8d41); }
  .zs_redesign .homepage-hero {
    position: relative; }
    .zs_redesign .homepage-hero a {
      padding: 0.76vw 1.87vw;
      text-transform: uppercase;
      font-weight: 600;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
      font-family: "Helvetica-Bold", sans-serif;
      letter-spacing: 0.3px; }
      .zs_redesign .homepage-hero a.hero1 {
        color: #8400db;
        background: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 60px;
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        padding: .5vw 1.2vw;
        font-size: 1.1rem;
        padding: 0.7vw 1.8vw;
        font-size: 16px; }
        .zs_redesign .homepage-hero a.hero1:hover {
          background: transparent;
          color: #ffffff;
          box-shadow: none;
          text-decoration: none; }
        @media (max-width: 576px) {
          .zs_redesign .homepage-hero a.hero1 {
            padding: 8px 20px; } }
        @media (max-width: 365px) {
          .zs_redesign .homepage-hero a.hero1 {
            font-size: 14px; } }
      .zs_redesign .homepage-hero a.hero2 {
        color: #ffffff;
        background: #8400db;
        border: 2px solid #8400db;
        border-radius: 60px;
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin-top: 30px;
        text-decoration: none;
        font-size: 16px; }
        .zs_redesign .homepage-hero a.hero2:hover {
          background: #ffffff;
          border: 2px solid #8400db;
          color: #8400db; }
    .zs_redesign .homepage-hero.top:before {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 100%;
      background-image: url(/opkbzh532j/triangle.svg);
      background-position: left;
      background-size: cover; }
    .zs_redesign .homepage-hero .homepage-hero-inner {
      padding: 17.05vw 20px 6.25vw; }
      @media (min-width: 1600px) {
        .zs_redesign .homepage-hero .homepage-hero-inner {
          padding: 278px 30px 6.25vw; } }
      @media (min-width: 1880px) {
        .zs_redesign .homepage-hero .homepage-hero-inner {
          padding-bottom: 5vw; } }
      @media (max-width: 992px) {
        .zs_redesign .homepage-hero .homepage-hero-inner {
          padding: 150px 20px 100px; } }
      .zs_redesign .homepage-hero .homepage-hero-inner .clip {
        position: absolute;
        width: 100%;
        background-size: cover;
        pointer-events: none; }
        .zs_redesign .homepage-hero .homepage-hero-inner .clip.top {
          background-position: left;
          background-image: url(/5j3kdk53yo/top-triangle.svg);
          padding-bottom: calc(100% * .1);
          top: 0; }
        .zs_redesign .homepage-hero .homepage-hero-inner .clip.bottom {
          bottom: 0;
          left: 0;
          background-image: url(/opkbzh532j/triangle.svg);
          height: 100%; }
      .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container {
        text-align: center; }
        .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container .slide-content {
          max-width: 80%;
          margin-left: 10%; }
          .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container .slide-content h3 {
            font-weight: bold; }
        .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container .slick-arrow {
          width: 7vw;
          height: 7vw;
          background-repeat: no-repeat;
          background-size: 3vw; }
          @media (max-width: 991px) {
            .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container .slick-arrow {
              width: 35px;
              height: 35px;
              background-size: 100%; } }
          .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container .slick-arrow.slick-next {
            background-image: url(/2tpkzsnex3/right-arrow.svg);
            background-position-x: right; }
          .zs_redesign .homepage-hero .homepage-hero-inner .feature-slider-container .slick-arrow.slick-prev {
            background-image: url(/6r7nwpkfuk/left-arrow.svg); }
      .zs_redesign .homepage-hero .homepage-hero-inner .content-column {
        max-width: 34vw;
        text-align: center;
        position: relative;
        z-index: 2; }
        @media (min-width: 1600px) {
          .zs_redesign .homepage-hero .homepage-hero-inner .content-column {
            max-width: 545px; } }
  @media (max-width: 1599px) {
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper {
      max-width: 85%; } }
  @media (max-width: 1200px) {
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper {
      max-width: 88%; } }
  @media (max-width: 992px) {
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper {
      max-width: 100%; } }
  .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper {
    text-align: center;
    max-width: 33vw;
    margin-right: auto; }
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper h1 {
      font-size: 3.75vw;
      margin-bottom: 2.5vw; }
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper h4 {
      font-size: 1.5vw;
      margin-bottom: 1.6vw; }
    @media (min-width: 1600px) {
      .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper {
        max-width: 520px; }
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper h1 {
          font-size: 60px;
          margin-bottom: 40px; }
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper h4 {
          font-size: 24px;
          margin-bottom: 25px; } }
    @media (max-width: 992px) {
      .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper {
        max-width: 400px;
        margin: auto; }
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper h1 {
          font-size: 38px;
          margin-bottom: 20px; }
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .left-cell-wrapper h4 {
          font-size: 18px;
          margin-bottom: 20px; } }
  @media (max-width: 992px) {
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper {
      position: relative;
      min-height: 23vw;
      top: 90px; } }
  @media (max-width: 576px) {
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper {
      top: 70px; } }
  .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part {
    position: absolute;
    z-index: 2; }
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-one, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-two, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-three, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-base {
      top: -4vw;
      right: -9vw;
      width: 61.8vw;
      height: auto;
      visibility: hidden; }
      @media (min-width: 1600px) {
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-one, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-two, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-three, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-base {
          top: -64px;
          right: -144px;
          width: 990px; } }
      @media (max-width: 992px) {
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-one, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-two, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-three, .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-base {
          right: 0;
          left: 50%;
          transform: translateX(-50%);
          max-width: 500px;
          width: 100%; } }
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-base {
      visibility: visible; }
      .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-base svg {
        height: auto;
        width: 100%; }
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-three {
      transform: rotate(2deg); }
      @media (max-width: 992px) {
        .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container .layer-part.layer-three {
          transform: translateX(-50%) rotate(2deg); } }
  @media (min-width: 1600px) {
    .zs_redesign #homepage-hero .homepage-hero-inner .content-wrapper .right-cell-wrapper .hero-animation-container {
      top: -70px;
      right: -140px; } }
  .zs_redesign #digital-experiences .homepage-hero-inner {
    padding: 11.05vw 30px 5.25vw; }
    @media (min-width: 1600px) {
      .zs_redesign #digital-experiences .homepage-hero-inner {
        padding: 178px 30px 85px; } }
    @media (max-width: 991px) {
      .zs_redesign #digital-experiences .homepage-hero-inner {
        padding: 100px 30px 100px; } }
  .zs_redesign #digital-experiences .content-wrapper {
    width: 100%; }
    @media (max-width: 1600px) {
      .zs_redesign #digital-experiences .content-wrapper {
        max-width: 1320px; } }
    .zs_redesign #digital-experiences .content-wrapper .content-container ._cell {
      width: 50%; }
    @media (max-width: 991px) {
      .zs_redesign #digital-experiences .content-wrapper .content-container {
        flex-direction: column; }
        .zs_redesign #digital-experiences .content-wrapper .content-container ._cell {
          align-self: center;
          width: 100%;
          max-width: 400px; } }
    @media (min-width: 991px) {
      .zs_redesign #digital-experiences .content-wrapper .content-container .left-cell-wrapper {
        padding-right: 50px; } }
    .zs_redesign #digital-experiences .content-wrapper .content-container .left-cell-wrapper h2 {
      color: #C75000;
      font-size: 3vw; }
      @media (min-width: 1600px) {
        .zs_redesign #digital-experiences .content-wrapper .content-container .left-cell-wrapper h2 {
          font-size: 48px; } }
      @media (max-width: 1140px) {
        .zs_redesign #digital-experiences .content-wrapper .content-container .left-cell-wrapper h2 {
          font-size: 34px; } }
    .zs_redesign #digital-experiences .content-wrapper .content-container .right-cell-wrapper {
      text-align: right; }
      @media (max-width: 991px) {
        .zs_redesign #digital-experiences .content-wrapper .content-container .right-cell-wrapper {
          margin-top: 50px; } }
      .zs_redesign #digital-experiences .content-wrapper .content-container .right-cell-wrapper img {
        max-width: 617px; }
  .zs_redesign #digital-experiences ul {
    padding-left: 0; }
    .zs_redesign #digital-experiences ul li {
      font-weight: 200;
      list-style: none;
      max-width: 510px; }
      .zs_redesign #digital-experiences ul li .bullet {
        background-image: linear-gradient(to right, #a5a5a5 40%, rgba(255, 255, 255, 0) 20%);
        background-position: bottom;
        background-size: 10px 1px;
        background-repeat: repeat-x;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .zs_redesign #digital-experiences ul li .bullet .text {
          padding-left: 35px;
          position: relative;
          top: .5vw;
          color: #414141 !important;
          display: inline-block;
          padding-top: 2vw; }
          .zs_redesign #digital-experiences ul li .bullet .text h4 {
            font-size: 20px;
            padding-bottom: .5vw; }
            @media (max-width: 1024px) {
              .zs_redesign #digital-experiences ul li .bullet .text h4 {
                font-size: 18px;
                padding-bottom: 10px; } }
          @media (max-width: 991px) {
            .zs_redesign #digital-experiences ul li .bullet .text {
              padding-left: 10px;
              top: 10px;
              padding-top: 12px; } }
        .zs_redesign #digital-experiences ul li .bullet .dotw {
          margin-top: auto; }
          .zs_redesign #digital-experiences ul li .bullet .dotw .dot {
            height: 17px;
            width: 17px;
            background-color: #bbb;
            border-radius: 50%;
            position: relative;
            top: .4vw; }
            @media (max-width: 991px) {
              .zs_redesign #digital-experiences ul li .bullet .dotw .dot {
                top: 8px; } }
  .zs_redesign #eliminate-obstacles .homepage-hero-inner {
    padding: 12vw 0 8vw; }
    @media (max-width: 991px) {
      .zs_redesign #eliminate-obstacles .homepage-hero-inner {
        padding: 100px 0; } }
  .zs_redesign #eliminate-obstacles .content-container {
    max-width: 1360px;
    margin: auto;
    padding: 0 30px; }
    .zs_redesign #eliminate-obstacles .content-container ._cell {
      width: 50%; }
    @media (max-width: 991px) {
      .zs_redesign #eliminate-obstacles .content-container {
        flex-direction: column; }
        .zs_redesign #eliminate-obstacles .content-container ._cell {
          align-self: center;
          width: 100%;
          max-width: 400px; } }
    .zs_redesign #eliminate-obstacles .content-container .bottom-pad {
      padding: 4vw 0 7vw 0; }
    .zs_redesign #eliminate-obstacles .content-container .left-cell-wrapper {
      margin-top: 2.5vw; }
      @media (min-width: 1600px) {
        .zs_redesign #eliminate-obstacles .content-container .left-cell-wrapper {
          margin-top: 40px; } }
      @media (min-width: 991px) {
        .zs_redesign #eliminate-obstacles .content-container .left-cell-wrapper img {
          max-width: 588px;
          margin-right: auto; } }
    .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper {
      max-width: 650px;
      margin-top: -8vw; }
      @media (min-width: 992px) {
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper {
          padding-left: 30px;
          margin-left: auto; } }
      @media (min-width: 1600px) {
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper {
          margin-top: -125px; } }
      @media (max-width: 991px) {
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper {
          padding-top: 70px;
          max-width: 400px;
          margin: auto; } }
      .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h2 {
        font-size: 3vw;
        margin-bottom: 3vw; }
        @media (max-width: 1140px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h2 {
            font-size: 34px; } }
      .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper p {
        font-size: 1.13vw; }
        @media (max-width: 1400px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper p {
            font-size: 16px; } }
      .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h4 {
        font-size: 1.62601vw; }
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h4 span {
          vertical-align: middle;
          display: inline-block; }
        @media (max-width: 1200px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h4 {
            font-size: 20px; } }
      .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta {
        color: #8400db;
        background: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 60px;
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        padding: .5vw 1.2vw;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
        font-family: "Helvetica-Bold", sans-serif;
        letter-spacing: 0.3px;
        padding: 0.7vw 1.8vw;
        font-size: 16px;
        margin-top: 3vw; }
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta:hover {
          background: transparent;
          color: #ffffff;
          box-shadow: none;
          text-decoration: none; }
        @media (max-width: 576px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta {
            padding: 8px 20px; } }
        @media (max-width: 365px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta {
            font-size: 14px; } }
        @media (min-width: 1600px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta {
            margin-top: 48px; } }
        @media (max-width: 991px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta {
            margin-top: 40px; } }
        @media (max-width: 576px) {
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper a.consultation-cta {
            width: 100%; } }
      @media (min-width: 1600px) {
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h2 {
          font-size: 48px;
          margin-bottom: 47px; }
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper p {
          font-size: 18px; }
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper h4 {
          font-size: 26px; } }
      .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible {
        margin-bottom: 0;
        border-bottom: 1px solid; }
        .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle {
          display: block;
          padding: 0;
          color: #433E3D;
          cursor: pointer;
          transition: all 0.3s ease-out;
          font-weight: 400; }
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle h4 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0; }
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle:hover {
            color: #7C5A0B; }
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle .minus {
            display: none;
            color: white;
            min-height: 73px;
            font-size: 35px;
            top: 14px;
            position: relative;
            font-weight: 600; }
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle .plus {
            color: white;
            min-height: 73px; }
            .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle .plus h1 {
              font-size: 55px;
              position: relative; }
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle[aria-expanded="true"] .minus {
            display: block; }
          .zs_redesign #eliminate-obstacles .content-container .right-cell-wrapper .collapsible .lbl-toggle[aria-expanded="true"] .plus {
            display: none; }
  .zs_redesign #features .homepage-hero-inner {
    padding: 80px 25px;
    margin: auto; }
    .zs_redesign #features .homepage-hero-inner .title-row {
      text-align: center;
      padding-bottom: 30px; }
      .zs_redesign #features .homepage-hero-inner .title-row h2 {
        font-size: 3vw;
        margin-bottom: 3vw; }
        @media (max-width: 1140px) {
          .zs_redesign #features .homepage-hero-inner .title-row h2 {
            font-size: 34px; } }
        @media (max-width: 991px) {
          .zs_redesign #features .homepage-hero-inner .title-row h2 br {
            display: none; } }
      @media (min-width: 1600px) {
        .zs_redesign #features .homepage-hero-inner .title-row h2 {
          font-size: 48px;
          margin-bottom: 47px; } }
    .zs_redesign #features .homepage-hero-inner .feature-slider-container {
      max-width: 800px;
      margin: auto; }
      .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-dots {
        bottom: -60px; }
        .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-dots li.slick-active button::before {
          color: #e27025; }
        .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-dots li button::before {
          font-size: 18px; }
      .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list {
        max-width: 600px;
        margin: auto; }
        .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list .slide-content {
          max-width: 100%;
          width: 100%;
          margin: auto; }
          .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list .slide-content img {
            max-width: 178px;
            margin: auto;
            padding-bottom: 55px; }
          .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list .slide-content h3 {
            font-size: 36px;
            margin-bottom: 45px; }
          .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list .slide-content h4 {
            font-size: 18px;
            line-height: 2.5; }
            @media (max-width: 767px) {
              .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list .slide-content h4 {
                line-height: 1.5; } }
          .zs_redesign #features .homepage-hero-inner .feature-slider-container .slick-list .slide-content a.hero2 {
            padding: 12px 25px; }
  .zs_redesign #market-points .homepage-hero-inner {
    padding: 200px 0 100px; }
    @media (max-width: 767px) {
      .zs_redesign #market-points .homepage-hero-inner {
        padding: 100px 30px 70px; } }
    .zs_redesign #market-points .homepage-hero-inner .title-row {
      text-align: center;
      margin-bottom: 50px;
      padding: 0 30px 4vw; }
      @media (max-width: 767px) {
        .zs_redesign #market-points .homepage-hero-inner .title-row {
          max-width: 400px;
          margin: auto;
          margin-bottom: 50px;
          padding-bottom: 0; } }
      .zs_redesign #market-points .homepage-hero-inner .title-row h2 {
        font-size: 3vw;
        margin-bottom: 3vw; }
        @media (max-width: 1140px) {
          .zs_redesign #market-points .homepage-hero-inner .title-row h2 {
            font-size: 34px; } }
        @media (max-width: 991px) {
          .zs_redesign #market-points .homepage-hero-inner .title-row h2 br {
            display: none; } }
      @media (min-width: 1600px) {
        .zs_redesign #market-points .homepage-hero-inner .title-row h2 {
          font-size: 48px;
          margin-bottom: 47px; } }
    .zs_redesign #market-points .homepage-hero-inner .column-wrapper {
      font-size: 0;
      max-width: 1400px; }
      @media (max-width: 767px) {
        .zs_redesign #market-points .homepage-hero-inner .column-wrapper {
          max-width: 400px;
          margin: auto; } }
      @media (min-width: 1600px) {
        .zs_redesign #market-points .homepage-hero-inner .column-wrapper {
          margin: auto; } }
      .zs_redesign #market-points .homepage-hero-inner .column-wrapper .parent_col {
        display: inline-block;
        vertical-align: top; }
      .zs_redesign #market-points .homepage-hero-inner .column-wrapper .sticky-column {
        width: 40%;
        min-width: 335px; }
        @media (max-width: 767px) {
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .sticky-column {
            width: 100%;
            margin-bottom: 30px; } }
        .zs_redesign #market-points .homepage-hero-inner .column-wrapper .sticky-column img {
          margin-bottom: 10vw; }
          @media (min-width: 1600px) {
            .zs_redesign #market-points .homepage-hero-inner .column-wrapper .sticky-column img {
              margin-bottom: 152px; } }
      .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column {
        flex-flow: row;
        flex-wrap: wrap;
        width: 60%;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 30px; }
        @media (max-width: 991px) {
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column {
            padding-left: 40px; } }
        @media (max-width: 850px) {
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column {
            width: 55%; } }
        @media (max-width: 767px) {
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column {
            width: 100%;
            padding: 0; } }
        .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box {
          width: 50%;
          max-width: 269px;
          margin-bottom: 10vw; }
          @media (min-width: 1600px) {
            .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box {
              margin-bottom: 152px; } }
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box h4 {
            font-size: 22px;
            color: #c75000;
            font-weight: 600; }
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box p {
            font-size: 18px; }
          .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box .icon img {
            max-width: 122px;
            margin-bottom: 40px; }
          @media (max-width: 1120px) {
            .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box {
              width: 100%;
              max-width: 100%;
              margin-bottom: 70px; } }
          @media (max-width: 767px) {
            .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box {
              display: flex;
              margin-bottom: 30px; }
              .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box .icon img {
                width: 80px; }
              .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box .icon-content-wrapper {
                padding-left: 20px; }
                .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box .icon-content-wrapper h4 {
                  font-size: 20px; }
                .zs_redesign #market-points .homepage-hero-inner .column-wrapper .icon-column .icon-box .icon-content-wrapper p {
                  font-size: 16px; } }
    .zs_redesign #market-points .homepage-hero-inner .sticky-content {
      position: sticky;
      top: 30px; }
      @media (max-width: 767px) {
        .zs_redesign #market-points .homepage-hero-inner .sticky-content {
          position: initial; } }
  .zs_redesign #testimonial-slider .homepage-hero-inner {
    padding: 0 25px !important;
    max-width: 1200px;
    margin: auto; }
    .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials {
      padding: 6vw 0; }
      .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slide-content {
        max-width: 80%;
        margin: auto;
        text-align: center; }
      @media (max-width: 767px) {
        .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials {
          padding: 60px 0; } }
      @media (max-width: 567px) {
        .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slide-content {
          max-width: 90%; }
        .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-track {
          display: flex;
          align-items: center; }
        .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-list {
          max-width: 300px;
          margin: auto; } }
      .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-arrow {
        width: 7vw;
        height: 7vw;
        background-repeat: no-repeat;
        background-size: 3vw; }
        @media (max-width: 991px) {
          .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-arrow {
            width: 35px;
            height: 35px;
            background-size: 100%; } }
        .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-arrow.slick-next {
          background-image: url(/2tpkzsnex3/right-arrow.svg);
          background-position-x: right; }
        .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-arrow.slick-prev {
          background-image: url(/6r7nwpkfuk/left-arrow.svg); }
      .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials h5.attribute {
        font-style: italic;
        font-weight: 200; }
      .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-arrow.slick-next {
        margin-right: 4vw; }
      .zs_redesign #testimonial-slider .homepage-hero-inner .feature-slider-container-testimonials .slick-arrow.slick-prev {
        margin-left: 4vw; }
  .zs_redesign #partner-hero .homepage-hero-inner {
    padding: 178px 30px 85px; }
    @media (max-width: 991px) {
      .zs_redesign #partner-hero .homepage-hero-inner {
        padding: 110px 30px 85px; } }
    @media (max-width: 767px) {
      .zs_redesign #partner-hero .homepage-hero-inner {
        padding: 80px 30px 75px; }
        .zs_redesign #partner-hero .homepage-hero-inner .sticky-wrapper {
          padding: 0; } }
  .zs_redesign #partner-hero .content-wrapper {
    max-width: 1320px; }
    .zs_redesign #partner-hero .content-wrapper h2 {
      font-size: 3vw;
      margin-bottom: 3vw;
      padding-bottom: 40px; }
      @media (max-width: 1140px) {
        .zs_redesign #partner-hero .content-wrapper h2 {
          font-size: 34px; } }
      @media (max-width: 991px) {
        .zs_redesign #partner-hero .content-wrapper h2 br {
          display: none; } }
    @media (min-width: 1600px) {
      .zs_redesign #partner-hero .content-wrapper h2 {
        font-size: 48px;
        margin-bottom: 47px; } }
    .zs_redesign #partner-hero .content-wrapper .sticky-content {
      position: sticky;
      top: 0; }
    .zs_redesign #partner-hero .content-wrapper h3 {
      color: #C75000;
      margin-left: 30px;
      font-size: 36px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .zs_redesign #partner-hero .content-wrapper h3 {
          margin-left: 0;
          font-size: 30px;
          margin-bottom: 20px; } }
    .zs_redesign #partner-hero .content-wrapper ul {
      position: relative;
      margin-bottom: 80px;
      padding-left: 0; }
      .zs_redesign #partner-hero .content-wrapper ul li {
        list-style: none;
        padding: 5px 0;
        font-size: 1.3rem;
        text-indent: -46px;
        margin-left: 42px;
        line-height: 1.3; }
        .zs_redesign #partner-hero .content-wrapper ul li:before {
          content: '\2713';
          font-size: 40px;
          font-weight: bold;
          color: #8400DB;
          position: relative;
          padding-right: 10px;
          bottom: -8px;
          line-height: 1; }
  .zs_redesign #get-started .homepage-hero-inner {
    padding: 50px 20px; }
    .zs_redesign #get-started .homepage-hero-inner .get-started {
      text-align: center; }
      .zs_redesign #get-started .homepage-hero-inner .get-started h3 {
        margin: 0;
        max-width: initial;
        padding: 20px 0; }
      .zs_redesign #get-started .homepage-hero-inner .get-started h4 {
        margin: 0;
        max-width: initial;
        padding: 2vw 0 4vw;
        font-weight: bold; }
  .zs_redesign .hero-banner {
    padding: 0;
    width: 100%;
    display: inline-block; }
    .zs_redesign .hero-banner.redesign {
      margin: 100px auto 0;
      font-family: 'Poppins';
      position: relative; }
      .zs_redesign .hero-banner.redesign .banner-content {
        max-width: 1380px;
        width: 80%;
        float: none;
        margin: 0 auto;
        display: flex;
        align-items: center;
        position: relative; }
        .zs_redesign .hero-banner.redesign .banner-content.align-left .banner-content-wrapper {
          width: 50%; }
          @media (max-width: 767px) {
            .zs_redesign .hero-banner.redesign .banner-content.align-left .banner-content-wrapper {
              width: 100%; } }
        .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper h1 {
          font-size: 50px;
          line-height: 60px;
          font-weight: 800;
          text-align: left;
          color: #f3f3f3;
          font-stretch: normal;
          font-style: normal;
          margin: 0 0 30px 0; }
          .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper h1 span {
            color: #7ceaea; }
          @media (max-width: 767px) {
            .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper h1 {
              text-align: left;
              font-size: 35px;
              line-height: 42px; } }
        .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper p {
          font-size: 20px;
          text-align: left;
          line-height: 30px;
          color: #ffffff;
          font-weight: 300;
          width: 80%; }
          @media (max-width: 767px) {
            .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper p {
              text-align: left;
              margin: 0 auto 20px;
              font-size: 18px;
              line-height: 27px;
              width: 100%; } }
        .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper .hero-banner-cta {
          background-color: #7ceaea;
          width: 265px;
          height: 52px;
          border-radius: 26px;
          display: block;
          text-align: center;
          font-size: 16px;
          line-height: 52px;
          font-weight: 700;
          color: #1b2440; }
          @media (max-width: 767px) {
            .zs_redesign .hero-banner.redesign .banner-content .banner-content-wrapper .hero-banner-cta {
              margin: 0 auto; } }
        @media (max-width: 1440px) {
          .zs_redesign .hero-banner.redesign .banner-content {
            width: 90%; } }
        @media (max-width: 991px) {
          .zs_redesign .hero-banner.redesign .banner-content {
            width: 95%;
            padding: 0 25px; } }
      .zs_redesign .hero-banner.redesign .mobile-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover !important;
        display: none !important; }
        @media (max-width: 767px) {
          .zs_redesign .hero-banner.redesign .mobile-bg {
            display: block !important; } }
      @media (max-width: 767px) {
        .zs_redesign .hero-banner.redesign {
          min-height: 807px; } }
    .zs_redesign .hero-banner .banner-content.align-left {
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .zs_redesign .hero-banner .banner-content.align-left {
          align-items: baseline; } }
    .zs_redesign .hero-banner .banner-content.align-right {
      justify-content: flex-end; }
    .zs_redesign .hero-banner .banner-content .banner-content-wrapper {
      width: 50%; }

.section-contact-form.redesign {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 216px 0 120px 0; }
  .section-contact-form.redesign h2.contact-us-header {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    max-width: 744px;
    width: 100%;
    margin: 0 auto 30px; }
    .section-contact-form.redesign h2.contact-us-header span {
      color: #7ceaea; }
    @media (max-width: 767px) {
      .section-contact-form.redesign h2.contact-us-header {
        font-size: 35px;
        line-height: 42px; } }
  .section-contact-form.redesign p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    color: #b5c7f1;
    margin: 0 auto 40px;
    max-width: 636px; }
  .section-contact-form.redesign .cta {
    width: 208px;
    height: 52px;
    background-color: #7deaea;
    border-radius: 26px;
    color: #1b2440;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    line-height: 52px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    text-transform: uppercase; }
  .section-contact-form.redesign .triangle-slant {
    display: none; }
  .section-contact-form.redesign .container {
    max-width: 100%;
    background-color: #1b2340; }
  .section-contact-form.redesign .contact-form-full {
    margin: 86px auto 0;
    max-width: 1340px; }
    .section-contact-form.redesign .contact-form-full .form-control {
      border: 0px solid transparent;
      background-color: transparent;
      border-bottom: 1px solid #707070;
      color: #ffffff;
      font-size: 20px;
      line-height: 30px; }
      .section-contact-form.redesign .contact-form-full .form-control::placeholder {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px; }
    .section-contact-form.redesign .contact-form-full select {
      width: 100%;
      border: 0px solid transparent;
      background-color: transparent;
      border-bottom: 1px solid #707070;
      color: #ffffff;
      font-size: 20px;
      line-height: 30px; }
    .section-contact-form.redesign .contact-form-full textarea.form-control {
      background-color: #151e38 !important;
      border-bottom: 0px solid transparent; }
    .section-contact-form.redesign .contact-form-full .contact-us-page-form {
      min-width: 960px;
      margin: 0 auto; }
      @media (max-width: 960px) {
        .section-contact-form.redesign .contact-form-full .contact-us-page-form {
          min-width: 100%; } }
    .section-contact-form.redesign .contact-form-full .form-group {
      margin-bottom: 62px; }
      .section-contact-form.redesign .contact-form-full .form-group.submit {
        max-width: 100%; }
        .section-contact-form.redesign .contact-form-full .form-group.submit .btn-primary {
          border: solid 2px #b5c7f1;
          width: 242px;
          height: 52px;
          font-size: 16px;
          line-height: 42px;
          background-color: transparent;
          font-weight: 700;
          color: #b5c7f1;
          border-radius: 26px;
          text-transform: uppercase;
          margin: 0 auto !important;
          display: block; }
  .section-contact-form.redesign #thank-you {
    display: none;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    color: #b5c7f1;
    margin: 0 auto 40px;
    max-width: 636px; }

.flexible {
  display: flex !important; }

.inline-flexible {
  display: inline-flex !important; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-self-center {
  align-self: center; }

.align-self-end {
  align-self: flex-end; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (max-width: 1150px) {
  .tablet-order-0 {
    order: 0; }
  .tablet-order-1 {
    order: 1; }
  .tablet-order-2 {
    order: 2; }
  .tablet-order-3 {
    order: 3; }
  .tablet-order-4 {
    order: 4; }
  .tablet-order-5 {
    order: 5; }
  .tablet-order-6 {
    order: 6; }
  .tablet-order-7 {
    order: 7; }
  .tablet-order-8 {
    order: 8; }
  .tablet-order-9 {
    order: 9; }
  .tablet-order-10 {
    order: 10; }
  .tablet-order-11 {
    order: 11; }
  .tablet-order-12 {
    order: 12; } }

@media (max-width: 1023px) {
  .tablet-order-0 {
    order: 0; }
  .tablet-order-1 {
    order: 1; }
  .tablet-order-2 {
    order: 2; }
  .tablet-order-3 {
    order: 3; }
  .tablet-order-4 {
    order: 4; }
  .tablet-order-5 {
    order: 5; }
  .tablet-order-6 {
    order: 6; }
  .tablet-order-7 {
    order: 7; }
  .tablet-order-8 {
    order: 8; }
  .tablet-order-9 {
    order: 9; }
  .tablet-order-10 {
    order: 10; }
  .tablet-order-11 {
    order: 11; }
  .tablet-order-12 {
    order: 12; } }

@media (max-width: 767px) {
  .mobile-order-0 {
    order: 0; }
  .mobile-order-1 {
    order: 1; }
  .mobile-order-2 {
    order: 2; }
  .mobile-order-3 {
    order: 3; }
  .mobile-order-4 {
    order: 4; }
  .mobile-order-5 {
    order: 5; }
  .mobile-order-6 {
    order: 6; }
  .mobile-order-7 {
    order: 7; }
  .mobile-order-8 {
    order: 8; }
  .mobile-order-9 {
    order: 9; }
  .mobile-order-10 {
    order: 10; }
  .mobile-order-11 {
    order: 11; }
  .mobile-order-12 {
    order: 12; } }

.navbar {
  min-height: 50px;
  margin-bottom: 0;
  z-index: 3;
  border: none;
  border-radius: 0;
  background-color: #24262C; }
  .navbar .list-accounts.form-group {
    margin-bottom: 0; }
    .navbar .list-accounts.form-group select option {
      text-transform: capitalize; }

header .navbar-nav > li > a {
  color: #fff !important; }
  @media (min-width: 767px) {
    header .navbar-nav > li > a {
      padding-top: 8px;
      padding-bottom: 0; } }

header .navbar-inverse .navbar-nav > li > a {
  padding: 6px 10px; }

header .navbar > .container {
  width: 100%; }

@media (max-width: 767px) {
  header ul.header-menu {
    margin: 0 auto;
    float: right;
    width: 60%;
    display: inline-block; }
    header ul.header-menu li:not(.mobile-menu-item) {
      display: none; } }

header .navbar-header {
  display: inline-block; }

.navbar-brand {
  height: 50px;
  padding: 10px; }

.navbar-brand > img {
  width: auto;
  max-height: 30px;
  padding: 0; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent; }

.sidebar:not(.article-sidebar):not(.account-sidebar) {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 50px;
  width: 200px;
  bottom: 0;
  padding-top: 10px;
  background-color: #466289;
  transition: all 0.2s ease;
  overflow-y: auto;
  box-shadow: none; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar {
    background-color: #466289; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .container {
    width: auto;
    padding: 0; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar-header {
    margin: 0; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar-toggle {
    float: left; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar-collapse {
    padding: 0; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .nav {
    width: 100%;
    overflow: auto; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li {
      float: none; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li > a:focus,
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li > a:hover {
        background-color: #33404f;
        color: #fff; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li.active > a > span.menu-item {
        color: #000; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li.active > a,
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li.active > a:hover,
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li.active > a:active,
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li.active > a:focus {
        background-color: #81A2D0;
        color: #000; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li span.menu-item {
        width: 84%;
        float: left;
        color: #FFF; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li > a {
        overflow: auto;
        color: #cecece;
        font-size: 14px;
        border-radius: 0;
        padding: 7px 10px; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li.mobile-menu-item > a {
      color: #FFF; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li:hover a {
      transform: scale(1);
      -webkit-transition: transform 0.1s ease-in-out;
      -moz-transition: transform 0.1s ease-in-out;
      -ms-transition: transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .glyphicon {
    color: #FFF; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) span.glyphicon {
    width: 12%;
    float: left; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) span.glyphicon:hover {
      color: #FFF; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) li.active .glyphicon {
    color: #000; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .nav .open > a,
  .sidebar:not(.article-sidebar):not(.account-sidebar) .nav .open > a:focus,
  .sidebar:not(.article-sidebar):not(.account-sidebar) .nav .open > a:hover {
    background-color: #000;
    color: #337ab7; }
  .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgba(240, 240, 240, 0.05);
    display: none;
    padding-left: 20%; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu.inner {
      padding-left: 30%; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu > a {
      padding: 5px 15px;
      color: #FFF; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu.active:before {
      content: ' ';
      color: black; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu.active > a {
      background-color: #81A2D0;
      color: #000; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu.active > a:hover {
      background-color: transparent;
      color: #FFF; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu.open {
      display: block; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu .glyphicon {
      display: none; }
  @media (min-width: 767px) {
    .sidebar:not(.article-sidebar):not(.account-sidebar) .mobile-menu-item {
      display: none; } }
  .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000; }

.sidebar .dropdown-menu {
  background-color: #222;
  border: none;
  border-radius: 0; }

.sidebar .dropdown-menu > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

.main-content {
  left: 200px;
  width: calc(100% - 200px);
  height: 100%;
  overflow: auto;
  transition: all 0.2s ease;
  background-color: #fff; }
  .main-content > div {
    height: 100%; }

.main-content.static-pos {
  position: static;
  width: 100%; }

.sidebar .dropdown-nav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 30px; }

@media (max-width: 767px) {
  .sidebar:not(.article-sidebar):not(.account-sidebar) {
    width: 45px;
    padding-top: 0; }
    .sidebar:not(.article-sidebar):not(.account-sidebar).opens {
      width: auto; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar-collapse,
    .sidebar:not(.article-sidebar):not(.account-sidebar) .navbar-nav {
      margin: 0; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li span.menu-item {
      display: none; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) .nav > li > a {
      text-align: center; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) span.glyphicon {
      width: auto;
      float: none; }
    .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu {
      padding-left: 0; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu .glyphicon {
        display: block; }
      .sidebar:not(.article-sidebar):not(.account-sidebar) li.child-menu .sub-menu-item {
        display: none; }
  .main-content {
    left: 40px;
    width: calc(100% - 40px); }
    .main-content.opens {
      left: 200px;
      width: calc(100% - 200px); } }

.zs-base header,
.new-body header {
  position: absolute;
  width: 100%;
  z-index: 1; }
  .zs-base header:not(.login):not(.reset-password):not(.accept-invitation):not(.register) + main,
  .new-body header:not(.login):not(.reset-password):not(.accept-invitation):not(.register) + main {
    position: relative;
    padding-top: 100px; }
    @media (min-width: 768px) {
      .zs-base header:not(.login):not(.reset-password):not(.accept-invitation):not(.register) + main,
      .new-body header:not(.login):not(.reset-password):not(.accept-invitation):not(.register) + main {
        padding-top: 100px; } }
    @media (min-width: 992px) {
      .zs-base header:not(.login):not(.reset-password):not(.accept-invitation):not(.register) + main,
      .new-body header:not(.login):not(.reset-password):not(.accept-invitation):not(.register) + main {
        padding-top: 122px; } }
  .zs-base header .nav-wrapper,
  .new-body header .nav-wrapper {
    padding: 0; }
    @media (min-width: 992px) {
      .zs-base header .nav-wrapper,
      .new-body header .nav-wrapper {
        padding-top: 35px;
        padding-bottom: 35px; } }
    .zs-base header .nav-wrapper .container-fluid .navbar .navbar-header,
    .new-body header .nav-wrapper .container-fluid .navbar .navbar-header {
      margin-right: auto; }
    .zs-base header .nav-wrapper .container-fluid .navbar .login-btn,
    .new-body header .nav-wrapper .container-fluid .navbar .login-btn {
      font-size: 15px;
      line-height: 1.3;
      border: 2px solid #ffffff;
      background: transparent;
      font-weight: 400;
      text-transform: uppercase;
      transition: 0.2s;
      box-shadow: none;
      transform: none; }
      .zs-base header .nav-wrapper .container-fluid .navbar .login-btn:hover,
      .new-body header .nav-wrapper .container-fluid .navbar .login-btn:hover {
        background: #ffffff;
        color: #c75000;
        transform: none !important;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); }
      .zs-base header .nav-wrapper .container-fluid .navbar .login-btn.m-toggle,
      .new-body header .nav-wrapper .container-fluid .navbar .login-btn.m-toggle {
        display: inline-block;
        margin-left: auto; }

#zs-header-new {
  z-index: 99999;
  background: #24262c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  #zs-header-new .navbar .navbar-toggler {
    color: #414141;
    font-size: 2.25rem; }
  @media (min-width: 992px) {
    #zs-header-new .navbar .navbar-header {
      margin-right: 40px; } }
  #zs-header-new .navbar .navbar-header a {
    display: inline-block;
    max-width: 200px; }
    #zs-header-new .navbar .navbar-header a img {
      display: inline-block;
      max-width: 100%; }
  @media (max-width: 991px) {
    #zs-header-new .navbar .navbar-collapse {
      border-top: 1px solid #fff;
      margin-top: 20px; }
      #zs-header-new .navbar .navbar-collapse:not(.show) {
        display: none !important; }
      #zs-header-new .navbar .navbar-collapse.show {
        display: block !important; } }
  @media (max-width: 992px) {
    #zs-header-new .navbar .navbar-nav {
      float: none; } }
  #zs-header-new .navbar .navbar-nav .nav-item a {
    position: relative;
    color: #fff !important;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    transition: color .15s linear; }
    #zs-header-new .navbar .navbar-nav .nav-item a:hover, #zs-header-new .navbar .navbar-nav .nav-item a:active, #zs-header-new .navbar .navbar-nav .nav-item a:focus {
      border-bottom: none;
      color: #7ceaea !important;
      outline: 1px solid transparent; }
    @media (min-width: 992px) {
      #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn)::after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 5%;
        height: 2px;
        width: 0;
        background: #7ceaea;
        transition: width .2s linear; }
      #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn):hover, #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn):active, #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn):focus {
        border-bottom: none;
        color: #7ceaea !important;
        outline: 1px solid transparent; }
        #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn):hover::after, #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn):active::after, #zs-header-new .navbar .navbar-nav .nav-item a:not(.btn):focus::after {
          width: 95%; } }
  #zs-header-new .navbar a.btn {
    background: #7ceaea;
    padding: 14px 24px;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #24262c;
    border: 2px solid #7ceaea; }
    #zs-header-new .navbar a.btn:hover {
      color: #24262c;
      background: #59e4e4;
      border-color: #59e4e4;
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      #zs-header-new .navbar a.btn.login-btn.m-toggle {
        display: inline-block !important;
        margin: 10px 20px !important; } }

footer#z-footer {
  position: relative;
  z-index: 2;
  background: #23252a;
  border-top: 1px solid #9f9f9f;
  padding-top: 0;
  height: auto; }
  footer#z-footer h1, footer#z-footer h2, footer#z-footer h3, footer#z-footer h4, footer#z-footer h5, footer#z-footer h6 {
    font-family: 'Helvetica-Light', sans-serif; }
  footer#z-footer .container {
    margin: auto;
    padding: 65px 25px 90px; }
    footer#z-footer .container .row {
      flex-wrap: wrap; }
    footer#z-footer .container .footer-column-heading {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      padding-bottom: 20px;
      margin-bottom: 0;
      color: #fff; }
    footer#z-footer .container .nav .nav-item .nav-link {
      color: #9f9f9f;
      font-size: 15px;
      line-height: 1.5;
      padding: 0;
      padding-bottom: 13px;
      display: block; }
    footer#z-footer .container #footer-underline {
      margin: 0; }
      footer#z-footer .container #footer-underline #copy-date {
        text-align: left;
        color: #9f9f9f;
        font-size: 15px;
        line-height: 1.5; }
        @media (max-width: 767px) {
          footer#z-footer .container #footer-underline #copy-date {
            text-align: center; } }
    footer#z-footer .container .logo {
      width: 100%; }
      footer#z-footer .container .logo img {
        float: right; }
    footer#z-footer .container .social-links {
      justify-content: flex-end;
      width: 100%;
      padding: 40px 0 0 0; }
      footer#z-footer .container .social-links .social-icon-wrapper {
        width: 36px;
        max-width: 36px;
        min-width: 36px;
        margin-left: 8px; }
        footer#z-footer .container .social-links .social-icon-wrapper a img {
          max-width: 36px;
          min-width: 36px;
          border-radius: 50%;
          transition: all 0.2s ease 0s; }
  @media (max-width: 950px) {
    footer#z-footer .container {
      padding: 0px 25px 90px; }
      footer#z-footer .container .order-md-last {
        flex: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        order: -1;
        padding: 10px 15px 20px; }
      footer#z-footer .container .logo {
        max-width: 150px; }
        footer#z-footer .container .logo img {
          width: 150px;
          margin-bottom: 0;
          float: left; }
      footer#z-footer .container .social-links {
        justify-content: flex-start;
        padding: 20px 0 0 0; }
        footer#z-footer .container .social-links .social-icon-wrapper a img {
          max-width: 30px;
          min-width: 30px; } }

footer.zs-footer {
  position: relative;
  z-index: 2;
  background: #23252a;
  border-top: 1px solid #9f9f9f;
  padding-top: 0;
  height: auto; }
  footer.zs-footer h1, footer.zs-footer h2, footer.zs-footer h3, footer.zs-footer h4, footer.zs-footer h5, footer.zs-footer h6 {
    font-family: 'Helvetica-Light', sans-serif; }
  footer.zs-footer .logo-column {
    margin-left: 20px; }
    footer.zs-footer .logo-column.mobile-logo {
      display: none; }
    footer.zs-footer .logo-column .footer-logo {
      max-width: 195px;
      margin-bottom: 30px;
      min-width: 150px; }
    footer.zs-footer .logo-column .social-links {
      justify-content: flex-end; }
      footer.zs-footer .logo-column .social-links .social-icon-wrapper {
        width: 36px;
        max-width: 36px;
        min-width: 36px;
        margin-left: 8px; }
        footer.zs-footer .logo-column .social-links .social-icon-wrapper a img {
          max-width: 36px;
          min-width: 36px;
          border-radius: 50%;
          transition: 0.2s; }
          @media (max-width: 950px) {
            footer.zs-footer .logo-column .social-links .social-icon-wrapper a img {
              max-width: 30px;
              min-width: 30px; } }
        footer.zs-footer .logo-column .social-links .social-icon-wrapper a:hover img {
          background: rgba(255, 255, 255, 0.1); }
    @media (max-width: 950px) {
      footer.zs-footer .logo-column {
        padding: 10px 0 20px;
        margin-left: 0; }
        footer.zs-footer .logo-column.mobile-logo {
          display: flex;
          align-items: center; }
          footer.zs-footer .logo-column.mobile-logo .footer-logo {
            width: 150px;
            margin-bottom: 0; }
        footer.zs-footer .logo-column.desktop-logo {
          display: none; } }
  footer.zs-footer .zs-footer-inner {
    padding: 65px 25px 90px; }
    @media (max-width: 950px) {
      footer.zs-footer .zs-footer-inner {
        padding: 10px 25px 80px; } }
    footer.zs-footer .zs-footer-inner .content-row {
      justify-content: space-between;
      padding: 40px 0 80px; }
      footer.zs-footer .zs-footer-inner .content-row .menu-columns-container {
        align-items: flex-start; }
        @media (max-width: 700px) {
          footer.zs-footer .zs-footer-inner .content-row .menu-columns-container {
            flex-direction: column;
            align-items: center;
            width: 100%;
            text-align: center; } }
        footer.zs-footer .zs-footer-inner .content-row .menu-columns-container .menu-column {
          margin-right: 80px;
          min-width: 125px; }
          @media (max-width: 950px) {
            footer.zs-footer .zs-footer-inner .content-row .menu-columns-container .menu-column {
              margin-right: 40px; } }
          @media (max-width: 700px) {
            footer.zs-footer .zs-footer-inner .content-row .menu-columns-container .menu-column {
              width: 100%;
              margin-right: 0;
              margin-bottom: 40px; } }
          footer.zs-footer .zs-footer-inner .content-row .menu-columns-container .menu-column .footer-menu-title {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            padding-bottom: 20px;
            color: #fff; }
          footer.zs-footer .zs-footer-inner .content-row .menu-columns-container .menu-column .footer-link-wrapper a {
            color: #9f9f9f;
            font-size: 15px;
            line-height: 1.5;
            padding-bottom: 13px;
            display: block; }
    @media (max-width: 700px) {
      footer.zs-footer .zs-footer-inner .copy-row {
        text-align: center; } }
    footer.zs-footer .zs-footer-inner .copy-row p {
      color: #9f9f9f;
      font-size: 15px;
      line-height: 1.5; }

.zs-base .container,
.new-body .container {
  max-width: 1340px; }

.zs-base .main-content,
.new-body .main-content {
  width: 100%;
  left: 0;
  margin: auto; }
  @media (min-width: 768px) {
    .zs-base .main-content,
    .new-body .main-content {
      flex-flow: row nowrap; } }
  .zs-base .main-content .sticky-sidebar,
  .new-body .main-content .sticky-sidebar {
    padding-left: 0;
    max-width: inherit; }
    .zs-base .main-content .sticky-sidebar li a,
    .new-body .main-content .sticky-sidebar li a {
      position: relative;
      color: #0069fe; }
      @media (min-width: 992px) {
        .zs-base .main-content .sticky-sidebar li a::after,
        .new-body .main-content .sticky-sidebar li a::after {
          content: '';
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          height: 2px;
          width: 0;
          background: #a4c3ff;
          transition: width .2s linear; }
        .zs-base .main-content .sticky-sidebar li a:hover, .zs-base .main-content .sticky-sidebar li a:active, .zs-base .main-content .sticky-sidebar li a:focus,
        .new-body .main-content .sticky-sidebar li a:hover,
        .new-body .main-content .sticky-sidebar li a:active,
        .new-body .main-content .sticky-sidebar li a:focus {
          outline: 1px solid transparent; }
          .zs-base .main-content .sticky-sidebar li a:hover::after, .zs-base .main-content .sticky-sidebar li a:active::after, .zs-base .main-content .sticky-sidebar li a:focus::after,
          .new-body .main-content .sticky-sidebar li a:hover::after,
          .new-body .main-content .sticky-sidebar li a:active::after,
          .new-body .main-content .sticky-sidebar li a:focus::after {
            width: 100%; } }
    @media (min-width: 768px) {
      .zs-base .main-content .sticky-sidebar,
      .new-body .main-content .sticky-sidebar {
        position: fixed;
        z-index: 0;
        max-width: 150px; }
        .zs-base .main-content .sticky-sidebar li a,
        .new-body .main-content .sticky-sidebar li a {
          font-size: 15px; } }
    @media (min-width: 992px) {
      .zs-base .main-content .sticky-sidebar,
      .new-body .main-content .sticky-sidebar {
        max-width: 200px; }
        .zs-base .main-content .sticky-sidebar li a,
        .new-body .main-content .sticky-sidebar li a {
          font-size: 16px; } }
    @media (min-width: 1201px) {
      .zs-base .main-content .sticky-sidebar,
      .new-body .main-content .sticky-sidebar {
        max-width: 250px; } }
  .zs-base .main-content p,
  .new-body .main-content p {
    margin-bottom: 20px; }

.page-title-banner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative; }
  .page-title-banner > div {
    position: relative;
    z-index: 1; }
  .page-title-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    height: 100%;
    z-index: 0;
    background: #24262c; }
  .page-title-banner.reverse-gradient {
    position: relative; }
    .page-title-banner.reverse-gradient > div {
      position: relative;
      z-index: 1; }
    .page-title-banner.reverse-gradient::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100vw;
      width: 300vw;
      height: 100%;
      z-index: 0;
      background: #24262c; }
  .page-title-banner.x-tall {
    padding-top: 90px;
    padding-bottom: 80px; }
  .page-title-banner h2 {
    font-weight: 700;
    color: #fff;
    font-size: 40px; }
    @media (min-width: 768px) {
      .page-title-banner h2 {
        font-size: 45px; } }
    @media (min-width: 992px) {
      .page-title-banner h2 {
        font-size: 50px; } }
  .page-title-banner .cta-wrapper {
    margin-top: 40px; }
    .page-title-banner .cta-wrapper a.btn {
      margin: 8px;
      background-color: #8400DB;
      border-radius: 30px;
      padding: 17px 50px;
      border-color: #8400DB;
      font-size: 1.2rem;
      color: #fff;
      box-shadow: none;
      transform: none;
      font-size: 15px; }
      .page-title-banner .cta-wrapper a.btn.ghost {
        background: transparent;
        border-color: #fff;
        color: #fff; }
      .page-title-banner .cta-wrapper a.btn.phone {
        position: relative;
        padding-left: 55px;
        padding-right: 40px; }
        .page-title-banner .cta-wrapper a.btn.phone i {
          position: absolute;
          left: 35px;
          font-size: 1rem;
          top: 24px;
          color: #fff; }

.policy-page-template {
  padding-top: 40px;
  padding-bottom: 80px; }
  .policy-page-template p {
    margin-bottom: 40px; }
  .policy-page-template ol, .policy-page-template ul {
    padding-left: 20px;
    padding-bottom: 20px; }
    .policy-page-template ol li, .policy-page-template ul li {
      font-size: 16px; }
      .policy-page-template ol li:last-child, .policy-page-template ul li:last-child {
        margin-bottom: 20px; }
      .policy-page-template ol li a, .policy-page-template ul li a {
        color: #81A2D0; }
      .policy-page-template ol li h1, .policy-page-template ol li h2, .policy-page-template ol li h3, .policy-page-template ol li h4, .policy-page-template ol li h5, .policy-page-template ul li h1, .policy-page-template ul li h2, .policy-page-template ul li h3, .policy-page-template ul li h4, .policy-page-template ul li h5 {
        margin-bottom: 20px; }
    .policy-page-template ol ol, .policy-page-template ol ul, .policy-page-template ul ol, .policy-page-template ul ul {
      padding-bottom: 0; }
      .policy-page-template ol ol ol, .policy-page-template ol ol ul, .policy-page-template ol ul ol, .policy-page-template ol ul ul, .policy-page-template ul ol ol, .policy-page-template ul ol ul, .policy-page-template ul ul ol, .policy-page-template ul ul ul {
        padding-bottom: 0; }

body.page-contact-us {
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    body.page-contact-us .row {
      flex-wrap: nowrap; } }
  body.page-contact-us #zs-header-new {
    border-bottom: none;
    background: transparent;
    transition: 0.05s; }
    @media (max-width: 767px) {
      body.page-contact-us #zs-header-new {
        border-bottom: none;
        background-color: #24262c !important; } }
  body.page-contact-us .base-wireframe-bg {
    background-color: #24262c;
    background-clip: padding-box;
    height: 725px;
    position: relative; }
    body.page-contact-us .base-wireframe-bg .wireframe-bg {
      background-image: url(https://cdn.ziftrshop.com/nkkf23a4yn/contact-us-wireframe-bg-trimmed.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 110%;
      height: 100%;
      background-position: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.page-contact-us .base-wireframe-bg .triangle-slant {
        height: 116px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; } }
  body.page-contact-us main {
    padding-top: 0px !important; }
    body.page-contact-us main > .container {
      padding-left: 0;
      padding-right: 0;
      background-color: #24262c; }
      @media (max-width: 767px) {
        body.page-contact-us main > .container > .main-content > .col-12 {
          padding-left: 0;
          padding-right: 0; } }
    body.page-contact-us main .container {
      width: 100%; }
  body.page-contact-us .contact-form-full {
    z-index: 10; }
    body.page-contact-us .contact-form-full section {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
      body.page-contact-us .contact-form-full section.contact-us-page-form {
        border-radius: 0 10px 10px 0; }
        @media (max-width: 767px) {
          body.page-contact-us .contact-form-full section.contact-us-page-form {
            border-radius: 0 0 10px 10px; } }
      body.page-contact-us .contact-form-full section .contact-us-address {
        color: white; }
        body.page-contact-us .contact-form-full section .contact-us-address p {
          font-size: 16pt; }
  body.page-contact-us .contact-form-container {
    max-width: 1220px;
    padding: 50px;
    padding-top: 225px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      body.page-contact-us .contact-form-container {
        padding-top: 150px; } }
    body.page-contact-us .contact-form-container section {
      padding: 0; }
    body.page-contact-us .contact-form-container .homepage-hero-inner {
      padding: 50px 20px; }
    body.page-contact-us .contact-form-container .contact-left-side {
      background: url(/yrs4vdd2pg/contact-us-left-bg.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-color: #256cf5;
      padding: 50px 20px;
      border-radius: 10px 0 0 10px; }
      @media (max-width: 767px) {
        body.page-contact-us .contact-form-container .contact-left-side {
          background: none;
          background-color: #256cf5;
          border-radius: 10px 10px 0 0; } }
      body.page-contact-us .contact-form-container .contact-left-side h2 {
        font-size: 35px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-bottom: 50px; }
      body.page-contact-us .contact-form-container .contact-left-side .btn {
        width: 266px;
        height: 52px;
        object-fit: contain;
        border-radius: 26px;
        border: solid 1px #b9bfc7;
        background-color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #0069fe;
        padding-top: 12px; }
        @media (max-width: 991px) {
          body.page-contact-us .contact-form-container .contact-left-side .btn {
            width: 200px; } }
        body.page-contact-us .contact-form-container .contact-left-side .btn .fa {
          padding-right: 10px; }
    body.page-contact-us .contact-form-container .hero-form input {
      height: 4.5vw;
      max-height: 45px;
      border-color: lightgray;
      font-style: italic;
      margin: .125vw 0;
      border-radius: 6px;
      border: solid 1px #b9bfc7;
      font-family: Helvetica;
      padding-left: 14px; }
      @media (max-width: 767px) {
        body.page-contact-us .contact-form-container .hero-form input {
          height: 8vw; } }
    body.page-contact-us .contact-form-container .hero-form textarea {
      font-style: italic;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      font-family: Helvetica;
      padding-left: 14px; }
    body.page-contact-us .contact-form-container .hero-form select {
      height: 4.5vw;
      max-height: 45px;
      width: 100%;
      border-color: lightgray;
      border-radius: 6px;
      border: solid 1px #b9bfc7;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: oblique;
      line-height: 1.88;
      letter-spacing: normal;
      text-align: left;
      color: #777777;
      font-family: Helvetica;
      padding: 0px 10px; }
      @media (max-width: 767px) {
        body.page-contact-us .contact-form-container .hero-form select {
          height: unset; } }
    body.page-contact-us .contact-form-container .hero-form button.btn.btn-primary {
      width: 100%;
      background-color: #7ceaea;
      color: #24262c;
      border-radius: 30px;
      border-color: #7ceaea;
      font-size: 15px;
      padding: 14px 24px;
      font-weight: 600;
      line-height: 1;
      font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal; }
    body.page-contact-us .contact-form-container #thank-you {
      display: none;
      margin: auto;
      font-size: 50px;
      color: white;
      margin-top: 206px; }
  body.page-contact-us .section-contact-form {
    position: relative;
    margin-bottom: 750px; }
    @media (max-width: 1200px) and (min-width: 768px) {
      body.page-contact-us .section-contact-form {
        margin-bottom: 500px; } }
    @media (min-width: 1921px) {
      body.page-contact-us .section-contact-form {
        margin-bottom: 1000px; } }
    @media (min-width: 2800px) {
      body.page-contact-us .section-contact-form {
        margin-bottom: 1250px; } }
    @media (min-width: 3600px) {
      body.page-contact-us .section-contact-form {
        margin-bottom: 1400px; } }
    @media (max-width: 767px) {
      body.page-contact-us .section-contact-form {
        padding-left: 0;
        padding-right: 0; } }
  body.page-contact-us h1, body.page-contact-us h2, body.page-contact-us h3, body.page-contact-us h4, body.page-contact-us h5, body.page-contact-us h6, body.page-contact-us p, body.page-contact-us li, body.page-contact-us span, body.page-contact-us ul, body.page-contact-us a, body.page-contact-us input, body.page-contact-us select {
    font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif; }
    body.page-contact-us h1.h-dark, body.page-contact-us h2.h-dark, body.page-contact-us h3.h-dark, body.page-contact-us h4.h-dark, body.page-contact-us h5.h-dark, body.page-contact-us h6.h-dark, body.page-contact-us p.h-dark, body.page-contact-us li.h-dark, body.page-contact-us span.h-dark, body.page-contact-us ul.h-dark, body.page-contact-us a.h-dark, body.page-contact-us input.h-dark, body.page-contact-us select.h-dark {
      color: #23252b; }
    body.page-contact-us h1.h-lite, body.page-contact-us h2.h-lite, body.page-contact-us h3.h-lite, body.page-contact-us h4.h-lite, body.page-contact-us h5.h-lite, body.page-contact-us h6.h-lite, body.page-contact-us p.h-lite, body.page-contact-us li.h-lite, body.page-contact-us span.h-lite, body.page-contact-us ul.h-lite, body.page-contact-us a.h-lite, body.page-contact-us input.h-lite, body.page-contact-us select.h-lite {
      color: #fff; }
    body.page-contact-us h1.h-blue, body.page-contact-us h2.h-blue, body.page-contact-us h3.h-blue, body.page-contact-us h4.h-blue, body.page-contact-us h5.h-blue, body.page-contact-us h6.h-blue, body.page-contact-us p.h-blue, body.page-contact-us li.h-blue, body.page-contact-us span.h-blue, body.page-contact-us ul.h-blue, body.page-contact-us a.h-blue, body.page-contact-us input.h-blue, body.page-contact-us select.h-blue {
      color: #0287cb; }
  body.page-contact-us .contact-us-header {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif; }
  body.page-contact-us .main-content {
    margin-top: 0;
    overflow: visible; }
  body.page-contact-us .page-content h1 {
    display: none; }
  body.page-contact-us .contact-us-page-form {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff; }
    @media (max-width: 767px) {
      body.page-contact-us .contact-us-page-form .homepage-hero-inner {
        padding-left: 0;
        padding-right: 0; } }
    body.page-contact-us .contact-us-page-form .contact-us-form-title {
      margin-bottom: 35px; }
      body.page-contact-us .contact-us-page-form .contact-us-form-title h3 {
        font-size: 35px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #0069fe;
        font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif; }
    body.page-contact-us .contact-us-page-form .hero-form .form-control {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: oblique;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #777777;
      font-family: Helvetica; }
  body.page-contact-us .standard-column-image {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      body.page-contact-us .standard-column-image {
        padding-bottom: 80px; } }
    body.page-contact-us .standard-column-image .standard-col-inner {
      max-width: 100%; }
      body.page-contact-us .standard-column-image .standard-col-inner .row.justify-content-center {
        align-items: stretch; }
    @media (max-width: 650px) {
      body.page-contact-us .standard-column-image .image-column img {
        margin-top: 0px; } }
    @media (min-width: 768px) {
      body.page-contact-us .standard-column-image .image-column {
        position: relative;
        align-self: flex-start;
        min-height: 375px; }
        body.page-contact-us .standard-column-image .image-column img {
          position: absolute;
          top: 0;
          height: 100%;
          right: 0;
          max-width: 800px;
          width: auto;
          z-index: 0; } }
    body.page-contact-us .standard-column-image .content-column {
      text-align: center;
      padding: 20px 15px; }
      @media (min-width: 768px) {
        body.page-contact-us .standard-column-image .content-column {
          padding: 35px 15px 50px; } }
      @media (min-width: 992px) {
        body.page-contact-us .standard-column-image .content-column {
          padding: 80px 15px 120px; } }
      body.page-contact-us .standard-column-image .content-column img {
        max-width: 80px;
        max-height: 80px; }
        @media (min-width: 992px) {
          body.page-contact-us .standard-column-image .content-column img {
            max-width: 100px;
            max-height: 100px; } }
      body.page-contact-us .standard-column-image .content-column p {
        margin-bottom: 20px; }
      body.page-contact-us .standard-column-image .content-column .links-wrapper {
        display: none; }
  body.page-contact-us #column-image-dev-3-section {
    background-color: #f3f3f3;
    padding: 0; }
    @media (max-width: 767px) {
      body.page-contact-us #column-image-dev-3-section {
        padding-top: 25px; } }
    @media (max-width: 767px) {
      body.page-contact-us #column-image-dev-3-section .image-column {
        flex: none;
        order: -1; } }
    body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
      max-width: 350px;
      margin-right: 85px; }
      @media (max-width: 950px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          margin-right: 35px; } }
      @media (min-width: 1081px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          padding: 26% 0; } }
      @media (min-width: 769px) and (max-width: 1080px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          padding: 28% 0; } }
      @media (max-width: 950px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          padding: 30% 0; } }
      @media (max-width: 875px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          padding: 32% 0; } }
      @media (max-width: 785px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          padding: 37% 0; } }
      @media (max-width: 767px) {
        body.page-contact-us #column-image-dev-3-section .image-column .img-fluid {
          padding: 0; } }
    body.page-contact-us #column-image-dev-3-section .content-column {
      padding: 0; }
      body.page-contact-us #column-image-dev-3-section .content-column .contact-address-column {
        text-align: left;
        padding-left: 10px; }
        @media (min-width: 768px) {
          body.page-contact-us #column-image-dev-3-section .content-column .contact-address-column {
            border-left: 2px solid #0268fe;
            border-right: none;
            max-width: 300px; } }
        @media (max-width: 767px) {
          body.page-contact-us #column-image-dev-3-section .content-column .contact-address-column {
            border-right: 2px solid #0268fe;
            border-left: none; } }
        body.page-contact-us #column-image-dev-3-section .content-column .contact-address-column p {
          margin: 20px 0; }
          @media (max-width: 767px) {
            body.page-contact-us #column-image-dev-3-section .content-column .contact-address-column p {
              text-align: center; } }
      body.page-contact-us #column-image-dev-3-section .content-column .contacts-column {
        text-align: left; }
        @media (max-width: 767px) {
          body.page-contact-us #column-image-dev-3-section .content-column .contacts-column p {
            text-align: center; } }
      body.page-contact-us #column-image-dev-3-section .content-column i {
        color: #0268fe; }
        body.page-contact-us #column-image-dev-3-section .content-column i.fa-mobile-alt {
          margin-left: 3px; }

.st-container {
  max-width: 1380px;
  margin: auto; }

.zs_redesign {
  overflow-x: visible; }
  .zs_redesign .ziftr-homepage-b section {
    min-width: 320px; }
  .zs_redesign .ziftr-homepage-b .title-row h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px; }
  .zs_redesign .ziftr-homepage-b .title-row p {
    font-size: 20px;
    padding-bottom: 30px; }
  @media (max-width: 1300px) {
    .zs_redesign .ziftr-homepage-b .title-row h2 {
      font-size: 30px; }
    .zs_redesign .ziftr-homepage-b .title-row p {
      font-size: 18px; } }
  .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item {
    border-bottom: 2px solid #a4c3ff; }
    .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px 0;
      line-height: 1;
      cursor: pointer; }
      @media (max-width: 576px) {
        .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion {
          padding: 20px 0; } }
      .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion:active .indicator img {
        transform: scale(0.9) rotate(90deg); }
      .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_title {
        font-size: 26px;
        font-weight: 700;
        padding-right: 20px;
        line-height: 1.2; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_title {
            font-size: 24px; } }
        @media (max-width: 576px) {
          .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_title {
            font-size: 20px; } }
      .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator {
        background: #0069fe;
        border-radius: 4px;
        position: relative;
        transition: 0.2s; }
        .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator .indicator img {
          width: 30px;
          transition: all 0.2s ease-in-out; }
        .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator .a_collapse {
          display: none; }
        .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator .a_expand,
        .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator .a_collapse {
          transition: 0.2s; }
        .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator.opened {
          transition: 0.2s; }
          .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator.opened .a_expand {
            display: none; }
          .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .open-accordion .acc_indicator.opened .a_collapse {
            display: inline-block; }
    .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .accordion-drawer {
      display: none;
      padding: 0 60px 15px 0;
      border-top: none; }
      .zs_redesign .ziftr-homepage-b .accordion-wrapper .accordion-item .accordion-drawer p {
        color: #a4c3ff;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.5;
        padding-bottom: 40px; }
  .zs_redesign .ziftr-homepage-b h1, .zs_redesign .ziftr-homepage-b h2, .zs_redesign .ziftr-homepage-b h3, .zs_redesign .ziftr-homepage-b h4, .zs_redesign .ziftr-homepage-b h5, .zs_redesign .ziftr-homepage-b h6, .zs_redesign .ziftr-homepage-b p, .zs_redesign .ziftr-homepage-b li, .zs_redesign .ziftr-homepage-b span, .zs_redesign .ziftr-homepage-b ul, .zs_redesign .ziftr-homepage-b a, .zs_redesign .ziftr-homepage-b input {
    font-family: 'Poppins'; }
    .zs_redesign .ziftr-homepage-b h1.h-dark, .zs_redesign .ziftr-homepage-b h2.h-dark, .zs_redesign .ziftr-homepage-b h3.h-dark, .zs_redesign .ziftr-homepage-b h4.h-dark, .zs_redesign .ziftr-homepage-b h5.h-dark, .zs_redesign .ziftr-homepage-b h6.h-dark, .zs_redesign .ziftr-homepage-b p.h-dark, .zs_redesign .ziftr-homepage-b li.h-dark, .zs_redesign .ziftr-homepage-b span.h-dark, .zs_redesign .ziftr-homepage-b ul.h-dark, .zs_redesign .ziftr-homepage-b a.h-dark, .zs_redesign .ziftr-homepage-b input.h-dark {
      color: #23252b; }
    .zs_redesign .ziftr-homepage-b h1.h-lite, .zs_redesign .ziftr-homepage-b h2.h-lite, .zs_redesign .ziftr-homepage-b h3.h-lite, .zs_redesign .ziftr-homepage-b h4.h-lite, .zs_redesign .ziftr-homepage-b h5.h-lite, .zs_redesign .ziftr-homepage-b h6.h-lite, .zs_redesign .ziftr-homepage-b p.h-lite, .zs_redesign .ziftr-homepage-b li.h-lite, .zs_redesign .ziftr-homepage-b span.h-lite, .zs_redesign .ziftr-homepage-b ul.h-lite, .zs_redesign .ziftr-homepage-b a.h-lite, .zs_redesign .ziftr-homepage-b input.h-lite {
      color: #fff; }
    .zs_redesign .ziftr-homepage-b h1.h-blue, .zs_redesign .ziftr-homepage-b h2.h-blue, .zs_redesign .ziftr-homepage-b h3.h-blue, .zs_redesign .ziftr-homepage-b h4.h-blue, .zs_redesign .ziftr-homepage-b h5.h-blue, .zs_redesign .ziftr-homepage-b h6.h-blue, .zs_redesign .ziftr-homepage-b p.h-blue, .zs_redesign .ziftr-homepage-b li.h-blue, .zs_redesign .ziftr-homepage-b span.h-blue, .zs_redesign .ziftr-homepage-b ul.h-blue, .zs_redesign .ziftr-homepage-b a.h-blue, .zs_redesign .ziftr-homepage-b input.h-blue {
      color: #0287cb; }
  .zs_redesign .ziftr-homepage-b ul.check-mark-list li {
    display: flex;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px; }
    .zs_redesign .ziftr-homepage-b ul.check-mark-list li span {
      position: relative;
      align-self: self-end;
      padding-top: 10px;
      padding-left: 28px; }
    .zs_redesign .ziftr-homepage-b ul.check-mark-list li span.check-mark-wrapper {
      border-radius: 50%;
      width: 40px;
      min-width: 40px;
      height: 40px;
      padding: 0;
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
      .zs_redesign .ziftr-homepage-b ul.check-mark-list li span.check-mark-wrapper div.check-mark {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(40deg);
        display: inline-block;
        height: 16px;
        width: 10px;
        border-bottom: 3px solid #0287cb;
        border-right: 3px solid #0287cb; }
  .zs_redesign .ziftr-homepage-b header {
    z-index: 2;
    min-width: 320px; }
    .zs_redesign .ziftr-homepage-b header .navbar-collapse {
      transition: 0.2s; }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b header .navbar-collapse {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-align: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: -100%;
          padding: 0;
          width: 80%;
          max-width: 325px;
          height: 100vh;
          background: #111;
          display: block !important;
          padding: 15px 25px; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse.collapse:not(.show) {
            display: none; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse.collapsing {
            height: auto;
            -webkit-transition: left 0.15s ease;
            -o-transition: left 0.15s ease;
            -moz-transition: left 0.15s ease;
            transition: left 0.15s ease;
            left: -100%;
            height: 100vh; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse.show {
            left: 0;
            height: 100vh;
            -webkit-transition: left 0.15s ease-in;
            -o-transition: left 0.15s ease-in;
            -moz-transition: left 0.15s ease-in;
            transition: left 0.15s ease-in; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse .navbar-nav {
            flex-direction: column; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu li a {
            padding-left: 15px;
            font-size: 15px; }
            .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu li a:hover {
              color: #fff;
              background: #24324d; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu > li a {
            color: #a5a5a5; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu > li.active a {
            color: #fff; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu .dropdown-menu {
            box-shadow: none;
            padding-top: 0;
            background: #1f1f1f;
            margin: 0; }
            .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu .dropdown-menu li a {
              color: #fff;
              background: #222;
              font-size: 15px; }
              .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu .dropdown-menu li a:hover {
                background: #333; } }
    @media screen and (max-width: 991px) and (max-width: 767px) {
      .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu .dropdown-menu {
        padding-top: 0;
        box-shadow: none; }
        .zs_redesign .ziftr-homepage-b header .navbar-collapse ul#menu-main-menu .dropdown-menu .dropdown-item {
          padding: 5px 18px; } }
      @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b header .navbar-collapse .nav-item .nav-link {
            font-size: 16px;
            padding: 10px 10px 10px 0;
            text-transform: uppercase;
            font-weight: 500; }
          .zs_redesign .ziftr-homepage-b header .navbar-collapse .m-toggle {
            width: 100%; } }
      @media (min-width: 992px) {
        .zs_redesign .ziftr-homepage-b header .navbar-collapse ul.navbar-nav {
          padding-left: 20px; } }
      .zs_redesign .ziftr-homepage-b header .navbar-collapse ul.navbar-nav .nav-item a.nav-link:hover {
        color: #7ceaea !important; }
    @media (max-width: 576px) {
      .zs_redesign .ziftr-homepage-b header.home-header-blue nav .navbar-header a img {
        max-width: 160px; } }
    .zs_redesign .ziftr-homepage-b header.home-header-blue nav .login-btn.m-toggle {
      background: #7ceaea;
      padding: 14px 24px;
      line-height: 1;
      font-size: 15px;
      font-weight: 600;
      color: #24262c;
      border: 2px solid #7ceaea; }
      .zs_redesign .ziftr-homepage-b header.home-header-blue nav .login-btn.m-toggle:hover {
        color: #24262c;
        background: #59e4e4;
        border-color: #59e4e4;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .zs_redesign .ziftr-homepage-b header.home-header-blue nav .login-btn.d-toggle.btn {
        display: none; } }
    .zs_redesign .ziftr-homepage-b header.home-header-blue nav .login-btn.mobile-login {
      display: none; }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b header.home-header-blue nav .login-btn.mobile-login {
          display: block;
          border: none;
          font-weight: 700;
          color: #7ceaea; }
          .zs_redesign .ziftr-homepage-b header.home-header-blue nav .login-btn.mobile-login:hover {
            background: transparent;
            border: none;
            color: #0069fe;
            box-shadow: none; } }
    .zs_redesign .ziftr-homepage-b header.homepage-v2 {
      background-color: #1b2440; }
      .zs_redesign .ziftr-homepage-b header.homepage-v2 .nav-wrapper .container-fluid .navbar {
        background: #1b2440; }
  .zs_redesign .ziftr-homepage-b section.hero-r {
    background: #24262c;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner {
      display: flex;
      align-items: center;
      padding: 100px 25px;
      height: 760px;
      position: relative;
      z-index: 1; }
      @media (max-width: 1300px) {
        .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner {
          height: 62vw; } }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner {
          height: auto;
          padding-bottom: 0;
          padding-top: 160px;
          flex-direction: column; } }
      .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content {
        max-width: 675px; }
        @media screen and (min-width: 992px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content {
            padding-right: 65px; } }
        .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content .title-row h1 {
          font-size: 50px;
          font-weight: 700;
          padding-bottom: 30px;
          transition: 0.3s; }
        .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content .title-row p {
          font-size: 20px;
          font-weight: 200;
          max-width: 545px;
          padding-bottom: 20px; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content .title-row h1 {
            font-size: 40px;
            padding-bottom: 20px; }
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content .title-row p {
            font-size: 18px;
            padding-bottom: 15px; } }
        @media (max-width: 1080px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content .title-row h1 {
            font-size: 38px; } }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content .title-row p {
            max-width: 100%; } }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content {
            max-width: 600px;
            text-align: center; } }
        .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content a.hero-r-cta {
          display: inline-block;
          border-radius: 50px;
          font-size: 16px;
          color: #23252b;
          background: #7ceaea;
          border: 2px solid #7ceaea;
          font-weight: 700;
          padding: 14px 24px;
          text-decoration: none;
          text-align: center;
          transition: all 0.2s ease-in-out;
          min-width: 335px; }
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content a.hero-r-cta:hover {
            background: #50e3e3;
            border-color: #50e3e3; }
            .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content a.hero-r-cta:hover:active {
              background: #24dcdc;
              border-color: #24dcdc; }
          @media (max-width: 576px) {
            .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-content a.hero-r-cta {
              min-width: 100%; } }
      .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-graphic {
        min-width: 813px;
        margin-top: 160px; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-graphic {
            min-width: 58%; } }
        @media (max-width: 1080px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-graphic {
            margin-top: 140px; } }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.hero-r .hero-r-inner .hero-r-graphic {
            max-width: 475px;
            min-width: auto;
            margin-top: 50px; } }
  .zs_redesign .ziftr-homepage-b section.ecom-features {
    background: #fff; }
    .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner {
      padding: 160px 25px;
      align-items: center; }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner {
          flex-direction: column;
          padding: 130px 25px 90px; } }
      @media (max-width: 576px) {
        .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner {
          flex-direction: column;
          padding: 100px 25px 90px; } }
      .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner .image-column {
        width: 100%;
        max-width: 47%; }
        .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner .image-column img {
          max-width: 577px; }
      .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner .content-column {
        padding-left: 50px;
        max-width: 53%;
        width: 100%; }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner .content-column {
            margin-bottom: 50px;
            padding-left: 0; } }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner .image-column {
          max-width: 475px;
          order: 1; }
        .zs_redesign .ziftr-homepage-b section.ecom-features .ecom-features-inner .content-column {
          max-width: 600px;
          order: 0; } }
    .zs_redesign .ziftr-homepage-b section.ecom-features.redesign {
      padding: 0 0 108px 0; }
      .zs_redesign .ziftr-homepage-b section.ecom-features.redesign h1 {
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        color: #1b2440;
        font-weight: 700;
        max-width: 906px;
        width: 100%;
        margin: 65px auto 0; }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.ecom-features.redesign h1 {
            font-size: 30px;
            line-height: 42px;
            width: 90%; } }
      .zs_redesign .ziftr-homepage-b section.ecom-features.redesign h3 {
        font-size: 26px;
        line-height: 39px;
        color: #1b2440;
        max-width: 906px;
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
        font-weight: 800; }
      .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .cta {
        width: 284px;
        height: 52px;
        background-color: #7ceaea;
        border-radius: 26px;
        text-align: center;
        font-size: 16px;
        color: #1b2440;
        font-weight: bold;
        line-height: 52px;
        display: block;
        margin: 0 auto;
        text-transform: uppercase; }
      .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner {
        padding: 104px 25px 90px; }
        .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner h2 {
          color: #1b2440;
          font-size: 25px;
          line-height: 38px;
          padding-bottom: 10px; }
          .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner h2 span {
            color: #0069fe; }
        .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner p {
          display: none; }
        .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner ul.check-mark-list li {
          color: #414141;
          margin-bottom: 5px; }
          .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner ul.check-mark-list li span {
            padding-left: 19px;
            padding-top: 7px; }
            .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner ul.check-mark-list li span.check-mark-wrapper {
              box-shadow: none; }
              .zs_redesign .ziftr-homepage-b section.ecom-features.redesign .ecom-features-inner ul.check-mark-list li span.check-mark-wrapper div.check-mark {
                height: 14px; }
  .zs_redesign .ziftr-homepage-b section.global-zs {
    background-color: #0069fe;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner {
      padding: 200px 25px 280px;
      align-items: center; }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner {
          flex-direction: column;
          padding: 130px 25px 90px; } }
      .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column {
        width: 50%;
        padding-right: 40px; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column {
            width: 100%;
            max-width: 600px;
            margin: auto; } }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column {
            padding-right: 0; } }
        .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column a {
          display: inline-block;
          border-radius: 50px;
          font-size: 16px;
          color: #0069fe;
          background: #fff;
          border: 2px solid #fff;
          font-weight: 700;
          padding: 14px 24px;
          text-decoration: none;
          text-align: center;
          transition: all 0.2s ease-in-out;
          max-width: 336px;
          width: 100%;
          margin-top: 55px; }
          .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column a:hover {
            background: #e6e6e6;
            border-color: #e6e6e6; }
            .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column a:hover:active {
              background: #cccccc;
              border-color: #cccccc; }
          @media (max-width: 576px) {
            .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .content-column a {
              max-width: 100%; } }
      .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .image-column {
        width: 50%; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .image-column {
            width: 100%;
            max-width: 475px;
            margin: auto;
            margin-top: 30px; } }
        .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .image-column .graphic-container {
          text-align: right; }
          @media (max-width: 991px) {
            .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .image-column .graphic-container {
              margin-top: 30px; } }
          .zs_redesign .ziftr-homepage-b section.global-zs .global-zs-inner .image-column .graphic-container svg {
            width: 100%;
            max-width: 590px;
            height: 100%; }
  .zs_redesign .ziftr-homepage-b section.callout-white {
    background: #fff; }
    .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner {
      padding: 90px 25px; }
      @media (max-width: 767px) {
        .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner {
          padding: 70px 25px; } }
      .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .title-row {
        max-width: 1020px;
        margin: auto auto 50px; }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .title-row {
            margin-bottom: 30px; } }
      .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container {
        align-items: center; }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container {
            flex-direction: column; } }
        .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .image-column {
          width: 50%;
          padding-right: 50px; }
          .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .image-column img {
            max-width: 600px; }
          @media (max-width: 767px) {
            .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .image-column {
              width: 100%;
              max-width: 375px;
              padding-right: 0;
              margin-bottom: 40px; } }
        .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column {
          width: 50%; }
          @media (max-width: 767px) {
            .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column {
              width: 100%;
              max-width: 600px; } }
          .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner {
            max-width: 600px;
            margin: auto; }
            .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner h3 {
              font-size: 30px;
              color: #0287cb;
              font-weight: 400;
              padding-bottom: 20px; }
            .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner p {
              font-size: 18px;
              color: #23252b;
              padding-bottom: 35px; }
            .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner a {
              display: inline-block;
              border-radius: 50px;
              font-size: 16px;
              color: #23252b;
              background: #7ceaea;
              border: 2px solid #7ceaea;
              font-weight: 700;
              padding: 14px 24px;
              text-decoration: none;
              text-align: center;
              transition: all 0.2s ease-in-out;
              max-width: 181px;
              width: 100%;
              line-height: 1.1; }
              .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner a:hover {
                background: #50e3e3;
                border-color: #50e3e3; }
                .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner a:hover:active {
                  background: #24dcdc;
                  border-color: #24dcdc; }
              @media (max-width: 576px) {
                .zs_redesign .ziftr-homepage-b section.callout-white .callout-white-inner .content-container .content-column .content-column-inner a {
                  max-width: 100%; } }
  .zs_redesign .ziftr-homepage-b section.callout-tree {
    background: #fff;
    padding: 100px 25px 170px; }
    @media screen and (max-width: 767px) {
      .zs_redesign .ziftr-homepage-b section.callout-tree {
        padding: 100px 25px 70px; } }
    .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .title-row {
      max-width: 1020px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      margin: auto; }
    .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container {
      max-width: 1240px;
      margin: auto;
      position: relative;
      z-index: 1; }
      .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container::before {
        content: "";
        width: 660px;
        border: solid 3px #e3e3e3;
        border-bottom: none;
        height: 80%;
        position: absolute;
        border-radius: 6px;
        top: 110px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container::before {
            width: 54vw; } }
        @media screen and (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container::before {
            width: 1px;
            height: 92%; } }
      .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .logo-row img {
        max-width: 223px; }
      .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper {
        justify-content: space-between;
        padding-top: 55px; }
        @media screen and (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper {
            flex-direction: column; } }
        .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col {
          max-width: 580px; }
          .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col.column-wrapper-left {
            margin: 0 auto auto 0; }
          .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col.column-wrapper-right {
            margin: 0 0 auto auto; }
          @media (max-width: 1300px) {
            .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col.column-wrapper-left {
              margin: 0 25px auto 0; }
            .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col.column-wrapper-right {
              margin: 0 0 auto 25px; } }
          @media screen and (max-width: 767px) {
            .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col {
              max-width: 580px; }
              .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col.column-wrapper-left, .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col.column-wrapper-right {
                margin: auto; } }
          .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box {
            padding: 35px 25px;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
            max-width: 580px;
            margin-bottom: 50px;
            border-radius: 10px;
            background: #fff; }
            @media (max-width: 1175px) {
              .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box {
                min-height: 242px; } }
            @media (max-width: 1125px) {
              .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box {
                min-height: 282px; } }
            @media (max-width: 900px) {
              .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box {
                min-height: 310px; } }
            @media screen and (max-width: 767px) {
              .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box {
                min-height: auto; } }
            .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box h3 {
              font-size: 28px;
              padding-bottom: 15px; }
            .zs_redesign .ziftr-homepage-b section.callout-tree .callout-tree-inner .content-container .callout-stacked-boxes-wrapper ._col .callout-single-box p {
              font-size: 18px; }
  .zs_redesign .ziftr-homepage-b section.callout-white-tree {
    background: #fff; }
    .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner {
      padding: 90px 25px; }
      @media (max-width: 767px) {
        .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner {
          padding: 70px 25px; } }
      .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .title-row {
        max-width: 1020px;
        margin: auto auto 50px; }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .title-row {
            margin-bottom: 30px; } }
      .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container {
        align-items: center; }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container {
            flex-direction: column; } }
        .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container {
          width: 50%;
          margin: auto;
          display: flex; }
          .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container {
            position: absolute;
            border: 1px red solid; }
            .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container .tree {
              width: 33%;
              max-width: 223px;
              position: relative;
              top: 111px; }
              .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container .tree.left {
                border-top: 3px solid #e3e3e3;
                border-left: 3px solid #e3e3e3; }
                .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container .tree.left .cards {
                  position: relative;
                  left: -100%; }
              .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container .tree.right {
                border-top: 3px solid #e3e3e3;
                border-right: 3px solid #e3e3e3;
                border-radius: 5px; }
            .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container .center-image {
              width: 33%;
              text-align: center;
              display: block;
              max-width: 223px;
              margin: auto; }
              .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .tree-container .center-image img {
                margin-top: -200%; }
          .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container {
            position: absolute;
            border: 1px blue solid; }
            .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards {
              width: 200%;
              padding: 0;
              margin: 0; }
              @media (max-width: 767px) {
                .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards {
                  width: 100%;
                  max-width: 600px; } }
              .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards.left {
                position: relative;
                left: -50%; }
              .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards.right {
                position: relative;
                left: 50%; }
              .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner {
                margin: auto;
                max-width: 579px;
                height: 210px;
                object-fit: contain;
                border-radius: 10px;
                box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
                margin-bottom: 80px; }
                .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner h3 {
                  font-size: 30px;
                  color: #0287cb;
                  font-weight: 400;
                  padding: 0 20px 0 40px; }
                .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner p {
                  font-size: 18px;
                  color: #23252b;
                  padding-bottom: 35px; }
                .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner a {
                  display: inline-block;
                  border-radius: 50px;
                  font-size: 16px;
                  color: #23252b;
                  background: #7ceaea;
                  border: 2px solid #7ceaea;
                  font-weight: 700;
                  padding: 14px 24px;
                  text-decoration: none;
                  text-align: center;
                  transition: all 0.2s ease-in-out;
                  max-width: 181px;
                  width: 100%;
                  line-height: 1.1; }
                  .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner a:hover {
                    background: #50e3e3;
                    border-color: #50e3e3; }
                    .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner a:hover:active {
                      background: #24dcdc;
                      border-color: #24dcdc; }
                  @media (max-width: 576px) {
                    .zs_redesign .ziftr-homepage-b section.callout-white-tree .callout-white-inner .content-container .container .card-container .cards .content-column-inner a {
                      max-width: 100%; } }
  .zs_redesign .ziftr-homepage-b section.marketing-tiles {
    background: #23252a;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner {
      padding: 160px 25px 190px; }
      @media (max-width: 767px) {
        .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner {
          padding: 130px 25px 150px; } }
      @media (max-width: 576px) {
        .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner {
          padding: 90px 25px 100px; } }
      .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .title-row {
        padding-bottom: 30px; }
        @media (max-width: 1050px) {
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .title-row {
            max-width: 650px;
            margin: auto; } }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .title-row {
            max-width: 325px; } }
        @media (max-width: 576px) {
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .title-row {
            max-width: 260px; } }
      .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row {
        flex-wrap: wrap;
        justify-content: center; }
        @media (max-width: 1050px) {
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row .slick-list {
            max-width: 650px;
            margin: auto; } }
        @media (max-width: 767px) {
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row .slick-list {
            max-width: 325px; } }
        @media (max-width: 576px) {
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row .slick-list {
            max-width: 260px; } }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row .slick-dots {
          bottom: -50px; }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row .slick-dots li.slick-active button::before {
            color: #0069fe; }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row .slick-dots li button::before {
            font-size: 16px;
            color: #a4c3ff; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile {
          width: 305px;
          background: #323337;
          border-radius: 8px;
          padding: 30px 20px;
          min-height: 336px;
          max-height: 336px;
          margin: 13px;
          max-width: 305px;
          min-width: 305px;
          outline: 1px solid transparent;
          transition: 0.4s;
          border: 1px solid #323337; }
          @media (min-width: 1050px) {
            .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile:hover {
              transform: scale(1.02);
              border-color: #4a4c52; } }
          @media (max-width: 1050px) {
            .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile {
              margin: 0 10px;
              cursor: pointer; } }
          @media (max-width: 576px) {
            .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile {
              min-height: 315px;
              max-height: 315px;
              margin: 0 5px;
              max-width: 250px;
              min-width: 250px; } }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-header {
            margin-bottom: 20px; }
            .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-header img {
              max-width: 75px;
              width: auto; }
            @media (max-width: 576px) {
              .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-header {
                margin-bottom: 15px; }
                .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-header img {
                  max-width: 55px; } }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-body h4 {
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 5px; }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-body p {
            color: #9f9f9f;
            font-size: 16px; }
          @media (max-width: 576px) {
            .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-body h4 {
              font-size: 18px; }
            .zs_redesign .ziftr-homepage-b section.marketing-tiles .marketing-tiles-inner .tiles-row ._tile .tile-body p {
              font-size: 14px;
              line-height: 1.5; } }
    .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign {
      background: #f2f5fc; }
      .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign h2 {
        color: #1b2440;
        max-width: 1134px;
        margin: 0 auto;
        width: 100%; }
      .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .tiles-row ._tile {
        border-radius: 8px;
        box-shadow: 0 0 60px 0 rgba(0, 105, 254, 0.1);
        background-color: #ffffff;
        outline: none;
        border: 0px solid transparent; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .tiles-row ._tile .tile-header {
          text-align: center; }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .tiles-row ._tile .tile-header img {
            max-width: 116px; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .tiles-row ._tile .tile-body h4 {
          text-align: center;
          color: #0069fe;
          font-weight: 800;
          padding-bottom: 20px; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .tiles-row ._tile .tile-body p {
          color: #1b2440; }
      .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .title-footer {
        padding: 113px 0 0 0; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .title-footer h3 {
          font-size: 22px;
          line-height: 31px;
          color: #1b2440;
          font-weight: 700;
          margin: 0 auto 14.1px; }
          .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .title-footer h3 span {
            color: #0069fe; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .title-footer p {
          font-size: 18px;
          line-height: 26px;
          color: #1b2440;
          margin: 0 auto 20px;
          max-width: 774px; }
        .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .title-footer a {
          display: inline-block;
          height: 52px;
          border-radius: 26px;
          border: solid 2px #0069fe;
          text-align: center;
          color: #0069fe;
          font-size: 16px;
          line-height: 52px;
          font-weight: 700;
          padding: 0 40px;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .marketing-tiles-inner .title-footer a {
              font-size: 10px;
              padding: 0 20px; } }
      .zs_redesign .ziftr-homepage-b section.marketing-tiles.redesign .triangle-slant {
        display: none; }
  .zs_redesign .ziftr-homepage-b section.zs-testimonial {
    background: #fff;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner {
      padding: 140px 25px 90px;
      position: relative; }
      @media (max-width: 1300px) {
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner {
          max-width: 1000px; } }
      @media (max-width: 700px) {
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner {
          padding: 100px 25px 70px; } }
      .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .slick-arrow {
        position: absolute;
        top: 42%;
        border: none;
        background: transparent;
        outline: 1px solid transparent;
        transition: 0.2s; }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .slick-arrow.slick_previous {
          left: 10px; }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .slick-arrow.slick_next {
          right: 10px; }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .slick-arrow:active {
          transform: scale(0.9); }
      @media (max-width: 880px) {
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .slick_next,
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .slick_previous {
          display: none; } }
      .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .slick-list {
        max-width: 1140px;
        margin: auto; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .slick-list {
            max-width: 700px; } }
      .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .slick-dots {
        bottom: -50px; }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .slick-dots li.slick-active button::before {
          color: #0069fe; }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .slick-dots li button::before {
          font-size: 16px;
          color: #a4c3ff; }
      .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide {
        max-width: 1120px;
        margin: 0 10px;
        background: #0069fe;
        padding: 60px;
        border-radius: 8px;
        min-height: 342px;
        outline: 1px solid transparent;
        align-items: center; }
        @media (max-width: 1300px) {
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide {
            padding: 30px; } }
        @media (max-width: 700px) {
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide {
            flex-direction: column;
            text-align: center; } }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .image-column {
          width: 30%; }
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .image-column img {
            max-width: 207px;
            width: 100%;
            margin: auto; }
            .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .image-column img._round_ {
              border-radius: 50%; }
          @media (max-width: 700px) {
            .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .image-column {
              width: 100%;
              margin-bottom: 35px; } }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column {
          width: 70%;
          padding: 0 38px; }
          @media (max-width: 1300px) {
            .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column {
              padding-right: 0; } }
          @media (max-width: 700px) {
            .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column {
              padding: 0;
              width: 100%; } }
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column h5 {
            font-size: 20px; }
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column p {
            line-height: 1.5;
            font-weight: 200; }
            .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column p.testimonial-title {
              font-size: 16px;
              padding-bottom: 20px;
              text-transform: uppercase; }
            .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column p.testimonial-text {
              font-size: 20px; }
            @media (max-width: 576px) {
              .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column p.testimonial-title {
                font-size: 14px; }
              .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner .zs-testimonial-slider .testimonial-slide .content-column p.testimonial-text {
                font-size: 18px; } }
      .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner a.zs-testimonial-cta {
        display: inline-block;
        border-radius: 50px;
        font-size: 16px;
        color: #23252b;
        background: #7ceaea;
        border: 2px solid #7ceaea;
        font-weight: 700;
        padding: 14px 24px;
        text-decoration: none;
        text-align: center;
        transition: all 0.2s ease-in-out;
        width: 100%;
        max-width: 250px;
        line-height: 1.1;
        margin-top: 40px; }
        .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner a.zs-testimonial-cta:hover {
          background: #50e3e3;
          border-color: #50e3e3; }
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner a.zs-testimonial-cta:hover:active {
            background: #24dcdc;
            border-color: #24dcdc; }
        @media (max-width: 880px) {
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner a.zs-testimonial-cta {
            margin-top: 60px; } }
        @media (max-width: 576px) {
          .zs_redesign .ziftr-homepage-b section.zs-testimonial .zs-testimonial-inner a.zs-testimonial-cta {
            max-width: 100%; } }
  .zs_redesign .ziftr-homepage-b section.ziftr-highlights {
    background: #f3f3f3;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner {
      padding: 170px 25px 80px; }
      @media (max-width: 850px) {
        .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner {
          padding: 100px 25px 60px; } }
      .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner .title-row {
        max-width: 970px;
        margin: auto;
        margin-bottom: 50px;
        padding-bottom: 10px; }
        @media (max-width: 850px) {
          .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner .title-row {
            margin-bottom: 30px; } }
      @media (max-width: 850px) {
        .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner .content-container {
          flex-direction: column; } }
      .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col .check-mark-list {
        padding-left: 0; }
        .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col .check-mark-list li span:not(.check-mark-wrapper) {
          font-size: 16px;
          font-weight: 500; }
      .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col .column_heading {
        color: #0287cb;
        font-size: 20px;
        min-height: 110px;
        line-height: 1.4;
        margin-bottom: 30px; }
        @media (max-width: 850px) {
          .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col .column_heading {
            min-height: auto; } }
      .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-left {
        width: 100%;
        max-width: 670px; }
        .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-left .column_heading {
          padding-right: 15px; }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-left .column_heading {
            padding-right: 0; } }
        @media (max-width: 850px) {
          .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-left {
            max-width: 600px;
            margin: auto;
            margin-bottom: 60px; } }
      .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-right {
        width: 100%;
        max-width: 590px;
        margin-left: 60px; }
        .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-right .column_heading {
          padding-right: 50px; }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-right .column_heading {
            padding-right: 0; } }
        @media (max-width: 850px) {
          .zs_redesign .ziftr-homepage-b section.ziftr-highlights .ziftr-highlights-inner ._col.column-right {
            margin: auto;
            max-width: 600px; } }
  .zs_redesign .ziftr-homepage-b section.callout-blue {
    background: #0069fe;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner {
      padding: 190px 25px 100px; }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner {
          flex-direction: column; } }
      @media (max-width: 576px) {
        .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner {
          padding: 100px 25px 80px; } }
      .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .image-column {
        max-width: 650px; }
        .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .image-column img {
          max-width: 570px; }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .image-column {
            max-width: 400px;
            margin: auto;
            order: 1; } }
      .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column {
        text-align: center;
        max-width: 640px;
        margin: auto;
        padding-left: 35px; }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column {
            max-width: 600px;
            padding-left: 0;
            order: 0;
            margin-bottom: 50px; } }
        .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column .title-row {
          margin-bottom: 20px; }
          .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column .title-row h2 {
            padding-bottom: 35px; }
          .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column .title-row .sub-title {
            color: #a4c3ff;
            padding-bottom: 25px;
            font-weight: 200; }
          .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column .title-row .sub-text {
            font-weight: 600; }
        .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column a.callout-cta {
          display: inline-block;
          border-radius: 50px;
          font-size: 16px;
          color: #0069fe;
          background: #fff;
          border: 2px solid #fff;
          font-weight: 700;
          padding: 14px 24px;
          text-decoration: none;
          text-align: center;
          transition: all 0.2s ease-in-out;
          max-width: 278px;
          width: 100%; }
          .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column a.callout-cta:hover {
            background: #e6e6e6;
            border-color: #e6e6e6; }
            .zs_redesign .ziftr-homepage-b section.callout-blue .callout-blue-inner .content-column a.callout-cta:hover:active {
              background: #cccccc;
              border-color: #cccccc; }
  .zs_redesign .ziftr-homepage-b section.zs-contact {
    background: #23252b;
    position: relative; }
    .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner {
      padding: 120px 25px 90px; }
      @media (max-width: 576px) {
        .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner {
          padding: 80px 25px; } }
      .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .required-text::before {
        content: "*Required";
        font-family: 'Poppins';
        top: 3px;
        left: 29px;
        position: absolute;
        font-size: 10px;
        z-index: 3;
        color: #a4c3ff; }
      .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper {
        max-width: 690px;
        margin: auto;
        position: relative; }
        .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper.submitting::before {
          position: absolute;
          content: "Submitting...";
          height: auto;
          padding: 20px 50px;
          margin: auto;
          border: 1px solid black;
          color: #7ceaea;
          background: #323337;
          top: 50%;
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 24px;
          z-index: 3;
          left: 50%;
          transform: translate(-50%, -50%); }
        .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper.submitting form {
          opacity: 0.2; }
        .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form {
          position: relative; }
          .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form .form-row > ._col {
            padding-left: 10px;
            padding-right: 10px; }
            @media (max-width: 576px) {
              .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form .form-row > ._col {
                padding-left: 0;
                padding-right: 0; } }
          .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input:not(.form-submit-btn), .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form textarea, .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form select {
            border: 1px solid #4a4a4a;
            line-height: 1.5;
            padding: 18px;
            width: 100%;
            background: #323337;
            border-radius: 6px;
            font-size: 16px;
            font-style: italic;
            color: #a8a8a8; }
            @media (max-width: 576px) {
              .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input:not(.form-submit-btn), .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form textarea, .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form select {
                padding: 10px;
                font-size: 14px; } }
            .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input:not(.form-submit-btn)::placeholder, .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form textarea::placeholder, .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form select::placeholder {
              color: #a8a8a8; }
          .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form .select-container {
            background-image: linear-gradient(#484848, #323337);
            position: relative;
            z-index: 0;
            margin-bottom: 20px;
            border-radius: 6px; }
            .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form .select-container select {
              background: transparent;
              -webkit-appearance: none;
              cursor: pointer; }
            .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form .select-container::after {
              content: '\f078';
              font-family: fontAwesome;
              position: absolute;
              z-index: -1;
              top: 50%;
              transform: translateY(-50%);
              font-size: 24px;
              right: 18px;
              color: #a8a8a8; }
              @media (max-width: 576px) {
                .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form .select-container::after {
                  font-size: 18px; } }
          .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input.form-submit-btn {
            display: inline-block;
            border-radius: 50px;
            font-size: 16px;
            color: #23252b;
            background: #7ceaea;
            border: 2px solid #7ceaea;
            font-weight: 700;
            padding: 14px 24px;
            text-decoration: none;
            text-align: center;
            transition: all 0.2s ease-in-out;
            max-width: 206px;
            width: 100%; }
            .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input.form-submit-btn:hover {
              background: #50e3e3;
              border-color: #50e3e3; }
              .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input.form-submit-btn:hover:active {
                background: #24dcdc;
                border-color: #24dcdc; }
            @media (max-width: 576px) {
              .zs_redesign .ziftr-homepage-b section.zs-contact .zs-contact-inner .form-wrapper form input.form-submit-btn {
                max-width: 100%; } }
  .zs_redesign .ziftr-homepage-b .alternating-content {
    padding: 135px 0 75px 0;
    background-repeat: no-repeat;
    background-size: 100%; }
    .zs_redesign .ziftr-homepage-b .alternating-content h1 {
      color: #ffffff;
      font-size: 40px;
      line-height: 50px;
      text-align: center;
      text-transform: capitalize;
      font-weight: 700;
      margin: 0 auto 173px;
      width: 90%; }
      .zs_redesign .ziftr-homepage-b .alternating-content h1 span {
        color: #7ceaea; }
      @media (max-width: 767px) {
        .zs_redesign .ziftr-homepage-b .alternating-content h1 {
          font-size: 30px;
          line-height: 42px; } }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b .alternating-content h1 {
          margin: 0 auto 73px; } }
    .zs_redesign .ziftr-homepage-b .alternating-content .row {
      width: 90%;
      margin: 0 auto 110px; }
      .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
        .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-right .leftCol {
          width: 50%;
          float: left; }
          @media (max-width: 1200px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-right .leftCol {
              width: 40%; } }
          @media (max-width: 991px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-right .leftCol {
              width: 100%; } }
        .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-right .rightCol {
          width: 50%;
          float: left; }
          @media (max-width: 1200px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-right .rightCol {
              width: 60%; } }
          @media (max-width: 991px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-right .rightCol {
              width: 100%; } }
        .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-left .leftCol {
          width: 50%;
          float: left;
          order: 2; }
          @media (max-width: 1200px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-left .leftCol {
              width: 40%; } }
          @media (max-width: 991px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-left .leftCol {
              width: 100%;
              order: 1; } }
        .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-left .rightCol {
          width: 50%;
          float: left;
          order: 1; }
          @media (max-width: 1200px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-left .rightCol {
              width: 60%; } }
          @media (max-width: 991px) {
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper.align-left .rightCol {
              width: 100%;
              order: 2; } }
        .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row {
          width: 100%; }
          .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box {
            width: 50%;
            float: left;
            text-align: left; }
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box .title,
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box h3 {
              font-size: 22px;
              line-height: 26px;
              color: #ffffff;
              font-weight: 700;
              margin: 0 0 10px 0;
              width: 90%; }
            .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box p {
              color: #b5c7f1;
              font-size: 18px;
              line-height: 26px;
              font-weight: 400;
              width: 85%; }
            @media (max-width: 991px) {
              .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box {
                width: 100%;
                margin: 10px 0; }
                .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box h3 {
                  width: 100%; }
                .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol .cards-row .card-box p {
                  width: 100%; } }
        .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper .rightCol hr {
          display: inline-block;
          width: 100%;
          border: 1px solid #687290;
          margin: 40px 0; }
        @media (max-width: 991px) {
          .zs_redesign .ziftr-homepage-b .alternating-content .row .content-wrapper {
            flex-flow: column; } }
  .zs_redesign .ziftr-homepage-b .testimonials {
    padding: 49px 0 0 0;
    position: relative;
    overflow: visible;
    z-index: 1; }
    .zs_redesign .ziftr-homepage-b .testimonials:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #ffffff;
      z-index: -1;
      top: 0;
      transform-origin: left top;
      transform: skewY(-3deg); }
    .zs_redesign .ziftr-homepage-b .testimonials h1 {
      font-size: 40px;
      line-height: 50px;
      font-weight: 700;
      color: #1b2440;
      text-align: center;
      width: 90%;
      margin: 0 auto; }
    .zs_redesign .ziftr-homepage-b .testimonials .row {
      padding: 104px 0 0 0;
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol {
        width: 40%; }
        .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul {
          list-style-type: none;
          padding: 0; }
          .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li {
            width: 100%; }
            .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 47px 0px;
              width: 80%;
              margin: 0 auto; }
              .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .leftSide {
                width: 40%;
                text-align: center; }
                .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .leftSide img {
                  max-width: 108px; }
              .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .rightSide {
                width: 60%; }
                .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .rightSide h3 {
                  font-size: 20px;
                  line-height: 25px;
                  color: #1b2440;
                  font-weight: 500; }
                .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .rightSide p {
                  font-size: 16px;
                  line-height: 20px;
                  color: #687290;
                  font-weight: 400; }
              .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block.active {
                border-radius: 20px;
                box-shadow: 0 0 30px 0 rgba(0, 105, 254, 0.1); }
      .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol {
        width: 60%; }
        .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol .card-content {
          display: none; }
          .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol .card-content h3 {
            font-size: 22px;
            line-height: 26px;
            font-weight: 700;
            color: #1b2440;
            margin: 0 0 16px 0; }
          .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol .card-content .stars {
            max-width: 104px;
            margin: 0 0 45px 0; }
          .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol .card-content p {
            font-size: 18px;
            line-height: 35px;
            color: #687290;
            font-weight: 400; }
          .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol .card-content.active {
            display: block; }
      @media (max-width: 1200px) {
        .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol {
          width: 100%; }
          .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li {
            width: 33%;
            float: left; }
            .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block {
              flex-flow: column; }
              .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .leftSide {
                width: 100%;
                margin: 0 0 20px 0; }
              .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li .card-block .rightSide {
                width: 100%;
                text-align: center; }
        .zs_redesign .ziftr-homepage-b .testimonials .row .rightCol {
          width: 100%;
          margin: 20px 0 0 0; } }
      @media (max-width: 991px) {
        .zs_redesign .ziftr-homepage-b .testimonials .row .leftCol ul li {
          width: 100%; } }

body {
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif; }

a,
a:visited,
a.hover,
a:active {
  color: #0069FE; }

a.back {
  text-decoration: none; }

.btn.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  /* opacity: .65; */
  color: #AFAFAF;
  background-color: #EFEFEF; }

.copy-id.btn-primary.active, .copy-id.btn-primary:active, .copy-id .open > .dropdown-toggle.btn-primary {
  background-color: #7dde8a !important; }

body {
  overflow-x: initial; }
  body main {
    background: #fff; }

body.page-blog {
  min-width: 320px; }
  body.page-blog #zs-header-new {
    position: relative; }
    body.page-blog #zs-header-new::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(/3362onf67m/header-overlay.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      opacity: 0.6; }

.article-meta {
  color: #777;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300; }

.zs-single-article-view {
  padding: 60px 0 150px; }
  .zs-single-article-view * {
    font-family: "Poppins", sans-serif; }
  .zs-single-article-view .blog-title {
    color: #24262c;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 10px; }
  .zs-single-article-view article {
    box-shadow: none;
    padding: 0;
    max-width: 980px;
    margin: auto; }
    .zs-single-article-view article .article-meta {
      font-size: 20px;
      margin-bottom: 40px; }
    .zs-single-article-view article .body-title {
      margin-bottom: 10px; }
    .zs-single-article-view article .go-back {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 50px;
      display: inline-block; }
      .zs-single-article-view article .go-back:hover {
        text-decoration: none;
        color: #0054cb; }
      .zs-single-article-view article .go-back i {
        margin-right: 10px; }
    .zs-single-article-view article .tag-list {
      margin-bottom: 25px; }
      .zs-single-article-view article .tag-list a {
        font-weight: 500;
        font-size: 20px;
        transition: 0.3s;
        border-radius: 6px;
        padding-right: 8px; }
        .zs-single-article-view article .tag-list a:hover, .zs-single-article-view article .tag-list a:focus {
          color: #0054cb;
          text-decoration: none; }
        @media (max-width: 576px) {
          .zs-single-article-view article .tag-list a {
            font-size: 12px; } }
    .zs-single-article-view article .more-blogs a {
      display: inline-block;
      max-width: 540px;
      padding: 25px;
      background: #f3f3f3;
      margin: 50px auto auto;
      border-radius: 10px;
      text-transform: uppercase;
      font-weight: 600;
      color: #777;
      line-height: 1;
      width: 100%;
      transition: 0.3s; }
      .zs-single-article-view article .more-blogs a:hover {
        text-decoration: none;
        background: #e6e6e6; }
        .zs-single-article-view article .more-blogs a:hover:active {
          background: gainsboro; }
      .zs-single-article-view article .more-blogs a:focus {
        text-decoration: none; }
    .zs-single-article-view article .article-body * {
      font-size: 18px; }
    .zs-single-article-view article .article-body p, .zs-single-article-view article .article-body span, .zs-single-article-view article .article-body li, .zs-single-article-view article .article-body strong {
      color: #24262c;
      line-height: 1.7; }
    .zs-single-article-view article .article-body p, .zs-single-article-view article .article-body ul {
      margin-bottom: 20px; }
    .zs-single-article-view article .post-image {
      margin-bottom: 30px; }
      .zs-single-article-view article .post-image img {
        border-radius: 10px;
        max-height: 300px;
        object-fit: cover; }

.blog-template {
  padding: 65px 0 180px; }
  .blog-template .select-container {
    background: #fff;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .blog-template .select-container {
        width: 100%; } }
    .blog-template .select-container select {
      background: transparent;
      -webkit-appearance: none;
      cursor: pointer;
      padding: 15px 20px;
      font-size: 20px;
      border: 2px solid #24262c; }
      @media (max-width: 767px) {
        .blog-template .select-container select {
          width: 100%; } }
      .blog-template .select-container select:acitve {
        background: rgba(0, 0, 0, 0); }
    .blog-template .select-container:after {
      content: "\f078";
      font-family: fontAwesome;
      position: absolute;
      z-index: -1;
      display: block;
      top: 42%;
      transform: translateY(-50%);
      font-size: 24px;
      right: 24px;
      border: none;
      line-height: 1;
      color: #24262c; }
      @media (max-width: 576px) {
        .blog-template .select-container:after {
          font-size: 18px; } }
  .blog-template .fixed-to-top-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: 0.3s;
    z-index: 100;
    border-radius: 50%; }
    .blog-template .fixed-to-top-button span {
      position: relative;
      background: #0069fe;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: block;
      transition: 0.3s; }
      .blog-template .fixed-to-top-button span i {
        color: #fff;
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .blog-template .fixed-to-top-button:hover span {
      background: #0049b2; }
    .blog-template .fixed-to-top-button:active span {
      background: #00347f; }
  .blog-template * {
    font-family: "Poppins", sans-serif; }
  .blog-template .hide-blog-item {
    display: none; }
  .blog-template a.show-more-posts {
    display: inline-block;
    max-width: 540px;
    padding: 25px;
    background: #f3f3f3;
    margin: 40px auto auto;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
    line-height: 1;
    width: 100%;
    transition: 0.3s; }
    .blog-template a.show-more-posts > div {
      display: flex;
      justify-content: center;
      align-items: center; }
      .blog-template a.show-more-posts > div .remaining-article-count {
        position: relative;
        background: #0069fe;
        padding: 5px;
        width: 24px;
        height: 24px;
        display: inline-block;
        border-radius: 50%;
        top: -7px;
        right: -3px; }
        .blog-template a.show-more-posts > div .remaining-article-count > span {
          position: absolute;
          top: 50%;
          left: 50%;
          color: #fff;
          transform: translate(-50%, -50%);
          font-size: 11px; }
    .blog-template a.show-more-posts:hover {
      text-decoration: none;
      background: #e6e6e6; }
      .blog-template a.show-more-posts:hover:active {
        background: gainsboro; }
    .blog-template a.show-more-posts:focus {
      text-decoration: none; }
    .blog-template a.show-more-posts.no-posts-remaining {
      color: #b7b7b7;
      background-color: #f8f8f8;
      pointer-events: none;
      cursor: not-allowed; }
  .blog-template .blog_tag_row {
    text-align: center;
    padding: 0 0 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-template .blog_tag_row .tags-mobile {
      display: none; }
    @media (max-width: 1300px) {
      .blog-template .blog_tag_row {
        max-width: 100%; } }
    @media (max-width: 900px) {
      .blog-template .blog_tag_row {
        padding-bottom: 0; }
        .blog-template .blog_tag_row .tags-desktop {
          display: none; }
        .blog-template .blog_tag_row .tags-mobile {
          display: block; } }
    .blog-template .blog_tag_row a {
      color: #777;
      font-size: 20px;
      padding: 0 20px;
      white-space: nowrap;
      text-transform: capitalize; }
      .blog-template .blog_tag_row a.current-tag {
        color: #0069fe;
        font-weight: 600; }
      .blog-template .blog_tag_row a:hover, .blog-template .blog_tag_row a:focus {
        text-decoration: none;
        color: #5e5e5e; }
      @media (max-width: 1100px) {
        .blog-template .blog_tag_row a {
          font-size: 18px;
          padding: 0 10px; } }
  .blog-template .blog-page-title h1 {
    font-size: 40px;
    text-decoration: none;
    border: none;
    color: #24262c;
    font-weight: 600; }
  .blog-template .article-component {
    box-shadow: none;
    padding: 20px; }
    .blog-template .article-component .article-inner .article-text-wrapper {
      padding: 0 20px; }
      .blog-template .article-component .article-inner .article-text-wrapper .title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #24262c; }
        @media (max-width: 576px) {
          .blog-template .article-component .article-inner .article-text-wrapper .title {
            font-size: 24px;
            margin-bottom: 10px; } }
        .blog-template .article-component .article-inner .article-text-wrapper .title a {
          transition: 0.3s; }
          .blog-template .article-component .article-inner .article-text-wrapper .title a:hover {
            color: #0069fe;
            text-decoration: none; }
      .blog-template .article-component .article-inner .article-text-wrapper .z-article-content p {
        font-size: 16px;
        line-height: 2;
        color: #24262c; }
      .blog-template .article-component .article-inner .article-text-wrapper .article-bottom a.read-more {
        border: none;
        color: #0069fe;
        font-weight: 700;
        box-shadow: none;
        float: none;
        display: inline-block;
        padding: 0;
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 16px;
        transition: 0.2s; }
        .blog-template .article-component .article-inner .article-text-wrapper .article-bottom a.read-more:hover {
          text-decoration: none;
          color: #0054cb; }
    .blog-template .article-component .article-inner .preview-image {
      overflow: hidden; }
      .blog-template .article-component .article-inner .preview-image a {
        border: none;
        padding: 0;
        outline: 1px solid transparent; }
        .blog-template .article-component .article-inner .preview-image a:hover img {
          border-color: #0069fe; }
      .blog-template .article-component .article-inner .preview-image img {
        height: 290px;
        object-fit: cover;
        border-radius: 10px;
        transition: 0.4s;
        border: 2px solid transparent; }
        @media (max-width: 767px) {
          .blog-template .article-component .article-inner .preview-image img {
            height: auto; } }
    .blog-template .article-component.featured-article {
      margin-bottom: 5px; }
      .blog-template .article-component.featured-article .article-inner {
        padding: 48px;
        border-radius: 10px;
        box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.15);
        display: flex; }
        @media (max-width: 850px) {
          .blog-template .article-component.featured-article .article-inner {
            padding: 25px; } }
        @media (max-width: 767px) {
          .blog-template .article-component.featured-article .article-inner {
            flex-direction: column; } }
        @media (max-width: 650px) {
          .blog-template .article-component.featured-article .article-inner {
            padding: 0; } }
        .blog-template .article-component.featured-article .article-inner .preview-image a {
          margin: 0; }
        .blog-template .article-component.featured-article .article-inner .preview-image img {
          height: 400px; }
          @media (max-width: 767px) {
            .blog-template .article-component.featured-article .article-inner .preview-image img {
              height: auto;
              min-height: 240px; } }
          @media (max-width: 650px) {
            .blog-template .article-component.featured-article .article-inner .preview-image img {
              border: none;
              border-radius: 0; } }
        .blog-template .article-component.featured-article .article-inner ._col {
          width: 50%; }
          @media (max-width: 767px) {
            .blog-template .article-component.featured-article .article-inner ._col {
              width: 100%; } }
        .blog-template .article-component.featured-article .article-inner .article-text-wrapper {
          padding-left: 80px; }
          @media (max-width: 850px) {
            .blog-template .article-component.featured-article .article-inner .article-text-wrapper {
              padding-left: 20px; } }
          @media (max-width: 650px) {
            .blog-template .article-component.featured-article .article-inner .article-text-wrapper {
              padding: 20px; } }
          .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags {
            margin-bottom: 15px; }
            @media (max-width: 576px) {
              .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags {
                margin-bottom: 5px; } }
            .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags::before {
              display: none; }
            .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags a {
              font-weight: 600;
              font-size: 18px;
              transition: 0.3s;
              border-radius: 6px; }
              .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags a:hover, .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags a:focus {
                color: #0054cb;
                text-decoration: none; }
              @media (max-width: 576px) {
                .blog-template .article-component.featured-article .article-inner .article-text-wrapper .tags a {
                  font-size: 12px; } }
          .blog-template .article-component.featured-article .article-inner .article-text-wrapper .title {
            font-size: 40px; }
            @media (max-width: 650px) {
              .blog-template .article-component.featured-article .article-inner .article-text-wrapper .title {
                font-size: 30px; } }
          .blog-template .article-component.featured-article .article-inner .article-text-wrapper .article-bottom a.read-more {
            padding: 18px 60px;
            color: #24262c;
            background: #7ceaea;
            line-height: 1;
            border-radius: 40px;
            margin-top: 5px;
            transition: 0.2s; }
            .blog-template .article-component.featured-article .article-inner .article-text-wrapper .article-bottom a.read-more:hover {
              text-decoration: none;
              color: #7ceaea;
              background: #24262c; }
            @media (max-width: 576px) {
              .blog-template .article-component.featured-article .article-inner .article-text-wrapper .article-bottom a.read-more {
                width: 100%; } }

/**
 *  Whitepaper Page
 */
a.wt-style.wt-button, input.wt-style.wt-button {
  color: #24262c;
  background: #7ceaea;
  border-radius: 30px;
  line-height: 1;
  font-weight: 600;
  padding: 15px 32px;
  font-size: 16px;
  transition: 0.3s;
  text-transform: uppercase;
  display: inline-block;
  text-align: center; }
  @media (max-width: 350px) {
    a.wt-style.wt-button, input.wt-style.wt-button {
      padding: 15px 25px;
      font-size: 14px; } }
  a.wt-style.wt-button:hover, input.wt-style.wt-button:hover {
    background: #24262c;
    color: #7ceaea;
    text-decoration: none; }

.wt-style.wt-title._light,
.wt-style.wt-text._light {
  color: #fff; }

.wt-style.wt-title._dark,
.wt-style.wt-text._dark {
  color: #24262c; }

.wt-style.wt-title._blue,
.wt-style.wt-text._blue {
  color: #0069fe; }

.wt-style.wt-title._boldish,
.wt-style.wt-text._boldish {
  font-weight: 500; }

.wt-style.wt-title._semi_bold,
.wt-style.wt-text._semi_bold {
  font-weight: 600; }

.wt-style.wt-title._bold,
.wt-style.wt-text._bold {
  font-weight: 700; }

.wt-style.wt-title._extra_bold,
.wt-style.wt-text._extra_bold {
  font-weight: 800; }

.wt-style.wt-title._boldest,
.wt-style.wt-text._boldest {
  font-weight: 900; }

.whitepaper-page-template {
  background-color: #fff; }
  .whitepaper-page-template header {
    position: relative; }
  .whitepaper-page-template * {
    font-family: "Poppins", sans-serif !important; }
  .whitepaper-page-template section {
    min-width: 320px; }
  .whitepaper-page-template section.featured-icons {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%; }
    .whitepaper-page-template section.featured-icons .section-title {
      border-bottom: 1px solid black;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      color: black; }
    .whitepaper-page-template section.featured-icons .featured-partner-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 350px));
      grid-gap: 30px;
      justify-content: center;
      list-style: none;
      padding: 0 40px;
      margin: 50px auto; }
      .whitepaper-page-template section.featured-icons .featured-partner-list .featured-partner-card {
        border-radius: 10px;
        background-color: #f3f3f3;
        height: 220px;
        display: grid;
        align-content: center;
        justify-content: center; }
  .whitepaper-page-template section.column-cta-section {
    max-width: 1400px;
    margin: 44px auto;
    padding: 0 5%; }
    .whitepaper-page-template section.column-cta-section .column-cta-section-inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      grid-gap: 30px;
      justify-content: center; }
      .whitepaper-page-template section.column-cta-section .column-cta-section-inner .column-cta-section-card .card-title {
        border-bottom: 1px solid black;
        padding-bottom: 12px;
        font-family: "Poppins", sans-serif;
        color: black;
        font-weight: bold; }
      .whitepaper-page-template section.column-cta-section .column-cta-section-inner .column-cta-section-card .card-description {
        margin: 20px 0; }
      .whitepaper-page-template section.column-cta-section .column-cta-section-inner .column-cta-section-card .card-cta {
        padding: 11px 31px;
        border-radius: 26px;
        border: solid 2px #2a68f5;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold; }
  .whitepaper-page-template section.partners-list {
    max-width: 1400px;
    margin: 44px auto;
    padding: 0 5%; }
    .whitepaper-page-template section.partners-list .partners-list-title {
      border-bottom: 1px solid black;
      padding-bottom: 12px;
      font-family: "Poppins", sans-serif;
      color: black;
      font-size: 18px; }
    .whitepaper-page-template section.partners-list .partners-list-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-gap: 30px;
      padding: 0;
      margin: 40px 20px; }
      .whitepaper-page-template section.partners-list .partners-list-wrapper .partner-item {
        list-style: none; }

section.three-title-hero {
  padding: 100px 25px 40px;
  background-image: url(/l6lgyv4ob7/whitepaper-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }
  @media (max-width: 767px) {
    section.three-title-hero {
      padding: 60px 25px 40px; } }
  section.three-title-hero.features-style .three-title-hero-inner .title-row {
    max-width: 1050px;
    margin: auto; }
    section.three-title-hero.features-style .three-title-hero-inner .title-row h1 {
      max-width: 920px;
      margin: auto; }
    section.three-title-hero.features-style .three-title-hero-inner .title-row h4 {
      font-weight: 400; }
  section.three-title-hero.features-style.verticals-style .three-title-hero-inner .title-row {
    max-width: 1084px;
    margin: auto; }
    section.three-title-hero.features-style.verticals-style .three-title-hero-inner .title-row h1 {
      max-width: 1020px;
      margin: auto; }
  section.three-title-hero .three-title-hero-inner .title-row h3, section.three-title-hero .three-title-hero-inner .title-row h4 {
    font-size: 30px; }
  section.three-title-hero .three-title-hero-inner .title-row h1 {
    font-size: 50px; }
  section.three-title-hero .three-title-hero-inner .title-row h4 {
    margin: 40px 0;
    line-height: 1.7; }
  @media (max-width: 767px) {
    section.three-title-hero .three-title-hero-inner .title-row h3, section.three-title-hero .three-title-hero-inner .title-row h4 {
      font-size: 22px; }
    section.three-title-hero .three-title-hero-inner .title-row h1 {
      font-size: 40px; }
    section.three-title-hero .three-title-hero-inner .title-row h4 {
      margin: 25px 0; } }
  section.three-title-hero .three-title-hero-inner .cta-row {
    padding-top: 10px; }

section.global-zs.content_only {
  background-color: #0069fe;
  position: relative; }
  section.global-zs.content_only .global-zs-inner {
    padding: 200px 25px 280px;
    align-items: center; }
    @media (max-width: 991px) {
      section.global-zs.content_only .global-zs-inner {
        flex-direction: column;
        padding: 130px 25px 90px; } }
    section.global-zs.content_only .global-zs-inner .content-column {
      width: 50%;
      padding-right: 40px; }
      @media (max-width: 1300px) {
        section.global-zs.content_only .global-zs-inner .content-column {
          width: 100%;
          max-width: 600px;
          margin: auto; } }
      @media (max-width: 991px) {
        section.global-zs.content_only .global-zs-inner .content-column {
          padding-right: 0; } }
      section.global-zs.content_only .global-zs-inner .content-column a {
        display: inline-block;
        border-radius: 50px;
        font-size: 16px;
        color: #0069fe;
        background: #fff;
        border: 2px solid #fff;
        font-weight: 700;
        padding: 14px 24px;
        text-decoration: none;
        text-align: center;
        transition: all 0.2s ease-in-out;
        max-width: 336px;
        width: 100%;
        margin-top: 55px; }
        section.global-zs.content_only .global-zs-inner .content-column a:hover {
          background: #e6e6e6;
          border-color: #e6e6e6; }
          section.global-zs.content_only .global-zs-inner .content-column a:hover:active {
            background: #cccccc;
            border-color: #cccccc; }
        @media (max-width: 576px) {
          section.global-zs.content_only .global-zs-inner .content-column a {
            max-width: 100%; } }
      section.global-zs.content_only .global-zs-inner .content-column .title-row h2 {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px;
        color: #fff; }
      @media (max-width: 1300px) {
        section.global-zs.content_only .global-zs-inner .content-column .title-row h2 {
          font-size: 30px; }
        section.global-zs.content_only .global-zs-inner .content-column .title-row p {
          font-size: 18px; } }
      section.global-zs.content_only .global-zs-inner .content-column .global-content-wrapper p {
        font-size: 16px;
        padding-bottom: 30px;
        color: #fff;
        line-height: 1.9;
        max-width: 432px;
        margin-right: auto; }
    section.global-zs.content_only .global-zs-inner .image-column {
      width: 50%; }
      @media (max-width: 1300px) {
        section.global-zs.content_only .global-zs-inner .image-column {
          width: 100%;
          max-width: 475px;
          margin: auto;
          margin-top: 30px; } }
      section.global-zs.content_only .global-zs-inner .image-column .graphic-container {
        text-align: right; }
        @media (max-width: 991px) {
          section.global-zs.content_only .global-zs-inner .image-column .graphic-container {
            margin-top: 30px; } }
        section.global-zs.content_only .global-zs-inner .image-column .graphic-container svg {
          width: 100%;
          max-width: 590px;
          height: 100%; }

section.whats-inside.features-style .whats-inside-inner .whats-inside-columns {
  max-width: 1110px;
  padding: 20px 25px 55px; }
  @media (max-width: 767px) {
    section.whats-inside.features-style .whats-inside-inner .whats-inside-columns {
      padding: 20px 0 0; } }
  section.whats-inside.features-style .whats-inside-inner .whats-inside-columns ._col.content-column {
    max-width: 467px;
    margin: auto; }
    @media (max-width: 767px) {
      section.whats-inside.features-style .whats-inside-inner .whats-inside-columns ._col.content-column {
        margin-left: auto !important; } }
  @media (max-width: 1080px) {
    section.whats-inside.features-style .whats-inside-inner .whats-inside-columns ._col.image-column img {
      width: 100%;
      padding: 20px; } }

section.whats-inside.features-style.verticals-style.section-dark {
  padding-top: 50px;
  background: #f3f3f3; }

section.whats-inside.features-style.verticals-style .whats-inside-inner .whats-inside-columns {
  max-width: 1220px; }
  section.whats-inside.features-style.verticals-style .whats-inside-inner .whats-inside-columns ._col.content-column {
    max-width: 473px;
    margin: auto; }
  section.whats-inside.features-style.verticals-style .whats-inside-inner .whats-inside-columns ._col.image-column img {
    max-width: 595px;
    width: 100%; }
  @media (max-width: 1080px) {
    section.whats-inside.features-style.verticals-style .whats-inside-inner .whats-inside-columns ._col.image-column img {
      width: 100%;
      padding: 20px; } }

section.whats-inside .whats-inside-inner {
  padding: 20px 25px 40px; }
  section.whats-inside .whats-inside-inner .whats-inside-columns {
    max-width: 960px;
    margin: auto; }
    section.whats-inside .whats-inside-inner .whats-inside-columns.image-is-right {
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        section.whats-inside .whats-inside-inner .whats-inside-columns.image-is-right {
          flex-direction: column; } }
      section.whats-inside .whats-inside-inner .whats-inside-columns.image-is-right ._col.content-column {
        margin-right: auto;
        margin-left: initial; }
    @media (max-width: 767px) {
      section.whats-inside .whats-inside-inner .whats-inside-columns {
        flex-direction: column; } }
    section.whats-inside .whats-inside-inner .whats-inside-columns ._col {
      width: 50%; }
      section.whats-inside .whats-inside-inner .whats-inside-columns ._col.image-column img {
        max-width: 465px;
        width: auto;
        margin: auto; }
      section.whats-inside .whats-inside-inner .whats-inside-columns ._col.content-column {
        padding: 0 20px;
        max-width: 428px;
        margin-left: auto; }
        section.whats-inside .whats-inside-inner .whats-inside-columns ._col.content-column h2 {
          font-size: 30px;
          margin-bottom: 30px; }
        section.whats-inside .whats-inside-inner .whats-inside-columns ._col.content-column p {
          font-size: 16px;
          line-height: 1.9; }
        @media (max-width: 767px) {
          section.whats-inside .whats-inside-inner .whats-inside-columns ._col.content-column {
            padding: 0;
            max-width: 100%;
            margin: auto; } }
      @media (max-width: 767px) {
        section.whats-inside .whats-inside-inner .whats-inside-columns ._col {
          width: 100%; }
          section.whats-inside .whats-inside-inner .whats-inside-columns ._col.content-column {
            margin-top: 50px;
            text-align: center;
            order: 0; }
          section.whats-inside .whats-inside-inner .whats-inside-columns ._col.image-column {
            order: 1; } }

section.download-callout .download-callout-inner {
  padding: 20px 25px 100px; }
  section.download-callout .download-callout-inner .download-callout-box {
    max-width: 1046px;
    margin: auto;
    background: #0069fe;
    padding: 56px 80px 80px;
    border-radius: 10px;
    background-image: url(/ebe2lxmovt/callout-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right; }
    @media (max-width: 767px) {
      section.download-callout .download-callout-inner .download-callout-box {
        padding: 30px;
        background-size: contain; } }
    @media (max-width: 350px) {
      section.download-callout .download-callout-inner .download-callout-box {
        padding: 15px; } }
    section.download-callout .download-callout-inner .download-callout-box .content-text * {
      color: #fff;
      font-size: 16px;
      line-height: 1.9; }
    section.download-callout .download-callout-inner .download-callout-box .content-text ul {
      margin-top: 35px;
      padding-left: 18px; }
    section.download-callout .download-callout-inner .download-callout-box h2 {
      font-size: 28px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        section.download-callout .download-callout-inner .download-callout-box h2 {
          font-size: 24px; } }
      @media (max-width: 350px) {
        section.download-callout .download-callout-inner .download-callout-box h2 {
          font-size: 20px; } }

section.download-form {
  background: #f3f3f3; }
  section.download-form * {
    font-family: "Poppins", sans-serif; }
  section.download-form .download-form-inner {
    padding: 70px 25px 30px; }
    section.download-form .download-form-inner .title-row {
      margin-bottom: 20px; }
      section.download-form .download-form-inner .title-row h3 {
        color: #0069fe;
        font-size: 25px;
        max-width: 650px;
        margin: auto;
        font-weight: 300;
        padding-bottom: 30px; }
    section.download-form .download-form-inner .contact-form-row {
      max-width: 670px;
      margin: auto; }
      section.download-form .download-form-inner .contact-form-row form input:not([type=submit]) {
        padding: 18px;
        height: auto;
        margin-bottom: 5px;
        border-radius: 10px;
        border: 1px solid #b9bfc7; }
        section.download-form .download-form-inner .contact-form-row form input:not([type=submit])::placeholder {
          font-style: italic;
          color: #777777; }
      section.download-form .download-form-inner .contact-form-row form .cta-row {
        margin-top: 12px; }
        section.download-form .download-form-inner .contact-form-row form .cta-row input[type=submit] {
          width: 250px; }
          section.download-form .download-form-inner .contact-form-row form .cta-row input[type=submit].rotate {
            transform: rotateX(360deg); }

section.cards-columns {
  padding: 80px 25px 100px;
  background-color: #0069fe;
  position: relative; }
  @media (max-width: 767px) {
    section.cards-columns {
      padding: 60px 25px 80px; } }
  section.cards-columns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/l6lgyv4ob7/whitepaper-background.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    opacity: 0.1;
    z-index: 0; }
  section.cards-columns .cards-columns-inner {
    max-width: 1140px;
    margin: auto;
    position: relative; }
    @media (max-width: 767px) {
      section.cards-columns .cards-columns-inner .content-columns {
        flex-direction: column !important; } }
    section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper {
      max-width: 540px;
      border-radius: 10px;
      background: #fff;
      padding: 28px 55px 48px;
      width: 49%; }
      @media (max-width: 767px) {
        section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper {
          width: 100%;
          margin: auto;
          margin-bottom: 25px; } }
      @media (max-width: 576px) {
        section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper {
          padding: 20px 20px 30px; } }
      section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .image-row {
        min-height: 200px; }
        section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .image-row img {
          max-width: 100%;
          margin: auto;
          width: auto;
          max-height: 230px; }
      section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .content-row {
        text-align: center; }
        section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .content-row h3 {
          font-size: 21px; }
        section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .content-row p {
          margin-bottom: 25px;
          line-height: 1.7;
          font-size: 16px;
          color: #24262c; }
      section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .cta-row a {
        width: 307px; }
        @media (max-width: 567px) {
          section.cards-columns .cards-columns-inner .content-columns .card-outer-wrapper .card-inner .cta-row a {
            width: 100%; } }

section.hero-large {
  position: relative; }
  section.hero-large::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0069fe;
    opacity: 0.75; }
  section.hero-large .hero-large-inner {
    padding: 90px 25px 190px;
    max-width: 1040px;
    margin: auto;
    position: relative; }
    @media (max-width: 767px) {
      section.hero-large .hero-large-inner {
        padding: 70px 25px 130px; } }
    section.hero-large .hero-large-inner .text-row {
      margin-bottom: 45px; }
      section.hero-large .hero-large-inner .text-row h1, section.hero-large .hero-large-inner .text-row h4 {
        color: #fff; }
      section.hero-large .hero-large-inner .text-row h1 {
        font-size: 50px;
        margin-bottom: 25px;
        font-weight: 700; }
      section.hero-large .hero-large-inner .text-row h4 {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.5; }
      @media (max-width: 767px) {
        section.hero-large .hero-large-inner .text-row h1 {
          font-size: 40px; }
        section.hero-large .hero-large-inner .text-row h4 {
          font-size: 20px; } }
    section.hero-large .hero-large-inner .cta-row {
      text-align: center; }
      section.hero-large .hero-large-inner .cta-row a {
        display: inline-block;
        border-radius: 50px;
        font-size: 16px;
        color: #23252b;
        background: #7ceaea;
        border: 2px solid #7ceaea;
        font-weight: 700;
        padding: 14px 24px;
        text-decoration: none;
        text-align: center;
        transition: all 0.2s ease-in-out;
        min-width: 250px;
        text-transform: uppercase; }
        section.hero-large .hero-large-inner .cta-row a:hover {
          background: #50e3e3;
          border-color: #50e3e3; }
          section.hero-large .hero-large-inner .cta-row a:hover:active {
            background: #24dcdc;
            border-color: #24dcdc; }
        @media (max-width: 576px) {
          section.hero-large .hero-large-inner .cta-row a {
            min-width: 100%; } }

section.cards-with-icons .cards-with-icons-inner {
  padding: 60px 25px; }
  section.cards-with-icons .cards-with-icons-inner .title-row {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px; }
    section.cards-with-icons .cards-with-icons-inner .title-row h2 {
      font-size: 32px;
      font-weight: 700;
      color: #24262c; }
  section.cards-with-icons .cards-with-icons-inner .cards-columns {
    justify-content: center;
    align-items: stretch; }
    section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single {
      max-width: 430px;
      margin: 8px;
      padding: 0 33px 33px;
      border-radius: 10px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
      section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single .card-icon {
        text-align: center;
        height: 205px;
        padding: 20px 20px 10px;
        display: flex;
        align-items: center; }
        section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single .card-icon img {
          width: auto;
          max-width: 143px;
          margin: auto; }
      section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single .card-content h3 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 15px; }
      section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single .card-content p {
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 20px; }
      section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single .card-content h3, section.cards-with-icons .cards-with-icons-inner .cards-columns .card-single .card-content p {
        color: #24262c; }

.ziftrshop-platform-features {
  --zs-blue: #0069fe;
  --zs-gray: #687290;
  font-family: Poppins, Helvetica, sans-serif;
  width: 100%;
  overflow: hidden; }
  .ziftrshop-platform-features .hero-fifty-fifty {
    padding: 5%;
    background-image: linear-gradient(to bottom, #1b2440, #13274e 81%, #002d6c); }
    .ziftrshop-platform-features .hero-fifty-fifty .hff__content-wrapper {
      max-width: 1400px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'copy image';
      gap: 5%; }
      .ziftrshop-platform-features .hero-fifty-fifty .hff__content-wrapper--left {
        grid-template-areas: 'image copy'; }
      @media (max-width: 767px) {
        .ziftrshop-platform-features .hero-fifty-fifty .hff__content-wrapper {
          grid-template-columns: 1fr;
          grid-template-areas: 'image' 'copy'; } }
      .ziftrshop-platform-features .hero-fifty-fifty .hff__content-wrapper .hff__content {
        grid-area: copy;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10%; }
      .ziftrshop-platform-features .hero-fifty-fifty .hff__content-wrapper .hff__title {
        font-weight: bold; }
      .ziftrshop-platform-features .hero-fifty-fifty .hff__content-wrapper .hff__image {
        grid-area: image; }
  .ziftrshop-platform-features .three-state-info-panel {
    padding: 4%; }
    .ziftrshop-platform-features .three-state-info-panel .threestate__controls {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 810px;
      margin: 0 auto 2rem;
      cursor: pointer;
      text-align: center; }
      @media (max-width: 767px) {
        .ziftrshop-platform-features .three-state-info-panel .threestate__controls {
          display: flex;
          flex-direction: column; } }
      .ziftrshop-platform-features .three-state-info-panel .threestate__controls .threestate__control {
        margin: 8px 20px;
        font-size: 22px;
        font-weight: bold;
        color: var(--zs-gray); }
        .ziftrshop-platform-features .three-state-info-panel .threestate__controls .threestate__control::before {
          content: 'Coming soon';
          display: block;
          text-transform: uppercase;
          font-size: 0.6em;
          color: var(--zs-blue);
          font-weight: normal; }
        .ziftrshop-platform-features .three-state-info-panel .threestate__controls .threestate__control::after {
          box-sizing: content-box;
          display: block;
          margin: 7px auto;
          content: '';
          height: 0.7em;
          width: 0.7em;
          background-color: var(--zs-gray);
          border-radius: 9999px;
          border: .35em solid white; }
        .ziftrshop-platform-features .three-state-info-panel .threestate__controls .threestate__control.active {
          color: var(--zs-blue); }
          .ziftrshop-platform-features .three-state-info-panel .threestate__controls .threestate__control.active::after {
            background-color: white;
            border: .35em solid currentColor; }
        .ziftrshop-platform-features .three-state-info-panel .threestate__controls .threestate__control:nth-child(1)::before {
          color: white; }
    .ziftrshop-platform-features .three-state-info-panel .threestate__copy-wrapper {
      width: 80%;
      max-width: 720px;
      margin: 0 auto; }
      .ziftrshop-platform-features .three-state-info-panel .threestate__copy-wrapper .threestate__title {
        text-align: center;
        font-weight: bold; }
      .ziftrshop-platform-features .three-state-info-panel .threestate__copy-wrapper .threestate__copy {
        margin: 0 auto 4rem;
        text-align: center; }
  .ziftrshop-platform-features .checkmark-accordion {
    --max-width: 1400px;
    padding: 5%; }
    .ziftrshop-platform-features .checkmark-accordion .ca__heading {
      max-width: var(--max-width);
      margin: 0 auto 4rem;
      display: grid;
      grid-template-columns: 1fr min-content;
      grid-template-areas: 'title toggle' 'copy toggle';
      column-gap: 3rem; }
      .ziftrshop-platform-features .checkmark-accordion .ca__heading .ca__title {
        grid-area: title;
        font-weight: bold; }
      .ziftrshop-platform-features .checkmark-accordion .ca__heading .ca_description {
        grid-area: copy; }
      .ziftrshop-platform-features .checkmark-accordion .ca__heading hr {
        width: 100%; }
      .ziftrshop-platform-features .checkmark-accordion .ca__heading .content-toggle {
        grid-area: toggle;
        align-self: center;
        justify-self: center;
        position: relative;
        width: 2em;
        height: 2em;
        cursor: pointer; }
        .ziftrshop-platform-features .checkmark-accordion .ca__heading .content-toggle .hor,
        .ziftrshop-platform-features .checkmark-accordion .ca__heading .content-toggle .vert {
          width: 2em;
          height: 3px;
          background-color: var(--zs-blue);
          position: absolute;
          left: 1em; }
        .ziftrshop-platform-features .checkmark-accordion .ca__heading .content-toggle .vert {
          transition: transform 1s; }
    .ziftrshop-platform-features .checkmark-accordion.open .content-toggle .vert {
      transform: rotate(90deg); }
    .ziftrshop-platform-features .checkmark-accordion.open .ca__content {
      height: 0; }
    .ziftrshop-platform-features .checkmark-accordion .ca__content {
      max-width: 1400px;
      padding: 0 5%;
      height: auto;
      transition: height 1s ease-in-out;
      overflow: hidden; }
    .ziftrshop-platform-features .checkmark-accordion .topic {
      margin: 0 auto 3rem;
      width: 90%; }
      .ziftrshop-platform-features .checkmark-accordion .topic__heading .topic__title {
        font-weight: bold; }
    .ziftrshop-platform-features .checkmark-accordion .topic-items {
      margin: 2rem auto 3rem;
      width: 90%; }
      .ziftrshop-platform-features .checkmark-accordion .topic-items.topic-items--columns {
        column-count: 2;
        column-gap: 13%; }
        @media (max-width: 767px) {
          .ziftrshop-platform-features .checkmark-accordion .topic-items.topic-items--columns {
            column-count: 1; } }
      .ziftrshop-platform-features .checkmark-accordion .topic-items .topic-item {
        break-inside: avoid;
        margin: 0 0 3rem; }
        .ziftrshop-platform-features .checkmark-accordion .topic-items .topic-item .topic-item__label {
          color: var(--zs-blue);
          font-size: 18px;
          position: relative; }
          .ziftrshop-platform-features .checkmark-accordion .topic-items .topic-item .topic-item__label:before {
            content: "\f00c";
            font-family: fontAwesome;
            position: absolute;
            left: -1.8em;
            color: currentColor; }

body {
  background-color: #fff; }
  body .red {
    color: red; }
  body .green {
    color: green; }
  body .blue {
    color: #0069FE; }
  body.zs-base {
    background-color: #fff;
    font-size: 16px; }
    body.zs-base .ziftr-msg {
      z-index: 100000; }
    body.zs-base .ziftr-msg ul li a.highlight {
      text-decoration: underline;
      font-weight: bold;
      color: #333; }

a {
  color: #81A2D0; }
  a:focus, a:hover {
    color: #81A2D0; }

.text-center {
  text-align: center; }

.btn {
  background-color: #0069FE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  border: 0;
  letter-spacing: 0.5px;
  outline: none;
  margin: 0 5px 0 5px; }
  .btn.btn-primary {
    background-color: #0069FE; }
  .btn.btn-sec {
    border: 2px solid #0069FE;
    background-color: transparent;
    color: #0069FE; }
    .btn.btn-sec.danger {
      border-color: #ff6666;
      color: #ff6666; }
    .btn.btn-sec:link, .btn.btn-sec:visited, .btn.btn-sec:hover, .btn.btn-sec:active, .btn.btn-sec:focus, .btn.btn-sec:active:hover {
      background-color: transparent;
      color: rgba(223, 111, 46, 0.9); }
  .btn:link, .btn:visited, .btn:hover, .btn:active, .btn:focus, .btn:active:hover {
    color: #fff;
    background-color: #0069FE;
    box-shadow: 0 8px 34px 0 rgba(0, 0, 0, 0.3);
    outline: none; }
    .btn:link.disabled, .btn:visited.disabled, .btn:hover.disabled, .btn:active.disabled, .btn:focus.disabled, .btn:active:hover.disabled {
      -webkit-transition: none !important;
      box-shadow: none !important;
      transform: none !important; }

.navbar .logo {
  max-width: 200px; }

.navbar.navbar-default {
  background: none;
  border: none; }

header {
  background: linear-gradient(#ff8d41, #ffe98f); }
  header.login, header.register, header.accept-invitation, header.reset-password {
    display: none; }

main .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2; }
  main .loader img {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 3;
    height: 30px;
    width: 30px; }

.text-right {
  text-align: right; }

.error:not(input) {
  color: red;
  font-size: 12px;
  padding: 10px 0; }

.mfa-popup {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 5;
  width: auto; }
  .mfa-popup .popup-container {
    background-color: tomato;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    width: 700px;
    margin: 0 auto;
    text-align: center; }
  @media (max-width: 767px) {
    .mfa-popup {
      width: 90%; } }

.spin-loader {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #70655f;
  animation: spin 2s ease-in-out;
  position: relative;
  margin: 0 10px; }
  .spin-loader.absolute {
    position: absolute;
    index: 5;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    margin: 0; }
  .spin-loader:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 8px;
    background-color: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
