/*sarah custom area start*/
.footer {background-color:var(--prime-50);}
.footer-row-1-background-layers{
  position: relative; /* Ensure relative positioning to position the pseudo-element */
}

footer.footer .footer__wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between; /* Space out the items horizontally */
  align-items: center;
}

form label {
    /* color: #3D3D3D; */
    font-size: 12px;
    font-weight: 700;
}

form label span{
   color:#7120D5 !important;
}

form .hs-richtext, form .hs-richtext p { margin:0 0 0 0 !important;}
footer.footer form input[name=email] {padding: 15px 20px 15px 20px;}
.footer.footer .form .hs-richtext {padding-left:15px !important;}
form .hs-form-field {margin-bottom:15px!important;}
.logo__text {padding-top:21px;}

@media screen and (max-width: 990px) {
  footer.footer .footer__wrapper {
  align-items: flex-start !important; /* Align the items at the bottom vertically */
  }
  footer.footer .logo__wrapper {padding-top:36px;}
}

/*sarah custom area end
___________*/
main#main-content > .container-fluid:last-child .dnd-section {
  /*s padding-top: 43px;
  padding-bottom: 50px;*/
  background-color: var(--background-color);
}

footer.footer {
  background: none;
}

footer.footer .logo__wrapper {
  margin-right: 4%;
}

footer.footer .logo__wrapper img {
  max-width: 100%; 
}

footer.footer .logo__wrapper .logo__text span {
  font-size: 12px; 
  width: 150px;
  display: block;
}

.footer .hs-menu-wrapper > ul > li {
  text-align: left;
  margin-bottom: 0;
  width: 113px;
}

.footer .hs-menu-wrapper a {
  padding: 0;
  color: var(--link-color);
  text-decoration: underline;
}

.footer .hs-menu-wrapper a:hover {
  color: var(--link-hover-color);
  font-weight: 700;
}

.footer .hs-menu-wrapper .active > a {
  color: var(--link-hover-color);
  font-weight: 900;
}

.footer .hs-menu-wrapper .active > a:hover {
  color: var(--link-hover-color);
}

.footer .footer__menues ul {
  gap: 8%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer .footer__menues li a {
  font-size: 12px;
}

footer.footer form .hs-richtext {
  font-size: 12px;
}

footer.footer .footer__form {
  min-width: 450px;
  margin-bottom: 36px;
}

footer.footer .footer__form h3:empty {
  display: none; 
}

footer.footer .footer__form .hs-submit {
  display: none;
}

footer.footer form .hs-form input[type="email"] {
    border-radius: 50px;
    padding: 10px 100px 10px 20px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    outline: none;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

footer.footer form .input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

footer.footer form input[name=email] {
    appearance: none;
    background: white;
    border-radius: 50px;
    border: none;
    box-shadow: 0px -2px 2px 0px rgba(255, 255, 255, 0.10) inset, 0px 2px 2px 2px rgba(0, 0, 0, 0.07) inset;
}

footer.footer form .input-button {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: 2px;
    transform: translateY(-50%);
    background-color: var(--prime-700);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 11px 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

footer.footer form .input-button:hover {
    background-color: var(--prime-800);
}

@media screen and (min-width: 996px) {
  footer.footer .footer__wrapper {
   flex-direction: row;
   gap: 50px;
    padding-bottom:25px;
  }
}


@media screen and (min-width: 1200px) {
  footer.footer .footer__wrapper {
    flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
  }
  
  /*
  footer.footer .footer__menues {
    display: flex;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    flex-direction: row;
  }
  
  footer.footer .footer__menues ul {
    flex-direction: column;
  }
  */
  
  footer.footer .footer__form {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  footer.footer .footer__form {
   min-width: 100%;
  }
}

footer .legal-consent-container {padding-left:15px !important;}


.footer a:hover, a:active, a:focus {color:var(--prime-900)!important;}
.footer .hs-menu-wrapper .active>a {color: var(--prime-900)!important;
  