@charset "UTF-8";
/* Font Antialiasing */
* {
  -webkit-font-smoothing: antialiased;
}

/* Add to global lead gen to show it */
.shown {
  display: block;
}

/* Utility class that can be applied to an element (specifically single testimonials to remove animation */
.no-animation {
  animation: none !important;
}

/* Added to the body (via JS) when global lead gen is open  */
/* Added by custom code to the body when form is open */
.full-screen {
  overflow-y: scroll;
  width: 100%;
}

/* Hides page content, header, and footer when global lead gen form is shown  */
.full-screen .content-wrapper,
.full-screen > header,
.full-screen > footer {
  display: none;
}

/* Infinite carousel client logos */
@-webkit-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@-moz-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@-o-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@-ms-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
.logo-carousel-flex {
  animation: moveLogoWall 125s linear infinite;
  transform: translateZ(0);
}

/* Adds hover effect on dark version of pricing table rows */
@media screen and (min-width: 768px) {
  .table__row.dark-hover:hover .table__cell,
.table__row.dark-hover:hover .table__label {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* Adds hover effect on light version of pricing table rows */
@media screen and (min-width: 768px) {
  .table__row.light-hover:hover .table__cell,
.table__row.light-hover:hover .table__label {
    background: rgba(243, 245, 250, 0.8);
  }
}
/* SVG dividers inherit color set by parent font color */
.svg-divider {
  fill: currentColor;
}

/* Hides divider dot on customer story thumbnails for last item */
.customer-story__category-item:last-child .customer-story__divider-dot {
  display: none;
}

/* Adds spacing between customer story sharing links  */
.share-link {
  margin-left: 5px;
  margin-right: 5px;
}

/* Aligns asterisk on accounting page hero  */
.accounting-asterisk {
  vertical-align: super;
}


.custom-select select {
  display: none;
  /* hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  line-height: 20px;
  padding: 16px 40px 16px 16px;
  vertical-align: middle;
  white-space: nowrap;
}

.custom-select {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.custom-select:focus {
  border: 1px solid #5f2ee5;
  outline: none !important;
}

/* Style the arrow inside the select element: */
.select-selected::after {
  border: 5px solid transparent;
  border-color: #999 transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 16px;
  top: 24px;
  width: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active::after {
  border-color: transparent transparent #999 transparent;
  top: 16px;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #3f3c3d;
  cursor: pointer;
  line-height: 16px;
  padding: 12px;
  vertical-align: middle;
  white-space: nowrap;
}

/* Style items (options): */
.select-items {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  left: 0;
  max-height: 273px;
  overflow: auto;
  position: absolute;
  right: 0;
  z-index: 99;
}

.custom-select.above .select-items {
  bottom: 100%;
  margin-bottom: 3px;
}

.custom-select.below .select-items {
  margin-top: 3px;
  top: 100%;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* nav state on hover */
.global-nav.floated {
  background: #fff;
  box-shadow: 0 16px 24px rgba(14, 13, 18, 0.07);
}

#nav-banner.banished {
  display: none;
}

.track-container::before {
  background: #e0e0e0;
  border-radius: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  display: block;
  margin: 20px 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

[type=range]:focus {
  outline: 0;
}

[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(13, 13, 13, 0);
}

[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

[type=range]:focus::-ms-fill-upper {
  background: rgba(13, 13, 13, 0);
}

[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 2px;
  transition: all 0.2s ease;
  width: 100%;
}

[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3f3c3d no-repeat 50% 50%;
  border: 0 solid #5f2ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  margin-top: -14px;
  position: relative;
  width: 30px;
  z-index: 2;
}

[type=range]::-webkit-slider-thumb:hover {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3c2d89 no-repeat 50% 50%;
}

[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 2px;
  transition: all 0.2s ease;
  width: 100%;
}

[type=range]::-moz-range-thumb {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3f3c3d no-repeat 50% 50%;
  border: 0 solid #5f2ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 2;
}

[type=range]::-moz-range-thumb:hover {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3c2d89 no-repeat 50% 50%;
}

[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
  cursor: pointer;
  height: 2px;
  transition: all 0.2s ease;
  width: 100%;
}

[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

[type=range]::-ms-thumb {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3f3c3d no-repeat 50% 50%;
  border: 0 solid #5f2ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  margin-top: 0;
  position: relative;
  width: 30px;
  z-index: 2;
}

[type=range]::-ms-thumb:hover {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3c2d89 no-repeat 50% 50%;
}

/* Add hanging quote to testimonial card */
.testimonial::before {
  color: #3c2d89;
  content: "“";
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
}

@media (max-width: 999px) {
  .customer-rich-text blockquote::before {
    position: static;
  }
}
.customer-rich-text blockquote::before {
  color: #3c2d89;
  content: "“";
  display: block;
  font-size: 60px;
  font-weight: bold;
  left: -45px;
  line-height: 45px;
  position: absolute;
}

/* Animate testimonial cards */
@keyframes stand-out {
  0% {
    box-shadow: none;
    transform: translateY(0);
  }
  6% {
    box-shadow: 0 64px 46px rgba(0, 0, 0, 0.04);
    transform: translateY(-60px);
  }
  33% {
    box-shadow: 0 64px 46px rgba(0, 0, 0, 0.04);
    transform: translateY(-60px);
  }
  39% {
    box-shadow: none;
    transform: translateY(0);
  }
  100% {
    box-shadow: none;
    transform: translateY(0);
  }
}
.testimonial {
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-name: stand-out;
  box-shadow: none;
}

.testimonial:first-child {
  animation-delay: 8s;
}

.testimonial:last-child {
  animation-delay: 4s;
}

@media (max-width: 767px) {
  .testimonial {
    animation: none;
  }
}
select {
  border: 0;
  display: block !important;
  left: 0 !important;
  opacity: 0;
  padding: 0;
  position: absolute !important;
  top: 24px !important;
}

.nice-select,
.w-select {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-sizing: border-box;
  clear: both;
  display: flex;
  font-size: 18px;
  grid-column: 1/3;
  min-height: 60px;
  padding: 15px;
  position: relative;
  text-align: left !important;
  transition: 0.3s;
}
.nice-select:hover,
.w-select:hover {
  border: 1px solid #5f2ee5;
  cursor: pointer;
  outline: none !important;
}
.nice-select:active, .nice-select:focus,
.nice-select .open,
.w-select:active,
.w-select:focus,
.w-select .open {
  border: 1px solid #5f2ee5;
  outline: none !important;
}
.nice-select .list,
.w-select .list {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-shadow: 0 7px 20px 0 rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  color: inherit;
  font-size: 18px;
  left: 0;
  margin-top: 2px;
  max-height: 200px;
  opacity: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999 !important;
}
.nice-select .option,
.w-select .option {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  margin-bottom: 0;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
  z-index: 100 !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  z-index: 200;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 14px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .option:first-child {
  display: none;
}

span.current {
  color: inherit;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f0f2f4;
}
