@charset "UTF-8";

html {
  width: 100%;
  max-width: 100%;
  border: 0 none;
}

body {
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  color: #334650;
  font-size: 18px;
  line-height: 1.4;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: opacity, background-color;
  transition: opacity, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

body:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #40F7F7;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mobile-open body:after {
  z-index: 999999999;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mobile-style body:after {
  opacity: 0.3;
  visibility: visible;
}

.hide-body-animation body {
  opacity: 0;
}

a,
button {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color, background, border;
  transition: color, background, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover,
button:hover {
  color: #001824;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  font-family: "century-gothic", sans-serif;
  color: #001824;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 45px;
  color: inherit;
}

h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

h4 {
  font-size: 21px;
  margin-bottom: 10px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 16px;
  color: #334650;
}

strong,
b {
  font-weight: bold;
}

.leading,
.leading-small {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #00609C;
  font-family: "Libre Franklin", sans-serif;
}

.leading strong,
.leading-small strong {
  font-weight: 900;
}

.leading mark,
.leading-small mark {
  color: purple;
  background: transparent;
}

.leading-small {
  font-size: 20px;
}

.big-text {
  font-size: 24px;
}

.footnotes {
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  opacity: 0.7;
}

.block {
  margin-top: 45px;
}

.button {
  position: relative;
  font-size: 24px;
  line-height: normal;
  color: #001824;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  padding: 14px 20px;
  display: inline-block;
  background: #40F7F7;
  border-radius: 10px;
  text-decoration: none !important;
}

.button.button-white {
  font-size: 20px;
  color: #001824;
  padding: 12px 20px;
  border-radius: 4px;
  background: #fff;
}

.button:hover {
  color: #fff;
  background: #001824;
}

.button:hover.button-on-dark {
  color: #001824;
  background: #fff;
}

.cta {
  position: relative;
  color: #00609C;
  font-weight: bold;
  display: inline-block;
  text-decoration: none !important;
}

.cta:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 0.8em;
  margin-left: 3px;
}

main ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

main ul li {
  position: relative;
  padding-left: 30px;
}

main ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  width: 30px;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

main ul ul li:before {
  content: "○";
}

figure img {
  width: auto;
  height: auto;
  display: block;
}

figure.img img {
  max-width: 100%;
}

figure.full img {
  width: 100%;
}

figure.img-centered img {
  margin: 0 auto;
}

figure.icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

figure.icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

figure.sig {
  margin: 0;
}

figure.sig img {
  max-width: 100%;
  margin-bottom: 12px;
  display: block;
}

figure.svg {
  position: relative;
  width: 100%;
  padding: 50% 0 0;
}

figure.svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.push-left {
  margin: 1em 0;
}

.push-left img {
  max-width: 100%;
  display: inline-block;
}

.push-right {
  margin: 1em 0;
}

.push-right img {
  max-width: 100%;
  display: inline-block;
}

.offset-right {
  margin: 1em 0;
}

.offset-right img {
  max-width: 100%;
}

blockquote {
  z-index: 99;
  position: relative;
  padding-top: 48px;
  padding-left: 44px;
}

blockquote q {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  color: #00609C;
  margin-bottom: 20px;
  display: block;
}

blockquote q:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82.949px;
  height: 72.174px;
  background: url("../images/icon-quote-left.svg") no-repeat center center/100% 100%;
}

blockquote q:after {
  content: '"';
}

cite {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  font-family: "Libre Franklin", sans-serif;
  color: #334650;
  padding-left: 20px;
}

cite:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.97;
}

#header {
  z-index: 999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 164px;
  padding: 20px 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: height, padding, background-color, -webkit-transform;
  transition: height, padding, background-color, -webkit-transform;
  transition: height, padding, background-color, transform;
  transition: height, padding, background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#header:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-12.75%, rgba(0, 24, 36, 0.86)), color-stop(46.11%, rgba(0, 24, 36, 0.58)), color-stop(96.25%, rgba(0, 24, 36, 0)));
  background-image: linear-gradient(180deg, rgba(0, 24, 36, 0.86) -12.75%, rgba(0, 24, 36, 0.58) 46.11%, rgba(0, 24, 36, 0) 96.25%);
}

