:root {
  --four_col_min_width: 25%;
  --four_col_max_width: 25%;
  --two_col_min_width: 50%;
  --two_col_max_width: 50%;
  --three_col_min_width: 25%;
  --three_col_max_width: 25%;
  --two_third_col_min_width: 75%;
  --two_third_col_max_width: 75%;
  --title-font-size: clamp(20px, 2vw, 24px);
  --paragraph-mb: 4px;
  --profile-img-mt: 16px;
  --profile-img-border-radius: 200%;
  --proifle-image-aspect-ratio: 1/1;
  --profile-image-obj-fit: cover;
  --div-icons-mt: 16px;
  --div-icons-mb: 8px;
  --div-icons-fontsize: clamp(24px, 3vw, 1.5rem);
  --div-icons-margin: 0px 6px;
  --div-icons-hover-color: green;
}
@media (max-width: 1275px) {
  :root {
    --four_col_min_width: 50%;
    --four_col_max_width: 50%;
    --three_col_min_width: 25%;
    --three_col_max_width: 25%;
  }
}
@media (max-width: 800px) {
  :root {
    --three_col_min_width: 50%;
    --three_col_max_width: 50%;
    --two_third_col_min_width: 100%;
    --two_third_col_max_width: 100%;
  }
}
@media (max-width: 768px) {
  :root {
    --four_col_min_width: 100%;
    --four_col_max_width: 100%;
    --two_col_min_width: 100%;
    --two_col_max_width: 100%;
    --three_col_min_width: 100%;
    --three_col_max_width: 100%;
  }
}

