@charset "UTF-8";
@import 'actiontext.css';
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

trix-toolbar .trix-button-row {
  width: 100%;
}

:root {
  --grey900:#182327;
  --grey800:#303A3E;
  --grey700:#495155;
  --grey600:#61696B;
  --grey500:#7A8082;
  --grey400:#929799;
  --grey300:#AAAEB0;
  --grey200:#C3C6C7;
  --grey100:#DBDDDD;
  --grey50:#F3F4F4;
  --grey25:#f6f6f6;
  --darkgrey:#111e23;
  --blue900:#004F75;
  --blue800:#006E96;
  --blue700:#007FA9;
  --blue600:#0F91BB;
  --blue500:#1A9EC8;
  --blue400:#38ACCD;
  --blue300:#56BAD3;
  --blue200:#81CDDF;
  --blue100:#B1E1EB;
  --blue50:#E0F3F7;
  --darkblue:#1B365C;
  --turquoise:#04D9D9;
  --turquoise-light:#DEF9F7;
  --body-bg: #F2F2F2;
  --body-text: var(--darkblue);
  --primary:var(--turquoise);
  --midblue:var(--blue800);
  --lightblue:var(--turquoise-light);
  --accent-blue:var(--blue500);
  --medgrey:#A1A1A1;
  --medgrey2:#D0D0D0;
  --lightgrey:#F6F6F6;
  --green:#197722;
  --red:#DB0F16;
}

.bg-wht {
  background-color: white;
}

.bg-g25 {
  background-color: var(--grey25);
}

.bg-g100 {
  background-color: var(--grey100);
}

.bg-g400 {
  background-color: var(--grey400);
}

.bg-g500 {
  background-color: var(--grey500);
}

.bg-g700 {
  background-color: var(--grey700);
}

.bg-darkblue {
  background-color: var(--darkblue) !important;
  color: white;
}

.bg-mb {
  background-color: var(--midblue) !important;
}

.bg-t {
  background-color: var(--primary);
}

.bg-lt {
  background-color: var(--turqoise-light) !important;
}

.bg-mg {
  background-color: var(--medgrey) !important;
}

button,
input[type=submit],
input[type=reset] {
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.btn {
  border-radius: 9999px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--body-text);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
}
.btn:hover {
  background-color: var(--accent-blue) !important;
  color: white !important;
  text-decoration: none !important;
}
.btn-xlrg {
  min-width: 213px;
  height: 83px;
  padding: 24px 64px;
  font-size: 28px;
  font-weight: 700;
}
.btn-lrg {
  min-width: 187px;
  height: 57px;
  padding: 16px 64px;
  font-size: 20px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1024px) {
  .btn-lrg {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}
.btn-med {
  min-width: 123px;
  height: 41px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .btn-med {
    font-size: 13px;
    padding: 8px 24px;
    line-height: normal;
    text-align: center;
  }
}
.btn-icon {
  min-width: 157px;
  height: 41px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
}
.btn-sml {
  min-width: 102px;
  height: 32px;
  padding: 8px 32px;
  font-size: 13px;
  font-weight: 600;
}
.btn-outline {
  background-color: var(--turquoise-light);
  border: 1px solid var(--darkblue);
  color: var(--body-text);
}
.btn-outline .btn-arrow-svg path {
  fill: var(--body-text);
}
.btn-square {
  border-radius: 4px;
}
.btn-wht {
  background-color: white;
  border: 1px solid var(--darkblue);
}
.btn-grey {
  background-color: var(--lightgrey);
  color: var(--medgrey);
  pointer-events: none;
  cursor: none;
}

@font-face {
  font-family: "Circular";
  src: url("/library/assets/circular-std-medium-07f5adad.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
form a {
  display: block;
}

.inline-form,
.new_prism_works_search,
.new_newsletter_sign_up,
.new_venues_finders_from_searchterm {
  display: flex;
  flex-direction: row;
  position: relative;
}
.inline-form .form-inputs,
.new_prism_works_search .form-inputs,
.new_newsletter_sign_up .form-inputs,
.new_venues_finders_from_searchterm .form-inputs {
  display: flex;
  flex-direction: row;
}
.inline-form .form-inputs input:first-of-type,
.new_prism_works_search .form-inputs input:first-of-type,
.new_newsletter_sign_up .form-inputs input:first-of-type,
.new_venues_finders_from_searchterm .form-inputs input:first-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}
.inline-form .form-inputs select,
.new_prism_works_search .form-inputs select,
.new_newsletter_sign_up .form-inputs select,
.new_venues_finders_from_searchterm .form-inputs select {
  height: 100%;
  border-radius: 0px;
  border-right: 0px;
  padding: 0 12px;
  background-color: var(--lightgrey);
}
.inline-form .form-inputs label,
.new_prism_works_search .form-inputs label,
.new_newsletter_sign_up .form-inputs label,
.new_venues_finders_from_searchterm .form-inputs label {
  text-align: left;
}
.inline-form .form-actions,
.new_prism_works_search .form-actions,
.new_newsletter_sign_up .form-actions,
.new_venues_finders_from_searchterm .form-actions {
  margin: 0px;
}
.inline-form .form-actions .btn,
.new_prism_works_search .form-actions .btn,
.new_newsletter_sign_up .form-actions .btn,
.new_venues_finders_from_searchterm .form-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px 24px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid var(--darkblue);
  border-left: 0px;
}
.inline-form .form-actions .btn svg,
.new_prism_works_search .form-actions .btn svg,
.new_newsletter_sign_up .form-actions .btn svg,
.new_venues_finders_from_searchterm .form-actions .btn svg {
  height: 18px;
  width: 18px;
}

@media only screen and (max-width: 1024px) {
  .new_prism_works_search {
    flex-direction: column;
    width: 100%;
  }
  .new_prism_works_search .form-inputs select {
    border-right: 1px solid var(--darkblue);
    border-radius: 0 4px 4px 0;
  }
  .new_prism_works_search .form-inputs div.input {
    width: 50%;
  }
  .new_prism_works_search .form-actions .btn {
    border: 0px;
    height: 40px;
    border-radius: 4px;
    margin-top: 8px;
  }
}

.new_newsletter_sign_up {
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.new_newsletter_sign_up .form-actions {
  height: fit-content;
}
.new_newsletter_sign_up .form-actions .btn {
  height: 47px;
}
.new_newsletter_sign_up .form-captcha {
  width: 100%;
  padding-top: 32px;
  display: flex;
  justify-content: center;
}

select.dropdown {
  display: block;
  background-color: var(--lightgrey);
  color: var(--body-text);
  font-family: "Circular";
  font-size: 20px;
  padding: 8px 24px;
  margin: auto;
}

div.input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  position: relative;
}

div.input.date {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
div.input.date select {
  flex: 1;
}
div.input.date label {
  width: 100%;
  margin-bottom: -8px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
select.date,
select.grouped_select,
select {
  border: 1px solid var(--darkblue);
  background: var(--White, white);
  color: var(--body-text);
  font-size: 16px;
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  line-height: 160%; /* 25.6px */
  padding: 10px 12px;
  border-radius: 4px;
  min-width: 250px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  select.date,
  select.grouped_select,
  select {
    min-width: 0px;
  }
}

input[type=number] {
  text-align: center;
}

input.radio_buttons,
input.boolean {
  width: 18px;
  min-width: 18px;
  height: 18px;
  accent-color: var(--darkblue);
}

span.radio label,
div.boolean label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.form-actions {
  margin-top: 128px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 500px) {
  .form-actions {
    gap: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .form-actions .btn-lrg {
    width: 45vw;
    min-width: 0px;
    font-size: 16px !important;
    padding: 4px 16px;
  }
}

.new_prism_items_search {
  display: flex;
  align-items: stretch;
}
.new_prism_items_search input[type=text] {
  width: 300px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .new_prism_items_search input[type=text] {
    width: 250px;
  }
}
.new_prism_items_search input[type=text]:focus-visible {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid black;
  outline: 0px;
}
.new_prism_items_search .btn-med {
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.new_prism_items_search > div {
  display: inline-block;
}

.wrapper:has(.new_prism_items_search) > div:first-of-type {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.form-side {
  width: 43%;
}
.form-side img {
  height: 100%;
  object-fit: cover;
}

.login-form-container {
  padding: 32px 95px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .login-form-container {
    padding: 0px;
    max-width: 100%;
  }
}

.login-form form .form-inputs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
}
.login-form form .form-inputs .input {
  grid-column: span 6;
}
.login-form form .form-inputs .input.date {
  grid-column: span 6;
}
.login-form form .form-actions {
  margin-top: 36px;
}
.login-form form .form-actions input[type=submit] {
  padding: 0 24px;
}

.login-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-btns .btn {
  width: 240px;
}

span.error {
  position: absolute;
  bottom: -21px;
  left: 5px;
  font-size: 12px;
  color: palevioletred;
  min-width: max-content;
  line-height: 1.5;
}

.user_prism_barcode span.error {
  position: relative;
  bottom: 0px;
}

.newsletter .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 32px;
}

.new_spaces_suitability_finder {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .new_spaces_suitability_finder {
    flex-direction: column;
  }
}
.new_spaces_suitability_finder .form-inputs {
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_suitability_finder .form-inputs {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_suitability_finder .form-inputs {
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--grey300);
    border-radius: 4px;
    grid-gap: 1px;
    background-color: var(--grey300);
  }
}
.new_spaces_suitability_finder .form-inputs .input {
  grid-column: span 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 0px;
  padding-right: 14px;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_suitability_finder .form-inputs .input {
    border-top: 1px solid var(--grey300);
    border-bottom: 1px solid var(--grey300);
    border-left: 1px solid var(--grey300);
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_suitability_finder .form-inputs .input {
    background-color: white;
  }
}
.new_spaces_suitability_finder .form-inputs .input.spaces_suitability_finder_venue_id label {
  padding-left: 16px;
}
.new_spaces_suitability_finder .form-inputs .input:first-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .new_spaces_suitability_finder .form-inputs .input:last-of-type {
    grid-column: span 2;
  }
}
.new_spaces_suitability_finder .form-inputs .input label {
  width: 100%;
  padding-left: 14px;
}
.new_spaces_suitability_finder .form-inputs .input.time {
  flex-direction: row;
  align-items: flex-start;
}
.new_spaces_suitability_finder .form-inputs .input.time select {
  width: 52px;
  min-width: 0px;
  max-width: 40%;
  padding: 0px;
  text-indent: 12px;
}
.new_spaces_suitability_finder .form-inputs .input.time select:nth-of-type(1) {
  text-align: right;
}
.new_spaces_suitability_finder .form-inputs .input.time select:nth-of-type(2) {
  text-align: left;
}
.new_spaces_suitability_finder .form-inputs > input,
.new_spaces_suitability_finder .form-inputs > select {
  border: 0px;
  padding: 2px 12px;
  height: 32px;
  min-width: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
}
.new_spaces_suitability_finder .form-inputs > input:focus-visible,
.new_spaces_suitability_finder .form-inputs > select:focus-visible {
  outline: 0px;
}
.new_spaces_suitability_finder .form-inputs select option:first-of-type {
  color: var(--grey300);
}
.new_spaces_suitability_finder .form-inputs label {
  text-align: left;
}
.new_spaces_suitability_finder .form-actions {
  margin: 0px;
}
.new_spaces_suitability_finder .form-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_suitability_finder .form-actions .btn {
    padding: 8px 24px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid var(--grey300);
    border-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_suitability_finder .form-actions .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 24px;
    line-height: normal;
    text-align: center;
    border-radius: 4px;
    margin-top: 8px;
  }
}
.new_spaces_suitability_finder .form-actions .btn svg {
  height: 18px;
  width: 18px;
}

.two-col-form .form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .two-col-form .form-inputs div.input {
    grid-column: span 2;
  }
}

.new_venues_finders_from_searchterm .form-inputs {
  width: 100%;
}
.new_venues_finders_from_searchterm .form-inputs div.input {
  flex: 1;
}
.new_venues_finders_from_searchterm .form-actions {
  padding-top: 33px;
}

.new_timetables_item_search {
  position: relative;
}
.new_timetables_item_search .timetables_item_search_date {
  position: absolute;
  top: 18px;
  left: 28px;
}
.new_timetables_item_search .timetables_item_search_date input {
  min-width: 0px;
  border: 0px !important;
  background-color: transparent;
}
.new_timetables_item_search .timetables_item_search_date input:focus {
  outline: none;
}

.new_prism_reservation {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .new_prism_reservation {
    margin-top: 12px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .new_prism_reservation select {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .new_prism_reservation select:focus-visible {
    outline: 0px;
  }
}
.new_prism_reservation .form-actions {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .new_prism_reservation .form-actions .btn {
    border: 1px solid var(--darkblue);
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 43px;
  }
}
@media only screen and (max-width: 1024px) {
  .new_prism_reservation .form-actions .btn {
    margin-top: 12px;
  }
}

.adv-search {
  background-color: var(--lightgrey);
}
.adv-search form {
  flex-direction: column;
  gap: 20px;
}
.adv-search form > div:not(.form-actions) {
  background-color: white;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.adv-search form > div:not(.form-actions) h5 {
  grid-column: span 2;
}
.adv-search form > div:not(.form-actions) > div {
  grid-column: span 1;
}
@media only screen and (max-width: 1024px) {
  .adv-search form > div:not(.form-actions) > div {
    grid-column: span 2;
  }
}
.adv-search form .form-actions {
  padding-top: 18px;
}
.adv-search form .form-actions .btn {
  border-radius: 4px;
  border: 0px;
  height: 57px;
}
@media only screen and (max-width: 1024px) {
  .adv-search form .form-actions .btn {
    width: 100%;
  }
}
.adv-search form .prism_works_search_language select {
  min-height: 48px;
}
.adv-search form .prism_works_search_language label {
  display: none;
}

[data-controller=checkbox] span.checkbox label,
[data-controller=checkbox] label.checkbox {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  height: auto !important;
}
[data-controller=checkbox] span.checkbox label:hover input ~ .checkmark,
[data-controller=checkbox] label.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
[data-controller=checkbox] span.checkbox label .checkmark,
[data-controller=checkbox] label.checkbox .checkmark {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--darkblue);
  cursor: pointer;
}
[data-controller=checkbox] span.checkbox label input[type=checkbox],
[data-controller=checkbox] label.checkbox input[type=checkbox] {
  margin-left: 0px !important;
  flex: unset !important;
  min-width: 0px !important;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
[data-controller=checkbox] span.checkbox label input[type=checkbox]:checked ~ .checkmark,
[data-controller=checkbox] label.checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: var(--darkblue);
}

span.checkbox:has(input[data-london=true]) {
  padding-left: 36px !important;
}
span.checkbox:has(input[data-london=true]):first-of-type {
  background-color: var(--lightgrey);
  font-weight: bold;
  padding-left: 24px !important;
}

* {
  box-sizing: border-box;
}

body {
  background: white;
  margin: 0;
  overflow-x: hidden;
}
body section:has(h2):nth-of-type(odd) {
  background-color: var(--lightgrey);
}

img {
  max-width: 100%;
}

.centre {
  text-align: center;
  margin: auto;
}

.content-padding {
  padding: 20px;
}

.hidden {
  display: none !important;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.pagination {
  display: inline-block;
  margin: 10px 0;
}

.page {
  padding: 0 5px;
}
.page:first-of-type {
  padding-left: 0;
}
.page a {
  color: black;
}

.first,
.prev,
.last,
.next {
  padding: 0 5px;
}
.first a,
.prev a,
.last a,
.next a {
  text-decoration: none;
  color: black;
}

.bg-wht {
  background-color: white;
}

.bg-g25 {
  background-color: var(--grey25);
}

.bg-g100 {
  background-color: var(--grey100);
}

.bg-g400 {
  background-color: var(--grey400);
}

.bg-g500 {
  background-color: var(--grey500);
}

.bg-g700 {
  background-color: var(--grey700);
}

.bg-darkblue {
  background-color: var(--darkblue);
}

.bg-lt {
  background-color: var(--turquoise-light);
}

.home .site-wrapper {
  box-shadow: 1px 3px 10px var(--header-shadow);
  max-width: none;
}

.upc {
  text-transform: uppercase;
}

.mtop36 {
  margin-top: 36px;
}

.wrapper-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.wrapper-text .btn {
  margin: auto;
  margin-top: 24px;
}
.wrapper-text p {
  font-size: 22px;
}

span.divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--darkblue);
  margin: auto;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.md-12 {
  font-size: 12px;
}

.material-icons.md-15 {
  font-size: 15px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.icon-text {
  vertical-align: middle;
}

.wf-materialicons-n4-loading .material-icons {
  display: none;
}

.wf-materialicons-n4-inactive .material-icons {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  width: auto;
}

.grid {
  display: grid;
  justify-items: center;
  margin-top: 32px;
}
.grid-2col {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .grid-2col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.grid-3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .grid-3col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.grid-4col {
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .grid-4col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.span2 {
  grid-column: span 2 !important;
  width: 100%;
}

.services {
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .services {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .flex-col .btn {
    margin: auto;
  }
}

.flex-spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .flex-spaced {
    flex-direction: column;
    gap: 24px;
  }
}
.flex-spaced > div {
  max-width: 70%;
}
@media only screen and (max-width: 1024px) {
  .flex-spaced > div {
    max-width: 100%;
  }
}
.flex-spaced.image-left-true {
  flex-direction: row-reverse;
}

.wrapper {
  padding: 82px 160px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding: 40px 20px;
  }
}

.container {
  max-width: 1115px;
  margin: auto;
}

.minheight {
  min-height: 550px;
}

.w45 {
  width: 45%;
  padding: 80px 66px;
}
@media only screen and (max-width: 1024px) {
  .w45 {
    padding: 40px 20px;
    width: 100%;
  }
}

.c-align {
  display: block;
  margin: auto;
}

.trix-content del {
  border-radius: 9999px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--body-text);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 123px;
  height: 41px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.trix-content del:hover {
  background-color: var(--accent-blue) !important;
  color: white !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 1024px) {
  .trix-content del {
    font-size: 13px;
    padding: 8px 24px;
    line-height: normal;
    text-align: center;
  }
}
.trix-content a:has(del),
.trix-content del:has(a) {
  display: block;
  width: fit-content;
  text-decoration: none;
}
.trix-content tr td {
  width: 100%;
}
.trix-content tr td:nth-of-type(2) {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  font-size: 49px;
  line-height: 80px;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 45px;
    line-height: 57px;
  }
}

h2 {
  font-size: 39px;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 47px;
  }
}

h3 {
  font-size: 31px;
  line-height: 48px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 31px;
    line-height: 39px;
  }
}

h4 {
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

h5 {
  font-size: 21px;
  line-height: 26px;
}
@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

body {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--body-text);
  font-family: "Lato", sans-serif;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.bold {
  font-weight: 600;
}

a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: var(--body-text);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.caption {
  font-size: 13px;
}

.centre-title {
  text-align: center;
  margin-bottom: 40px;
}

.centre-text {
  text-align: center;
}

.my-account .container {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .my-account .container {
    flex-direction: column;
  }
}

.my-account-side {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .my-account-side {
    width: 100%;
  }
}
.my-account-side__profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.my-account-side__profile img {
  border-radius: 9999px;
  overflow: hidden;
  height: 60px;
  width: 60px;
}
.my-account-side__profile a {
  font-size: 14px;
}
.my-account-side__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.my-account-side__link {
  padding: 8px 16px;
  background-color: var(--lightgrey);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.my-account-side__link.active {
  background-color: var(--primary);
}
.my-account-side .divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--medgrey);
}

.my-account-center {
  flex: 1;
}
.my-account-center h3 {
  margin-bottom: 16px;
}

.my-account-empty {
  background-color: var(--lightblue);
  padding: 24px;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
}
.my-account-empty a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.my-account-table {
  border-collapse: separate;
  border-spacing: 0px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}
.my-account-table thead {
  background-color: var(--darkblue);
  border: 2px solid var(--darkblue);
  color: white;
}
.my-account-table thead th:first-of-type {
  border-top-left-radius: 8px;
}
.my-account-table thead th:last-of-type {
  border-top-right-radius: 8px;
}
.my-account-table tbody {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.my-account-table tbody td {
  border: 1px solid var(--medgrey);
}
.my-account-table tbody td:first-of-type {
  border-left: 2px solid var(--medgrey);
}
.my-account-table tbody td:last-of-type {
  border-right: 2px solid var(--medgrey);
}
.my-account-table tbody tr {
  border-bottom: 2px solid var(--medgrey);
}
.my-account-table tbody tr:nth-of-type(odd) {
  background-color: var(--lightgrey);
}
.my-account-table tbody tr:first-of-type {
  border-top: 3px solid var(--darkblue);
}
.my-account-table tbody tr:last-of-type td {
  border-bottom: 2px solid var(--medgrey);
}
.my-account-table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}
.my-account-table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
.my-account-table td, .my-account-table th {
  padding: 10px 20px;
  text-align: left;
}

.my-account-side__mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .my-account-side__mobile-menu {
    max-height: 50px;
    overflow: hidden;
    cursor: pointer;
  }
  .my-account-side__mobile-menu.open {
    max-height: 2000px;
    overflow: visible;
  }
  .my-account-side__mobile-menu.open .mobile-links-menu__symbol span:last-of-type {
    transform: rotate(0deg) translateX(0px) translateY(-2px);
  }
}
.my-account-side__mobile-menu .mobile-links-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .my-account-side__mobile-menu .mobile-links-menu {
    display: none;
  }
}
.my-account-side__mobile-menu .mobile-links-menu__symbol span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--darkblue);
}
.my-account-side__mobile-menu .mobile-links-menu__symbol span:last-of-type {
  transform: rotate(90deg) translateX(-1px);
}

