@font-face {
  font-family: "SWB ISUV Rubik";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../../Fonts/Rubik/Rubik-LatinExt-Variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "SWB ISUV Rubik";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../../Fonts/Rubik/Rubik-Latin-Variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#swb_web_isuv_root,
.swb_web_isuv_scope {
  --swb-web-isuv-content-width: 1216px;
  --swb-web-isuv-grid-gap: 32px;
  --swb-web-isuv-color-primary: #00b2bb;
  --swb-web-isuv-color-primary-hover: #4dd9e1;
  --swb-web-isuv-color-text: #151515;
  --swb-web-isuv-color-body: #3b3b3b;
  --swb-web-isuv-color-muted: #aeaeae;
  --swb-web-isuv-color-surface: #f7fdfd;
  --swb-web-isuv-color-panel: #e9e9e9;
  --swb-web-isuv-radius: 5px;
  font-family: "SWB ISUV Rubik", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #151515;
  line-height: 1.5;
}
#swb_web_isuv_root *,
#swb_web_isuv_root *::before,
#swb_web_isuv_root *::after,
.swb_web_isuv_scope *,
.swb_web_isuv_scope *::before,
.swb_web_isuv_scope *::after {
  box-sizing: border-box;
}
#swb_web_isuv_root a,
.swb_web_isuv_scope a {
  color: inherit;
  text-decoration: none;
}
#swb_web_isuv_root img,
.swb_web_isuv_scope img {
  max-width: 100%;
  height: auto;
}
#swb_web_isuv_root p,
.swb_web_isuv_scope p {
  margin: 0 0 16px;
}
#swb_web_isuv_root h1,
#swb_web_isuv_root h2,
#swb_web_isuv_root h3,
#swb_web_isuv_root h4,
#swb_web_isuv_root h5,
#swb_web_isuv_root .swb_web_isuv_title,
.swb_web_isuv_scope h1,
.swb_web_isuv_scope h2,
.swb_web_isuv_scope h3,
.swb_web_isuv_scope h4,
.swb_web_isuv_scope h5,
.swb_web_isuv_scope .swb_web_isuv_title {
  margin: 0 0 12px;
  color: #151515;
  line-height: 1.2;
}

#swb_web_isuv_root {
  width: min(var(--swb-web-isuv-content-width), 100%);
  max-width: min(var(--swb-web-isuv-content-width), 100vw - 32px);
  margin-right: auto;
  margin-left: auto;
}

.swb_web_isuv_scope {
  width: 100%;
}

body .is-layout-constrained > #swb_web_isuv_root,
body .wp-block-post-content > #swb_web_isuv_root {
  width: min(var(--swb-web-isuv-content-width), 100%);
  max-width: min(var(--swb-web-isuv-content-width), 100vw - 32px);
  margin-right: auto !important;
  margin-left: auto !important;
}

.swb_web_isuv_hide {
  display: none !important;
}

.swb_web_isuv_mb_0_5_rem {
  margin-bottom: 8px;
}

.swb_web_isuv_justify_content_center {
  justify-content: center;
}

.swb_web_isuv_muted_placeholder {
  color: rgba(21, 21, 21, 0.45);
}

@keyframes swb_web_isuv_spin {
  to {
    transform: rotate(360deg);
  }
}
.swb_web_isuv_btn_spinner_wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.swb_web_isuv_btn_loading {
  opacity: 0.72;
  pointer-events: none;
}

.swb_web_isuv_btn_spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(21, 21, 21, 0.14);
  border-top-color: #00b2bb;
  border-radius: 50%;
  animation: swb_web_isuv_spin 0.8s linear infinite;
}

.swb_web_isuv_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.swb_web_isuv_col_md_4,
.swb_web_isuv_col_md_6,
.swb_web_isuv_col_md_8,
.swb_web_isuv_col_md_12 {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .swb_web_isuv_col_md_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .swb_web_isuv_col_md_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .swb_web_isuv_col_md_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .swb_web_isuv_col_md_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.swb_web_isuv_alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 12px;
}

.swb_web_isuv_alert_danger {
  color: #842029;
  background: #f8d7da;
  border-color: #f5c2c7;
}

.swb_web_isuv_error_debug_block {
  margin: -12px 0 24px;
  padding: 16px 20px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #151515;
}

.swb_web_isuv_error_debug_title {
  margin-bottom: 12px;
  font-size: 16px;
}

.swb_web_isuv_error_debug_summary {
  margin-bottom: 16px;
}

.swb_web_isuv_error_debug_line {
  margin: 0 0 8px;
}

.swb_web_isuv_error_debug_line:last-child {
  margin-bottom: 0;
}

.swb_web_isuv_error_debug_line_title {
  font-size: 16px;
}

.swb_web_isuv_error_debug_facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.swb_web_isuv_error_debug_fact {
  padding: 12px 14px;
  border-radius: 10.4px;
  background: rgba(21, 21, 21, 0.04);
  border: 1px solid rgba(21, 21, 21, 0.08);
}

.swb_web_isuv_error_debug_fact_label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.68);
}

.swb_web_isuv_error_debug_fact_value {
  display: block;
  font-size: 15.2px;
  line-height: 1.45;
  word-break: break-word;
}

.swb_web_isuv_error_debug_raw_title {
  margin: 0 0 12px;
  font-size: 14.4px;
}

.swb_web_isuv_error_debug_pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 14px;
  line-height: 1.55;
}

.swb_web_isuv_ajax_error {
  margin-bottom: 16px;
}

.swb_web_isuv_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 35px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #00b2bb;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.swb_web_isuv_btn:hover {
  background: #4dd9e1;
}
.swb_web_isuv_btn:focus, .swb_web_isuv_btn:active {
  outline: none;
  border-radius: 999px;
}
.swb_web_isuv_btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 178, 187, 0.14);
}

.swb_web_isuv_btn_sm {
  min-height: 36px;
  padding: 8px 16px;
  font-size: 15px;
}

