@charset "UTF-8";
/***************** COLOR BRAND *****************/
/***************** COLOR TEXT *****************/
/***************** COLOR SURFACE *****************/
/* **************** COLOR BORDER *****************/
html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
}

html.modal {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}

body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2d3137;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: normal;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.1px;
  color: #005da3;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #005da3;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
}

h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
}

p.large {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

p.footnote {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.footnote p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.footnote li {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: normal;
  }
  h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 0.05px;
  }
  h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
  }
  h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: normal;
  }
  h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
  }
  h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: normal;
  }
  p.large {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
  }
  #width-check {
    z-index: 1;
  }
}
input[type=text] {
  -webkit-appearance: none;
  box-shadow: none !important;
}

input[type=email] {
  -webkit-appearance: none;
  box-shadow: none !important;
}

textarea {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
}

select {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}

button {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

table:not(.fc-col-header) {
  margin-top: 0px;
  margin-bottom: 25px;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

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

strong {
  font-weight: bold;
}

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

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

div.table-overflow.show {
  width: calc(100% + 15px);
  margin-right: -15px;
}
div.table-overflow.show table {
  margin-bottom: 15px !important;
}

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

p.instruction {
  display: none;
}
p.instruction i {
  margin-left: 15px;
}

p.instruction.show {
  display: block;
  margin-top: 10px;
}

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

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

.flex {
  display: flex;
  justify-content: space-between;
}

.half {
  width: 50%;
}

.third {
  width: 33.3333333333%;
}

.quarter {
  width: 25%;
}

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

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

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

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

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

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

.animate {
  visibility: hidden;
}

.animate.show {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

.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%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes fadeIn {
  0% {
    animation-timing-function: ease-in;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-in;
    visibility: visible;
    opacity: 1;
    animation-fill-mode: forwards;
  }
}
@keyframes fadeInArrows {
  0% {
    animation-timing-function: ease-in;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  100% {
    transform: translateY(0%) translateX(0px) skew(-22deg);
    animation-timing-function: ease-in;
    visibility: visible;
    display: block;
    opacity: 1;
    animation-fill-mode: forwards;
  }
}
@keyframes fadeInUp {
  0% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 50%, 0);
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    display: inline-block;
    opacity: 1;
    animation-fill-mode: forwards;
  }
}
@keyframes verticalBorderDraw {
  0% {
    animation-timing-function: ease-in;
    height: 1px;
  }
  100% {
    animation-timing-function: ease-in;
    height: 100%;
    animation-fill-mode: forwards;
  }
}
@keyframes verticalBorderDrawShort {
  0% {
    animation-timing-function: ease-in;
    height: 1px;
  }
  100% {
    animation-timing-function: ease-in;
    height: calc(100% - 190px);
    animation-fill-mode: forwards;
  }
}
@keyframes borderDraw {
  0% {
    animation-timing-function: ease-in;
    width: 0px;
  }
  100% {
    animation-timing-function: ease-in;
    width: 100%;
    animation-fill-mode: forwards;
  }
}
.preFadeInUp {
  opacity: 0;
}

.preFadeIn {
  opacity: 0;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeInArrows {
  animation-name: fadeInArrows;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.verticalBorderDraw {
  position: relative;
}
.verticalBorderDraw::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  background-color: #005da3;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  visibility: hidden;
}

.verticalBorderDraw.show::before {
  visibility: visible;
  animation-name: verticalBorderDraw;
}

.verticalBorderDrawShort {
  position: relative;
}
.verticalBorderDrawShort::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0px;
  width: 1px;
  background-color: #005da3;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  visibility: hidden;
}

.verticalBorderDrawShort.show::before {
  visibility: visible;
  animation-name: verticalBorderDrawShort;
}

.border-link {
  text-align: left;
  color: #ffffff;
  position: relative;
}
.border-link::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  height: 1px;
  background-color: #ffffff;
  width: 0px;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}
.border-link:hover::after {
  animation-name: borderDraw;
}

.borderDrawTop {
  position: relative;
  padding-top: 12px;
}
.borderDrawTop::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  background-color: #ffffff;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  visibility: hidden;
}

.borderDrawTop.show::before {
  visibility: visible;
  animation-name: borderDraw;
}

body.admin a.redirect {
  pointer-events: none !important;
}

/* BUTTON STYLES */
.button {
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 0;
  border: 0;
  height: 54px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  transition: all 0.25s ease-in-out;
  background-color: #005da3;
  color: #ffffff;
}
.button:hover {
  background-color: #d6bc7a;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }
}

.white-button {
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 0;
  border: 0;
  height: 54px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  color: #005da3;
}
.white-button:hover {
  color: #ffffff;
  background-color: #d6bc7a;
}
@media (max-width: 1023px) {
  .white-button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }
}

