.disable-scroll1, .disable-scroll {
  overflow: hidden;
}
.disable-scroll1 .main-header .section .h-row {
position: relative;
    z-index: 999999;
}
.au-contact-popup-trigger {
  position: relative;

  display:flex;
  align-items: center;

  z-index: 99;
}
.main-header .au-contact-popup-trigger {
  justify-content: flex-end;
}
.au-custom-cta-contact {

  font-size: 16px;
  cursor: pointer;
}

.au-custom-cta-contact .hs-cta-node {
  line-height: 1em;
  position: relative;
  z-index: 11;	
  transition: .2s ease-in-out;

  white-space: nowrap;
}


.au-custom-cta-contact .hs-cta-node a {
  text-transform: uppercase;

}

.popup-container .main-contact-form .submitted-message {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-container .main-contact-form .submitted-message p:nth-child(1) {
  margin-bottom: 1rem;
  font-family: 'Urbane', sans-serif;
  font-size: 20px;
  color: #231F20;
}
.popup-container .main-contact-form .submitted-message p:nth-child(2) {
  margin-bottom: 1rem;
  font-weight: 300;
}
.popup-container .popup-contact-form .submitted-message {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tr-contact-popup-trigger + .popup-container.popup-open{
  opacity: 1 !important;
}

.tr-contact-popup-trigger .tr-custom-cta-contact .hs-cta-node {
  color: #78AFCF;
  font-weight: bold;
  font-size: 0.818rem;
  text-transform: uppercase;
}
.tr-contact-popup-trigger .tr-custom-cta-contact .hs-cta-node:hover {
  color: #1AC2EC;

}
.tr-contact-popup-trigger .tr-custom-cta-contact .hs-cta-node:after {
  width: 105vh;
  height: 900px;
  background: #22417a;
  content: '';
  position: fixed;
  height: 10px;
  right: -83vh;
  transition: all .45s ease-in-out;
  bottom: -5.35rem;
}
.tr-contact-popup-trigger .tr-custom-cta-contact .hs-cta-node:hover:after {
  bottom: -1.35rem;
}
.popup-container .popup-contact-form .submitted-message p {
  margin-bottom: 1rem;
  font-size: 20px;
  color: #231F20;
}
.popup-container .popup-contact-form .submitted-message p > a {
  color: #fff;
}
.popup-container .popup-contact-form .submitted-message p > a:hover{
  color: #231F20;
  font-weight: 300;
}
.popup-container .popup-contact-form .submitted-message p:nth-child(1) {
  margin-bottom: 1rem;
  font-size: 20px;
  color: #231F20;
}
.popup-container .popup-contact-form .submitted-message p:nth-child(2) {
  margin-bottom: 1rem;
  font-weight: 300;
}

.popup-container {
  background-color: #F79E31;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -100%;
  transition: all .45s ease-in-out;
  top: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup-container.popup-open {
  display: flex !important;
  right: 0;
}  



@media (max-width: 767px) {
  .popup-container {
    /* 		height: auto;
    overflow-y: auto; */
  }
}

.popup-container .close-but {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 3em 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.popup-container .close-but svg rect {
  transition: .5s ease-in-out;
  fill: #78afcf;
}

.popup-container .close-but:hover svg rect {
  fill: #78afcf;
}

.popup-container .popup-contact-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.page .popup-container form .hs-form-field>label {
  text-align: right;
}
.page .popup-container form .hs-form-required {
  color: #231F20;
}
.popup-container .popup-contact-form::-webkit-scrollbar { width: 2px; height: 4px; border-radius: 3px;}
.popup-container .popup-contact-form::-webkit-scrollbar-button {  display: none }
.popup-container .popup-contact-form::-webkit-scrollbar-track {  background: none;}
.popup-container .popup-contact-form::-webkit-scrollbar-track-piece { background-color: transparent;}
.popup-container .popup-contact-form::-webkit-scrollbar-thumb { height: 30px; background-color: #00004D; border-radius: 3px;}
.popup-container .popup-contact-form::-webkit-scrollbar-corner { background-color: #999;}}
.popup-container .popup-contact-form::-webkit-resizer { background-color: #666;}

.popup-container .popup-contact-form {
  font-weight: 300;
  max-width: 1058.2px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 5%;
}
.popup-container .popup-contact-form .hs-richtext {
  margin-bottom: 2.5rem;
}
.popup-container .popup-contact-form .hs-richtext h3 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.125;
  text-align: left;
  color: #231F20;
  margin: 0;
}
.popup-container .popup-contact-form .hs-richtext p {
  font-size: 1rem;
  color: #231F20;
  margin: 0 0 4.9rem;
}

.page .popup-contact-form .hs-form-field {
  margin: 0 0 2.2rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page .popup-contact-form form .input {
  width: 100%;
}

.page .popup-contact-form  form {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}

.page .popup-contact-form  form > .hs-form-field {
  width: 46%;
}
.page .popup-contact-form  form .legal-consent-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.page .popup-contact-form form .legal-consent-container .input {
  width: 100%;
}
.page .popup-contact-form form p {
  font-weight: 300;
}

.page .popup-contact-form form .hs_submit {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
}

.page .popup-contact-form form input:focus, .page .popup-contact-form form textarea:focus {
  outline: unset;
  outline-color: unset;
}
.page .popup-contact-form form input:-webkit-input-placeholder, .page .popup-contact-form form input::placeholder, .page .popup-contact-form form textarea::placeholder {
  font-size: 17px;
  color:  !important;
  opacity: 1;
}
.page .popup-contact-form form input:focus {
  outline-color: unset;
  outline: none;
}
.page .popup-contact-form form input:focus {

}
.page .popup-contact-form form input:not(.hs-button):valid{

}


.page .popup-contact-form form .hs-form-field > label{

  font-weight: 300;

}




.page .popup-contact-form form .no-list li {
  margin: 0;
  line-height: 1;
}
.page .popup-contact-form form .no-list li  label {
  font-size: 14px;
}


.page .popup-contact-form form>.hs-form-field.hs_message {
  width: 100%;
}
.page .popup-container form .hs-button {
  color: #231F20;
}

.page .popup-contact-form form .no-list li label {
  font-weight: 600;
}
@media (max-width: 1440px) {

}

@media (max-width: 1280px) {

  .page .popup-contact-form form .legal-consent-container {
    width: 100%;
  }
  .popup-container .popup-contact-form {
    padding: 15% 5%;
  }
}


@media (max-width: 1024px) {


}

@media (max-width: 980px) {
  .main-header .au-contact-popup-trigger {
  display: none;
  }
}

@media (max-width: 767px) {


  .popup-container .close-but {
    transform: scale(.8);
    transform-origin: right;
  }

}

@media (max-width: 480px) {

}


/* ---------------------------- */


.tr-contact-popup-trigger {
  position: fixed;
  width: 3.63rem;
  height: auto;
  right: 0;
  bottom: 1.5rem;
  display:flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 99;
}

@media (max-width: 1440px) and (min-width: 768px) {
  .popup-container {
    overflow-y: scroll;
  }

}
.hs_error_rollup {
  display: none;
}
@media (max-width: 767px) {
  .popup-container .popup-contact-form .hs-richtext h3 {
    font-size: 4rem;
  }
  .main-header .au-contact-popup-trigger {
    transform: scale(.7) translateX(20px);
  }
  .page .popup-contact-form form .input, .page .popup-contact-form form .hs_message .input {
    width: 100%;
  }
  .page .popup-contact-form form>.hs-form-field {
    width: 100%;
    flex-wrap: wrap;
  } 
  .tr-contact-popup-trigger {
    width: 1.5rem;
  }
  .popup-container {
    overflow-y: scroll;
  }

  .page .popup-contact-form form .no-list li label {
    font-size: 12px;
  }
  .popup-container .close-but {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    padding: 1em 1.5em 0 0;
  }
  
  .popup-container .popup-contact-form {
    padding: 15% 5%;
  }
  .popup-contact-form .hbspt-form {
    height: 100%;
  }
  .page .popup-contact-form form>.hs-form-field {
    width: 100%;
  }

}

.popup-container .close-but svg #Path_3785 {
  display: none;
}
.popup-container .large-button form .hs_submit .actions:before {
  display: none;
}


