body {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100vw;
  font-size: 18px;
  line-height: 1.9;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #1A1818;
  padding-top: 80px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  color: #980321;
  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 {
  color: #1A1818;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-style: normal;
  color: #1A1818;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h1.text-normal,
h2.text-normal,
h3.text-normal,
h4.text-normal,
h5.text-normal,
h6.text-normal {
  text-transform: none;
}

h1 {
  font-size: 62px;
  line-height: 0.935483871;
  margin-bottom: 31px;
}

h2 {
  font-size: 62px;
  line-height: 0.935483871;
  margin-bottom: 30px;
}

h3 {
  font-size: 42px;
  line-height: 1.380952381;
  margin-bottom: 4px;
}

h3.type2 {
  font-size: 36px;
  line-height: 1.3;
}

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

h5 {
  font-size: 22px;
}

p {
  margin-bottom: 20px;
}

blockquote q {
  font-size: 32px;
  line-height: 1.25;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

cite {
  font-size: 24px;
  line-height: 1.75;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #980321;
  display: block;
}

.leading {
  font-weight: bold;
}

.title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title.type2 {
  font-size: 32px;
  color: #980321;
}

.block-title {
  font-size: 24px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 20px 35px;
  margin: 55px 0 41px;
  background: #1A1818;
}

.download {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #980321;
  padding-right: 40px;
  display: inline-block;
}

.download:hover {
  color: #1A1818;
}

.download:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  background: url("../images/icon-download.svg") no-repeat center center/100% 100%;
}

.button {
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  max-width: 100%;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 21px 40px 20px;
  display: inline-block;
  background: #980321;
  border: 2px solid #980321;
}

.button.btn-white {
  color: #1A1818;
  background: #fff;
  border-color: #fff;
}

.button.btn-white svg path {
  fill: #980321;
}

.button.btn-gray {
  background: #555555;
  border-color: #555555;
}

.button svg {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-top;
}

.button svg path {
  fill: #fff;
  -webkit-transition: fill;
  transition: fill;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.button:hover {
  color: #fff;
  background: #1A1818;
  border-color: #1A1818;
}

.button:hover svg path {
  fill: #fff;
}

.button:hover.btn-white svg path {
  fill: #fff;
}

.footnotes {
  font-size: 14px;
  line-height: 1.7142857143;
}

ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}

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

ul li:before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 0.6em;
  color: #980321;
}

ul.type2 {
  font-size: 24px;
}

ul.type2 li:before {
  top: 18px;
  font-size: 0.4em;
  color: #1A1818;
}

ul.type3 {
  font-size: 20px;
}

ul.type3 li:before {
  top: 18px;
  font-size: 0.4em;
  color: #1A1818;
}

ul.chart-legend {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  max-width: 180px;
  margin: 0 0 16px;
  text-align: left;
}

ul.chart-legend li {
  padding-left: 20px;
}

ul.chart-legend li:before {
  content: "";
  top: 8px;
  width: 11px;
  height: 11px;
  display: block;
  background: #414042;
}

ul.chart-legend li.box-accent:before {
  background: #980321;
}

ul.chart-legend li.box-1:before {
  background: #808080;
}

ul.chart-legend li.box-2:before {
  background: #BDBFBF;
}

ul.chart-legend li.box-3:before {
  background: #FE8714;
}

ul.chart-legend li.box-4:before {
  background: #3E8FDE;
}

ul.chart-legend li.box-4:before {
  background: #384C92;
}

ul.checkmark {
  font-size: 24px;
}

ul.checkmark > li {
  margin-bottom: 15px;
}

ul.checkmark > li:before {
  content: "\f00c";
  top: 10px;
  font-size: 1.1em;
}

ul.li-none {
  list-style: none;
  padding-left: 0;
}

ul.li-none li {
  padding-left: 0;
}

ul.li-none li:before {
  display: none;
}

ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}

ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  color: #980321;
  font-weight: bold;
}

ol.footnotes {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  counter-reset: footnote;
}

ol.footnotes li {
  margin-left: 12px;
  margin-bottom: 5px;
  padding-left: 1px;
}

ol.footnotes li:before {
  counter-increment: footnote;
  content: "(" counter(footnote) ")";
  position: absolute;
  top: 1px;
  left: auto;
  right: 100%;
  font-size: 0.6em;
  vertical-align: 1em;
  color: inherit;
}