#header .header-left {
  width: 200px;
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

#header .header-right {
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 200px);
  flex: 1 0 calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed-header #header {
  position: fixed;
  top: 0;
  height: 80px;
  padding: 5px;
  background: #001824;
  -webkit-animation: header-fixed 0.5s ease;
  animation: header-fixed 0.5s ease;
}

.fixed-header #header #logo {
  width: 125px;
  height: 70px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mobile-open #header {
  position: fixed;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}

#logo {
  position: relative;
  width: 200px;
  height: 123.777px;
  display: block;
  -webkit-transition: width, height;
  transition: width, height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#logo .logo,
#logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#main-menu {
  z-index: 10;
  width: auto;
  max-width: auto;
  font-family: "Geologica", sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#main-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu .menu-item {
  position: relative;
}

#main-menu .menu-utility {
  display: none;
}

#main-menu a {
  color: #fff;
  text-decoration: none !important;
}

#navicon {
  z-index: 9999999;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  border: 0 none;
  background: transparent;
}

.mobile-style #navicon {
  position: fixed;
  top: 57px;
  right: 20px;
}

.mobile-style.fixed-header #navicon {
  top: 15px;
  right: 25px;
}

.navicon {
  top: calc(50% - 1px);
}

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  width: 40px;
  height: 2px;
  left: calc(50% - 20px);
  border-radius: 2px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top, background-color, -webkit-transform;
  transition: top, background-color, -webkit-transform;
  transition: transform, top, background-color;
  transition: transform, top, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.navicon:before,
.navicon:after {
  content: "";
}

.navicon:before {
  top: -13px;
}

.navicon:after {
  top: 13px;
}

.mobile-style .navicon {
  background: transparent;
}

.mobile-style .navicon:before,
.mobile-style .navicon:after {
  content: "";
  top: 0;
  background: #001824;
}

.mobile-style .navicon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-style .navicon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.context-boxes {
  position: relative;
  padding: 77px 0 98px;
  background: #EBFDFC;
}

.context-boxes .content-boxes-intro {
  margin-bottom: 40px;
}

.context-boxes .content-boxes-intro p {
  margin-bottom: 30px;
}

.context-boxes.context-boxes-homepage .context-box-3 .bg:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14.6%, rgba(0, 0, 0, 0)), color-stop(84.85%, rgba(0, 24, 36, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.6%, rgba(0, 24, 36, 0.8) 84.85%);
}

#ceo-homepage-message {
  z-index: 999;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  padding: 120px 0 135px;
  overflow: hidden;
}

#ceo-homepage-message .wrapper {
  max-width: 1240px;
}

#ceo-homepage-message h2 {
  color: #fff;
}

#ceo-homepage-message p {
  margin-bottom: 30px;
}

#ceo-homepage-message .ceo-message-intro {
  z-index: 99;
  position: relative;
  max-width: 525px;
  padding: 0 20px;
}

#ceo-homepage-message .ceo-message-thumbnail {
  position: relative;
  margin: 50px -20px 0;
  display: none;
}

#ceo-homepage-message .ceo-message-thumbnail img {
  position: relative;
  width: 125%;
  max-width: 750px;
  display: block;
}

#ceo-homepage-message .ceo-message-thumbnail .ceo-message-play {
  top: 70%;
  left: 20px;
  right: auto;
}

#ceo-homepage-message .ceo-message-left {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#ceo-homepage-message .ceo-message-left .ceo-message-background {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  width: 300%;
  background: #001824;
}

#ceo-homepage-message .ceo-message-left .ceo-message-background:before,
#ceo-homepage-message .ceo-message-left .ceo-message-background:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9px;
  display: block;
  background: #40F7F7;
}

#ceo-homepage-message .ceo-message-left .ceo-message-background:before {
  top: auto;
  bottom: 100%;
}

#ceo-homepage-message .ceo-message-right {
  position: relative;
}

