:root{
   scrollbar-color: #161616 #E1E1E1 !important; 
    scrollbar-width: auto;
}
.hs-button {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 21.6px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff5a12;
  border-color: #ff5a12;
  color: #fff;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  font-stretch: 100%;
  padding: 10px 40px;
  text-transform: uppercase;
  width: -webkit-fill-available;
}
.hs-button:hover,
.hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73;
}
.hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}
label {
  font-size: 14px;
  width: 130px;
  color: black;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 2px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hs-video-form label {
  color: #fff !important;
}
.hs-video-form .hs-back-button {
  background-color: #fff;
  width: 20%;
  height: 38px;
  margin-right: 10px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-video-form .hs-button {
  width: 70%;
}
.hs-video-form .hs-button span {
  font-size: 15px;
  font-weight: 500;
}
.hs-video-form .hs-richtext {
  color: #fff !important;
}
.hs-video-form .legal-consent-container {
  max-height: 180px !important;
  overflow-y: scroll !important;
}
.hs-video-form .legal-consent-container:after {
  content: '';
  display: block;
  height: 100px;
  width: 100%;
}
.hs-video-form .legal-consent-wrapper {
  position: relative;
}
.hs-video-form .legal-consent-overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #292929 100%
  );
}
.hs-error-msgs label {
  color: #f2545b;
}
.hs-input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: black;
  border: 1px solid #676e76;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-input:not([type='file']) {
  background-color: white;
}
.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type='file'] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
select.is-placeholder {
  color: black;
  font-weight: 500;
}
select.is-placeholder:focus {
  color: black;
  font-weight: 500;
}
.hs-input:-moz-placeholder {
  color: black;
  font-weight: 500;
}
.hs-input::-webkit-input-placeholder {
  color: black;
  font-weight: 500;
}
.hs-input option:disabled {
  color: #bfbfbf;
  font-weight: 500;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(255, 90, 18, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: end;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: 700;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
ul.no-list {
  list-style: none;
}
.field {
  margin-bottom: 8px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hs-form-required {
  color: red;
}
.hs-richtext {
  margin-bottom: 3px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: black;
  font-weight: 500;
}
.hs-richtext hr {
  margin-left: 0;
  width: 91%;
}
.hs-custom-style
  .hs-dependent-field
  > div
  input.hs-input:not([type='checkbox']):not([type='radio']) {
  width: 90%;
}
form.hs-form-rtl .field {
  flex: 0 1 100%;
}
form.hs-form-rtl .hs-input[type='checkbox'],
form.hs-form-rtl .hs-input[type='radio'] {
  margin: 3px 5px 3px 5px;
}
form.hs-form-rtl fieldset {
  display: flex;
}
form.hs-form-rtl fieldset[class^='form-columns-'] .input {
  margin-right: 0px;
}
form.hs-form-rtl ul {
  padding: 0px;
}
form.hs-form-rtl
  .legal-consent-container
  .hs-form-booleancheckbox-display
  input {
  width: auto;
  float: right;
}
form.hs-form-rtl
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span {
  margin-left: 0px;
}
form.hs-form-rtl .hs-dependent-field {
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
}
.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type='checkbox'],
  .email-correction form .form-columns-2 .hs-form-field input[type='radio'],
  .email-correction form .form-columns-3 .hs-form-field input[type='checkbox'],
  .email-correction form .form-columns-3 .hs-form-field input[type='radio'],
  .email-validation form .form-columns-2 .hs-form-field input[type='checkbox'],
  .email-validation form .form-columns-2 .hs-form-field input[type='radio'],
  .email-validation form .form-columns-3 .hs-form-field input[type='checkbox'],
  .email-validation form .form-columns-3 .hs-form-field input[type='radio'] {
    width: 24px;
  }
}
.hs-button,
.hs-form-field input[type='text'],
.hs-form-field input[type='email'],
.hs-form-field input[type='phone'],
.hs-form-field input[type='number'],
.hs-form-field input[type='tel'],
.hs-form-field input[type='date'],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: normal;
}
.hs-form-field input[type='text'],
.hs-form-field input[type='email'],
.hs-form-field input[type='phone'],
.hs-form-field input[type='number'],
.hs-form-field input[type='tel'],
.hs-form-field input[type='date'],
.hs-form-field select,
.hs-form-field textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  padding: 2px 15px;
  margin-top: 6px;
}
.hs-button {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}

.fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1;
}
.fn-date-picker.pika-single.is-hidden {
  display: none;
}
.fn-date-picker.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.fn-date-picker.pika-single:after,
.fn-date-picker.pika-single:before {
  content: ' ';
  display: table;
}
.fn-date-picker.pika-single:after {
  clear: both;
}
.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}
.fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.fn-date-picker .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.fn-date-picker .pika-next:hover,
.fn-date-picker .pika-prev:hover {
  opacity: 1;
}
.fn-date-picker .pika-next.is-disabled,
.fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.fn-date-picker .is-rtl .pika-next,
.fn-date-picker .pika-prev {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.fn-date-picker .is-rtl .pika-prev,
.fn-date-picker .pika-next {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.fn-date-picker .pika-select {
  display: inline-block;
  *display: inline;
}
.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  width: 14.285714285714286%;
  padding: 0;
}
.fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
.fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700;
}
.fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.fn-date-picker .pika-week {
  font-size: 11px;
  color: #999;
}

.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}
.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: ' ';
  display: table;
}
.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}
.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

.hs-fieldtype-textarea.hs-input {
  resize: vertical;
  height: 100px;
  padding-top: 5px;
}

.hs-custom-style .hs-input,
.hs-custom-style fieldset {
  max-width: 100%;
}
.hs-custom-style > div.form-columns-3 .hs-form-field,
.hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}
.hs-custom-style
  > div
  > div:last-of-type
  .hs-input:not([type='checkbox']):not([type='radio']),
.hs-custom-style
  fieldset
  > div:last-of-type
  .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
  max-width: 100%;
}
.hs-custom-style
  > div
  input:not([type='image']):not([type='submit']):not([type='button']):not(
    [type='radio']
  ):not([type='checkbox']):not([type='file']),
.hs-custom-style
  fieldset
  input:not([type='image']):not([type='submit']):not([type='button']):not(
    [type='radio']
  ):not([type='checkbox']):not([type='file']) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
.hs-custom-style > div textarea,
.hs-custom-style fieldset textarea {
  padding: 2px 15px;
}
.hs-custom-style
  .hs-dependent-field
  > div
  .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-custom-style .hs-input:not([type='checkbox']):not([type='radio']),
  .hs-custom-style fieldset {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}
div.newsletter-container
li.hs-form-booleancheckbox
span:nth-of-type(1) {
color: white;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}
.legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}
.legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}
.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}
#hs-outer-captcha-target,
#hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}
.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}
.hubspot-link__container.sproket {
  color: #9fa0a2;
}
.hubspot-link {
  color: #9fa0a2;
}
.hubspot-link,
.hubspot-link:hover {
  text-decoration: none;
}
.hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}
.hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}
.hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  /* .squares_content .content {
    padding-right: 0px !important;
  } */
  /* .hs-button {
    margin-right: 3rem !important;
  } */
}
@media only screen and (max-width: 767px) {
  /* .hs-input {
    width: 90%;
  } */
  .hs-button {
    width: -webkit-fill-available;
  }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
	select.hs-input {
appearance: none;
background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='15' height='15' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
background-position: right 5px top 50%;
};
}

