footer {
  background: rgb(46, 63, 31);
  border-radius: 40px 40px 0 0;
  margin-top: 100px;
}
footer .content {
  padding-left: 86px;
  padding-right: 247px;
  padding-top: 48px;
}
footer .content .col {
  display: flex;
  flex-direction: column;
}
footer .content .col .item {
  color: rgb(238, 238, 238);
  margin-bottom: 20px;
  font-size: 16px;
}
footer .content .col .item:first-child {
  font-weight: 700;
}
footer .content .col:first-child {
  width: 230px;
  padding-top: 10px;
  margin-right: 140px;
  color: rgb(255, 255, 255);
}
footer .content .col:first-child img {
  margin-bottom: 30px;
}
footer .content .col .row > .col:first-child {
  width: 310px;
  margin-right: 64px;
}
footer .content:last-child {
  margin-top: 32px;
  padding-bottom: 45px;
}
footer .content:last-child a {
  margin-right: 50px;
  color: rgb(238, 238, 238);
}

.upButton {
  position: fixed;
  bottom: 30px;
  right: 70px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.upButton img {
  width: 100%;
  height: 100%;
}
.upButton.show {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s all;
}

@media (max-width: 1440px) {
  footer .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px;
    flex-direction: column;
  }
  footer .content > .col:first-child {
    padding-top: 0;
    padding-right: 0;
    width: 490px;
    gap: 28px;
    flex-direction: row;
    align-items: end;
    margin-bottom: 58px;
  }
  footer .content > .col:first-child img {
    margin-bottom: 0;
  }
  footer .content .row {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  footer .content .row .col:first-child {
    width: auto;
    margin-right: 0;
    padding-top: 0;
  }
  footer .content .row .col:first-child .item {
    margin-bottom: 8px;
  }
  footer .content .row .col:first-child .item:first-child {
    margin-bottom: 18px;
  }
  footer .content .row .col:nth-child(2) {
    width: 254px;
    margin-right: 64px;
  }
  footer .content:last-child {
    margin-top: 0;
    padding-top: 70px;
    flex-direction: row;
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  footer .row, footer .col {
    flex-direction: column !important;
  }
  footer .content > .col:first-child {
    width: 100%;
    align-items: start;
    margin-bottom: 80px;
  }
  footer .content > .col:first-child img {
    margin-left: 48px;
  }
  footer .content .row:nth-child(2) {
    flex-direction: column-reverse !important;
  }
  footer .content .row:nth-child(2) .col:first-child {
    margin-top: 60px;
  }
  footer .content:last-child {
    gap: 12px;
    padding-top: 60px;
  }
}

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