.activities .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.activities .container h2 {
  width: 100%;
}
.activities .container p {
  width: 100%;
}

.activities-calendar {
  width: 450px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .activities-calendar {
    width: 100%;
  }
}
.activities-calendar form .activities-calendar__filters {
  border-left: 1px solid var(--darkblue);
  border-right: 1px solid var(--darkblue);
  border-bottom: 1px solid var(--darkblue);
  border-radius: 0px 0px 4px 4px;
}
.activities-calendar input.string {
  border-radius: 0px;
  border: 0px;
  border-left: 1px solid var(--darkblue);
  border-right: 1px solid var(--darkblue);
}
.activities-calendar input[type=submit] {
  width: 100%;
  height: 50px;
  margin-top: 8px;
}

.activities-calendar__filters {
  background-color: white;
  display: flex;
}
.activities-calendar__filters:nth-of-type(1) {
  border-top: 1px solid var(--darkblue) !important;
  border-left: 1px solid var(--darkblue) !important;
  border-right: 1px solid var(--darkblue) !important;
  border-bottom: 1px solid var(--medgrey) !important;
  border-radius: 4px 4px 0px 0px !important;
}
.activities-calendar__filters > div {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
}
.activities-calendar__filters > div:first-of-type {
  border-right: 1px solid var(--medgrey);
}
.activities-calendar__filters > div.active {
  background-color: var(--lightblue);
  border-radius: 4px 0px 0px 0px;
}
.activities-calendar__filters > div p {
  line-height: 1.4;
}
.activities-calendar__filters > div p:first-of-type {
  font-size: 14px;
}
.activities-calendar__filters > div select {
  min-width: 170px;
  border: 0px;
  padding: 0;
  height: 24px;
  min-width: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  cursor: pointer;
}
.activities-calendar__filters > div select:focus-visible {
  outline: 0px;
}

.activities-calendar-container {
  border-left: 1px solid var(--darkblue);
  border-right: 1px solid var(--darkblue);
}
.activities-calendar-container .pika-single {
  width: 100%;
  border: 0px;
  font-family: "lato", sans-serif;
}
.activities-calendar-container .pika-single .pika-lendar {
  width: 100%;
  margin: 0;
}
.activities-calendar-container .pika-table th,
.activities-calendar-container .pika-table td {
  border: 1px solid var(--medgrey);
}
.activities-calendar-container .pika-table abbr {
  cursor: default;
  text-decoration: none;
}
.activities-calendar-container .pika-table td.is-empty {
  background: var(--lightgrey);
}
.activities-calendar-container tr td:first-of-type, .activities-calendar-container tr th:first-of-type {
  border-left: 0px;
}
.activities-calendar-container tr td:last-of-type, .activities-calendar-container tr th:last-of-type {
  border-right: 0px;
}
.activities-calendar-container .pika-button {
  padding: 22px 20px;
  color: var(--darkblue);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: white;
}
@media only screen and (max-width: 1024px) {
  .activities-calendar-container .pika-button {
    padding: 33%;
  }
}
.activities-calendar-container .pika-button:hover {
  color: var(--darkgrey);
  background: var(--lightblue);
  box-shadow: none;
  border-radius: 0px;
}
.activities-calendar-container .is-selected .pika-button {
  color: var(--darkblue);
  background: var(--turquoise);
  border-radius: 0px;
  box-shadow: none;
}
.activities-calendar-container .pika-label {
  color: var(--darkblue);
  font-weight: normal;
  font-size: 16px;
}
.activities-calendar-container .pika-title {
  padding-top: 8px;
}

.activities-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: scroll;
  max-height: 647px;
  border-radius: 4px;
}
.activities-items__empty {
  height: 475px;
  border-radius: 4px;
  padding: 32px;
  position: relative;
  color: white;
  text-wrap: balance;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: contain;
}
.activities-items__empty:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.activities-items__empty > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.activities-items__empty > div p {
  font-size: 22px;
}
.activities-items__empty > div .btn {
  width: 70%;
  height: 50px;
}

.alert {
  margin: 5px auto 15px;
  padding: 15px 30px 15px 60px;
  position: relative;
  width: 85%;
  max-width: 950px;
  border-radius: 5px;
  color: var(--darkblue);
  box-shadow: 0px 0px 10px -5px #000000;
  background-color: var(--turquoise-light);
}
@media only screen and (max-width: 1024px) {
  .alert {
    padding: 18px;
  }
}
.alert a {
  color: var(--darkblue);
}
.alert .alert__close {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 1em;
  position: absolute;
  right: 15px;
  stroke-width: 2px;
  stroke: white;
  top: 13px;
  width: 1em;
}
.alert .more-info {
  color: white;
}
.alert .alert-cta {
  margin-top: 12px;
}

