

.atttitle {
  margin: 6rem auto;
  text-align: center;
}
#deelnemer-carousel * {
  cursor: grab;
}
#search-clear {
  display: none !important;
}
.hovernice {
  height: 0;
  overflow: hidden;
  color: #009CBD;
}
input[type="search" i]::-webkit-search-cancel-button {
  appearance: auto;
  display: block;
  cursor: default;
  margin-inline-start: 1px;
  margin-right: 3px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-modify: read-only !important;
  user-select: none !important;
  flex: 0 0 auto;
}
#deelnemer-carousel .slide {
  width: 15%;
  /* height: 100%; */
}
.person-holder {
  width: 100%;
  min-height: 19vw;
  display: flex;
}
.person-image {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center center;
  margin: 1rem 0;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 14px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.person-info {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1rem;
  font-family: "TheSerif B7";
  font-size: 2rem;
  line-height: 4rem;
}
button, input[type="submit"], input[type="button"], a.button {
  display: inline-block;
  background: #009CBD;
  color: #ffffff;
  padding: 1rem 2.4rem;
  font: 700 2rem/3.2rem "TheSerif B7";
  border: 0;
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  button, input[type="submit"], input[type="button"], a.button {
    padding: 1rem 3.6rem;
    font: 700 2.4rem/3.6rem "TheSerif B7";
  }
}
button:hover, input:hover[type="submit"], input:hover[type="button"], a.button:hover {
  color: #ffffff;
  background: #EE7004;
}
button.white, input.white[type="submit"], input.white[type="button"], a.button.white {
  background: #ffffff;
  color: #0057A3;
}
button.white:hover, input.white:hover[type="submit"], input.white:hover[type="button"], a.button.white:hover {
  background: #CCEBF1;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], input[type="number"], textarea, select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 5.6rem;
  border-width: 0;
  border-color: transparent;
  -webkit-border-radius: 2.4rem !important;
  border-radius: 2.4rem !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0 2.4rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #CCEBF1;
  color: #0057A3;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="file"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
textarea {
  height: 14.4rem;
}
label {
  display: inline-block;
  background: #CCEBF1;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  line-height: 3rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0 1.6rem;
  color: #0057A3;
}
#deelnemers-section {
  margin: 0 0 144px 0;
}
@media screen and (min-width: 960px) {
  #deelnemers-section {
    margin: 0 0 240px 0;
  }
}
#deelnemers-section h2, #deelnemers-section #login h1, #login #deelnemers-section h1 {
  text-align: center;
}
#search-wrapper {
  position: relative;
}
#search-wrapper #search-icon, #search-wrapper #close-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 2.4rem;
  top: 1.5rem;
}
#search-wrapper #search-icon svg, #search-wrapper #close-icon svg {
  width: 2rem;
  height: auto;
}
#search-wrapper #close-icon {
  display: none;
  cursor: pointer;
}
#search-wrapper #close-icon svg {
  width: 1.8rem;
}
#deelnemer-carousel {
  margin-top: 48px;
  position: relative;
}
#deelnemer-carousel {
  margin-top: 48px;
  position: relative;
}
#deelnemer-carousel:before, #deelnemer-carousel:after {
  display: block;
  content: "";
  width: 8rem;
  height: calc(100% - 2.4rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  #deelnemer-carousel:before, #deelnemer-carousel:after {
    width: 28.4rem;
  }
}
#deelnemer-carousel:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: -o-linear-gradient(left, #EDF1F2, transparent);
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 2;
}
#deelnemer-carousel:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(90deg, transparent, #fff);
}
#deelnemer-carousel .slide {
  margin: 0 1.2rem;
}
#deelnemer-carousel {
  margin-top: 48px;
  position: relative;
}
#deelnemer-carousel:before, #deelnemer-carousel:after {
  display: block;
  content: "";
  width: 8rem;
  height: calc(100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  #deelnemer-carousel:before, #deelnemer-carousel:after {
    width: 28.4rem;
  }
}
#deelnemer-carousel:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: -o-linear-gradient(left, #EDF1F2, transparent);
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 2;
}
#deelnemer-carousel:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(90deg, transparent, #fff);
}
#deelnemer-carousel .slide {
  margin: 0 1.2rem;
}
.speaktitle {
  text-align: center;
  margin: 5rem auto 0 auto;
}
.bd {
  color: var(--color-blue-dark);
}
.linkedinc {
  left: 0;
  margin: -1rem 0 0 1rem;
  transition: all 0.2s;
  position: absolute;
  top: 3rem;
}
.linkedinc:hover {
  margin-top: -1px;
}
.linkedinc svg {
  width: 32px;
}
.colcard {
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (min-width: 750px) {
  .colcard {
    padding: 10rem 2rem;
  }
}
.bl {
  color: var(--color-blue);
}
.speaker-data * {
  margin: 1rem 0;
}
#speakers {
  background: #ebebeb;
}
#speakers .content-wrapper {
  /* margin: 10rem 1rem; */
  height: 100%;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}
#speakers .content-wrapper .speaker-data {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* align-items: center; */
  padding: 1rem 0 3rem 0;
  text-align: center;
  flex: 1;
}
#speakers .content-wrapper .speaker-image {
  width: 75%;
  margin: 0 auto;
  padding: 3rem 0;
  aspect-ratio: 1;
  flex: 1;
  position: relative;
}
#speakers .content-wrapper .speaker-image img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  #speakers .content-wrapper .speaker-data {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* align-items: center; */
    padding: 3rem 0 5rem 0;
    text-align: center;
    flex: 1;
  }
  #speakers .content-wrapper .speaker-image {
    width: 75%;
    margin: 0 auto;
    padding: 3rem 0;
    aspect-ratio: 1;
    flex: 1;
    position: relative;
  }
  #speakers .content-wrapper .speaker-image img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 750px) {
  #speakers .speaker-cell {
    width: 30%;
    margin-right: 5rem;
  }
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-attendees] [64.3097] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 228 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-attendees] [64.3097] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 182 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-attendees] [64.3097] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 160 */

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-attendees] [64.3557] DESIGN*/
/*******************************************************************/
/* 0.3 D>D */
/* db 158 */