input[type='checkbox'] {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  input[type='checkbox']::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  
  .flexy{
    width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  }
  .flexy div{
  margin:35px;}
    
  input[type='checkbox']::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
  }
  
  input[type='checkbox']{
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
  }
  .w-col-4{
  padding:0 10px;
  }
  .w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  } 
   
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }
  
  .hs_application_used > .input{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hs-fieldtype-intl-phone.hs-input {
    display:flex;}  

  form div .input {
    height: auto !important;
    margin-bottom:15px;
    padding-right: 0em !important;
    padding-left: 0em !important;
  }
  li {
    list-style-type: none;
  }
  
  label {
    display: block;
    margin-bottom: 2em;
    font-weight: 400;
  }
  
  form {
    display: -ms-grid;
    display: grid;
    text-align:left;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: 
    "Area Area-2"
    "Area-3 Area-3"
    "Area-4 Area-4"
    "Area-7 Area-7"
    "Area-6 Area-6"
    "Area-8 Area-8";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .hs-button.primary.large{
    background-color:#3554A2;
    background-border:#3554A2;
    font-weight:700px;
    color:white;
    border: none;
    margin: auto;
  }
  /* .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('{{ get_asset_url('/2022 - AS/community form/bg3.png') }}');
      background-size: cover;
      background-repeat:no-repeat;
    background-position: 0px 0px;
  } */
  
  /* .container.w-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow:14px 14px 40px 5px rgba(143, 164, 215, 0.44);
  }
  .container.w-container{
   margin-bottom:15vh; 
  } */
  #label-application_used-87b126f3-976a-4003-b63e-e0c24879e8e3{
    margin-bottom:20px;
  }
  #hsForm_1c922117-a582-4f0b-a4a1-1eab58a65a02{
    grid-template-areas: 
    "Area-3 Area-3"
    "Area-5 Area-6"
    "Area-8 Area-8";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto;
    grid-template-rows: auto auto auto;
  }
  #hsForm_1c922117-a582-4f0b-a4a1-1eab58a65a02, 
  #hsForm_1c922117-a582-4f0b-a4a1-1eab58a65a02 .hs_email * {
    background-color:transparent;
  }
  #hsForm_1c922117-a582-4f0b-a4a1-1eab58a65a02 .hs_email label span{
    background-color: #f6f7fd;
  }
  input,select,textarea{
    outline:none;
    width:100%;
    border: 1px solid lightgray;
  }
  input,select {
    height: 2.5em;
    border-radius: 20px;
  }
  input{
  padding-left:15px;
  padding-right:15px;}
  .hs-fieldtype-intl-phone.hs-input select {
    display: inline-block;
    width: 35%!important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    marign-right:-3px;
  }
  
  textarea {
    min-height: 22em;
    padding: 15px;
    border-radius: 20px;
  }
  
  .hs-form-field > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -0.45em;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 0.75em;
    line-height: 0.9em;
  }
  
  .hs-form-field > label > span {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    color: #9b9898;
    font-weight: 400;
    letter-spacing: 0.3ch;
    text-transform: uppercase;
  }
  li label span {
  font-weight:400;}
  
  .submit-button {
    width: 100%;
    border-radius: 50px;
  }
  
  .columns {
    width: 100%;
    margin-bottom: 30px;
  }
  
  checkbox {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.6em;
    margin-left: -1.2em;
  }
  input[type='checkbox']{
  height:1.5em;
  width:1.5em;
    padding:0;
  margin-right: 10px;
  margin-top: 0;
  }
  .hs-form-checkbox-display{
  display:flex;
    align-items:center;
    align-content:center;
  }
  .hs-input.hs-fieldtype-intl-phone > input {
    width: 65%!important;
    border-left: 0px none #000!important;
    border-radius: 0px 20px 20px 0px!important;
  }
  @media screen and (max-width: 767px) {
    #hsForm_1c922117-a582-4f0b-a4a1-1eab58a65a02{
      grid-template-areas: 
      "Area-3 Area-3"
      "Area-6 Area-6"
      "Area-8 Area-8";
      -ms-grid-columns: 1fr 16px 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto 16px auto 16px auto;
      grid-template-rows: auto auto auto;
    }
    form {
      grid-template-areas: 
      "Area Area-2"
      "Area-3 Area-3"
      "Area-4 Area-4"
      "Area-7 Area-7"
      "Area-5 Area-6"
      "Area-8 Area-8";
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto auto auto;
    }
  }
  
  @media screen and (max-width: 479px) {
    form {
      grid-template-areas: "Area Area"
      "Area Area-2"
      "Area-3 Area-3"
      "Area-4 Area-4"
      "Area-7 Area-7"
      "Area-5 Area-6"
      "Area-8 Area-8";
      -ms-grid-rows: auto auto auto auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto auto auto auto;
    }
  
    .container {
      padding-right: 1.5em;
      padding-left: 1.5em;
    }
  }
  
  .hs_firstname{
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  
  .hs_lastname{
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }
  
  .hs_email {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: Area-3;
  }
  
  .hs-phone {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: Area-4;
  }
  
  .hs_application_used {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: Area-7;
    -ms-grid-row-align: end;
    align-self: end;
  }
  
  .w-node-_8e9ddbdc-1b3b-f9ff-778e-9e85250b2370-2721d37b {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: Area-7;
  }
  
  .hs_message{
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: Area-7;
  }
  
  .legal-consent-container{
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: Area-8;
  }
  
  .hs-submit {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: Area-6;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  
  @media screen and (max-width: 767px) {
    .hs_firstname{
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  
    .hs_lastname{
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }
  
    .hs_email{
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs-phone{
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs_application_used{
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .w-node-_8e9ddbdc-1b3b-f9ff-778e-9e85250b2370-2721d37b {
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs_message{
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .legal-consent-container{
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .w-node-_66ff9a17-d268-3a93-7825-3649b73cddf0-2721d37b {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }
  
  @media screen and (max-width: 479px) {
    .hs_firstname{
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs_lastname{
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs_email{
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs-phone{
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs_application_used{
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .w-node-_8e9ddbdc-1b3b-f9ff-778e-9e85250b2370-2721d37b {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .hs_message{
      -ms-grid-row: 6;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .legal-consent-container{
      -ms-grid-row: 8;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .w-node-_66ff9a17-d268-3a93-7825-3649b73cddf0-2721d37b {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }