.header {
  position: fixed;
  top: 45px;
  left: 30px;
  width: calc(100% - 60px);
  margin: 0 auto;
  font-size: 16px;
  z-index: 9;
}
.header > div {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header .menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  transition: transform 0.2s;
}
.header .menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.2s;
}
.header .menu-icon span:first-child {
  width: 50%;
  top: 0;
}
.header .menu-icon span:nth-child(2) {
  width: 80%;
  transform-origin: left;
  top: 10px;
}
.header .menu-icon span:nth-child(3) {
  transform-origin: right;
  top: 19px;
}
.header .menu-icon span:nth-child(4) {
  width: 60%;
  top: 29px;
}
.header .menu-icon.active span {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 50% !important;
  top: calc(50% - 2px);
}
.header .menu-icon.active span:first-child {
  position: relative;
}
.header .menu-icon.active span:nth-child(2) {
  width: 50% !important;
  left: 50%;
  transform: rotate(-90deg);
}
.header .menu-icon.active span:nth-child(3) {
  width: 50% !important;
  right: calc(50% - 2px);
  transform: rotate(-90deg);
}
.header .menu-icon.active span:nth-child(4) {
  left: 50%;
}
@media (hover: hover) {
  .header .menu-icon:hover span {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 50% !important;
    top: calc(50% - 2px);
  }
  .header .menu-icon:hover span:first-child {
    position: relative;
  }
  .header .menu-icon:hover span:nth-child(2) {
    width: 50% !important;
    left: 50%;
    transform: rotate(-90deg);
  }
  .header .menu-icon:hover span:nth-child(3) {
    width: 50% !important;
    right: calc(50% - 2px);
    transform: rotate(-90deg);
  }
  .header .menu-icon:hover span:nth-child(4) {
    left: 50%;
  }
}
.header .menu-icon.active {
  transform: rotate(45deg);
}
.header .menu-icon.active span {
  background-color: white;
}
@media (hover: hover) {
  .header .menu-icon.active:hover span {
    background-color: #EC536B;
  }
}
.header .header-logo {
  margin-left: 30px;
  width: 131px;
  height: 42px;
  background-image: url("../img/global/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header-logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .info-sec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.header .info-sec > ul {
  display: flex;
  align-items: center;
}
.header .info-sec > ul > li {
  float: left;
}
.header .info-sec > ul > li > span {
  width: 65px;
  display: inline-block;
  text-transform: uppercase;
}
.header .info-sec > ul > li:nth-child(1) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.header .info-sec > ul > li:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #000000;
  transform: translate(9px, 4px);
}
.header .info-sec > ul > li:nth-child(2) > ul > li:hover a {
  color: #EC536B;
  border-bottom: 2px solid #EC536B;
}
.header .info-sec > ul > li > ul {
  display: none;
}
.header .info-sec > ul > li > ul > li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.header .info-sec > ul > li:hover > span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.header .info-sec > ul > li:hover > ul {
  display: inline-block;
}
.header .info-sec .social-icons li {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .info-sec .social-icons li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .info-sec .social-icons li.ic-in {
  background-image: url("../img/social/Icon_Linkin.svg");
}
.header .info-sec .social-icons li.ic-in:hover {
  background-image: url("../img/social/Icon_Linkin_hover.svg");
}
.header .info-sec .social-icons li.ic-xing {
  background-image: url("../img/social/Icon_Xing.svg");
}
.header .info-sec .social-icons li.ic-xing:hover {
  background-image: url("../img/social/Icon_Xing_hover.svg");
}
.header .info-sec .social-icons li.ic-insta {
  background-image: url("../img/social/Icon_Instagram.svg");
}
.header .info-sec .social-icons li.ic-insta:hover {
  background-image: url("../img/social/Icon_Instagram_hover.svg");
}
.header .info-sec .social-icons li.ic-fb {
  background-image: url("../img/social/Icon_Facebook.svg");
}
.header .info-sec .social-icons li.ic-fb:hover {
  background-image: url("../img/social/Icon_Facebook_hover.svg");
}
.header.white .menu-icon span {
  background-color: #ffffff;
}
.header.white .header-logo {
  background-image: url("../img/global/logo_white.png");
}
.header.white .social-icons li.ic-in {
  background-image: url("../img/social/Icon_Linkin_W.svg");
}
.header.white .social-icons li.ic-in:hover {
  background-image: url("../img/social/Icon_Linkin_hover.svg");
}
.header.white .social-icons li.ic-xing {
  background-image: url("../img/social/Icon_Xing_W.svg");
}
.header.white .social-icons li.ic-xing:hover {
  background-image: url("../img/social/Icon_Xing_hover.svg");
}
.header.white .social-icons li.ic-insta {
  background-image: url("../img/social/Icon_Instagram_W.svg");
}
.header.white .social-icons li.ic-insta:hover {
  background-image: url("../img/social/Icon_Instagram_hover.svg");
}
.header.white .social-icons li.ic-fb {
  background-image: url("../img/social/Icon_Facebook_W.svg");
}
.header.white .social-icons li.ic-fb:hover {
  background-image: url("../img/social/Icon_Facebook_hover.svg");
}
.header.active > div {
  opacity: 1;
  pointer-events: all;
}
.header.hide-logo .header-logo {
  opacity: 0;
  pointer-events: none;
}

#menu {
  background-color: #05101A;
  align-items: center;
  justify-content: flex-start;
  flex-direction: inherit;
  left: -120vw;
  transition: left 0.5s ease;
  min-width: 975px;
}
#menu .menu-items-container {
  margin-left: 20%;
}
#menu.active {
  left: 0;
}
#menu a:hover {
  color: #EC536B;
}
#menu .info-pages {
  position: absolute;
  bottom: 60px;
}

@media (max-width: 991.98px) {
  .header {
    display: flex;
    justify-content: space-between;
    top: 20px;
    left: 12px;
    width: calc(100% - 24px);
  }
  .header .info-sec {
    display: none;
  }
}

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