section.news-event .news-box {
  background: #00437e;
  color: #ffffff;
  text-align: right;
  height: 83% !important;
}
section.news-event .news-box h3 {
  font-weight: 800;
  font-size: 40px;
}
section.news-event .news-box .read-more-link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  color: #ffffff;
  font-size: 12px;
}
section.news-event .news-box .read-more-link:hover {
  color: #6fc8f1;
}
section.news-event .news-box .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}
section.news-event .news-box .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}
section.news-event .news-box.read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
section.news-event .news-box .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}
section.news-event .conference-box {
  background: #00437e;
  color: #ffffff;
  text-align: right;
  height: 93% !important;
}
section.news-event .conference-box h3 {
  font-weight: 800;
  font-size: 40px;
}
section.news-event .conference-card .content {
  background: rgba(255, 255, 255, 0.85);
  width: 90% !important;
  height: 90% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.news-event .conference-card .content h4 {
  color: #00437e;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
section.news-event .conference-card .content .conference-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
section.news-event .conference-card .content .conference-info p {
  margin: 0;
  text-align: center;
  color: #00437e;
  font-size: 16px;
}
section.news-event .conference-card .content .conference-info .read-more-link, section.news-event .conference-year .read-more-link {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #00437e;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
}
section.news-event .conference-card .content .conference-info .read-more-link.disable, section.news-event .conference-year .read-more-link.disable {
  opacity: 0.5;
}
section.news-event .conference-card .content .conference-info .read-more-link.disable:hover, section.news-event .conference-year .read-more-link.disable:hover {
  color: #00437e;
}
section.news-event .conference-card .content .conference-info .read-more-link:hover, section.news-event .conference-year .read-more-link:hover {
  color: #6fc8f1;
}
section.news-event .conference-card .content .conference-info .read-more-link:hover svg, section.news-event .conference-year .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}
section.news-event .conference-card .content .conference-info .read-more-link svg path, section.news-event .conference-year .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}
section.news-event .conference-card .content .conference-info .read-more-link svg, section.news-event .conference-year .read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
section.news-event .conference-card .content .conference-info .read-more-link:hover svg, section.news-event .conference-year .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}
section.news-event .conference-year {
  background: #f0f7fd;
  color: #ffffff;
  text-align: right;
}
section.news-event .conference-year h3 {
  font-weight: 800;
  font-size: 40px;
  color: #00437e;
}
section.news-event .conference-desktop .col-lg-3:nth-child(1) .conference-card, section.news-event .conference-desktop .col-lg-3:nth-child(2) .conference-card, section.news-event .conference-desktop .col-lg-3:nth-child(3) .conference-card {
  margin-bottom: 1.5rem !important;
}
section.news-event .swiper-button-next::after,
section.news-event .swiper-button-prev::after {
  display: none !important;
}
section.news-event .card.news {
  background: #f0f7fd;
  border: none;
}
section.news-event .card.news h3 {
  color: #00437e;
  font-size: 22px;
  font-weight: 700;
}
section.news-event .card.news .card-body p.content {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #00437e;
}
section.news-event .card.news .card-body p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
section.news-event .card.news .card-body a {
  float: right;
  text-decoration: none;
}
section.news-event .card.news .read-more-link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  color: #00437e;
  font-size: 14px;
}
section.news-event .card.news .read-more-link:hover {
  color: #6fc8f1;
}
section.news-event .card.news .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}
section.news-event .card.news .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}
section.news-event .card.news.read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
section.news-event .card.news .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}
section.news-event .news-pag .swiper-button-next-news, section.news-event .news-pag .swiper-button-prev-news {
  background: #00437e;
  color: #ffffff;
}
section.news-event .news-pag .swiper-button-next-news.swiper-button-disabled, section.news-event .news-pag .swiper-button-prev-news.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
section.news-event .news-pag span {
  font-size: 26px !important;
}
@media (max-width: 746px) {
  section.news-event .conference-box, section.news-event .conference-year {
    height: auto !important;
    min-height: 320px;
  }
  section.news-event .conference-mobile .swiper-pagination {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  section.news-event .conference-mobile {
    --swiper-pagination-color: #00437e;
    --swiper-pagination-bullet-inactive-color: #eee;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
  }
  section.news-event .event-pag .swiper-button-prev, section.news-event .event-pag .swiper-button-next {
    background: #00437e;
    color: #ffffff;
  }
  section.news-event .event-pag span {
    font-size: 36px !important;
  }
  section.news-event .news .col-lg-2.col-12 {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  section.news-event .news .news-box {
    width: 73%;
    height: 100% !important;
  }
  section.news-event .news .news-box.research {
    width: 100%;
  }
  section.news-event .news .publi {
    margin-bottom: 70px !important;
  }
}

section.home-banner.main {
  height: 92vh;
  background-size: cover;
  background-position-y: 15%;
}

section.home-banner h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 62px;
}

section.home-banner h3 {
  font-weight: 800;
  font-size: 42px;
}

section.home-banner p {
  font-size: 26px;
}

section.home-banner.main p {
  color: #ffffff;
  font-size: 26px;
}

section.resources .card.title {
  background: #00437e;
}

section.resources .card.title h3 {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  width: 80%;
}

section.values .card, section.resources .card {
  background-size: cover;
  border: none;
  position: relative;
  height: 25vh !important;
}

section.values .card h3 {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  width: 60%;
}

section.values .card .text {
  background: rgba(255, 255, 255, 0.85);
  display: none;
  position: relative;
  height: 100%;
}

section.resources .card .text {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  height: 100%;
}

section.values .card:hover .text {
  display: block;
}

section.values .card:hover h3 {
  display: none;
}

section.values .card .text h4, section.resources .card .text h4 {
  font-weight: 700;
  color: #00437e;
  font-size: 22px;
}

section.values .card .text hr {
  border-color: #00437e;
  border-width: 2px;
  opacity: 1;
}

section.values .card .text p, section.resources .card .text p {
  font-size: 16px;
  color: #00437e;
  font-weight: 300;
}

section.values .card .text .link-btn, section.resources .card .text .link-btn {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
  text-align: right;
}

section.values .card .read-more-link, section.resources .card .read-more-link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  color: #00437e;
  font-size: 14px;
}

