#swb_web_sewobe_root,
.swb_web_sewobe_scope {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #1F232C;
  line-height: 1.5;
}
#swb_web_sewobe_root *,
#swb_web_sewobe_root *::before,
#swb_web_sewobe_root *::after,
.swb_web_sewobe_scope *,
.swb_web_sewobe_scope *::before,
.swb_web_sewobe_scope *::after {
  box-sizing: border-box;
}
#swb_web_sewobe_root a,
.swb_web_sewobe_scope a {
  color: inherit;
  text-decoration: none;
}
#swb_web_sewobe_root img,
.swb_web_sewobe_scope img {
  max-width: 100%;
  height: auto;
}
#swb_web_sewobe_root p,
.swb_web_sewobe_scope p {
  margin: 0 0 1rem;
}
#swb_web_sewobe_root h1,
#swb_web_sewobe_root h2,
#swb_web_sewobe_root h3,
#swb_web_sewobe_root h4,
#swb_web_sewobe_root h5,
#swb_web_sewobe_root .swb_web_sewobe_title,
.swb_web_sewobe_scope h1,
.swb_web_sewobe_scope h2,
.swb_web_sewobe_scope h3,
.swb_web_sewobe_scope h4,
.swb_web_sewobe_scope h5,
.swb_web_sewobe_scope .swb_web_sewobe_title {
  margin: 0 0 0.75rem;
  color: #0F2E55;
  line-height: 1.2;
}

#swb_web_sewobe_root {
  width: min(72rem, 100vw - 2rem);
  max-width: min(72rem, 100vw - 2rem);
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.swb_web_sewobe_scope {
  width: 100%;
  min-width: 0;
}

body .is-layout-constrained > #swb_web_sewobe_root,
body .wp-block-post-content > #swb_web_sewobe_root {
  width: min(72rem, 100vw - 2rem);
  max-width: min(72rem, 100vw - 2rem);
  margin-right: auto !important;
  margin-left: auto !important;
}

.swb_v3_module_live > #swb_web_sewobe_root,
.swb_v3_module_live > .swb_web_sewobe_scope {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}
.swb_v3_module_live > #swb_web_sewobe_root > .swb_web_sewobe_row,
.swb_v3_module_live > .swb_web_sewobe_scope > .swb_web_sewobe_row {
  margin-right: 0;
  margin-left: 0;
}

.swb_web_sewobe_hide {
  display: none !important;
}

.swb_web_sewobe_mb_0_5_rem {
  margin-bottom: 0.5rem;
}

.swb_web_sewobe_justify_content_center {
  justify-content: center;
}

.swb_web_sewobe_muted_placeholder {
  color: rgba(31, 35, 44, 0.45);
}

@keyframes swb_web_sewobe_spin {
  to {
    transform: rotate(360deg);
  }
}
.swb_web_sewobe_btn_spinner_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

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

.swb_web_sewobe_btn_spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(31, 35, 44, 0.14);
  border-top-color: #B91C2B;
  border-radius: 50%;
  animation: swb_web_sewobe_spin 0.8s linear infinite;
}

.swb_web_sewobe_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.swb_web_sewobe_col_md_4,
.swb_web_sewobe_col_md_6,
.swb_web_sewobe_col_md_8,
.swb_web_sewobe_col_md_12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 48rem) {
  .swb_web_sewobe_col_md_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .swb_web_sewobe_col_md_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .swb_web_sewobe_col_md_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .swb_web_sewobe_col_md_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.swb_web_sewobe_alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
}

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

.swb_web_sewobe_error_debug_block {
  margin: -0.75rem 0 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(31, 35, 44, 0.12);
  border-radius: 0.75rem;
  background: #fff;
  color: #1F232C;
}

.swb_web_sewobe_error_debug_title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.swb_web_sewobe_error_debug_summary {
  margin-bottom: 1rem;
}

.swb_web_sewobe_error_debug_line {
  margin: 0 0 0.5rem;
}

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

.swb_web_sewobe_error_debug_line_title {
  font-size: 1rem;
}

.swb_web_sewobe_error_debug_facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.swb_web_sewobe_error_debug_fact {
  padding: 0.75rem 0.875rem;
  border-radius: 0.65rem;
  background: rgba(31, 35, 44, 0.04);
  border: 1px solid rgba(31, 35, 44, 0.08);
}

.swb_web_sewobe_error_debug_fact_label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(31, 35, 44, 0.68);
}

.swb_web_sewobe_error_debug_fact_value {
  display: block;
  font-size: 0.95rem;
  line-height: 1.45;
  word-break: break-word;
}

.swb_web_sewobe_error_debug_raw_title {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

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

.swb_web_sewobe_ajax_error {
  margin-bottom: 1rem;
}

.swb_web_sewobe_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid #B91C2B;
  border-radius: 999px;
  background: #B91C2B;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.swb_web_sewobe_btn:hover {
  background: #9F1726;
  border-color: #9F1726;
}
.swb_web_sewobe_btn:active {
  background: #7F1320;
  border-color: #7F1320;
}
.swb_web_sewobe_btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.22);
}

