.header {
  position: relative;
  display: block;
  background-color: #65B0C6;
  color: #ffffff;
  width: 100%;
  z-index: 1000;
}
.header > .content-container {
  height: 100px;
  display: flex;
  position: relative;
  text-align: left;
  align-items: center;
  -moz-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  justify-content: space-between;
}
.header .logo-container {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10em;
  display: flex;
  width: 147px;
  align-items: center;
  position: relative;
  z-index: 1001;
  -moz-transition: margin-top 0.25s ease-in-out;
  -o-transition: margin-top 0.25s ease-in-out;
  -webkit-transition: margin-top 0.25s ease-in-out;
  transition: margin-top 0.25s ease-in-out;
}
.header .logo-container .logo {
  position: relative;
  height: 45px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header .logo-container.whiteLabel {
  margin-right: 6em;
  width: auto;
}
.header .logo-container.whiteLabel p {
  margin-bottom: 0;
  color: white;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.header .logo-container.whiteLabel i {
  font-size: 3em;
  color: white;
}
@media (max-width: 767px) {
  .header .logo-container.whiteLabel i {
    font-size: 1.5em;
  }
}
.header .logo-container.whiteLabel i:hover {
  color: white;
}
.header .logo-container.whiteLabel img {
  height: 3em;
}
@media (max-width: 767px) {
  .header .logo-container.whiteLabel img {
    height: 1.5em;
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .header .logo-container.whiteLabel {
    margin-right: 0;
  }
}
.header.shrinked > .content-container {
  height: 57px;
}
.header.shrinked .logo-container {
  margin-top: 0;
}
@media (max-width: 1650px) {
  .header .logo-container {
    margin-left: 15px;
    margin-right: 2em;
  }
}
@media (max-width: 1199px) {
  .header > .content-container {
    height: 57px;
  }
  .header .logo-container {
    margin-top: 0;
    margin-right: 0;
  }
  .header.shrinked .logo-container .logo-icon {
    height: 50px;
    left: 10px;
    top: -18px;
  }
}

.frontend.header-fixed-top .page-container {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .frontend.header-fixed-top .page-container {
    padding-top: 99px;
  }
  .frontend.header-fixed-top .main-content-container {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}
.frontend.header-fixed-top .header {
  position: fixed;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

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