@font-face {
  font-family: "NeueEinstellung";
  src: url("../fonts/NeueEinstellung-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueEinstellung";
  src: url("../fonts/NeueEinstellung-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* usage: @include css-gradient(#dfdfdf,#f8f8f8); */
/*******************
 * usage: @include darkMode {
 *    
 * }
*******************/
:root {
  --primary: #fff9f1; /*lt yellow*/
  --primaryDk: #d3cabf; /*dk yellow*/
  --secondary: #252525; /*BODY AND TITLES*/
  --tertiary: #3f7a66; /*light green*/
  --color-tertiary: #0d3c2c; /*dk green*/
  --bg-body: #F9F4EE;
  --bg-footer: #0d3c2c;
  --sans: "minerva-modern", Helvetica, Arial, sans-serif;
  --serif: 'NeueEinstellung', sans-serif;
  --introGradient: linear-gradient(
    270deg,
    rgba(255, 249, 241, 0.8) 0%,
    rgba(211, 202, 191, 0.8) 100%
  );
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html :where(*, *::before, *::after) {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #F9F4EE;
  font-family: "NeueEinstellung", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "minerva-modern", sans-serif;
}

:where(h1, h2, h3, h4, h5, h6, a, p) {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: var(--secondary);
  font-family: var(--sans);
  font-weight: 200;
  line-height: 1;
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: medium) {
  h1 else {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: large) {
  h1 else {
    font-size: 3rem;
  }
}

main h1 {
  margin-bottom: 1.75rem;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--tertiaryDk);
  font-family: var(--sans);
  font-weight: 400;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: large) {
  h2 else {
    font-size: 1.75rem;
  }
}

body.home h2 {
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: var(--serif);
}

h5 {
  font-size: 0.85em;
}

h6 {
  font-size: 0.75em;
}

:is(h3, h4, h5, h6):has(+ p) {
  margin-bottom: 0;
}

main :is(p):has(+ ul),
main :is(p):has(+ ol) {
  margin-bottom: 0.25rem !important;
}

a {
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}
div,
ul li,
ol li,
p,
a,
table td,
table th {
  font-family: var(--sans);
  font-weight: 400;
}

body:not(.home) main p {
  margin-bottom: 1.5rem;
  color: var(--secondary);
  line-height: 1.7;
}
body:not(.home) main p.disclaimer {
  font-size: 90%;
  font-style: italic;
}
body:not(.home) main ol,
body:not(.home) main ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  list-style: disc;
}
body:not(.home) main ol li,
body:not(.home) main ul li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
body:not(.home) main div,
body:not(.home) main ul li,
body:not(.home) main ol li,
body:not(.home) main p,
body:not(.home) a,
body:not(.home) main table td,
body:not(.home) main table th {
  color: var(--secondary);
  font-size: 1.1rem;
}
body:not(.home) main h2 {
  line-height: 1.1;
  letter-spacing: 2px;
}
body:not(.home) main h3 {
  color: var(--secondary);
  line-height: 1.2;
  font-family: var(--sans);
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}
body:not(.home) ul:not(main#content section ul) {
  list-style: none;
}

body a:focus-visible {
  outline: none;
}
.skip-link.screen-reader-text {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  padding: 1.25rem 2rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 999999999;
  cursor: pointer;
}

.skip-link.screen-reader-text:focus-visible {
  pointer-events: all;
  opacity: 1;
}

.content-wrapper {
  min-height: 400px;
}

.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
  font-weight: bold;
}

p:empty {
  display: none;
}

#sidenav h4 {
  margin: 2rem auto 0.5rem;
  font-size: 1.5em;
  font-weight: 600;
}
#sidenav #searchform {
  padding: 0.5rem;
}
#sidenav #searchform input {
  width: 100%;
}
#sidenav .blog-sidebar-item ul li {
  padding: 5px 0;
}

h2.im-services-subhead {
  font-weight: 500 !important;
}

@media screen and (max-width: 768px) {
  .serv_wrapper .im-service-row.serv-title-row {
    margin-bottom: 0.5rem;
  }
}

.serv_wrapper .im-service-row.serv-title-row .serv-title {
  font-size: 1.1rem;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 768px) {
  .serv_wrapper .im-service-row.serv-title-row .serv-title {
    font-weight: 700;
  }
}

body.home h2 {
  font-size: clamp(1.875rem, 1.307rem + 2.84vw, 3.4375rem);
  text-transform: lowercase;
  color: #433A35;
  font-weight: 400;
  line-height: 1.1;
}

#promos {
  gap: 1.5rem;
  margin: 1.5rem;
}
#promos .promo-box {
  border-radius: 20px;
}

