.hero-section p:last-of-type {
  margin-bottom:0;
}

.hero-button-container {
  display: grid;
}
  .hero-button-wrapper > .hero-button > i {
  margin-right:16px;
}

.hero-button-wrapper .tertiary:after {
    color: #34d9c3;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    margin-left: 20px;
}

/* demo form */

.productdemo {
  margin-top:24px;
}




.largertext.telcta .pillcta.secondary {
  color:unset;
}

.telcta .pillcta:after {
    content:unset;
}

.telcta i {
      color: #083863;
    margin-right: .6em;
    margin-left: .8em;
    border: solid 2px;
    border-radius: 50%;
    padding: 5px;
    font-size: 0.8em;
}

.line-surround {
  position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
  margin-top: 10px;
    margin-bottom: 10px;
    font-size: .9em;
    font-family: BrandonText-Bold;
}

.line-surround span {
      margin: 0 10px;
  text-transform:uppercase;
}

.line-surround:before, .line-surround:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.line-surround:before {
    margin-left: -50%;
    text-align: right;
}

.dot-pulse {
  /* Vector */

    position: relative;
  margin-right:6px;
   height: 10px;
   width: 10px;
    border-radius: 50%;
    background: #34d9c3;
}

.dot-pulse:after {
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #34d9c3;
    display:block;
    animation: pulse 2s ease 0s infinite;
}

.dot-pulse:before {
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #34d9c3;
    display:block;
    animation: pulse2 2s ease 0s infinite;
}

@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(2.5);
  }
  100% {
      opacity: 0;
      transform: scale(3);
  }
}

@keyframes pulse2 {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  30% {
      opacity: 1;
      transform: scale(1);
  }
  100% {
      opacity: 0;
      transform: scale(2.5);
  }
}

#get-a-callback-hero .pillcta:after {
    font-family: unset;
    font-weight: unset;
    content: unset;
    margin-left: unset;
}

#callbackbutton-hero.pillcta.secondary:after {
    content:unset;
}

#callbackbutton-hero {
    color: #fff;
    font-family: 'BrandonText-Bold';
    text-decoration: none;
    padding: 16px 10px;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px 0px;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    transition: all .1s ease-out;
    width: 100%;
      background-color: #f2f2f2;
    font-size: .8em;
}


.initial-hide {
  display:none;
}

.accreditations.product {
    background-color: unset;
    margin-top: 2em;
    padding: 0;
    border-radius: unset;
    line-height: 0;
  
}

.accreditations.product .accreditations-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.accreditations.product .accreditations-inner>div {
    max-width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.accreditations.product .ricsbox {
    display: none;
}
}

{#@media only screen and (max-width: 500px) {
.accreditations.product .ricsbox {
    display: none;
}
} #}


  
  .gl-form fieldset {
    max-width: 100% !important;
    margin-bottom: 10px !important;
}
  
   .gl-form input, .gl-form select, .gl-form textarea {
     font-family: BrandonText-Regular !important;
    font-size: 1em !important;
    border-radius: 15px !important;
    width: 100% !important;
    margin-right: unset !important;
    padding: 10px !important;
  }
  
  .gl-form .hs-form-field {
    margin-bottom: unset;
}
  
    
  .gl-form input[type=submit] {
    font-family: 'BrandonText-Bold' !important;
    text-decoration: none;
    padding: 16px 10px !important;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px !important;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    transition: all .1s ease-out;
    width: 100%;
}
  
  .gl-form form .hs-richtext, .gl-form form .hs-richtext p {
    font-size: .7rem;
    margin: 0;
}
  
  .gl-form .hs-dependent-field .hs-form-field {
    margin-bottom: 10px;
}
  
  
  .gl-form input, .gl-form select, .gl-form textarea {
    border: none !important;
    background-color: #f8faf9 !important;
    box-shadow: inset 0px 11px 8px -10px #bbb;
}
  
  .gl-form input[type=submit] {
    color: #fff;
    background-color:#34d9c3 !important;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px 0px;
}
  
 
  
 