#ceo-homepage-message .ceo-message-right:after {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  bottom: 0;
  display: block;
  background: #001824;
}

#ceo-homepage-message .ceo-message-circle-background {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 95%;
  min-height: 110%;
  padding: 95% 0 0;
  margin: 0;
  border: 9px solid #40F7F7;
  background: #001824;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#ceo-homepage-message .ceo-message-circle {
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 0;
  width: 95%;
  min-height: 110%;
  padding: 95% 0 0;
  margin: 0;
  border-radius: 100%;
  border: 9px solid transparent;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#ceo-homepage-message .ceo-message-circle img {
  position: absolute;
  bottom: -1.5%;
  right: 0;
  width: 80%;
  display: block;
}

#ceo-homepage-message .ceo-message-play {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 60%;
  width: 187.733px;
  height: 184.773px;
  max-width: 30%;
  display: block;
  border: 0 none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#ceo-homepage-message .ceo-message-play img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ceo-page-thumbnail {
  position: absolute;
  left: 0;
  bottom: -140px;
  width: 518px;
  height: auto;
}

.ceo-page-thumbnail figure {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  margin: 0;
  border: 1px solid #40F7F7;
  background: rgba(0, 24, 36, 0.8);
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ceo-page-thumbnail figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.table-customer-solution td,
.table-customer-solution th {
  font-size: 16px;
  line-height: 1.4;
  color: #334650;
  padding: 30px 40px;
  border: 3px solid #40F7F7;
  background: transparent;
}

.table-customer-solution th {
  font-size: 24px;
  line-height: 1.2;
  color: #001824;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  border: 0 none;
}

.table-customer-solution th:first-child {
  padding-left: 0;
  padding-right: 40px;
}

.table-customer-solution th img {
  max-width: 80%;
  margin: 0 auto 10px;
  display: block;
}

.table-customer-solution td:first-child {
  font-weight: 700;
  padding-left: 10px;
  border-left: 0 none;
}

.table-customer-solution td:last-child {
  border-right: 0 none;
}

.brand-logos figure {
  margin-bottom: 20px;
}

.brand-logos figure img {
  width: 100%;
  height: auto;
}

.brand-logos .col {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.num {
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  color: #00609C;
  margin-bottom: 5px;
}

.num.big-num {
  font-size: 63px;
  margin: -10px 0;
}

.table-commitments {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 60px;
}

.table-commitments .commitments-title {
  font-size: 19px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 35px 10px;
  display: inline-block;
  background: #001824;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-commitments .commitments-pillars {
  border-top-right-radius: 10px;
  border: 4px solid #051723;
}

.table-commitments .row > * {
  border-right: 2px solid #051723;
}

.table-commitments .row > *:last-child {
  border: 0 none;
}

.table-commitments .pillar-row {
  padding-left: 35px;
  padding-right: 35px;
}

.table-commitments .pillar-header {
  font-size: 24px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  color: #fff;
  padding-top: 52px;
  padding-bottom: 22px;
  background: #051723;
}

.table-commitments .pillar-title {
  min-height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #334650;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background: #40F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-commitments .pillar-title .flex-wrap {
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table-commitments .icon {
  margin-bottom: 31px;
}

.table-commitments p {
  margin-bottom: 20px;
}

#carousel {
  margin-top: 50px;
}

#carousel figure {
  position: relative;
  width: 100%;
  padding: 78% 0 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#carousel figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.training-columns {
  margin-top: 30px;
  margin-bottom: 10px;
}

.training-columns .panel-blue {
  margin-bottom: 20px;
}

.training-columns .panel-blue .panel-body {
  padding-bottom: 10px;
}

.training-columns p {
  margin-bottom: 10px;
}

.training-columns .icon {
  width: 80px;
  height: 80px;
}

.figure-svg-map {
  position: relative;
}

.figure-svg-map .map-legend {
  font-size: 18px;
  color: #00609C;
  margin: 0 0 -50px;
  padding: 0;
  font-weight: bold;
}

.figure-svg-map .map-legend li {
  padding: 0 5px;
}

.figure-svg-map .map-legend li:before {
  display: none;
}

.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.shape:before {
  content: "";
  position: absolute;
  top: calc(50% - 66px);
  right: calc(100% - 88px);
  width: 126px;
  height: 128px;
  display: block;
  background: url("../images/shape.svg") no-repeat center center/100% 100%;
}

.shape:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 96px;
  right: 0;
  height: 100%;
  display: block;
  border-radius: 4px;
  background: #40F7F7;
}