ol.chart-footnotes {
  font-size: 14px;
  line-height: 1.7142857143;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  counter-reset: footnote;
}

ol.chart-footnotes li {
  margin-bottom: 5px;
  padding-left: 25px;
}

ol.chart-footnotes li:before {
  position: static;
  counter-increment: footnote;
  content: "(" counter(footnote) ")";
  font-weight: normal;
  font-size: 0.6em;
  color: inherit;
  vertical-align: 0.5em;
  margin-right: 1px;
}

ol.chart-footnotes .chart-box {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #B0B1B0;
}

figure {
  margin-bottom: 20px;
}

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

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

figure.full img {
  width: 100%;
}

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

.icon-title {
  position: relative;
  color: #980321;
  padding: 30px 0 0 80px;
}

.icon-title:not(:first-child) {
  margin-top: 30px;
}

.icon-title img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  display: block;
}

#skip-to-content {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 20px;
  top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  background: #1A1818;
  border-radius: 4px;
  text-decoration: none !important;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#skip-to-content:focus {
  z-index: 9999999999;
  opacity: 1;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

#header {
  z-index: 999999998;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-fixed #header {
  position: fixed;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-animation: header-fixed 0.5s ease-in-out;
  animation: header-fixed 0.5s ease-in-out;
}

.header-fixed #header #main-menu .menu .menu-item {
  padding-top: 21px;
}

.header-fixed #header #main-menu .menu .menu-item.menu-item-search,
.header-fixed #header #main-menu .menu .menu-item.menu-item-download {
  padding-top: 13px;
}

#header .header-wrapper {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#logo {
  z-index: 5;
  position: relative;
  float: left;
  width: 182px;
  height: 100%;
  color: #1A1818;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 181.46px;
  height: 100%;
  max-width: 100%;
  display: block;
}

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

#main-menu {
  z-index: 5;
  display: block;
}

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

#main-menu .menu .menu-item.mobile-slogan {
  display: none;
}

#main-menu .menu-item-download a {
  font-weight: bold;
  font-style: normal;
}

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

#main-menu .menu-item:before {
  display: none !important;
}

#main-menu .is-parent-item > a {
  position: relative;
  font-weight: bold;
}

#main-menu .is-parent-item > a .link-text {
  position: static;
  padding-bottom: 8px;
  display: block;
  float: left;
}

#main-menu .is-parent-item > a .link-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  display: inline-block;
  background: #980321;
}

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

.subpage-menu li {
  padding: 0;
}

.subpage-menu li:before {
  display: none !important;
}

#navicon {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0 none;
  display: block;
}

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

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #1A1818;
  display: block;
  -webkit-transition: top, -webkit-transform;
  transition: top, -webkit-transform;
  transition: top, transform;
  transition: top, 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;
}

.navicon:before,
.navicon:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.navicon:after {
  top: 8px;
}

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

.mobile-style .navicon:before,
.mobile-style .navicon:after {
  top: 0;
}

.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);
}

#homepage-header,
#header-hero {
  z-index: 10;
  position: relative;
  background: #333;
}

#homepage-header .header-images,
#header-hero .header-images {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homepage-header .header-images .row,
#header-hero .header-images .row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homepage-header .header-images .row > *,
#header-hero .header-images .row > * {
  position: relative;
}

#homepage-header .header-content,
#header-hero .header-content {
  z-index: 10;
  position: relative;
  color: #fff;
  min-height: 662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#homepage-header .header-content .content,
#header-hero .header-content .content {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

#homepage-header h1,
#header-hero h1 {
  color: #fff;
  margin-bottom: 35px;
  max-width: 490px;
}

#homepage-header .header-image-right-pump,
#header-hero .header-image-right-pump {
  position: absolute;
  bottom: -45px;
  left: 15%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#header-hero {
  margin-bottom: 108px;
}

#header-hero .header-content {
  min-height: 450px;
}

#header-hero .bg {
  z-index: -1;
}

#header-hero .row {
  z-index: 1;
}

#header-hero .header-images .header-image-left {
  background: rgba(152, 3, 33, 0.84);
}

.header-bottom-0 #header-hero {
  margin-bottom: 0;
}

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

