@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/poppins/Poppins-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/poppins/Poppins-ExtraBold.woff2") format("woff2");
}
/*-----------------------------------------------------------------------------

  ATTENTION! This is the parent-theme's file. Your work will be lost by the
  next update!

  Wouldn't you prefer to use one of our child themes and be update-safe?

  bootscore-child:
  https://github.com/bootscore/bootscore-child/archive/refs/heads/main.zip

  bootcommerce-child:
  https://github.com/bootscore/bootcommerce-child/archive/refs/heads/main.zip

-----------------------------------------------------------------------------*/
/* Ipswich Love CSS framework  */
:root {
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-gray: #6c757d;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-color: #6c757d;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-spacer-y: 0.5rem;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-btn-bg: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-alert-color: inherit;
  --bs-breadcrumb-item-active-color: #6c757d;
  --bs-pagination-active-color: #fff;
  --bs-modal-bg: #fff;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
a {
  color: rgba(var(--bs-link-color-rgb, 13, 110, 253), 1);
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre, code, kbd, samp {
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
figure {
  margin: 0 0 1rem;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.h1 {
  font-size: 2.5rem;
}
.h2 {
  font-size: 2rem;
}
.h3 {
  font-size: 1.75rem;
}
.h4 {
  font-size: 1.5rem;
}
.h5 {
  font-size: 1.25rem;
}
.h6 {
  font-size: 1rem;
}
small, .small {
  font-size: 0.875em;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-0 {
  margin-left: 0;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
.table {
  --bs-table-bg: transparent;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, transparent));
}
.table > thead {
  vertical-align: bottom;
}
.table > tbody, .table > tfoot {
  vertical-align: inherit;
}
.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: rgba(0, 0, 0, 0.075);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-label {
  margin-bottom: 0.5rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-select, select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select:focus, select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select:disabled, select:disabled {
  background-color: #e9ecef;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form-check-label {
  color: #212529;
}
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select, .input-group > select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > :not(:first-child) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > [class*="col"] {
  padding-right: 5px;
  padding-left: 5px;
}
.is-valid {
  border-color: #198754 !important;
}
.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}
.is-invalid {
  border-color: #dc3545 !important;
}
.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: inherit;
  font-size: var(--bs-btn-font-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-btn-color, #212529);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width, 1px) solid var(--bs-btn-border-color, transparent);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg, transparent);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb, 49, 132, 253), 0.5);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
}
.btn-warning {
  --bs-btn-color: #212529;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9a406;
  --bs-btn-hover-border-color: #cc9a06;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cc9a06;
  --bs-btn-active-border-color: #bf9105;
}
.btn-info {
  --bs-btn-color: #212529;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0baccc;
  --bs-btn-hover-border-color: #0aa2c0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0aa2c0;
  --bs-btn-active-border-color: #0a98b4;
}
.btn-light {
  --bs-btn-color: #212529;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c1f23;
  --bs-btn-hover-border-color: #1a1e21;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a1e21;
  --bs-btn-active-border-color: #191c1f;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #212529;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #212529;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse.show {
  display: block;
}
.dropdown, .dropup, .dropend, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.175);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-bg: #e9ecef;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) 0;
  margin: 0;
  font-size: 1rem;
  color: var(--bs-dropdown-link-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-border-color);
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
.dropdown-menu-start {
  --bs-position: start;
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
  right: 0;
  left: auto;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #0d6efd;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: inherit;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #adb5bd;
  pointer-events: none;
  cursor: default;
}
.nav-link.active {
  color: #0d6efd;
}
.nav-tabs {
  border-bottom: 1px solid var(--bs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * 1px);
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef var(--bs-border-color);
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: var(--bs-border-color) var(--bs-border-color) #fff;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.card {
  --bs-card-spacer-y: 0.5rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.375rem;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-bg: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: 0.875rem;
  list-style: none;
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, /);
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #ff005d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: #990038;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #990038;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(1px * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff005d;
  border-color: #ff005d;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: 700;
  line-height: 1;
  color: var(--bs-badge-color, #fff);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.alert, .must-log-in {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: 1rem;
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: 1px solid var(--bs-alert-border-color);
  border-radius: 0.375rem;
}
.alert-primary {
  --bs-alert-color: #052c65;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #9ec5fe;
}
.alert-secondary {
  --bs-alert-color: #2b2f32;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #c4c8cb;
}
.alert-success {
  --bs-alert-color: #0a3622;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #a3cfbb;
}
.alert-danger {
  --bs-alert-color: #58151c;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f1aeb5;
}
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffe69c;
}
.alert-info, .must-log-in {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #9eeaf9;
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  opacity: 0.75;
}
.btn-close:focus {
  opacity: 1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-body-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width, 0) solid var(--bs-offcanvas-border-color, transparent);
  transform: translateX(100%);
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width, 0) solid var(--bs-offcanvas-border-color, transparent);
  transform: translateX(-100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.show, .offcanvas.showing {
  visibility: visible;
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-bg: transparent;
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-bg: transparent;
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-bg: transparent;
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-bg: transparent;
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-bg: transparent;
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.visually-hidden, .sr-only, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.857143%;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.me-0 {
  margin-right: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-auto {
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1020;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.top-0 {
  top: 0 !important;
}
.start-0 {
  left: 0 !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-muted {
  color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.75) !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-dark {
  color: #212529 !important;
}
.text-reset {
  color: inherit !important;
}
.text-primary-emphasis {
  color: #052c65 !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-body-tertiary {
  background-color: var(--bs-tertiary-bg) !important;
}
.bg-primary-subtle {
  background-color: #cfe2ff !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.order-first {
  order: -1 !important;
}
.order-last {
  order: 13 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
@media (min-width: 768px) {
  .order-md-last {
    order: 13 !important;
  }
}
.align-middle {
  vertical-align: middle !important;
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/*!
 * bootScore 5.3.0 (https://bootscore.me/)
 */
/*--------------------------------------------------------------
Admin bar
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  #wpadminbar {
    position: fixed;
  }
}
.logged-in.admin-bar .fixed-top, .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom), .logged-in.admin-bar .offcanvas-md, .logged-in.admin-bar .offcanvas-lg, .logged-in.admin-bar .offcanvas-xl, .logged-in.admin-bar .offcanvas-xxl {
  top: var(--wp-admin--admin-bar--height, 32px);
}
/*--------------------------------------------------------------
Alerts
--------------------------------------------------------------*/
.alert-icon {
  padding-left: 3.25rem;
}
.alert-icon::before {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px;
  mask-image: var(--alert-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 16px;
  -webkit-mask-image: var(--alert-icon);
  width: 16px;
  height: 16px;
  background-color: var(--bs-alert-color);
}
.alert-danger-icon::before {
  content: " ";
  --alert-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E");
}
.alert-warning-icon::before {
  content: " ";
  --alert-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E");
}
.alert-info-icon::before {
  content: " ";
  --alert-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
}
.alert-success-icon::before {
  content: " ";
  --alert-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.alert a:not(.alert a.btn), .must-log-in a:not(.alert a.btn) {
  color: inherit;
  font-weight: 700;
}
.must-log-in {
  margin-top: 1rem;
}
/*--------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .breadcrumb-scroller {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .breadcrumb-scroller::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb-scroller .breadcrumb {
    flex-wrap: nowrap;
  }
  .breadcrumb-scroller .breadcrumb-item.active {
    padding-right: 1rem;
  }
  .breadcrumb-scroller .breadcrumb-item + .breadcrumb-item::before {
    float: none;
  }
}
/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
::selection {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
pre {
  background-color: var(--bs-tertiary-bg);
}
:focus:not(:focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 3px solid rgba(255, 0, 93, 0.6);
  outline-offset: 2px;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
ul.comment-list {
  list-style: none;
  padding: 0;
}
ul.comment-list li {
  list-style: none;
}
.avatar {
  width: 70px;
}
.comment-list ul.children {
  padding-left: 3rem;
}
@media (max-width: 991.98px) {
  .comment-list ul.children ul.children {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .comment-list ul.children ul.children ul.children {
    padding-left: 0;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
#cancel-comment-reply-link {
  margin-left: 0.5rem;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-content .card p:last-child {
  margin-bottom: 0;
}
.comment-respond {
  margin-bottom: 1.5rem;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
html, body, #page {
  height: 100%;
}
#page {
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
html {
  scroll-padding-top: 55px;
}
/*--------------------------------------------------------------
Loop
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .card-img-lg-start {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
}
@media (min-width: 992px) {
  .card-img-lg-start {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    object-fit: cover;
    height: 100%;
  }
}
.card .tags-heading {
  display: none;
}
/*--------------------------------------------------------------
Markups
--------------------------------------------------------------*/
body {
  word-break: break-word;
  overflow-x: hidden;
}
pre {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.wp-block-gallery figcaption {
  overflow: auto;
  padding: 0.5rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------------------------
Recycle bin
--------------------------------------------------------------*/
p:empty:before {
  content: none;
}
.grecaptcha-badge {
  display: none !important;
}
.pw_form .btn {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
/*--------------------------------------------------------------
Single page-*.php and post-*.php
--------------------------------------------------------------*/
.wp-post-image {
  width: 100%;
}
.featured-full-width-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[rel="prev"]:before {
  content: "« ";
}
[rel="next"]:after {
  content: " »";
}
/*--------------------------------------------------------------
To top button 
--------------------------------------------------------------*/
.top-button {
  right: 5%;
  bottom: 30px;
  opacity: 0;
  transition: opacity 1s;
}
.top-button.visible {
  opacity: 1;
}
/*--------------------------------------------------------------
Utilities
--------------------------------------------------------------*/
/* 
Add width-100 class to element to stretch it to the entire width 
of the screen when element is in .container.
https://bootscore.me/documentation/width-height-classes/
*/
.width-100 {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.clear-both {
  clear: both;
}
.zi-1000 {
  z-index: 1000 !important;
}
.zi-1020 {
  z-index: 1020 !important;
}
.zi-1030 {
  z-index: 1030 !important;
}
.zi-1040 {
  z-index: 1040 !important;
}
.zi-1050 {
  z-index: 1050 !important;
}
.zi-1060 {
  z-index: 1060 !important;
}
.zi-1070 {
  z-index: 1070 !important;
}
.zi-n1 {
  z-index: -1 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
#secondary .card-header {
  margin-top: calc(-1 * var(--bs-card-spacer-y));
  margin-right: calc(-1 * var(--bs-card-spacer-x));
  margin-bottom: var(--bs-card-spacer-x);
  margin-left: calc(-1 * var(--bs-card-spacer-x));
}
.widget-area ul, .bootscore-footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget-area ul li ul li {
  padding: 0 1rem;
}
#footer-menu li a {
  padding-left: 0;
}
.love-logo-img {
  width: 160px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.home .social-links {
  margin-left: 0rem;
  margin-top: 0.5rem;
}
.home .feed-navblock {
  margin: 1rem 0;
  padding: 0.5rem 0;
}
.home .feed-navblock li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.home .feed-navblock li .fa-heart {
  color: #ff005d;
  margin-right: 0.5rem;
}
.home .feed-navblock li a {
  display: inline-block;
}
.home .feed-navblock li a:hover {
  color: #000;
}
.home .feed-navblock li a:hover .fa-heart {
  color: #ff669e;
}
@media (prefers-color-scheme: dark) {
  .home .feed-navblock li a:hover {
    color: #fff;
  }
  .home .feed-navblock li a:hover .fa-heart {
    color: #ff669e;
  }
}
.home .stream-sidebar {
  top: 5rem;
  padding-top: 2rem;
  text-wrap: balance;
}
.home .stream-sidebar h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #7cbeb5;
  line-height: 1.9rem;
}
.home .stream-sidebar p {
  color: #767676;
  font-size: 0.9rem;
}
.home .stream-sidebar p a {
  color: #ff005d;
  font-weight: 600;
}
.home .stream-sidebar p a:hover {
  color: #990038;
}
@media (prefers-color-scheme: dark) {
  .home .stream-sidebar p {
    color: #fff;
  }
}
.home .stream-block {
  padding: 1.5rem;
  z-index: 222;
}
.home .stream-block p, .home .stream-block h3, .home .stream-block h4 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.home .stream-block p {
  color: #767676;
}
.home .stream-block h2 {
  font-size: 1.8rem;
  line-height: 1.9rem;
  margin: 0;
  font-weight: 600;
}
.home .stream-block h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.home .blog-post-block {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 2rem 0;
  padding-bottom: 2rem;
}
@media (prefers-color-scheme: dark) {
  .home .blog-post-block {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.home .blog-post-block .stream-image-wrapper {
  box-shadow: none;
  z-index: 222;
  height: 300px;
}
.home .blog-post-block h2 {
  color: inherit;
}
.home .blog-post-block h4 {
  margin-top: 1rem;
}
.home .blog-post-block p {
  font-size: 0.9rem;
  text-wrap: balance;
}
.home .blog-post-block p strong {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .home .blog-post-block p {
    color: #fff;
  }
}
.home .love-letter-block {
  margin: 2rem 0 0;
  color: #fff;
  padding: 2.5rem;
  background: linear-gradient(to bottom, #330013, #ff005d);
  border-radius: 1rem 4rem 0 0;
}
.home .love-letter-block h4 i {
  color: #fff;
}
.home .love-letter-block p, .home .love-letter-block h2, .home .love-letter-block h4 {
  padding-left: 20px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .home .love-letter-block p, .home .love-letter-block h2, .home .love-letter-block h4 {
    padding-left: 0;
    padding-right: 40px;
  }
}
.home .love-letter-block i {
  display: inline-block;
  margin-right: 0.5rem;
}
.home .love-letter-block p {
  color: #fff;
  text-wrap: balance;
}
.home .love-letter-block .author-pic {
  position: absolute;
  top: 77px;
  left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .home .love-letter-block .author-pic {
    left: auto;
    right: 2rem;
    top: 2rem;
    width: 70px;
    height: 70px;
    border-width: 2px;
  }
}
.home .love-letter-block .author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home .love-letter-block h2 {
  color: #ff337d;
}
.home .event-block {
  margin: 2rem 0;
  color: #fff;
  padding: 0;
  background-color: #ff005d;
  background-position: center center;
}
.home .event-block .stream-event-date {
  position: absolute;
  top: 2rem;
  right: -5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #ff005d;
  text-align: center;
  color: #333;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .home .event-block .stream-event-date {
    right: 1.5rem;
    color: #fff !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
.home .event-block .stream-event-date .day {
  font-size: 5rem;
  font-weight: 600;
  line-height: 2rem;
  font-family: "Unique Bold", sans-serif;
}
.home .event-block .stream-event-date .month {
  font-size: 1.2rem;
  margin-top: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5rem;
}
.home .event-block .stream-image-wrapper {
  box-shadow: none;
  z-index: 222;
  height: 200px;
  border-radius: 0;
}
.home .event-block p {
  opacity: 0.8;
  font-size: 0.9rem;
  text-wrap: balance;
  color: #fff;
}
.home .event-block h2 {
  color: #fff;
}
.home .event-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.9;
}
.home .event-block .stream-event-content {
  padding: 0.5rem 2rem 2rem;
  z-index: 222;
}
.home .stream-image-wrapper {
  height: 200px;
  background-color: #ff337d;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .home .stream-image-wrapper {
    height: 400px;
  }
}
.home .love-letter-image-wrapper, .home .related-posts-image-wrapper {
  height: 100px;
  background-color: #ff337d;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .home .love-letter-image-wrapper, .home .related-posts-image-wrapper {
    height: 100px;
  }
}
.home .related-posts-image-wrapper {
  margin-bottom: 1rem;
}
.home .recent-news-homepage h4 {
  margin-bottom: 1rem;
  color: #ff005d;
}
.homepage-content h1 {
  font-family: "Unique Medium", sans-serif;
  font-weight: normal;
  font-size: 10rem;
  line-height: 8.4rem;
  letter-spacing: -0.1rem;
  padding-top: 20px;
  margin-bottom: 2rem;
  color: #ff005d;
}
@media (max-width: 768px) {
  .homepage-content h1 {
    font-size: 6rem;
    line-height: 5.5rem;
  }
}
.homepage-content h1 .love {
  color: #ff005d;
  display: inline-block;
  font-family: "Unique Bold", sans-serif, sans-serif;
  text-shadow: 0 0 10px rgba(255, 0, 93, 0.15);
  animation: text 1s infinite ease-in-out alternate;
}
@keyframes text {
  from {
    text-shadow: 0 0 0px rgba(255, 0, 93, 0.1);
    color: #ff005d;
  }
  to {
    text-shadow: 0 0 40px rgba(255, 0, 93, 0.5);
    color: #ff005d;
  }
}
.team-members {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}
.team-members h2 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.15;
  color: #ff005d;
}
@media (max-width: 768px) {
  .team-members h2 {
    font-size: 1.8rem;
  }
}
.team-members h3 {
  font-weight: 600;
  font-size: 1rem;
}
.team-members h4 {
  text-transform: uppercase;
  color: #ff005d;
  font-size: 1.2rem;
}
.team-members p {
  font-size: 0.9rem;
  margin: 0.5rem 0 2rem;
}
.team-members .social-link {
  border: none;
  display: inline-block;
  margin-right: 0.5rem;
}
.team-members .social-link:hover {
  color: #990038;
  background-color: transparent;
}
.team-members a {
  color: #ff005d;
  text-decoration: none;
  border-bottom: 1px dashed #ff005d;
}
.team-members a:hover {
  background-color: #ff005d;
  color: #fff;
}
.team-members .image-wrapper {
  height: 300px;
  background-color: #ff4d8e;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .team-members .image-wrapper {
    height: 400px;
  }
}
.team-members .image-wrapper img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
#frame-top {
  height: 18px;
  width: 100%;
  background-color: #ff005d;
  position: fixed;
  z-index: 1000;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.breadcrumbs {
  margin: 3rem 0 1rem;
  font-weight: 400;
  color: #767676;
  font-size: 0.9rem;
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs {
    color: #fff;
  }
}
.breadcrumbs a {
  color: #ff005d;
  font-weight: 600;
}
.breadcrumbs a:hover {
  color: #990038;
}
.nav-link {
  font-weight: 600;
}
@media (prefers-color-scheme: dark) {
  .nav-link {
    color: #fff;
  }
  .nav-link:active, .nav-link:focus, .nav-link:hover {
    color: #ff005d;
  }
}
.nav-link.active {
  color: #ff005d !important;
}
.breadcrumb-scroller li {
  font-size: 0.8rem;
  color: #1a1a1a;
  font-weight: 400;
}
.breadcrumb-scroller a {
  color: #ff005d;
  font-weight: 600;
}
.breadcrumb-scroller i {
  color: #ff005d;
}
.breadcrumb-scroller .breadcrumb-item.active {
  color: gray;
}
.love-logo {
  width: 160px;
  /* Adjust as needed */
  height: 60px;
  /* Adjust as needed */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../img/logo/ipswich.gif");
}
@media (prefers-color-scheme: dark) {
  .love-logo {
    background-image: url("../img/logo/ipswich-white.png");
  }
}
.nav-menu-btn {
  background: rgba(255, 0, 93, 0.08);
  border: 1.5px solid rgba(255, 0, 93, 0.25) !important;
  border-radius: 8px !important;
  padding: 0.35rem 0.6rem;
  color: #ff005d;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.nav-menu-btn:hover, .nav-menu-btn:focus-visible {
  background: #ff005d !important;
  border-color: #ff005d !important;
  color: #fff !important;
}
@media (prefers-color-scheme: dark) {
  .nav-menu-btn {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff;
  }
  .nav-menu-btn:hover, .nav-menu-btn:focus-visible {
    background: #ff005d !important;
    border-color: #ff005d !important;
  }
}
#frontpage-mobile-nav {
  position: fixed;
  top: 2.25rem;
  right: 1rem;
  z-index: 1030;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #offcanvas-navbar {
    background: #330013;
    color: #fff;
    width: min(320px, 88vw);
  }
  #offcanvas-navbar .offcanvas-header {
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
  }
  #offcanvas-navbar .offcanvas-logo img {
    display: block;
    height: 34px;
    width: auto;
  }
  #offcanvas-navbar .btn-close-white {
    opacity: 0.6;
  }
  #offcanvas-navbar .btn-close-white:hover {
    opacity: 1;
  }
  #offcanvas-navbar .offcanvas-body {
    padding: 0;
  }
  #offcanvas-navbar .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  #offcanvas-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #offcanvas-navbar .navbar-nav .nav-link:hover, #offcanvas-navbar .navbar-nav .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }
  #offcanvas-navbar .navbar-nav .nav-link.active {
    color: #ff669e !important;
  }
  #offcanvas-navbar .navbar-nav .dropdown-toggle::after {
    margin-left: auto;
    flex-shrink: 0;
  }
  #offcanvas-navbar .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static !important;
  }
  #offcanvas-navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    padding: 0.7rem 1.25rem 0.7rem 2.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  #offcanvas-navbar .navbar-nav .dropdown-menu .dropdown-item:hover, #offcanvas-navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }
  #offcanvas-navbar .offcanvas-events-nav {
    padding: 1.1rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  #offcanvas-navbar .offcanvas-section-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.75rem;
  }
  #offcanvas-navbar .offcanvas-event-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem 0.5rem;
  }
  #offcanvas-navbar .offcanvas-event-links a {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    transition: background 0.12s ease, color 0.12s ease;
  }
  #offcanvas-navbar .offcanvas-event-links a i {
    color: #ff669e;
    flex-shrink: 0;
  }
  #offcanvas-navbar .offcanvas-event-links a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
  #offcanvas-navbar .offcanvas-social {
    padding: 1rem 1.25rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 1.1rem;
  }
  #offcanvas-navbar .offcanvas-social a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.15rem;
    transition: color 0.12s ease;
  }
  #offcanvas-navbar .offcanvas-social a:hover {
    color: #fff;
  }
}
.header-actions i {
  color: #000;
}
@media (prefers-color-scheme: dark) {
  .header-actions i {
    color: #fff;
  }
}
footer.page-footer {
  margin-top: 0rem;
  padding: 1rem 0 1rem;
  background-color: #330013;
  color: #fff;
}
@media (max-width: 768px) {
  footer.page-footer {
    padding: 0.75rem 0 0.75rem;
  }
}
footer.page-footer a {
  color: #7cbeb5;
}
footer.page-footer a:hover {
  color: #9ecfc8;
}
footer.page-footer p {
  color: #fff;
  line-height: 1.5;
}
footer.page-footer .bootscore-footer > .container > .row, footer.page-footer .bootscore-footer > .container-fluid > .row, footer.page-footer .bootscore-footer > .container-sm > .row, footer.page-footer .bootscore-footer > .container-md > .row, footer.page-footer .bootscore-footer > .container-lg > .row, footer.page-footer .bootscore-footer > .container-xl > .row, footer.page-footer .bootscore-footer > .container-xxl > .row {
  row-gap: 2rem;
}
@media (max-width: 768px) {
  footer.page-footer .bootscore-footer > .container > .row, footer.page-footer .bootscore-footer > .container-fluid > .row, footer.page-footer .bootscore-footer > .container-sm > .row, footer.page-footer .bootscore-footer > .container-md > .row, footer.page-footer .bootscore-footer > .container-lg > .row, footer.page-footer .bootscore-footer > .container-xl > .row, footer.page-footer .bootscore-footer > .container-xxl > .row {
    row-gap: 1.5rem;
  }
}
footer.page-footer .bootscore-signoff {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.25rem;
}
footer.page-footer .bootscore-copyright {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
footer.page-footer .disclaimer {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}
footer.page-footer .footer-signoff {
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  footer.page-footer .footer-signoff {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    margin-top: 1.25rem;
  }
}
footer.page-footer .footer-signoff > .container > .row {
  row-gap: 2rem;
}
@media (max-width: 768px) {
  footer.page-footer .footer-signoff > .container > .row {
    row-gap: 1.75rem;
  }
}
footer.page-footer .footer-signoff img {
  margin-top: 0.25rem;
}
footer.page-footer .footer-signoff .iubenda-white {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}
footer.page-footer .love-logo {
  width: 125px;
  margin-bottom: 20px;
  margin-top: 1rem;
}
footer.page-footer #footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin: 1.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  footer.page-footer #footer-menu {
    gap: 0.15rem 1rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
  }
}
footer.page-footer #footer-menu li {
  list-style: none;
}
footer.page-footer #footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  padding: 0.35rem 0;
}
footer.page-footer #footer-menu li a:hover {
  color: #fff;
}
.footer-events-nav {
  padding: 1.75rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .footer-events-nav {
    padding: 1.25rem 0 0.5rem;
    margin-top: 1.5rem;
  }
}
.footer-events-nav .footer-events-nav-title {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.9rem;
}
.footer-events-nav .footer-events-nav-title i {
  margin-right: 0.3rem;
}
.footer-events-nav .footer-events-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .footer-events-nav .footer-events-nav-links {
    gap: 0.4rem;
  }
}
.footer-events-nav .footer-events-nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.83rem;
  font-weight: 500;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.footer-events-nav .footer-events-nav-links a i {
  color: #ff80ae;
}
.footer-events-nav .footer-events-nav-links a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
@media (max-width: 768px) {
  .footer-events-nav .footer-events-nav-links a {
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
  }
}
.nav-search-btn {
  background: rgba(255, 0, 93, 0.08);
  border: 1.5px solid rgba(255, 0, 93, 0.25) !important;
  border-radius: 8px !important;
  padding: 0.35rem 0.6rem;
  color: #ff005d;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.nav-search-btn:hover, .nav-search-btn:focus-visible {
  background: #ff005d !important;
  border-color: #ff005d !important;
  color: #fff !important;
}
@media (prefers-color-scheme: dark) {
  .nav-search-btn {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff;
  }
  .nav-search-btn:hover, .nav-search-btn:focus-visible {
    background: #ff005d !important;
    border-color: #ff005d !important;
  }
}
#search-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(102, 0, 37, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#search-overlay.active {
  opacity: 1;
  visibility: visible;
}
#search-overlay-panel {
  background: #fff;
  width: 100%;
  max-width: 680px;
  margin-top: 80px;
  border-radius: 12px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  max-height: calc(100dvh - 100px);
}
@media (prefers-color-scheme: dark) {
  #search-overlay-panel {
    background: #1f000b;
  }
}
#search-overlay-form {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 0;
  display: flex;
  flex-direction: column;
}
.search-overlay-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid #ffc2d8;
  flex-shrink: 0;
}
@media (prefers-color-scheme: dark) {
  .search-overlay-input-wrap {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
}
.search-overlay-icon {
  color: #ff005d;
  font-size: 1.05rem;
  flex-shrink: 0;
  opacity: 0.7;
}
.search-overlay-input-wrap input[type="search"] {
  flex: 1;
  font-size: 1.1rem;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  padding: 0.2rem 0;
  background: transparent;
  color: #444444;
  min-width: 0;
}
.search-overlay-input-wrap input[type="search"]::placeholder {
  color: #aaa;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  .search-overlay-input-wrap input[type="search"] {
    color: #fff;
  }
}
.search-overlay-submit {
  flex-shrink: 0;
  background: #ff005d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.search-overlay-submit:hover {
  background: #cc004a;
}
#search-overlay-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #767676;
  cursor: pointer;
  padding: 0.3rem 0.4rem;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 4px;
}
#search-overlay-close:hover {
  color: #ff005d;
  background: #ffebf2;
}
@media (prefers-color-scheme: dark) {
  #search-overlay-close {
    color: rgba(255, 255, 255, 0.5);
  }
  #search-overlay-close:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }
}
.search-overlay-hint {
  padding: 0.45rem 1.25rem;
  font-size: 0.72rem;
  color: #bbb;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.search-overlay-hint kbd {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.05rem 0.3rem;
  font-size: 0.7rem;
  color: #666;
}
@media (prefers-color-scheme: dark) {
  .search-overlay-hint {
    color: rgba(255, 255, 255, 0.3);
    border-top-color: rgba(255, 255, 255, 0.06);
  }
  .search-overlay-hint kbd {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
  }
}
#search-live-results {
  overflow-y: auto;
  max-height: calc(100dvh - 230px);
  scrollbar-width: thin;
  scrollbar-color: #ff99be transparent;
}
#search-live-results .relevanssi-live-search-results {
  position: static !important;
  width: 100% !important;
  background: transparent !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  display: none;
}
#search-live-results .relevanssi-live-search-results.relevanssi-live-search-results-showing {
  display: block !important;
  overflow: visible !important;
}
#search-live-results .rlv-has-spinner {
  border-color: #ff005d !important;
  border-right-color: transparent !important;
  width: 32px !important;
  height: 32px !important;
  border-width: 4px !important;
  margin: 1.25rem auto !important;
}
#search-live-results .rlv-has-spinner::after {
  background: #ff005d !important;
  width: 4px !important;
  height: 4px !important;
  left: 19px !important;
  top: -1px !important;
}
.search-live-header {
  padding: 0.5rem 1.25rem;
  font-size: 0.78rem;
  color: #767676;
  border-bottom: 1px solid #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .search-live-header {
    color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.07);
  }
}
.search-live-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-live-item {
  border-bottom: 1px solid #f8f8f8;
}
.search-live-item:last-child {
  border-bottom: none;
}
@media (prefers-color-scheme: dark) {
  .search-live-item {
    border-bottom-color: rgba(255, 255, 255, 0.05);
  }
}
.search-live-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.25rem;
  text-decoration: none !important;
  color: #444444 !important;
  transition: background 0.1s ease;
  white-space: nowrap;
}
.search-live-link:hover, .search-live-link:focus {
  background: #ffebf2;
  outline: none;
}
.search-live-link:hover .search-live-title, .search-live-link:focus .search-live-title {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .search-live-link {
    color: #fff !important;
  }
  .search-live-link:hover, .search-live-link:focus {
    background: rgba(255, 255, 255, 0.06);
  }
}
.relevanssi-live-search-result--focused .search-live-link {
  background: #ffebf2 !important;
}
.relevanssi-live-search-result--focused .search-live-link .search-live-title {
  color: #ff005d;
}
.search-live-type {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ff005d;
  flex-shrink: 0;
  min-width: 88px;
}
@media (max-width: 480px) {
  .search-live-type {
    display: none;
  }
}
.search-live-title {
  font-size: 0.93rem;
  font-weight: 500;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
@media (prefers-color-scheme: dark) {
  .search-live-title {
    color: #fff;
  }
}
.search-live-footer {
  padding: 0.65rem 1.25rem;
  border-top: 1px solid #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .search-live-footer {
    border-top-color: rgba(255, 255, 255, 0.07);
  }
}
.search-live-all {
  font-size: 0.83rem;
  font-weight: 600;
  color: #ff005d !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.search-live-all:hover {
  text-decoration: underline !important;
}
.search-live-empty {
  padding: 1.25rem;
}
.search-live-empty p {
  color: #767676;
  font-size: 0.88rem;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  .search-live-empty p {
    color: rgba(255, 255, 255, 0.45);
  }
}
.search-live-didyoumean {
  font-size: 0.83rem;
  color: #767676;
  margin-top: 0.4rem;
}
.search-live-didyoumean a {
  color: #ff005d !important;
}
@media (max-width: 480px) {
  #search-overlay {
    padding: max(env(safe-area-inset-top, 0px), 3rem) 1rem 0;
    align-items: flex-start;
  }
  #search-overlay-panel {
    margin-top: 0;
    border-radius: 12px;
    max-height: calc(100dvh - max(env(safe-area-inset-top, 0px), 3rem));
  }
}
@view-transition {
  navigation: auto;
}
@keyframes il-page-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes il-page-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
::view-transition-old(root) {
  animation: il-page-fade-out 0.5s ease forwards;
}
::view-transition-new(root) {
  animation: il-page-fade-in 0.5s ease forwards;
}
@supports not (view-transition-name: none) {
  body {
    animation: il-page-fade-in 0.5s ease both;
  }
}
@media (min-width: 1200px) {
  #nav-main .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 2px solid #ff005d;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
    padding: 0.35rem 0;
    min-width: 200px;
    margin-top: 0.35rem;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  }
  #nav-main .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
  }
  #nav-main .dropdown-item {
    font-size: 0.88rem;
    font-weight: 500;
    color: #444444;
    padding: 0.6rem 1.1rem;
    transition: background 0.12s ease, color 0.12s ease;
  }
  #nav-main .dropdown-item:hover, #nav-main .dropdown-item:focus {
    background: #ffebf2;
    color: #ff005d;
  }
  #nav-main .dropdown-item.active, #nav-main .dropdown-item:active {
    background: #ffd6e5;
    color: #ff005d;
  }
  #nav-main .dropdown-divider {
    margin: 0.25rem 0;
    border-color: rgba(0, 0, 0, 0.06);
  }
  #nav-main .nav-item.dropdown.show > .nav-link {
    color: #ff005d;
  }
  #nav-main .nav-link.dropdown-toggle::after {
    transition: transform 0.18s ease;
    vertical-align: 0.08em;
  }
  #nav-main .nav-item.dropdown.show > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: dark) {
  #nav-main .dropdown-menu {
    background: #3d0016;
    border-color: rgba(255, 255, 255, 0.07);
    border-top-color: #ff669e;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: dark) {
  #nav-main .dropdown-item {
    color: rgba(255, 255, 255, 0.85);
  }
  #nav-main .dropdown-item:hover, #nav-main .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
  }
  #nav-main .dropdown-item.active, #nav-main .dropdown-item:active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: dark) {
  #nav-main .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.08);
  }
}
@font-face {
  font-family: "Unique Light";
  src: url("../fonts/unique/Unique-Light.woff2") format("woff2"), url("../fonts/unique/Unique-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unique Medium";
  src: url("../fonts/unique/Unique-Medium.woff2") format("woff2"), url("../fonts/unique/Unique-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Unique Bold";
  src: url("../fonts/unique/Unique-Bold.woff2") format("woff2"), url("../fonts/unique/Unique-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p, li, td, tr {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  p, li, td, tr {
    color: #fff;
  }
}
a {
  color: #ff005d;
  text-decoration: none;
}
a:hover {
  color: #990038;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
h1 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0.25rem;
  padding: 0;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  h1 {
    color: #fff;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 1.8rem;
  }
}
h2 {
  font-weight: 600;
}
h3, h4, h5 {
  font-weight: 600;
}
.single-blog-post p, .single-blog-post li {
  font-family: "Helvetica Neue", sans-serif;
}
.btn-primary {
  background-color: #ff005d;
  border-color: #ff005d;
}
.btn-primary:hover {
  background-color: #990038;
  border-color: #990038;
}
.btn-info {
  background-color: #7cbeb5;
  border-color: #7cbeb5;
  color: #244a44;
}
.btn-info:hover {
  background-color: #244a44;
  border-color: #244a44;
  color: #fff;
}
button .fa-heart {
  color: #fff;
}
section.comments-section {
  padding: 5rem 0;
  background-color: #ffe6ef;
}
@media (prefers-color-scheme: dark) {
  section.comments-section {
    background-color: #0a0004;
  }
}
section.comments-section .form-control {
  padding: 1rem;
  border: 1px solid #ffccdf;
  border-radius: 0.5rem;
}
section.comments-section .logged-in-as a {
  color: #ff005d;
  text-decoration: none;
  border-bottom: 1px solid #ff005d;
}
section.comments-section .logged-in-as a:hover {
  color: #fff;
  background-color: #ff005d;
}
section.comments-section .must-log-in {
  color: #ff005d;
  background-color: #fff;
  border-color: #ff005d;
}
section.comments-section .author-tag {
  position: absolute;
  top: -1.55rem;
  right: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0 0 0.25rem 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff005d;
}
section.comments-section .comment-reply-link {
  padding: 0.5rem 1rem;
  border: 1px solid #ff005d;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #ff005d;
}
section.comments-section .comment-reply-link::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  margin-right: 0.5rem;
}
section.comments-section .comment-reply-link:hover {
  color: #fff;
  background-color: #ff005d;
}
section.comments-section #commentsubmit {
  padding: 1rem 2rem;
  border: 0;
  display: block;
  width: 100%;
  margin: 1rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff005d;
  border-radius: 0.5rem;
}
section.comments-section #commentsubmit:hover {
  background-color: #990038;
}
section.comments-section .required-field-message {
  display: none;
}
section.comments-section .children .comment {
  background-color: rgba(255, 255, 255, 0.8);
}
section.comments-section .children .children .comment {
  background-color: rgba(255, 255, 255, 0.6);
}
section.comments-section .comment {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 3px solid #ff005d;
  box-shadow: 0px 0px 20px 0px rgba(255, 0, 93, 0.15);
  background-color: #fff;
}
section.comments-section .comment h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #ff005d;
}
section.comments-section .comment p {
  padding-right: 2rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #767676;
}
section.comments-section .comment .comment-reply {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ffccdf;
}
section.comments-section .comment .comment-meta {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}
section.comments-section .comment-body, section.comments-section .comment-reply {
  margin: 0;
  padding: 0;
}
section.comments-section .comment-content {
  width: 100%;
}
section.comments-section .comment-respond {
  padding-top: 2rem;
}
section.comments-section h2 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff005d;
}
section.comments-section h4, section.comments-section .reply-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #ff005d;
}
section.comments-section p {
  line-height: 1.6rem;
}
.event-timeframe-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.event-timeframe-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  border: 1.5px solid #ff005d;
  color: #ff005d;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.event-timeframe-nav a i {
  font-size: 0.75rem;
  color: #ff005d;
  transition: color 0.15s ease-in-out;
}
.event-timeframe-nav a:hover {
  background-color: #ff005d;
  color: #fff;
}
.event-timeframe-nav a:hover i {
  color: #fff;
}
.event-timeframe-nav a.active {
  background-color: #ff005d;
  border-color: #ff005d;
  color: #fff;
}
.event-timeframe-nav a.active i {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .event-timeframe-nav a {
    border-color: #ff4d8e;
    color: #ff4d8e;
  }
  .event-timeframe-nav a i {
    color: #ff4d8e;
  }
  .event-timeframe-nav a:hover, .event-timeframe-nav a.active {
    background-color: #ff005d;
    border-color: #ff005d;
    color: #fff;
  }
  .event-timeframe-nav a:hover i, .event-timeframe-nav a.active i {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .event-timeframe-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .event-timeframe-nav::-webkit-scrollbar {
    display: none;
  }
}
.event-filter-toggle, .directory-filter-toggle {
  background: rgba(255, 0, 93, 0.06);
  border: 1.5px solid rgba(255, 0, 93, 0.2) !important;
  color: #ff005d;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 8px !important;
  padding: 0.5rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.event-filter-toggle[aria-expanded="true"], .directory-filter-toggle[aria-expanded="true"] {
  background: #ff005d;
  color: #fff;
  border-color: #ff005d !important;
}
.event-filter-toggle[aria-expanded="true"] .event-filter-caret, .event-filter-toggle[aria-expanded="true"] .directory-filter-caret, .directory-filter-toggle[aria-expanded="true"] .event-filter-caret, .directory-filter-toggle[aria-expanded="true"] .directory-filter-caret {
  transform: rotate(180deg);
}
.event-filter-toggle .event-filter-caret, .event-filter-toggle .directory-filter-caret, .directory-filter-toggle .event-filter-caret, .directory-filter-toggle .directory-filter-caret {
  transition: transform 0.2s ease;
}
.event-month {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff005d;
  border-top: 3px solid #ff005d;
  padding-top: 0.5rem;
}
.free-event {
  color: #ff005d;
}
.date-jump {
  border-bottom: none;
  font-weight: 600;
}
.date-jump:hover {
  color: #990038;
}
.event-archive-block.directory-promo-block .directory-promo-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.55rem;
  background: #ff005d;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 3px;
  z-index: 1;
}
.event-archive-block:hover .event-image-wrapper {
  transition: all 0.7s ease-in-out;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.014), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.056);
}
.event-archive-block:hover .event-image-wrapper img {
  transform: scale(1.2);
  transition: transform 0.5s ease-in-out;
}
.event-archive-block h3, .event-archive-block span {
  font-size: 0.9rem;
  margin-bottom: 0rem;
  line-height: 1.4rem !important;
  text-wrap: balance;
}
.event-archive-block .event-time, .event-archive-block .event-date-and-time, .event-archive-block .event-host-location, .event-archive-block .event-running-until {
  display: block;
  color: #666;
  line-height: 1.4rem;
  text-wrap: balance;
}
@media (prefers-color-scheme: dark) {
  .event-archive-block .event-time, .event-archive-block .event-date-and-time, .event-archive-block .event-host-location, .event-archive-block .event-running-until {
    color: #fff;
  }
}
.event-archive-block .area-of-town {
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #fff;
  background-color: #ff005d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
}
.event-archive-block .event-image-wrapper {
  height: 145px;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .event-archive-block .event-image-wrapper {
    height: 200px;
  }
}
.event-archive-block .event-image-wrapper img {
  transition: transform 1s ease-in-out;
}
.event-archive-block .event-running-until {
  color: #767676;
}
@media (prefers-color-scheme: dark) {
  .event-archive-block .event-running-until {
    color: rgba(255, 255, 255, 0.6);
  }
}
.event-archive-block .event-time {
  display: inline-block;
  margin-left: 1rem;
}
.event-archive-block .event-date-and-time .fa-clock {
  display: inline-block;
  padding-left: 0.5rem;
}
.event-archive-block i {
  display: inline-block;
  margin-right: 0.5rem;
}
.event-archive-block .event-dates {
  margin-right: 1rem;
}
.event-archive-block h3 a:hover {
  color: #ff005d;
  transition: all 0.2s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .event-archive-block h3 a {
    color: #7cbeb5;
  }
}
.event-archive-block a {
  color: #000;
}
.event-featured-image {
  height: 320px;
  background-color: #ff337d;
  border-radius: 0rem 1.5rem 0rem 0rem;
}
@media (max-width: 768px) {
  .event-featured-image {
    height: 200px;
  }
}
.event-info-content-header {
  overflow: hidden;
  height: 28rem;
  position: relative;
}
@media (max-width: 768px) {
  .event-info-content-header {
    height: 18rem;
  }
}
.event-info-content-header .event-header-image {
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.past-event-card .past-event-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.5rem;
  padding: 0.2rem 0.55rem;
  background: #737373;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 3px;
  z-index: 1;
}
.past-event-card .event-image-wrapper img {
  filter: grayscale(40%);
  transition: filter 0.5s ease-in-out, transform 1s ease-in-out;
}
.past-event-card:hover .event-image-wrapper img {
  filter: grayscale(0%);
}
.event-taxonomy {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .event-taxonomy {
    padding-top: 0;
  }
}
.event-taxonomy .event-taxonomy-wrapper {
  position: sticky;
  top: 60px;
  bottom: 200px;
}
.event-taxonomy .event-taxonomy-wrapper h5 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.event-taxonomy .event-taxonomy-wrapper h5 i {
  margin-right: 0.5rem;
}
.event-taxonomy .event-taxonomy-wrapper ul {
  margin: 0 0 0.75rem;
  padding: 0;
}
.event-taxonomy .event-taxonomy-wrapper ul i {
  margin-right: 0.5rem;
  color: #7cbeb5;
  flex-shrink: 0;
}
.event-taxonomy .event-taxonomy-wrapper ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.4rem 0.5rem;
  border-radius: 6px;
  transition: background 0.12s ease;
}
.event-taxonomy .event-taxonomy-wrapper ul li:hover {
  background: rgba(255, 0, 93, 0.05);
}
@media (min-width: 992px) {
  .event-taxonomy .event-taxonomy-wrapper ul li {
    padding: 0.15rem 0;
    border-radius: 0;
  }
  .event-taxonomy .event-taxonomy-wrapper ul li:hover {
    background: none;
  }
}
.event-taxonomy .event-taxonomy-wrapper ul li sup {
  font-weight: 600;
  font-size: 0.7rem;
  color: #7cbeb5;
  margin-left: auto;
  padding-left: 0.25rem;
}
.event-taxonomy .event-taxonomy-wrapper ul li a {
  font-size: 0.88rem;
  flex: 1;
}
.event-taxonomy .event-taxonomy-wrapper ul li a:hover {
  color: #990038;
  text-decoration: underline;
}
.event-info-wrapper {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.08);
}
.event-info-wrapper a.outbound-link {
  color: #ff005d !important;
  border-bottom: none;
  font-weight: 600;
}
.event-info-wrapper a.outbound-link:hover {
  color: #990038;
}
@media (prefers-color-scheme: dark) {
  .event-info-wrapper {
    background-color: #1f000b;
    box-shadow: none;
  }
}
.event-info-wrapper a {
  color: #468e84;
}
.event-info-wrapper a:hover {
  color: #ff005d;
}
.event-info-wrapper .entry-content {
  margin-bottom: 3rem;
}
.event-info-wrapper #map {
  border-radius: 0.25rem;
}
.event-info-wrapper .event-info-content {
  padding: 0 3rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .event-info-wrapper .event-info-content {
    padding: 0 1rem 0 1rem;
  }
}
.event-info-wrapper .event-info-content .btn-primary {
  background-color: #00ff73d9;
  border: 2px solid #00ff73d9;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.event-info-wrapper .event-info-content .btn-primary:hover {
  background-color: rgba(0, 153, 69, 0.8509803922);
  color: #fff;
  border: 2px solid rgba(0, 153, 69, 0.8509803922);
}
.event-info-wrapper .event-info-content .btn-info {
  background-color: transparent;
  border: 2px solid #ff005d;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #ff005d;
}
.event-info-wrapper .event-info-content .btn-info:hover {
  background-color: #ff005d;
  color: #fff;
}
@media (max-width: 768px) {
  .event-info-wrapper .event-info-content {
    margin-bottom: 3rem;
  }
}
.event-info-wrapper .event-info-content table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.event-info-wrapper .event-info-content table th {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid #ff005d;
  font-weight: 600;
  color: #000;
}
.event-info-wrapper .event-info-content table td {
  padding: 0.35rem 0.25rem 0.35rem 0.5rem;
  border-bottom: 1px dotted #000;
  font-size: 0.9rem;
}
.event-info-wrapper .event-info-content table p {
  margin: 0;
}
.event-info-wrapper .event-info-content .event-link {
  color: #ff005d !important;
  font-size: 0.9rem;
  font-weight: 600;
  border: none !important;
}
.event-info-wrapper .event-info-content .event-link:hover {
  color: #990038;
}
.event-info-wrapper .event-info-content .entry-header {
  position: relative;
  z-index: 4;
}
.event-info-wrapper .event-info-content .erd-youtube-responsive {
  margin: 1rem 0;
}
.event-info-wrapper .event-info-content .active-value, .event-info-wrapper .event-info-content .inactive-value {
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
}
.event-info-wrapper .event-info-content .active-value {
  color: #ff005d;
  font-weight: 600;
}
.event-info-wrapper .event-info-content .inactive-value {
  color: #666 !important;
}
.event-info-wrapper .event-info-content .event-times-and-dates, .event-info-wrapper .event-info-content .event-pricing {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.event-info-wrapper .event-info-content .event-times-and-dates a, .event-info-wrapper .event-info-content .event-pricing a {
  border-bottom: none;
  color: #ff005d;
  display: block;
}
.event-info-wrapper .event-info-content .event-times-and-dates a:hover, .event-info-wrapper .event-info-content .event-pricing a:hover {
  color: #990038;
}
.event-info-wrapper .event-info-content .event-times-and-dates i, .event-info-wrapper .event-info-content .event-pricing i {
  margin-right: 0.5rem;
  display: inline-block;
  color: #ff005d;
}
.event-info-wrapper .event-info-content .event-times-and-dates h4, .event-info-wrapper .event-info-content .event-pricing h4 {
  font-size: 1rem;
}
.event-info-wrapper .event-info-content .event-times-and-dates p, .event-info-wrapper .event-info-content .event-pricing p {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
@media (prefers-color-scheme: dark) {
  .event-info-wrapper .event-info-content .event-times-and-dates p, .event-info-wrapper .event-info-content .event-pricing p {
    color: #fff;
  }
}
.event-info-wrapper .event-info-content .booking-information, .event-info-wrapper .event-info-content .price-information {
  font-size: 0.7rem;
  margin-top: 0.25rem;
  padding-right: 3rem;
  text-wrap: balance;
}
.event-info-wrapper .event-info-content .booking-information::before, .event-info-wrapper .event-info-content .price-information::before {
  content: "Booking information: ";
  font-weight: 600;
}
.event-info-wrapper .event-info-content .booking-information.disclaimer:before, .event-info-wrapper .event-info-content .price-information.disclaimer:before {
  content: "Please note: ";
}
.event-info-wrapper .event-info-content .price-information::before {
  content: "Guide Cost: ";
}
.event-info-wrapper .event-info-content h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  padding: 0;
  z-index: 12;
  font-weight: 800;
}
@media (max-width: 768px) {
  .event-info-wrapper .event-info-content h1 {
    font-size: 2rem;
    line-height: 1;
  }
}
.event-info-wrapper .event-info-content h2 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .event-info-wrapper .event-info-content h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
}
.event-info-wrapper .event-info-content h3 {
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1.1rem;
  padding: 0;
}
.event-info-wrapper .event-info-content p, .event-info-wrapper .event-info-content li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #767676;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.4rem;
}
@media (prefers-color-scheme: dark) {
  .event-info-wrapper .event-info-content p, .event-info-wrapper .event-info-content li {
    color: #fff;
  }
}
.event-info-wrapper .event-info-content p.event-pre-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.7;
}
.event-info-wrapper .event-info-content li {
  margin-bottom: 0;
}
.event-info-wrapper .event-info-content li:last-of-type {
  margin-bottom: 0;
}
.event-sidebar h4 {
  color: #ff005d;
}
@media (max-width: 576px) {
  .event-sidebar {
    margin-top: 3rem;
  }
}
.related-location, .event-host {
  margin-bottom: 2rem;
}
.related-location h4, .event-host h4 {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.related-location h3, .event-host h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem !important;
}
.related-location h5, .event-host h5 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  line-height: 1.4rem;
}
.related-location .related-location-image, .related-location .event-host-image, .event-host .related-location-image, .event-host .event-host-image {
  margin: 1rem 0;
  height: 160px;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .related-location .related-location-image, .related-location .event-host-image, .event-host .related-location-image, .event-host .event-host-image {
    height: 300px;
  }
}
.related-location p, .event-host p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #767676;
}
.search-page-header h1 {
  color: #ff005d;
}
.search-page-header h1 .search-query {
  font-weight: 700;
}
.search-result-count {
  color: #767676;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.search-refine .searchform {
  display: flex;
  gap: 0.5rem;
  max-width: 500px;
}
.search-didyoumean {
  color: #767676;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.search-didyoumean a {
  color: #ff005d !important;
}
.search-result-card {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .search-result-card {
    border-bottom-color: rgba(255, 255, 255, 0.07);
  }
}
.search-result-card:last-child {
  border-bottom: none;
}
.search-result-thumb {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffe0ec;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.search-result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result-thumb .search-result-thumb-icon {
  color: #ff005d;
  font-size: 1.4rem;
  opacity: 0.4;
}
@media (max-width: 480px) {
  .search-result-thumb {
    width: 56px;
    height: 56px;
  }
}
@media (prefers-color-scheme: dark) {
  .search-result-thumb {
    background: rgba(255, 255, 255, 0.08);
  }
}
.search-result-body {
  flex: 1;
  min-width: 0;
}
.search-result-type {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ff005d;
  margin: 0 0 0.2rem;
}
.search-result-type i {
  margin-right: 0.2rem;
}
.search-result-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  text-wrap: balance;
}
.search-result-title a {
  color: #444444 !important;
}
.search-result-title a:hover {
  color: #ff005d !important;
}
@media (prefers-color-scheme: dark) {
  .search-result-title a {
    color: #fff !important;
  }
}
.search-result-meta {
  font-size: 0.78rem;
  color: #767676;
  margin: 0 0 0.3rem;
}
.search-result-meta i {
  color: #ff005d;
  margin-right: 0.15rem;
}
.search-result-excerpt {
  font-size: 0.83rem;
  color: #767676;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-result-excerpt b, .search-result-excerpt strong {
  color: #ff005d;
  font-weight: 600;
}
@media (prefers-color-scheme: dark) {
  .search-result-excerpt {
    color: rgba(255, 255, 255, 0.6);
  }
}
.event-search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
  margin: 0.3rem 0 0.4rem;
  font-size: 0.8rem;
}
.esm-item {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: #767676;
  min-width: 0;
}
.esm-item dt {
  color: #ff005d;
  flex-shrink: 0;
  font-weight: normal;
}
.esm-item dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.3rem;
  min-width: 0;
}
@media (prefers-color-scheme: dark) {
  .esm-item {
    color: rgba(255, 255, 255, 0.65);
  }
}
.esm-date dd {
  font-weight: 500;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .esm-date dd {
    color: #fff;
  }
}
.esm-time {
  font-weight: 400;
  color: #767676;
  font-size: 0.75rem;
}
@media (prefers-color-scheme: dark) {
  .esm-time {
    color: rgba(255, 255, 255, 0.5);
  }
}
.esm-until, .esm-sublocation {
  font-size: 0.75rem;
  color: #767676;
}
@media (prefers-color-scheme: dark) {
  .esm-until, .esm-sublocation {
    color: rgba(255, 255, 255, 0.45);
  }
}
.esm-tags dd {
  gap: 0.25rem;
}
.esm-tag {
  display: inline-block;
  background: #ffe0ec;
  color: #e60054;
  border-radius: 3px;
  padding: 0.05rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
@media (prefers-color-scheme: dark) {
  .esm-tag {
    background: rgba(255, 0, 93, 0.2);
    color: #ff669e;
  }
}
.event-repeat-summary {
  margin-bottom: 0.9rem;
}
.event-repeat-summary p {
  margin-bottom: 0.2rem;
}
.event-repeat-summary .event-repeat-subtitle {
  font-size: 0.82rem;
  color: #767676;
}
@media (prefers-color-scheme: dark) {
  .event-repeat-summary .event-repeat-subtitle {
    color: rgba(255, 255, 255, 0.5);
  }
}
.event-date-row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem 1.25rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.event-date-row:last-of-type {
  border-bottom: none;
}
@media (prefers-color-scheme: dark) {
  .event-date-row {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
}
.event-date-date {
  flex: 1;
  font-size: 0.9rem;
  min-width: 0;
}
.event-date-date i {
  margin-right: 0.4rem;
  color: #ff005d;
}
.event-date-time {
  flex-shrink: 0;
  font-size: 0.88rem;
  color: #767676;
  white-space: nowrap;
}
.event-date-time i {
  margin-right: 0.3rem;
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .event-date-time {
    color: rgba(255, 255, 255, 0.65);
  }
}
@media (max-width: 575.98px) {
  .event-info-content-header {
    height: 14rem;
  }
  .event-info-content h1 {
    font-size: 1.65rem !important;
    line-height: 1.15 !important;
  }
  .event-info-content .booking-information, .event-info-content .price-information {
    padding-right: 0;
  }
  #map {
    height: 220px !important;
  }
  .event-date-row {
    flex-wrap: wrap;
  }
  .event-date-row .event-date-time {
    padding-left: 1.5rem;
  }
}
.post-type-archive-event .page-header h2, .post-type-archive-event .page-header .event-archive-subtitle, .tax-event-type .page-header h2, .tax-event-type .page-header .event-archive-subtitle, .tax-price-range .page-header h2, .tax-price-range .page-header .event-archive-subtitle, .tax-age-range .page-header h2, .tax-age-range .page-header .event-archive-subtitle {
  color: #ff005d;
}
.page-template-past_events_feed .page-header h2 {
  color: #ff005d;
  margin-bottom: 1.5rem;
}
.post-type-archive-directory .page-header h2, .tax-directory-categories .page-header h2 {
  color: #ff005d;
  margin-bottom: 1rem;
}
.post-type-archive-event .site-content {
  margin-top: 0 !important;
}
.home .stream-image-wrapper, .home .love-letter-image-wrapper, .home .related-posts-image-wrapper, .team-members .image-wrapper, .event-archive-block .event-image-wrapper, .event-featured-image, .related-location .related-location-image, .related-location .event-host-image, .event-host .related-location-image, .event-host .event-host-image, .single-love-letter .post-thumbnail, .featured-image-wrapper, .love-letter-image-wrapper, .related-posts-image-wrapper, .blog-post-card .blog-post-image-wrapper, .directory-card .directory-card-image-wrapper, .stream-block .stream-image-wrapper {
  overflow: hidden;
  position: relative;
}
.home .stream-image-wrapper > img, .home .love-letter-image-wrapper > img, .home .related-posts-image-wrapper > img, .team-members .image-wrapper > img, .event-archive-block .event-image-wrapper > img, .event-featured-image > img, .related-location .related-location-image > img, .related-location .event-host-image > img, .event-host .related-location-image > img, .event-host .event-host-image > img, .single-love-letter .post-thumbnail > img, .featured-image-wrapper > img, .love-letter-image-wrapper > img, .related-posts-image-wrapper > img, .blog-post-card .blog-post-image-wrapper > img, .directory-card .directory-card-image-wrapper > img, .stream-block .stream-image-wrapper > img, .home .stream-image-wrapper > .wp-post-image, .home .love-letter-image-wrapper > .wp-post-image, .home .related-posts-image-wrapper > .wp-post-image, .team-members .image-wrapper > .wp-post-image, .event-archive-block .event-image-wrapper > .wp-post-image, .event-featured-image > .wp-post-image, .related-location .related-location-image > .wp-post-image, .related-location .event-host-image > .wp-post-image, .event-host .related-location-image > .wp-post-image, .event-host .event-host-image > .wp-post-image, .single-love-letter .post-thumbnail > .wp-post-image, .featured-image-wrapper > .wp-post-image, .love-letter-image-wrapper > .wp-post-image, .related-posts-image-wrapper > .wp-post-image, .blog-post-card .blog-post-image-wrapper > .wp-post-image, .directory-card .directory-card-image-wrapper > .wp-post-image, .stream-block .stream-image-wrapper > .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575.98px) {
  .container, .container-sm {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.chonky-hr {
  border-top: 2px solid #ff005d;
  margin: 1rem 0;
}
.social-links {
  margin-left: 1rem;
}
.social-links a {
  margin-right: 0.25rem;
  font-size: 1.2rem;
}
.social-links a:hover {
  color: #990038;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #330013;
    color: #fff;
  }
}
@media (prefers-color-scheme: light) {
  body {
    background-color: #fff;
    color: #444444;
  }
}
pre {
  background-color: #fff;
  color: #444444;
  padding: 1rem;
  border-radius: 0.25rem;
  overflow-x: auto;
  font-size: 0.75rem;
}
@media (prefers-color-scheme: dark) {
  pre {
    background-color: #1a0009;
    color: #fff;
  }
}
code {
  color: #d6004e;
}
.indicates-required {
  color: #d6004e;
  margin-top: 1rem;
  font-size: 0.7rem;
}
.fa-heart {
  color: #ff005d;
}
.mission-statement {
  content-visibility: auto;
  contain-intrinsic-size: 0 400px;
  background-color: #244a44;
  margin-top: 5rem;
  padding: 3rem 0 4rem 0;
  z-index: 999;
  margin-bottom: -5rem;
}
.mission-statement h2 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.15;
  margin-top: 2rem;
  color: #ff005d;
}
@media (max-width: 768px) {
  .mission-statement h2 {
    font-size: 2rem;
  }
}
.mission-statement p {
  color: #fff;
  margin-bottom: 2rem;
}
.mission-statement h3 {
  font-weight: 700;
  font-size: 2rem !important;
  color: #fff !important;
  display: inline-block;
  border-radius: 2px;
  line-height: 1.25;
  margin-bottom: 0.25rem !important;
}
.recent-love-letters .love-letter {
  position: relative;
  padding: 1rem;
}
.recent-love-letters .love-letter .author-pic {
  border-radius: 50%;
  width: 5rem;
  margin: 0 auto;
  display: block;
}
.recent-love-letters .love-letter p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
}
.recent-love-letters .love-letter .author {
  font-weight: 600;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.recent-love-letters .love-letter h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1rem;
  line-height: 1.8rem;
}
.recent-love-letters .love-letter h3 a:hover {
  color: #7cbeb5;
}
.recent-love-letters .love-letter .image-wrapper {
  z-index: -11;
  aspect-ratio: 1;
  mask-image: url("../img/heart-mask.svg");
  mask-size: cover;
  margin: 0 3rem;
  background-color: #ff005d;
}
.recent-love-letters .love-letter .image-wrapper .wp-post-image {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.entry-content .patreon-cta {
  background-color: #c0e0dc;
  margin: 2rem 0;
  padding: 1.5rem 1.5rem 2.5rem 2rem;
  border-radius: 0 2rem;
  text-wrap: balance;
  background-image: url(../img/patreon-pattern.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 180px;
  box-shadow: 0 1px 1px rgba(255, 0, 93, 0.12), 0 2px 2px rgba(255, 0, 93, 0.12), 0 4px 4px rgba(255, 0, 93, 0.12), 0 8px 8px rgba(255, 0, 93, 0.12), 0 20px 20px rgba(255, 0, 93, 0.12);
}
.entry-content .patreon-cta .patreon-logo {
  width: 180px;
  padding-top: 1rem;
}
.entry-content .patreon-cta h2 {
  font-size: 1.25rem !important;
  color: #244a44;
  margin-top: 1rem;
}
.entry-content .patreon-cta p {
  font-size: 0.9rem;
  color: #244a44;
  margin-bottom: 1.5rem;
}
.entry-content .patreon-cta a {
  border: 2px solid #ff005d !important;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff !important;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  background-color: #ff005d;
}
.entry-content .patreon-cta a:hover {
  background-color: #990038;
  color: #ff337d;
  border-color: #990038 !important;
}
.love-letters {
  margin: 4rem 0;
}
.single-love-letter {
  background-image: url("../img/hearts-bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (prefers-color-scheme: dark) {
  .single-love-letter {
    background-image: none;
  }
}
.single-love-letter .recent-love-letters {
  margin-top: 4rem;
}
.single-love-letter .recent-love-letters h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #ff005d;
}
.single-love-letter .recent-love-letters h2::before {
  content: "More ";
}
@media (max-width: 768px) {
  .single-love-letter .recent-love-letters h2 {
    font-size: 1.8rem;
  }
}
.single-love-letter .sticky-letter {
  position: sticky;
  top: 8rem;
  margin-bottom: 5rem;
}
.single-love-letter .sticky-letter h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #ff005d;
  margin-bottom: 0;
}
.single-love-letter .sticky-letter .btn {
  display: block;
}
.single-love-letter .author-biog .author-pic {
  mask-image: url("../img/heart-mask.svg");
  mask-size: cover;
  margin-bottom: 2rem;
}
.single-love-letter .author-biog a {
  color: #468e84;
  font-weight: 600;
}
.single-love-letter .author-biog a:hover {
  color: #ff005d;
}
.single-love-letter h1 {
  font-size: 8rem;
  letter-spacing: 0;
  color: #ff005d;
  line-height: 6.6rem;
}
@media (max-width: 1199px) {
  .single-love-letter h1 {
    font-size: 7rem;
    line-height: 6rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .single-love-letter h1 {
    font-size: 6rem;
    line-height: 5.6rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .single-love-letter h1 {
    font-size: 5rem;
    line-height: 4.6rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
}
.single-love-letter h1 small {
  font-size: 1rem;
  color: #000;
  line-height: 1.5rem;
  margin-top: 1rem;
  display: block;
}
@media (prefers-color-scheme: dark) {
  .single-love-letter h1 small {
    color: #fff;
  }
}
.single-love-letter .entry-header i {
  color: #ff005d;
  margin-right: 0.5rem;
  display: inline-block;
}
.single-love-letter .post-thumbnail {
  aspect-ratio: 1.7777777778;
  transform: rotate(3deg);
  border-radius: 1rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 20px 20px rgba(0, 0, 0, 0.12);
  margin: 0 1rem -2rem -2rem;
}
@media (max-width: 576px) {
  .single-love-letter .post-thumbnail {
    transform: none;
    margin: 0;
    aspect-ratio: 1;
    border-radius: 0;
    box-shadow: none;
  }
}
.single-love-letter p, .single-love-letter h4 {
  font-size: 0.9rem;
}
.single-love-letter h4 {
  font-weight: 600;
  color: #ff005d;
}
.single-love-letter .paper-letter {
  padding: 5rem 4rem 4rem;
  margin-top: -2.4rem;
  background-color: #e3e3e3;
  background-image: url("../img/paper-texture.png");
  background-size: contain;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}
@media (prefers-color-scheme: dark) {
  .single-love-letter .paper-letter {
    background-color: #0a0004;
    background-image: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .single-love-letter .paper-letter {
    padding: 3rem 1.8rem;
    margin: 0;
    margin-bottom: 3rem;
  }
}
.single-love-letter .paper-letter .featured-image-caption {
  font-size: 0.7rem;
  color: #767676;
  padding-right: 40%;
  line-height: 1.2rem;
  margin-bottom: 2rem;
}
.single-love-letter .paper-letter .featured-image-caption i {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 400;
}
.single-love-letter .paper-letter p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.single-love-letter .paper-letter p a {
  color: #ff005d;
  text-decoration: none;
  border-bottom: 1px solid #ff005d;
}
.single-love-letter .paper-letter p a:hover {
  background-color: #ff005d;
  color: #fff;
}
.single-love-letter .paper-letter h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
  color: #ff005d;
}
.single-love-letter .paper-letter blockquote {
  padding: 0rem 0.5rem 0rem 4rem;
  margin: 1.5rem 0;
  position: relative;
}
.single-love-letter .paper-letter blockquote::before {
  content: "“";
  font-family: "Unique Bold", sans-serif;
  font-size: 12rem;
  position: absolute;
  left: 0;
  top: 80px;
  color: #ff005d;
  line-height: 0;
}
@media (min-width: 768px) {
  .single-love-letter .paper-letter blockquote::before {
    font-size: 8rem;
    top: 90px;
  }
}
.single-love-letter .paper-letter blockquote p {
  font-size: 1.9rem;
  line-height: 1.45;
  margin-bottom: 0;
  color: #ff005d;
  font-weight: 600;
}
@media (min-width: 768px) {
  .single-love-letter .paper-letter blockquote p {
    font-size: 1.5rem;
  }
}
.single-love-letter .paper-letter [rel="prev"]::before {
  content: "Last Letter: ";
  font-weight: 600;
}
.single-love-letter .paper-letter [rel="next"]::before {
  content: "Next Letter: ";
  font-weight: 600;
}
.single-love-letter .paper-letter [rel="next"]::after {
  content: "";
}
.single-love-letter .paper-letter ul.sorting-letters {
  padding: 1rem 0 0 0;
  margin-top: 3rem;
  border-top: 2px solid #ff005d;
}
.single-love-letter .paper-letter ul.sorting-letters li {
  list-style: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.single-love-letter .paper-letter ul.sorting-letters li a:hover {
  background-color: #ff005d;
  color: #fff;
  border-bottom: 1px solid #ff005d;
}
ul.pagination {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
ul.pagination li {
  display: inline-block;
  font-weight: 600;
}
ul.pagination li.active .page-link {
  background-color: #990038;
  border-color: #990038;
}
ul.pagination li a {
  font-size: 1rem;
}
@media (prefers-color-scheme: dark) {
  ul.pagination li a {
    background-color: #29000f;
    border-color: #ff005d;
  }
}
ul.pagination li a:hover {
  background-color: #ff005d;
  color: #fff;
  border-color: #ff005d;
}
.page-template h1 {
  color: #ff005d;
}
.page-template h2 {
  font-size: 2.2rem;
  color: #ff005d;
  margin-top: 3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-template h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.page-template h3 {
  color: #990038;
  line-height: 2rem;
}
.page-header h2, .page-header .event-archive-subtitle {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .az-navigation .pagination {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .az-navigation {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
  .az-navigation .pagination {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 1rem 1.25rem 1rem 2.5rem;
    gap: 0.5rem;
    margin: 0;
    align-items: stretch;
  }
  .az-navigation .pagination::-webkit-scrollbar {
    display: none;
  }
  .az-navigation .page-item {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .az-navigation .page-link {
    width: 4.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Unique Light", sans-serif;
    font-size: 5rem;
    line-height: 1;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 0, 93, 0.15);
    color: #444444;
    background: linear-gradient(160deg, rgba(255, 0, 93, 0.05) 0%, rgba(255, 0, 93, 0.01) 100%);
    padding: 0;
    transition: background 0.12s ease, color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
  }
  .az-navigation .page-item:first-child .page-link, .az-navigation .page-item:nth-child(2) .page-link {
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: auto;
    padding: 0 1.1rem;
  }
  .az-navigation .page-item.active .page-link, .az-navigation .page-item.active .page-link:hover {
    --bs-pagination-active-bg: #ff005d;
    --bs-pagination-active-border-color: #ff005d;
    --bs-pagination-active-color: #fff;
    background: #ff005d;
    border-color: #ff005d;
    color: #fff;
    box-shadow: 0 6px 22px rgba(255, 0, 93, 0.45);
    transform: scale(1.08);
    z-index: 1;
  }
}
@media (max-width: 991.98px) and (prefers-color-scheme: dark) {
  .az-navigation .page-link {
    color: #fff;
    background: linear-gradient(160deg, rgba(255, 0, 93, 0.12) 0%, rgba(255, 0, 93, 0.04) 100%);
    border-color: rgba(255, 0, 93, 0.25);
  }
}
.directory-archive-block .directory-short-bio {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #767676;
  margin: 0.25rem 0 0;
}
@media (prefers-color-scheme: dark) {
  .directory-archive-block .directory-short-bio {
    color: rgba(255, 255, 255, 0.6);
  }
}
.featured-image-wrapper {
  height: 400px;
  background-color: #ff337d;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .featured-image-wrapper {
    height: 300px;
  }
}
.single-blog-post p.lead {
  color: #767676;
  font-family: "Poppins", sans-serif;
}
@media (prefers-color-scheme: dark) {
  .single-blog-post p.lead {
    color: #fff;
  }
}
.single-blog-post .alignnone {
  border-radius: 0.23rem;
  margin: 2rem 0 1rem -2rem;
}
@media (min-width: 768px) {
  .single-blog-post .alignnone {
    margin: 2rem 0 1rem 0;
  }
}
.single-blog-post .alignnone figcaption {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #767676;
  padding: 1rem 1rem;
  text-align: left;
  border-radius: 0 0 0.25rem 0.25rem;
  margin-top: -0.5rem;
  margin-left: 1rem;
  margin-right: -1rem;
  display: block;
  width: 75%;
  padding-bottom: 1rem;
}
@media (prefers-color-scheme: dark) {
  .single-blog-post .alignnone figcaption {
    color: #fff;
  }
}
.single-blog-post .alignnone figcaption::before {
  content: "Caption: ";
  font-weight: 600;
}
.single-blog-post .size-large, .single-blog-post .size-full {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
}
.single-blog-post .post-sidebar {
  margin-bottom: 4rem;
}
.single-blog-post h1 {
  font-size: 3.8rem;
  border-top: #ff005d 0.5rem solid;
  background-color: #fff;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  padding-top: 2rem;
  color: #ff005d;
  margin-top: -9rem;
  margin-bottom: 1rem;
  position: relative;
  margin-left: -1rem;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .single-blog-post h1 {
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    margin-top: -7rem;
  }
}
@media (max-width: 576px) {
  .single-blog-post h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
}
@media (prefers-color-scheme: dark) {
  .single-blog-post h1 {
    background-color: #330013;
  }
}
.single-blog-post p, .single-blog-post li {
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-blog-post p, .single-blog-post li {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
.single-blog-post li {
  margin-bottom: 0.5rem;
}
.single-blog-post .entry-content {
  margin-bottom: 4rem;
}
.single-blog-post .entry-content a {
  color: #468e84;
  text-decoration: none;
  border-bottom: 2px solid #7cbeb5;
}
.single-blog-post .entry-content a:hover {
  color: #ff005d;
  border-bottom: 2px solid #ff005d;
}
@media (min-width: 1200px) {
  .single-blog-post .entry-content {
    border-right: 2px solid #ff005d;
    padding-right: 3rem;
  }
}
.single-blog-post .author-pic-wrapper {
  margin-top: 0.25rem;
  aspect-ratio: 1;
  mask-image: url("../img/heart-mask.svg");
  mask-size: cover;
}
.single-blog-post .author-pic-wrapper .author-pic {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.single-blog-post .author-details p {
  margin-bottom: 0.5rem;
}
.single-blog-post .author-details h3 {
  color: #000;
  margin: 2rem 0 0.5rem 0;
}
@media (prefers-color-scheme: dark) {
  .single-blog-post .author-details h3 {
    color: #ff669e;
  }
}
.single-blog-post .author-details p, .single-blog-post .author-details h4 {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #767676;
}
@media (prefers-color-scheme: dark) {
  .single-blog-post .author-details p, .single-blog-post .author-details h4 {
    color: #fff;
  }
}
.single-blog-post .author-details h4 {
  color: #ff005d;
  margin-bottom: 0;
}
.single-blog-post h2 {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .single-blog-post h2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.single-blog-post h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  line-height: 2rem;
  color: #ff005d;
}
@media (max-width: 768px) {
  .single-blog-post h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.love-letter-image-wrapper, .related-posts-image-wrapper {
  height: 130px;
  background-color: #ff337d;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  transition: box-shadow 0.5s ease-in-out;
}
.love-letter-image-wrapper img, .related-posts-image-wrapper img {
  transition: transform 1s ease-in-out;
}
.love-letter-image-wrapper:hover img, .related-posts-image-wrapper:hover img {
  transform: scale(1.08);
}
.related-posts-image-wrapper {
  margin-bottom: 0.85rem;
}
.post-sidebar {
  margin-bottom: 4rem;
}
.post-sidebar .blog-sidebar-heading {
  margin-bottom: 1rem;
}
.post-sidebar .love-letter-image-wrapper, .post-sidebar .related-posts-image-wrapper {
  height: 130px;
}
.post-sidebar p {
  font-family: "Poppins", sans-serif;
  font-size: 0.83rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: #666;
}
@media (prefers-color-scheme: dark) {
  .post-sidebar p {
    color: rgba(255, 255, 255, 0.65);
  }
}
.post-sidebar h3 {
  font-size: 0.95rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.post-sidebar h3 a {
  color: #444444;
  transition: color 0.12s ease;
}
.post-sidebar h3 a:hover {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .post-sidebar h3 a {
    color: #fff;
  }
}
.post-sidebar h4 {
  font-weight: 700;
  font-size: 1rem;
  color: #ff005d;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.blog-post-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}
.blog-cat-tag {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #ffebf2;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  transition: background 0.12s ease, color 0.12s ease;
  position: relative;
  z-index: 1;
}
.blog-cat-tag:hover {
  background: #ff005d;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .blog-cat-tag {
    background: rgba(255, 0, 93, 0.25);
    color: #ff80ae;
  }
  .blog-cat-tag:hover {
    background: #ff005d;
    color: #fff;
  }
}
.blog-post-date {
  font-size: 0.78rem;
  font-weight: 500;
  color: #767676;
  margin-bottom: 0.4rem;
}
.blog-post-date i {
  color: #ff005d;
  margin-right: 0.2rem;
}
@media (prefers-color-scheme: dark) {
  .blog-post-date {
    color: rgba(255, 255, 255, 0.5);
  }
}
.recent-post h3 {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.35rem;
}
.recent-post h3 a {
  color: #444444;
  transition: color 0.12s ease;
}
.recent-post h3 a:hover {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .recent-post h3 a {
    color: #fff;
  }
}
.recent-post p {
  font-size: 0.83rem;
  margin-bottom: 0.4rem;
  line-height: 1.4;
  color: #666;
}
@media (prefers-color-scheme: dark) {
  .recent-post p {
    color: rgba(255, 255, 255, 0.65);
  }
}
.wpcf7-form {
  padding: 1.5rem 0;
  border-top: 1px solid #ffccdf;
  border-bottom: 1px solid #ffccdf;
}
.wpcf7-form p {
  line-height: 1.6rem;
}
.wpcf7-form .wpcf7-checkbox {
  border: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}
.wpcf7-form .wpcf7-submit {
  border-radius: 0.5rem;
  background-color: #ff005d;
  border: 0;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #990038;
}
.wpcf7-form .form-label {
  font-weight: 600;
  color: #ff005d;
}
.wpcf7-form .form-caption {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 0.25rem;
  font-weight: 400;
  color: #767676;
  padding-right: 0rem;
  text-wrap: balance;
}
@media (prefers-color-scheme: dark) {
  .wpcf7-form .form-caption {
    color: #ffccdf;
  }
}
.wpcf7-form .form-caption::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #ff005d;
  margin-right: 0.25rem;
}
.post-archive h1 {
  color: #ff005d;
}
.post-archive .lead {
  color: #595959;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (prefers-color-scheme: dark) {
  .post-archive .lead {
    color: rgba(255, 255, 255, 0.7);
  }
}
.blog-sidebar {
  top: 5rem;
}
@media (prefers-color-scheme: dark) {
  .blog-sidebar {
    color: #fff;
  }
}
.blog-sidebar-heading {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c8c8c;
  margin-bottom: 0.6rem;
}
.blog-sidebar-heading i {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .blog-sidebar-heading {
    color: rgba(255, 255, 255, 0.45);
  }
}
.blog-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-category-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-category-item:last-child {
  border-bottom: none;
}
.blog-category-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #444444;
  transition: color 0.12s ease;
}
.blog-category-item a:hover {
  color: #ff005d;
}
.blog-category-item.active a {
  color: #ff005d;
  font-weight: 600;
}
@media (prefers-color-scheme: dark) {
  .blog-category-item {
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }
  .blog-category-item a {
    color: rgba(255, 255, 255, 0.8);
  }
  .blog-category-item.active a {
    color: #ff669e;
  }
}
.blog-category-count {
  font-size: 0.72rem;
  font-weight: 400;
  color: #767676;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.1rem 0.45rem;
  border-radius: 2rem;
  flex-shrink: 0;
}
@media (prefers-color-scheme: dark) {
  .blog-category-count {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.45);
  }
}
.blog-post-card .blog-post-image-wrapper {
  height: 160px;
  border-radius: 6px;
  margin-bottom: 0.7rem;
  transition: box-shadow 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .blog-post-card .blog-post-image-wrapper {
    height: 210px;
  }
}
.blog-post-card .blog-post-image-wrapper .blog-post-image {
  display: block;
  transition: transform 1s ease-in-out;
}
.blog-post-card:hover .blog-post-image-wrapper {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.014), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.056);
}
.blog-post-card:hover .blog-post-image-wrapper .blog-post-image {
  transform: scale(1.08);
}
.blog-post-card h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.35rem;
}
.blog-post-card h2 a {
  color: #444444;
  transition: color 0.12s ease;
}
.blog-post-card h2 a:hover {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .blog-post-card h2 a {
    color: #fff;
  }
}
.blog-post-card .blog-post-excerpt {
  font-size: 0.85rem;
  color: #595959;
  line-height: 1.5;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  .blog-post-card .blog-post-excerpt {
    color: rgba(255, 255, 255, 0.6);
  }
}
.directory-card {
  margin: 1.5rem 0 1.5rem;
  position: relative;
}
.directory-card a {
  border-bottom: none !important;
}
.directory-card .directory-card-events h3 {
  font-size: 1rem;
  color: #ff005d;
  margin-top: 0;
}
.directory-card .directory-card-image-wrapper {
  height: 260px;
  background-color: #ff337d;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 0.75rem;
  border-top: 5px solid #ff005d;
}
.directory-card h2 {
  font-size: 1.2rem;
  margin: 0;
}
.directory-card p, .directory-card a, .directory-card li {
  text-wrap: balance;
  font-size: 0.9rem;
}
.directory-card ul {
  margin: 0;
  padding: 0;
}
.directory-card ul li {
  padding: 0;
  margin-bottom: 0rem;
}
.directory-card ul li a {
  font-weight: 600;
}
.directory-card h3 {
  margin-bottom: 0;
  margin-top: 1rem;
}
.stream-block {
  padding-bottom: 2rem;
}
.stream-block .stream-image-wrapper {
  aspect-ratio: 1.7777777778;
  background-color: #ff337d;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 0.75rem;
  border-top: 5px solid #ff005d;
  width: 100%;
}
.stream-block h4 {
  font-size: 1rem;
}
.stream-block h2 {
  font-size: 1.4rem;
  margin: 0;
}
.single-directory p.disclaimer, .search-results p.disclaimer {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  text-wrap: balance;
}
.single-directory a:hover, .search-results a:hover {
  color: #990038;
}
.single-directory p, .search-results p {
  text-wrap: balance;
}
.single-directory .review-count, .search-results .review-count {
  color: #ff005d;
  display: block;
  font-size: 0.8rem;
}
.single-directory .fa-phone, .search-results .fa-phone {
  display: inline-block;
  margin-left: 0.5rem;
}
.single-directory table.directory-opening-times, .search-results table.directory-opening-times {
  --bs-table-bg: transparent;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.single-directory table.directory-opening-times td, .search-results table.directory-opening-times td {
  padding: 0.45rem 0.6rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 0, 93, 0.1);
  font-size: 0.9rem;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .single-directory table.directory-opening-times td, .search-results table.directory-opening-times td {
    color: #fff;
  }
}
.single-directory table.directory-opening-times td:first-child, .search-results table.directory-opening-times td:first-child {
  font-weight: 600;
  color: #444444;
  width: 110px;
}
@media (prefers-color-scheme: dark) {
  .single-directory table.directory-opening-times td:first-child, .search-results table.directory-opening-times td:first-child {
    color: #fff;
  }
}
.single-directory table.directory-opening-times td:last-child, .search-results table.directory-opening-times td:last-child {
  text-align: right;
}
.single-directory table.directory-opening-times tbody tr:last-child td, .search-results table.directory-opening-times tbody tr:last-child td {
  border-bottom: none;
}
.single-directory table.directory-events-table, .search-results table.directory-events-table {
  --bs-table-bg: transparent;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
  font-family: "Helvetica Neue", sans-serif;
}
.single-directory table.directory-events-table th, .single-directory table.directory-events-table td, .search-results table.directory-events-table th, .search-results table.directory-events-table td {
  padding: 0.6rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 0, 93, 0.12);
  color: #444444;
  vertical-align: middle;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media (prefers-color-scheme: dark) {
  .single-directory table.directory-events-table th, .single-directory table.directory-events-table td, .search-results table.directory-events-table th, .search-results table.directory-events-table td {
    color: #fff;
  }
}
.single-directory table.directory-events-table th, .search-results table.directory-events-table th {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #767676;
  font-weight: 600;
}
.single-directory table.directory-events-table tbody tr:last-child td, .search-results table.directory-events-table tbody tr:last-child td {
  border-bottom: none;
}
.single-directory table.directory-events-table .directory-events-date, .search-results table.directory-events-table .directory-events-date {
  white-space: nowrap;
  font-weight: 600;
  width: 1%;
}
.single-directory table.directory-events-table .directory-events-title a, .search-results table.directory-events-table .directory-events-title a {
  color: #ff005d;
  text-decoration: none;
}
.single-directory table.directory-events-table .directory-events-title a:hover, .search-results table.directory-events-table .directory-events-title a:hover {
  text-decoration: underline;
}
.single-directory table.directory-events-table .directory-events-repeat, .search-results table.directory-events-table .directory-events-repeat {
  margin-left: 0.35rem;
  color: #767676;
  font-size: 0.8em;
}
.single-directory table.directory-events-table .directory-events-repeat-pill, .search-results table.directory-events-table .directory-events-repeat-pill {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  background: rgba(118, 118, 118, 0.12);
  color: #767676;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: middle;
}
@media (prefers-color-scheme: dark) {
  .single-directory table.directory-events-table .directory-events-repeat-pill, .search-results table.directory-events-table .directory-events-repeat-pill {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
}
.single-directory table.directory-events-table .directory-events-time, .search-results table.directory-events-table .directory-events-time {
  white-space: nowrap;
  color: #767676;
  width: 1%;
}
.single-directory p.lead, .search-results p.lead {
  color: #767676;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (prefers-color-scheme: dark) {
  .single-directory p.lead, .search-results p.lead {
    color: #fff;
  }
}
.single-directory p.directory-address, .search-results p.directory-address {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #ff005d;
  margin-bottom: 24px;
}
.single-directory h6, .search-results h6 {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.single-directory .result-content a, .search-results .result-content a {
  font-weight: 600;
}
.single-directory .result-content a:hover, .search-results .result-content a:hover {
  color: #990038;
}
.directory-header {
  margin-bottom: 1.5rem;
}
.directory-header h1 {
  margin-bottom: 0.35rem;
}
.directory-header .directory-category-tags {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.directory-header .directory-address {
  margin-bottom: 0;
  font-size: 1rem;
  color: #767676;
}
.directory-header .directory-address i {
  color: #ff005d;
  margin-right: 0.2rem;
}
@media (prefers-color-scheme: dark) {
  .directory-header .directory-address {
    color: #fff;
  }
}
.directory-feature-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .directory-feature-block {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
  .directory-feature-block.has-info:not(.has-image):not(.has-map), .directory-feature-block:not(.has-info) {
    grid-template-columns: minmax(0, 1fr);
  }
}
.directory-feature-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
  min-width: 0;
}
.directory-feature-left > .directory-feature-tile {
  flex: 1 1 0;
  min-height: 220px;
}
@media (max-width: 767px) {
  .directory-feature-left > .directory-feature-tile {
    flex: 0 0 auto;
    aspect-ratio: 1.6;
    min-height: 220px;
  }
}
.directory-feature-tile {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.directory-feature-tile--image, .directory-feature-tile--map {
  background: rgba(255, 0, 93, 0.04);
  min-height: 260px;
}
@media (max-width: 767px) {
  .directory-feature-tile--image, .directory-feature-tile--map {
    aspect-ratio: 1.6;
    min-height: 0;
  }
}
.directory-feature-tile--image .directory-feature-img, .directory-feature-tile--image .directory-feature-map, .directory-feature-tile--map .directory-feature-img, .directory-feature-tile--map .directory-feature-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.directory-feature-tile--image .directory-feature-img, .directory-feature-tile--map .directory-feature-img {
  object-fit: cover;
}
.directory-feature-tile--info {
  background: rgba(255, 0, 93, 0.06);
  border: 1px solid rgba(255, 0, 93, 0.1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (prefers-color-scheme: dark) {
  .directory-feature-tile--info {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 768px) {
  .directory-feature-tile--info {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.directory-feature-tile--info .directory-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.directory-feature-tile--info .directory-ctas .directory-cta-primary, .directory-feature-tile--info .directory-ctas .directory-cta-outline {
  justify-content: center;
  width: 100%;
}
.directory-feature-tile--info-bottom {
  justify-content: flex-start;
}
.directory-feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.directory-feature-map {
  width: 100%;
  height: 100%;
  cursor: default;
}
.directory-feature-map .mapboxgl-ctrl, .directory-feature-map .mapboxgl-ctrl-bottom-left, .directory-feature-map .mapboxgl-ctrl-bottom-right, .directory-feature-map .mapboxgl-ctrl-top-left, .directory-feature-map .mapboxgl-ctrl-top-right {
  display: none !important;
}
.directory-tile-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #767676;
  font-weight: 600;
  margin: 0 0 0.85rem;
}
.directory-tile-heading i {
  color: #ff005d;
  margin-right: 0.25rem;
}
.directory-feature-info-hours .directory-opening-times {
  width: 100%;
}
.directory-feature-info-hours .directory-opening-times td {
  padding: 0.3rem 0.4rem;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 0, 93, 0.1);
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .directory-feature-info-hours .directory-opening-times td {
    color: #fff;
  }
}
.directory-feature-info-hours .directory-opening-times td:first-child {
  font-weight: 600;
  width: 90px;
}
.directory-feature-info-hours .directory-opening-times td:last-child {
  text-align: right;
}
.directory-feature-info-hours .directory-opening-times tbody tr:last-child td {
  border-bottom: none;
}
.directory-intro {
  margin-bottom: 2.5rem;
}
.directory-intro .directory-intro-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 0.6rem;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .directory-intro .directory-intro-heading {
    color: #fff;
  }
}
.directory-intro .directory-intro-bio {
  font-size: 1.15rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .directory-intro .directory-intro-bio {
    color: #fff;
  }
}
.directory-intro .directory-ctas {
  margin: 0;
}
.directory-admin-debug {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #767676;
  opacity: 0.55;
  transition: opacity 0.15s ease-in-out;
}
.directory-admin-debug:hover, .directory-admin-debug[open] {
  opacity: 1;
}
.directory-admin-debug summary {
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  padding: 0.25rem 0;
}
.directory-admin-debug summary::-webkit-details-marker {
  display: none;
}
.directory-admin-debug summary::before {
  content: "▸ ";
  display: inline-block;
  margin-right: 0.25em;
}
.directory-admin-debug[open] summary::before {
  content: "▾ ";
}
.directory-admin-debug pre {
  margin: 0.5rem 0 0;
  padding: 0.5rem 0.75rem;
  background: rgba(118, 118, 118, 0.06);
  border-radius: 4px;
  font-size: 0.7rem;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 20rem;
  overflow: auto;
}
.directory-about-site {
  display: block;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #767676;
}
.directory-about-site p {
  margin: 0;
}
.directory-about-site strong {
  color: #444444;
}
.directory-about-site a {
  color: #ff005d;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.directory-about-site a:hover {
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .directory-about-site {
    color: #fff;
  }
  .directory-about-site strong {
    color: #fff;
  }
}
.directory-claim-callout {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: rgba(255, 0, 93, 0.06);
  border: 1px solid rgba(255, 0, 93, 0.15);
}
.directory-claim-callout > i {
  color: #ff005d;
  font-size: 1.25rem;
  margin-top: 0.15rem;
}
.directory-claim-callout .directory-claim-callout-body {
  flex: 1 1 auto;
  min-width: 0;
}
.directory-claim-callout .directory-claim-callout-body strong {
  display: block;
}
.directory-claim-callout .directory-claim-callout-body p {
  margin: 0.15rem 0 0.65rem;
  color: #767676;
  font-size: 0.95rem;
}
@media (prefers-color-scheme: dark) {
  .directory-claim-callout {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
  }
  .directory-claim-callout .directory-claim-callout-body p {
    color: #fff;
  }
}
.directory-events-section {
  margin-bottom: 2.5rem;
}
.directory-related {
  margin: 2rem 0 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 0, 93, 0.12);
}
@media (prefers-color-scheme: dark) {
  .directory-related {
    border-top-color: rgba(255, 255, 255, 0.08);
  }
}
.directory-related-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 1.25rem;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .directory-related-heading {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .directory-intro-events .directory-events-col {
    margin-top: 0.5rem;
  }
}
.directory-data-disclaimer {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #767676;
  opacity: 0.55;
  transition: opacity 0.15s ease-in-out;
}
.directory-data-disclaimer:hover {
  opacity: 1;
}
.directory-data-disclaimer a {
  color: inherit;
  text-decoration: underline;
}
.directory-data-disclaimer a:hover {
  color: #ff005d;
}
.directory-data-disclaimer .directory-data-disclaimer-updated {
  display: block;
  margin-top: 0.15rem;
}
.directory-events-heading {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.directory-events-empty {
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px dashed rgba(255, 0, 93, 0.2);
  border-radius: 12px;
  background: rgba(255, 0, 93, 0.02);
  color: #767676;
}
.directory-events-empty i {
  font-size: 1.75rem;
  color: rgba(255, 0, 93, 0.45);
  margin-bottom: 0.75rem;
  display: block;
}
.directory-events-empty p {
  margin: 0.25rem 0;
  font-size: 1rem;
  color: #444444;
}
@media (prefers-color-scheme: dark) {
  .directory-events-empty p {
    color: #fff;
  }
}
.directory-events-empty .directory-events-empty-hint {
  font-size: 0.85rem;
  color: #767676;
  margin-top: 0.5rem;
}
.directory-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
.directory-rating .directory-rating-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff005d;
  line-height: 1;
}
.directory-rating .directory-rating-stars {
  color: #ff005d;
  font-size: 0.9rem;
}
.directory-rating .directory-rating-count {
  flex-basis: 100%;
  font-size: 0.8rem;
  color: #767676;
}
.directory-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.directory-links li {
  list-style: none;
  margin: 0;
}
.directory-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  background: rgba(255, 0, 93, 0.08);
  border: 1px solid rgba(255, 0, 93, 0.18);
  color: #ff005d;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.directory-links a i {
  font-size: 0.95em;
  color: #ff005d;
}
.directory-links a:hover {
  background: #ff005d;
  border-color: #ff005d;
  color: #fff;
}
.directory-links a:hover i {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .directory-links a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
  }
  .directory-links a i {
    color: #fff;
  }
}
.directory-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.directory-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 0, 93, 0.07);
  border-radius: 20px;
  padding: 0.2em 0.8em;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background 0.12s ease;
}
.directory-category-tag i {
  font-size: 0.7em;
}
.directory-category-tag:hover {
  background: rgba(255, 0, 93, 0.15);
  color: #cc004a;
}
.directory-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
}
.directory-ctas .directory-cta-primary, .directory-ctas .directory-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.directory-ctas .directory-cta-primary {
  background: #ff005d;
  border: 2px solid #ff005d;
  color: #fff;
}
.directory-ctas .directory-cta-primary:hover {
  background: #cc004a;
  border-color: #cc004a;
  color: #fff;
}
.directory-ctas .directory-cta-outline {
  background: transparent;
  border: 2px solid rgba(255, 0, 93, 0.35);
  color: #ff005d;
}
.directory-ctas .directory-cta-outline:hover {
  background: rgba(255, 0, 93, 0.06);
  border-color: #ff005d;
}
.directory-map {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.directory-map-marker {
  text-align: center;
}
.directory-map-marker .fas.fa-heart {
  font-size: 1.5rem;
  display: block;
  color: #ff005d;
  text-shadow: 0 2px 8px rgba(255, 0, 93, 0.4);
  margin-bottom: 2px;
}
.directory-map-marker p {
  font-weight: 600;
  font-size: 0.75rem;
  color: #ff005d;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.directory-place-id {
  font-family: monospace;
  display: block;
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #00ff73d9;
}
.directory-address {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #ff005d;
  margin-bottom: 12px;
  text-wrap: balance;
  text-transform: capitalize;
}
@media (prefers-color-scheme: dark) {
  .directory-address {
    color: #fff;
  }
}
.directory-short-bio {
  text-wrap: balance;
}
.directory-categories {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  color: #ff005d;
  margin-bottom: 12px;
  text-wrap: balance;
}
.directory-categories .directory-category {
  display: inline-block;
  margin-right: 1rem;
  text-transform: uppercase;
}
.directory-categories .directory-category a, .directory-categories .directory-category i {
  color: #cc004a;
}
.directory-categories .directory-category a:hover, .directory-categories .directory-category i:hover {
  color: #ff005d;
}
@media (prefers-color-scheme: dark) {
  .directory-categories {
    color: #fff;
  }
}
.directory-taxonomy {
  position: relative;
}
.directory-taxonomy .directory-taxonomy-wrapper {
  position: sticky;
  top: 70px;
}
.directory-taxonomy .directory-taxonomy-wrapper h5 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #444444;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ff005d;
}
@media (prefers-color-scheme: dark) {
  .directory-taxonomy .directory-taxonomy-wrapper h5 {
    color: #fff;
  }
}
.directory-taxonomy .directory-taxonomy-wrapper ul {
  margin: 0 0 0.5rem;
  padding: 0;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li {
  list-style-type: none;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-row {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.12s ease;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-row:hover {
  background: rgba(255, 0, 93, 0.07);
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-row:hover a {
  color: #cc004a;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-row:hover a i {
  color: #cc004a;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem;
  flex: 1;
  min-width: 0;
  color: #444444;
  font-size: 0.88rem;
  line-height: 1.3;
}
@media (prefers-color-scheme: dark) {
  .directory-taxonomy .directory-taxonomy-wrapper ul li a {
    color: #fff;
  }
}
.directory-taxonomy .directory-taxonomy-wrapper ul li a i {
  color: #7cbeb5;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-count {
  font-weight: 600;
  font-size: 0.65rem;
  line-height: 1;
  color: #7cbeb5;
  background: rgba(124, 190, 181, 0.12);
  border-radius: 10px;
  padding: 0.2em 0.5em;
  align-self: center;
  flex-shrink: 0;
  min-width: 1.8em;
  text-align: center;
  margin-right: 0.25rem;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-toggle {
  background: none;
  border: none;
  border-left: 1px solid rgba(255, 0, 93, 0.15);
  color: #7cbeb5;
  padding: 0 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  transition: color 0.12s ease;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-toggle i {
  transition: transform 0.2s ease;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.directory-taxonomy .directory-taxonomy-wrapper ul li .dir-cat-toggle:hover {
  color: #ff005d;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li.active > .dir-cat-row {
  background: #ff005d;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li.active > .dir-cat-row a {
  color: #fff;
  font-weight: 600;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li.active > .dir-cat-row a i {
  color: #fff;
}
.directory-taxonomy .directory-taxonomy-wrapper ul li.active > .dir-cat-row .dir-cat-count {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.directory-taxonomy .directory-taxonomy-wrapper ul li.active > .dir-cat-row .dir-cat-toggle {
  color: rgba(255, 255, 255, 0.8);
  border-left-color: rgba(255, 255, 255, 0.25);
}
.directory-taxonomy .directory-taxonomy-wrapper ul li.active > .dir-cat-row .dir-cat-toggle:hover {
  color: #fff;
}
.directory-taxonomy .directory-taxonomy-wrapper ul ul {
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 0, 93, 0.2);
  margin-left: 0.85rem;
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
}
/*# sourceMappingURL=/wp-content/themes/bootscore-main/css/main.map */