.ti-widget[data-layout-id="4"][data-set-id=light-background] .ti-controls-line {
  width: 100% !important;
  height: 4px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #433A35 !important;
  width: 60% !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill span {
  border-radius: 3px !important;
}

h2.im-services-subhead {
  font-size: 2.3rem !important;
  margin-bottom: 1rem !important;
}

.serv_wrapper .im-services .tier-headers .tier-header {
  color: #433A35 !important;
}

h2.im-services-subhead {
  font-weight: 800 !important;
}

/* 1. The Container (The Link) */
.image-link {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

/* 2. The Image (Initial State) */
.image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  /* Start zoomed in */
  transform: scale(1);
}

/* 3. The Hover State */
.image-link:hover img {
  /* Scale down to "normal" to show more of the photo */
  transform: scale(1.1);
}

a.button,
input#searchsubmit,
input[type=submit] {
  background-color: transparent;
  padding: 0.3rem 2.4rem 0.3rem 2.4rem;
  color: #433A35 !important;
  display: inline-block;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid #433A35;
  border-radius: 999px;
  transition: all 0.3s ease;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: var(--serif);
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
a.button:visited,
input#searchsubmit:visited,
input[type=submit]:visited {
  color: #433A35 !important;
}
a.button:hover,
input#searchsubmit:hover,
input[type=submit]:hover {
  color: white !important;
  background-color: #433A35;
}

input#searchsubmit,
input[type=submit] {
  padding: 0.55rem 1.5rem 0.5rem 1.5rem;
  appearance: none;
  -webkit-appearance: none;
}

#heroimage .swiper-slide .slide_text a.button,
#promos a.button {
  background-color: white;
  padding: 0.3rem 2.4rem 0.3rem 2.4rem;
  color: #433A35 !important;
  border: 1px solid white;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  font-family: var(--serif);
  transition: all 0.3s ease;
  margin: 0;
}
@media (min-width: 1024px) {
  #heroimage .swiper-slide .slide_text a.button,
  #promos a.button {
    font-size: 1.1rem;
  }
}
@media (min-width: large) {
  #heroimage .swiper-slide .slide_text a.button else,
  #promos a.button else {
    font-size: 1.1rem;
  }
}
#heroimage .swiper-slide .slide_text a.button:hover,
#promos a.button:hover {
  color: white !important;
  background-color: transparent;
  border-color: white;
}

body.home header {
  /*animations*/
}
body.home header #top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 45;
  background-color: #F9F4EE;
  padding: 0 1rem;
}
body.home header #top-bar #menuicon-desktop {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
body.home header #top-bar #nav-wrapper {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
body.home header #top-bar #nav-wrapper #morelinks .textwidget {
  display: flex;
  gap: 0.5rem;
}
body.home header #top-bar #logo {
  max-width: 14rem;
}
@media screen and (min-width: 992px) {
  body.home header #top-bar #logo {
    max-width: 18rem;
  }
}
body.home header #heroimage {
  animation-name: headerFadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.home header #heroimage .swiper-slide .slide_text {
  opacity: 0;
  animation-name: slideInText;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInText {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes headerFadeIn {
  0% {
    scale: 1.2;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
header #top-bar {
  background-color: #F9F4EE;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
  width: 100%;
  padding: 0 1rem;
}
header #top-bar #menuicon-desktop {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
header #top-bar #morelinks .textwidget {
  display: flex;
  gap: 0.5rem;
}
header #top-bar #morelinks .textwidget a.button {
  font-size: 0.95rem;
}
header #top-bar #nav-wrapper {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
header #top-bar .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  header #top-bar .inner {
    justify-content: space-between;
    padding: 1.5rem 10%;
  }
}
@media (min-width: large) {
  header #top-bar .inner else {
    justify-content: space-between;
    padding: 1.5rem 10%;
  }
}
header #top-bar .inner #logo {
  max-width: 160px;
  position: relative;
  transition: all 0.5s ease-out;
}
header #top-bar .inner #logo img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  header #top-bar .inner #logo img {
    max-width: 100%;
  }
}
@media (min-width: large) {
  header #top-bar .inner #logo img else {
    max-width: 100%;
  }
}
header #top-bar .inner #menuicon {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  transition: all 0.5s ease-out;
  z-index: 46;
}
header #top-bar .inner #menuicon svg rect {
  transition: fill 0.3s ease;
  fill: var(--light);
}
.scrolled #top-bar .inner {
  padding-block: 0.75rem;
  background-color: var(--secondary);
}
@media (min-width: 1024px) {
  .scrolled #top-bar .inner {
    background-color: var(--secondary);
  }
}
@media (min-width: large) {
  .scrolled #top-bar .inner else {
    background-color: var(--secondary);
  }
}
.scrolled #top-bar .inner #logo {
  max-width: 80px;
  transition: all 0.5s ease-out;
}
.scrolled #top-bar .inner #menuicon {
  top: 25%;
  transition: all 0.5s ease-out;
}
@media (min-width: 1024px) {
  .scrolled #top-bar .inner #menuicon {
    top: 20%;
  }
}
@media (min-width: large) {
  .scrolled #top-bar .inner #menuicon else {
    top: 20%;
  }
}

header #heroimage {
  width: 100%;
  height: 85vh;
}
header #heroimage .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  overflow: hidden;
}
header #heroimage .swiper-slide .slide_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (min-width: 1024px) {
  header #heroimage .swiper-slide .slide_text {
    top: 40%;
    bottom: unset;
    left: 3%;
    width: auto;
    text-align: left;
  }
}
@media (min-width: large) {
  header #heroimage .swiper-slide .slide_text else {
    top: 40%;
    bottom: unset;
    left: 3%;
    width: auto;
    text-align: left;
  }
}
header #heroimage .swiper-slide .slide_text h2 {
  letter-spacing: 2px;
  font-size: clamp(2rem, 0.455rem + 5.23vw, 4rem);
  color: var(--bg-body);
  line-height: 1;
  text-transform: lowercase;
  font-weight: 400;
}
header #heroimage .swiper-slide .slide_text p {
  color: #fff;
  max-width: 40%;
  font-size: clamp(0.9rem, 0.909rem + 0.45vw, 1.25rem);
  margin-bottom: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  header #heroimage .swiper-slide .slide_text p {
    max-width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
}
header #heroimage .swiper-slide .slide_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
header #heroimage .swiper-slide.light::after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
header #heroimage .swiper-slide.dark::after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
header #heroimage .swiper-button-next,
header #heroimage .swiper-button-prev {
  color: #ccc;
  opacity: 0.3;
  mix-blend-mode: difference;
}
header #heroimage .swiper-button-next::after,
header #heroimage .swiper-button-prev::after {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  header #heroimage .swiper-button-next::after,
  header #heroimage .swiper-button-prev::after {
    font-size: 2rem;
  }
}
@media (min-width: large) {
  header #heroimage .swiper-button-next::after else,
  header #heroimage .swiper-button-prev::after else {
    font-size: 2rem;
  }
}
#top-bar #logo {
  max-width: 14rem;
  width: 14rem;
}
@media screen and (min-width: 992px) {
  #top-bar #logo {
    max-width: 18rem;
    width: auto;
  }
}

