body {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.divider {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  border-color: #F5F5F7;
}
@media only screen and (max-width: 767px) {
  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
    border-width: 5px;
    left: -20px;
    width: calc(100% + 40px);
  }
}

.events_wrapper_title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  font-family: "Avenir Black";
  font-weight: 900;
  color: #2B2523;
}
.events_wrapper .event_card:nth-child(n+3) {
  margin-top: 80px;
}
.events_wrapper .event_card .unstyled-list {
  margin-left: 2rem;
}
.events_wrapper .event_card_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.events_wrapper .event_card_top .categoryRow {
  padding-bottom: 0;
}
.events_wrapper .event_card_top .categoryRow .category {
  color: #2B2523;
}
.events_wrapper .event_card_top .tags {
  margin-left: 20px;
}
.events_wrapper .event_card_top .tags .tag {
  color: #2B2523;
  font-family: "Avenir-Roman";
}
.events_wrapper .event_card_img {
  max-width: 540px;
  width: 100%;
  height: auto;
}
.events_wrapper .event_card_title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
  color: #2B2523;
}
.events_wrapper .event_card_subtitle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #676866;
  margin-bottom: 32px;
  font-family: "Avenir-Roman";
}
.events_wrapper .event_card_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.events_wrapper .event_card_details .event_card_detail:nth-child(n+2) {
  margin-left: 24px;
}
.events_wrapper .event_card_details .event_card_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.events_wrapper .event_card_details .event_card_detail_icon {
  width: 24px;
  height: 24px;
}
.events_wrapper .event_card_details .event_card_detail_text {
  margin-left: 9px;
  color: #2B2523;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.28px;
  margin-top: 4px;
  font-family: "Avenir-Roman";
}
.events_wrapper .event_card_cta {
  margin-top: 36px;
}
.events_wrapper .event_card_cta.knowledgeViewMore a.news_link {
  font-size: 15px;
  line-height: 16px;
  color: #2B2523;
}
@media only screen and (max-width: 767px) {
  .events_wrapper .event_card.-mt {
    margin-top: 40px;
  }
  .events_wrapper .event_card_top {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 16px;
  }
  .events_wrapper .event_card_top .tags {
    margin-left: 0;
    margin-top: 12px;
  }
  .events_wrapper .event_card_top .tags .tag {
    font-size: 12px;
    line-height: 22px;
  }
  .events_wrapper .event_card_title {
    font-size: 14px;
    line-height: 20px;
  }
  .events_wrapper .event_card_subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .events_wrapper .event_card_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events_wrapper .event_card_details .event_card_detail:nth-child(n+2) {
    margin-left: 0;
    margin-top: 16px;
  }
  .events_wrapper .event_card_cta {
    margin-top: 24px;
  }
}
.events_wrapper .past_events .event_card:last-child {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .events_wrapper a:hover {
    text-decoration: none;
  }
  .events_wrapper_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .events_wrapper .past_events .event_card:last-child {
    margin-bottom: 0;
  }
}

