.hr-footer {
	background-color: var(--color-2);
	position: relative;
}
.hr-footer .hr-main-footer {
  padding: 3.5rem 0;
}
.hr-footer .hr-main-footer .hr-footer-info {
  padding-right: 40px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand {
  margin-bottom: 20px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link {
  display: inline-block;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link img {
  width: auto;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-about {
  color: var(--white);
  font-size: 1rem;
  line-height: 135%;
  margin-bottom: 20px;
}
.hr-footer-social .nav {
  column-gap: 15px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item {
  margin-right: 10px;
}
.hr-footer
  .hr-main-footer
  .hr-footer-info
  .hr-footer-social
  .nav
  .nav-item:last-child {
  margin-right: 0;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 50%;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link:hover {
	color: var(--white);
	border: 1px solid var(--color-3);
	background-color: var(--color-3);
}

.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 140%;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link {
  padding: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--white);
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover {
  color: var(--color-3);
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.hr-footer
  .hr-main-footer
  .hr-footer-menu
  .nav
  .nav-item
  .nav-link
  .hr-link-icon {
  padding-right: 4px;
}
.hr-footer
  .hr-main-footer
  .hr-footer-menu
  .nav
  .nav-item
  .nav-link:hover
  .hr-link-icon {
  padding-right: 6px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info {
  display: flex;
  align-items: flex-start;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  color: var(--color-5);
  margin-right: 6px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon span {
	margin-top: 1px;
	color: var(--color-3);
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	color: var(--white);
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info:hover .hr-icon, .hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-detail, .hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-icon {
	color: var(--color-3);
}
.hr-footer .hr-copyright {
  border-top: 1px solid var(--border-02);
}
.hr-copyright-wrap {
	padding: 0.75rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hr-footer .hr-copyright p, .hr-footer .hr-copyright p a {
	margin-bottom: 0;
	color: var(--white);
	font-size: 0.875rem;
}
.hr-footer .hr-copyright p a {
	font-weight: 500;
	color: var(--color-3);
}
.hr_footer_shape {
	position: absolute;
	right: 10%;
	bottom: 22%;
}

@media screen and (max-width: 992px) {
  .hr-footer .hr-main-footer .hr-footer-info,
  .hr-footer .hr-main-footer .hr-footer-menu {
    margin-bottom: 30px;
  }
  .hr-copyright-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .hr-copyright-wrap p {
    margin-bottom: 12px;
    text-align: center;
  }
  .hr-copyright-wrap p:last-child {
    margin-bottom: 0;
  }
}