header #heroimage .swiper-slide picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
header #heroimage .swiper-slide .slide_text {
  position: absolute;
}

.best-sellers-section {
  padding: 4rem 1.75rem 2rem 1.75rem;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .best-sellers-section {
    padding: 2rem 1rem;
  }
}

.best-sellers-heading {
  font-family: inherit;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: #433A35;
}

.best-sellers-swiper {
  width: 100%;
  padding-bottom: 36px !important;
}

.best-sellers-slide {
  height: auto;
}
.best-sellers-slide__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.best-sellers-slide__inner:hover .best-sellers-slide__img-wrap img {
  transform: scale(1.04);
}
.best-sellers-slide__inner:hover .best-sellers-slide__label {
  background: #433A35;
  color: white;
  border-color: #433A35;
}
.best-sellers-slide__img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
}
.best-sellers-slide__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.best-sellers-slide__label {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #433A35;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: #433A35;
  background: transparent;
  white-space: nowrap;
  transition: background all 0.3s ease, color all 0.3s ease, border-color all 0.3s ease;
}

.best-sellers-pagination {
  bottom: 0 !important;
}
.best-sellers-pagination .swiper-pagination-bullet {
  background: #433A35;
  opacity: 0.3;
}
.best-sellers-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .best-sellers-pagination {
    display: none;
  }
}
@media (min-width: large) {
  .best-sellers-pagination else {
    display: none;
  }
}

/* PROMOS DESKTOP */
.promos-container {
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}
.promos-container #controls-container {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.56rem;
  margin-right: 1.56rem;
  border-top: 2px solid var(--bg-body);
  border-bottom: 2px solid var(--bg-body);
}
.promos-container #controls-container button.control {
  flex: 1;
  width: 100%;
  background-color: #C5B59E;
  color: white;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 15%;
  text-align: left;
  font-size: 1.75rem;
  text-transform: lowercase;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.promos-container #controls-container button.control.is-active, .promos-container #controls-container button.control:hover {
  background-color: #433A35;
}
.promos-container #controls-container button.control h2 {
  font-size: inherit;
  color: inherit;
  margin: 0;
}
.promos-container #images-container {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-body);
  border-top: 2px solid var(--bg-body);
  border-bottom: 2px solid var(--bg-body);
  border-radius: 1.56rem;
  overflow: hidden;
}
.promos-container #images-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.promos-container #images-container .image[data-active=active] {
  opacity: 1;
  z-index: 2;
}
.promos-container #images-container .image .promo_text {
  position: relative;
  z-index: 5;
}
.promos-container #images-container .image .promo_text h2 {
  color: white;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 3.4rem;
  font-family: var(--sans);
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: lowercase;
}
.promos-container #images-container .image .promo_text p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-weight: 400;
}
.promos-container #images-container .image .promo_text p:last-child {
  margin-bottom: 0;
}
.promos-container #images-container .image .promo_text {
  /* CTA BUTTON STYLE (Inside Promo Text) */
}
.promos-container #images-container .image .promo_text a.button {
  background-color: transparent;
  padding: 0.5rem 2rem 0.4rem 2rem;
  color: white !important;
  display: inline-block;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: var(--sans);
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.promos-container #images-container .image .promo_text a.button:hover {
  background-color: #C5B59E;
  color: #433A35;
}

/* MOBILE ACCORDION STYLES */
#promos-mobile {
  margin: 0 1.75rem;
}
#promos-mobile .accordion-wrap .container {
  margin: 0.5rem 0;
}
#promos-mobile .accordion-wrap .container .label {
  padding: 1.5rem 1rem;
  background-color: #C5B59E;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.25rem;
}
#promos-mobile .accordion-wrap .container .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  position: relative;
  background-size: cover;
  background-position: center;
}
#promos-mobile .accordion-wrap .container .content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#promos-mobile .accordion-wrap .container.open .content {
  max-height: 500px;
  padding: 2rem 1rem;
  border-radius: 1.25rem;
}
#promos-mobile .accordion-wrap .container.open .label {
  background-color: #433A35;
  margin-bottom: 0.5rem;
}

#intro {
  margin: 4rem 1rem;
}
@media screen and (max-width: 992px) {
  #intro {
    padding: 2rem 1.75rem;
    margin: 0;
  }
}

body:not(.home) .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
}

