.HeroImageCarousel___kPvLr {
  padding: 100px 0;
  width: 100%;
  max-width: 1540px;
  margin: auto;
}
.HeroImageCarousel___kPvLr.HeroImageCard___dvlpa .card-wrapper {
  padding: 0 90px 100px;
}
.HeroImageCarousel___kPvLr a,
.HeroImageCarousel___kPvLr a:hover {
  text-decoration: none !important;
}
.HeroImageCarousel___kPvLr .slick-dots li button:before {
  opacity: 0 !important;
}
.HeroImageCarousel___kPvLr .slick-dots {
  display: flex !important;
  justify-content: center;
  bottom: -20px;
  height: 4px;
  margin-bottom: 0;
}
.HeroImageCarousel___kPvLr .slick-dots li {
  width: 32px;
  margin: 0 2px;
}
.HeroImageCarousel___kPvLr .slick-dots li button {
  width: 100%;
  height: 4px;
  box-shadow: none;
  border: 2px solid rgba(33, 157, 255, 0.4);
  background-color: #0095d7;
  opacity: 0.4;
  padding: 0 !important;
}
.HeroImageCarousel___kPvLr .slick-dots li.slick-active button {
  opacity: 1;
  width: 100%;
  height: 4px;
  background-color: #0095d7;
}
.HeroImageCarousel___kPvLr .slick-prev::after,
.HeroImageCarousel___kPvLr .slick-next::after {
  position: absolute;
  z-index: 2;
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  background-color: #ffffff;
  color: #0f203d;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px 1px rgba(23, 53, 95, 0.2);
  font-family: lmnicon !important;
}
.HeroImageCarousel___kPvLr .slick-prev,
.HeroImageCarousel___kPvLr .slick-next {
  opacity: 0.7;
  z-index: 1;
}
.HeroImageCarousel___kPvLr .slick-prev:hover,
.HeroImageCarousel___kPvLr .slick-next:hover {
  opacity: 0.9;
}
.HeroImageCarousel___kPvLr .slick-prev::after {
  content: "\ea2b";
  font-family: 'ICGDSIcons' !important;
}
.HeroImageCarousel___kPvLr .slick-next::after {
  content: "\ea2c";
  font-family: 'ICGDSIcons' !important;
}
.HeroImageCarousel___kPvLr .slick-prev {
  left: 20px;
}
.HeroImageCarousel___kPvLr .slick-next {
  right: 0;
}
.HeroImageCarousel___kPvLr .section-title {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: 90px;
}
.HeroImageCarousel___kPvLr .section-title .slash {
  display: inline-block;
  padding: 0 10px;
}
.HeroImageCarousel___kPvLr .slide-wrapper {
  width: 100%;
  padding: 0 90px;
}
.HeroImageCarousel___kPvLr .HeroImageCarousel-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 20px;
  padding-left: 80px;
}
.HeroImageCarousel___kPvLr .hero-image-slide {
  width: 100%;
  height: 480px;
  display: flex;
  background-color: #fff;
  transition: All 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: rgba(0, 73, 146, 0.08) 0px 5px 10px 1px;
}
.HeroImageCarousel___kPvLr .hero-image-slide:hover {
  box-shadow: rgba(0, 73, 146, 0.2) 0px 5px 12px 1px;
}
.HeroImageCarousel___kPvLr .hero-image-slide a {
  text-decoration: none !important;
  display: block;
}
.HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper .gps-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 3rem;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper .play-icon {
  width: 5rem;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: calc(50% - 2.5rem);
  z-index: 5;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}
.HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper .hover-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0;
  z-index: 6;
  transition: All 0.3s ease-in-out;
}
.HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper .hover-layer:hover {
  opacity: 0.2;
  transition: All 0.3s ease-in-out;
}
.HeroImageCarousel___kPvLr .hero-image-slide .body {
  width: 50%;
  padding: 41px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.HeroImageCarousel___kPvLr .hero-image-slide .insight-type {
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 25px;
}
.HeroImageCarousel___kPvLr .hero-image-slide .title {
  letter-spacing: 0;
  line-height: 46px;
  margin: 0;
  font-size: 36px;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
}
.HeroImageCarousel___kPvLr .hero-image-slide .title > div {
  margin-bottom: 0;
}
.HeroImageCarousel___kPvLr .hero-image-slide .title:hover {
  color: #46637f !important;
}
.HeroImageCarousel___kPvLr .hero-image-slide .summary {
  flex: 1;
  overflow: hidden;
  margin-top: 25px;
  letter-spacing: 0;
  line-height: 22px;
}
.HeroImageCarousel___kPvLr .hero-image-slide .business-type-container {
  min-height: 59px;
  display: flex;
}
.HeroImageCarousel___kPvLr .hero-image-slide .business-type {
  align-self: flex-end;
  position: absolute;
  bottom: 41px;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  cursor: pointer;
  transition: All 0.3s ease-in-out !important;
}
.HeroImageCarousel___kPvLr .hero-image-slide .attachment {
  margin-top: 20px;
  display: flex;
}
.HeroImageCarousel___kPvLr .hero-image-slide .attachment .attachment-btn-link {
  margin-right: 12px !important;
}
.HeroImageCarousel___kPvLr .hero-image-slide .attachment .attachment-btn {
  padding: 12px 16px !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.HeroImageCarousel___kPvLr .hero-image-slide .call-to-action-btn {
  margin-top: 20px;
  padding: 12px 16px !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
@media (max-width: 1059px) {
  .HeroImageCarousel___kPvLr {
    width: 100%;
    padding: 48px 0 80px 0;
  }
  .HeroImageCarousel___kPvLr .slick-dots {
    bottom: -20px;
    height: 4px;
  }
  .HeroImageCarousel___kPvLr .section-title {
    margin-bottom: 14px;
    line-height: 18px;
  }
  .HeroImageCarousel___kPvLr .section-title .slash {
    padding: 0 5px;
  }
  .HeroImageCarousel___kPvLr .slide-wrapper {
    width: 100%;
    padding: 0;
  }
  .HeroImageCarousel___kPvLr .HeroImageCarousel-title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 5px;
    padding-left: 60px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide {
    width: calc(100% - 50px);
    margin: 0 auto;
    height: 234px;
    display: flex;
    border-bottom: none;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper {
    height: 100%;
    width: 50%;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .body {
    height: 100%;
    width: 50%;
    padding: 25px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .insight-type {
    line-height: 12px;
    padding-bottom: 15px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .title {
    line-height: 26px;
    font-size: 20px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .summary {
    line-height: 18px;
    margin-top: 15px;
    font-size: 14px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .business-type {
    bottom: 25px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .HeroImageCarousel___kPvLr {
    width: 100%;
    padding: 28px 0 60px 0;
  }
  .HeroImageCarousel___kPvLr .slick-dots-bottom {
    bottom: -28px;
    height: 4px;
  }
  .HeroImageCarousel___kPvLr .section-title {
    display: block;
    margin-left: 20px;
  }
  .HeroImageCarousel___kPvLr .slide-wrapper {
    width: 100%;
    padding: 0;
  }
  .HeroImageCarousel___kPvLr .HeroImageCarousel-title {
    padding-bottom: 5px;
    padding-left: 20px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide {
    width: calc(100% - 15px);
    height: 480px;
    display: block;
    border-bottom: none;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper {
    height: 50%;
    width: 100%;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper .play-icon {
    width: 3rem;
    height: 3rem;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .image-wrapper .gps-icon {
    width: 2.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .body {
    height: 50%;
    width: 100%;
    padding: 28px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .insight-type {
    padding-bottom: 10px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .summary {
    margin-top: 10px;
  }
  .HeroImageCarousel___kPvLr .hero-image-slide .business-type {
    bottom: 28px;
  }
}
.lmn-theme-dark .HeroImageCarousel {
  background-color: #0c274f !important;
  background: linear-gradient(89.99deg, rgba(12, 39, 79, 0.8) 0%, rgba(124, 146, 245, 0.6) 54.22%, rgba(12, 39, 79, 0.8) 100%) !important;
}
.lmn-theme-dark .slick-prev::after, .lmn-theme-dark .slick-next::after {
  border: 1px solid rgba(255, 255, 255, 0);
  color: #0f203d;
  color: #80aff8;
  background-color: #22303e;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.6);
}
.HeroImageCarousel-insights {
  background-color: #0f203d !important;
}
.HeroImageCarousel-post {
  max-width: none;
}
.HeroImageCarousel-post .slick-slider {
  max-width: 1392px;
  margin: 0 auto;
}
.HeroImageCarousel-post .card-wrapper {
  padding: 0 90px 0 !important;
}
.HeroImageCarousel-post .hero-image-slide {
  height: 381px !important;
  cursor: default !important;
}
.HeroImageCarousel-post .image-wrapper-link {
  width: 50% !important;
}
.HeroImageCarousel-post .image-wrapper {
  width: 100% !important;
  cursor: pointer !important;
}
.HeroImageCarousel-post .hover-layer {
  cursor: pointer !important;
}
.HeroImageCarousel-post .title {
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .HeroImageCarousel-post .hero-image-slide {
    height: 381px !important;
  }
}
.HeroImageCarousel-event {
  background-color: transparent !important;
  max-width: 1500px;
}
.HeroImageCarousel-event .slide-wrapper {
  width: 100%;
  padding: 20px 90px;
}
.HeroImageCarousel-event .card-wrapper {
  padding: 0 90px 0 !important;
}
.HeroImageCarousel-event .slick-prev::after, .HeroImageCarousel-event .slick-next::after {
  color: #005aa1;
  background-color: rgba(0, 118, 212, 0.1);
}
.HeroImageCarousel-event .slick-prev:hover::after, .HeroImageCarousel-event .slick-next:hover::after {
  color: #005aa1;
  background-color: rgba(0, 118, 212, 0.2);
}
.HeroImageCarousel-event .slick-prev:focus::after, .HeroImageCarousel-event .slick-next:focus::after {
  color: #005aa1;
  background-color: rgba(0, 118, 212, 0.1);
  border-color: #219dff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(33, 157, 255, 0.4);
}
.HeroImageCarousel-event .slick-prev:hover::active, .HeroImageCarousel-event .slick-next:hover::active {
  color: #ffffff;
  background-color: #17355f;
}
.HeroImageCarousel-event .slick-dots {
  bottom: -20px !important;
}
.HeroImageCarousel-event .slick-dots li {
  margin: 0 2px;
}
.HeroImageCarousel-event .slick-dots li button {
  border: 2px solid rgba(168, 187, 207, 0.4);
  background-color: #a8bbcf;
}
.HeroImageCarousel-event .slick-dots li.slick-active button {
  background-color: #0076d4;
}
.HeroImageCarousel-event .hero-image-slide {
  height: 377px !important;
}
.HeroImageCarousel-event .hero-image-slide .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.HeroImageCarousel-event .hero-image-slide .time-location {
  padding-top: 15px;
  font-size: 12px;
  line-height: 16px;
}
.HeroImageCarousel-event .hero-image-slide .summary {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1059px) {
  .HeroImageCarousel-event .slide-wrapper {
    padding: 0;
    margin: 20px 0 !important;
  }
  .HeroImageCarousel-event .hero-image-slide {
    width: auto;
    margin: 0 12px;
    height: 504px !important;
    padding: 28px !important;
  }
  .HeroImageCarousel-event .hero-image-slide .body {
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .HeroImageCarousel-event .hero-image-slide .image-wrapper {
    height: 280px !important;
    margin-top: 28px !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .HeroImageCarousel-event .hero-image-slide .title {
    font-size: 20px;
    line-height: 26px;
  }
  .HeroImageCarousel-event .hero-image-slide .time-location {
    padding-top: 14px;
    font-size: 12px;
    line-height: 18px;
  }
  .HeroImageCarousel-event .hero-image-slide .summary {
    margin-top: 28px;
    font-size: 14px;
    line-height: 18px;
  }
  .HeroImageCarousel-event .slick-dots {
    bottom: -9px !important;
  }
}
@media (max-width: 767px) {
  .HeroImageCarousel-event .hero-image-slide {
    height: 438px !important;
    width: auto;
    margin: 0 7.5px;
  }
  .HeroImageCarousel-event .hero-image-slide .image-wrapper {
    height: 123px !important;
  }
  .HeroImageCarousel-event .hero-image-slide .time-location {
    padding-top: 10px;
  }
  .HeroImageCarousel-event .hero-image-slide .location {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .HeroImageCarousel-event .slick-dots {
    bottom: -20px !important;
  }
}

.IcgLinkModal___ZlLqK {
  width: 70vw;
}
@media screen and (max-width: 768px) {
  .IcgLinkModal___ZlLqK {
    width: 100vw;
  }
}

video .media-document .audio .mac {
  max-height: 540px !important;
}
.IcgVideoPlayerModal___whQx9 .lmn-modal-header {
  padding-left: 2rem !important;
}
@media screen and (max-width: 767px) {
  .IcgVideoPlayerModal___whQx9 .lmn-modal {
    max-width: calc(100vw - 1rem);
  }
  .IcgVideoPlayerModal___whQx9 .lmn-modal-header {
    padding-left: 1rem !important;
  }
  .IcgVideoPlayerModal___whQx9 .lmn-modal {
    min-width: 70vw !important;
  }
}

.boxContainer___QUeJv {
  overflow: hidden;
  word-break: break-all;
}
.normalContainer___EXHXO {
  position: relative;
  margin-bottom: 1rem;
}
.overFlowContainer-light___X-ecO,
.overFlowContainer-transparent___qIPrt,
.overFlowContainer-dark___r2Xwp,
.overFlowContainer-gray___hkyKx,
.overFlowContainer-event-light___UgyEi,
.overFlowContainer-event-dark___EXYrb,
.overFlowContainer-event-light-hover___tDWvX,
.overFlowContainer-black___eT0Sr {
  position: relative;
  margin-bottom: 1rem;
}
.overFlowContainer-light___X-ecO::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 0.3rem;
}
.overFlowContainer-event-dark___EXYrb::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0f203d;
  padding-left: 0.3rem;
}
.overFlowContainer-event-light___UgyEi::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f8f9fb;
  padding-left: 0.3rem;
}
.overFlowContainer-event-light-hover___tDWvX::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f0f4f7;
  padding-left: 0.3rem;
}
.overFlowContainer-dark___r2Xwp::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #01142c;
  padding-left: 0.3rem;
}
.overFlowContainer-gray___hkyKx::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f7f7f7;
  padding-left: 0.3rem;
}
.overFlowContainer-black___eT0Sr::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #21262c;
  padding-left: 0.3rem;
}
.multipleLine___bUvgn {
  overflow: hidden;
  display: -webkit-box !important;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  text-overflow: ellipsis;
  word-break: normal;
}
.multipleLine___bUvgn sub,
.multipleLine___bUvgn sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

.new-play-icon___03sxS,
.new-play-icon-default___1PPG1 {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #0076D4;
  border-radius: 3px;
  cursor: pointer;
}
.new-play-icon___03sxS::after,
.new-play-icon-default___1PPG1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 25px solid #fff;
}
.new-play-icon-sm___5xepa {
  width: 40px !important;
  height: 40px !important;
}
.new-play-icon-sm___5xepa::after {
  border-top-width: 11px !important;
  border-bottom-width: 11px !important;
  border-left-width: 19px !important;
  margin-left: -8px !important;
}
.new-play-icon-md___UBa3W {
  width: 100px !important;
  height: 100px !important;
}
.new-play-icon-md___UBa3W::after {
  border-top-width: 20px !important;
  border-bottom-width: 20px !important;
  border-left-width: 36px !important;
  margin-left: -12px !important;
}
.new-play-icon-lg___kx3A\+ {
  width: 122px !important;
  height: 122px !important;
}
.new-play-icon-lg___kx3A\+::after {
  border-top-width: 25px !important;
  border-bottom-width: 25px !important;
  border-left-width: 42px !important;
  margin-left: -16px !important;
}
.new-play-icon-pad___T94SX {
  width: 65px !important;
  height: 65px !important;
}
.new-play-icon-pad___T94SX::after {
  border-top-width: 16px !important;
  border-bottom-width: 16px !important;
  border-left-width: 30px !important;
  margin-left: -10px !important;
}

