footer {
  color: #474543;
  background: #FCF8F8;
  margin-top: -1px;
}
footer.is-inview .contentWrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
footer .contentWrapper {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
footer .cols {
  width: calc(100% + 60px);
  margin-left: -30px;
}
footer .cols .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 235px);
  margin: 0 30px;
}
footer .cols .col:first-child {
  width: 290px;
}
footer .cols .col .logo {
  max-width: 120px;
}
footer .cols .col .logo a {
  display: block;
}
footer .cols .col .logo a:hover svg path {
  fill: #883a61;
}
footer .cols .col .logo a svg {
  width: 100%;
  height: auto;
}
footer .cols .col .logo a svg path {
  fill: #474543;
  -webkit-transition: fill 0.3s 0s, color 0.3s 0s;
  -moz-transition: fill 0.3s 0s, color 0.3s 0s;
  -ms-transition: fill 0.3s 0s, color 0.3s 0s;
  -o-transition: fill 0.3s 0s, color 0.3s 0s;
  transition: fill 0.3s 0s, color 0.3s 0s;
}
footer .cols .col .colLabel {
  font-weight: 600;
  margin-bottom: 10px;
}
footer .cols .col .footerMenu {
  display: block;
  margin-bottom: -10px;
}
footer .cols .col .footerMenu ul {
  list-style: none;
}
footer .cols .col .footerMenu ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 10px;
}
footer .cols .col .footerMenu ul li a {
  color: #474543;
  -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 .cols .col .footerMenu ul li a:hover {
  color: #883a61;
}
footer .cols .col .text p {
  line-height: 28px;
  margin-bottom: 38px;
}
footer .cols .col .text p:last-child {
  margin-bottom: 0;
}
footer .cols .col .text p a {
  color: #474543;
  -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 .cols .col .text p a:hover {
  color: #883a61;
}
footer .topFooter {
  padding: 70px 0;
}
footer .bottomFooter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
footer .bottomFooter p {
  font-size: 12px;
}
footer .bottomFooter .cols {
  opacity: 0.6;
  width: calc(100% + 30px);
  margin-left: -15px;
}
footer .bottomFooter .cols .col {
  width: calc(45% - 30px);
  margin: 0 15px;
}
footer .bottomFooter .cols .col:nth-child(2) {
  width: calc(10% - 30px);
}
footer .bottomFooter .cols .col.socials {
  text-align: center;
}
footer .bottomFooter .cols .col.socials a {
  margin: 0 10px;
}
footer .bottomFooter .cols .col.right {
  text-align: right;
}
footer .bottomFooter a {
  color: #883a61;
  -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 .bottomFooter a:hover {
  color: #474543;
}
@media all and (max-width: 1024px) {
  footer .topFooter .cols .col {
    width: calc(45% - 160px);
  }
  footer .topFooter .cols .col:first-child {
    width: 140px;
  }
  footer .topFooter .cols .col:nth-child(2) {
    width: calc(55% - 160px);
  }
  footer .bottomFooter .cols .col {
    width: calc(40% - 30px);
    margin: 0 15px;
  }
  footer .bottomFooter .cols .col:nth-child(2) {
    width: calc(20% - 30px);
  }
}
@media all and (max-width: 767px) {
  footer .cols .col {
    display: block;
    width: calc(100% - 60px) !important;
    margin-bottom: 50px;
  }
  footer .cols .col:last-child {
    margin-bottom: 0;
  }
  footer .bottomFooter .cols {
    width: 100%;
    margin-left: 0;
  }
  footer .bottomFooter .cols .col {
    margin-left: 0;
    margin-right: 0;
    text-align: left !important;
    margin-bottom: 10px;
  }
  footer .bottomFooter .cols .col:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=footer.css.map */