body:not(.home) header.header #headerimage {
  height: 450px;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 1.25rem;
  margin: 0 1rem;
}
body:not(.home) header.header #headerimage.left {
  background-position: left 20% center;
}
body:not(.home) header.header #headerimage.center {
  background-position: center center;
}
body:not(.home) header.header #headerimage.right {
  background-position: right 20% center;
}
body:not(.home) header.header #headerimage.dark-gradient::after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 5;
}
body:not(.home) header.header #headerimage.light-gradient::after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  z-index: 5;
}

main#content {
  border: 0 !important;
  border-image-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  padding: 0;
  margin: 0;
}
main#content:not(.home) {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}
@media (min-width: 1024px) {
  main#content:not(.home) {
    padding: 4rem 1rem;
  }
}
@media (min-width: large) {
  main#content:not(.home) else {
    padding: 4rem 1rem;
  }
}
@media (min-width: 1024px) {
  main#content .main-content, main#content #blog-posts {
    padding-left: 4rem;
  }
}
@media (min-width: large) {
  main#content .main-content else, main#content #blog-posts else {
    padding-left: 4rem;
  }
}
main#content #contact-info {
  padding-bottom: 2rem;
}
main#content #contact-info > div:first-of-type {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  main#content #contact-info > div:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: large) {
  main#content #contact-info > div:first-of-type else {
    margin-bottom: 0;
  }
}
main#content #contact-info h3 {
  margin-bottom: 0;
}
main#content #contact-info p {
  margin-top: 0;
}
main#content #contact-info a.button {
  margin-bottom: 1rem;
}
main#content #contact-info:nth-of-type(2) {
  padding: 2rem 0;
}
main#content .social_icons-component a i {
  margin-right: 0.5rem;
}
main#content #mobile-nav {
  padding: 1rem;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: var(--secondary);
  cursor: pointer;
}
main#content #mobile-nav i {
  margin-left: 0.25rem;
  color: white;
}
main#content #mobile-nav ul {
  list-style: none;
  padding: 1rem 2rem 3rem;
}
main#content #mobile-subnav {
  width: 100%;
  background-color: var(--primary);
  flex-direction: column;
  overflow: hidden;
  position: relative;
  max-height: 0px;
  transition: max-height 0.3s ease;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
main#content #mobile-subnav div {
  text-align: center;
  padding-bottom: 0.25rem;
}
main#content #mobile-subnav div input {
  margin-bottom: 0.25rem;
  border: 1px solid var(--secondary);
}
@media (min-width: 1024px) {
  main#content #mobile-subnav {
    margin-bottom: 2rem;
  }
}
@media (min-width: large) {
  main#content #mobile-subnav else {
    margin-bottom: 2rem;
  }
}
main#content #mobile-subnav h4 {
  text-align: center;
}
main#content #mobile-subnav ul {
  list-style: none;
}
main#content #mobile-subnav ul {
  padding: 0;
  margin: 1rem 0;
}
main#content #mobile-subnav ul li {
  padding: 0;
}
main#content #mobile-subnav ul li a {
  text-align: center;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 0 1rem;
  display: block;
  position: relative;
}
main#content #mobile-subnav ul li.current-menu-item > a {
  font-weight: 500;
  position: relative;
  background-color: var(--secondary);
  color: white;
}
@media (min-width: 1024px) {
  main#content #sidenav {
    padding: 3rem 0 3rem 3rem;
    border-right: 2px solid var(--secondary);
  }
}
@media (min-width: large) {
  main#content #sidenav else {
    padding: 3rem 0 3rem 3rem;
    border-right: 2px solid var(--secondary);
  }
}
main#content #sidenav ul {
  margin: 0 2rem 0 0;
  padding: 0 0rem 0 0;
  list-style: none;
}
main#content #sidenav ul li {
  margin-bottom: 0.25rem;
}
main#content #sidenav ul li a {
  display: block;
  padding: 0.5rem 2rem 0.4rem 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--secondary);
  text-align: right;
}
main#content #sidenav ul li a:visited {
  color: var(--secondary);
}
main#content #sidenav ul li a:hover {
  background-color: var(--secondary);
  color: white;
}
main#content #sidenav ul li.current-menu-item > a {
  font-weight: 500;
  background-color: var(--secondary);
  color: white;
}
main#content #sidenav .blog-sidebar-item {
  padding-right: 3rem;
}
main#content #sidenav .blog-sidebar-item input[type=text] {
  border: 1px solid var(--secondary);
  margin-bottom: 0.5rem;
  padding: 0.4rem;
}
main#content #sidenav .blog-sidebar-item h4 {
  text-align: center;
  background-color: var(--secondary);
  color: white;
  font-family: var(--sans);
  padding: 0.75rem 0.5rem 0.5rem;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
main#content #sidenav .blog-sidebar-item ul {
  margin-right: 0;
  padding-right: 0;
}
main#content #sidenav .blog-sidebar-item ul li {
  margin-bottom: 0;
}
main#content #sidenav .blog-sidebar-item ul li a {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
main#content #sidebar #sidenav {
  padding: 3rem 6rem 3rem 0;
}
main#content #sidebar #sidenav ul.is_sidenav {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
}
main#content #sidebar #sidenav ul.is_sidenav li a {
  display: inline-block;
  font-weight: 100;
  color: var(--dark);
}
main#content #sidebar #sidenav ul.is_sidenav li.current_page_item a, main#content #sidebar #sidenav ul.is_sidenav li.current-menu-item a {
  font-weight: 600;
}
main#content #sidebar #sidenav ul.is_sidenav li.current_page_item a, main#content #sidebar #sidenav ul.is_sidenav li.current-menu-item a {
  /************************************************
  add this to add icon to active sidebar elements
  *************************************************/
}

