footer {
  background: #F7F7F7;
  padding: 45px 24px;
  clear: both;
  min-height: 490px;
}
footer .newsletter-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}
footer .newsletter-container .newsletter {
  max-width: 450px;
}
footer .newsletter-container .newsletter .newsletter-title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 24px;
  color: #000000;
}
footer .newsletter-container .newsletter .newsletter-subtitle {
  font-family: "Mont-Light", sans-serif;
  font-size: 20px;
  color: #000000;
  margin: 0;
  line-height: 40px;
}
footer .newsletter-container .newsletter form {
  margin-top: 50px;
}
footer .newsletter-container .newsletter form .input-group {
  background: none;
  border-bottom: 2px solid var(--syi-color-primary);
}
footer .newsletter-container .newsletter form .input-group input {
  background: none;
  border: none;
  font-family: "Mont-Book", sans-serif;
  font-size: 16px;
  color: #7D7D7D;
}
footer .newsletter-container .newsletter form .input-group button {
  padding-right: 0;
}
footer .brand {
  color: var(--syi-color-dark);
}
footer .brand .logotype {
  width: 228px;
  height: 32px;
  background: url("/assets/images/logos/logo-brand-name.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 28px;
}
footer .brand .social-icons-container p {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 16px;
}
footer .brand .social-icons-container .social-icons {
  display: flex;
  gap: 20px;
}
footer .fnt-semibold {
  font-family: "Mont-SemiBold", sans-serif;
}
footer .footer-column-header {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
}
footer .footer-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-column ul li {
  font-family: "Mont-Book", sans-serif;
  font-size: 16px;
  color: #7D7D7D;
  padding: 0;
  margin: 8px 0;
  list-style-type: none;
}
footer .footer-column ul li a, footer .footer-column ul li span {
  padding: 8px 0;
}
footer .footer-column ul li.bordered-top a, footer .footer-column ul li.bordered-top span {
  border-top: 3px dashed #7D7D7D;
}
footer .footer-column ul li.bordered-bottom a, footer .footer-column ul li.bordered-bottom span {
  border-bottom: 3px dashed #7D7D7D;
}
footer.syi-small-footer {
  background: var(--syi-color-light);
  border-top: 1px solid #E6E6E6;
  padding: 0;
  min-height: initial;
}
footer.syi-small-footer .newsletter-container {
  height: initial;
}
footer.syi-small-footer > .row {
  padding: 45px 24px;
  margin: 0;
}
footer .row.mobile {
  display: none;
}
footer.theme-dark {
  background: #323333 !important;
  color: #979999;
}
footer.theme-dark .newsletter-container .newsletter .newsletter-title {
  color: #979999;
}
footer.theme-dark .newsletter-container .newsletter .newsletter-subtitle {
  color: #E2E3E4;
}
footer.theme-dark .footer-column-header {
  color: #E2E3E4;
}
footer.theme-dark .footer-column ul li {
  color: #979999;
}
footer.theme-dark .brand {
  color: #E2E3E4;
}
footer.theme-dark .brand .social-icons-container .social-icons {
  filter: brightness(0) invert(1);
}
footer.theme-dark .brand .signature {
  color: #979999;
}
footer.theme-dark .brand .logotype {
  background: url("/assets/images/logos/logo-brand-name-blue.svg") no-repeat center;
  background-size: contain;
}

.footer-mini-brand {
  display: flex;
  background: #ececec;
  justify-content: space-between;
  padding: 5px 15px;
  align-items: center;
}
.footer-mini-brand p, .footer-mini-brand div {
  margin: 0;
  color: var(--syi-color-dark);
}
.footer-mini-brand .logotype {
  display: none;
}
.footer-mini-brand .social-icons-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-mini-brand .social-icons-container img {
  height: 18px;
}

@media only screen and (max-width: 600px) {
  footer.syi-small-footer {
    background: #ececec;
  }
  footer.syi-small-footer > .row {
    padding: 0;
    padding-top: 15px;
  }
  footer.syi-small-footer .footer-mini-brand {
    flex-direction: column-reverse;
    align-items: start;
  }
  footer.syi-small-footer .footer-mini-brand .logotype {
    display: block;
    margin: 15px 0;
  }
  footer {
    padding: 15px;
    min-height: 0;
  }
  footer .brand p {
    font-size: 9px;
  }
  footer .brand .logotype {
    width: 150px;
  }
  footer .row.desktop {
    display: none;
  }
  footer .row.mobile {
    display: block;
  }
  footer .row.mobile .accordion-item {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5019607843);
    border-radius: 0;
    margin-bottom: 14px;
  }
  footer .row.mobile .accordion-item .accordion-header {
    font-family: "Mont-SemiBold", sans-serif;
    font-size: 16px;
  }
  footer .row.mobile .accordion-item .accordion-header .accordion-button {
    padding: 12px 0;
    line-height: 20px;
    background: none;
  }
  footer .row.mobile .accordion-item .accordion-body {
    padding: 10px 0;
  }
  .footer-mini-brand .social-icons-container {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=footer.css.map */