.stats-row {
  overflow: hidden;
}

.stats-row p:last-child {
  margin: 0;
}

.stats-row .row > * {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.stats-row .row > *:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1px;
  height: 100%;
  display: block;
  background: #40F7F7;
}

.numstat {
  font-size: 1.3em;
  font-weight: bold;
  color: #00609C;
}

.icon-stat:after {
  content: "";
  display: table;
  clear: both;
}

#section-navigation {
  margin-top: 77px;
}

#section-navigation .section-button {
  padding: 60px 20px;
  display: block;
  border-radius: 10px;
  text-decoration: none !important;
  border: 2px solid #40F7F7;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBFDFC), color-stop(61.54%, rgba(235, 253, 252, 0))), #FFF;
  background: linear-gradient(180deg, #EBFDFC 0%, rgba(235, 253, 252, 0) 61.54%), #FFF;
}

#section-navigation .section-button .inner {
  font-size: 30px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "century-gothic", sans-serif;
  color: #001824;
  max-width: 695px;
  min-height: 75px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section-navigation .section-button .inner .text {
  position: relative;
  width: auto;
  max-width: 100%;
  padding: 0 100px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#section-navigation .section-button .inner .text:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 63px;
  font-size: 30px;
  line-height: 59px;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: 2px solid #001824;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.logo-push-left {
  margin-top: 30px;
}

.logo-push-left img {
  display: block;
}

.wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 963px;
}

.wrapper.thin {
  max-width: 1200px;
}

.wrapper.wide {
  max-width: 1400px;
}

.row.row0 {
  margin-left: 0;
  margin-right: 0;
}

.row.row0 > * {
  padding-left: 0;
  padding-right: 0;
}

.row.row8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.row8 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.row.row12 {
  margin-left: -12px;
  margin-right: -12px;
}

.row.row12 > * {
  padding-left: 12px;
  padding-right: 12px;
}

.row.row20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.row20 > * {
  padding-left: 20px;
  padding-right: 20px;
}

#page-header {
  z-index: 99;
  position: relative;
  width: 100%;
  min-height: 720px;
  color: #fff;
  padding: 200px 0 60px;
  margin-bottom: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#page-header .bg:before {
  z-index: 99;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.9;
  background-image: linear-gradient(77deg, rgba(5, 23, 35, 0.81) 1.55%, rgba(0, 65, 106, 0.36) 99.5%);
}

.page-index #page-header {
  margin-bottom: 0;
}

.page-index #page-header .bg:before {
  opacity: 1;
}

.page-about-this-report #page-header .bg:before {
  opacity: 0.8;
  background-image: linear-gradient(77deg, rgba(5, 23, 35, 0.9) 1.55%, rgba(0, 65, 106, 0.4) 99.5%);
}

.page-harman-in-context #page-header .bg:before {
  opacity: 0.6;
}

.page-header-style-dark #page-header .bg:before {
  background: linear-gradient(89deg, rgba(0, 50, 80, 0.7) 32.29%, rgba(64, 247, 247, 0.2) 63.88%, rgba(255, 255, 255, 0) 99.41%), linear-gradient(77deg, rgba(5, 23, 35, 0.9) 1.55%, rgba(0, 65, 106, 0.4) 99.5%);
}

#page-header .page-header-content {
  z-index: 10;
  position: relative;
  min-height: 230px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#page-header .page-header-left,
#page-header .page-header-right {
  position: relative;
}

.bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.context-box {
  z-index: 99;
  position: relative;
  min-height: 420px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.context-box .bg {
  border-radius: 20px;
  overflow: hidden;
}

.context-box .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19.16%, rgba(0, 0, 0, 0)), color-stop(91.51%, #292D32));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.16%, #292D32 91.51%);
}

