#hs_cos_wrapper_module_175072664909039 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

/* FOOTER INFO */

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  margin: 0px;
  gap: 12px;
}

.footer-logo{
  padding:0px 16px;
}

.footer-description {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #282828;
  margin-bottom: 0px;
  padding: 0px 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  font-family:'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000082;
  text-decoration: underline;
  transition: color 0.3s ease;
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: 48px;
}

.footer-links ul li a:hover {
  color: #9be200;
  background-color: rgba(0, 0, 130, 0.05);
}

/* END FOOTER INFO */

/* FOOTER MENU */

.footer-menu {
  display: flex;
  flex-direction: row;
  font-family: 'DM Sans', sans-serif;
  color: #282828;
  flex-wrap: nowrap;
  column-gap: 24px;
  justify-content: flex-start;
}

.footer-navigation, .footer-contact, .footer-access {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 20px;
  width: 100%;
  max-width: 300px;
}

.footer-subtitle {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  height: 42px;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.footer-subtitle h3 {
  margin: 0;
  padding: 0px 8px;
  color: #282828;
  text-transform: uppercase;
}

.separator{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
}

.separator-line{
  background-color: #9be200;
  height: 2px;
  min-width: 110px;
  width: 80%;
}

.footer-navigation ul, .footer-contact ul, .footer-access ul {
  list-style: none;
  padding: 0px 8px;
  margin: 0;
}

.footer-navigation ul li, .footer-contact ul li, .footer-access ul li {
  margin-bottom: 10px;
  width: 100%;
}

.footer-navigation ul li a {
  color: #282828;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-navigation ul li a:hover {
  color: #000082;
}

/* END FOOTER MENU */

/* FOOTER CONTACT */
.footer-contact ul, .footer-access ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-contact li, .footer-access li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px;
  margin: 0px;
  padding: 0px;
}

.footer-contact ul li a, .footer-access  ul li a {
  color: #282828;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family:'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-contact ul li a:hover, .footer-access ul li a:hover {
  color: #000082;
  text-decoration: underline;
}

.footer-contact-icon {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-contact-flag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}


/* END FOOTER CONTACT */

/* RESPONSIVE CONTENT */

@media (max-width: 700px) {
  .footer-main {
    flex-direction: column !important;
    align-items: stretch;
    gap: 32px;
  }
  .footer-menu {
    flex-direction: column !important;
    align-items: stretch;
    column-gap: 0;
    row-gap: 32px;
  }
  .footer-navigation,
  .footer-contact,
  .footer-access {
    max-width: 100%;
    width: 100%;
  }
  .footer-extra {
    flex-direction: column !important;
    align-items: stretch;
    gap: 16px;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: stretch;
    gap: 16px;
  }
}
</style>