<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Banner
--------------------------------------------------------------*/
/* Custome Top Banner CSS */
.top-banner {
  background-color: #1E58A5;
  background-image: url(../../../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 180px 0 80px;
}
@media only screen and (max-width: 991px) {
  .top-banner {
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner {
    padding: 120px 0 50px;
    text-align: center;
  }
}
.top-banner hr {
  background: #FFB900;
  height: 2px;
  opacity: 0.9;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .top-banner hr {
    display: none;
  }
}
.top-banner h1 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  margin: 10px 0 40px;
  line-height: 56px;
}
@media only screen and (max-width: 1200px) {
  .top-banner h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .top-banner h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner h1 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.top-banner p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  padding-bottom: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-banner p {
    font-size: 18px;
    padding-right: 0;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 991px) {
  .top-banner p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.top-banner .button-wrap {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .top-banner .button-wrap {
    justify-content: center;
  }
}
.top-banner .button-wrap .button-bordered {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  margin-left: 15px;
}
.top-banner .button-wrap .button-bordered:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.top-banner img {
  max-width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-banner img {
    margin: 50px auto;
    display: block;
    padding-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .top-banner img {
    margin-top: 30px;
  }
}
.top-banner .product-dm-json {
  padding: 5% 8% !important;
}

/* Custome Testimonial CSS */
.testimonial {
  max-width: 950px;
  margin: 0 auto;
}
.testimonial .author-img {
  width: 220px;
  height: 220px;
  margin: 50px auto;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .testimonial .author-img {
    width: 120px;
    height: 120px;
    margin: 20px auto;
  }
}
.testimonial .author-img img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonial-content-head {
  color: #8f59a0;
  font-weight: 700;
  font-family: "Mulish";
}
.testimonial-content {
  color: #0C0D0D;
  font-size: 16px;
  position: relative;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .testimonial-content {
    font-size: 16px;
    padding: 0;
  }
}
.testimonial-content::before {
  content: " “ ";
  position: absolute;
  left: -10px;
  top: -35px;
  color: rgba(30, 88, 165, 0.5019607843);
  font-size: 180px;
  line-height: 75px;
}
@media only screen and (max-width: 768px) {
  .testimonial-content::before {
    left: 0;
    font-size: 100px;
    display: none;
  }
}
.testimonial-author {
  font-size: 18px;
  color: #0C0D0D;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-family: "Mulish";
}
@media only screen and (max-width: 768px) {
  .testimonial-author {
    font-size: 16px;
  }
}
.testimonial-star {
  color: #ffbf47;
  font-size: 30px;
}
.testimonial-link {
  color: #8d5a9e;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  font-family: "Mulish";
}
@media only screen and (max-width: 768px) {
  .testimonial-link {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Custom page Specific CSS
--------------------------------------------------------------*/
.section-title {
  margin-bottom: 50px;
}

input {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

/* input[type="range"]:focus,
input[type="number"]:focus {
  box-shadow: 0 0 3px 1px #4b81dd;
  outline: none;
} */
input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 200px;
  height: 7.5px;
  background: #F0F0F0;
  border-radius: 5px;
  background-image: linear-gradient(#1E58A5, #1E58A5);
  background-size: 16.6667% 100%;
  background-repeat: no-repeat;
  width: 100%;
}

/* Input Thumb */
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 2px 0 #555;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #1e58a5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 2px 0 #555;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #1e58a5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]::-ms-thumb {
  box-shadow: 0 0 2px 0 #555;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #1e58a5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #1E58A5;
}

input[type=range]::-moz-range-thumb:hover {
  background: #1E58A5;
}

input[type=range]::-ms-thumb:hover {
  background: #1E58A5;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range-slider-list .tooltip {
  color: #fff;
  background: #000;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  padding: 1px 8px;
  font-size: 14px;
  position: relative;
  top: -1px;
  left: 5px;
  opacity: 1;
  display: inline-block;
  z-index: 8;
}
@media only screen and (max-width: 768px) {
  .range-slider-list .tooltip {
    display: none;
  }
}
.range-slider-list ul {
  margin: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.range-slider-list ul li {
  list-style: none;
  display: inline-block;
  width: calc(16.6667% - 4px);
  text-align: left;
  position: relative;
  font-size: 12px;
}
.range-slider-list ul li strong {
  width: 15px;
}

.range-slider-list {
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-heading {
  background: #dfebf6;
  padding: 20px 20px 15px;
}
@media only screen and (max-width: 768px) {
  .pricing-heading {
    display: none;
  }
}
.pricing-heading h4 {
  font-size: 18px;
}

.pricing-slider-row {
  background: #fff;
  padding: 40px 20px 40px;
  border-bottom: 1px solid #dedbdb;
}
.pricing-slider-row h4 {
  font-size: 18px;
}
.pricing-slider-row .col-lg-4 h2 {
  color: #1e58a5;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}
.pricing-slider-row .col-lg-2 {
  text-align: center;
}
.pricing-slider-row .col-lg-2 h2 {
  color: #1e58a5;
}
.pricing-slider-row .col-lg-2 a {
  color: #8d5a9e;
  cursor: pointer;
}
.pricing-slider-row table td {
  font-size: 12px;
}

.ast-main-header-wrap {
  position: relative !important;
}
@media only screen and (max-width: 768px) {
  .ast-main-header-wrap {
    position: fixed !important;
  }
}

.top-banner-pricing {
  padding: 120px 0 80px;
}
@media only screen and (max-width: 768px) {
  .top-banner-pricing {
    padding: 120px 0 80px;
  }
}
.top-banner-pricing p {
  margin-top: 2rem;
}

.pricing-head .ui-tabs-nav li .pricing-head .ui-tabs-nav li a .pricing-head .ui-tabs-nav li {
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-head .ui-tabs-nav li .pricing-head .ui-tabs-nav li a .pricing-head .ui-tabs-nav li a {
  border-radius: 30px;
  text-align: center;
  min-width: 150px;
  color: #00233D;
}
.pricing-head .ui-tabs-nav li .pricing-head .ui-tabs-nav li a .pricing-head .ui-tabs-nav li a .active-tab {
  color: #fff;
}

.range-slider-list ul li:first-child {
  left: 5px;
}

.range-slider-list ul li:nth-child(2) {
  left: -6px;
}

.range-slider-list ul li:nth-child(3) {
  left: -10px;
}

.range-slider-list ul li:nth-child(4) {
  left: -7px;
}

.range-slider-list ul li:nth-child(5) {
  left: -10px;
}

.range-slider-list ul li:last-child {
  left: -15px;
}

.dm-click-content {
  display: none;
}

.roa-click-content {
  display: none;
}

.da-click-content {
  display: none;
}

.sr-click-content {
  display: none;
}

.st-click-content {
  display: none;
}

.vt-click-content {
  display: none;
}

.si-click-content {
  display: none;
}

.ms-click-content {
  display: none;
}

.ga-click-content {
  display: none;
}

.ga1-click-content {
  display: none;
}

.ga2-click-content {
  display: none;
}

.ga3-click-content {
  display: none;
}

.ptr-click-content {
  display: none;
}

.napi-click-content {
  display: none;
}

.iso-click-content {
  display: none;
}

.geo-click-content {
  display: none;
}

.pricing-head td {
  padding: 0px 10px !important;
  background: none !important;
}

.price-total-column {
  text-align: center;
}

.quote-left-img {
  position: absolute !important;
  left: 20%;
  width: 40px !important;
  top: 50px;
}

.quote-right-img {
  position: absolute !important;
  right: 20%;
  bottom: 5%;
  width: 40px !important;
}

.home-new-testimonial .flickity-viewport {
  margin: 50px 0 0px 0 !important;
}

.range-slider-col {
  width: 45%;
}

.price-total-column {
  width: 20.3333%;
}

.price-total-column h2 {
  color: #1e58a5;
}

#inputBoxId {
  width: 50%;
}

#inputBoxId input {
  padding: 6px;
  background: #fff;
  font-size: 24px;
  color: #0a0909;
  border: 1px solid rgba(0, 0, 0, 0);
}

#inputBoxId input:hover {
  border: 1px solid #8d5a9e;
}

.range-slider-list ul.range-col-5 li {
  width: calc(20% - 4px);
}

.range-slider-list ul.range-col-3 li {
  width: calc(40% - 5px);
}

.range-slider-list ul.range-col-3 li:last-child {
  width: calc(20% - 5px);
}

input[type=range].range-class {
  background-size: 20% 100%;
}

input[type=range].range-class.geo-coding {
  background-size: 40% 100%;
}

input[type=number] {
  display: none;
  position: relative;
  margin-top: -51px;
}

#rangevalue {
  padding: 6px;
  width: 50%;
}

.tooltip &gt; .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 9;
  top: calc(-100% - 18px);
  display: inline-block;
  left: 110%;
  text-align: left;
  color: #0a0909;
  box-shadow: 0 2px 8px 0 rgba(141, 90, 158, 0.38);
  line-height: 1.8;
  font-size: 13px;
}

.tooltip &gt; .tooltiptext::after {
  /*content: "";*/
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.tooltip:hover &gt; .tooltiptext {
  visibility: visible;
}

.pricing-head td {
  font-size: 12px !important;
}

.pricing-head th {
  font-size: 14px !important;
}

.detailed-pricing {
  display: inline-block;
  background: #F5F5F5;
  padding: 8px 35px 8px 15px;
  border-radius: 30px;
  position: relative;
  color: #00233d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.detailed-pricing img {
  position: absolute;
  right: 17px;
  top: 19px;
}

.price-tab {
  border-bottom: 0;
  margin-bottom: 2rem;
}
.price-tab li {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .price-tab li {
    margin-bottom: 20px;
  }
}
.price-tab li button {
  border-radius: 30px !important;
  text-align: center;
  min-width: 150px;
  color: #00233D;
  background-color: rgba(0, 0, 0, 0.045) !important;
  margin-top: 0;
  font-size: 18px;
  padding: 12px 28px;
}
.price-tab li button.active {
  background-color: #1e58a5 !important;
  border-color: #1e58a5 !important;
  color: #fff !important;
}

.pricing-get-started {
  margin-top: 2rem;
}

.pricing-customer {
  background: #1e58a5;
  background: linear-gradient(90deg, #1e58a5 0%, #0f2c53 100%);
}
.pricing-customer h2 {
  color: #fff;
}

.pricing-radio label {
  position: relative;
  top: 3px;
}

.metered {
  display: none;
}

.meteredactive {
  display: block;
}

.unlimited {
  display: none;
}

.unlimitedactive {
  display: block;
}

.range-slider-list ul.range-col-7 li {
  width: calc(20% - 4px);
}

input[type=range].range-width-2 {
  background-size: 50% 100%;
}

.range-slider-list ul.range-slider-col-2 li {
  width: calc(50% - 4px);
}

.range-slider-list ul.range-slider-col-2 li:last-child {
  left: -6px;
}

.range-slider-list ul.range-col-7 li:nth-child(3) {
  left: -17px;
}

.range-slider-list ul.range-col-7 li:nth-child(4) {
  left: -21px;
}

.range-slider-list ul.range-col-7 li:nth-child(5) {
  left: -23px;
}

.range-slider-list ul.range-col-7 li:nth-child(6) {
  left: -25px;
}

/*.range-slider-list ul.range-col-7 li:last-child{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: initial;*/
/*    text-align: right;*/
/*}*/
.range-slider-col-nav.range-slider-col ul {
  margin-bottom: 0rem;
}

.tooltip &gt; .tooltiptext.tooltip-big-content {
  top: calc(-100% - 40px);
}

#metered {
  margin: 0px 3px 2px 0px;
}

#unlimited {
  margin: 0px 3px 2px 10px;
}

.metered .range-col-3 {
  margin-bottom: 1rem;
}
.metered .range-col-7 {
  margin-bottom: 1rem;
}

.nsdk-click-content.meteredactive {
  display: none;
}

.nsdkun-click-content.unlimitedactive {
  display: none;
}

.monthly-margin {
  margin-top: 20px;
}

.pricing-modal-title {
  margin-bottom: 30px;
}

.pricing-modal-top {
  margin-top: 20px;
}

.pricing-testimonial .carousel {
  padding-bottom: 5%;
}
.pricing-testimonial .carousel .carousel-indicators button {
  background-color: #8d5a9e;
}
.pricing-testimonial .carousel .carousel-indicators .active {
  opacity: 1;
}

.pricing-page-popup {
  color: #8d5a9e;
  cursor: pointer;
}

.menu-wrap {
  background-color: #fff;
  padding: 20px 0;
  position: sticky;
  top: 0px;
  z-index: 9;
  box-shadow: 0px 12px 30px rgba(142, 130, 165, 0.15);
}
.menu-wrap .navbar {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .menu-wrap {
    padding: 10px 0;
  }
}
.menu-wrap ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap ul {
    overflow: auto;
  }
}
.menu-wrap ul li {
  margin: 0 10px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap ul li {
    white-space: nowrap;
    margin: 0 10px;
    padding-bottom: 8px;
  }
}
.menu-wrap ul li.active a {
  background-color: #1e58a5 !important;
  border-color: #1e58a5 !important;
  color: #fff !important;
}
.menu-wrap ul li a {
  border-radius: 30px !important;
  text-align: center;
  min-width: 150px;
  color: #00233D;
  background-color: rgba(0, 0, 0, 0.045) !important;
  margin-top: 0;
  font-size: 18px;
  padding: 12px 28px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .menu-wrap ul li a {
    min-width: 120px;
  }
}
.menu-wrap ul li a:hover {
  background-color: #1e58a5 !important;
  border-color: #1e58a5 !important;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .menu-wrap ul li a {
    font-size: 14px;
  }
}

.tab-heading {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .tab-heading h2 {
    font-size: 30px;
  }
}

.pricing-section {
  padding: 20px 0 80px;
}

section {
  padding: 2rem 0;
}

header .container {
  height: 10vh;
  background: #dddddd;
}

.jumbotron {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  text-align: center;
}

.tab-menu {
  height: 30vh;
  background: #f0f0f0;
}

.tab-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab-menu ul li.nav-item {
  background: #dddddd;
  height: 30vh;
  width: 30%;
  margin: 0px 5px;
}

.tab-menu ul li.active {
  background: #f4821f;
}

.section {
  height: 100vh;
}

.lorem {
  width: 100%;
  background: #dddddd;
}

/*# sourceMappingURL=pricing.css.map */
</pre></body></html>