section.values .card .read-more-link:hover, section.resources .card .read-more-link:hover {
  color: #6fc8f1;
}

section.values .card .read-more-link:hover svg, section.resources .card .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

section.values .card .read-more-link svg path, section.resources .card .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}

section.values .card .read-more-link svg, section.resources .card .read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

section.values .card .read-more-link:hover svg, section.resources .card .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

.section-video {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.section-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.1s linear;
  z-index: 0;
}

.section-video .video-btn {
  border: none;
  border-radius: 8px;
  padding: 8px;
  background: #00437e;
  position: relative;
  color: #ffffff;
}

.section-video .video-btn:hover {
  background: #f0f7fd;
  color: #00437e;
}

.section-video .video-btn span {
  line-height: normal;
  font-size: 20px !important;
  display: block;
}

.video-controls {
  right: 1em;
  bottom: 1em;
}

@media (max-width: 1750px) {
  section.values .card, section.resources .card {
    height: 32vh !important;
  }
}
@media (max-width: 746px) {
  section.home-banner.main {
    height: 88vh;
    background-size: cover;
    background-position-y: 15%;
    background-position-x: 25%;
  }
  section.home-banner h2 {
    font-size: 42px;
  }
  section.home-banner.main p {
    font-size: 18px;
  }
  section.values .card {
    height: 65vh !important;
  }
  section.values .card h3 {
    display: none;
  }
  section.values .card .text {
    display: block;
  }
  .values-swiper {
    padding: 0 15px;
  }
  .values-swiper .swiper-slide {
    box-sizing: border-box;
    padding-right: 1.5rem;
  }
  .values-swiper .swiper-pagination {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .values-swiper {
    --swiper-pagination-color: #00437e;
    --swiper-pagination-bullet-inactive-color: #eee;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
  }
  section.resources .card.title {
    height: auto !important;
  }
  section.resources .card {
    height: 55vh !important;
  }
  .section-video {
    height: 24vh;
  }
  .video-controls {
    right: 1em;
    bottom: 1em;
  }
  .section-video .video-btn span {
    font-size: 12px !important;
  }
  section.resources .card.title h3 {
    width: 100%;
  }
}

/*# sourceMappingURL=homepage.css.map */
