.hbspt-form {
  padding: 0 0 40px 0;
}

.hbspt-form form {
  max-width: 640px;
  margin: auto;
}

.hs-form-required {
  color: transparent;
  color: #C80404;
  font-size: 14px;
}

.hs-form-required::before {

}

.hs-form-field {
  margin-bottom: 25px;
  text-align: left;
}

.hs-form-field label {
  position: relative;
  font-size: 16px;
}

.hs-form-field .input {
  margin: 0;
}

.hs-form-field .input input {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  margin-top: 5px;
  padding: 19px 29px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.hs-form-radio {
  margin: 13px 0;
}

.hs-form-radio label {
  font-size: 16px;
}

.hs-form-radio-display input {
  display: none;
}

.hs-form-radio-display input + span::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  border-radius: 17px;
  transition: 0.1s;
  content: "";
}

.hs-form-radio-display input[type="radio"]:checked + span::before {
  background-color: #5482f7;
  border-color: #5482f7;
  box-shadow: inset 0 0 0 8px #fff;
}

.hs-fieldtype-select select,
.hs-fieldtype-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  height: 60px;
  padding: 0 29px;
  font-size: 15px;
  line-height: 57px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.hs-fieldtype-textarea textarea {
  padding: 8px 15px;
  line-height: 1.5;
}

.hs-fieldtype-select select {
  margin-top: 15px;
}

.hs-fieldtype-textarea {
  display: flex;
  flex-direction: column;
}

.hs-fieldtype-textarea textarea {
  height: 259px;
}

.hs-fieldtype-textarea .hs-field-desc {
  order: 3;
  font-size: 13px;
}

.hs-fieldtype-textarea .input {
  margin: 10px 0 0;
}

.hs_privacypolicy {
  text-align: center;
}

.hs_privacypolicy .hs-form-required {
  display: none;
}

.hs_privacypolicy label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-form-field.hs_privacypolicy label input {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 10px;
  transform: scale(1.7);
}

.hs_error_rollup {
  display: none;
}

.hs-error-msg {
  color: #b70000;
  font-size: 93% !important;
}

.hs_submit {
 	text-align: center;
    padding: 40px 0;
}

.hs_submit input[type="submit"] {
  width: 100%;
  max-width: 460px;
  height: 80px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: #53CBC2;
  border: none;
  border-radius: 40px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

.hs_submit .actions {
  position: relative;
  transition: all 0.3s ease-out;
}

.hs_submit .actions:hover {
	opacity: 0.7;
}

.hs_submit .actions:hover::before {

}

select#selectPlan {
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    padding: 19px 20px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    margin: 5px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.input--select {
	position: relative;
}

.input--select:after {
  	content: "";
    position: absolute;
    right: 20px;
    top: 32px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
    transform: translateY(-50%) rotate(-135deg);
}

.hs-ex {
  margin-left: 15px;
  font-size: 15px;
  text-decoration: underline;
}

.hs-ex.arrow::after {
  transform: rotate(0deg);
}

.hs-ex.arrow::before {
  right: -33px;
  height: 0;
  transform: rotate(45deg);
}

.hs-form-field .input input:focus,
.hs-form-field .input textarea:focus {
  box-shadow: 0 0 0 2px rgba(42, 176, 214, 1);
}

label.hs-form-booleancheckbox-display span::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  border-radius: 4px;
  content: "";
}

.hs-form-field.hs_privacypolicy input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 4px;
  left: 9px;
  display: block;
  width: 7px;
  height: 16px;
  border-right: 3px solid #5482f7;
  border-bottom: 3px solid #5482f7;
  transform: rotate(40deg);
  content: "";
}

.hs-form-field.hs_privacypolicy input {
  display: none;
}

.hs-form-field.hs_privacypolicy span {
  position: relative;
  padding-left: 35px;
}

.hbspt--minoru {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 01s;
}

.hbspt--minoru::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: calc(100% - 2px);
  max-width: 640px;
  height: 90%;
  color: rgba(42, 176, 214, 0.6);
  box-shadow: 0 0 0 0;
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
  content: "";
}

.hbspt--minoru:focus {
  box-shadow: 0 0 0 2px rgba(42, 176, 214, 1);
}

.ec-contract--field {
	text-align: center;
}

.ec-contract {
    padding: 0 0 0 5px;
}

.ec-contract a {
    font-size: 16px;
	text-decoration: underline;
}

.hs-input--checkBox {
	width: auto !important;
}

.ec-contract--field .input {
	font-size: 16px;
    padding: 20px 0 0;
	display: flex;
    justify-content: center;
    align-items: baseline;
}

.ec-contract--field .input span {
	color: #C80404;
    font-size: 14px;
	padding: 0 0 0 5px;
}

@media screen and (max-width: 760px) {

  .hbspt-form {
    padding-right: 0%;
    padding-left: 0%;
  }

  .hs-form-field {
    padding-left: 0;
  }

  .hs-form-field label {
    display: flex;
    font-size: 16px;
  }

  .hs-form-field .input input,
  .hs-fieldtype-select select {
    padding: 13px;
    font-size: 14px;
  }

  .hs-fieldtype-select select {
    height: auto;
    line-height: unset;
  }

  .hs-form-field.hs_privacypolicy span {
    font-size: 12px;
  }

  .hs_submit input[type="submit"] {
    height: 60px;
  }

  .hs_submit .actions:hover::before {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
	
	.hs_submit input[type="submit"] {
		font-weight: 500;
		font-size: 16px;
	}
	
	.hs_submit {
		text-align: center;
		padding: 30px 0;
	}
	
	.hs-form-field label {
		align-items: baseline;
	}
		
	.hs-form-required {
		font-size: 12px;
		padding: 0 0 0 5px;
	}
	
	.ec-contract a {
		font-size: 14px;
		text-decoration: underline;
	}
	
	.ec-contract--field .input {
		font-size: 14px;
		padding: 20px 0 0;
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	
	.ec-contract--field .input span {
		color: #C80404;
		font-size: 12px;
		padding: 0 0 0 5px;
	}

}