@import url("https://use.typekit.net/nme6qey.css");
footer {
  position: relative;
  width: 100%;
  background-color: #8667b5;
  border-radius: 0px 200px 0px 0px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  display: flex;
  padding: 40px 100px; }
  footer .hide-me-on-big {
    display: none !important; }
  footer .custom-color {
    position: absolute;
    z-index: -1;
    background-color: #343434;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  footer .footer-links a {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 135%;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: all 0.5s;
    display: block;
    width: fit-content; }
    footer .footer-links a::after {
      position: absolute;
      content: "";
      width: 0;
      height: 1.5px;
      left: 50%;
      top: calc(100% + 4px);
      transform: translate(-50%, 0);
      transition: all 0.5s;
      background-color: white; }
    footer .footer-links a:hover::after {
      width: 100%; }
  footer .footer-line {
    width: 100%;
    background-color: white;
    opacity: 0.5;
    height: 1px; }
  footer .social-link svg path {
    transition: all 0.5s; }
  footer .social-link:hover svg path {
    fill-opacity: 1; }
  @media (max-width: 901px) {
    footer {
      padding: 40px 0; }
      footer .hide-me-on-big {
        display: block !important; }
      footer .row-one {
        flex-direction: column !important; }
        footer .row-one .footer-links {
          column-gap: 0;
          width: 100%;
          justify-content: space-between; }
        footer .row-one .hide-me-on-small {
          display: none !important; }
      footer .row-two {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 32px; } }

/*# sourceMappingURL=footer.css.map */
