@media all and (max-width: 768px) {
  .available-in-wrapper {
    padding-right: 45px;
  }
}

@media (min-width: 1024px) {
  .security-logos-wrapper {
    padding-top: 90px;
  }
}

.form-heading-second-step {
  display: none;
}
.form-heading-second-step span {
  background-color: #FDE047FF;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  padding: 0.25rem;
  line-height: 32px;
  text-align: center;
}

@media (min-width: 768px) {
  #form-capture {
    min-height: 340px;
  }
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-input-holder {
  margin-bottom: 16px;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-input-holder label {
  margin-bottom: 5px;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-input-holder .intgrtn-input {
  padding: 8px 12px;
  border: 1px solid #9CA3AFFF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border-radius: 0.25rem;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-input-holder .intgrtn-input::placeholder {
  opacity: 0;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-input-holder .intgrtn-input:focus {
  box-shadow: 0px 0px 0px 4px #2563eb;
  -webkit-box-shadow: 0px 0px 0px 4px #2563eb;
  -moz-box-shadow: 0px 0px 0px 4px #2563eb;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  background-color: #ef4444;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: ui-sans-serif, sans-serif;
  border-radius: 0.25rem;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-1 .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  background-color: #b91c1c;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-first-name, #form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-last-name, #form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-email, #form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .has-btn-generate-password {
  display: none;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-phone {
  margin-bottom: 16px;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-phone label {
  margin-bottom: 5px;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-phone .intgrtn-input {
  padding: 8px 12px;
  border: 1px solid #9CA3AFFF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border-radius: 0.25rem;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-phone .intgrtn-input::placeholder {
  opacity: 0;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-phone .intgrtn-input:focus {
  box-shadow: 0px 0px 0px 4px #2563eb;
  -webkit-box-shadow: 0px 0px 0px 4px #2563eb;
  -moz-box-shadow: 0px 0px 0px 4px #2563eb;
}
@media all and (max-width: 768px) {
  #form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-input-holder-phone .intgrtn-input .intgrtn-areas-dropdown {
    width: 260px;
  }
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  background-color: #ef4444;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: ui-sans-serif, sans-serif;
  border-radius: 0.25rem;
}
#form-capture .form-optin-holder .intgrtn-sp-form-step-2 .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  background-color: #b91c1c;
}

.seen-on {
  opacity: 0;
}

.footer .container {
  text-align: center;
}
.footer .container .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-top: 20px;
}
@media all and (max-width: 768px) {
  .footer .container .footer-ul {
    display: block;
    padding: 0;
  }
}
.footer .container .footer-ul li {
  padding: 10px;
}

[data-intgrtn-offer-name], [data-intgrtn-offer-logo] {
  opacity: 0;
}

[data-intgrtn-offer-logo] {
  width: 250px !important;
}

/*# sourceMappingURL=intgrtn.css.map */