.button.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: #d6bc7a;
  margin-right: 7px;
  display: inline-block;
}
.button.pdf:hover::before {
  color: #ffffff;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-item > .date {
  width: 88px;
  border: solid 1px #005da3;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0px;
}
.list-item > .date .month {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #005da3;
  text-transform: uppercase;
}
.list-item > .date .day {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: #433e72;
}
.list-item > .date .year {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #005da3;
}
.list-item .text {
  width: calc(100% - 88px);
  padding-left: 24px;
}
.list-item .text .title a {
  font-weight: 500;
  color: #005da3;
  transition: all 0.25s ease-in-out;
}
.list-item .text .location {
  color: #2d3137;
  margin-top: 8px;
  font-weight: 500;
}
.list-item .text .location::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3c5";
  font-size: 16px;
  color: #005da3;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.list-item .text.flex {
  align-items: center;
}
.list-item .text.flex .left {
  width: calc(100% - 160px);
}
.list-item .text.flex .right {
  width: 160px;
  text-align: right;
}
.list-item .text.flex .event-button {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  color: #005da3;
  display: inline-block;
  border: solid 1px #005da3;
  border-radius: 24px;
  white-space: nowrap;
  padding: 8px 16px;
}
.list-item .text.flex .event-button:hover {
  border: solid 1px #06325f;
  background-color: #005da3;
  color: #ffffff;
  opacity: 1;
}

.list-item.all-events {
  border-top: solid 1px #005da3;
  padding: 9px 0px;
  align-items: center;
}

.list-item.media {
  padding: 16px 0px;
  position: relative;
  border-top: solid 1px #005da3;
}
.list-item.media:last-of-type {
  border-bottom: solid 1px #005da3;
}
.list-item.media a.text {
  font-weight: 500;
  color: #005da3;
  transition: all 0.25s ease-in-out;
}
.list-item.media a.text:hover {
  opacity: 0.65;
}
.list-item.media .icon {
  padding: 0 0 0 16px;
}
.list-item.media .icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  content: "\f144";
  color: #d6bc7a;
  font-size: 32px;
}
.list-item.media .text {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  .list-item > .date {
    width: 68px;
    padding: 16px 0;
  }
  .list-item > .date .day {
    font-size: 36px;
  }
  .list-item .text {
    width: calc(100% - 68px);
    padding-left: 16px;
  }
  .list-item.media .text {
    display: block;
    padding-top: 4px;
  }
  .list-item.media .text .icon {
    padding: 0;
  }
  .list-item.media .text .icon::before {
    font-size: 24px;
  }
}
.presentation-link {
  width: 100%;
  max-width: 234px;
  height: 140px;
  position: relative;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
.presentation-link::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/bg_presentation.png);
  color: #2d3137;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.presentation-link a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  font-weight: 500;
  line-height: 1.33;
  color: #ffffff;
}
.presentation-link a span {
  position: absolute;
  bottom: 16px;
  left: 18px;
}
.presentation-link a::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  position: absolute;
  bottom: 16px;
  right: 18px;
}
.presentation-link:hover::before {
  opacity: 0.75;
}

.featherlight.blue .featherlight-content {
  background-color: #005da3 !important;
}

.featherlight .featherlight-content {
  padding: 0% !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: #ffffff !important;
  font-size: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
}

@media screen and (max-width: 1024px) {
  .featherlight .featherlight-inner {
    max-width: 90vw !important;
  }
  .featherlight .featherlight-content {
    max-width: 90vw !important;
    margin: 0 auto !important;
  }
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}