.context-box .context-box-content {
  z-index: 99;
  position: relative;
  padding: 0 20px 50px;
  width: auto;
  max-width: 100%;
  min-height: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.context-box .content-box-title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}

.context-box .content-box-title mark {
  color: pink;
  padding: 0;
  background: transparent;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-end .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-between .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-around .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.light-background {
  padding: 80px 0;
  margin: 80px 0;
  background: #EBFDFC;
}

.dark-background {
  padding: 80px 0;
  margin: 80px 0;
  background: #004167;
}

.panel {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.panel .panel-body {
  position: relative;
  padding: 24px 27px;
  border: 1px solid #40F7F7;
  background: #fff;
}

.panel-blue {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 25px;
}

.panel-blue h2,
.panel-blue h3,
.panel-blue h4,
.panel-blue h5,
.panel-blue h6 {
  color: inherit;
}

.panel-blue .panel-body {
  position: relative;
  padding: 24px 27px;
  background: #00609C;
}

.column-panel {
  text-align: center;
  margin: 40px 0;
}

.column-panel .panel-body {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  border: 4px solid #40F7F7;
  background: #001824;
}

.column-panel h2,
.column-panel h3,
.column-panel h4,
.column-panel h5,
.column-panel h6 {
  color: #fff;
}

.column-panel .panel-title {
  text-align: center;
}

.column-panel .panel-title-bar {
  font-size: 19px;
  line-height: 1.2;
  color: #001824;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 17px 10px;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #40F7F7;
}

.column-panel .guiding-pillar {
  max-width: 600px;
  margin: 0 auto;
  padding: 52px 15px;
}

.column-panel .icon {
  margin-left: auto;
  margin-right: auto;
}

.column-panel .row > * {
  border-bottom: 2px solid #40F7F7;
}

.column-panel .row > *:last-child {
  border: 0 none;
}

.column-panel.aim-to-reduce {
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}

.column-panel.aim-to-reduce .panel-body {
  font-size: 13px;
  text-align: left;
}

.column-panel.aim-to-reduce .row > * {
  border: 0 none;
}

.column-panel.aim-to-reduce .panel-column {
  padding-left: 24px;
  padding-right: 24px;
}

.column-panel.aim-to-reduce figure {
  min-height: 137px;
}

.column-panel.aim-to-reduce p {
  margin-bottom: 30px;
}

.column-panel.aim-to-reduce .number {
  font-size: 37px;
  margin-bottom: 7px;
}

.column-panel.aim-to-reduce .num-above {
  margin-bottom: 1px;
}

.panel-context {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 50px;
  margin-bottom: 66px;
}

.panel-context .panel-body {
  position: relative;
  padding: 24px 27px 40px;
  border: 2px solid #40F7F7;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBFDFC), color-stop(61.54%, rgba(235, 253, 252, 0))), #FFF;
  background: linear-gradient(180deg, #EBFDFC 0%, rgba(235, 253, 252, 0) 61.54%), #FFF;
}

.panel-context .panel-title {
  z-index: 20;
  position: relative;
  width: 100%;
  height: 133px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 11px;
  border: 2px solid #40F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-context .panel-title img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.panel-context .panel-title:after {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  background: #001824;
}

.panel-context .panel-title .panel-title-wrap {
  z-index: 10;
  position: relative;
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blue-text {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  color: #00609C;
}

.stat-box {
  position: relative;
  width: 240px;
  min-height: 220px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 35px;
  padding: 20px 30px;
  background: #001824;
  border-radius: 15px;
}

.stat-box:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#01446c), to(#37dee3));
  background-image: linear-gradient(to top right, #01446c, #37dee3);
  border-radius: 20px;
}

.stat-box .number {
  margin-bottom: 10px;
}

.number {
  font-size: 60px;
  line-height: 1;
  color: #40F7F7;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
}

.equal-columns > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-columns > * > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-columns > * > * .panel-body {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.panel-image {
  position: relative;
  width: 100%;
  padding: 62% 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.row-icon > *:first-child {
  width: calc(100% - 110px);
  max-width: calc(100% - 110px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 110px);
  flex: 1 0 calc(100% - 110px);
}

.row-icon > *:last-child {
  width: 110px;
  max-width: 110px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 110px;
  flex: 1 0 110px;
}

.video-lightbox {
  max-width: 800px;
  display: none;
}

.video-lightbox video {
  width: 100%;
  height: auto;
  max-height: 90vh;
}

.lity .video-lightbox {
  display: block;
}

.pie-chart {
  width: 100%;
  height: auto;
  max-width: 475px;
  margin: 0 auto;
}

.pie-chart .pie-chart-title {
  max-width: 320px;
}

.pie-chart .pie-chart-title small {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}

.pie-chart .pie-chart-wrapper {
  max-width: 350px;
  margin: 0 auto;
}

.pie-chart .pie-chart-canvas {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
}

.pie-chart .pie-chart-canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chart-legend {
  font-size: 16px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.chart-legend li:before {
  font-size: 1.8em;
  line-height: 0.8;
}

.chart-legend li:nth-child(1):before {
  color: #40F7F7;
}

.chart-legend li:nth-child(2):before {
  color: #001824;
}

.chart-legend li:nth-child(3):before {
  color: #00609C;
}

.chart-legend li:nth-child(4):before {
  color: #334650;
}

.chart-legend li:nth-child(5):before {
  color: #ebfdfc;
}

.chart-legend .chart-value {
  width: 70px;
  color: #00609C;
  text-align: right;
  display: inline-block;
}

.boxes-title {
  text-align: center;
}

.boxes-title .box-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 27px;
  margin: 24px 0;
  display: inline-block;
  background: #001824;
  border-radius: 10px;
}

.slick-dots {
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
  border: 0 none;
  background: transparent;
}

.slick-dots button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  background: #001824;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots .slick-active button:before {
  background: #00609C;
}

.header-video {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-video .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-video video,
.header-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#downloads {
  z-index: 99;
  position: relative;
  font-size: 0;
  text-align: center;
  padding: 120px 0;
  margin-top: 104px;
  background: url("../images/downloads-background.jpg") no-repeat center center/cover;
}

.no-footer-margin #downloads {
  margin-top: 0;
}

#downloads:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #40F7F7;
  opacity: 0.8;
}

#downloads h2 {
  font-size: 36px;
  margin-bottom: 34px;
}

.downloads {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.downloads .button {
  margin: 10px;
}

#footer {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  background: #212529;
}

#footer .footer-left,
#footer .footer-right {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#footer .footer-left {
  padding-bottom: 50px;
}

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

#footer a:hover {
  text-decoration: underline;
}