.panels > * > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.panel {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  padding: 0 15px;
  margin-bottom: 18px;
  border: 2px solid #F0F0F0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel .panel-body {
  position: relative;
  width: 100%;
  max-width: 398px;
  margin: 0 auto;
  padding: 45px 0 126px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.panel figure {
  position: relative;
  width: 86px;
  height: 79px;
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.panel h3 {
  font-size: 36px;
  color: #980321;
}

.panel .panel-text {
  max-width: 320px;
  margin-bottom: 24px;
}

.panel .bottom-text {
  position: absolute;
  width: 100%;
  min-height: 83px;
  bottom: 43px;
  font-size: 18px;
  line-height: 1.5555555556;
  font-family: "Roboto Condensed", sans-serif;
  border-top: 1px solid #F0F0F0;
  padding-top: 26px;
}

.panel .bottom-text strong {
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  display: block;
}

#highlights {
  padding-bottom: 130px;
}

#highlights .footnotes {
  margin-top: 48px;
}

#highlights .button-wrap {
  margin-top: 50px;
}

#homepage-content .content {
  max-width: 674px;
}

.accent-hero {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 98px 0 95px;
  background: #980321;
}

.accent-hero h2 {
  color: #fff;
}

.ceo-thumbnail {
  position: relative;
  margin-top: -60px;
  margin-bottom: 60px;
}

.ceo-thumbnail img {
  max-width: 100%;
}

.location {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #980321;
  padding: 15px 0 15px 50px;
}

.location:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  width: 32px;
  height: 34px;
  font-size: 1.5em;
}

.side-text {
  z-index: 10;
  position: relative;
}

.side-text:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#F2F2F2), to(#fff));
  background-image: linear-gradient(to left, #F2F2F2, #fff);
}

.side-text .content {
  font-size: 40px;
  line-height: 1.4893617021;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin: 40px auto;
  text-align: center;
  padding-right: 15px;
}