/*****************************
Location Gallery Stuffs
*****************************/
.location_gallery > .column {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.location_gallery > .column a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.location_gallery > .column:hover a img {
  transform: scale(1.1);
  opacity: 1;
}

body.page-template-template-specials .article-body .promowrapper .left {
  padding-right: 0.9375rem;
}
body.page-template-template-specials .article-body .promowrapper .left img {
  width: 100%;
  height: auto;
  display: inline-block;
}
body.page-template-template-specials .article-body .promowrapper .right {
  padding-left: 0.9375rem;
}
body.page-template-template-specials .article-body .promowrapper h3.headline {
  margin-top: 0;
}
body.page-template-template-specials .article-body .promowrapper p {
  line-height: 1.8;
}
body.page-template-template-specials .article-body hr {
  margin: 2rem 0;
}

body:is(.blog, .archive, .categories, .search, .tag, .author, .single-post) main#content #sidebar #sidenav ul.is_sidenav {
  padding-right: 2rem;
}
body:is(.blog, .archive, .categories, .search, .tag, .author, .single-post) main#content #mobile-subnav ul.is_mobile_subnav {
  padding: 1rem;
}

body.error404 main#content section.wrapper #tumbleweed {
  position: relative;
  left: -600px;
  top: 0;
  animation: tumble 3s infinite linear;
  max-width: 200px;
}
@media (min-width: 640px) {
  body.error404 main#content section.wrapper #tumbleweed {
    animation: tumble 4s infinite linear;
  }
}
@media (min-width: medium) {
  body.error404 main#content section.wrapper #tumbleweed else {
    animation: tumble 4s infinite linear;
  }
}
@media (min-width: 1024px) {
  body.error404 main#content section.wrapper #tumbleweed {
    animation: tumble 5s infinite linear;
  }
}
@media (min-width: large) {
  body.error404 main#content section.wrapper #tumbleweed else {
    animation: tumble 5s infinite linear;
  }
}

table.hours {
  width: 100%;
}
table.hours td {
  padding: 0 8px 2px 0;
}

.gform_wrapper form {
  margin-top: 1rem;
}

@keyframes tumble {
  from {
    left: -500px;
    transform: rotate(0deg);
  }
  to {
    left: 150%;
    transform: rotate(720deg);
  }
}
/*CAREERS*/
body.page-template-template-careers h1, body.page-template-template-careers p, body.page-template-template-careers h2, body.page-template-template-careers h3 {
  text-align: center;
}

.teamvalues-wrapper h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.teamvalues-wrapper {
  padding-top: 3rem;
}

@media (min-width: 640px) {
  #teamvalues {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    gap: 20px;
    margin-bottom: 6rem;
  }
}
@media (min-width: medium) {
  #teamvalues else {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    gap: 20px;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  #teamvalues {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: large) {
  #teamvalues else {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
#teamvalues .tile-title {
  background-color: var(--primary);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#teamvalues .tile-title h3 {
  color: #000;
  margin: 0 !important;
  text-align: center;
  font-size: 1.25rem;
}
#teamvalues .tile-title a.button {
  display: none;
}
.values-box.join {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  flex-direction: column;
  aspect-ratio: 1/0.8;
}
@media (min-width: 640px) {
  .values-box.join {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: medium) {
  .values-box.join else {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
}
.values-box.join h3 {
  color: #fff !important;
  font-size: 2rem !important;
  margin-bottom: 0 !important;
}
.values-box.join a.button {
  background-color: var(--primary);
  color: #000;
}
.values-box.join a.button:visited {
  color: #000;
}
.values-box.join a.button:after {
  color: #000;
}
.values-box.join a.button:hover {
  background-color: var(--secondary);
}

#benefits {
  padding: 2rem 0;
  background-image: url(/wp-content/uploads/2025/11/background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.benefits-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.benefits-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) {
  .benefits-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: medium) {
  .benefits-container else {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .benefits-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: large) {
  .benefits-container else {
    grid-template-columns: repeat(3, 1fr);
  }
}
.benefits-container .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefits-container .benefit img {
  margin-bottom: 1rem;
}
.benefits-container .benefit h3 {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.benefits-container .benefit p {
  margin-bottom: 0;
}

.careers-video h2 {
  font-size: 1.75rem;
  margin: 0 auto;
}

#teamvalues, .benefits-container, .careers-content-container, .careers-video {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*FAQ*/
#faqs .faq-container .faq-section {
  border: 2px solid var(--dark);
  margin-bottom: 8px;
}

#faqs .faq-container .faq-section button {
  color: var(--dark);
  font-size: 1.1rem !important;
}

#faqs .faq-container .faq-section button:hover, #faqs .faq-container .faq-section button:active, #faqs .faq-container .faq-section button:focus {
  color: var(--dark);
  background-color: var(--primary);
}

body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item form#searchform input {
  width: 100%;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item form#searchform input#s {
  font-size: 1em;
  padding: 0.25em;
  margin-bottom: 0.25em;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item form#searchform input::placeholder {
  opacity: 0.25;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item form#searchform label {
  display: none;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item > ul {
  padding: 0;
  list-style: none;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item > ul li:not(:last-of-type) {
  border-bottom: 1px solid #aaa;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #sidebar #sidenav .is_sidenav .blog-sidebar-item > ul li a {
  padding: 0;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #mobile-subnav ul {
  padding: 0;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #mobile-subnav ul.is_mobile_subnav {
  padding: 1rem 2rem 0;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #mobile-subnav ul.is_mobile_subnav .blog-sidebar-item {
  margin-bottom: 1.5rem;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #mobile-subnav ul.is_mobile_subnav .blog-sidebar-item input[type=submit] {
  margin: 1rem 0 0;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #mobile-subnav ul.is_mobile_subnav .blog-sidebar-item #searchform input#s {
  font-size: 1.25em;
  padding: 0.25em;
  width: 100%;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content #mobile-subnav ul.is_mobile_subnav .blog-sidebar-item #searchform input#searchsubmit {
  margin-top: 0.5rem;
  width: 100%;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content .post-title {
  margin-bottom: 0.5rem;
}
body:is(.blog, .search, .single-post, .archive, .category) main#content p.post-date {
  margin: 0;
  color: #888;
}

#subfooter {
  padding: 0 1.75rem;
  margin-bottom: 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #subfooter {
    padding: 0 1rem;
  }
}
#subfooter .subfooter-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 1200px;
}
#subfooter img {
  object-fit: cover;
  border-radius: 1.25rem;
  overflow: hidden;
}
#subfooter video {
  border-radius: 1.25rem;
  overflow: hidden;
}

