html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 500!important;
  font-style: normal;
  font-size: 17px;
  color: #39492E!important;
  background: #E9E3D9!important;
  line-height: normal!important;
  letter-spacing: 0.5px;
}

body.menu-open {
  overflow: hidden;
}

* {
  box-sizing: border-box!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

#main {
  margin-top: 0!important;
}

.bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1, h2, h3 {
  margin-top: 55px!important;
  margin-bottom: 40px!important;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

span.heading {
  margin-top: 55px;
  margin-top: 40px;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1, h2.large, span.heading_one {
  font-size: 48px!important;
  line-height: 54px!important;
  letter-spacing: 2px;
  font-weight: 700!important;
}

p.subheading {
  margin-bottom: 30px;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.6;
  font-weight: 600;
}

.links {
  margin-top: 50px;
}

a {
  color: #39492E!important;
}

.arrow_button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.arrow_button::after {
  content: "";
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.5"><circle cx="12" cy="12" r="10.5"/><path d="M10 8l4 4-4 4"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.5"><circle cx="12" cy="12" r="10.5"/><path d="M10 8l4 4-4 4"/></svg>') center / contain no-repeat;
  transition: transform 0.5s ease;
}

.arrow_button:hover::after {
  transform: translateX(10px);
}

.home header.site-header {
  border-bottom: 1px solid #E9E3D9;
  background-color: transparent;
}

.home header.site-header .arrow_button,
.home header.site-header .menu_wrapper .status {
  color: #E9E3D9!important;
}

.home header.site-header .menu_wrapper .burger span {
  background: #E9E3D9;
}

header.site-header {
  border-bottom: 1px solid transparent;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E9E3D9;
  z-index: 50;
}

header.site-header a.arrow_button {
  text-transform: uppercase;
  letter-spacing: 4px;
}

header.site-header .navbar-brand img.logo {
  border-radius: 50%;
  padding: 15px;
  height: 150px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #E9E3D9;
}

.sliding_menu {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: #39492E;
  color: #C1EBD0;
  transform: translateY(-100%);
  transition:
    transform 0.55s cubic-bezier(0.77, 0, 0.18, 1),
    visibility 0s linear 0.55s;
  visibility: hidden;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .sliding_menu {
    background: linear-gradient(90deg, #39492E calc(50% + 40px), #27341E calc(50% + 40px));
  }
}

@media (min-width: 1200px) {
  .sliding_menu {
    background: linear-gradient(90deg, #39492E calc(50% + 47px), #27341E calc(50% + 47px));
  }
}

@media (min-width: 1400px) {
  .sliding_menu {
    background: linear-gradient(90deg, #39492E calc(50% + 55px), #27341E calc(50% + 55px));
  }
}

.sliding_menu.is-open {
  transform: translateY(0);
  visibility: visible;
  transition:
    transform 0.55s cubic-bezier(0.77, 0, 0.18, 1),
    visibility 0s;
}

.sliding_menu__inner {
  padding-top: 98px;
  display: flex;
  align-items: center;
  min-height: 100%;
}


.sliding_menu .menu-primary {
  flex-direction: column;
}

.sliding_menu .menu-primary .nav-item {
  border-bottom: 1px solid rgba(193, 235, 208, 0.25);
}

.sliding_menu .menu-primary .nav-item:last-child {
  border-bottom: 0;
}

.sliding_menu .menu-primary .nav-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 30px 0;
  color: #C1EBD0 !important;
  text-decoration: none;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px!important;
  line-height: 60px!important;
  transition: transform 0.3s ease, color 0.3s e
}

.sliding_menu .menu-primary .nav-link:hover {
  color: #fff!important;
}

.sliding_menu .menu-primary .nav-link::before {
  content: "";
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.5"><circle cx="12" cy="12" r="10.5"/><path d="M10 8l4 4-4 4"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.5"><circle cx="12" cy="12" r="10.5"/><path d="M10 8l4 4-4 4"/></svg>') center / contain no-repeat;
}

.sliding_menu .menu-secondary {
  flex-direction: column;
}

.sliding_menu .menu-secondary .nav-link {
  padding: 20px 0;
  color: #C1EBD0!important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sliding_menu .menu-secondary .nav-link:hover {
  color: #fff!important;
}


.sliding_menu .menu-social {
  margin-top: 60px;
  margin-bottom: 0;
}

.sliding_menu .menu-social li {
  margin: 0;
}

.sliding_menu .menu-social li a {
  margin-right: 25px;
  color: #C1EBD0!important;
  font-size: 21px;
  transition: color 0.3s ease;
}

.sliding_menu .menu-social li a:hover {
  color: #fff!important;
}

.menu_wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
  position: relative;
  outline: 0;
  z-index: 40;
}

.menu_wrapper .status {
  margin: 0;
  color: #39492E;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}

.menu_wrapper .burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
}

.menu_wrapper .burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #39492E;
  border-radius: 1px;
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.25s ease;
  transform-origin: center;
}

.menu_wrapper.is-active .burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu_wrapper.is-active .burger span:nth-child(2) {
  opacity: 0;
}

.menu_wrapper.is-active .burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.sliding_menu .menu-primary .nav-item,
.sliding_menu .menu-secondary .nav-item,
.sliding_menu .menu-social {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.sliding_menu.is-open .menu-primary .nav-item,
.sliding_menu.is-open .menu-secondary .nav-item,
.sliding_menu.is-open .menu-social {
  opacity: 1;
  transform: translateY(0);
}

.sliding_menu.is-open .menu-primary .nav-item:nth-child(1) { transition-delay: 0.45s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(2) { transition-delay: 0.57s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(3) { transition-delay: 0.69s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(4) { transition-delay: 0.81s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(5) { transition-delay: 0.93s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(6) { transition-delay: 1.05s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(7) { transition-delay: 1.17s; }
.sliding_menu.is-open .menu-primary .nav-item:nth-child(8) { transition-delay: 1.29s; }

.sliding_menu.is-open .menu-secondary .nav-item:nth-child(1) { transition-delay: 1.05s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(2) { transition-delay: 1.13s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(3) { transition-delay: 1.21s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(4) { transition-delay: 1.29s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(5) { transition-delay: 1.37s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(6) { transition-delay: 1.45s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(7) { transition-delay: 1.53s; }
.sliding_menu.is-open .menu-secondary .nav-item:nth-child(8) { transition-delay: 1.61s; }

.sliding_menu.is-open .menu-social { transition-delay: 1.7s; }

/* Full Background with Content Block */
.full_background_with_content_block {
  height: 100vh;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #E9E3D9;
}

.full_background_with_content_block::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 139, 223, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(29, 70, 43, 1) 100%);
  opacity: 0.38;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

.full_background_with_content_block .bg-media {
  position: absolute;
  inset: 0;
  overflow: hidden; /* clips the zoom, but only inside this layer */
  z-index: -1;
}

.full_background_with_content_block .bg-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  animation: hero-zoom 0.5s ease-out forwards;
}

@keyframes hero-zoom {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.06);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .full_background_with_content_block .bg-media::before {
    animation: none;
  }
}

.full_background_with_content_block .logo {
  margin-bottom: 80px;
  max-height: 300px;
  max-width: 300px;
}

.full_background_with_content_block .tagline {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 36px;
}

.full_background_with_content_block .scroll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.full_background_with_content_block .scroll:after {
  margin: 15px auto 0;
  content: '';
  display: block;
  height: 60px;
  width: 1px;
  background: linear-gradient(to bottom, #F3F0EB 50%, #39492E 50%);
}

/* Full Width Image Block */
.full_width_image_block {
  height: 700px;
}

/* Background Box Panels Block */
.background_box_panels_block .panels_wrapper {
  margin-top: 100px;
}

.background_box_panels_block .panels_wrapper .panel {
  margin-bottom: 50px;
  padding: 180px 0;
  overflow: hidden;
  position: relative;
  height: 700px;
  color: #E9E3D9;
}

.background_box_panels_block .panels_wrapper .panel:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(157, 141, 131, 0.6) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

.background_box_panels_block .panels_wrapper .panel h2,
.background_box_panels_block .panels_wrapper .panel h3,
.background_box_panels_block .panels_wrapper .panel span.heading_two {
  font-size: 84px;
  line-height: 84px;
  letter-spacing: 4px;
}

footer.site-footer {
  padding: 160px 0;
  background: #39142A;
}

footer.site-footer * {
  color: #CDC5B2!important;
}

footer.site-footer .footer_logo {
  margin-bottom: 60px;
  max-width: 100%;
  max-height: 180px;
}

footer.site-footer .heading {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}

footer.site-footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

footer.site-footer ul li a {
  margin-bottom: 14px;
  display: inline-block;
}

footer.site-footer .social {
  display: flex;
  align-items: center;
}

footer.site-footer .social i {
  margin-right: 15px;
  font-size: 26px;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

