@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap");
/*modals*/
#masthead {
  display: none !important;
}

.topmenurow {
  display: none !important;
}

#annual-report-2024 {
  background-image: url("/wp-content/uploads/2025/11/annual-report-2024-bg-2.jpeg");
  background-image: linear-gradient(to bottom, rgb(79, 95, 42) 0%, rgb(79, 95, 42) 25%, rgba(79, 95, 42, 0.48) 50%, rgba(0, 0, 0, 0.48) 100%), url("/wp-content/uploads/2025/11/annual-report-2024-bg-2.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 2rem 0;
}
#annual-report-2024 h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
}
#annual-report-2024 ul#annual-menu {
  padding: 0;
  margin: 0;
  position: relative;
}
#annual-report-2024 #annual-menu li {
  border: 3px solid;
  background: transparent;
  border-radius: 2rem;
  padding: 0.5rem 0;
  margin: 1rem;
  text-align: center;
  width: 25%;
  list-style: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#annual-report-2024 #annual-menu li:first-child {
  border-color: #999999;
}
#annual-report-2024 #annual-menu li:first-child:hover {
  background: #999999;
}
#annual-report-2024 #annual-menu li:nth-child(2) {
  border-color: #474747;
}
#annual-report-2024 #annual-menu li:nth-child(2):hover {
  background: #474747;
}
#annual-report-2024 #annual-menu li:nth-child(3) {
  border-color: #ffffff;
}
#annual-report-2024 #annual-menu li:nth-child(3):hover {
  color: #333333;
  background: #fff;
}
#annual-report-2024 #annual-menu li:nth-child(4) {
  border-color: #DFFFFF;
}
#annual-report-2024 #annual-menu li:nth-child(4):hover {
  background: #DFFFFF;
}
#annual-report-2024 #annual-menu li:nth-child(4):hover a {
  color: #333333;
}
#annual-report-2024 #annual-menu li:nth-child(5) {
  border-color: #999999;
}
#annual-report-2024 #annual-menu li:nth-child(5):hover {
  background: #999999;
}
#annual-report-2024 #annual-menu li:nth-child(6) {
  border-color: #474747;
}
#annual-report-2024 #annual-menu li:nth-child(6):hover {
  background: #474747;
}
#annual-report-2024 #annual-menu li:nth-child(7) {
  border-color: #83BC41;
}
#annual-report-2024 #annual-menu li:nth-child(7):hover {
  background: #83BC41;
}
#annual-report-2024 #annual-menu li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#annual-report-2024 #annual-menu li a:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#annual-report-2024 .report-block a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#annual-report-2024 .report-block a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
#annual-report-2024 .report-block a:hover img {
  filter: grayscale(100%) contrast(130%);
}
#annual-report-2024 .report-block a .heading {
  position: absolute;
  inset: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#annual-report-2024 .report-block a .heading > div {
  text-shadow: 0px 0px 5px #000000;
  padding: 0 20px;
}
#annual-report-2024 #corppartner .corp-logo {
  max-width: 150px;
}

.topics {
  border-radius: 10px;
  overflow: hidden;
}
.topics img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.topics:hover img {
  filter: grayscale(100%) contrast(130%);
}

.modal.show .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog h2 {
  color: #83BC41;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.modal-dialog .carousel-inner {
  border-radius: 0.8rem;
}
.modal-dialog .modal-content {
  padding: 1rem;
  border-radius: 1rem;
}

#cr .modal-dialog h2 {
  color: #474747;
}

#ceo .modal-dialog h2 {
  color: #474747;
}

.modal-content .btn-close {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 2;
  padding: auto;
}
.modal-content .modal-body {
  height: 100%;
}
.modal-content .modal-body .row {
  height: 100%;
}
.modal-content .modal-body .row .quote {
  padding: 1rem;
  border: 1px solid #000;
  background: #eee;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  svg {
    display: none;
  }
  #annual2122 #annual-menu li {
    width: 100%;
    border-radius: 0;
    margin: 1rem 0;
    border: none;
  }
  #annual2122 #annual-menu li:first-child {
    background-color: #474747;
  }
  #annual2122 #annual-menu li:nth-child(2) {
    color: #333333;
    background: #fff;
  }
  #annual2122 #annual-menu li:nth-child(3) {
    background: #DFFFFF;
  }
  #annual2122 #annual-menu li:nth-child(3) a {
    color: #333333;
  }
  #annual2122 #annual-menu li:nth-child(4) {
    background-color: #999999;
  }
  #annual2122 #annual-menu li:nth-child(5) {
    background-color: #474747;
  }
  .modal.show .modal-dialog {
    height: 90vh;
  }
  .modal.show .modal-dialog .modal-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .modal.show .modal-dialog .modal-content .modal-body {
    height: 100%;
  }
  .modal-dialog h2 {
    font-size: 1.5rem;
  }
  .modal.show#fs .modal-dialog {
    height: auto;
  }
  .modal-content .modal-body .modal-content::-webkit-scrollbar-track {
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0);
  }
  .modal-content .modal-body .modal-content::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  .modal-content .modal-body .modal-content::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .scrollup .m-0 {
    transform: rotate(90deg);
    font-size: 25px;
  }
}/*# sourceMappingURL=style-annual-reports-2024.css.map */