body.page-template-request-demo main[role="main"] {
  overflow: visible;
}

#request-demo-form-wrapper #alert-image {
    position: absolute;
    top: -68px;
    right: -49px;
    width: 138px;
}
#request-demo-form-wrapper {
    position: relative;
}

.page-template-request-demo .container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1190px;
}

/* REQUEST DEMO */

.request-demo-main {
    padding: 96px 0 0 0;
}

.request-demo-main__title {
  font-size: 52px;
  line-height: 120%;
}

.request-demo-main__subtitle {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.request-demo-main__image {
  margin-top: 80px;
}

.request-demo-row {
  justify-content: space-between;
}
.request-demo-col {
  padding: 0 15px;
  width: 100%;
}
.request-demo-col--content {
  flex: 0 0 43%;
  max-width: 43%;
  padding-bottom: 80px;
}
.request-demo-col--form {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
  padding-bottom: 145px;
}

.request-demo-separator {
    width: 100%;
    height: 1px;
    margin: 70px 0;
    background-color: #E0E0E0;
}

.request-demo-outer {
    box-shadow: 0px 4px 20px rgb(66 94 165 / 12%) !important;
    border-radius: 15px;
    z-index: 10;
    background: #fff;
}

.single-post-request-demo {
  margin-top: 40px;
  position: relative;
  bottom: auto;
}

#request-demo-form {}

.hs-form-c0cfe124-416a-4836-b4a7-3832eab56fbb_75d34311-dffc-4c12-b183-70273982b58d fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}

.hs-form-c0cfe124-416a-4836-b4a7-3832eab56fbb_d3a93d13-c4fe-44e2-a764-d6f4cd530b9b fieldset.form-columns-2 .input {
    margin-right: 0px;
}

#request-demo-form-wrapper .form-columns-2 .hs-form-field:last-child div.input {
    margin: 0!important;
}

#request-demo-form-wrapper .form-columns-2,
#request-demo-form-wrapper .form-columns-1 {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none;
    align-items: flex-start;
}
#request-demo-form-wrapper .hs-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
#request-demo-form-wrapper .form-columns-2 {
  display: flex;
  justify-content: space-between;
}

/* #request-demo-form-wrapper .form-columns-2:nth-of-type(1) {
  order: -3;
  background: red;
}
#request-demo-form-wrapper .form-columns-2:nth-of-type(2) {
  order: -5;
} */
#request-demo-form-wrapper .form-columns-2:nth-of-type(2) {
  flex-wrap: wrap;
}

#request-demo-form-wrapper fieldset.form-columns-2 .hs-form-field {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 12px) !important;
}

#request-demo-form-wrapper .form-columns-2:nth-of-type(2) .hs-form-field {
  width: 100% !important;
} 

.hbspt-form fieldset .input {
  width: 100%;
}

.single-post-request-demo #request-demo-form-wrapper .form-columns-2:nth-of-type(2) .hs-form-field {
  width: calc(50% - 12px) !important;
} 

.hbspt-form fieldset.form-columns-2 .input {
    margin-right: 0px !important;
}

#request-demo-form-wrapper .hbspt-form input, #request-demo-form-wrapper .hbspt-form textarea {
  font-family: Inter;
  border: 1px solid #F8F9FC;
  background: #F8F9FC;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  height: 40px;
  color: #0B1627;
}

#request-demo-form-wrapper .hbspt-form textarea {
    height: 200px;
    padding: 20px;
}

#request-demo-form-wrapper .hbspt-form label {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #0B1627;
  display: block;
  margin-bottom: 13px;
  width: 100%;
}

#request-demo-form-wrapper .hs-form-required {
  color: #FF8F24;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}

#request-demo-form-wrapper .hbspt-form select {
    /* font-family: 'Open sans'; */
    font-display: swap;
}
#request-demo-form-wrapper .hbspt-form .legal-consent-container a {
    color: #2671FF;
}

#request-demo-form-wrapper .hs-form-field {
    margin-bottom: 40px;
    position: relative;
}

#request-demo-form-wrapper .hbspt-form input:focus {
    border: 1px solid #2671FF !important;
    /* outline: 1px solid #2671FF; */
}

#request-demo-form-wrapper .hbspt-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #98A6B2 !important;
}

#request-demo-form-wrapper .hbspt-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #98A6B2 !important;
}

#request-demo-form-wrapper .hbspt-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #98A6B2 !important;
}

#request-demo-form-wrapper .hbspt-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #98A6B2 !important;
}

#request-demo-form-wrapper .hbspt-form select {
    background-color: #FFFFFF;
    background-image: url(./img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 96% 23px;
    background-size: 13px auto;
    border: 1px solid rgba(153, 162, 196, 0.46);
    box-sizing: border-box;
    /* box-shadow: 2px 4px 14px rgba(66, 94, 165, 0.12); */
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    height: 56px;
    color: #2671FF;
}

#request-demo-form-wrapper .hbspt-form select:focus {
    border-color: #2671FF;
    background-image: url(./img/arrow-up.png);
    box-shadow: 6px 10px 26px rgba(78, 119, 224, 0.15);
}

