.section_schedule-hero {
  position: relative;
}

.section_schedule-hero .schedule-hero_content.alt-titles h1 {
    font-weight: 350 !important;
    line-height: 100% !important;
    letter-spacing: -0.5px !important;
    color: #fff;
}
.section_schedule-hero .schedule-hero_content.alt-titles h3 {
    font-weight: 400 !important;
    line-height: 110% !important;
    letter-spacing: 2px; !important;
    color: #fff;
    opacity: 0.5;
}

@media all and (min-width:1024px) {
  .section_schedule-hero .schedule-hero_content.alt-titles h1 {
    font-size: 84px !important;
  }
  .section_schedule-hero .schedule-hero_content.alt-titles h3 {
    font-size: 48px !important;
  }
}



.hero-shape {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2000px;
  left: 0;
  margin: auto;
  opacity: .25;
  pointer-events: none;
  position: absolute;
  right: -690px;
  top: -820px;
  width: 2000px;
  z-index: -1;
}
.hero-shape.alt-background-position {
    opacity: 1;
    top: -1010px;
    right: -1480px;
    width: 2000px;
    background-size: contain;
}

.schedule-hero_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 120px;
}

.schedule-hero_content {
  flex: 1;
  padding-right: 60px;
}

.schedule-hero_form-wrapper {
  flex: 1;
}

.section_schedule-hero h1,
.section_schedule-hero h2 {
  line-height: 110.345%;
  letter-spacing: -0.906px;
  margin-bottom: 24px;
}


.schedule-hero_content:not(.alt-titles) h1 span,
.schedule-hero_content:not(.alt-titles) h2 span {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, rgb(141 118 255) 10%, rgb(209 156 255) 100%);
  display: inline-block;
}

.schedule-hero_description p, 
.schedule-hero_description ul,
.schedule-hero_description ol {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.schedule-hero_description p {
  color: #A0A0A0;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: -0.16px;
}

.schedule-hero_description p strong {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #fff;
}

/* Form */

.schedule-hero_form-wrapper {
  background: linear-gradient(295deg, rgba(22, 22, 22, 0.30) 40.69%, rgba(66, 66, 66, 0.60) 97.9%);
  border-radius: .625rem;
  padding: 0.8rem;
}

.schedule-hero_form-wrapper form {
  padding: 1.4rem;
  border-radius: .625rem;
  background: #F8FAFC !important;
}

.schedule-hero_form-wrapper .form-title {
  display: none;
}

.schedule-hero_form-wrapper .inputs-list li:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.schedule-hero_form-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  color: #ef6b51;
}

.schedule-hero_form-wrapper .input input,
.schedule-hero_form-wrapper .input textarea {
  border: 0;
  border-bottom: 1px solid #CAD5E2;
  border-radius: 0;
  background: transparent;
  outline: none;
  color: #33475b;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 22px;
  color: #000;
}

.schedule-hero_form-wrapper .input textarea {
  width: 100% !important;
}

.schedule-hero_form-wrapper .input select {
  border: 0;
  border-bottom: 1px solid #CAD5E2;
  border-radius: 0;
  background: transparent;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 100% !important;
}

.schedule-hero_form-wrapper .input select option {
  color: #000;
}

.schedule-hero_form-wrapper .input select option:disabled,
.schedule-hero_form-wrapper .input select.is-placeholder {
  color: #BFBFBF;
}

/* .schedule-hero_form-wrapper .input select option[disabled] {
  display: none;
} */

.schedule-hero_form-wrapper .input select::placeholder,
.schedule-hero_form-wrapper .input textarea::placeholder,
.schedule-hero_form-wrapper .input input::placeholder {
  color: #BFBFBF;
}

.schedule-hero_form-wrapper .input select::-webkit-input-placeholder,
.schedule-hero_form-wrapper .input textarea::-webkit-input-placeholder,
.schedule-hero_form-wrapper .input input::-webkit-input-placeholder {
  color: #BFBFBF;
}

.schedule-hero_form-wrapper .input select::-moz-placeholder,
.schedule-hero_form-wrapper .input textarea::-moz-placeholder,
.schedule-hero_form-wrapper .input input::-moz-placeholder {
  color: #BFBFBF;
}

.schedule-hero_form-wrapper .input select:-ms-input-placeholder,
.schedule-hero_form-wrapper .input textarea:-ms-input-placeholder,
.schedule-hero_form-wrapper .input input:-ms-input-placeholder {
  color: #BFBFBF;
}

.schedule-hero_form-wrapper .input textarea {
  min-height: 76px;
  overflow: hidden;
}

.schedule-hero_form-wrapper form .hs-button {
  border: none;
  border-radius: 6px;
  color: #fff;
  background-color: #8d78ff;
  border-radius: 100px;
  padding: 15px 24px;
  font-size: 16px;
  text-transform: none;
  margin-top: 1.2rem;
}

.schedule-hero_form-wrapper form .hs-button:hover {
  border: none;
  border-radius: 6px;
  color: #fff;
  background-color: #725fd5;
  border-radius: 100px;
  padding: 15px 24px;
  font-size: 16px;
  text-transform: none;
}

.schedule-hero_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.schedule-hero_list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.schedule-hero_list-icon {
  width: 30px;
  min-width: 30px;
  display: flex;
}

.schedule-hero_list-label {
  color: #A0A0A0;
  letter-spacing: .18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.schedule-hero_list-label strong {
  color: #FFF;
  font-weight: 700;
}

.schedule-hero_list-item * {
  margin-bottom: 0;
}

/* Make sure graphic doesn't overflow */

main:has(.section_schedule-hero) {
  overflow: hidden;
}

.submitted-message {
  background: #F8FAFC;
  border-radius: 16px;
  color: #000;
  padding: 20px;
  text-align: center;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-demo-form form p {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}

.hs-demo-form .legal-consent-container .hs-form-booleancheckbox-display > span,
.hs-demo-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: initial !important;
}

.hs-demo-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  padding-top: 6px;
}

.hs-demo-form .hs-richtext {
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  line-height: 18px;
  margin-bottom: 10px !important;
  color: #808080;
}

.hs-demo-form form .hs-richtext p {
  margin-bottom: 0px !important;
}

@media all and (max-width:1280px) {
  .section_schedule-hero .container {
    padding: 0;
  }
}

@media all and (max-width:1024px) {
  .schedule-hero_form-wrapper .input textarea {
    min-height: 110px;
  }
}


@media all and (max-width:768px) {
  .schedule-hero_wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .schedule-hero_content {
    width: 100%;
    padding: 0;
  }

  .schedule-hero_form-wrapper {
    width: 100%;
  }
}

/*New Hero Image Styles*/
.schedule-hero_img {
  max-width: 100%;
}