/* GL+Demo.css
   Combined CSS from index.php and form.php
*/

* {
      box-sizing: border-box;
    }

    html, body {
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Cabin', Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 1.8em;
      color: #3d7392;
      background: #ffffff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      hyphens: none;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    h1, h2, h3, h4, h5, h6, .serif {
      font-family: 'DM Serif Text', Georgia, "Times New Roman", serif;
      color: #1d4f6c;
      letter-spacing: 0;
      line-height: 1.3em;
      margin: 0;
      text-transform: none;
    }

    h1 { font-size: 46px; font-weight: 600; }
    h2 { font-size: 39px; font-weight: 500; }
    h3 { font-size: 27px; font-weight: 400; }
    h4 { font-size: 24px; font-weight: 400; }

    p {
      margin: 0 0 1em 0;
      padding: 0;
      line-height: 1.4em;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .desktop-only {
      display: block;
    }

    .mobile-blocked {
      display: none;
      min-height: 100vh;
      padding: 60px 30px;
      text-align: center;
      background: #0d2232;
      color: #fff;
      font-family: 'Cabin', Helvetica, Arial, sans-serif;
    }

    .mobile-blocked h1 {
      color: #fff;
      font-size: 34px;
      margin-bottom: 16px;
    }

    .mobile-blocked p {
      color: #d7e6ef;
      font-size: 20px;
      line-height: 1.5em;
      max-width: 560px;
      margin: 0 auto;
    }

    .topbar {
      background: #1d4f6c;
      color: #ffffff;
      font-size: 13px;
      line-height: 1;
    }

    .container {
      width: 80%;
      max-width: 1080px;
      margin: 0 auto;
    }

    .topbar-inner {
      min-height: 39px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
      font-weight: 600;
    }

    .topbar-phone::before {
      content: "☎";
      font-size: 13px;
      margin-right: 5px;
      position: relative;
      top: -1px;
    }

    .topbar-email::before {
      content: "✉";
      font-size: 11px;
      margin-right: 6px;
      position: relative;
      top: -1px;
    }

    .main-header {
      background: #ffffff;
      box-shadow: 0 1px 0 rgba(0,0,0,0.10);
    }

    .main-header-inner {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .logo-link {
      flex: 0 0 auto;
    }

    .logo {
      width: 82px;
      height: 82px;
      object-fit: contain;
    }

    .nav-wrap {
      flex: 1 1 auto;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 28px;
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 28px;
      white-space: nowrap;
    }

    .main-nav a {
      color: #1d4f6c;
      font-size: 21px;
      font-weight: 500;
      transition: opacity 0.25s ease;
    }

    .main-nav a:hover {
      opacity: 0.72;
    }

    .nav-phone {
      color: #1d4f6c;
      font-size: 21px;
      font-weight: 500;
      white-space: nowrap;
    }

    .nav-phone::before {
      content: "☎";
      margin-right: 6px;
      font-size: 18px;
      position: relative;
      top: -1px;
    }

    .hero {
      background:
        linear-gradient(90deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.58) 32%, rgba(0,0,0,0.16) 68%, rgba(0,0,0,0.16) 100%),
        url('0005_heic1503a-right.jpg') center center / cover no-repeat;
    }

    .hero-inner {
      min-height: 255px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      padding: 28px 0 24px 0;
    }

    .hero-copy {
      width: 85%;
      padding-left: 2px;
    }

    .hero-copy .eyebrow,
    .hero-copy .eyebrow p,
    .hero-copy .eyebrow h3,
    .hero-copy h1,
    .hero-copy p {
      color: #ffffff;
    }

    .hero-copy .eyebrow {
      font-family: 'DM Serif Text', Georgia, "Times New Roman", serif;
      font-size: 54px;
      line-height: 1.2em;
      margin-bottom: 10px;
    }

    .hero-copy h1 {
      font-size: 28px;
      line-height: 1.1em;
      letter-spacing: 0;
      margin-bottom: 12px;
      max-width: 520px;
    }

    .hero-copy p {
      font-family: 'Cabin', Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 1.25em;
      color: #a8cbd9;
      font-weight: 500;
      margin: 0;
    }

    .hero-video {
      width: 40%;
      display: flex;
      justify-content: flex-end;
    }

    .hero-video img {
      width: 100%;
      max-width: 365px;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
    }

    .services {
      width: 80%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 22px 0 10px 0;
    }

    .service-row {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 3.5%;
      padding: 23px 0 22px 0;
    }

    .service-copy {
      width: 63%;
    }

    .service-art {
      width: 33.5%;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 170px;
    }

    .service-art img {
      max-width: 73%;
      margin: 0 auto;
    }

    .service-row.service-3 .service-art img {
      max-width: 46%;
    }

    .service-copy h2 {
      font-size: 46px;
      line-height: 1.08em;
      margin-bottom: 10px;
      color: #1d4f6c;
    }

    .service-copy h3 {
      font-family: 'Cabin', Helvetica, Arial, sans-serif;
      font-size: 28px;
      line-height: 1.2em;
      font-weight: 600;
      color: #1d4f6c;
      margin-bottom: 9px;
    }

    .service-copy p,
    .service-copy .secondary-line {
      font-family: 'Cabin', Helvetica, Arial, sans-serif;
      font-size: 21px;
      line-height: 1.22em;
      font-weight: 600;
      color: #1d4f6c;
    }

    .service-copy .secondary-line {
      margin-top: 6px;
      margin-bottom: 14px;
    }

    .service-button {
      display: inline-block;
      margin-top: 12px;
      padding: 10px 22px 11px 22px;
      border-radius: 51px;
      background: #0c71c3;
      color: #ffffff;
      font-size: 17px;
      line-height: 1.2em;
      font-style: italic;
      font-weight: 500;
    }

    .service-button:hover {
      opacity: 0.9;
    }

    .phone-listing-shot {
      margin-top: 16px;
      margin-bottom: 8px;
      width: 350px;
      max-width: 100%;
    }

    @media (max-width: 1100px) {
      .container,
      .services {
        width: 92%;
      }

      .hero-copy h1 {
        font-size: 54px;
      }

      .main-nav a,
      .nav-phone {
        font-size: 18px;
      }
    }

    @media (max-width: 900px) {
      .desktop-only {
        display: none;
      }

      .mobile-blocked {
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
    
.hero-video-wrap {
  width: 75%;
  max-width: 365px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-video-img {
  width: 75%;
  margin-bottom: 14px;
}

.hero-demo-img {
  width: 75%;
}    


/* REPLACE EXISTING BENEFITS CSS */

.benefits {
  width: 80%;
  max-width: 1080px;
}

.benefits-grid {
  display: flex;
  gap: 5%;
  align-items: flex-start;
}

.benefits-left {
  width: 60%;
}

.benefits-right {
  width: 35%;
}

.benefits-right img {
  width: 160%;
  height: 160%;
  object-fit: cover;
    border: 2px solid #553fc157;
  border-radius: 36px;
  max-width: 200%!important;
}

/* rows */
.benefit-row {
  margin-bottom: 30px;
}

/* indent 2 and 4 */
.benefit-row.inset {
  margin-left: 35px;
}

/* text */
.benefit-copy h2 {
  font-size: 34px;
  margin-bottom: 4px;
}

.benefit-copy p {
  font-size: 20px;
  line-height: 1.0em;
  margin-bottom: 8px;
  color: #2a5068;
}

.large-yellow-button {
  display: inline-block;
  background: #ffd400;
  color: #1d4f6c;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}

.large-yellow-button:hover {
  background: #f2c200;
}

.benefit-row {
  display: block;
}

.benefit-copy {
  width: 100%;
}

/* ===== Demo form styles ===== */

body {
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  margin: 0;
  background: #fff;
  color: #2a5068;
}

.pspacing {margin: 22px 0px; line-height: 21px;}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#bcf-tool {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.bcf-right {
  width: 66%;
}

.bcf-topright {
  width: 66%;
  margin-bottom:20px;
}

.bcf-left,
.bcf-save,
.bcf-purchase {
  background: #fff;
  padding: 24px;
  border-radius: 40px;
  border: 1.5px dotted #333;
  box-sizing: border-box;
  margin: 20px 0;
}

.bcf-left {
  width: 34%;
  margin-top: 0 !important;
}


h2 {
font-family: 'DM Serif Text', Georgia, serif;
  color: #1d4f6c;
  margin-top: 0;
  display: flex;
  align-items: center;
  }

.step1 h2,
.step2 h2,
.step3 h2,
.step4 h2 {
  padding-left: 50px;
  }


.bcf-fields input,
.bcf-fields textarea,
.bcf-fields select,
.bcf-save input {
  width: 100%;
  margin-bottom: 22px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1.5px solid #7b99b7;
  background: #f2f4f7;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  font-weight: 500;
}

.bcf-fields textarea {
  height: 60px;
  resize: none;
}

.bcf-fields input:focus,
.bcf-fields textarea:focus,
.bcf-fields select:focus,
.bcf-save input:focus {
  outline: none;
  border-color: #0c71c3;
  background: #eef5fb;
}

.bcf-purchase label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
}

.bcf-purchase input[type="radio"] {
  width: auto;
  margin: 0;
  margin-top: 9px;
}

.bcf-left button,
.bcf-save button,
.bcf-purchase button,
.bcf-purchase a,
#save-demo-btn {
  border-radius: 40px;
  background: #0c71c3;
  color: #fff;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-size: 17px;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

.bcf-left button:hover,
.bcf-save button:hover,
.bcf-purchase button:hover,
#save-demo-btn:hover {
  opacity: 0.9;
}

.imgabovestep3 img {
display: block; 
/* 
width: 538px; 
height: 350px; 
 */
max-width: 75%; 
margin: 0 auto; 
margin-bottom:15px;
}


.dispList {
  border: 1.5px dotted #333;
  border-radius: 40px;
  padding: 25px;
  background: #f7fcff;
}

.listing-box {
  margin-top: 18px;
  margin-bottom: 4px;
  min-height: 115px;
}

.g-result {
  position: relative;
}

.dispList .g-company {
  color: rgb(32, 33, 36);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.dispList .g-url {
  color: rgb(77, 81, 86);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
}

.dispList .g-title a {
  color: rgb(26, 13, 171);
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.dispList .g-desc {
  color: rgb(71, 71, 71);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
  max-width: 450px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dispList .g-top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.dispList .g-icon {
  width: 16px;
  height: 16px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 8px;
  flex: 0 0 16px;
}

.listing-box:not(.listing-live) .g-result::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.8);
  pointer-events: none;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
}

.listing-box:not(.listing-live) .g-result.listing-dim::after {
  opacity: var(--dim-opacity, 0.8);
}

.phone-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

#a2-box {
  position: relative;
  min-height: 115px;
}

#a2-box .g-result {
  position: relative;
  padding-right: 240px;
}

.a2-image {
  position: absolute;
top: 30px;
right: 50px;
width: 155px;
height: 86px;
  object-fit: cover;
  z-index: 5;
}

@media (max-width: 900px) {
  #bcf-tool {
    flex-direction: column;
  }

  .bcf-left,
  .bcf-right {
    width: 100%;
  }
}