#request-demo-form-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#request-demo-form-wrapper .legal-consent-container em {
  color: #0B1627;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

#request-demo-form-wrapper .hs-form .actions {
  margin-bottom: 10px;
}

#request-demo-form-wrapper .hs-form .legal-consent-container {
  margin-bottom: 39px;
  line-height: normal;
}

#request-demo-form-wrapper .hs_submit {
  width: 100%;
}

#request-demo-form-wrapper .hs-form input[type="submit"] {
  background: #2671FF;
  border-radius: 10px;
  width: 194px;
  font-size: 18px;
  box-shadow: none;
  height: 56px;
  line-height: 56px;
  transition: .2s ease-in-out;
}

#request-demo-form-wrapper .hs-form input[type="submit"]:hover {
  box-shadow: 8px 11px 30px rgb(38 113 255 / 31%)
}

#request-demo-form-wrapper #alert-image {
    position: absolute;
    top: -68px;
    right: -49px;
    width: 138px;
}

#request-demo-form .legal-consent-container a {
    color: #007bff;
}

#request-demo-form .legal-consent-container p {
    margin-top: 0;
    margin-bottom: 1rem;
}


/* #request-demo-form-wrapper .hbspt-form select {
  border-radius: 5px 5px 0 0;
} */

#request-demo-form-wrapper h3 {
    color: #2671FF;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px !important;
    text-align: left;
}

.single-post-request-demo #request-demo-form-wrapper h3 br {
  display: none;
}

#request-demo-form-wrapper .hs-form .hs-error-msgs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#request-demo-form-wrapper .hs-form .hs-error-msgs li {
  padding: 0;
  margin: 0;
}

#request-demo-form-wrapper .hs-form .hs-error-msgs label {
  color: red;
  opacity: 1;
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 5px 0 0;
  width: 100%;
}

#request-demo-form-wrapper .hs-form .hs_error_rollup {
  display: none;
}

@media (max-width: 992px) {
    #single-post-form #request-demo-form-wrapper {
        padding: 60px 0 0 0;
    }
    .request-demo-col--content,
    .request-demo-col--form {
      max-width: none;
      flex: 0 0 100%;
    }
    .request-demo-col--content {
      padding-bottom: 20px;
    }
    .request-demo-col--form {
      padding-bottom: 50px;
    }
    .request-demo-outer {
      position: relative;
      bottom: auto;
    }
    .request-demo-main__title {
      font-size: 40px;
      line-height: 48px;
    }
}
/* End REQUEST DEMO */


@media (max-width: 768px) {
    .page-template-request-demo .container {
      padding-left: 10px;
      padding-right: 10px;
    }
    .request-demo-main {
        padding: 82px 24px 80px 24px;
    }
    .request-demo-outer {
        margin-top: 25px;
    }
    #request-demo-form-wrapper #alert-image {
        top: -60px;
        right: -31px;
        width: 87px;
    }
    .request-demo-outer {
        box-shadow: none!important;
    }
    #contact-form .hbspt-form .actions, #request-demo-form-wrapper .hbspt-form .actions {
        text-align: center;
    }
    #request-demo-form-wrapper .form-columns-2 {
      flex-wrap: wrap;
    }
    #request-demo-form-wrapper fieldset.form-columns-2 .hs-form-field,
    .single-post-request-demo #request-demo-form-wrapper .form-columns-2:nth-of-type(2) .hs-form-field {
      width: 100% !important;
    }
    #request-demo-form-wrapper fieldset.form-columns-2 .hs-form-field {
      margin-bottom: 30px;
    }
    #request-demo-form-wrapper .hbspt-form label,
    #request-demo-form-wrapper .form-columns-2 .hs-form-field .input {
      width: 100%;
    }
    .request-demo-main__title,
    #request-demo-form-wrapper h3 {
      font-size: 36px;
      line-height: 120%;
    }
    .request-demo-main__title br,
    #request-demo-form-wrapper h3 br {
      display: none;
    }
    .request-demo-col--content {
        /* text-align: center; */
    }
    .request-demo-col #request-demo-form-wrapper {}
    .request-demo-main__subtitle {
        display: none;
    }
}

.page-template-request-demo .link {
    text-align: center;
    margin-top: 20px;
}

.page-template-request-demo .arrow-link {
    background-image: url(../../img/arrow-left-request-demo.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding: 0 20px 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0A2144;
}

.page-template-request-demo .image-wrapper img {
    margin-left: auto;
    margin-right: auto;
}

.page-template-gated-content #request-demo-form-wrapper .form-columns-2:nth-of-type(2) {
    flex-wrap: nowrap;
}

.page-template-gated-content #request-demo-form-wrapper .legal-consent-container p {
    text-align: center;
}

.page-template-gated-content #request-demo-form-wrapper .form-columns-2:nth-of-type(2) .hs-form-field {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 12px) !important;
}

.page-template-gated-content #request-demo-form-wrapper .hs-form .actions {
    text-align: center;
}