.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin-block: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.25;
  margin: 0;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
:root {
  --section-width: 66.55555556rem;
  --section-width-narrow: 61.5rem;
  --color-brown: #3B3329;
  --color-brown-dark: #3B3329;
  --color-brown-light: #786344;
  --color-beige: #F0E8DB;
  --color-beige-dark: #e5d9c8;
  --color-beige-light: #F9F6F1;
  --color-beige-light-light: rgba(249, 246, 241, 0.8);
  --color-text: var(--color-brown);
  --color-text-muted: var(--color-brown-light);
  --color-text-inverse: var(--color-beige);
  --color-bg: #fff;
  --color-border: oklch(85% 0.02 55);
  --color-border-light: oklch(92% 0.01 55);
  --color-hover-overlay: color-mix(in oklch, var(--color-brown) 90%, transparent);
  --color-active-overlay: color-mix(in oklch, var(--color-brown) 85%, transparent);
  --color-error: oklch(55% 0.2 25);
  --color-success: oklch(55% 0.15 145);
  --color-link: var(--color-brown);
  --color-link-hover: color-mix(in oklch, var(--color-brown) 90%, black);
  --color-link-active: color-mix(in oklch, var(--color-brown) 80%, black);
}
html {
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1152px) {
  html {
    font-size: 16px;
  }
}
@media (max-width : 575px) {
  html {
    font-size: min(4.26666667vw, 18px);
  }
}
body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1.36111111;
  letter-spacing: 0.5px;
  text-rendering: optimizeSpeed;
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  background: #fff;
  background: linear-gradient(180deg, #FAF8F4 60px, #fff 330px);
  position: relative;
}
body.is-popup {
  overflow: hidden;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  body.is-menu {
    overflow: hidden;
  }
}
a,
button {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
strong {
  font-weight: 600;
}
b {
  font-weight: 700;
}
i {
  font-weight: 400;
  font-style: italic;
}
i strong,
i b {
  font-weight: 700;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.hamburger {
  --hamburger-color: #2E211B;
  padding: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  background: transparent;
  margin: 0;
}
body.is-homepage:not(.is-scrolled, .is-menu) .hamburger {
  --hamburger-color: #fff;
}
body.is-menu .hamburger {
  --hamburger-color: #2E211B;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__box {
  width: 36px;
  height: 36px;
  position: relative;
}
.hamburger__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  margin-top: -1px;
  background-color: var(--hamburger-color);
  border-radius: 0px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.hamburger__inner::before,
.hamburger__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: var(--hamburger-color);
  border-radius: 0px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.hamburger__inner::before {
  top: -12px;
}
.hamburger__inner::after {
  top: 12px;
}
.is-menu .hamburger .hamburger__inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-menu .hamburger .hamburger__inner::before {
  opacity: 0;
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
}
.is-menu .hamburger .hamburger__inner::after {
  -webkit-transform: translateY(-12px) rotate(-90deg);
      -ms-transform: translateY(-12px) rotate(-90deg);
          transform: translateY(-12px) rotate(-90deg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  letter-spacing: min(0.025em, 0.5px);
}
.page-title {
  font-size: 2.66666667rem;
  line-height: 1.125;
}
@media (max-width : 575px) {
  .page-title {
    font-size: 1.88888889rem;
    line-height: 1.17647059;
  }
}
h1,
.heading-1 {
  font-size: 2.44444444rem;
  line-height: 1.18181818;
}
@media (max-width : 575px) {
  h1,
  .heading-1 {
    font-size: 1.88888889rem;
    line-height: 1.17647059;
  }
}
h2,
.heading-2 {
  font-size: 1.33333333rem;
  line-height: 1.25;
}
h3,
.heading-3 {
  font-size: 1.11111111rem;
  line-height: 1.5;
}
p {
  margin: 1em 0;
}
.section {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: var(--section-width);
  margin-right: auto;
  margin-left: auto;
}
.section--narrow {
  max-width: var(--section-width-narrow);
}
.section-header {
  margin-bottom: 3em;
}
.section-header--centered {
  text-align: center;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}
.section-header--full {
  max-width: unset;
}
.section-header .tag-title {
  margin-bottom: 0.8em;
}
.section-header .heading-1:not(:last-child) {
  margin-bottom: 0.31818182em;
}
.section-header .page-title:not(:last-child) {
  margin-bottom: 0.5em;
}
.s-gap {
  margin-top: 6.66666667rem;
  margin-bottom: 6.66666667rem;
}
@media (max-width : 575px) {
  .s-gap {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.s-gap-2 {
  margin-top: 13.33333333rem;
  margin-bottom: 13.33333333rem;
}
@media (max-width : 575px) {
  .s-gap-2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.s-clearfix {
  padding-top: 1px;
  padding-bottom: 1px;
}
.bg-light {
  background-color: var(--color-beige-light);
}
.bg-color {
  background-color: var(--color-beige);
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  gap: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07692308em;
  border-radius: 10px;
  line-height: 1.33333333;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  min-height: 2.72222222em;
  font-size: 1rem;
  padding: 0.63888889em 1.5em;
  background-color: var(--color-brown);
  color: var(--color-beige-light);
  border-color: var(--color-brown);
}
.btn:hover {
  background-color: var(--color-brown-dark);
  border-color: var(--color-brown-dark);
}
.btn svg,
.btn .btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.btn svg:not([width]),
.btn .btn__icon:not([width]) {
  width: 1.15384615em;
}
.btn svg:not([height]),
.btn .btn__icon:not([height]) {
  height: 1.15384615em;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btn--outline {
  background-color: transparent;
  color: var(--color-text-inverse);
  border-color: var(--color-text-inverse);
}
.btn--outline:hover {
  border-color: var(--color-text-inverse);
  background-color: var(--color-text-inverse);
  color: var(--color-brown-dark);
}
.btn--outline--dark {
  color: var(--color-brown-dark);
  border-color: var(--color-brown-dark);
}
.btn--outline--dark:hover {
  border-color: var(--color-brown-dark);
  background-color: var(--color-brown-dark);
  color: var(--color-text-inverse);
}
.btn--featured {
  background-color: var(--color-beige);
  border-color: var(--color-beige);
  color: var(--color-brown);
  font-size: 1.38888889rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.08;
  padding: 1.11111111rem 2.22222222rem;
  gap: 1.38888889rem;
  min-width: 18.33333333rem;
}
.btn--featured:hover {
  border-color: var(--color-beige-dark);
  background-color: var(--color-beige-dark);
}
@media (max-width : 575px) {
  .btn--featured {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.66666667em 1.11111111em;
    min-width: auto;
    gap: 0.88888889rem;
  }
}
.btn--xs {
  font-size: 0.66666667rem;
  line-height: 1.16666667;
  min-height: 2.66666667em;
  padding: 0.5em 1.5em;
}
.btn--sm {
  font-size: 0.72222222rem;
  line-height: 1.15384615;
  min-height: 3.38461538em;
  padding: 0.5em 1.53846154em;
}
.btn--md {
  min-height: 3.33333333em;
}
.btn--lg {
  font-size: 1.38888889rem;
  line-height: 1.6;
  min-height: 2.8em;
  padding: 0.6em 1.53846154em;
}
.btn--square {
  padding-left: 0;
  padding-right: 0;
  min-width: 2.72222222em;
}
.btn--square.btn--sm {
  min-width: 3.38461538em;
}
.btn--square.btn--lg {
  min-width: 2.8em;
}
.more-link,
.splide__lightbox-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--color-brown);
  font-size: 0.88888889rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07692308em;
}
.more-link:hover,
.splide__lightbox-open:hover {
  color: var(--color-brown-dark);
}
.more-link:hover .ico-square,
.splide__lightbox-open:hover .ico-square {
  color: var(--color-beige-light);
  background: var(--color-brown-dark);
}
.more-link--lg,
.splide__lightbox-open--lg {
  gap: 1em;
}
.more-link--lg .ico-square,
.splide__lightbox-open--lg .ico-square {
  width: 2.77777778em;
  height: 2.77777778em;
  border: 1px solid var(--color-beige-dark);
}
.more-link--lg:hover .ico-square,
.splide__lightbox-open--lg:hover .ico-square {
  background: var(--color-brown-dark);
}
.ico-square {
  width: 1.66666667em;
  height: 1.66666667em;
  border: 1px solid var(--color-brown);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ico-square svg {
  width: 0.77777778em;
  height: 0.77777778em;
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.72222222em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
a:not([class]) {
  color: var(--color-link);
  text-decoration-color: var(--color-link);
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
a:not([class]):hover {
  color: var(--color-link-hover);
  text-decoration: none;
}
a:not([class]):active {
  color: var(--color-link-active);
}
.tag-title {
  color: var(--color-text);
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 0.83333333rem;
  line-height: 1.33333333;
  text-transform: uppercase;
}
.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.22222222em 0.66666667em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 10px;
  color: #fff;
  border-radius: 5px;
  background: var(--color-brown-light);
}
.post-date {
  color: color-mix(in oklch, var(--color-brown) 40%, transparent);
}
.list-ico {
  display: -ms-grid;
  display: grid;
  padding: 0;
  margin: 1em 0;
  list-style: none;
  gap: 1rem;
}
.list-ico:last-child {
  margin-bottom: 0;
}
.list-ico li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-ico li p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
}
.list-ico__ico {
  width: 1.94444444rem;
  height: 1.94444444rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2em;
  background: var(--color-brown-light);
  color: #fff;
}
.list-ico__ico svg {
  width: 0.94444444rem;
  height: 0.94444444rem;
  fill: var(--color-beige-light);
  stroke: var(--color-beige-light);
  display: block;
}
.scroll-to-top {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: var(--color-beige-light);
  color: var(--color-brown);
}
.scroll-to-top svg {
  width: 0.77777778rem;
  height: 0.77777778rem;
}
.scroll-to-top:hover {
  color: var(--color-beige-light);
  background: var(--color-brown-light);
}
body:not(.is-homepage) {
  padding-top: 3.55555556rem;
}
@media (max-width : 575px) {
  body:not(.is-homepage) {
    padding-top: 1.77777778rem;
  }
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3.55555556rem;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.4s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.4s ease, box-shadow 0.3s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s ease;
  background-color: #fff;
}
body.is-homepage .main-header {
  background-color: transparent;
  position: absolute;
}
body.is-homepage.is-scrolled .main-header {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation: slide-down 0.4s ease forwards;
          animation: slide-down 0.4s ease forwards;
}
body.is-menu .main-header {
  z-index: 101;
}
.main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 2rem;
  max-width: var(--section-width);
  margin: 0 auto;
}
@media only screen and (max-width : 991px) {
  .main-header__inner {
    padding: 0 1rem;
  }
}
.main-header__logo {
  margin-right: auto;
}
.main-header__logo a {
  display: block;
}
.main-header__logo img,
.main-header__logo svg {
  height: 2.22222222rem;
  width: auto;
}
.main-header .hamburger {
  position: relative;
  z-index: 102;
  margin-left: auto;
}
@media only screen and (min-width : 992px) {
  .main-header .hamburger {
    display: none;
  }
}
.main-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-nav a:focus {
  outline: none;
}
.main-nav a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media only screen and (min-width : 992px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .main-nav > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.77777778rem;
    height: 100%;
  }
  .main-nav > .menu > .menu-item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav > .menu > .menu-item > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    opacity: 0;
    background: var(--color-brown);
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .main-nav > .menu > .menu-item > a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-nav > .menu > .menu-item.current-menu-item > a::before,
  .main-nav > .menu > .menu-item.current_page_item > a::before,
  .main-nav > .menu > .menu-item.current-menu-ancestor > a::before,
  .main-nav > .menu > .menu-item.current_page_ancestor > a::before {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-nav .menu-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav .menu-item > a {
    font-size: 0.83333333rem;
    line-height: 1;
    letter-spacing: 0.067em;
    text-transform: uppercase;
    color: #2E211B;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.35em;
    padding: 0.5rem 0;
    position: relative;
  }
  .main-nav .menu-item > a:hover {
    color: #3B3329;
  }
  .main-nav .menu-item.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-left: 0.25em;
  }
  .main-nav .menu-item.menu-item-has-children > a::before {
    display: none;
  }
  .main-nav .menu-item.menu-item-has-children:hover > .sub-menu,
  .main-nav .menu-item.menu-item-has-children.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
  .main-nav .menu-item.menu-item-has-children:hover > a::after,
  .main-nav .menu-item.menu-item-has-children.is-open > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-10px);
        -ms-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    background: #fff;
    min-width: 9.44444444rem;
    padding: 1.38888889rem 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: #3B3329;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .main-nav .sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    height: 3px;
    width: 100%;
    background: var(--color-brown);
  }
  .main-nav .sub-menu .menu-item {
    height: auto;
    display: block;
    text-align: center;
    font-size: 15/18em;
  }
  .main-nav .sub-menu .menu-item > a {
    color: #3B3329;
    font-size: 0.83333333rem;
    letter-spacing: 0.033em;
    display: block;
    text-transform: capitalize;
    padding: 0.41666667rem 1.33333333rem;
  }
  .main-nav .sub-menu .menu-item > a:hover {
    background-color: rgba(46, 33, 27, 0.05);
  }
  .main-nav__footer {
    display: none;
  }
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item > a {
    color: #fff;
  }
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item > a::before {
    background: #fff;
  }
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item > a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item.current-menu-item > a::before,
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item.current_page_item > a::before,
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item.current-menu-ancestor > a::before,
  body.is-homepage:not(.is-scrolled) .main-nav > .menu > .menu-item.current_page_ancestor > a::before {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width : 991px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16.11111111rem;
    max-width: calc(100vw - 60px);
    height: 100vh;
    height: 100dvh;
    z-index: 100;
    background: #fff;
    padding: 4.44444444rem 2.22222222rem 1.66666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  body.is-menu .main-nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .main-nav > .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 1em;
  }
  .main-nav .menu-item > a {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.05555556em;
    text-transform: uppercase;
    color: #2E211B;
    display: block;
    padding: 0.55em 0;
  }
  .main-nav .menu-item > a:hover {
    color: #3B3329;
  }
  .main-nav .menu-item.menu-item-has-children.is-open > a {
    position: relative;
  }
  .main-nav .menu-item.menu-item-has-children.is-open > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7.22222222rem;
    height: 3px;
    background: #2E211B;
  }
  .main-nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .main-nav .sub-menu .menu-item > a {
    font-size: 0.83333333rem;
    line-height: 1.4;
    letter-spacing: 0.03333333em;
    text-transform: none;
    color: #3B3329;
    padding: 0.75rem 0;
  }
  .main-nav .sub-menu .menu-item > a:hover {
    color: #2E211B;
  }
  .main-nav .menu-item-has-children.is-open > .sub-menu {
    max-height: 500px;
    padding: 1.55555556rem 0 0.77777778rem;
  }
  .main-nav__footer {
    border-top: 1px solid #e0e0e0;
    padding-top: 2.22222222rem;
    margin-top: auto;
  }
  .main-nav__footer .menu-item > a {
    font-size: 0.66666667rem;
    letter-spacing: 0.08333333em;
    text-transform: uppercase;
    color: #3B3329;
    padding: 0.75em 0;
  }
  .main-nav__footer .menu-item > a:hover {
    color: #2E211B;
  }
}
.nav-overlay {
  display: none;
}
@media only screen and (max-width : 991px) {
  .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(59, 51, 41, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 99;
    cursor: pointer;
  }
  body.is-menu .nav-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width : 991px) {
  body.is-menu {
    overflow: hidden;
  }
}
.main-footer {
  color: #fff;
  background: var(--color-brown-dark);
  padding: 1px 4.36507936%;
  text-align: center;
}
.main-footer__address {
  max-width: 52em;
  margin: 6.66666667rem auto 2.5em;
}
.main-footer__address h3 {
  font-size: 2.44444444rem;
  line-height: 1.18181818;
}
.main-footer__address h3 strong {
  font-size: 0.75em;
  display: block;
  font-weight: 400;
  margin-top: 0.5em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width : 575px) {
  .main-footer__address h3 {
    font-size: 1.55555556rem;
    line-height: 1.21428571;
  }
}
.main-footer__address p {
  margin: 1.5em 0;
  font-size: 1.33333333rem;
}
.main-footer__address p svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.main-footer__address p:last-child {
  margin-bottom: 0;
}
@media (max-width : 575px) {
  .main-footer__address p {
    font-size: 1em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-footer__address p svg {
    width: 0.88888889rem;
    height: auto;
  }
}
.main-footer__nav {
  margin: 3em 0 2.5em;
}
.main-footer__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  gap: 1em;
}
@media (max-width : 575px) {
  .main-footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-footer__nav .menu-item {
  height: auto;
  display: block;
  text-align: center;
  font-size: 15/18em;
}
.main-footer__nav .menu-item > a {
  color: #fff;
  font-size: 0.83333333rem;
  letter-spacing: 0.033em;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 1em;
}
.main-footer__nav .menu-item > a:hover {
  text-decoration: underline;
}
.main-footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72222222rem;
  letter-spacing: 0.07692308em;
  text-transform: uppercase;
  padding: 2.5rem 0;
}
.main-footer__copyright ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width : 575px) {
  .main-footer__copyright ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-footer__copyright a {
  text-decoration: none;
  color: currentColor;
}
.main-footer__copyright a:hover {
  color: #fff;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.gslide:not(.current) {
  pointer-events: none;
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}
.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-button-hidden {
  display: none;
}
/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}
.gbtn.focused {
  outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide.is-initialized {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border-radius: 7px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2.22222222rem;
  height: 2.22222222rem;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: unset;
  border: 1px solid var(--color-brown);
}
.splide__arrow svg {
  fill: var(--color-brown);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.splide__arrow:hover:not(:disabled) {
  background: var(--color-brown);
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #fff;
}
.splide__arrow:disabled {
  opacity: 0.2;
}
.splide__arrow:focus-visible {
  outline: 3px solid #786344;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1rem;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1rem;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #786344;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: currentColor;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #2E211B;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.input .error-message,
.group-control .error-message {
  font-size: 0.75em;
  color: #881111;
  margin: 5px 0 0;
}
.group-control {
  display: -ms-grid;
  display: grid;
  gap: 1.15384615rem;
}
@media (min-width: 576px) {
  .group-control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.15384615rem;
  }
}
.input {
  font-size: max(16px, 0.84615385rem);
}
@media (min-width: 576px) {
  .input--full {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
.input--text {
  position: relative;
}
.input--text.is-error select {
  position: absolute;
}
.input--text.is-error input,
.input--text.is-error textarea,
.input--text.is-error select {
  border-color: #881111;
}
.input--text.is-error input:focus,
.input--text.is-error textarea:focus,
.input--text.is-error select:focus {
  border-color: #881111;
}
.input--text.is-error input,
.input--text.is-error textarea,
.input--text.is-error select {
  padding-top: 1.75em;
  padding-bottom: 0.75em;
}
.input--text .error-message {
  display: block;
  font-size: 0.75em;
  text-align: left;
  opacity: 1;
  pointer-events: none;
}
.input--text label {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 100%;
  font-size: 0.875em;
  text-align: left;
  opacity: 0;
  color: #2E211B;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}
@media (max-width : 575px) {
  .input--text label {
    top: 0.25rem;
  }
}
.input--text label.show {
  opacity: 1;
  z-index: 1;
}
.input--text label.show + input,
.input--text label.show + span input,
.input--text label.show + textarea {
  padding-top: 1.75em;
  padding-bottom: 0.75em;
}
@media (max-width : 575px) {
  .input--text label.show + input,
  .input--text label.show + span input,
  .input--text label.show + textarea {
    padding-top: 1em;
    padding-bottom: 0.5em;
  }
}
.input--text input,
.input--text textarea {
  padding: 1.25em 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2E211B;
  border-radius: 0;
  height: 3.5em;
  font-size: 1em;
  line-height: 1;
  display: block;
  color: #2E211B;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.input--text input::-webkit-input-placeholder,
.input--text textarea::-webkit-input-placeholder {
  color: rgba(17, 77, 81, 0.7);
}
.input--text input:-moz-placeholder,
.input--text textarea:-moz-placeholder {
  color: rgba(17, 77, 81, 0.7);
}
.input--text input::-moz-placeholder,
.input--text textarea::-moz-placeholder {
  color: rgba(17, 77, 81, 0.7);
}
.input--text input:-ms-input-placeholder,
.input--text textarea:-ms-input-placeholder {
  color: rgba(17, 77, 81, 0.7);
}
@media (max-width : 575px) {
  .input--text input,
  .input--text textarea {
    height: auto;
    padding: 0.75em 0;
  }
}
.input--text input:hover,
.input--text textarea:hover {
  border-color: #2E211B;
}
.input--text input:focus,
.input--text textarea:focus {
  outline: 0;
  border-color: #786344;
}
.input--text input:is(:-webkit-autofill, :autofill),
.input--text textarea:is(:-webkit-autofill, :autofill) {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #2E211B;
}
.input--text textarea {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  line-height: 1.375em;
  padding-top: 0 !important;
  padding-bottom: 0.75em !important;
  margin-top: 1.75em;
  field-sizing: content;
  min-block-size: 5em;
}
.input--search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid var(--color-beige);
  border-radius: 10px;
  padding: 0.55555556rem 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input--search:hover {
  border-color: var(--color-beige);
}
.input--search:focus-within {
  border-color: var(--color-beige-dark);
  -webkit-box-shadow: 0 0 0 3px rgba(120, 99, 68, 0.1);
          box-shadow: 0 0 0 3px rgba(120, 99, 68, 0.1);
}
.input--search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.88888889rem;
  line-height: 1.25;
  color: #2E211B;
  outline: none;
}
.input--search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input--search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input--search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input--search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input--search input:focus {
  outline: none;
}
.input--search button,
.input--search .input__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0 0 0 1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #2E211B;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input--search button:hover,
.input--search .input__btn:hover {
  color: #786344;
}
.input--search button svg,
.input--search .input__btn svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.input--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 0.75em;
}
.input--checkbox {
  font-size: 0.75em;
  position: relative;
  margin: 0.75rem 0;
}
@media (max-width : 575px) {
  .input--checkbox {
    font-size: 0.8rem;
  }
}
.input--checkbox .error-message,
.input--checkbox .wpcf7-not-valid-tip {
  margin-top: 0.25em;
  padding-left: 2.125rem;
}
@media (max-width : 575px) {
  .input--checkbox .error-message,
  .input--checkbox .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    padding-left: 2.44444444em;
  }
}
.input--checkbox:hover .input--checkbox__label::before,
.input--checkbox:hover .wpcf7-list-item-label::before {
  border-color: #2E211B;
}
.input--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.input--checkbox input:checked ~ .input--checkbox__label::after,
.input--checkbox input:checked ~ .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
          transform: translate(-50%, -50%) scale(1) rotate(-45deg);
}
.input--checkbox label {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 2.125rem;
  color: #2E211B;
}
.input--checkbox__label,
.input--checkbox .wpcf7-list-item-label {
  display: inline-block;
}
.input--checkbox__label span.input--checkbox__label__show-more,
.input--checkbox .wpcf7-list-item-label span.input--checkbox__label__show-more,
.input--checkbox__label span.input--checkbox__label_less,
.input--checkbox .wpcf7-list-item-label span.input--checkbox__label_less {
  vertical-align: baseline !important;
}
.input--checkbox__label a,
.input--checkbox .wpcf7-list-item-label a {
  color: inherit;
}
.input--checkbox__label + br,
.input--checkbox .wpcf7-list-item-label + br {
  display: none;
}
.input--checkbox__label__show-more,
.input--checkbox .wpcf7-list-item-label__show-more,
.input--checkbox__label__less,
.input--checkbox .wpcf7-list-item-label__less {
  display: inline;
  text-decoration: underline;
  cursor: pointer;
}
.input--checkbox__label__show-more:hover,
.input--checkbox .wpcf7-list-item-label__show-more:hover,
.input--checkbox__label__less:hover,
.input--checkbox .wpcf7-list-item-label__less:hover {
  text-decoration: none;
}
.input--checkbox__label.is-active .input--checkbox__label__show-more,
.input--checkbox .wpcf7-list-item-label.is-active .input--checkbox__label__show-more {
  display: none;
}
.input--checkbox__label__more,
.input--checkbox .wpcf7-list-item-label__more {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease 0s;
  transition: max-height 0.2s ease 0s;
}
.input--checkbox__label a,
.input--checkbox .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.input--checkbox__label a:hover,
.input--checkbox .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.input--checkbox__label::before,
.input--checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 2px solid #2E211B;
  background: transparent;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.input--checkbox__label::after,
.input--checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 0.5rem;
  width: 0.8em;
  height: 0.5em;
  border-bottom: 2px solid #2E211B;
  border-left: 2px solid #2E211B;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
          transform: translate(-50%, -50%) scale(0) rotate(-45deg);
}
.input--checkbox .error-message::after,
.input--checkbox .wpcf7-not-valid-tip::after {
  left: 14px;
}
.input--checkbox.is-error .input--checkbox__label::before,
.input--checkbox.is-error .wpcf7-list-item-label::before {
  border-color: #881111;
}
.input--info {
  font-size: 0.88888889rem;
  line-height: 1.3125;
  color: rgba(59, 51, 41, 0.5);
}
.wpcf7-form .input--checkbox {
  padding-left: 0;
}
.wpcf7-form .input--checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .input--checkbox label {
  padding-left: 2.5em;
}
.grecaptcha-badge {
  visibility: hidden;
}
.wpcf7 {
  overflow: hidden;
}
.popup-status {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-animation: fade-in 0.3s ease-out forwards;
          animation: fade-in 0.3s ease-out forwards;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #2E211B;
  z-index: 2;
}
.popup-status__inner {
  width: 100%;
}
.popup-status__inner svg {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateY(-100%) scale(1.5);
      -ms-transform: translateY(-100%) scale(1.5);
          transform: translateY(-100%) scale(1.5);
  stroke: currentColor;
  fill: currentColor;
}
.sent .popup-status__inner svg,
.invalid .popup-status__inner svg,
.unaccepted .popup-status__inner svg,
.spam .popup-status__inner svg,
.aborted .popup-status__inner svg,
.failed .popup-status__inner svg {
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.popup-status h3,
.popup-status h2,
.popup-status h1 {
  color: inherit;
}
.popup-status .close-popup-status {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  color: inherit;
  background: 0;
  outline: 0;
  border: 0;
  padding: 0.25em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup-status .close-popup-status svg {
  display: block;
  width: 2em;
  height: 2em;
  stroke: currentColor;
  fill: currentColor;
}
.popup-status .close-popup-status:hover {
  border-color: #786344;
  color: #786344;
}
.popup-status p {
  margin: 1em auto;
  max-width: 42em;
  font-size: var(--fs-p1);
  line-height: var(--lh-p1);
}
.popup-status h3 {
  margin: 0.2em 0;
}
.popup-status__message {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 1em;
}
.popup-status__success,
.popup-status__error {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  display: none !important;
}
.status-check {
  stroke-dasharray: 22.95129013;
  stroke-dashoffset: 22.95129013;
}
.error-line-1 {
  stroke-dasharray: 20.03374863;
  stroke-dashoffset: 20.03374863;
}
.error-line-2 {
  stroke-dasharray: 20.02809525;
  stroke-dashoffset: 20.02809525;
}
.status-circle {
  stroke-dasharray: 143.58206177;
  stroke-dashoffset: 143.58206177;
}
@-webkit-keyframes status-loading {
  from {
    stroke-dashoffset: 143.58206177;
  }
  to {
    stroke-dashoffset: 70;
  }
}
@keyframes status-loading {
  from {
    stroke-dashoffset: 143.58206177;
  }
  to {
    stroke-dashoffset: 70;
  }
}
@-webkit-keyframes status-finish {
  from {
    stroke-dashoffset: 70;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes status-finish {
  from {
    stroke-dashoffset: 70;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes status-ok {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes status-ok {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes status-error {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes status-error {
  to {
    stroke-dashoffset: 0;
  }
}
.js-form {
  position: relative;
}
.js-form .wpcf7-response-output {
  padding: 1em !important;
  font-size: 12px;
  color: #881111;
  border: 1px solid #881111 !important;
  border-radius: 10px;
}
.js-form.sent .wpcf7-response-output {
  display: none !important;
}
.js-form.submitted .wpcf7-response-output {
  display: none !important;
}
.js-form.submitted .status-circle {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: status-loading 0.6s ease-out forwards, spin 1s infinite ease-in-out 0.6s;
          animation: status-loading 0.6s ease-out forwards, spin 1s infinite ease-in-out 0.6s;
}
.js-form.submitted .popup-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-form.submitted:not(.sent, .invalid, .unaccepted, .spam, .aborted, .failed) .popup-status {
  background: rgba(255, 255, 255, 0.9);
}
.js-form.submitted.sent .status-circle {
  -webkit-animation: status-finish 0.6s ease-out forwards;
          animation: status-finish 0.6s ease-out forwards;
}
.js-form.submitted.sent .status-check {
  -webkit-animation: status-ok 0.6s ease-out forwards;
          animation: status-ok 0.6s ease-out forwards;
}
.js-form.submitted.sent .popup-status__message {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.js-form.submitted.sent .popup-status__success {
  display: block;
}
.js-form.submitted.invalid .status-circle,
.js-form.submitted.unaccepted .status-circle,
.js-form.submitted.spam .status-circle,
.js-form.submitted.aborted .status-circle,
.js-form.submitted.failed .status-circle {
  -webkit-animation: status-finish 0.6s ease-out forwards;
          animation: status-finish 0.6s ease-out forwards;
}
.js-form.submitted.invalid .error-line-1,
.js-form.submitted.unaccepted .error-line-1,
.js-form.submitted.spam .error-line-1,
.js-form.submitted.aborted .error-line-1,
.js-form.submitted.failed .error-line-1 {
  -webkit-animation: status-error 0.4s ease-out forwards 0.6s;
          animation: status-error 0.4s ease-out forwards 0.6s;
}
.js-form.submitted.invalid .error-line-2,
.js-form.submitted.unaccepted .error-line-2,
.js-form.submitted.spam .error-line-2,
.js-form.submitted.aborted .error-line-2,
.js-form.submitted.failed .error-line-2 {
  -webkit-animation: status-error 0.4s ease-out forwards 0.8s;
          animation: status-error 0.4s ease-out forwards 0.8s;
}
.js-form.submitted.invalid .popup-status,
.js-form.submitted.unaccepted .popup-status,
.js-form.submitted.spam .popup-status,
.js-form.submitted.aborted .popup-status,
.js-form.submitted.failed .popup-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-form.submitted.invalid .popup-status__message,
.js-form.submitted.unaccepted .popup-status__message,
.js-form.submitted.spam .popup-status__message,
.js-form.submitted.aborted .popup-status__message,
.js-form.submitted.failed .popup-status__message {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.js-form.submitted.invalid .popup-status__error,
.js-form.submitted.unaccepted .popup-status__error,
.js-form.submitted.spam .popup-status__error,
.js-form.submitted.aborted .popup-status__error,
.js-form.submitted.failed .popup-status__error {
  display: block;
}
.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 9998;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.cookie-banner[hidden] {
  display: block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.88888889rem 1.77777778rem;
  max-width: 62.55555556rem;
  margin: 0 auto;
  background: var(--color-brown-light);
  color: #fff;
  padding: 1.11111111rem 1.33333333rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width : 575px) {
  .cookie-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.cookie-banner p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 0.88888889rem;
  line-height: 1.3125;
  min-width: 280px;
}
.cookie-banner p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner p a:hover {
  opacity: 0.8;
}
.cookie-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.66666667rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width : 575px) {
  .cookie-banner__actions {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cookie-banner__actions .btn {
  white-space: nowrap;
}
.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
.cookie-settings[hidden] {
  display: none;
}
.cookie-settings__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.cookie-settings__panel {
  position: relative;
  width: 100%;
  max-width: 33.33333333rem;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.cookie-settings__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.33333333rem;
  border-bottom: 1px solid var(--color-beige-dark);
}
.cookie-settings__header h2 {
  margin: 0;
  font-size: 1.11111111rem;
  color: var(--color-brown);
}
.cookie-settings__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.22222222rem;
  height: 2.22222222rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-brown-light);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cookie-settings__close:hover {
  background: var(--color-beige-light);
  color: var(--color-brown);
}
.cookie-settings__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 1.33333333rem;
}
.cookie-settings__body > p {
  margin-top: 0;
  margin-bottom: 1.33333333rem;
  font-size: 0.88888889rem;
  color: var(--color-brown-light);
}
.cookie-settings__category {
  padding: 1.11111111rem 0;
  border-bottom: 1px solid var(--color-beige-dark);
}
.cookie-settings__category:last-child {
  border-bottom: none;
}
.cookie-settings__category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.88888889rem;
}
.cookie-settings__category-toggle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.66666667rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.cookie-settings__category-toggle:hover .cookie-settings__category-info h3 {
  color: var(--color-brown-light);
}
.cookie-settings__category-toggle[aria-expanded="true"] .cookie-settings__category-arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cookie-settings__category-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.33333333rem;
  height: 1.33333333rem;
  color: var(--color-brown-light);
}
.cookie-settings__category-arrow svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.cookie-settings__category-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cookie-settings__category-info h3 {
  margin: 0 0 0.44444444rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-brown);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cookie-settings__category-info p {
  margin: 0;
  font-size: 0.88888889rem;
  line-height: 1.3125;
  color: var(--color-brown-light);
}
.cookie-settings__category-details {
  margin-top: 0.88888889rem;
  padding: 0.88888889rem;
  background: var(--color-beige-light);
  border-radius: 8px;
}
.cookie-settings__category-details[hidden] {
  display: none;
}
.cookie-settings__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-settings__toggle--disabled span {
  font-size: 0.72222222rem;
  color: var(--color-brown-light);
  font-style: italic;
}
.cookie-settings__toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cookie-settings__toggle input:checked + .cookie-settings__toggle-slider {
  background: var(--color-brown-light);
}
.cookie-settings__toggle input:checked + .cookie-settings__toggle-slider::after {
  -webkit-transform: translateX(1.22222222rem);
      -ms-transform: translateX(1.22222222rem);
          transform: translateX(1.22222222rem);
  background: #fff;
}
.cookie-settings__toggle input:focus-visible + .cookie-settings__toggle-slider {
  outline: 2px solid var(--color-brown);
  outline-offset: 2px;
}
.cookie-settings__toggle-slider {
  position: relative;
  width: 2.77777778rem;
  height: 1.55555556rem;
  background: var(--color-beige-dark);
  border-radius: 0.77777778rem;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.cookie-settings__toggle-slider::after {
  content: '';
  position: absolute;
  top: 0.16666667rem;
  left: 0.16666667rem;
  width: 1.22222222rem;
  height: 1.22222222rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.cookie-settings__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.66666667rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.33333333rem;
  border-top: 1px solid var(--color-beige-dark);
  background: var(--color-beige-light);
}
@media (max-width : 575px) {
  .cookie-settings__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-settings__footer .btn {
    width: 100%;
  }
}
.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72222222rem;
  line-height: 1.4;
}
.cookie-table th,
.cookie-table td {
  padding: 0.44444444rem 0.66666667rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-beige-dark);
}
.cookie-table th {
  font-weight: 600;
  color: var(--color-brown);
  background: var(--color-beige);
  white-space: nowrap;
}
.cookie-table td {
  color: var(--color-brown-light);
}
.cookie-table tr:last-child td {
  border-bottom: none;
}
.cookie-table__empty {
  text-align: center;
  font-style: italic;
  color: var(--color-brown-light);
  padding: 0.88888889rem !important;
}
.cookie-table__note {
  margin: 0.66666667rem 0 0 0;
  font-size: 0.66666667rem;
  font-style: italic;
  color: var(--color-brown-light);
}
@media (max-width : 575px) {
  .cookie-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-table th,
  .cookie-table td {
    white-space: nowrap;
  }
}
.content-style {
  --wp--style--gallery-gap-default: 8px;
}
.content-style > p {
  margin: 1.5em 0;
}
.content-style p > img,
.content-style li > img,
.content-style em > img,
.content-style strong > img,
.content-style b > img {
  display: unset;
  vertical-align: middle;
  margin: 0 2px;
}
.wp-block {
  margin: 2em 0;
}
.wp-block.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 3rem;
}
@media (min-width: 934px) {
  .wp-block.alignwide {
    margin-left: -96px;
    margin-right: -96px;
  }
}
.wp-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1920px) {
  .wp-block.alignfull {
    margin-left: -589px;
    margin-right: -589px;
    max-width: 1920px;
  }
}
.wp-block-paragraph:empty {
  display: none;
}
.wp-block-video,
.wp-block-image,
.wp-block-gallery {
  margin: 2em 0;
}
.wp-block-video + .wp-block-gallery,
.wp-block-image + .wp-block-gallery,
.wp-block-gallery + .wp-block-gallery,
.wp-block-video + .wp-block-image,
.wp-block-image + .wp-block-image,
.wp-block-gallery + .wp-block-image,
.wp-block-video + .wp-block-video,
.wp-block-image + .wp-block-video,
.wp-block-gallery + .wp-block-video {
  margin-top: calc(-2em + var(--wp--style--gallery-gap-default, 1rem));
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-block-image figcaption {
  color: #7F7F7F;
}
blockquote.wp-block-quote {
  margin: 3em 0;
  padding: 3em 2em;
  border-left: 0;
  font-style: normal;
  color: var(--color-brown);
  font-size: 1.11111111rem;
  line-height: 1.25;
  background: var(--color-beige-dark) url(../img/quote.svg) no-repeat 50% calc(100% - 1em);
  background-size: 1.7em auto;
  border-radius: 10px;
  text-align: center;
}
@media (max-width : 575px) {
  blockquote.wp-block-quote {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1.5em 1.25em 2.5em;
  }
}
blockquote.wp-block-quote p {
  max-width: 27.5em;
  margin-left: auto;
  margin-right: auto;
}
blockquote.wp-block-quote cite {
  display: block;
  margin-top: 1em;
  font-style: normal;
}
.wp-block-table {
  margin: 2em 0;
  width: 100%;
}
.wp-block-table table {
  width: 100%;
  border-collapse: separate;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 1rem 2rem;
  border: 0;
  text-align: left;
  border-bottom: 1px solid var(--color-beige);
}
.wp-block-table table thead tr {
  background: var(--color-beige);
}
.wp-block-table table thead tr th {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 0;
  font-weight: 600;
}
.wp-block-table table thead tr > *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wp-block-table table thead tr > *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wp-block-table table tbody tr:last-child td {
  border-bottom: 0;
}
.wp-block-table table tbody {
  font-size: 0.88888889rem;
}
@media (max-width : 575px) {
  .wp-block-table {
    overflow-x: auto;
    width: unset;
    display: block;
    margin: 1.5em -2rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .wp-block-table table {
    min-width: 500px;
  }
  .wp-block-table table th,
  .wp-block-table table td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .wp-block-table table thead tr th {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    padding: 0.875rem 1rem;
  }
  .wp-block-table table tbody {
    font-size: 0.8125rem;
  }
}
.wp-block-embed {
  margin: 2em 0;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.splide__lightbox-open {
  margin-right: auto;
}
.splide__lightbox-open .ico-square {
  border: 0;
}
.gallery-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.gallery-slider .splide__track {
  overflow: unset;
}
.gallery-slider__slider {
  max-width: 45.22222222rem;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
.gallery-slider a {
  display: block;
}
.gallery-slider figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-height: 500px;
  height: 96vh;
  height: 96svh;
  max-height: 780px;
  position: relative;
  color: #fff;
}
.hero-section__content {
  position: relative;
  max-width: var(--section-width);
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 2em;
}
.hero-section__nav {
  position: relative;
  width: 100%;
  max-width: var(--section-width);
  padding-left: 2em;
  padding-right: 2em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.hero-section__nav > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width : 575px) {
  .hero-section__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.hero-section h1 {
  font-size: 2.66666667rem;
  line-height: 1.20833333;
  max-width: 19em;
  margin: 0 auto;
}
.hero-section h1:not(:first-child) {
  margin-top: 0.5em;
}
.hero-section h1:not(:last-child) {
  margin-bottom: 0.25em;
}
.hero-section h2 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 1.66666667rem;
}
@media (max-width : 575px) {
  .hero-section h1 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .hero-section h2 {
    font-size: 1.25rem;
  }
}
.hero-section__bg {
  position: absolute;
  inset: 0 0 2.5em 0;
  background: #000;
}
@media (max-width : 575px) {
  .hero-section__bg {
    bottom: 5.4em;
  }
}
.hero-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(78.43%, rgba(59, 51, 41, 0)), to(rgba(0, 0, 0, 0.56))), -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(59, 51, 41, 0)), color-stop(88.85%, rgba(59, 51, 41, 0.8))), -webkit-gradient(linear, left bottom, left top, from(rgba(59, 51, 41, 0.6)), to(rgba(59, 51, 41, 0.6)));
  background: linear-gradient(0deg, rgba(59, 51, 41, 0) 78.43%, rgba(0, 0, 0, 0.56) 100%), linear-gradient(180deg, rgba(59, 51, 41, 0) 35%, rgba(59, 51, 41, 0.8) 88.85%), linear-gradient(0deg, rgba(59, 51, 41, 0.6) 0%, rgba(59, 51, 41, 0.6) 100%);
  background-blend-mode: darken, darken, multiply, multiply;
}
.hero-section .buttons {
  margin-top: 1.11111111em;
}
.intentions {
  display: -ms-grid;
  display: grid;
  max-width: 53.5rem;
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
}
@media (min-width: 576px) {
  .intentions {
    gap: 2.66666667rem;
    -ms-grid-columns: min(27%, 260px) 1fr;
    grid-template-columns: min(27%, 260px) 1fr;
  }
}
.intentions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  font-size: 0.88888889rem;
  line-height: 1.3125;
}
@media (max-width : 575px) {
  .intentions__header {
    gap: 0;
  }
}
.intentions__header__inner {
  padding: 0 1em 1em;
}
.intentions__additional {
  padding: 1em;
  background: var(--color-beige-light);
  border-radius: 5px;
}
.intentions dl {
  display: -ms-grid;
  display: grid;
  gap: 0.33em;
}
.intentions dl:not(:last-child) {
  margin-bottom: 1.11111111em;
}
.intentions dd {
  margin-left: 0;
}
.intentions__content {
  position: relative;
  max-height: 32.5rem;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.intentions__content.is-overflowing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4.44444444rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}
.intentions__content[aria-expanded="true"]::after {
  opacity: 0;
}
.intentions__content[aria-expanded="true"] ~ .intentions__more .more-link .ico-square svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.intentions__more {
  margin-top: 1em;
}
.intentions__more .more-link .ico-square svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.news-promoted {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.news-promoted + .news-list {
  margin-top: 4rem;
}
.search-form-wrapper {
  max-width: 22.22222222rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.55555556rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.66666667rem;
  height: 2.66666667rem;
  padding: 0 0.88888889rem;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  color: #2E211B;
  font-size: 0.88888889rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pagination__link:hover:not(.pagination__link--active) {
  border-color: #786344;
  color: #786344;
  background-color: rgba(120, 99, 68, 0.05);
}
.pagination__link--active {
  background-color: #2E211B;
  color: #fff;
  border-color: #2E211B;
  pointer-events: none;
}
.pagination__link--prev svg,
.pagination__link--next svg {
  width: 0.77777778rem;
  height: 0.77777778rem;
  display: block;
}
.pagination__link--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
@media (max-width : 575px) {
  .pagination__link {
    min-width: 2.44444444rem;
    height: 2.44444444rem;
    font-size: 0.77777778rem;
  }
}
.news-list {
  display: -ms-grid;
  display: grid;
  gap: 1.66666667rem;
}
@media (min-width: 576px) {
  .news-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .news-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-list__more {
  text-align: center;
  margin-top: 3em;
}
.blog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.66666667em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-item__url {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.blog-item__thb {
  overflow: hidden;
  padding-bottom: 60.56338028%;
  border-radius: 10px;
  position: relative;
  background: var(--color-brown-light);
}
.blog-item__thb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-item h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3em;
}
.blog-item__desc {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.5em;
}
.blog-item__date {
  font-size: 0.83333333rem;
  margin-top: auto;
  display: block;
}
.blog-item:hover .blog-item__thb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.organization-list {
  display: -ms-grid;
  display: grid;
  gap: 1.66666667rem;
}
@media (min-width: 576px) {
  .organization-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .organization-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.organization-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.11111111em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.organization-item__url {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.organization-item__thb {
  overflow: hidden;
  padding-bottom: 39.43661972%;
  border-radius: 10px;
  position: relative;
  background: var(--color-brown-light);
}
.organization-item__thb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: sepia(40%) saturate(110%) brightness(96%);
          filter: sepia(40%) saturate(110%) brightness(96%);
}
.organization-item__thb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 140, 60, 0.15)), to(rgba(150, 110, 30, 0.3)));
  background: linear-gradient(to bottom, rgba(180, 140, 60, 0.15), rgba(150, 110, 30, 0.3));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.organization-item h2 {
  font-size: 1.11111111rem;
  line-height: 1.5;
}
.organization-item__desc {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.5em;
}
.organization-item:hover .organization-item__thb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.sacraments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.77777778rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
}
.sacraments__item {
  width: 9rem;
  text-align: center;
  color: var(--color-text);
  text-decoration: none;
}
.sacraments__item__ico {
  width: 9rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10em;
  background: var(--color-brown-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 1.33333333em;
}
@media (max-width : 575px) {
  .sacraments__item {
    width: 8.66666667rem;
  }
  .sacraments__item__ico {
    width: 8.66666667rem;
    height: 8.66666667rem;
  }
}
.sacraments__item:hover .sacraments__item__ico {
  background: var(--color-brown);
}
.sacraments__item__name {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 0.83333333rem;
  line-height: 1.33333333;
  text-transform: uppercase;
}
.service-info {
  display: -ms-grid;
  display: grid;
  gap: 3.5rem;
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .service-info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 6.66666667rem;
  }
}
.service-info .heading-1 {
  max-width: 6em;
}
.service-info .section-header {
  margin-bottom: 1.5em;
}
.service-info p:last-child {
  margin-bottom: 0;
}
.service-info__masses {
  position: relative;
}
@media (min-width: 576px) {
  .service-info__masses {
    padding-right: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .service-info__masses::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
    background: var(--color-beige-light);
  }
}
@media (max-width : 575px) {
  .service-info {
    text-align: center;
  }
  .service-info .heading-1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .service-info__office {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.donate {
  background: var(--color-beige);
  padding: 4.5rem 2rem;
  text-align: center;
  border-radius: 20px;
}
@media (max-width : 575px) {
  .donate {
    margin-left: 9px;
    margin-right: 9px;
    width: auto;
  }
}
.donate .section-header {
  margin-bottom: 2em;
}
.donate__form {
  max-width: 50rem;
  margin: 0 auto 2.5em;
}
.donate__form .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 30.55555556em;
}
.donate p {
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
}
.donate p:last-child {
  margin-bottom: 0;
}
.donate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.66666667rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
.donate__list li {
  position: relative;
}
.donate__list input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.donate__list input[type="radio"]:checked + label {
  border-width: 3px;
  border-color: var(--color-brown);
  font-weight: 600;
}
.donate__list input[type="radio"]:focus-visible + label {
  outline: 2px solid var(--color-brown);
  outline-offset: 2px;
}
.donate__list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.33333333rem;
  min-width: 9rem;
  padding: 0.66666667rem 0.55555556rem;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1.33333333;
  color: var(--color-brown);
  letter-spacing: 0.02777778em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.donate__list label:hover {
  border-color: var(--color-brown-light);
}
@media (max-width : 575px) {
  .donate__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .donate__list li:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .donate__list label {
    width: 100%;
    min-width: auto;
  }
}
.donate__custom-amount {
  margin: 2em 0;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.donate__custom-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid var(--color-brown);
  border-radius: 10px;
  height: 3.33333333rem;
  padding: 0 1.11111111rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.donate__custom-input:focus-within {
  border-color: var(--color-brown-dark);
}
.donate__custom-input input[type="number"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background: transparent;
  outline: 0;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1.33333333;
  color: var(--color-brown);
  letter-spacing: 0.02777778em;
  padding: 0;
  width: 100%;
}
.donate__custom-input input[type="number"]::-webkit-input-placeholder {
  color: var(--color-brown-light);
  opacity: 0.5;
}
.donate__custom-input input[type="number"]::-moz-placeholder {
  color: var(--color-brown-light);
  opacity: 0.5;
}
.donate__custom-input input[type="number"]:-ms-input-placeholder {
  color: var(--color-brown-light);
  opacity: 0.5;
}
.donate__custom-input input[type="number"]::-ms-input-placeholder {
  color: var(--color-brown-light);
  opacity: 0.5;
}
.donate__custom-input input[type="number"]::placeholder {
  color: var(--color-brown-light);
  opacity: 0.5;
}
.donate__custom-input input[type="number"]::-webkit-inner-spin-button,
.donate__custom-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.donate__custom-input input[type="number"][type="number"] {
  -moz-appearance: textfield;
}
.donate__custom-input-suffix {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1.33333333;
  color: var(--color-brown);
  letter-spacing: 0.02777778em;
  margin-left: 0.44444444rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.announcements {
  display: -ms-grid;
  display: grid;
  gap: 1.66666667rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width : 992px) {
  .announcements {
    -ms-grid-columns: 1fr 14.44444444rem;
    grid-template-columns: 1fr 14.44444444rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width : 575px) {
  .announcements > div:nth-child(2) {
    display: none;
  }
}
.announcements .section-header {
  margin-bottom: 1.5em;
}
.announcements img {
  border-radius: 10px;
}
.page-content {
  max-width: 45.22222222rem;
  margin-left: auto;
  margin-right: auto;
}
.page-content .section-header {
  max-width: unset;
  position: relative;
}
.page-content .section-header .return-link {
  position: absolute;
  top: 2.05rem;
  right: 100%;
  text-align: left;
  width: 10rem;
}
@media (min-width: 1280px) {
  .page-content .section-header .return-link {
    width: 13.88888889rem;
  }
}
@media only screen and (max-width : 991px) {
  .page-content .section-header .return-link {
    display: none;
  }
}
.page-content__image {
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 3rem;
}
@media (min-width: 934px) {
  .page-content__image {
    margin-left: -96px;
    margin-right: -96px;
    border-radius: 20px;
  }
}
.page-content__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content__body > p:first-child {
  font-size: 1.66666667rem;
  line-height: 1.33333333;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  letter-spacing: min(0.025em, 0.5px);
}
.page-content__body > p:first-child:first-letter {
  font-size: 1.375em;
  line-height: 0.5;
}
@media (max-width : 575px) {
  .page-content__body > p:first-child {
    font-size: 1.25em;
  }
}
.contact-page {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
@media (min-width: 576px) {
  .contact-page {
    -ms-grid-columns: 19.44444444rem 1fr;
    grid-template-columns: 19.44444444rem 1fr;
  }
  .contact-page__map {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
.contact-page__map {
  overflow: hidden;
}
@media (max-width : 575px) {
  .contact-page__map {
    height: 90vw;
    width: 100%;
  }
}
.contact-page__map .map {
  width: 100%;
  height: 100%;
}
.contact-page__map .leaflet-tile-pane {
  -webkit-filter: grayscale(80%) contrast(1.1);
          filter: grayscale(80%) contrast(1.1);
}
.timetable {
  max-width: 52.22222222rem;
  margin-left: auto;
  margin-right: auto;
}
.timetable__day {
  display: -ms-grid;
  display: grid;
  gap: 0.5em 1.77777778rem;
  padding: 2.55555556rem 0;
}
.timetable__day:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 576px) {
  .timetable__day {
    -ms-grid-columns: 9.16666667rem 1fr;
    grid-template-columns: 9.16666667rem 1fr;
  }
}
.timetable__readings {
  opacity: 0.3;
  color: var(--color-brown-dark);
  font-size: 0.88888889rem;
}
@media (min-width: 576px) {
  .timetable__readings {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.timetable__liturgy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timetable__liturgy li {
  margin: 0.35em 0 0.5em;
}
.timetable__liturgy li p {
  margin: 0;
}
.timetable__liturgy li:last-child {
  margin-bottom: 0;
}
.timetable__time {
  font-weight: 600;
}
.timetable__time + p {
  display: inline;
}
.timetable__weekday {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .timetable__weekday {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.timetable__weekday h3 {
  font-size: 1em;
  font-weight: 600;
  display: inline;
  margin-right: 1em;
}
.timetable-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3em;
  max-width: 52.22222222rem;
  margin-left: auto;
  margin-right: auto;
}
.timetable-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2E211B;
}
.timetable-nav__link--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.timetable-nav__link__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.66666667rem;
  height: 2.66666667rem;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-size: 0.88888889rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.timetable-nav__link__ico svg {
  width: 0.77777778rem;
  height: 0.77777778rem;
  display: block;
}
.timetable-nav__link:hover {
  color: #786344;
}
.timetable-nav__link:hover .timetable-nav__link__ico {
  border-color: #786344;
  background-color: rgba(120, 99, 68, 0.05);
}
.timetable-archive {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.timetable-archive__list {
  max-width: 52.22222222rem;
  margin-left: auto;
  margin-right: auto;
}
.timetable-archive__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem;
  grid-template-columns: 1fr 1.5rem;
  gap: 0 1.5em;
  padding: 1.22222222em;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 576px) {
  .timetable-archive__item a {
    -ms-grid-columns: 13.88888889em 1fr 1.5rem;
    grid-template-columns: 13.88888889em 1fr 1.5rem;
    padding: 1.77777778em;
  }
}
.timetable-archive__item a:hover {
  background: var(--color-brown-light);
  color: #fff;
  border-radius: 10px;
}
.timetable-archive__item__date {
  font-weight: 600;
}
.timetable-archive__item__label {
  font-size: 0.88888889rem;
}
@media (max-width : 575px) {
  .timetable-archive__item__ico {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.timetable-archive__item__ico svg {
  width: 1em;
  height: 1em;
  display: block;
}
.timetable-archive__item:not(:first-child) {
  border-top: 1px solid rgba(59, 51, 41, 0.2);
}
.timetable-archive__item:hover {
  border-top-color: transparent;
}
.timetable-archive__item:hover + .timetable-archive__item {
  border-top-color: transparent;
}
@media (min-width: 576px) {
  .faq {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38% 1fr;
    grid-template-columns: 38% 1fr;
    gap: 3.33333333rem;
  }
}
.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__item {
  border-bottom: 1px solid color-mix(in oklch, var(--color-brown) 20%, transparent);
}
.faq__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  gap: 1.5rem;
  padding: 1.33333333rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.faq__button:hover {
  color: var(--color-brown-dark);
}
.faq__button:focus {
  outline: none;
}
.faq__button:focus-visible {
  outline: 2px solid var(--color-brown);
  outline-offset: 2px;
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.55555556rem;
  height: 1.55555556rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.faq__icon::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 1rem;
  background-color: currentColor;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__item--open .faq__icon::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item--open .faq__icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  font-size: 0.88888889rem;
  line-height: 1.3125;
}
.faq__content p {
  margin-top: 0;
  margin-bottom: 1.33333333rem;
}
.faq__content p:not(:last-child) {
  margin-bottom: 0.75em;
}

/*# sourceMappingURL=main.1.037.css.map */