.swb_web_isuv_btn_outline {
  background: transparent;
  border-color: rgba(21, 21, 21, 0.24);
  color: #151515;
}
.swb_web_isuv_btn_outline:hover {
  background: rgba(21, 21, 21, 0.08);
  color: #151515;
}

.swb_web_isuv_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.swb_web_isuv_table th,
.swb_web_isuv_table td {
  padding: 13.6px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
.swb_web_isuv_table th {
  font-weight: 600;
}

.swb_web_isuv_card_header {
  margin-bottom: 16px;
}

.swb_web_isuv_search_bar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 416px;
  min-height: 48px;
  padding: 0 4px 0 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.swb_web_isuv_search_bar:hover {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.swb_web_isuv_search_input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 48px;
  margin: 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #151515;
  font: inherit;
}
.swb_web_isuv_search_input:focus {
  outline: none;
}
.swb_web_isuv_search_input::placeholder {
  color: rgba(59, 59, 59, 0.82);
}

.swb_web_isuv_search_leading_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(59, 59, 59, 0.92);
}

.swb_web_isuv_search_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(59, 59, 59, 0.92);
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.swb_web_isuv_search_btn:hover {
  background: rgba(21, 21, 21, 0.08);
  color: #151515;
}
.swb_web_isuv_search_btn .dashicons {
  font-size: 20px;
}

.swb_web_isuv_search_count_loader {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  border: 2px solid #ced4da;
  border-left-color: #00b2bb;
  border-radius: 50%;
  animation: swb_web_isuv_spin 0.8s linear infinite;
}

.swb_web_isuv_map_surface {
  position: relative;
  width: 100%;
  min-height: 448px;
  overflow: hidden;
  border: 1px solid rgba(29, 27, 32, 0.14);
  border-radius: 4px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 248, 252, 0.95) 48%, rgba(32, 108, 228, 0.08) 100%);
  box-shadow: 0 14px 36px rgba(32, 108, 228, 0.08);
}
.swb_web_isuv_map_surface::before, .swb_web_isuv_map_surface::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.swb_web_isuv_map_surface::before {
  top: -12%;
  right: -8%;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 108, 228, 0.24) 0%, rgba(32, 108, 228, 0.08) 45%, rgba(32, 108, 228, 0) 72%);
  filter: blur(18px);
}
.swb_web_isuv_map_surface::after {
  inset: 0;
  background-image: linear-gradient(rgba(21, 21, 21, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 21, 21, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.32;
  filter: blur(1.5px);
}
.swb_web_isuv_map_surface.swb_web_isuv_is_loaded {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 252, 0.92) 100%);
}
.swb_web_isuv_map_surface.swb_web_isuv_is_loaded::before, .swb_web_isuv_map_surface.swb_web_isuv_is_loaded::after {
  opacity: 0;
}

.swb_web_isuv_map_placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2;
}

.swb_web_isuv_map_placeholder_inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13.6px;
  max-width: 464px;
  padding: 25.6px 22.4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(32, 108, 228, 0.12);
}