.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 {
  -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 {
  -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 {
  -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 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.number {
  font-size: 87px;
  line-height: 0.8045977011;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #1A1818;
}

.number-text {
  font-size: 27px;
  line-height: 1.5185185185;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #980321;
}

.number-line + .number-line {
  margin-top: 50px;
}

.number-line .number {
  color: #980321;
  display: inline;
  padding-right: 10px;
}

.number-line .number-text {
  color: #1A1818;
  display: inline;
}

.chart-safety-performance {
  max-width: 550px;
  margin: 20px auto;
}

.chart-number {
  font-size: 14px;
  line-height: 1.2857142857;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  max-width: 170px;
}

.chart-number .chart-num-title {
  font-size: 19px;
  line-height: 2.1052631579;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #1A1818;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #F0F0F0;
}

.chart-number .chart-num-title.type2 {
  max-width: 161px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #1A1818;
  background: #fff;
}

.chart-number .chart-num-title.type3 {
  max-width: 237px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #1A1818;
  background: #fff;
  padding: 10px 5px;
  text-transform: none;
}

.chart-number .chart-num-title.color-accent {
  color: #980321;
}

.chart-number .chart-number {
  font-size: 40px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.chart-number.type2 {
  margin-left: auto;
}

.chart-number.type2 .chart-num-title {
  color: #fff;
  background: #980321;
}

.chart-number.type2 .chart-number {
  color: #980321;
}

.chart-number.type3 {
  max-width: 180px;
  margin: 0 auto 16px;
}

.chart-number.type3 .chart-number {
  font-size: 26px;
  max-width: none;
}

.chart-number.type4 {
  max-width: none;
  margin: 0 auto 16px;
}

.chart-number.type4 .chart-number {
  font-size: 26px;
  max-width: none;
}

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

.wrapper.full {
  max-width: 100%;
}

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

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

.row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.row7 > * {
  padding-left: 7px;
  padding-right: 7px;
}

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

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

.row-line > *:not(:last-child) {
  padding-bottom: 50px;
}

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

.bg > img {
  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;
}

.section-shade {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 578px;
  display: block;
}

.section-shade.shade-below {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#fff));
  background-image: linear-gradient(to top, #F0F0F0, #fff);
}

.section-shade.shade-above {
  top: 0;
  bottom: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#fff));
  background-image: linear-gradient(to bottom, #F0F0F0, #fff);
}

.section-shade .wrapper {
  z-index: 10;
  position: relative;
}

#main {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  overflow: hidden;
}

.main-top-83 #main {
  padding-top: 83px;
}

.hero {
  margin: 58px 0 66px;
  padding: 75px 0 50px;
  background: #F2F2F2;
}

hr {
  height: 4px;
  background-color: #F0F0F0;
  margin: 40px 0;
}

hr:not([size]) {
  height: 4px;
}

.image-gallery-lg {
  margin-bottom: 20px;
}

.image-gallery-lg img {
  width: 100%;
}

.slider {
  position: relative;
  margin-bottom: 110px;
}

.slider .slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-arrow {
  position: absolute;
  top: calc(100% + 10px);
  width: 90px;
  height: 90px;
  font-size: 0;
  color: #980321;
  display: block;
  border: 0 none;
  background: #F0F0F0;
  border-radius: 100%;
}

.slick-arrow:before {
  width: 100%;
  font-size: 35px;
  text-align: center;
  display: block;
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: 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;
}

.slick-arrow.slick-prev {
  position: absolute;
  left: calc(50% - 200px);
}

.slick-arrow.slick-prev:hover:before {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}

.slick-arrow.slick-next {
  position: absolute;
  right: calc(50% - 200px);
}

.slick-arrow.slick-next:before {
  content: "\f061";
}

.slick-arrow.slick-next:hover:before {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.slide-panel {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #F0F0F0;
}

.slide-panel p:last-of-type {
  margin-bottom: 0;
}

.submenu {
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  padding: 40px 0 20px;
  margin-bottom: 70px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#fff));
  background-image: linear-gradient(to top, #F0F0F0, #fff);
}

.parent-8 .submenu {
  background: transparent;
}

.submenu ul {
  list-style: none;
  margin: 0 -17px;
}

.submenu ul li {
  font-size: 16px;
  display: inline-block;
  padding: 0;
}

.submenu ul li:before {
  display: none !important;
}

.submenu a {
  position: relative;
  color: #1A1818;
  text-decoration: none !important;
  padding: 0 17px;
  display: block;
}

.submenu .inner-text {
  position: relative;
  display: block;
  padding-bottom: 21px;
}

.submenu .inner-text:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: #980321;
}

.submenu .active {
  font-weight: bold;
}

.submenu .active .inner-text:before {
  content: "";
}

.parent-8 .submenu {
  padding-right: 70px;
}

.submenu .submenu-drop {
  position: relative;
}

.submenu .submenu-drop .link-item {
  position: relative;
  padding-right: 20px;
}

.submenu .submenu-drop .link-item:after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: -2px;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
}

.submenu .submenu-drop .submenu-sub {
  position: absolute;
  top: 70%;
  left: 20px;
  width: 160px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.submenu .submenu-drop .submenu-sub li {
  display: block;
}

.submenu .submenu-drop .submenu-sub li a {
  font-size: 14px;
  padding: 10px 5px;
  display: block;
}

.submenu .submenu-drop .submenu-sub li + li a {
  border-top: 2px solid #eee;
}

.submenu .submenu-drop.active-drop .link-item:after {
  content: "\f0d8";
  top: 2px;
}

.submenu .submenu-drop.active-drop .submenu-sub {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.table {
  font-size: 18px;
  line-height: 1.625;
}

.table > :not(:first-child) {
  border: 0 none;
}

.table th {
  color: #fff;
  background-color: #980321;
  white-space: nowrap;
}

.table th[colspan] {
  color: #1A1818;
  background: #E6E6E6;
  border-top: 0 none;
  border-bottom: 2px solid #DFE2E6;
  padding: 10px 25px;
}

.table td {
  border-bottom: 2px solid #BDBFBF;
  border-right: 2px solid #BDBFBF;
}

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

.table th,
.table td {
  padding: 20px 25px;
}

.table tr:last-child td {
  border-bottom: 0 none;
}

.table.pl-0 th:first-child,
.table.pl-0 td:first-child {
  padding-left: 0;
}

.table.va-middle th,
.table.va-middle td {
  vertical-align: middle;
}

.table .small {
  font-size: 14px;
}

.table.esg-table th,
.table.esg-table td {
  font-size: 14px;
  padding: 2px;
}

.table.esg-table .small {
  font-size: 12px;
}

.table.table-30-70 th:first-child,
.table.table-30-70 td:first-child {
  min-width: 100px;
}

.table.table-30-70 th:last-child,
.table.table-30-70 td:last-child {
  min-width: 400px;
}

.icon-esg {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-esg figure {
  position: relative;
  width: 35%;
  max-width: 35%;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
}

.icon-esg figure img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  display: block;
}

.icon-esg .icon-esg-title {
  width: 65%;
  max-width: 65%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
  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;
}

.icon-esg .icon-esg-title > * {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#footer {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  color: #555;
  text-align: center;
  padding: 42px 0;
  margin-top: 95px;
  border-top: 4px solid #F0F0F0;
}

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

#footer a.download {
  color: #980321;
}

#footer a.download:hover {
  color: #1A1818;
}

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

#footer a:hover.download {
  text-decoration: none;
}

#footer .footer-download {
  margin: 20px 0 40px;
}

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

#footer-logo {
  position: relative;
  width: 180px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

.cc {
  display: block;
  padding: 20px 0;
}

#footer-menu {
  font-size: 0;
  display: inline-block;
  padding: 20px 0;
}

#footer-menu a {
  font-size: 16px;
  padding: 0 15px;
}

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

