/*************************FOOTER FIX ******************************/
html, body {
  height: 100%; }

#wrap {
  min-height: 100%; }

#main {
  overflow: auto;
  padding-bottom: 130px; }

#footer {
  position: relative;
  margin-top: -135px;
  /* negative value of footer height */
  height: 135px;
  clear: both; }

/***********************Overflow Fix***********************************/
.max-width-fix {
  max-width: 100%; }

/**********************************************************************/
.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.display-none {
  display: none !important; }

.demo_float_screen_1 {
  top: -500px; }

.demo_float_screen_1, .demo_float_screen_2 {
  z-index: 3;
  display: none; }

strong {
  font-weight: 600; }

.block-title {
  font-size: 22px;
  text-transform: none; }

h4 {
  font-size: 24px; }

.jumbotron h1 {
  font-size: 40px; }

.jumbotron {
  background-color: #e9e9e9; }

#started-button {
  padding-right: 28px;
  color: white; }
  #started-button.no-color {
    opacity: 0.5; }

.whitebox {
  height: 300px;
  border: 1px solid red;
  z-index: 999; }
  .whitebox img {
    z-index: 999; }

#Report-animation {
  height: 1400px;
  position: relative;
  z-index: 9; }
  @media (max-width: 768px) {
    #Report-animation .container {
      width: 100%; } }
  #Report-animation .ReportAnimation-wrapper {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0 auto;
    display: flex;
    will-change: transform;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #Report-animation .ReportAnimation-explanation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; }
  #Report-animation .ReportAnimation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center; }
  #Report-animation .ReportAnimation {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%; }
  #Report-animation .Report {
    -webkit-transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 1rem;
    max-width: 1200px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 45px rgba(20, 20, 20, 0.1);
    will-change: transform; }
  #Report-animation .Report {
    padding: 20px 25px 20px 25px; }

#page2 {
  border: 1px solid #eaeaea;
  box-shadow: 0 10px 45px rgba(20, 20, 20, 0.1); }
  #page2 img {
    width: 100%; }

.content-layer {
  position: absolute;
  top: 0;
  z-index: 9; }

.fs-6em {
  font-size: 6em; }

#getStarted .form-control {
  border: 1px solid rgba(0, 0, 0, 0.3); }
  #getStarted .form-control:focus {
    border-color: rgba(72, 176, 147, 0.5);
    background-color: #fff; }

.text-primary {
  color: #337ab7 !important; }

.b-blue {
  border-color: #3a8fc8; }

.bg-blue {
  background-color: #3a8fc8; }

.btn-blue {
  background-color: #3a8fc8; }
  .btn-blue:hover {
    background-color: #3381b6;
    border: 1px solid white; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2c2c; }

.h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.009em; }
  .h1.mega {
    font-size: 110px;
    line-height: 89px; }

.h2 {
  font-size: 31px;
  line-height: 42px; }

.h3 {
  font-size: 27px;
  line-height: 40px; }

.h4 {
  font-size: 22px;
  line-height: 31.88px;
  letter-spacing: -0.0045em;
  -webkit-text-stroke-width: 0.24px; }

.h5 {
  font-size: 18px;
  line-height: 25.88px; }

/**************** CASE STUDY */
#case-study .h1 {
  margin-bottom: 40px; }

#case-study .row {
  margin-bottom: 30px; }

#case-study p {
  margin-bottom: 30px;
  font-size: 1.4em;
  line-height: 2em; }

#case-study img {
  width: 60%;
  height: 60%; }

.m-t-110 {
  margin-top: 110px !important; }

.bg-aw-blue {
  background-color: #1C77AA; }

#customer-logos img {
  width: 80%; }

#customer-faces img {
  width: 70%; }

/****************** RSPAM */
#rspam #questions p {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 30px; }