@media only screen and (min-width: 1024px) {
  div > * {
  ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 4px;
    /*background-color: #E1E1E1;*/
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 5%, rgba(225,225,225,1) 5%, rgba(225,225,225,1) 94%, rgba(255,255,255,0) 94%);
  }
  ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      /*background-color: #FF5A12;*/
    background: linear-gradient(0deg, rgba(255,255,255,0) 5%, rgba(255,90,18,1) 5%, rgba(255,90,18,1) 90%, rgba(255,255,255,0) 90%);
  }
  }
  }
  
  div.newsletter-container > div.hbspt-form > form.hs-form-private > div.legal-consent-container > div > div > div > div > ul > li > label > span > p {
    color: white;
  }
  
  .newsletter-container form.hs-form-private {
    position: relative;
  }
    /* common styles for form */ 
    
    .hs-form.stacked:last-child .hs_email:last-child {
      align-items: center;
      position: relative;
    }
    
    .hs-form.stacked:last-child #email-324b428d-d977-48d2-abfa-dfa8c0cb788e,
    .hs-form.stacked:last-child #email-413d2b0b-b906-40b9-b220-6584f492f883,
    .hs-form.stacked:last-child #email-d0567eda-d694-48a7-839e-31a2ef63255c{
      flex: 1;
    }
    
    .hs-form.stacked:last-child #email-324b428d-d977-48d2-abfa-dfa8c0cb788e .hs-input:last-child,
    .hs-form.stacked:last-child #hsForm_413d2b0b-b906-40b9-b220-6584f492f883 .hs-input:last-child,
    .hs-form.stacked:last-child #hsForm_d0567eda-d694-48a7-839e-31a2ef63255c .hs-input:last-child{
      box-sizing: border-box;
    }
    
  #hsForm_324b428d-d977-48d2-abfa-dfa8c0cb788e > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul > li > label,
  #hsForm_413d2b0b-b906-40b9-b220-6584f492f883 > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul > li > label,
  #hsForm_d0567eda-d694-48a7-839e-31a2ef63255c > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul > li > label {
    margin-top: 10px;
  }
    /* styles for submit btn */
    div.newsletter-container > div.hbspt-form > form.hs-form-private > div.hs_submit.hs-submit > div.actions > input {
      position: absolute;
      right: 1px;
      top: 6px;
      display: flex;
      align-items: center;
      height:  2.5rem;
      width: auto;
    }
    
    .hs-form.stacked:last-child .hs_submit:last-child .hs-button:last-child {
      box-shadow: none;
      overflow-x: hidden;
      background-color:#F4F4F5 ! important;
    }
  #hsForm_94e5b074-6eb1-420a-a6f2-baa34a0f2321 > div.hs_submit.hs-submit > div.actions,
  #hsForm_37d2caea-ac71-464c-92dd-baef6c1989e4 > div.hs_submit.hs-submit > div.actions,
  #hsForm_d0567eda-d694-48a7-839e-31a2ef63255c > div.hs_submit.hs-submit > div.actions {
    max-width: 560px;
  }
  
    @media only screen and (max-width: 430px) {
      div.newsletter-container > div.hbspt-form > form.hs-form-private > div.hs_submit.hs-submit > div.actions > input
    {
      width: 38%;
      font-size: 14px;
      padding: 5px;
      left: 11rem;
      max-width: 70vw;
      overflow-x: visible;
    }

      #email-324b428d-d977-48d2-abfa-dfa8c0cb788e,
      #email-413d2b0b-b906-40b9-b220-6584f492f883,
      #email-d0567eda-d694-48a7-839e-31a2ef63255c,
      #hsForm_413d2b0b-b906-40b9-b220-6584f492f883 > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > div,
      #hsForm_d0567eda-d694-48a7-839e-31a2ef63255c > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > div
       {
        max-width: 306px;
      }
      .newsletter-container form.hs-form-private {
      max-width: 70vw;
      overflow-x: visible;
      }
  }

  @media (min-width: 431px) and (max-width: 761px) {
    #hsForm_413d2b0b-b906-40b9-b220-6584f492f883 > div.hs_submit.hs-submit > div.actions > input,
    #hsForm_324b428d-d977-48d2-abfa-dfa8c0cb788e > div.hs_submit.hs-submit > div.actions > input,
    #hsForm_d0567eda-d694-48a7-839e-31a2ef63255c > div.hs_submit.hs-submit > div.actions > input {
    right: 0rem;
    }
  }
  .ts_form {
    max-width: max-content;
    display: flex;
    justify-content: center;
    position: relative;
}
.ts_form label:not(.hs-form-booleancheckbox-display) {
    display: none;
}
.ts_form input[type="submit"] {
    position: absolute;
    top: 14px;
    right: 0;
    max-width: min-content;
    max-height: 2.5rem;
    font-size: 1rem;
    padding-left: 10%;
    padding-right: 10%;
}
.ts_form input[name="email"] {
    text-align: left !important;
}
.ts_form label[class="hs-form-booleancheckbox-display"] p {
    color: white;
}
input[name="LEGAL_CONSENT.subscription_type_128708116"] {
    width: auto !important;
}