#neighbors-control {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

#neighbors-control .neighbors-label {
  font-weight: bold;
font-size: 17px;
color: #3456d9;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  white-space: nowrap;
}

.step1,
.step2,
.step3,
.step4,
.step5 {
  position: relative;
  overflow: visible;
}

.step1::before,
.step2::before,
.step3::before,
.step4::before,
.step5::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  pointer-events: none;
}

.step1::before { background-image: url('1.jpg'); }
.step2::before { background-image: url('2.jpg'); }
.step3::before { background-image: url('3.jpg'); }
.step4::before { background-image: url('4.jpg'); }
.step5::before { background-image: url('5.jpg'); }

#neighbors-control select {
  padding: 6px 8px;
  border-radius: 10px;
  border: 1px solid #1d4f6c;
  background: #fff;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1d4f6c;
}

.bcf-left h2:first-of-type {
  padding-left: 44px;
  line-height: 1.2em;
}

.bcf-left h2:nth-of-type(2),
.bcf-left h2:nth-of-type(3) {
  padding-left: 0;
}

.bcf-left h2:nth-of-type(3) {
  color: #a9205a;
}

.neighbortitle {
  font-weight: 600;
  margin: 0;
}

.bcf-left-col {
  width: 34%;
}

.bcf-left-col .bcf-left,
.bcf-left-col .bcf-save {
  width: 100%;
}