#footer-top {
  background-color: #433A35;
  font-family: var(--serif);
}
#footer-top #left-side {
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer-top #left-side {
    height: 250px;
  }
}
#footer-top #left-side::after {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
#footer-top #left-side #foot-1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer-top #left-side #foot-1 {
    text-align: left;
  }
}
#footer-top #left-side #foot-1 .foot-column img {
  margin: 0 auto;
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #footer-top #left-side #foot-1 .foot-column img {
    width: 90%;
    padding-top: 1rem;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  #footer-top #left-side #foot-1 .foot-column img {
    width: 400px;
  }
}
#footer-top #right-side #foot-2 #contact-info > div,
#footer-top #right-side #foot-3 #contact-info > div {
  margin-bottom: 0 !important;
}
#footer-top #right-side #foot-2 #contact-info,
#footer-top #right-side #foot-3 #contact-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer-top #right-side #foot-2 #contact-info a,
#footer-top #right-side #foot-3 #contact-info a {
  color: var(--bg-body);
  font-family: var(--serif);
}
#footer-top #right-side #foot-2 #contact-info a:visited,
#footer-top #right-side #foot-3 #contact-info a:visited {
  color: white;
}
#footer-top #right-side #foot-2 #contact-info a:hover,
#footer-top #right-side #foot-3 #contact-info a:hover {
  opacity: 0.8;
}
#footer-top #right-side #foot-2 #contact-info p,
#footer-top #right-side #foot-3 #contact-info p {
  color: var(--bg-body);
  text-align: left;
  line-height: 1.6;
  font-family: var(--serif);
}
#footer-top #right-side #foot-2 #contact-info p.location-address .location-title,
#footer-top #right-side #foot-3 #contact-info p.location-address .location-title {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bg-body);
  font-weight: 600;
  font-family: var(--serif);
}
#footer-top #right-side #foot-2 #contact-info .social_icons-component,
#footer-top #right-side #foot-3 #contact-info .social_icons-component {
  text-align: left;
}
#footer-top #right-side #foot-2 #contact-info .social_icons-component a,
#footer-top #right-side #foot-3 #contact-info .social_icons-component a {
  margin-right: 5px;
  color: var(--bg-body);
}
#footer-top #right-side #foot-2 .social_icons-component,
#footer-top #right-side #foot-3 .social_icons-component {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer-top #right-side #foot-2 .social_icons-component,
  #footer-top #right-side #foot-3 .social_icons-component {
    display: block;
  }
}
#footer-top #right-side #foot-2 .foot-column .textwidget {
  display: flex;
  flex-direction: column;
}
#footer-top #right-side #foot-2 .foot-column .textwidget .footer-socials {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
#footer-top #right-side #foot-2 .foot-column .textwidget .footer-socials a {
  color: var(--bg-body);
}
#footer-top #right-side #foot-2 .foot-column .textwidget .footer-socials a:hover {
  opacity: 0.8;
}
#footer-top #right-side #foot-3 table td {
  text-align: left;
  padding: 5px 10px 0 0;
  width: auto;
  color: var(--bg-body);
  font-family: var(--serif);
}
#footer-top #right-side #foot-3 .social_icons-component {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer-top #right-side #foot-3 .social_icons-component {
    display: block;
  }
}
#footer-top #right-side #foot-4 {
  margin-bottom: 2rem;
}
#footer-top #right-side #foot-4 ul li {
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
#footer-top #right-side #foot-4 ul li a {
  text-align: left;
  color: var(--bg-body);
  font-family: var(--serif);
}
#footer-top #right-side #foot-4 ul li a:visited {
  color: var(--bg-body);
}
#footer-top #right-side #foot-4 ul li a:hover {
  opacity: 0.8;
}
#footer-top #right-side #foot-4 #foot-5 img {
  width: 100%;
  height: auto;
  max-width: 120px !important;
  margin-top: 2rem;
}
@media (min-width: md) {
  #footer-top #right-side #foot-4 #foot-5 img else {
    margin-top: 0;
  }
}

