@charset "UTF-8";
/* Main styles */
@import '../../node_modules/react-dates/lib/css/_datepicker.css';
@font-face {
  font-family: "Bradford";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/BradfordLLWeb-Regular.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: 400;
  font-style: italic;
  src: url("./../fonts/BradfordLLWeb-Italic.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: normal;
  font-style: normal;
  src: url("./../fonts/BradfordLLWeb-Regular.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: normal;
  font-style: italic;
  src: url("./../fonts/BradfordLLWeb-Italic.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: 700;
  font-style: normal;
  src: url("./../fonts/BradfordLLWeb-Regular.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: 700;
  font-style: italic;
  src: url("./../fonts/BradfordLLWeb-Italic.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: bold;
  font-style: normal;
  src: url("./../fonts/BradfordLLWeb-Regular.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bradford";
  font-weight: bold;
  font-style: italic;
  src: url("./../fonts/BradfordLLWeb-Italic.woff2") format("woff2"), url("./../fonts/BradfordLLWeb-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Print";
  src: url("./../fonts/Print-Bold.woff2") format("woff2"), url("./../fonts/Print-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTC Bayard";
  src: url("./../fonts/VTCBayard-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTC Carrie";
  src: url("./../fonts/VTCCarrie-Regular.woff2") format("woff2"), url("./../fonts/VTCCarrie-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --text-color: #000;
  --background-color: #fff;
}

*, *:before, *:after {
  box-sizing: inherit;
  outline: 0;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  background-color: var(--background-color);
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

body:not(.wp-admin),
.editor-styles-wrapper {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.25;
  background-color: var(--background-color, transparent);
  color: var(--text-color);
  transition: background-color 400ms ease, color 400ms ease;
}

.lock, .menu-is-open, .search-is-open {
  overflow: hidden;
}

main {
  padding: 0 20px 20px;
}

.du-transition-main {
  opacity: 1;
  transition: opacity 500ms ease;
}
.is-animating .du-transition-main, .is-leaving .du-transition-main {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
.title {
  line-height: 1.2;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
}
@media (min-width: 800px) {
  h1, h2, h3, h4, h5, h6,
.title {
    line-height: 1;
  }
}

p {
  font-size: 20px;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

small {
  font-size: 0.75em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

figcaption,
label {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  line-height: 1.25;
  margin: 20px 0;
}
figcaption:first-child,
label:first-child {
  margin-top: 0;
}
figcaption:last-child,
label:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  figcaption,
label {
    font-size: 14px;
  }
}

a {
  cursor: pointer;
  color: inherit;
}
@supports (text-underline-offset: 0) {
  a {
    text-underline-offset: 0.125em;
  }
}
a[href*="tel:"] {
  text-decoration: none;
}

button {
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  background: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  letter-spacing: 0.5px;
}

dd,
ol,
ul {
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul:not([class]),
ol:not([class]),
ol.list,
ul.list {
  font-size: 20px;
  margin-bottom: 20px;
}
ul:not([class]):last-child,
ol:not([class]):last-child,
ol.list:last-child,
ul.list:last-child {
  margin-bottom: 0;
}

ul:not([class]) li,
ol:not([class]) li,
ol.list li,
ul.list li {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  line-height: 1.25;
  position: relative;
}

ol:not([class]),
ol.list {
  padding-left: 1.6666666667em;
  counter-reset: i;
}
ol:not([class]) li::before,
ol.list li::before {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  letter-spacing: 0;
  content: counter(i) ".";
  counter-increment: i;
  position: absolute;
  left: -1.6666666667em;
}

ul:not([class]),
ul.list {
  padding-left: 1em;
}
ul:not([class]) li::before,
ul.list li::before {
  content: "•";
  font-size: 0.6666666667em;
  position: absolute;
  left: -1.5em;
  top: 0.375em;
}

ol:not([class]):last-child,
ul:not([class]):last-child {
  margin-bottom: 0;
}

hr {
  display: block;
  border: 0;
  height: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: currentColor;
  color: inherit;
  margin: 20px 0;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

table {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: inherit;
  margin: 0 -8px;
}
table:not([class]) {
  display: block;
  max-width: 100%;
}

tr {
  height: 20px;
}

td {
  padding: 0 8px;
}

figure {
  margin: 0;
}

img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.input-resize {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
  max-width: 240px;
}
.input-resize::before {
  content: "$";
}
.input-resize::after,
.input-resize input {
  width: auto;
  min-width: 1em;
  grid-area: 1/2;
  font: inherit;
  resize: none;
  background: none;
  appearance: none;
}
.input-resize::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}
.input-resize:focus-within textarea:focus,
.input-resize:focus-within input:focus {
  outline: none;
}

input[name=nyp] {
  opacity: 0;
}
.input-resize input[name=nyp] {
  opacity: 1;
}

input,
textarea {
  font-size: inherit;
  color: var(--text-color);
  font-family: Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  transition: color 200ms;
  border-radius: 0;
}
input::placeholder,
textarea::placeholder {
  color: currentColor;
}

input {
  border-bottom: 0.0625em solid;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  color: var(--text-color);
  background-color: var(--background-color);
  border-color: currentColor;
  appearance: none;
  padding: 4px !important;
  background-image: url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==");
  background-repeat: no-repeat;
  background-position: 99% 53%;
  border-radius: 8px;
  font-size: 16px !important;
}

textarea {
  border: 0.0625em solid;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.sr-only:focus {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: black;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper, :root:root .swiper-container-vertical > .blocks-gallery-grid {
  flex-direction: column;
}

.swiper-wrapper, :root:root .blocks-gallery-grid {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, :root:root .swiper-container-android .wp-block-gallery .blocks-gallery-item, .wp-block-gallery :root:root .swiper-container-android .blocks-gallery-item,
.swiper-wrapper,
:root:root .blocks-gallery-grid {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper, :root:root .swiper-container-multirow > .blocks-gallery-grid {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper, :root:root .swiper-container-multirow-column > .blocks-gallery-grid {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper, :root:root .swiper-container-free-mode > .blocks-gallery-grid {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide, :root:root .wp-block-gallery .blocks-gallery-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide,
:root:root .swiper-container-autoheight .wp-block-gallery .blocks-gallery-item,
.wp-block-gallery :root:root .swiper-container-autoheight .blocks-gallery-item {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper, :root:root .swiper-container-autoheight .blocks-gallery-grid {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d, :root:root .wp-block-gallery {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, :root:root .swiper-container-3d .blocks-gallery-grid, :root:root .wp-block-gallery .swiper-wrapper, :root:root .wp-block-gallery .blocks-gallery-grid,
.swiper-container-3d .swiper-slide,
.wp-block-gallery :root:root .swiper-container-3d .blocks-gallery-item,
:root:root .wp-block-gallery .swiper-slide,
:root:root .wp-block-gallery .blocks-gallery-item,
.swiper-container-3d .swiper-slide-shadow-left,
:root:root .wp-block-gallery .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
:root:root .wp-block-gallery .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
:root:root .wp-block-gallery .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
:root:root .wp-block-gallery .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow,
:root:root .wp-block-gallery .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, :root:root .wp-block-gallery .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
:root:root .wp-block-gallery .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
:root:root .wp-block-gallery .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
:root:root .wp-block-gallery .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left, :root:root .wp-block-gallery .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right, :root:root .wp-block-gallery .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top, :root:root .wp-block-gallery .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom, :root:root .wp-block-gallery .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper, :root:root .swiper-container-css-mode > .blocks-gallery-grid {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar, :root:root .swiper-container-css-mode > .blocks-gallery-grid::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide, :root:root .wp-block-gallery .swiper-container-css-mode > .swiper-wrapper > .blocks-gallery-item, .wp-block-gallery :root:root .swiper-container-css-mode > .swiper-wrapper > .blocks-gallery-item, :root:root .swiper-container-css-mode > .blocks-gallery-grid > .swiper-slide, :root:root .wp-block-gallery .swiper-container-css-mode > .blocks-gallery-grid > .blocks-gallery-item {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper, :root:root .swiper-container-horizontal.swiper-container-css-mode > .blocks-gallery-grid {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper, :root:root .swiper-container-vertical.swiper-container-css-mode > .blocks-gallery-grid {
  scroll-snap-type: y mandatory;
}

#start-resizable-editor-section {
  display: none;
}

.wp-block-audio {
  margin: 0 0 1em 0;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.wp-block-button__link {
  color: white;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
  color: white;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  margin-right: 0;
  width: 100%;
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}

.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}

.wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-disable indentation */
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button {
  /*rtl:ignore*/
  margin-right: 0;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  /*rtl:ignore*/
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-buttons > .wp-block-button:last-child {
  /*rtl:ignore*/
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right > .wp-block-button {
  /*rtl:ignore*/
  margin-left: 0.5em;
  /*rtl:ignore*/
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
  /*rtl:ignore*/
  margin-left: 0;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons.alignleft .wp-block-button {
  /*rtl:ignore*/
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 0.5em;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
  /*rtl:ignore*/
  margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
  /*rtl:ignore*/
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 0.5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  /*rtl:ignore*/
  margin-left: 0;
}
.wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter {
  /* stylelint-enable indentation */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  width: 100%;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar th,
.wp-block-calendar tbody td {
  padding: 0.25em;
  border: 1px solid gray;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: gray;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
  color: #40464d;
}

.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}

.wp-block-code code {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
  /**
  * All Columns Alignment
  */
}
@media (min-width: 800px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 0 0;
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  /**
  * Individual Column Alignment
  */
}
@media (max-width: 767px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 2em;
  }
}
@media (min-width: 800px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
  width: 100%;
}

.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  /**
  * Set a default background color for has-background-dim _unless_ it includes another
  * background-color class (e.g. has-green-background-color). The presence of another
  * background-color class implies that another style will provide the background color
  * for the overlay.
  *
  * See:
  *   - Issue with background color specificity: https://github.com/WordPress/gutenberg/issues/26545
  *   - Issue with alternative fix: https://github.com/WordPress/gutenberg/issues/26545
  */
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: black;
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: z-index(".wp-block-cover.has-background-dim::before");
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 50%;
  width: 100%;
}
.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image::after,
.wp-block-cover::after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: z-index(".wp-block-cover__inner-container");
  color: white;
}
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.wp-block-cover__video-background {
  z-index: z-index(".wp-block-cover__video-background");
}

.wp-block-cover__image-background {
  z-index: z-index(".wp-block-cover__image-background");
}

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: white;
}
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
  color: white;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}

section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}

section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}

section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.44em;
  text-align: center;
}

.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper {
  min-width: 768px;
}

.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}

.wp-block-embed {
  margin: 0 0 1em 0;
}
.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-file .wp-block-file__embed {
  margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: white;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: white;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-self: flex-start;
  width: calc(50% - 1em);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: white;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery figcaption,
.blocks-gallery-grid figcaption {
  flex-grow: 1;
}
.wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item,
.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item {
  align-self: inherit;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
  }
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 800px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 50%;
  width: 100%;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-group {
  box-sizing: border-box;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0 0;
}

.wp-block-image {
  margin: 0 0 1em 0;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter {
  display: table;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports (mask-image: none) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    /* stylelint-disable */
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    border-radius: 0;
  }
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 1.25em + (1.25em / 2));
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 1.25em + (1.25em / 3));
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 1.25em + (1.25em / 4));
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 1.25em + (1.25em / 5));
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 1.25em + (1.25em / 6));
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
  display: block;
  color: #555;
  font-size: 0.8125em;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  /*rtl:ignore*/
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  /*rtl:ignore*/
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

.block-editor-image-alignment-control__row .components-base-control__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
  margin-bottom: 0;
}

ol.has-background,
ul.has-background {
  padding: 0 0;
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8% 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}

.wp-block-navigation__container {
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}

.items-justified-center > ul {
  justify-content: center;
}

.items-justified-right > ul {
  justify-content: flex-end;
}

.items-justified-space-between > ul {
  justify-content: space-between;
}

.is-vertical.items-justified-center > ul {
  align-items: center;
}

.is-vertical.items-justified-right > ul {
  align-items: flex-end;
}
.is-vertical.items-justified-right > ul .wp-block-navigation-link,
.is-vertical.items-justified-right > ul .wp-block-pages-list__item {
  margin-right: 0;
  justify-content: flex-end;
}

.wp-block-navigation .wp-block-pages-list__item,
.wp-block-navigation .wp-block-navigation-link {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0.5em 0 0;
}
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-pages-list__item:last-child,
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link:last-child {
  margin-right: 0;
}
.wp-block-navigation .wp-block-pages-list__item__link,
.wp-block-navigation .wp-block-navigation-link__content {
  color: inherit;
  display: block;
  padding: 0.5em 1em;
}
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link {
  text-decoration: inherit;
}
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content {
  text-decoration: inherit;
}
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content {
  text-decoration: none;
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-link__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-page-list__submenu-icon,
.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  height: inherit;
  padding: 0.375em 1em 0.375em 0;
}
.wp-block-navigation .wp-block-page-list__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-link__submenu-icon svg {
  stroke: currentColor;
}
.wp-block-navigation .has-child > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child > .wp-block-navigation-link__content {
  padding-right: 0.5em;
}
.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  min-width: 200px;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link {
  margin: 0;
}
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
  flex-grow: 1;
}
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
  padding-right: 0.5em;
}
@media (min-width: 800px) {
  .wp-block-navigation .has-child .submenu-container .submenu-container,
.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 100%;
    top: 0;
  }
  .wp-block-navigation .has-child .submenu-container .submenu-container::before,
.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container::before,
.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container::before,
.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container::before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,
.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg,
.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container {
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:focus-within > .wp-block-navigation-link__container {
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:hover {
  cursor: pointer;
}
.wp-block-navigation .has-child:hover > .submenu-container {
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:focus-within {
  cursor: pointer;
}
.wp-block-navigation .has-child:focus-within > .submenu-container {
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container,
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.items-justified-right .has-child .submenu-container,
.wp-block-navigation.items-justified-right .has-child .wp-block-navigation-link__container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-right .has-child .submenu-container .submenu-container,
.wp-block-navigation.items-justified-right .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.items-justified-right .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.items-justified-right .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
  left: auto;
  right: 100%;
}

.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation:not(.has-background) .submenu-container .submenu-container,
.wp-block-navigation:not(.has-background) .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container .wp-block-navigation-link__container {
  top: -1px;
}

.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-wrap: wrap;
  background-color: inherit;
}
.wp-block-navigation .wp-block-pages-list__item {
  background-color: inherit;
}
.wp-block-navigation .wp-block-page-list__submenu-icon {
  display: none;
}
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
  display: block;
}

.is-vertical .wp-block-navigation__container .wp-block-page-list {
  display: block;
}

.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-drop-cap.has-background {
  overflow: hidden;
}

p.has-background {
  padding: 0 0;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0;
}
.wp-block-post-author__name {
  font-weight: bold;
  margin: 0;
}

.wp-block-post-comments-form input[type=submit] {
  color: white;
  background-color: #32373c;
  border: none;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:visited {
  color: white;
}

.wp-block-post-excerpt__more-link {
  display: inline-block;
}

.wp-block-post-title a {
  display: inline-block;
}

.wp-block-preformatted {
  white-space: pre-wrap;
}

.wp-block-preformatted.has-background {
  padding: 0 0;
}

.wp-block-pullquote {
  margin: 0 0 1em 0;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 50%;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 1.25em;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-query-loop {
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-query-loop li {
  clear: both;
}
.wp-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-query-loop.is-flex-container li {
  margin: 0 0 1.25em 0;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc((100% / 2) - 1.25em + (1.25em / 2));
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc((100% / 3) - 1.25em + (1.25em / 3));
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc((100% / 4) - 1.25em + (1.25em / 4));
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc((100% / 5) - 1.25em + (1.25em / 5));
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc((100% / 6) - 1.25em + (1.25em / 6));
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
    margin-right: 0;
  }
}

.wp-block-query-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-previous,
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: inline-block;
  /*rtl:ignore*/
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
  /*rtl:ignore*/
  margin-right: 0;
}

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-quote p {
  text-indent: 0 !important;
}

.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
.wp-block-rss.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-rss.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-rss.columns-2 li {
    width: calc(( 100% / 2 ) - 1em);
  }
  .wp-block-rss.columns-3 li {
    width: calc(( 100% / 3 ) - 1em);
  }
  .wp-block-rss.columns-4 li {
    width: calc(( 100% / 4 ) - 1em);
  }
  .wp-block-rss.columns-5 li {
    width: calc(( 100% / 5 ) - 1em);
  }
  .wp-block-rss.columns-6 li {
    width: calc(( 100% / 6 ) - 1em);
  }
}

.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  display: block;
  color: #555;
  font-size: 0.8125em;
}

.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid gray;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: 1px solid gray;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}

.wp-block-separator {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}

.wp-block-site-logo {
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.wp-block-site-logo .aligncenter {
  display: table;
}
.wp-block-site-logo.is-style-rounded img {
  border-radius: 9999px;
}

.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}

.wp-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
.wp-social-link a {
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:hover,
.wp-social-link a:active,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  transform: scale(1.1);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #f00;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #f00;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.6666666667em;
  padding-right: 0.6666666667em;
}

.wp-block-spacer {
  clear: both;
}

.wp-block-tag-cloud.aligncenter {
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}

.wp-block-table {
  margin: 0 0 1em 0;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignleft td,
.wp-block-table.alignleft th, .wp-block-table.aligncenter td,
.wp-block-table.aligncenter th, .wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid gray;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: gray;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-text-columns {
  display: flex;
}
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.3333333333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}

.wp-block-video {
  margin: 0 0 1em 0;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-post-featured-image a {
  display: inline-block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  height: auto;
}

:root .has-link-color a:not(.wp-block-button__link) {
  color: var(--wp--style--color--link, #00e);
}

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

.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}

.has-text-align-right {
  /*rtl:ignore*/
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: gray;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

:root:root {
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
}
:root:root .wp-block-group {
  margin-bottom: 20px;
}
:root:root .wp-block-group:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  :root:root .wp-block-group.is-style-bordered {
    border-left: 1px dashed currentColor;
    border-right: 1px dashed currentColor;
    padding-left: 20px;
    padding-right: 20px;
  }
}
:root:root .wp-block-columns {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
:root:root .wp-block-columns:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  :root:root .wp-block-columns {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  :root:root .wp-block-columns.is-style-bordered {
    border-left: 1px dashed currentColor;
    border-right: 1px dashed currentColor;
    margin-left: 0;
    margin-right: 0;
  }
}
:root:root .wp-block-columns > .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 799.98px) {
  :root:root .wp-block-columns > .wp-block-column {
    margin-bottom: 20px;
  }
  :root:root .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  :root:root .wp-block-columns > .wp-block-column {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 799.98px) {
  :root:root .wp-block-columns {
    display: block;
  }
}
@media (max-width: 799.98px) {
  :root:root .wp-block-columns.is-style-inner-bordered > .wp-block-column,
:root:root .wp-block-columns.is-style-bordered > .wp-block-column {
    border-bottom: 1px dashed currentColor;
    padding-bottom: 20px;
  }
  :root:root .wp-block-columns.is-style-inner-bordered > .wp-block-column:last-child,
:root:root .wp-block-columns.is-style-bordered > .wp-block-column:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 800px) {
  :root:root .wp-block-columns.is-style-inner-bordered > .wp-block-column,
:root:root .wp-block-columns.is-style-bordered > .wp-block-column {
    border-right: 1px dashed currentColor;
  }
  :root:root .wp-block-columns.is-style-inner-bordered > .wp-block-column:last-child,
:root:root .wp-block-columns.is-style-bordered > .wp-block-column:last-child {
    border-right: 0;
  }
}
:root:root .wp-block-column {
  display: block;
}
:root:root .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
:root:root .wp-block-image:last-child {
  margin-bottom: 0;
}
:root:root .wp-block-image img {
  display: block;
  margin: 0 auto;
}
:root:root .wp-block-image figcaption {
  color: currentColor;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
}
@media (min-width: 800px) {
  :root:root .wp-block-image figcaption {
    font-size: 14px;
  }
}
:root:root .size-large {
  width: 100%;
  height: auto;
}
:root:root .wp-block-buttons {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 12px;
  margin-left: -4px;
  margin-right: -4px;
}
:root:root .wp-block-buttons:last-child {
  margin-bottom: -5px;
}
:root:root .wp-block-buttons + .wp-block-buttons {
  margin-top: -12px;
}
:root:root .wp-block-buttons + .wp-block-separator {
  margin-top: 12px;
}
:root:root .wp-block-buttons .wp-block-button {
  margin-left: 4px;
  margin-right: 4px;
}
:root:root .wp-block-buttons.aligncenter {
  justify-content: center;
}
:root:root .wp-block-button__link {
  cursor: pointer;
  color: inherit;
  margin: 0;
  outline: 0;
  background: 0;
  padding: 4px 7px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-decoration: none;
  margin-right: 8px;
  transition: box-shadow 400ms ease;
}
:root:root .wp-block-button__link:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  :root:root .wp-block-button__link {
    font-size: 20px;
    padding: 5px 14px;
  }
}
:root:root .wp-block-button__link:hover {
  color: currentColor;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
:root:root .page-title,
:root:root .is-style-title {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed currentColor;
}
@media (min-width: 1024px) {
  :root:root .page-title,
:root:root .is-style-title {
    font-size: 20px;
  }
}
:root:root h1.is-style-title + .wp-block-separator {
  display: none;
}
:root:root .wp-block-quote.is-large, :root:root .wp-block-quote.is-style-large {
  font-size: 28px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 800px) {
  :root:root .wp-block-quote.is-large, :root:root .wp-block-quote.is-style-large {
    font-size: 4.5vw;
  }
}
p :root:root .wp-block-quote.is-large p, :root:root .wp-block-quote.is-style-large p {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
}
:root:root .wp-block-table {
  margin-bottom: 20px;
}
:root:root .wp-block-table:last-child {
  margin-bottom: 0;
}
:root:root .wp-block-table table {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: inherit;
  margin: 0 -8px;
}
:root:root .wp-block-table table:not([class]) {
  display: block;
  max-width: 100%;
}
:root:root .wp-block-table tr {
  height: 20px;
}
:root:root .wp-block-table td {
  padding: 0 8px;
  border: 0;
}
:root:root .wp-block-separator {
  display: block;
  border: 0;
  height: 0;
  width: 100%;
  max-width: 100%;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: currentColor;
  color: inherit;
  margin: 20px 0;
  opacity: 1;
}
:root:root .wp-block-separator:first-child {
  margin-top: 0;
}
:root:root .wp-block-separator:last-child {
  margin-bottom: 0;
}
:root:root .is-style-more ~ * {
  display: none !important;
}
:root:root .has-text-align-center {
  text-align: center;
}
:root:root .is-vertically-aligned-center {
  align-items: center;
}
:root:root .screen-reader-text,
:root:root .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
:root:root .screen-reader-text:focus,
:root:root .sr-only:focus {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: black;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
:root:root #content[tabindex="-1"]:focus {
  outline: 0;
}
:root:root .wp-block-gallery {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 2em 5%;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
:root:root .wp-block-gallery:last-child {
  margin-bottom: 0;
}
:root:root .wp-block-gallery.is-lightbox {
  position: fixed;
  background-color: var(--background-color);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
}
:root:root .blocks-gallery-grid {
  display: flex;
  flex-flow: row nowrap;
}
:root:root .wp-block-gallery .blocks-gallery-item {
  position: relative;
  margin: 0;
  max-height: 80vh;
}
:root:root .wp-block-gallery .blocks-gallery-item figure {
  color: currentColor;
  position: relative;
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
:root:root .wp-block-gallery .blocks-gallery-item figure img {
  object-fit: contain;
  width: auto;
  height: auto;
}
:root:root .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
  flex: 0 1 auto;
  opacity: 0;
  transition: opacity 400ms ease;
  max-width: var(--w);
  color: currentColor;
  background: none;
  position: static;
  padding: 32px 0 0;
  text-align: inherit;
}
@media (min-width: 800px) {
  :root:root .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
    font-size: 14px;
  }
}
:root:root .wp-block-gallery .blocks-gallery-item.swiper-slide-active .blocks-gallery-item__caption {
  opacity: 1;
}

.button {
  cursor: pointer;
  color: inherit;
  margin: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: auto;
  padding: 4px 7px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 8px;
  text-align: center;
  transition: box-shadow 400ms ease;
}
.button:last-child {
  margin-right: 0;
}
.button.is-default {
  text-transform: uppercase;
}
.button.is-small {
  font-size: 16px;
  padding: 7px 40px;
}
.button.is-large {
  font-size: 16px;
  padding: 4px 8px;
}
@media (min-width: 1024px) {
  .button.is-large {
    font-size: 20px;
    padding: 5px 14px;
  }
}
.button.is-link {
  border: 0;
}
.button:not(.is-link).is-active, .button:not(.is-link).is-toggled {
  color: var(--background-color, #fff);
  background-color: var(--text-color, #000);
  border-color: var(--text-color, #000);
}
.button.is-toggled span {
  padding: 0 8px;
  margin-left: -8px;
}
.button.is-toggled svg:first-child {
  width: 0.6666666667em;
  height: 0.6666666667em;
}
.button:not(.is-link):hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.button-group {
  margin-left: -4px;
  margin-right: -4px;
}

.theme .xoo-wsc-product {
  margin: 0;
  padding: 0;
  display: block;
}
.theme span.xoo-wsch-close {
  position: static;
  display: inline;
  padding: 0 !important;
}
.theme button.xoo-wsch-close {
  text-transform: normal;
}
.theme .xoo-wsc-container {
  max-width: 560px;
  right: -560px;
}
.theme .xoo-wsc-cart-active .xoo-wsc-container {
  right: 0;
}
.theme .quantity {
  align-items: baseline;
}
.theme .quantity h3 {
  margin: 0;
}
.theme .xoo-wsc-qty-box {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.theme .xoo-wsc-qty-box > input[type=number].xoo-wsc-qty {
  appearance: none;
  border: none;
  padding: 0;
  flex-grow: 0;
  width: auto;
}
.theme .xoo-wsc-qty-box > input[type=number].xoo-wsc-qty,
.theme .xoo-wsc-qty-box > span.xoo-wsc-chng {
  font-size: 20px;
}
.theme .xoo-wsc-body.cart-body {
  height: auto;
}

.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.cart-modal.xoo-wsc-cart-active {
  width: 100%;
  height: 100%;
}

.frame {
  display: none;
}

.cart-button {
  color: #000;
  background-color: #fae6ff;
  padding: 5px 10px 3px;
  border: 1px solid currentColor;
  border-radius: 8px;
  display: flex;
  align-items: baseline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  z-index: 10000;
  margin-left: 10px;
  height: 26px;
}
.cart-button.init {
  display: none;
}
@media (min-width: 800px) {
  .cart-button {
    padding: 6px 10px 2px;
    font-size: 20px;
    height: 32px;
  }
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger.cart-button svg {
  width: 13px;
  margin-right: 5px;
}
@media (min-width: 800px) {
  .xoo-wsc-sc-cont .xoo-wsc-cart-trigger.cart-button svg {
    width: 18px;
    margin-right: 8px;
  }
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger.cart-button .qty {
  margin: 0;
}

.cart-modal > .cart {
  width: 560px;
  max-width: 100%;
  padding: 0 20px;
  background-size: cover;
  background-color: #fff;
  border-left: 1px dashed currentColor;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.cart-modal > .cart .cart-list {
  max-height: calc(100vh - 222px);
  overflow: auto;
}

.cart-body,
.cart-header,
.xoo-wsc-chng,
.xoo-wsc-footer,
input[type=number].xoo-wsc-qty {
  background-color: transparent;
}

.xoo-wsc-footer {
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

.cart-header {
  position: sticky;
  top: 0;
  padding: 20px 0;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.close-button, .theme span.xoo-wsch-close {
  text-transform: uppercase;
  font-size: 20px;
  padding: 0.5em 20px;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}
.close-button span, .theme span.xoo-wsch-close span {
  border-bottom: 1px solid transparent;
}
.close-button:hover span, .theme span.xoo-wsch-close:hover span {
  border-color: currentColor;
}

.cart-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  opacity: 1;
  flex: 0 0 auto;
}
.cart-body h3.text {
  font-style: italic;
  letter-spacing: normal;
}
.cart-body .category {
  font-family: Helvetica, Arial, sans-serif;
}
.cart-body .prod-subtitle {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  letter-spacing: normal;
  font-size: 20px !important;
}
.cart-body .image-container {
  align-items: flex-start;
}

.cart-list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.cart-total {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  padding: 16px 0;
  font-size: 20px;
}

.cart-footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding: 20px 0;
}

.checkout-btn {
  text-transform: none;
}

.cart-price {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1666666667;
}

.cba-out-of-stock-label {
  color: red;
}

.cba-out-of-stock .xoo-wsc-qty, .cba-out-of-stock .xoo-wsc-plus {
  display: none !important;
}
.cba-out-of-stock .xoo-wsc-qty-box {
  max-width: none;
  overflow: hidden;
}
.cba-out-of-stock .xoo-wsc-qty-box > span.xoo-wsc-minus {
  flex-direction: row;
  margin-right: -24px;
}
.cba-out-of-stock .xoo-wsc-qty-box > span.xoo-wsc-minus::before {
  content: "Remove from Cart";
  cursor: pointer;
  color: inherit;
  margin: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: auto;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 4px 7px 2px;
}

button.is-disabled,
input.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.line-item {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 120px auto;
  grid-auto-rows: min-content;
  grid-template-areas: "image category" "image title" "image author" "quantity quantity";
  align-items: center;
  justify-items: center;
  border-top: 1px solid currentColor;
  padding: 16px 0;
}
.line-item > * {
  min-width: 0;
}

.image-container {
  grid-area: image;
}

.category {
  grid-area: category;
}

.post-title {
  grid-area: title;
}

.author {
  grid-area: author;
}

.quantity {
  grid-area: quantity;
}

.image-container {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 120px;
}

.image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.line-item .category, .line-item .post-title, .line-item .author {
  text-align: center;
  padding: 0 20px;
}
.line-item .post-title .text, .line-item .author .text {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.1666666667;
}
@media (min-width: 800px) {
  .line-item .post-title .text, .line-item .author .text {
    font-size: 20px;
  }
}
.line-item .post-title.is-italic {
  font-style: italic;
}

.quantity {
  grid-area: quantity;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  padding: 16px 0;
}

.number, .quantity-btn {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1666666667;
}

.number {
  text-align: right;
  margin: 0 8px;
}

.empty-cart {
  font-size: 20px;
  padding-bottom: 20px;
}

.product-sub-text {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.75px;
  padding: 8px 0;
}

.product-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}

.quantity-buttons {
  margin-left: auto;
  font-size: 20px;
}

.quantity-button {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  transition: opacity 100ms ease;
}
.quantity-button.disabled {
  cursor: default;
  opacity: 0.2;
}

.quantity-value {
  display: inline-block;
  text-align: right;
  margin: 0 5px;
  width: min-content;
  border: 0;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.quantity-value::-webkit-outer-spin-button, .quantity-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-value[type=number] {
  -moz-appearance: textfield;
}

@-moz-document url-prefix() {
  .quantity-value {
    max-width: 32px;
  }
}
.page-title {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed currentColor;
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 20px;
  }
}

.page-container {
  border-bottom: 1px dashed currentColor;
  padding: 0 0 20px;
}

.group {
  border-left: 1px dashed currentColor;
  border-right: 1px dashed currentColor;
  padding: 0 20px;
}

.featured-card {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: 100%;
  color: var(--text-color);
  background-color: var(--background-color);
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .featured-card {
    grid-template-columns: 50% 50%;
  }
}
.featured-card:last-child {
  margin-bottom: 0;
}
.featured-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  border-bottom: 1px dashed currentColor;
}
.featured-card:last-child:after {
  content: none;
}
.featured-card a {
  text-decoration: none;
}

.col {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.col:first-child {
  justify-content: space-between;
}

.post-title, .post-subtitle {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
}

.text {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 8px;
}
.text:last-child {
  margin-bottom: 0;
}

.image-wrapper {
  width: 80%;
}

.image-wrapper.sm-only {
  display: none;
}

@media (max-width: 799.98px) {
  .image-wrapper.sm-only {
    display: block;
    margin-bottom: 20px;
  }

  .col.md {
    display: none;
  }
}
.page ~ .posts {
  margin-top: 20px;
}

.posts-top {
  grid-area: posts;
}

.categories {
  padding-bottom: 12px;
}

.filters {
  grid-area: search;
  margin-bottom: 20px;
}

.filters-row {
  display: flex;
  flex-flow: row wrap;
}
.filters-row.button-margins {
  margin-left: -7px;
  margin-right: -7px;
}

.date-filters {
  margin-left: -3px;
  margin-right: -3px;
}

.search {
  margin-bottom: 12px;
  width: 100%;
}
.search input {
  padding: 12px 0;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .search input {
    font-size: 20px;
  }
}
.search input::placeholder {
  opacity: 0.333;
}

.right-buttons {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}

button.dropdown-button, button.layout-button {
  color: var(--text-color);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  button.dropdown-button, button.layout-button {
    font-size: 20px;
  }
}
button.dropdown-button span, button.layout-button span {
  margin-right: 8px;
}
button.dropdown-button svg, button.layout-button svg {
  width: auto;
  height: auto;
  transition: transform 100ms ease;
}

button.dropdown-button {
  padding-top: 0.75px;
  padding-bottom: 10px;
}

button.dropdown-button svg {
  width: 12px;
  height: 12px;
}

button.layout-button {
  opacity: 0.2;
  transition: opacity 250ms ease;
  margin-right: 8px;
}
button.layout-button:hover {
  opacity: 0.8;
}
button.layout-button.is-active {
  opacity: 1;
}

.dropdown {
  display: flex;
  flex-flow: row wrap;
  margin: 16px -3px 0;
  color: var(--text-color);
}

.filter-button, .sort-button {
  user-select: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 3px 6px;
}
@media (min-width: 1024px) {
  .filter-button, .sort-button {
    font-size: 20px;
  }
}

button.filter-button {
  text-transform: capitalize;
  padding: 0 0.5em;
  border-radius: 8px;
  border: 1px solid currentColor;
  margin-bottom: 8px;
  white-space: nowrap;
}
button.filter-button.is-active {
  -webkit-font-smoothing: antialiased;
  color: white;
  background-color: var(--text-color);
}

.sort-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1px 0.5em 1px 0;
}
.sort-button input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.sort-button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin-right: 0.25em;
  background-color: #00000000;
  transition: background-color 100ms ease;
}
.sort-button.is-active:before {
  background-color: #000000;
}

.no-results {
  grid-column: 1/-1;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 485px;
}

.toggle-switch {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.toggle-switch .toggle-switch.checkbox {
  border-radius: 100px;
  padding: 4px;
  border: 1px solid currentColor;
}
.toggle-switch button {
  margin: 0;
  opacity: 0.333;
  transition: opacity 250ms ease;
}
.toggle-switch button.is-active, .toggle-switch button:hover {
  opacity: 1;
}

.react-switch-bg {
  border: 1px solid currentColor !important;
  background: transparent !important;
}

.react-switch-handle {
  background: currentColor !important;
}

.posts.grid-view {
  padding: 0 1px;
  overflow: hidden;
  border-top: 1px dashed currentColor;
  border-bottom: 1px dashed currentColor;
  display: grid;
  grid-auto-rows: 1fr;
  align-content: start;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: max-content;
}
@media (min-width: 1160px) {
  .posts.grid-view {
    grid-template-columns: repeat(4, 1fr);
  }
}
.posts.grid-view.is-bookshop {
  padding: 20px 1px;
}
.posts.grid-view > * {
  min-width: 0;
}
.posts.list-view {
  position: relative;
}

.posts .post-item {
  text-align: center;
}
.posts .post-item .post-subtitle,
.posts .post-item .post-title {
  text-align: center;
  letter-spacing: normal;
  padding: 0 10px;
}
.posts .post-content {
  color: inherit;
  background-color: inherit;
  display: flex;
  height: 100%;
  padding: 0 20px;
}
.posts .post-item.is-bookshop {
  padding: 20px;
}
.posts .post-item.is-bookshop .post-content > * {
  color: var(--text-color);
}
.posts .post-item:not(.is-bookshop) > .label {
  color: var(--text-color);
  background-color: var(--background-color);
}
.posts a {
  text-decoration: none;
}
.posts .label,
.posts .meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.posts .label {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  white-space: nowrap;
}
.posts .is-featured .label {
  padding: 4px 16px;
  letter-spacing: 0.5px;
}
.posts .is-featured .label > svg {
  height: 28px;
  margin-right: 8px;
}
.posts svg.now-on-view {
  height: 28px;
  fill: currentColor;
}
.posts .meta {
  flex-direction: column;
}
.posts .meta span {
  display: block;
  letter-spacing: 0.5px;
}
.posts .post-subtitle,
.posts .post-title {
  line-height: 1.2;
  word-break: break-word;
  margin-bottom: 16px;
  max-width: 100%;
  min-height: 1em;
}
.posts .post-subtitle.is-italic,
.posts .post-title.is-italic {
  font-style: italic;
}
.posts .post-subtitle,
.posts .post-title {
  font-size: 20px;
}
.posts .post-image {
  display: flex;
  position: relative;
  max-height: 240px;
}
.posts .buttons {
  width: calc(100% + 16px);
  margin: 0 -8px -8px;
  display: flex;
  flex-flow: row wrap;
}
.posts .buttons > * {
  flex: 1 1 auto;
  margin: 0 8px 8px;
  min-width: calc(50% - 16px);
  padding: 7px 32px;
  letter-spacing: 0.5px;
}
.posts .buttons {
  min-height: 32px;
}
.posts .meta {
  min-height: 20px;
}
.posts .post-subtitle {
  min-height: 1.2em;
}

.posts.grid-view .post-item {
  padding: 20px 1px;
  margin: 0 -1px -1px -2px;
  border-top: 1px dashed currentColor;
  border-bottom: 1px dashed currentColor;
}
.posts.grid-view .post-item:nth-child(-n+4) {
  border-top: 0;
}
.posts.grid-view:not(.is-bookshop) .post-item:not(.is-bookshop) .post-content {
  border-right: 1px dashed currentColor;
}
.posts.grid-view:not(.is-bookshop) .post-item:not(.is-bookshop) .post-content:nth-child(4n+1) {
  border-left: 1px dashed currentColor;
}
.posts.grid-view .post-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.posts.grid-view .post-header {
  min-height: 36px;
  margin-bottom: 16px;
}
.posts.grid-view:not(.is-bookshop) .post-item:not(.is-bookshop) .post-content {
  padding-top: 0;
  padding-bottom: 0;
}
.posts.grid-view .post-body {
  flex: 1;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.posts.grid-view .post-image {
  width: 80%;
  margin: 0 auto 16px;
}
.posts.grid-view .post-image img {
  margin: 0 auto;
}
.posts.grid-view .post-footer {
  width: 100%;
}
.posts.grid-view .buttons {
  margin-top: 16px;
}

.posts.list-view .post-item {
  position: relative;
  padding: 20px 0;
}
.posts.list-view .post-item .post-content {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .posts.list-view .post-item .post-content .post-image {
    grid-area: img;
    height: 144px;
    margin-right: 20px;
  }
  .posts.list-view .post-item .post-content .label {
    grid-area: label;
  }
  .posts.list-view .post-item .post-content .title-group {
    grid-area: title;
  }
  .posts.list-view .post-item .post-content .meta {
    grid-area: meta;
    margin-bottom: 20px;
  }
}
@media (max-width: 599.98px) {
  .posts.list-view .post-item .post-content {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "img label" "img title" "img meta" "img btns";
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .posts.list-view .post-item .post-content {
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: auto;
    grid-template-areas: "img label meta" "img title btns";
  }
}
@media (min-width: 1024px) {
  .posts.list-view .post-item .post-content {
    grid-template-columns: 180px 15% 1fr 15% 180px;
  }
  .posts.list-view .post-item .post-content .meta {
    padding: 0 5px;
  }
}
.posts.list-view .post-item > * {
  padding: 0 10px;
  min-width: 0;
}
.posts.list-view .post-item > *:first-child {
  padding-left: 0;
}
.posts.list-view .post-item > *:last-child {
  padding-right: 0;
}
.posts.list-view .post-item.is-bookshop {
  margin-bottom: -1px;
}
.posts.list-view .post-item.is-bookshop .post-content {
  padding: 20px;
}
.posts.list-view .post-item:not(.is-bookshop) {
  border-top: 1px dashed currentColor;
}
.posts.list-view .post-item:not(.is-bookshop):last-child {
  border-bottom: 1px dashed currentColor;
}
.posts.list-view .label,
.posts.list-view .meta,
.posts.list-view .post-image {
  margin: 0;
}
.posts.list-view .post-image {
  height: 120px;
  margin: 0;
}
.posts.list-view .post-image img {
  object-fit: contain;
  object-position: left;
}
@media (max-width: 1023.98px) {
  .posts.list-view .post-image {
    height: auto;
    grid-area: img;
  }
}
.posts.list-view .buttons {
  flex-direction: column;
  align-self: center;
}
@media (max-width: 1023.98px) {
  .posts.list-view .buttons {
    align-items: center;
  }
}
.posts.list-view .buttons .button:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .posts.list-view .post-title {
    margin-bottom: 0;
  }
  .posts.list-view .post-subtitle {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.posts.list-view .title-group a:last-child .post-title {
  margin-bottom: 0;
}

.posts .post-item.is-bookshop,
.posts.is-bookshop .post-item {
  border: 0;
  padding: 0 1px;
}
.posts .post-item.is-bookshop .post-content,
.posts.is-bookshop .post-item .post-content {
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 20px;
  color: var(--text-color);
  background-color: var(--background-color);
  transition: background-color 400ms ease;
}
.posts .post-item.is-bookshop + *:not(.is-bookshop),
.posts.is-bookshop .post-item + *:not(.is-bookshop) {
  border-top: 0;
}
.posts .post-item.is-bookshop .post-title,
.posts.is-bookshop .post-item .post-title {
  font-style: italic;
}

@media (min-width: 600px) and (max-width: 1159.98px) {
  .posts.posts-block.grid-view {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}

.posts.posts-block {
  padding: 20px 0;
  position: relative;
}
.posts.posts-block.grid-view:after, .posts.posts-block.grid-view:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--background-color);
  border-bottom: 1px dashed currentColor;
}
.posts.posts-block.grid-view:before {
  top: 0;
}
.posts.posts-block.grid-view:after {
  bottom: 0;
}

.posts.posts-block {
  overflow: visible;
  border: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 1px;
}
.posts.posts-block.is-bookshop {
  padding: 20px 0;
}
.posts.posts-block.is-bookshop:last-child, .posts.posts-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.posts.posts-block.is-bookshop:last-child:after, .posts.posts-block:last-child:after {
  content: none;
}

.posts.posts-block:not(.is-bookshop) .post-item:not(.is-bookshop):nth-child(-n+4) {
  border-top: 1px dashed currentColor;
}

.pagination {
  padding: 20px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pagination .pagination-pages {
  margin: 0 4px;
}
.pagination .pagination-pages button, .pagination .pagination-pages button.page-button, .pagination .pagination-pages button.arrow-button {
  font-size: 16px;
  margin: 0 4px;
  padding: 0.125em 0.25em;
  border: 1px solid transparent;
  transition: opacity 100ms ease, border-color 100ms ease;
}
.pagination .pagination-pages button.is-active, .pagination .pagination-pages button.page-button.is-active, .pagination .pagination-pages button.arrow-button.is-active {
  border-radius: 8px;
  border-color: currentColor;
  cursor: default;
}
.pagination .pagination-pages button.is-disabled, .pagination .pagination-pages button.page-button.is-disabled, .pagination .pagination-pages button.arrow-button.is-disabled {
  opacity: 0.2;
  cursor: default;
}
.pagination .pagination-pages button:hover, .pagination .pagination-pages button.page-button:hover, .pagination .pagination-pages button.arrow-button:hover {
  box-shadow: none;
}
.pagination .pagination-pages button:not(.is-active):not(.is-disabled):hover, .pagination .pagination-pages button.page-button:not(.is-active):not(.is-disabled):hover, .pagination .pagination-pages button.arrow-button:not(.is-active):not(.is-disabled):hover {
  border-bottom: 1px solid currentColor;
}
@media (min-width: 1024px) {
  .pagination .pagination-pages button, .pagination .pagination-pages button.page-button, .pagination .pagination-pages button.arrow-button {
    font-size: 20px;
  }
}
.pagination .pagination-pages .page-button {
  border-radius: 0;
}
.pagination .pagination-pages .page-button:not(.is-active):hover {
  border-bottom: 1px solid currentColor;
}
.pagination .pagination-pages .arrow-button {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  border-radius: 8px;
}
.pagination .pagination-pages .arrow-button:not(.is-disabled):hover {
  border: 1px solid currentColor;
}

.grid {
  padding: 0 1px;
  overflow: hidden;
  border-top: 1px dashed currentColor;
  border-bottom: 1px dashed currentColor;
  display: grid;
  grid-auto-rows: 1fr;
  align-content: start;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: max-content;
}
@media (min-width: 1160px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid.is-bookshop {
  padding: 2em 1px;
}
.grid > * {
  min-width: 0;
}

.list {
  position: relative;
}

.grid-card,
.list-card {
  text-align: center;
}

.grid-card {
  padding: 2em 1px;
  margin: 0 -1px -1px -2px;
  border-top: 1px dashed currentColor;
  border-bottom: 1px dashed currentColor;
}
.grid-card:nth-child(-n+4) {
  border-top: 0;
}
.grid-card:not(.is-book) .container {
  border-right: 1px dashed currentColor;
}
.grid-card:not(.is-book) .container:nth-child(4n+1) {
  border-left: 1px dashed currentColor;
}

.list-card {
  position: relative;
}
.list-card .container {
  display: grid;
  row-gap: 2em;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
@media (max-width: 1023.98px) {
  .list-card .container {
    padding: 2em;
    grid-template-columns: 2fr 3fr;
    grid-auto-rows: auto;
    grid-template-areas: "img ." "img ." "img ." "img .";
  }
  .list-card .container .image-container {
    grid-area: img;
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .list-card .container {
    grid-template-columns: 180px 15% 1fr 15% 180px;
  }
}
.list-card > * {
  padding: 0 10px;
  min-width: 0;
}
.list-card > *:first-child {
  padding-left: 0;
}
.list-card > *:last-child {
  padding-right: 0;
}

.grid-card.is-book,
.list-card.is-book {
  border: 0;
  padding: 0 1px;
}
.grid-card.is-book .container,
.list-card.is-book .container {
  border: 1px solid currentColor;
  border-radius: 8px;
  padding-bottom: 2em;
  color: var(--text-color);
  background-color: var(--background-color);
  transition: background-color 400ms ease;
}
.grid-card.is-book + *:not(.is-book),
.list-card.is-book + *:not(.is-book) {
  border-top: 0;
}

.grid-card .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-card:not(.is-book) .container {
  padding-top: 0;
  padding-bottom: 0;
}

.list-card.is-book {
  margin-bottom: -1px;
}
.list-card.is-book .container {
  padding: 2em;
}

.container {
  color: inherit;
  background-color: inherit;
  display: flex;
  height: 100%;
  padding: 2em;
}
.is-book .container > * {
  color: var(--text-color);
}
.container .grid-card:not(.is-book) > .label, .list-card:not(.is-book) .container > .label {
  color: var(--text-color);
  background-color: var(--background-color);
}

.list-card .container {
  flex-direction: row;
}

.list-card:not(.is-book) {
  border-top: 1px dashed currentColor;
}
.list-card:not(.is-book):last-child {
  border-bottom: 1px dashed currentColor;
}

.grid-card a,
.list-card a {
  text-decoration: none;
}
.grid-card .label,
.grid-card .meta,
.list-card .label,
.list-card .meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-card .label,
.list-card .label {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  white-space: nowrap;
}
.grid-card .is-featured:not(.is-bookshop) .label,
.list-card .is-featured:not(.is-bookshop) .label {
  color: var(--text-color);
  background-color: var(--background-color);
}
.grid-card .meta,
.list-card .meta {
  flex-direction: column;
}
.grid-card .meta span,
.list-card .meta span {
  display: block;
}
.grid-card .post-subtitle,
.grid-card .post-title,
.list-card .post-subtitle,
.list-card .post-title {
  line-height: 1.2;
  word-break: break-word;
  margin-bottom: 16px;
  text-align: center;
}
.grid-card .post-subtitle.is-italic,
.grid-card .post-title.is-italic,
.list-card .post-subtitle.is-italic,
.list-card .post-title.is-italic {
  font-style: italic;
}
.grid-card .post-title,
.grid-card .post-subtitle,
.list-card .post-title,
.list-card .post-subtitle {
  font-size: 20px;
}
.grid-card .image-container,
.list-card .image-container {
  display: flex;
  position: relative;
  max-height: 240px;
}
.grid-card .buttons,
.list-card .buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.grid-card .buttons > *,
.list-card .buttons > * {
  flex: 1 1 auto;
  margin: 0 8px 8px;
}
.grid-card .buttons > *:last-child,
.list-card .buttons > *:last-child {
  margin-bottom: 0;
}
.grid-card .buttons,
.list-card .buttons {
  min-height: 32px;
}
.grid-card .meta,
.list-card .meta {
  min-height: 20px;
}
.grid-card .post-subtitle,
.list-card .post-subtitle {
  min-height: 1.25em;
}

.grid-card .center {
  flex: 1;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.grid-card .image-container,
.grid-card .label,
.grid-card .meta {
  margin-bottom: 16px;
}

.list-card .buttons,
.list-card .image-container,
.list-card .label,
.list-card .meta {
  margin: 0;
}

.list-card .image-container {
  height: 120px;
  margin: 0;
}
.list-card .image-container img {
  object-fit: contain !important;
}
@media (min-width: 1024px) {
  .list-card .image-container img {
    object-position: left !important;
  }
}
@media (max-width: 1023.98px) {
  .list-card .image-container {
    height: auto;
    grid-area: img;
  }
}
.list-card .buttons {
  flex-direction: column;
  align-self: center;
}
@media (max-width: 1023.98px) {
  .list-card .buttons {
    align-items: center;
  }
}

.post-item.is-bar {
  font-family: "Print", sans-serif;
  text-transform: uppercase;
}
.post-item.is-bar .post-title {
  font-family: "VTC Bayard", sans-serif;
  font-size: 32px;
}
.post-item.is-bar .post-subtitle {
  font-family: "VTC Carrie", sans-serif;
}
.post-item.is-bar .meta, .post-item.is-bar .button {
  font-family: inherit;
  font-size: 20px;
}

.search-button {
  color: var(--text-color);
  font-size: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.search-icon {
  width: 1.3333333333em;
}

.search-modal {
  --text-color: #000;
  --background-color: #F5FF01;
  background-color: #F5FF01;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  z-index: 9001;
  opacity: 0;
  transition: opacity ease 400ms;
}
.search-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.search-header {
  position: relative;
  height: 14px;
  font-size: 16px;
}
@media (min-width: 800px) {
  .search-header {
    height: 17px;
    font-size: 20px;
  }
}

.search-button.close {
  position: absolute;
  top: 40px;
  right: 20px;
}
.search-button.close svg {
  height: 1.25em;
}

.search-controls {
  padding-bottom: 20px;
}

.search-input {
  font-size: 69px;
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid currentColor;
  font-style: italic;
  line-height: 1;
  margin-bottom: 12px;
}
.search-input::placeholder {
  opacity: 0.25;
}
@media (max-width: 799.98px) {
  .search-input {
    font-size: 40px;
  }
}

.search-body {
  padding: 0 20px 20px;
}

.search-results {
  padding: 20px 0;
}

.search-modal .post-item {
  padding: 20px 0;
}

.search-body .posts.list-view .post-item:not(.is-bookshop) .post-content, .related-content .posts.list-view .post-item:not(.is-bookshop) .post-content {
  padding-left: 21px;
  padding-right: 21px;
}

.search-count {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-right: 20px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .search-count {
    font-size: 20px;
  }
}

.row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 20px;
}

.share-button {
  margin-left: auto;
}
.share-button svg {
  height: 100%;
  width: 24px;
}

.date-picker-popover {
  background-color: var(--background-color);
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  z-index: 999;
}
.date-picker-popover table {
  font: inherit;
}
.date-picker-popover > * {
  font-family: inherit;
}

.DayPickerKeyboardShortcuts_buttonReset,
.DayPickerKeyboardShortcuts_showSpan {
  display: none;
}

.CalendarDay,
.CalendarMonthGrid,
.CalendarMonthGrid_month__horizontal > *,
.DayPicker > div,
.DayPicker_transitionContainer {
  background-color: var(--background-color);
}

.DayPickerNavigation_button {
  color: var(--text-color);
  background-color: var(--background-color);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: 0;
  transition: box-shadow 400ms ease;
  font-size: 20px;
}
.DayPickerNavigation_button svg {
  fill: currentColor;
  display: none;
}
.DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault:after {
  content: "←";
}
.DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault:after {
  content: "→";
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:active,
.DayPickerNavigation_button__default:hover {
  border: 0;
  background-color: var(--background-color);
  border-bottom: 1px solid currentColor;
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 37px;
}

.CalendarDay {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.CalendarDay__hovered_span {
  color: #000;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.CalendarDay__default:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 0, 0, 0.05);
  outline: 1px solid black;
  outline-offset: -1px;
}

.CalendarDay__selected,
.CalendarDay__selected_span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.97);
  border: 1px solid var(--background-color);
}
.CalendarDay__selected:hover,
.CalendarDay__selected_span:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.CalendarMonth_caption strong {
  font-weight: normal;
}

.swiper-container:not(.is-disabled) .swiper-wrapper, :root:root .wp-block-gallery:not(.is-disabled) .swiper-wrapper, :root:root .swiper-container:not(.is-disabled) .blocks-gallery-grid, :root:root .wp-block-gallery:not(.is-disabled) .blocks-gallery-grid {
  cursor: url("../img/drag.png") 25 25, auto;
}

.swiper-wrapper iframe, :root:root .blocks-gallery-grid iframe {
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 100;
  font-size: 30px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next {
  right: 8vw;
  top: 0;
}

.swiper-button-prev {
  bottom: 0;
  left: 8vw;
  transform: rotate(180deg);
  transform-origin: center;
}

.swiper-slide, :root:root .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img, :root:root .wp-block-gallery .blocks-gallery-item img {
  max-height: 80vh;
  min-height: 320px;
  object-fit: contain;
}

.hero-container,
.swiper-container,
:root:root .wp-block-gallery {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 2em 5%;
}

.swiper-slide > *, :root:root .wp-block-gallery .blocks-gallery-item > * {
  width: 90%;
}

.exhibition-views figure,
.hero-container figure {
  color: currentColor;
  position: relative;
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.exhibition-views figure img,
.hero-container figure img {
  object-fit: contain;
  width: auto;
  height: auto;
}
.exhibition-views .caption,
.hero-container .caption {
  width: 100%;
  max-width: var(--w);
  flex: 0 1 auto;
  opacity: 0;
  transition: opacity 400ms ease;
  color: currentColor;
  background: none;
  position: static;
  padding: 32px 0 0;
  text-align: inherit;
  margin: 0;
}
@media (min-width: 1024px) {
  .exhibition-views .caption,
.hero-container .caption {
    font-size: 0.875em;
  }
}
.exhibition-views .swiper-slide-active .caption,
.hero-container .swiper-slide-active .caption {
  opacity: 1;
}

.swiper-container.is-lightbox, :root:root .is-lightbox.wp-block-gallery {
  position: fixed;
  background-color: var(--background-color);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container.is-lightbox .swiper-wrapper, :root:root .is-lightbox.wp-block-gallery .swiper-wrapper, :root:root .swiper-container.is-lightbox .blocks-gallery-grid, :root:root .is-lightbox.wp-block-gallery .blocks-gallery-grid {
  max-height: 80vh;
}

.close-lightbox {
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 0;
  width: 46px;
  height: 46px;
}
.swiper-container:not(.is-lightbox) .close-lightbox, :root:root .wp-block-gallery:not(.is-lightbox) .close-lightbox {
  display: none;
}
.close-lightbox:after, .close-lightbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: currentColor;
  transform-origin: center;
}
.close-lightbox:after {
  transform: rotate(45deg);
}
.close-lightbox:before {
  transform: rotate(-45deg);
}

.is-lightbox {
  margin: 0 !important;
}
.is-lightbox .swiper-button-next,
.is-lightbox .swiper-button-prev {
  position: fixed;
  top: auto;
  bottom: 40px;
}
.is-lightbox .swiper-button-next {
  right: 40px;
  left: auto;
}
.is-lightbox .swiper-button-prev {
  left: 40px;
  right: auto;
}
.is-lightbox img {
  width: auto;
  max-height: 80vh !important;
}

.hero-container {
  height: 100%;
}

@media (min-width: 800px) {
  .post .hero-container:not(.is-lightbox) {
    min-height: 320px;
    max-height: 66.6vh;
  }
}
.post .swiper-slide img, :root:root .post .wp-block-gallery .blocks-gallery-item img, .wp-block-gallery :root:root .post .blocks-gallery-item img {
  height: 100%;
}

.accordian-item .accordian-content,
.accordian-item .accordian-link {
  padding-left: 10px;
  position: relative;
  font-size: 20px;
}
.accordian-item .accordian-link {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  cursor: pointer;
}
.accordian-item .accordian-link:before {
  display: inline-block;
  content: "•";
  font-size: 0.6666666667em;
  position: absolute;
  left: 0;
  top: 0.375em;
}
.accordian-item .accordian-link:after {
  content: " →";
}
.accordian-item .accordian-content {
  display: none;
  font-style: italic;
}
.accordian-item .accordian-content.is-toggled {
  display: block;
}

.accordion-item .accordion-content,
.accordion-item .accordion-link {
  padding-left: 10px;
  position: relative;
  font-size: 20px;
}
.accordion-item .accordion-link {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  cursor: pointer;
}
.accordion-item .accordion-link:before {
  display: inline-block;
  content: "•";
  font-size: 0.6666666667em;
  position: absolute;
  left: 0;
  top: 0.375em;
}
.accordion-item .accordion-link:after {
  content: " →";
}
.accordion-item .accordion-content {
  display: none;
  font-style: italic;
}
.accordion-item .accordion-content.is-toggled {
  display: block;
}

.footer,
.header,
.site-main {
  z-index: unset;
}

.is-desktop {
  display: none !important;
}

@media (max-width: 799px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 800px) {
  .is-mobile {
    display: none !important;
  }

  .is-desktop {
    display: grid !important;
  }
}
@media (max-width: 799.98px) {
  .header {
    min-height: 104px;
  }
}
@media (max-width: 599.98px) {
  .header {
    min-height: 128px;
  }
}

.header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
}
@media (max-width: 799.98px) {
  .header {
    padding: 16px 20px;
  }
  .header.is-active {
    position: fixed;
  }
}
@media (min-width: 800px) {
  .header {
    font-size: 20px;
    position: relative;
  }
}

.header .header--container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border: none;
}
@media (min-width: 800px) {
  .header .header--container {
    height: 110px;
    display: grid;
    grid-template-columns: max-content 2fr max-content auto;
    column-gap: 20px;
  }
}
@media (min-width: 932px) {
  .header .header--container {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
  }
  .header .header--container > * {
    grid-row: 1;
  }
  .header .header--container > *:nth-child(1) {
    grid-column: 1/4;
  }
  .header .header--container > *:nth-child(2) {
    grid-column: 4/9;
  }
  .header .header--container > *:nth-child(3) {
    grid-column: 8/12;
  }
  .header .header--container > *:nth-child(4) {
    grid-column: 11/13;
  }
}
@media (min-width: 1200px) {
  .header .header--container {
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .header .header--container {
    column-gap: 40px;
  }
}

.menu,
.submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 799.98px) {
  .menu,
.submenu {
    margin: auto;
  }
}
@media (min-width: 800px) {
  .menu,
.submenu {
    flex-flow: row wrap;
  }
}

.header-nav .menu-item {
  font-size: inherit;
  border-bottom: 1px solid transparent;
  display: flex;
}
@media (max-width: 799.98px) {
  .header-nav .menu-item {
    margin-bottom: 2px;
  }
  .header-nav .menu-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .header-nav .menu-item {
    height: 22px;
    margin-right: 1em;
  }
  .header-nav .menu-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .header-nav .menu-item {
    height: 24px;
    margin-bottom: 4px;
  }
}
.header-nav .menu-item.is-active, .header-nav .menu-item:hover {
  border-color: currentColor;
}
.header-nav .menu-item a {
  text-decoration: none;
}

.header-nav .more-button.is-open {
  display: none;
}
.header-nav .less-button:not(.is-open),
.header-nav .more-button:not(.is-open) ~ .menu-item.is-child {
  display: none;
}

.less-button span,
.more-button span {
  display: inline-block;
}

.more-button button:hover span {
  font-style: italic;
}

.less-button button:hover span {
  transform: skewX(12deg) translateX(-1.5px);
}

.header .address {
  white-space: pre-line;
  text-align: center;
  font-family: inherit;
  font-size: 20px;
}

.menu-button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  text-transform: uppercase;
  z-index: 1;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.header--buttons {
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: max-content;
}
@media (max-width: 799.98px) {
  .header--buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header--buttons .search-button {
  font-size: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.header--buttons .search-icon {
  width: 1.3333333333em;
}
.header--buttons .cart-icon {
  width: 0.8333333333em;
  margin-right: 0.4166666667em;
}

.logo {
  display: flex;
  max-width: 100%;
}
.logo svg {
  fill: currentColor;
  height: 100%;
  width: auto;
}
.logo.left {
  justify-content: flex-start;
}
.logo.right {
  justify-content: center;
}

@media (max-width: 599.98px) {
  .logo {
    padding-top: 40px;
  }
  .logo svg {
    max-width: 232px;
  }
}
@media (max-width: 799.98px) {
  .logo {
    height: 100%;
    flex: auto;
    justify-content: center;
  }
}
@media (min-width: 800px) {
  .header-nav,
.logo {
    height: 110px;
  }

  .header-nav {
    position: relative;
  }

  .menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .menu,
.submenu {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .header--buttons {
    min-width: 107px;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .header-nav,
.logo {
    height: 140px;
  }
}
.is-mobile .menu-item-has-children {
  display: none;
}

.header .is-mobile button {
  z-index: 9001;
}

@media (max-width: 799.98px) {
  .site {
    padding-top: 104px;
  }
}
@media (max-width: 599.98px) {
  .site {
    padding-top: 128px;
  }
}

@media (max-width: 799.98px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--background-color);
  }
  .header.is-open {
    z-index: 77;
  }

  .header--container.is-mobile {
    flex-direction: column;
    height: auto;
  }
  .header.is-open .header--container.is-mobile {
    height: 100%;
  }

  .header-row {
    height: 32px;
    padding: 0 112px;
    z-index: 77;
  }
}
@media (max-width: 799.98px) and (max-width: 599.98px) {
  .header-row {
    height: 88px;
    padding: 0;
  }
}
@media (max-width: 799.98px) {
  .menu-modal {
    width: auto;
    flex: 1 0 auto;
    margin: 0 -20px;
    padding: 104px 20px 0;
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 76;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease;
  }
  .header.is-open .menu-modal {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 799.98px) {
  .header-nav {
    margin: auto;
  }
  .header-nav .menu-item {
    font-size: 20px;
  }
}
@media (max-width: 599.98px) {
  .menu-modal {
    padding-top: 128px;
  }
}
@media screen and (max-width: 799.98px) {
  .admin-bar .header,
.admin-bar .modal-menu {
    top: 32px !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header,
.admin-bar .modal-menu {
    top: 46px !important;
  }
}

.footer {
  padding: 0 20px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  line-height: 1.25;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .footer {
    font-size: 20px;
  }
}

.footer--container {
  padding: 24px 0;
  border: none;
  border-top: 1px dashed currentColor;
}

.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 100%;
}
@media (min-width: 800px) {
  .grid {
    grid-template-columns: 3fr 3fr 2fr 4fr;
  }
}

.social-links a {
  display: inline-block;
  text-decoration: none;
}
.social-links a span {
  text-decoration: underline;
}
.social-links a:not(:last-child):after {
  content: ", ";
}
.social-links a:last-child:before {
  content: "& ";
}

.address {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
  white-space: pre-line;
  margin-bottom: 1em;
}

.hours {
  display: block;
  white-space: pre-line;
}

.blurb {
  padding-right: 16px;
}
.blurb p {
  font-size: inherit;
}

.footer-nav ul,
.footer-nav ul.list {
  font-size: inherit;
}
.footer-nav li {
  display: block;
  position: relative;
  padding-left: 10px;
  border: none !important;
}
.footer-nav li:before {
  display: inline-block;
  content: "•";
  font-size: 0.6666666667em;
  position: absolute;
  left: 0;
  top: 0.375em;
}
.footer-nav li a:hover {
  text-decoration: underline !important;
}
.footer-nav .menu-item {
  height: unset;
}

:root:root .footer-social {
  position: relative;
  font-size: 16px;
}
@media (min-width: 1024px) {
  :root:root .footer-social {
    font-size: 20px;
  }
}
@media (max-width: 799.98px) {
  :root:root .footer-social {
    margin-top: 20px;
    max-width: 400px;
  }
}
:root:root .footer-social .gform_body {
  margin: 0;
}
:root:root .footer-social .gform_wrapper .gfield {
  min-height: 0;
}
@media (min-width: 1024px) {
  :root:root .footer-social .gform_wrapper .gfield {
    height: 25px;
    margin-bottom: 25px;
  }
}
:root:root .footer-social .gfield_label {
  font-size: inherit;
}
:root:root .footer-social .cba-has-value .gfield_label {
  font-size: 20px;
}
:root:root .footer-social .gform_wrapper .gfield input {
  font-size: inherit;
  height: 19px;
}
@media (min-width: 1024px) {
  :root:root .footer-social .gform_wrapper .gfield input {
    height: 25px;
    border-bottom-width: 2px;
  }
}
:root:root .footer-social .gform_button {
  position: absolute;
  font-size: 0;
  top: 0;
  right: 1px;
  margin: 0;
  padding: 0;
  padding-right: 3px;
  border: 0;
  border-radius: 0;
  z-index: 10;
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  :root:root .footer-social .gform_button {
    width: 20px;
    height: 20px;
  }
}
:root:root .footer-social .gform_button svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
:root:root .footer-social .gform_button:hover {
  box-shadow: none;
}
:root:root .footer-social .gform_validation_container {
  display: none !important;
}
:root:root .footer-social .validation_message.error {
  color: #e00;
}
:root:root .footer-social .validation_message p {
  font-size: 14px;
}
:root:root .footer-social .submit-message {
  display: none;
}
:root:root .footer-social .submit-message.is-submitting {
  display: block;
}
:root:root .footer-social .submit-message.is-submitting ~ * {
  display: none !important;
}

.copyright {
  font-size: 12px;
}
.copyright a {
  text-decoration: none;
}

.post {
  word-break: break-word;
  position: relative;
  text-decoration: none;
  z-index: 10;
  margin-bottom: 20px;
}
.post.is-book {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  border-radius: 8px;
  color: var(--text-color);
  background-color: var(--background-color);
  border: 1px solid currentColor;
}

.cols {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.cols:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  flex: 1 0 auto;
}
.post:not(.is-book) .cols {
  border-bottom: 1px dashed currentColor;
}
.post:not(.is-book) .cols:first-child {
  border-top: 1px dashed currentColor;
}
@media (max-width: 799.98px) {
  .cols, .post:not(.is-book):not(:last-child) .cols {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 800px) {
  .cols {
    flex-flow: row nowrap;
    border-bottom: 1px dashed currentColor;
  }
}

.post:last-child {
  margin-bottom: 0;
}
.post:last-child:not(.is-book) .cols:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.related-content:last-child .post-item:last-child:not(.is-bookshop) {
  border-bottom: 0;
  padding-bottom: 0;
}

.col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 799.98px) {
  .col {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed currentColor;
  }
  .col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .col {
    max-width: 50%;
    padding: 0 20px;
    border-right: 1px dashed currentColor;
  }
  .post.is-book .col:last-child {
    border-right: 0;
  }
  .post:not(.is-book) .col:first-child {
    border-left: 1px dashed currentColor;
  }
}

@media (max-width: 799.98px) {
  .cols:last-child .col:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .post.is-book .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-header {
  width: 100%;
  margin-bottom: auto;
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  .hero-header {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .hero-header {
    padding-bottom: 160px;
  }
}

.hero-footer {
  width: 100%;
}

.breadcrumbs {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.breadcrumbs span:first-child {
  white-space: nowrap;
}
@media (min-width: 600px) {
  .breadcrumbs span {
    white-space: nowrap;
  }
}
.breadcrumbs span:last-child {
  white-space: normal;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs > *:not(:last-child):after {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  content: "→";
  margin: 0 8px;
}
.breadcrumbs svg {
  fill: currentColor;
}

.hero-subtitle,
.hero-title {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  line-height: 1.1;
  font-size: 28px;
  margin: 0 auto;
  text-emphasis: center;
  max-width: 90%;
  text-align: center;
  letter-spacing: normal;
}
@media (min-width: 800px) {
  .hero-subtitle,
.hero-title {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .hero-subtitle,
.hero-title {
    font-size: 64px;
  }
}
.hero-subtitle.is-italic,
.hero-title.is-italic {
  font-style: italic;
}

.exhibition-template-default .hero-title {
  font-style: italic;
}

.subtitle a {
  display: inline;
  text-decoration: underline;
}
.subtitle a:hover {
  text-decoration: underline;
}

.hero-meta-text {
  display: block;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-meta-text:last-child {
  margin-bottom: 0;
}
.hero-meta-text:first-child {
  margin-top: 0;
}

.hero-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.views {
  padding: 0 0 64px;
  display: flex;
  flex-direction: column;
}
.views .views-progress,
.views h2 {
  order: 1;
}
.views .exhibition-views {
  order: 2;
}
.views h2 {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .views h2 {
    font-size: 20px;
  }
}

.views-progress {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}

.book-meta {
  margin-bottom: 20px;
}
.book-meta p {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  margin-bottom: 8px;
}

.hero-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-image img {
  max-height: 100%;
}
.hero-image div.caption {
  opacity: 1;
}

.single-product .post .col {
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product .sticky-wrapper {
  width: 100%;
  position: sticky;
  top: 2em;
}

.single-exhibition .col {
  justify-content: flex-start;
}
.single-exhibition .sticky-wrapper {
  width: 100%;
  position: sticky;
  top: 2em;
  display: flex;
  justify-content: center;
}

.single-product form.cart {
  width: 100%;
  padding-bottom: 4px;
}
.single-product form.cart .row {
  align-items: baseline;
}
.single-product form.cart h3 {
  margin: 0;
}
.single-product form.cart .added_to_cart {
  display: none;
}
.single-product form.cart .custom-price {
  font-size: 20px;
}
.single-product form.cart .single_add_to_cart_button {
  font-size: 20px;
  display: block;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}
.single-product form.cart .quantity-buttons {
  flex-grow: 0;
  display: flex;
}
.single-product form.cart .quantity-buttons > .quantity-value[type=number] {
  display: inline;
  appearance: none;
  -moz-appearance: textfield;
  width: auto;
}
.single-product form.cart .quantity-buttons .plus,
.single-product form.cart .quantity-buttons .quantity-value {
  line-height: 1.2;
  height: 24px;
}
.single-product form.cart .quantity-buttons .minus {
  padding-bottom: 2px;
  line-height: 0;
  height: 24px;
}

.variations {
  margin: 0;
  width: 100%;
}
.variations * {
  display: block;
  margin: 0;
  padding: 0;
}
.variations tbody,
.variations td,
.variations tr {
  width: 100%;
  height: auto;
}

.reset_variations {
  display: inline-block !important;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
}
.reset_variations:hover {
  text-decoration: underline;
}

select {
  width: 100%;
  margin: 10px 0 !important;
}

.woocommerce-variation-price {
  margin-bottom: 10px;
}
.woocommerce-variation-price * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.more-content {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  letter-spacing: normal;
}

.feature {
  text-decoration: none;
}
.feature:not(:last-of-type) > .post > .cols {
  border-bottom: none;
  padding-bottom: 0;
}
.feature:first-of-type > .post > .cols {
  border-top: none;
  padding-top: 0;
}
.feature .post.is-featured {
  border-bottom: 1px dashed currentColor;
  padding-bottom: 20px;
}
.feature .post.is-featured .col > * {
  color: var(--text-color);
}

.post .label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
}

.label {
  padding: 4px 16px;
  color: var(--text-color);
  background-color: var(--background-color);
}
.label > svg {
  height: 28px;
  fill: var(--text-color);
}

.single-exhibition .col.alt,
.single-product .col.alt {
  justify-content: space-between;
}

.pre-share {
  color: var(--text-color);
  text-align: left;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.pre-share .share-toggle {
  text-decoration: none;
}
.pre-share a {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}
.pre-share a:hover {
  text-decoration: underline;
}
.pre-share a.share-link {
  display: none;
}
.pre-share a.share-link.is-active {
  display: inline;
}
.pre-share svg {
  fill: currentColor;
  height: 28px;
}

@media (min-width: 800px) {
  .featured-posts .col:first-child {
    border-left: 1px dashed currentColor;
  }
}
.featured-posts .post {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  background-color: var(--background-color);
  height: 100%;
  width: 100%;
  margin: 0;
}
.featured-posts .post .label {
  padding: 8px 0;
}

.exhibition-meta {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 20px;
}
.exhibition-meta:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.exhibition-meta .row {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 20px;
}
.exhibition-meta h3 {
  margin-bottom: 0;
}
.exhibition-meta h3:last-child {
  margin-bottom: 20px;
}
.exhibition-meta p {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.exhibition-meta p:first-child {
  margin-top: 0;
}
.exhibition-meta p:last-child {
  margin-bottom: 0;
}

.remaining {
  position: relative;
  padding-left: 32px;
}
.remaining::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: currentColor;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  animation: blink 1s infinite alternate;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.post .is-free {
  display: none;
}

.has-gift .nyp.row {
  display: none;
}

.has-remaining {
  display: none;
}

/* OLD STUFF
.container {
  position: relative;
  z-index: 0;
}

.frame {
  position: relative;
  border: 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  z-index: 1;
}

.hidden {
  display: none;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  z-index: 0;
}
*/
.woocommerce-checkout .site-content {
  color: var(--text-color, #000);
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce-checkout .site-content .cols {
  padding-bottom: 0;
}
@media (min-width: 800px) {
  .woocommerce-checkout .site-content .cols.woocommerce-order {
    padding-bottom: 2em;
    border-bottom: 1px dashed currentColor;
  }
}
@media (min-width: 800px) {
  .woocommerce-checkout .site-content .col:first-child {
    border-left: 1px dashed currentColor;
  }
}
.woocommerce-checkout .site-content .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .site-content .row.woocommerce-shipping-fields {
  flex-wrap: wrap;
}
.woocommerce-checkout .site-content .row.woocommerce-shipping-fields > * {
  width: 100%;
}
.woocommerce-checkout .site-content .row > div {
  width: 100%;
}
.woocommerce-checkout .site-content .woocommerce-additional-fields.row {
  flex-direction: column;
}
.woocommerce-checkout .site-content .woocommerce-additional-fields.row > *:first-child {
  margin-bottom: 1em !important;
}
.woocommerce-checkout .site-content .entry-header {
  display: none;
}
.woocommerce-checkout .site-content .woocommerce-form-coupon-toggle {
  font-size: 20px;
  letter-spacing: 0.75px;
  padding: 20px 0;
  border-top: 1px dashed currentColor;
}
.woocommerce-checkout .site-content .woocommerce-form-coupon-toggle > div {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .site-content .woocommerce-form-coupon-toggle > div a {
  font-size: 20px;
}
.woocommerce-checkout .site-content .checkout_coupon {
  max-width: 320px;
}
.woocommerce-checkout .site-content .checkout_coupon p {
  font-size: 20px;
}
.woocommerce-checkout .site-content .checkout_coupon .form-row-first {
  margin-bottom: 0;
}
.woocommerce-checkout .site-content .page-title {
  padding: 20px 0 !important;
  border-top: 1px dashed currentColor;
}
.woocommerce-checkout .site-content label[for=payment_method_cheque] {
  display: none !important;
}
.woocommerce-checkout .site-content input#billing_state ::placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.woocommerce-checkout .site-content h2.woocommerce-order-details__title,
.woocommerce-checkout .site-content h3 {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  color: var(--text-color, #000);
  margin-bottom: 1.5em;
  font-size: 20px;
}
.woocommerce-checkout .site-content .woocommerce-order-details {
  width: 100%;
}
.woocommerce-checkout .site-content .shop_table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.woocommerce-checkout .site-content .shop_table strong {
  font-weight: normal;
}
.woocommerce-checkout .site-content .shop_table td,
.woocommerce-checkout .site-content .shop_table th {
  color: black;
  font-weight: normal;
  font-size: 80%;
  text-align: left;
  font-family: Helvetica, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}
.woocommerce-checkout .site-content .shop_table td:first-child,
.woocommerce-checkout .site-content .shop_table th:first-child {
  padding-left: 0;
}
.woocommerce-checkout .site-content .shop_table tr {
  background-color: transparent !important;
  border-bottom: 1px dashed black;
}
.woocommerce-checkout .site-content .shop_table tfoot strong,
.woocommerce-checkout .site-content .shop_table tfoot th {
  font-weight: bold;
}
.woocommerce-checkout .site-content .wc_payment_methods {
  background-color: transparent;
  padding: 0;
}
.woocommerce-checkout .site-content .wc_payment_methods * {
  padding: 0 !important;
  color: black;
}
.woocommerce-checkout .site-content .wc_payment_methods p {
  font-size: 12px;
}
.woocommerce-checkout .site-content .wc_payment_methods label {
  font-size: 16px;
  pointer-events: none;
  padding: 10px 0;
  color: black;
}
.woocommerce-checkout .site-content .wc_payment_methods label[for=payment_method_stripe] {
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  letter-spacing: 0.75px;
  display: block;
  margin: 1.5em 0 !important;
}
.woocommerce-checkout .site-content .wc_payment_methods label[for=payment_method_stripe] img {
  display: none;
}
.woocommerce-checkout .site-content .wc_payment_methods #payment_method_stripe + label:before {
  content: none !important;
}
.woocommerce-checkout .site-content .wc_payment_methods #wc-stripe-cc-form {
  border: none;
}
.woocommerce-checkout .site-content .wc_payment_methods #wc-stripe-cc-form br {
  display: none;
}
.woocommerce-checkout .site-content .wc_payment_methods #wc-stripe-cc-form > .form-row {
  margin-bottom: 15px;
}
.woocommerce-checkout .site-content .wc_payment_methods #wc-stripe-cc-form > .form-row.form-row-last {
  margin-bottom: 0;
}
.woocommerce-checkout .site-content .wc_payment_methods #wc-stripe-cc-form > .form-row iframe {
  filter: grayscale(1);
}
.woocommerce-checkout .site-content .wc_payment_methods .wc_payment_method label {
  margin: 0;
}
.woocommerce-checkout .site-content .wc_payment_methods div,
.woocommerce-checkout .site-content .wc_payment_methods li {
  background-color: transparent !important;
}
.woocommerce-checkout .site-content #stripe-payment-data > p:first-child,
.woocommerce-checkout .site-content .woocommerce-privacy-policy-text p {
  font-size: 15px;
}
.woocommerce-checkout .site-content .form-row.place-order {
  margin-top: 0;
}
.woocommerce-checkout .site-content .form-row.woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-checkout .site-content .form-row.woocommerce-validated.woocommerce-SavedPaymentMethods-saveNew {
  min-height: 0;
  line-height: 2;
}
.woocommerce-checkout .site-content .form-row.woocommerce-SavedPaymentMethods-saveNew label,
.woocommerce-checkout .site-content .form-row.woocommerce-validated.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 12px;
  color: #000;
  border-color: currentColor;
  pointer-events: all;
}
.woocommerce-checkout .site-content .place-order {
  background-color: transparent !important;
  padding: 0 !important;
  color: black;
  font-size: 12px;
}
.woocommerce-checkout .site-content .place-order a {
  color: inherit;
}
.woocommerce-checkout .site-content #order_review .shop_table {
  margin-bottom: 20px;
}
.woocommerce-checkout .site-content #payment .place-order {
  margin-top: 20px;
}
.woocommerce-checkout .site-content abbr.required {
  display: none;
}
.woocommerce-checkout .site-content input[type=checkbox] {
  outline: none !important;
}
.woocommerce-checkout .site-content input[type=text],
.woocommerce-checkout .site-content input[type=number],
.woocommerce-checkout .site-content input[type=email],
.woocommerce-checkout .site-content input[type=tel],
.woocommerce-checkout .site-content input[type=url],
.woocommerce-checkout .site-content input[type=password],
.woocommerce-checkout .site-content input[type=search],
.woocommerce-checkout .site-content .input-text:not(textarea) {
  color: var(--text-color, #000);
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid currentColor;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.woocommerce-checkout .site-content input[type=text]::placeholder,
.woocommerce-checkout .site-content input[type=number]::placeholder,
.woocommerce-checkout .site-content input[type=email]::placeholder,
.woocommerce-checkout .site-content input[type=tel]::placeholder,
.woocommerce-checkout .site-content input[type=url]::placeholder,
.woocommerce-checkout .site-content input[type=password]::placeholder,
.woocommerce-checkout .site-content input[type=search]::placeholder,
.woocommerce-checkout .site-content .input-text:not(textarea)::placeholder {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: currentColor;
}
.woocommerce-checkout .site-content input[type=text]:empty,
.woocommerce-checkout .site-content input[type=number]:empty,
.woocommerce-checkout .site-content input[type=email]:empty,
.woocommerce-checkout .site-content input[type=tel]:empty,
.woocommerce-checkout .site-content input[type=url]:empty,
.woocommerce-checkout .site-content input[type=password]:empty,
.woocommerce-checkout .site-content input[type=search]:empty,
.woocommerce-checkout .site-content .input-text:not(textarea):empty {
  background-color: transparent;
}
.woocommerce-checkout .site-content input[type=text], .woocommerce-checkout .site-content input[type=text]:focus, .woocommerce-checkout .site-content input[type=text]:valid:not(:empty),
.woocommerce-checkout .site-content input[type=number],
.woocommerce-checkout .site-content input[type=number]:focus,
.woocommerce-checkout .site-content input[type=number]:valid:not(:empty),
.woocommerce-checkout .site-content input[type=email],
.woocommerce-checkout .site-content input[type=email]:focus,
.woocommerce-checkout .site-content input[type=email]:valid:not(:empty),
.woocommerce-checkout .site-content input[type=tel],
.woocommerce-checkout .site-content input[type=tel]:focus,
.woocommerce-checkout .site-content input[type=tel]:valid:not(:empty),
.woocommerce-checkout .site-content input[type=url],
.woocommerce-checkout .site-content input[type=url]:focus,
.woocommerce-checkout .site-content input[type=url]:valid:not(:empty),
.woocommerce-checkout .site-content input[type=password],
.woocommerce-checkout .site-content input[type=password]:focus,
.woocommerce-checkout .site-content input[type=password]:valid:not(:empty),
.woocommerce-checkout .site-content input[type=search],
.woocommerce-checkout .site-content input[type=search]:focus,
.woocommerce-checkout .site-content input[type=search]:valid:not(:empty),
.woocommerce-checkout .site-content .input-text:not(textarea),
.woocommerce-checkout .site-content .input-text:not(textarea):focus,
.woocommerce-checkout .site-content .input-text:not(textarea):valid:not(:empty) {
  background-color: white;
}
.woocommerce-checkout .site-content input[type=checkbox] {
  width: auto;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.woocommerce-checkout .site-content .woocommerce-form__label-for-checkbox {
  display: flex;
}
.woocommerce-checkout .site-content textarea {
  padding: 8px;
  font-size: 16px;
  color: var(--text-color, #000);
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.woocommerce-checkout .site-content textarea, .woocommerce-checkout .site-content textarea:focus {
  border-radius: 8px;
  box-shadow: none !important;
  border: 1px solid black;
  outline: none;
  background-color: transparent;
}
.woocommerce-checkout .site-content textarea::placeholder {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: currentColor;
}
.woocommerce-checkout .site-content textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout .site-content .select2-container--default .select2-selection {
  border-color: black;
}
.woocommerce-checkout .site-content .select2-container--default .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
}
.woocommerce-checkout .site-content .select2-container--default.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
}
.woocommerce-checkout .site-content .select2-container--default .select2-selection__rendered {
  color: black;
  font-size: 16px;
}
.woocommerce-checkout .site-content .select2-container--default .select2-search__field {
  padding-left: 4px;
  padding-right: 4px;
  border-color: black;
}
.woocommerce-checkout .site-content .select2-container--default .select2-dropdown {
  border-color: black;
}
.woocommerce-checkout .site-content .select2-container--default .select2-dropdown li {
  color: black;
}
.woocommerce-checkout .site-content .select2-container--default .select2-dropdown li.select2-results__option--highlighted[data-selected] {
  background-color: #f0f0f0;
}
.woocommerce-checkout .site-content .woocommerce-validated .select2-selection__rendered {
  color: #417505;
}
.woocommerce-checkout .site-content .woocommerce-validated .select2-container--default .select2-selection {
  border-color: #417505;
}
.woocommerce-checkout .site-content .woocommerce-validated .select2-container--default .select2-selection__arrow b {
  border-color: #417505 transparent transparent transparent;
}
.woocommerce-checkout .site-content .form-row {
  display: block;
  position: relative;
  min-height: 36px;
}
.woocommerce-checkout .site-content .form-row#billing_state_field {
  min-height: 68px;
}
.woocommerce-checkout .site-content .form-row input::placeholder {
  font-size: 16px;
}
.woocommerce-checkout .site-content .form-row input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout .site-content .form-row label {
  pointer-events: none;
  padding: 10px 0;
  color: black;
  font-size: 16px;
  letter-spacing: normal;
}
.woocommerce-checkout .site-content .form-row label[for*=billing_address_1] + .woocommerce-input-wrapper {
  display: block;
  margin-top: 20px;
}
.woocommerce-checkout .site-content .form-row label abbr {
  text-decoration: none;
  color: black;
}
.woocommerce-checkout .site-content .form-row:not([id*=address]):not(.cba-has-value) input {
  top: 0;
  position: absolute;
  z-index: 2;
}
.woocommerce-checkout .site-content .form-row:not([id*=address]):not(.cba-has-value) input:focus {
  position: static;
}
.woocommerce-checkout .site-content .form-row.cba-has-value:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) input, .woocommerce-checkout .site-content .form-row.woocommerce-invalid:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) input, .woocommerce-checkout .site-content .form-row.woocommerce-validated:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) input, .woocommerce-checkout .site-content .form-row:focus-within:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) input {
  position: static;
}
.woocommerce-checkout .site-content .form-row.cba-has-value:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) label, .woocommerce-checkout .site-content .form-row.woocommerce-invalid:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) label, .woocommerce-checkout .site-content .form-row.woocommerce-validated:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) label, .woocommerce-checkout .site-content .form-row:focus-within:not([id*=address]):not([id*=country]):not([id*=state]):not([id*=comments]):not([id*=ada_field_name]) label {
  font-size: 10px;
  position: absolute;
  bottom: 100%;
  transform: translateY(20px);
}
.woocommerce-checkout .site-content .form-row.woocommerce-validated input,
.woocommerce-checkout .site-content .form-row.woocommerce-validated label,
.woocommerce-checkout .site-content .form-row.woocommerce-validated label abbr {
  color: #417505;
  border-color: #417505;
}
.woocommerce-checkout .site-content .form-row.woocommerce-invalid input,
.woocommerce-checkout .site-content .form-row.woocommerce-invalid label,
.woocommerce-checkout .site-content .form-row.woocommerce-invalid label abbr {
  color: #d0021b;
  border-color: #d0021b;
}
.woocommerce-checkout .site-content .button:not(.gform_button) {
  display: inline-block !important;
  width: auto !important;
  cursor: pointer;
  color: black !important;
  outline: 0;
  background-color: transparent !important;
  -webkit-appearance: auto;
  padding: 4px 7px;
  border: 1px solid;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 8px 0 0;
  transition: box-shadow 0.4s ease;
}
.woocommerce-checkout .site-content .button:not(.gform_button):hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.woocommerce-checkout .site-content .woocommerce-error {
  background-color: #d0021b;
  border-left: none;
}
.woocommerce-checkout .site-content .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
@media (max-width: 799.98px) {
  .woocommerce-checkout .site-content .checkout .col-1,
.woocommerce-checkout .site-content .checkout .col-2,
.woocommerce-checkout .site-content .checkout .col2-set {
    margin-bottom: 20px;
  }
}
.woocommerce-checkout .site-content #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
.woocommerce-checkout .site-content .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
  right: 0;
}
.woocommerce-checkout .site-content .wc-stripe-elements-field.StripeElement {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0.6180469716em 0 !important;
}

:root .gift-certificate {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
:root .gift-certificate > h3, :root .gift-certificate .gift-certificate-show-form > p {
  display: none;
}
:root .gift-certificate > p {
  display: block;
  font-family: "Bradford", Georgia, "Times New Roman", Times, serif;
  color: var(--text-color, #000);
  margin-bottom: 1.5em;
  font-size: 20px;
}
:root .gift-certificate .gift-certificate-show-form ul {
  margin: 0;
}
:root .gift-certificate .gift-certificate-show-form li {
  margin: 0 0 16px;
  display: block;
}
:root .gift-certificate .gift-certificate-show-form li:last-child {
  margin-bottom: 0;
}
:root .gift-certificate .gift-certificate-show-form input {
  margin: 0;
  height: 0;
  width: 0;
}
:root .gift-certificate .gift-certificate-show-form label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #000;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 400ms ease;
}
:root .gift-certificate .gift-certificate-show-form label:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
:root .gift-certificate .gift-certificate-show-form input:checked + label {
  color: #fff;
  background-color: #000;
}
:root .gift-certificate .gift-certificate-show-form .single_multi_list {
  margin: 16px 0 0 !important;
}
:root .gift-certificate .form_table {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  margin-top: 40px;
}
:root .gift-certificate .form_table .email_amount > .amount {
  position: absolute;
  top: -24px;
}
:root .gift-certificate .form_table .gift_receiver_email {
  margin: 4px 0 8px;
  padding-bottom: 4px;
}
:root .gift-certificate .form_table .gift_receiver_message {
  border: 0;
  padding: 0;
  max-width: 100%;
}
:root .gift-certificate .form_table .gift_receiver_message::placeholder {
  color: currentColor;
}

.woocommerce-checkout .site-content .woocommerce-checkout-payment input::placeholder, .woocommerce-checkout .site-content .gift_receiver_message::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.gform_wrapper:where(:not(#gform_wrapper_4)) .gform_body {
  margin-top: 40px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_description {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding-top: 3px;
  padding-bottom: 15px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield {
  position: relative;
  display: block;
  min-height: 36px;
  margin-bottom: 20px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield input,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield label,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield select,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield textarea {
  font-size: 16px;
  letter-spacing: normal;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield select {
  background-color: transparent;
  border-color: black;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield input::placeholder,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield textarea::placeholder {
  color: rgba(0, 0, 0, 0);
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield > label {
  pointer-events: none;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield .ginput_container_email {
  position: relative;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield > .ginput_container_website,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield > .ginput_container_text {
  position: absolute;
  top: 0;
  width: 100%;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield.cba-has-value > label, .gform_wrapper:where(:not(#gform_wrapper_4)) .gfield:not(.has-choices):focus-within > label {
  font-size: 20px;
  transform: translateY(-24px) scale(0.75);
  transform-origin: left;
  position: absolute;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield.cba-has-value > .ginput_container_email,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield.cba-has-value > .ginput_container_website,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield.cba-has-value > .ginput_container_text, .gform_wrapper:where(:not(#gform_wrapper_4)) .gfield:not(.has-choices):focus-within > .ginput_container_email,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield:not(.has-choices):focus-within > .ginput_container_website,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield:not(.has-choices):focus-within > .ginput_container_text {
  position: static;
  width: 100%;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield .ginput_container > ul {
  margin-top: 20px;
  margin-bottom: 40px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] > label {
  margin: 0;
  padding-left: 5px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] > input {
  width: auto;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] [type=checkbox],
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] [type=radio] {
  appearance: none;
  display: inline;
  border: none;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] [type=checkbox]:before,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] [type=radio]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] [type=checkbox]:checked:before,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield li[class*=gchoice] [type=radio]:checked:before {
  background-color: black;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield .ginput_complex label {
  font-size: 20px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield .ginput_complex select {
  margin-bottom: 0 !important;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .validation_error {
  border: 1px solid red !important;
  color: red !important;
  border-radius: 3px;
  font-size: 20px !important;
  text-align: left !important;
  padding: 1em !important;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error {
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error .validation_message,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error [type=checkbox]:before,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error [type=radio]:before,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error label {
  color: red !important;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error .validation_message {
  padding-bottom: 20px;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error input,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error select,
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_error textarea {
  border-color: red !important;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .gfield_description {
  font-size: 12px !important;
}
.gform_wrapper:where(:not(#gform_wrapper_4)) .ginput_complex input + label,
.gform_wrapper:where(:not(#gform_wrapper_4)) .ginput_complex select + label {
  font-size: 12px !important;
}

.footer .gfield label {
  display: none;
}
.footer form {
  margin-bottom: 1em;
}

/* Fixes */
.home .featured-posts .cols {
  padding-top: 0;
  padding-bottom: 0;
}
.home .wp-block-columns .wp-block-columns {
  height: 100%;
}

.is-rtl {
  display: block;
  direction: rtl;
}

.is-style-rtl {
  direction: rtl;
}

.is-style-sans {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.75px;
}

.single-product .col li a:hover {
  text-decoration: underline !important;
}