footer {
  padding-bottom: 50px;
  padding-top: 96px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: 100vw;
}
footer .col {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding-right: 50px;
}
footer .col:last-child {
  width: calc(100% - 400px);
}
footer .col .subCol {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 20px;
}
footer .col .subCol:nth-child(3) {
  width: 30%;
}
footer .col .subCol:last-child {
  width: 20%;
  padding-right: 0;
}
footer .col .subCol p {
  font-size: 15px;
  line-height: 24px;
}
footer .col .subCol a {
  color: #1b1b1b;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .col .subCol a:hover {
  opacity: 0.4;
}
footer .extraInfo {
  text-align: left;
  margin-top: 24px;
  padding-left: 400px;
}
@media all and (max-width: 1220px) {
  footer .col {
    width: 250px;
  }
  footer .col:last-child {
    width: calc(100% - 250px);
    padding-right: 0;
  }
  footer .col .subCol {
    width: 50% !important;
    margin-bottom: 24px;
  }
  footer .col .subCol:nth-child(3),
  footer .col .subCol:nth-child(4) {
    margin-bottom: 0;
  }
  footer .extraInfo {
    padding-left: 250px;
  }
}
@media all and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
  footer .col {
    width: 100% !important;
    padding-right: 0;
  }
  footer .col:first-child {
    margin-bottom: 18px;
  }
  footer .col .subCol p {
    font-size: 14px;
    line-height: 18px;
  }
  footer .extraInfo {
    text-align: left;
    margin-top: 18px;
    padding-left: 0;
  }
  footer .extraInfo p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 460px) {
  footer .col .subCol {
    width: 100% !important;
    margin-bottom: 18px !important;
  }
  footer .col .subCol:nth-child(4) {
    margin-bottom: 0 !important;
  }
}
/*# sourceMappingURL=footer.css.map */