.events_inner .-p0 {
  padding: 0;
}
.events_inner .unstyled-list {
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .events_inner .image-text-warpper .img-fluid {
    width: 100%;
    left: 0;
  }
  .events_inner .divider {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 5px;
  }
  .events_inner .divider.custom_mobile {
    width: calc(100% + 40px);
  }
  .events_inner .divider.-inner {
    width: calc(100vw + 5px);
  }
  .events_inner .inner-section {
    padding-top: 20px;
  }
}
.events_inner .event_card_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.events_inner .event_card_top .categoryRow {
  padding-bottom: 0;
}
.events_inner .event_card_top .categoryRow .category {
  color: #2B2523;
  font-family: "Avenir-Roman";
}
.events_inner .event_card_top .tags {
  margin-left: 20px;
}
.events_inner .event_card_top .tags .tag {
  color: #2B2523;
  font-family: "Avenir-Roman";
}
@media only screen and (max-width: 767px) {
  .events_inner .event_card_top {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 16px;
  }
  .events_inner .event_card_top .tags {
    margin-left: 0;
    margin-top: 12px;
  }
  .events_inner .event_card_top .tags .tag {
    font-size: 12px;
    line-height: 22px;
  }
}
.events_inner .event_card_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events_inner .event_card_details:not(:last-child) {
  margin-bottom: 48px;
}
.events_inner .event_card_details.custom_mobile {
  display: none;
}
.events_inner .event_card_details .event_card_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.events_inner .event_card_details .event_card_detail_icon {
  width: 24px;
  height: 24px;
}
.events_inner .event_card_details .event_card_detail_text {
  margin-left: 6px;
  color: #2B2523;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
  margin-top: 2px;
  font-family: "Avenir-Roman";
  overflow-wrap: anywhere;
}
.events_inner .event_card_details .event_card_detail:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .events_inner .event_card_details .event_card_details .event_card_detail:nth-child(n+2) {
    margin-top: 16px;
  }
}
.events_inner_title {
  font-family: "Avenir Black";
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #2b2523;
  margin-bottom: 40px;
}
.events_inner_subtitle {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 23px;
  color: #2b2523;
  margin-bottom: 60px;
  font-family: "Avenir-Roman";
}
.events_inner_left {
  margin-top: 48px;
}
.events_inner_right {
  margin-top: 48px;
  background-color: #F5F4F2;
  margin-left: calc(50% - 41.66666667% - 15px);
  padding: 50px;
}
.events_inner .right_title {
  font-family: "Avenir Black";
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  color: #2b2523;
  margin-bottom: 20px;
}
.events_inner .right_title2 {
  font-size: 24px;
  line-height: 32px;
}
.events_inner .speakers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
  margin-bottom: 40px;
}
.events_inner .speakers .speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.events_inner .speakers .speaker_img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  border-radius: 50%;
}
.events_inner .speakers .speaker_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events_inner .speakers .speaker_name {
  font-family: "Avenir Black";
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin-bottom: 5px;
  color: #2b2523;
}
.events_inner .speakers .speaker_designation {
  font-family: "Avenir-Roman";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 16px;
  text-align: left;
  color: #2b2523;
  opacity: 0.8;
  margin-bottom: 8px;
}
.events_inner .speakers .speaker .social_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.events_inner .speakers .speaker .social_icons .social_icon {
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .events_inner .speakers {
    grid-template-columns: 1fr;
  }
}
.events_inner .gallery .right_title {
  margin: 0;
}
.events_inner .gallery_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.events_inner .gallery_top .gallery_navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .events_inner .gallery .gallery_navs {
    display: none;
  }
}
.events_inner .testimonials {
  margin-bottom: 80px;
}
.events_inner .testimonials .right_title {
  margin: 0;
}
.events_inner .testimonials_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.events_inner .testimonials_top .testimonials_navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.events_inner .testimonials .testimonial_card {
  padding: 40px 24px 60px;
  background-color: #F5F4F2;
}
.events_inner .testimonials .testimonial_card .testimonial_icon {
  position: relative;
  margin-bottom: 24px;
  width: 56px;
  height: 56px;
}
.events_inner .testimonials .testimonial_card .testimonial_text {
  font-family: "Avenir-Roman";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  color: #2b2523;
  margin-bottom: 30px;
}
.events_inner .testimonials .testimonial_card .testimonial_name {
  font-family: "Avenir Black";
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #2b2523;
  margin-bottom: 6px;
}
.events_inner .testimonials .testimonial_card .testimonial_designation {
  font-family: "Avenir-Roman";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #2b2523;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .events_inner .testimonials .testimonials_navs {
    display: none;
  }
}
.events_inner .videoSection {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5F4F2;
}
.events_inner .videoSection_video {
  height: auto;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.events_inner .videoSection .right_title {
  margin-bottom: 40px;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.events_inner .linkedinSection {
  margin-top: 80px;
  margin-bottom: 80px;
}
.events_inner .linkedinSection .right_title {
  margin-bottom: 0;
}
.events_inner .linkedinSection_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.events_inner .linkedinSection_top .gallery_navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .events_inner .linkedinSection .gallery_navs {
    display: none;
  }
}
.events_inner .linkedinSection .linkedin_card {
  background-color: #fff;
  border: 1px solid #6768661a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 550px;
  overflow-y: scroll;
}
.events_inner .linkedinSection .linkedin_card::-webkit-scrollbar {
  width: 5px;
}
.events_inner .linkedinSection .linkedin_card::-webkit-scrollbar-thumb {
  background: #707070;
}
.events_inner .linkedinSection .linkedin_card::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.events_inner .linkedinSection .linkedin_card_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 24px;
}
.events_inner .linkedinSection .linkedin_card .linkedin_card_top_icon {
  max-width: 100px;
  height: auto;
}
.events_inner .linkedinSection .linkedin_card_img {
  max-width: 370px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.events_inner .linkedinSection .linkedin_card_text {
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Avenir-Roman";
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #2b2523;
  max-width: 573px;
}
.events_inner .linkedinSection .linkedin_card_hashtags {
  margin-top: 35px;
}
.events_inner .linkedinSection .linkedin_card_hashtags .hashtag {
  font-family: "Avenir-Roman";
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #0a66c2;
}
.events_inner .opportunitySection {
  background: #f5f4f2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.events_inner .opportunitySection_text {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: center;
  font-family: "Avenir-Roman";
}
.events_inner .opportunitySection_text.-link {
  color: #f15922;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .events_inner_left {
    margin-top: 23px;
  }
  .events_inner_title {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .events_inner_subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .events_inner .event_card_details .event_card_detail .event_card_detail_text {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 22px;
  }
  .events_inner .event_card_details.-articles {
    margin-bottom: 0;
  }
  .events_inner .event_card_details.-articles .event_card_detail .event_card_detail_text {
    font-size: 14px;
  }
  .events_inner .event_card_details.-download .event_card_detail .event_card_detail_text {
    font-size: 14px;
  }
  .events_inner .event_card_details.custom_mobile {
    margin-bottom: 20px;
  }
  .events_inner .right_title {
    font-size: 16px;
    line-height: 22px;
  }
  .events_inner .speakers {
    row-gap: 0;
  }
  .events_inner .speakers .speaker {
    padding-bottom: 20px;
  }
  .events_inner .speakers .speaker:not(:first-child) {
    padding-top: 20px;
  }
  .events_inner .speakers .speaker:last-child {
    padding-bottom: 0;
  }
  .events_inner .speakers .speaker:not(:last-child) {
    border-bottom: 1px solid #F5F5F7;
  }
  .events_inner .speakers .speaker .speaker_details .speaker_name {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .events_inner .speakers .speaker .speaker_details .speaker_designation {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .events_inner_right {
    margin-left: 0;
    margin-top: 0;
    padding: 0 15px;
    background-color: unset;
  }
  .events_inner .gallery_top, .events_inner .testimonials_top {
    margin-bottom: 18px;
  }
  .events_inner .videoSection, .events_inner .linkedinSection {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .events_inner .videoSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .events_inner .videoSection .right_title {
    margin-bottom: 18px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .events_inner .videoSection_video {
    width: 100%;
  }
  .events_inner .linkedinSection .right_title {
    margin-bottom: 18px;
  }
  .events_inner .linkedinSection .linkedin_embeds .col-sm-12 {
    margin-bottom: 15px;
  }
  .events_inner .linkedinSection .linkedin_card_img {
    width: 100%;
    height: auto;
  }
  .events_inner .linkedinSection .linkedin_card_contain {
    padding: 20px;
  }
  .events_inner .opportunitySection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .events_inner .opportunitySection_text {
    font-size: 16px;
    line-height: 20px;
  }
  .events_inner .mobile_register {
    position: fixed;
    bottom: 0;
    Background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 16px;
    z-index: 9999;
  }
  .events_inner .mobile_register_btn {
    background-color: #f15922;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border: 0;
    width: 100%;
  }
}

.tag_pipe {
  color: #AEADAC;
  font-size: 18px;
  font-family: "Avenir-Roman";
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.swiper-slide__video {
  display: block;
}

.swiper-button-prev, .swiper-button-next {
  position: relative;
  width: 36px;
  height: 36px;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
}

.swiper-button-next {
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .swiper {
    width: calc(100% + 20px);
  }
  .swiper .swiper-wrapper {
    width: 100%;
    overflow: visible;
  }
  .swiper .swiper-wrapper .swiper-slide {
    width: 90%;
    position: relative;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
.swiper .swiper-wrapper + .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}
.swiper .swiper-wrapper + .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #AEADAC;
  background-color: white;
}
.swiper .swiper-wrapper + .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F15922;
  border-color: #F15922;
}

#pgBody.-pb0 {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mbl-p0 {
    padding: 0;
  }

  .mbl-px15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_mobile_menu a:nth-child(n+2) {
    padding-left: 30px;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}