/* CSS Document */ :root {
  --spDkBlu: #024DA1;
  --spBlu: #00A6E9;
  --spText: #211A17;
  --spOrg: #F58220;
  --spBro: #F8D58D;
  --spLtRed: #F4777C;
  --spLtOrg: #F7902D;
  --spLtGrn: #8DC7AA;
  --spPur: #74398b;
  --spPink: #d80b8c;
  --spGrn: #0db14b;
  --spAqua: #19beca;
  --spMag: #871c5c;
  --spGrey: #F8F7FB;
  --spGrey2: #E1E2F2;
  --spLtGrey: #f2f2f2;
  --spAqua2: #7ACED6;
  --spLtBlu: #79B5E3;
}
html {
  padding: env(safe-area-inset);
}
body, html {
  font-family: "Noto Sans", sans-serif !important;
  letter-spacing: .02rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(2, 77, 161, 1) !important
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(2, 77, 161, 0) !important
}
:root {
  scrollbar-face-color: rgb(2, 77, 161, 1);
  scrollbar-track-color: rgb(46, 54, 69, 0);
  scrollbar-color: rgb(2, 77, 161, 1) rgb(46, 54, 69, 0);
  scrollbar-width: thin
}
a:hover {
  text-decoration: none;
}
.turnDeviceNotification {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  display: none
}
.turnDeviceNotification {
  background: url(../../images/turnDevice.png) center center;
  background-size: cover
}
.uk-text-small {
  font-size: .75rem;
  line-height: 1.2;
}
.uk-dotnav > .uk-active > *, .uk-dotnav > * > :hover {
  background-color: var(--spDkBlu);
  border-color: transparent;
}
.uk-dotnav > * > * {
  border-color: var(--spDkBlu);
}
.uk-list-disc, .uk-list-hyphen {
  padding-left: 15px;
}
.spTopPad {
  padding-top: 100px;
}
.spBtmPad {
  padding-bottom: 100px;
}
.spImg {
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: var(--spDkBlu);
  padding: 5px 10px 6px 20px;
  font-style: italic;
}
.spTextAni .word {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.reveal img {
  width: 100%;
  height: auto;
  display: block;
}
/*****CHART******/
.bar {
  transform-origin: bottom;
  transform-box: fill-box;
}
.barAni {
  animation: riseAndShine .8s linear;
  transform-origin: bottom;
  transform-box: fill-box;
  will-change: transform;
}
@-webkit-keyframes riseAndShine {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@keyframes riseAndShine {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
/*****COLOR******/
.spFtWhi {
  color: #fff !important;
}
.spFtBro {
  color: var(--spBro) !important;
}
.spFtBlu {
  color: var(--spBlu) !important;
}
.spFtOrg {
  color: var(--spOrg) !important;
}
.spFtDkBlu {
  color: var(--spDkBlu) !important;
}
.spFtGrn {
  color: var(--spGrn) !important;
}
.spFtPur {
  color: var(--spPur) !important;
}
.spFtMag {
  color: var(--spMag) !important;
}
.spFtLtOrg {
  color: var(--spLtOrg) !important;
}
.spFtLtRed {
  color: var(--spLtRed) !important;
}
.spFtLtGrn {
  color: var(--spLtGrn) !important;
}
.spFtPink {
  color: var(--spPink) !important;
}
.spFtAqua {
  color: var(--spAqua) !important;
}
.spBgBu {
  background-color: #FCF6EB;
}
.spBgFn {
  background-color: #FEF5F2;
}
.spBgSu {
  background-color: #FAFBE7;
}
.spBgDkBlu {
  background-color: var(--spDkBlu) !important;
}
.spBgBlu {
  background-color: var(--spBlu) !important;
}
.spBgGrn {
  background-color: var(--spGrn) !important;
}
.spBgOrg {
  background-color: var(--spOrg) !important;
}
.spBgLtOrg {
  background-color: var(--spLtOrg) !important;
}
.spBgLtRed {
  background-color: var(--spLtRed) !important;
}
.spBgLtGrn {
  background-color: var(--spLtGrn) !important;
}
.spBgGrey {
  background-color: var(--spGrey) !important;
}
.spBgGrey2 {
  background-color: var(--spGrey2) !important;
}
.spBgLtGrey {
  background-color: var(--spLtGrey) !important;
}
.spBgPur {
  background-color: var(--spPur) !important;
}
.spBgAqua {
  background-color: var(--spAqua) !important;
}
.spBgLtBlu2 {
  background-color: var(--spLtBlu) !important;
}
.spBgLtGrn2 {
  background-color: rgba(13, 177, 75, 0.2) !important;
}
.spBgLtOrg2 {
  background-color: rgba(245, 130, 32, 0.2) !important;
}
.spBgLtPur {
  background-color: rgba(116, 57, 139, 0.2) !important;
}
.spBgLtBlu {
  background-color: rgba(0, 166, 233, 0.2) !important;
}
.spBgLtPink {
  background-color: rgba(216, 11, 140, 0.2) !important;
}
.spBgLtAqua {
  background-color: rgba(25, 190, 202, 0.2) !important;
}
.spBgLtDkBlu {
  background-color: rgba(3, 78, 162, 0.2) !important;
}
.spBgLtMag {
  background-color: rgba(135, 28, 92, 0.2) !important;
}
/*****HEADING******/
h1, h2, h3, h4, h5, h6 {
  color: var(--spText);
  font-family: "Noto Sans", sans-serif;
  line-height: 1.3;
  margin: 0;
}
h1 {
  font-size: 3.5rem;
  font-weight: 900;
}
h1.uk-text-small {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 0;
  top: -10px;
}
h2, .highlight {
  font-size: 2.25rem;
}
#spInvest h2 {
	line-height: 0.7;
	margin: 8px 0 5px 0;
}
h2 span.uk-text-small {
  font-size: 1.25rem;
}
.highlight {
  font-size: 1.5rem;
  line-height: 1.2;
}
h3 {
  font-size: 2rem;
  line-height: 1.2;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.2;
}
h6 {
  font-weight: 600;
  font-size: 1rem;
}
/*****BUTTON*****/
.spBtn {
  font-size: 1rem;
  width: fit-content;
  border-radius: 9999rem;
  background: var(--spBlu);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.spBtn > span.text {
  color: #fff;
  width: 100%;
  text-align: left;
  padding-block: 12px;
  padding-left: 55px;
  padding-right: 15px;
  z-index: 2;
  transition: all 200ms ease;
}
.spBtn > div.overlay {
  color: var(--spBlu);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: inherit;
  background: #fff;
  position: absolute;
  left: 6px;
  z-index: 1;
  transition: all 400ms ease;
}
.spBtn span.icon {
  width: 34px;
  display: flex;
  justify-content: center;
}
.spBtn:is(:hover, :focus) > span.text {
  color: var(--spBlu);
}
.spBtn:is(:hover, :focus) > div.overlay {
  width: calc(100% - 12px);
  transition: width 200ms ease;
}
/*****HEADER*****/
header {
  position: fixed !important;
}
.spLogo {
  padding-left: 30px;
}
.spNavBg {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background-color .3s ease-in-out;
}
.spMenuBg {
  position: relative;
  background-color: #fff;
  min-height: 60px;
  padding-right: 30px;
  width: calc(100% - 230px);
}
.spMenuBg:before {
  content: "";
  background: url("../../images/menu_bg.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
.spMenuBg .uk-navbar-nav > li > a {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 0.75rem;
  text-transform: none;
  color: var(--spText);
  line-height: 1.25;
  background-color: rgba(0, 166, 233, 0.1);
  min-height: inherit;
  padding: 6px 15px;
  border-radius: 50px;
}
.spMenuBg .uk-navbar-nav > li > a:hover, .spMenuBg .uk-navbar-nav > li.uk-active > a {
  background-color: var(--spDkBlu);
  color: #fff;
}
.spMenuBg .uk-navbar-nav {
  gap: 10px;
}
/*****MOBILE MENU*****/
/*HAMBURGER*/
.spMenuBtn {
  position: relative;
  z-index: 1100;
  /*width: 25px;*/
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: .875rem;
  /*display: block;*/
}
.spMenuBtn span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--spDkBlu);
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger {
  width: 25px;
  height: 18px;
  position: relative;
}
.spMenuBtn span:nth-child(1) {
  top: 0px;
}
.spMenuBtn span:nth-child(2) {
  top: 8px;
}
.spMenuBtn span:nth-child(3) {
  top: 16px;
  width: 13px;
}
.spMenuBtn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: var(--spDkBlu);
}
.spMenuBtn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.spMenuBtn.open span:nth-child(3) {
  top: 8px;
  width: 25px;
  background: var(--spDkBlu);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*DROPDOWN*/
#DropOpen.uk-dropdown {
  width: 100vw;
  overflow-x: hidden;
  color: #000;
  box-shadow: none;
  position: absolute;
  top: 60px;
  box-sizing: border-box;
  padding: 30px 30px;
}
#DropOpen.uk-dropdown a {
  font-weight: bold;
  color: var(--spText);
  transition: all .3s ease-in-out;
}
#DropOpen.uk-dropdown a:hover {
  color: var(--spDkBlu);
}
/*****LANDING*****/
#landing .uk-position-bottom {
  bottom: 40px;
}
/*****INVESTMENT*****/
#investment {
  background: linear-gradient(180deg, rgba(215, 237, 244, .8) 0%, rgba(215, 237, 244, 0) 100%);
}
#investment .uk-tab > * > a {
  padding: 0;
  color: #211A17;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: inherit;
  opacity: .5;
}
#investment .uk-tab-right::before {
  border-left: 0;
}
#investment .uk-tab > .uk-active > a {
  opacity: 1;
  border-color: transparent;
}
#investment .uk-tab::before {
  border-bottom: 0;
}
.spTabIcon.uk-icon-button {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#investment .uk-tab > * > a > .spTabIcon {
  visibility: hidden;
}
#investment .uk-tab > .uk-active > a > .spTabIcon {
  visibility: visible;
}
/*****PCEO*****/
#chairman {
  background: linear-gradient(180deg, rgba(254, 238, 221, 0) 0%, rgba(254, 238, 221, 0.8) 60%, rgba(254, 238, 221, 0) 100%);
}
#pceo {
  background: linear-gradient(180deg, rgba(254, 238, 221, 0) 0%, rgba(254, 238, 221, 0.8) 100%);
}
.spHighlight .uk-card-body {
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  position: relative;
  background: #ccc;
  padding: 20px 20px 40px;
  font-size: 0.875rem;
}
.spHighlight .uk-card-body::before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: #fff;
  z-index: -1;
}
/*****FINANCIAL*****/
#financial .uk-card-body {
  padding: 20px;
}
.square {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
/*****LEADERSHIP*****/
#leadership .uk-subnav-pill > * > :first-child {
  padding: 10px 15px;
  border-radius: 50px;
  background-color: rgba(0, 166, 233, 0.1);
  color: var(--spText);
  text-transform: inherit;
}
#leadership .uk-subnav-pill > .uk-active > a {
  font-weight: bold;
  font-size: 1rem;
}
.bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 6px
}
#leadership .uk-card-footer {
  line-height: 1.2;
  transition: background-color .5s ease-in-out;
  color: var(--spDkBlu);
}
.spBodBg {
  background: url("../../images/bod-bg.jpg") no-repeat center center;
  background-size: cover;
}
/*****RESPONSIVE*****/
#vcm .uk-subnav-pill > * > :first-child {
  padding: 8px 15px;
  background-color: rgba(0, 166, 233, 0.2);
  color: var(--spText);
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: inherit;
}
#vcm .uk-subnav-pill > .uk-active > a, #leadership .uk-subnav-pill > .uk-active > a {
  background-color: var(--spDkBlu);
  color: #fff;
}
#vcm .uk-subnav-pill .uk-icon-button {
  width: 26px;
  height: 26px;
  position: relative;
  background-color: var(--spOrg);
}
#vcm .uk-subnav-pill .uk-icon-button::before {
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E');
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#vcm .uk-subnav-pill > .uk-active > a > .uk-icon-button::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E')
}
#vcm .uk-subnav-pill > * > a {
  position: relative;
}
/*****SUSTAINABILITY*****/
#sustainability {
  background: linear-gradient(180deg, rgba(13, 177, 75, 0) 0%, rgba(13, 177, 75, .2) 100%);
}
#sustainability .uk-card-header {
  padding: 3px 6px;
  width: fit-content;
}
.spBgGra01 {
  background: linear-gradient(180deg, rgba(3, 78, 162, 0) 0%, rgba(3, 78, 162, .8) 100%);
}
.spBgGra02 {
  background: linear-gradient(180deg, rgba(13, 177, 75, 0) 0%, rgba(13, 177, 75, .7) 100%);
}
.spBgGra03 {
  background: linear-gradient(180deg, rgba(245, 130, 32, 0) 0%, rgba(245, 130, 32, .8) 100%);
}
.spBgGra04 {
  background: linear-gradient(180deg, rgba(25, 190, 202, 0) 0%, rgba(25, 190, 202, .95) 100%);
}
img.spBanner {
  width: 100%;
  height: 100%;
}
#sustainability .uk-panel {
  height: 550px;
}
/*****DOWNLOADS*****/
#downloads a {
  color: var(--spText);
  transition: all .3s ease-in-out;
}
#downloads a:hover {
  color: var(--spBlu);
}
#downloads video {
	margin-top: -80px;
}
footer {
  padding: 10px 0;
  background-color: #777;
  color: #fff;
  margin-top: 40px;
}
#landing::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: RGBA(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 100%);
}
/*****RESPONSIVE*****/
@media (min-width: 640px) {
  .spMenuBg {
    min-height: 80px;
  }
  .spMenuBg:before {
    height: 80px;
    left: -70px;
  }
  #DropOpen.uk-dropdown {
    top: 80px;
  }
  h1 {
    font-size: 4.5rem;
  }
  h1.uk-text-small {
    font-size: 3.25rem;
    margin-bottom: -10px;
  }
}
@media (min-width: 960px) {
  #landing::after {
    display: none;
  }
  footer {
    margin-top: 0;
  }
	#downloads .uk-list {
		margin-top: 70px;
	}
  #vcm .uk-subnav-pill > * > a::after {
    content: url("../../images/arrow-right.svg");
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -16px;
  }
  #vcm .uk-subnav-pill > *:last-child > a::after {
    display: none;
  }
}