section.section-speaker-container div.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker {
  width: 100%;
  min-width: var(--three_col_min_width);
  max-width: var(--three_col_max_width);
  text-align: center;
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker p {
  margin-bottom: var(--paragraph-mb);
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker div.profileImage {
  margin-top: var(--profile-img-mt);
  position: relative;
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker div.profileImage img {
  background: white;
  border-radius: var(--profile-img-border-radius);
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: var(--profile-image-obj-fit);
     object-fit: var(--profile-image-obj-fit);
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker div.icons {
  margin-top: var(--div-icons-mt);
  margin-bottom: var(--div-icons-mb);
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker div.icons i {
  font-size: var(--div-icons-fontsize);
  margin: var(--div-icons-margin);
  transition: all 0.35s ease;
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker div.icons i:hover {
  color: var(--div-icons-hover-color);
}
section.section-speaker-container div.elementor-widget-wrap div.elementor-widget-IncludeSpeaker img.companyLogo {
  border: 4px solid white;
  margin: 0px auto;
  display: block;
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 56px;
  min-width: 56px;
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 8vw;
  right: 0;
  text-align: center;
  z-index: 45;
}

section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Raleway", Sans-serif !important;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: var(--title-font-size) !important;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container h3 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker {
  width: 100%;
  min-width: var(--three_col_min_width);
  max-width: var(--three_col_max_width);
  text-align: center;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker p {
  margin-bottom: var(--paragraph-mb);
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker p a {
  font-size: inherit !important;
  font-weight: inherit !important;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker div.profileImage {
  margin-top: var(--profile-img-mt);
  position: relative;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker div.profileImage img {
  background: white;
  border-radius: var(--profile-img-border-radius);
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: var(--profile-image-obj-fit);
     object-fit: var(--profile-image-obj-fit);
  width: 150px;
  height: 150px;
  max-width: none !important;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker div.icons {
  margin-top: var(--profile-img-mt);
  margin-bottom: 8px;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker div.icons i {
  font-size: var(--div-icons-fontsize);
  margin: var(--div-icons-margin);
  transition: all 0.35s ease;
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker div.icons i:hover {
  color: var(--div-icons-hover-color);
}
section.section-speaker-container div.elementor-widget-IncludeSpeakers div.elementor-widget-container div.speaker img.companyLogo {
  border: 4px solid white;
  margin: 0px auto;
  display: block;
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 56px;
  min-width: 56px;
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 8vw;
  right: 0;
  text-align: center;
  z-index: 45;
}

div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle {
  background: #131B36;
  color: white;
  text-align: center;
  font-size: var(--title-font-size);
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  padding: 0px;
  padding-left: 24px;
  border-radius: 24px;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
  border: 3px solid #131B36;
  overflow: hidden;
}
@media (max-width: 768px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle {
    padding-top: 16px;
    padding-left: 0px;
  }
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle {
    text-align: center;
    display: block;
    margin-bottom: 16px;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle span {
  display: inline-block;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle span.timeRoom {
  text-align: left;
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle span.timeRoom {
    text-align: center;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle img {
  display: block;
  background: white;
  width: auto;
  max-width: 200px;
  min-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0px;
  padding: 0px 16px;
  min-width: calc(25% + 7px);
  margin-right: -1px;
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container h3.sessionTitle img {
    display: block;
    margin: 16px auto 0px;
    width: 100%;
    max-height: 100px;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper {
  position: relative;
  z-index: 50;
  margin-top: -24px;
  background: #E8E8E8;
  border: 4px solid #E8E8E8;
  padding: 0px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper h4 {
  margin: 0px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-family: "Raleway", Sans-serif !important;
  font-size: var(--title-font-size) !important;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper h3 a {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper p a {
  font-size: inherit !important;
  font-weight: inherit !important;
}
@media (max-width: 768px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper {
    padding: 0px;
  }
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper {
    display: block;
    text-align: center;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner {
  padding-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner {
    display: block;
    border-radius: 24px;
    padding-top: 24px;
    margin-bottom: 0px;
    padding: 0px;
  }
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner * {
    text-align: center;
  }
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.speakerProfile {
    padding: 0px !important;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner strong.token {
  color: white;
  padding: 4px 12px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner h3 {
  margin-bottom: 0px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner h4 {
  font-weight: bold;
  color: #131B36;
  border-bottom: 2px solid #131B36;
  margin-bottom: 8px;
  min-height: 72px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.twoCol {
  border-width: 80%;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.twoCol.left {
  min-width: var(--two_third_col_min_width);
  max-width: var(--two_third_col_max_width);
  padding: 16px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.twoCol.right {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  min-width: var(--three_col_min_width);
  max-width: var(--three_col_max_width);
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.twoCol.right .companyLogoWrapper {
  width: 100%;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.twoCol.right img.companyLogo {
  border-radius: 200%;
  background: white;
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 200px;
  padding: 16px;
  margin-top: 32px;
  object-fit: contain;
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner div.twoCol.right img.companyLogo {
    display: none !important;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.inner:last-of-type .right {
  border: none !important;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker {
  width: 100%;
  min-width: var(--one_col_min_width);
  max-width: var(--one_col_max_width);
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker {
    display: block;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
  }
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker p {
  margin-bottom: var(--paragraph-mb);
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker div.profileImage {
  margin-top: var(--profile-img-mt);
  position: relative;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker div.profileImage img {
  background: white;
  border-radius: var(--profile-img-border-radius);
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: var(--profile-image-obj-fit);
     object-fit: var(--profile-image-obj-fit);
  width: 150px;
  height: 150px;
  max-width: none !important;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker div.speakerProfile {
  padding-left: 24px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker div.icons {
  margin-top: var(--profile-img-mt);
  margin-bottom: 8px;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker div.icons i {
  font-size: var(--div-icons-fontsize);
  margin: var(--div-icons-margin);
  transition: all 0.35s ease;
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker div.icons i:hover {
  color: var(--div-icons-hover-color);
}
div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker img.companyLogo {
  border: 4px solid white;
  margin: 0px auto;
  display: block;
  aspect-ratio: var(--proifle-image-aspect-ratio);
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 56px;
  min-width: 56px;
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 5vw;
  right: 0;
  text-align: center;
  z-index: 45;
}
@media (max-width: 800px) {
  div.elementor-widget-SpeakerSession div.elementor-widget-container div.speakerWrapper div.speaker img.companyLogo {
    left: 16vw;
  }
}

div#mc_embed_signup {
  width: 100% !important;
}
@media (min-width: 1024px) {
  div#mc_embed_signup form#mc-embedded-subscribe-form {
    margin: 0px;
  }
}
div#mc_embed_signup form#mc-embedded-subscribe-form input {
  border-radius: 0px;
}
div#mc_embed_signup form#mc-embedded-subscribe-form input:not(.button), div#mc_embed_signup form#mc-embedded-subscribe-form select {
  border: 1px solid #131B36 !important;
  padding: 8px 0px !important;
  border-radius: 0px;
  min-height: 42px;
  width: 100% !important;
}
div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group {
  padding-bottom: 6px;
}
@media (min-width: 1024px) {
  div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group {
    width: 100% !important;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group:nth-child(2), div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group:nth-child(3) {
    width: 46%;
  }
}
div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group.input-group ul li input, div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group.input-group ul li label {
  vertical-align: top;
}
div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group.input-group ul li input[type=checkbox] {
  margin-top: 0px;
  min-height: initial;
  width: initial !important;
}
section.q2bHomeThreeCol div.elementor-column section.elementor-inner-section a.elementor-button-link {
  padding: 15px;
}
section.q2bHomeThreeCol div.elementor-column section.elementor-inner-section a.elementor-button-link span.elementor-button-text {
  font-size: clamp(9px, 0.8em, 15px);
}/*# sourceMappingURL=npc-style.css.map */