@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  font-style: normal;
}

html {
  /*scroll-behavior: smooth;*/
}

body {
  min-height: 100vh;
  line-height: 2.25;
  text-rendering: optimizeLegibility;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* spartan-300 - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spartan-regular - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spartan-500 - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spartan-700 - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.container, .best-practices, .form, .our-expertise, .work, .works, .privacy-policy, .location, .location-list, .regions, .footer, .awards, .home-contact, .locations, .video, .home-intro .description, .home-intro .description-2, .home-intro .infographic, .heading, .header-mobile .header-menu-container, .header .header-menu-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.content, .our-expertise .subtitle, .our-expertise .summary, .our-expertise .our-expertise-heading, .privacy-policy .privacy-policy-content, .privacy-policy .privacy-policy-title-wrapper, .regions .clocks-note, .regions__dropdowns, .regions__subtitle--2, .regions__subtitle, .regions__title, .awards .awards-wrapper, .home-contact .contact-wrapper, .locations .locations-content, .locations .locations-heading, .home-intro .description .description-content, .heading .heading-content {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.hide {
  display: none !important;
}

main {
  margin-top: calc(146px + (100vw - 768px) / 672 * 30);
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 97px;
  }
}

.fancy-link, .works .works-link-title, .privacy-policy .privacy-policy-content a, .location .person .phone > a, .location .person .email > a, .location .back-link, .location .contacts-link, .regions .clock-location > span, .footer .privacy-policy-link, .locations .location-link, .header-mobile .menu-overlay .submenu-item > span, .header-mobile .menu-overlay .menu-item a, .header-mobile .main-menu-item a, .header-mobile .main-menu-item span, .header .submenu-item > span,
.header .submenu-item > a, .header .main-menu-item a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s;
}

.fancy-link-hover, .works .works-link:hover .works-link-title, .privacy-policy .privacy-policy-content a:hover, .location .person .phone > a:hover, .location .person .email > a:hover, .location .back-link:hover, .location .contacts-link:hover, .regions .clock-location:hover > span, .footer .privacy-policy-link:hover, .locations .location-link:hover, .header-mobile .menu-overlay .submenu-item:hover > span, .header-mobile .menu-overlay .menu-item:hover a, .header .submenu-item > span:hover,
.header .submenu-item > a:hover {
  background-size: 100% 1px;
}

