:root {
    --neutral-200: rgba(194, 200, 208, 1);
    --neutral-50: rgba(241, 242, 244, 1);
    --secondary: rgba(245, 238, 255, 1);
    --secondarysecondary-15: rgba(245, 238, 255, 0.15);
    --secondarysecondary-50: rgba(245, 238, 255, 0.5);
    --h2-normal-font-family: "Inter", Helvetica;
    --h2-normal-font-weight: 400;
    --h2-normal-font-size: 60px;
    --h2-normal-letter-spacing: -1.2px;
    --h2-normal-line-height: 72px;
    --h2-normal-font-style: normal;
    --paragraph-1-normal-font-family: "Inter", Helvetica;
    --paragraph-1-normal-font-weight: 400;
    --paragraph-1-normal-font-size: 16px;
    --paragraph-1-normal-letter-spacing: 0px;
    --paragraph-1-normal-line-height: 24px;
    --paragraph-1-normal-font-style: normal;
    --heading-2-bold-font-family: "Inter", Helvetica;
    --heading-2-bold-font-weight: 700;
    --heading-2-bold-font-size: 18px;
    --heading-2-bold-letter-spacing: 0px;
    --heading-2-bold-line-height: normal;
    --heading-2-bold-font-style: normal;
    --body-xl-regular-font-family: "Urbanist", Helvetica;
    --body-xl-regular-font-weight: 400;
    --body-xl-regular-font-size: 18px;
    --body-xl-regular-letter-spacing: 0px;
    --body-xl-regular-line-height: 28px;
  --body-xl-regular-font-style: normal;
}

.footer-menu-column {
  align-items: flex-start !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  justify-content: flex-start !important;
}

.footer-section-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: top !important;
  align-self: flex-start !important;
  position: relative !important;
  top: 0 !important;
}
  