.rel {
  position: relative;
}

.text-centered {
  text-align: center;
}

.soft {
  font-weight: normal;
}

.color-accent {
  color: #980321;
}

.color-white {
  color: #fff !important;
}

.color-dark {
  color: #1A1818;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fw-strong {
  font-weight: bold;
}

.fw-medium {
  font-weight: 500;
}

.h-0 {
  height: 0 !important;
}

.mw-50 {
  min-width: 50% !important;
}

.mw-75 {
  min-width: 75% !important;
}

mark {
  color: red;
  background: pink;
}

.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;
}

.input-wrapper input:not([value=""]) ~ label {
  display: none;
}

@media (min-width: 567px) {
  .two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .two-columns li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 992px) {
  .ceo-thumbnail {
    text-align: right;
    margin-top: 50px;
    max-width: 398px;
    margin-left: auto;
  }

  .side-text .content {
    text-align: left;
    max-width: 398px;
    margin: 0 auto;
  }

  .aside-flat {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
  }

  .number-line {
    max-width: 400px;
    margin-left: auto;
  }

  .chart-safety-performance {
    margin: 0 0 0 auto;
  }

  .row-line > *:not(:last-child) {
    position: relative;
    padding-bottom: 0;
  }

  .row-line > *:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    display: block;
    background: #fff;
    opacity: 0.5;
  }

  hr {
    margin: 80px 0;
  }

  .slider .slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table.table-30-70 th:first-child,
  .table.table-30-70 td:first-child {
    width: 30%;
  }

  .table.table-30-70 th:last-child,
  .table.table-30-70 td:last-child {
    width: 70%;
  }

  #footer {
    text-align: left;
  }

  #footer .footer-download {
    margin: 0 0 0 49px;
    display: inline-block;
  }

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

  #footer-logo {
    margin-right: 63px;
  }

  .cc {
    display: inline-block;
    vertical-align: middle;
  }

  .fz-20 {
    font-size: 20px;
    line-height: 1.5;
  }

  .fz-24 {
    font-size: 24px;
    line-height: 1.75;
  }

  .fz-26 {
    font-size: 26px;
    line-height: 1.6923076923;
  }
}