.btn-google:hover {
  background-color: #C2403A;
  border-color: #C2403A; }

.btn-google, .btn-google:focus {
  background-color: #DB4D46;
  border-color: #DB4D46; }

.btn-shopify:hover {
  background-color: #a6d356; }

.btn-shopify, .btn-shopify {
  background-color: #91BD42;
  border-color: #91BD42; }

/**************** */
.pricing-table td {
  vertical-align: middle !important; }

#roi-input input {
  width: 100%;
  font-size: 30px; }
  @media (min-width: 768px) {
    #roi-input input {
      padding-left: 15px; } }

/* SvelteKit migration additions. The marketing visual language remains the
   original Pages/Bootstrap theme while interaction is handled by Svelte. */
body {
  color: #626262;
  background: #fff;
}

a, button {
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.header {
  z-index: 50;
}

.nav-container {
  min-height: 80px;
}

.header .menu > li > a.current_page {
  color: #3a8fc8 !important;
}

.nav-toggle {
  position: relative;
  z-index: 52;
  float: right;
  width: 44px;
  height: 44px;
  margin-top: 18px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  background: #2c2c2c;
}

.particle-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #e9e9e9;
}

.particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.particle-hero .content-layer {
  width: 100%;
  height: 100%;
}

.hero-inner {
  position: relative;
  min-height: inherit;
}

.marketing-hero-copy {
  margin-top: 200px;
}

.frontcard {
  height: 300px;
  padding: 70px 20px 60px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  transition: box-shadow .3s ease;
}

.frontcard:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
}

a:hover .frontcard h4,
a:hover .frontcard i {
  color: #3a8fc8 !important;
}

.home-logo {
  margin: 150px 0 80px;
  text-align: center;
}

.home-logo img {
  width: min(390px, 65vw);
  height: auto;
}

.insight-copy {
  font-size: 22px;
}

.Report img {
  max-width: 100%;
  object-fit: contain;
}

.logo-strip img {
  width: 80%;
  max-width: 240px;
  max-height: 60px;
  object-fit: contain;
}

.customer-logo-strip {
  margin-top: 30px;
}

.feature-grid .feature-icon {
  height: 96px;
  object-fit: contain;
  margin-bottom: 20px;
}

.platform-grid img {
  display: block;
  max-width: 250px;
  max-height: 50px;
  margin: 0 auto;
}

.pave-modal {
  width: min(600px, calc(100% - 30px));
  max-height: calc(100vh - 40px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, .28);
}

.pave-modal::backdrop {
  background: rgba(0, 0, 0, .5);
}

.pave-modal .modal-card {
  background: #fff;
}

.pave-modal .modal-header,
.pave-modal .modal-footer {
  display: block;
}

.pave-modal .form-control {
  border: 1px solid rgba(0, 0, 0, .22);
}

.legal-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.legal-page p,
.legal-page li {
  line-height: 1.65;
}

.legal-page h3 {
  margin-top: 30px;
}

.signin-page {
  min-height: calc(100vh - 135px);
  padding: 70px 20px 90px;
  text-align: center;
  background: #fafafa;
}

.signin-logo {
  height: 42px;
  margin-bottom: 60px;
}

.signin-card {
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 48px 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 10px 45px rgba(20, 20, 20, .08);
}

.google-button {
  display: inline-grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  min-width: 220px;
  height: 42px;
  margin: 28px auto 20px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #4285f4;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .25);
  font: 500 14px/42px Roboto, Arial, sans-serif;
}

.google-button:hover,
.google-button:focus {
  color: #fff;
  box-shadow: 0 0 7px #4285f4;
}

.google-icon-wrapper {
  width: 40px;
  height: 40px;
  margin-left: 1px;
  background: #fff;
}

.google-icon-wrapper img {
  width: 18px;
  height: 18px;
  margin: 11px;
}

.signin-terms {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #888;
}

.success-check {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  color: #fff;
  background: #48b093;
  border-radius: 50%;
  font-size: 34px;
}

.error-panel {
  margin-top: 25px;
}

.footer-links a:hover {
  color: #3a8fc8 !important;
}

.link-button {
  padding: 0;
  color: #3a8fc8;
  background: transparent;
  border: 0;
}

.link-button:hover,
.link-button:focus {
  color: #276d9c;
  text-decoration: underline;
}

.quote-block {
  display: block;
  margin-bottom: 35px;
}

.roi-symbol {
  margin-top: 18px;
}

.pricing-table .pricing-name {
  margin: 0;
  padding: 15px 5px;
}

.pricing-table .pricing-suffix {
  font-size: .6em;
}

.pricing-table th {
  min-width: 125px;
}

.pricing-table th:first-child {
  min-width: 250px;
}

@media (max-width: 991px) {
  .header .menu-content {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 82vw);
    height: 100vh;
    padding: 90px 30px 30px;
    background: #222;
    transform: translateX(105%);
    transition: transform .25s ease;
  }

  .header .menu-content.open {
    transform: translateX(0);
  }

  .header .menu,
  .header .menu > li {
    display: block;
    float: none;
  }

  .header .menu > li > a {
    display: block;
    color: #fff !important;
    font-size: 14px;
  }

  .marketing-hero-copy {
    margin-top: 170px;
  }

  #footer {
    height: auto;
  }
}

@media (max-width: 767px) {
  #main {
    padding-bottom: 230px;
  }

  #footer {
    min-height: 230px;
    margin-top: -230px;
  }

  .home-logo {
    margin: 20px 0;
  }

  .frontcard {
    height: 230px;
    margin-top: 20px;
    padding-top: 40px;
  }

  .marketing-hero-copy {
    margin-top: 140px;
  }

  .marketing-hero-copy h2 {
    font-size: 28px;
  }

  #Report-animation {
    height: 1400px;
  }

  #Report-animation .Report {
    height: 300px;
  }

  .insight-copy {
    font-size: 18px;
  }

  .feature-grid > div {
    padding: 25px 20px !important;
  }

  .signin-card {
    padding: 38px 24px;
  }

  .pricing-scroll {
    border: 0;
  }
}