.swb_web_sewobe_btn_sm {
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
}

.swb_web_sewobe_btn_outline {
  background: #fff;
  border-color: #D7E0EA;
  color: #0F2E55;
}
.swb_web_sewobe_btn_outline:hover {
  background: #F4F7FB;
  border-color: #C7D4E2;
  color: #0F2E55;
}
.swb_web_sewobe_btn_outline:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(15, 46, 85, 0.12);
}

.swb_web_sewobe_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_table th,
.swb_web_sewobe_table td {
  padding: 0.85rem 0.75rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(31, 35, 44, 0.08);
}
.swb_web_sewobe_table th {
  font-weight: 600;
}

.swb_web_sewobe_card_header {
  margin-bottom: 1rem;
}

.swb_web_sewobe_search_bar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 26rem;
  min-height: 3rem;
  padding: 0 0.25rem 0 1rem;
  border: 1px solid #D7E0EA;
  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_sewobe_search_bar:hover {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.swb_web_sewobe_search_bar:focus-within {
  border-color: #B91C2B;
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.14);
}

.swb_web_sewobe_search_input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 3rem;
  margin: 0 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1F232C;
  font: inherit;
}
.swb_web_sewobe_search_input:focus {
  outline: none;
}
.swb_web_sewobe_search_input:focus-visible {
  outline: none;
}
.swb_web_sewobe_search_input::placeholder {
  color: rgba(107, 114, 128, 0.82);
}

.swb_web_sewobe_search_leading_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(107, 114, 128, 0.92);
}

.swb_web_sewobe_search_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(107, 114, 128, 0.92);
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.swb_web_sewobe_search_btn:hover {
  background: rgba(31, 35, 44, 0.08);
  color: #1F232C;
}
.swb_web_sewobe_search_btn .dashicons {
  font-size: 1.25rem;
}

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

.swb_web_sewobe_map_surface {
  position: relative;
  width: 100%;
  min-height: 28rem;
  overflow: hidden;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 247, 251, 0.95) 48%, rgba(15, 46, 85, 0.06) 100%);
  box-shadow: 0 0.875rem 2.25rem rgba(31, 35, 44, 0.08);
}
.swb_web_sewobe_map_surface::before, .swb_web_sewobe_map_surface::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.swb_web_sewobe_map_surface::before {
  top: -12%;
  right: -8%;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 28, 43, 0.18) 0%, rgba(185, 28, 43, 0.06) 45%, rgba(185, 28, 43, 0) 72%);
  filter: blur(18px);
}
.swb_web_sewobe_map_surface::after {
  inset: 0;
  background-image: linear-gradient(rgba(31, 35, 44, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 35, 44, 0.06) 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.32;
  filter: blur(1.5px);
}
.swb_web_sewobe_map_surface.swb_web_sewobe_is_loaded {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 247, 251, 0.92) 100%);
}
.swb_web_sewobe_map_surface.swb_web_sewobe_is_loaded::before, .swb_web_sewobe_map_surface.swb_web_sewobe_is_loaded::after {
  opacity: 0;
}

.swb_web_sewobe_map_placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 2;
}

.swb_web_sewobe_map_placeholder_inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: 29rem;
  padding: 1.6rem 1.4rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 0.75rem 2rem rgba(31, 35, 44, 0.08);
}

.swb_web_sewobe_map_placeholder_overline {
  margin: 0;
  color: rgba(107, 114, 128, 0.9);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swb_web_sewobe_map_placeholder_title {
  margin: 0;
  font-size: 1.35rem;
}

.swb_web_sewobe_map_placeholder_text {
  margin: 0;
  color: rgba(107, 114, 128, 0.96);
  font-size: 0.95rem;
  line-height: 1.55;
}

.swb_web_sewobe_map_load_btn {
  min-width: 13rem;
  background: #fff;
  border-color: #D7E0EA;
  color: #0F2E55;
}
.swb_web_sewobe_map_load_btn:hover {
  background: #F4F7FB;
  border-color: #C7D4E2;
  color: #0F2E55;
}
.swb_web_sewobe_map_load_btn:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(15, 46, 85, 0.12);
}
.swb_web_sewobe_map_load_btn[disabled] {
  opacity: 0.72;
  cursor: progress;
}

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

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

.swb_web_sewobe_map_noscript {
  margin-top: 0.75rem;
  color: rgba(107, 114, 128, 0.9);
  font-size: 0.875rem;
}