@media (min-width: 1180px) {
  body {
    font-size: 20px;
    padding-top: 96px;
  }

  #main-menu {
    position: absolute;
    top: 0;
    right: 0;
    min-width: calc(99% - 190px);
    height: 100%;
    text-align: left;
    padding-right: 20px;
  }

  #main-menu .menu {
    font-size: 14px;
    line-height: 1.3571428571;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    margin-left: 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 {
    padding: 32px 17px 0;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #main-menu .menu .menu-item.menu-item-search {
    padding-top: 26px;
    padding-left: 0;
    padding-right: 10px;
    margin-left: auto;
  }

  #main-menu .menu .menu-item.menu-item-download {
    padding-top: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  #main-menu .menu .menu-item-link > a {
    min-height: 46px;
  }

  #main-menu .menu .menu-item-link.menu-trigger > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  #main-menu .menu-item > a {
    color: #1A1818;
    white-space: nowrap;
  }

  #main-menu .subpage-menu a {
    white-space: normal;
  }

  #main-menu .menu-item-download a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    color: #980321;
    padding: 18px 45px 15px 15px;
    border: 2px solid #1A1818;
    background: #1A1818;
    display: inline-block;
    border-radius: 3px;
  }

  #main-menu .menu-item-download a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 15.75px;
    height: 100%;
    display: block;
    background: url("../images/btn-pdf-icon.png") no-repeat center center/auto auto;
  }

  #main-menu .menu-item-download a:hover {
    background: #1A1818;
    border-color: #1A1818;
  }

  html:not(.header-fixed) .has-page-header #main-menu .menu-item-download a {
    color: #1A1818;
    border-color: #fff;
    background: #fff;
  }

  html:not(.header-fixed) .has-page-header #main-menu .menu-item-download a:before {
    background-image: url("../images/btn-pdf-icon-dark.png");
  }

  html:not(.header-fixed) .has-page-header #main-menu .menu-item-download a:hover {
    border-color: #980321;
    background: #980321;
  }

  #main-menu .menu-item-search {
    text-align: center;
  }

  #main-menu .menu-item-search a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    color: #1A1818;
    text-align: center;
    padding: 18px 40px 15px 15px;
    display: block;
    border: 2px solid #1A1818;
    background: transparent;
    border-radius: 3px;
  }

  #main-menu .menu-item-search a i {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    height: 20px;
    line-height: 20px;
    display: block;
  }

  #main-menu .menu-item-search a:hover {
    color: #fff;
    background: #1A1818;
    border-color: #1A1818;
  }

  html:not(.header-fixed) .has-page-header #main-menu .menu-item-search a {
    color: #fff;
    border-color: #fff;
  }

  html:not(.header-fixed) .has-page-header #main-menu .menu-item-search a:hover {
    color: #1A1818;
    border-color: #980321;
    background: #980321;
  }

  .subpage-menu {
    position: absolute;
    top: 95%;
    left: calc(50% - 118px);
    width: 236px;
    background: #fff;
    display: block;
    padding: 10px 0;
    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;
  }

  .menu-trigger .subpage-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .subpage-menu a {
    padding: 10px 15px;
    display: block;
    color: #1A1818;
    background: #fff;
    -webkit-transition: color, background, padding;
    transition: color, background, padding;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .subpage-menu a:hover {
    color: #1A1818;
    padding: 10px 10px 10px 20px;
    background: #F0F0F0;
  }

  .subpage-menu .active a {
    color: #fff;
    background: #980321;
  }

  #navicon {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-text .content {
    font-size: 47px;
  }
}

@media (min-width: 1400px) {
  #highlights .button-wrap {
    margin-top: -30px;
  }

  .slider.padded .slide {
    padding-left: 33px;
    padding-right: 33px;
  }

  .slide-panel {
    padding: 40px;
  }

  .table {
    font-size: 24px;
  }

  .table .small {
    font-size: 18px;
  }

  .table.esg-table th,
  .table.esg-table td {
    font-size: 16px;
    padding: 5px;
  }
}

@media (min-width: 1600px) {
  .table.esg-table th,
  .table.esg-table td {
    font-size: 18px;
    padding: 10px;
  }

  .table.esg-table .small {
    font-size: 14px;
  }
}

@media (max-width: 1349px) {
  #logo {
    width: 150px;
  }
}

