.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder {
  margin-bottom: 20px;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder .intgrtn-input {
  color: #0f1216;
  background-color: #fff;
  padding: 18px 16px;
  border-radius: 2px;
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.25);
  border: 1px solid #818a91;
  font-family: Roboto, Sans-serif, serif;
  font-weight: 400;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder .intgrtn-input.intgrtn-valid {
  background: url(../images/check.png) #ffffff no-repeat 99% 50%;
  background-size: 22px;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder .intgrtn-input::placeholder {
  color: #7575B1FF;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder .intgrtn-input-message-error {
  color: #FF0000FF;
  position: relative;
  font-weight: 700;
  bottom: -5px;
  font-size: 10px;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder.has-btn-generate-password {
  display: none;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder {
  margin-top: 16px;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  width: auto;
  padding: 25px 66px 25px 66px;
  font-family: "Jost", Sans-serif, serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 40px;
  font-size: 15px;
}
@media all and (max-width: 414px) {
  .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-submit {
    width: 100%;
    padding: 15px;
    white-space: normal;
    word-break: break-word;
  }
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:hover, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:hover, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:hover, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  background-color: #35c0ed;
  color: #fff;
  border-color: #35c0ed;
}

.footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
}
.footer .container-custom {
  text-align: center;
  max-width: 1350px;
  margin: 0 auto;
  padding: 10px;
}
.footer .container-custom .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-top: 20px;
}
@media all and (max-width: 768px) {
  .footer .container-custom .footer-ul {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.footer .container-custom .footer-ul li {
  padding: 10px;
}

/*# sourceMappingURL=intgrtn.css.map */