.bcf-right {
  width: 66%;
}

#phone-input,
#company-input {
  background: #fff0f6;
  border: none;
  border-bottom: 2px solid #7782ab;
  border-radius: 10px 10px 0 0;
  color: #7a1f45;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(216, 27, 96, 0.08);
}

#phone-input::placeholder,
#company-input::placeholder {
  color: #4f3943;
  opacity: 1;
}

#phone-input:focus,
#company-input:focus {
  background: #ffe3ef;
  border: none;
  border-bottom: 4px solid #b3124d;
  box-shadow: 0 4px 14px rgba(216, 27, 96, 0.16);
}

.bcf-divider {
  border: none;
  border-top: 2px solid #f3b4ef;
  margin: 25px 0;
}

.parent {
  display: flex;
  align-items: stretch; /* forces equal height */
  gap: 20px;
}

.left-column,
.right-column {
  flex: 1;
}

/* stack 1 + 2 */
.left-column {
  display: flex;
  flex-direction: column;
}

/* THIS is what makes 1+2 fill the height */
.left-column > .section {
  flex: 1;
}

#code-input {
    font-size: 20px;
    width: 35%;
    margin-right: 8px;
    margin-bottom:10px
}

.paymentinset {
	margin-left:35px;
}
.bigH2 h6 {
	margin:0px 0px!important;
	font-size:23px;
	font-style:italic;
}
.PaymentH2{
	font-size:23px;
	margin-bottom:15px;
	color:black;
}

