/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/overrides/IFA2026/index.scss ***!
  \********************************************************************************************************************************/
.congress-hero {
  height: auto;
  position: relative;
}
.congress-hero--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
.congress-hero--content {
  padding: 156px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.congress-hero--content .text {
  width: 40%;
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: auto;
}
.congress-hero--content .text h1 {
  max-width: 100%;
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  overflow-wrap: break-word;
}
.congress-hero--content > section:last-of-type.text {
  margin-right: 525px;
}
@media (max-width: 1200px) {
  .congress-hero--content > section:last-of-type.text {
    margin: 0;
  }
}
.congress-hero--content .register-now {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 525px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .congress-hero--content .register-now {
    padding: 30px;
  }
}
.congress-hero--content .register-now p {
  color: #031D8A;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
}
.congress-hero--content .register-now .btn {
  padding: 0 !important;
  height: 60px;
  max-width: 100%;
}
.congress-hero--content .register-now .btn .btn-icon-text {
  color: #fff;
  background-color: #031D8A;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  top: -3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.congress-hero--content .register-now .btn .btn-icon-icon {
  padding: 20px;
  top: -3px;
}
.congress-hero .register-now {
  background-color: rgba(208, 153, 34, 0.8);
}
.congress-hero .register-now h3, .congress-hero .register-now a {
  color: #fff;
}

.NestedContent:not(.NestedContent--congress) {
  margin-top: -70px;
}

.cardBlock .cardBlock-item.--big .card-inner .card-content h3, .cardBlock .cardBlock-item.--big .card-inner .card-content h2 {
  color: #0C7D4A;
}

.cardBlock .card-content .text {
  flex-shrink: 1;
  display: flex !important;
  flex-direction: column;
  min-height: 0;
  max-width: 100%;
}
.cardBlock .card-content .text > p > a {
  color: inherit;
}
.cardBlock .card-content .text > p {
  min-height: 30px;
  flex-shrink: 1;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  max-height: 90px;
}
.cardBlock .card-content .text > p:last-of-type {
  margin-bottom: 0;
}
.cardBlock .card-content .text h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #0C7D4A;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.cardBlock .modal-dialog .modal-body h2 {
  color: #0C7D4A;
  font-size: 17px;
}
.cardBlock .modal-dialog .modal-body a {
  color: inherit;
}
.cardBlock.small-view .card-content .text {
  max-height: unset;
  height: auto;
}