/*NEW UX FORM*/

.new-css {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #161616 #e1e1ea;
}
.hs-title {
  display: inline !important;
}
div.form, section.squares_content div.container div.content {
  background-color: #F4F4F5 !important;
  padding-top: 0 !important;
  height: 100%;
  align-content: center;
}
.actions {
  padding-top: 8px;
}
div.input {
  margin-bottom: -5px !important;
}
div.hs-richtext.hs-main-font-element {
  font-size: 14px;
}
.form-columns-0 .hs-richtext.hs-main-font-element {
  margin-top: 2rem;
}
section.picture_text .container .content {
  padding: 0 auto;
}
.input {
  margin-right: 0 !important;
}
input::placeholder, textarea::placeholder {
font-weight: bold;
opacity: 0.5;
}
select:invalid {
  color: gray; 
}

input.error.invalid {
border-radius: 8px;
border: 1px solid #EB0E00 !important;
background: var(--WHITE, #FFF);
}
input::placeholder {
  font-size: 16px;
  transition: font-size 0.3s ease-in-out;  
}
input:focus::placeholder,
input:not(:placeholder-shown)::placeholder {
  font-size: 10px;
  position: absolute;
  top: 1px;
}
fieldset *:focus {
  border: 1px solid var(--GreyScale-900-Black, #161616) !important;
}
.hs-input {
  border-radius: 8px;
  border: 1px solid var(--GreyScale-500-Grey, #D1D1D6);
  background: var(--GreyScale-000-White, #FFF);
}
.hs-form-field input[type='text'], .hs-form-field input[type='email'], .hs-form-field input[type='phone'], .hs-form-field input[type='number'], .hs-form-field input[type='tel'], .hs-form-field input[type='date'], .hs-form-field select, .hs-form-field textarea {
  border-radius: 10px;
  border: 1px solid var(--GreyScale-500-Grey, #D1D1D6);
  background: var(--GreyScale-000-White, #FFF);
  background-clip: padding-box;
  padding: 2px 15px;
  margin: 1px;
  height: 40px;
}

@media only screen and (min-width: 1440px) {
fieldset {
margin: auto !important;
}
div.actions {
margin: auto;
max-width: 600px;
}
}
@media only screen and (min-width: 1024px) {
 .map .form .hs_submit.hs-submit {
  max-width: 500px;
  margin: auto;
  }
}
@media only screen and (max-width: 768px) {
 form {
  overflow-x: hidden;
  }
  div.hs-richtext.hs-main-font-element {
    margin-top: 2rem;
  }
}
div.newsletter-container > div.hbspt-form > form.hs-form-private > div.hs_submit.hs-submit > div.actions > input {
  right: -3px !important;
  top: 1px !important;
}
@media only screen and (min-width: 1440px) {
  fieldset.form-columns-0
  div.hs-richtext.hs-main-font-element {
    margin-top: 1rem;
  }
}

section.map.coworking div.results {
  max-height: 877px;
}