#footer-bottom {
  background-color: var(--bg-body);
  padding: 1rem;
}
#footer-bottom p {
  line-height: 1.4;
  font-size: 0.8rem;
  color: var(--secondary);
}
#footer-bottom p a {
  font-size: 0.8rem;
  color: var(--secondary);
}
@media screen and (max-width: 992px) {
  #footer-bottom {
    padding-bottom: 4rem;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: var(--bg-body);
  z-index: 8;
  box-shadow: 0px 0 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  -webkit-transition: -webkit-right 0.4s ease-out;
  -moz-transition: right 0.4s ease-out;
  -o-transition: right 0.4s ease-out;
  transition: right 0.4s ease-out;
  width: 300px;
  display: block;
  z-index: 90;
}
#mobile-menu ul {
  padding: 1rem;
  margin: 0;
  list-style: none;
  width: 100%;
}
#mobile-menu ul li a {
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  text-transform: uppercase;
  width: 100%;
}
#mobile-menu ul li a:hover svg.caret {
  fill: var(--secondary);
}
#mobile-menu ul li a svg.caret {
  transition: all 0.3s ease;
  fill: var(--dark);
}
#mobile-menu ul li.is_open > a {
  font-weight: 500;
}
#mobile-menu ul li.is_open > a svg.caret {
  transform: rotate(180deg);
}
#mobile-menu ul.sub-menu {
  padding: 0;
  margin: 0 0 0 1rem;
}
#mobile-menu ul.sub-menu li a {
  font-size: 1rem;
  text-transform: none;
  text-transform: uppercase;
}
#mobile-menu ul.sub-menu li.current_page_item a {
  font-weight: 500;
}
#mobile-menu ul.sub-menu li .sub-menu > li > a {
  text-transform: unset;
}

#mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 7;
  pointer-events: none;
}

body.mobile-menu-open #mobile-menu {
  right: 0;
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.4);
}
body.mobile-menu-open #mobile-overlay {
  opacity: 0.5;
  pointer-events: auto;
}

#contact-info .social_icons-component {
  padding: 0.25rem 0;
}
#contact-info .social_icons-component a svg {
  transition: fill 0.3s ease;
  margin-right: 0.25rem;
}
#contact-info .social_icons-component a:hover svg.icon {
  fill: var(--secondary);
}

.accordion-wrap .accordion {
  padding: 1rem 0;
}
.accordion-wrap .accordion .container {
  position: relative;
  margin: 10px 10px;
}
.accordion-wrap .accordion .container.open .label::after {
  transform: rotate(0deg);
}
.accordion-wrap .accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  padding-right: 2rem;
  color: var(--dark);
  cursor: pointer;
}
.accordion-wrap .accordion .label::after {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 24 24" width="36px" height="36px" xmlns="http://www.w3.org/2000/svg" fill="white"><g data-name="Layer 2"><g data-name="arrow-ios-downward"><rect width="24" height="24" opacity="0"/><path d="M12 16a1 1 0 0 1-.64-.23l-6-5a1 1 0 1 1 1.28-1.54L12 13.71l5.36-4.32a1 1 0 0 1 1.41.15 1 1 0 0 1-.14 1.46l-6 4.83A1 1 0 0 1 12 16z"/></g></g></svg>');
  position: absolute;
  line-height: 0;
  top: 25%;
  transform-origin: center;
  transform: rotate(-90deg);
  right: 5px;
  font-size: 30px;
  transition: transform 0.5s ease;
  width: 36px;
  height: 36px;
}
.accordion-wrap .accordion .content {
  position: relative;
  background: var(--light);
  font-size: 1rem;
  text-align: left;
  overflow: hidden;
  transition: 0.5s;
  max-height: 0;
  padding: 0 1rem;
}
.accordion-wrap .accordion hr {
  width: 100%;
  margin-left: 0;
  border: 1px solid grey;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

header,
#top-bar {
  position: relative;
  z-index: 6000 !important;
  overflow: visible !important;
}

.menu-overlay-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  cursor: pointer;
}

