@media only screen and (max-width: 600px) {
  .hs-form-private {
      width: 85% !important;
  }
  
  .hs_prowood_activities .inputs-list {
      display: grid !important;
  }
}

@media only screen and (min-width: 601px) {
  .hs-form-private {
      width: 85% !important;
  }
}

@media only screen and (min-width: 1400px) {
  .hs-form-private {
      width: 50% !important;
  }
}

/*@media only screen and (max-width: 1800px) {
  fieldset.form-columns-3 .input {
    margin-right: 15px;
  }
}*/

.form-title {
  text-align: center;
  color: #2D3436;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
}

form label {
  font-family: "Arimo", sans-serif !important;
  font-weight: 400 !important;
  font-size:16px !important;
}

/* Container for the checkboxes */
.hs_prowood_activities .inputs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px; /* Adjust gap as needed */
}

/* Left column */
.hs_prowood_activities .inputs-list li:nth-child(-n+12) {
  flex: 1 1 calc(50% - 10px); /* Adjust 50% and 10px if needed */
  box-sizing: border-box;
}

/* Right column */
.hs_prowood_activities .inputs-list li:nth-child(n+13) {
  flex: 1 1 calc(50% - 10px); /* Adjust 50% and 10px if needed */
  box-sizing: border-box;
}

h1 {
  margin: 0;
  text-align: center;
  color: #2D3436;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 40px;
}

form input[type='submit'],
form .hs-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
  background-color:#00A645;
  border:solid 0px transparent;
  font-size:16px;
  color:#FFFFFF;
  font-weight:normal;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:20px;
  padding-left:20px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  line-height: 24px !important;
  font-family: "Arimo", sans-serif !important;
  font-weight: 700 !important;
}

.hs-submit .actions {
  text-align: center !important;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  background-color:#FFFFFF !important;
  border:solid 1px #FFFFFF !important;
  font-size:16px !important;
  color:#2D3436 !important;
  -moz-border-radius:8px;
  -webkit-border-radius:8px !important;
  border-radius:8px !important;
  padding-left:14px !important;
  padding-right:14px !important;
  margin:5px 0px;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400 !important;
  box-sizing: unset !important;
}

form input[type='checkbox'] {
  width: 18px !important;
  height: 18px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 1px solid #bdbdbd !important; /* Added green border */
  -webkit-appearance: none !important; /* Remove default checkbox styling in Safari */
  -moz-appearance: none !important; /* Remove default checkbox styling in Firefox */
  appearance: none !important; /* Remove default checkbox styling */
  
  margin-bottom: 0px !important;
}

form input[type="checkbox"]:checked {
  accent-color: #00A645 !important;
  border-radius: 0 !important;
  appearance: revert !important;
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
}

.hs-input:focus {
    border-color: #00A645 !important;
    border-radius: 0 !important;
}

form input[type="checkbox"]::before {
  transition: 120ms transform ease-in-out;
  border-radius: 0 !important;
}

::placeholder {
  font-size:16px !important;
  color:#2D3436 !important;
}

select.is-placeholder {
  color: #33475b !important;
}

.hbspt-form {
  background-color: #eeeeed;
  padding-bottom: 80px;
  padding-top: 80px;
}

.widget-type-form {
   background-color: #DEDCD7;
   padding-bottom: 80px;
   padding-top: 80px;
}

.hs-form-private {
    width: 50%; /* Adjust the width as needed */
    margin: 0 auto;
    display: block;
}

.form-columns-1 .hs-input {
  max-width: 100% !important;
}

fieldset {
  max-width: 100% !important;
}

.hs-button{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;cursor:pointer;display:inline-block;font-weight:700;line-height:12px;position:relative;text-align:center;transition:all .15s linear;background-color:#ff7a59;border-color:#ff7a59;color:#fff;border-radius:3px;border-style:solid;border-width:1px;font-size:14px;padding:12px 24px}.hs-button:hover,.hs-button:focus{background-color:#00A645;border-color:transparent}.hs-button:active{background-color:#00A645;border-color:transparent}label{font-size:14px;width:130px;color:#33475b;display:block;float:none;width:auto;font-weight:500;line-height:20px;padding-top:0;margin-bottom:4px;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}.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:90%;height:40px;padding:0px 10px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:normal;line-height:22px;color:#33475b;border:1px solid #cbd6e2;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}.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:#bfbfbf}select.is-placeholder:focus{color:#33475b}.hs-input:-moz-placeholder{color:#bfbfbf}.hs-input::-webkit-input-placeholder{color:#bfbfbf}.hs-input option:disabled{color:#bfbfbf}.hs-input input,.hs-input textarea{transition:border .2s linear}.hs-input:focus{outline:none;border-color:rgba(82,168,236,.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}.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:normal}.inputs-list:first-child{padding-top:6px}.inputs-list>li+li{padding-top:2px}ul.no-list{list-style:none}.field{margin-bottom:0px}.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:#33475b}.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-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40.hs-form {
    width: 100%
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-submit > .actions {
    text-align: left;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-button,
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-button:hover,
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-button:hover:not(.inactive),
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-button:focus,
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-button:active,
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-button:active:not(.inactive):not(.link) {
    background: #00A645;
    border-color: #00A645;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 legend.hs-field-desc {
    font-family: arial, helvetica, sans-serif;
    color: #516383DE;
    font-size: 11px;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-form-field label:not(.hs-error-msg) {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-form-field label:not(.hs-error-msg) {
    color: #212D3A;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .legal-consent-container .hs-richtext,
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .legal-consent-container label:not(.hs-error-msg) {
    font-family: arial, helvetica, sans-serif;
    color: #33475B;
    font-size: 14px;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 .hs-main-font-element, .submitted-message.hs-main-font-element{
    font-family: arial, helvetica, sans-serif;
  }

  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40.submitted-message {
    font-size: 16px;
    color: #33475B;
  }

  
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 a:link, .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 a:active {
    color: #0000EE
  }

  
  .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 a:visited, .hs-form-8c797b12-e965-4e66-ae75-08e50997f30f_c6d01fcd-e330-4db0-881d-4cc1cfa78f40 a:hover {
    color: #551A8B
  }
.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,.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:20…