.lp-img {
  max-width: 445px;
  height: auto; 
  position: absolute;
  top: 0;
  left: 15px;
}

@media screen and (max-width: 992px) {
  .lp-img-padding {
    padding-bottom: 200px;
  }

  .lp-img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .lp-img {
    max-width: 90%;   
  }
}

.legal-consent-container p {
  font-size: .694em !important;
  color: #a8a2b7;
}
}

.legal-consent-container .hs-dependent-field {
  padding-top: 0px;  
}

.input-container {
  background-color: #F8F8FA;
  padding: 14px 12px 14px 5px;
  position: relative;
  display: block;
  flex-wrap: wrap;
  min-height: 55px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
}

.input-container::after {
  content: '';
  border: solid #8656ef;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) translateY(0px) translateX(10px);
  position: absolute;
  right: 26px;
  top: 16px;
}

.hs_country {
  margin-bottom: 16px
}

.search-input {
  background: transparent;
  border: none;
  padding-left: 8px;
  position: absolute;
  top: 14px;
}

.search-input:focus {
  outline: none;
}

.search-input::placeholder {
  color: #4E4763;
}

.hero-form.build-on-usdc .hs-button {
  background: #29233B;
  width: 123px;
  margin-top: 16px;
}

.top-selected {
  font-size: 18px;
  padding: 2px 17.5px 2px 8px;
  margin: 2px;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.top-selected:last-child {
  margin-right: 0;
}

.item-select {
  padding: 8px;
}

.item-select:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.selected {
  background-color: #e6f7ff;
}

.selected:hover {
  background-color: #e6f7ff;
}

.dropdown {
  display: none;
  max-height: 0;
  transition: .2s all;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  font-size: 16px !important;
  width: 100%;
  z-index: 3;
  overflow-y: scroll;
  border: 1px solid #e5e5e5;
}

.dropdown-active {
  display: block;
  max-height: 200px;
  opacity: 1;
}

.hs_country .input {
  display: none;
}

.hs_country__demo_ {
  display: none; 
}

@media (min-width: 767px) {
  .m-new {
    font-size: 46.18px;
    font-weight: 900;
    letter-spacing: -0.77px;
    line-height: 44px; 
  }
}

@media (min-width: 992px) {
  .form-container {
    margin: 0px;
  }
}

{# email validation #}
.hs_email.generic .hs-input {
  border: 1px solid transparent;
}

.warning-msg {
  color: #3D3652 !important;
  margin-bottom: 0 !important;
  font-size: .694em !important;
  position: relative !important;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-style: initial;
  display: inline-block;
}


.hs-marketing_consent.hs_marketing_consent span,
.hs-privacy_consent.hs_privacy_consent span {
  color: black;
  font-size: .75em;
  line-height: .6em;
  font-weight: 400;
  word-break: break-word;
  letter-spacing: -.4px;
  line-height: 1rem;
}

.hs-marketing_consent.hs_marketing_consent span::before,
.hs-privacy_consent.hs_privacy_consent span::before {
  top: -2px;
}

.hs-marketing_consent.hs_marketing_consent span::after,
.hs-privacy_consent.hs_privacy_consent span::after {
  top: 5px;
}