#footer .footer-logo {
  margin-bottom: 35px;
}

#footer .footer-logo img {
  display: inline-block;
}

#footer .footer-copy {
  display: inline-block;
}

#footer .footer-rights {
  display: inline-block;
}

#footer .footer-menu {
  margin: 10px 0;
  display: block;
}

#footer .footer-content {
  margin-bottom: 10px;
}

#footer .screen-reader-note {
  opacity: 0.6;
}

#footer .footer-utility {
  font-size: 0;
  margin: 0 -15px 30px;
}

#footer .footer-utility a {
  font-size: 14px;
  margin: 0 15px;
  display: inline-block;
}

#footer .footer-social {
  font-size: 0;
  margin: 0 -15px;
  text-align: center;
}

#footer .footer-social a {
  font-size: 23px;
  margin: 0 15px;
  display: inline-block;
  text-decoration: none !important;
}

#footer .footer-social a:hover {
  color: #40F7F7;
}

#footer #scrolltop {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 40px auto 0;
  border: 0 none;
  background: transparent;
}

#footer #scrolltop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.d-ib {
  display: inline-block;
}

.rel {
  position: relative;
}

.align-right,
.alignright {
  float: right;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 20px;
  max-width: 50%;
}

.align-right img,
.alignright img {
  max-width: 100%;
}

