@charset "UTF-8";
.c-header .c-region--header {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
  height: 11rem;
  padding-top: 4.7rem;
  margin-bottom: 0rem;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 62em) {
  .c-header .c-region--header {
    margin-bottom: 7rem;
    position: initial;
  }
}
.c-header .c-branding {
  margin-top: -1.8rem;
}
@media screen and (min-width: 62em) {
  .c-header .c-branding {
    margin-top: -0.9rem;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.c-header .c-branding .c-branding__logo {
  display: inline-block;
  max-width: 20rem;
}
@media screen and (min-width: 62em) {
  .c-header .c-branding .c-branding__logo {
    max-width: 26rem;
  }
}
.c-header .c-branding .c-branding__logo img, .c-header .c-branding .c-branding__logo object, .c-header .c-branding .c-branding__logo svg {
  width: 20rem;
}
@media screen and (min-width: 62em) {
  .c-header .c-branding .c-branding__logo img, .c-header .c-branding .c-branding__logo object, .c-header .c-branding .c-branding__logo svg {
    width: 22rem;
    height: 8.4rem;
  }
}
@media screen and (min-width: 62em) {
  .c-header .c-block-we-megamenu {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-header .contextual-region {
  position: static;
}
.c-header .contextual-region footer.c-view__footer {
  margin-top: 1rem;
}
.c-header .contextual-region footer.c-view__footer a {
  border: 0.1rem solid #794394 !important;
  color: #fff !important;
  background-color: #794394;
  padding: 1rem 4rem !important;
  text-align: center;
  display: inline-block;
}
.c-header .contextual-region footer.c-view__footer a:hover {
  color: #794394 !important;
  background-color: #fff;
}

.c-page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.c-footer {
  background-color: #a5dad2;
  padding: 4rem 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 62em) {
  .c-footer {
    padding: 8.9rem 19.5rem;
  }
}
.c-footer .c-region--footer {
  display: flex;
  justify-content: space-between;
  max-width: 105rem;
  margin: 0 auto;
}
.c-footer .c-menu--footer a {
  font-size: 1.6rem;
  color: #794394;
  letter-spacing: 0;
}
.c-footer .c-social-media--wrapper {
  text-align: right;
}
.c-footer .c-social-media--wrapper .c-social-media--title {
  font-size: 1.6rem;
  color: #794394;
  font-weight: 700;
  margin-bottom: 1.3rem;
  letter-spacing: 0.1rem;
}
.c-footer .c-social-media--wrapper .c-social-media--icons {
  margin-bottom: 5.12rem;
  margin-right: 1.5rem;
}
.c-footer .c-social-media--wrapper .c-social-media--icons a {
  color: #794394;
  margin-left: 1.8rem;
  display: inline-block;
}
.c-footer .c-social-media--wrapper .c-social-media--icons a:hover {
  color: #fff;
}
.c-footer .c-social-media--wrapper .c-social-media--developer {
  color: #794394;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.c-footer .c-social-media--wrapper .c-social-media--developer a {
  color: #794394;
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
  line-height: 2.2;
}
.c-footer .c-social-media--wrapper .c-social-media--developer a:hover {
  color: #fff;
  text-decoration: none;
}

#block-languageswitcher {
  position: absolute;
  right: 0;
  font-size: 13px;
  margin-top: 0.6rem;
}
@media screen and (min-width: 62em) {
  #block-languageswitcher {
    position: initial;
    font-size: 16px;
    margin-top: 0;
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: flex-end;
    display: flex;
  }
}
#block-languageswitcher ul.links li {
  float: left;
  height: 7rem;
  display: flex;
  align-items: center;
}
#block-languageswitcher ul.links li a {
  color: #5c657a;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
#block-languageswitcher ul.links li a.language-link.is-active {
  font-weight: 500;
}
#block-languageswitcher ul.links li:first-child:after {
  content: "|";
  margin-left: 1.8rem;
  font-weight: 300;
  padding-right: 1.8rem;
  font-size: 1.6rem;
}

ul.c-menu.c-menu--footer.c-menu--level-1 {
  line-height: 1.88;
}