.two-column-popup-wrap {
  align-items: center;
  background-color: rgba(29, 44, 34, .35);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  display:flex;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.two-column-popup-wrap .close-icon {
  align-items: center;
  background: #fff;
  border:0;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all .3s 
    ease;
  width: 40px;
  z-index: 10;
}
.two-column-group {
  display: flex;
  margin: 0 auto;
  padding: 24px;
  position: relative;
  /* transform: scale(.95); */
  transition: all .2s 
    ease;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 100vh;
  max-width: 700px;
}
.two-column-popup-inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  background: #1d2c22;
  border: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  flex: 1;
  max-width: 700px;
  padding: 20px;
  flex-direction: column;
  overflow-y:auto;
}
.two-column-popup-wrap.active .two-column-group {
  transform: scale(1);
}
.two-column-popup-wrap .form-title:empty {
  display: none;
}
.two-column-popup-inner h2 {
  color: #49f687;
  font-size: 22.97px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.submitted-message,
.two-column-popup-wrap .submitted-message {
  color: inherit;
  font-size: 16px;
  text-align: center;
  display: flex;
  min-height: 230px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  margin: 0px auto;
}
.two-column-popup-inner .left p {
  line-height: 24px;
}
.popup-logo {
  max-width: 160px;
  margin-top:auto;
}
.submitted-message h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  font-weight: 500;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 13px;
  text-align: center;
  width: 100%;
  color: #052923;
  letter-spacing: 0;
}
.two-column-popup-inner .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}
.two-column-popup-inner .right {
  width: 60%;
  max-height: 80vh;
  overflow-y:auto;
  padding-left:16px;
  scrollbar-width:none;
}
.two-column-popup-inner input.hs-button.primary.large{
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
}
.two-column-popup-inner .right form {
  max-width: 760px;
  margin: 16px auto 0;
}
.two-column-group .hs-input.hs-fieldtype-intl-phone {
  width: 100% !important;
}
.two-column-group form .hs-form-field {
  margin-bottom: 20px;
}
.two-column-group textarea.hs-input {
  min-height: 100px;
  margin-bottom: 10px;
}
.two-column-group .hs-input {
  font-size: 16px !important;
  border: 1px solid #ebe4db;
  border-radius: 0;
  padding: 15px 15px;
  color: #F1EDE8;
  font-weight: 300;
}
.two-column-group  form .hs-form-field > label {
  display: none;
}
.two-column-popup-inner form .inputs-list:not(.no-list) label>span {
  font-size: 12px;
}
.two-column-popup-inner .hs-form-field legend {
  color: #fff;
  opacity: 0.9;
}
.two-column-popup-wrap.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.two-column-group form .hs_message {
  display: flex;
  flex-direction: column;
}
.two-column-group form .hs_message legend {
  order: 2;
}
.two-column-group form .hs_message .input {
  order: 1;
}
.popup-header-cont {
  padding-top: 16px;
  color: #6d6d6d;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
  margin-bottom:16px;
}
.two-column-popup-wrap.type2 .field > label span {
  font-size: 14px !important;
}
ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}
.hs_error_rollup {
  display: none;
}
.modal-close.close-icon:hover {
  background: #333;
  color: #fff;
  transform: scale(1.1);
}
.two-column-popup-wrap.type2 .popup-header-cont h2 {
  margin-bottom: 16px;
}
.two-column-popup-wrap li.hs-form-booleancheckbox > label {
  display: flex;
  align-items: flex-start;
}
.two-column-popup-inner form .inputs-list:not(.no-list) label > span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-family: NB International Pro;
}
.two-column-popup-inner .hs-form-field legend,
margin-bottom: 5px;
}

.two-column-popup-inner li.hs-form-booleancheckbox input + span{
  position:relative;
  padding-left:30px;
}
.two-column-popup-inner li.hs-form-booleancheckbox input + span:before {
  content: "";
  border: 1px solid #fff;
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  margin-top:-2px;
}
.two-column-group select.hs-input option {
  color: #000;
}
.two-column-popup-inner li.hs-form-booleancheckbox input + span:after {
  color:#48DE93;
  content: "✓";
  left: 0;
  padding: 2px 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top:-2px;
  opacity:0;
}
.two-column-popup-inner li.hs-form-booleancheckbox {
  padding-left: 30px !important;
}
.two-column-popup-inner li.hs-form-booleancheckbox > label {
  padding-left: 0;
}
.two-column-popup-inner li.hs-form-booleancheckbox input:checked + span:after {
  color:#48DE93;
  opacity:1;
}
.two-column-popup-inner li.hs-form-booleancheckbox input {
  position: absolute;
  text-indent: -99999px;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  height: 10px;
  width: 10px !important;
  padding: 0;
  min-width: 10px !important;
  border: 0;
}
.two-column-popup-inner li.hs-form-booleancheckbox {
  padding: 3px 3px 9px 0;
  margin: 0;
}

@media(max-width:767px){
  .two-column-popup-inner {
    flex-direction: column;
  }
  .two-column-popup-inner .left,
  .two-column-popup-inner .right {
    width: 100%;
    padding-left:0;
    border: 0;
  }
  .two-column-popup-inner .left {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .two-column-popup-inner .left .popup-logo {
    max-width: 200px;
    order: 1;
    margin-bottom: 16px;
  }
  .two-column-popup-inner .left > * {
    order: 2;
  }
  .two-column-group {
    width: calc(100% - 30px);
    padding:0;
    max-width: 100%;
    overflow-y: auto;
    max-height: 90vh;
    scrollbar-width: none;
  }
  .two-column-popup-wrap h2 {
    margin-bottom: 16px;
  }
  .two-column-group form .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
  .two-column-group form .hs-form-field .input {
    margin: 0;
  }
  .two-column-popup-inner .right {
    max-height: unset;
    overflow-y: visible;
  }
  .two-column-popup-inner input.hs-button.primary.large {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .two-column-popup-wrap h2 {
    padding-left: 40px;
    padding-right: 40px;
    line-height: normal;
  }
}