.swb_web_isuv_map_placeholder_overline {
  margin: 0;
  color: rgba(59, 59, 59, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swb_web_isuv_map_placeholder_title {
  margin: 0;
  font-size: 21.6px;
}

.swb_web_isuv_map_placeholder_text {
  margin: 0;
  color: rgba(59, 59, 59, 0.96);
  font-size: 15.2px;
  line-height: 1.55;
}

.swb_web_isuv_map_load_btn {
  min-width: 208px;
}
.swb_web_isuv_map_load_btn[disabled] {
  opacity: 0.72;
  cursor: progress;
}

.swb_web_isuv_google_maps_canvas,
.swb_web_isuv_map_embed_host {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  z-index: 1;
}

.swb_web_isuv_map_embed_host iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.swb_web_isuv_map_noscript {
  margin-top: 12px;
  color: rgba(59, 59, 59, 0.9);
  font-size: 14px;
}

#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel {
  grid-template-columns: minmax(224px, 1fr) minmax(160px, 0.8fr) minmax(160px, 0.8fr);
  margin-bottom: 40px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel .swb_web_isuv_event_filter_heading {
  grid-column: 1/-1;
  margin: 0;
  color: #151515;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel .swb_web_isuv_btn {
  align-self: end;
  width: 100%;
  min-height: 58px;
  min-width: 0;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel .swb_web_isuv_search_input {
  appearance: none;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_heading {
  margin-bottom: 18.4px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_heading .swb_web_isuv_title {
  font-size: clamp(30.4px, 2.4vw, 39.2px);
  font-weight: 500;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_row {
  align-items: stretch;
  row-gap: 24px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_list_col {
  display: flex;
  flex-direction: column;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe #swb_web_isuv_event_table_body {
  display: flex;
  flex-direction: column;
  gap: 25.6px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_list_item {
  display: block;
  min-height: 0;
  padding: 32px 35.2px;
  border: 1px solid rgba(0, 178, 187, 0.8);
  border-radius: var(--swb-web-isuv-radius);
  background: var(--swb-web-isuv-color-surface);
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_list_item::after {
  display: none;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_list_item:hover {
  background: var(--swb-web-isuv-color-surface);
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_list_item:focus-within {
  background: var(--swb-web-isuv-color-surface);
  box-shadow: inset 0 0 0 1px rgba(0, 178, 187, 0.28);
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21.6px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_card_meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 28px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_card_date {
  font-weight: 700;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_card_city {
  color: #00b2bb;
  font-size: 16px;
  font-weight: 700;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_topic {
  max-width: 896px;
  color: var(--swb-web-isuv-color-body);
  font-size: 18px;
  line-height: 28px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_topic span,
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_topic strong {
  display: block;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_topic span {
  margin-bottom: 4px;
  font-weight: 400;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_topic strong {
  font-weight: 700;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_speaker {
  max-width: 896px;
  color: var(--swb-web-isuv-color-body);
  font-size: 18px;
  line-height: 28px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_speaker span {
  display: block;
  margin-bottom: 4px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_speaker p {
  margin: 0;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_excerpt {
  max-width: 896px;
  margin: 0;
  color: var(--swb-web-isuv-color-body);
  font-size: 18px;
  line-height: 28px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_btn {
  min-width: 240px;
  margin-top: 3.2px;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_no_results_row {
  min-height: 96px;
  padding: 24px;
  text-align: center;
}
#swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_no_results_row .swb_web_isuv_supporting_text {
  max-width: 448px;
}
@media (min-width: 768px) {
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_list_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel .swb_web_isuv_btn {
    width: 100%;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_list_item {
    padding: 23.2px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_card_meta {
    flex-direction: column;
    gap: 5.6px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_btn {
    width: 100%;
  }
}

.swb_web_isuv_scope.swb_web_isuv_show_fe .swb_web_isuv_map_surface {
  height: 448px;
}
@media (max-width: 767px) {
  .swb_web_isuv_scope.swb_web_isuv_show_fe .swb_web_isuv_map_surface {
    height: 384px;
    min-height: 384px;
  }
}

.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_header {
  margin-bottom: 24px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_overline {
  margin: 0 0 5.6px 0;
  color: rgba(0, 178, 187, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_title {
  margin: 0;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_meta {
  margin: 5.6px 0 0;
  color: rgba(59, 59, 59, 0.96);
  font-size: 15.2px;
  line-height: 1.55;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_gallery_item {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 178, 187, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 252, 0.92) 100%);
  box-shadow: 0 10px 24px rgba(0, 178, 187, 0.08);
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_gallery_image {
  display: block;
  width: 100%;
  min-height: 192px;
  max-height: 288px;
  object-fit: cover;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_table {
  margin-bottom: 24px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_description {
  margin-bottom: 24px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_description_text {
  color: rgba(59, 59, 59, 0.96);
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_gallery {
    grid-template-columns: 1fr;
  }
  .swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_gallery_image {
    min-height: 160px;
  }
}

#swb_web_isuv_modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#swb_web_isuv_modal_card,
.swb_web_isuv_modal_card {
  position: relative;
  width: min(var(--swb-web-isuv-content-width), 100%);
  max-width: calc(100vw - 32px);
  max-height: 90vh;
  min-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.swb_web_isuv_modal_close_btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.06);
  color: #151515;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.swb_web_isuv_modal_close_btn:hover {
  background: rgba(21, 21, 21, 0.12);
}
.swb_web_isuv_modal_close_btn span {
  display: inline-block;
  transform: translateY(-1px);
}

.swb_web_isuv_modal_title {
  margin: 0;
  padding-right: 40px;
}

#swb_web_isuv_modal_body > .swb_web_isuv_scope {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 16px;
  padding-left: 16px;
}

#swb_web_isuv_modal_body .swb_web_isuv_contact_section,
#swb_web_isuv_modal_body .swb_web_isuv_contact_document_section,
#swb_web_isuv_modal_body .swb_web_isuv_contact_teaser_grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_teaser_grid {
  margin-right: 0;
  margin-left: 0;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_teaser_box {
  min-width: 0;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_teaser_box .swb_web_isuv_title,
#swb_web_isuv_modal_body .swb_web_isuv_contact_teaser_box p {
  overflow-wrap: anywhere;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_teaser_box .swb_web_isuv_btn {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile {
  grid-template-columns: minmax(0, 1fr) minmax(128px, 192px);
  gap: 24px;
  padding: 0 16px;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table {
  width: 100%;
  max-width: none;
  font-size: 16.8px;
  line-height: 1.45;
  table-layout: auto;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table th,
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table td {
  padding-top: 6.72px;
  padding-bottom: 6.72px;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table th {
  width: 200px;
  min-width: 200px;
  padding-right: 20px;
  white-space: nowrap;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table td {
  min-width: 0;
  padding-right: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table td a {
  overflow-wrap: anywhere;
  word-break: normal;
}
#swb_web_isuv_modal_body .swb_web_isuv_contact_photo {
  width: min(192px, 32vw);
}

.swb_web_isuv_modal_loading_text {
  margin: 0;
  color: rgba(59, 59, 59, 0.9);
  font-size: 15px;
}

.swb_web_isuv_event_show_fe {
  padding: 24px 0 48px;
  background: #fff;
}

.swb_web_isuv_event_page {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.swb_web_isuv_event_container {
  width: 100%;
  max-width: var(--swb-web-isuv-content-width);
  margin: 0 auto;
  padding: 0 16px;
}

.swb_web_isuv_event_section_heading {
  margin-bottom: 20px;
  padding: 17.6px 20px;
  border-radius: 12px;
  background: #00b2bb;
  color: #fff;
}

.swb_web_isuv_event_section_heading_spaced {
  margin-top: 8px;
}

.swb_web_isuv_event_section_heading h1,
.swb_web_isuv_event_section_heading h2 {
  margin: 0;
  color: inherit;
}

.swb_web_isuv_event_section_body {
  padding: 24px;
  border: 1px solid rgba(0, 178, 187, 0.18);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 178, 187, 0.08);
}

.swb_web_isuv_event_subtitle {
  color: rgba(59, 59, 59, 0.95);
  font-size: 17px;
}

.swb_web_isuv_event_meta_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.swb_web_isuv_event_meta_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  max-width: 512px;
  padding: 6.4px 0;
  border-bottom: 1px solid rgba(0, 178, 187, 0.12);
}
.swb_web_isuv_event_meta_item:last-child {
  border-bottom: 0;
}

.swb_web_isuv_event_meta_label {
  flex: 0 0 144px;
  font-weight: 700;
  color: #151515;
}

.swb_web_isuv_event_meta_value {
  flex: 1 1 auto;
  text-align: left;
  color: rgba(59, 59, 59, 0.96);
}
.swb_web_isuv_event_meta_value a {
  color: #00b2bb;
  font-weight: 600;
}

.swb_web_isuv_event_description {
  margin-top: 24px;
  color: rgba(59, 59, 59, 0.96);
}
.swb_web_isuv_event_description strong {
  margin-right: 5.6px;
  color: #151515;
}

.swb_web_isuv_event_cta_group {
  margin-top: 28px;
}

.swb_web_isuv_event_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(294px, 100%);
  height: 54px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #bf2600;
  border-radius: 999px;
  background: #bf2600;
  color: #fff;
  font-family: "SWB ISUV Rubik", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.swb_web_isuv_event_cta:hover {
  background: transparent;
  color: #bf2600;
}

.swb_web_isuv_event_address {
  color: rgba(59, 59, 59, 0.96);
}
.swb_web_isuv_event_address p:last-child {
  margin-bottom: 0;
}

.swb_web_isuv_event_map {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0, 178, 187, 0.18);
  box-shadow: 0 10px 24px rgba(0, 178, 187, 0.08);
}
.swb_web_isuv_event_map iframe {
  display: block;
  width: 100%;
  min-height: 384px;
  border: 0;
}

.swb_web_isuv_event_list_fe .swb_web_isuv_row {
  row-gap: 16px;
}

.swb_web_isuv_form .swb_web_isuv_input_box {
  margin-bottom: 24px;
}
.swb_web_isuv_form .swb_web_isuv_error_message {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #842029;
}

@media (max-width: 767px) {
  .swb_web_isuv_event_show_fe {
    padding: 16px 0 32px;
  }
  .swb_web_isuv_event_page {
    gap: 32px;
  }
  .swb_web_isuv_event_section_heading {
    padding: 15.2px 16px;
  }
  .swb_web_isuv_event_section_body {
    padding: 17.6px;
  }
  .swb_web_isuv_event_meta_item {
    flex-direction: column;
    gap: 4.8px;
  }
  .swb_web_isuv_event_meta_label {
    flex-basis: auto;
  }
  #swb_web_isuv_modal {
    padding: 12px;
  }
  #swb_web_isuv_modal_card {
    min-height: auto;
    max-height: calc(100vh - 24px);
  }
}
#swb_web_isuv_root,
.swb_web_isuv_scope {
  color: var(--swb-web-isuv-color-text);
}
#swb_web_isuv_root a,
.swb_web_isuv_scope a {
  color: #00aeb7;
}
#swb_web_isuv_root a.swb_web_isuv_btn,
#swb_web_isuv_root button.swb_web_isuv_btn,
.swb_web_isuv_scope a.swb_web_isuv_btn,
.swb_web_isuv_scope button.swb_web_isuv_btn {
  -webkit-tap-highlight-color: transparent;
  border-radius: 999px;
}
#swb_web_isuv_root a.swb_web_isuv_btn:focus, #swb_web_isuv_root a.swb_web_isuv_btn:active,
#swb_web_isuv_root button.swb_web_isuv_btn:focus,
#swb_web_isuv_root button.swb_web_isuv_btn:active,
.swb_web_isuv_scope a.swb_web_isuv_btn:focus,
.swb_web_isuv_scope a.swb_web_isuv_btn:active,
.swb_web_isuv_scope button.swb_web_isuv_btn:focus,
.swb_web_isuv_scope button.swb_web_isuv_btn:active {
  outline: none;
}
#swb_web_isuv_root a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline),
#swb_web_isuv_root a.swb_web_isuv_event_cta,
.swb_web_isuv_scope a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline),
.swb_web_isuv_scope a.swb_web_isuv_event_cta {
  color: #fff;
  text-decoration: none;
}
#swb_web_isuv_root a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline):visited, #swb_web_isuv_root a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline):hover, #swb_web_isuv_root a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline):focus,
#swb_web_isuv_root a.swb_web_isuv_event_cta:visited,
#swb_web_isuv_root a.swb_web_isuv_event_cta:hover,
#swb_web_isuv_root a.swb_web_isuv_event_cta:focus,
.swb_web_isuv_scope a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline):visited,
.swb_web_isuv_scope a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline):hover,
.swb_web_isuv_scope a.swb_web_isuv_btn:not(.swb_web_isuv_btn_outline):focus,
.swb_web_isuv_scope a.swb_web_isuv_event_cta:visited,
.swb_web_isuv_scope a.swb_web_isuv_event_cta:hover,
.swb_web_isuv_scope a.swb_web_isuv_event_cta:focus {
  color: #fff;
}
#swb_web_isuv_root a.swb_web_isuv_btn_outline,
.swb_web_isuv_scope a.swb_web_isuv_btn_outline {
  color: #00aeb7;
}
#swb_web_isuv_root a.swb_web_isuv_btn_outline:visited,
.swb_web_isuv_scope a.swb_web_isuv_btn_outline:visited {
  color: #00aeb7;
}
#swb_web_isuv_root a.swb_web_isuv_btn_outline:hover, #swb_web_isuv_root a.swb_web_isuv_btn_outline:focus,
.swb_web_isuv_scope a.swb_web_isuv_btn_outline:hover,
.swb_web_isuv_scope a.swb_web_isuv_btn_outline:focus {
  color: #008f96;
}

.swb_web_isuv_btn {
  min-width: 160px;
  border-color: var(--swb-web-isuv-color-primary);
  background: var(--swb-web-isuv-color-primary);
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
}
.swb_web_isuv_btn:hover {
  border-color: var(--swb-web-isuv-color-primary-hover);
  background: var(--swb-web-isuv-color-primary-hover);
  color: #fff;
}
.swb_web_isuv_btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 178, 187, 0.2);
}

.swb_web_isuv_btn_outline {
  background: #fff;
  border-color: #00b2bb;
  color: #00aeb7;
}
.swb_web_isuv_btn_outline:hover {
  background: rgba(0, 178, 187, 0.08);
  color: #008f96;
}

.swb_web_isuv_search_count_loader {
  border-left-color: #00b2bb;
}

.swb_web_isuv_map_surface {
  border-color: rgba(0, 178, 187, 0.32);
  border-radius: 4px;
  background: #f3fbfc;
  box-shadow: none;
}
.swb_web_isuv_map_surface::before, .swb_web_isuv_map_surface::after {
  opacity: 0;
}

.swb_web_isuv_map_placeholder_inner {
  border: 1px solid rgba(0, 178, 187, 0.22);
  border-radius: 4px;
  box-shadow: none;
}

.swb_web_isuv_map_placeholder_title,
.swb_web_isuv_map_placeholder_overline {
  color: #00aeb7;
}

.swb_web_isuv_contact_filter_panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 24px var(--swb-web-isuv-grid-gap);
  width: 100%;
  max-width: var(--swb-web-isuv-content-width);
  margin: 0 0 40px;
  padding: 48px 0;
  background: var(--swb-web-isuv-color-panel);
  box-shadow: 0 0 0 100vmax var(--swb-web-isuv-color-panel);
  clip-path: inset(0 -100vmax);
}

.swb_web_isuv_contact_filter_group {
  display: flex;
  flex-direction: column;
  gap: 7.2px;
}
.swb_web_isuv_contact_filter_group label {
  color: var(--swb-web-isuv-color-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_search_input {
  min-height: 58px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #e1e1e1;
  border-radius: var(--swb-web-isuv-radius);
  background: #fff;
  color: var(--swb-web-isuv-color-body);
  font-size: 16px;
  line-height: 19px;
  transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_search_input:focus, .swb_web_isuv_contact_filter_group .swb_web_isuv_search_input:focus-visible {
  outline: none;
  border-color: rgba(0, 174, 183, 0.75);
  background: #fff;
  box-shadow: 0 0 0 2.88px rgba(0, 174, 183, 0.14);
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_clearable_input {
  position: relative;
  width: 100%;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_clearable_input .swb_web_isuv_search_input {
  width: 100%;
  padding-right: 48px;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn {
  position: absolute;
  top: 0;
  right: 10.4px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30.4px;
  height: 30.4px;
  margin: auto 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7c8588;
  font: inherit;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: none;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.12s ease;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn .swb_web_isuv_input_clear_icon {
  position: relative;
  display: block;
  width: 12.48px;
  height: 12.48px;
  pointer-events: none;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn .swb_web_isuv_input_clear_icon::before, .swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn .swb_web_isuv_input_clear_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.48px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn .swb_web_isuv_input_clear_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn .swb_web_isuv_input_clear_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn:hover, .swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn:focus-visible {
  outline: none;
  background: rgba(0, 174, 183, 0.1);
  color: #008f96;
}
.swb_web_isuv_contact_filter_group .swb_web_isuv_input_clear_btn:active {
  transform: scale(0.94);
}

.swb_web_isuv_air_datepicker.air-datepicker {
  --adp-font-family: "SWB ISUV Rubik", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --adp-font-size: 15.2px;
  --adp-accent-color: #00b2bb;
  --adp-color-current-date: #00b2bb;
  --adp-day-name-color: #008f96;
  --adp-day-name-color-hover: #00b2bb;
  --adp-nav-arrow-color: #1d1b20;
  --adp-nav-color-secondary: #00b2bb;
  --adp-cell-background-color-hover: rgba(0, 178, 187, .1);
  --adp-cell-background-color-selected: #00b2bb;
  --adp-cell-background-color-selected-hover: #009aa2;
  --adp-cell-background-color-in-range: rgba(0, 178, 187, .12);
  --adp-cell-background-color-in-range-hover: rgba(0, 178, 187, .18);
  --adp-cell-border-color-in-range: rgba(0, 178, 187, .5);
  --adp-btn-color: #00a0a8;
  --adp-btn-color-hover: #1d1b20;
  --adp-btn-background-color-hover: rgba(0, 178, 187, .1);
  --adp-btn-background-color-active: rgba(0, 178, 187, .16);
  --adp-border-color: rgba(0, 178, 187, .28);
  --adp-border-color-inner: rgba(0, 178, 187, .14);
  --adp-border-radius: 5.6px;
  --adp-cell-border-radius: 4.8px;
  --adp-z-index: 100000;
  box-shadow: 0 16px 35.2px rgba(0, 0, 0, 0.16);
}
.swb_web_isuv_air_datepicker.air-datepicker .air-datepicker-nav--title {
  font-weight: 600;
}
.swb_web_isuv_air_datepicker.air-datepicker .air-datepicker-cell.-selected-,
.swb_web_isuv_air_datepicker.air-datepicker .air-datepicker-cell.-selected-.-current-,
.swb_web_isuv_air_datepicker.air-datepicker .air-datepicker-cell.-selected-.-focus- {
  color: #fff;
}

.swb_web_isuv_contact_filter_group_search {
  display: flex;
  flex-direction: column;
}
.swb_web_isuv_contact_filter_group_search .swb_web_isuv_btn {
  width: 100%;
  min-height: 58px;
  min-width: 0;
  margin-top: 12px;
}

#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_group_search {
  grid-area: search;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_panel > .swb_web_isuv_contact_filter_group:nth-of-type(2) {
  grid-area: zip;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_panel > .swb_web_isuv_contact_filter_reset {
  grid-area: reset;
  align-self: end;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_panel {
  grid-template-areas: "search reset zip";
}

.swb_web_isuv_contact_filter_reset {
  position: relative;
  display: inline-flex;
  width: fit-content;
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--swb-web-isuv-color-primary);
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  transition: color 0.16s ease, transform 0.12s ease;
}
.swb_web_isuv_contact_filter_reset:focus, .swb_web_isuv_contact_filter_reset:active, .swb_web_isuv_contact_filter_reset:focus-visible {
  outline: none;
  box-shadow: none;
}
.swb_web_isuv_contact_filter_reset::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2.88px;
  left: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease;
}
.swb_web_isuv_contact_filter_reset:hover, .swb_web_isuv_contact_filter_reset:focus-visible {
  color: #008f96;
}
.swb_web_isuv_contact_filter_reset:hover::after, .swb_web_isuv_contact_filter_reset:focus-visible::after {
  transform: scaleX(1);
}
.swb_web_isuv_contact_filter_reset:active {
  transform: translateY(1px);
}

.swb_web_isuv_zip_country_flag,
.swb_web_isuv_zip_location_icon {
  display: none;
}

@media (min-width: 768px) {
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_panel {
    height: 288px;
    min-height: 288px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 0;
    padding: 79px 0 78px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_group {
    gap: 4px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_group label {
    height: 14px;
    color: var(--swb-web-isuv-color-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_group .swb_web_isuv_clearable_input {
    height: 43px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_group .swb_web_isuv_search_input {
    height: 43px;
    min-height: 43px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_group_search .swb_web_isuv_btn {
    width: min(237px, 100%);
    height: 54px;
    min-height: 54px;
    margin-top: 12px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_panel > .swb_web_isuv_contact_filter_reset {
    align-self: start;
    width: 142px;
    margin-top: 30px;
    margin-left: -4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_input .swb_web_isuv_search_input {
    padding-right: 56px;
    padding-left: 56px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_input .swb_web_isuv_search_input::placeholder {
    color: transparent;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_input .swb_web_isuv_input_clear_btn {
    z-index: 2;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_input .swb_web_isuv_input_clear_btn:not(.swb_web_isuv_hide) + .swb_web_isuv_zip_location_icon {
    opacity: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_country_flag,
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_location_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    pointer-events: none;
    transform: translateY(-50%);
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_country_flag {
    left: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #151515 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
    box-shadow: inset 0 0 0 1px rgba(21, 21, 21, 0.08);
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_zip_location_icon {
    right: 16px;
    width: 24px;
    height: 24px;
    color: #aeaeae;
    font-size: 24px;
    line-height: 24px;
    transition: opacity 0.16s ease;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel .swb_web_isuv_event_filter_heading {
    grid-row: 1;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_contact_filter_group {
    gap: 4px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_contact_filter_group label {
    height: 14px;
    color: var(--swb-web-isuv-color-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_contact_filter_group .swb_web_isuv_clearable_input {
    height: 43px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_contact_filter_group .swb_web_isuv_search_input {
    height: 43px;
    min-height: 43px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel > .swb_web_isuv_btn {
    grid-column: 1;
    grid-row: 4;
    justify-self: start;
    width: min(237px, 100%);
    height: 54px;
    min-height: 54px;
  }
}
.swb_web_isuv_contact_results_heading {
  margin-bottom: 16px;
}

#swb_web_isuv_root.swb_web_isuv_contact_list_fe {
  --swb_web_isuv_contact_results_height: clamp(544px, 42vw, 608px);
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_results_row {
  align-items: stretch;
  row-gap: 24px;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_results_list_col,
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_results_map_col {
  display: flex;
  flex-direction: column;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe #swb_web_isuv_contact_table_body {
  list-style: none;
  min-height: 512px;
  margin: 0;
  padding: 20px 24px;
  overflow: auto;
  background: var(--swb-web-isuv-color-surface);
  scrollbar-gutter: stable;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_list_item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 15.2px 0 16px;
  border-bottom: 1px solid rgba(0, 178, 187, 0.35);
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_headline {
  color: #67a8a8;
  font-size: 23.2px;
  font-weight: 700;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_person,
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_supporting_text {
  color: var(--swb-web-isuv-color-body);
  font-size: 18px;
  line-height: 28px;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_icon_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #00aeb7;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_icon_btn:hover {
  background: rgba(0, 178, 187, 0.1);
  color: #008f96;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_icon_btn:focus, #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_icon_btn:active {
  outline: none;
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_icon_btn:focus-visible {
  outline: none;
  background: rgba(0, 178, 187, 0.1);
  color: #008f96;
  box-shadow: 0 0 0 3px rgba(0, 178, 187, 0.18);
}
#swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_surface {
  min-height: 512px;
}
@media (min-width: 768px) {
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe #swb_web_isuv_contact_table_body,
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_surface {
    height: var(--swb_web_isuv_contact_results_height);
    min-height: var(--swb_web_isuv_contact_results_height);
  }
}

.swb_web_isuv_contact_section,
.swb_web_isuv_event_page,
.swb_web_isuv_contact_document_section {
  max-width: var(--swb-web-isuv-content-width);
  margin: 0 auto 48px;
}

.swb_web_isuv_event_section_heading {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 32px;
  border-radius: var(--swb-web-isuv-radius);
  background: var(--swb-web-isuv-color-primary);
  color: #fff;
}

#swb_web_isuv_root .swb_web_isuv_event_section_heading .swb_web_isuv_title {
  margin: 0;
  color: #fff;
  font-family: "SWB ISUV Rubik", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 38px;
  text-align: left;
}

.swb_web_isuv_event_section_body {
  padding: 0 32px;
  color: var(--swb-web-isuv-color-body);
  font-size: 18px;
  line-height: 28px;
}

.swb_web_isuv_contact_profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(192px, 288px);
  align-items: center;
  gap: var(--swb-web-isuv-grid-gap);
  padding: 0 32px;
}

.swb_web_isuv_contact_profile_table {
  max-width: 544px;
  font-size: 18px;
  line-height: 28px;
}
.swb_web_isuv_contact_profile_table th {
  width: 192px;
  min-width: 192px;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}
.swb_web_isuv_contact_profile_table th,
.swb_web_isuv_contact_profile_table td {
  border-bottom: 0;
  padding: 8.8px 12px 8.8px 0;
}
.swb_web_isuv_contact_profile_table td {
  overflow-wrap: anywhere;
  color: #3b3b3b;
  font-weight: 400;
  letter-spacing: 0;
}
.swb_web_isuv_contact_profile_table .swb_web_isuv_contact_profile_value_email {
  font-weight: 700;
}
.swb_web_isuv_contact_profile_table .swb_web_isuv_contact_profile_value_email a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.swb_web_isuv_contact_profile_table .swb_web_isuv_contact_profile_value_email a:hover, .swb_web_isuv_contact_profile_table .swb_web_isuv_contact_profile_value_email a:focus-visible {
  text-decoration: underline;
}

.swb_web_isuv_contact_photo_wrap {
  display: flex;
  justify-content: center;
}

.swb_web_isuv_contact_photo {
  width: min(288px, 56vw);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1);
}

.swb_web_isuv_contact_photo_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9eeee;
  color: #00aeb7;
  font-size: 64px;
  font-weight: 800;
}

.swb_web_isuv_contact_event_note {
  margin-bottom: 28px;
}

.swb_web_isuv_contact_event_list {
  display: grid;
  gap: 24px;
}

.swb_web_isuv_contact_event_card {
  padding: 26.4px;
  border: 1px solid #00b2bb;
  border-radius: var(--swb-web-isuv-radius);
  background: var(--swb-web-isuv-color-surface);
}
.swb_web_isuv_contact_event_card .swb_web_isuv_title {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.swb_web_isuv_contact_event_meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14.4px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 28px;
}
.swb_web_isuv_contact_event_meta strong,
.swb_web_isuv_contact_event_meta span {
  font-weight: 700;
}
.swb_web_isuv_contact_event_meta span {
  color: #00b2bb;
  font-size: 16px;
}

.swb_web_isuv_contact_welcome_text {
  max-width: var(--swb-web-isuv-content-width);
}

.swb_web_isuv_contact_document_link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: min(100%, 448px);
  padding: 16px;
  border: 1px solid #00b2bb;
  border-radius: var(--swb-web-isuv-radius);
  background: var(--swb-web-isuv-color-surface);
  color: var(--swb-web-isuv-color-text);
}
.swb_web_isuv_contact_document_link .dashicons {
  width: 40px;
  height: 40px;
  color: #c92200;
  font-size: 40px;
}

.swb_web_isuv_contact_teaser_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--swb-web-isuv-grid-gap);
  max-width: var(--swb-web-isuv-content-width);
  margin: 64px auto 48px;
}

.swb_web_isuv_contact_teaser_box {
  padding: 40px;
  border: 1px solid #00b2bb;
  border-radius: var(--swb-web-isuv-radius);
  background: var(--swb-web-isuv-color-surface);
  color: var(--swb-web-isuv-color-body);
  font-family: "SWB ISUV Rubik", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}
.swb_web_isuv_contact_teaser_box .swb_web_isuv_title {
  color: #151515;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.swb_web_isuv_contact_teaser_box p {
  color: #3b3b3b;
  font-weight: 400;
  letter-spacing: 0;
}
.swb_web_isuv_contact_teaser_box .swb_web_isuv_btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_mb_0_5_rem {
  max-width: var(--swb-web-isuv-content-width);
  margin: 24px auto;
  padding: 0;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_page {
  gap: 0;
  margin-bottom: 37.6px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_heading {
  margin-bottom: 17.6px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_body {
  padding: 20px 21.6px;
  line-height: 1.65;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_body > p:first-child {
  margin-top: 0;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_body > p:last-child {
  margin-bottom: 0;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_description_text p:first-child {
  margin-top: 0;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_detail_description_text p:last-child {
  margin-bottom: 0;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_event_cta_group {
  margin-top: 20.8px;
}
.swb_web_isuv_scope.swb_web_isuv_event_show_fe .swb_web_isuv_contact_teaser_grid {
  margin-top: 44px;
}

.swb_web_isuv_event_meta_list {
  max-width: 736px;
}

.swb_web_isuv_event_meta_list_compact {
  margin-bottom: 17.6px;
}

.swb_web_isuv_event_meta_item {
  border-bottom-color: rgba(0, 178, 187, 0.2);
}

.swb_web_isuv_event_cta {
  border-color: #bf2600;
  background: #bf2600;
}
.swb_web_isuv_event_cta:hover {
  border-color: #8d1c00;
  background: #8d1c00;
  color: #fff;
}

.swb_web_isuv_event_directions_grid {
  display: grid;
  grid-template-columns: minmax(224px, 0.75fr) minmax(320px, 1.25fr);
  gap: 24px;
  align-items: stretch;
}
.swb_web_isuv_event_directions_grid .swb_web_isuv_map_surface {
  min-height: 336px;
}

.swb_web_isuv_scope.swb_web_isuv_contact_show_fe {
  padding-bottom: 40px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_mb_0_5_rem {
  margin-top: 24px;
  margin-bottom: 16px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_btn_sm {
  min-width: auto;
  min-height: 32px;
  padding: 6.08px 15.2px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_section {
  margin-bottom: 37.6px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_event_section_heading {
  margin-bottom: 21.6px;
  padding: 19.2px 20px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile {
  align-items: start;
  padding: 9.6px 20px 0;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table {
  margin: 0;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table th {
  width: 200px;
  min-width: 200px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table th,
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table td {
  padding: 6.08px 12px 6.08px 0;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_photo_wrap {
  align-self: start;
  padding-top: 2.4px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_photo {
  width: min(240px, 44vw);
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_event_section_body {
  padding: 18.4px 20px;
  border-radius: 4px;
  box-shadow: none;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_event_section_body > p:last-child {
  margin-bottom: 0;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_event_note {
  margin-bottom: 16px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_event_list {
  gap: 16px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_event_card {
  padding: 20px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_event_card p:last-of-type {
  margin-bottom: 16px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_event_meta {
  margin-bottom: 10.4px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_document_section {
  margin-top: -7.2px;
  margin-bottom: 34.4px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_document_link {
  padding: 13.6px 16px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_map_surface_contact_detail {
  min-height: 352px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_teaser_grid {
  gap: 24px;
  margin: 39.2px auto 48px;
}
.swb_web_isuv_scope.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_teaser_box {
  padding: 32px;
}

@media (max-width: 767px) {
  body .is-layout-constrained > #swb_web_isuv_root.swb_web_isuv_contact_list_fe,
  body .is-layout-constrained > #swb_web_isuv_root.swb_web_isuv_event_list_fe,
  body .is-layout-constrained > #swb_web_isuv_root.swb_web_isuv_contact_show_fe,
  body .is-layout-constrained > #swb_web_isuv_root.swb_web_isuv_event_show_fe,
  body .wp-block-post-content > #swb_web_isuv_root.swb_web_isuv_contact_list_fe,
  body .wp-block-post-content > #swb_web_isuv_root.swb_web_isuv_event_list_fe,
  body .wp-block-post-content > #swb_web_isuv_root.swb_web_isuv_contact_show_fe,
  body .wp-block-post-content > #swb_web_isuv_root.swb_web_isuv_event_show_fe,
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe,
  #swb_web_isuv_root.swb_web_isuv_event_list_fe,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe {
    width: auto;
    max-width: none;
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .swb_web_isuv_contact_filter_panel,
  .swb_web_isuv_contact_filter_group_search,
  .swb_web_isuv_contact_profile,
  .swb_web_isuv_contact_teaser_grid,
  .swb_web_isuv_event_directions_grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .swb_web_isuv_btn,
  .swb_web_isuv_event_cta {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_filter_panel {
    grid-template-areas: "search" "zip" "reset";
  }
  .swb_web_isuv_contact_filter_panel {
    width: 100%;
    max-width: 100%;
    gap: 28px;
    padding: 28px;
  }
  .swb_web_isuv_contact_filter_group {
    min-width: 0;
  }
  .swb_web_isuv_contact_filter_group .swb_web_isuv_search_input {
    width: 100%;
  }
  .swb_web_isuv_contact_filter_group_search .swb_web_isuv_btn {
    width: 100%;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_results_row {
    margin-right: 0;
    margin-left: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_results_list_col,
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_contact_results_map_col {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe #swb_web_isuv_contact_table_body,
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_surface {
    min-height: 384px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe #swb_web_isuv_contact_table_body {
    padding: 24px 26.4px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_list_item {
    gap: 16px;
    padding: 19.2px 5.6px 20px 0;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_trailing {
    padding-right: 4px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_placeholder {
    padding: 28px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_placeholder_inner {
    width: min(100%, 320px);
    max-width: 100%;
    padding: 26.4px 20px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_placeholder_title {
    font-size: 19.2px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_placeholder_text {
    font-size: 15.2px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_list_fe .swb_web_isuv_map_load_btn {
    min-width: 0;
    width: min(100%, 240px);
    padding-right: 12px;
    padding-left: 12px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_filter_panel {
    width: 100%;
    max-width: 100%;
    gap: 20px;
    padding: 28px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_row {
    margin-right: 0;
    margin-left: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_results_list_col {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe #swb_web_isuv_event_table_body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_list_item {
    width: calc(100% - 2px);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 23.2px 26.4px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_content,
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_topic,
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_speaker,
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_event_excerpt {
    min-width: 0;
    max-width: 100%;
  }
  #swb_web_isuv_root.swb_web_isuv_event_list_fe .swb_web_isuv_btn {
    min-width: 0;
    max-width: 100%;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_mb_0_5_rem,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_page,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_section,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_document_section,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_teaser_grid,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_mb_0_5_rem,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_page,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_section,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_document_section,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_teaser_grid {
    width: calc(100% - 2px);
    max-width: 100%;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_heading,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_body,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_profile,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_event_card,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_document_link,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_map_surface,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_section_heading,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_section_body,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_event_card,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_document_link,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_map_surface {
    max-width: 100%;
    min-width: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_section_body,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_section_body {
    padding: 18.4px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_directions_grid,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_directions_grid {
    min-width: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_map_placeholder,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_map_placeholder {
    padding: 21.6px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_map_surface_contact_detail,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_directions_grid .swb_web_isuv_map_surface,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_map_surface_contact_detail,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_directions_grid .swb_web_isuv_map_surface {
    min-height: 448px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_map_placeholder_inner,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_map_placeholder_inner {
    width: min(100%, 320px);
    max-width: 100%;
    padding: 24px 17.6px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_map_load_btn,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_map_load_btn {
    min-width: 0;
    width: min(100%, 240px);
    padding-right: 12px;
    padding-left: 12px;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_meta_list,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_meta_item,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_meta_value,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_meta_list,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_meta_item,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_meta_value {
    max-width: 100%;
    min-width: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_contact_teaser_box,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_teaser_box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_btn,
  #swb_web_isuv_root.swb_web_isuv_event_show_fe .swb_web_isuv_event_cta,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_btn,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_event_cta {
    min-width: 0;
    max-width: 100%;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table {
    font-size: 16px;
    line-height: 24px;
    table-layout: auto;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table th,
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table th {
    padding-bottom: 2.4px;
  }
  #swb_web_isuv_root.swb_web_isuv_contact_show_fe .swb_web_isuv_contact_profile_table td {
    padding-top: 0;
  }
  .swb_web_isuv_event_section_heading {
    padding: 16px;
  }
  #swb_web_isuv_root .swb_web_isuv_event_section_heading .swb_web_isuv_title {
    font-size: 22px;
    line-height: 26px;
  }
  .swb_web_isuv_event_section_body,
  .swb_web_isuv_contact_profile {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_profile {
    grid-template-columns: 1fr;
    padding: 0;
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_photo_wrap {
    justify-content: flex-start;
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_photo {
    width: min(160px, 45vw);
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table {
    table-layout: auto;
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table th,
  #swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table td {
    display: block;
    width: 100%;
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table th {
    padding-bottom: 2.4px;
  }
  #swb_web_isuv_modal_body .swb_web_isuv_contact_profile_table td {
    padding-top: 0;
  }
  .swb_web_isuv_contact_teaser_box {
    width: 100%;
    max-width: 100%;
    padding: 30.4px 26.4px;
    font-size: 16px;
    line-height: 24px;
  }
  .swb_web_isuv_contact_teaser_box .swb_web_isuv_title {
    font-size: 22px;
    line-height: 26px;
  }
  .swb_web_isuv_contact_teaser_grid {
    width: calc(100% - 2px);
    margin-right: auto;
    margin-left: auto;
  }
  .swb_web_isuv_contact_teaser_grid .swb_web_isuv_btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
    line-height: 18px;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .swb_web_isuv_event_meta_value a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .swb_web_isuv_contact_event_meta {
    flex-direction: column;
  }
}

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