@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.micrositeTickets .cards {
  margin: 0 auto;
}
.micrositeTickets .cards__columns_3 {
  max-width: 1060px;
}
.micrositeTickets .cards__columns_2 {
  max-width: 1060px;
}
.micrositeTickets .cards__columns_1 {
  max-width: 1060px;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__columns_1 {
    max-width: 297px;
  }
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards {
    display: flex;
    flex-flow: row wrap;
  }
}
.micrositeTickets .cards__item {
  box-sizing: border-box;
  max-width: 400px;
  margin: 0 auto;
}
.micrositeTickets .cards__item__columns_3 {
  flex-basis: 33.3333333333%;
}
.micrositeTickets .cards__item__columns_2 {
  flex-basis: 50%;
}
.micrositeTickets .cards__item__columns_1 {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__item:nth-child(6n+1) {
    order: 1;
  }
}
.micrositeTickets .cards__item:nth-child(6n+1) .cards__item-content {
  padding-top: 1.6rem;
  border-top: 2px solid #EEEEEE;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  margin-top: 2rem;
}
.micrositeTickets .cards__item:nth-child(6n) .cards__item-content {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__item:nth-child(6n+2) {
    order: 2;
  }
}
.micrositeTickets .cards__item:nth-child(6n+1) .cards__item-content {
  padding-top: 1.6rem;
  border-top: 2px solid #EEEEEE;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  margin-top: 2rem;
}
.micrositeTickets .cards__item:nth-child(6n) .cards__item-content {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__item:nth-child(6n+3) {
    order: 3;
  }
}
.micrositeTickets .cards__item:nth-child(6n+1) .cards__item-content {
  padding-top: 1.6rem;
  border-top: 2px solid #EEEEEE;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  margin-top: 2rem;
}
.micrositeTickets .cards__item:nth-child(6n) .cards__item-content {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__item:nth-child(6n+4) {
    order: 4;
  }
}
.micrositeTickets .cards__item:nth-child(6n+1) .cards__item-content {
  padding-top: 1.6rem;
  border-top: 2px solid #EEEEEE;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  margin-top: 2rem;
}
.micrositeTickets .cards__item:nth-child(6n) .cards__item-content {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__item:nth-child(6n+5) {
    order: 5;
  }
}
.micrositeTickets .cards__item:nth-child(6n+1) .cards__item-content {
  padding-top: 1.6rem;
  border-top: 2px solid #EEEEEE;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  margin-top: 2rem;
}
.micrositeTickets .cards__item:nth-child(6n) .cards__item-content {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .micrositeTickets .cards__item:nth-child(6n+6) {
    order: 6;
  }
}
.micrositeTickets .cards__item:nth-child(6n+1) .cards__item-content {
  padding-top: 1.6rem;
  border-top: 2px solid #EEEEEE;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  margin-top: 2rem;
}
.micrositeTickets .cards__item:nth-child(6n) .cards__item-content {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: auto;
}
.micrositeTickets .cards__item-content {
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE;
  margin: 0 1rem;
  padding: 0.5rem 1.4rem;
  height: 100%;
  background: #FBFBFB;
}
.micrositeTickets .cards__item:has(.cards__price) .cards__item-content {
  padding-bottom: 0;
}
.micrositeTickets .cards__item:has(.cards__price) .cards__item-content p {
  line-height: 1;
}
.micrositeTickets .cards__tax,
.micrositeTickets .cards__description,
.micrositeTickets .cards__list li {
  color: #797979;
}
.micrositeTickets .cards__title,
.micrositeTickets .cards__price,
.micrositeTickets .cards__tax,
.micrositeTickets .cards__description {
  margin: 0;
}
.micrositeTickets .cards__title {
  font-size: 16px;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.micrositeTickets .cards__price {
  font-size: 28px;
  color: var(--custom-primary-color, var(--color-brand-primary, #1840DA));
  font-weight: bold;
  line-height: 1.35;
}
.micrositeTickets .cards__description {
  /*font-size: 1.15rem;*/
  margin-top: 0.5em;
  line-height: 1.35;
}
.micrositeTickets .cards__list {
  /*font-size: 1.15rem;*/
  list-style: none;
  padding-left: 0;
  line-height: 1.35;
}
.micrositeTickets .cards__list li {
  position: relative;
  padding-left: 1.9em;
}
.micrositeTickets .cards__list li:not(:last-child) {
  margin-bottom: 0.3em;
}
.micrositeTickets .cards__list li:before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--custom-primary-color, var(--color-brand-primary, #1840DA));
}
.micrositeTickets .cards__cta, .micrositeTickets .modal__cta, .micrositeTickets .cards__link {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid var(--custom-button-bgColor, var(--color-brand-primary, #1840DA));
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  width: 100%;
  background-color: var(--custom-button-bgColor, var(--color-brand-primary, #1840DA));
  color: var(--custom-button-color, white);
}
.micrositeTickets .cards__cta:hover, .micrositeTickets .modal__cta:hover, .micrositeTickets .cards__link:hover {
  background-color: var(--custom-button-color, white);
  color: var(--custom-button-bgColor, var(--color-brand-primary, #1840DA));
}
.micrositeTickets .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.micrositeTickets .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}
@media screen and (max-width: 1280px) {
  .micrositeTickets .modal-content {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .micrositeTickets .modal-content {
    width: 80%;
  }
}
.micrositeTickets .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.micrositeTickets .close:hover,
.micrositeTickets .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.micrositeTickets .modal__tickets .form-group {
  margin-bottom: 10px;
}
.micrositeTickets .modal__tickets .form-group label {
  display: block;
  margin-bottom: 5px;
}
.micrositeTickets .modal__tickets .form-group select,
.micrositeTickets .modal__tickets .form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 20px;
}
.micrositeTickets .modal__tickets .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ccc' d='M2.2 4.8L6 8.6l3.8-3.8c.4-.4 1-.4 1.4 0s.4 1 0 1.4L6.7 10.3c-.2.2-.5.3-.7.3-.3 0-.5-.1-.7-.3L.8 6.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.micrositeTickets .modal.active {
  display: block;
}

.loginNew {
  width: 60%;
  /* Adjust as needed */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Centers both horizontally and vertically */
  background-color: #FFFFFF;
}
@media only screen and (max-width: 960px) {
  .loginNew {
    width: 100%;
  }
}
.loginNew-wrap {
  width: 100%;
  min-height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.loginNew-container {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.loginNew-container-image {
  background: url("/../../templates/login/LoginPage_v2.jpg");
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .loginNew-container-image {
    display: none;
  }
}
.loginNew-container-form {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .loginNew-container-form {
    padding: 20px 16px;
    width: 100%;
  }
}
.loginNew-container-form-Logo {
  margin: 0 0 64px 0;
}
.loginNew-container-form-Logo img {
  /*max-height: 20%;*/
  height: 80px;
}
.loginNew-container-form-title {
  margin: 0 0 40px 0;
}
.loginNew-container-form-title h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: var(--color-brand-text-headers, #0B0E60);
  margin: 0 0 16px 0;
  text-align: center;
}
.loginNew-container-form-title p {
  color: #262626;
}
.loginNew-container-form form {
  margin: 0 0 40px 0;
}
.loginNew-container-form form input {
  display: block;
  width: 100%;
  border: 1px solid rgba(66, 85, 99, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
  margin: 0 0 16px 0;
}
.loginNew-container-form form button {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px;
  display: inline-block;
  text-decoration: none;
}
.loginNew-container-footer {
  margin: 40px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #262626;
  text-align: center;
}
.loginNew-container-footer a {
  color: #262626;
  text-decoration: underline;
}
.loginNew-container-footer a:hover {
  color: #262626;
  text-decoration: none;
}
.loginNew-container .lang-switch {
  position: absolute;
  right: 20px;
  top: 20px;
}
.loginNew-container .lang-switch a {
  color: rgba(38, 38, 38, 0.75);
  font-size: 14px;
}
.loginNew-container .lang-switch a:hover {
  color: rgba(38, 38, 38, 0.75);
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .loginNew-container .lang-switch {
    right: 16px;
  }
}
.loginNew-container .reset-password {
  font-weight: bold;
  text-transform: uppercase;
}

.header_user-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.asksInputDisplay-header {
  padding: 16px 64px;
  box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;
  background-color: white;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 768px) {
  .asksInputDisplay-header {
    padding: 16px 16px;
  }
}
.asksInputDisplay-moduleTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}
.asksInputDisplay-eventName {
  text-align: center;
}
.asksInputDisplay-container {
  padding: 0;
  font-family: "Inter";
}

.question-module {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 24px;
  background-color: white;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .question-module {
    padding: 0;
  }
}
.question-module-ask-form-addQuestion {
  padding: 16px 16px 20px 16px;
}
.question-module-ask-form-addQuestion-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.question-module-ask-form-addQuestion-textarea {
  margin-bottom: 16px;
}
.question-module-ask-form-addQuestion-textarea textarea {
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 16px;
  height: 100px;
  width: 97.8%;
}
@media only screen and (max-width: 768px) {
  .question-module-ask-form-addQuestion-textarea textarea {
    width: 91%;
  }
}
.question-module-ask-form-addQuestion-author {
  margin-bottom: 16px;
}
.question-module-ask-form-addQuestion-author input {
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 16px;
  width: 97.8%;
}
@media only screen and (max-width: 768px) {
  .question-module-ask-form-addQuestion-author input {
    width: 91%;
  }
}
.question-module-ask-form-addQuestion-button button {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: white;
  border: solid 1px var(--color-brand-primary, #1840DA);
  background: var(--color-brand-primary, #1840DA);
  border-radius: 8px;
  padding: 16px;
  display: inline-block;
  text-decoration: none;
}
.question-module-question {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 32px 16px 0 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04), 0px 0px 6px 1px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 960px) {
  .question-module-question {
    margin: 32px 0 0 0;
  }
}
.question-module-question-ask {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .question-module-question-ask {
    flex-wrap: wrap;
  }
}
.question-module-question-ask-text {
  flex: 90%;
  padding: 16px 32px 16px 16px;
}
.question-module-question-ask-likes-container {
  padding-right: 16px;
  padding-top: 16px;
  align-self: flex-start;
}
@media only screen and (max-width: 960px) {
  .question-module-question-ask-likes-container {
    padding-left: 16px;
  }
}
.question-module-question-ask-likes-container.liked .question-module-question-ask-likes {
  background-color: var(--color-brand-primary, #1840DA);
  color: #fff;
}
.question-module-question-ask-likes {
  align-self: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 8px 16px;
  min-width: 35px;
  align-items: center;
}
.question-module-question-ask-likes i {
  padding-top: 4px;
}
.question-module-question-ask-likes p {
  margin-bottom: 0;
  margin-top: 0;
}
.question-module-question-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  color: #71717A;
}
.question-module-question-footer-author {
  padding-left: 16px;
  padding-top: 8px;
}
.question-module-question-footer-date {
  padding-right: 16px;
  padding-top: 8px;
}
.question-module-noQuestion {
  text-align: center;
  padding: 24px;
  color: #A1A1AA;
}
.question-module-noQuestion i {
  font-size: 33.33px;
  margin-bottom: 24px;
}

.asks-content-body-main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.asks-content-body-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .asks-content-body-sidebar {
    display: none;
  }
}
.asks-content-body-sidebar-event {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
}
.asks-content-body-sidebar-event-logo {
  align-self: center;
}
.asks-content-body-sidebar-event-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.asks-content-body-sidebar-event-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.asks-content-body-sidebar-event-details-name {
  font-size: 16px;
  font-weight: 600;
}

footer {
  margin-top: 2rem;
  padding: 1rem 0;
  text-align: center;
  font-size: 14px;
  color: #71717A;
}
footer a {
  color: var(--color-brand-primary, #1840DA);
  text-decoration: none;
  font-weight: 600;
}

body {
  background-color: #FFFFFF;
  font-family: "Poppins", serif;
}

.microsite-setBackground::before {
  content: "";
  position: fixed;
  top: 70px;
  /* Start the background 70px from the top */
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  /* Adjust height to fit */
  background-image: var(--var-brand-microsite-home-background-image-url, "");
  /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.microsite-setBackground-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.microsite-setBackground-detail::before {
  content: "";
  position: fixed;
  top: 70px;
  /* Start the background 70px from the top */
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  /* Adjust height to fit */
  background-image: var(--var-brand-microsite-detail-background-image-url, "");
  /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.microsite-top {
  top: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  height: 70px;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #E1E1FA;
  background-color: #FFFFFF;
}
.microsite-topBar {
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}
.microsite-topBar-left {
  display: flex;
  align-items: center;
}
.microsite-topBar-left img {
  height: 50px;
  border-radius: 10px;
}
.microsite-topBar-left img.brand-logo {
  border-radius: 0;
}
.microsite-topBar-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.microsite-topBar-right-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.microsite-topBar-right-langDropdown {
  position: relative;
  display: inline-block;
}
.microsite-topBar-right-langDropdown-btn {
  background-color: transparent;
  border: 1px solid #E1E1FA;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.microsite-topBar-right-langDropdown-btn:active {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-topBar-right-langDropdown-btn:hover {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-topBar-right-langDropdown-btn:focus {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-topBar-right-langDropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #E1E1FA;
  min-width: 120px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.microsite-topBar-right-langDropdown-content a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}
.microsite-topBar-right-langDropdown-content a:hover {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-navigationBar {
  margin-top: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E1E1FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.microsite-navigationBar-inside {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  padding: 13px 16px;
}
.microsite-navigationBar .navigationBarLeft {
  flex: 0 1 25%;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-brand-primary, #1840DA);
}
.microsite-navigationBar .navigationBarLeft > a {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-navigationBar .navigationBarLeft > a i {
  color: var(--color-brand-primary, #1840DA);
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .microsite-navigationBar .navigationBarLeft {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 960px) {
  .microsite-navigationBar .navigationBarLeft.hasTitle {
    flex: 0 1 25%;
  }
}
.microsite-navigationBar .navigationBarLeft.hasTitle > a {
  color: var(--color-brand-primary, #1840DA);
}
@media only screen and (max-width: 960px) {
  .microsite-navigationBar .navigationBarLeft.hasTitle > a {
    color: transparent;
  }
  .microsite-navigationBar .navigationBarLeft.hasTitle > a i {
    color: var(--color-brand-primary, #1840DA);
    font-size: 14px;
  }
}
.microsite-navigationBar .navigationBarLeft i {
  display: inline-block;
  margin: 0 10px 0 0;
}
.microsite-navigationBar .navigationBarCenter {
  flex: 0 1 50%;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
.microsite-navigationBar .navigationBarRight {
  margin: 0 0 0 20px;
  flex: 0 1 25%;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-brand-primary, #1840DA);
  text-align: right;
}
.microsite-navigationBar .navigationBarRight i {
  display: inline-block;
  margin: 0 0 0 10px;
}
.microsite-container {
  position: relative;
  max-width: 1280px;
  padding: 0px 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 70px;
}
.microsite-container.mainPage {
  margin-top: 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .microsite-container {
    padding: 0;
  }
}
.microsite-container .selectpicker {
  margin-right: 16px;
}
.microsite-container-detail {
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.microsite-container-detail.incFooter {
  justify-content: end;
  background-color: unset;
  padding: 0;
  margin-top: auto;
}
.microsite-container-detail.speakersBox {
  height: auto;
  padding: 16px;
}
.microsite-menu {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.microsite-menu a {
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  color: #333;
}
.microsite-menu a:hover {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFFFFF;
  padding: 10px;
  position: relative;
}
.microsite-dropdown {
  display: none;
  position: absolute;
  right: -15px;
}
.microsite-dropdown-content {
  display: none;
  position: absolute;
  background: #FFFFFF;
  right: 0;
  top: 40px;
  min-width: 150px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.microsite-dropdown-content a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.microsite-dropdown-content a:hover {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-dropdown-content .microsite-topBar-right-langSwitch {
  border-top: 1px solid #E1E1FA;
}
.microsite-dropdown-content .microsite-topBar-right-langDropdown-btn {
  border: none;
  padding: 10px;
}
.microsite-dropdown-content .microsite-topBar-right-langDropdown-btn:active {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-dropdown-content .microsite-topBar-right-langDropdown-btn:hover {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-dropdown-content .microsite-topBar-right-langDropdown-btn:focus {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-invitationButtonBlockForm button {
  width: 40%;
  height: 39px;
  font-size: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 4px;
  border: 0;
}
.microsite-module {
  background: #FFFFFF;
  margin: 30px 16px 0 16px;
  scroll-margin-top: 80px;
}
.microsite-module-header {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid #E1E1FA;
}
.microsite-module-header strong {
  flex-grow: 1;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.microsite-module-wysiwyg {
  color: #333;
  font-size: 18px;
  padding: 16px;
}
.microsite-module-wysiwyg p {
  color: #333;
}
.microsite-module-wysiwyg h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 960px) {
  .microsite-module-wysiwyg {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.microsite-module-content {
  padding: 16px;
}
.microsite-module-locality {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .microsite-module-locality {
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.microsite-module-locality-map {
  flex-grow: 1;
  margin-right: 24px;
  height: 380px;
}
@media only screen and (max-width: 960px) {
  .microsite-module-locality-map {
    margin-right: 0;
    flex-grow: unset;
    width: 100%;
  }
}
.microsite-module-locality-map iframe, .microsite-module-locality-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.microsite-module-locality-address {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  height: 380px;
  width: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 37px 40px;
}
@media only screen and (max-width: 960px) {
  .microsite-module-locality-address {
    position: initial;
    height: auto;
    padding-top: 0;
  }
}
.microsite-module-locality-address-text {
  text-align: left;
  margin-bottom: 16px;
}
.microsite-module-locality-address-text h1, .microsite-module-locality-address-text h2, .microsite-module-locality-address-text h3, .microsite-module-locality-address-text h4 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.microsite-module-locality-address-text p {
  margin: 0;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.microsite-module-locality-address a {
  width: 205px;
}
.microsite-module-programme {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.microsite-module-programme-day {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.microsite-module-programme-day .dayTitle {
  cursor: pointer;
  text-align: center;
}
.microsite-module-programme-day .dayTitle:hover {
  text-decoration: underline;
  font-weight: 600;
}
.microsite-module-programme-day .dayTitle:hover p {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-module-programme-day .dayTitle p {
  margin: 0;
  color: #333;
}
.microsite-module-programme-day .activeDay {
  text-decoration: underline;
  font-weight: 600;
}
.microsite-module-programme-day .activeDay p {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-module-programme-places .places {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (max-width: 960px) {
  .microsite-module-programme-places .places {
    flex-direction: column;
  }
}
.microsite-module-programme-places .place {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid var(--color-brand-primary, #1840DA);
  min-height: 44px;
  padding: 8px 17px;
  min-width: 160px;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .microsite-module-programme-places .place {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
  }
}
.microsite-module-programme-places .place p {
  color: var(--color-brand-primary, #1840DA);
  margin: 0;
  font-size: 16px;
}
.microsite-module-programme-places .place:hover {
  background-color: var(--color-brand-primary, #1840DA);
}
.microsite-module-programme-places .place:hover p {
  color: white;
}
.microsite-module-programme-places .place:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.microsite-module-programme-places .place:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.microsite-module-programme-places .activePlace {
  background-color: var(--color-brand-primary, #1840DA);
  color: white;
}
.microsite-module-programme-places .activePlace p {
  color: white;
}
.microsite-module-programme-places .activePlaces {
  display: flex;
}
.microsite-module-programme-program {
  display: flex;
  justify-content: center;
}
.microsite-module-programme-program .program {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 16px;
}
.microsite-module-programme-program .program-item {
  display: flex;
  min-height: 80px;
  min-height: 80px;
  width: 760px;
  border-left: 4px solid var(--color-brand-primary, #1840DA);
  background-color: #F6F6F9;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .microsite-module-programme-program .program-item {
    width: 100%;
    flex-direction: column;
  }
}
.microsite-module-programme-program .program-item-speakers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.microsite-module-programme-program .program-item-speakers-speaker-small {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 16px;
}
.microsite-module-programme-program .program-item-speakers-speaker-small-image {
  /*
              flex-basis: 0 0 32px;
              margin: 0 9px 0 0;
  */
}
.microsite-module-programme-program .program-item-speakers-speaker-small-image img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(38, 38, 38, 0.25);
}
.microsite-module-programme-program .program-item-speakers-speaker-small-name {
  padding-left: 15px;
  padding-right: 20px;
  /*
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  color: $color-gray26;
  */
}
.microsite-module-programme-program .program-item-speakers-speaker-small-name a {
  color: #333;
}
.microsite-module-programme-program .program-item-time {
  flex: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .microsite-module-programme-program .program-item-time {
    justify-content: start;
  }
}
.microsite-module-programme-program .program-item-time p {
  margin: 0;
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.microsite-module-programme-program .program-item-desc {
  flex: 0.7;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 5px;
}
.microsite-module-programme-program .program-item-desc p {
  color: #555;
}
.microsite-module-programme-program .program-item-desc p:first-of-type {
  margin: 0;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.microsite-module-programme-program .activeProgram {
  display: flex;
}
.microsite-module-programme-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.microsite-module-programme-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.microsite-module-text {
  padding: 16px 16px 20px 16px;
  color: #333;
  /*text-align: center;*/
}
.microsite-module-text p {
  color: #4d4d4d;
  font-size: 18px;
}
.microsite-module-image {
  text-align: center;
}
.microsite-module-image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 4px 4px;
  max-height: 500px;
}
.microsite-module-image embed {
  width: 100%;
  height: 400px;
  border-radius: 0 0 4px 4px;
}
.microsite-module-content {
  padding: 16px;
}
.microsite-module-content.nP {
  padding: 0;
}
.microsite-module-calendar a {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-module-calendar a:hover {
  color: var(--color-brand-primary-hover, #1840DA);
}
.microsite-module-speakers {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  overflow: hidden;
}
.microsite-module-speakers-speaker {
  width: 240px;
  min-height: 190px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.microsite-module-speakers-speaker-img {
  text-align: center;
  margin-bottom: -33px;
  z-index: 2;
  min-height: 66px;
}
.microsite-module-speakers-speaker-img img {
  border-radius: 50%;
  max-height: 66px;
  max-width: 66px;
}
.microsite-module-speakers-speaker-card {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #F6F6F9;
  border-radius: 15px;
  min-height: 155px;
  text-align: center;
  padding: 33px 16px;
}
.microsite-module-speakers-speaker-card-name h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-style: bold;
  color: #333;
}
.microsite-module-speakers-speaker-card-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.microsite-module-speakers-speaker-card-info-position {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: start;
  justify-content: center;
  color: #555;
}
.microsite-module-speakers-speaker-card-info-company {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-brand-primary, #1840DA);
  margin-top: auto !important;
}
.microsite-module-speakers-speaker-card-info p {
  margin: 8px;
}
.microsite-module-speakers-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.microsite-module-button {
  margin: 18px 0;
  text-align: center;
}
.microsite-landing {
  background: #FFFFFF;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.microsite-inner {
  padding: 30px;
}
.microsite-innerB {
  padding-bottom: 30px;
}
.microsite-header-detail {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 960px) {
  .microsite-header-detail {
    flex-direction: column;
  }
}
.microsite-header-detail-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.microsite-header-detail-img-bg {
  background-color: var(--color-brand-primary, #1840DA);
  height: 400px;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  transform: translate(-5%, -5%);
}
@media only screen and (max-width: 960px) {
  .microsite-header-detail-img-bg {
    height: 256px;
    width: 256px;
  }
}
.microsite-header-detail-img img {
  max-height: 400px;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .microsite-header-detail-img img {
    height: 256px;
    width: 256px;
  }
}
.microsite-header-detail-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
  flex: 1;
  margin-right: 20px;
  padding: 30px;
}
@media only screen and (max-width: 960px) {
  .microsite-header-detail-text h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
}
.microsite-header-detail-text-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.microsite-header-detail-text-left i {
  font-size: 20px;
  color: var(--color-brand-primary, #1840DA);
}
.microsite-header-detail-text-calendar {
  display: flex;
  gap: 20px;
}
.microsite-header-detail-text-calendar p:nth-of-type(1) {
  font-weight: bold;
}
.microsite-header-detail-text-location {
  display: flex;
  gap: 20px;
}
.microsite-header-detail-text-location p {
  font-weight: bold;
}
.microsite-header-detail-text-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.microsite-header-detail-text-buttons .dropdown {
  position: relative;
  display: inline-block;
}
.microsite-header-detail-text-buttons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid var(--color-brand-primary, #1840DA);
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 10;
  padding: 10px 0;
}
.microsite-header-detail-text-buttons .dropdown-item {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #4A4847;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.microsite-header-detail-text-buttons .dropdown-item:hover {
  background-color: var(--color-brand-primary, #1840DA);
  color: white;
}
.microsite-header-detail-text-buttons .dropdown-toggle i {
  margin-right: 5px;
}
.microsite-header-detail-text-buttons .dropdown-menu.show {
  display: block;
}
.microsite-header-detail-text h1 {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  margin: 0;
  padding: 0;
}
.microsite-header-detail-text p {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.microsite-btn {
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  border: solid 2px var(--color-brand-primary, #1840DA);
  background: var(--color-brand-primary, #1840DA);
  padding: 6px 17px;
  display: inline-block;
  text-decoration: none;
  /*font-weight: 600;*/
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.microsite-btn:hover {
  text-decoration: none;
  background: white;
  color: var(--color-brand-primary, #1840DA);
}
.microsite-btn:focus {
  text-decoration: none;
  background: white;
  color: var(--color-brand-primary, #1840DA);
}
.microsite-btn-inverted {
  color: var(--color-brand-primary, #1840DA);
  border: solid 2px var(--color-brand-primary, #1840DA);
  background: white;
}
.microsite-btn-inverted:hover {
  color: white;
  border-color: var(--color-brand-primary, #1840DA);
  background: var(--color-brand-primary, #1840DA);
}
.microsite-btn-inverted:focus {
  color: white;
  border-color: var(--color-brand-primary, #1840DA);
  background: var(--color-brand-primary, #1840DA);
}
.microsite-btn-menu {
  border: none;
  color: #333;
  background-color: #FFFFFF;
  font-size: 24px;
}
.microsite-btn-menu:hover {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-btn-menu:focus {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-btn-menu:active {
  color: var(--color-brand-primary, #1840DA);
}
.microsite-nav-tabs {
  border-bottom: 1px solid #F6F6F9;
}
.microsite-tabs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.microsite-tabs ul li {
  flex-grow: 1;
}
.microsite-tabs ul li a {
  border-bottom: 3px solid transparent;
  padding: 0 0 12px 0;
  margin: 0;
  display: block;
  text-decoration: none;
  position: relative;
  top: 1px;
}
.microsite-tabs ul li a > strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #4A4847;
  display: block;
  text-align: center;
  margin: 0 0 6px 0;
}
.microsite-tabs ul li a > span {
  font-size: 12px;
  line-height: 14px;
  color: rgba(38, 38, 38, 0.25);
  display: block;
  text-align: center;
}
.microsite-tabs ul li a:hover, .microsite-tabs ul li a:focus {
  border-bottom: 3px solid var(--color-brand-primary, #1840DA);
  text-decoration: none;
}
.microsite-tabs ul li a.active {
  border-bottom: 3px solid var(--color-brand-primary, #1840DA);
  text-decoration: none;
}
.microsite-tabs ul li a.active:hover, .microsite-tabs ul li a.active:focus {
  text-decoration: underline;
}
.microsite-tickets {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.microsite-tickets-ticket {
  width: 274px;
  border-radius: 15px;
  border: 2px solid #E1E1FA;
  display: flex;
  flex-direction: column;
  background-color: #F6F6F9;
}
.microsite-tickets-ticket-header {
  background-color: #F6F6F9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  height: 220px;
}
.microsite-tickets-ticket-header-title h4 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  word-break: break-word;
}
.microsite-tickets-ticket-header-price h1 {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.microsite-tickets-ticket-header-price p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.microsite-tickets-ticket-header-button {
  width: 100%;
}
.microsite-tickets-ticket-header-button a {
  width: 100%;
}
.microsite-tickets-ticket-body {
  padding: 12px;
  /*min-height: 200px;*/
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.microsite-footer {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #F6F6F9;
  padding: 15px 61px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 32px;
}

/* doladit
.microsite-tickets-ticket-body.has-fade::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}
*/
.user-badge-big {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 960px) {
  .user-badge-big {
    flex-direction: column;
    align-items: center;
  }
}
.user-badge-big > img {
  border-radius: 50%;
  margin-right: 12px;
}
.user-badge-big-info {
  flex-grow: 0.5;
}
@media only screen and (max-width: 960px) {
  .user-badge-big-info {
    text-align: center;
  }
}
.user-badge-big-info h2, .user-badge-big-info h3, .user-badge-big-info h4 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 8px 0;
  padding: 0;
}
.user-badge-big-info h3 {
  font-size: 20px;
}
.user-badge-big-info-info {
  display: flex;
  flex-direction: column;
  column-gap: 12px;
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .user-badge-big-info-info {
    align-items: center;
  }
}
.user-badge-big-info-info a {
  color: #333;
}
.user-badge-big-info-info a:hover, .user-badge-big-info-info a:focus {
  color: var(--color-brand-primary, #1840DA);
}
.user-badge-big-company {
  flex-grow: 0.5;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .user-badge-big-company {
    align-items: center;
  }
}
.user-badge-big-company h2, .user-badge-big-company h3, .user-badge-big-company h4 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 8px 0;
  padding: 0;
}
.user-badge-big-company h3 {
  font-size: 20px;
}
.user-badge-big-company a {
  color: #333;
}
.user-badge-big-company a:hover, .user-badge-big-company a:focus {
  color: var(--color-brand-primary, #1840DA);
}

.locality-module-map {
  height: 19rem;
}
.locality-module-map iframe {
  width: 100%;
  height: 100%;
}
.locality-module-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.locality-module-content-title {
  flex: 1 0 100%;
  padding: 16px 16px 20px 16px;
}
@media only screen and (max-width: 960px) {
  .locality-module-content-title h1 {
    text-align: center;
  }
}
.locality-module-content-info {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 20px 16px;
}
.locality-module-content-info a {
  text-decoration: none;
  color: #333;
}
.locality-module-content-info a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 960px) {
  .locality-module-content-info {
    flex: 1 0 100%;
    text-align: center;
  }
  .locality-module-content-info h1 {
    text-align: center;
  }
}
.locality-module-content-image {
  flex: 1 0 50%;
}
@media only screen and (max-width: 960px) {
  .locality-module-content-image {
    flex: 1 0 100%;
  }
}
.locality-module-content-image img {
  max-width: 100%;
  max-height: 100%;
}
.locality-module-content-description {
  flex: 1 0 100%;
  padding: 16px 16px 20px 16px;
}

.contact-module {
  text-align: center;
  max-width: 512px;
  width: 100%;
  margin-top: 2rem;
}
.contact-module-image {
  width: 128px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #D9D9D9, 0 2px 5px 4px rgba(0, 0, 0, 0.2);
}
.contact-module-box-info {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04), 0px 0px 6px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 32px;
  text-align: center;
  padding: 0 16px 20px 16px;
  padding-top: 80px;
  margin-top: -64px;
}
.contact-module-box-info h2 {
  text-align: center;
}
.contact-module-box-info p {
  margin: 0;
}
.contact-module-box-info-contacts {
  display: flex;
  flex-direction: column;
  padding-left: 36px;
  padding-right: 36px;
}
.contact-module-box-info-contacts-contact {
  display: flex;
  justify-content: space-between;
  border-bottom: #D9D9D9 solid 1px;
  padding-top: 4px;
}
.contact-module-box-info-text {
  padding-top: 36px;
  padding-bottom: 36px;
}
.contact-module-box .mg0 {
  margin-top: 0;
  padding-top: 16px;
}
.contact-module-box .address {
  padding-left: 36px;
  padding-right: 36px;
}

.custom-module-text {
  padding: 16px 16px 20px 16px;
}
.custom-module-image {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .custom-module-image img {
    max-width: 100%;
  }
}

.tab-date {
  color: #262626 !important;
}

.programme-time-mobile {
  margin-left: 16px;
  color: rgba(38, 38, 38, 0.75);
  font-size: 14px;
  margin-bottom: 8px;
}

.programme {
  width: 100%;
  display: flex;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 960px) {
  .programme {
    padding: 0 16px;
  }
}
.programme-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .programme-nav-tabs {
    padding: 0 16px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .programme-nav-tabs li {
    width: 100%;
    max-width: 350px;
  }
}
@media only screen and (max-width: 960px) {
  .programme-nav-tabs li a {
    border-radius: 10px;
  }
}
.programme-nav-tabs li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.programme-nav-tabs li:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.programme-nav-tabs li.active a {
  background-color: var(--color-brand-primary, #1840DA);
  color: #FFFFFF;
  text-decoration: none;
}
.programme-nav-tabs li.active a p {
  color: #FFFFFF;
}
.programme-nav-tabs li a {
  text-decoration: none;
}
.programme-nav-tabs-place {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  min-height: 44px;
  padding: 8px 17px;
  min-width: 160px;
  color: var(--color-brand-primary, #1840DA);
  border: 1px solid var(--color-brand-primary, #1840DA);
}
.programme-nav-tabs-place:hover {
  background-color: var(--color-brand-primary, #1840DA);
  color: white;
}
.programme-time {
  flex: 0 0 200px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0 0 0;
  color: rgba(38, 38, 38, 0.75);
}
@media only screen and (max-width: 960px) {
  .programme-time {
    flex: 0 0 100px;
  }
}
.programme-content {
  flex-grow: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(66, 85, 99, 0.5);
  padding: 20px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-width: 150px;
}
.programme-content-text {
  flex-grow: 1;
}
.programme-content-text h2, .programme-content-text h3, .programme-content-text h4, .programme-content-text h5 {
  font-size: 16px;
  line-height: 20px;
  color: #4A4847;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.programme-content-text h2 a, .programme-content-text h3 a, .programme-content-text h4 a, .programme-content-text h5 a {
  color: #4A4847;
  text-decoration: none;
}
.programme-content-text h2 a:hover, .programme-content-text h2 a:focus, .programme-content-text h3 a:hover, .programme-content-text h3 a:focus, .programme-content-text h4 a:hover, .programme-content-text h4 a:focus, .programme-content-text h5 a:hover, .programme-content-text h5 a:focus {
  text-decoration: underline;
}
.programme-content-text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0px 0;
  padding: 0;
}
.programme-content-text p a {
  color: rgba(38, 38, 38, 0.75);
}
.programme-content-text ul {
  margin-left: 24px;
  list-style-type: none;
}
.programme-content-text ul li {
  color: rgba(38, 38, 38, 0.75);
  font-size: 14px;
}
.programme-content-text .location {
  font-size: 16px;
  line-height: 20px;
  margin: 16px 0 0 0;
  color: rgba(38, 38, 38, 0.75);
}
.programme-content-action {
  text-align: right;
}
.programme-content-action > * {
  display: inline-block;
  margin: 0 0 5px 0;
}
.programme-content .programme-speaker-small-name a {
  color: rgba(38, 38, 38, 0.75);
}
.programme-content .badge-live-small {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 2px 6px;
  border-radius: 5px;
  background-color: #DA291C;
  color: white;
  font-size: 10px;
}
.programme-content .badge-live-small-mobile {
  padding: 2px 6px;
  border-radius: 5px;
  background-color: #DA291C;
  color: white;
  font-size: 10px;
}
.programme-content .badge-archive-small {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 2px 6px;
  border-radius: 5px;
  background-color: rgba(66, 85, 99, 0.25);
  color: #4A4847;
  font-size: 10px;
}
.programme-content .badge-join-small {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 2px 6px;
  border-radius: 5px;
  background-color: rgba(66, 85, 99, 0.25);
  color: #4A4847;
  font-size: 10px;
}
.programme-content .badge-archive-small-mobile {
  padding: 2px 6px;
  border-radius: 5px;
  background-color: rgba(66, 85, 99, 0.25);
  color: #4A4847;
  font-size: 10px;
}
.programme .live-line {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  color: #DA291C;
  font-size: 12px;
}
.programme .live-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DA291C;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.programme .live-text {
  background: #DA291C;
  font-size: 10px;
  line-height: 10px;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 20px;
}
.programme .programme-speaker {
  display: flex;
  flex-flow: row wrap;
}
.programme .programme-speaker-small {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 16px;
  cursor: pointer;
}
.programme .programme-speaker-small-image {
  /*
              flex-basis: 0 0 32px;
              margin: 0 9px 0 0;
  */
}
.programme .programme-speaker-small-image img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(38, 38, 38, 0.25);
}
.programme .programme-speaker-small-name {
  padding-left: 15px;
  padding-right: 20px;
  /*
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  color: $color-gray26;
  */
}
.programme-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.programme-detail-header {
  background: rgba(66, 85, 99, 0.5);
  text-align: center;
  padding: 24px 0 36px 0;
}
.programme-detail-header .back {
  display: block;
  text-align: center;
  margin: 0 0 32px 0;
  font-size: 14px;
  line-height: 24px;
  color: #4A4847;
  text-decoration: none;
}
.programme-detail-header .back i {
  display: inline-block;
  margin-right: 15px;
}
.programme-detail-header .back:hover, .programme-detail-header .back:focus {
  color: var(--color-brand-primary, #1840DA);
  text-decoration: none;
}
.programme-detail-header h1 {
  margin: 16px 0 12px 0;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #4A4847;
}
@media only screen and (max-width: 960px) {
  .programme-detail-header h1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.programme-detail-header-text {
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  margin: 0;
  padding: 0;
  text-align: center;
}
.programme-detail .position {
  font-size: 14px;
}
.programme-detail-company {
  color: rgba(38, 38, 38, 0.75);
}
@media only screen and (max-width: 960px) {
  .programme-detail .programme-module {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.programme-info {
  display: flex;
  padding: 40px 16px;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 960px) {
  .programme-info {
    flex-wrap: wrap;
  }
}
.programme-info .programme-description {
  flex-grow: 1;
  margin-right: 40px;
  padding: 0;
}
.programme-info .programme-description h2, .programme-info .programme-description h3, .programme-info .programme-description h4, .programme-info .programme-description h5 {
  margin: 0 0 16px 0;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
}
.programme-info .programme-description h2 {
  font-size: 24px;
  line-height: 32px;
}
.programme-info .programme-description h3 {
  font-size: 20px;
  line-height: 24px;
}
.programme-info .programme-description h4 {
  font-size: 18px;
  line-height: 22px;
}
.programme-info .programme-description h5 {
  font-size: 16px;
  line-height: 20px;
}
.programme-info .programme-description ul {
  list-style-type: circle;
}
.programme-info .programme-description ul, .programme-info .programme-description ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 25px;
}
.programme-info .programme-description ul li, .programme-info .programme-description ol li {
  font-size: 16px;
  line-height: 24px;
}
.programme-info .programme-description p {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin: 0 0 10px 0;
}
.programme-info .programme-description table {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  width: 100%;
  border-collapse: collapse;
}
.programme-info .programme-description table caption {
  caption-side: top;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.programme-info .programme-description table thead th, .programme-info .programme-description table thead td {
  font-weight: bold;
  border: 0;
  padding: 0px 5px 5px 5px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.25);
  font-size: 80%;
}
.programme-info .programme-description table tbody th {
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 5px;
}
.programme-info .programme-description table tbody td {
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 5px;
}
.programme-info .programme-talks {
  flex: 0 0 350px;
  padding: 0;
}
.programme-info .programme-talks h2, .programme-info .programme-talks h3, .programme-info .programme-talks h4, .programme-info .programme-talks h5 {
  margin: 0 0 16px 0;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.programme-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
.programme-details li {
  display: block;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  font-weight: normal;
  color: #4A4847;
}
.programme-details li i {
  font-size: 20px;
  display: inline-block;
  width: 24px;
  text-align: center;
}

.programme-buttons .btn {
  width: 100%;
}
.programme-buttons .dropdown {
  position: relative;
  display: inline-block;
}
.programme-buttons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid var(--color-brand-primary, #1840DA);
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 10;
  padding: 10px 0;
}
.programme-buttons .dropdown-item {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #4A4847;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.programme-buttons .dropdown-item:hover {
  background-color: var(--color-brand-primary, #1840DA);
  color: white;
}
.programme-buttons .dropdown-toggle i {
  margin-right: 5px;
}
.programme-buttons .dropdown-menu.show {
  display: block;
}

.programme-speakers-list-title {
  margin: 0 0 16px 0;
  text-align: left;
  color: #4A4847;
}
.programme-speakers-list-title h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.programme-speakers-list .programme-speakers {
  display: flex;
  flex-wrap: wrap;
}
.programme-speakers-list .programme-speakers h2, .programme-speakers-list .programme-speakers h3, .programme-speakers-list .programme-speakers h4, .programme-speakers-list .programme-speakers h5 {
  margin: 0 0 16px 0;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.programme-speakers-list .programme-speakers .speaker-mid {
  flex-basis: 350px;
  align-items: stretch;
}
.programme-speakers-list .programme-speakers .speaker-mid-name a {
  color: var(--color-brand-primary, #1840DA);
}
.programme-speakers-list .programme-speakers .speaker-empty-gap {
  width: 16px;
}
@media only screen and (max-width: 960px) {
  .programme-speakers-list {
    flex-wrap: wrap;
  }
  .programme-speakers-list .programme-speakers {
    flex: 0 1 100%;
  }
}

@media only screen and (max-width: 960px) {
  .speakers-module {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.speaker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.speaker {
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 30px 0;
  cursor: pointer;
}
.speaker-image {
  text-align: center;
  margin: 0 0 16px 0;
}
.speaker-image img {
  width: 100%;
  max-height: 500px;
  /*border-radius: 50%;*/
}
.speaker-text h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.speaker-text p {
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.speaker-position {
  color: rgba(38, 38, 38, 0.75);
}
.speaker-company {
  color: #262626;
}
.speaker.click-over:hover {
  text-decoration: underline !important;
}
.speaker.priority-1 {
  flex: 0 0 32%;
}
.speaker.priority-2 {
  flex: 0 0 23%;
}
.speaker.priority-3 {
  flex: 0 0 30%;
  display: flex;
}
.speaker.priority-3 .speaker-image {
  flex: 0 0 80px;
  margin: 0 20px 0 0;
}
.speaker.priority-3 .speaker-image img {
  max-height: 80px;
}
.speaker.priority-3 .speaker-text {
  flex-grow: 1;
}
@media only screen and (max-width: 960px) {
  .speaker.priority-1 {
    flex: 0 0 100%;
  }
  .speaker.priority-2 {
    flex: 0 0 48%;
  }
  .speaker.priority-3 {
    flex: 0 0 100%;
  }
}

.speaker-detail-header {
  background: #FFFFFF;
  text-align: center;
  padding: 24px 0 36px 0;
}
.speaker-detail-header .back {
  display: block;
  text-align: center;
  margin: 0 0 32px 0;
  font-size: 14px;
  line-height: 24px;
  color: #4A4847;
  text-decoration: none;
}
.speaker-detail-header .back i {
  display: inline-block;
  margin-right: 15px;
}
.speaker-detail-header .back:hover, .speaker-detail-header .back:focus {
  color: var(--color-brand-primary, #1840DA);
  text-decoration: none;
}
.speaker-detail-header > img {
  width: 250px;
  height: 250px;
  border: 1px solid rgba(38, 38, 38, 0.25);
  display: inline-block;
  border-radius: 50%;
}
.speaker-detail-header h1 {
  margin: 16px 0 12px 0;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #4A4847;
}
.speaker-detail-header-text {
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  margin: 0;
  padding: 0;
  text-align: center;
}
.speaker-detail-company {
  color: rgba(38, 38, 38, 0.75);
}

.speaker-info {
  display: flex;
  padding: 40px 16px;
}
.speaker-info .speaker-description {
  flex-grow: 1;
  margin-right: 40px;
  padding: 0;
}
.speaker-info .speaker-description h2, .speaker-info .speaker-description h3, .speaker-info .speaker-description h4, .speaker-info .speaker-description h5 {
  margin: 0 0 16px 0;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
}
.speaker-info .speaker-description h2 {
  font-size: 24px;
  line-height: 32px;
}
.speaker-info .speaker-description h3 {
  font-size: 20px;
  line-height: 24px;
}
.speaker-info .speaker-description h4 {
  font-size: 18px;
  line-height: 22px;
}
.speaker-info .speaker-description h5 {
  font-size: 16px;
  line-height: 20px;
}
.speaker-info .speaker-description ul {
  list-style-type: circle;
}
.speaker-info .speaker-description ul, .speaker-info .speaker-description ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 25px;
}
.speaker-info .speaker-description ul li, .speaker-info .speaker-description ol li {
  font-size: 16px;
  line-height: 24px;
}
.speaker-info .speaker-description p {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin: 0 0 10px 0;
}
.speaker-info .speaker-description table {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  width: 100%;
  border-collapse: collapse;
}
.speaker-info .speaker-description table caption {
  caption-side: top;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.speaker-info .speaker-description table thead th, .speaker-info .speaker-description table thead td {
  font-weight: bold;
  border: 0;
  padding: 0px 5px 5px 5px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.25);
  font-size: 80%;
}
.speaker-info .speaker-description table tbody th {
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 5px;
}
.speaker-info .speaker-description table tbody td {
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 5px;
}
.speaker-info .speaker-talks {
  flex: 0 0 350px;
  padding: 0;
}
.speaker-info .speaker-talks h2, .speaker-info .speaker-talks h3, .speaker-info .speaker-talks h4, .speaker-info .speaker-talks h5 {
  margin: 0 0 16px 0;
  text-align: left;
  color: #4A4847;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.speaker-info .speaker-talks .p-desc {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.75;
}
@media only screen and (max-width: 960px) {
  .speaker-info .speaker-talks {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 960px) {
  .speaker-info {
    flex-wrap: wrap;
  }
  .speaker-info .speaker-description {
    flex: 0 1 100%;
    margin-right: 0px;
    padding: 0 16px;
  }
  .speaker-info .speaker-talks {
    flex: 0 1 100%;
    padding: 0 16px;
  }
}

.talk {
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.talk p a {
  color: var(--color-brand-primary, #1840DA);
}
.talk-date {
  color: rgba(38, 38, 38, 0.75);
  font-size: 16px;
  line-height: 24px;
}
.talk-date i {
  display: inline-block;
  margin-right: 10px;
}

.speaker-small {
  display: flex;
}
.speaker-small-image {
  flex-basis: 0 0 32px;
  margin: 0 9px 0 0;
}
.speaker-small-image img {
  width: 32px;
  height: 32px;
}
.speaker-small-name {
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}

.speaker-mid {
  display: flex;
  border: 1px solid rgba(38, 38, 38, 0.25);
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 16px 0;
}
.speaker-mid-image {
  flex-basis: 0 0 80px;
  margin: 0 20px 0 0;
}
.speaker-mid-image img {
  width: 80px;
  height: 80px;
}
.speaker-mid-name {
  flex-grow: 1;
}
.speaker-mid-name > strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4A4847;
}
.speaker-mid-name .position {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.speaker-mid-name .company {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.75);
}

.event-header {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  .programme-time-desktop {
    display: none;
  }

  .programme-time-mobile {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .programme-time-desktop {
    display: block;
  }

  .programme-time-mobile {
    display: none;
  }
}
.programme-time {
  text-wrap: nowrap;
}

@media only screen and (max-width: 960px) {
  .event-detail-module-image-cover-wide {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .event-detail-module-image-cover {
    display: none;
  }
}

.sessions-day-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.sessions-day-tab {
  cursor: pointer;
  text-align: center;
  padding: 8px 16px;
}
.sessions-day-tab p {
  margin: 0;
  color: #333;
}
.sessions-day-tab:hover {
  text-decoration: underline;
  font-weight: 600;
}
.sessions-day-tab:hover p {
  color: var(--color-brand-primary, #1840DA);
}
.sessions-day-tab-day {
  font-size: 16px;
  line-height: 24px;
}
.sessions-day-tab-date {
  font-size: 14px;
  line-height: 20px;
}

.sessions-day-tab-active {
  text-decoration: underline;
  font-weight: 600;
}
.sessions-day-tab-active p {
  color: var(--color-brand-primary, #1840DA);
}

.sessions-module-tabs {
  margin-bottom: 20px;
}

.sessions-module-tabs .programme-tab-date,
.sessions-detail-day-tabs .programme-tab-date {
  font-size: 14px;
  line-height: 20px;
  color: #71717A;
}

.sessions-list {
  display: flex;
  flex-direction: column;
}

.sessions-day {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 16px;
}
.sessions-day-limited::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
  pointer-events: none;
  z-index: 2;
}
.sessions-day-active {
  display: flex;
}

.session-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.session-time {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-strong, #27272A);
  white-space: nowrap;
}
.session-time-zone {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted, #A1A1AA);
  line-height: 20px;
}

.session-card {
  flex: 1;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.session-card.break {
  background: #F9FAFB;
  border-style: dashed;
}
.session-card .session-type-badge-workshop,
.session-card .session-type-badge-timeslot,
.session-card .session-type-badge-break {
  background: rgba(24, 64, 218, 0.05);
  color: #1B338D;
}

.session-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #111827;
}

.session-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.session-type-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1B338D;
  background: rgba(24, 64, 218, 0.05);
}
.session-type-badge-workshop {
  background: rgba(245, 158, 11, 0.1);
  color: #92400E;
}
.session-type-badge-timeslot {
  background: rgba(99, 102, 241, 0.08);
  color: #3730A3;
}
.session-type-badge-break {
  background: rgba(107, 114, 128, 0.08);
  color: #6B7280;
}

.session-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6B7280;
}
.session-location i {
  font-size: 12px;
}

.session-description {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #4B5563;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.session-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.session-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 133%;
  color: var(--color-brand-primary, #1840DA);
  background: color-mix(in srgb, var(--color-brand-primary, #1840DA) 10%, transparent);
}

.session-speakers {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.session-speakers-avatars {
  display: flex;
  align-items: center;
}
.session-speakers-avatars .session-speaker-avatar + .session-speaker-avatar {
  margin-left: -8px;
}
.session-speakers-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E5E7EB;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-left: -8px;
  border: 2px solid #fff;
}
.session-speakers-names {
  font-size: 14px;
  color: #374151;
  line-height: 20px;
}
.session-speakers-more-text {
  color: #6B7280;
}

.session-speaker-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.session-card-clickable {
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.session-card-clickable:hover {
  border-color: #D1D5DB;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.session-card-clickable .session-title a {
  color: inherit;
  text-decoration: none;
}
.session-card-clickable .session-title a:hover {
  text-decoration: underline;
}

#sessions .session-card-clickable .session-title a,
#sessions .session-card-clickable .session-speakers-names a {
  color: #111827;
}
#sessions .session-card-clickable .session-speakers-names a:hover {
  text-decoration: underline;
}

.sessions-debug-toolbar {
  background: #FEF3C7;
  border: 1px dashed #F59E0B;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.sessions-debug-toolbar label {
  font-weight: 600;
}
.sessions-debug-toolbar select {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
}

.sessions-detail-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 15px 12px;
}

.sessions-detail-search {
  position: relative;
  flex: 1;
}
.sessions-detail-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
  font-size: 14px;
}
.sessions-detail-search-input {
  width: 100%;
  padding: 12px 16px 12px 40px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  font-size: 15px;
  color: #1F2937;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.sessions-detail-search-input:focus {
  border-color: var(--color-brand-primary, #1840DA);
}
.sessions-detail-search-input::placeholder {
  color: #9CA3AF;
}

.sessions-detail-filters-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  color: #1F2937;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s;
}
.sessions-detail-filters-btn:hover {
  border-color: #D1D5DB;
  background: #F9FAFB;
}
.sessions-detail-filters-btn i {
  font-size: 14px;
  color: #6B7280;
}

.sessions-detail-clear-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #fff;
  color: #6B7280;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.sessions-detail-clear-btn:hover {
  border-color: #D1D5DB;
  background: #F9FAFB;
  color: #1F2937;
}
.sessions-detail-clear-btn i {
  font-size: 14px;
}
.sessions-detail-clear-btn-badges {
  height: 40px;
  padding: 6px 12px;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

.sessions-detail-clear-row {
  display: none;
}

.sessions-detail-type-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 15px 20px;
}

.sessions-detail-badge {
  display: flex;
  height: 40px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 6px;
  background: rgba(24, 64, 218, 0.05);
  color: #1B338D;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.sessions-detail-badge.active {
  background: #1B338D;
  color: #fff;
}
.sessions-detail-badge.active:hover {
  opacity: 0.9;
}

.sessions-badge-x {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.sessions-filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.sessions-filter-overlay.open {
  display: block;
}

.sessions-filter-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 90vw;
  height: 100%;
  height: 100dvh;
  min-height: 100vh;
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
}
.sessions-filter-drawer.open {
  right: 0;
}
.sessions-filter-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #F3F4F6;
}
.sessions-filter-drawer-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
}
.sessions-filter-drawer-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #6B7280;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.sessions-filter-drawer-close:hover {
  color: #1F2937;
}
.sessions-filter-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
.sessions-filter-drawer-footer {
  padding: 12px 20px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  border-top: 1px solid #F3F4F6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
.sessions-filter-drawer-footer .sessions-filter-show-results {
  margin-left: auto;
  flex-shrink: 0;
}

.sessions-filter-group {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
.sessions-filter-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sessions-filter-group h4 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #1F2937;
}

.sessions-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sessions-filter-pill {
  display: flex;
  height: 40px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 6px;
  background: rgba(24, 64, 218, 0.05);
  color: #1B338D;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 20px;
}
.sessions-filter-pill.active {
  background: #1B338D;
  color: #fff;
}
.sessions-filter-pill.active:hover {
  opacity: 0.9;
}

.sessions-filter-show-results {
  padding: 10px 20px;
  background: var(--color-brand-primary, #1840DA);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.sessions-filter-show-results:hover {
  opacity: 0.9;
}

.sessions-filter-clear-all {
  padding: 10px 8px;
  background: transparent;
  color: #6B7280;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.sessions-filter-clear-all:hover {
  background: #F3F4F6;
  color: #4B5563;
}

.sessions-no-results {
  text-align: center;
  padding: 48px 16px;
  color: #6B7280;
  font-size: 15px;
}

.session-detail-row + .session-detail-row {
  margin-top: 20px;
}

.session-detail-row .session-description {
  -webkit-line-clamp: 4;
  max-height: none;
}

.sd-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.sd-card:first-child {
  margin-top: 24px;
}

.sd-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #27272A;
  margin-bottom: 12px;
}
.sd-time .session-time-zone {
  color: #A1A1AA;
}
.sd-time i {
  font-size: 14px;
}

.sd-title {
  font-size: 28px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 16px;
  line-height: 1.3;
}

.sd-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.sd-description {
  font-size: 15px;
  line-height: 24px;
  color: #4B5563;
  margin: 0 0 20px;
}

.sd-description.user-content p,
.session-description.user-content p {
  margin: 0 0 0.75em;
}
.sd-description.user-content p:last-child,
.session-description.user-content p:last-child {
  margin-bottom: 0;
}
.sd-description.user-content ul,
.sd-description.user-content ol,
.session-description.user-content ul,
.session-description.user-content ol {
  margin: 0.5em 0;
  padding-left: 1.25em;
}
.sd-description.user-content a,
.session-description.user-content a {
  color: inherit;
  text-decoration: underline;
}

.session-description.user-content.session-description-preview-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.session-description.user-content.session-description-full {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
}

.sponsor-session-desc.user-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.session-detail-row .session-description.user-content {
  -webkit-line-clamp: 4;
}

.sponsor-session-desc.user-content p {
  margin: 0 0 0.75em;
}
.sponsor-session-desc.user-content p:last-child {
  margin-bottom: 0;
}
.sponsor-session-desc.user-content ul,
.sponsor-session-desc.user-content ol {
  margin: 0.5em 0;
  padding-left: 1.25em;
}
.sponsor-session-desc.user-content a {
  color: inherit;
  text-decoration: underline;
}

.sd-details {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #F3F4F6;
}
.sd-details h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 16px;
}
.sd-details-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 10px;
}
.sd-details-row:last-child {
  margin-bottom: 0;
}
.sd-details-row i {
  width: 16px;
  text-align: center;
  font-size: 14px;
  color: #9CA3AF;
}

.sd-speakers-card {
  margin-top: 16px;
}

.sd-speakers-heading {
  font-size: 18px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sd-speakers-heading i {
  font-size: 18px;
  color: #6B7280;
}

.sd-speakers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.sd-speaker {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sd-speaker-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.sd-speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sd-speaker-name {
  font-size: 15px;
  font-weight: 600;
  color: #1F2937;
}

.sd-speaker-title {
  font-size: 13px;
  color: #6B7280;
}

.sd-speaker-company {
  font-size: 13px;
  color: #9CA3AF;
}

@media only screen and (max-width: 960px) {
  .sessions-day-tabs {
    gap: 8px;
    flex-wrap: wrap;
  }

  .session-row {
    flex-direction: column;
    gap: 8px;
  }

  .session-time {
    flex: none;
    flex-direction: row;
    gap: 6px;
    padding-top: 0;
    font-size: 14px;
  }

  .session-card {
    padding: 16px;
  }

  .session-title {
    font-size: 16px;
    line-height: 22px;
  }

  .session-speakers {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sessions-detail-toolbar {
    padding: 16px 16px 8px;
  }

  .sessions-detail-type-badges {
    padding: 0 16px 16px;
  }

  .sessions-detail-filters-btn {
    padding: 12px 14px;
    min-height: 46px;
    align-items: center;
  }
  .sessions-detail-filters-btn span {
    display: none;
  }

  .sessions-filter-drawer {
    width: 100%;
    max-width: 100vw;
    right: -100%;
  }

  .microsite-container-detail:has(.sd-card) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sd-card {
    padding: 20px 24px 20px 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .microsite-setBackground-detail .microsite-navigationBar .navigationBarCenter {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sessions-detail-search-input {
    min-height: 46px;
    box-sizing: border-box;
  }

  .sessions-detail-clear-btn-desktop {
    display: none !important;
  }

  .sessions-detail-clear-row {
    display: block;
    padding: 0 16px 16px;
  }

  .sessions-detail-clear-btn-mobile {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .sessions-detail-clear-btn-mobile.is-visible {
    display: flex;
  }

  .sd-title {
    font-size: 22px;
  }

  .sd-speakers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/*# sourceMappingURL=microsite.css.map */
