@import url('../../../../../../../css2');
.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .desktop-hide {
    display: none !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1000px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
.grid.tinted {
  background: #F4F7FA;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .grid.tinted {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .grid.tinted {
    padding-bottom: 50px !important;
  }
}
.tinted-green .content-image.layout-banner {
  background: rgba(0,143,126,0.1);
}
.hengjaya-nickel-project-hni .content-image.layout-image .image-column img {
  border-radius: 0;
  width: 384px;
  max-width: 100%;
}
.hpal-operations.tinted,
.resource-projects.tinted {
  padding-top: 0;
}
.computer-share-table-top {
  background: #F4F7FA;
  padding-top: 100px;
}
.computer-share-table-top table.table-block tbody tr td img {
  width: 166px;
}
.computer-share-table-bottom {
  background: #F4F7FA;
  padding-bottom: 100px;
}
.substantial-holders-section h4 {
  color: #6A7682;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.substantial-holders-section p {
  width: 700px;
  max-width: 100%;
}
.stay-in-the-loop .content-container p {
  text-wrap: balance;
}
main > .increased-gutter.grid > article {
  gap: 140px;
  width: 1100px !important;
}
section.sixty-fourty.hengjaya-nickel-group article,
section.sixty-fourty.ranger-nickel-group article,
section.sixty-fourty.angel-nickel-group article,
section.sixty-fourty.oracle-nickel-group article {
  gap: 140px;
}
.header-sticky-container {
  position: fixed;
  z-index: 2000;
  width: 100%;
}
.header-sticky-container header.supporting {
  background: #00319D;
  padding: 4px 20px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.supporting {
    display: none !important;
  }
}
.header-sticky-container header.supporting .header-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-sticky-container header.supporting .header-inner div,
.header-sticky-container header.supporting .header-inner a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
.header-sticky-container header.supporting .header-inner .menu-header-support-menu-container ul#menu-header-support-menu {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.header-sticky-container header.supporting .header-inner .menu-header-support-menu-container ul#menu-header-support-menu li {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
}
.header-sticky-container header.main {
  background: white;
  padding: 0 20px;
  height: 88px;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main {
    z-index: 10000 !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main {
    width: 100% !important;
  }
}
.header-sticky-container header.main .header-inner {
  padding: 17px 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner a.nav-logo {
    display: none !important;
  }
}
.header-sticky-container header.main .header-inner a.nav-logo img {
  width: 125px;
}
.header-sticky-container header.main .header-inner .menu-and-search {
  position: relative;
  display: flex;
  z-index: 10;
  flex-wrap: nowrap;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search {
    align-items: center !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .mobile-menu-link {
  font-size: 0;
  background: url(../../images/mobile-hamburger.svg) center/contain no-repeat;
  display: block;
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 1100px) {
  .header-sticky-container header.main .header-inner .menu-and-search .mobile-menu-link {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .mobile-menu-link {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .header-sticky-container header.main .header-inner .menu-and-search .mobile-nav-logo {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .mobile-nav-logo {
    display: none !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .mobile-nav-logo img {
  width: 108px;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    background: white !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    top: 70px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    left: -20px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    right: -20px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    bottom: calc(-100vh + calc(88px)) !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container {
    order: 4 !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container.active {
    display: block !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    overflow-y: scroll !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    padding: 60px 20px 100px 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu {
    flex-direction: column !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item {
    border-bottom: solid 1px #8593A3 !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a {
  transition: 0.3s;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #1B1D21;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a {
    line-height: 41.15px !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a::after {
  transition: 0.3s;
  content: "";
  background: transparent;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -5px;
  position: absolute;
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a:hover {
  color: #008F7F;
}
@media screen and (min-width: 1100px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a:hover::after {
    background: #008F7F !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item a:hover::after {
    background: #008F7F !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu {
  top: 28px;
  left: -15px;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  background: white;
  padding: 10px 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu {
    width: calc(100% + calc(40px)) !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu {
    left: -20px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu {
    padding: 20px !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu.active {
  opacity: 1;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu.active {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu.active {
    position: relative !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1100px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li a {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li a {
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li a {
    line-height: 29.05px !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children {
  position: relative;
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children::after {
  transition: 0.3s;
  content: "";
  width: 14px;
  height: 8px;
  background: url(../../images/menu-chevron.svg) center/contain no-repeat;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children::after {
    width: 25px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children::after {
    height: 25px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children::after {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children::after {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children::after {
    top: 7px !important;
  }
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children.active::after {
    transform: rotate(180deg) !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  padding: 20px;
  height: unset;
  display: block;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .menu-main-menu-container ul#menu-main-menu li.menu-item.menu-item-has-children:hover ul.sub-menu:not(.active) {
    display: none !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header-sticky-container header.main .header-inner .menu-and-search .header-search {
    order: 3 !important;
  }
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search .field.field-search label {
  display: none;
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search .field.field-search input[type=search] {
  transition: 0.3s;
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  right: 30px;
  top: -15px;
  padding: 15px;
  border: solid 2px #00319D;
  outline: none;
  border-radius: 10px;
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search .field.field-search input[type=search]:focus {
  opacity: 1;
  width: 200px;
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search .field.field-submit {
  display: flex;
  align-items: center;
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search .field.field-submit input[type=submit] {
  background: url(../../images/menu-search.svg) center/contain no-repeat;
  height: 24px;
  width: 24px;
  font-size: 0;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header-sticky-container header.main .header-inner .menu-and-search .header-search:hover .field.field-search input[type=search] {
  opacity: 1;
  width: 200px;
}
footer {
  background: #00319D;
  color: white;
  padding-top: 50px;
}
footer .footer-inner {
  padding: 0 20px;
}
footer .footer-inner .logo-and-contact {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .footer-inner .logo-and-contact .button {
    display: none !important;
  }
}
footer .footer-menus {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 {
    gap: unset !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 {
    flex-direction: column !important;
  }
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li {
  flex-grow: 1;
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li > a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 800px) {
  footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li ul {
    display: none !important;
  }
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li ul li {
  margin: 15px 0;
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
footer .footer-menus .menu-footer-menu-1-container ul#menu-footer-menu-1 > li ul li a:hover {
  text-decoration: underline;
}
footer .mobile-contact-button {
  padding: 20px 0;
  border-top: white 1px solid;
  margin: auto;
  width: calc(100vw - calc(40px));
}
@media screen and (min-width: 1100px) {
  footer .mobile-contact-button {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  footer .mobile-contact-button {
    display: none !important;
  }
}
footer .footer-address-and-social-container {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer-address-and-social-container .footer-address-and-social {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: solid 1px #DEE4EB;
  padding: 15px 0 30px 30px;
}
@media screen and (max-width: 800px) {
  footer .footer-address-and-social-container .footer-address-and-social {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-address-and-social-container .footer-address-and-social {
    padding-bottom: 5px !important;
  }
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  font-size: 0;
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li.social-facebook {
  background-image: url(../../images/social/facebook.svg);
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li.social-instagram {
  background-image: url(../../images/social/instagram.svg);
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li.social-linkedin {
  background-image: url(../../images/social/linkedin.svg);
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li.social-twitter {
  background-image: url(../../images/social/twitter.svg);
}
footer .footer-address-and-social-container .footer-address-and-social .footer-social-container .social ul li.social-youtube {
  background-image: url(../../images/social/youtube.svg);
}
@media screen and (max-width: 800px) {
  footer .footer-address-and-social-container .footer-address-and-social .footer-address {
    display: none !important;
  }
}
footer .post-footer-inner {
  background: #00277D;
  color: #7F8EAD;
  padding: 10px 20px;
  height: 47px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .post-footer-inner {
    padding: 30px 20px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .post-footer-inner {
    height: unset !important;
  }
}
footer .post-footer-inner .post-footer-bottom {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .post-footer-inner .post-footer-bottom {
    flex-wrap: wrap !important;
  }
}
footer .post-footer-inner .post-footer-bottom * {
  color: #7F8EAD;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}
footer .post-footer-inner .post-footer-bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  footer .post-footer-inner .post-footer-bottom .post-left-column {
    order: 2 !important;
  }
}
@media screen and (max-width: 800px) {
  footer .post-footer-inner .post-footer-bottom .post-left-column {
    padding-top: 20px !important;
  }
}
footer .post-footer-inner .post-footer-bottom .post-right-column {
  display: flex;
  gap: 40px;
}
footer .footer-buttons-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
footer .footer-buttons-container .button {
  cursor: pointer;
}
.base-font {
  font-family: "Inter", sans-serif;
}
.heading-font {
  font-family: "Inter", sans-serif;
}
.menu-font {
  font-family: "Inter", sans-serif;
}
h1 {
  font-size: 48px;
  line-height: 58.09px;
}
h2 {
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
}
h3 {
  font-size: 24px;
  line-height: 29.05px;
}
h4 {
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 0.15px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
}
.minor-title-styles {
  color: #6A7682;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.button {
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 30px;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  transition: 0.3s;
  border-color: #008F7F;
  background: #008F7F;
  color: white;
}
.button:hover {
  border-color: #008F7F;
  background: transparent;
  color: #008F7F;
}
.button.white {
  border-color: white;
  background: white;
  color: #00319D;
}
.button.white:hover {
  border-color: white;
  background: transparent;
  color: white;
}
.button.clear {
  border-color: white;
  background: transparent;
  color: white;
}
.button.clear:hover {
  border-color: white;
  background: white;
  color: #008F7F;
}
.button.light {
  border-color: #e5f4f2;
  background: #e5f4f2;
  color: #008F7F;
}
.button.light:hover {
  border-color: white;
  background: white;
  color: #008F7F;
}
.button.show-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.button.show-button::after {
  transition: 0.3s;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../images/show-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.button.show-button.active::after {
  transform: rotate(90deg);
}
.button-margin {
  margin-right: 20px;
  margin-bottom: 20px;
}
#featured-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#featured-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: url(../../images/featured-banner-mask.svg) center no-repeat;
  z-index: 1000;
  background-size: 110% 100px;
}
@media screen and (max-width: 800px) {
  #featured-banner::before {
    height: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  #featured-banner::before {
    background-size: 110% 20px !important;
  }
}
#featured-banner .banner-slide {
  min-height: 850px;
  height: 50vh;
  display: block;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide {
    height: 90vh !important;
  }
}
#featured-banner .banner-slide::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,0.3);
  z-index: 500;
}
#featured-banner .banner-slide .banner-slide-contents {
  position: relative;
  z-index: 600;
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide .banner-slide-contents {
    padding-top: 180px !important;
  }
}
#featured-banner .banner-slide .banner-slide-contents .title-container {
  width: 550px;
  max-width: 100%;
}
#featured-banner .banner-slide .banner-slide-contents .title-container h2 {
  width: 550px;
  max-width: 100%;
  display: inline;
  margin: 0;
  padding: 10px 20px;
  background: #008F7F;
  color: white;
  font-size: 56px;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 82px;
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide .banner-slide-contents .title-container h2 {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide .banner-slide-contents .title-container h2 {
    line-height: 45px !important;
  }
}
#featured-banner .banner-slide .banner-slide-contents .slide-content {
  margin: 50px 0 70px 0;
  display: block;
  width: 430px;
  max-width: 100%;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide .banner-slide-contents .slide-content {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  #featured-banner .banner-slide .banner-slide-contents .button {
    margin-top: 50px !important;
  }
}
#featured-banner .slick-dots {
  bottom: 60%;
  width: 50px;
  right: calc(calc(calc(100%) - 1200px) / 2);
}
#featured-banner .slick-dots li button::before {
  opacity: 1;
  transition: 0.3s;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: solid 1px white;
  border-radius: 50px;
}
#featured-banner .slick-dots li button[aria-selected="true"]::before {
  background: white;
}
#featured-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#featured-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: url(../../images/featured-banner-mask.svg) center no-repeat;
  z-index: 1000;
  background-size: 110% 100px;
}
@media screen and (max-width: 800px) {
  #featured-image::before {
    height: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  #featured-image::before {
    background-size: 110% 20px !important;
  }
}
#featured-image .banner-slide {
  min-height: 650px;
  height: 40vh;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #featured-image .banner-slide {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 800px) {
  #featured-image .banner-slide {
    height: 60vh !important;
  }
}
#featured-image .banner-slide .banner-slide-contents {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
#featured-image .banner-slide .banner-slide-contents .title-container {
  width: 550px;
  max-width: 100%;
}
#featured-image .banner-slide .banner-slide-contents .title-container h2 {
  width: 550px;
  max-width: 100%;
  display: inline;
  margin: 0;
  padding: 10px 20px;
  background: #008F7F;
  color: white;
  font-size: 56px;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 82px;
}
#featured-image .banner-slide .banner-slide-contents .slide-content {
  margin: 50px 0 70px 0;
  display: block;
  width: 430px;
  max-width: 100%;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
#featured-image .slick-dots {
  bottom: 60%;
  width: 50px;
  right: calc(calc(calc(100%) - 1200px) / 2);
}
#featured-image .slick-dots li button::before {
  opacity: 1;
  transition: 0.3s;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: solid 1px white;
  border-radius: 50px;
}
#featured-image .slick-dots li button[aria-selected="true"]::before {
  background: white;
}
.page-title-block {
  padding: 0 20px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-title-block .minor-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  color: #6A7682;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page-title-block .minor-title {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .page-title-block .minor-title {
    text-align: left !important;
  }
}
.page-title-block .major-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 72.61px;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  text-wrap: balance;
}
@media screen and (max-width: 800px) {
  .page-title-block .major-title {
    font-weight: 700 !important;
  }
}
@media screen and (max-width: 800px) {
  .page-title-block .major-title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .page-title-block .major-title {
    line-height: 48.41px !important;
  }
}
@media screen and (max-width: 800px) {
  .page-title-block .major-title {
    text-align: left !important;
  }
}
.header-helper {
  height: 118px;
}
@media screen and (max-width: 800px) {
  .header-helper {
    height: 88px !important;
  }
}
main {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
main > .grid.panel-ready {
  transition: 0.6s;
  opacity: 0;
}
main > .grid.panel-ready.panel-active {
  opacity: 1;
}
main > .grid:not(.full-width) {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid article {
  display: grid;
  gap: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main > .grid article > .grid-block {
  width: 100%;
}
.grid-clear-d-1 > article {
  grid-template-columns: 1fr;
}
.grid-clear-d-2 > article {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-2 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-3 > article {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-3 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-4 > article {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr 1fr !important;
  }
}
main > .grid.content-contained {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.content-contained > article {
  width: 1200px;
}
main > .grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.narrow > article {
  width: 1000px;
}
.spacer-container .spacer {
  display: none;
}
@media screen and (min-width: 1100px) {
  .spacer-container .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .spacer-container .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .spacer-container .spacer.mobile-spacer {
    display: block !important;
  }
}
.sixty-fourty article {
  grid-template-columns: 3fr 2fr;
}
.fourty-sixty article {
  grid-template-columns: 2fr 3fr;
}
.page-cards-container {
  background: #F4F7FA;
  padding: 100px 20px;
}
@media screen and (max-width: 800px) {
  .page-cards-container {
    padding: 50px 20px !important;
  }
}
.page-cards-container .minor-title {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  color: #6A7682;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.page-cards-container .major-title {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 50px;
}
.page-cards-container .page-cards-grid {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .page-cards-container .page-cards-grid {
    grid-template-columns: 1fr !important;
  }
}
.page-cards-container .page-cards-grid .page-card {
  border-radius: 20px;
  overflow: hidden;
  background: white;
}
.page-cards-container .page-cards-grid .page-card .page-card-image {
  display: block;
  height: 320px;
}
.page-cards-container .page-cards-grid .page-card .page-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-cards-container .page-cards-grid .page-card .page-card-title {
  display: block;
  margin: 30px 0 20px 0;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
}
.page-cards-container .page-cards-grid .page-card .page-card-excerpt {
  padding: 0 30px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #6A7682;
}
.page-cards-container .page-cards-grid .page-card .button {
  font-size: 12px;
  margin: 30px;
  padding: 10px 20px;
}
.untinted .page-cards-container {
  background: transparent;
}
.untinted .page-cards-container .page-card {
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.banner-content-block {
  width: 100%;
  min-height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .banner-content-block {
    min-height: 350px !important;
  }
}
.banner-content-block .tint {
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.banner-content-block .banner-content {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
}
.banner-content-block .banner-content .banner-content-inner {
  max-width: 100%;
  width: 550px;
  color: white;
}
.banner-content-block .banner-content .banner-content-inner h4 {
  color: #6A7682;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
}
.banner-content-block .banner-content .banner-content-inner h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 41.15px;
  letter-spacing: 0.25px;
  margin: 10px 0;
}
.banner-content-block .banner-content .banner-content-inner p {
  color: white;
  font-weight: 600;
}
.banner-content-block .banner-content .banner-content-inner .button {
  margin-top: 20px;
}
.banner-content-block .statement {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 6;
  position: relative;
  color: white;
  font-weight: 900;
  font-size: 48px;
  line-height: 58.09px;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .banner-content-block .statement {
    font-weight: 800 !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-content-block .statement {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-content-block .statement {
    line-height: 41.15px !important;
  }
}
.banner-content-block .cite {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  z-index: 6;
  position: relative;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.heading-button {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 800px) {
  .heading-button {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .heading-button {
    gap: 30px !important;
  }
}
.heading-button .heading-column .minor-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  color: #6A7682;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.heading-button .heading-column .major-title {
  font-weight: 800;
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
}
.heading-button .button-column {
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 800px) {
  .heading-button .button-column {
    justify-content: start !important;
  }
}
.content-image .content-image-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 800px) {
  .content-image .content-image-inner {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .content-image .content-image-inner {
    gap: 10px !important;
  }
}
.content-image .content-image-inner .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .content-image .content-image-inner .content-column {
    padding-top: 20px !important;
  }
}
.content-image .content-image-inner .content-column .minor-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  color: #6A7682;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .content-image .content-image-inner .content-column .minor-title {
    margin-top: 10px !important;
  }
}
.content-image .content-image-inner .content-column .major-title {
  font-weight: 800;
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
}
.content-image .content-image-inner .content-column .content-container {
  display: block;
  margin: 15px 0 15px 0;
}
.content-image .content-image-inner .content-column .button-container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .content-image .content-image-inner .content-column .button-container {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 800px) {
  .content-image .content-image-inner .content-column .button-container {
    align-items: start !important;
  }
}
.content-image.layout-image .image-column img {
  border-radius: 20px;
}
.content-image.layout-banner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F4F7FA;
  overflow: hidden;
}
.content-image.layout-banner .content-image-inner .content-column {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-image.layout-banner .content-image-inner .image-column {
  position: relative;
}
@media screen and (max-width: 800px) {
  .content-image.layout-banner .content-image-inner .image-column {
    order: -1 !important;
  }
}
@media screen and (max-width: 800px) {
  .content-image.layout-banner .content-image-inner .image-column {
    min-height: 75vw !important;
  }
}
.content-image.layout-banner .content-image-inner .image-column .image-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: clamp(-100vw,calc(-50vw + calc(600px)),-20px);
}
@media screen and (max-width: 800px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    left: -20px !important;
  }
}
@media screen and (max-width: 800px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    right: -20px !important;
  }
}
.untinted .layout-banner {
  background: transparent;
}
.tab-selector {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 800px) {
  .tab-selector {
    flex-direction: column !important;
  }
}
.tab-selector .tab-button {
  transition: 0.3s;
  padding: 15px;
  flex: 1 1 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #6A7682;
  border-bottom: solid 2px #DEE4EB;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button {
    border: solid 2px #DEE4EB !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button {
    border-top: none !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button {
    display: none !important;
  }
}
.tab-selector .tab-button.active {
  color: #008F7F;
  font-weight: 800;
  border-bottom-color: #008F7F;
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active {
    order: -1 !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active {
    border: solid 2px #008F7F !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active {
    position: relative !important;
  }
}
.tab-selector .tab-button.active::after {
  content: "";
  display: none;
  right: 20px;
  top: calc(50% - calc(4px));
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active::after {
    width: 14px !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active::after {
    height: 8px !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active::after {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active::after {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  .tab-selector .tab-button.active::after {
    background: url(../../images/chevron-down.svg) center/contain no-repeat !important;
  }
}
.tab-selector .tab-button:hover {
  color: #008F7F;
  border-bottom-color: #008F7F;
}
@media screen and (max-width: 800px) {
  .tab-selector:hover .tab-button {
    display: block !important;
  }
}
.image {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .image {
    display: flex !important;
  }
}
.image img {
  width: 100%;
}
.image span.image-caption {
  padding: 15px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #6A7682;
}
@media screen and (max-width: 800px) {
  .table-block-container {
    overflow-x: scroll !important;
  }
}
.table-block {
  border-collapse: collapse;
  width: 100%;
}
.table-block tr {
  background: rgba(0,50,157,0.1);
}
.table-block tr.background-transparent {
  background: transparent !important;
}
.table-block tr td {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  padding: 20px;
}
.table-block tr td.border-bottom {
  border-bottom: solid 1px #B9B9B9 !important;
}
.table-block tr:first-child {
  background: #00319D;
}
.table-block tr:first-child td {
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.table-block tr:nth-child(even) {
  background: transparent;
}
.statistic-card {
  border: solid 2px #00319D;
  border-radius: 20px;
  background-color: rgba(0,50,157,0.05);
  padding: 40px;
  gap: 20px;
}
.statistic-card .statistic-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}
.statistic-card .statistic-row:not(:last-child) {
  border-bottom: solid 1px rgba(0,50,157,0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.statistic-card .statistic-row img {
  width: 96px;
  height: auto;
}
.statistic-card .statistic-row .statistic-text {
  display: flex;
  flex-direction: column;
}
.statistic-card .statistic-row .statistic-text .statistic-minor-title {
  color: #00319D;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.statistic-card .statistic-row .statistic-text .statistic-major-title {
  color: #00319D;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
}
.grid-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.grid-cards .grid-card {
  background-color: #F4F7FA;
  border-radius: 30px;
  padding: 50px;
}
.grid-cards .grid-card h2,
.grid-cards .grid-card h3,
.grid-cards .grid-card h4 {
  margin-bottom: 10px;
  margin-top: 0;
}
.grid-cards .grid-card h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
}
.grid-cards .grid-card h4 {
  color: #8593A3;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: 0.15px;
}
.grid-cards .grid-card p:last-child {
  margin-bottom: 0;
}
.tinted .grid-cards .grid-card {
  background-color: white;
}
.documents-container {
  padding-left: 20px;
  padding-right: 20px;
}
.documents-container .documents-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.documents-container .documents-inner .minor-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6A7682;
}
.documents-container .documents-inner .major-title {
  font-weight: 800;
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
}
.documents-container .documents-inner .documents-tab-selector {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.documents-container .documents-inner .documents-tab-selector .document-tab-button {
  user-select: none;
  transition: 0.3s;
  display: inline-block;
  color: #6A7682;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 20px 30px;
  cursor: pointer;
  border-bottom: solid 2px #DEE4EB;
  min-width: 140px;
  flex: 1 1 0;
}
.documents-container .documents-inner .documents-tab-selector .document-tab-button.active {
  border-bottom: solid 2px #008F7F;
  color: #008F7F;
}
.documents-container .documents-inner .documents-tab-selector .document-tab-button:hover {
  border-bottom: solid 2px #008F7F;
}
.documents-container .documents-inner .document-list {
  display: flex;
  flex-direction: column;
}
.documents-container .documents-inner .document-list .document-list-item {
  position: relative;
  padding: 30px 40px 30px 20px;
}
.documents-container .documents-inner .document-list .document-list-item:not(:last-child) {
  border-bottom: solid 1px #8593A3;
}
.documents-container .documents-inner .document-list .document-list-item.document-category {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
}
.documents-container .documents-inner .document-list .document-list-item .document-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  color: #6A7682;
}
.documents-container .documents-inner .document-list .document-list-item .document-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.documents-container .documents-inner .document-list .document-list-item a {
  font-size: 0;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - calc(20px));
  background: url(../../images/download-document.svg) center/contain no-repeat;
  width: 40px;
  height: 40px;
}
.document-list-short {
  display: flex;
  flex-direction: column;
}
.document-list-short .document-list-item {
  transition: 0.5s;
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 40px 0 0;
}
.document-list-short .document-list-item:not(:last-child) {
  border-bottom: solid 0px transparent;
}
.document-list-short .document-list-item.document-category-button {
  height: unset;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding: 30px 40px 30px 0;
}
.document-list-short .document-list-item.document-category-button:not(:last-child) {
  border-bottom: solid 1px #8593A3;
}
.document-list-short .document-list-item.document-category-button::after {
  transition: 0.5s;
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: calc(50% - calc(15px));
  background: url(../../images/open-accordion.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
}
.document-list-short .document-list-item.document-category-button.active::after {
  background: url(../../images/close-accordion.svg) center/contain no-repeat;
}
.document-list-short .document-list-item.active {
  height: unset;
  padding: 30px 40px 30px 0;
}
.document-list-short .document-list-item.active:not(:last-child) {
  border-bottom: solid 1px #8593A3;
}
.document-list-short .document-list-item .document-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  color: #6A7682;
}
.document-list-short .document-list-item .document-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.document-list-short .document-list-item a {
  font-size: 0;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - calc(20px));
  background: url(../../images/download-document.svg) center/contain no-repeat;
  width: 40px;
  height: 40px;
}
.board-members-container {
  padding: 0 20px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.board-members-container .board-members-header .minor-title {
  color: #6A7682;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}
.board-members-container .board-members-header .major-title {
  font-weight: 800;
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 50px;
}
.board-members-container .board-members-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .board-members-container .board-members-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .board-members-container .board-members-grid {
    grid-template-columns: 1fr !important;
  }
}
.board-members-container .board-members-grid .board-members-card {
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.board-members-container .board-members-grid .board-members-card .profile-image {
  width: 100%;
  aspect-ratio: 1;
}
.board-members-container .board-members-grid .board-members-card .profile-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.board-members-container .board-members-grid .board-members-card .bio {
  padding: 30px;
}
.board-members-container .board-members-grid .board-members-card .bio .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
  margin-bottom: 20px;
}
.board-members-container .board-members-grid .board-members-card .bio .position {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #6A7682;
  margin-bottom: 20px;
}
.board-members-container .board-members-grid .board-members-card .bio .sub_title {
  display: none;
}
.board-members-container .board-members-grid .board-members-card .bio .short_bio {
  display: none;
}
.board-members-container .board-members-grid .board-members-card .bio .full_bio {
  display: none;
}
#modal-board-member {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  overflow-y: scroll;
  display: flex;
  align-items: center;
}
#modal-board-member .modal-inner {
  background: white;
  max-width: 1200px;
  width: calc(100% - calc(20px));
  margin: 60px auto;
  overflow: hidden;
  box-shadow: 0 0 15px -5px black;
  position: relative;
}
@media screen and (max-width: 800px) {
  #modal-board-member .modal-inner {
    height: 80vh !important;
  }
}
@media screen and (max-width: 800px) {
  #modal-board-member .modal-inner {
    overflow-y: scroll !important;
  }
}
#modal-board-member .modal-inner .close {
  position: absolute;
  right: 60px;
  top: 50px;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #modal-board-member .modal-inner .close {
    right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  #modal-board-member .modal-inner .close {
    top: 20px !important;
  }
}
#modal-board-member .modal-inner .close:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../../images/x-circle.svg) center no-repeat;
  display: block;
  position: absolute;
}
#modal-board-member .modal-inner .member-profile {
  display: flex;
  flex-direction: row;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  #modal-board-member .modal-inner .member-profile {
    flex-direction: column !important;
  }
}
#modal-board-member .modal-inner .member-profile .profile-image {
  flex-basis: 35%;
}
#modal-board-member .modal-inner .member-profile .bio {
  flex: 1;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  #modal-board-member .modal-inner .member-profile .bio {
    padding: 20px !important;
  }
}
#modal-board-member .modal-inner .member-profile .bio .name {
  font-weight: 800;
  font-size: 34px;
  line-height: 41.15px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}
#modal-board-member .modal-inner .member-profile .bio .position {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #6A7662;
  display: inline;
}
#modal-board-member .modal-inner .member-profile .bio .position::after {
  content: " // ";
}
#modal-board-member .modal-inner .member-profile .bio .sub_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #6A7662;
  display: inline;
}
#modal-board-member .modal-inner .member-profile .bio .full_bio {
  margin-top: 20px;
  display: block !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #6A7662;
}
#modal-board-member .modal-inner .member-profile .bio .short_bio {
  display: none;
}
#modal-board-member .modal-inner .member-profile .bio .button.read_more {
  display: none;
}
.af-form .af-fields .af-field {
  border-top: none;
}
#form_652dc2f7c0707 {
  margin-top: 30px;
}
#form_652dc2f7c0707 .af-fields {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #form_652dc2f7c0707 .af-fields {
    max-width: calc(100% - calc(30px)) !important;
  }
}
#form_652dc2f7c0707 .af-fields .af-field {
  padding: 0;
}
#form_652dc2f7c0707 .af-fields .af-field .af-label {
  display: none;
}
#form_652dc2f7c0707 .af-fields .af-field .af-input .acf-notice {
  display: none !important;
}
#form_652dc2f7c0707 .af-fields .af-field .af-input input {
  width: 350px;
  height: 48px;
  border-radius: 10px 0 0 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: #C3CCD6;
  border-right: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  #form_652dc2f7c0707 .af-fields .af-field .af-input input {
    width: 100% !important;
  }
}
#form_652dc2f7c0707 .af-fields .af-submit {
  padding: 0;
}
#form_652dc2f7c0707 .af-fields .af-submit button[type=submit] {
  transition: 0.3s;
  height: 48px;
  border-radius: 0 10px 10px 0;
  background: #008F7F;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0 30px;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-color: #008F7F;
  outline: none;
  cursor: pointer;
}
#form_652dc2f7c0707 .af-fields .af-submit button[type=submit]:hover {
  background: transparent;
  color: #008F7F;
}
#form_652dcc0bdec60 .af-fields .af-field {
  margin: 15px 0;
  padding: 0;
}
#form_652dcc0bdec60 .af-fields .af-field .af-label label {
  color: #1B1D21;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
#form_652dcc0bdec60 .af-fields .af-field .af-input input {
  height: 48px;
  border-radius: 6px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: #C3CCD6;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 15px;
}
#form_652dcc0bdec60 .af-fields .af-field .af-input textarea {
  border-radius: 6px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: #C3CCD6;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 15px;
}
#form_652dcc0bdec60 .af-fields .af-field.af-field-type-checkbox .af-label {
  display: none;
}
#form_652dcc0bdec60 .af-fields .af-field.af-field-type-checkbox .af-input ul li label {
  font-size: 14px;
  font-weight: 400;
  color: #1B1D21;
  letter-spacing: 0.25px;
  line-height: 21px;
}
#form_652dcc0bdec60 .af-fields .af-submit {
  padding: 0;
}
#form_652dcc0bdec60 .af-fields .af-submit button[type=submit] {
  height: 48px;
  border-radius: 6px;
  background: #008F7F;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0 30px;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-color: #008F7F;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.contact-page-section {
  background: #F4F7FA;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-page-section .contact-page-columns {
  padding: 100px 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.contact-page-section .contact-page-columns .column .titles .minor-title {
  color: #6A7682;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.contact-page-section .contact-page-columns .column .titles .major-title {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 900;
  line-height: 58.09px;
}
.contact-page-section .contact-page-columns .column .contact-details {
  margin: 50px 0;
}
.contact-page-section .contact-page-columns .column .contact-details p {
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.25px;
  margin: 20px 0;
}
.contact-page-section .contact-page-columns .column .contact-details a {
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.25px;
  text-decoration: none;
}
.contact-page-section .contact-page-columns .column .contact-details a:hover {
  text-decoration: underline;
}
.contact-page-section .contact-page-columns .column.image-column {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.contact-page-section .contact-page-columns .column.image-column img {
  border-radius: 10px;
}
body.search main {
  padding-left: 20px;
  padding-right: 20px;
}
body.search main .search-results {
  padding: 50px 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.search main .search-results .search-result-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: solid 1px lightgray;
  margin-bottom: 30px;
  padding-bottom: 30px;
  gap: 30px;
}
body.search main .search-results .search-result-item .title-container {
  display: flex;
  align-items: center;
}
body.search main .search-results .search-result-item .title-container h3 {
  margin: 0;
}
body.search main .search-results .search-result-item .link-container {
  min-width: 150px;
  text-align: right;
}
.accordion-border {
  border-bottom: 1px solid #8593A3;
}
.media-accordion .master-accordion .master-section.active .master-section-handle::after {
  transform: rotate(180deg);
}
.media-accordion .master-accordion .master-section .master-section-handle {
  border-bottom: 1px solid #8593A3;
  color: #1B1D21;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33.5px 0;
  user-select: none;
  cursor: pointer;
}
.media-accordion .master-accordion .master-section .master-section-handle::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../../images/circle-chevron.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
.media-accordion .master-accordion .master-section .master-section-content {
  overflow: hidden;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section.active .download-section-handle::after {
  transform: rotate(180deg);
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-handle {
  border-bottom: 1px solid #8593A3;
  color: #1B1D21;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28.3px 0 28.3px 24px;
  user-select: none;
  cursor: pointer;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-handle::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-content .filetype-section.active .filetype-section-handle::after {
  transform: rotate(180deg);
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-content .filetype-section .filetype-section-handle {
  border-bottom: 1px solid #8593A3;
  color: #1B1D21;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28.3px 0 28.3px 40px;
  user-select: none;
  cursor: pointer;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-content .filetype-section .filetype-section-handle::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-content .filetype-section .filetype-section-content {
  display: flex;
  flex-direction: column;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-content .filetype-section .filetype-section-content a {
  border-bottom: 1px solid #8593A3;
  color: #505862;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26.8px 0 26.8px 64px;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.media-accordion .master-accordion .master-section .master-section-content.file-accordion .download-section .download-section-content .filetype-section .filetype-section-content a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../../images/download-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
.media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding-top: 40px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid {
    grid-template-columns: 1fr !important;
  }
}
.media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid a.file-card {
  text-decoration: none;
}
.media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid a.file-card .file-thumbnail {
  border: solid 1px #8593A3;
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid a.file-card .file-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
}
.media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid a.file-card .file-title {
  color: black;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
}
.media-accordion .master-accordion .master-section .master-section-content.thumbnail-grid a.file-card .file-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../../images/download-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
.media-accordion .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding-top: 40px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .media-accordion .gallery-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .media-accordion .gallery-grid {
    grid-template-columns: 1fr !important;
  }
}
.media-accordion .gallery-grid .gallery-card {
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.media-accordion .gallery-grid .gallery-card .gallery-image {
  border: solid 1px #8593A3;
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.media-accordion .gallery-grid .gallery-card .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
}
.media-accordion .gallery-grid .gallery-card .gallery-title {
  color: black;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-top: 14px;
}
.media-accordion .gallery-grid .gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2010;
  justify-content: center;
  align-items: center;
}
.media-accordion .gallery-grid .gallery-modal.active {
  display: flex;
}
.media-accordion .gallery-grid .gallery-modal .tint {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  inset: 0;
  z-index: 2001;
  cursor: pointer;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box {
  position: relative;
  z-index: 2015;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  width: 870px;
}
@media screen and (max-width: 800px) {
  .media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider {
    width: unset !important;
  }
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-arrow {
  background-image: url('../../images/slider-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-arrow.arrow-prev {
  transform: rotate(180deg);
  left: -66px;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-arrow.arrow-prev {
    left: 20px !important;
  }
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-arrow.arrow-next {
  right: -66px;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-arrow.arrow-next {
    right: 20px !important;
  }
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide {
  display: none;
  position: relative;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide .close-button {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  user-select: none;
  pointer-events: none;
  background-image: url('../../images/close-button.svg');
  position: absolute;
  right: 0px;
  top: -60px;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide img {
  display: block;
  max-height: 70vh;
  width: 100%;
  height: auto;
  max-height: 80vh;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide .image-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  color: white;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.15px;
  width: 100%;
  padding: 20px;
  background-color: #353B41;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide .image-title .title {
  flex-shrink: 1;
  max-width: 500px;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide .image-title .number {
  flex-grow: 1;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide .image-title a {
  border: solid 1px white;
  padding: 3px 8px;
  color: white;
  text-decoration: none;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide .image-title a:hover {
  color: #353B41;
  background: white;
}
.media-accordion .gallery-grid .gallery-modal .gallery-modal-box .gallery-modal-slider .gallery-slide.active {
  display: block;
}
.media-accordion .video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding-top: 40px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .media-accordion .video-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .media-accordion .video-grid {
    grid-template-columns: 1fr !important;
  }
}
.media-accordion .video-grid .video-card {
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.media-accordion .video-grid .video-card .video-thumbnail {
  border: solid 1px #8593A3;
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.media-accordion .video-grid .video-card .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
}
.media-accordion .video-grid .video-card .video-thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: center 100% no-repeat url("../../images/play-button.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.8;
}
.media-accordion .video-grid .video-card .video-thumbnail:hover::after {
  opacity: 1;
}
.media-accordion .video-grid .video-card .video-title {
  color: black;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-top: 14px;
}
.media-accordion .videos-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2010;
  justify-content: center;
  align-items: center;
}
.media-accordion .videos-modal.active {
  display: flex;
}
.media-accordion .videos-modal .background-tint {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  inset: 0;
  z-index: 2001;
  cursor: pointer;
}
.media-accordion .videos-modal .videos-modal-box {
  position: relative;
  z-index: 2015;
}
.media-accordion .videos-modal .videos-modal-box .close-button {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  user-select: none;
  pointer-events: none;
  background-image: url('../../images/close-button.svg');
  position: absolute;
  right: 0px;
  top: -60px;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider {
  max-width: 80vh;
  width: 1040px;
  max-width: 100vw;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .video-slide .video-container iframe {
  height: 580px !important;
  max-width: 100%;
  max-height: 100%;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .video-slide .video-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  color: white;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.15px;
  width: 100%;
  padding: 20px;
  background-color: #353B41;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .video-slide .video-title .title {
  flex-shrink: 1;
  max-width: 500px;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .video-slide .video-title .number {
  flex-grow: 1;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .video-slide .video-title a {
  border: solid 1px white;
  padding: 3px 8px;
  color: white;
  text-decoration: none;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .video-slide .video-title a:hover {
  color: #353B41;
  background: white;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow {
  background-image: url('../../images/slider-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 9;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow::before {
  display: none !important;
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -66px;
  top: calc(50% - calc(22.5px));
}
@media screen and (max-width: 800px) {
  .media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow.slick-next {
  right: -66px;
}
@media screen and (max-width: 800px) {
  .media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow.slick-next {
    right: 20px !important;
  }
}
.media-accordion .videos-modal .videos-modal-box #videos-modal-slider .slick-arrow.slick-disabled {
  opacity: 0.5 !important;
}
* {
  min-width: 0;
  box-sizing: border-box;
}
html,
body {
  background: white;
  font-family: "Inter", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  color: #6A7682;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 1em 0;
}
ul li {
  color: #6A7682;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 1em 0;
}
