*{
  overflow: none;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  overflow: none;
}

h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  line-height: 52px;
}
h2{
  color: rgb(0, 103, 177);
  text-align: center;
  font-size: 2.5vw;
  font-weight: 700;
}
h3{
  color: rgb(88, 88, 88);
  text-align: left;
  font-size: 2vw;

}
a {
  color: rgb(0, 103, 177);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.hero-banner img {
  max-height: 716px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-content {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .main-content {
    padding: 40px 0;
  }
  h2{
    font-size: 4vw;
  }
  h3{

    font-size: 3vw;
  
  }
}
.main-content h1 {
  color: rgb(0, 103, 177);
}
@media (max-width: 767px) {
  .main-content h1 {
    font-size: 36px;
  }
}
.main-content .desc-text {
  color: rgb(102, 102, 102);
  font-size: 36px;
  line-height: 43.2px;
  margin: 16px 0 48px;
}
@media (max-width: 767px) {
  .main-content .desc-text {
    font-size: 22px;
    line-height: 26px;
    margin: 8px 0 24px;
  }
}
.main-content .nav-tabs {
  margin-bottom: 36px;
  border: 1px solid rgb(109, 197, 234);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .main-content .nav-tabs {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.main-content .nav-tabs .nav-item {
  flex: 1 1 33%;
}
.main-content .nav-tabs .nav-item button {
  border: none;
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 33.6px;
  color: rgb(109, 197, 234);
  width: 100%;
  text-align: center;
  border-radius: 0;
  height: 100%;
}
.main-content .nav-tabs .nav-item button.active {
  background: rgb(109, 197, 234);
  color: #fff;
}
.main-content .nav-tabs .nav-item button:not(.active):hover {
  background: rgba(109, 197, 234, 0.7);
  color: #fff;
}
@media (max-width: 991px) {
  .main-content .nav-tabs .nav-item button {
    font-size: 22px;
    line-height: 26px;
  }
}
.main-content .nav-tabs .nav-item:first-child button {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: 1px solid rgb(109, 197, 234);
}
@media (max-width: 767px) {
  .main-content .nav-tabs .nav-item:first-child button {
    border-right: none;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
  }
}
.main-content .nav-tabs .nav-item:nth-child(2) button {
  border-right: 1px solid rgb(109, 197, 234);
}
@media (max-width: 767px) {
  .main-content .nav-tabs .nav-item:nth-child(2) button {
    border-right: none;
    border-bottom: 1px solid rgb(109, 197, 234);
    border-top: 1px solid rgb(109, 197, 234);
  }
}
.main-content .nav-tabs .nav-item:last-child button {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: -1px;
}
@media (max-width: 767px) {
  .main-content .nav-tabs .nav-item:last-child button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
    margin-right: 0;
  }
}
.main-content .tab-content .col {
  margin-bottom: 24px;
  display: none;
}
.main-content .tab-content .card {
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
  border: none;
  height: 100%;
  border-radius: 12px;
}
.main-content .tab-content .card .card-img-top {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .main-content .tab-content .card .card-img-top {
    min-height: 0;
  }
}
.main-content .tab-content .card .card-body {
  padding: 24px;
}
@media (max-width: 767px) {
  .main-content .tab-content .card .card-body {
    padding: 10px;
  }
}
.main-content .tab-content .card .card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgb(0, 103, 177);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .main-content .tab-content .card .card-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.main-content .tab-content .card .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgb(70, 70, 70);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .main-content .tab-content .card .card-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.main-content .tab-content .card .btn-icon svg {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .main-content .tab-content .card .btn-icon svg {
    width: 24px;
    height: 24px;
  }
}
.main-content .tab-content .card .btn-icon .bi-arrow-right-circle-fill {
  display: none;
}
.main-content .tab-content .card a:hover .btn-icon .bi-arrow-right-circle {
  display: none;
}
.main-content .tab-content .card a:hover .btn-icon .bi-arrow-right-circle-fill {
  display: block;
}
@media (max-width: 767px) {
  .main-content .tab-content .card a {
    justify-content: end !important;
  }
  .main-content .tab-content .card a span:first-child {
    display: none;
  }
}
.main-content .tab-content .btn-load {
  background: rgb(42, 101, 172);
  font-size: 28px;
  color: #fff;
  line-height: 33.6px;
  transition: 0.3s;
}
.main-content .tab-content .btn-load:hover {
  background: rgb(29, 75, 130);
}
@media (max-width: 767px) {
  .main-content .tab-content .btn-load {
    font-size: 22px;
    line-height: 26px;
  }
}
.main-content .tab-content #more-second-tab,
.main-content .tab-content #more-third-tab {
  display: none;
}
.main-content .tab-content #more-second-tab:hover,
.main-content .tab-content #more-third-tab:hover {
  text-decoration: none;
  background: rgb(29, 75, 130);
}

.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-header button {
  width: 36px;
  height: 36px;
  border: 2px solid rgb(109, 197, 234);
  color: rgb(109, 197, 234);
  --bs-btn-close-color: rgba(109, 197, 234, 1);
  border-radius: 50%;
  padding: 0;
  margin: 0 0 0 auto;
}
.modal .modal-content .modal-body {
  padding: 0 24px 24px 24px;
}
.modal .modal-content .title-modal {
  font-size: 60px;
  color: rgb(109, 197, 234);
}
.modal .modal-content .subtitle-modal {
  font-size: 25px;
  color: rgb(0, 0, 0);
}
.modal .modal-content ul {
  list-style-image: url("../images/icon-li.svg");
  padding-left: 20px;
}
.modal .modal-content ul li {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 300;
}/*# sourceMappingURL=styles.css.map */
.responsive-image-container {
  position: relative; /* For positioning the overlay buttons */
  display: flex; /* Flexbox for centering content */
  justify-content: center; /* Center the image horizontally */
  align-items: center; /* Center the image vertically */
  max-width: 1400px; 

}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}



.overlay-link img{
  width: 10vw;
}

.footnotes{
  font-size: 10px;
  color: rgb(163, 163, 163);
  padding-left: 8vw;
  padding-top: 2vw;
}
.header{
  width: 90%;
}

@media (max-width: 767px) {
.footnotes{
  font-size: 7px;
}
}

 .btn-load {
  background: rgb(42, 101, 172);
  font-size: 1.5vw;
  color: #fff;
  line-height: 33.6px;
  transition: 0.3s;
}
.btn-load:hover {
  background: rgb(29, 75, 130);
  color: #fff;
}