header.desktop > .top {
  background-color: #005da3;
  height: 35px;
  transition: all 0.25s ease-in-out;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
header.desktop > .top .link a {
  color: #ffffff;
  text-decoration: underline;
}
header.desktop > .top .link i {
  color: #d6bc7a;
  margin-left: 16px;
}
header.desktop > .top .container {
  align-items: center;
  height: 100%;
}
header.desktop > .top .stock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header.desktop > .top .stock > div:not(:first-of-type) {
  border-left: solid 1px rgba(255, 255, 255, 0.58);
  margin-left: 16px;
  padding-left: 16px;
}
header.desktop > .top .stock > div span {
  color: #d6bc7a;
}
header.desktop > .bottom {
  background-color: #ffffff;
  height: 90px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
header.desktop > .bottom .container {
  height: 100%;
  align-items: center;
}
header.desktop > .bottom .logo {
  max-width: 209px;
  width: 100%;
  height: 76px;
  position: relative;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header.desktop > .bottom .logo:hover {
  opacity: 0.7;
}
header.desktop > .bottom .logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header.desktop > .bottom .logo a:hover {
  opacity: 0.7;
}
header.desktop > .bottom .logo img {
  padding: 0;
  position: absolute;
  top: -7px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
}
header.desktop > .bottom .logo img.white {
  opacity: 0;
}

@media screen and (max-width: 1120px) {
  header.desktop > .bottom .logo {
    max-width: 170px;
    height: 53px;
  }

  header.desktop > .bottom .logo img {
    padding: 0;
    top: -10px;
  }
}

header.desktop > .bottom nav {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
header.desktop > .bottom nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.desktop > .bottom nav ul.top {
  display: flex;
  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;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #005da3;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  padding: 31px 6px;
  display: block;
}
header.desktop > .bottom nav ul.top > li > a:hover {
  opacity: 0.7;
}
header.desktop > .bottom nav ul.top > li:hover ul.sub {
  opacity: 1;
  pointer-events: all;
}
header.desktop > .bottom nav ul.top > li.search-icon {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #005da3;
  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 {
  padding: 31px 0px;
}
header.desktop > .bottom nav ul.top > li.cat-connect > ul.sub {
  left: initial;
  right: -30px;
}
header.desktop > .bottom nav ul.sub {
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #e3e6e8;
  list-style: none;
  min-width: 212px;
  padding: 10px 20px 14px 30px;
  top: calc(100% - 2px);
  left: -30px;
  z-index: 0;
}
header.desktop > .bottom nav ul.sub a {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #005da3;
  opacity: 1;
  display: block;
  text-align: left;
  padding: 10px 0px;
  transition: all 0.25s ease-in-out;
}
header.desktop > .bottom nav ul.sub a:hover {
  opacity: 0.6;
}
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;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 830px;
}
header.desktop > .bottom nav .search-hold form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search] {
  width: calc(100% - 20px);
  background-color: transparent;
  border: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #005da3;
  transition: all 0.25s ease-in-out;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-webkit-input-placeholder {
  color: #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search]:-moz-placeholder {
  color: #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-moz-placeholder {
  color: #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search]:-ms-input-placeholder {
  color: #005da3;
}
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 {
  display: none;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-results-button {
  display: none;
}
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: #005da3;
  cursor: pointer;
  font-size: 18px;
  margin-top: -2px;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-align: right;
  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 > .top {
  height: 0px;
  opacity: 0;
}
header.desktop.sticky > .bottom {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header.desktop.sticky > .bottom nav ul.sub {
  box-shadow: 0 15px 13px 0 rgba(0, 0, 0, 0.17);
}

header.desktop.stuck > .bottom {
  box-shadow: none;
}

header.mobile {
  display: none;
  pointer-events: none;
}
header.mobile .head {
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
  height: 52px;
  pointer-events: all;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header.mobile .head .container {
  align-items: center;
  height: 100%;
}
header.mobile .head .logo {
  max-width: 136px;
  width: 100%;
  height: 40px;
  position: relative;
  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;
  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: -10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
}
header.mobile .head .logo img.white {
  opacity: 0;
}
header.mobile .head .menu-icon {
  position: relative;
  width: 25px;
  height: 16px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}
header.mobile .head .menu-icon span {
  height: 2px;
  width: 100%;
  background-color: #005da3;
  margin-bottom: 5px;
  display: block;
  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: #005da3;
  height: calc(100vh - 52px);
  height: calc(var(--vh, 1vh) * 100 - 52px);
  transform: translateX(-200%);
  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: 38px;
}
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;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px 15px;
  display: flex;
  justify-content: space-between;
  padding: 9px 0px;
}
header.mobile .mobile-menu nav ul.top li.social {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 10px;
}
header.mobile .mobile-menu nav ul.top li.social a {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  text-align: right;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 0px;
  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: #05284C;
  list-style: none;
  margin: 9px 0px;
  padding: 9px 0px 13px 0px;
}
header.mobile .mobile-menu nav ul.sub > li > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  margin: 0px 20px;
  display: flex;
  justify-content: space-between;
  padding: 11px 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: 20px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px 20px 0px 30px;
  padding: 11px 0px;
  display: block;
}
header.mobile .mobile-menu .bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 200px;
  padding: 26px 15px;
}
header.mobile .mobile-menu .bottom .search-hold {
  display: block;
  border-bottom: solid 1px #ffffff;
}
header.mobile .mobile-menu .bottom .search-hold form {
  display: flex;
  justify-content: space-between;
  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: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  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: #d6bc7a;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]::-moz-placeholder {
  color: #d6bc7a;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]:-ms-input-placeholder {
  color: #d6bc7a;
}
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 {
  display: none;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-results-button {
  display: none;
}
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-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ffffff;
  margin-right: 2px;
}
header.mobile .mobile-menu .bottom .flex {
  align-items: flex-end;
}
header.mobile .mobile-menu .bottom .stock {
  padding-top: 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
header.mobile .mobile-menu .bottom .stock > div {
  margin-bottom: 4px;
}
header.mobile .mobile-menu .bottom .stock span {
  color: #d6bc7a;
}
header.mobile .mobile-menu .bottom .link {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 14px;
}
header.mobile .mobile-menu .bottom .link a {
  color: #ffffff;
  text-decoration: underline;
}
header.mobile .mobile-menu .bottom .link i {
  color: #d6bc7a;
  margin-left: 16px;
}

header.mobile.open {
  pointer-events: all;
}
header.mobile.open .head {
  background-color: #005da3;
}
header.mobile.open .head .logo img {
  opacity: 0;
}
header.mobile.open .head .logo img.white {
  opacity: 1;
}
header.mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header.mobile.open .head .menu-icon span {
  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;
  transform-origin: top left;
  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;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
header.mobile.open .mobile-menu {
  transform: translateX(0);
}

header.mobile.stuck .head {
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  header.desktop {
    display: none;
  }
  header.mobile {
    display: block;
  }
}
/* - - - -|| FOOTER START ||- - - - */
footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
footer > div.top {
  background-color: #005da3;
  color: #ffffff;
  position: relative;
}
footer > div.top h4 {
  color: #ffffff;
  margin: 0 0 16px;
}
footer > div.top h5 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
footer > div.top h5 span {
  font-weight: 500;
  display: inline-block;
}
footer > div.top p {
  color: #ffffff;
}
footer > div.top > div {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

footer > div.top > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/bg_newsletter_v3.svg") no-repeat right 68px center;
  background-size: contain;
  opacity: 0.4; 
  pointer-events: none;
}
footer > div.top input[type=text] {
  color: #ffffff;
  width: 100%;
  border: none;
  border-bottom: solid 2px #ffffff;
  background-color: transparent;
  padding: 7px 0px;
}
footer > div.top input[type=text]::-moz-placeholder {
  color: #ffffff;
}
footer > div.top input[type=text]::placeholder {
  color: #ffffff;
}
footer > div.top input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
footer > div.top input[type=checkbox] {
  border-width: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
footer > div.top .signup-message {
  margin: 16px 0 -8px;
}
footer > div.top .required-text {
  font-size: 12px;
  margin: 16px 0 16px;
}
footer > div.top .white-button {
  margin-top: 40px;
  color: #2d3137;
}
footer > div.top .flex {
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
footer > div.top .flex > div {
  margin-bottom: 12px;
}
footer > div.top .flex .textbox {
  width: 100%;
  max-width: 272px;
}
footer > div.top .flex .checkbox-group {
  margin-left: auto;
}
footer > div.top .checkbox-group label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 58px;
  cursor: pointer;
}
footer > div.top .checkbox-group label::-moz-selection {
  background: transparent;
}
footer > div.top .checkbox-group label::selection {
  background: transparent;
}
footer > div.top .checkbox-group label:last-child {
  margin-right: 0;
}
footer > div.top .checkbox-group label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
}
footer > div.top .checkbox-group input:checked + label::before {
  background-color: #d6bc7a;
  box-shadow: inset 0 0 0 2px #2d3137;
}
footer > div.top .consent {
  margin-top: 24px;
  max-width: 600px;
}
footer > div.top .consent label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 36px;
  font-size: 16px;
  line-height: 1.5;
}
footer > div.top .consent label::-moz-selection {
  background: transparent;
}
footer > div.top .consent label::selection {
  background: transparent;
}
footer > div.top .consent label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 20px;
  height: 20px;
  border: solid 1px #ffffff;
  color: #ffffff;
  display: grid;
  place-content: center;
}
footer > div.top .consent input[type=checkbox]:checked + label::before {
  content: "✔";
  box-shadow: inset 0 0 0 2px #2d3137;
}
@media screen and (max-width: 1280px) {
  footer > div.top .flex .checkbox-group {
    margin-left: unset;
  }
}
@media screen and (max-width: 1023px) {
  footer > div.top > div {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }
  footer > div.top .checkbox-group label {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  footer > div.top .flex .textbox {
    max-width: 100%;
  }
  footer > div.top .consent {
    margin-top: 12px;
  }
}
footer > div.bottom {
  background-color: #003d73;
  padding-top: 125px;
}
footer > div.bottom .logo img {
  width: 322px;
  margin: -24px 0 0 -10px;
}
footer > div.bottom .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: solid 1px #e3e6e8;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer > div.bottom .social a:hover {
  border: solid 1px #d6bc7a;
}
footer > div.bottom .social a:not(:first-of-type) {
  margin-left: 20px;
}
footer > div.bottom nav {
  margin-top: 68px;
}
footer > div.bottom nav .container {
  display: flex;
  justify-content: space-between;
}
footer > div.bottom nav .container > div {
  padding-right: 15px;
}
footer > div.bottom nav .top {
  margin-bottom: 21px;
}
footer > div.bottom nav .top a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}
footer > div.bottom nav .sub {
  margin-bottom: 13px;
}
footer > div.bottom nav .sub a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}
footer > div.bottom > .bottom {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  border-top: solid 1px #e3e6e8;
  margin-top: 103px;
  padding: 20px 0px 50px 0px;
}
footer > div.bottom > .bottom .container {
  display: flex;
  justify-content: space-between;
}
footer > div.bottom > .bottom .container .copyright > * {
  padding-left: 6px;
  padding-right: 6px;
}
footer > div.bottom > .bottom a {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  footer > div.bottom {
    padding-top: 42px;
  }
  footer > div.bottom nav {
    display: none;
  }
  footer > div.bottom .logo {
    display: none;
  }
  footer > div.bottom .social a {
    width: 40px;
    height: 40px;
  }
  footer > div.bottom > .top .container {
    justify-content: center;
  }
  footer > div.bottom > .bottom {
    margin-top: 35px;
    padding-bottom: 38px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  footer > div.bottom > .bottom .container {
    display: block;
    text-align: center;
  }
  footer > div.bottom > .bottom .copyright {
    margin-bottom: 13px;
  }
}
/* - - - -|| FOOTER END ||- - - - */
/* - - - -|| HOME START ||- - - - */
/* HERO */
section.hero {
  height: 791px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/banners/hero_home.jpg);
}
section.hero .container {
  margin-bottom: 99px;
  align-items: flex-end;
}
section.hero .text {
  max-width: 742px;
  width: 100%;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
section.hero .text h1 {
  color: #ffffff;
  font-size: 52px;
  margin-bottom: 0px;
}
section.hero .text span {
  display: inline-block;
}
section.hero .downloads {
  width: 234px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.hero iframe {
  pointer-events: none;
  height: 100%;
  position: relative;
  z-index: 0;
}
section.hero .presentation-link.presentation::before {
  background-image: url(../../../../_resources/bgs/bg-mea-pdf-link-v2.jpg);
}
section.hero .presentation-link.factsheet::before {
  background-image: url(../../../../_resources/bgs/bg-pea-pdf-link.jpg);
}

@media screen and (max-width: 1023px) {
  section.hero {
    height: 640px;
    overflow: visible;
  }
  section.hero .container {
    display: block;
    margin-bottom: -100px;
  }
  section.hero .text h1 {
    font-size: 36px;
  }
  section.hero .downloads {
    width: 100%;
    margin-top: 65px;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  section.hero .container {
    margin-bottom: -140px;
  }
  section.hero .text {
    padding-right: 0;
  }
  section.hero .text h1 {
    font-size: 28px;
  }
  section.hero .downloads {
    flex-direction: column;
    gap: 16px;
  }
  section.hero .presentation-link {
    height: 88px;
  }
}
/* OWL SLIDER DOTS */
.slider-dots button {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px transparent;
  margin: 0px 5px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.slider-dots button > span {
  border-radius: 10px;
  background-color: #005da3;
  display: block;
  width: 10px;
  height: 10px;
}
.slider-dots button.active {
  border: solid 1px #06325f;
}

.slider-nav .owl-prev {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100px;
}
.slider-nav .owl-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100px;
}

@media screen and (max-width: 1023px) {
  .slider-dots button {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0px 8px;
  }
  .slider-dots button > span {
    border-radius: 7px;
    width: 7px;
    height: 7px;
  }
}
/* ABOUT US SECTION & SLIDER */
main {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  margin: 150px 0 104px 0;
}
main .text {
  width: 50%;
  margin: 44px 0 0 0;
}
main .text .left-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 592px;
  align-items: flex-start;
  position: relative;
  padding-left: 44px;
}
main .text .left-container::before {
  left: 15px;
}
main .text .left-container > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
main .text .left-container > div p {
  flex-grow: 1;
}
main .text h5 {
  color: #005da3;
  margin: 0;
}
main .text h2 {
  margin-bottom: 36px;
  margin-top: 0px;
  color: #005da3;
  text-transform: uppercase;
}
main .text p {
  max-width: calc(100% - 105px);
  padding-right: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 500;
}
main .about-slider {
  width: 50%;
  position: relative;
}
main .about-slider::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -141px;
  min-width: calc(100% - 230px);
  content: "";
  background-color: #e3e6e8;
}
main .about-slider .owl-carousel {
  position: absolute;
  left: -105px;
  top: 180px;
  width: calc(100% + 105px);
}
main .about-slider .about-slider-dots {
  position: absolute;
  top: 45px;
  right: 85px;
}
main .about-slider .about-slider-nav .owl-prev {
  display: none;
}
main .about-slider .about-slider-nav .owl-next {
  bottom: -26px;
  height: 476px;
  opacity: 0;
  width: 200px;
}
main .about-slider .about-slider-nav .owl-next:hover {
  cursor: url("../../../../_resources/icons/carousel-next.svg"), auto;
}
main .about-slider .owl-stage-outer {
  padding: 13px;
}
main .about-slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-width: 632px;
  max-width: 632px;
  width: 100%;
  height: 450px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
}
main .about-slider .slide .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
  z-index: 0;
  background-color: #000000;
  opacity: 0;
}
main .about-slider .slide .tag {
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  left: 40px;
  z-index: 3;
}
main .about-slider .slide .button {
  position: relative;
  height: 35px;
  padding: 10px 24px;
  background-color: #005da3;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
main .about-slider .slide .button:hover {
  background-color: #d6bc7a;
}
main .about-slider .slide > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 4;
}
main .about-slider .video::before {
  content: "";
  width: 103px;
  height: 103px;
  border-radius: 103px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.26);
  z-index: 1;
}
main .about-slider .video::after {
  content: "\f04b";
  color: #005da3;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
main .about-slider .video:hover .overlay {
  opacity: 0.1;
}
main .about-slider .slide.slide1 {
  background-image: url(../../../../_resources/slides/about_slide_1a.jpg);
}
main .about-slider .slide.slide2 {
  background-image: url(../../../../_resources/slides/about_slide_2.jpg);
}
main .about-slider .slide.slide3 {
  background-image: url(../../../../_resources/slides/about_slide_3.jpg);
}
main .about-slider .button.mobile {
  display: none;
  margin-left: 15px;
  margin-top: 77px;
}

@media screen and (max-width: 1023px) {
  main {
    display: block;
    margin-bottom: 96px;
  }
  main .text {
    width: 100%;
    margin-bottom: 30px;
  }
  main .text .left-container {
    max-width: initial;
    min-height: initial;
    padding-right: 15px;
    padding-left: 15px;
  }
  main .text .left-container::before {
    display: none;
  }
  main .text .left-container > div {
    display: block;
  }
  main .text h2 {
    margin-bottom: 24px;
  }
  main .text p {
    max-width: 100%;
    padding-right: 0px;
    font-size: 18px;
  }
  main .text .button {
    display: none;
  }
  main .about-slider {
    width: 100%;
    padding: 54px 0px 0px 0px;
  }
  main .about-slider::before {
    bottom: 89px;
    min-width: 50%;
  }
  main .about-slider .owl-carousel {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  main .about-slider .owl-stage-outer {
    padding: 0px;
  }
  main .about-slider .about-slider-dots {
    top: 35px;
    right: 15px;
  }
  main .about-slider .about-slider-nav {
    display: none;
  }
  main .about-slider .owl-item {
    padding: 15px;
  }
  main .about-slider .slide {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  main .about-slider .button.mobile {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 180px;
  }
  main .about-slider .slide {
    height: 236px;
  }
  main .about-slider .slide::before {
    width: 76px;
    height: 76px;
  }
  main .about-slider .slide > div {
    bottom: 16px;
    left: 16px;
  }
}
/* STOCK INFO / NEWS / EVENTS SECTIONS */
section.investors {
  padding-top: 162px;
}
section.investors .container > div {
  width: 33.3333333333%;
}
section.investors .news {
  padding: 9px 25px 0px 30px;
  position: relative;
  padding-bottom: 69px;
}
section.investors .news::before {
  animation-delay: 0.5s !important;
}
section.investors .news h3 {
  margin-bottom: 56px;
  margin-top: 0;
  color: #005da3;
  text-transform: uppercase;
}
section.investors .news .bottom {
  position: absolute;
  bottom: 0px;
  left: 30px;
}
section.investors .events {
  padding: 9px 25px 0px 30px;
  position: relative;
  padding-bottom: 69px;
}
section.investors .events::before {
  animation-delay: 1s !important;
}
section.investors .events h3 {
  margin-bottom: 56px;
  margin-top: 0;
  color: #005da3;
  text-transform: uppercase;
}
section.investors .events .bottom {
  position: absolute;
  bottom: 0px;
  left: 30px;
}
section.investors .events .event.list-item {
  display: flex;
}
section.investors .list-item {
  margin-bottom: 60px;
}
section.investors .stock-info {
  padding: 9px 25px 0px 30px;
  position: relative;
  padding-bottom: 69px;
}
section.investors .stock-info h3 {
  margin-bottom: 56px;
  margin-top: 0;
  color: #005da3;
  text-transform: uppercase;
}
section.investors .stock-info .symbols {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #e3e6e8;
  margin-bottom: 51px;
}
section.investors .stock-info .symbols h5 {
  color: #2d3137;
  padding: 4px 24px;
  position: relative;
}
section.investors .stock-info .symbols h5::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #d6bc7a;
  width: 100%;
  bottom: -3px;
  left: 0px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
section.investors .stock-info .symbols h5:hover::before {
  opacity: 1;
}
section.investors .stock-info .symbols h5.selected::before {
  opacity: 1;
}
section.investors .stock-info .symbols > * {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
section.investors .stock-info .info {
  display: none;
  justify-content: space-evenly;
}
section.investors .stock-info .info h4 {
  color: #005da3;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
section.investors .stock-info .info > div {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-weight: 500;
  color: #005da3;
}
section.investors .stock-info .info > div:first-of-type {
  margin-bottom: 49px;
}
section.investors .stock-info .info > div > div {
  width: 50%;
}
section.investors .stock-info .info > div > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #e3e6e8;
  padding: 6px 0px 11px 0px;
}
section.investors .stock-info .info > div > div > div > span:first-of-type {
  color: #2d3137;
}
section.investors .stock-info .info > div > div:first-of-type > div {
  padding-right: 20px;
}
section.investors .stock-info .info > div > div.marketcap {
  width: 100%;
}
section.investors .stock-info .info.selected {
  display: block;
}
section.investors .stock-info .last-updated {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2d3137;
  margin-top: 16px;
  margin-bottom: 36px;
}
section.investors .stock-info .bottom {
  position: absolute;
  bottom: 0px;
  left: 30px;
}

@media screen and (max-width: 1023px) {
  section.investors {
    padding-top: 0px;
  }
  section.investors .container {
    display: block;
  }
  section.investors .container > div {
    width: 100%;
    margin-bottom: 80px;
  }
  section.investors .container > div::before {
    display: none;
  }
  section.investors .container > div .bottom {
    position: relative;
    bottom: initial;
    left: initial;
  }
  section.investors .list-item {
    margin-bottom: 15px;
  }
  section.investors .stock-info {
    padding: 0px;
  }
  section.investors .stock-info > h3 {
    margin-bottom: 22px;
  }
  section.investors .stock-info .symbols {
    margin-bottom: 43px;
  }
  section.investors .stock-info .info > div {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  section.investors .stock-info .info > div:first-of-type {
    margin-bottom: 36px;
  }
  section.investors .stock-info .last-updated {
    margin-bottom: 42px;
  }
  section.investors .news {
    padding: 0px;
  }
  section.investors .news h3 {
    margin-bottom: 32px;
  }
  section.investors .news .bottom {
    margin-top: 60px;
  }
  section.investors .events {
    padding: 0px;
  }
  section.investors .events h3 {
    margin-bottom: 32px;
  }
  section.investors .events .bottom {
    margin-top: 52px;
  }
}
@media screen and (max-width: 480px) {
  section.investors .stock-info .info > div:first-of-type > div:last-of-type {
    text-align: right;
  }
  section.investors .stock-info .info > div:not(:first-of-type) {
    display: block;
  }
  section.investors .stock-info .info > div:not(:first-of-type) > div {
    width: 100%;
  }
  section.investors .stock-info .info > div:not(:first-of-type) > div:first-of-type > div {
    padding-right: 0px;
  }
  section.investors .stock-info .info > div:not(:first-of-type) > div:first-of-type > div:last-of-type {
    border-bottom: none;
  }
}
/* PROJECT SLIDER */
section.projects {
  margin: 137px 0px 0px 0px;
  z-index: 2;
}
section.projects .project-slider {
  position: relative;
  box-shadow: 0 7px 24px -12px rgba(0, 0, 0, 0.5);
}
section.projects .project-slider .project-slider-nav {
  position: absolute;
  right: 59px;
  bottom: 70px;
  width: 197px;
  height: 38px;
  display: flex;
  align-items: center;
  z-index: 2;
}
section.projects .project-slider .project-slider-nav .text {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #005da3;
}
section.projects .project-slider .project-slider-nav button {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  border: solid 1px #005da3;
  background-color: #ffffff;
  color: #005da3;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.projects .project-slider .project-slider-nav button:hover {
  border-color: #d6bc7a;
  color: #d6bc7a;
}
section.projects .project-slider .project-slider-nav .owl-next {
  right: 0px;
}
section.projects .project-slider .project-slider-nav .owl-next::before {
  content: "\f054";
}
section.projects .project-slider .project-slider-nav .owl-prev {
  right: 44px;
  left: initial;
}
section.projects .project-slider .project-slider-nav .owl-prev::before {
  content: "\f053";
}
section.projects .project-slider .owl-item {
  background-color: #ffffff;
}
section.projects .project-slider .owl-item > div {
  display: flex;
  align-items: stretch;
}
section.projects .project-slider .owl-item > div > div {
  width: 50%;
}
section.projects .project-slider .owl-item > div .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 577px;
  border-top-left-radius: 8px;
}
section.projects .project-slider .owl-item > div .text {
  position: relative;
  padding: 54px 54px 120px 54px;
  position: relative;
}
section.projects .project-slider .owl-item > div .text h5 {
  margin-top: 0;
  margin-bottom: 0px;
  color: #005da3;
}
section.projects .project-slider .owl-item > div .text h3 {
  margin-bottom: 36px;
  margin-top: 10px;
  color: #005da3;
  text-transform: uppercase;
}
section.projects .project-slider .owl-item > div .text p {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 500;
}
section.projects .project-slider .owl-item > div .text .button {
  position: absolute;
  left: 57px;
  bottom: 65px;
}
section.projects .project-slider .owl-item > div.slide1 .image {
  background-image: url(../../../../_resources/slides/project_slide_1.jpg);
}
section.projects .project-slider .owl-item > div.slide2 .image {
  background-image: url(../../../../_resources/slides/project_slide_2.jpg);
}
section.projects .project-slider .owl-item > div.slide3 .image {
  background-image: url(../../../../_resources/slides/project_slide_3v2.jpg);
}

@media screen and (max-width: 1023px) {
  section.projects {
    margin: 75px 0px 0px 0px;
  }
  section.projects .project-slider .project-slider-nav {
    width: calc(100% + 22px);
    bottom: auto;
    top: 192px;
    right: -11px;
    left: -11px;
  }
  section.projects .project-slider .project-slider-nav .text {
    display: none;
  }
  section.projects .project-slider .project-slider-nav button:hover {
    opacity: 1;
  }
  section.projects .project-slider .project-slider-nav .owl-prev {
    right: initial;
  }
  section.projects .project-slider .owl-item > div {
    display: block;
    background-color: #ffffff;
  }
  section.projects .project-slider .owl-item > div > div {
    width: 100%;
  }
  section.projects .project-slider .owl-item > div .image {
    min-height: 178px;
    border-bottom-left-radius: unset;
    border-top-right-radius: 8px;
  }
  section.projects .project-slider .owl-item > div .text {
    padding: 40px 20px;
    min-height: 512px;
  }
  section.projects .project-slider .owl-item > div .text h5 {
    margin-bottom: 6px;
  }
  section.projects .project-slider .owl-item > div .text h3 {
    margin-bottom: 16px;
  }
  section.projects .project-slider .owl-item > div .text p {
    color: #2d3137;
    font-size: 18px;
  }
  section.projects .project-slider .owl-item > div .text .button {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 16px;
  }
}
/* WHY INVEST */
section.why-invest {
  background-color: #002e56;
  color: #ffffff;
  margin-top: -124px;
  padding: 248px 0px 0px 0px;
  display: flex;
}
section.why-invest > div {
  width: 50%;
}
section.why-invest .facts {
  display: flex;
  align-items: stretch;
}
section.why-invest .facts .left-container {
  padding-right: 80px;
  position: relative;
}
section.why-invest .facts .left-container .why-hold {
  width: 100%;
}
section.why-invest .facts .left-container .why-hold > h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
}
section.why-invest .facts .left-container .why-hold > h2 sup {
  font-size: 54%;
}
section.why-invest .facts .left-container .why-hold .borderDrawTop::before {
  border: 1px solid #ffffff;
}
section.why-invest .facts .left-container .why-hold.sticky {
  position: fixed;
  top: 140px;
}
section.why-invest .facts .left-container .why-hold.stuck {
  position: absolute;
  bottom: 179px;
  left: 15px;
}
section.why-invest .facts .figures h3 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 24px;
}
section.why-invest .facts .figures p {
  color: #ffffff;
  margin-top: 0;
}
section.why-invest .facts .figures > div {
  display: flex;
  margin-bottom: 25px;
}
section.why-invest .facts .figures > div > div {
  width: 50%;
}
section.why-invest .facts .white-button {
  margin-top: 44px;
}
section.why-invest .why-slides {
  padding-bottom: 140px;
}
section.why-invest .why-slides .slide {
  width: 100%;
  min-height: 512px;
  background-color: #2d3137;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 68px 54px;
}
section.why-invest .why-slides .text h3 {
  color: #ffffff;
  margin: 0 0 32px;
  text-transform: uppercase;
}
section.why-invest .why-slides .text p {
  color: #ffffff;
  margin: 0 0 24px;
}
section.why-invest .why-slides .text .link {
  margin: 60px 0 0 0;
}
section.why-invest .why-slides .text .link a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
section.why-invest .why-slides .text .link a:hover {
  text-decoration: none;
}
section.why-invest .why-slides .slide.slide1 {
  background-image: url(../../../../_resources/bgs/bg_why_invest_pea.jpg);
}
section.why-invest .why-slides .slide.slide2 {
  background-image: url(../../../../_resources/bgs/bg_why_invest_esg.jpg);
}
section.why-invest .why-slides .slide.slide3 {
  background-image: url(../../../../_resources/bgs/bg_why_invest_gold_silver.jpg);
}

@media screen and (max-width: 1023px) {
  section.why-invest {
    display: block;
    margin-top: -180px;
    padding: 280px 0px 0px 0px;
  }
  section.why-invest > div {
    width: 100%;
  }
  section.why-invest .facts .left-container {
    max-width: 100%;
    padding-right: 15px;
  }
  section.why-invest .facts .left-container .why-hold.sticky {
    position: relative;
    top: initial;
    left: initial;
  }
  section.why-invest .facts .left-container .why-hold.stuck {
    position: relative;
    bottom: initial;
    left: initial;
  }
  section.why-invest .facts .left-container .why-hold h2 {
    margin-bottom: 24px;
  }
  section.why-invest .facts .left-container .why-hold .figures h3 {
    margin-top: 24px;
    margin-bottom: 6px;
    font-size: 32px;
  }
  section.why-invest .facts .left-container .why-hold .figures > div {
    display: block;
  }
  section.why-invest .facts .left-container .why-hold .figures > div > div {
    width: 100%;
  }
  section.why-invest .facts .white-button {
    margin-top: 8px;
    margin-bottom: 70px;
  }
  section.why-invest .why-slides {
    padding-bottom: 56px;
  }
  section.why-invest .why-slides .right-container {
    max-width: 100%;
    padding-left: 15px;
  }
  section.why-invest .why-slides .slide {
    min-height: 320px;
    padding: 20px;
  }
  section.why-invest .why-slides .text h3 {
    margin: 0 0 16px;
  }
  section.why-invest .why-slides .text .link {
    margin: 24px 0 0 0;
  }
}
/* - - - -|| HOME END ||- - - - */