mark {
  color: red;
  background: pink;
  padding: 3px 5px 0;
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-25 {
  z-index: 25;
}

.z-30 {
  z-index: 30;
}

.lity {
  background: rgba(64, 247, 247, 0.3);
}

.lity .lity-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity .lity-content:after {
  display: none !important;
}

.lity .lity-close,
.lity .lity-close:active,
.lity .lity-close:focus,
.lity .lity-close:hover,
.lity .lity-close:visited {
  color: #001824;
  text-shadow: none;
}

@-webkit-keyframes header-fixed {
  from {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes header-fixed {
  from {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 567px) {
  .brand-logos .col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .icon-stat .icon {
    width: 60px;
    float: left;
    margin-right: 10px;
  }

  .icon-stat .icon-text {
    float: left;
    width: calc(99% - 70px);
  }

  .logo-push-left {
    margin-bottom: -20px;
  }

  .logo-push-left img {
    max-width: 40%;
    float: left;
    margin-top: -45px;
    margin-right: 45px;
    display: inline;
  }

  .column-panel.aim-to-reduce .panel-body {
    position: relative;
  }

  .column-panel.aim-to-reduce .panel-body:before {
    z-index: 99;
    content: "";
    position: absolute;
    top: 43px;
    left: calc(50% - 1px);
    bottom: 52px;
    width: 1px;
    display: block;
    opacity: 0.3;
    background: #fff;
  }

  .column-panel.aim-to-reduce figure {
    min-height: 150px;
  }

  .column-panel.aim-to-reduce .num-above {
    min-height: 43px;
  }
}

@media (min-width: 768px) {
  .push-left {
    max-width: 45%;
    margin: 0 1em 1em 0;
    float: left;
  }

  .push-right {
    max-width: 45%;
    margin: 0 0 1em 1em;
    float: right;
  }

  .offset-right {
    max-width: 50%;
    margin: 0 -10px 1em 1em;
    float: right;
  }

  #ceo-homepage-message h2 {
    white-space: nowrap;
  }

  .table-customer-solution th {
    position: relative;
  }

  .table-customer-solution th:not(:first-child) {
    white-space: nowrap;
  }

  .table-customer-solution th img {
    position: absolute;
    right: 0;
    bottom: 20px;
  }

  .table-customer-solution .figure-jbl {
    right: -10px;
    max-width: calc(100% - 160px);
  }

  .table-customer-solution .figure-onyx {
    max-width: calc(100% - 150px);
  }

  .panel-context {
    margin-top: 133px;
  }

  .panel-context .panel-title {
    margin-top: -91px;
  }

  .pie-chart .pie-chart-title {
    min-height: 78px;
  }
}

@media screen and (min-width: 768px) {
  .aside-flat {
    width: 100%;
    float: right;
    height: 0;
  }
}

@media (min-width: 800px) {
  #main-menu {
    font-size: 0;
  }

  #main-menu a {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 3px;
    color: #fff;
  }

  #main-menu a:hover {
    color: #40F7F7;
  }

  #main-menu .menu {
    width: auto;
    max-width: 100%;
    margin: 0 -20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #main-menu .menu .menu-item {
    width: auto;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  #main-menu .menu-item.active a {
    position: relative;
  }

  #main-menu .menu-item.active a:before {
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    left: 3px;
    right: 3px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: #40F7F7;
  }

  #navicon {
    display: none !important;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .context-boxes .content-boxes-intro {
    max-width: 552px;
    margin-bottom: 20px;
  }

  .brand-logos .col {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .figure-svg-map .map-legend {
    font-size: 20px;
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
  }

  #page-header {
    padding-bottom: 20px;
  }

  .context-box {
    min-height: 450px;
  }

  .context-box .context-box-content {
    min-height: 218px;
    padding: 0 36px 80px;
  }

  .context-box .content-box-title {
    font-size: 38.774px;
  }

  .column-panel {
    text-align: left;
  }

  .column-panel .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .column-panel .row > * {
    border-bottom: 0 none;
    border-right: 2px solid #40F7F7;
  }

  .column-panel .row > *:last-child {
    border: 0 none;
  }

  #footer .footer-left {
    width: calc(100% - 310px);
    max-width: calc(100% - 310px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 310px);
    flex: 1 0 calc(100% - 310px);
  }

  #footer .footer-right {
    width: 310px;
    max-width: 310px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 310px;
    flex: 1 0 310px;
  }

  #footer .footer-social {
    text-align: right;
  }

  #footer {
    text-align: left;
  }

  #footer .footer-left {
    padding-bottom: 0;
  }

  #footer .footer-logo {
    margin-bottom: 40px;
  }

  #footer .footer-menu {
    margin: 0;
    display: inline-block;
  }

  #footer #scrolltop {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
  }
}