.header {
  display: flex;
  color: #000a8f;
  background-color: white;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: calc(27px + (100vw - 768px) / 672 * 18) 0 20px;
}
@media screen and (min-width: 1441px) {
  .header {
    padding: 45px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header .logo {
  color: #000a8f;
  width: calc(112px + (100vw - 768px) / 672 * 72);
}
@media screen and (min-width: 1441px) {
  .header .logo {
    width: 184px;
  }
}
.header .header-menu-container {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 656px) {
  .header .header-menu-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .header .header-menu-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.header .header-menu-container .header-menu-linkedin {
  position: absolute;
  top: -12px;
  right: calc(16px + (100vw - 640px) / 800 * 64);
}
@media screen and (min-width: 1441px) {
  .header .header-menu-container .header-menu-linkedin {
    right: 80px;
  }
}
.header .header-menu-container .header-menu-linkedin img {
  width: 24px;
  display: block;
}
.header .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: calc(3px + (100vw - 768px) / 672 * 15);
}
@media screen and (min-width: 1441px) {
  .header .main-menu {
    margin-top: 18px;
  }
}
.header .main-menu-item {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: calc(13px + (100vw - 768px) / 672 * 1);
  padding: 0 calc(14px + (100vw - 768px) / 672 * 14);
}
@media screen and (min-width: 1441px) {
  .header .main-menu-item {
    font-size: 14px;
    padding: 0 28px;
  }
}
.header .main-menu-item a {
  background-size: 0% 4px;
  padding: 14px 0 10px;
  display: block;
  cursor: pointer;
}
.header .main-menu-item a:hover, .header .main-menu-item.active a {
  background-size: 100% 4px;
}
.header .main-menu-item:last-child {
  padding-right: 0;
}
.header .submenu-list {
  margin-top: 20px;
  min-height: calc(26px + (100vw - 768px) / 672 * 2);
}
@media screen and (min-width: 1441px) {
  .header .submenu-list {
    min-height: 28px;
  }
}
.header .submenu {
  display: none;
  justify-content: flex-end;
}
.header .submenu.active {
  display: flex;
}
.header .submenu-item {
  color: #000a8f;
  border-right: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  font-size: calc(12px + (100vw - 768px) / 672 * 2);
  padding: 6px calc(7px + (100vw - 768px) / 672 * 7);
  flex: none;
}
@media screen and (min-width: 1441px) {
  .header .submenu-item {
    font-size: 14px;
    padding: 6px 14px;
  }
}
.header .submenu-item:last-child {
  border-right: 0;
  flex: none;
  padding-right: 0;
}
.header .submenu-item.active {
  font-weight: 500;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-mobile {
  display: none;
  color: #000a8f;
  background-color: white;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile .logo {
  color: #000a8f;
  width: 112px;
  margin-top: 27px;
}
.header-mobile .header-menu-container {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 656px) {
  .header-mobile .header-menu-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .header-mobile .header-menu-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.header-mobile .header-menu-container .header-menu-linkedin {
  position: absolute;
  top: 10px;
  right: 16px;
}
.header-mobile .header-menu-container .header-menu-linkedin img {
  width: 20px;
  display: block;
}
.header-mobile .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
}
.header-mobile .main-menu-item {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 14px;
}
.header-mobile .main-menu-item a, .header-mobile .main-menu-item span {
  background-size: 0% 4px;
  padding: 14px 0;
  display: block;
  cursor: pointer;
}
.header-mobile .main-menu-item a:hover, .header-mobile .main-menu-item span:hover {
  background-size: 100% 4px;
}
.header-mobile .main-menu-item:last-child {
  padding-right: 0;
}
.header-mobile .language-switcher {
  margin-top: -0.35em;
}
.header-mobile .menu-overlay {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, #000a8f 50%, #0c0343);
  color: #abafd8;
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 656px) {
  .header-mobile .menu-overlay {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .header-mobile .menu-overlay {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.header-mobile .menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-animation: fade-in 0.4s;
          animation: fade-in 0.4s;
}
.header-mobile .menu-overlay .logo {
  color: white;
  width: 112px;
  margin-top: 27px;
}
.header-mobile .menu-overlay .menu {
  margin-top: 17px;
}
.header-mobile .menu-overlay .submenu-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.header-mobile .menu-overlay .submenu-list:not(:last-child) {
  border-bottom: 1px solid rgba(171, 175, 216, 0.5);
}
.header-mobile .menu-overlay li:first-child {
  -moz-column-span: all;
       column-span: all;
  display: block;
}
.header-mobile .menu-overlay .menu-item {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 7px 0;
  display: inline-block;
  width: 100%;
}
.header-mobile .menu-overlay .submenu-item {
  color: white;
  text-transform: none;
  font-size: 13px;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}
.header-mobile .menu-overlay .close {
  position: absolute;
  top: 27px;
  right: 16px;
  width: 28px;
  height: 28px;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}
.header-mobile .menu-overlay .close:hover {
  color: white;
}

html.frozen {
  overflow-y: hidden;
}
html.frozen .header-menu-container, html.frozen main {
  visibility: hidden;
}

.heading {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
}
@media screen and (max-width: 656px) {
  .heading {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.heading .heading-content {
  text-align: center;
  color: #0c0343;
}

.subheading {
  font-size: 36px;
  color: #000a8f;
  font-weight: 500;
  padding-top: 100px;
  text-transform: uppercase;
  margin-bottom: 68px;
}
@media screen and (max-width: 656px) {
  .subheading {
    padding-top: 60px;
    font-size: 24px;
    margin-bottom: 36px;
  }
}

.heading-1 {
  font-size: 28px;
  color: #000a8f;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media screen and (max-width: 656px) {
  .heading-1 {
    font-size: 24px;
  }
}

.heading-2, .privacy-policy .privacy-policy-title, .regions__subtitle--2, .regions__title {
  font-size: 30px;
  font-weight: 300;
  padding-top: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.button {
  border: 3px solid #000a8f;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  color: #000a8f;
  line-height: 1;
  padding: 16px 20px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 1px;
}
.button:hover {
  background-color: #000a8f;
  color: white;
}

.home-intro.active .description {
  max-height: 1200px;
}
@media screen and (max-width: 656px) {
  .home-intro.active .description {
    max-height: 2800px;
  }
}
.home-intro.active .description .description-content {
  opacity: 1;
}
.home-intro.active .read-more {
  display: none;
}
.home-intro.active .read-less-wrapper {
  padding: 60px 0 20px;
  display: flex;
  justify-content: center;
}
.home-intro .read-less-wrapper {
  display: none;
}
.home-intro .home-awards {
  padding: 76px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}
.home-intro .home-awards object {
  max-height: 100px;
  height: 100px;
}
.home-intro .paragraph {
  color: #000a8f;
  font-size: calc(15px + (100vw - 640px) / 800 * 3);
  line-height: 2.25;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.home-intro .paragraph:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 656px) {
  .home-intro .paragraph {
    font-size: 15px;
  }
}
@media screen and (min-width: 1441px) {
  .home-intro .paragraph {
    font-size: 18px;
  }
}
.home-intro .paragraph a {
  color: #000a8f;
  font-weight: bold;
}
.home-intro strong {
  font-weight: bold;
}
.home-intro .read-more {
  margin-top: 56px;
}
.home-intro .infographic {
  padding: 76px 0;
  justify-content: center;
  gap: 10vw;
  background-color: #D9E2F2;
}
.home-intro .infographic object {
  max-height: 140px;
  height: 140px;
}
.home-intro .description-2 {
  justify-content: center;
  padding-top: 56px;
  text-align: center;
}
.home-intro .description {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  background-color: #F6F9FF;
  color: #0c0343;
  margin-top: 40px;
  max-height: 0;
  transition: max-height 0.4s;
  overflow: hidden;
  scroll-margin-top: calc(146px + (100vw - 768px) / 672 * 30);
  scroll-padding-top: calc(146px + (100vw - 768px) / 672 * 30);
}
@media screen and (max-width: 656px) {
  .home-intro .description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .home-intro .description {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .home-intro .description {
    scroll-margin-top: 97px;
    scroll-padding-top: 97px;
  }
}
.home-intro .description .description-content {
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s 0.4s;
}
.home-intro .description .description-content ul {
  list-style: none;
}
.home-intro .description .description-content li {
  position: relative;
}
.home-intro .description .description-content li:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "\2192";
  /* bullet point, for screen readers */
  left: -1.75em;
  top: 0.3em;
}

.video {
  margin-top: 80px;
}
.video video {
  width: 100%;
  height: 100%;
}

.locations {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-bottom: 40px;
}
@media screen and (max-width: 656px) {
  .locations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .locations {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.locations .locations-heading {
  color: #000a8f;
  border-bottom: 1px solid #c3c3c3;
}
.locations .locations-content {
  color: #0c0343;
  margin-top: 40px;
  margin-bottom: 80px;
}
.locations .summary {
  font-size: 20px;
  line-height: 2.25;
  width: 80%;
}
@media screen and (max-width: 656px) {
  .locations .summary {
    font-size: 18px;
    width: 100%;
  }
}
.locations .location-link {
  font-size: 18px;
  font-weight: bold;
  color: #000a8f;
  margin-top: 40px;
}
.locations .location-link:hover .arrow {
  transform: rotate(1turn);
}
.locations .location-link .arrow {
  font-weight: normal;
  display: inline-block;
  transform: rotate(0turn);
  transition: transform 0.4s ease-in-out;
}

.home-banner {
  background-color: #F1F1F1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 78px 0 76px 0;
}
@media screen and (max-width: 656px) {
  .home-banner {
    padding: 100px 0 50px 0;
  }
}
.home-banner .banner-link {
  width: 100%;
  max-width: 1088px;
  position: relative;
  display: inline-block;
  min-height: 80px;
}
.home-banner .banner-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-contact {
  color: #000a8f;
  background-color: #D9E2F2;
  padding-top: 36px;
  padding-bottom: 72px;
}
.home-contact .contact-wrapper .contact-header {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 16px;
}
.home-contact .contact-wrapper a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 600;
}
.home-contact .contact-wrapper a.linkedin-link {
  margin-top: 52px;
  display: flex;
}
.home-contact .contact-wrapper a.linkedin-link p {
  line-height: 32px;
  display: flex;
  flex-direction: column;
}
.home-contact .contact-wrapper a.linkedin-link p span {
  font-weight: 300;
}
.home-contact .contact-wrapper a.linkedin-link img {
  margin-right: 12px;
  max-height: 48px;
}

.awards {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  background-color: #f6f6f6;
  color: #727272;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 656px) {
  .awards {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .awards {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.awards__unio h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}
.awards__unio img {
  width: 120px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.awards .awards-title {
  color: #4a4747;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
}
.awards .awards-wrapper {
  width: 100%;
  display: flex;
}
.awards .awards-wrapper > * + * {
  border-left: 1px solid #727272;
}
@media screen and (max-width: 768px) {
  .awards .awards-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .awards .awards-wrapper > * + * {
    border-left: 0;
    border-top: 1px solid #727272;
  }
}
.awards .excellence, .awards .effie, .awards .ipra, .awards .sabre {
  display: flex;
  align-items: center;
  flex: auto;
  padding: 0 30px;
}
.awards .excellence > img, .awards .effie > img, .awards .ipra > img, .awards .sabre > img {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .awards .excellence, .awards .effie, .awards .ipra, .awards .sabre {
    width: 100%;
    padding: 30px 0;
  }
  .awards .excellence > img, .awards .effie > img, .awards .ipra > img, .awards .sabre > img {
    width: 33.333%;
    margin-right: 30px;
  }
}
.awards .sabre {
  padding-left: 0;
  padding-top: 0;
  gap: 0.5rem;
}
.awards .sabre .sabre-dates {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .awards .sabre .sabre-dates {
    flex-direction: column;
  }
}
.awards .sabre .sabre-dates > li {
  line-height: 1.75;
  font-weight: bold;
  margin-right: 1em;
}
.awards .ipra {
  gap: 0.5rem;
}
.awards .ipra .ipra-dates {
  flex-wrap: wrap;
}
.awards .ipra .ipra-dates > li {
  line-height: 1.75;
  font-weight: bold;
}
.awards .ipra .ipra-dates > li > span {
  font-weight: normal;
}
.awards .ipra-logo {
  display: block;
}
.awards .effie .effie-dates {
  flex-wrap: wrap;
}
.awards .effie .effie-dates > li {
  line-height: 1.75;
  font-weight: bold;
}
.awards .effie .effie-dates > li > span {
  font-weight: normal;
}
.awards .excellence {
  padding-right: 0;
  padding-bottom: 0;
}
.awards .excellence .excellence-dates {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .awards .excellence .excellence-dates {
    flex-direction: column;
  }
}
.awards .excellence .excellence-dates > li {
  margin-right: 1em;
  line-height: 1.75;
  font-weight: bold;
}

.footer {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  color: #727272;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 656px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.footer * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.footer .footer-side-column {
  display: flex;
  flex: 25%;
  align-items: center;
}
.footer .footer-side-column:last-child {
  justify-content: flex-end;
}
.footer .logo {
  width: 112px;
}
.footer .copyright {
  flex: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    order: 1;
    width: 100%;
    margin-top: 20px;
  }
}
.regions {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-bottom: 80px;
  background-image: radial-gradient(#281792, #10083f);
  color: white;
  display: block;
}
@media screen and (max-width: 656px) {
  .regions {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .regions {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.regions.region-all .clock-list-item, .regions.region-europe .clock-list-item.region-europe, .regions.region-united-states .clock-list-item.region-united-states, .regions.region-asia .clock-list-item.region-asia {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.25s;
}
.regions.region-all .clocks-title.region-all, .regions.region-europe .clocks-title.region-europe, .regions.region-united-states .clocks-title.region-united-states, .regions.region-asia .clocks-title.region-asia {
  display: block;
}
.regions.paused .hour-hand,
.regions.paused .minute-hand,
.regions.paused .second-hand {
  -webkit-animation: none;
          animation: none;
}
.regions__title {
  margin-bottom: 10px;
  width: 100%;
}
.regions__subtitle {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.regions__subtitle--2 {
  font-weight: 600;
  padding-top: 16px;
  margin-bottom: 0px;
}
.regions__offices {
  margin-bottom: 40px;
  padding-left: 24px;
  display: flex;
  flex-wrap: wrap;
}
.regions__partner-offices {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.regions__dropdown {
  display: block;
  padding: 24px;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  margin-bottom: 24px;
}
.regions__dropdown svg {
  position: absolute;
  display: block;
  width: 20px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(180deg);
}
.regions__dropdown--open svg {
  transform: translateY(-50%) rotate(0deg);
}
.regions .clock-list {
  width: 61.8%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .regions .clock-list {
    width: 75%;
  }
}
.regions .c-office-small {
  border: 1px solid #FFFFFF;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.regions .c-office-small img {
  display: block;
  width: 30px;
  margin-right: 24px;
}
.regions .c-office-small__content {
  display: inline;
}
.regions .c-office-small__country {
  color: #FFFFFF;
  font-size: 9px;
  text-transform: uppercase;
}
.regions .c-office-small__city {
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
}
.regions .c-office-small + .c-office-small {
  margin-left: 24px;
}
.regions .c-partner-office {
  border-left: 1px solid #FFFFFF;
  padding: 8px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.regions .c-partner-office__country {
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
}
.regions .c-partner-office__city {
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
}
.regions .c-partner-office__title {
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
}
.regions .clock-list-item {
  width: 25.1%;
  padding: 30px;
  color: white;
  opacity: 0.25;
  position: relative;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 656px) {
  .regions .clock-list-item {
    width: 50%;
    padding: 5vw;
  }
}
.regions .clock {
  border: 3px solid white;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 8px);
  position: relative;
}
@-webkit-keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.regions .hour-layer,
.regions .minute-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.regions .second-layer {
  position: absolute;
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 2.5%;
}
.regions .hour-layer {
  transition: transform 1s ease-in-out;
}
.regions .minute-layer {
  transition: transform 1s ease-in-out 0.5s;
}
.regions .second-layer {
  transition: transform 1s ease-in-out 1s;
}
.regions .second-hand {
  width: 1%;
  height: 60%;
  background-color: white;
  position: absolute;
  left: 49.5%;
  bottom: 40%;
  transform-origin: 50% 83.3333333333%;
  -webkit-animation: rotation 60s infinite steps(60);
          animation: rotation 60s infinite steps(60);
  border-radius: 1px;
  outline: 1px solid transparent;
}
.regions .minute-hand {
  width: 1.5%;
  height: 40%;
  background-color: white;
  position: absolute;
  left: 49.25%;
  bottom: 50%;
  transform-origin: 50% bottom;
  -webkit-animation: rotation 3600s infinite linear;
          animation: rotation 3600s infinite linear;
  border-radius: 1px;
  outline: 1px solid transparent;
}
.regions .hour-hand {
  width: 2%;
  height: 25%;
  background-color: white;
  position: absolute;
  left: 49%;
  bottom: 50%;
  transform-origin: 50% bottom;
  -webkit-animation: rotation 43200s infinite linear;
          animation: rotation 43200s infinite linear;
  border-radius: 1px;
  outline: 1px solid transparent;
}
.regions .center {
  width: 6%;
  height: 6%;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 47%;
  background-color: white;
}
.regions .clock-location {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 656px) {
  .regions .clock-location {
    margin-left: -5vw;
    margin-right: -5vw;
    font-size: 14px;
  }
}
.regions .clock-location::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.regions .clock-location > span {
  line-height: 1;
}
.regions .clocks-note {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  display: none;
}
.regions.region-europe .clocks-note {
  display: block;
}
.regions .subregion__name {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.regions .subregion__name svg {
  display: block;
  margin-left: 24px;
  height: 8px;
  width: 20px;
  transform: translateY(-50%) rotate(0deg);
}
.regions .subregion__content {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.5s ease;
}
.regions .subregion--closed .subregion__name svg {
  transform: translateY(-50%) rotate(180deg);
}
.regions .subregion--closed .subregion__content {
  max-height: 0px;
}
.regions__home-region .regions__dropdown:hover,
.regions__home-region .regions__dropdown--open {
  background: #10083f;
  background: radial-gradient(circle, #10083f 0%, #281792 100%);
  color: #fff !important;
}
.regions__home-region .subregion .c-office-small {
  border-color: #000A8F;
}
.regions__home-region .subregion .c-office-small__country, .regions__home-region .subregion .c-office-small__city {
  color: #000A8F;
}
.regions__home-region .subregion .c-partner-office {
  border-color: #000A8F;
}
.regions__home-region .subregion .c-partner-office__country, .regions__home-region .subregion .c-partner-office__title, .regions__home-region .subregion .c-partner-office__city {
  color: #000A8F;
}
.regions__home-region .subregion__name {
  color: #000A8F;
}
.regions__home-region.open .regions__home-region-content {
  max-height: 500px;
}
.regions__home-region-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.home-locations .regions {
  background: #fff;
}
.home-locations .regions__title,
.home-locations .regions__subtitle,
.home-locations .regions__subtitle--2 {
  color: #000A8F;
}
.home-locations .regions__dropdown {
  border-color: #000A8F;
  color: #000A8F;
}

.location-list.region-all .location, .location-list.region-europe .location:not(.region-europe), .location-list.region-united-states .location:not(.region-united-states), .location-list.region-asia .location:not(.region-asia) {
  display: none;
}

.location {
  position: relative;
  align-items: stretch;
  scroll-margin-top: calc(calc(138px + (100vw - 768px) / 672 * 39) - 40px);
}
@media screen and (max-width: 768px) {
  .location {
    scroll-margin-top: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .location {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .location:not(:last-child) .location-info {
    padding-bottom: 0;
  }
}
.location.show {
  display: flex !important;
}
.location .location-info {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 656px) {
  .location .location-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .location-info {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.location .location-address {
  padding-left: 0;
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 656px) {
  .location .location-address {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .location-address {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .location .location-address {
    width: 100%;
  }
}
.location .region-wrapper {
  width: 50%;
  flex-basis: 100%;
  display: flex;
}
.location .region {
  padding-left: 0;
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  color: #4a4747;
  font-weight: 500;
  padding-bottom: 1em;
  width: 50%;
}
@media screen and (max-width: 656px) {
  .location .region {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .region {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .location .region {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1281px) {
  .location .region {
    font-size: 16px;
  }
}
.location .country {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  color: #c3c3c3;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 1em;
  border-top: 1px solid #727272;
}
@media screen and (max-width: 1024px) {
  .location .country {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .location .country {
    font-size: 16px;
  }
}
.location .office {
  font-size: calc(16px + (100vw - 1024px) / 256 * 14);
  margin-top: 1em;
  color: #000a8f;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .location .office {
    font-size: 30px;
  }
}
@media screen and (min-width: 1281px) {
  .location .office {
    font-size: 30px;
  }
}
.location .contacts {
  position: relative;
}
@media screen and (max-width: 656px) {
  .location .contacts {
    flex-direction: column;
    align-items: stretch;
  }
}
.location .contacts-info {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .location .contacts-info {
    visibility: hidden;
  }
}
.location .address {
  font-size: calc(14px + (100vw - 1024px) / 256 * 6);
  color: #000a8f;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .location .address {
    font-size: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .location .address {
    font-size: 20px;
  }
}
.location .contacts-link {
  font-size: 14px;
  font-weight: bold;
  color: #281792;
  cursor: pointer;
}
.location .contacts-link > .arrow-left {
  display: none;
}
.location .contacts-link:hover > .arrow-right {
  transform: rotate(1turn);
}
.location .contacts-link:hover > .arrow-left {
  transform: rotate(-1turn);
}
.location .back-link {
  font-size: 14px;
  font-weight: bold;
  color: #281792;
  cursor: pointer;
  float: right;
  display: none;
}
.location .back-link:hover > .arrow {
  transform: rotate(-1turn);
}
.location .arrow, .location .arrow-left, .location .arrow-right {
  display: inline-block;
  transform: rotate(0turn);
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .location .contacts-link,
.location .back-link {
    display: none;
  }
}
.location .location-picture-wrapper {
  background-color: white;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  transition: visibility 0.5s, opacity 0.5s;
}
@media screen and (max-width: 1024px) {
  .location .location-picture-wrapper {
    display: none;
  }
}
.location .location-picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.location .people {
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .location .people {
    margin-top: 0;
    align-items: stretch;
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 656px) {
  .location .people {
    flex-wrap: wrap;
  }
}
.location .person {
  position: relative;
  width: 49%;
  height: 0;
  padding-bottom: 61.25%;
  opacity: 0;
  transition: opacity 0.75s;
}
.location .person:first-child {
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .location .person:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .location .person {
    opacity: 1;
    height: auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 656px) {
  .location .person {
    width: 100%;
    margin-bottom: 4%;
  }
}
.location .person .personal-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000a8f;
  padding: 16% 8%;
  color: white;
}
@media screen and (max-width: 1024px) {
  .location .person .personal-info {
    position: static;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8%;
  }
}
.location .person .personal-info.basic-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .location .person .personal-info.basic-info {
    padding: 20% 8%;
  }
}
.location .person .personal-info.basic-info .name,
.location .person .personal-info.basic-info .position {
  display: none;
}
.location .person .personal-info.basic-info .email {
  margin-top: 0;
}
.location .person .name {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .location .person .name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .location .person .name {
    font-size: 16px;
  }
}
.location .person .position {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.75;
  line-height: 1.75;
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}
.location .person .email {
  font-size: 12px;
  margin-top: 2em;
  line-height: 1.5;
}
.location .person .phone {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .location .person .phone {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .location .person .phone {
    font-size: 16px;
  }
}
.location.show-details .location-picture-wrapper {
  opacity: 0;
  visibility: hidden;
}
.location.show-details .contacts-link {
  display: none;
}
.location.show-details .back-link {
  display: block;
}
.location.show-details .person {
  opacity: 1;
}
.location.show-details .contacts-info {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .region-wrapper {
    justify-content: flex-end;
  }
  .location:nth-child(even) .region {
    padding-right: 0;
    padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  }
}
@media screen and (min-width: 1025px) and (max-width: 656px) {
  .location:nth-child(even) .region {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1441px) {
  .location:nth-child(even) .region {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .location-info {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .location-address {
    padding-right: 0;
    padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  }
}
@media screen and (min-width: 1025px) and (max-width: 656px) {
  .location:nth-child(even) .location-address {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1441px) {
  .location:nth-child(even) .location-address {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .location-picture-wrapper {
    right: unset;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .contacts-link .arrow-right {
    display: none;
  }
  .location:nth-child(even) .contacts-link .arrow-left {
    display: inline-block;
  }
}

.privacy-policy {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
}
@media screen and (max-width: 656px) {
  .privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .privacy-policy {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.privacy-policy .privacy-policy-title-wrapper {
  color: #000a8f;
  border-bottom: 1px solid #c3c3c3;
}
.privacy-policy .privacy-policy-title {
  padding-top: 40px;
}
.privacy-policy .privacy-policy-content {
  color: #0c0343;
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 50em;
}
.privacy-policy .privacy-policy-content * {
  line-height: 2;
}
.privacy-policy .privacy-policy-content strong {
  font-weight: 500;
}
.privacy-policy .privacy-policy-content a {
  color: #000a8f;
}
.privacy-policy .privacy-policy-content h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #000a8f;
}
.privacy-policy .privacy-policy-content p {
  margin-bottom: 1em;
}
.privacy-policy .privacy-policy-content ul {
  margin: 1em 2em;
  list-style: disc;
}
.privacy-policy .privacy-policy-content li {
  margin-bottom: 1em;
}

.works {
  align-items: stretch;
}
.works .works-title {
  width: 38.2%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  color: white;
  justify-content: space-around;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: calc(18px + (100vw - 640px) / 800 * 18);
  line-height: 2.25;
  padding: 10%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .works .works-title {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  .works .works-title {
    font-size: 36px;
  }
}
.works .works-content {
  width: 61.8%;
  overflow: auto;
  display: flex;
  align-items: stretch;
  background-color: #eaeaea;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .works .works-content {
    width: 100%;
  }
}
.works .works-list {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
}
.works .works-category {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0 4%;
}
.works .works-category:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
.works .works-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  color: #727272;
}
.works .works-link-title {
  font-size: calc(14px + (100vw - 640px) / 800 * 4);
  line-height: 2.25;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .works .works-link-title {
    font-size: 14px;
    top: 2px;
  }
}
@media screen and (min-width: 1441px) {
  .works .works-link-title {
    font-size: 18px;
  }
}
.works .works-link-arrow {
  width: 16px;
  height: 16px;
  color: #c3c3c3;
  flex: none;
}
.works .works-link-arrow > svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.work {
  align-items: stretch;
  min-height: 50vmin;
}
.work.full-height {
  height: 100vw;
  max-height: calc(100vh - calc(146px + (100vw - 768px) / 672 * 30));
}
@media screen and (max-width: 768px) {
  .work.full-height {
    max-height: none;
    height: auto;
  }
}
.work.full-height .work-content {
  height: 100%;
  overflow: auto;
}
.work .work-title {
  width: 38.2%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  color: white;
  justify-content: space-around;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: calc(18px + (100vw - 640px) / 800 * 18);
  line-height: 2.25;
  padding: 10%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .work .work-title {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .work .work-title {
    font-size: 36px;
  }
}
.work .work-image {
  width: 38.2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .work .work-image {
    display: none;
  }
}
.work .work-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .work-image [src*=media-management-and-media-relations] {
  -o-object-position: 25% center;
     object-position: 25% center;
}
.work .work-image [src*=crisis-and-issue-management] {
  -o-object-position: 33% center;
     object-position: 33% center;
}
.work .work-image [src*=employee-change-internal-communications] {
  -o-object-position: 75% center;
     object-position: 75% center;
}
.work .work-image [src*=ceo-and-strategic-communications] {
  -o-object-position: 33% center;
     object-position: 33% center;
}
.work .work-image [src*=corporate-and-public-affairs] {
  -o-object-position: 66% 66%;
     object-position: 66% 66%;
}
.work .work-image [src*=mergers-and-acquisitions] {
  -o-object-position: center top;
     object-position: center top;
}
.work .work-image [src*=regulatory-consulting-stakeholder-engagement-government-relations] {
  -o-object-position: 33% top;
     object-position: 33% top;
}
.work .work-image [src*=eu-policy-regulatory-relations] {
  -o-object-position: 40% center;
     object-position: 40% center;
}
.work .work-image [src*=startup-support] {
  -o-object-position: 70% top;
     object-position: 70% top;
}
.work .work-image [src*=market-entry-strategy-and-rollout] {
  -o-object-position: 25% bottom;
     object-position: 25% bottom;
}
.work .work-image [src*=intercultural-awareness-local-insight-media-training] {
  -o-object-position: right top;
     object-position: right top;
}
.work .work-image [src*=brand-experience-activities] {
  -o-object-position: 15% bottom;
     object-position: 15% bottom;
}
.work .work-image [src*=brand-engagement-and-brand-journalism] {
  -o-object-position: right center;
     object-position: right center;
}
.work .work-image [src*=media-relations] {
  -o-object-position: 20% center;
     object-position: 20% center;
}
.work .work-image [src*=visual-identity-and-graphic-design] {
  -o-object-position: 66% top;
     object-position: 66% top;
}
.work .work-image [src*=multimedia-content] {
  -o-object-position: left center;
     object-position: left center;
}
.work .work-image [src*=web-design] {
  -o-object-position: left center;
     object-position: left center;
}
.work .work-image [src*=data-analysis-ppc-digital-advertising] {
  -o-object-position: 30% center;
     object-position: 30% center;
}
.work .work-image [src*=social-media-management-social-customer-care] {
  -o-object-position: center top;
     object-position: center top;
}
.work .work-content {
  width: 61.8%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background-color: #eaeaea;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .work .work-content {
    width: 100%;
  }
}
.work .work-category {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  border-bottom: 1px solid #281792;
}
.work .work-category-title {
  padding: 24px 0;
  color: #0c0343;
  font-size: calc(14px + (100vw - 640px) / 800 * 4);
  text-transform: uppercase;
  line-height: 2.25;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .work .work-category-title {
    font-size: 14px;
    top: 2px;
  }
}
@media screen and (min-width: 1441px) {
  .work .work-category-title {
    font-size: 18px;
  }
}
.work .work-category-link {
  width: 16px;
  height: 16px;
  color: #281792;
  padding: 15px 0 15px 15px;
  box-sizing: content-box;
  opacity: 0.5;
  flex: none;
}
.work .work-category-link > svg {
  width: 100%;
  height: 100%;
}
.work .work-category-link:hover {
  opacity: 1;
}
.work .work-item {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5% 0;
}
.work .work-item:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 768px) {
  .work .work-item {
    flex-wrap: wrap;
  }
}
.work .work-logo {
  width: 38.2%;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  .work .work-logo {
    width: 100%;
    color: red;
    padding: 16px calc(80px + (100vw - 320px) / 448 * 208);
  }
}
.work .work-logo > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.work .work-name {
  font-size: 16px;
  color: #4a4747;
  text-transform: uppercase;
  margin-bottom: 16px;
}
[lang=cn] .work .work-name {
  font-weight: bold;
}
.work .work-description, .work .work-expertise,
.work .work-region,
.work .work-countries {
  font-size: 14px;
  color: #4a4747;
  line-height: 2.25;
}
.work .work-description, .work .work-expertise {
  margin-bottom: 16px;
}
.work .work-expertise {
  margin: 4%;
}
.work .work-awards {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.work .work-award {
  width: 25%;
  margin-right: 20px;
}
.work .work-subheading {
  font-size: 14px;
  color: #281792;
  padding: 4% 4% 0;
}

.our-expertise {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  background-image: radial-gradient(#281792, #10083f);
  color: white;
  padding-bottom: 120px;
  scroll-margin-top: calc(146px + (100vw - 768px) / 672 * 30);
}
@media screen and (max-width: 656px) {
  .our-expertise {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .our-expertise {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .our-expertise {
    scroll-margin-top: 97px;
  }
}
.our-expertise .summary {
  font-size: 28px;
  line-height: 2.25;
  margin-bottom: 48px;
}
.our-expertise .summary > strong {
  font-weight: 500;
}
@media screen and (max-width: 656px) {
  .our-expertise .summary {
    font-size: 18px;
  }
}
.our-expertise .subtitle {
  font-weight: 300;
  line-height: 2.25;
  font-size: 26px;
}
.our-expertise .squares {
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
}
.our-expertise .square {
  width: 25%;
  padding: 12.5% 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  text-transform: uppercase;
  line-height: 2;
  text-align: center;
  height: 0;
  position: relative;
}
.our-expertise .square:nth-child(odd) {
  background-color: #000a8f;
}
.our-expertise .square:nth-child(even) {
  background-color: #0c0343;
}
@media screen and (max-width: 768px) {
  .our-expertise .square {
    width: 50%;
    padding: 25% 2.5%;
    font-size: 3vw;
  }
  .our-expertise .square:nth-child(1), .our-expertise .square:nth-child(4) {
    background-color: #000a8f;
  }
  .our-expertise .square:nth-child(2), .our-expertise .square:nth-child(3) {
    background-color: #0c0343;
  }
}
@media screen and (min-width: 1441px) {
  .our-expertise .square {
    font-size: 23px;
  }
}
.our-expertise .square .square-icon {
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s;
  line-height: 2;
  width: 33%;
  stroke-width: 1px;
  color: white;
}
.our-expertise .square .square-text {
  line-height: 2;
  opacity: 1;
  transition: opacity 0.25s;
}
.our-expertise .square:hover .square-icon {
  opacity: 1;
}
.our-expertise .square:hover .square-text {
  opacity: 0;
}

/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #727272;
  --cc-btn-primary-bg: #000a8f;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  -webkit-animation: none;
          animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: bold;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.25em;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  text-decoration: underline;
}

.cc_div a:hover {
  text-decoration: none;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s ease, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.2em 2.2em 1.825em 2.2em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 25em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}

#c-ttl {
  margin: 0 0 0.6em 0;
  font-size: 1.3em;
}

#c-txt {
  margin-bottom: 1.625em;
  font-size: 0.9em;
  line-height: 1.45em;
}

#c-p-bn.c-bn {
  border: 3px solid #000a8f;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  color: white;
  line-height: 1;
  padding: 16px 20px;
  background-color: #000a8f;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 1px;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
}
#c-p-bn.c-bn:hover {
  background-color: transparent;
  color: #000a8f;
}

#c-s-bn.c-bn {
  border: 3px solid #000a8f;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  color: #000a8f;
  line-height: 1;
  padding: 16px 20px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 1px;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
}
#c-s-bn.c-bn:hover {
  background-color: #000a8f;
  color: white;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-tl {
  font-size: 1.1em;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1.4em 6.4em 1.4em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  margin-top: 2em;
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 1em;
}

.cc_div .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 47em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 5.125em;
  padding-bottom: 4.9375em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.5em 2.5em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.5em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.9375em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

.cc_div .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 1.2em 2.5em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.6em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

/** works only on webkit-based browsers **/
#s-bl::-webkit-scrollbar {
  width: 0.9em;
  height: 100%;
  background: transparent;
  border-radius: 0 0.25em 0.25em 0;
}

#s-bl::-webkit-scrollbar-thumb {
  border: 0.25em solid var(--cc-bg);
  background: #cfd5db;
  background: var(--cc-webkit-scrollbar-bg);
  border-radius: 100em;
}

#s-bl::-webkit-scrollbar-thumb:hover {
  background: #9199a0;
  background: var(--cc-webkit-scrollbar-bg-hover);
}

#s-bl::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  overflow: hidden;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .c-tgl {
  width: 3.6em;
  height: 1.6em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: absolute;
  left: 0.22em;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.95em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s ease;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent,
html.force--consent.show--settings {
  overflow-y: hidden !important;
}

html.force--consent,
html.force--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .b-tl::before,
.cc_div .act .b-bn .b-tl::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  transform: translateY(-0.2em) rotate(45deg);
  left: 1.2em;
  top: 1.85em;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(0.05em) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #ffffff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.13em;
  display: inline-block;
  padding-bottom: 0.55em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  margin-top: 0.31em;
  margin-left: 0.1em;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.55em;
  height: 17px;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.25s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.84em;
  top: 0.4em;
  content: " ";
  height: 0.85em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1.25em;
  right: 1.25em;
  overflow: hidden;
  padding: 1.3em 2.4em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-ttl {
  font-size: 1.1em;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
  font-size: 0.8em;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 540px;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 2em;
  padding-right: 2em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
#cm.cloud,
#cm.left,
#cm.right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.875em;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
  }

  .force--consent #cm,
.force--consent #cm.cloud {
    width: 100vw;
    max-width: 100vw;
  }

  #cm.top {
    top: 0;
    bottom: unset;
  }

  #cm.bottom {
    bottom: 0;
    top: unset;
  }

  .cc_div .cloud #c-ttl {
    font-size: 1.3em;
  }

  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }

  #cm.cloud .c-bn {
    font-size: 0.85em;
  }

  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }

  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }

  #cs {
    border-radius: 0;
    padding: 0;
  }

  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }

  .cc_div .b-tg {
    font-size: 1.25em;
    right: 0.9em;
  }

  #s-inr {
    margin: 0;
    padding-bottom: 8.1em;
    border-radius: unset;
  }

  #s-bl,
.cc_div .bar #s-bl {
    padding: 1.3em;
  }

  #s-hdr,
.cc_div .bar #s-hdr {
    padding: 1.2em 1.3em;
  }

  #s-bns,
.cc_div .bar #s-bns {
    height: 8.1em;
    padding: 1em 1.3em;
  }

  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  #s-bl table,
#s-bl thead,
#s-bl tbody,
#s-bl th,
#s-bl td,
#s-bl tr,
#s-cnt {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }

  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }

  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #cm .c-bn,
.cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }

  #c-bns button + button,
#s-cnt button + button {
    margin-top: 0.625em;
    float: unset;
  }

  #cm.cloud {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
  }

  #cm.cloud.right,
#cm.cloud.left {
    margin: 0;
  }

  .cc_div .cloud #c-bns,
.cc_div .cloud #c-inr,
.cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: auto;
  }

  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.4em 6.4em 1.4em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
.form {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000a8f;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .form {
    padding: 40px 1rem;
  }
}
.form .mb {
  margin-bottom: 1rem;
}
.form .ml {
  margin-left: 1rem;
}
.form form {
  max-width: 1072px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form h1 {
  font-size: calc(16px + (100vw - 1024px) / 256 * 14);
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .form h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1281px) {
  .form h1 {
    font-size: 30px;
  }
}
.form p {
  font-size: 16px;
}
.form p.lead {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form p.lead {
    font-size: 16px;
  }
}
.form p.text-right {
  text-align: right;
}
.form p.text-right.red {
  color: red;
}
.form ul {
  padding-left: 1rem;
}
.form ul li {
  list-style: disc;
  color: #999;
  line-height: 1.5;
}
.form .grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1025px) {
  .form .grid-2 {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.form .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.form .block .alert-text {
  display: none;
}
.form .block.alert {
  color: red !important;
}
.form .block.alert input, .form .block.alert textarea, .form .block.alert select {
  border-color: red !important;
}
.form .block.alert .alert-text {
  text-align: right;
  display: block;
  margin-top: 10px;
}
.form .block .minus {
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  margin-left: calc(1rem - 10px);
}
.form .block .minus label {
  padding: 0 10px;
  background: white;
}
.form .block input, .form .block textarea, .form .block select {
  border: 1px solid #000a8f;
  min-height: 59px;
  color: #000a8f;
  padding: 0 1rem;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: white;
}
.form .block textarea {
  min-height: 156px;
  padding: 1rem;
}
.form .block select {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.form .block-button {
  display: flex;
}
.form .block-button button {
  display: block;
  margin-left: auto;
  padding: 10px 90px;
  border: 1px solid #000a8f;
  background: #000a8f;
  color: white;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.form .block-button button:hover, .form .block-button button:focus {
  background: white;
  color: #000a8f;
}

.noheader {
  margin-top: 0;
}
.noheader .header-img {
  text-align: center;
  padding-top: 0;
}
.noheader .header-img img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.best-practices {
  padding: 40px 0;
}
.best-practices .green-box {
  background: #8CCC30;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.5rem;
}
.best-practices .grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  width: 100%;
  grid-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .best-practices .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1440px) {
  .best-practices {
    padding: 40px 1rem;
  }
}
.best-practices .green {
  color: #8CCC30;
}
.best-practices .form-head h1 {
  font-size: 68px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1024px) {
  .best-practices .form-head h1 {
    font-size: 38px;
  }
}
.best-practices .form-head p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.4;
}
.best-practices .form-head p.lead {
  font-size: 37px;
}
.best-practices .form-head p.small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .best-practices .form-head p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .best-practices .form-head p.lead {
    font-size: 24px;
  }
  .best-practices .form-head p.small {
    font-size: 14px;
  }
}
.best-practices .form-head p .green {
  color: #8CCC30;
  display: block;
}
.best-practices .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .best-practices .sidebar {
    border-left: 1px solid black;
  }
}
.best-practices .sidebar h2 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .best-practices .sidebar h2 {
    font-size: 24px;
  }
}
.best-practices form {
  padding-top: 30px;
  max-width: 1072px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #8CCC30;
}
.best-practices .mb {
  margin-bottom: 1rem;
}
.best-practices .ml {
  margin-left: 1rem;
}
.best-practices .text-right {
  text-align: right;
}
.best-practices ul {
  padding-left: 1rem;
}
.best-practices ul li {
  list-style: disc;
  color: #999;
  line-height: 1.5;
}
.best-practices .grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1025px) {
  .best-practices .grid-2 {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.best-practices .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.best-practices .block p {
  font-size: 1rem;
}
.best-practices .block .alert-text {
  display: none;
}
.best-practices .block.alert {
  color: red !important;
}
.best-practices .block.alert input, .best-practices .block.alert textarea, .best-practices .block.alert select {
  border-color: red !important;
}
.best-practices .block.alert .alert-text {
  text-align: right;
  display: block;
  margin-top: 10px;
}
.best-practices .block .minus {
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  margin-left: calc(1rem - 10px);
}
.best-practices .block .minus label {
  padding: 0 10px;
  background: white;
}
.best-practices .block input, .best-practices .block textarea, .best-practices .block select {
  border: 1px solid #8CCC30;
  min-height: 59px;
  color: black;
  padding: 0 1rem;
  font-family: "Montserrat", sans-serif;
  background: white;
  outline: none;
}
.best-practices .block input:focus, .best-practices .block input:active, .best-practices .block textarea:focus, .best-practices .block textarea:active, .best-practices .block select:focus, .best-practices .block select:active {
  border-color: black;
}
.best-practices .block textarea {
  min-height: 156px;
  padding: 1rem;
}
.best-practices .block select {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.best-practices .block .yesno {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.best-practices .block .yesno p {
  line-height: 1.4;
  margin: 0;
  color: #999;
}
.best-practices .block .yesno .inputs {
  display: inline-flex;
  border-right: 1px solid #8CCC30;
}
.best-practices .block .yesno .inputs input {
  display: none;
}
.best-practices .block .yesno .inputs label {
  padding: 7.5px 10px;
  background-color: transparent;
  border: 1px solid #8CCC30;
  border-right: 0;
  border-radius: 0;
  margin: 0px;
  display: inline-block;
  font-size: 16px;
  color: #8CCC30;
}
.best-practices .block .yesno .inputs input:checked + label {
  background-color: #8CCC30;
  cursor: default;
  color: white;
}
.best-practices .block-button {
  display: flex;
}
.best-practices .block-button button {
  display: block;
  margin-left: auto;
  padding: 10px 90px;
  border: 1px solid #8CCC30;
  background: #8CCC30;
  color: white;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", sans-serif;
}
.best-practices .block-button button:hover, .best-practices .block-button button:focus {
  background: white;
  color: #8CCC30;
}