/*- - - -|| COMMON START ||- - - - */
/* Colors */
/* Font Styles */
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplayRegular.eot");
  src: url("fonts/HelveticaNowDisplayRegular.woff2") format("woff2"), url("fonts/HelveticaNowDisplayRegular.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNowDisplay-Bold";
  src: url("fonts/HelveticaNowDisplayBold.eot");
  src: url("fonts/HelveticaNowDisplayBold.woff2") format("woff2"), url("fonts/HelveticaNowDisplayBold.woff") format("woff");
}
/* Text Styles */
/* Common Break Points */
/* Utility Variables */
/* Functions */
/* UTILITY MIXINS */
/* - - - -|| BASE STYLES ||- - - - */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
}
html.modal {
  overflow-y: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #ffffff;
  overflow-x: hidden;
}

section, footer, main {
  width: 100%;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h6 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

p.large {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

p.footnote {
  font-size: 14px;
  line-height: normal;
}

.footnote p, .footnote li, .footnote a {
  font-size: 14px;
  line-height: normal;
}

th { /*@include H5-navy;*/
  text-align: left;
}

h1, h2, h3, h4, h5, p, ul, table:not(.fc-col-header) {
  margin-top: 0px;
  margin-bottom: calc(4px * 10);
}

h5, h6 {
  margin-top: 0px;
  margin-bottom: calc(4px * 10);
}

input[type=text], input[type=email], input[type=search], textarea, select, button {
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #00142b;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input, textarea, select, button {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: 0 !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /*@include paragraph;*/
}

p a {
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  color: #00142b;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.7;
}

.fade {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.fade:hover {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body *::-moz-selection {
  background: #00142b;
  color: #ffffff;
  font-weight: normal;
}

body *::selection {
  background: #00142b;
  color: #ffffff;
  font-weight: normal;
}

img {
  max-width: 100%;
}

main img {
  max-width: 100%;
  height: auto;
}

#width-check {
  position: relative;
  z-index: 0;
  display: none;
}

div.table-overflow {
  width: 100%;
  overflow-x: auto;
}
div.table-overflow.show {
  width: 100%;
}
div.table-overflow.show table {
  margin-bottom: 15px !important;
}

div.supply-table-overflow {
  width: 100%;
  overflow-x: auto;
}

p.instruction {
  display: none;
}
p.instruction.show {
  display: block;
  margin-top: 10px;
}
p.instruction i {
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  p.large {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  p.footnote {
    font-size: 8px;
    line-height: normal;
  }
  h1, h2, h3, h4, h5, p, ul, table:not(.fc-col-header) {
    margin-bottom: calc(4px * 6);
  }
}
strong {
  font-family: "HelveticaNowDisplay-Bold" !important;
  font-weight: normal !important;
}

.grecaptcha-badge {
  display: none !important;
  z-index: 100000;
}

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important;
}

figure {
  margin: 32px 0;
}

figcaption {
  font-size: 80%;
  color: #666;
}

/* responsive youtube/vemio videos container */
.video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* - - - -|| UTILITY STYLES ||- - - - */
.grid1 {
  width: calc((100% - 11 * 28px) / 12 * 1 + (1 - 1) * 28px);
}

.grid2 {
  width: calc((100% - 11 * 28px) / 12 * 2 + (2 - 1) * 28px);
}

.grid3 {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}

.grid4 {
  width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
}

.grid5 {
  width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
}

.grid6 {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}

.grid7 {
  width: calc((100% - 11 * 28px) / 12 * 7 + (7 - 1) * 28px);
}

.grid8 {
  width: calc((100% - 11 * 28px) / 12 * 8 + (8 - 1) * 28px);
}

.grid9 {
  width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
}

.grid10 {
  width: calc((100% - 11 * 28px) / 12 * 10 + (10 - 1) * 28px);
}

.grid11 {
  width: calc((100% - 11 * 28px) / 12 * 11 + (11 - 1) * 28px);
}

.grid12 {
  width: calc((100% - 11 * 28px) / 12 * 12 + (12 - 1) * 28px);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.half {
  width: 50%;
}

.third {
  width: 33.3333333333%;
}

.quarter {
  width: 25%;
}

.container {
  max-width: 1708px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 54px;
}

.left-container {
  max-width: 854px;
  margin: 0px 0px 0px auto;
  width: 100%;
  padding: 0px 0px 0px 54px;
}

.right-container {
  max-width: 854px;
  margin: 0px auto 0px 0px;
  width: 100%;
  padding: 0px 54px 0px 0px;
}

.cover {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.animate {
  visibility: hidden;
}
.animate.show {
  visibility: visible;
}

.delay-1 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay-2 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay-3 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-4 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay-5 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.delay-6 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.delay-7 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}

.delay-8 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.delay-9 {
  -webkit-animation-delay: 4.5s !important;
  animation-delay: 4.5s !important;
}

.image-overlay {
  position: relative;
}
.image-overlay::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(199deg, rgba(0, 0, 0, 0.21) 70%, rgba(0, 0, 0, 0.3) 31%);
  z-index: 0;
}
.image-overlay > * {
  position: relative;
  z-index: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small {
  font-size: 12px !important;
}

.no-margin {
  margin: 0px !important;
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0px 15px;
  }
  .left-container {
    padding: 0px 0px 0px 15px;
  }
  .right-container {
    padding: 15px 0px 0px;
  }
}
/* FEATHER LIGHT */
.featherlight.blue .featherlight-content {
  background-color: #06325f !important;
}
.featherlight .featherlight-content {
  padding: 0% !important; /*max-height: 90vh !important;*/
  width: 90vw !important;
  border-bottom: none !important;
  background: none !important;
}
.featherlight .featherlight-content iframe {
  min-height: 80vh !important;
  width: 100%;
  height: 100%;
}
.featherlight .featherlight-content img {
  max-height: 90vh !important;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
}
.featherlight .featherlight-close-icon {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  background-color: #00142b;
}

@media screen and (max-width: 1024px) {
  .featherlight .featherlight-inner {
    max-width: 90vw !important;
  }
  .featherlight .featherlight-content {
    max-width: 90vw !important;
    margin: 0 auto !important;
  }
}
/* - - - -|| HERO IMAGES ||- - - - */
body.home section.hero {
  background-image: url(../../../../_resources/banners/hero_home-banner.jpg);
  background-position: bottom center;
}

/* - - - -|| COMMON STYLES ||- - - - */
a.read-more {
  position: relative;
  padding-right: 36px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  white-space: nowrap;
}
a.read-more.wide {
  max-width: 150px;
}
a.read-more.thin {
  max-width: 110px;
}
a.read-more::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  z-index: 1;
  position: absolute;
  right: 6px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 10px;
  margin-top: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.read-more::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c5822a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.read-more:hover {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more:hover::after {
  color: #ffffff;
}
a.read-more:hover::before {
  background-color: #c5822a;
}
a.read-more.white {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.white::after {
  color: #00142b;
}
a.read-more.white::before {
  background-color: #ffffff;
}
a.read-more.white:hover {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.white:hover::after {
  color: #ffffff;
}
a.read-more.white:hover::before {
  background-color: #c5822a;
}
a.read-more.orange {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.orange::after {
  color: #ffffff;
}
a.read-more.orange::before {
  background-color: #c5822a;
}
a.read-more.orange:hover {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.orange:hover::after {
  color: #ffffff;
}
a.read-more.orange:hover::before {
  background-color: #00142b;
}

.styled-link {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.styled-link:hover {
  opacity: 0.7;
}
.styled-link::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  z-index: 1;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 10px;
  margin-top: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.styled-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 0;
  position: absolute;
  right: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c5822a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.info-blocks .block:hover a.read-more {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block:hover a.read-more::after {
  color: #ffffff;
}
.info-blocks .block:hover a.read-more::before {
  background-color: #c5822a;
}
.info-blocks .block:hover a.read-more.white {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block:hover a.read-more.white::after {
  color: #ffffff;
}
.info-blocks .block:hover a.read-more.white::before {
  background-color: #c5822a;
}
.info-blocks .block:hover a.read-more.orange {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block:hover a.read-more.orange::after {
  color: #ffffff;
}
.info-blocks .block:hover a.read-more.orange::before {
  background-color: #00142b;
}

.clear-button {
  display: block;
  max-width: 300px;
  min-width: 270px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: solid 1px #ffffff;
  background-color: transparent;
  padding: calc(4px * 5) 62px calc(4px * 5) 27px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.clear-button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f061";
  color: #c5822a;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.clear-button:hover {
  border-color: #c5822a;
  background-color: #c5822a;
}
.clear-button:hover::after {
  color: #ffffff;
}
.clear-button.presentation::after {
  content: "\f1c1";
}
.clear-button.dark {
  color: #00142b;
  border: solid 1px #00142b;
}
.clear-button.dark:hover {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .clear-button {
    padding: calc(4px * 3) 62px calc(4px * 3) 20px;
  }
  .clear-button::after {
    right: 18px;
  }
}

.button {
  background-color: #c5822a;
  border: 1px solid #c5822a;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 56px;
  cursor: pointer;
}
.button:hover {
  background-color: #ffffff;
  color: #c5822a;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buttons .button {
  margin-right: calc(4px * 2);
  margin-bottom: calc(4px * 2);
}

.text-image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text-image-col .text {
  width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
}
.text-image-col .image {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
@media screen and (max-width: 1023px) {
  .text-image-col .text {
    width: 100%;
  }
  .text-image-col .image {
    display: none;
  }
}

.info-blocks .block {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  margin-bottom: calc(4px * 8);
}
.info-blocks .block:hover {
  opacity: 0.7;
}
.info-blocks .block > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.info-blocks .block .image {
  padding-bottom: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.info-blocks .block .text {
  background-color: #f6f6f6;
  padding: calc(4px * 6) 24px calc(4px * 28) 24px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-blocks .block .text h2 {
  margin-bottom: calc(4px * 5);
}
.info-blocks .block .text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block .text p:last-of-type {
  margin-bottom: 0px;
}
.info-blocks .block .text a.read-more {
  position: absolute;
  left: 24px;
  bottom: calc(4px * 10);
}
@media screen and (max-width: 1023px) {
  .info-blocks .block {
    width: 100%;
  }
  .info-blocks .block:not(:last-of-type) {
    margin-bottom: calc(4px * 6);
  }
  .info-blocks .block .text {
    padding: calc(4px * 10) 27px calc(4px * 24) 27px;
  }
  .info-blocks .block .text h2 {
    margin-bottom: calc(4px * 7);
  }
  .info-blocks .block .text a.read-more {
    bottom: calc(4px * 12);
  }
}

.multi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 1px #dfdfdf;
  padding: calc(4px * 6) 0px;
  min-height: 205px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.multi-item:last-of-type {
  padding-bottom: 0px;
}
.multi-item:hover {
  opacity: 0.6;
}
.multi-item a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.multi-item .date {
  width: calc((100% - 7 * 28px) / 8 * 1 + (1 - 1) * 28px);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.multi-item .date > div > div:first-of-type {
  margin-bottom: calc(4px * 2);
}
.multi-item .title {
  width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.multi-item .title > div:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: calc(4px * 10);
}
.multi-item .category {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #c5822a;
  padding: 2px 7px 2px 5px;
  min-width: 57px;
}
.multi-item .category.mobile {
  display: none;
}
.multi-item .thumbnail {
  width: calc((100% - 7 * 28px) / 8 * 3 + (3 - 1) * 28px);
  max-width: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/images/default-thumbnail.jpg);
}
.multi-item .thumbnail.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .multi-item {
    display: block;
  }
  .multi-item .thumbnail {
    display: none;
    padding-bottom: 52%;
    width: 100%;
  }
  .multi-item .thumbnail.mobile {
    display: block;
  }
  .multi-item .date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: calc(4px * 4);
  }
  .multi-item .date > div > div:first-of-type {
    margin-bottom: 0px;
  }
  .multi-item .title {
    width: 100%;
    padding-top: calc(4px * 4);
  }
  .multi-item .title > div:first-of-type {
    padding-bottom: calc(4px * 2);
  }
  .multi-item .category {
    display: none;
  }
  .multi-item .category.mobile {
    display: inline-block;
  }
}

.non-accordion {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: calc(4px * 8);
}
.non-accordion:first-of-type {
  border-top: solid 1px #d2d2d2;
}
.non-accordion h3 {
  margin-bottom: calc(4px * 8);
  margin-top: calc(4px * 8);
  font-size: 20px;
  line-height: 28px;
}

.accordion {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: calc(4px * 8);
}
.accordion:first-of-type {
  border-top: solid 1px #d2d2d2;
}
.accordion h3 {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding-right: 87px;
  margin-bottom: calc(4px * 8);
  margin-top: calc(4px * 8);
  font-size: 20px;
  line-height: 28px;
}
.accordion h3::before {
  content: "";
  width: 57px;
  height: 57px;
  border-radius: 57px;
  border: solid 1px #c5822a;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordion h3::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f067";
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: calc(50% + 2px);
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion h3:hover {
  color: #c5822a;
}
.accordion h3:hover::before {
  background-color: #c5822a;
}
.accordion h3:hover::after {
  color: #ffffff;
}
.accordion > div {
  display: none;
}
.accordion > p.expand {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: none;
}
.accordion > p.expand span {
  color: #c5822a;
}
.accordion > p.expand span::after {
  content: "[ + ]";
}
.accordion.active h3::after {
  content: "\f068";
}
.accordion.active > p.expand span::after {
  content: "[ - ]";
}
@media screen and (max-width: 1023px) {
  .accordion h3::before {
    display: none;
  }
  .accordion h3::after {
    display: none;
  }
  .accordion > p.expand {
    display: block;
    margin-bottom: calc(4px * 10);
    cursor: pointer;
  }
}

.featured-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #00142b;
  padding: calc(4px * 12) 40px;
}
.featured-link > * {
  margin-bottom: 0px;
}
.featured-link p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 0px 15px;
}
@media screen and (max-width: 1023px) {
  .featured-link {
    display: block;
    text-align: center;
    padding: calc(4px * 9) 40px;
  }
  .featured-link h3 {
    margin-bottom: calc(4px * 4);
  }
  .featured-link p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding: 0px;
    margin-bottom: calc(4px * 6);
  }
}

.watch-button {
  border: solid 1px #c5822a;
  background-color: #c5822a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: calc(4px * 4) 30px;
  white-space: nowrap;
}
.watch-button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f144";
  font-size: 16px;
  line-height: 16px;
  margin-left: 20px;
}
.watch-button:hover {
  color: #c5822a;
  background-color: transparent;
}

.flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-title > * {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .flex-title a.read-more {
    display: none;
  }
}

.section-break {
  position: relative;
  z-index: -9;
  top: -100px;
  height: 30px;
}

/* - - - -|| COMMON END ||- - - - */
/* - - - -|| HEADER START ||- - - - */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}
header > .desktop > .top {
  background-color: #00142b;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
header > .desktop > .top .stock {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
header > .desktop > .top .stock > div:not(:first-of-type) {
  margin-left: 45px;
}
header > .desktop > .bottom {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  position: relative;
}
header > .desktop > .bottom .logo {
  width: 100%;
  max-width: 200px;
  height: 60px;
  position: relative;
  margin-top: -8px;
}
header > .desktop > .bottom .logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .desktop > .bottom .logo a:hover {
  opacity: 0.7;
}
header > .desktop > .bottom .logo img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom .logo img.color {
  opacity: 0;
}
header > .desktop > .bottom .flags {
  position: absolute;
  left: 22%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header > .desktop > .bottom .flags img {
  margin-right: 8px;
  width: auto;
  height: 38px;
}
@media screen and (max-width: 1400px) {
  header > .desktop > .bottom .flags {
    display: none;
  }
}
header > .desktop > .bottom nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: calc(100% - 200px);
}
header > .desktop > .bottom nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header > .desktop > .bottom nav ul.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  width: 100%;
  max-width: 830px;
}
header > .desktop > .bottom nav ul.top > li {
  position: relative;
}
header > .desktop > .bottom nav ul.top > li > a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 34px 0px;
  display: block;
}
header > .desktop > .bottom nav ul.top > li > a.active {
  color: #c5822a;
}
header > .desktop > .bottom nav ul.top > li.search-icon {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
header > .desktop > .bottom nav ul.top > li.search-icon:hover {
  opacity: 0.7;
}
header > .desktop > .bottom nav ul.top > li.search-icon i {
  color: #ffffff;
  padding: 34px 0px;
  margin-top: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav ul.top > li::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #00142b;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
header > .desktop > .bottom nav ul.top > li:hover > a {
  color: #c5822a;
}
header > .desktop > .bottom nav ul.top > li:hover ul.sub {
  opacity: 1;
  pointer-events: all;
}
header > .desktop > .bottom nav ul.top > li:hover::before {
  opacity: 1;
}
header > .desktop > .bottom nav ul.top > li.cat-contact > ul.sub {
  left: initial;
  right: -30px;
}
header > .desktop > .bottom nav ul.sub {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  min-width: 315px;
  padding: 32px 41px 39px 41px;
  top: calc(100% - 4px);
  left: -30px;
  z-index: 0;
  border-top: solid 1px #d2d2d2;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.17);
}
header > .desktop > .bottom nav ul.sub > li.str-operations-landing, header > .desktop > .bottom nav ul.sub > li.str-investors-landing, header > .desktop > .bottom nav ul.sub > li.str-esg-landing, header > .desktop > .bottom nav ul.sub > li.str-about-landing, header > .desktop > .bottom nav ul.sub > li.str-careers-landing {
  display: none;
}
header > .desktop > .bottom nav ul.sub a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  opacity: 1;
  display: block;
  text-align: left;
  padding: 0px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav ul.sub a:hover {
  color: #00142b;
}
header > .desktop > .bottom nav ul.subsub {
  padding-left: 15px;
}
header > .desktop > .bottom nav .search-hold {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
}
header > .desktop > .bottom nav .search-hold form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search] {
  width: calc(100% - 20px);
  background-color: transparent;
  border: 0px;
  height: 40px;
  color: #00142b;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-input-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]:-moz-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]::-moz-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]:-ms-input-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]:focus {
  outline: 0px;
}
header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-decoration, header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-cancel-button, header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-results-button, header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
header > .desktop > .bottom nav .search-hold form .search-close {
  width: 20px;
  color: #00142b;
  cursor: pointer;
  font-size: 18px;
  margin-top: -2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-align: right;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav .search-hold form .search-close:hover {
  opacity: 0.7;
}
header > .desktop > .bottom nav.search-active ul.top {
  opacity: 0;
  pointer-events: none;
}
header > .desktop > .bottom nav.search-active .search-hold {
  opacity: 1;
  pointer-events: all;
}
header > .desktop.sticky > .bottom, header > .desktop.search-sticky > .bottom, header > .desktop:hover > .bottom {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header > .desktop.sticky > .bottom .logo img.color, header > .desktop.search-sticky > .bottom .logo img.color, header > .desktop:hover > .bottom .logo img.color {
  opacity: 1;
}
header > .desktop.sticky > .bottom .logo img.white, header > .desktop.search-sticky > .bottom .logo img.white, header > .desktop:hover > .bottom .logo img.white {
  opacity: 0;
}
header > .desktop.sticky > .bottom nav ul.top > li > a, header > .desktop.search-sticky > .bottom nav ul.top > li > a, header > .desktop:hover > .bottom nav ul.top > li > a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
header > .desktop.sticky > .bottom nav ul.top > li > a.active, header > .desktop.search-sticky > .bottom nav ul.top > li > a.active, header > .desktop:hover > .bottom nav ul.top > li > a.active {
  color: #c5822a;
}
header > .desktop.sticky > .bottom nav ul.top > li > a:hover, header > .desktop.search-sticky > .bottom nav ul.top > li > a:hover, header > .desktop:hover > .bottom nav ul.top > li > a:hover {
  color: #c5822a;
}
header > .desktop.sticky > .bottom nav ul.top > li.search-icon i, header > .desktop.search-sticky > .bottom nav ul.top > li.search-icon i, header > .desktop:hover > .bottom nav ul.top > li.search-icon i {
  color: #00142b;
}
header > .desktop.sticky > .top {
  margin-top: -40px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop.sticky > .bottom .logo {
  max-width: 140px;
  height: 42px;
  margin-top: 0px;
}
header > .desktop.sticky > .bottom .container {
  height: 64px;
}
header > .desktop.sticky > .bottom nav ul.top > li::before {
  bottom: -1px;
}
header > .desktop.sticky > .bottom nav ul.top > li > a {
  padding: 20px 0px;
}
header > .desktop.sticky > .bottom nav ul.top > li.search-icon i {
  padding: 20px 0px;
}
header > .desktop.sticky > .bottom nav ul.sub {
  top: 100%;
}
header > .desktop.inner:not(.landing) > .bottom {
  border-bottom: solid 1px #d2d2d2;
}
header > .desktop.inner:not(.landing) > .bottom .logo img.color {
  opacity: 1;
}
header > .desktop.inner:not(.landing) > .bottom .logo img.white {
  opacity: 0;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li > a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li > a.active {
  color: #c5822a;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li > a:hover {
  color: #c5822a;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li.search-icon i {
  color: #00142b;
}
header > .desktop.investors-landing > .bottom {
  border-bottom: none !important;
}
header > .mobile {
  display: none;
  pointer-events: none;
}
header > .mobile .head {
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 63px;
  pointer-events: all;
}
header > .mobile .head .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header > .mobile .head .logo {
  max-width: 153px;
  width: 100%;
  height: 48px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .mobile .head .logo:hover {
  opacity: 0.7;
}
header > .mobile .head .logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .mobile .head .logo a:hover {
  opacity: 0.7;
}
header > .mobile .head .logo img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .mobile .head .logo img.color {
  opacity: 0;
}
header > .mobile .head .logo img.white {
  opacity: 1;
}
header > .mobile .head .menu-icon {
  position: relative;
  width: 25px;
  height: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}
header > .mobile .head .menu-icon span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .mobile .head .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header > .mobile .mobile-menu {
  position: relative;
  padding-bottom: 200px;
  background-color: #00142b;
  height: calc(100vh - 63px);
  height: calc(var(--vh, 1vh) * 100 - 52px);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .mobile .mobile-menu nav {
  overflow-y: auto;
  max-height: calc(100vh - 251px);
  max-height: calc(var(--vh, 1vh) * 100 - 251px);
  padding-top: 10px;
}
header > .mobile .mobile-menu nav ul.top {
  list-style: none;
  margin: 0px;
  padding: 18px 0px;
}
header > .mobile .mobile-menu nav ul.top > li > a {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0px;
}
header > .mobile .mobile-menu nav ul.top li.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 10px;
}
header > .mobile .mobile-menu nav ul.top li.social a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: right;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .mobile .mobile-menu nav ul.top li.social a:hover {
  opacity: 0.7;
}
header > .mobile .mobile-menu nav ul.top li.social a:first-of-type {
  margin-left: 15px;
}
header > .mobile .mobile-menu nav ul.sub {
  display: none;
  background-color: #00142b;
  list-style: none;
  margin: 0px 0px;
  padding: 5px 0px 36px 0px;
}
header > .mobile .mobile-menu nav ul.sub > li > a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-align: left;
  opacity: 1;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 0px;
}
header > .mobile .mobile-menu nav ul.subsub {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header > .mobile .mobile-menu nav ul.subsub > li > a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-align: left;
  opacity: 1;
  margin: 0px 20px 0px 30px;
  padding: 2px 0px;
  display: block;
}
header > .mobile .mobile-menu .bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 177px;
  padding: 30px 15px;
}
header > .mobile .mobile-menu .bottom .search-hold {
  display: block;
  border-bottom: solid 1px #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search] {
  width: calc(100% - 30px);
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  height: 30px;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]:-moz-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-moz-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]:focus {
  outline: 0px;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-decoration, header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-cancel-button, header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-results-button, header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
header > .mobile .mobile-menu .bottom .search-hold form i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 2px;
}
header > .mobile .mobile-menu .bottom .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header > .mobile .mobile-menu .bottom .stock {
  padding-top: 18px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
}
header > .mobile .mobile-menu .bottom .stock > div {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header > .mobile.open {
  pointer-events: all;
}
header > .mobile.open .head {
  background-color: #00142b;
}
header > .mobile.open .head .logo img {
  opacity: 0;
}
header > .mobile.open .head .logo img.white {
  opacity: 1;
}
header > .mobile.open .head .logo img.color {
  opacity: 0;
}
header > .mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header > .mobile.open .head .menu-icon span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
}
header > .mobile.open .head .menu-icon span:nth-of-type(1) {
  width: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header > .mobile.open .head .menu-icon span:nth-of-type(2) {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  opacity: 0;
}
header > .mobile.open .head .menu-icon span:nth-of-type(3) {
  width: 26px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header > .mobile.open .mobile-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header > .mobile.sticky:not(.open) .head {
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}
header > .mobile.sticky:not(.open) .head .logo img {
  opacity: 0;
}
header > .mobile.sticky:not(.open) .head .logo img.color {
  opacity: 1;
}
header > .mobile.sticky:not(.open) .head .menu-icon span {
  background-color: #00142b;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head {
  background-color: #f6f6f6;
  border-bottom: solid 1px #d2d2d2;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head .logo img {
  opacity: 0;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head .logo img.color {
  opacity: 1;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head .menu-icon span {
  background-color: #00142b;
}
header > .mobile.investors-landing:not(.open):not(.sticky) .head .logo img {
  opacity: 0;
}
header > .mobile.investors-landing:not(.open):not(.sticky) .head .logo img.color {
  opacity: 1;
}
header > .mobile.investors-landing:not(.open):not(.sticky) .head .menu-icon span {
  background-color: #00142b;
}

@media screen and (max-width: 1023px) {
  header {
    pointer-events: none;
  }
  header > .desktop {
    display: none;
  }
  header > .mobile {
    display: block;
  }
}
/* - - - -|| HEADER END ||- - - - */
/* - - - -|| HOME START ||- - - - */
section.hero {
  min-height: 780px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.hero .container > div {
  max-width: 652px;
  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;
  margin-bottom: calc(4px * 16);
}
section.hero .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(4px * 36);
  padding-bottom: calc(4px * 16);
}
section.hero h1, section.hero h2, section.hero h3, section.hero p {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
section.hero .clear-button {
  max-width: calc((100% - 5 * 28px) / 6 * 3 + (3 - 1) * 28px);
}

@media screen and (max-width: 1023px) {
  section.hero {
    margin-top: 0px;
  }
  section.hero .container > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.hero {
    margin-top: 0px;
    min-height: 440px;
  }
  section.hero .container > div {
    margin-bottom: calc(4px * 8);
  }
  section.hero .text {
    padding-top: calc(4px * 30);
    padding-bottom: calc(4px * 13);
  }
  section.hero h1, section.hero h2, section.hero h3, section.hero p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    color: #fff;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: calc(4px * 4);
  }
}
section.about {
  background-color: #f6f6f6;
  padding: calc(4px * 22) 0px calc(4px * 10) 0px;
}
section.about .esg .text p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@media screen and (max-width: 1023px) {
  section.about .esg .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
}
section.about .esg .text p a {
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-decoration: underline;
}
section.about .esg .text p a:hover {
  opacity: 0.7;
}
section.about .esg .text a.read-more {
  margin-top: calc(4px * 16);
}
section.about .esg .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/home-esg-2.jpg);
  min-height: 456px;
}
section.about .news {
  padding: calc(4px * 13) 0px;
}
section.about .news h3 {
  margin-bottom: calc(4px * 5);
}
section.about .news .news-item {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
  border-top: solid 1px #d2d2d2;
  padding: calc(4px * 5) 0px;
}
section.about .news .news-item .date {
  margin-bottom: calc(4px * 3);
}
section.about .news .news-item .date a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
section.about .news .news-item .title a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
section.about .news .news-item:hover .date a {
  color: #c5822a;
}
section.about .news .news-item:hover .title a {
  color: #c5822a;
}

@media screen and (max-width: 1023px) {
  section.about {
    padding: calc(4px * 12) 0px calc(4px * 3) 0px;
  }
  section.about .esg .text a.read-more {
    margin-top: calc(4px * 6);
  }
  section.about .news {
    padding: calc(4px * 10) 0px;
  }
  section.about .news h3 {
    margin-bottom: calc(4px * 8);
  }
  section.about .news .news-item {
    width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
    padding: calc(4px * 3) 0px calc(4px * 5) 0px;
  }
}
@media screen and (max-width: 767px) {
  section.about .news .news-item {
    width: calc((100% - 11 * 28px) / 12 * 12 + (12 - 1) * 28px);
  }
}
section.highlights {
  padding: calc(4px * 17) 0px calc(4px * 15) 0px;
  border-bottom: 3px solid #ebebeb;
}
section.highlights .title {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}
section.highlights .title h3 {
  margin-bottom: calc(4px * 5);
}
section.highlights .stats {
  width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.highlights .stats > div {
  width: calc((100% - 8 * 28px) / 9 * 3 + (3 - 1) * 28px);
}
section.highlights .stats h1 {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 5);
}
section.highlights .stats p {
  margin-bottom: calc(4px * 5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #727272;
}

@media screen and (max-width: 1120px) {
  section.highlights .title {
    width: 100%;
  }
  section.highlights .stats {
    width: 100%;
  }
  section.highlights .stats > div {
    width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
  }
}
@media screen and (max-width: 1023px) {
  section.highlights .stats h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
}
@media screen and (max-width: 767px) {
  section.highlights {
    padding: calc(4px * 10) 0px calc(4px * 10) 0px;
    border-bottom: none;
  }
  section.highlights .title h3 {
    margin-bottom: calc(4px * 10);
  }
  section.highlights .stats > div {
    width: 100%;
    border-top: solid 1px #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(4px * 3) 0px calc(4px * 1) 0px;
  }
  section.highlights .stats > div:last-of-type {
    display: none;
  }
  section.highlights .stats > div > * {
    width: calc((100% - 1 * 28px) / 2 * 1 + (1 - 1) * 28px);
  }
}
section.info-blocks {
  padding: calc(4px * 18) 0px calc(4px * 21) 0px;
}
section.info-blocks .operations .image {
  background-image: url(../../../../_resources/bgs/home-operations.jpg);
}
section.info-blocks .investors .image {
  position: relative;
  background-color: #ffebbe;
}
section.info-blocks .investors .image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  section.info-blocks {
    padding: calc(4px * 2) 0px calc(4px * 11) 0px;
  }
}
section.stories {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.stories .text {
  width: 50%;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.stories .text .left-container {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(4px * 10);
  padding-bottom: calc(4px * 12);
}
section.stories .text .left-container h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
section.stories .text .left-container p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
section.stories .text .left-container > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
section.stories .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/home-voices2.jpg);
  width: 50%; /*max-width: 800px;*/
  min-height: 512px;
}

@media screen and (max-width: 767px) {
  section.stories {
    display: block;
  }
  section.stories .image {
    width: 100%;
    min-height: initial;
    padding-bottom: 70%;
  }
  section.stories .text {
    width: 100%;
  }
  section.stories .text .left-container {
    margin: 0px auto 0px auto;
    padding-right: 15px;
    display: block;
  }
  section.stories .text .left-container h2 {
    width: 100%;
  }
  section.stories .text .left-container p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  section.stories .text .left-container > div {
    width: 100%;
  }
}
section.latest-updates {
  padding-top: calc(4px * 26);
  padding-bottom: calc(4px * 24);
}
section.latest-updates h1 {
  margin-bottom: calc(4px * 15);
}
section.latest-updates .updates {
  width: calc((100% - 11 * 28px) / 12 * 8 + (8 - 1) * 28px);
}
section.latest-updates .twitter {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px + 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(4px * 26);
}
section.latest-updates .twitter > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.latest-updates .twitter .twitter-timeline {
  height: 100% !important;
}

@media screen and (max-width: 1023px) {
  section.latest-updates {
    padding-top: calc(4px * 10);
    padding-bottom: calc(4px * 16);
  }
  section.latest-updates .updates {
    width: 100%;
    padding-bottom: calc(4px * 2);
  }
  section.latest-updates .twitter {
    width: 100%;
    min-height: 666px;
  }
}
@media screen and (max-width: 767px) {
  section.latest-updates h1 {
    margin-bottom: calc(4px * 9);
  }
  section.latest-updates .twitter {
    padding-top: calc(4px * 7);
  }
}
/* - - - -|| HOME END ||- - - - */
/* - - - -|| FOOTER START ||- - - - */
footer {
  background-color: #fafafa;
}
footer .subscribe {
  border-bottom: solid 1px rgba(151, 151, 151, 0.33);
  padding: calc(4px * 10) 0px;
}
footer .subscribe .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .subscribe h2 {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  margin-bottom: 0px;
}
footer .subscribe form {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .subscribe .textbox {
  width: calc((100% - 5 * 28px) / 6 * 2 + (2 - 1) * 28px);
}
footer .subscribe .textbox input {
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  color: rgba(0, 0, 0, 0.34);
  height: 56px;
  font-size: 16px;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .subscribe .textbox input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
footer .subscribe .button {
  width: 240px;
  padding: calc(4px * 3);
  height: auto;
}
footer .inquiries {
  border-bottom: solid 1px rgba(151, 151, 151, 0.33);
  padding: calc(4px * 7) 0px;
  min-height: calc(4px * 45);
}
footer .inquiries .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
footer .inquiries .text {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
footer .inquiries .text > div {
  width: calc((100% - 5 * 28px) / 6 * 2 + (2 - 1) * 28px);
  padding-right: 15px;
}
footer .inquiries .text a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .inquiries .text a:hover {
  opacity: 0.7;
}
footer .inquiries .logo {
  width: calc((100% - 11 * 28px) / 12 * 2 + (2 - 1) * 28px);
}
footer .inquiries .logo a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .inquiries .logo a:hover {
  opacity: 0.7;
}
footer .navigation {
  padding: calc(4px * 6) 0px calc(4px * 8) 0px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.33);
}
footer .navigation nav > div.column {
  width: calc((100% - 11 * 28px) / 12 * 2 + (2 - 1) * 28px);
}
footer .navigation nav div.category > a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .navigation nav div.category > a:hover {
  opacity: 0.7;
}
footer .navigation nav div.sub {
  margin-bottom: calc(4px * 8);
}
footer .navigation nav div.sub a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .navigation nav div.sub a:hover {
  opacity: 0.7;
}
footer .navigation nav div.sub div.str-about-landing, footer .navigation nav div.sub div.str-operations-landing, footer .navigation nav div.sub div.str-investors-landing, footer .navigation nav div.sub div.str-esg-landing, footer .navigation nav div.sub div.str-careers-landing {
  display: none;
}
footer .navigation nav div.category {
  margin-bottom: calc(4px * 5);
}
footer .navigation .social p {
  margin-bottom: calc(4px * 2);
}
footer .navigation .social .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
}
footer .navigation .social .links a {
  color: #c5822a;
  font-size: 16px;
  margin-right: 36px;
}
footer .bottom {
  padding: calc(4px * 4) 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
footer .bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottom a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .bottom a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1280px) {
  footer .inquiries .text {
    width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
  }
  footer .inquiries .text > div {
    width: calc((100% - 8 * 28px) / 9 * 3 + (3 - 1) * 28px);
  }
}
@media screen and (max-width: 1023px) {
  footer .subscribe h2 {
    width: 100%;
    margin-bottom: calc(4px * 5);
  }
  footer .subscribe form {
    width: 100%;
  }
  footer .subscribe .textbox {
    width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
  }
  footer .inquiries {
    border-bottom: none;
    min-height: initial;
    padding-bottom: 0px;
  }
  footer .navigation {
    padding-top: 0px;
  }
  footer .navigation nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .subscribe .textbox {
    width: 100%;
    margin-bottom: calc(4px * 2);
  }
  footer .subscribe .button {
    width: 200px;
    margin-top: calc(4px * 2);
  }
  footer .inquiries {
    padding-top: calc(4px * 9);
  }
  footer .inquiries .container {
    display: block;
  }
  footer .inquiries .logo {
    width: 220px;
    margin-bottom: calc(4px * 8);
  }
  footer .inquiries .text {
    display: block;
  }
  footer .inquiries .text p {
    margin-bottom: calc(4px * 4);
  }
  footer .navigation {
    padding-bottom: calc(4px * 6);
  }
  footer .bottom {
    text-align: center;
  }
  footer .bottom .container {
    display: block;
  }
}
/* - - - -|| FOOTER END ||- - - - */