@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/**
 * Footer Component Styles
 */
.footer-component {
  background-color: #101820;
  color: #ffffff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 761 761' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.035 7.76123C169.339 0.0800206 185.731 0.0800207 199.035 7.76123L331.57 84.2798C344.874 91.9609 353.07 106.157 353.07 121.519V274.558C353.07 289.92 344.874 304.116 331.57 311.797L199.035 388.316C185.939 395.877 169.851 395.995 156.661 388.67L156.035 388.316L23.5 311.797C10.1958 304.116 2.00011 289.92 2 274.558V121.519C2.0001 106.157 10.1958 91.9609 23.5 84.2798L156.035 7.76123Z' stroke='%23DADCDE' stroke-opacity='0.4' stroke-width='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 800px auto;
}
@media (max-width: 768px) {
  .footer-component {
    background-position: left -120px bottom -620px;
  }
}
@media (min-width: 769px) {
  .footer-component {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 280' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.035 7.76123C169.339 0.0800206 185.731 0.0800207 199.035 7.76123L331.57 84.2798C344.874 91.9609 353.07 106.157 353.07 121.519V274.558C353.07 289.92 344.874 304.116 331.57 311.797L199.035 388.316C185.939 395.877 169.851 395.995 156.661 388.67L156.035 388.316L23.5 311.797C10.1958 304.116 2.00011 289.92 2 274.558V121.519C2.0001 106.157 10.1958 91.9609 23.5 84.2798L156.035 7.76123Z' stroke='%23DADCDE' stroke-opacity='0.4' stroke-width='4'/%3E%3C/svg%3E");
    background-position: left -280px top 40px;
    background-size: 1200px auto;
  }
}
@media (min-width: 1349px) {
  .footer-component {
    background-position: left -260px top 40px;
  }
}
@media (min-width: 1378px) {
  .footer-component {
    background-position: left -240px top 40px;
  }
}
@media (min-width: 1450px) {
  .footer-component {
    background-position: left -210px top 40px;
  }
}
@media (min-width: 1770px) {
  .footer-component {
    background-position: left -70px top 40px;
  }
}
.footer-component p, .footer-component h3 {
  margin: 0;
}
.footer-component a {
  color: #F5F5F5;
  text-decoration: none;
}
.footer-component .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer-component .footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #8EA604;
}
@media (max-width: 768px) {
  .footer-component .footer-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-component .footer-company-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer-component .footer-company-info {
    color: #F5F5F5;
  }
}
@media (max-width: 768px) {
  .footer-component .footer-company-info a {
    color: #F5F5F5;
  }
}
.footer-component .footer-company-info .footer-logo img {
  max-height: 60px;
  width: auto;
  display: block;
}
.footer-component .footer-social a {
  display: inline-block;
  color: #ffffff;
  margin-right: 0.5rem;
}
.footer-component .footer-social a img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.footer-component .footer-social a:hover img {
  opacity: 0.7;
}
.footer-component .footer-link-columns-wrapper {
  display: contents;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .footer-component .footer-link-columns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-component .footer-link-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  padding: 0;
}
.footer-component .footer-link-column .footer-column-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.footer-component .footer-link-column .footer-column-heading a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: color 0.3s ease;
}
.footer-component .footer-link-column .footer-column-heading a:hover {
  color: #8EA604;
}
.footer-component .footer-link-column .footer-link-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-component .footer-link-column .footer-link-list a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.3s ease;
}
.footer-component .footer-link-column .footer-link-list a:not(.external-link) {
  font-weight: 600;
}
.footer-component .footer-link-column .footer-link-list a:hover {
  color: #8EA604;
}
.footer-component .footer-link-column .footer-link-list a .external-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(71%) sepia(61%) saturate(434%) hue-rotate(26deg) brightness(95%) contrast(88%);
}
@media (max-width: 768px) {
  .footer-component .footer-link-column .footer-link-list a {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .footer-component .footer-link-column .footer-link-list a.external-link {
    padding-left: 16px;
    font-weight: 400;
  }
}
.footer-component .footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  gap: 48px;
}
@media (max-width: 768px) {
  .footer-component .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 20px;
    border-top: 1px solid #8EA604;
  }
}
.footer-component .footer-legal .footer-copyright p {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .footer-component .footer-legal .footer-copyright p {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
  }
}
.footer-component .footer-legal .footer-legal-links {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-component .footer-legal .footer-legal-links {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.footer-component .footer-legal .footer-legal-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
}
.footer-component .footer-legal .footer-legal-links a:hover {
  color: #8EA604;
}
@media (max-width: 768px) {
  .footer-component .footer-legal .footer-legal-links a {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
  }
}
.footer-component .hexagon-decoration.hex-bottom-right {
  position: absolute;
  bottom: -1050px;
  left: -80px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer-component .hexagon-decoration.hex-bottom-right {
    display: none;
  }
}

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