@media (max-width: 1179px) {
  #header {
    height: 80px;
  }

  .mobile-style #header .header-wrapper:before {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  #header:before {
    z-index: 10;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background: rgba(51, 51, 51, 0.3);
    -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 #header:before {
    width: 100vw;
    height: 100vh;
  }

  .mobile-style #header:before {
    opacity: 1;
    visibility: visible;
  }

  .header-fixed #header #main-menu .menu .menu-item {
    padding-top: 5px;
  }

  .mobile-open #header {
    position: fixed;
    background: #fff;
  }

  #main-menu .is-parent-item > a .link-text {
    float: none;
  }

  #main-menu .is-parent-item > a .link-text:after {
    top: -2px;
    width: 4px;
    height: 100%;
    left: -9px;
  }

  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 90%;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgba(9, 9, 10, 0);
    box-shadow: 0 0 0 rgba(9, 9, 10, 0);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform, -webkit-box-shadow;
    transition: opacity, visibility, -webkit-transform, -webkit-box-shadow;
    transition: transform, opacity, visibility, box-shadow;
    transition: transform, opacity, visibility, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu .link-text br {
    display: none;
  }

  #main-menu .menu-item {
    margin-bottom: 30px;
  }

  #main-menu .menu-item-link,
  #main-menu .menu-item-download {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    padding: 5px 0;
  }

  #main-menu .menu-item-download {
    text-align: center;
  }

  #main-menu .menu-item-download a {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: normal;
    padding: 15px 46px 13px 18px;
    background: #1A1818;
    display: block;
    border: 2px solid #1A1818;
    border-radius: 3px;
    text-decoration: none !important;
  }

  #main-menu .menu-item-download a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 16px;
    height: 100%;
    display: block;
    background: url("../images/btn-pdf-icon.png") no-repeat center center/auto auto;
  }

  #main-menu .menu-item-search {
    display: none;
  }

  #main-menu .is-parent-item > a {
    color: #980321;
  }

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

  #main-menu .menu .menu-item-link.has-submenu:after {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }

  #main-menu .menu .menu-item-link a {
    color: #1A1818;
    display: block;
  }

  #main-menu .menu .menu-item-link a:hover {
    color: #980321;
  }

  #main-menu .menu .menu-item-link.menu-trigger:after {
    display: none;
  }

  #main-menu .menu .menu-item-link.menu-trigger > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  #main-menu .menu .menu-item.mobile-slogan {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 35px;
  }

  #main-menu .menu .menu-item.mobile-slogan .slogan-line {
    position: relative;
    display: inline-block;
  }

  #main-menu .menu .menu-item.mobile-slogan .slogan-line:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: 3px;
    display: block;
    background: #980321;
  }

  #main-menu a {
    text-decoration: none;
  }

  .mobile-open #main-menu {
    width: 350px;
    height: 100vh;
    padding: 96px 20px 50px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: 0 0 30px rgba(9, 9, 10, 0.47);
    box-shadow: 0 0 30px rgba(9, 9, 10, 0.47);
  }

  .subpage-menu {
    font-size: 16px;
    padding-top: 10px;
    display: none;
  }

  .menu-trigger .subpage-menu {
    display: block;
  }

  .subpage-menu li {
    margin: 0 -10px;
  }

  .subpage-menu a {
    font-weight: normal;
    display: block;
    padding: 10px;
    -webkit-transition: color, background, padding;
    transition: color, background, padding;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .subpage-menu a:hover {
    padding: 10px 0 10px 20px;
  }

  #main-menu .subpage-menu .active > a {
    color: #980321;
    font-weight: bold;
  }
}

@media (max-width: 992px) {
  .table.esg-table .text-nowrap {
    white-space: normal !important;
  }
}

@media (max-width: 991px) {
  #homepage-header .header-images .header-image-right,
  #header-hero .header-images .header-image-right {
    display: none;
  }

  #homepage-header,
  #header-hero {
    text-align: center;
  }

  #homepage-header h1,
  #header-hero h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .ceo-thumbnail {
    width: 100%;
    padding: 80% 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ceo-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }

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

  .image-gallery-lg img {
    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;
  }
}

@media (max-width: 767px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .slick-arrow:before {
    font-size: 25px;
  }

  .slick-arrow.slick-prev {
    left: calc(50% - 100px);
  }

  .slick-arrow.slick-next {
    right: calc(50% - 100px);
  }
}

@media (max-width: 567px) {
  .mw-50 {
    max-width: 100% !important;
  }

  .mw-75 {
    max-width: 100% !important;
  }
}

@media (max-width: 1349px) and (min-width: 1180px) {
  #main-menu {
    min-width: calc(99% - 160px);
  }

  #main-menu .menu .menu-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1349px) and (min-width: 1200px) {
  #main-menu .menu-item-search a,
  #main-menu .menu-item-download a {
    padding-left: 8px;
    padding-right: 30px;
  }

  #main-menu .menu-item-search a i,
  #main-menu .menu-item-search a:before,
  #main-menu .menu-item-download a i,
  #main-menu .menu-item-download a:before {
    right: 8px;
  }
}

@media (max-width: 1199px) and (min-width: 1180px) {
  #main-menu .menu-item-search a,
  #main-menu .menu-item-download a {
    width: 52px;
    height: 55px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  #main-menu .menu-item-search .menu-item-desktop,
  #main-menu .menu-item-download .menu-item-desktop {
    display: none;
  }

  #main-menu .menu-item-download a:before {
    width: 16px;
    left: calc(50% - 8px);
    right: auto;
  }
}

@media (max-width: 1800px) and (min-width: 1180px) {
  #main-menu-2025-goals .subpage-menu {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1179px) and (min-width: 992px) {
  html:not(.header-fixed):not(.mobile-style) .has-page-header .navicon,
  html:not(.header-fixed):not(.mobile-style) .has-page-header .navicon:before,
  html:not(.header-fixed):not(.mobile-style) .has-page-header .navicon:after {
    background: #980321;
  }
}
/*# sourceMappingURL=maps/style.css.map */