#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_row {
  align-items: stretch;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_list_col,
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_map_col {
  display: flex;
  flex-direction: column;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe #swb_web_sewobe_user_table_body {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.92) 100%);
  box-shadow: 0 0.875rem 2.25rem rgba(31, 35, 44, 0.08);
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1rem;
  min-height: 5.5rem;
  padding: 1rem 1.25rem;
  background: transparent;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  left: 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 35, 44, 0) 0%, rgba(31, 35, 44, 0.12) 12%, rgba(31, 35, 44, 0.12) 88%, rgba(31, 35, 44, 0) 100%);
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item:last-child::after {
  display: none;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item:hover {
  background: #F4F7FB;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item:focus-within {
  background: linear-gradient(180deg, rgba(185, 28, 43, 0.05) 0%, rgba(185, 28, 43, 0.09) 100%);
  box-shadow: inset 0 0 0 1px #C7D4E2;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_leading,
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_trailing {
  display: flex;
  align-items: center;
  justify-content: center;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  border-radius: 50%;
  background: #B91C2B;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_avatar_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_headline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_supporting_text,
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_residence {
  color: rgba(107, 114, 128, 0.96);
  font-size: 0.9375rem;
  line-height: 1.45;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_residence {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_trailing {
  margin-left: 0.5rem;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_icon_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #DDE8F2;
  background: #EEF4FA;
  color: #0F2E55;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_icon_btn:hover {
  background: #E2ECF7;
  color: #B91C2B;
  transform: translateY(-1px);
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_icon_btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.18);
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_icon_btn .dashicons {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_no_results_row {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  min-height: 6rem;
  padding: 1.5rem;
  text-align: center;
}
#swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_no_results_row .swb_web_sewobe_supporting_text {
  max-width: 28rem;
}
@media (min-width: 48rem) {
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_list_col,
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_map_col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe #swb_web_sewobe_user_table_body,
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_map_surface {
    height: 31.25rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe #swb_web_sewobe_user_table_body {
    min-height: 0;
    overflow-y: auto;
  }
}
@media (max-width: 47.9375rem) {
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_search_row {
    margin-bottom: 0.75rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_search_row .swb_web_sewobe_search_bar {
    max-width: 100%;
    min-height: 2.85rem;
    margin-bottom: 0;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_search_row .swb_web_sewobe_search_input {
    min-height: 2.85rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_heading_row {
    margin-bottom: 1rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_heading_row .swb_web_sewobe_title {
    margin-bottom: 0;
    font-size: clamp(1.85rem, 8vw, 2.2rem);
    line-height: 1.08;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_row {
    row-gap: 1rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_map_col {
    order: 1;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_user_results_list_col {
    order: 2;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_map_surface {
    min-height: 23rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe #swb_web_sewobe_user_table_body {
    border-radius: 1.25rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item {
    column-gap: 0.875rem;
    min-height: 5rem;
    padding: 0.9rem 1rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_list_item::after {
    right: 1rem;
    left: 1rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_avatar {
    width: 2.9rem;
    height: 2.9rem;
    flex-basis: 2.9rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_icon_btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_map_placeholder {
    align-items: stretch;
    padding: 1rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_map_placeholder_inner {
    justify-content: center;
    gap: 0.62rem;
    max-width: calc(100% - 1.5rem);
    max-height: 100%;
    padding: 1.1rem 0.95rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_map_placeholder_title {
    font-size: 1.15rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_user_list_fe .swb_web_sewobe_map_placeholder_text {
    font-size: 0.875rem;
  }
}

#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.75fr) minmax(0, 0.75fr) minmax(0, 0.8fr) minmax(0, 1fr) minmax(max-content, auto);
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #D7E0EA;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #fff 0%, #F8FAFD 100%);
  box-shadow: 0 0.9rem 2rem rgba(31, 35, 44, 0.07);
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_contact_filter_group {
  gap: 0.35rem;
  min-width: 0;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_contact_filter_group label {
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_search_input {
  width: 100%;
  min-width: 0;
  min-height: 3.15rem;
  border-radius: 0.75rem;
  font-size: 0.98rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel select.swb_web_sewobe_search_input {
  padding-right: 2.5rem;
  background-image: linear-gradient(45deg, transparent 50%, #6B7280 50%), linear-gradient(135deg, #6B7280 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) 50%, calc(100% - 0.85rem) 50%;
  background-size: 0.32rem 0.32rem, 0.32rem 0.32rem;
  background-repeat: no-repeat;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_event_filter_search .swb_web_sewobe_search_input {
  padding-left: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 1.05rem 1.05rem;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_event_filter_reset {
  align-self: end;
  justify-self: end;
  max-width: 100%;
  min-height: 3.15rem;
  padding-right: 1rem;
  padding-left: 1rem;
  white-space: nowrap;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_search_input {
  appearance: none;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_results_heading {
  margin-bottom: 1.15rem;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_results_heading .swb_web_sewobe_title {
  font-size: clamp(1.9rem, 2.4vw, 2.45rem);
  font-weight: 700;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_results_row {
  align-items: stretch;
  row-gap: 1.5rem;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_results_list_col {
  display: flex;
  flex-direction: column;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe #swb_web_sewobe_event_table_body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_list_item {
  display: block;
  min-height: 0;
  padding: 2rem 2.2rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.75rem rgba(31, 35, 44, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_list_item::after {
  display: none;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_list_item:hover {
  border-color: #C7D4E2;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(31, 35, 44, 0.09);
  transform: translateY(-1px);
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_list_item:focus-within {
  background: #fff;
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.14);
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_list_item_has_image {
  display: grid;
  grid-template-columns: minmax(13rem, 18rem) minmax(0, 1fr);
  gap: 1.55rem;
  align-items: stretch;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_image_wrap {
  display: block;
  min-height: 14rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #eef4fa;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  color: #6B7280;
  font-size: 1rem;
  line-height: 1.4;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_date {
  font-weight: 700;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_city {
  color: #B91C2B;
  font-weight: 700;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_topic {
  max-width: 56rem;
  color: #0F2E55;
  font-size: 1.12rem;
  line-height: 1.42;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_topic span,
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_topic strong {
  display: block;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_topic span {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_topic strong {
  font-weight: 700;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_speaker {
  max-width: 56rem;
  color: #1F232C;
  font-size: 1.05rem;
  line-height: 1.55;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_speaker span {
  display: block;
  margin-bottom: 0.25rem;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_speaker p {
  margin: 0;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_excerpt {
  max-width: 56rem;
  margin: 0;
  color: #6B7280;
  font-size: 1.05rem;
  line-height: 1.55;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_btn {
  min-width: 15rem;
  margin-top: 0.2rem;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_no_results_row {
  min-height: 6rem;
  padding: 1.5rem;
  text-align: center;
}
#swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_no_results_row .swb_web_sewobe_supporting_text {
  max-width: 28rem;
}
@media (min-width: 48rem) {
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_results_list_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 70rem) {
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_search {
    grid-column: 1/-1;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_reset {
    justify-self: start;
  }
}
@media (max-width: 47.9375rem) {
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_btn,
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_panel .swb_web_sewobe_event_filter_reset {
    width: 100%;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_filter_search {
    grid-column: auto;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_list_item {
    padding: 1.35rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_list_item_has_image {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_image_wrap,
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_image {
    min-height: 12rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_event_card_meta {
    flex-direction: column;
    gap: 0.35rem;
  }
  #swb_web_sewobe_root.swb_web_sewobe_event_list_fe .swb_web_sewobe_btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

.swb_web_sewobe_scope.swb_web_sewobe_show_fe > .swb_web_sewobe_row:first-child {
  padding-top: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_mb_0_5_rem:first-child {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_user_profile_page_title_wrap {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_user_profile_header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_leading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  border-radius: 50%;
  background: #B91C2B;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_avatar_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_user_profile_name {
  margin: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_user_profile_table td {
  overflow-wrap: anywhere;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_user_detail_map_block {
  margin-top: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_map_surface {
  height: 28rem;
}
@media (max-width: 47.9375rem) {
  .swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_user_profile_header {
    gap: 0.75rem;
  }
  .swb_web_sewobe_scope.swb_web_sewobe_show_fe .swb_web_sewobe_map_surface {
    height: 24rem;
    min-height: 24rem;
  }
}

.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_header {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_overline {
  margin: 0 0 0.35rem 0;
  color: rgba(185, 28, 43, 0.92);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_title {
  margin: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_meta {
  margin: 0.35rem 0 0;
  color: rgba(107, 114, 128, 0.96);
  font-size: 0.95rem;
  line-height: 1.55;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_gallery_item {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 28, 43, 0.14);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 252, 0.92) 100%);
  box-shadow: 0 0.625rem 1.5rem rgba(185, 28, 43, 0.08);
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_gallery_image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_table {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_description {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_description_text {
  color: rgba(107, 114, 128, 0.96);
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

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

#swb_web_sewobe_modal_card,
.swb_web_sewobe_modal_card {
  position: relative;
  width: min(72rem, 100%);
  max-width: calc(100vw - 2rem);
  max-height: 90vh;
  min-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.2);
}

.swb_web_sewobe_modal_close_btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 35, 44, 0.06);
  color: #1F232C;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.swb_web_sewobe_modal_close_btn:hover {
  background: rgba(31, 35, 44, 0.12);
}
.swb_web_sewobe_modal_close_btn span {
  display: inline-block;
  transform: translateY(-1px);
}

.swb_web_sewobe_modal_title {
  margin: 0;
  padding-right: 2.5rem;
}

#swb_web_sewobe_modal_body > .swb_web_sewobe_scope {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}

#swb_web_sewobe_modal_body .swb_web_sewobe_contact_section,
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_document_section,
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_teaser_grid {
  max-width: 100%;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile {
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 12rem);
  gap: 1.5rem;
  padding: 0 1rem;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table {
  width: 100%;
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.45;
  table-layout: auto;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table th,
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table td {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table th {
  width: 12.5rem;
  min-width: 12.5rem;
  padding-right: 1.25rem;
  white-space: nowrap;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table td {
  min-width: 0;
  padding-right: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table td a {
  overflow-wrap: anywhere;
  word-break: normal;
}
#swb_web_sewobe_modal_body .swb_web_sewobe_contact_photo {
  width: min(12rem, 32vw);
}

.swb_web_sewobe_modal_loading_text {
  margin: 0;
  color: rgba(107, 114, 128, 0.9);
  font-size: 0.9375rem;
}

.swb_web_sewobe_event_show_fe {
  padding: 1.5rem 0 3rem;
  background: #fff;
}

.swb_web_sewobe_event_page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.swb_web_sewobe_event_container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.swb_web_sewobe_event_section_heading {
  margin-bottom: 1.25rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  color: #0F2E55;
  box-shadow: 0 0.75rem 1.75rem rgba(31, 35, 44, 0.06);
}

.swb_web_sewobe_event_section_heading_spaced {
  margin-top: 0.5rem;
}

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

.swb_web_sewobe_event_section_body {
  padding: 1.5rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.875rem 2.25rem rgba(31, 35, 44, 0.06);
}

.swb_web_sewobe_event_subtitle {
  color: rgba(107, 114, 128, 0.95);
  font-size: 1.0625rem;
}

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

.swb_web_sewobe_event_meta_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  max-width: 32rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(185, 28, 43, 0.12);
}
.swb_web_sewobe_event_meta_item:last-child {
  border-bottom: 0;
}

.swb_web_sewobe_event_meta_label {
  flex: 0 0 9rem;
  font-weight: 700;
  color: #1F232C;
}

.swb_web_sewobe_event_meta_value {
  flex: 1 1 auto;
  text-align: left;
  color: rgba(107, 114, 128, 0.96);
}
.swb_web_sewobe_event_meta_value a {
  color: #B91C2B;
  font-weight: 600;
}

.swb_web_sewobe_event_description {
  margin-top: 1.5rem;
  color: rgba(107, 114, 128, 0.96);
}
.swb_web_sewobe_event_description strong {
  margin-right: 0.35rem;
  color: #1F232C;
}

.swb_web_sewobe_event_cta_group {
  margin-top: 1.75rem;
}

.swb_web_sewobe_event_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.6rem;
  border: 1px solid #B91C2B;
  border-radius: 999px;
  background: #B91C2B;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.swb_web_sewobe_event_cta:hover {
  background: #9F1726;
  border-color: #9F1726;
  color: #fff;
}

.swb_web_sewobe_event_address {
  color: rgba(107, 114, 128, 0.96);
}
.swb_web_sewobe_event_address p:last-child {
  margin-bottom: 0;
}

.swb_web_sewobe_event_map {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #D7E0EA;
  box-shadow: 0 0.625rem 1.5rem rgba(31, 35, 44, 0.06);
}
.swb_web_sewobe_event_map iframe {
  display: block;
  width: 100%;
  min-height: 24rem;
  border: 0;
}

.swb_web_sewobe_event_list_fe .swb_web_sewobe_row {
  row-gap: 1rem;
}

.swb_web_sewobe_form .swb_web_sewobe_input_box {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_form .swb_web_sewobe_error_message {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #842029;
}

@media (max-width: 47.9375rem) {
  .swb_web_sewobe_event_show_fe {
    padding: 1rem 0 2rem;
  }
  .swb_web_sewobe_event_page {
    gap: 2rem;
  }
  .swb_web_sewobe_event_section_heading {
    padding: 0.95rem 1rem;
  }
  .swb_web_sewobe_event_section_body {
    padding: 1.1rem;
  }
  .swb_web_sewobe_event_meta_item {
    flex-direction: column;
    gap: 0.3rem;
  }
  .swb_web_sewobe_event_meta_label {
    flex-basis: auto;
  }
  #swb_web_sewobe_modal {
    padding: 0.75rem;
  }
  #swb_web_sewobe_modal_card {
    min-height: auto;
    max-height: calc(100vh - 1.5rem);
  }
}
#swb_web_sewobe_root,
.swb_web_sewobe_scope {
  color: #1F232C;
}
#swb_web_sewobe_root a,
.swb_web_sewobe_scope a {
  color: #B91C2B;
}
#swb_web_sewobe_root a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline),
#swb_web_sewobe_root a.swb_web_sewobe_event_cta,
.swb_web_sewobe_scope a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline),
.swb_web_sewobe_scope a.swb_web_sewobe_event_cta {
  color: #fff;
  text-decoration: none;
}
#swb_web_sewobe_root a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline):visited, #swb_web_sewobe_root a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline):hover, #swb_web_sewobe_root a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline):focus,
#swb_web_sewobe_root a.swb_web_sewobe_event_cta:visited,
#swb_web_sewobe_root a.swb_web_sewobe_event_cta:hover,
#swb_web_sewobe_root a.swb_web_sewobe_event_cta:focus,
.swb_web_sewobe_scope a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline):visited,
.swb_web_sewobe_scope a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline):hover,
.swb_web_sewobe_scope a.swb_web_sewobe_btn:not(.swb_web_sewobe_btn_outline):focus,
.swb_web_sewobe_scope a.swb_web_sewobe_event_cta:visited,
.swb_web_sewobe_scope a.swb_web_sewobe_event_cta:hover,
.swb_web_sewobe_scope a.swb_web_sewobe_event_cta:focus {
  color: #fff;
}
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline {
  color: #0F2E55;
}
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline:visited,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline:visited {
  color: #0F2E55;
}
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline:hover, #swb_web_sewobe_root a.swb_web_sewobe_btn_outline:focus,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline:hover,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline:focus {
  color: #0F2E55;
}

.swb_web_sewobe_btn {
  min-width: 10rem;
  border-color: #B91C2B;
  background: #B91C2B;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}
.swb_web_sewobe_btn:hover {
  border-color: #9F1726;
  background: #9F1726;
  color: #fff;
}
.swb_web_sewobe_btn:active {
  border-color: #7F1320;
  background: #7F1320;
  color: #fff;
}
.swb_web_sewobe_btn:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.22);
}

.swb_web_sewobe_btn_outline {
  background: #fff;
  border-color: #D7E0EA;
  color: #0F2E55;
}
.swb_web_sewobe_btn_outline:hover {
  background: #F4F7FB;
  border-color: #C7D4E2;
  color: #0F2E55;
}
.swb_web_sewobe_btn_outline:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(15, 46, 85, 0.12);
}

.swb_web_sewobe_btn_outline_primary,
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline_primary,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline_primary {
  background: #fff;
  border-color: #E3A4AC;
  color: #B91C2B;
}
.swb_web_sewobe_btn_outline_primary:visited,
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline_primary:visited,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline_primary:visited {
  color: #B91C2B;
}
.swb_web_sewobe_btn_outline_primary:hover, .swb_web_sewobe_btn_outline_primary:focus,
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline_primary:hover,
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline_primary:focus,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline_primary:hover,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline_primary:focus {
  background: #FFF4F5;
  border-color: #B91C2B;
  color: #B91C2B;
}
.swb_web_sewobe_btn_outline_primary:active,
#swb_web_sewobe_root a.swb_web_sewobe_btn_outline_primary:active,
.swb_web_sewobe_scope a.swb_web_sewobe_btn_outline_primary:active {
  background: #FDE8EA;
  border-color: #B91C2B;
  color: #B91C2B;
}

.swb_web_sewobe_map_load_btn {
  background: #fff;
  border-color: #D7E0EA;
  color: #0F2E55;
}
.swb_web_sewobe_map_load_btn:hover {
  background: #F4F7FB;
  border-color: #C7D4E2;
  color: #0F2E55;
}
.swb_web_sewobe_map_load_btn:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(15, 46, 85, 0.12);
}

.swb_web_sewobe_search_count_loader {
  border-left-color: #B91C2B;
}

.swb_web_sewobe_map_surface {
  border-color: #D7E0EA;
  border-radius: 0.5rem;
  background: #F4F7FB;
  box-shadow: none;
}
.swb_web_sewobe_map_surface::before, .swb_web_sewobe_map_surface::after {
  opacity: 0;
}

.swb_web_sewobe_map_placeholder_inner {
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  box-shadow: none;
}

.swb_web_sewobe_map_placeholder_title,
.swb_web_sewobe_map_placeholder_overline {
  color: #0F2E55;
}

.swb_web_sewobe_contact_filter_panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.8fr) max-content;
  align-items: end;
  gap: 1rem;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 2rem;
  padding: 1rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #fff 0%, #F8FAFD 100%);
  box-shadow: 0 0.9rem 2rem rgba(31, 35, 44, 0.07);
}

.swb_web_sewobe_contact_filter_group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.swb_web_sewobe_contact_filter_group label {
  color: #0F2E55;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.swb_web_sewobe_contact_filter_group .swb_web_sewobe_search_input {
  width: 100%;
  min-width: 0;
  min-height: 3.15rem;
  margin: 0;
  padding: 0 1rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.75rem;
  background: #fff;
  font-size: 0.98rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.swb_web_sewobe_contact_filter_group .swb_web_sewobe_search_input:focus {
  border-color: #B91C2B;
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.14);
}

.swb_web_sewobe_contact_filter_group_search .swb_web_sewobe_search_input {
  padding-left: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 1.05rem 1.05rem;
}

.swb_web_sewobe_contact_filter_reset {
  align-self: end;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 3.15rem;
  padding: 0.65rem 1rem;
  border: 1px solid #D7E0EA;
  border-radius: 999px;
  background: #fff;
  color: #0F2E55;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.swb_web_sewobe_contact_filter_reset:hover {
  border-color: #C7D4E2;
  background: #F4F7FB;
}
.swb_web_sewobe_contact_filter_reset:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(15, 46, 85, 0.12);
}

.swb_web_sewobe_contact_results_heading {
  margin-bottom: 1rem;
}

#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe {
  --swb_web_sewobe_contact_results_height: clamp(34rem, 42vw, 38rem);
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_contact_results_row {
  align-items: stretch;
  row-gap: 1.5rem;
  margin-right: 0;
  margin-left: 0;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_contact_results_list_col,
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_contact_results_map_col {
  display: flex;
  flex-direction: column;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe #swb_web_sewobe_contact_table_body {
  list-style: none;
  min-height: 32rem;
  margin: 0;
  padding: 1.25rem 1.5rem;
  overflow: auto;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.75rem rgba(31, 35, 44, 0.06);
  scrollbar-gutter: stable;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_list_item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 0.95rem 0 1rem;
  border-bottom: 1px solid #D7E0EA;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_headline {
  color: #0F2E55;
  font-size: 1.45rem;
  font-weight: 700;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_contact_person,
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_supporting_text {
  color: #1F232C;
  font-size: 1.05rem;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_icon_btn {
  width: 2.25rem;
  height: 2.25rem;
  border-color: transparent;
  background: transparent;
  color: #0F2E55;
  box-shadow: none;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_icon_btn:hover {
  border-color: transparent;
  background: rgba(185, 28, 43, 0.08);
  color: #B91C2B;
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_icon_btn:focus-visible {
  outline: none;
  border-color: transparent;
  background: rgba(185, 28, 43, 0.08);
  box-shadow: 0 0 0 0.1875rem rgba(185, 28, 43, 0.16);
}
#swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_map_surface {
  min-height: 32rem;
}
@media (min-width: 48rem) {
  #swb_web_sewobe_root.swb_web_sewobe_contact_list_fe #swb_web_sewobe_contact_table_body,
  #swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_map_surface {
    height: var(--swb_web_sewobe_contact_results_height);
    min-height: var(--swb_web_sewobe_contact_results_height);
  }
}

.swb_web_sewobe_contact_section,
.swb_web_sewobe_event_page,
.swb_web_sewobe_contact_document_section {
  max-width: 72rem;
  margin: 0 auto 3rem;
}

.swb_web_sewobe_event_section_heading {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.45rem 1.35rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  color: #0F2E55;
  box-shadow: 0 0.75rem 1.75rem rgba(31, 35, 44, 0.06);
}
.swb_web_sewobe_event_section_heading .swb_web_sewobe_title {
  margin: 0;
  color: #0F2E55;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  font-weight: 800;
  line-height: 1.2;
}

.swb_web_sewobe_event_section_body {
  padding: 0 1.35rem;
  color: #1F232C;
  font-size: 1.08rem;
}

.swb_web_sewobe_contact_profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
  align-items: center;
  gap: 2rem;
  padding: 0 1.35rem;
}

.swb_web_sewobe_contact_profile_table {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.45;
}
.swb_web_sewobe_contact_profile_table th {
  width: 12rem;
  min-width: 12rem;
  font-weight: 800;
  white-space: nowrap;
}
.swb_web_sewobe_contact_profile_table th,
.swb_web_sewobe_contact_profile_table td {
  border-bottom: 0;
  padding: 0.55rem 0.75rem 0.55rem 0;
}
.swb_web_sewobe_contact_profile_table td {
  overflow-wrap: anywhere;
}

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

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

.swb_web_sewobe_contact_photo_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF4FA;
  color: #0F2E55;
  font-size: 4rem;
  font-weight: 800;
}

.swb_web_sewobe_contact_event_note {
  margin-bottom: 1.75rem;
}

.swb_web_sewobe_contact_event_list {
  display: grid;
  gap: 1.5rem;
}

.swb_web_sewobe_contact_event_card {
  padding: 1.65rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.75rem rgba(31, 35, 44, 0.06);
}
.swb_web_sewobe_contact_event_card .swb_web_sewobe_title {
  font-size: 1.25rem;
}

.swb_web_sewobe_contact_event_meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  color: #6B7280;
}

.swb_web_sewobe_contact_welcome_text {
  max-width: 72rem;
}

.swb_web_sewobe_contact_document_link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: min(100%, 28rem);
  padding: 1rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  color: #1F232C;
}
.swb_web_sewobe_contact_document_link .dashicons {
  width: 2.5rem;
  height: 2.5rem;
  color: #B91C2B;
  font-size: 2.5rem;
}

.swb_web_sewobe_contact_teaser_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  max-width: 72rem;
  margin: 4rem auto 3rem;
}

.swb_web_sewobe_contact_teaser_box {
  padding: 2.5rem;
  border: 1px solid #D7E0EA;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.75rem rgba(31, 35, 44, 0.06);
  text-align: center;
}
.swb_web_sewobe_contact_teaser_box .swb_web_sewobe_title {
  font-size: 2rem;
}

.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe {
  padding-top: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_mb_0_5_rem {
  max-width: 72rem;
  margin: 0 auto 1.5rem;
  padding: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_page {
  gap: 0;
  margin-bottom: 2.35rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_section_heading {
  margin-bottom: 1.1rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_section_body {
  padding: 1.25rem 1.35rem;
  line-height: 1.65;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_section_body > p:first-child {
  margin-top: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_section_body > p:last-child {
  margin-bottom: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_description_text p:first-child {
  margin-top: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_detail_description_text p:last-child {
  margin-bottom: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_event_cta_group {
  margin-top: 1.3rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_event_show_fe .swb_web_sewobe_contact_teaser_grid {
  margin-top: 2.75rem;
}

.swb_web_sewobe_event_meta_list {
  max-width: 46rem;
}

.swb_web_sewobe_event_meta_list_compact {
  margin-bottom: 1.1rem;
}

.swb_web_sewobe_event_meta_item {
  border-bottom-color: rgba(185, 28, 43, 0.14);
}

.swb_web_sewobe_event_cta {
  min-width: 15rem;
  border-color: #B91C2B;
  background: #B91C2B;
}
.swb_web_sewobe_event_cta:hover {
  border-color: #9F1726;
  background: #9F1726;
  color: #fff;
}

.swb_web_sewobe_event_directions_grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.75fr) minmax(20rem, 1.25fr);
  gap: 1.5rem;
  align-items: stretch;
}
.swb_web_sewobe_event_directions_grid .swb_web_sewobe_map_surface {
  min-height: 21rem;
}

.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_mb_0_5_rem {
  margin-bottom: 1.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_btn_sm {
  min-width: auto;
  min-height: 2rem;
  padding: 0.38rem 0.95rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_section {
  margin-bottom: 2.35rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_event_section_heading {
  margin-bottom: 1.35rem;
  padding: 1.2rem 1.25rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_profile {
  align-items: start;
  padding: 0.6rem 1.25rem 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_profile_table {
  margin: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_profile_table th {
  width: 12.5rem;
  min-width: 12.5rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_profile_table th,
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_profile_table td {
  padding: 0.38rem 0.75rem 0.38rem 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_photo_wrap {
  align-self: start;
  padding-top: 0.15rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_photo {
  width: min(15rem, 44vw);
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_event_section_body {
  padding: 1.15rem 1.25rem;
  border-radius: 0.25rem;
  box-shadow: none;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_event_section_body > p:last-child {
  margin-bottom: 0;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_event_note {
  margin-bottom: 1rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_event_list {
  gap: 1rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_event_card {
  padding: 1.25rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_event_card p:last-of-type {
  margin-bottom: 1rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_event_meta {
  margin-bottom: 0.65rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_document_section {
  margin-top: -0.45rem;
  margin-bottom: 2.15rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_document_link {
  padding: 0.85rem 1rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_map_surface_contact_detail {
  min-height: 22rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_teaser_grid {
  gap: 1.5rem;
  margin: 2.45rem auto 3rem;
}
.swb_web_sewobe_scope.swb_web_sewobe_contact_show_fe .swb_web_sewobe_contact_teaser_box {
  padding: 2rem;
}

@media (max-width: 47.9375rem) {
  #swb_web_sewobe_modal {
    padding: 0.75rem;
  }
  #swb_web_sewobe_modal_card,
  .swb_web_sewobe_modal_card {
    width: calc(100vw - 1.5rem);
    max-width: calc(100vw - 1.5rem);
    min-width: 0;
    padding: 1rem;
  }
  .swb_web_sewobe_contact_filter_panel,
  .swb_web_sewobe_contact_filter_group_search,
  .swb_web_sewobe_contact_profile,
  .swb_web_sewobe_contact_teaser_grid,
  .swb_web_sewobe_event_directions_grid {
    grid-template-columns: 1fr;
  }
  .swb_web_sewobe_contact_filter_panel {
    padding: 1.5rem;
  }
  .swb_web_sewobe_contact_filter_group_search .swb_web_sewobe_btn,
  .swb_web_sewobe_contact_filter_reset {
    width: 100%;
  }
  #swb_web_sewobe_root.swb_web_sewobe_contact_list_fe #swb_web_sewobe_contact_table_body,
  #swb_web_sewobe_root.swb_web_sewobe_contact_list_fe .swb_web_sewobe_map_surface {
    min-height: 24rem;
  }
  .swb_web_sewobe_event_section_heading {
    padding: 1rem;
  }
  .swb_web_sewobe_event_section_heading .swb_web_sewobe_title {
    font-size: 1.45rem;
  }
  .swb_web_sewobe_event_section_body,
  .swb_web_sewobe_contact_profile {
    padding: 0;
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile {
    grid-template-columns: 1fr;
    padding: 0;
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_photo_wrap {
    justify-content: flex-start;
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_photo {
    width: min(10rem, 45vw);
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table {
    table-layout: auto;
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table th,
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table td {
    display: block;
    width: 100%;
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table th {
    padding-bottom: 0.15rem;
  }
  #swb_web_sewobe_modal_body .swb_web_sewobe_contact_profile_table td {
    padding-top: 0;
  }
  .swb_web_sewobe_contact_teaser_box {
    padding: 1.5rem;
  }
  .swb_web_sewobe_contact_event_card {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .swb_web_sewobe_contact_event_card .swb_web_sewobe_title,
  .swb_web_sewobe_contact_event_card p,
  .swb_web_sewobe_contact_event_card strong,
  .swb_web_sewobe_contact_event_card span {
    overflow-wrap: anywhere;
  }
  .swb_web_sewobe_contact_event_card .swb_web_sewobe_btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .swb_web_sewobe_contact_event_meta {
    flex-direction: column;
  }
}

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