.purchase-layout {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 60px;
}

.purchase-form {
  width: 35%;
}

.purchase-images {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  border-left: 2px solid #d9eef9;
  height: 100%;
}

.purchase-image-block {
  text-align: center;
}

.purchase-image-block h3 {
  font-family: 'DM Serif Text', Georgia, serif;
  color: #000;
  font-size: 34px;
  line-height: 1.05em;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.purchase-image-block img {
  max-width: 430px;
  width: 100%;
  height: auto;
  display: block;
}

.bcf-purchase button {
  display: block;
  margin: 20px auto 0 auto;
}

.stripe-logo {
  width: 75px;
  display: block;
  margin: 12px auto 0 auto;
}

.bcf-purchase label {
  margin:16px 0px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .purchase-layout {
    flex-direction: column;
  }

  .purchase-form,
  .purchase-images {
    width: 100%;
  }

  .purchase-image-block h3 {
    font-size: 28px;
  }
}
  .borderBottom {
    border-bottom: 2px solid #d9eef9;
    margin:25px 0px;
  }
  
  
  /* xx-mobile-demo-form */

@media (max-width: 900px) {

  body {
    padding: 18px 10px;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
  }

  #bcf-tool,
  .purchase-layout {
    display: block;
  }

  .bcf-left-col,
  .bcf-right,
  .bcf-left,
  .bcf-save,
  .bcf-purchase,
  .purchase-form,
  .purchase-images {
    width: 100%;
    max-width: 100%;
  }
  

  .bcf-left,
  .bcf-save,
  .bcf-purchase,
  .dispList {
    padding: 18px;
    border-radius: 24px;
    margin: 16px 0;
  }

  h2,
  .PaymentH2 {
    font-size: 28px;
    line-height: 1.1em;
  }

  .step1 h2,
  .step2 h2,
  .step3 h2,
  .step4 h2 {
    padding-left: 44px;
  }

  .step1::before,
  .step2::before,
  .step3::before,
  .step4::before,
  .step5::before {
    top: 16px;
    left: 16px;
    width: 34px;
    height: 34px;
  }

  #code-input {
    width: 100%;
    font-size: 18px;
  }

  .bcf-left button,
  .bcf-save button,
  .bcf-purchase button,
  #save-demo-btn {
    width: 100%;
    font-size: 16px;
  }

  #a2-box .g-result {
    padding-right: 0;
  }

  .a2-image {
    position: static;
    width: 140px;
    height: auto;
    margin: 10px auto 0 auto;
  }

  #neighbors-control,
  #neighbors-control > div {
    display: block !important;
  }

  #neighbors-control label,
  #neighbors-control select,
  #industry-select,
  #adjacent-level,
  #phone-position-select {
    width: 100%;
    max-width: 100%;
    margin: 6px 0 12px 0;
  }

  .neighbortitle {
    margin: 10px 0 4px 0 !important;
  }

  .paymentinset {
    margin-left: 0;
  }

  .purchase-images {
    padding-left: 0;
    border-left: none;
    border-top: 2px solid #d9eef9;
    margin-top: 25px;
    padding-top: 25px;
  }

  .purchase-image-block h3 {
    font-size: 26px;
  }
}