@media (min-width: 1160px) {
  .offset-right {
    margin: 0 -11% 1em 1em;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }

  .figure-svg-map .map-legend {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }

  .row.row50 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.row50 > * {
    padding-left: 50px;
    padding-right: 50px;
  }

  .column-panel .guiding-pillar {
    padding: 52px 35px;
  }
}

@media (min-width: 1400px) {
  .shape:after {
    right: calc((100% - 1360px) / 2);
  }
}

@media (max-width: 1220px) {
  .ceo-page-thumbnail {
    left: -20%;
    bottom: -180px;
    width: 120%;
  }
}

@media (max-width: 1199px) {
  #ceo-homepage-message {
    font-size: 20px;
  }

  #ceo-homepage-message .ceo-message-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  #ceo-homepage-message .ceo-message-circle-background,
  #ceo-homepage-message .ceo-message-circle {
    min-width: 500px;
    min-height: 130%;
  }

  #ceo-homepage-message .ceo-message-play {
    right: 310px;
    max-width: 20%;
  }

  .figure-svg-map .map-legend {
    text-align: center;
  }

  .figure-svg-map .map-legend li {
    display: inline-block;
  }
}

@media (max-width: 799px) {
  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 90%;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu .menu {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  #main-menu .menu-utility {
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #00609C;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  #main-menu .menu-utility a {
    font-size: 14px;
    font-weight: normal;
  }

  #main-menu a {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 3px;
    margin: 20px 0;
    color: #001824;
    display: block;
  }

  #main-menu a:hover {
    color: #334650;
  }

  #main-menu .active a {
    color: #00609C;
  }

  .mobile-open #main-menu {
    width: 300px;
    height: 100vh;
    padding: 120px 20px 50px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  #page-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #ceo-homepage-message {
    padding: 0;
  }

  #ceo-homepage-message .ceo-message-intro {
    max-width: none;
    padding: 50px 0 0;
  }

  #ceo-homepage-message .ceo-message-thumbnail {
    display: block;
  }

  #ceo-homepage-message .ceo-message-left {
    padding-bottom: 0;
  }

  #ceo-homepage-message .ceo-message-right {
    display: none;
  }

  #ceo-homepage-message .ceo-message-right:after {
    display: none;
  }

  #ceo-homepage-message .ceo-message-circle-background {
    display: none;
  }

  #ceo-homepage-message .ceo-message-circle {
    position: relative;
    top: auto;
    min-width: auto;
    margin-top: -30%;
    border: 9px solid #40F7F7;
    background: #001824;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .ceo-page-thumbnail {
    position: relative;
    left: auto;
    bottom: auto;
    width: 80%;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: -80px;
    margin-left: auto;
  }

  #section-navigation .section-button .inner {
    font-size: 20px;
  }

  .panel-context .row > *:not(:first-child) .panel-title {
    margin-top: 40px;
  }

  .downloads .button {
    font-size: 16px;
  }
}

@media (max-width: 566px) {
  .table-customer-solution td,
  .table-customer-solution th {
    padding: 10px;
  }

  .table-customer-solution th {
    font-size: 18px;
  }

  .table-customer-solution td:first-child {
    padding-left: 0;
  }

  .downloads .button {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 900px) and (min-width: 567px) {
  .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .downloads .button {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: block;
  }
}
/*# sourceMappingURL=maps/style.css.map */
