@charset 'UTF-8';.ais-Breadcrumb-list,
.ais-Carousel-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-FrequentlyBoughtTogether-list,
.ais-LookingSimilar-list,
.ais-RelatedProducts-list,
.ais-TrendingItems-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-Carousel-navigation,
.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ais-Carousel-navigation::-moz-focus-inner,
.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ais-Carousel-navigation[disabled],
.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  overflow-anchor: none;
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: flex;
  align-items: center;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-PoweredBy-text {
  margin-right: 0.3rem;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}
.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}
.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa;
}
.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  transform: translateX(-50%);
}

.ais-Carousel {
  position: relative;
}

.ais-Carousel-list {
  grid-auto-columns: 42%;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
}

@media (min-width: 999px) {
  .ais-Carousel-list {
    grid-auto-columns: 20%;
  }
}
.ais-Carousel-navigation {
  position: absolute;
  top: 35%;
  z-index: 1;
}

.ais-Carousel-navigation--previous {
  left: 0;
  transform: translateX(-25%);
}

.ais-Carousel-navigation--next {
  right: 0;
  transform: translateX(25%);
}

.ais-Carousel-item {
  scroll-snap-align: start;
}
/* Rome Sweet Home Theme 
 * by Highland
 * madebyhighland.com 
 * thanks for
 * checking me out
 * friend
 */
