/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/tmpr-card-speaker/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.c-event-speakers-row.kb-row-layout-wrap .kt-inside-inner-col {
  height: 100%;
  display: flex;
}
.c-event-speakers-row.kb-row-layout-wrap .c-speaker-profile__person {
  height: 100%;
}

.c-speaker-profile {
  gap: 1.5rem;
  border-radius: 8px;
  background: #f6f1ef;
  height: 100%;
}
.c-speaker-profile__person {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-speaker-profile__person__image {
  margin-bottom: -1rem;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-speaker-profile__person__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.c-speaker-profile__person__details {
  display: flex;
  flex-direction: column;
  padding: 0 1rem 0rem;
  gap: 0.25rem;
  position: relative;
  z-index: 100;
}
.c-speaker-profile__person__details__row--name {
  margin-bottom: 0.75rem;
}
.c-speaker-profile__person__name {
  background: #fbbc33;
  box-shadow: -4px 0 0 #fbbc33;
  color: #202e4b;
  font-family: "Tungsten Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.375rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
  margin-top: -1rem;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.c-speaker-profile__person__company {
  background-color: #fbbc33;
  box-shadow: -4px 0 0 #fbbc33;
  padding-right: 0.5rem;
  white-space: pre-wrap;
  font-weight: 700;
  font-family: Publico;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: -0.5rem;
  padding-top: 0.449rem;
  padding-bottom: 0.051rem;
  margin-bottom: 0rem;
  padding-right: 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.c-speaker-profile__person__position {
  background-color: #fbbc33;
  box-shadow: -4px 0 0 #fbbc33;
  padding-right: 0.5rem;
  white-space: pre-wrap;
  font-weight: 700;
  font-family: Publico;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: -0.5rem;
  padding-top: 0.449rem;
  padding-bottom: 0.051rem;
  margin-bottom: 0.75rem;
  padding-right: 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.c-speaker-profile__person__full_description {
  display: none;
}
.c-speaker-profile__person__bottom {
  padding: 12px;
  display: flex;
  text-align: right;
  justify-content: space-between;
}
.c-speaker-profile__person__bottom__read_more {
  color: #fff;
  display: flex;
  align-items: center;
  align-self: center;
  border-radius: 100px;
  background: var(--cpc-charcoal, #2e2d2b);
  padding: 4px 8px;
  padding: 4px 12px;
}
.c-speaker-profile__person__bottom img {
  max-width: 33%;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .c-speaker-profile__person__bottom img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-speaker-profile__popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.c-speaker-profile__popup__name {
  margin-bottom: 0.75rem;
}
.c-speaker-profile__popup #person_popup_inner {
  position: relative;
  background-color: #fff;
  width: calc(100% - 3rem);
  max-width: 1440px;
  max-height: 80vh;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
}
.c-speaker-profile__popup #person_popup_close {
  float: right;
}
.c-speaker-profile__popup #person_popup_details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-speaker-profile__popup #person_popup_position,
.c-speaker-profile__popup #person_popup_company {
  background-color: #00e5b5;
  box-shadow: -4px 0 0 #00e5b5;
  padding-right: 0.5rem;
  margin-left: 3px;
}
.c-speaker-profile__popup #person_popup_description {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .c-speaker-profile__popup #person_popup_image {
    float: right;
    margin-left: 1.5rem;
    max-width: 200px;
  }
  .c-speaker-profile__popup #person_popup_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .c-speaker-profile__popup__name {
    margin-bottom: 1.25rem;
  }
  .c-speaker-profile__popup #person_popup_name {
    line-height: 5.5rem;
  }
  .c-speaker-profile__person__description {
    height: 6rem;
    overflow: hidden;
    margin: 16px 0;
  }
}
@media (min-width: 1030px) {
  .c-speaker-profile__popup #person_popup_inner {
    width: 60em;
  }
  .c-speaker-profile__popup #person_popup_name {
    line-height: 7rem;
  }
  .c-speaker-profile__popup__name {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }
}
body #person_popup_position,
body #person_popup_company {
  background-color: #fbbc33 !important;
  box-shadow: -4px 0 0 #fbbc33 !important;
}

/*# sourceMappingURL=style-index.css.map*/