.hr-footer {
  background-color: #f6f8f9;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.hr-footer .hr-main-footer .hr-footer-info {
  padding-right: 40px;
  position: relative;
}
.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: 190px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-about {
  color: #5d6371;
  font-size: 1rem;
  line-height: 135%;
  margin-bottom: 20px;
}
.hr-footer .hr-main-footer .hr-footer-social .nav .nav-item {
  margin-right: 10px;
}
.hr-footer
  .hr-main-footer
  .hr-footer-social
  .nav
  .nav-item:last-child {
  margin-right: 0;
}
.hr-footer .hr-main-footer .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(--color-5);
	border: 1px solid transparent;
	border-radius: 0.2rem;
}
.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-4);
  background-color: var(--color-4);
}
.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 140%;
  display: flex;
  column-gap: 9px;
}
.hr-footer-menu .hr-titel .hr-icon {
  color: var(--color-1);
  font-size: 15px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link {
  padding: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #5d6371 !important;
}
.hr-footer .hr-main-footer .hr-footer-menu .hr-footer-social .nav .nav-item .nav-link:hover {
	color: #333 !important;
	background: #fff;
	border-color: #eceff3;
}
.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-1);
	margin-right: 6px;
}
.hr-footer
  .hr-main-footer
  .hr-footer-menu
  .nav
  .nav-item
  .hr-info
  .hr-icon
  span {
  margin-top: 1px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
  color: #5d6371;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	color: #5d6371;
}
.hr-footer .hr-copyright {
	border-top: solid 1px rgba(0, 0, 0, .1);
}
.hr-copyright-wrap {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hr-footer .hr-copyright p, .hr-footer .hr-copyright p a {
	margin-bottom: 0;
	color: #7b8893;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
}
.hr-footer .hr-copyright p a {
  font-weight: 500;
}
.hr-footer .hr-copyright p a:hover {
  color: var(--color-4);
}
.hr-footer-social .nav-link {
	color: #5d6371 !important;
}

.menu-simple {
  display: flex;
  column-gap: 30px;
  padding: 0;
  margin: 0;
}
.menu-simple li {
  list-style: none;
}
.menu-simple li a {
  color: #5d6371;
  font-weight: 500;
  font-size: 16px;
}

.hr-footer-flower-shape {
  position: absolute;
  top: 0px;
  right: -73px;
  transform: rotate(250deg);
}
.hr-footer-flower-shape img {
  max-width: 296px;
  width: 100%;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover {
  color: var(--color-2) !important;
}
.hr-footer-social {
  padding-top: 10px;
}
.hr-copyright-wrap .icon {
  left: 0;
}
.hr-footer-info .icon {
  top: 93%;
  right: 60px;
}
@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;
  }
}
