.footer-master-container {
   padding: 64px 128px;
   background: var(--accent-black-100, #141822);
}

.pointnone {
  pointer-events: none; 
}

q {
  display: none; 
}
.mw-footer {
   max-width: 1184px;
   margin: 0 auto;
}

.fs-footer {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #F2EFE4;
}

.ss-footer {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #F2EFE4;
  gap: 32px;
}

.fdrtion-column {
  flex-direction: column;
}

.fot-cont-item-text {
  color: var(--secondary-beige-beige-100, #F2EFE4);
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.mw180 {
 max-width: 180px; 
}

.fter-hover:hover {
 color: #519DA5; 
}
.form-wrapper {
  margin-bottom: 8px;
}
.form-wrapper form {
  display: flex !important;
  align-items: start !important;
  justify-content: start !important;
  gap: 12px;
}

.form-wrapper input[type=email] {
    color: var(--Neutral-Dark-gray, #505050);
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    background: var(--secondary-beige-beige-20, #FCFDFA);
    padding: 12px;
    outline: none;
}

.form-wrapper input[type=submit] {
  background: var(--primary-exterus-teal-100, #167C87);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 16px 20px; !important;
  color: var(--secondary-beige-beige-100, #F2EFE4);
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.9s ease;
  border: none;
  margin: 0 !important;
}

.form-wrapper input[type=submit]:hover {
  background-color: #0B4650;
  color: #FFF;
}

.form-wrapper form .hs-error-msg {
 display: none; 
}

.form-wrapper form .hs-error-msgs {
  display: none; 
}


@media only screen and (max-width: 1200px) {
  .footer-master-container {
    padding: 64px 64px;
  }
}

@media only screen and (max-width: 900px) {
  .ss-footer {
   display: grid;
   grid-template-columns: 1fr 1fr;
   
  }
  
  .mw180 {
   max-width: none; 
  }
  
  .statement-pages {
   flex-direction: column; 
  }
}

@media screen and (max-width:768px) {
    .footer-master-container {
    padding: 64px 32px;
  }
}


@media screen and (max-width: 600px) {
    .ss-footer {
   grid-template-columns: 1fr;
  }
  
  .fs-footer {
    flex-direction: column;
    gap: 22px;
  }
  
  .ts-footer {
   flex-direction: column;
   gap: 22px;
  }
}

.footer-master-container form {
  gap: 0;
}
.footer-master-container .hs_email {
  flex: 1;
}  
.footer-master-container .hs_email label {
  display: none;
}
.footer-master-container .hs_email input {
  border: none !important;
}