/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html, body, p, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, .page-header .page-header-title, h3, .post-header .post-header-title, h4, .modal-title, .menu-container .menu-container-main-list-item, .subheading, .creator-name, h5, .menu-container .menu-container-sub-menu-item, .endorsements-container .endorsement-text, h6, .signup form label {
  margin: 0;
  padding: 0;
}
h1, h2, .page-header .page-header-title, h3, .post-header .post-header-title, h4, .modal-title, .menu-container .menu-container-main-list-item, .subheading, .creator-name, h5, .menu-container .menu-container-sub-menu-item, .endorsements-container .endorsement-text, h6, .signup form label {
  font-size: 100%;
  font-weight: normal;
}
.menu ul, .mass-times ul {
  list-style: none;
}
button, input, select, textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img, video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
}
/* Setting breakpoints */
/* Colors */
@font-face {
  font-family: "f37-caslon-regular";
  src: url("/fonts/F37Caslon-Regular-Web/F37Caslon-Regular/F37Caslon-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "f37-caslon-regular";
  src: url("/fonts/F37Caslon-RegularItalic-Web/F37Caslon-RegularItalic/F37Caslon-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "f37-caslon-regular";
  src: url("/fonts/F37Caslon-SemiBold-Web/F37Caslon-SemiBold/F37Caslon-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "f37-caslon-regular";
  src: url("/fonts/F37Caslon-SemiBoldItalic-Web/F37Caslon-SemiBoldItalic/F37Caslon-SemiBoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-Regular.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-Italic.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-ExtraLight.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-ExtraLightItalic.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-Light.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-LightItalic.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-Medium.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-MediumItalic.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-Bold.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-BoldItalic.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-Black.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "RizomaM";
  src: url("/fonts/rizoma/RizomaM-BlackItalic.woff2") format("woff2"), url("/fonts/rizoma/RizomaM-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 40;
}
/* Base */
html {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  html {
    font-size: calc(16px * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 68rem) {
  html {
    font-size: 16px;
  }
}
/* Small devices*/
/* Medium devices*/
/* Large devices*/
body > * {
  container-type: inline-size;
}
/* Medium devices*/
/* Large devices*/
@media (max-width: 48rem) {
  .hide-for-small {
    display: none !important;
  }
}
@media (min-width: 48rem) {
  .small-only {
    display: none !important;
  }
}
@media (max-width: 68rem) {
  .hide-to-medium {
    display: none !important;
  }
}
.small {
  font-size: 0.8rem;
}
.nm {
  margin: 0 !important;
}
.np {
  padding: 0;
}
.np-b {
  padding-bottom: 0;
}
.contained {
  max-width: 75rem;
  width: 100%;
  margin: auto;
}
body {
  color: #09090a;
  font-family: franklin-gothic-atf, sans-serif;
  overflow-x: hidden;
}
/* Typography and Resets */
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
.page-header .page-header-title,
h3,
.post-header .post-header-title,
h4,
.modal-title,
.menu-container .menu-container-main-list-item,
.subheading,
.creator-name,
h5,
.menu-container .menu-container-sub-menu-item,
.endorsements-container .endorsement-text,
h6,
.signup form label,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: f37-caslon-regular, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1rem;
}
h1,
.h1 {
  color: #092c3e;
  font-size: clamp(4.209rem, 7.25vi - 1.06rem, 5.61rem);
  font-weight: 600;
  line-height: 1;
}
h2, .page-header .page-header-title,
.h2 {
  font-size: 1.602rem;
  letter-spacing: 2px;
  font-size: clamp(3.157rem, 5.1vi - 0.52rem, 4.209rem);
}
h3, .post-header .post-header-title,
.h3 {
  font-size: 1.266rem;
  font-size: clamp(2.369rem, 3.48vi - 0.12rem, 3.157rem);
}
h4, .modal-title, .menu-container .menu-container-main-list-item, .subheading, .creator-name,
.h4 {
  font-size: 1.125rem;
  font-size: clamp(1.777rem, 2.27vi + 0.18rem, 2.369rem);
}
h5, .menu-container .menu-container-sub-menu-item, .endorsements-container .endorsement-text,
.h5 {
  font-size: 1rem;
  font-size: clamp(1.333rem, 1.36vi + 0.41rem, 1.777rem);
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-family: RizomaM, serif;
}
h6, .signup form label,
.h6 {
  font-size: clamp(1rem, 0.36vi + 0.41rem, 1.333rem);
  text-transform: uppercase;
  font-weight: 300;
  font-family: RizomaM, serif;
  margin-top: 0;
}
h6 strong, .signup form label strong,
.h6 strong {
  font-weight: 300;
  color: #b88d49;
}
p:not(:first-child):not(:first-of-type) {
  margin-top: 0.5rem;
}
.text-center, .centerContents {
  text-align: center;
}
/* ordered lists */
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: upper-alpha;
}
ol ol ol {
  list-style-type: upper-roman;
}
ol ol ol ol {
  list-style-type: lower-alpha;
}
ol ol ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol ol ol {
  list-style-type: lower-greek;
}
.grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .grid {
    flex-direction: row;
  }
}
.grid > .col {
  flex: 1 0 auto;
  padding-bottom: 2rem;
}
a {
  color: #092c3e;
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-filter {
  filter: invert(13%) sepia(34%) saturate(1356%) hue-rotate(159deg) brightness(96%) contrast(96%);
}
.buy-now-page {
  height: 100vh;
  background-color: #092c3e;
  display: flex;
  flex-direction: column;
}
.newsletter-form {
  width: 100%;
  max-width: 27rem;
  margin: auto;
}
.newsletter-error {
  color: #cd3030;
  margin-top: 1rem;
}
.text-button-input {
  border: 1px solid currentColor;
  margin: auto;
  display: flex;
  align-items: center;
}
.text-button-input input {
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  color: inherit;
}
.text-button-input button:not(:disabled):not([class^=ais]) {
  margin-top: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}
.text-button-input button:not(:disabled):not([class^=ais]):hover {
  background-color: transparent;
  color: inherit;
}
.cart-count-badge {
  background-color: #b88d49;
  color: #ffffff;
  position: absolute;
  font-size: 9px;
  top: 0;
  left: 14px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cart-container,
.cart-container.container {
  padding: 3rem 1rem;
  display: block;
}
@media (min-width: 48rem) {
  .cart-container,
  .cart-container.container {
    padding: 3rem;
  }
}
.cart-container .cart-list,
.cart-container.container .cart-list {
  margin-bottom: 1rem;
}
.cart-container .cart-list .cart-list-header,
.cart-container.container .cart-list .cart-list-header {
  display: flex;
  gap: 1rem;
  font-size: 14px;
  border-bottom: 1px solid #51636e;
  padding-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.cart-container .cart-list .header-cost,
.cart-container.container .cart-list .header-cost {
  margin-left: auto;
  width: 4rem;
}
.cart-container .cart-list .quantity-section,
.cart-container.container .cart-list .quantity-section {
  width: 100%;
  max-width: 22rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 1rem;
}
.cart-container .cart-list .line,
.cart-container.container .cart-list .line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #51636e;
  gap: 1rem;
  font-size: 18px;
}
.cart-container .cart-list .line .quantity-section,
.cart-container.container .cart-list .line .quantity-section {
  max-width: 22.5rem;
}
.cart-container .cart-list .line-title,
.cart-container.container .cart-list .line-title {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  padding: 1rem 0;
}
.cart-container .cart-list .line-title:hover,
.cart-container.container .cart-list .line-title:hover {
  opacity: 0.6;
}
.cart-container .cart-list .line-quantity,
.cart-container.container .cart-list .line-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 5.4rem;
  justify-content: space-between;
}
.cart-container .cart-list .line-total,
.cart-container.container .cart-list .line-total {
  min-width: 4rem;
  margin-left: auto;
}
.cart-container .cart-list .add-quantity,
.cart-container .cart-list .remove-quantity,
.cart-container.container .cart-list .add-quantity,
.cart-container.container .cart-list .remove-quantity {
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.cart-container .cart-list .add-quantity:hover,
.cart-container .cart-list .remove-quantity:hover,
.cart-container.container .cart-list .add-quantity:hover,
.cart-container.container .cart-list .remove-quantity:hover {
  color: #b88d49;
}
.cart-container .cart-list .add-quantity.disabled,
.cart-container .cart-list .remove-quantity.disabled,
.cart-container.container .cart-list .add-quantity.disabled,
.cart-container.container .cart-list .remove-quantity.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.cart-container .cart-list .remove-item > span,
.cart-container.container .cart-list .remove-item > span {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.cart-container .cart-list .remove-item > span:hover,
.cart-container.container .cart-list .remove-item > span:hover {
  color: #cd3030;
}
.cart-container .cart-list .remove-item > span.disabled,
.cart-container.container .cart-list .remove-item > span.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.cart-container .bottom-section,
.cart-container.container .bottom-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cart-container .subtotal-section,
.cart-container.container .subtotal-section {
  margin-left: auto;
  flex-grow: 1;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 40rem) {
  .cart-container .subtotal-section,
  .cart-container.container .subtotal-section {
    max-width: 22rem;
  }
}
.cart-container .subtotal-section .button, .cart-container .subtotal-section .ais-ClearRefinements-button, .cart-container .subtotal-section button:not([class^=ais]), .cart-container .subtotal-section .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .cart-container .subtotal-section .superfeature-link,
.cart-container.container .subtotal-section .button {
  background-color: #b88d49;
  border-color: #b88d49;
  justify-content: center;
}
.cart-container .subtotal-section .button:hover, .cart-container .subtotal-section .ais-ClearRefinements-button:hover, .cart-container .subtotal-section button:hover:not([class^=ais]), .cart-container .subtotal-section .superfeatures.buttonLinks .superfeature-link:hover, .superfeatures.buttonLinks .cart-container .subtotal-section .superfeature-link:hover,
.cart-container.container .subtotal-section .button:hover {
  background-color: white;
  color: #b88d49;
}
.cart-container .subtotal,
.cart-container.container .subtotal {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cart-container .subtotal-price,
.cart-container.container .subtotal-price {
  min-width: 4rem;
  font-size: 22px;
  margin-left: auto;
}
.cart-container .subtotal-price .skeleton,
.cart-container.container .subtotal-price .skeleton {
  line-height: 1;
}
.cart-container .empty-cart,
.cart-container.container .empty-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  gap: 1rem;
}
.cart-container .empty-cart .button, .cart-container .empty-cart .ais-ClearRefinements-button, .cart-container .empty-cart button:not([class^=ais]), .cart-container .empty-cart .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .cart-container .empty-cart .superfeature-link,
.cart-container.container .empty-cart .button {
  margin-left: auto;
}
.list {
  flex: 1 0 100%;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1185px;
  padding: 2rem 0.25rem;
}
@media (min-width: 48rem) {
  .cards {
    padding: 2rem 2rem;
  }
}
.cards .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 0.36vi + 0.41rem, 1.333rem);
}
.cards .item * {
  color: #09090a;
}
.cards .item .meta {
  font-size: clamp(0.75rem, 0.3vi + 0.4rem, 1rem);
}
.cards .card.dark .item *, .cards .forceLightText .card .item *, .forceLightText .cards .card .item *, .cards .card.forceLightText .item * {
  color: #ffffff;
}
.cards .item-title {
  margin-bottom: 0px;
  color: #092c3e;
  transform-origin: left;
}
.dark .cards .item-title, .forceLightText .cards .item-title {
  color: #b88d49;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .card {
    flex: 1 0 22%;
  }
  .card .list-link {
    font-weight: bold;
  }
}
.card .caption {
  margin-bottom: 0.5rem;
}
.cards:not(.noback):not(.cards.white):not(.cards.transparent:not(.cards.white)) .card {
  overflow: hidden;
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 20px -12px, rgba(0, 0, 0, 0.25) 0px 8px 12px -18px;
}
.cards:not(.noback):not(.cards.white):not(.cards.transparent:not(.cards.white)) .card .item-title {
  color: #092c3e;
}
.cards.staggered {
  max-width: 1185px;
}
@media (min-width: 48rem) {
  .cards.staggered {
    padding-bottom: 60px;
  }
  .cards.staggered .card {
    flex: 1 0 30%;
  }
}
.cards.staggered .card:nth-of-type(2n) {
  transform: translateY(60px);
}
@media (max-width: 48rem) {
  .cards.staggered .card {
    transform: translateY(0px) !important;
  }
}
.cards.staggered .card {
  border-bottom: 4px solid #b88d49;
}
.cards.transparent:not(.cards.white) {
  max-width: 1185px;
}
.cards.transparent:not(.cards.white) .card {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #092c3e;
}
.forceLightText .cards.transparent:not(.cards.white) .card {
  border: 2px solid #ffffff;
}
.forceLightText .cards.transparent:not(.cards.white) .list-link {
  margin-top: auto;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: normal;
  text-align: center;
  border: 1px solid currentColor;
  transition: all 0.3s ease;
}
.forceLightText .cards.transparent:not(.cards.white) .list-link:hover {
  background-color: #ffffff;
  color: #092c3e;
}
.forceLightText .cards.transparent:not(.cards.white) .card-additional-links > a:hover {
  background-color: #ffffff;
  color: #092c3e;
}
.card-additional-links {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.card-additional-links > a {
  flex: 1;
  justify-content: center;
}
.cards.big, .cards.small {
  max-width: 1440px;
}
@media (min-width: 48rem) {
  .cards.big .card, .cards.small .card {
    flex: 1 0 30%;
  }
}
.cards.big .card:not(.alternate), .cards.small .card:not(.alternate) {
  padding: 50% 3rem 0 0;
}
@media (min-width: 48rem) {
  .cards.big .card:not(.alternate), .cards.small .card:not(.alternate) {
    padding: 25% 3rem 0 0;
  }
}
.cards.big .card .item, .cards.small .card .item {
  justify-content: flex-end;
}
.cards.big .card .item > div, .cards.small .card .item > div {
  z-index: 2;
  padding: 0 1rem;
}
.cards.big .card .item > a, .cards.small .card .item > a {
  z-index: 2;
  padding: 1rem;
}
.cards.big.product-cards, .cards.product-cards.small {
  max-width: 1185px;
  gap: 4rem;
}
@media (max-width: 48rem) {
  .cards.big.product-cards, .cards.product-cards.small {
    max-width: 100%;
    flex-direction: column;
  }
}
.cards.big.product-cards .card, .cards.product-cards.small .card {
  padding: 0;
  flex: 1 0 40%;
  justify-content: flex-start;
}
@media (min-width: 48rem) {
  .cards.big.product-cards .card, .cards.product-cards.small .card {
    flex: 1 0 calc(25% - 4rem);
  }
}
.cards.big.product-cards .item > div, .cards.product-cards.small .item > div {
  margin: 0;
  padding: 0;
}
.cards.big.product-cards .item-title, .cards.product-cards.small .item-title {
  font-family: f37-caslon-regular, serif;
  font-weight: 700;
}
.cards.big.product-cards .product-images img, .cards.product-cards.small .product-images img {
  max-height: 240px;
}
.cards.big.product-cards .product-card-image, .cards.product-cards.small .product-card-image {
  display: flex;
  align-items: flex-end;
}
.cards.big.product-cards .product-card-details, .cards.product-cards.small .product-card-details {
  padding: 1rem 0.5rem;
  min-height: 10rem;
}
.cards.big .list-link:after, .cards.small .list-link:after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
}
@media (min-width: 48rem) {
  .cards.small .card {
    flex: 1 0 10%;
  }
}
.cards.small .card:not(.alternate) {
  padding: 30% 3rem 0 0;
  min-height: 100vw;
}
@media (min-width: 48rem) {
  .cards.small .card:not(.alternate) {
    min-height: auto;
    padding: 20% 3rem 0 0;
  }
}
.cards.small .card .list-link {
  font-size: clamp(0.75rem, 0.3vi + 0.4rem, 1rem);
}
.card-overlay {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  background-color: #ffffff;
  z-index: 1;
}
@media (min-width: 48rem) {
  .card-overlay {
    flex: 1 0 22%;
  }
}
.cards.white .card-overlay {
  background-color: rgba(0, 0, 0, 0);
}
.cards.white .item * {
  color: #ffffff;
}
.cards.horizontal {
  min-height: 500px;
  display: flex;
  max-width: none;
  padding: 2rem 2rem;
}
.cards.horizontal .card {
  flex: 1 0 400px;
  max-width: 400px;
}
.cards.horizontal .card .item h5, .cards.horizontal .card .item .menu-container .menu-container-sub-menu-item, .menu-container .cards.horizontal .card .item .menu-container-sub-menu-item, .cards.horizontal .card .item .endorsements-container .endorsement-text, .endorsements-container .cards.horizontal .card .item .endorsement-text {
  font-size: clamp(1.167rem, 0.86vi + 0.41rem, 1.555rem);
}
.cards.horizontal .card .list-link:after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
}
@media (max-width: 48rem) {
  .block-horizontalCards {
    width: 100%;
    overflow-x: auto;
  }
}
.block-horizontalCards .card-overlay {
  flex-direction: row;
}
.block-horizontalCards .card-overlay .item {
  padding: 1rem;
  margin-top: auto;
}
.block-horizontalCards,
.block-horizontalTextChunks {
  flex: 1 0 auto !important;
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.block-horizontalCards .cards,
.block-horizontalTextChunks .cards {
  margin-left: 0;
  margin-right: auto;
  width: auto;
  flex-wrap: nowrap;
}
.block-horizontalTextChunks .card {
  border-top: 4px solid #b88d49;
}
.accordion {
  width: 100%;
}
.accordion-header {
  border-bottom: 1px solid #dde0e7;
  cursor: pointer;
  font-family: serif-family;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  --rotation: 0deg;
  font-size: clamp(1.167rem, 0.86vi + 0.41rem, 1.555rem);
}
.accordion-header::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><line x1="20" y1="50" x2="80" y2="50" stroke="black" stroke-width="8" /></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
}
.accordion-header::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><line x1="50" y1="20" x2="50" y2="80" stroke="black" stroke-width="8" /></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  transform: rotateX(var(--rotation));
}
.strong-accordion-title {
  background-color: rgba(9, 44, 62, 0.2);
}
.accordion-header:hover {
  background: rgba(0, 0, 0, 0.1);
}
.accordion-content {
  display: none;
  border-bottom: 1px solid #dde0e7;
  font-family: RizomaM, serif;
  padding: 1rem;
}
.block-carousel {
  width: 100%;
}
.carousel {
  width: 100%;
  max-width: calc(1185px - 7rem);
  margin: auto;
}
.carousel-item {
  padding: 0.5rem 1rem;
}
@media (min-width: 48rem) {
  .carousel-item {
    padding: 0.5rem 4rem;
  }
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev,
.slick-next {
  color: #09090a !important;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 100;
}
.slick-prev span,
.slick-next span {
  font-size: 2rem;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}
.slick-track {
  display: flex;
  align-items: flex-start;
}
.hero-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
}
.hero-text-text {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-family: f37-caslon-regular, serif;
}
.hero-text-text > * {
  flex: 1;
  font-size: clamp(2.369rem, 3.48vi - 0.12rem, 3.157rem);
  text-align: center;
  max-width: 1185px;
}
@media (min-width: 48rem) {
  .hero-text-text > * {
    font-size: clamp(4.209rem, 7.25vi - 1.06rem, 5.61rem);
  }
}
.hero-text.animated .hero-text-text {
  opacity: 1;
}
.hero-text-scroll {
  font-size: 0.6rem;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  cursor: pointer;
}
.people {
  padding: 4rem 2rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.people > h3, .post-header .people > .post-header-title {
  flex: 1 0 100%;
}
.people.table h3, .people.table .post-header .post-header-title, .post-header .people.table .post-header-title, .people.tableNoImages h3, .people.tableNoImages .post-header .post-header-title, .post-header .people.tableNoImages .post-header-title, .people.tableNoTitles h3, .people.tableNoTitles .post-header .post-header-title, .post-header .people.tableNoTitles .post-header-title {
  text-align: left;
  width: 100%;
  max-width: 1185px;
  margin: auto;
}
.people .people-container-default {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 0 100%;
  gap: 4rem;
  padding: 4rem 0;
}
.people .people-container-table,
.people .people-container-tableNoImages,
.people .people-container-tableNoTitles {
  width: 100%;
  max-width: 1185px;
  margin: auto;
  margin-top: 2rem;
  font-family: RizomaM, serif;
}
.people .people-container-table .person-image,
.people .people-container-tableNoImages .person-image,
.people .people-container-tableNoTitles .person-image {
  width: 100px;
  height: 100px;
}
@media (min-width: 48rem) {
  .people .people-container-table .person-image,
  .people .people-container-tableNoImages .person-image,
  .people .people-container-tableNoTitles .person-image {
    width: 138px;
    height: 138px;
  }
}
.people .people-container-table .people-header,
.people .people-container-tableNoImages .people-header,
.people .people-container-tableNoTitles .people-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #09090a;
}
.people .people-container-table .people-header > div,
.people .people-container-tableNoImages .people-header > div,
.people .people-container-tableNoTitles .people-header > div {
  display: none;
}
@media (min-width: 48rem) {
  .people .people-container-table .people-header,
  .people .people-container-tableNoImages .people-header,
  .people .people-container-tableNoTitles .people-header {
    text-align: left;
    padding: 0 12px;
    gap: 4rem;
    display: flex;
  }
  .people .people-container-table .people-header > div,
  .people .people-container-tableNoImages .people-header > div,
  .people .people-container-tableNoTitles .people-header > div {
    display: block;
    flex: 1 0 33%;
  }
  .people .people-container-table .people-header .image-row,
  .people .people-container-tableNoImages .people-header .image-row,
  .people .people-container-tableNoTitles .people-header .image-row {
    flex: 0 0 138px;
  }
}
.people .people-container-table .person-row,
.people .people-container-tableNoImages .person-row,
.people .people-container-tableNoTitles .person-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #09090a;
  text-align: left;
  padding: 15px 12px;
  gap: 29px;
  align-items: center;
}
@media (min-width: 48rem) {
  .people .people-container-table .person-row,
  .people .people-container-tableNoImages .person-row,
  .people .people-container-tableNoTitles .person-row {
    gap: 4rem;
  }
  .people .people-container-table .person-row > div,
  .people .people-container-tableNoImages .person-row > div,
  .people .people-container-tableNoTitles .person-row > div {
    flex: 1 0 33%;
  }
}
.people .people-container-table .person-row .image-row,
.people .people-container-tableNoImages .person-row .image-row,
.people .people-container-tableNoTitles .person-row .image-row {
  flex: 0 0 100px;
}
.people .people-container-table .person-row .image-row img,
.people .people-container-tableNoImages .person-row .image-row img,
.people .people-container-tableNoTitles .person-row .image-row img {
  margin: auto;
}
@media (min-width: 48rem) {
  .people .people-container-table .person-row .image-row,
  .people .people-container-tableNoImages .person-row .image-row,
  .people .people-container-tableNoTitles .person-row .image-row {
    flex: 0 0 138px;
  }
}
.people .people-container-tableNoImages .person-row > div,
.people .people-container-tableNoImages .people-header > div {
  flex: 1 0 50%;
}
.people .person {
  flex: 1 0 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1rem, 0.36vi + 0.41rem, 1.333rem);
}
@media (min-width: 48rem) {
  .people .person {
    flex: 1 0 25%;
  }
}
.people .person h4, .people .person .modal-title, .people .person .menu-container .menu-container-main-list-item, .menu-container .people .person .menu-container-main-list-item, .people .person .subheading, .people .person .creator-name {
  margin-bottom: 0.5rem;
}
.people .person-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.product-archive,
.product-archive.container {
  padding: 2rem 0;
  max-width: 1185px;
  padding: 1rem;
}
.product-archive .product-layout,
.product-archive.container .product-layout {
  display: flex;
  gap: 4rem;
}
@media (max-width: 48rem) {
  .product-archive .product-layout,
  .product-archive.container .product-layout {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    gap: 1rem;
  }
}
.product-archive .refinements {
  flex: 1 0 240px;
  margin-top: 3rem;
}
@media (max-width: 48rem) {
  .product-archive .refinements {
    margin: 0rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
  }
  .product-archive .refinements.open .refinement-arrow {
    transform: rotate(-135deg);
  }
  .product-archive .refinements:not(.open) .refinement-arrow {
    transform: rotate(0);
  }
  .product-archive .refinements:not(.open) .refinements-content {
    height: 0;
  }
}
.product-archive .refinements .refinements-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #e0e0e0;
}
.product-archive .refinements .refinements-header strong {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .product-archive .refinements .refinements-header {
    display: none;
  }
}
.product-archive .refinements .refinement-arrow {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
@media (max-width: 48rem) {
  .product-archive .refinements .refinements-content {
    padding: 0 1rem;
    overflow: hidden;
  }
}
.product-archive .refinements .refinement-section {
  padding: 1rem 0;
}
@media (min-width: 48rem) {
  .product-archive .refinements .refinement-section {
    border-top: 1px solid #d3d6d7;
  }
}
.product-archive .refinements .refinement-section > strong {
  display: block;
  margin-bottom: 1rem;
}
.product-archive .refinements .refinement-section button {
  color: #d3d6d7;
}
.product-archive .refinements input[type=checkbox] {
  accent-color: #09090a;
}
.product-archive .refinements .rheostat-background {
  border-color: #092c3e;
}
.product-archive .refinements .rheostat-progress {
  background-color: #092c3e;
}
.product-archive .search-controls {
  display: flex;
  gap: 1rem;
}
@media (max-width: 48rem) {
  .product-archive .search-controls {
    flex-direction: column;
  }
}
.product-archive .search-controls > :last-child {
  margin-left: auto;
}
.product-archive .search-controls #product-searchbox {
  flex-grow: 1;
  max-width: 22rem;
}
.product-archive .search-controls .sort-dropdown {
  text-align: right;
}
.product-archive .search-controls .sort-dropdown select {
  padding: 0.5rem;
}
.product-archive #product-hits {
  padding: 2rem 0;
}
.product-archive #product-hits .ais-Hits-list {
  gap: 1rem 3rem;
}
.product-archive #product-hits .ais-Hits-item {
  width: 12.4rem;
}
@media (max-width: 48rem) {
  .product-archive #product-hits .ais-Hits-item {
    margin: auto;
  }
}
.product-archive #product-hits .card {
  color: inherit;
}
.product-archive #product-hits .card .image-container {
  height: 16.2rem;
  width: 100%;
}
.product-archive #product-hits .card .image-container img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
.product-archive #product-hits .card .item-title {
  color: inherit;
  font-weight: bold;
  font-family: RizomaM, serif;
}
.product-archive #product-hits .card .meta {
  margin-top: 1rem;
}
.events-table-block {
  width: 100%;
  overflow-x: auto;
  padding: 1rem;
}
.events-table {
  width: 100%;
  font-family: RizomaM, serif;
}
/* Mobile Layout (default) */
.events-table thead {
  display: none;
}
.events-table tr {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid black;
}
.events-table td {
  display: block;
  padding: 0.5rem 0;
}
.events-table td::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 48rem) {
  .events-table {
    border-collapse: collapse;
  }
  .events-table thead {
    display: table-header-group;
  }
  .events-table tr {
    display: table-row;
  }
  .events-table th,
  .events-table td {
    display: table-cell;
    padding: 1rem;
    text-align: left;
  }
  .events-table tbody td::before {
    display: none;
  }
  .events-table tbody tr {
    border-bottom: 1px solid black;
  }
}
.entry-feature-block {
  margin: auto;
}
.entry-feature {
  padding: 0 0.25rem;
}
@media (min-width: 48rem) {
  .entry-feature {
    padding: 0 2rem;
  }
}
.entry-feature .card {
  display: flex;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  min-height: clamp(400px, 30vw, 600px);
  padding: 1rem;
}
.entry-feature .card .item {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
}
.entry-feature .card .item .post-date {
  padding-bottom: 0.5rem;
}
.entry-feature .card .item .item-entry-title {
  font-weight: bold;
}
.blockhead {
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-between;
}
.blockhead a {
  font-weight: bold;
  color: #b88d49;
}
.video {
  position: relative;
}
.video .video-actor {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.play-button {
  border-radius: 50%;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  color: #09090a;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: franklin-gothic-atf, sans-serif;
}
@media (min-width: 48rem) {
  .play-button {
    width: 140px;
    height: 140px;
  }
}
.play-button:hover {
  background-color: rgba(9, 44, 62, 0.7);
  color: #ffffff;
  border-color: #ffffff;
}
.play-button:hover::after {
  right: 1rem;
  opacity: 1;
}
@keyframes disappear {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.sprout-video {
  flex: 1 0 100%;
  position: relative;
}
.sprout-video .sprout-video-content {
  display: grid;
}
.sprout-video .sprout-video-content > * {
  grid-row: 1;
  grid-column: 1;
}
.sprout-video .sprout-video-preview {
  cursor: pointer;
}
.sprout-video .sprout-video-preview:hover .sprout-video-play-button {
  width: 6.5rem;
  height: 6.5rem;
}
.sprout-video .sprout-video-preview-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.sprout-video .sprout-video-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sprout-video .sprout-video-play-button {
  transition: all 0.3s ease;
  border: none;
  background-color: #ffffff;
  color: #09090a;
  border-radius: 100%;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0;
  padding-top: 0.4rem;
  display: block;
  text-transform: uppercase;
  margin: 0;
  font-family: RizomaM, serif;
}
.sprout-video .sprout-video-play-button:hover {
  color: #09090a;
  background-color: #ffffff;
}
.sprout-video.clicked .sprout-video-preview {
  animation: disappear 0.3s ease forwards;
  display: none;
}
.dark .sprout-video .sprout-video-play-button, .forceLightText .sprout-video .sprout-video-play-button {
  color: #09090a;
}
.superfeatures {
  position: relative;
  flex: 1 0 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .superfeatures {
    padding: 0 !important;
  }
}
.superfeatures .superfeature {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  padding: clamp(10rem, 5vw, 12rem) 1rem;
}
@media (min-width: 48rem) {
  .superfeatures .superfeature {
    align-items: flex-end;
    padding: clamp(2rem, 5vw, 6rem);
  }
}
.superfeatures .superfeature-content {
  z-index: 1;
}
@media (min-width: 48rem) {
  .superfeatures .superfeature-content {
    max-width: 50vw;
  }
}
.superfeatures .superfeature-pager {
  padding-bottom: clamp(2rem, 5vw, 6rem);
  padding-right: clamp(2rem, 5vw, 6rem);
  position: relative;
  z-index: 1;
  font-family: RizomaM, serif;
  text-transform: uppercase;
}
.superfeatures .superfeature-pager .superfeature-page {
  padding-top: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.superfeatures .superfeature-link {
  font-weight: bold;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
}
.superfeatures .superfeature-link:after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
}
.superfeatures .superfeature-static {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  margin-right: 0.5rem;
}
.superfeatures .superfeature-static:after {
  display: block;
  border-radius: 50%;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.8);
  width: 0.75rem;
  height: 0.75rem;
  z-index: 3;
}
.superfeatures .superfeature-blob {
  border-radius: 50%;
  border: 0px solid rgba(255, 255, 255, 0);
  background-color: #d3d6d7;
  width: calc(0.75rem - 4px);
  height: calc(0.75rem - 4px);
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
}
.superfeatures .superfeature-blob-flat {
  border-radius: 0;
  border: 0px solid rgba(255, 255, 255, 0);
  background-color: #d3d6d7;
  width: 2rem;
  height: 2px;
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
}
.superfeatures.buttonLinks .superfeature-link {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #09090a !important;
  font-weight: 300;
}
.superfeatures.alignMiddle .superfeature {
  align-items: center;
}
@media (min-width: 48rem) {
  .superfeatures.thirdWidth .superfeature-content {
    max-width: 33vw;
  }
}
.product-tabs {
  background-color: rgb(243.0571428571, 243.8714285714, 244.1428571429);
  padding: 4rem 2rem;
}
.tab {
  visibility: visible;
  opacity: 1;
}
.product-tabs-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 2rem 1rem 2rem;
  gap: 2rem;
}
.product-tab-title {
  cursor: pointer;
  font-family: RizomaM, serif;
}
.product-tab-title.selected {
  border-bottom: 2px solid #09090a;
}
.tab-container {
  padding: 4rem 2rem;
  max-width: 1185px;
  margin: auto;
}
.tabs-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 2rem 4rem 2rem;
  gap: 2.5rem;
  font-size: 2rem;
}
.tab-title {
  cursor: pointer;
  font-family: RizomaM, serif;
  color: #89a4ad;
}
.tab-title.active {
  border-bottom: 2px solid #09090a;
  color: #09090a;
}
.popup {
  z-index: 1300;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #092c3e;
  width: 90%;
  display: flex;
  padding: 2rem;
  gap: 2rem;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 48rem) {
  .popup {
    max-width: 40vw;
  }
}
.popup.visible {
  opacity: 1;
  pointer-events: all;
}
.popup .popup-content {
  color: #ffffff;
}
.popup .popup-link {
  flex: 1 0 30%;
  text-align: center;
  display: block;
}
.popup .popup-link a {
  color: #ffffff;
  border-bottom: 1px solid #b88d49;
}
.popup .popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.popup .popup-close span {
  color: #ffffff;
  opacity: 0.5;
}
.popup .popup-close:hover span {
  opacity: 1;
}
.reviews {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.reviews > a {
  color: inherit;
  text-decoration: underline;
}
.reviews .rating {
  display: flex;
  align-items: center;
}
.reviews .rating .material-icons {
  font-size: 16px;
}
.reviews .rating .rating-number {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.variant-buttons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 48rem) {
  .variant-buttons {
    width: 88%;
    column-gap: 2rem;
  }
}
.variant-buttons > div {
  flex: 1 0 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
  border: 1px solid #09090a;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.variant-buttons > div > span {
  font-size: clamp(0.75rem, 0.3vi + 0.4rem, 1rem);
  flex: 1 0 50%;
  text-align: center;
  padding: 0.5rem;
}
.variant-buttons > div > span:first-child {
  border-right: 1px solid #09090a;
}
.variant-buttons > div.checked {
  background-color: #092c3e;
  color: white;
}
.variant-buttons > div.checked > span:first-child {
  border-right: 1px solid white;
}
.variants-error {
  color: #cd3030;
  margin-top: 2rem;
}
.creator-info-container {
  background-color: #e7edef;
  text-align: center;
  padding: 3rem 2rem 4rem 2rem;
}
@media (min-width: 48rem) {
  .creator-info-container {
    padding: 10rem 2rem 8rem 2rem;
  }
}
.creator-info {
  max-width: 1060px;
  margin: auto;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (min-width: 48rem) {
  .creator-info {
    margin-top: 6rem;
  }
}
.creator-block {
  flex: 1 0 40%;
}
.creator-name {
  padding-bottom: 2rem;
}
.endorsements-title {
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48rem) {
  .endorsements-title {
    max-width: none;
  }
}
.endorsements-container {
  background-color: #e7edef;
  text-align: center;
  padding: 7rem 2rem 8rem 2rem;
}
.endorsements-container .submitter {
  margin-top: 2rem;
  font-weight: bold;
}
.endorsements-container .carousel {
  margin-top: 2rem;
}
.reviews-container .review:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #09090a;
}
.review {
  padding: 3rem 0;
}
.review .submitter {
  font-weight: 500;
}
.review .stars {
  margin-top: 1.5rem;
  gap: 0;
}
.review .stars span {
  font-size: 16px;
}
.review .review-text {
  margin-top: 1rem;
}
#reviews {
  width: 100%;
  max-width: 866px;
  padding: 4rem 2rem;
  margin: 0 auto;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 48rem) {
  #reviews {
    padding: 9rem 2rem;
  }
}
#reviews:has(.review) .review-form {
  border-bottom: 1px solid #09090a;
}
.reviews-average {
  margin-top: 1.5rem;
  margin-bottom: -0.5rem;
}
.reviews-average .rating span {
  font-size: 16px;
}
.reviews-average .reviews-average-rating {
  display: flex;
  gap: 5px;
  align-items: center;
}
.reviews-average .reviews-average-number {
  font-size: 24px;
  font-weight: 500;
}
.reviews-average .reviews-average-stars {
  height: 16px;
  display: flex;
}
.reviews-average .reviews-average-stars span {
  font-size: 16px;
}
.review-form {
  max-width: 802px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
}
.review-form button[type=submit] {
  display: block;
  background-color: #ffffff;
}
.review-form button[type=submit]:hover {
  background-color: #092c3e;
}
@media (min-width: 48rem) {
  .review-form button[type=submit] {
    margin-left: auto;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
.input-wrapper {
  position: relative;
}
.form-input {
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: transparent;
  font-size: 16px;
}
textarea.form-input {
  min-height: 100px;
  resize: vertical;
}
.floating-label {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  pointer-events: none;
  transition: 0.2s ease all;
  color: #757575;
  background: #fff;
  padding: 0 0.25rem;
}
.form-input:focus {
  outline: none;
  border-color: #4a90e2;
}
.rating-selector {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.stars {
  display: flex;
  gap: 4px;
}
.star {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s;
}
.star.active {
  color: #09090a;
}
.review-form button {
  margin-top: 0;
}
.success-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1rem;
  background-color: #e8f5e9;
  color: #2e7d32;
  border-radius: 4px;
  margin-bottom: 1rem;
  animation: slideIn 0.3s ease-out;
}
.creator {
  margin-top: 0.5rem;
  font-size: clamp(1rem, 0.36vi + 0.41rem, 1.333rem);
  font-family: f37-caslon-regular, serif;
}
.creator > a {
  color: inherit;
  text-decoration: underline;
}
.products-scroller {
  flex: 1 0 50%;
}
.desk-copy {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: grid;
  text-align: center;
}
.desk-copy p {
  margin-top: 1rem;
}
.desk-copy .button, .desk-copy .ais-ClearRefinements-button, .desk-copy button:not([class^=ais]), .desk-copy .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .desk-copy .superfeature-link {
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .desk-copy {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
.related-products-container {
  padding: 3rem 0;
}
@media (min-width: 48rem) {
  .related-products-container {
    padding: 4rem 0;
  }
}
.related-products {
  flex: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1185px;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .related-products {
    flex-direction: row;
  }
}
.related-products-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .related-products-text {
    flex: 1 0 35%;
  }
}
.related-products-title {
  text-align: center;
  margin: 0;
}
@media (min-width: 48rem) {
  .related-products-title {
    text-align: left;
  }
}
.related-products-description {
  display: none;
  margin-top: 1rem;
  flex-grow: 1;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 48rem) {
  .related-products-description {
    display: flex;
  }
}
.related-products-description .button, .related-products-description .ais-ClearRefinements-button, .related-products-description button:not([class^=ais]), .related-products-description .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .related-products-description .superfeature-link {
  margin-top: auto;
  margin-bottom: 4rem;
}
.related-products-scroller {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 1rem;
  height: 223px;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin-top: 0.5rem;
  padding: 1rem 0;
}
@media (min-width: 48rem) {
  .related-products-scroller {
    width: 63vw;
    height: 324px;
    padding: 2rem 8vw 2rem 0;
  }
}
.related-product {
  flex: 0 0 auto;
  width: 143px;
  height: 100%;
}
@media (min-width: 48rem) {
  .related-product {
    width: 195px;
  }
}
.related-product .product-link {
  width: 100%;
  height: 100%;
}
.related-product .product-image {
  background: none;
}
.product-link {
  display: block;
  height: 240px;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f5f5;
}
.no-image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
/* Hide scrollbar for Chrome/Safari/newer Edge */
.related-products-scroller::-webkit-scrollbar {
  height: 6px;
}
.related-products-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.product-header {
  max-width: 1185px;
  padding: 2.5rem;
  padding-top: 7rem;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .product-header {
    gap: 4rem;
    padding-top: 11rem;
  }
}
@media (min-width: 48rem) {
  .product-main {
    flex: 1 0 35%;
  }
}
.product-details {
  margin-top: 1rem;
}
.product-details .accordion-header {
  padding: 0.5rem 1rem 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: franklin-gothic-atf, sans-serif;
  border: none;
}
.product-details .accordion-content {
  padding: 0;
  border: none;
}
.product-html {
  margin-top: 2rem;
  flex: 1;
}
.product-html.collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.product-expand-description {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.product-expand-description:hover {
  opacity: 1;
}
.product-title {
  line-height: 1;
}
.product-images {
  flex: 1 0 59%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 68rem) {
  .product-images {
    flex: 1 0 55%;
  }
}
.product-images .gallery-container {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 48rem) {
  .product-images .gallery-container {
    width: unset;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex: 1;
    height: 38rem;
  }
}
@media (min-width: 68rem) {
  .product-images .gallery-container {
    padding-top: 6rem;
  }
}
.product-images .thumbnails {
  order: 2;
  flex-grow: 0;
  display: flex;
  padding: 1rem;
  margin-top: 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
  height: 151px;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .product-images .thumbnails {
    margin-top: 0;
    gap: 2rem;
    overflow-x: unset;
    overflow-y: auto;
    order: 1;
    width: 10.5rem;
    height: unset;
    padding-right: 2rem;
    flex-direction: column;
  }
}
.product-images .thumbnail {
  cursor: pointer;
  transition: transform 0.2s;
  width: 112px;
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 48rem) {
  .product-images .thumbnail {
    width: 100%;
    height: 112px;
  }
}
.product-images .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-images .thumbnail:hover {
  transform: scale(1.05);
}
.product-images .main-image-container {
  order: 1;
  height: 411px;
}
@media (min-width: 48rem) {
  .product-images .main-image-container {
    height: unset;
    flex: 1 0 50%;
  }
}
.product-images .main-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-images .main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 48rem) {
  .product-header.images-1 .product-images {
    flex: 1 0 40%;
    justify-content: center;
  }
  .product-header.images-1 .product-main {
    flex: 1 0 40%;
  }
}
.card .product-images {
  padding: 1rem;
}
.product-images img {
  display: block;
  height: 100%;
  width: auto;
}
.product-toc {
  margin-top: 2rem;
}
.product-toc p {
  margin-top: 0 !important;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
.product-toc .product-toc-h1 {
  font-weight: bold;
}
.product-toc .product-toc-h2 {
  margin-top: 1.5rem !important;
}
#outer-body {
  z-index: 2;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.add-to-cart {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.add-to-cart select {
  font-size: 1.1rem;
  width: 4.7rem;
  padding: 0 1rem;
  color: #09090a;
}
.add-to-cart button {
  margin: 0;
  flex: 1;
  justify-content: center;
  background-color: #092c3e;
  border-color: #092c3e;
  color: #ffffff;
}
.add-to-cart button:hover {
  color: #092c3e;
  border-color: #092c3e;
  background-color: #ffffff;
}
.event-register {
  padding: 6rem 2rem;
  width: 100%;
}
.event-register > h4, .event-register > .modal-title, .menu-container .event-register > .menu-container-main-list-item, .event-register > .subheading, .event-register > .creator-name {
  text-align: center;
  margin-bottom: 2rem;
}
.event-register > form {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.event-register > form input,
.event-register > form select {
  width: 100%;
}
.event-register > form input[type=text],
.event-register > form select {
  border: none;
  border-bottom: 1px solid #09090a;
  outline: none;
  padding: 0.3rem 1rem;
  background-color: transparent;
}
.event-register > form input[type=text]:focus,
.event-register > form select:focus {
  border-bottom: 2px solid #09090a;
}
.event-register > form .country-select {
  margin-bottom: 1.5rem;
}
.event-register > form .floating-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.event-register > form .floating-input-container input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #09090a;
  outline: none;
  padding: 0.3rem 1rem;
  background-color: transparent;
  font-size: 1rem;
}
.event-register > form .floating-input-container input[type=text]:focus {
  border-bottom: 2px solid #09090a;
  margin-bottom: -1px;
  color: #09090a;
}
.event-register > form .floating-input-container label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #51636e;
  pointer-events: none;
  transition: all 0.2s ease;
  background-color: transparent;
}
.event-register > form .floating-input-container input[type=text]:focus + label,
.event-register > form .floating-input-container input[type=text]:not(:placeholder-shown) + label {
  top: 100%;
  left: 0;
  transform: translateY(0.3rem);
  font-size: 0.85em;
  font-weight: 500;
}
.event-register > form .floating-input-container input[type=text]:not(:placeholder-shown) + label {
  color: #51636e;
}
.event-register > form .floating-input-container input[type=text]:focus + label {
  color: #09090a;
}
.event-register > form .address-block {
  margin-bottom: 1.5rem;
}
.event-register > form > label {
  margin-bottom: 0.5rem;
}
.event-register > form > label + select {
  margin-bottom: 1.5rem;
}
.event-register > form > input[type=checkbox] {
  margin-bottom: 1.5rem;
  width: auto;
}
.event-register > form button[type=submit] {
  align-self: end;
  margin-top: 1rem;
}
.event-register > form .form-error.has-error {
  color: #cd3030 !important;
}
.event-register > form button.filled[disabled],
.event-register > form button.store-btn[disabled] {
  background-color: #d4d7d8;
  cursor: not-allowed;
}
body {
  color: #09090a;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  flex: 1 0 100%;
}
body.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.turbo-progress-bar {
  height: 5px;
  background-color: #092c3e;
}
.emmaus-academic .reviews,
.emmaus-academic #reviews {
  display: none;
}
.fullHeight {
  min-height: 100vh;
}
#footer {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1rem 1rem;
  flex-wrap: wrap;
  background-color: #092c3e;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  border-top: 1px solid rgba(9, 9, 10, 0.1);
  box-shadow: rgba(50, 50, 93, 0.1) 0px 10px 20px -12px, rgba(0, 0, 0, 0.15) 0px 8px 12px -18px;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.subfooter-container {
  max-width: 1440px;
  flex: 1 0 100%;
  width: 100%;
  padding: 2rem;
}
.subfooter {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem 0;
  align-items: center;
  border-top: 1px solid #ffffff;
}
.subfooter > *:first-child {
  margin-right: auto;
}
.subfooter a {
  color: #ffffff;
}
.footer-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  flex: 1;
  color: #ffffff;
  gap: 4rem;
  justify-content: center;
}
@media (min-width: 48rem) {
  .footer-container {
    display: flex;
  }
}
.footer-container > div {
  flex: 1;
}
.footer-section {
  flex: 1 0 70%;
  margin-bottom: 2rem;
}
.footer-section > a {
  display: inline-block;
}
.footer-section.meta {
  flex: 1 0 30%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .footer-section.meta {
    align-items: flex-end;
  }
}
.footer-logo {
  padding-bottom: 1rem;
}
.footer-logo img {
  max-width: 180px;
}
@media (min-width: 48rem) {
  .footer-logo img {
    max-width: 240px;
  }
}
.social {
  font-size: 2rem;
  padding: 0.2rem;
  display: flex;
  gap: 1rem;
}
.social a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social a:hover {
  color: #092c3e;
  opacity: 0.6;
}
.social-icons {
  font-size: 2rem;
  padding: 0.2rem;
  display: flex;
  gap: 1rem;
}
.social-icons svg {
  width: 1.5em;
  height: 1.5em;
}
.social-icons a {
  color: #092c3e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icons a:hover {
  color: #092c3e;
}
.menu-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: none;
}
.list-link {
  text-decoration: none;
}
.card {
  text-decoration: none;
}
.menu img {
  width: 120px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.menu img:hover {
  opacity: 1;
}
#menu-toggle {
  transition: color 0.3s ease, transform 0.3s ease;
}
#menu-toggle:hover {
  color: #b88d49;
}
#menu-toggle span,
#menu-toggle svg,
#menu-toggle path {
  font-size: 2rem;
  color: inherit;
}
#menu-toggle[data-state=close] {
  transform: rotate(-90deg);
}
.menu-button {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s ease;
  cursor: pointer;
}
.menu-button span {
  color: inherit;
}
.menu-button:hover, .menu-button.selected {
  color: #b88d49;
}
.has-float-label input:placeholder-shown:focus + * {
  color: #092c3e;
}
.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + *,
.has-float-label textarea:placeholder-shown:not(:focus) + * {
  top: 0.7rem;
  color: #09090a;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.has-float-label input,
.has-float-label select,
.has-float-label textarea {
  padding-top: 0rem;
  padding-left: 0.5rem;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
.has-float-label label,
.has-float-label > span {
  left: 0.5rem;
  font-size: 75%;
  top: -0.8rem;
  text-transform: uppercase;
  font-size: 0.5rem;
}
.has-float-label input:focus,
.has-float-label select:focus,
.has-float-label textarea:focus {
  outline: none;
  border: 0px;
}
.content {
  padding-top: var(--header-height);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  column-gap: 1rem;
  position: relative;
}
.content > div,
.content > a {
  grid-column-end: span 6;
  grid-row-end: span 1;
}
@media (min-width: 68rem) {
  .content > .column-span-1 {
    grid-column-end: span 1;
  }
  .content > .column-span-2 {
    grid-column-end: span 2;
  }
  .content > .column-span-3 {
    grid-column-end: span 3;
  }
  .content > .column-span-4 {
    grid-column-end: span 4;
  }
  .content > .column-span-5 {
    grid-column-end: span 5;
  }
  .content > .row-span-2 {
    grid-row-end: span 2;
  }
  .content > .row-span-3 {
    grid-row-end: span 3;
  }
  .content > .row-span-4 {
    grid-row-end: span 4;
  }
}
.features {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .feature-container {
  flex: 1 0 240px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  color: #09090a;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 20px -12px, rgba(0, 0, 0, 0.25) 0px 8px 12px -18px;
}
.features .feature-container:hover {
  box-shadow: rgba(50, 50, 93, 0.4) 0px 10px 20px -12px, rgba(0, 0, 0, 0.45) 0px 8px 12px -18px;
}
.features .feature-container:hover .backimage {
  transform: scale(1.2) translateX(20px);
}
.features .feature-container:hover .feature-color {
  width: 92%;
  transform: rotate(15deg);
}
.features .backimage {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.features .feature-color {
  background-size: cover;
  background-position: center;
  width: 95%;
  -webkit-transition: all 2s Ease;
  transition: all 2s Ease;
  height: 400%;
  position: absolute;
  background-color: #092c3e;
  z-index: 1;
  top: -100%;
  transform: rotate(10deg);
  transform-origin: top left;
}
.features .feature-content {
  width: 80%;
  min-height: 200px;
  color: #ffffff;
  padding: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.features .feature-content > span {
  font-size: 2rem;
  margin-bottom: auto;
}
.signup form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
  max-width: 600px;
}
.signup form > div {
  flex: 1 0 40%;
  display: flex;
  flex-direction: column;
}
.signup form label {
  margin: 0;
}
.signup form input {
  font-size: 1.4rem;
}
.signup form button {
  flex: 1 0 100%;
}
.drawer-overlay {
  z-index: 1200;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.drawer-overlay.open {
  pointer-events: all;
  background-color: rgba(9, 9, 10, 0.5);
}
.drawer-overlay.open .drawer-container {
  top: 0;
}
.drawer-overlay.open .paginator > div.visible {
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
.drawer-container {
  background-color: #092c3e;
  color: #ffffff;
  padding: 3rem;
  position: absolute;
  width: 100%;
  top: -100%;
  transition: top 0.3s ease;
}
.drawer-container .paginator {
  width: 100%;
  height: 100%;
  position: relative;
}
.drawer-container .paginator > div {
  opacity: 0;
}
.paginator {
  display: grid;
}
.paginator > * {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.paginator > .visible {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.main-menu-drawer {
  z-index: 1099;
}
.main-menu-drawer .drawer-container {
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.ais-SearchBox-form {
  display: flex;
  width: 100%;
  max-width: 400px;
  position: relative;
  align-items: center;
}
.ais-SearchBox-form input {
  flex: 1;
  border: 1px solid #d3d6d7;
  border-radius: 3px;
  padding: 0.45rem 0.75rem;
  font-size: calc(0.6rem + 0.5vw);
  background-color: rgba(0, 0, 0, 0);
  color: #09090a;
}
.ais-SearchBox-form .ais-SearchBox-submit {
  position: absolute;
  right: 0.5rem;
}
.ais-SearchBox-form button {
  font-size: 2rem;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}
.ais-SearchBox-form button svg {
  width: 1rem;
  height: 1rem;
}
.dynamic .emmaus-road-publishing:not(.dark-header) .main-menu-drawer .drawer-container {
  background-color: #ffffff;
  color: #09090a !important;
}
.dynamic .emmaus-road-publishing:not(.dark-header) #search-interface {
  background-color: #ffffff;
}
.ais-SearchBox-form button.ais-SearchBox-submit {
  display: none;
}
.ais-SearchBox-form button.ais-SearchBox-reset {
  position: absolute;
  right: 0.5rem;
}
.ais-SearchBox-form button.ais-SearchBox-reset svg {
  fill: #09090a;
}
.ais-SearchBox-reset[hidden] {
  opacity: 0;
}
.section-header {
  font-family: f37-caslon-regular, serif;
  font-size: clamp(1.333rem, 1.36vi + 0.41rem, 1.777rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header a {
  font-family: franklin-gothic-atf, sans-serif;
  font-size: clamp(0.75rem, 0.3vi + 0.4rem, 1rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
}
.section-header a span {
  font-size: 0.8rem;
  color: #b88d49 !important;
}
.hit-name {
  display: flex;
  gap: 1rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
.chat {
  flex: 1 0 40%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  justify-content: stretch;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 20px -12px, rgba(0, 0, 0, 0.25) 0px 8px 12px -18px;
  border: 1px solid #e5e5e5;
}
.chat-entry {
  display: flex;
  width: 100%;
}
.chat-entry input {
  flex: 1;
  border: 0px;
  background-color: rgba(15, 35, 47, 0.1);
  padding: 0.25rem 1rem;
  transition: 0.5s;
  outline: none;
}
.chat-entry input:focus {
  background-color: rgba(15, 35, 47, 0.05);
}
.chat-entry button {
  flex-shrink: 1;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-entry button:hover {
  color: #0f232f;
}
#chat-conversation {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow-y: auto;
  padding: 1rem;
}
#chat-conversation [class*=message] {
  padding: 1rem;
  margin: 0.5rem 0;
  border-radius: 20px;
}
#chat-conversation .message-me {
  background-color: rgba(9, 44, 62, 0.2);
  text-align: right;
}
#chat-conversation .message-you {
  background-color: rgba(184, 141, 73, 0.2);
}
#chat-conversation .message-you-result {
  border: 1px solid #092c3e;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0;
}
#chat-conversation .message-you-result:hover {
  background-color: rgb(241.2490118577, 232.9209486166, 219.7509881423);
}
.loader-container {
  order: 2;
  justify-content: center;
  align-items: center;
  margin: 2rem 1rem 1rem 1rem;
  display: none;
}
.loader-container.show {
  display: flex;
}
.bouncing-dots {
  display: flex;
  justify-content: space-between;
  width: 60px;
}
.dot {
  width: 15px;
  height: 15px;
  background-color: #092c3e;
  border-radius: 50%;
  animation: bounce 1.5s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0s;
}
.dot:nth-child(2) {
  animation-delay: 0.3s;
}
.dot:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.dark, .forceLightText .card, .forceLightText {
  color: #ffffff;
}
.dark *, .forceLightText .card *, .forceLightText * {
  color: #ffffff;
}
.dark h6 strong, .forceLightText .card h6 strong, .forceLightText h6 strong, .dark .signup form label strong, .forceLightText .signup form label strong, .signup form .dark label strong, .signup form .forceLightText label strong,
.dark .h6 strong,
.forceLightText .h6 strong {
  color: #b88d49;
}
.dark .variant-buttons > div, .forceLightText .variant-buttons > div {
  border: 1px solid #ffffff;
}
.dark .variant-buttons > div > span:first-child, .forceLightText .variant-buttons > div > span:first-child {
  border-color: #ffffff;
}
.blue {
  background-color: #092c3e;
}
.darkBlue {
  background-color: #0f232f;
}
.purple {
  background-color: #3b2d50;
}
.gold {
  background-color: #b88d49;
}
.gold h6 strong, .gold .signup form label strong, .signup form .gold label strong,
.gold .h6 strong {
  color: #0f232f;
}
.lightGold {
  background-color: rgb(248.4051383399, 244.4110671937, 238.0948616601);
}
.silver {
  background-color: rgb(231, 237, 239);
}
.platinum {
  background-color: #d4d7d8;
}
.lightBlue {
  background-color: #e7edef;
}
.container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  flex-wrap: wrap;
  gap: 2rem;
}
.code {
  flex: 1 0 auto;
  display: flex;
}
.code .container {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 48rem) {
  .code .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.copy-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1185px;
  margin: auto;
}
.text {
  font-family: franklin-gothic-atf, sans-serif;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.copy {
  padding: 2rem;
  position: relative;
}
@media (min-width: 68rem) {
  .copy .copy-text {
    flex: 1 0 calc(50% - 1rem);
  }
}
@media (min-width: 68rem) {
  .copy .side-copy {
    flex: 1 0 calc(50% - 1rem);
  }
}
.alignBottom {
  align-items: flex-end;
}
.alignMiddle {
  align-items: center;
}
.alignMiddle > *:nth-child(1 of :not(div[class*=background])) {
  margin-top: auto;
}
.alignMiddle > *:last-child {
  margin-bottom: auto;
}
.alignMiddle > *:has(~ .spacer) {
  margin-bottom: auto;
}
.block-container {
  perspective: var(--perspective);
  grid-column-end: span 6;
  grid-row-end: span 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (max-width: 48rem) {
  .block-container > div:not(.background) {
    flex: 1 0 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.block-container.contain {
  max-width: 1185px;
  margin: auto;
  width: 100%;
}
.block-container.contain .background-color {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.block-container.parallax {
  overflow: hidden;
}
.block-container.stickyImages .sticky-mobile-wrapper {
  display: block;
}
@media (min-width: 48rem) {
  .block-container.stickyImages .sticky-mobile-wrapper {
    display: none;
  }
}
.block-container.stickyImages .sticky-desktop-wrapper {
  display: none;
}
@media (min-width: 48rem) {
  .block-container.stickyImages .sticky-desktop-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    width: 100%;
    padding: 0 4rem;
  }
}
.block-container.stickyImages .sticky-content-left {
  flex: 1;
  min-width: 0;
}
.block-container.stickyImages .sticky-content-left > * {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .block-container.stickyImages .sticky-content-left > * {
    min-height: 150vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15vh;
  }
}
.block-container.stickyImages .sticky-content-left .copy-container {
  margin: 0;
  max-width: none;
  width: 100%;
}
@media (min-width: 48rem) {
  .block-container.stickyImages .sticky-content-right {
    flex: 0 0 50%;
    max-width: 800px;
    align-self: flex-start;
    height: fit-content;
  }
}
@media (max-width: 48rem) {
  .block-container.stickyImages .sticky-content-right {
    flex: 1 0 100%;
  }
}
@media (min-width: 48rem) {
  .block-container.stickyImages .sticky-images-container {
    position: relative;
    width: 100%;
    min-height: 400px;
  }
}
@media (min-width: 48rem) {
  .block-container.stickyImages .sticky-image-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 48rem) {
  .block-container.stickyImages .sticky-image-block {
    opacity: 1;
    transform: none;
    margin-bottom: 2rem;
    position: static !important;
  }
}
.block-container.stickyImages .sticky-image-block .images {
  flex-direction: column;
  gap: 2rem;
}
.block-container.stickyImages .sticky-image-block .images .image {
  flex: 1 0 auto;
}
.block-container.stickyImages .sticky-image-block .images .image img {
  width: 100%;
  height: auto;
  display: block;
}
.block-container.offset {
  margin-top: -16rem;
  padding-top: 16rem !important;
}
.block-container > * {
  z-index: 2;
}
.block-container-title {
  align-self: flex-start;
  text-align: center;
  flex: 1 0 100%;
  padding: 1rem;
}
.background-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.background.parallax {
  overflow: hidden;
}
.background.parallax img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140% !important;
  object-fit: cover;
  will-change: transform;
  transform: translateY(-20%);
}
.background.arise {
  opacity: 0;
}
.background.image-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgb(0, 0, 0));
}
body > .background {
  position: fixed;
  z-index: -1;
}
.darkGradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.heavyDarkGradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.lightGradient {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}
.lightGradientFancy {
  background-image: linear-gradient(160deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}
.outlined-input {
  color: #ffffff;
  border: 1px solid currentColor;
  display: flex;
}
.outlined-input input {
  background-color: transparent;
  border: none;
  outline: none;
  color: inherit;
  padding: 12px 0 12px 15px;
}
.outlined-input .material-icons,
.outlined-input .material-icons-outlined {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 12px 15px;
}
.outlined-input .white {
  color: #ffffff;
}
.nomargin {
  margin: 0;
}
.caption {
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 0.8rem;
}
hr {
  border: none;
  border-top: 1px solid #b88d49;
  margin: 1rem 0;
}
.dark hr, .forceLightText .card hr, .forceLightText hr {
  border-top: 1px solid #ffffff;
}
.centerContents > .image {
  margin-left: auto;
  margin-right: auto;
}
.alignTextMiddle .text {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.text-right {
  text-align: right;
}
.text-right > .button, .text-right > .ais-ClearRefinements-button, .superfeatures.buttonLinks .text-right > .superfeature-link, .text-right > button:not([class^=ais]) {
  margin-left: auto;
}
@media (max-width: 48rem) {
  .mobileCenter {
    text-align: center;
  }
  .mobileCenter .text-right {
    text-align: center;
  }
  .mobileCenter .button, .mobileCenter .ais-ClearRefinements-button, .mobileCenter .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .mobileCenter .superfeature-link, .mobileCenter button:not([class^=ais]) {
    margin: auto !important;
  }
}
.three-columns {
  padding: 2rem 0.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.three-columns .item {
  flex: 1 0 auto;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .three-columns {
    display: grid;
  }
}
@media (min-width: 48rem) {
  .three-columns {
    padding: 2rem;
  }
}
.four-columns {
  gap: 2rem;
}
.four-columns .item {
  flex: 1 0 auto;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .four-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }
}
@media (min-width: 75rem) {
  .four-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.breadcrumbs {
  margin-top: 1rem;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 0.8rem;
}
@media (min-width: 48rem) {
  .breadcrumbs {
    text-align: left;
  }
}
.breadcrumbs span {
  color: #d3d6d7;
}
.page-header {
  display: block;
}
.page-header .page-header-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: #092c3e;
}
@media (min-width: 48rem) {
  .page-header .page-header-main {
    flex-direction: row;
  }
}
.page-header .page-header-image {
  flex: 1 0 50%;
  min-height: 10rem;
  background-size: cover;
  padding: 2rem 2rem 1rem 2rem;
  order: 1;
}
.page-header .page-header-title {
  margin-top: 0;
  flex: 1 0 50%;
  max-width: 1440px;
  color: #ffffff;
  order: 2;
  padding: 8rem 1rem 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48rem) {
  .page-header .page-header-title {
    min-height: 20rem;
    order: 0;
    padding: calc(6rem + 4vw) calc(2rem + 2vw) calc(1rem + 4vw) calc(2rem + 2vw);
  }
}
.eyebrow {
  font-family: franklin-gothic-atf, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.3vi + 0.4rem, 1rem);
  margin-bottom: 1rem;
  color: #8a1e2a;
}
.subheading {
  font-family: RizomaM, serif;
  width: 100%;
}
.underline {
  border-bottom: 1px solid #09090a;
  padding-bottom: 1rem;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.overlay-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.overlay-close span {
  font-size: 3rem;
}
.image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.textwidget .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  width: inherit;
}
.ais-Pagination-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ais-Pagination-item + .ais-Pagination-item {
  margin-left: 0.3rem;
}
.ais-Pagination-link {
  padding: 0.3rem 0.6rem;
  display: block;
  border: 0px solid #c4c8d8;
  border-radius: 5px;
  transition: background-color 0.2s ease-out;
  color: #09090a;
  text-decoration: none;
}
.ais-Pagination-link:focus,
.ais-Pagination-link:hover {
  background-color: #e3e5ec;
}
.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 0.6;
  cursor: not-allowed;
  color: #a5abc4;
}
.ais-Pagination-item--disabled .ais-Pagination-link:focus,
.ais-Pagination-item--disabled .ais-Pagination-link:hover {
  color: #a5abc4;
  background-color: #fff;
}
.ais-Pagination-item--selected .ais-Pagination-link {
  color: #fff;
  background-color: #0f232f;
  border-color: #092c3e;
}
.ais-Pagination-item--selected .ais-Pagination-link:focus,
.ais-Pagination-item--selected .ais-Pagination-link:hover {
  color: #fff;
}
.material-symbols-outlined {
  font-weight: 400;
}
.menu-container {
  display: flex;
  position: relative;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 48rem) {
  .menu-container {
    padding: 2rem;
  }
}
.cart-close {
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart-close .material-symbols-outlined {
  margin: 0.25rem;
}
.cart-close:hover {
  color: #8a1e2a;
}
.menu-container {
  display: flex;
  gap: 10vw;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .menu-container {
    flex-direction: row;
  }
}
.menu-container .menu-container-main-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 6rem;
}
@media (min-width: 48rem) {
  .menu-container .menu-container-main-list {
    padding-bottom: 0;
  }
}
@media (min-width: 48rem) {
  .menu-container .menu-container-main-list:has(.selected) .menu-container-main-list-item:not(.selected) {
    opacity: 0.5;
  }
}
.menu-container .menu-container-main-list-item {
  margin-top: 0;
  color: inherit;
  --lineWidth: 0;
  text-decoration: none;
}
.menu-container .menu-container-main-list-item.selected {
  --lineWidth: 100%;
}
.menu-container .menu-container-main-list-item:after {
  content: "";
  display: block;
  width: var(--lineWidth);
  height: 2px;
  background-color: #b88d49;
  transition: all 0.3s ease;
}
.menu-container .menu-container-pages {
  flex: 1;
  width: 100%;
}
@media (max-width: 48rem) {
  .menu-container .menu-container-pages {
    display: none;
  }
}
.menu-container .menu-container-page {
  width: 100%;
  height: 100%;
  display: flex;
}
.menu-container .menu-container-page > * {
  flex: 1;
}
.menu-container .menu-container-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 60vh;
}
.menu-container .menu-container-sub-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.menu-container .menu-container-sub-menu-item {
  --lineWidth: 0;
}
.menu-container .menu-container-sub-menu-item a {
  color: inherit;
  text-decoration: none;
}
.menu-container .menu-container-sub-menu-item:hover {
  --lineWidth: 100%;
}
.menu-container .menu-container-sub-menu-item:after {
  content: "";
  display: block;
  width: var(--lineWidth);
  height: 2px;
  background-color: #b88d49;
  transition: all 0.3s ease;
}
@media (min-width: 48rem) {
  .menu-container .menu-container-sub-menu-mobile {
    display: none;
  }
}
.menu-container .menu-container-sub-menu-mobile .menu-container-sub-menu-item {
  font-size: clamp(1rem, 0.36vi + 0.41rem, 1.333rem);
}
.cart-close {
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart-close .material-symbols-outlined {
  margin: 0.25rem;
}
.cart-close:hover {
  color: #8a1e2a;
}
.chunks {
  flex: 1 0 30%;
}
.companions {
  position: relative;
  flex: 1 0 60%;
}
.companion {
  position: absolute;
  top: 2rem;
  display: flex;
  gap: 2rem;
}
.companion > div {
  flex: 1 0 50%;
}
/* HTML: <div class="loader"></div> */
.loader {
  color: #51636e;
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #bbb 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
#splash {
  background-color: #09090a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
}
#splash img {
  width: 80vw;
  max-width: 240px;
  mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 95%, rgb(0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
}
.attrib {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.hoverRevealsH5 .card {
  position: relative;
  overflow: hidden;
}
.hoverRevealsH5 .card .background {
  filter: blur(0px) brightness(1);
}
.hoverRevealsH5 .card .item h5, .hoverRevealsH5 .card .item .endorsements-container .endorsement-text, .endorsements-container .hoverRevealsH5 .card .item .endorsement-text, .hoverRevealsH5 .card .item .menu-container .menu-container-sub-menu-item, .menu-container .hoverRevealsH5 .card .item .menu-container-sub-menu-item {
  will-change: height;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 100px), transparent 100%);
  mask-image: linear-gradient(to bottom, black calc(100% - 100px), transparent 100%);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-carousel {
  padding: 120px 0 120px;
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  max-width: calc(1800px - 2rem);
  margin: auto;
}
.hero-carousel-item {
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media (min-width: 48rem) {
  .hero-carousel-item {
    flex-direction: row;
  }
}
.hero-carousel-item:not(:first-child) {
  position: absolute;
}
.hero-carousel-image {
  flex: 1 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48rem) {
  .hero-carousel-image {
    order: 2;
  }
}
.hero-carousel-image img {
  max-height: 80vw;
  width: auto;
}
@media (min-width: 48rem) {
  .hero-carousel-image img {
    max-height: 60vh;
  }
}
.hero-carousel-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-carousel-text .button, .hero-carousel-text .ais-ClearRefinements-button, .hero-carousel-text .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .hero-carousel-text .superfeature-link, .hero-carousel-text button:not([class^=ais]) {
  display: inline-flex;
}
.hero-carousel-pager-container {
  position: absolute;
  bottom: 2em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero-carousel-pager {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 48rem) {
  .buttons {
    flex-direction: row;
  }
}
.hero-carousel-page {
  cursor: pointer;
}
.hero-carousel-static {
  width: 2remrem;
  height: 4px;
  position: relative;
  margin-right: 0.5rem;
}
.hero-carousel-static:after {
  display: block;
  border-radius: 0;
  content: "";
  border: 2px solid currentColor;
  width: 2rem;
  height: 4px;
  z-index: 3;
  opacity: 0.3;
}
.hero-carousel-blob {
  border-radius: 0;
  background-color: currentColor;
  width: 2rem;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ais-Hits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media (max-width: 48rem) {
  .ais-Hits-list {
    grid-template-columns: 1fr;
  }
}
.ais-Hits-list .ais-Hits-item {
  flex: 1 0 20%;
}
.ais-Hits-list .item-title {
  font-family: RizomaM, serif;
  font-weight: 600;
}
.ais-PoweredBy-text,
.rheostat-tooltip,
.rheostat-value,
.ais-Stats-text,
.ais-RelevantSort-text {
  font-size: 0.8rem;
}
.ais-RangeSlider .rheostat-progress {
  background-color: rgb(73, 85, 136);
}
.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  box-sizing: border-box;
}
.ais-RangeSlider .rheostat-handle {
  border-color: #878faf;
}
.ais-RangeSlider .rheostat-marker {
  background-color: #878faf;
}
.ais-ClearRefinements-button {
  margin-bottom: 1rem;
}
.ais-ClearRefinements-button--disabled {
  display: none;
}
.image-container {
  position: relative;
  overflow: hidden;
}
.hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 47.5%);
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}
/* Change this selector to trigger on card hover */
.card:hover .hover-overlay {
  opacity: 1;
}
.hover-button {
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 48rem) {
  .product-card-image .image-container .hover-overlay {
    display: none;
  }
}
.splash-image {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1300;
  background-size: cover;
  background-position: center;
}
.text-tiny {
  font-size: 0.7rem;
}
.text-small {
  font-size: 0.8rem;
}
@media (max-width: 48rem) {
  .copy-text {
    width: 100%;
  }
}
.images {
  display: flex;
  gap: 1rem;
}
.images.staggered {
  flex-direction: column;
}
@media (min-width: 48rem) {
  .images.staggered {
    display: grid;
    grid-template-columns: 3fr 4fr 3fr;
  }
  .images.staggered > div:nth-child(2n) {
    margin-top: 2rem;
  }
}
.images.staggeredTwos {
  gap: 3rem;
}
@media (min-width: 48rem) {
  .images.staggeredTwos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .images.staggeredTwos > div:nth-child(2n) {
    transform: translateY(3rem);
  }
}
.event-hero-text-container {
  padding: 4rem 2rem 0 2rem;
}
.event-hero-text-container .event-hero-text {
  font-size: clamp(1.333rem, 1.36vi + 0.41rem, 1.777rem);
  font-family: f37-caslon-regular, serif;
  text-align: center;
  max-width: 860px;
  margin: auto;
}
@media (min-width: 48rem) {
  .event-hero-text-container .event-hero-text {
    font-size: clamp(2.369rem, 3.48vi - 0.12rem, 3.157rem);
  }
}
.event-meta {
  padding: 4rem 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 48rem) {
  .event-meta {
    display: flex;
  }
}
.event-meta .event-separator {
  width: 1px;
  background-color: #09090a;
}
.event-meta .event-date,
.event-meta .event-location,
.event-meta .event-price {
  padding: 1rem;
  flex: 1;
  text-align: center;
}
.event-meta .event-date h4, .event-meta .event-date .modal-title, .event-meta .event-date .creator-name, .event-meta .event-date .subheading, .event-meta .event-date .menu-container .menu-container-main-list-item, .menu-container .event-meta .event-date .menu-container-main-list-item,
.event-meta .event-location h4,
.event-meta .event-location .modal-title,
.event-meta .event-location .creator-name,
.event-meta .event-location .subheading,
.event-meta .event-location .menu-container .menu-container-main-list-item,
.menu-container .event-meta .event-location .menu-container-main-list-item,
.event-meta .event-price h4,
.event-meta .event-price .modal-title,
.event-meta .event-price .creator-name,
.event-meta .event-price .subheading,
.event-meta .event-price .menu-container .menu-container-main-list-item,
.menu-container .event-meta .event-price .menu-container-main-list-item {
  margin-bottom: 0.5rem;
}
.event-meta .event-cta {
  flex: 1 0 100%;
  padding: 4rem 2rem 2rem 2rem;
  text-align: center;
}
.content-table {
  padding: 2rem;
  margin: auto;
  max-width: 1185px;
}
#content-hits .ais-Hits-list {
  display: block;
}
#content-hits .ais-Hits-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #09090a;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  #content-hits .ais-Hits-item {
    display: grid;
    gap: 2rem;
    text-align: left;
  }
}
#content-hits .ais-Hits-item .content-title {
  font-size: clamp(1.167rem, 0.86vi + 0.41rem, 1.555rem);
  font-family: f37-caslon-regular, serif;
}
#content-hits .ais-Hits-item .item-categories {
  text-transform: capitalize;
  font-family: RizomaM, serif;
}
#content-hits .ais-Hits-item a {
  margin: 0;
}
.content-table-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}
.content-table-header #category-filters {
  display: flex;
  gap: 1rem;
}
@media (min-width: 68rem) {
  .content-table-header #category-filters .tab-title {
    font-size: clamp(1.333rem, 1.36vi + 0.41rem, 1.777rem);
  }
}
.content-table-headings {
  margin-top: 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  font-family: RizomaM, serif;
  border-bottom: 1px solid #09090a;
  gap: 2rem;
}
.latest {
  padding: 4rem 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.text-link {
  font-weight: bold;
  text-decoration: none;
}
.post-header {
  display: block;
}
.post-header .post-header-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 48rem) {
  .post-header .post-header-main {
    flex-direction: row;
  }
}
.post-header .post-header-image {
  flex: 1 0 50%;
  min-height: 10rem;
  background-size: cover;
  padding: 2rem 2rem 1rem 2rem;
  order: 1;
}
.post-header .post-header-title {
  margin-top: 0;
  flex: 1 0 50%;
  order: 2;
  padding: 1rem 0rem 0.5rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48rem) {
  .post-header .post-header-title {
    min-height: 10rem;
    order: 0;
    padding: calc(2rem + 4vw) 2rem 0.5rem 2rem;
  }
}
.post-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 1rem 2rem 0.5rem 2rem;
  font-family: RizomaM, serif;
}
.post-content a:not(.button):not(button:not([class^=ais])):not(.ais-ClearRefinements-button) {
  text-decoration: underline;
}
.podcast-content {
  padding: 2rem;
}
.post-meta {
  padding: 0 0 1rem 0;
}
.meta-category {
  font-size: clamp(1.167rem, 0.86vi + 0.41rem, 1.555rem);
}
.meta-date {
  font-family: franklin-gothic-atf, sans-serif;
  font-weight: bold;
}
.player {
  padding: 4rem 0;
}
.post-ctas {
  padding: 2rem 0;
  gap: 0.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 48rem) {
  .post-ctas {
    gap: 3rem;
  }
}
.search-page .search-section-headers {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.search-page .search-section-headers .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  border-bottom: 1px solid #d3d6d7;
}
.search-page .search-section-headers .section-header span {
  line-height: 0.75;
}
.search-page .search-section-headers .section-header .toggle-filters-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #092c3e;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: -0.5rem;
}
.search-page .search-section-headers .section-header .toggle-filters-btn:hover {
  background: rgb(2.5352112676, 12.3943661972, 17.4647887324);
}
.search-page .search-section-headers .section-header .toggle-filters-btn .toggle-icon {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
.search-page .search-section-headers .store-header,
.search-page .search-section-headers .content-header {
  display: none;
}
.search-page .search-page-container {
  display: flex;
  gap: 2rem;
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 2rem 2rem 2rem;
}
@media (max-width: 48rem) {
  .search-page .search-page-container {
    flex-direction: column;
  }
  .search-page .search-page-container .ais-Hits-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.search-page .search-page-container.filters-collapsed .filters {
  display: none;
}
.search-page .search-page-container.filters-collapsed .search-content {
  flex: 1;
  max-width: 100%;
}
.search-page .search-page-container .filters {
  flex: 0 0 200px;
  transition: all 0.3s ease;
  margin-top: 0rem;
}
.search-page .search-page-container .filters .filter-section {
  margin-bottom: 2rem;
}
.search-page .search-page-container .filters .filter-section .section-header {
  font-size: 1.2rem;
  font-weight: 500;
  color: inherit;
  margin-bottom: 1rem;
}
.search-page .search-page-container .filters .filter-section .filter-option {
  margin-bottom: 0.5rem;
}
.search-page .search-page-container .filters .filter-section .filter-option label {
  margin-left: 0.5rem;
}
.search-page .search-page-container .search-content {
  flex: 1;
  transition: all 0.3s ease;
}
.search-page .search-page-container .search-content #searchbox {
  margin-bottom: 2rem;
}
.search-page .search-page-container .search-content #searchbox .ais-SearchBox-input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #d3d6d7;
  border-radius: 4px;
}
.search-page .search-page-container .search-content #search-sections {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.search-page .search-page-container .search-content .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d3d6d7;
}
.search-page .search-page-container .search-content .section-header a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: #092c3e;
}
.search-page .search-page-container .search-content .section-header .toggle-filters-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #092c3e;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-page .search-page-container .search-content .section-header .toggle-filters-btn:hover {
  background: rgb(2.5352112676, 12.3943661972, 17.4647887324);
}
.search-page .search-page-container .search-content .section-header .toggle-filters-btn .toggle-icon {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
.search-page .search-page-container .search-content .section-header.store-section-header, .search-page .search-page-container .search-content .section-header.content-section-header {
  display: none;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #d3d6d7;
}
.search-page #searchbar {
  margin: auto;
  max-width: 1185px;
  width: 100%;
  padding: 2rem 2rem 0 2rem;
}
.search-page #searchbar input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #d3d6d7;
  border-radius: 4px;
}
.search-page .ais-Hits-item {
  margin-bottom: 2rem;
}
.search-page .ais-Pagination {
  margin-top: 2rem;
}
.historical-card-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
  column-gap: 2rem;
  justify-content: center;
}
@media (min-width: 48rem) {
  .historical-card-container {
    flex-direction: row;
  }
}
.historical-card-container .historical-card-title {
  font-family: RizomaM, serif;
  display: flex;
  align-items: center;
  flex: 1 0 100%;
  gap: 1rem;
}
.historical-card-container .historical-card-title > div {
  flex: 0;
}
.historical-card-container .historical-card-title > .liner {
  flex: 1;
  border-bottom: 1px solid #09090a;
}
.historical-card-container > div {
  flex: 1;
}
.product-buy {
  display: flex;
  padding: 2rem;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 48rem) {
  .product-buy {
    padding: 0.5rem;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 48rem) {
  .product-buy .image {
    flex: 1 0 50%;
  }
}
.search-section.courses {
  display: none;
}
.filter-option:has#filter-courses {
  display: none;
}
@media (max-width: 48rem) {
  .hideOnMobile {
    display: none;
  }
}
@media (min-width: 48rem) {
  .hideOnDesktop {
    display: none;
  }
}
blockquote {
  border-left: 6px solid #89a4ad;
  margin: 1rem 1rem;
  padding: 1rem 1rem;
  font-style: italic;
}
.main-menu {
  position: relative;
  padding: calc(0.25rem + 1vw) 1rem;
  z-index: 1100;
  transition: padding 0.3s ease-out;
}
.main-menu .main-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1800px - 2rem);
  margin: auto;
  gap: 1rem;
}
@media (max-width: 48rem) {
  .main-menu .main-menu-content > *:not(.logo, .menu-button, .dropdown-menu) {
    display: none;
  }
}
@media screen and (max-width: 68rem) {
  .main-menu .main-menu-content .dropdown-menu {
    display: none;
  }
}
.main-menu .main-menu-search {
  color: inherit;
}
.main-menu .main-menu-search input {
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: calc(0.6rem + 0.5vw);
}
.main-menu .main-menu-search ::placeholder {
  color: inherit;
  opacity: 0.6;
}
.main-menu .main-menu-search .ais-SearchBox-reset {
  display: none;
}
.main-menu .main-menu-search .search-icon {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
.main-menu .main-menu-search .search-icon:hover {
  color: #b88d49;
}
.main-menu .main-menu-search .search-icon[data-state=search] {
  transform: rotate(73deg);
}
.main-menu .main-menu-search:hover .search-icon[data-state=search] {
  transform: rotate(87deg);
}
.main-menu .library-btn {
  font-size: 16px;
  color: inherit;
  border-color: currentColor;
}
#header.scrolled .main-menu {
  transition: padding 0.3s ease-in;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#body.posts .main-menu {
  background-color: #092c3e;
}
.top-menu-drawer-buttons [data-page=cart-page] {
  position: relative;
}
.emmaus-academic .menu {
  background-color: #f9f9f9;
  color: #092c3e;
}
.emmaus-academic .main-menu .dropdown-menu {
  margin-left: 3rem;
}
.emmaus-academic .main-menu .dropdown-content {
  background-color: transparent;
}
.emmaus-academic .main-menu .list-link {
  font-size: 0.8rem;
}
.emmaus-academic.scrolled .main-menu .dropdown-content {
  background-color: rgba(255, 255, 255, 0.9);
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container {
  background-color: #ffffff;
  color: #092c3e !important;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container a {
  color: #092c3e !important;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .big-menu {
  background-image: none;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container #search-interface {
  background-color: #ffffff;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .section-header {
  border-bottom: 1px solid #092c3e;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .cart-continue-shopping {
  color: #092c3e;
  border-color: #092c3e;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .cart-continue-shopping:hover {
  color: #ffffff;
  background-color: #092c3e;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .button, .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .superfeature-link, .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section button:not([class^=ais]), .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .ais-ClearRefinements-button {
  background-color: #092c3e;
  color: #ffffff !important;
}
.emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .button:hover, .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .superfeatures.buttonLinks .superfeature-link:hover, .superfeatures.buttonLinks .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .superfeature-link:hover, .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section button:hover:not([class^=ais]), .emmaus-academic:not(.dark-header) .top-menu-drawer .drawer-container .cart-page .subtotal-section .ais-ClearRefinements-button:hover {
  background-color: #ffffff;
  color: #092c3e !important;
  border-color: #092c3e;
}
#header {
  flex-grow: 0;
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: var(--scrollbar-compensate, 0);
  z-index: 1100;
  justify-content: space-between;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#header, #header.dark-header {
  color: #ffffff;
}
#header.solid-background, #header.dark-header.solid-background {
  background-color: #092c3e;
}
#header.scrolled, #header.dark-header.scrolled {
  background-color: #092c3e;
}
#header.light-header, #header.emmaus-academic:not(.dark-header), #header.emmaus-road-publishing:not(.dark-header) {
  color: #09090a;
}
#header.light-header.solid-background, #header.emmaus-academic:not(.dark-header).solid-background, #header.emmaus-road-publishing:not(.dark-header).solid-background {
  background-color: #ffffff;
}
#header.light-header.scrolled, #header.emmaus-academic:not(.dark-header).scrolled, #header.emmaus-road-publishing:not(.dark-header).scrolled {
  background-color: white;
}
#header.light-header .main-menu-drawer .drawer-container, #header.emmaus-academic:not(.dark-header) .main-menu-drawer .drawer-container, #header.emmaus-road-publishing:not(.dark-header) .main-menu-drawer .drawer-container {
  background-color: #ffffff;
  color: #09090a !important;
}
#header.light-header .main-menu-drawer .drawer-container a, #header.emmaus-academic:not(.dark-header) .main-menu-drawer .drawer-container a, #header.emmaus-road-publishing:not(.dark-header) .main-menu-drawer .drawer-container a {
  color: #09090a !important;
}
#header.light-header .main-menu-drawer .drawer-container .big-menu, #header.emmaus-academic:not(.dark-header) .main-menu-drawer .drawer-container .big-menu, #header.emmaus-road-publishing:not(.dark-header) .main-menu-drawer .drawer-container .big-menu {
  background-image: none;
}
#header.light-header .main-menu-drawer .drawer-container #search-interface, #header.emmaus-academic:not(.dark-header) .main-menu-drawer .drawer-container #search-interface, #header.emmaus-road-publishing:not(.dark-header) .main-menu-drawer .drawer-container #search-interface {
  background-color: #ffffff;
}
#header.light-header .main-menu-drawer .drawer-container .section-header, #header.emmaus-academic:not(.dark-header) .main-menu-drawer .drawer-container .section-header, #header.emmaus-road-publishing:not(.dark-header) .main-menu-drawer .drawer-container .section-header {
  border-bottom: 1px solid #092c3e;
}
#header.light-header .big-menu-footer a, #header.emmaus-academic:not(.dark-header) .big-menu-footer a, #header.emmaus-road-publishing:not(.dark-header) .big-menu-footer a {
  color: #09090a;
}
#header.light-header .big-menu-footer a.button, #header.light-header .big-menu-footer .superfeatures.buttonLinks a.superfeature-link, .superfeatures.buttonLinks #header.light-header .big-menu-footer a.superfeature-link, #header.light-header .big-menu-footer a.ais-ClearRefinements-button, #header.emmaus-academic:not(.dark-header) .big-menu-footer a.button, #header.emmaus-academic:not(.dark-header) .big-menu-footer .superfeatures.buttonLinks a.superfeature-link, .superfeatures.buttonLinks #header.emmaus-academic:not(.dark-header) .big-menu-footer a.superfeature-link, #header.emmaus-academic:not(.dark-header) .big-menu-footer a.ais-ClearRefinements-button, #header.emmaus-road-publishing:not(.dark-header) .big-menu-footer a.button, #header.emmaus-road-publishing:not(.dark-header) .big-menu-footer .superfeatures.buttonLinks a.superfeature-link, .superfeatures.buttonLinks #header.emmaus-road-publishing:not(.dark-header) .big-menu-footer a.superfeature-link, #header.emmaus-road-publishing:not(.dark-header) .big-menu-footer a.ais-ClearRefinements-button {
  border-color: #09090a;
}
#header.no-transition {
  transition: none;
}
.impersonation-spacer {
  background-color: #092c3e;
  display: none;
  height: calc(3.4rem + 2px);
}
.impersonation-spacer.visible {
  display: flex;
}
.impersonation-bar {
  background-color: #09090a;
  display: none;
  gap: 1rem;
  padding: 0.5rem 1rem;
  align-items: center;
  font-family: RizomaM, serif;
}
.impersonation-bar.visible {
  display: flex;
}
.impersonation-bar .impersonation-email {
  margin-left: auto;
}
.impersonation-bar .impersonation-stop {
  border: 1px solid #cd3030;
  margin: 0;
}
.impersonation-bar .impersonation-stop:hover {
  border-color: #cd3030;
  background-color: #cd3030;
  color: #ffffff;
}
.menu {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  border-bottom: 1px solid rgba(9, 9, 10, 0.1);
  background-color: #092c3e;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 10px 20px -12px, rgba(0, 0, 0, 0.15) 0px 8px 12px -18px;
  font-size: 0.6rem;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1110;
}
.menu-chunk {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  gap: 1rem;
  flex: 1 0 auto;
  color: inherit;
}
@media (max-width: 48rem) {
  .menu-chunk {
    gap: 0.25rem;
  }
}
.menu-chunk:last-child {
  justify-content: flex-end;
}
.menu-chunk .menu-item {
  transition: all 0.3s ease;
  font-size: 0.6rem;
}
.menu-chunk .menu-item:hover {
  color: #b88d49;
}
.logo {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.logo a {
  display: block;
  flex: 1 0 auto;
}
.logo img {
  height: auto;
  max-width: 180px;
}
@media (min-width: 48rem) {
  .logo img {
    max-width: 240px;
  }
}
.logo:hover {
  opacity: 0.6;
}
.small-logo {
  color: inherit;
  padding: 0.25rem 1rem 0.25rem 0;
  opacity: 1;
}
@media (min-width: 48rem) {
  .small-logo {
    border-right: 1px solid currentColor;
  }
}
.menu-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: pointer;
}
.menu img {
  width: 120px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.menu img:hover {
  opacity: 1;
}
#menu-toggle {
  transition: color 0.3s ease, transform 0.3s ease;
}
#menu-toggle:hover {
  color: #b88d49;
}
#menu-toggle span,
#menu-toggle svg,
#menu-toggle path {
  font-size: 2rem;
  color: inherit;
}
#menu-toggle[data-state=close] {
  transform: rotate(-90deg);
}
.menu-button {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.menu-button span {
  color: inherit;
}
.menu-button:hover, .menu-button.selected {
  color: #b88d49;
}
.membership-page {
  display: flex;
  flex-direction: column;
  min-height: 15rem;
}
@media (min-width: 48rem) {
  .membership-page {
    font-size: 18px;
  }
}
.verify-id a:not(.button):not(button:not([class^=ais])):not(.ais-ClearRefinements-button),
.non-subscription-member a:not(.button):not(button:not([class^=ais])):not(.ais-ClearRefinements-button) {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.verify-id a:not(.button):not(button:not([class^=ais])):not(.ais-ClearRefinements-button):hover,
.non-subscription-member a:not(.button):not(button:not([class^=ais])):not(.ais-ClearRefinements-button):hover {
  opacity: 0.6;
}
.membership-page-back,
.membership-page-back.material-icons-outlined {
  cursor: pointer;
  font-size: 19px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #b88d49;
}
@media (min-width: 48rem) {
  .membership-page-back,
  .membership-page-back.material-icons-outlined {
    display: none;
  }
}
.membership-table {
  width: 100%;
  max-width: 64rem;
  max-height: 17rem;
  overflow: auto;
  scrollbar-width: thin;
  margin-bottom: 1rem;
}
.membership-table table {
  width: 100%;
  border-collapse: separate;
}
.membership-table thead {
  position: sticky;
  top: 0;
  background-color: #092c3e;
}
.membership-table th {
  font-weight: normal;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.membership-table td {
  padding: 1rem 0;
  font-size: inherit;
}
.membership-actions {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .membership-actions {
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.membership-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .membership-list {
    display: none;
  }
}
.membership-list-item-title {
  font-weight: 500;
}
.switch-membership-modal .switch-membership-error {
  color: #cd3030;
  text-align: end;
}
.switch-membership-modal .switch-membership-helper-text {
  margin-top: 2rem;
  text-align: end;
}
.information-page {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 1rem;
}
.information-page .info-column-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.6rem 0;
  margin-bottom: 0.6rem;
}
@media (min-width: 48rem) {
  .information-page {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    font-size: 18px;
  }
}
.information-page-back.material-icons-outlined,
.information-page-back {
  cursor: pointer;
  font-size: 19px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #b88d49;
}
@media (min-width: 48rem) {
  .information-page-back.material-icons-outlined,
  .information-page-back {
    display: none;
  }
}
.account-page {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.account-page .account-view {
  flex-grow: 1;
}
@media (min-width: 48rem) {
  .account-page {
    flex-direction: row;
    gap: 4rem;
    padding-top: 2rem;
  }
}
.desktop-account-menu {
  display: none;
}
.desktop-account-menu a {
  color: inherit;
  text-decoration: none;
}
.desktop-account-menu > * {
  font-size: 18px;
  padding: 0.6rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.desktop-account-menu > *:hover, .desktop-account-menu > *.selected {
  color: #b88d49;
}
.desktop-account-menu > *:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 48rem) {
  .desktop-account-menu {
    display: flex;
    flex-direction: column;
  }
}
.mobile-account-menu-menu-list {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}
.mobile-account-menu-menu-list a {
  color: inherit;
}
.mobile-account-menu-menu-list > * {
  display: flex;
  align-items: center;
  font-family: f37-caslon-regular, serif;
  padding: 0.6rem 0;
  cursor: pointer;
  font-size: 28px;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-account-menu-menu-list > *:hover {
  color: #b88d49;
}
.mobile-account-menu-menu-list > * .material-icons-outlined {
  margin-left: auto;
  font-size: 18px;
  color: #b88d49;
}
.mobile-account-menu-sign-out {
  color: inherit;
  font-family: f37-caslon-regular, serif;
  font-size: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0.6rem 0;
  transition: all 0.3s ease;
}
.mobile-account-menu-sign-out:hover {
  color: #b88d49;
}
.cart-page {
  padding-top: 2rem;
}
.cart-page .cart-list {
  margin-bottom: 1rem;
}
.cart-page .cart-list .cart-list-header {
  display: flex;
  gap: 1rem;
  font-size: 14px;
  border-bottom: 1px solid #51636e;
  padding-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.cart-page .cart-list .header-cost {
  margin-left: auto;
  width: 4rem;
}
.cart-page .cart-list .quantity-section {
  width: 100%;
  max-width: 22rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 1rem;
}
.cart-page .cart-list .cart-list-items {
  max-height: 33vh;
  overflow: auto;
  scrollbar-width: thin;
}
.cart-page .cart-list .line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #51636e;
  gap: 1rem;
  font-size: 18px;
}
.cart-page .cart-list .line .quantity-section {
  max-width: 22.5rem;
}
.cart-page .cart-list .line-title {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  padding: 1rem 0;
}
.cart-page .cart-list .line-title:hover {
  opacity: 0.6;
}
.cart-page .cart-list .line-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 5.4rem;
  justify-content: space-between;
}
.cart-page .cart-list .line-total {
  min-width: 4rem;
  margin-left: auto;
}
.cart-page .cart-list .add-quantity,
.cart-page .cart-list .remove-quantity {
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.cart-page .cart-list .add-quantity:hover,
.cart-page .cart-list .remove-quantity:hover {
  color: #b88d49;
}
.cart-page .cart-list .add-quantity.disabled,
.cart-page .cart-list .remove-quantity.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.cart-page .cart-list .remove-item > span {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.cart-page .cart-list .remove-item > span:hover {
  color: #cd3030;
}
.cart-page .cart-list .remove-item > span.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.cart-page .bottom-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cart-page .subtotal-section {
  margin-left: auto;
  flex-grow: 1;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 40rem) {
  .cart-page .subtotal-section {
    max-width: 22rem;
  }
}
.cart-page .subtotal-section .button, .cart-page .subtotal-section .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .cart-page .subtotal-section .superfeature-link, .cart-page .subtotal-section button:not([class^=ais]), .cart-page .subtotal-section .ais-ClearRefinements-button {
  justify-content: center;
}
.cart-page .subtotal {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cart-page .subtotal-price {
  min-width: 4rem;
  font-size: 22px;
  margin-left: auto;
}
.cart-page .subtotal-price .skeleton {
  line-height: 1;
}
.cart-page .empty-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  gap: 1rem;
}
.cart-continue-shopping {
  align-self: end;
  justify-content: center;
}
@media (max-width: 40rem) {
  .cart-continue-shopping {
    width: 100%;
  }
}
.cart-error {
  color: #cd3030;
  margin-bottom: 1rem;
}
.top-menu-drawer {
  z-index: 1101;
  overflow: auto;
}
.top-menu-drawer .drawer-container {
  min-height: 18rem;
  padding: 3rem 2rem;
}
@media (min-width: 48rem) {
  .top-menu-drawer .drawer-container {
    padding-right: 3rem;
  }
}
.search {
  margin-top: 7rem;
  overflow: auto;
}
.search:not(.visible) {
  overflow: hidden;
}
.search #search-interface {
  width: 100%;
  margin-top: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  z-index: 10;
}
@media (min-width: 48rem) {
  .search #search-interface {
    flex-direction: row;
  }
}
.search #hits-container {
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.search #hits-container::-webkit-scrollbar {
  display: none;
}
.search #hits-container > div {
  padding: 2rem;
  max-width: 900px;
  width: 100%;
}
.search a {
  color: inherit;
}
.search .ais-Hits {
  width: 100%;
  z-index: 9;
  flex: 1 0 50%;
}
.search .ais-Hits-item {
  margin-bottom: 0.5rem;
}
.search .ais-Hits-item .details {
  margin-top: 1rem;
}
.search .ais-Hits-item .title {
  font-family: f37-caslon-regular, serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.search .ais-Hits-item img {
  width: 100%;
  height: 16.5rem;
  object-fit: contain;
  object-position: bottom;
}
.search .ais-Hits-item mark {
  background-color: rgba(184, 141, 73, 0.2);
}
.linear .ais-Hits-list {
  display: block;
}
@media (max-width: 48rem) {
  .search-section.store .ais-Hits-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.book-card a,
.study-card a,
.event-card a,
.media-card a {
  text-decoration: none;
}
.big-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 1rem;
  margin: 8rem 0 0rem 0;
  padding: 0 1rem 1rem 1rem;
  background-image: linear-gradient(to bottom right, #092c3e, #092c3e, #425664);
  overflow-y: auto;
  transition: none;
}
@media (min-width: 48rem) {
  .big-menu {
    margin: 0;
    padding: 6rem 2rem 1rem 1rem;
  }
}
.big-menu.visible {
  height: 100%;
  transition: opacity 0.3s ease;
}
.big-menu > :first-child {
  margin-top: auto;
  margin-bottom: auto;
}
.big-menu-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 48rem) {
  .big-menu-footer {
    flex-direction: column;
  }
}
.big-menu-footer-hours {
  margin-left: auto;
  margin-right: 3rem;
}
.big-menu-footer-hours a {
  color: inherit;
}
.big-menu-footer-hours a:hover {
  text-decoration: underline;
}
.emmausAcademic .big-menu {
  background-image: none;
}
@media screen and (max-width: 68rem) {
  .emmausAcademic .menu-button#menu-toggle {
    display: block !important;
  }
}
.emmausAcademic #search-interface {
  background-color: #ffffff;
}
.emmausAcademic .section-header {
  border-bottom: 1px solid #092c3e;
}
.emmausAcademic .drawer-container {
  background-color: #ffffff;
  color: #09090a !important;
}
.emmausAcademic .big-menu-footer a {
  color: #09090a;
}
.dropdown-menu {
  flex: 1;
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 68rem) {
  .dropdown-menu {
    flex: 1 0 auto;
  }
}
.dropdown-menu .dropdown-menu-item {
  position: relative;
}
.dropdown-menu .dropdown-menu-item:hover .menu-header {
  font-weight: 500;
}
.dropdown-menu .menu-header {
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
}
.dropdown-menu .sub-arrow {
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
}
.dropdown-menu .fa-svg-chevron-down {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
.dropdown-menu .dropdown-content {
  position: absolute;
  top: 100%;
  left: -0.5rem;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1101;
  background: white;
}
.dropdown-menu .dropdown-content .chunk {
  text-transform: uppercase;
}
.dropdown-menu .dropdown-content .chunk div {
  padding: 0.5rem 1rem;
}
.dropdown-menu .dropdown-content .chunk div:hover {
  font-weight: 500;
}
.dropdown-menu .dropdown-content .chunk div:last-child {
  padding-bottom: 1rem;
}
.dropdown-menu .dropdown-content a {
  color: inherit;
}
.dropdown-menu .arrow {
  transition: transform 0.3s ease;
}
[data-controller=modal] {
  z-index: 1300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
[data-controller=modal].open {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(9, 9, 10, 0.5);
}
.modal-container {
  position: relative;
  color: #09090a;
  background-color: #ffffff;
  width: 100%;
  max-width: 35rem;
  min-height: 21rem;
  margin: 2rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.modal-actions {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: end;
  padding-top: 1rem;
}
.modal-actions button,
.modal-actions .button,
.modal-actions .superfeatures.buttonLinks .superfeature-link,
.superfeatures.buttonLinks .modal-actions .superfeature-link,
.modal-actions .ais-ClearRefinements-button {
  margin-top: 0;
}
.modal-close,
button.modal-close,
.modal-container button.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-family: "Material Icons Outlined";
  font-size: 26px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin: 0;
  opacity: 0.6;
  color: inherit;
  background-color: transparent;
  border: none;
}
.modal-close::before,
button.modal-close::before,
.modal-container button.modal-close::before {
  content: "close";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close:hover, .modal-close:hover:not(:disabled),
button.modal-close:hover,
button.modal-close:hover:not(:disabled),
.modal-container button.modal-close:hover,
.modal-container button.modal-close:hover:not(:disabled) {
  opacity: 1;
  color: inherit;
  background-color: transparent;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 3.5px solid #092c3e;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button, .superfeatures.buttonLinks .superfeature-link, button:not([class^=ais]), .ais-ClearRefinements-button {
  margin-top: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #092c3e;
  color: #092c3e;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.3s ease 0.3s;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: clamp(1rem, 0.36vi + 0.41rem, 1.333rem);
  text-decoration: none;
}
.button:not(:disabled), .superfeatures.buttonLinks .superfeature-link:not(:disabled), button:not(:disabled):not([class^=ais]), .ais-ClearRefinements-button:not(:disabled) {
  cursor: pointer;
}
.button:not(:disabled):hover, .superfeatures.buttonLinks .superfeature-link:not(:disabled):hover, button:not(:disabled):hover:not([class^=ais]), .ais-ClearRefinements-button:not(:disabled):hover {
  background-color: #092c3e;
  color: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
}
.button:disabled, .superfeatures.buttonLinks .superfeature-link:disabled, button:disabled:not([class^=ais]), .ais-ClearRefinements-button:disabled, .button.disabled, .superfeatures.buttonLinks .disabled.superfeature-link, button.disabled:not([class^=ais]), .disabled.ais-ClearRefinements-button, .button.loading, .superfeatures.buttonLinks .loading.superfeature-link, button.loading:not([class^=ais]), .loading.ais-ClearRefinements-button {
  pointer-events: none;
  border-color: #d4d7d8;
  background-color: #d4d7d8;
}
.button:disabled, .superfeatures.buttonLinks .superfeature-link:disabled, button:disabled:not([class^=ais]), .ais-ClearRefinements-button:disabled, .button.disabled, .superfeatures.buttonLinks .disabled.superfeature-link, button.disabled:not([class^=ais]), .disabled.ais-ClearRefinements-button {
  color: #ffffff;
}
.button.loadable:after, .superfeatures.buttonLinks .loadable.superfeature-link:after, button.loadable:not([class^=ais]):after, .loadable.ais-ClearRefinements-button:after {
  content: "";
  transition: all 0.3s ease 0.15s;
  width: 24px;
  height: 24px;
  border: 3px solid;
  border-color: #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  pointer-events: none;
  opacity: 0;
}
.button.loading, .superfeatures.buttonLinks .loading.superfeature-link, button.loading:not([class^=ais]), .loading.ais-ClearRefinements-button {
  color: transparent;
}
.button.loading:after, .superfeatures.buttonLinks .loading.superfeature-link:after, button.loading:not([class^=ais]):after, .loading.ais-ClearRefinements-button:after {
  opacity: 1;
}
.button.fancy, .superfeatures.buttonLinks .fancy.superfeature-link, button.fancy:not([class^=ais]), .fancy.ais-ClearRefinements-button {
  background-color: #b88d49;
  color: #ffffff;
}
.button.fancy:hover, .superfeatures.buttonLinks .fancy.superfeature-link:hover, button.fancy:hover:not([class^=ais]), .fancy.ais-ClearRefinements-button:hover {
  background-color: rgb(148.1897233202, 113.1778656126, 57.8102766798);
}
.button.small, .superfeatures.buttonLinks .small.superfeature-link, button.small:not([class^=ais]), .small.ais-ClearRefinements-button {
  font-size: clamp(0.563rem, 0.2vi + 0.4rem, 0.75rem);
  padding: 0.25rem 1rem;
  max-height: 50px;
}
.button.small:before, .superfeatures.buttonLinks .small.superfeature-link:before, button.small:not([class^=ais]):before, .small.ais-ClearRefinements-button:before {
  background-color: rgba(9, 9, 10, 0.8);
}
.button.nomargin, .superfeatures.buttonLinks .nomargin.superfeature-link, button.nomargin:not([class^=ais]), .nomargin.ais-ClearRefinements-button {
  margin: 0;
}
.button.light, .superfeatures.buttonLinks .light.superfeature-link, button.light:not([class^=ais]), .light.ais-ClearRefinements-button {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(9, 44, 62, 0);
}
.button.light:hover, .superfeatures.buttonLinks .light.superfeature-link:hover, button.light:hover:not([class^=ais]), .light.ais-ClearRefinements-button:hover {
  color: #ffffff;
  background-color: rgba(9, 9, 10, 0.8);
}
.button.white:not(.filled):not(.outlined), .superfeatures.buttonLinks .white.superfeature-link:not(.filled):not(.outlined), button.white:not(.filled):not(.outlined):not([class^=ais]), .white.ais-ClearRefinements-button:not(.filled):not(.outlined) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #09090a !important;
}
.button.filled, .superfeatures.buttonLinks .filled.superfeature-link, button.filled:not([class^=ais]), .filled.ais-ClearRefinements-button {
  background-color: #092c3e;
  border-color: #092c3e;
  color: #ffffff;
}
.button.filled:hover, .superfeatures.buttonLinks .filled.superfeature-link:hover, button.filled:hover:not([class^=ais]), .filled.ais-ClearRefinements-button:hover {
  color: #092c3e;
  background-color: #ffffff;
  border-color: #092c3e;
}
.button.filled:disabled, .superfeatures.buttonLinks .filled.superfeature-link:disabled, button.filled:disabled:not([class^=ais]), .filled.ais-ClearRefinements-button:disabled, .button.filled.disabled, .superfeatures.buttonLinks .filled.disabled.superfeature-link, button.filled.disabled:not([class^=ais]), .filled.disabled.ais-ClearRefinements-button, .button.filled.loading, .superfeatures.buttonLinks .filled.loading.superfeature-link, button.filled.loading:not([class^=ais]), .filled.loading.ais-ClearRefinements-button {
  border-color: #d4d7d8;
  background-color: #ffffff;
}
.button.filled:disabled, .superfeatures.buttonLinks .filled.superfeature-link:disabled, button.filled:disabled:not([class^=ais]), .filled.ais-ClearRefinements-button:disabled, .button.filled.disabled, .superfeatures.buttonLinks .filled.disabled.superfeature-link, button.filled.disabled:not([class^=ais]), .filled.disabled.ais-ClearRefinements-button {
  color: #d4d7d8;
}
.button.filled.loading, .superfeatures.buttonLinks .filled.loading.superfeature-link, button.filled.loading:not([class^=ais]), .filled.loading.ais-ClearRefinements-button {
  color: transparent;
}
.button.filled.loading:after, .superfeatures.buttonLinks .filled.loading.superfeature-link:after, button.filled.loading:not([class^=ais]):after, .filled.loading.ais-ClearRefinements-button:after {
  border-color: #d4d7d8;
  border-top-color: transparent;
}
.button.filled.white, .superfeatures.buttonLinks .filled.white.superfeature-link, button.filled.white:not([class^=ais]), .filled.white.ais-ClearRefinements-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #092c3e;
}
.button.filled.white:hover, .superfeatures.buttonLinks .filled.white.superfeature-link:hover, button.filled.white:hover:not([class^=ais]), .filled.white.ais-ClearRefinements-button:hover {
  color: #ffffff;
  background-color: #092c3e;
}
.button.filled.white:disabled, .superfeatures.buttonLinks .filled.white.superfeature-link:disabled, button.filled.white:disabled:not([class^=ais]), .filled.white.ais-ClearRefinements-button:disabled, .button.filled.white.disabled, .superfeatures.buttonLinks .filled.white.disabled.superfeature-link, button.filled.white.disabled:not([class^=ais]), .filled.white.disabled.ais-ClearRefinements-button {
  color: rgb(66, 81, 92);
  border-color: rgb(66, 81, 92);
  background-color: #092c3e;
}
.button.outlined, .superfeatures.buttonLinks .outlined.superfeature-link, button.outlined:not([class^=ais]), .outlined.ais-ClearRefinements-button {
  color: #092c3e;
  border-color: #092c3e;
  background-color: transparent;
}
.button.outlined:hover, .superfeatures.buttonLinks .outlined.superfeature-link:hover, button.outlined:hover:not([class^=ais]), .outlined.ais-ClearRefinements-button:hover {
  color: #ffffff;
  background-color: #092c3e;
  border-color: #092c3e;
}
.button.outlined.white, .superfeatures.buttonLinks .outlined.white.superfeature-link, button.outlined.white:not([class^=ais]), .outlined.white.ais-ClearRefinements-button {
  color: #ffffff;
  border-color: #ffffff;
}
.button.outlined.white:hover, .superfeatures.buttonLinks .outlined.white.superfeature-link:hover, button.outlined.white:hover:not([class^=ais]), .outlined.white.ais-ClearRefinements-button:hover {
  color: #092c3e;
  background-color: #ffffff;
}
.button.store-btn, .superfeatures.buttonLinks .store-btn.superfeature-link, button.store-btn:not([class^=ais]), .store-btn.ais-ClearRefinements-button {
  transition: all 0.3s ease;
  padding: 0.5rem 0.8rem;
  border: 1px solid #092c3e;
  justify-content: center;
  color: #092c3e;
  background-color: #ffffff;
}
.button.store-btn > span:first-child, .superfeatures.buttonLinks .store-btn.superfeature-link > span:first-child, button.store-btn:not([class^=ais]) > span:first-child, .store-btn.ais-ClearRefinements-button > span:first-child {
  border-right: 1px solid currentColor;
  padding-right: 0.5rem;
}
.button.store-btn.selected, .superfeatures.buttonLinks .store-btn.selected.superfeature-link, button.store-btn.selected:not([class^=ais]), .store-btn.selected.ais-ClearRefinements-button {
  background-color: #092c3e;
  color: white;
}
.button.store-btn.selected:hover, .superfeatures.buttonLinks .store-btn.selected.superfeature-link:hover, button.store-btn.selected:hover:not([class^=ais]), .store-btn.selected.ais-ClearRefinements-button:hover {
  background-color: #092c3e;
  color: #ffffff;
}
.button.store-btn:hover, .superfeatures.buttonLinks .store-btn.superfeature-link:hover, button.store-btn:hover:not([class^=ais]), .store-btn.ais-ClearRefinements-button:hover {
  background-color: #d4d7d8;
  color: #092c3e;
}
.dark .button, .forceLightText .button, .dark .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .dark .superfeature-link, .forceLightText .superfeatures.buttonLinks .superfeature-link, .superfeatures.buttonLinks .forceLightText .superfeature-link, .dark button:not([class^=ais]), .forceLightText button:not([class^=ais]), .dark .ais-ClearRefinements-button, .forceLightText .ais-ClearRefinements-button {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .button.heavy, .forceLightText .button.heavy, .dark .superfeatures.buttonLinks .heavy.superfeature-link, .superfeatures.buttonLinks .dark .heavy.superfeature-link, .forceLightText .superfeatures.buttonLinks .heavy.superfeature-link, .superfeatures.buttonLinks .forceLightText .heavy.superfeature-link, .dark button.heavy:not([class^=ais]), .forceLightText button.heavy:not([class^=ais]), .dark .heavy.ais-ClearRefinements-button, .forceLightText .heavy.ais-ClearRefinements-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #09090a !important;
}
.dark .button.heavy:hover, .forceLightText .button.heavy:hover, .dark .superfeatures.buttonLinks .heavy.superfeature-link:hover, .superfeatures.buttonLinks .dark .heavy.superfeature-link:hover, .forceLightText .superfeatures.buttonLinks .heavy.superfeature-link:hover, .superfeatures.buttonLinks .forceLightText .heavy.superfeature-link:hover, .dark button.heavy:hover:not([class^=ais]), .forceLightText button.heavy:hover:not([class^=ais]), .dark .heavy.ais-ClearRefinements-button:hover, .forceLightText .heavy.ais-ClearRefinements-button:hover {
  color: #ffffff !important;
  background-color: #092c3e;
}
.dark .button:hover, .forceLightText .button:hover, .dark .superfeatures.buttonLinks .superfeature-link:hover, .superfeatures.buttonLinks .dark .superfeature-link:hover, .forceLightText .superfeatures.buttonLinks .superfeature-link:hover, .superfeatures.buttonLinks .forceLightText .superfeature-link:hover, .dark button:hover:not([class^=ais]), .forceLightText button:hover:not([class^=ais]), .dark .ais-ClearRefinements-button:hover, .forceLightText .ais-ClearRefinements-button:hover {
  color: #09090a;
  background-color: #ffffff;
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.2;
  }
}
.skeleton {
  background-color: currentColor;
  height: 3em;
  animation: pulse 1.5s infinite;
}
.skeleton.rounded {
  border-radius: 0.5rem;
}
.skeleton.text {
  display: inline;
  border-radius: 4px;
  user-select: none;
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/dist/assets/ajax-loader-BcnMEykj.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('data:application/vnd.ms-fontobject;base64,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');
    src: url('data:application/vnd.ms-fontobject;base64,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') format('embedded-opentype'), url('data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF') format('woff'), url('data:font/ttf;base64,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') format('truetype'), url('/dist/assets/slick-BlzDm7g2.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