.alerts-holder {
  background-color: var(--primary);
  color: var(--darkblue);
  font-size: 16px;
  padding: 12px;
}
.alerts-holder .alerts-holder__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 10px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.alerts-holder .alerts-holder__btn:hover {
  text-decoration: underline;
}
.alerts-holder .alerts-holder__btn .icon {
  bottom: 0;
  display: inline-block;
  fill: var(--darkblue);
  height: 30px;
  left: 10px;
  position: absolute;
  top: 3px;
  width: 30px;
}
.alerts-holder p {
  font-size: 1em;
}
.alerts-holder > div:nth-child(1) {
  transition: background-color 0.3s;
}
.alerts-holder .alerts-row-expanded {
  max-height: 1000px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s;
}
.alerts-holder > div:nth-child(2) {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.alerts-holder .alert-controls {
  margin: auto;
  padding: 0;
  width: 85%;
  color: var(--darkblue);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .alerts-holder .alert-controls {
    width: 100%;
  }
}
.alerts-holder .alert-controls button {
  color: var(--darkblue);
}
.alerts-holder .alert-controls--expanded {
  color: var(--darkblue);
}
.alerts-holder .alert-controls--expanded button {
  color: var(--darkblue);
}
.alerts-holder .alert-controls li {
  display: inline;
  list-style-type: none;
}
.alerts-holder .alert-controls li:nth-child(1) {
  height: 22px;
}
.alerts-holder .alert-controls li a {
  display: inline-block;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.alerts-holder .alert-controls li a .alert__icon {
  bottom: 0;
  display: inline-block;
  height: 30px;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 30px;
}
.alerts-holder .alert-controls li a .alert__icon path {
  fill: var(--darkblue);
}
.alerts-holder .alert-controls svg circle,
.alerts-holder .alert-controls svg path {
  stroke: var(--darkblue) !important;
}
.alerts-holder .row {
  margin: 0;
  padding: 0;
}

.alert--medium .alert__level svg {
  fill: orange;
}

.alert--high .alert__level {
  background-color: red;
}
.alert--high .alert__level svg {
  fill: white;
}

.alert__close-alert {
  background-color: transparent;
  border: none;
  bottom: 0;
  cursor: pointer;
  max-width: 50px;
}

.alert__close-icon {
  display: inline-block;
  height: 50px;
  position: static;
  width: 50px;
}
.alert__close-icon svg {
  fill: white;
}

.alert__level {
  border-radius: 25px;
  bottom: 0;
  display: inline-block;
  height: 50px;
  transition: background-color 0.2s ease-in-out;
  width: 50px;
}
.alert__level path {
  fill: white;
}

.alert__read-more {
  background-color: transparent;
  border: none;
  color: var(--darkblue);
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
.alert__read-more:hover {
  text-decoration: none;
}

.alert__wrap {
  display: flex;
  position: relative;
}

.alert__inner {
  flex: 1;
  padding: 0 5%;
}

.alert__summary[aria-hidden=true], .alert__copy[aria-hidden=true] {
  display: none !important;
}

.alert__close-alert {
  padding: 0;
  margin: 0;
}

.alert__copy > p > a {
  color: var(--darkblue);
}

.article-show-hero {
  height: 390px;
  background-size: 100% !important;
  background-position: center !important;
}
@media only screen and (max-width: 1024px) {
  .article-show-hero {
    height: 100%;
  }
}
.article-show-hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 68%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -150px;
  transform: skewX(10deg);
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .article-show-hero::after {
    transform: skewX(0deg);
    left: 0px;
    width: 100%;
  }
}
.article-show-hero > .container {
  height: 100%;
  width: 55%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .article-show-hero > .container {
    align-items: center;
    gap: 24px;
    width: 100%;
  }
}
.article-show-hero h1,
.article-show-hero h4 {
  color: white;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .article-show-hero h1 {
    font-size: 38px;
  }
}
.article-show-hero .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.article-show-hero .breadcrumb a {
  color: white;
}
.article-show-hero .breadcrumb svg path {
  stroke: white;
}

.article-show-content {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .article-show-content h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.article-show-image img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.booking-checkout {
  background-color: white !important;
}
.booking-checkout .container {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 500px) {
  .booking-checkout .container {
    flex-direction: column-reverse;
  }
}
.booking-checkout .container .space-details h2 {
  margin-bottom: 24px;
}
.booking-checkout .form .form-inputs .input.boolean {
  grid-column: span 2;
}
.booking-checkout turbo-frame#checkout_form form {
  margin-bottom: 28px;
}

.booking-summary {
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: var(--lightgrey);
  padding: 24px;
}
.booking-summary span.divider.mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .booking-summary {
    min-width: 440px;
    max-width: 440px;
    margin-top: 72px;
  }
}
@media only screen and (max-width: 500px) {
  .booking-summary {
    margin: -40px -20px 0;
  }
  .booking-summary .booking-summary__title svg {
    transform: rotate(180deg);
  }
  .booking-summary.closed .booking-summary__title svg {
    transform: rotate(0deg);
  }
  .booking-summary.closed span.divider:not(.mobile) {
    height: 0px;
    margin: 0px;
    overflow: hidden;
  }
  .booking-summary.closed .booking-summary__section:not(.total):not(.datetime) {
    height: 0px;
    overflow: hidden;
  }
  .booking-summary.closed .datetime {
    margin: 16px 0;
    justify-content: center;
  }
  .booking-summary.closed .datetime > p {
    display: none;
  }
  .booking-summary.closed .total {
    color: var(--accent-blue);
  }
  .booking-summary.closed span.divider.mobile {
    display: block;
    margin: 20px 0 0;
  }
}
.booking-summary h5 {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .booking-summary h5 {
    font-size: 16px;
    line-height: normal;
  }
}
.booking-summary span.divider {
  margin: 18px 0;
}
.booking-summary__title {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .booking-summary__title {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.booking-summary__title svg {
  display: none;
}
@media only screen and (max-width: 500px) {
  .booking-summary__title svg {
    display: block;
  }
}
.booking-summary__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.booking-summary__section > p {
  text-decoration: underline;
  font-weight: bold;
  width: 100%;
}
.booking-summary__section > div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb {
  background-color: white;
  padding: 16px 160px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 20px;
  }
}
.breadcrumb .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.breadcrumb .container a {
  font-weight: 400;
}
.breadcrumb .container span {
  display: inline-block;
  padding: 0 8px;
}

.services-card {
  height: 520px;
  align-items: center;
  border-radius: 20px;
  background-color: var(--grey25);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
  padding: 28px;
  grid-column: span 2;
}
.services-card:nth-of-type(1), .services-card:nth-of-type(2) {
  margin-top: 32px;
  grid-column: span 3;
}
@media only screen and (max-width: 1024px) {
  .services-card {
    width: 100%;
    min-width: 0px;
    height: auto;
    justify-content: flex-start;
    margin-top: 0px;
    padding: 16px;
    grid-column: span 2;
  }
  .services-card:nth-of-type(1), .services-card:nth-of-type(2) {
    margin-top: 32px;
    grid-column: span 2;
  }
  .services-card:last-of-type {
    grid-column: span 4;
  }
  .services-card p {
    display: none;
  }
  .services-card h3 {
    font-size: 25px;
    line-height: normal;
    margin-top: 16px;
  }
}
.services-card__img {
  width: 252px;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .services-card__img {
    height: 80px;
    width: 80px;
  }
  .services-card__img svg {
    width: 23px;
    height: 23px;
  }
}
.services-card h3 {
  text-align: center;
  font-size: 25px;
}

.bullet-card {
  display: flex;
  flex-direction: column;
  height: 710px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1024px) {
  .bullet-card {
    height: auto;
  }
}
.bullet-card h4 {
  height: 95px;
  font-size: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .bullet-card h4 {
    font-size: 24px;
  }
}
.bullet-card__body {
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .bullet-card__body {
    padding: 0px;
  }
}
.bullet-card__btn {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.bullet-card__row {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .bullet-card__row {
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .bullet-card__row img {
    max-width: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .bullet-card__row p {
    font-size: 16px;
  }
}

.book-card {
  width: fit-content;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .book-card {
    flex-direction: column;
  }
}
.book-card .book-card__image {
  min-width: 180px;
}
.book-card .book-card__image--img {
  height: 267px;
}
.book-card .book-card__image--text {
  display: flex;
  flex-direction: column;
  padding: 8px 4px;
}
.book-card .book-card__image--text > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.book-card .book-card__image--text > div p {
  flex: 1;
  text-align: left;
}
.book-card .book-card__image--text > p {
  max-width: 80%;
}
.book-card .book-card__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.book-card .book-card__image img {
  border-radius: 4px;
  box-shadow: 0px 6.78161px 24.41379px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-height: 100%;
  margin-bottom: 8px;
}
.book-card .book-card__image > div:not(.book-card__image-btns) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .book-card .book-card__image {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .book-card .book-card__mobile-title {
    display: none;
  }
}
.book-card .book-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: -webkit-fill-available;
}
.book-card .book-card__text__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.book-card .book-card__text__header h4 {
  flex: 1;
}
.book-card .book-card__text__header a {
  font-size: 25px;
  line-height: 35px;
}
.book-card .book-card__text__header svg {
  margin-top: 7px;
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 1024px) {
  .book-card .book-card__text__header {
    min-height: 0px;
    margin-bottom: 16px;
  }
}
.book-card .book-card__text > .trix-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.book-card p {
  font-size: 16px;
}
.book-card img {
  border-radius: 4px;
  box-shadow: 0px 6.78161px 24.41379px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1024px) {
  .book-card img {
    margin-bottom: 16px;
  }
}
.book-card .book-card__availablility {
  padding: 8px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  max-width: 216px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .book-card .book-card__availablility {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .book-card .book-card__availablility {
    gap: 8px;
    max-width: none;
  }
}
.book-card .book-card__availablility .btn {
  width: 200px;
  padding: 8px 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .book-card .book-card__availablility .btn {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .book-card .book-card__availablility p {
    font-size: 14px;
  }
}

.event-card {
  background-color: white;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.event-card__img {
  height: 187px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-card__content {
  padding: 24px;
}
.event-card__content h3 {
  margin-bottom: 24px;
}

.simple-card {
  padding: 32px;
  align-items: center;
  border-radius: 16px;
  background: var(--grey25);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.simple-card__img {
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  background: var(--grey100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-card {
  display: flex !important;
  min-height: 281px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  background-size: cover !important;
  background-position: center center !important;
  grid-column: span 2;
}
.article-card:nth-of-type(1) {
  grid-column: span 4;
}
@media only screen and (max-width: 1024px) {
  .article-card {
    display: flex;
    height: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
  }
}
.article-card-topics {
  margin: 24px;
  display: flex;
  gap: 16px;
}
.article-card-topic {
  display: flex;
  padding: 4px 8px;
  align-items: flex-start;
  border-radius: 4px;
  background: white;
}
.article-card-text {
  color: white;
  padding: 24px;
  background: rgba(27, 54, 92, 0.95);
  width: 90%;
}
.article-card-text p {
  font-weight: 400;
  padding-bottom: 12px;
}
.article-card-text span {
  padding: 0 16px;
}
.article-card-text > a {
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.article-card-text > a:hover {
  text-decoration: none;
}
.article-card-text > a > div:first-of-type > div {
  display: flex;
}
.article-card-text > a > div:has(a) {
  margin-bottom: -6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.article-card-text > a > div:has(a) a {
  margin-left: auto;
  display: block;
  width: fit-content;
}
.half-icon-card {
  background-color: white;
  border: 1px solid var(--darkblue);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: 48%;
  max-width: 48%;
}
@media only screen and (max-width: 1024px) {
  .half-icon-card {
    padding: 8px;
    width: 48%;
    max-width: 48%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .half-icon-card > svg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .half-icon-card div > div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  .half-icon-card div > div h4 {
    font-size: 16px;
  }
}
.half-icon-card div > div svg {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .half-icon-card div > div svg {
    display: none;
  }
}

.share-heading-card {
  overflow: hidden;
  margin-bottom: 32px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .share-heading-card {
    flex-direction: column;
  }
}
.share-heading-card__heading {
  padding: 24px;
  background-color: var(--darkblue);
  width: 50%;
  border: 1px solid var(--darkblue);
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .share-heading-card__heading {
    border-radius: 4px 4px 0 0;
    width: 100%;
    text-align: center;
  }
}
.share-heading-card__heading h2 {
  color: white;
}
.share-heading-card__text {
  padding: 24px;
  border: 1px solid var(--darkblue);
  border-radius: 0 999px 999px 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .share-heading-card__text {
    border-radius: 0 0 4px 4px;
    flex-direction: column;
  }
}
.share-heading-card__buttons {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .share-heading-card__buttons {
    gap: 24px;
  }
}
.share-heading-card__buttons span {
  display: block;
  width: 40px;
  height: 40px;
}

.third-width-info-card {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  width: 31.5%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .third-width-info-card {
    width: 100%;
  }
}
.third-width-info-card .btn {
  margin: auto;
}

.discover-services__card {
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  padding: 12px 24px;
}
.discover-services__card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .discover-services__card img {
    object-fit: cover;
  }
}
.discover-services__card--btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.discover-services__card .testimonial-details-small {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.discover-services__card .testimonial-details-small img {
  width: 80px;
  height: 80px;
}

.activities-item-card {
  display: flex;
  gap: 16px;
  border: 1px solid var(--darkblue);
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .activities-item-card {
    flex-direction: column;
  }
}
.activities-item-card__img {
  flex-basis: 200px;
}
@media only screen and (max-width: 1024px) {
  .activities-item-card__img {
    flex-basis: 100%;
  }
}
.activities-item-card__img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .activities-item-card__img img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
  }
}
.activities-item-card__content {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .activities-item-card__content {
    padding-top: 0px;
  }
}
.activities-item-card__content--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activities-item-card__content--top .btn-sml {
  min-width: 140px;
  padding: 8px 0px;
}
.activities-item-card__content--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.library-locations__card {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.library-locations__card--content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.library-locations__card--content > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.library-locations__card--content > div svg {
  height: 24px;
  width: 24px;
  margin-top: 4px;
}
.library-locations__card--img img {
  width: 120px;
  height: 120px;
  object-fit: scale-down;
}
.library-locations__card.active {
  background-color: var(--lightblue);
}
.library-locations__card.selected {
  background-color: var(--primary);
}

.faq-panel-card {
  border: 1px solid var(--primary);
  box-shadow: 4px 0px 0px 0px #04D9D9 inset;
  border-radius: 8px;
  padding: 16px;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.faq-panel-card__header {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .faq-panel-card__header h5 {
    flex: 1;
    font-size: 20px;
  }
}
.faq-panel-card__symbol {
  position: relative;
  height: 24px;
  width: 24px;
}
.faq-panel-card__symbol span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--darkblue);
  top: 12px;
}
.faq-panel-card__symbol span:last-of-type {
  transform: rotate(90deg);
}
.faq-panel-card__symbol span:last-of-type.open {
  transform: rotate(0deg);
}
.faq-panel-card__text {
  max-height: 0px;
  overflow: hidden;
  padding-left: 2px;
}
.faq-panel-card__text .trix-content div {
  padding-top: 16px;
}
.faq-panel-card__text.open {
  max-height: 1000px;
}

.terms-card {
  margin-top: 24px;
}

.image-left-card {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .image-left-card {
    flex-direction: column;
    gap: 16px;
  }
}
.image-left-card img {
  width: 325px;
  height: 170px;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .image-left-card img {
    width: 100%;
  }
}
.image-left-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-left-card__content .trix-content {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .image-left-card__content {
    text-align: center;
    gap: 24px;
  }
  .image-left-card__content .btn {
    width: 100%;
  }
}

.text-icon-blue-bg__card,
.text-icon-white-bg__card {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 48%;
}
.text-icon-blue-bg__card-img,
.text-icon-white-bg__card-img {
  width: 40px;
  height: 40px;
}
.text-icon-blue-bg__card-img img,
.text-icon-white-bg__card-img img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1024px) {
  .text-icon-blue-bg__card,
  .text-icon-white-bg__card {
    width: 100%;
    gap: 16px;
    align-items: flex-start;
  }
}

.img-right-text-left__card {
  background-color: white;
  display: flex !important;
  border: 1px solid var(--darkblue);
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .img-right-text-left__card {
    flex-direction: column;
  }
}
.img-right-text-left__card__content {
  width: 50%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .img-right-text-left__card__content {
    width: 100%;
  }
}
.img-right-text-left__card img {
  display: block;
  overflow: hidden;
  flex: 1;
  min-height: 295px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .img-right-text-left__card img {
    height: 230px;
    min-height: 0px;
  }
}

.account-item-card {
  border: 1px solid var(--darkblue);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 16px;
}
.account-item-card__overdue {
  margin: 16px 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #FF0300;
  background: rgba(244, 58, 79, 0.1);
  padding: 8px;
}
.account-item-card__overdue .overdue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.account-item-card__details {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 16px;
}
.account-item-card__details > a {
  font-weight: 400;
}
.account-item-card__details img {
  display: block;
  border-radius: 4px;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.account-item-card__details > div:nth-of-type(1) {
  min-width: 100px;
  min-height: 150px;
}
.account-item-card__details > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account-item-card__details > div:nth-of-type(2) div {
  display: flex;
  align-items: center;
  gap: 32px;
}
.account-item-card__details > div:nth-of-type(2) div a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-item-card__details > div:nth-of-type(2) div a svg {
  display: block;
}
.account-item-card__renew {
  border-top: 1px solid var(--darkblue);
  background-color: var(--lightblue);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-item-card__renew.reservation > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-item-card__renew p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.half-width-text-card-icon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .half-width-text-card-icon h4 {
    font-size: 23px;
  }
}

.half-width-blue__card {
  width: 100%;
  padding: 24px;
  background-color: var(--lightblue);
  border: 1px solid var(--primary);
  border-radius: 4px;
}
.half-width-blue__card h4 {
  margin-bottom: 16px;
}
.half-width-blue__card .btn {
  margin: auto;
}
.half-width-blue__card .text-icon-blue-bg__card {
  width: 100% !important;
}

.third-width-icon__card {
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media only screen and (min-width: 1024px) {
  .third-width-icon__card {
    grid-column: span 2;
    min-height: 445px;
  }
}
.third-width-icon__card img {
  width: 120px;
  height: 120px;
}
.third-width-icon__card h4 {
  margin-bottom: 24px;
}

.catalogue-resource-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  margin-bottom: 10px;
}
.catalogue-resource-card > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
.catalogue-resource-card > div img {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.catalogue-resource-card > div a {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .catalogue-resource-card > div:nth-of-type(1) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalogue-resource-card > div:nth-of-type(2) {
  gap: 8px;
}

.catalogue-articles {
  background: white;
}
.catalogue-articles h2 {
  margin-bottom: 20px;
}

.catalogue-articles-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-articles-text {
    overflow: hidden;
  }
}

.catalogue-featured-articles-grid {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .catalogue-featured-articles-grid {
    padding-bottom: 36px;
  }
}
.catalogue-featured-articles-grid .swiper-wrapper {
  margin-top: 34px;
}
@media only screen and (min-width: 1024px) {
  .catalogue-featured-articles-grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}
.catalogue-featured-articles-grid .article-card, .catalogue-featured-articles-grid h4 {
  grid-column: span 6;
}

.catalogue-articles-grid {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .catalogue-articles-grid {
    padding-bottom: 24px;
  }
}
.catalogue-articles-grid .swiper-wrapper,
.catalogue-articles-grid > div {
  margin-top: 34px;
}
@media only screen and (min-width: 1024px) {
  .catalogue-articles-grid .swiper-wrapper,
  .catalogue-articles-grid > div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}

.partnership-page .article-card {
  grid-column: span 2 !important;
}

.catalogue-header-search {
  padding: 24px 0;
  border-top: 1px solid var(--medgrey, #A1A1A1);
  border-bottom: 1px solid var(--medgrey, #A1A1A1);
}
@media only screen and (max-width: 1024px) {
  .catalogue-header-search {
    padding: 20px;
  }
}
.catalogue-header-search .container.flex-container {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .catalogue-header-search .container.flex-container {
    flex-direction: column-reverse;
  }
}
.catalogue-header-search__form {
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .catalogue-header-search__form {
    padding-top: 16px;
  }
  .catalogue-header-search__form.open {
    display: flex;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .catalogue-header-search__form > a {
    margin: auto;
  }
}
.catalogue-header-search__form span {
  cursor: pointer;
}
.catalogue-header-search__form span:hover {
  text-decoration: underline;
}
.catalogue-header-search__btns {
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-header-search__btns {
    gap: 16px;
    width: 100%;
  }
}
.catalogue-header-search__btns > div {
  display: block;
  background-color: transparent;
  flex: 1;
  height: 18px;
}
.catalogue-header-search__btns > div svg {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1024px) {
  .catalogue-header-search__btns > div {
    display: none;
  }
}
.catalogue-header-search__btns a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}
.catalogue-header-search__btns a:hover {
  text-decoration: none;
}
.catalogue-header-search__btns a span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogue-header-search__btns a span:hover {
  text-decoration: none;
}

.catalogue-header-search__notifications {
  position: relative;
}
.catalogue-header-search__notifications-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.notifications-modal {
  position: absolute;
  left: -151px;
  top: 65px;
  z-index: 2;
  border-radius: 8px;
  width: 375px;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--lightgrey);
  display: none;
}
@media only screen and (max-width: 1024px) {
  .notifications-modal {
    position: fixed;
    left: 0;
    top: 130px;
    width: 100vw;
    background-color: white;
    border-radius: 0px;
  }
}
.notifications-modal.open {
  display: block;
}
.notifications-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
}
.notifications-modal__top span svg {
  margin-right: 8px;
}
.notifications-modal__notifs {
  padding: 16px;
}
.notifications-modal__single {
  display: flex;
  justify-content: space-between;
}
.notifications-modal__single > span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px;
  border-radius: 999px;
}
.notifications-modal__single > span.unread {
  background-color: #FF0300;
}
.notifications-modal .bg-t {
  padding: 16px 18px;
}

.advanced-search-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(24, 35, 39, 0.4);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .advanced-search-modal {
    padding: 12px;
  }
}
.advanced-search-modal.open {
  display: flex;
}
.advanced-search-modal__content {
  padding: 8px 16px 24px;
  width: 545px;
  min-height: 450px;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .advanced-search-modal__content {
    width: 100%;
    height: fit-content;
  }
}

.catalogue-search-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.catalogue-search-results.wishlist {
  gap: 32px;
}
.catalogue-search-results.wishlist trix-toolbar {
  display: none;
}

.catalogue-search-results__sidebar {
  grid-column: span 1;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__sidebar {
    grid-column: span 4;
  }
}

.catalogue-search-results__results {
  grid-column: span 3;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results {
    grid-column: span 4;
  }
}
.catalogue-search-results__results.gridview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results.gridview {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.catalogue-search-results__results.gridview .results-style-switch {
  grid-column: span 3;
  margin-right: auto;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results.gridview .results-style-switch {
    grid-column: span 2;
  }
}
.catalogue-search-results__results.gridview .book-card {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0px;
  padding-bottom: 0px;
}
.catalogue-search-results__results.gridview .book-card:hover .book-card__image-btns {
  display: flex;
}
.catalogue-search-results__results.gridview .book-card__image {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results.gridview .book-card__image {
    width: 100%;
  }
}
.catalogue-search-results__results.gridview .book-card__image img {
  width: 100%;
  height: 400px;
  max-height: 400px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results.gridview .book-card__image img {
    max-height: 265px;
  }
}
.catalogue-search-results__results.gridview .book-card__image a {
  height: auto !important;
}
.catalogue-search-results__results.gridview .book-card__image-btns {
  width: 100%;
  position: absolute;
  bottom: 8px;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.catalogue-search-results__results.gridview .book-card__image-btns .btn {
  width: 100%;
}
.catalogue-search-results__results.gridview .book-card__text {
  display: none;
}
.catalogue-search-results__results.gridview .book-card__availablility {
  display: none;
}
.catalogue-search-results__results.gridview .book-card__grid-info {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results.gridview .book-card__grid-info {
    display: none;
  }
}
.catalogue-search-results__results.gridview .book-card__grid-info p {
  grid-column: span 5;
}
.catalogue-search-results__results.gridview .book-card__grid-info p:nth-of-type(1) a {
  font-size: 120%;
}
.catalogue-search-results__results.gridview .book-card__grid-info p:nth-of-type(2) a {
  font-size: 90%;
  font-weight: normal;
}
.catalogue-search-results__results.gridview .book-card__grid-info svg {
  margin-left: auto;
  grid-column: span 1;
  width: 24px;
  height: 24px;
}
.catalogue-search-results__results .book-card {
  padding: 24px 0 24px;
  border-bottom: 1px solid var(--medgrey);
  border-radius: 0px;
  gap: 18px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results .book-card {
    flex-direction: row;
    width: 100%;
    gap: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results .book-card__text {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__results .book-card__image {
    min-width: 0px;
    width: 38%;
  }
  .catalogue-search-results__results .book-card__image img {
    width: 100%;
  }
  .catalogue-search-results__results .book-card__image p {
    display: none;
  }
}
.catalogue-search-results__results .book-card__image-btns {
  display: none;
}

.book-card__grid-info {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .catalogue-search-results__pagination {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 5;
  }
}
@media only screen and (max-width: 1024px) {
  .catalogue-search-results__pagination {
    grid-column: span 4;
  }
}
.catalogue-search-results__pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0px;
}
.catalogue-search-results__pagination form {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.catalogue-search-results__pagination form .btn {
  min-width: 0px;
  height: 43px;
}
.catalogue-search-results__pagination form select {
  min-width: 0px;
}

.results-style-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px;
  border: 1px solid var(--darkblue);
  border-radius: 999px;
}
.results-style-switch span {
  width: 66px;
  height: 26px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  cursor: pointer;
}
.results-style-switch span.active {
  background-color: var(--primary);
  border-radius: 999px;
}

.availa-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(24, 35, 39, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
}
.availa-modal.open {
  display: flex;
}
.availa-modal__top {
  padding: 16px;
  position: relative;
}
.availa-modal__top > span {
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}
.availa-modal__top > span svg path {
  stroke: white;
}
.availa-modal__locations {
  padding: 16px;
  height: 375px;
  overflow-y: auto;
  color: var(--darkblue);
}
@media only screen and (max-width: 1024px) {
  .availa-modal__locations {
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
  }
}
.availa-modal__locations-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--darkblue);
  margin-bottom: 8px;
  padding: 8px 0px 16px;
  border-bottom: 1px solid var(--medgrey);
}
@media only screen and (max-width: 1024px) {
  .availa-modal__locations-single {
    align-items: flex-start;
  }
}
.availa-modal__locations-single > div {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .availa-modal__locations-single > div {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .availa-modal__locations-single > div {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}
.availa-modal__locations-single h5 {
  flex: 1;
}
.availa-modal__bottom {
  padding: 16px;
  color: var(--darkblue);
}
.availa-modal__charges {
  width: 100%;
  margin-top: 32px;
}

.availa-modal-container {
  width: 735px;
  border: 1px solid var(--darkblue);
  border-radius: 8px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .availa-modal-container {
    margin: 0 20px;
    width: 95%;
    max-width: 735px;
    max-height: 85vh;
    overflow: hidden;
  }
}
.availa-modal-container p {
  font-weight: 400;
}

.cms-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 50px 0 80px;
  background-color: var(--darkblue);
  color: white;
  border: 10px solid white;
}
@media only screen and (max-width: 1024px) {
  .cms-login {
    margin: 50px 20px;
    padding: 20px 0px;
  }
}
.cms-login form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cms-login form .form-inputs {
  min-width: 300px;
  max-width: 300px;
}
@media only screen and (max-width: 350px) {
  .cms-login form .form-inputs {
    min-width: 0px !important;
  }
}
.cms-login form .form-inputs div.input {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  font-size: 18px;
  min-width: 300px;
  max-width: 100%;
}
.cms-login form .form-inputs div.input input {
  padding: 14px 16px;
  font-size: 18px;
  margin-top: 5px;
  border: 2px solid white;
  background-color: var(--darkblue);
  color: white;
}
.cms-login form .form-inputs div.input input:focus {
  color: white;
  outline: none;
  background-color: var(--darkblue);
  transition: all 0.2s;
}
.cms-login form label {
  font-weight: 300;
  color: white;
}
.cms-login form .hint {
  font-size: 12px;
  color: white;
  padding-left: 10px;
  padding-top: 2px;
}
.cms-login a {
  margin-top: 20px;
  color: white;
}
.cms-login h2 {
  text-align: center;
}

.discover-services .share-heading-card__text {
  border-radius: 0 4px 4px 0;
}
.discover-services__cards {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .discover-services__cards {
    overflow: hidden;
    width: 91vw;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .discover-services__card {
    grid-column: span 2;
  }
  .discover-services__card:nth-of-type(1), .discover-services__card:nth-of-type(2) {
    grid-column: span 3;
  }
}
.discover-services__card--btns {
  align-items: flex-end;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .discover-services__swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .discover-services__swiper-pagination {
    display: none;
  }
}

.events-container {
  margin-top: 32px;
  margin-bottom: 100px;
}
.events-container__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  margin: 16px auto;
}

.events-single {
  display: flex;
  width: 100%;
  gap: 120px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .events-single {
    gap: 16px;
  }
}
.events-single__details {
  gap: 16px;
  min-width: 150px;
}
@media only screen and (max-width: 1024px) {
  .events-single__details {
    font-size: 13px;
    min-width: 100px;
  }
}
.events-single__divider {
  display: block;
  height: 160px;
  width: 1px;
  background-color: black;
}
.events-single__body {
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .events-single__body h5, .events-single__body p {
    font-size: 18px;
  }
}
.events-single__button {
  width: fit-content;
  cursor: pointer;
}

.expandable-text-only .container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.expandable-text-only.open .expandable-text-only__body {
  display: block;
}
.expandable-text-only.open .expandable-text-only__title svg {
  transform: rotate(180deg);
}

.expandable-text-only__title {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.expandable-text-only__title h2 {
  text-wrap: balance;
}
.expandable-text-only__title svg {
  margin-top: 5px;
}

.expandable-text-only__body {
  display: none;
}

.filter-panel__top {
  background-color: var(--darkblue);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .filter-panel__top {
    display: flex;
    flex-direction: column;
  }
}
.filter-panel__content {
  color: white;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.filter-panel__content h2 {
  font-size: 31px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .filter-panel__content h2 {
    text-align: center;
  }
}
.filter-panel__filter-form {
  grid-column: span 1;
  background-color: var(--turquoise-light);
  border-radius: 8px;
  padding: 32px;
}
.filter-panel__filter-form > span {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-panel__filter-form > .trix-content {
  font-size: 22px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .filter-panel__filter-form > .trix-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .filter-panel__filter-form .btn-med {
    width: 100%;
  }
}

.five-col-location__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .five-col-location__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
.five-col-location__card {
  grid-column: span 1;
  border: 1px solid var(--darkblue);
  border-radius: 4px;
  overflow: hidden;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .five-col-location__card {
    grid-column: span 2;
  }
  .five-col-location__card:last-of-type {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
.five-col-location__card > div {
  padding: 16px;
}
.five-col-location__card > div img {
  width: 120px;
  height: 120px;
  display: block;
}
.five-col-location__card > div p {
  margin-top: 16px;
}
.five-col-location__card .btn {
  border-radius: 0px;
  width: 100%;
  height: 50px;
}

div.flash {
  width: 350px;
  text-align: center;
  position: fixed;
  color: white;
  left: 50%;
  top: 250px;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 18px;
  background-color: var(--darkblue);
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
  transition: ease 0.3s;
  text-wrap: balance;
  cursor: pointer;
}
div.flash:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 12L7 7M12 12L17 17M12 12L17 7M12 12L7 17' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-color: white;
  width: 24px;
  height: 20px;
  padding-top: 5px;
  display: flex;
  border-radius: 9999px;
  color: var(--darkblue);
  font-weight: bold;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -6px;
}

@media only screen and (min-width: 1024px) {
  .four-col-cards .discover-services__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(3), .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(4), .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(5), .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(6):last-child, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(7):last-child, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(8) {
    grid-column: span 2;
    grid-row: span 1;
    flex-direction: row;
    gap: 24px;
  }
  .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(3) .btn, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(4) .btn, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(5) .btn, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(6):last-child .btn, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(7):last-child .btn, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(8) .btn {
    width: fit-content;
  }
  .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(3) img, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(4) img, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(5) img, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(6):last-child img, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(7):last-child img, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(8) img {
    height: 100%;
    width: 170px;
    object-fit: cover;
  }
  .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(3) .discover-services__card--content, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(4) .discover-services__card--content, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(5) .discover-services__card--content, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(6):last-child .discover-services__card--content, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(7):last-child .discover-services__card--content, .four-col-cards .discover-services__swiper-wrapper.horiztonal-cards .discover-services__card:nth-of-type(8) .discover-services__card--content {
    padding: 12px 24px 12px 0px;
  }
}
.four-col-cards .discover-services__card {
  grid-column: span 1;
  grid-row: span 2;
  width: 100% !important;
  padding: 0px;
}
.four-col-cards .discover-services__card .btn {
  width: 100%;
}
.four-col-cards .discover-services__card img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.four-col-cards .discover-services__card--content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 0 24px 12px;
}
.four-col-cards .discover-services__card--content .trix-content {
  flex: 1;
}
.four-col-cards .wrapper-text {
  text-align: center;
  gap: 0px;
}
@media only screen and (min-width: 1024px) {
  .four-col-cards .wrapper-text {
    padding-top: 24px;
  }
}

.four-col-cards-text {
  text-align: center;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .four-col-cards-text {
    padding-bottom: 24px;
  }
}
.four-col-cards-text__heading {
  padding-bottom: 12px;
}

.four-col-icon-cards .container,
.four-col-reference-cards .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .four-col-icon-cards .discover-services__swiper-wrapper,
  .four-col-reference-cards .discover-services__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 16px;
  }
}
.four-col-icon-cards .discover-services__card,
.four-col-reference-cards .discover-services__card {
  grid-column: span 1;
  grid-row: span 2;
  padding: 12px 24px !important;
}
@media only screen and (min-width: 1024px) {
  .four-col-icon-cards .discover-services__card,
  .four-col-reference-cards .discover-services__card {
    width: 100% !important;
  }
}
.four-col-icon-cards .discover-services__card img,
.four-col-reference-cards .discover-services__card img {
  width: 120px !important;
  height: 120px !important;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .four-col-icon-cards .discover-services__card:nth-of-type(3), .four-col-icon-cards .discover-services__card:nth-of-type(4),
  .four-col-reference-cards .discover-services__card:nth-of-type(3),
  .four-col-reference-cards .discover-services__card:nth-of-type(4) {
    grid-column: span 1;
    grid-row: span 2;
    flex-direction: row;
    gap: 24px;
    flex-direction: column;
    padding: 0px;
  }
}
.four-col-icon-cards .discover-services__card--content,
.four-col-reference-cards .discover-services__card--content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 0px;
}
.four-col-icon-cards .discover-services__card--content .trix-content,
.four-col-reference-cards .discover-services__card--content .trix-content {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .four-col-icon-cards .discover-services__card--content .trix-content,
  .four-col-reference-cards .discover-services__card--content .trix-content {
    text-align: center;
  }
}

.footer {
  color: white;
  font-size: 16px;
  padding: 50px 80px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 58px 38px;
  }
}
.footer a {
  font-size: 16px;
  color: white;
  font-weight: 400;
}
.footer .grid {
  border-bottom: 1px solid white;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.footer__col > div:has(img) {
  flex: 1;
}
.footer__col > div:has(svg) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.footer > div:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer > div:nth-of-type(2) {
    flex-direction: column;
    gap: 16px;
  }
}
.footer > div:nth-of-type(2) p {
  font-size: 13px;
  max-width: 850px;
}

.faq-panel .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-panel-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.faq-panel-text p {
  font-size: 22px;
}

.faq-panel-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.full-width-ctas {
  min-height: 65px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas {
    height: auto;
    background-color: var(--turquoise-light);
    padding: 24px;
    justify-content: center;
    text-align: center;
    gap: 18px;
  }
}
.full-width-ctas .btn:hover {
  background-color: transparent;
}
.full-width-ctas > div {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div {
    width: 100%;
  }
}
.full-width-ctas > div:hover {
  background-color: var(--accent-blue) !important;
}
.full-width-ctas > div:hover span {
  background-color: var(--accent-blue) !important;
}
.full-width-ctas > div:hover a {
  text-decoration: none;
}
.full-width-ctas > div p {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div p {
    display: none;
  }
}
.full-width-ctas > div h4 {
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div h4 {
    font-size: 14px;
  }
}
.full-width-ctas > div a:hover {
  text-decoration: none;
}
.full-width-ctas > div .btn {
  width: 100%;
  max-width: 557px;
  height: 100%;
  border-radius: 0px;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div .btn {
    font-size: 26px;
    justify-content: flex-start;
    border-radius: 8px;
  }
}
.full-width-ctas > div .btn svg, .full-width-ctas > div .btn img {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div .btn svg, .full-width-ctas > div .btn img {
    display: none;
  }
}
.full-width-ctas > div:nth-of-type(odd) {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div:nth-of-type(odd) {
    border-radius: 4px;
  }
}
.full-width-ctas > div:nth-of-type(odd) .btn {
  justify-content: flex-start;
  margin-left: auto;
  padding-left: 0px;
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div:nth-of-type(odd) .btn {
    padding: 8px 16px;
    justify-content: center;
  }
}
.full-width-ctas > div:nth-of-type(even) {
  background-color: var(--turquoise-light);
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div:nth-of-type(even) {
    border: 1px solid var(--darkblue);
    border-radius: 4px;
  }
}
.full-width-ctas > div:nth-of-type(even) .btn {
  justify-content: flex-end;
  margin-right: auto;
  border: 0px;
  background-color: var(--turquoise-light);
  color: var(--body-text);
}
@media only screen and (max-width: 1024px) {
  .full-width-ctas > div:nth-of-type(even) .btn {
    padding: 8px 16px;
    justify-content: center;
  }
}
.full-width-ctas .btn-med {
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .full-width-ctas .btn-med {
    display: none;
  }
}

.full-width-image {
  height: 425px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .full-width-image {
    height: 140px;
  }
}
.full-width-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.full-width-three-image {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .full-width-three-image {
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
    height: 100%;
  }
}
.full-width-three-image img {
  display: block;
  height: 295px;
  width: 32%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .full-width-three-image img {
    width: 100%;
    height: 140px;
  }
}

.full-width-four-image {
  height: 325px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .full-width-four-image {
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
    height: 100%;
  }
}
.full-width-four-image img {
  display: block;
  height: 225px;
  width: 24%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .full-width-four-image img {
    width: 100%;
    height: 140px;
  }
}

.full-width-bg {
  color: white;
}
.full-width-bg .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.half-width-cards-blue-text {
  text-align: center;
}
.half-width-cards-blue-text h2 {
  padding-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .half-width-cards-blue .article-card {
    border: 0px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .half-width-cards-blue .article-card-text h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .half-width-cards-blue .catalogue-articles-grid > div {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.half-width-cards-blue .catalogue-articles-grid .article-card {
  grid-column: span 3;
  gap: 0px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .half-width-cards-blue .catalogue-articles-grid .article-card {
    height: 100%;
  }
}
.half-width-cards-blue .catalogue-articles-grid .article-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.half-width-cards-blue .catalogue-articles-grid .article-card-text {
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .half-width-cards-blue .catalogue-articles-grid .article-card-text h3 {
    font-size: 22px;
  }
}

.half-icon-cards__text {
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
}
.half-icon-cards__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .half-icon-cards__cards {
    gap: 8px;
  }
}

.header {
  background-color: var(--lightgrey);
}
.header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header .container {
    height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .container {
    flex-direction: column;
  }
}
.header .header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 79px;
  padding: 0px 66px;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .header .header-content {
    flex-direction: column;
    height: auto;
    padding: 0px;
    width: 100%;
    gap: 0px;
    max-height: 0px;
    overflow: hidden;
  }
  .header .header-content.open {
    padding: 0px 0px 20px;
    max-height: 9999px;
    overflow: auto;
  }
  .header .header-content .btn-icon {
    width: 90%;
    font-size: 26px;
    margin: 20px 20px 0px;
  }
}
.header ul {
  list-style: none;
}
.header ul, .header li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}

.header-logo {
  background-color: var(--accent-blue);
  width: 166px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  top: 36px;
  border-radius: 0px 0px 8px 8px;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    display: none;
  }
}
.header-logo:hover {
  text-decoration: none;
}
.header-logo p {
  font-weight: 400 !important;
}

.header-logo-mobile__text {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-logo-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .header-burger {
    display: none;
  }
}
.header-burger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.header-burger span:first-child {
  transform-origin: 0% 0%;
}
.header-burger span:nth-last-child(3) {
  transform-origin: 0% 100%;
}
.header-burger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -3px);
}
.header-burger.open span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0, -1px);
}
.header-burger.open span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.header-links {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-links {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
.header-links > li {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0s all;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 1024px) {
  .header-links > li {
    align-items: flex-start;
    margin-left: 0px;
    width: 100%;
    background-color: var(--grey200);
    padding: 10px 20px;
  }
  .header-links > li:first-of-type {
    padding-top: 20px;
  }
  .header-links > li:last-of-type {
    padding-bottom: 20px;
  }
  .header-links > li a {
    font-size: 26px;
  }
}
.header-links > li a {
  display: flex;
  align-items: center;
}
.header-links > li a svg {
  margin-left: 8px;
}
.header-links > li:hover .header-links__submenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.header-links__submenu {
  position: absolute;
  top: 52px;
  background-color: white;
  border: 2px solid var(--darkblue);
  padding: 24px !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0s all;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 1024px) {
  .header-links__submenu {
    max-height: 0px;
    position: relative;
    padding: 0px !important;
  }
}
.header-links__submenu:hover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media only screen and (max-width: 1024px) {
  .header-links__submenu:hover {
    max-height: 9999px;
    position: relative;
    padding: 24px !important;
  }
}

.header-search {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .header-search {
    display: none;
  }
}

.header--better-links {
  color: white;
  background-color: var(--darkblue);
}
.header--better-links > .container {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header--better-links > .container {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1024px) {
  .header--better-links > .container {
    height: auto;
    padding: 12px 20px;
  }
}
.header--better-links p,
.header--better-links a:not(.header-logo) {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
}
.header--better-links__links a {
  padding: 10px 16px;
}
.header--better-links__links a:nth-of-type(2) {
  background-color: var(--midblue);
}
@media only screen and (max-width: 1024px) {
  .header--better-links__links {
    display: none;
  }
}
.header--better-links__account {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .header--better-links__account {
    padding-right: 32px;
  }
}
.header--better-links__account a {
  font-weight: 400;
}

.header-mobile-burger {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header-mobile-burger {
    display: none;
  }
}

.hero-full .swiper-container {
  height: 420px;
  overflow: hidden;
}
.hero-full .swiper-container .swiper-hero {
  height: 100%;
}
.hero-full .swiper-container .swiper-slide {
  height: 420px;
  padding: 128px 66px;
  background-color: var(--grey50);
  background-image: url('data:image/svg+xml,<svg width="111" height="68" viewBox="0 0 111 68" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.15" clip-path="url(%23clip0_61_360)"><path d="M14.0436 0.5H67.7605C75.0326 0.5 80.929 7.76408 80.929 13.654V54.596C80.929 61.86 75.0326 67.75 67.7605 67.75H14.0436C6.77147 67.75 0.875 60.4859 0.875 54.596V13.654C0.875 6.38995 6.77147 0.5 14.0436 0.5Z" fill="%2361696B"/><path d="M102.999 5.07075L87.3398 14.0711V54.1909L103.011 63.1912C107.193 65.593 110.626 63.6179 110.626 58.8065V9.47892C110.616 4.64402 107.191 2.67092 102.999 5.07075Z" fill="%2361696B"/></g><defs><clipPath id="clip0_61_360"><rect width="109.75" height="67.25" fill="white" transform="translate(0.875 0.5)"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .hero-full .swiper-container .swiper-slide {
    padding: 24px;
  }
}
.hero-full .swiper-container .swiper-slide__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .hero-full .swiper-container .swiper-slide__content {
    justify-content: center;
    gap: 24px;
  }
}

.hero {
  width: 100%;
  min-height: 420px;
  position: relative;
}

.hero-half {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .hero-half {
    flex-direction: column;
    align-items: center;
    height: 910px;
  }
}
.hero-half__content {
  background-image: url('data:image/svg+xml,<svg width="782" height="420" viewBox="0 0 782 420" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="720" height="420" fill="%23C3C6C7"/><g clip-path="url(%23clip0_0_1)"><path d="M720 0L781.83 49.5L730.37 420H720V0Z" fill="%23DBDDDD"/><path d="M724.53 420L777.61 37.88L730.3 0H720V420H724.53Z" fill="%23C3C6C7"/></g><defs><clipPath id="clip0_0_1"><rect width="61.83" height="420" fill="white" transform="translate(720)"/></clipPath></defs></svg>');
  background-size: cover;
  background-position: right;
  width: 52%;
  min-width: 780px;
  min-height: 420px;
  z-index: 2;
  padding: 63px 66px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .hero-half__content {
    background-image: url('data:image/svg+xml,<svg width="414" height="481" viewBox="0 0 414 481" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="414" height="420" fill="%23C3C6C7"/><g clip-path="url(%23clip0_0_1)"><path d="M414 420L365.207 480.947L0 430.222V420H414Z" fill="%23DBDDDD"/><path d="M0 424.465L376.661 476.787L414 430.153V420H0V424.465Z" fill="%23C3C6C7"/></g><defs><clipPath id="clip0_0_1"><rect width="60.9468" height="414" fill="white" transform="matrix(0 1 -1 0 414 420)"/></clipPath></defs></svg>');
    width: 100%;
    min-width: 100vw;
    padding: 20px;
    background-position: bottom;
    height: 490px;
    justify-content: flex-start;
    gap: 33px;
  }
}
.hero-half__content--text {
  width: 90%;
}
.hero-half__content--btns {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .hero-half__content--btns {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .hero-half__content--btns .btn {
    width: 100%;
  }
}
.hero-half .swiper-container {
  width: 52%;
  height: 420px;
  overflow: hidden;
  position: relative;
  right: 0px;
}
@media only screen and (max-width: 1024px) {
  .hero-half .swiper-container {
    width: 100%;
    top: 420px;
  }
}
.hero-half .swiper-container .swiper-slide__content {
  background-color: var(--grey50);
  background-image: url('data:image/svg+xml,<svg width="111" height="68" viewBox="0 0 111 68" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.15" clip-path="url(%23clip0_61_360)"><path d="M14.0436 0.5H67.7605C75.0326 0.5 80.929 7.76408 80.929 13.654V54.596C80.929 61.86 75.0326 67.75 67.7605 67.75H14.0436C6.77147 67.75 0.875 60.4859 0.875 54.596V13.654C0.875 6.38995 6.77147 0.5 14.0436 0.5Z" fill="%2361696B"/><path d="M102.999 5.07075L87.3398 14.0711V54.1909L103.011 63.1912C107.193 65.593 110.626 63.6179 110.626 58.8065V9.47892C110.616 4.64402 107.191 2.67092 102.999 5.07075Z" fill="%2361696B"/></g><defs><clipPath id="clip0_61_360"><rect width="109.75" height="67.25" fill="white" transform="translate(0.875 0.5)"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
  display: block;
}
.library-hero {
  background-position: center !important;
  min-height: 449px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.library-hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.library-hero > .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .library-hero > .container {
    align-items: center;
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .library-hero > .container > div:nth-of-type(1) {
    text-align: center;
  }
  .library-hero > .container > div:nth-of-type(1) .breadcrumb .container {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .library-hero > .container > div:nth-of-type(2) {
    max-width: 50%;
  }
}
.library-hero h1,
.library-hero h4,
.library-hero .trix-content {
  color: white;
}
.library-hero h1 {
  line-height: normal;
  margin: 32px 0px;
}
.library-hero .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.library-hero .breadcrumb a,
.library-hero .breadcrumb span {
  color: white;
}
.library-hero .breadcrumb svg path {
  stroke: white;
}

.swiper-pagination-bullets {
  bottom: 3% !important;
  transform: translateY(10px) !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  margin: 0 10px 40px !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 1024px) {
  .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.swiper-container {
  overflow: hidden;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 12px !important;
  color: black;
  background-color: var(--primary);
  padding: 6px 9px;
  border-radius: 100%;
  font-weight: bold;
}

.image-left-blue {
  padding: 80px 160px;
}
@media only screen and (max-width: 1024px) {
  .image-left-blue {
    padding: 0px;
  }
}
.image-left-blue .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .image-left-blue .container {
    flex-direction: column;
  }
}
.image-left-blue__image {
  flex: 1;
}
.image-left-blue__image img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .image-left-blue__image img {
    padding-top: 20px;
  }
}
.image-left-blue__content {
  width: 50%;
  color: white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .image-left-blue__content {
    width: 100%;
    padding: 20px;
  }
}
.image-left-blue__content h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .image-left-blue__content h2 {
    text-align: center;
  }
}

.image-left-grey-bg .container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .image-left-grey-bg .container {
    flex-direction: column;
  }
}
.image-left-grey-bg .wrapper-text {
  width: 100%;
}
.image-left-grey-bg__img {
  max-width: 40%;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .image-left-grey-bg__img {
    max-width: 100%;
  }
}
.image-left-grey-bg__img img {
  border-radius: 4px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.image-left-grey-bg__content {
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .image-left-grey-bg__content {
    text-align: center;
    text-wrap: balance;
    max-width: 100%;
  }
  .image-left-grey-bg__content .btn {
    margin: auto;
  }
}
.image-left-grey-bg__content a {
  text-decoration: underline;
}
.image-left-grey-bg .swiper-wrapper {
  padding-bottom: 15px;
  align-items: center;
}
.image-left-grey-bg .swiper-slide {
  text-align: center;
}
.image-left-grey-bg .swiper-pagination {
  bottom: 0% !important;
}

@media only screen and (max-width: 1024px) {
  .masonry-columns {
    overflow: hidden;
    width: 91vw;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry-columns .masonry-swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.masonry-columns img {
  grid-column: span 1;
  height: 182px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .masonry-columns img {
    max-height: 250px;
  }
}

@media only screen and (min-width: 1024px) {
  .masonry-swiper-pagination {
    display: none;
  }
}

.img-right-text-left .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.img-right-text-left h2 {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .img-right-text-left__swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.item-list {
  background-color: white;
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .item-list {
    padding: 20px;
  }
}
.item-list-text {
  text-align: center;
}
.item-list-text .btn {
  margin: 12px auto 0;
}
@media only screen and (max-width: 1024px) {
  .item-list-text {
    width: auto;
  }
}
.item-list-cards {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  overflow: hidden;
  padding-bottom: 24px;
  gap: 16px !important;
}
@media only screen and (max-width: 1024px) {
  .item-list-cards {
    padding: 0 20px 36px 0;
  }
}
.item-list-cards .book-card {
  padding: 0px;
  width: 180px !important;
  border-radius: 8px !important;
  display: flex !important;
  gap: 24px !important;
}
.item-list-cards .book-card__image a {
  height: 267px;
}

.jump-to {
  background-color: var(--darkblue) !important;
  color: white;
}
.jump-to a {
  color: white;
}
.jump-to .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.jump-to .jump-to-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .jump-to .jump-to-links {
    grid-template-columns: 1fr;
  }
}
.jump-to .jump-to-link {
  grid-column: span 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.jump-to .jump-to-link span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jump-to-imgs .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jump-to-imgs a {
  font-size: inherit;
}
@media only screen and (max-width: 1024px) {
  .jump-to-imgs a {
    font-size: 18px;
  }
}
.jump-to-imgs .jump-to-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .jump-to-imgs .jump-to-links {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.jump-to-imgs .jump-to-link {
  width: 355px;
  height: 250px;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  grid-column: span 1;
  grid-row: span 1;
}
@media only screen and (max-width: 1024px) {
  .jump-to-imgs .jump-to-link {
    width: auto;
    height: auto;
    padding: 16px;
    text-align: center;
    gap: 16px;
  }
  .jump-to-imgs .jump-to-link:has(img) {
    justify-content: flex-start;
  }
  .jump-to-imgs .jump-to-link h4 {
    line-height: 0.8;
  }
}

.library-locations {
  height: 725px;
  position: relative;
}
.library-locations .mapbox-container {
  width: 100vw;
  height: 725px;
}

.library-locations__content {
  position: absolute;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  .library-locations__content {
    left: 50%;
    transform: translateX(-100%);
    padding-right: 100px;
  }
}
.library-locations__content > div {
  width: 450px;
}
@media only screen and (max-width: 1024px) {
  .library-locations__content > div {
    width: 100%;
  }
}
.library-locations__content--search {
  background-color: var(--darkblue);
  padding: 24px;
}
.library-locations__content--search h2,
.library-locations__content--search .trix-content {
  color: white;
}
.library-locations__content--cards {
  background-color: white;
  max-height: 100%;
  overflow-y: scroll;
}

.mapboxgl-marker {
  cursor: pointer;
}
.mapboxgl-marker svg g g:nth-of-type(2) {
  fill: var(--darkblue);
}
.mapboxgl-marker.active svg g g:nth-of-type(2) {
  fill: var(--primary);
}

.life-at .container {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .life-at-swiper .swiper-slide {
    width: fit-content !important;
  }
}
@media only screen and (max-width: 1024px) {
  .life-at-swiper .swiper-slide {
    text-align: center;
  }
}
.life-at-swiper .swiper-slide img {
  height: 255px;
}

.locations .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .locations .container {
    background-position: center;
    flex-direction: column;
    height: 100%;
  }
}
.locations .w45 {
  padding: 80px 0px;
}
@media only screen and (max-width: 1024px) {
  .locations .w45 {
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .locations .flex-col h2 {
    text-align: center;
  }
}
.locations .flex-col .btn {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .locations .flex-col .grid-2col {
    grid-template-columns: 1fr 1fr;
  }
}
.locations .mapbox-container {
  width: 545px;
  min-height: 545px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .locations .mapbox-container {
    width: 100%;
    flex: 1;
    min-height: 400px;
  }
}

.midpage-banner {
  background-size: cover !important;
  background-position: center center !important;
}
.midpage-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .midpage-banner .container {
    flex-direction: column;
    gap: 24px;
  }
}
.midpage-banner .container .btn {
  min-width: fit-content;
}

.midpage-banner-content {
  color: white;
}
.midpage-banner-content h2 {
  padding-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .midpage-banner-content h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .midpage-banner-content .trix-content {
    max-width: 70%;
  }
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: RGBA(27, 54, 92, 0.4);
  top: 0;
  left: 0;
  z-index: 9999999;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal.open {
  display: flex;
}

.multi-asset-ctas .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.multi-asset-ctas__imgs {
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .multi-asset-ctas__imgs {
    gap: 24px;
    justify-content: center;
  }
  .multi-asset-ctas__imgs img {
    max-width: 45%;
  }
}
.multi-asset-ctas__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.multi-icon-buttons .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.multi-icon-buttons .container > div {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.multi-icon-buttons .container img {
  max-width: 24px;
  max-height: 24px;
}
.multi-icon-buttons .container .btn {
  max-width: 200px;
  padding: 8px;
  height: 50px;
  line-height: 1;
}
.multi-icon-buttons .container .btn:hover {
  background-color: white !important;
  color: var(--darkblue) !important;
}
.multi-icon-buttons.dark {
  background-color: var(--darkblue);
}
@media only screen and (max-width: 1024px) {
  .multi-icon-buttons.dark .container h2 {
    text-align: center;
  }
  .multi-icon-buttons.dark .container > div {
    flex-direction: column;
    width: 100%;
  }
  .multi-icon-buttons.dark .container > div .btn {
    width: 100%;
    max-width: 100%;
  }
}
.multi-icon-buttons.dark h2 {
  color: white;
}
.multi-icon-buttons.light {
  background-color: var(--lightblue);
  padding: 16px 160px;
}
@media only screen and (max-width: 1024px) {
  .multi-icon-buttons.light {
    padding: 40px 20px;
  }
  .multi-icon-buttons.light .container h2 {
    text-align: center;
  }
  .multi-icon-buttons.light .container > div {
    flex-wrap: wrap;
    width: 100%;
    gap: 18px;
  }
  .multi-icon-buttons.light .container > div .btn {
    max-width: 175px;
  }
}
.multi-icon-buttons.light .btn {
  cursor: default;
}

.multiple-image-left-cards .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.multiple-image-left-cards__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.multiple-image-left-cards__cards .image-left-card__content {
  flex: 1;
}

@media only screen and (min-width: 1024px) {
  .multi-pane-video {
    position: unset;
  }
  .multi-pane-video .swiper-wrapper {
    position: unset;
  }
  .multi-pane-video .swiper-android .swiper-slide,
  .multi-pane-video .swiper-ios .swiper-slide,
  .multi-pane-video .swiper-wrapper {
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .multi-pane-video__asset-grid {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .multi-pane-video__asset-grid {
    align-items: center;
  }
}
.multi-pane-video__asset-grid img, .multi-pane-video__asset-grid .video-wrapper {
  display: block;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  object-fit: cover;
  cursor: pointer;
}
.multi-pane-video__asset-grid img {
  height: 140px;
  grid-column-start: 1;
  grid-column: span 2;
  grid-row: span 1;
}
@media only screen and (max-width: 1024px) {
  .multi-pane-video__asset-grid img {
    width: 100%;
    height: 100%;
    max-height: 255px;
  }
}
.multi-pane-video__asset-grid img:nth-of-type(1) {
  grid-row-start: 1;
}
.multi-pane-video__asset-grid img:nth-of-type(2) {
  grid-row-start: 2;
}
.multi-pane-video__asset-grid img:nth-of-type(3) {
  grid-row-start: 3;
}
.multi-pane-video__asset-grid img.expanded {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: none;
  z-index: 2;
  background-color: rgba(27, 54, 92, 0.4);
}
.multi-pane-video__asset-grid .video-wrapper {
  grid-row: span 3;
  grid-column-start: 3;
  grid-column: span 5;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .multi-pane-video__asset-grid .video-wrapper {
    width: revert-layer;
    min-height: 435px;
  }
}
@media only screen and (max-width: 1024px) {
  .multi-pane-video__asset-grid .video-wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 68px);
    clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 39% 52%, 61% 53%, 60% 74%, 0% 70%, 0% 100%, 100% 100%, 100% 0%);
  }
}
.multi-pane-video__asset-grid .video-wrapper iframe {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .multi-pane-video__asset-grid .video-wrapper iframe {
    height: 100%;
  }
}

.multi-horizontal-ctas .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.multi-horizontal-ctas .container h2 {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .multi-horizontal-ctas .container {
    gap: 24px;
  }
}
.multi-horizontal-ctas__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .multi-horizontal-ctas__buttons {
    gap: 24px;
  }
  .multi-horizontal-ctas__buttons .btn {
    width: 100%;
  }
}

.primary-navigation {
  background-color: var(--lightgrey);
  color: var(--body-text);
  height: 100%;
  flex: 1;
  padding-left: 158px;
}
@media only screen and (max-width: 1024px) {
  .primary-navigation {
    padding: 0px;
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
  }
  .primary-navigation.open {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
}
.primary-navigation > .btn-lrg {
  margin: 0 auto 24px;
}
@media only screen and (min-width: 1024px) {
  .primary-navigation > .btn-lrg {
    display: none;
  }
}
.primary-navigation a {
  color: var(--body-text);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.primary-navigation ul {
  list-style: none;
  font-family: "Lato", sans-serif;
}
.primary-navigation ul, .primary-navigation li {
  margin: 0;
  padding: 0;
}
.primary-navigation .header-nav-list {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list {
    flex-direction: column;
  }
}
.primary-navigation .header-nav-list__item {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .primary-navigation .header-nav-list__item:first-of-type {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list__item {
    margin-left: 0px;
    padding: 10px 20px;
    align-items: flex-start;
  }
  .primary-navigation .header-nav-list__item:first-of-type {
    padding-top: 20px;
  }
  .primary-navigation .header-nav-list__item:last-of-type {
    padding-bottom: 20px;
  }
  .primary-navigation .header-nav-list__item a {
    font-size: 22px;
  }
}
.primary-navigation .header-nav-list__item > span {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list__item > span {
    justify-content: space-between;
    width: 100%;
  }
}
.primary-navigation .header-nav-list__item > span:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .primary-navigation .header-nav-list__item > span:hover {
    box-shadow: inset 0 -5px 0px -2px var(--primary);
  }
}
.primary-navigation .header-nav-list__item > span.no-drop {
  margin-right: 4px;
}
.primary-navigation .header-nav-list__item > span.no-drop svg {
  display: none;
}
.primary-navigation .header-nav-list__item > span.no-drop a {
  font-size: 16px !important;
}
.primary-navigation .header-nav-list__item > span.no-drop a:hover {
  text-decoration: none;
}
.primary-navigation .header-nav-list__item > span svg {
  margin-left: 0px;
  margin-top: 1px;
}
.primary-navigation .header-nav-list__item.open .header-nav-sub-list {
  opacity: 1;
  visibility: visible;
}
.primary-navigation .header-nav-list__item.open .header-nav-list__item__menu {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .primary-navigation .header-nav-list__item.open > a {
    text-decoration: none;
    box-shadow: inset 0 -5px 0px -2px var(--primary);
  }
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list__item.open > a p {
    text-decoration: none;
    box-shadow: inset 0 -5px 0px -2px var(--primary);
  }
}
.primary-navigation .header-nav-list__item.open > a svg {
  transform: rotate(180deg);
}
.primary-navigation .header-nav-list__item__menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 104px;
  left: 0px;
  padding: 32px;
  width: 100%;
  min-height: 400px;
  box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list__item__menu {
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    padding: 16px;
    min-height: 0px;
    border-radius: 4px;
    overflow: hidden;
  }
}
.primary-navigation .header-nav-list__item__menu .container {
  margin: 0 auto;
  height: auto !important;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list__item__menu .container {
    gap: 16px;
    flex-direction: column;
  }
}
.primary-navigation .header-nav-list__item__menu .container > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.primary-navigation .header-nav-list__item__menu .container > div.bg-lg {
  background-color: var(--lightgrey);
}
.primary-navigation .header-nav-list__item__menu .bg-lt {
  width: 260px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--primary);
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .primary-navigation .header-nav-list__item__menu .bg-lt {
    width: 100%;
  }
}
.primary-navigation .header-nav-list__item__menu .bg-lt .btn {
  margin: auto;
}
.primary-navigation .header-nav-list__item__menu .bg-lg {
  width: 100%;
  padding: 16px;
}
.primary-navigation .header-nav-list__item__menu .bg-lg a {
  font-weight: bold;
}
.primary-navigation .header-nav-sub-list {
  position: absolute;
  top: 24px;
  background-color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.primary-navigation .header-nav-sub-list:hover {
  opacity: 1;
  visibility: visible;
}

.new-arrivals {
  background: white;
}
.new-arrivals h1 {
  margin-bottom: 40px;
}

.new-arrivals-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .new-arrivals-text {
    overflow: hidden;
  }
}

.new-arrivals-carousel {
  overflow: hidden;
  width: 100vw;
  padding-right: 500px;
}
@media only screen and (max-width: 1024px) {
  .new-arrivals-carousel {
    padding-right: 80px;
  }
}
.new-arrivals-carousel .swiper-slide {
  width: fit-content;
}
.new-arrivals-carousel .book-card {
  background-color: var(--turquoise-light);
  width: 545px;
}
@media only screen and (max-width: 1024px) {
  .new-arrivals-carousel .book-card {
    width: 80vw;
    padding: 16px;
  }
}
.new-arrivals-carousel .book-card-text h4 {
  min-height: 48px;
}
@media only screen and (max-width: 1024px) {
  .new-arrivals-carousel .book-card-text h4 {
    min-height: fit-content;
    margin-bottom: 8px;
  }
}
.new-arrivals-carousel .book-card-image > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .new-arrivals-carousel .book-card-image > div {
    justify-content: center;
  }
}
.new-arrivals-carousel .book-card-image > p {
  font-weight: 600;
}

.new_spaces_finder {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .new_spaces_finder {
    flex-direction: column;
  }
}
.new_spaces_finder .form-actions {
  display: none;
}
.new_spaces_finder .form-inputs {
  display: grid;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_finder .form-inputs {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_finder .form-inputs {
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--darkblue);
    border-radius: 4px;
    grid-gap: 1px;
    background-color: var(--darkblue);
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_finder .form-inputs > div:nth-child(4) .checkbox-cont {
    top: 61px;
    left: unset;
    right: -1px;
    width: 202%;
  }
}
.new_spaces_finder .form-inputs__svg-cont {
  grid-column: span 1;
  height: 60px;
  overflow: hidden;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_finder .form-inputs__svg-cont {
    border-top: 1px solid var(--darkblue);
    border-bottom: 1px solid var(--darkblue);
    border-left: 1px solid var(--darkblue);
  }
  .new_spaces_finder .form-inputs__svg-cont:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .new_spaces_finder .form-inputs__svg-cont:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid var(--darkblue);
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_finder .form-inputs__svg-cont {
    background-color: white;
  }
  .new_spaces_finder .form-inputs__svg-cont:nth-of-type(1) {
    border-top-left-radius: 4px;
  }
  .new_spaces_finder .form-inputs__svg-cont:nth-of-type(2) {
    border-top-right-radius: 4px;
  }
  .new_spaces_finder .form-inputs__svg-cont:nth-of-type(5) {
    border-bottom-left-radius: 4px;
  }
  .new_spaces_finder .form-inputs__svg-cont:nth-of-type(6) {
    border-bottom-right-radius: 4px;
  }
}
.new_spaces_finder .form-inputs__svg-cont svg {
  width: 20px;
  height: 20px;
}
.new_spaces_finder .form-inputs__svg-cont > .input.string, .new_spaces_finder .form-inputs__svg-cont > .input.spaces_finder_duration {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.new_spaces_finder .form-inputs__svg-cont > .input.check_boxes {
  position: absolute;
}
.new_spaces_finder .form-inputs__svg-cont > .input.time {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0px;
}
.new_spaces_finder .form-inputs__svg-cont > .input.time label {
  width: 100%;
}
.new_spaces_finder .form-inputs__svg-cont > .input.time select {
  width: 30px;
  margin-top: -2px;
}
.new_spaces_finder .form-inputs__svg-cont > .input.time select:nth-of-type(2) {
  margin-left: 8px;
}
.new_spaces_finder .form-inputs__svg-cont > .input label {
  font-size: 14px;
  height: 20px;
}
.new_spaces_finder .form-inputs__svg-cont > .input > input,
.new_spaces_finder .form-inputs__svg-cont > .input > select {
  border: 0px;
  padding: 2px 0px;
  height: 32px;
  min-width: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  font-weight: bold;
}
.new_spaces_finder .form-inputs__svg-cont > .input > input:focus-visible,
.new_spaces_finder .form-inputs__svg-cont > .input > select:focus-visible {
  outline: 0px;
}
.new_spaces_finder .form-inputs__attendees-cont {
  cursor: pointer;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees {
  width: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid var(--darkblue);
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > label {
  display: none;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(1) span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(1) span::before, .new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(1) span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(1) span::before {
  transform: rotate(45deg);
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(1) span::after {
  transform: rotate(-45deg);
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(2) {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 85px;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees > div:nth-of-type(3) {
  background-color: var(--lightgrey);
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees input.attendees__dummy {
  min-width: 0px;
  width: 55px;
  height: 40px;
  text-align: center;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees .attendees__btn {
  display: block;
  background-color: var(--turquoise);
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  cursor: pointer;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees .attendees__incr::before, .new_spaces_finder .form-inputs__attendees-cont .attendees .attendees__incr::after {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: var(--darkblue);
  left: 11px;
  top: 3px;
}
.new_spaces_finder .form-inputs__attendees-cont .attendees .attendees__incr::before {
  transform: rotate(90deg);
}
.new_spaces_finder .form-inputs__attendees-cont .attendees .attendees__decr::before {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: var(--darkblue);
  left: 11px;
  top: 3px;
  transform: rotate(90deg);
}
.new_spaces_finder .form-inputs__check-box-cont div:has(span[data-checkbox-field-target=label]) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 3px;
  width: 100%;
  cursor: pointer;
}
.new_spaces_finder .form-inputs__check-box-cont div:has(span[data-checkbox-field-target=label]) span:first-of-type {
  font-size: 14px;
}
.new_spaces_finder .form-inputs__check-box-cont div:has(span[data-checkbox-field-target=label]) span[data-checkbox-field-target=label] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 105px;
  font-weight: bold;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont {
  background-color: white;
  width: 375px;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: static;
  top: 0px;
  background-color: white;
  padding: 12px 24px;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:first-of-type > span {
  cursor: pointer;
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:first-of-type > span::before, .new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:first-of-type > span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:first-of-type > span::before {
  transform: rotate(45deg);
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:first-of-type > span::after {
  transform: rotate(-45deg);
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:nth-of-type(2) {
  padding: 0 0 24px;
  max-height: 285px;
  overflow-y: scroll;
  justify-content: flex-start;
  gap: 0px;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:nth-of-type(2) label[for=spaces_finder_venue_ids] {
  opacity: 0;
  visibility: hidden;
  height: 0px;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:nth-of-type(2) span.checkbox {
  padding: 8px 24px;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:nth-of-type(2) span.checkbox.hidden {
  display: none;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont > div:nth-of-type(3) {
  background-color: var(--lightgrey);
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_spaces_finder .form-inputs__check-box-cont .checkbox-cont .input.check_boxes > label {
  display: none;
}
.new_spaces_finder .form-inputs__duration-cont {
  cursor: pointer;
}
.new_spaces_finder .form-inputs__duration-cont .dummy-input {
  position: absolute;
  left: 40px;
  top: 27px;
  width: 120px;
  font-weight: bold;
  z-index: 2;
}
.new_spaces_finder .form-inputs__duration-cont div.input #spaces_finder_duration {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.new_spaces_finder .form-inputs__duration-cont .duration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid var(--darkblue);
}
.new_spaces_finder .form-inputs__duration-cont .duration > label {
  display: none;
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(1) span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(1) span::before, .new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(1) span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(1) span::before {
  transform: rotate(45deg);
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(1) span::after {
  transform: rotate(-45deg);
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(2) {
  padding: 12px 24px;
}
.new_spaces_finder .form-inputs__duration-cont .duration > div:nth-of-type(3) {
  background-color: var(--lightgrey);
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_spaces_finder .form-inputs__duration-cont .duration__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
.new_spaces_finder .form-inputs__duration-cont .duration .duration_btn {
  grid-column: span 1;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--lightblue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_finder .form-inputs__duration-cont .duration .duration_btn {
    width: 112px;
    height: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_finder .form-inputs__duration-cont .duration .duration_btn {
    font-size: 14px;
    padding: 4px;
    line-height: normal;
    margin-bottom: 4px;
    height: 42px;
  }
}
.new_spaces_finder .form-inputs__duration-cont .duration .duration_btn.active {
  background: var(--primary);
}
.new_spaces_finder .form-inputs__duration-cont .duration .duration_btn.unav {
  color: var(--medgrey);
  text-decoration: line-through !important;
  font-weight: normal;
}
.new_spaces_finder .form-inputs__duration-cont .duration .duration_btn.all-day {
  width: 100%;
  grid-column: span 5;
}
.new_spaces_finder .form-inputs__date {
  cursor: pointer;
}
.new_spaces_finder .form-inputs__date.open {
  overflow: visible;
}
.new_spaces_finder .form-inputs__date.open .fixed-calendar-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont > label {
  display: none;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 8px 32px;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont > div:nth-of-type(1) span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont > div:nth-of-type(1) span::before, .new_spaces_finder .form-inputs__date .fixed-calendar-cont > div:nth-of-type(1) span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont > div:nth-of-type(1) span::before {
  transform: rotate(45deg);
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont > div:nth-of-type(1) span::after {
  transform: rotate(-45deg);
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont .duration_btn {
  grid-column: span 1;
  display: flex;
  height: 42px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--lightblue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont .duration_btn.active {
  background: var(--primary);
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont .duration_btn.unav {
  color: var(--medgrey);
  text-decoration: line-through !important;
  font-weight: normal;
}
.new_spaces_finder .form-inputs__date .fixed-calendar-cont .duration_btn.all-day {
  width: 100%;
  grid-column: span 5;
}
.new_spaces_finder .form-inputs__start-time .start-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid var(--darkblue);
}
.new_spaces_finder .form-inputs__start-time .start-time > label {
  display: none;
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(1) span {
  display: block;
  position: relative;
  width: 18px;
  height: 12px;
  cursor: pointer;
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(1) span::before, .new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(1) span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(1) span::before {
  transform: rotate(45deg);
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(1) span::after {
  transform: rotate(-45deg);
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(2) {
  padding: 12px 24px;
}
.new_spaces_finder .form-inputs__start-time .start-time > div:nth-of-type(3) {
  background-color: var(--lightgrey);
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_spaces_finder .form-inputs__start-time .start-time__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
}
.new_spaces_finder .form-inputs__start-time .start-time .start-time_btn {
  grid-column: span 1;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--lightblue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .new_spaces_finder .form-inputs__start-time .start-time .start-time_btn {
    width: 112px;
    height: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .new_spaces_finder .form-inputs__start-time .start-time .start-time_btn {
    margin-bottom: 0px;
  }
}
.new_spaces_finder .form-inputs__start-time .start-time .start-time_btn.active {
  background: var(--primary);
}
.new_spaces_finder .form-inputs__start-time .start-time .start-time_btn.unav {
  color: var(--medgrey);
  text-decoration: line-through !important;
  font-weight: normal;
}
.new_spaces_finder .form-inputs__start-time .start-time .start-time_btn.all-day {
  width: 100%;
  grid-column: span 5;
}
.new_spaces_finder .form-inputs__start-time select option.hidden {
  display: none;
}
.new_spaces_finder .form-inputs__start-time > span {
  position: absolute;
  left: 70px;
  top: 25px;
}
@media only screen and (max-width: 500px) {
  .new_spaces_finder .form-inputs__start-time > span {
    top: 27px;
  }
}
.new_spaces_finder .form-inputs .spaces_finder_start_hour {
  gap: 2px;
}
.new_spaces_finder .form-inputs .spaces_finder_start_hour select {
  width: 20px;
  text-align: right;
  left: 4px;
  position: relative;
}
.new_spaces_finder .form-inputs .spaces_finder_start_minute {
  position: absolute;
  left: 76px;
  gap: 2px;
}

.opayo-wrapper {
  background-color: var(--body-bg);
}
@media only screen and (max-width: 1024px) {
  .opayo-wrapper {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.opayo-wrapper.hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .opayo-wrapper:has(.ds-container) {
    height: auto;
    padding: 10px;
  }
}
.opayo-wrapper .container {
  padding: 48px;
}
@media only screen and (max-width: 1024px) {
  .opayo-wrapper .container {
    padding: 0px;
  }
}
.opayo-wrapper .container:has(.ds-container) {
  padding: 0px;
}
@media only screen and (max-width: 1024px) {
  .opayo-wrapper .container:has(.ds-container) {
    width: 100%;
  }
}
.opayo-wrapper form,
.opayo-wrapper .ds-container {
  border-radius: 8px;
  width: fit-content;
  padding: 48px 48px 26px;
  margin: auto;
  border: 1px solid var(--primary);
  box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.18);
  background-color: white;
}
@media only screen and (max-width: 1024px) {
  .opayo-wrapper form,
  .opayo-wrapper .ds-container {
    padding: 12px;
    max-width: 90vw;
  }
}
.opayo-wrapper form iframe,
.opayo-wrapper .ds-container iframe {
  border: none;
}
.opayo-wrapper form .visible-field {
  margin-bottom: 16px;
}
.opayo-wrapper .ds-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1.4;
  padding: 10px;
}
.opayo-wrapper .ds-container iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .opayo-wrapper .ds-container {
    min-width: 100%;
    aspect-ratio: 0;
    padding: 10px;
    width: 90vw;
    height: 100vh;
  }
}
.opayo-wrapper .btn {
  margin: 26px auto 18px;
  padding: 0 22px;
}
.opayo-wrapper .btn.disabled {
  pointer-events: none;
  color: white;
  background-color: var(--medgrey);
}
.opayo-wrapper .back {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .opayo-wrapper .back {
    max-width: 540px;
    margin: auto;
  }
}
.opayo-wrapper .back:hover {
  text-decoration: underline;
}
.opayo-wrapper .back svg {
  transform: rotate(90deg);
}

.charges-table {
  width: fit-content;
  max-width: 1115px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .charges-table {
    padding: 0px 48px;
  }
}
.charges-table table {
  margin: 42px auto 18px;
  border-spacing: 0;
  border-radius: 8px;
}
.charges-table table td {
  padding: 8px;
}
@media only screen and (min-width: 1024px) {
  .charges-table table td {
    padding: 12px 24px;
  }
  .charges-table table td:nth-of-type(1) {
    width: 250px;
  }
  .charges-table table td:nth-of-type(2) {
    width: 150px;
  }
  .charges-table table td:nth-of-type(3) {
    width: 250px;
  }
  .charges-table table td:nth-of-type(4) {
    width: 250px;
  }
}
.charges-table table thead {
  background-color: var(--darkblue);
  color: white;
  font-weight: bold;
  border: 3px solid var(--darkblue);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.charges-table table thead td:nth-of-type(1) {
  border-top-left-radius: 8px;
}
.charges-table table thead td:nth-of-type(4) {
  border-top-right-radius: 8px;
}
.charges-table table tbody {
  border: 3px solid var(--medgrey);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.charges-table table tbody td {
  background-color: white;
}
.charges-table table tbody tr:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.charges-table table tbody tr:last-of-type td:nth-of-type(1) {
  border-bottom-left-radius: 8px;
}
.charges-table table tbody tr:last-of-type td:nth-of-type(4) {
  border-bottom-right-radius: 8px;
}
.charges-table table tbody tr td {
  border-left: 3px solid var(--medgrey);
  border-bottom: 3px solid var(--medgrey);
}
.charges-table table tbody tr td:nth-of-type(4) {
  border-right: 3px solid var(--medgrey);
}
@media only screen and (max-width: 1024px) {
  .charges-table table tbody tr td {
    border-left: 1px solid var(--medgrey);
    border-bottom: 1px solid var(--medgrey);
  }
  .charges-table table tbody tr td:nth-of-type(4) {
    border-right: 1px solid var(--medgrey);
  }
}
.charges-table .totals p {
  display: inline-block;
}
.charges-table .btn {
  margin-top: 20px;
}

.fixed-calendar-cont {
  border-left: 1px solid var(--darkblue);
  border-right: 1px solid var(--darkblue);
  background-color: white;
  max-width: 375px;
}
.fixed-calendar-cont .calendar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 8px 32px;
}
.fixed-calendar-cont .calendar-top span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.fixed-calendar-cont .calendar-top span::before, .fixed-calendar-cont .calendar-top span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.fixed-calendar-cont .calendar-top span::before {
  transform: rotate(45deg);
}
.fixed-calendar-cont .calendar-top span::after {
  transform: rotate(-45deg);
}
.fixed-calendar-cont .calendar-bottom {
  background-color: var(--lightgrey);
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-calendar-cont .pika-single {
  width: 100%;
  border: 0px;
  font-family: "lato", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .fixed-calendar-cont .pika-single {
    max-width: 375px;
  }
}
.fixed-calendar-cont .pika-single .pika-lendar {
  height: 431px;
  width: 100%;
  margin: 0;
}
.fixed-calendar-cont .pika-table {
  table-layout: fixed;
}
.fixed-calendar-cont .pika-table th,
.fixed-calendar-cont .pika-table td {
  border: 1px solid var(--medgrey);
}
.fixed-calendar-cont .pika-table abbr {
  cursor: default;
  text-decoration: none;
}
.fixed-calendar-cont .pika-table td.is-empty {
  background: var(--lightgrey);
}
.fixed-calendar-cont tr td:first-of-type, .fixed-calendar-cont tr th:first-of-type {
  border-left: 0px;
}
.fixed-calendar-cont tr td:last-of-type, .fixed-calendar-cont tr th:last-of-type {
  border-right: 0px;
}
.fixed-calendar-cont .pika-button {
  padding: 22px 15px;
  color: var(--darkblue);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: white;
}
@media only screen and (max-width: 1024px) {
  .fixed-calendar-cont .pika-button {
    padding: 33%;
  }
}
.fixed-calendar-cont .pika-button:hover {
  color: var(--darkgrey);
  background: var(--lightblue);
  box-shadow: none;
  border-radius: 0px;
}
.fixed-calendar-cont .is-selected .pika-button {
  color: var(--darkblue) !important;
  background: var(--turquoise) !important;
  border-radius: 0px;
  box-shadow: none;
}
.fixed-calendar-cont .is-disabled .pika-button {
  color: var(--darkblue);
  text-decoration: line-through;
  opacity: 0.7;
}
.fixed-calendar-cont .pika-label {
  color: var(--darkblue);
  font-weight: normal;
  font-size: 16px;
  overflow: visible;
}
.fixed-calendar-cont .pika-title {
  padding-top: 8px;
}

.recite-me-button {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  cursor: pointer;
  background-color: var(--darkblue);
  color: white;
  z-index: 999999;
}
.recite-me-button p {
  margin-bottom: 0;
}

.room-booking-confirmation {
  background-color: white;
  width: 545px;
  max-width: 93vw;
  margin: 0px auto 36px;
}

.room-booking-confirmation__text {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 0;
}

.room-booking-confirmation__details {
  background-color: white;
  border: 1px solid var(--darkblue);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .room-booking-confirmation__details {
    gap: 12px;
  }
}
.room-booking-confirmation__details h5 {
  color: var(--midblue);
}
@media only screen and (max-width: 1024px) {
  .room-booking-confirmation__details h5 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .room-booking-confirmation__details h5 span {
    padding-left: 48px;
  }
}
.room-booking-confirmation__details svg.location-icon {
  width: 15px;
}
.room-booking-confirmation__details .icon-details {
  display: flex;
  align-items: center;
  gap: 8px;
}
.room-booking-confirmation__details trix-toolbar {
  display: none;
}
.room-booking-confirmation__details__image img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.room-booking-confirmation__details__datetime, .room-booking-confirmation__details__capacity, .room-booking-confirmation__details__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.room-booking-confirmation__details__datetime p.bold, .room-booking-confirmation__details__capacity p.bold, .room-booking-confirmation__details__amenities p.bold {
  width: 100%;
  text-decoration: underline;
}
.room-booking-confirmation__details__datetime .icon-details, .room-booking-confirmation__details__capacity .icon-details, .room-booking-confirmation__details__amenities .icon-details {
  padding-left: 18px;
}
.room-booking-confirmation__details__amenities .amenities-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 18px;
}
.room-booking-confirmation__details__requests .bold {
  text-decoration: underline;
}
.room-booking-confirmation__details__requests .trix-content {
  padding-left: 18px;
}
.room-booking-confirmation__details__subtotal {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.room-booking-confirmation__details__subtotal h4 {
  line-height: normal;
}

.signup {
  display: flex;
  justify-content: center;
  padding: 0 160px;
}
@media only screen and (max-width: 1024px) {
  .signup {
    padding: 16px;
  }
  .signup .form-side {
    display: none;
  }
  .signup .container {
    width: 100%;
  }
}

.signup-form-container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  max-width: 640px;
}
@media only screen and (max-width: 1024px) {
  .signup-form-container {
    padding: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .signup-form {
    max-width: 90vw;
    margin: auto;
    background-color: var(--lightgrey);
  }
  .signup-form input.boolean {
    flex: none;
  }
  .signup-form div.boolean label {
    margin-bottom: 8px;
  }
}
.signup-form .form-inputs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px;
}
.signup-form .form-inputs .input {
  grid-column: span 3;
}
.signup-form .form-inputs .input.date {
  grid-column: span 6;
}
.signup-form .form-inputs .input.user_prism_barcode {
  grid-column: span 6;
}
.signup-form .form-inputs .input.radio_buttons,
.signup-form .form-inputs .input.boolean {
  grid-column: span 6;
}
.signup-form span.error {
  bottom: -8px;
  left: 34px;
}
@media only screen and (max-width: 500px) {
  .signup-form .form-actions {
    margin-top: 48px;
  }
}

.signup-progress {
  width: 43%;
  max-width: 475px;
  padding: 40px 48px;
}
@media only screen and (max-width: 500px) {
  .signup-progress {
    display: none;
  }
}
.signup-progress__steps {
  margin-top: 32px;
}
.signup-progress__step-single {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 70px;
  position: relative;
}
.signup-progress__step-single:has(.current) .signup-progress__line {
  opacity: 0.25;
}
.signup-progress__step-single:has(.future) .signup-progress__line,
.signup-progress__step-single:has(.future) .signup-progress__roundal {
  opacity: 0.25;
}
.signup-progress__roundal {
  width: 44px;
  height: 44px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 2px solid var(--primary);
}
.signup-progress__roundal.checked {
  background: var(--primary);
}
.signup-progress__line {
  display: block;
  width: 77px;
  height: 2px;
  background-color: var(--darkblue);
  position: absolute;
  transform: rotate(90deg) translate(61px, 17px);
}

.signup-details > div {
  display: flex;
  margin-bottom: 20px;
}
.signup-details > div p:nth-of-type(1) {
  width: 125px;
}
.signup-details > div p:nth-of-type(2) {
  font-weight: 600;
}

.signup-nextsteps__step {
  margin: 16px 0px;
  padding-left: 16px;
  border-left: 2px solid var(--darkblue);
}
.signup-nextsteps__step p:nth-of-type(1) {
  font-weight: 600;
}

.signup-form .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.sitemap {
  padding: 80px;
}
@media only screen and (max-width: 1024px) {
  .sitemap {
    padding: 20px;
  }
}
.sitemap h1 {
  margin-bottom: 48px;
}

.sitemap__primary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.sitemap__primary > div {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
}
.sitemap__primary > div > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 130%;
  width: 100%;
  height: 50px;
  background-color: var(--darkblue);
  color: white;
  padding-left: 12px;
}
.sitemap__primary > div > div {
  width: 100%;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.sitemap__primary > div > div:has(div) {
  margin-bottom: 0px;
}
.sitemap__primary > div > div > a {
  font-size: 120%;
  width: 100%;
}
.sitemap__primary > div > div > a::before {
  content: "- ";
}
.sitemap__primary > div > div div {
  background-color: rgba(0, 0, 0, 0.1);
}
.sitemap__primary > div > div > div {
  padding: 8px;
  width: 23.5%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .sitemap__primary > div > div > div {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .sitemap__primary > div > div > div {
    width: 100%;
  }
}
.sitemap__primary > div > div > div > a {
  padding-left: 8px;
}
.sitemap__primary > div > div > div > div {
  padding: 4px 8px;
  margin: 8px 0;
}
.sitemap__primary > div > div > div > div > a {
  padding-left: 8px;
}
.sitemap__primary > div > div > div > div > div {
  padding: 4px 8px;
  margin: 8px 0;
}
.sitemap__primary > div > div > div > div > div > a {
  padding-left: 8px;
}

@media only screen and (min-width: 1024px) {
  .social-ent-panel .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.social-ent-panel > div {
  grid-column: span 1;
}
.social-ent-panel__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.social-ent-panel__content img {
  max-width: 160px;
}
@media only screen and (max-width: 1024px) {
  .social-ent-panel__content img {
    max-width: 260px;
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .social-ent-panel__content {
    flex-direction: column;
  }
}
.social-ent-panel__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .social-ent-panel__video {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .social-ent-panel__video {
    padding-top: 24px;
  }
  .social-ent-panel__video iframe {
    max-width: 100%;
  }
}

.space > .wrapper:first-of-type {
  background-color: white;
}
.space form.new_booking .wrapper:nth-of-type(odd) {
  background-color: var(--lightgrey);
}
@media only screen and (max-width: 1024px) {
  .space #booking_form form h2 {
    font-size: 18px;
  }
}

.space-info {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .space-info {
    flex-direction: column-reverse;
    padding-top: 70px;
  }
}

.space-info__details {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .space-info__details {
    max-width: 100%;
  }
  .space-info__details h2 {
    font-size: 31px;
    transform: translateY(-300px);
  }
}
.space-info__details > a:has(svg) {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .space-info__details > a:has(svg) {
    position: relative;
    top: -310px;
  }
}
.space-info__details__address {
  display: flex;
  justify-content: space-between;
}
.space-info__details__address > div:nth-of-type(1) {
  display: flex;
  width: 70%;
  gap: 8px;
}
.space-info__details__address > div:nth-of-type(1) svg {
  margin-top: 4px;
  stroke-width: 1.5px;
}
.space-info__details__address > div:nth-of-type(1) p:nth-of-type(1) {
  font-weight: bold;
}
.space-info__details__address > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.space-info__details__address > div:nth-of-type(2) span.bold {
  font-size: 20px;
}
.space-info__details__address > div:nth-of-type(2) p {
  font-size: 14px;
}
.space-info__details__capacity {
  display: flex;
  gap: 6px;
}
.space-info__details__capacity svg {
  margin-top: 4px;
  stroke-width: 1.5px;
  width: 15px;
}
.space-info__details__amenities > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.space-info__details__amenities > div p {
  font-weight: bold;
}
.space-info__details__amenities ul {
  display: flex;
  flex-flow: wrap column;
  width: 95%;
  max-height: 230px;
  padding-inline-start: 18px;
}
@media only screen and (max-width: 500px) {
  .space-info__details__amenities ul {
    width: 100%;
    max-height: none;
  }
}
.space-info__details__amenities ul li {
  margin-bottom: 4px;
}

.space-info__images {
  width: 640px;
  height: 380px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .space-info__images {
    max-width: 100%;
    height: 210px;
    transform: translateY(75px);
  }
}
.space-info__images img {
  border-radius: 8px;
  overflow: hidden;
}
.space-info__images__pagination {
  bottom: 3% !important;
  transform: translateY(-10px) !important;
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: center;
}
.space-info__images__pagination .swiper-pagination-bullet {
  background-color: white !important;
  border: none !important;
}
.space-info__images__pagination .swiper-pagination-bullet-active {
  background-color: var(--midblue) !important;
}

.space-booking .space-body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.space-booking .space-body.open {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .space-booking .space-body {
    display: none;
  }
}
.space-booking__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  cursor: pointer;
}
.space-booking__title svg {
  transform: rotate(180deg);
}
.space-booking__form-container {
  margin-left: 38px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .space-booking__form-container {
    margin-left: 0px;
  }
}
.space-booking__form-container > .btn {
  width: 168px;
}
@media only screen and (max-width: 1024px) {
  .space-booking__form-container > .btn {
    margin: auto;
    transform: translateY(110px);
  }
}
.space-booking .btn {
  width: 168px;
}

.spaces-booking__form {
  width: 296px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: var(--darkblue);
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .spaces-booking__form {
    width: 100%;
  }
}
.spaces-booking__form > div {
  background-color: white;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
}
.spaces-booking__form > div div.input {
  gap: 0px;
}
.spaces-booking__form > div input,
.spaces-booking__form > div select {
  border: 0px !important;
  background-color: transparent;
  padding: 0;
  height: 24px;
  min-width: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  cursor: pointer;
}
.spaces-booking__form > div input:focus,
.spaces-booking__form > div select:focus {
  outline: none;
}
.spaces-booking__form__date {
  grid-column: span 2;
}
.spaces-booking__form__duration, .spaces-booking__form__time {
  grid-column: span 1;
}
.spaces-booking__form__duration {
  position: relative;
}
.spaces-booking__form__duration > svg {
  min-width: 16px;
}
.spaces-booking__form__duration .dummy-input {
  position: absolute;
  left: 40px;
  top: 34px;
  width: 100px;
  font-weight: bold;
  z-index: 2;
  cursor: pointer;
}
.spaces-booking__form__duration div.input {
  cursor: pointer;
}
.spaces-booking__form__duration div.input input {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.spaces-booking__form__duration .duration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid var(--darkblue);
}
.spaces-booking__form__duration .duration > label {
  display: none;
}
.spaces-booking__form__duration .duration > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
}
.spaces-booking__form__duration .duration > div:nth-of-type(1) span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.spaces-booking__form__duration .duration > div:nth-of-type(1) span::before, .spaces-booking__form__duration .duration > div:nth-of-type(1) span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.spaces-booking__form__duration .duration > div:nth-of-type(1) span::before {
  transform: rotate(45deg);
}
.spaces-booking__form__duration .duration > div:nth-of-type(1) span::after {
  transform: rotate(-45deg);
}
.spaces-booking__form__duration .duration > div:nth-of-type(2) {
  padding: 12px 24px;
}
.spaces-booking__form__duration .duration > div:nth-of-type(3) {
  background-color: var(--lightgrey);
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spaces-booking__form__duration .duration__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
.spaces-booking__form__duration .duration .duration_btn {
  grid-column: span 1;
  display: flex;
  height: 42px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--lightblue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .spaces-booking__form__duration .duration .duration_btn {
    padding: 4px;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 4px;
  }
}
.spaces-booking__form__duration .duration .duration_btn.active {
  background: var(--primary);
}
.spaces-booking__form__duration .duration .duration_btn.unav {
  color: var(--medgrey);
  text-decoration: line-through !important;
  font-weight: normal;
  cursor: not-allowed;
}
.spaces-booking__form__duration .duration .duration_btn.all-day {
  width: 100%;
  grid-column: span 5;
}
.spaces-booking__form__start-time > div > div {
  display: flex;
}
.spaces-booking__form__start-time .start-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid var(--darkblue);
}
.spaces-booking__form__start-time .start-time > label {
  display: none;
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(1) span {
  display: block;
  position: relative;
  width: 18px;
  height: 12px;
  cursor: pointer;
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(1) span::before, .spaces-booking__form__start-time .start-time > div:nth-of-type(1) span::after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: var(--darkblue);
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(1) span::before {
  transform: rotate(45deg);
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(1) span::after {
  transform: rotate(-45deg);
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(2) {
  padding: 12px 24px;
}
.spaces-booking__form__start-time .start-time > div:nth-of-type(3) {
  background-color: var(--lightgrey);
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spaces-booking__form__start-time .start-time__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  overflow-y: scroll;
  max-height: 600px;
}
.spaces-booking__form__start-time .start-time .start-time_btn {
  grid-column: span 1;
  display: flex;
  height: 42px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--lightblue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  cursor: pointer;
}
.spaces-booking__form__start-time .start-time .start-time_btn.active {
  background: var(--primary);
}
.spaces-booking__form__start-time .start-time .start-time_btn.unav {
  color: var(--medgrey);
  text-decoration: line-through !important;
  font-weight: normal;
  cursor: not-allowed;
}
.spaces-booking__form__start-time .start-time .start-time_btn.all-day {
  width: 100%;
  grid-column: span 5;
}
.spaces-booking__form__reminder {
  width: 296px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  background: var(--lightblue, #DEF9F7);
}
@media only screen and (max-width: 1024px) {
  .spaces-booking__form__reminder {
    width: 100%;
  }
}
.spaces-booking__form__reminder p {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.spaces-booking__calendar {
  height: 160px;
  flex: 1;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: white;
  margin-top: 41px;
  flex-direction: column;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.spaces-booking__calendar::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .spaces-booking__calendar {
    flex: auto;
    max-width: 100%;
    height: 80px;
    margin-top: 0px;
    transform: translateY(-65px);
  }
}
.spaces-booking__calendar__times {
  display: flex;
  flex-direction: row;
  height: 25px;
}
.spaces-booking__calendar__times span.times {
  display: flex;
  align-items: center;
  width: 60px;
  min-width: 60px;
  text-align: left;
  padding: 4px 4px 4px 6px;
  border-right: 1px solid var(--medgrey2);
  border-bottom: 1px solid var(--medgrey2);
  font-size: 14px;
}
.spaces-booking__calendar__slots {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.spaces-booking__calendar__slots span {
  display: block;
}
.spaces-booking__calendar__slots span.block {
  min-width: 15px;
  width: 15px;
  border-top: 0px;
  border-bottom: 0px;
  display: block !important;
}
.spaces-booking__calendar__slots span.block:nth-of-type(4n) {
  border-color: var(--medgrey);
  border-left: 0px;
}
.spaces-booking__calendar__slots span.block.available {
  border: 1px solid var(--lightgrey);
}
.spaces-booking__calendar__slots span.block.closed {
  background-color: var(--medgrey2);
  border-color: var(--medgrey2);
}
.spaces-booking__calendar__slots span.block.booked {
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}
.spaces-booking__calendar__slots span.block.requested {
  background-color: var(--green);
  border-color: var(--green);
}

.space-floorplan > .space-body > div:has(.space-floorplan__attendees) {
  margin-left: 38px;
}
@media only screen and (max-width: 1024px) {
  .space-floorplan > .space-body > div:has(.space-floorplan__attendees) {
    margin-left: 0px;
  }
}
.space-floorplan .space-body {
  display: none;
}
.space-floorplan .space-body.open {
  display: block;
}
.space-floorplan .space-body > div:has(h2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.space-floorplan__attendees > div:first-of-type {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: bold;
  text-decoration: underline;
  margin: 16px 0 4px;
}
.space-floorplan__attendees > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .space-floorplan__attendees > div:nth-of-type(2) {
    margin: auto;
  }
}
.space-floorplan__attendees > div:nth-of-type(2) div.input {
  width: fit-content;
  margin: 0px;
}
.space-floorplan__attendees > div:nth-of-type(2) div.input input {
  min-width: 0;
  width: 70px;
  text-align: center;
  -moz-appearance: textfield;
}
.space-floorplan__attendees > div:nth-of-type(2) div.input input::-webkit-outer-spin-button, .space-floorplan__attendees > div:nth-of-type(2) div.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.space-floorplan__attendees > div:nth-of-type(2) .attendees__btn {
  display: block;
  background-color: var(--turquoise);
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  cursor: pointer;
}
.space-floorplan__attendees > div:nth-of-type(2) .attendees__incr::before, .space-floorplan__attendees > div:nth-of-type(2) .attendees__incr::after {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: var(--darkblue);
  left: 11px;
  top: 3px;
}
.space-floorplan__attendees > div:nth-of-type(2) .attendees__incr::before {
  transform: rotate(90deg);
}
.space-floorplan__attendees > div:nth-of-type(2) .attendees__decr::before {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: var(--darkblue);
  left: 11px;
  top: 3px;
  transform: rotate(90deg);
}

.space-floorplan__layouts {
  padding-bottom: 32px;
}
.space-floorplan__layouts > p {
  padding-bottom: 16px;
}
.space-floorplan__layouts > p:first-of-type {
  text-decoration: underline;
  font-weight: bold;
  padding: 0px;
}
.space-floorplan__layouts .floorplan-radios {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.space-floorplan__layouts .floorplan-radios label {
  position: relative;
  width: 180px;
}
.space-floorplan__layouts .floorplan-radios label:hover input ~ .radio {
  background-color: var(--lightblue);
}
.space-floorplan__layouts .floorplan-radios label > div {
  margin-bottom: 12px;
  border: 2px solid var(--medgrey2);
  border-radius: 8px;
  cursor: pointer;
  width: 175px;
  height: 125px;
}
.space-floorplan__layouts .floorplan-radios label > div img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.space-floorplan__layouts .floorplan-radios label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.space-floorplan__layouts .floorplan-radios label input:checked ~ .radio {
  background-color: var(--primary);
}
.space-floorplan__layouts .floorplan-radios label input:checked ~ .radio:after {
  display: block;
}
.space-floorplan__layouts .floorplan-radios label input:checked ~ div {
  border-color: var(--primary);
}
.space-floorplan__layouts .floorplan-radios label .radio {
  position: absolute;
  top: 95px;
  right: 10px;
  height: 24px;
  width: 24px;
  background-color: none;
  border-radius: 50%;
}
.space-floorplan__layouts .floorplan-radios label .radio:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.space-amenities .space-mobile-header {
  flex-direction: column;
}
.space-amenities .space-mobile-header > div {
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .space-amenities .space-mobile-header > div:nth-of-type(2), .space-amenities .space-mobile-header > div:nth-of-type(3) {
    width: 450px;
  }
}
.space-amenities .space-mobile-header > div:nth-of-type(2) p:nth-of-type(2), .space-amenities .space-mobile-header > div:nth-of-type(3) p:nth-of-type(2) {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .space-amenities .space-mobile-header > div:nth-of-type(n+2) {
    margin-left: 38px;
  }
}
.space-amenities .space-mobile-header > div.special-requests {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.space-amenities .space-body {
  display: block;
}
.space-amenities .space-body.open {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .space-amenities .space-body {
    display: none;
  }
}
.space-amenities > h2 {
  margin-bottom: 24px;
}
.space-amenities > div:first-of-type .btn {
  margin-top: 24px;
  width: 168px;
}
@media only screen and (max-width: 1024px) {
  .space-amenities > div:first-of-type .btn {
    margin: 24px auto auto;
  }
}

.space-amenities__details {
  padding-bottom: 24px;
}
.space-amenities__details > div:first-of-type p:first-of-type {
  text-decoration: underline;
}

.space-amenities__row {
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 770px;
}
.space-amenities__row .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
  width: fit-content;
}
.space-amenities__row .quantity div.input {
  width: fit-content;
  margin: 0px;
}
.space-amenities__row .quantity div.input input {
  width: 70px;
  min-width: 0;
  text-align: center;
}
.space-amenities__row .quantity div.input input::-webkit-outer-spin-button, .space-amenities__row .quantity div.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.space-amenities__row .quantity div.input input[type=number] {
  -moz-appearance: textfield;
}
.space-amenities__row .quantity .attendees__btn {
  display: block;
  background-color: var(--turquoise);
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  cursor: pointer;
}
.space-amenities__row .quantity .attendees__incr::before, .space-amenities__row .quantity .attendees__incr::after {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: var(--darkblue);
  left: 11px;
  top: 3px;
}
.space-amenities__row .quantity .attendees__incr::before {
  transform: rotate(90deg);
}
.space-amenities__row .quantity .attendees__decr::before {
  position: absolute;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: var(--darkblue);
  left: 11px;
  top: 3px;
  transform: rotate(90deg);
}
.space-amenities__row .price {
  margin-left: auto;
}

.space-body > div:has(.space-amenities__textbox) {
  margin-left: 38px;
}
@media only screen and (max-width: 1024px) {
  .space-body > div:has(.space-amenities__textbox) {
    margin-left: 0px;
  }
}

.space-amenities__textbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
}
.space-amenities__textbox p {
  max-width: 550px;
}
.space-amenities__textbox p:first-of-type {
  text-decoration: underline;
  font-weight: bold;
}
.space-amenities__textbox div.input {
  max-width: 770px;
}
.space-amenities__textbox div.input label,
.space-amenities__textbox div.input trix-toolbar {
  display: none;
}
.space-amenities__textbox div.input trix-editor {
  background-color: white;
  border: 1px solid var(--darkblue);
}
@media only screen and (max-width: 1024px) {
  .space-amenities__textbox ~ .btn {
    margin-top: 10px;
  }
}

.space-totals {
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .space-totals {
    height: auto;
  }
}
.space-totals > div {
  width: 375px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .space-totals > div {
    width: 100%;
  }
}
.space-totals .btn {
  width: 375px;
}

.space-booking.closed.space-mobile-header {
  display: none;
}

.space-body .space-booking__title,
.space-body .space-booking__form-container,
.space-body .spaces-booking__calendar,
.space-body div:has(.space-amenities__textbox) {
  display: none;
}
.space-body.open .space-booking__title,
.space-body.open .space-booking__form-container {
  display: flex;
}
.space-body.open .spaces-booking__calendar {
  display: block;
}
.space-body.open div:has(.space-amenities__textbox) {
  display: block;
}
.space-body > div:first-of-type svg {
  transform: rotate(180deg);
}

.space-mobile-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.space-mobile-header.closed {
  display: none;
}
.space-mobile-header > div {
  display: flex;
  align-items: center;
}
.space-mobile-header > div:nth-of-type(1) {
  width: 100%;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .space-mobile-header > div:nth-of-type(2) {
    margin-left: 38px;
  }
}
.space-mobile-header > div:nth-of-type(2), .space-mobile-header > div:nth-of-type(3) {
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .space-mobile-header > div:nth-of-type(2), .space-mobile-header > div:nth-of-type(3) {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .space-mobile-header > div:nth-of-type(2), .space-mobile-header > div:nth-of-type(3) {
    width: fit-content;
  }
}
.space-mobile-header > div:has(h2) {
  border-bottom: 1px solid var(--darkblue);
  padding-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .space-mobile-header > div:has(h2) {
    padding-bottom: 8px;
  }
}

.space-body {
  max-width: 100%;
  width: 100%;
}
.space-body .closed {
  display: none;
}

.spaces-search-bar__filters-reset {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  width: fit-content;
}
.spaces-search-bar__filters-reset p {
  font-weight: normal;
  text-decoration: underline;
}

.spaces-search-bar__sort {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .spaces-search-bar__sort {
    align-items: flex-end;
  }
}
.spaces-search-bar__sort > p {
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .spaces-search-bar__sort > p {
    max-width: 55%;
  }
}

.spaces-search-bar__sort-links {
  position: relative;
}
.spaces-search-bar__sort-links__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.spaces-search-bar__sort-links__top svg:nth-of-type(2) {
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .spaces-search-bar__sort-links__top svg:nth-of-type(2) {
    margin-left: 0;
  }
}
.spaces-search-bar__sort-links__top:has(+ .open) svg:nth-of-type(2) {
  transform: rotate(180deg);
}
.spaces-search-bar__sort-links__links {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
  padding: 12px;
  min-width: 130px;
  top: 40px;
  background-color: white;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.spaces-search-bar__sort-links__links.open {
  display: flex;
}
.spaces-search-bar__sort-links__links a {
  font-weight: normal;
}

.spaces-search-results {
  padding: 24px 0 48px;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.spaces-search-results.open {
  display: flex;
}
.spaces-search-results:first-of-type {
  display: flex;
}
.spaces-search-results > a.btn {
  width: 375px;
  max-width: 90%;
  margin-top: 28px;
}

.spaces-search-card {
  border-radius: 10px;
  width: 352px;
  overflow: hidden;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 1024px) {
  .spaces-search-card {
    width: 100%;
    max-width: 90vw;
  }
}
.spaces-search-card__img {
  position: relative;
  width: 100%;
  max-width: 325px;
  height: 195px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .spaces-search-card__img {
    max-width: 100%;
    height: 100%;
    max-height: 400px;
  }
}
.spaces-search-card__img img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .spaces-search-card__img img {
    height: 100%;
    max-height: 400px;
  }
}
.spaces-search-card__img h4 {
  position: absolute;
  background-color: var(--darkblue);
  color: white;
  bottom: 0;
  padding: 8px 16px;
}
.spaces-search-card__details {
  padding: 16px 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.spaces-search-card__details h4 {
  cursor: pointer;
}
.spaces-search-card__details__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 8px;
}
.spaces-search-card__details__top .spaces-search-card__capacity {
  background-color: var(--lightgrey);
  margin-top: 2px;
  padding: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}
.spaces-search-card__details__extras {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.spaces-search-card__details__extras span {
  display: flex;
  align-items: center;
  gap: 2px;
}
.spaces-search-card__details__extras span.unavailable {
  display: none;
}
.spaces-search-card__details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.spaces-search-card__details__bottom span.bold {
  font-size: 25px;
}
.spaces-search-card__details__bottom .btn {
  min-width: 102px;
  height: 38px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
}
.spaces-search-card__availability {
  max-width: 100%;
  overflow-x: auto;
  margin-top: auto;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.spaces-search-card__availability::-webkit-scrollbar {
  display: none;
}
.spaces-search-card__availability div:has(svg) {
  background-color: white;
  position: sticky;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 17px;
  transform: translateY(42px);
  display: flex;
  align-items: flex-end;
}
.spaces-search-card__availability__times {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding-left: 20px;
}
.spaces-search-card__availability__times span.times {
  display: block;
  width: 70px;
  min-width: 70px;
  text-align: left;
  padding-left: 2px;
}
.spaces-search-card__availability__blocks {
  display: flex;
  flex-direction: row;
  gap: 2px;
  padding-left: 20px;
}
.spaces-search-card__availability__blocks span {
  display: block;
}
.spaces-search-card__availability__blocks span:nth-of-type(4n) {
  margin-right: 2px;
}
.spaces-search-card__availability__blocks span.block {
  min-width: 16px;
  width: 16px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--darkblue);
}
.spaces-search-card__availability__blocks span.block.closed {
  border-color: var(--medgrey);
  background-color: var(--medgrey);
}
.spaces-search-card__availability__blocks span.block.booked {
  background-color: var(--darkblue);
}
.spaces-search-card__availability__blocks span.block.requested {
  border-color: var(--green);
  background-color: var(--green);
}

.spotlight {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.spotlight h2 {
  color: var(--darkblue);
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .spotlight h2 {
    max-width: 90vw;
  }
}
.spotlight__content {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .spotlight__content {
    flex-direction: column;
  }
}
.spotlight__text {
  width: 22%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .spotlight__text {
    width: 100%;
    max-width: 90vw;
  }
  .spotlight__text svg {
    display: none;
  }
}
.spotlight__slider {
  width: 78%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .spotlight__slider {
    width: 100%;
    max-width: 95vw;
    height: 100%;
    position: relative;
    padding-bottom: 32px;
  }
}
.spotlight__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 260px);
  grid-auto-columns: 260px;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .spotlight__slider .swiper-pagination {
    bottom: 8px !important;
  }
}
.spotlight__slider .swiper-pagination .swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
  border: 1px solid var(--darkblue) !important;
}
.spotlight__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--darkblue) !important;
}
.spotlight__card {
  width: 260px;
  height: 100%;
  background-color: white;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.spotlight__card img {
  width: 100%;
  display: block;
}
.spotlight__card > div {
  padding: 16px;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.spotlight__card > div .trix-content {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .spotlight__card > div {
    justify-content: flex-start;
  }
  .spotlight__card > div .btn {
    margin-top: auto;
  }
}
.spotlight__card > div .btn {
  margin-left: auto;
}

.staff-picks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .staff-picks {
    display: flex;
    flex-direction: column;
  }
}
.staff-picks h2 {
  grid-column: span 4;
  text-align: center;
  margin-bottom: 32px;
}
.staff-picks-text {
  grid-column: span 1;
}
.staff-picks-text h4 {
  margin-bottom: 8px;
}
.staff-picks-grid {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .staff-picks-grid {
    display: flex;
    flex-direction: row;
    gap: 32px;
    overflow-y: scroll;
  }
}
.staff-picks .book-card {
  padding: 0;
  grid-column: span 1;
}
@media only screen and (max-width: 1024px) {
  .staff-picks .book-card {
    flex-grow: 0;
    flex-shrink: 0;
    width: 40vw;
    justify-content: flex-start;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .staff-picks .book-card__image {
    width: 260px;
  }
}
.staff-picks .book-card img {
  height: 395px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .staff-picks .book-card img {
    margin-bottom: 0px;
  }
}

.video-grid h2 {
  background-color: var(--grey700);
  color: white;
  width: 100%;
  padding: 10px;
}
.video-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .video-grid__grid {
    display: flex;
    flex-direction: column;
  }
}
.video-grid__grid--primary {
  grid-column: 1/span 3;
}
.video-grid__grid--primary img {
  width: 100%;
  height: 100%;
}
.video-grid__grid--side {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .video-grid__grid--side {
    flex-direction: row;
    justify-content: space-between;
  }
}
.video-grid__grid--side img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .video-grid__grid--side img {
    width: 33%;
  }
}
.video-grid__socials {
  background-color: var(--grey500);
  padding: 16px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .video-grid__socials {
    flex-direction: column;
    gap: 24px;
  }
}
.video-grid__socials p {
  color: white;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .video-grid__socials p {
    width: 100%;
    text-align: center;
    text-wrap: balance;
  }
}
.video-grid__socials div {
  width: 50%;
  padding-left: 140px;
}
@media only screen and (max-width: 1024px) {
  .video-grid__socials div {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}
.video-grid__socials div svg:nth-of-type(2) {
  margin: 0 56px;
}

.testimonials .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
}
.testimonials h2 {
  margin-bottom: 0px;
}
.testimonials-row {
  display: flex;
  border-radius: 4px;
  border: 1px solid var(--darkblue);
  overflow: hidden;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1024px) {
  .testimonials-row {
    width: 925px;
    min-height: 265px;
  }
  .testimonials-row:nth-of-type(even) {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials-row {
    flex-direction: column-reverse;
  }
}
.testimonials-row__content {
  padding: 40px 32px;
  width: 570px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .testimonials-row__content {
    width: auto;
    padding: 24px;
  }
  .testimonials-row__content > div:first-of-type {
    display: none;
  }
}
.testimonials-row__text {
  flex: 1;
}
.testimonials-row__text > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonials-row__text > div:nth-of-type(2) {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .testimonials-row__text > div:nth-of-type(2) {
    margin-top: 32px;
  }
}
.testimonials-row__img {
  width: 355px;
}
@media only screen and (max-width: 1024px) {
  .testimonials-row__img {
    height: 208px;
    width: 100%;
  }
}
.testimonials-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials__slider {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .testimonials__slider .swiper-wrapper {
    max-width: 75vw;
    margin: auto;
  }
}
.testimonials__slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.testimonials__pagination {
  text-align: center;
  top: 16px !important;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .testimonials__pagination {
    top: 4px !important;
  }
}
.testimonials .testimonial-button-next,
.testimonials .testimonial-button-prev {
  top: var(--swiper-navigation-top-offset, 55%) !important;
  color: var(--darkblue) !important;
}
@media only screen and (max-width: 1024px) {
  .testimonials .testimonial-button-next,
  .testimonials .testimonial-button-prev {
    display: none;
  }
}

.text-icon-blue-bg .container {
  padding: 24px;
  background-color: var(--lightblue);
  border: 1px solid var(--primary);
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .text-icon-blue-bg .container {
    padding: 24px 16px;
  }
}
.text-icon-blue-bg__cards {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .text-icon-blue-bg__cards {
    flex-direction: column;
  }
}

.text-icon-white-bg .container {
  padding: 24px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .text-icon-white-bg .container {
    padding: 24px 16px;
  }
}
.text-icon-white-bg .container > .trix-content {
  text-align: center;
  padding-top: 24px;
}
.text-icon-white-bg .wrapper-text .btn {
  font-size: 16px !important;
  margin-top: 0px;
}
.text-icon-white-bg__cards {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .text-icon-white-bg__cards {
    flex-direction: column;
  }
}

.text-only h3 {
  font-size: 39px;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .text-only h3 {
    font-size: 36px;
    line-height: 47px;
  }
}
.text-only__title {
  margin-bottom: 24px;
}

.text-only-cta {
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .text-only-cta {
    padding: 24px 20px;
  }
}
.text-only-cta h3 {
  font-size: 39px;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .text-only-cta h3 {
    font-size: 36px;
    line-height: 47px;
  }
}
.text-only-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.text-only-cta p {
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .text-only-cta .btn {
    width: 100%;
  }
}

.third-width-feature-cards .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.third-width-feature-cards .container .wrapper-text {
  padding-top: 0px;
  text-align: center;
  text-wrap: balance;
}
@media only screen and (min-width: 1024px) {
  .third-width-feature-cards .discover-services__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  }
  .third-width-feature-cards .discover-services__swiper-wrapper:has(.third-width-icon__card) {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: unset;
  }
}
.third-width-feature-cards .discover-services__card {
  background-color: white;
  padding: 0px;
}
@media only screen and (min-width: 1024px) {
  .third-width-feature-cards .discover-services__card {
    width: 325px;
    grid-column: auto;
    place-self: center;
  }
}
.third-width-feature-cards .discover-services__card img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.third-width-feature-cards .discover-services__card:has(img) .discover-services__card--content {
  padding: 24px;
}
.third-width-feature-cards .discover-services__card--content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 12px 24px 12px;
}
.third-width-feature-cards .discover-services__card--content .trix-content {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .third-width-feature-cards .discover-services__card--content .trix-content {
    text-align: center;
  }
}
.third-width-feature-cards .discover-services__card .btn {
  margin-left: auto;
}

.third-width-icon-only .btn-lrg {
  font-size: 16px !important;
  min-width: fit-content !important;
}
@media only screen and (min-width: 1024px) {
  .third-width-icon-only .share-heading-card__heading {
    width: 450px;
  }
}
.third-width-icon-only .share-heading-card__text {
  gap: 16px;
}
.third-width-icon-only__cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .third-width-icon-only__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.third-width-icon-only__cards .discover-services__card {
  text-align: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .third-width-icon-only__cards .discover-services__card {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1024px) {
  .third-width-icon-only__cards .discover-services__card {
    width: 47.5%;
  }
  .third-width-icon-only__cards .discover-services__card h4 {
    font-size: 14px;
    line-height: normal;
  }
}
.third-width-icon-only__cards .discover-services__card:has(.testimonial-details-small) {
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .third-width-icon-only__cards .discover-services__card:has(.testimonial-details-small) {
    width: 100% !important;
  }
  .third-width-icon-only__cards .discover-services__card:has(.testimonial-details-small) h2 {
    max-width: 100% !important;
  }
}

.third-width-icon-heading .third-width-icon-only__cards {
  margin: 24px auto;
}

.third-width-img-left {
  padding: 80px 160px;
}
@media only screen and (max-width: 1024px) {
  .third-width-img-left {
    padding: 0px;
  }
}
.third-width-img-left .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .third-width-img-left .container {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 32px 0;
  }
}
.third-width-img-left__image {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .third-width-img-left__image img {
    width: 100%;
    display: block;
  }
}
.third-width-img-left__content {
  width: 65%;
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .third-width-img-left__content {
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .third-width-img-left__content h2 {
    text-align: center;
  }
}
.third-width-img-left__content p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .third-width-img-left__content .btn {
    margin: 16px auto 0;
    width: 100%;
  }
}

.third-width-info-cards .container h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 1024px) {
  .third-width-info-cards .container h2 {
    text-align: center;
  }
}
.third-width-info-cards .container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .third-width-info-cards .container > div {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .three-half-image-cards__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-gap: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .three-half-image-cards__cards {
    margin-top: 32px;
  }
}
.three-half-image-cards__card {
  border: 1px solid var(--darkblue);
  border-radius: 4px;
  overflow: hidden;
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 1024px) {
  .three-half-image-cards__card {
    margin-bottom: 30px;
  }
}
.three-half-image-cards__card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .three-half-image-cards__card:nth-of-type(1) img {
    height: 460px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .three-half-image-cards__card:nth-of-type(2), .three-half-image-cards__card:nth-of-type(3) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.three-half-image-cards__card > div {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .three-half-image-cards__card > div {
    height: 60px;
  }
}

.venue-info {
  padding: 64px 0px;
}
@media only screen and (max-width: 1024px) {
  .venue-info {
    padding: 40px 20px;
  }
}
.venue-info .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .venue-info .container {
    flex-direction: column;
  }
}
.venue-info .container h2 {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .venue-info .container h2:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .venue-info .container h2 {
    width: 100%;
  }
  .venue-info .container h2:nth-of-type(1) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .venue-info:has(.venue-info__content + .venue-info__content) .venue-info__map {
    flex: 100%;
  }
  .venue-info:has(.venue-info__content + .venue-info__content) .divider {
    display: block;
    background-color: #a4a4a4;
  }
}
.venue-info .divider {
  display: none;
}
.venue-info__content {
  flex: 1;
}
.venue-info__content turbo-frame {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .venue-info__content turbo-frame {
    padding: 16px;
    border-radius: 8px;
    border-color: var(--darkblue);
    border-style: solid;
    border-width: 1px;
    border-left-width: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .venue-info__content.closed .venue-info__day,
  .venue-info__content.closed .venue-info__content--contact {
    display: none;
  }
  .venue-info__content.closed .venue-info__mobile-today {
    display: flex;
  }
  .venue-info__content.closed .venue-info__content--times.exceptions {
    display: none;
  }
}
.venue-info__content button {
  background-color: transparent;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: var(--body-text);
  text-decoration: underline;
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .venue-info__content button {
    display: none;
  }
}
.venue-info__content--times .venue-info__titles {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .venue-info__content--times {
    flex: none;
    min-width: 70%;
    width: 100%;
  }
}
.venue-info__content--times.exceptions .venue-info__titles {
  color: var(--red);
  margin-bottom: 16px;
}
.venue-info__content--times.exceptions hr {
  color: #A4A4A4;
}
@media only screen and (min-width: 1024px) {
  .venue-info__content--times.exceptions hr {
    display: none;
  }
}
.venue-info__content--times.exceptions hr:nth-of-type(1) {
  margin-bottom: 16px;
}
.venue-info__content--times.exceptions hr:nth-of-type(2) {
  margin-top: 16px;
}
.venue-info__content--address a {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .venue-info__content--address {
    flex: none;
  }
}
.venue-info__content--contact, .venue-info__content--address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
}
.venue-info__content--contact .venue-info__titles, .venue-info__content--address .venue-info__titles {
  margin-bottom: 8px;
}
.venue-info__mobile-today {
  display: none;
  gap: 16px;
  align-items: center;
}
.venue-info__mobile-today .open {
  color: #79B84F;
  font-weight: 600;
}
.venue-info__mobile-today .closed {
  color: #DB0F16;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .venue-info__mobile-today {
    display: none;
  }
}
.venue-info__contacts {
  display: flex;
  gap: 8px;
  align-items: center;
}
.venue-info__contacts a {
  font-weight: 400;
}
.venue-info__contacts:nth-of-type(3) svg {
  margin: 0 4px;
}
.venue-info__week-commence {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.venue-info__week-commence .btn {
  padding: 4px 8px;
  min-width: 0;
}
.venue-info__week-commence > div {
  text-align: center;
  font-weight: 600;
}
.venue-info__day {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 8px 24px;
}
@media only screen and (min-width: 1024px) {
  .venue-info__day {
    border: 1px solid var(--darkblue);
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .venue-info__day {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .venue-info__day:last-of-type {
    border-bottom: 1px solid var(--darkblue);
  }
}
.venue-info__day.today {
  color: var(--blue500);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .venue-info__day:not(.today) .bold {
    font-weight: 400;
  }
}
.venue-info__day__times {
  text-align: center;
}
.venue-info__day__times .normal-times {
  font-size: 13px;
  color: #A4A4A4;
}
@media only screen and (min-width: 1024px) {
  .venue-info__day__times {
    width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .venue-info__day__times {
    width: 200px;
  }
}
.venue-info__titles {
  display: flex;
  gap: 8px;
  align-items: center;
}
.venue-info__map {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.venue-info__map > .venue-info__titles {
  margin-bottom: 0;
}
.venue-info__map .mapbox-container {
  width: 100%;
  height: 295px;
  border: 1px solid var(--darkblue);
}
@media only screen and (max-width: 1024px) {
  .venue-info__map .mapbox-container {
    height: 235px;
  }
}

.wishlist .book-card {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .wishlist .book-card {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .wishlist .book-card__image {
    display: none;
  }
}
.wishlist .book-card__text {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .wishlist .book-card__text {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .wishlist .book-card__text > p {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .wishlist .book-card__text__header img {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .wishlist .book-card__text__header img {
    width: 80px;
    margin-bottom: 0px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .wishlist .book-card__text__header h4 {
    font-size: 16px;
    font-weight: normal;
  }
  .wishlist .book-card__text__header h4 a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .wishlist .book-card__text__header h4 p {
    display: none;
  }
}

.wishlist-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(24, 35, 39, 0.4);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .wishlist-modal {
    padding: 12px;
  }
}
.wishlist-modal.open {
  display: flex;
}
.wishlist-modal__content {
  background: white;
  width: 545px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25), -1px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1024px) {
  .wishlist-modal__content {
    width: 100%;
    height: fit-content;
  }
}
.wishlist-modal__content__top {
  background-color: var(--lightgrey);
  padding: 8px 16px;
  font-weight: bold;
}
.wishlist-modal__content__body {
  padding: 8px 0 0;
}
.wishlist-modal__content__body form .form-inputs {
  padding: 8px 16px;
}
.wishlist-modal__content__body form .form-actions {
  margin: 16px 0 0 0;
  width: 100%;
}
.wishlist-modal__content__body form .form-actions .btn {
  width: 100%;
  border-radius: 0px;
}

.wishlist-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wishlist-sidebar-card {
  background-color: var(--lightgrey);
  border-radius: 4px;
  padding: 8px 16px;
}
.wishlist-sidebar-card.active {
  background-color: var(--primary);
}
.wishlist-sidebar-card > a {
  text-decoration: none !important;
  font-weight: 400;
}
.wishlist-sidebar-card > a > p {
  font-size: 14px;
}
.wishlist-sidebar-card > a > div {
  display: flex;
  justify-content: space-between;
}
.wishlist-sidebar-card > a > div a:last-of-type {
  font-weight: 400;
}

.wishlist-text {
  grid-column: span 3;
}
@media only screen and (max-width: 1024px) {
  .wishlist-text {
    grid-column: span 2;
  }
}
.wishlist-text__descr {
  display: flex;
  gap: 32px;
  padding: 24px 0 42px;
}
.wishlist-text__descr svg {
  width: 43%;
}
.wishlist-text__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .wishlist-text__btns {
    flex-direction: column;
    gap: 16px;
  }
}

.new_works_list label {
  padding-top: 16px;
}
.new_works_list .form-actions {
  margin-top: 16px;
  margin-bottom: 0px;
  gap: 16px;
  justify-content: flex-end;
}

.list-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px;
  border: 1px solid var(--darkblue);
  border-radius: 999px;
}
.list-switch a {
  min-width: 160px;
  border-radius: 9999px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  background-color: transparent;
  color: var(--body-text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  padding: 24px;
}
.list-switch a:hover {
  background-color: var(--accent-blue) !important;
  color: white !important;
  text-decoration: none !important;
}
.list-switch a.active {
  background-color: var(--primary);
}

.work-content {
  display: flex;
  justify-content: space-between;
  gap: 89px;
}
@media only screen and (max-width: 1024px) {
  .work-content {
    flex-direction: column;
    gap: 24px;
  }
}
.work-content__img {
  width: 290px;
}
@media only screen and (max-width: 1024px) {
  .work-content__img {
    margin: auto;
  }
}
.work-content__img img {
  width: 100%;
  max-height: 440px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}
.work-content__details {
  flex: 1;
}
.work-content__details--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 48px;
}
.work-content__details--text-edition {
  display: flex;
  align-items: center;
  gap: 8px;
}
.work-content__details--check {
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .work-content__details--check {
    border-radius: 8px;
    overflow: hidden;
  }
}
.work-content__details--check > div:nth-of-type(1) {
  color: white;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .work-content__details--check > div:nth-of-type(1) {
    flex-direction: column;
    padding: 16px;
    gap: 24px;
    align-items: flex-start;
  }
}
.work-content__details--check > div:nth-of-type(2) {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .work-content__details--check > div:nth-of-type(2) {
    flex-wrap: wrap;
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-content__details--check > div:nth-of-type(2) svg {
    width: fit-content;
  }
}
.work-content__details--check > div:nth-of-type(2) p {
  flex: 1;
  padding-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .work-content__details--check > div:nth-of-type(2) p {
    flex-basis: fit-content;
    padding: 0;
  }
}
.work-content__details--check > div:nth-of-type(2) input[type=text] {
  min-width: 250px;
}
@media only screen and (max-width: 1024px) {
  .work-content__details--check > div:nth-of-type(2) input[type=text] {
    display: block;
    width: 100%;
  }
}
.work-content__details--formats > div:nth-of-type(1) {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .work-content__details--formats > div:nth-of-type(1) {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.work-content__details--formats > div:nth-of-type(1) span {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.work-content__details--formats > div:nth-of-type(1) span svg.spin {
  transform: rotate(180deg);
}
.work-content__details--formats > div:nth-of-type(2) {
  padding: 12px 0;
  max-height: 1000px;
  overflow: hidden;
}
.work-content__details--formats > div:nth-of-type(2).closed {
  max-height: 0px;
  padding: 0px;
}
.work-content__details--formats > div:nth-of-type(2) .work-format-single {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 2px solid var(--turquoise);
  padding-left: 8px;
}

.work-description {
  margin: 40px 0px;
}
.work-description__tabs .tab {
  padding: 16px;
  display: block;
  width: fit-content;
  border: 1px solid var(--darkblue);
  transform: translateY(1px);
}
.work-description__tabs .tab.active {
  background-color: var(--turquoise-light);
  border-bottom: 1px solid var(--turquoise-light);
}
.work-description__text {
  padding: 24px;
  background-color: var(--turquoise-light);
  border: 1px solid var(--darkblue);
}

.related-works > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .related-works > div:nth-of-type(1) {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

.component-reference__expand {
  height: 140px;
  overflow: hidden;
}
.component-reference__expand.open {
  height: auto;
  overflow: visible;
}
.component-reference__expand.open .component-reference__expand__title svg {
  transform: rotate(180deg);
}
.component-reference__expand__title {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 48px;
  cursor: pointer;
}
.component-reference hr {
  border-top: 1px solid lightcoral;
}
.component-reference .buttons-ref .btn {
  margin-bottom: 8px;
}
.component-reference .input-fields-ref h1 {
  margin-bottom: 18px;
}
.component-reference .input-fields-ref .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.component-reference .input-fields-ref .form-inputs > div {
  display: flex;
  gap: 8px;
}
.component-reference .input-fields-ref .form-inputs div.input {
  width: 270px;
  grid-column: span 1;
}
.component-reference .toggles-ref > div {
  margin-bottom: 18px;
  margin-left: 0;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}
.has-event .pika-button {
  color: #fff;
  background: #33aaff;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/*# sourceMappingURL=/library/assets/application-97f0839a.css.map */