.congress-header {
  position: relative;
  height: 88px;
  background: linear-gradient(to right, rgb(12, 125, 74) 0%, rgb(12, 125, 74) 100%);
}
.congress-header nav {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.congress-header--white-bg {
  display: flex;
  height: calc(100% - 1px);
  flex-grow: 1;
  align-items: center;
  align-self: flex-start;
  justify-content: space-between;
  background-color: #fff;
}
@media (width <= 768px) {
  .congress-header--white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.congress-header--white-bg .hamburger-btn {
  display: none;
  height: 100%;
  padding: 0 15px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (width <= 768px) {
  .congress-header--white-bg .hamburger-btn {
    display: block;
  }
}
.congress-header--white-bg .hamburger-btn svg {
  display: none;
  width: 30px;
}
.congress-header--white-bg .hamburger-btn svg path {
  fill: #11076A;
}
.congress-header--white-bg .hamburger-btn > i {
  color: #11076A;
  font-size: 30px;
}
.congress-header--white-bg .hamburger-btn.active svg {
  display: block;
}
.congress-header--white-bg .hamburger-btn.active > i {
  display: none;
}
.congress-header--white-bg .congress-logo {
  height: 100%;
  padding: 15px 0;
  margin-left: 25px;
}
.congress-header--white-bg .congress-logo img {
  height: 100%;
}
.congress-header--white-bg .nav-links {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  list-style-type: none;
}
.congress-header--white-bg .nav-links > li:last-of-type.nav-link {
  margin-right: 100px;
}
.congress-header--white-bg .nav-links .nav-link {
  position: relative;
  height: 100%;
  padding: 0;
  margin-right: 50px;
}
.congress-header--white-bg .nav-links .nav-link > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #11076A;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
}
.congress-header--white-bg .nav-links .nav-link > a:hover {
  color: #11076A;
  text-decoration: underline;
}
.congress-header--white-bg .nav-links .nav-link .dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -25px;
  display: none;
  width: auto;
  min-width: 150px;
  max-width: 290px;
  padding: 0;
  border-top: 1px solid #031D8A;
  margin: none;
  margin-right: auto;
  background-color: #fff;
  list-style-type: none;
}
.congress-header--white-bg .nav-links .nav-link .dropdown li {
  width: 100%;
  margin: 0;
}
.congress-header--white-bg .nav-links .nav-link .dropdown a {
  display: block;
  width: 100%;
  padding: 15px 25px;
  color: #11076A;
  font-size: 14px;
  overflow-wrap: break-word;
}
.congress-header--white-bg .nav-links .nav-link:hover .dropdown {
  display: block;
}
.congress-header--white-bg .nav-links .register-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.congress-header--white-bg .nav-links .register-button a {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 14px 29px;
  background-color: #0C7D4A;
  color: #fff;
}
@media (width <= 768px) {
  .congress-header--white-bg .nav-links {
    display: none;
  }
}
.congress-header--white-bg .register-button-mobile {
  position: absolute;
  z-index: 2;
  top: 88px;
  left: 0;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #ED292C;
  color: white;
}
@media (width <= 768px) {
  .congress-header--white-bg .register-button-mobile {
    display: flex;
  }
}
.congress-header--logo-ifa {
  z-index: 1;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2509803922);
}
@media (width <= 768px) {
  .congress-header--logo-ifa {
    display: none;
  }
}
.congress-header--logo-ifa img {
  height: 45px;
}
.congress-header .mobile-menu-overlay {
  position: fixed;
  z-index: 999;
  top: 88px;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 50, 0.95);
  background-color: #001559;
}
.congress-header .mobile-menu-overlay.active {
  display: block;
}
@media (width >= 768px) {
  .congress-header .mobile-menu-overlay {
    display: none !important;
  }
}
.congress-header .mobile-menu-overlay .mobile-nav-links {
  padding: 0;
  margin: 40px;
  list-style-type: none;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item {
  position: relative;
  margin: 25px 0;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item a {
  display: block;
  width: max-content;
  height: 100%;
  color: white;
  font-size: 19px;
  text-decoration: none;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item .arrow {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item .arrow svg {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item .submenu-content {
  list-style-type: none;
  margin: 10px 0 0 15px;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item .submenu-content li {
  margin: 10px 0;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item .submenu-content li a {
  font-size: 17px;
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item.expanded .arrow svg {
  transform: rotate(0deg);
}
.congress-header .mobile-menu-overlay .mobile-nav-links .mobile-nav-item.expanded .submenu-content {
  height: auto;
}
.congress-header .mobile-menu-overlay--logo-ifa {
  position: absolute;
  z-index: 1;
  bottom: 88px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}
.congress-header .mobile-menu-overlay--logo-ifa img {
  height: 45px;
}

.no-scroll {
  overflow: hidden;
}

footer .footer-socialmedia a {
  color: #0C7D4A !important;
}
footer .nav-item a {
  color: #0C7D4A !important;
}
footer .nav-item-title a {
  color: #0C7D4A !important;
}

.congress-footer--logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.congress-footer--logo img {
  width: 80%;
}
.congress-footer .nav-item-title {
  color: #0C7D4A;
}
.congress-footer .nav-item-title a {
  color: #0C7D4A;
}
.congress-footer--contact > span {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  display: block;
  color: #0C7D4A;
}
.congress-footer--contact .name {
  margin: 5px 0;
}
.congress-footer--contact .value {
  font-weight: 400;
  margin-bottom: 25px;
}
.congress-footer--youtube a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.congress-footer--youtube a img {
  margin-right: 5px;
}

.dark-bg {
  background: #0C7D4A;
}

h1, h2, h3, blockquote, .btn-icon {
  color: #0C7D4A;
}

.btn-primary {
  color: #0C7D4A;
}
.btn-primary:hover {
  color: #0C7D4A;
}
.btn-primary svg {
  fill: #0C7D4A !important;
}

.subpagesBlock-item {
  color: #0C7D4A;
}
.subpagesBlock-item:hover {
  background-color: #D09922 !important;
  color: #fff;
}

.eventDetails .conLabel {
  color: #0C7D4A;
}

.topicBlock .topicTitleStrong {
  color: #0C7D4A;
}

.openButton p {
  color: #0C7D4A !important;
}

.g-color-primary {
  color: #0C7D4A !important;
}

.callToAction .overlay {
  background-color: #0C7D4A;
}