@media (max-width: 992px) {
  #menuicon {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 7000;
  }
  #menuicon .menu-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #252525;
    min-width: 45px;
    display: inline-block;
  }
  #menuicon .menu-text::before {
    content: "menu";
  }
  #menuicon svg {
    overflow: visible;
  }
  #menuicon svg rect {
    fill: #252525;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
    transform-origin: center;
    transform-box: fill-box;
  }
  #menuicon.is-active .menu-text::before {
    content: "close" !important;
  }
  #menuicon.is-active svg rect:nth-child(1) {
    transform: translateY(5.89091px) rotate(45deg);
  }
  #menuicon.is-active svg rect:nth-child(2) {
    opacity: 0;
  }
  #menuicon.is-active svg rect:nth-child(3) {
    transform: translateY(-5.89091px) rotate(-45deg);
  }
  #menuicon.is-active {
    z-index: 9999;
  }
  #menuicon.is-active .menu-text {
    display: none !important;
  }
  #menuicon-desktop,
  #desktop-mega-menu-dropdown {
    display: none !important;
  }
  #mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #F9F4EE;
    z-index: 9000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  }
  #mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8500 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
  }
  body.mobile-menu-open #mobile-menu {
    right: 0;
  }
  body.mobile-menu-open #mobile-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 993px) {
  #menuicon-desktop {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 7000;
  }
  #menuicon-desktop .menu-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #252525;
    min-width: 45px;
    display: inline-block;
  }
  #menuicon-desktop .menu-text::before {
    content: "menu";
  }
  #menuicon-desktop svg {
    overflow: visible;
  }
  #menuicon-desktop svg rect {
    fill: #252525;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
    transform-origin: center;
    transform-box: fill-box;
  }
  #menuicon-desktop.is-active .menu-text::before {
    content: "close" !important;
  }
  #menuicon-desktop.is-active svg rect:nth-child(1) {
    transform: translateY(5.89091px) rotate(45deg);
  }
  #menuicon-desktop.is-active svg rect:nth-child(2) {
    opacity: 0;
  }
  #menuicon-desktop.is-active svg rect:nth-child(3) {
    transform: translateY(-5.89091px) rotate(-45deg);
  }
  #menuicon-desktop {
    display: flex !important;
  }
  #menuicon {
    display: none;
  }
  #desktop-mega-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #F9F4EE;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #desktop-mega-menu-dropdown.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li {
    display: flex;
    flex-direction: column;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 1.5rem 0;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > a .menu-item-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > a .menu-item-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    display: block;
    pointer-events: none;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > a .menu-text {
    color: #252525;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: lowercase;
    font-family: var(--sans);
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > a.is-active {
    background-color: #c3b9a7;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > a:hover .menu-item-image img {
    transform: scale(1.05);
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu {
    display: flex;
    gap: 1.5rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #c3b9a7;
    list-style: none;
    margin: 0;
    padding: 0 2rem;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(10px);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.4s ease, visibility 0.5s;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu li {
    flex-shrink: 0;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu li > a {
    text-decoration: none;
    color: #444;
    font-size: 1.3rem;
    transition: color 0.2s;
    font-family: var(--serif);
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu li > a:hover {
    opacity: 0.8;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu li > a .menu-item-image {
    margin-bottom: 1.1rem;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:not(:has(li > a > .menu-item-image)) {
    flex-direction: column;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:not(:has(li > a > .menu-item-image)) li > a {
    font-size: 1.5rem;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:has(li > a > .menu-item-image) {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:has(li > a > .menu-item-image):active {
    cursor: grabbing;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:has(li > a > .menu-item-image) {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:has(li > a > .menu-item-image)::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:has(li > a > .menu-item-image) > li {
    flex: 0 0 calc((100% - 6rem) / 5);
    min-width: calc((100% - 6rem) / 5);
    scroll-snap-align: start;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li > .sub-menu:has(li > a > .menu-item-image) > li > a {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
  }
  #desktop-mega-menu-dropdown ul#menu-mega-menu-desktop > li.is_open > .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    transform: translateY(0);
    padding: 4rem 2rem;
    overflow-x: auto;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, padding 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  }
}
@keyframes mobile-slide-in {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100vh;
  z-index: 9999;
  background: #252525;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
}
body.mobile-menu-open #mobile-menu {
  right: 0;
}
#mobile-menu #mobile-menu-main-wrapper .menu-back-button {
  display: none;
  align-items: center;
  padding: 20px;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fdfaf5;
  text-decoration: none;
}
#mobile-menu.active-drill #mobile-menu-main-wrapper .menu-back-button {
  display: flex;
  animation: mobile-slide-in 0.3s ease-in-out forwards;
}
#mobile-menu ul.menu-mobile {
  list-style: none;
  padding: 1rem;
  margin: 0;
}
#mobile-menu ul.menu-mobile > li.menu-item {
  padding: 0.6rem 0;
}
#mobile-menu ul.menu-mobile > li.menu-item > a {
  padding: 0;
  font-size: 22px;
  font-family: var(--serif);
  text-transform: uppercase;
  color: #fdfaf5;
  text-decoration: none;
}
#mobile-menu ul.menu-mobile > li.menu-item > .sub-menu li .sub-menu {
  padding-left: 0.5rem;
}
#mobile-menu ul.menu-mobile .sub-menu {
  display: none;
  margin: 0;
}
#mobile-menu ul.menu-mobile .sub-menu.is-open {
  display: block;
  animation: mobile-slide-in 0.35s ease-in-out forwards;
}
#mobile-menu ul.menu-mobile li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fdfaf5;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-menu ul.menu-mobile li.menu-item-has-children > a .submenu-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  pointer-events: none;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out;
}
#mobile-menu ul.menu-mobile li.menu-item-has-children > a .submenu-indicator.rotated {
  transform: rotate(180deg);
}
#mobile-menu ul.menu-mobile li.menu-item-has-children > a .submenu-indicator i {
  display: block;
}
#mobile-menu ul.menu-mobile.submenu-active > li.menu-item:not(.drilled-in) {
  display: none;
}
#mobile-menu ul.menu-mobile.submenu-active > li.menu-item.drilled-in > a {
  font-weight: 700;
  font-size: 26px;
  pointer-events: none;
  padding: 0.5rem 0;
  color: #fdfaf5;
  text-decoration: none;
}
#mobile-menu ul.menu-mobile.submenu-active > li.menu-item.drilled-in > a .submenu-indicator {
  display: none;
}
#mobile-menu .sub-menu li a {
  display: block;
  padding: 1rem 0.5rem;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #fdfaf5;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-menu .sub-menu .sub-menu {
  background: transparent;
  border: none;
  margin: 0;
  max-height: none !important;
}

#mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.mobile-menu-open #mobile-overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 992px) {
  .menu-item-image {
    display: none;
  }
}

/*# sourceMappingURL=sass-output.css.map */
