.cm_tcc_wrapper .logo_wrap {
  margin-bottom: 73px;
  max-width: 275px;
  margin-left: -108px;
}
.cm_tcc_wrapper .flex_row .col6 {
  padding: 0;
  width:100%;
}

.cm_tcc_wrapper .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
.cm_tcc_wrapper form input.hs-button.primary.large {
  background: #E7FF7C;
  color: #232C2F;
  border-radius: 22px;
  padding: 6px 16px;
  font-family: Foundry Plek;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.cm_tcc_wrapper .content ul li {
  font-family: "ModernGothic-Light";
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 0;
  padding-left: 30px;
  position: relative;
  line-height: 150%;
}
.cm_tcc_wrapper .content_wrap h1 {
  margin-left: -4px;
}
.cm_tcc_wrapper .content ul li:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 7px;
  border-radius:50%;
}
.cm_tcc_wrapper .col6 h1 {
  font-size: 46px;
  line-height:100%;
  margin-bottom: 15px;;
}
.cm_tcc_wrapper .col6 h1 {
  font-weight: 400;
}
.cm_tcc_wrapper .col6 h2 {
  font-weight: 300;
  margin-bottom:32px;
  line-height:100%;
  font-family: "ModernGothic-Light";
}

.cm_tcc_wrapper form label {
  font-size: 23px;
  line-height: 32px;
}
.cm_tcc_wrapper form{
  padding:0;}
.cm_tcc_wrapper .form_wrp {
  background-color: #F4F4EC;
  padding: 35px 35px 88px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.cm_tcc_wrapper {
  min-height: 100vh;
}
.cm_tcc_wrapper li.hs-form-booleancheckbox label{
}
.cm_tcc_wrapper form input[type=search],
.cm_tcc_wrapper form input[type=text],
.cm_tcc_wrapper form input[type=email],
.cm_tcc_wrapper form input[type=password], 
.cm_tcc_wrapper form input[type=tel],
.cm_tcc_wrapper form input[type=number],
.cm_tcc_wrapper form input[type=file],
.cm_tcc_wrapper form select, 
.cm_tcc_wrapper form textarea {
  width: 100% !important;
  height:40px;
}
.cm_tcc_wrapper  form input[type=checkbox],
.cm_tcc_wrapper form input[type=radio] {
  position: relative;
  top: 13px;
}

.cm_tcc_wrapper form textarea{
  min-height: 66px;
}
.cm_tcc_wrapper .legal-consent-container .hs-form-booleancheckbox-display > span,
.cm_tcc_wrapper .legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 13px;
  font-family: "ModernGothic-Regular";
}
.cm_tcc_wrapper .actions {
  margin-top: 14px;
}
.cm_tcc_wrapper .hs_error_rollup label,
.cm_tcc_wrapper .hs-error-msg {
  font-size: 143x !important;
}

.cm_tcc_wrapper   fieldset.form-columns-2 .hs-form-field {
  width: 48% !important;
}
.cm_tcc_wrapper .hs-form-field{
  margin-bottom:30px;
}

.cm_tcc_wrapper   fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.cm_tcc_wrapper {
  padding: 0 15px;
}

@media(max-width:1406px){
  .cm_tcc_wrapper .logo_wrap {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media(min-width:992px){
  .cm_tcc_wrapper .flex_row {
    column-gap: 106px;
    flex-wrap:nowrap;
  }
  .cm_tcc_wrapper .flex_row .col6 {
    width: 100%;
    max-width: 541px;
  }
  .cm_tcc_wrapper .col6 h1 {
    font-size: 84px;
  }
  .cm_tcc_wrapper .col6 h2 {
    font-size: 33px;
  }
}
@media(max-width:600px){
  .cm_tcc_wrapper .content_wrap {
    padding-right: 0;
  }
  .cm_tcc_wrapper fieldset.form-columns-2 {
    display: block;
  }
  .cm_tcc_wrapper form {
    padding: 20px;
  }
  .cm_tcc_wrapper form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px;
  }
}
}