@media (max-width: 520px) {

  body {
    padding: 10px 6px;
  }

  .bcf-left,
  .bcf-save,
  .bcf-purchase,
  .dispList {
    padding: 14px;
    border-radius: 20px;
  }

  .dispList .g-title a {
    font-size: 18px;
    line-height: 23px;
  }

  .dispList .g-desc {
    font-size: 13px;
    line-height: 19px;
  }

  .listing-box {
    min-height: 95px;
  }

  .purchase-images img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* xx-mobile-demo-form */

@media (max-width: 900px) {

  body {
    padding: 18px 10px;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
  }

  #bcf-tool,
  .purchase-layout {
    display: block;
  }

  .bcf-left-col,
  .bcf-right,
  .bcf-left,
  .bcf-save,
  .bcf-purchase,
  .purchase-form,
  .purchase-images {
    width: 100%;
    max-width: 100%;
  }

  .bcf-left,
  .bcf-save,
  .bcf-purchase,
  .dispList {
    padding: 18px;
    border-radius: 24px;
    margin: 16px 0;
  }

  h2,
  .PaymentH2 {
    font-size: 28px;
    line-height: 1.1em;
  }

  .step1 h2,
  .step2 h2,
  .step3 h2,
  .step4 h2 {
    padding-left: 44px;
  }

  .step1::before,
  .step2::before,
  .step3::before,
  .step4::before,
  .step5::before {
    top: 16px;
    left: 16px;
    width: 34px;
    height: 34px;
  }

  #code-input {
    width: 100%;
    font-size: 18px;
  }

  .bcf-left button,
  .bcf-save button,
  .bcf-purchase button,
  #save-demo-btn {
    width: 100%;
    font-size: 16px;
  }

  #a2-box .g-result {
    padding-right: 0;
  }

  .a2-image {
    position: static;
    width: 140px;
    height: auto;
    margin: 10px auto 0 auto;
  }

  #neighbors-control,
  #neighbors-control > div {
    display: block !important;
  }

  #neighbors-control label,
  #neighbors-control select,
  #industry-select,
  #adjacent-level,
  #phone-position-select {
    width: 100%;
    max-width: 100%;
    margin: 6px 0 12px 0;
  }

  .neighbortitle {
    margin: 10px 0 4px 0 !important;
  }

  .paymentinset {
    margin-left: 0;
  }

  .purchase-images {
    padding-left: 0;
    border-left: none;
    border-top: 2px solid #d9eef9;
    margin-top: 25px;
    padding-top: 25px;
  }

  .purchase-image-block h3 {
    font-size: 26px;
  }
}

@media (max-width: 520px) {

  body {
    padding: 10px 6px;
  }

  .bcf-left,
  .bcf-save,
  .bcf-purchase,
  .dispList {
    padding: 14px;
    border-radius: 20px;
  }

  .dispList .g-title a {
    font-size: 18px;
    line-height: 23px;
  }

  .dispList .g-desc {
    font-size: 13px;
    line-height: 19px;
  }

  .listing-box {
    min-height: 95px;
  }

  .purchase-images img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mobile-only-note {
  display: none;
}

@media (max-width: 900px) {
  .mobile-only-note {
    display: none;
    /* display: inline; */
    font-style:italic;
    font-size:20px;
  }
}

.heading {
    font-size:18px;
	color:#9d35b3;
	font-weight: 600;
}

.step1,
.step2,
.step3,
.step4,
.step5 {
  margin-bottom: 44px;
}

.bcf-left,
.bcf-save,
.dispList {
  background: #f0f5ff;
}

  .bcf-purchase {
    background: #fdf8ff;
  }


.g-result {
  transition: opacity 0.5s ease;
}


.purchase-grid > * {
    border:1px solid red;
}

.debug-cell {
    border:1px solid green;
}

.imgabovestep3 img {
    margin-top: 45px;
    margin-bottom: 55px;

}