/*
Theme Name: Peak Village
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: 1;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

body {
  background: #F5F5E8;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #878C80;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1 {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  color: #424A40;
  font-size: 75px;
  line-height: 75px;
}
@media only screen and (max-width: 1300px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 760px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 1;
  }
}

h2,
.h2 {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  color: #424A40;
  font-size: 46px;
  line-height: 50px;
}
@media only screen and (max-width: 1300px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 760px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1;
  }
}

h3,
.h3 {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  color: #424A40;
  font-size: 26px;
  line-height: 120%;
}
@media only screen and (max-width: 1300px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 760px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

p,
.paragraph-text,
ul li {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
}
@media only screen and (max-width: 760px) {
  p,
  .paragraph-text,
  ul li {
    font-size: 16px;
    line-height: 130%;
  }
}

.underline {
  text-decoration: underline;
}

.eyebrow {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #424A40;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
  .eyebrow {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 760px) {
  .eyebrow {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

strong {
  color: #424A40;
}

.btn, .wp-element-button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F5F5E8;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #424A40;
  background: #424A40;
  display: inline-flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-dark, .wp-element-button.btn-dark {
  background: #424A40;
  color: #F5F5E8;
  border-color: #424A40;
}
.btn.btn-light, .wp-element-button.btn-light {
  background: #F5F5E8;
  color: #424A40;
  border-color: #F5F5E8;
}
.btn.btn-light.outline, .wp-element-button.btn-light.outline {
  border-color: #424A40;
}

.arrow-btn {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #424A40;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url("images/arrow-right.svg");
  background-position: center right;
  background-size: 19px;
  padding-right: 25px;
  background-repeat: no-repeat;
  display: inline-flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
}
@media only screen and (max-width: 1300px) {
  .arrow-btn {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 760px) {
  .arrow-btn {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.white-bg {
  background: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 760px) {
  .white-bg {
    padding: 60px 0;
  }
}

.limestone-bg {
  background: #C9C4B5;
  padding: 100px 0;
}
@media only screen and (max-width: 760px) {
  .limestone-bg {
    padding: 60px 0;
  }
}
.limestone-bg.push {
  margin-top: 100px;
}

.birch-bg {
  background: #635E42;
}
.birch-bg h1,
.birch-bg .h1,
.birch-bg h2,
.birch-bg .h2,
.birch-bg h3,
.birch-bg .h3,
.birch-bg p,
.birch-bg a:not(.btn) {
  color: #F5F5E8 !important;
}

.sage-bg {
  background: #878C80;
}
.sage-bg h1,
.sage-bg .h1,
.sage-bg h2,
.sage-bg .h2,
.sage-bg h3,
.sage-bg .h3,
.sage-bg p {
  color: #F5F5E8 !important;
}

.mallard-bg {
  background: #424A40;
}
.mallard-bg h1,
.mallard-bg .h1,
.mallard-bg h2,
.mallard-bg .h2,
.mallard-bg h3,
.mallard-bg .h3,
.mallard-bg p {
  color: #F5F5E8 !important;
}

.copper-bg {
  background: #876652;
}
.copper-bg h1,
.copper-bg .h1,
.copper-bg h2,
.copper-bg .h2,
.copper-bg h3,
.copper-bg .h3,
.copper-bg p {
  color: #F5F5E8 !important;
}

.wrapper {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .wrapper {
    padding: 0 25px;
  }
}
.wrapper.push {
  padding-top: 100px;
}
.wrapper.clear-header {
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .wrapper.clear-header {
    margin-top: 100px;
  }
}

.intro {
  padding: 100px 0 50px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .intro {
    padding: 60px 20px 40px;
  }
}
.intro .intro-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  flex-direction: column;
  z-index: 1;
}

#header {
  background: #F5F5E8;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
  font-size: 0;
}
@media only screen and (max-width: 1100px) {
  .header-wrapper {
    padding: 12px;
  }
}

#header .menu-container {
  flex: 1;
}
#header .menu-container .menu-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1300px) {
  #header .menu-container .menu-left {
    gap: 20px;
  }
}
#header .menu-container .menu-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  #header .menu-container .menu-right {
    gap: 20px;
  }
}
#header .menu-container ul li a {
  font-size: 18px;
  color: #424A40;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 23.4px;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  #header .menu-container ul li a {
    font-size: 16px;
  }
}
#header .menu-container ul li a.btn {
  color: #F5F5E8;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  #header .menu-container ul li a.btn {
    padding: 10px 20px;
  }
}
#header #branding {
  z-index: 2;
}
#header .logo {
  width: 130px;
  height: auto;
  transition: all 0.3s ease;
}
#header .logo.active path {
  fill: #F5F5E8;
}
#header .visit-button {
  display: none;
}

@media only screen and (max-width: 1100px) {
  #header .logo {
    width: 100px;
  }
  #header .menu-container .menu-left,
  #header .menu-container .menu-right {
    display: none;
  }
  #header .visit-button {
    display: block;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 22px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 12px;
    z-index: 2;
  }
}
.menu-icon {
  display: none;
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 26px;
  z-index: 2;
}

.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 2px;
  background-color: #424A40;
  margin: 6px 0;
  transition: 0.4s;
}

.active .bar1, .active .bar2, .active .bar3 {
  background-color: #F5F5E8;
}
.active .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}
.active .bar2 {
  opacity: 0;
}
.active .bar3 {
  transform: rotate(45deg) translate(-5px, -5px);
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #876652;
  display: none;
  z-index: 1;
}
.overlay-menu.active {
  display: block;
}
.overlay-menu nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding-left: 40px;
  padding-top: 40px;
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay-menu li {
  margin-bottom: 20px;
  text-align: left;
}
.overlay-menu a {
  color: white;
  text-decoration: none;
  font-size: 30px;
  line-height: 1;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1100px) {
  .menu-icon,
  .donate-button {
    display: block;
  }
}
.page-container {
  padding: 100px 0 0;
}
@media only screen and (max-width: 1100px) {
  .page-container {
    padding: 70px 0 0;
  }
}

/* home banner */
.home-banner-section {
  margin-bottom: 0 !important;
}

.slick-initialized .slick-slide {
  font-size: 0;
}

.home-banner {
  font-size: 0;
  height: 600px;
  color: var(--White, #fff);
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .home-banner {
    height: 500px;
  }
}
@media only screen and (max-width: 760px) {
  .home-banner {
    height: 660px;
  }
}
.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 600px;
  background: linear-gradient(90deg, rgba(66, 74, 64, 0.75) 0%, rgba(66, 74, 64, 0) 100%);
  z-index: 0;
}
@media only screen and (max-width: 1300px) {
  .home-banner::after {
    height: 500px;
  }
}
@media only screen and (max-width: 760px) {
  .home-banner::after {
    background: none;
  }
}
.home-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .home-banner .banner-image {
    height: 50%;
  }
}
.home-banner .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  .home-banner .wrapper {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.home-banner .wrapper .container {
  z-index: 1;
  max-width: 450px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}
@media only screen and (max-width: 760px) {
  .home-banner .wrapper .container {
    width: 100%;
    height: 330px;
    background: #878C80;
    display: block;
    max-width: 100%;
    gap: 0;
    bottom: 0;
    position: absolute;
    padding: 25px 20px;
  }
}
.home-banner .wrapper .container h1, .home-banner .wrapper .container .h1 {
  color: #fff;
}
@media only screen and (max-width: 760px) {
  .home-banner .wrapper .container h1, .home-banner .wrapper .container .h1 {
    margin-bottom: 20px;
  }
}
.home-banner .wrapper .container p {
  color: #fff;
  text-align: center;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 760px) {
  .home-banner .wrapper .container p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
}

.slick-dots {
  bottom: 30px !important;
}
.slick-dots li button:before {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F5F5E8;
  font-size: 11px !important;
  opacity: 1 !important;
  color: transparent !important;
}
.slick-dots li.slick-active button:before {
  color: #F5F5E8 !important;
}

.home-bar {
  width: 100%;
  height: auto;
  background: #424A40;
  padding: 15px 0;
  text-align: center;
}
.home-bar p {
  color: #F5F5E8;
}
.home-bar p span {
  text-transform: uppercase;
  padding-right: 10px;
}

.home-boxes {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 1040px) {
  .home-boxes {
    display: block;
    padding: 0 0 50px;
  }
}
.home-boxes .one-box {
  width: 33.333%;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1040px) {
  .home-boxes .one-box {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.home-boxes .one-box.push {
  margin-top: 50px;
}
@media only screen and (max-width: 1040px) {
  .home-boxes .one-box.push {
    margin-top: 0;
  }
}
.home-boxes .one-box .image-container {
  width: 100%;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .home-boxes .one-box .image-container {
    height: 280px;
  }
}
.home-boxes .one-box .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-boxes .one-box .image-container h3 {
  color: #F5F5E8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 1040px) {
  .home-boxes .one-box p {
    margin: 20px 0 15px;
  }
}

.events-section {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .events-section {
    flex-direction: column;
  }
}
.events-section .events-text {
  width: 30%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .events-section .events-text {
    width: 100%;
  }
}
.events-section .events-slider {
  width: 70%;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .events-section .events-slider {
    width: 100%;
  }
}
.events-section .events-slider .event-slide {
  width: 40%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: wrap;
  padding-bottom: 40px;
  padding-right: 40px;
  min-width: 400px;
}
@media only screen and (max-width: 1100px) {
  .events-section .events-slider .event-slide {
    min-width: 240px;
    padding-right: 20px;
  }
}
.events-section .events-slider .event-slide .image-container {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0;
}
.events-section .events-slider .event-slide .image-container img {
  width: 100%;
  height: auto;
}
.events-section .events-slider .event-slide .image-container .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #635E42;
  color: #F5F5E8;
  padding: 10px 20px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  .events-section .events-slider .event-slide .image-container .event-date {
    font-size: 12px;
  }
}
.events-section .events-slider .event-slide .image-container .event-date span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .events-section .events-slider .event-slide .image-container .event-date .day {
    display: none;
  }
}
.events-section .events-slider .event-slide .image-container .event-date .number {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.events-section .events-slider .event-slide .event-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px;
}
.events-section .events-slider .event-slide .event-info a {
  text-decoration: none;
  color: inherit;
}

.smaller-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.full-image {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0;
  padding: 50px 0 0;
}
.full-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 760px) {
  .full-image {
    padding: 30px 0;
  }
}

.multiply-image {
  mix-blend-mode: multiply;
}

.usp-section {
  padding: 100px 0 0;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .usp-section {
    padding: 20px 0;
  }
}
.usp-section .usp-icons {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1000px) {
  .usp-section .usp-icons {
    display: block;
    text-align: center;
    font-size: 0;
  }
}
.usp-section .usp-icons .usp-icon {
  width: 20%;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .usp-section .usp-icons .usp-icon {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px;
    width: 25%;
  }
}
@media only screen and (max-width: 760px) {
  .usp-section .usp-icons .usp-icon {
    width: 33.33%;
  }
}
.usp-section .usp-icons .usp-icon a {
  text-decoration: none;
}
.usp-section .usp-icons .usp-icon img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 760px) {
  .usp-section .usp-icons .usp-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .usp-section .usp-icons .usp-icon h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.image-and-text-section {
  padding: 100px 0 0;
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1000px) {
  .image-and-text-section {
    flex-direction: column;
    padding: 0;
    gap: 60px;
    order: 1;
  }
}
.image-and-text-section .image-container {
  flex: 1;
  width: 50%;
  height: auto;
  position: relative;
  font-size: 0;
}
.image-and-text-section .image-container .map-container {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}
.image-and-text-section .image-container .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-and-text-section .image-container img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  .image-and-text-section .image-container {
    width: 100%;
    text-align: center;
  }
  .image-and-text-section .image-container img {
    max-width: 600px;
  }
}
.image-and-text-section .text-col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media only screen and (max-width: 1000px) {
  .image-and-text-section .text-col {
    width: 100%;
    order: 2;
    margin-bottom: 60px;
  }
}
.image-and-text-section .text-col.align-top {
  align-items: flex-start;
}
.image-and-text-section .text-col .text-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  flex-direction: column;
  z-index: 1;
  max-width: 460px;
  width: 100%;
}
.image-and-text-section .text-col .text-container.push {
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .image-and-text-section .text-col .text-container.push {
    padding-top: 0;
  }
}
.image-and-text-section .text-col .text-container .push {
  padding-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .image-and-text-section .text-col .text-container .push {
    padding-top: 30px;
  }
}
.image-and-text-section .text-col .text-container a:not(.btn) {
  text-decoration: underline;
  cursor: pointer;
  color: #424A40 !important;
}
.image-and-text-section .text-col .text-container img {
  max-width: 100%;
  height: auto;
}

.blocks-section {
  padding: 100px 0 0;
  display: flex;
}
@media only screen and (max-width: 760px) {
  .blocks-section {
    padding: 60px 0;
    flex-direction: column;
  }
}
.blocks-section .block {
  width: 50%;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 450px;
  justify-content: center;
  padding: 0 !important;
}
@media only screen and (max-width: 760px) {
  .blocks-section .block {
    width: 100%;
    height: 360px;
  }
}
.blocks-section .block .text-container {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}
.blocks-section .block .text-container.left {
  align-items: center;
}
.blocks-section .block .text-container p {
  font-size: 16px;
  line-height: 20.8px;
  /* 130% */
}
.blocks-section .block .text-container p.small {
  font-size: 12px;
  line-height: 120%;
}
.blocks-section .block .text-container .btn {
  margin-top: 5px;
}
.blocks-section .block .image-container {
  height: auto;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}
@media only screen and (max-width: 760px) {
  .blocks-section .block .image-container {
    height: 360px;
  }
}
.blocks-section .block .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.map-section {
  padding: 100px 0 0;
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .map-section {
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }
}
.map-section .map-container {
  width: 50%;
  position: relative;
  font-size: 0;
  background-color: #F5F5E8;
}
.map-section .map-container img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .map-section .map-container {
    width: 100%;
    order: 2;
  }
}
.map-section .text-container {
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .map-section .text-container {
    width: 100%;
    order: 1;
  }
}
.map-section .text-container p {
  color: #878C80;
}

.label {
  color: #424A40 !important;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  /* 118.182% */
}
.label .label-icon {
  padding-top: 10px !important;
  vertical-align: bottom;
  padding-right: 5px;
  display: inline-block;
}

.accordions {
  width: 100%;
  margin-top: 20px;
}
.accordions .accordion {
  border-top: 1px solid #635E42;
  width: 100%;
}
.accordions .accordion.active .accordion-header:after {
  content: url("images/minus.svg");
  line-height: 12px;
}
.accordions .accordion.active .accordion-content {
  display: block;
}
.accordions .accordion .accordion-header {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
.accordions .accordion .accordion-header h3 {
  color: #424A40 !important;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  /* 118.182% */
  display: inline-block;
  transition: all 0.3s ease;
}
.accordions .accordion .accordion-header:after {
  content: url("images/plus.svg");
  float: right;
  font-size: 22px;
  line-height: 26px;
}
.accordions .accordion .accordion-content {
  display: none;
  padding: 0 0 20px;
  width: 100%;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20.8px;
}
.accordions .accordion .accordion-content > :first-child {
  margin-top: 0;
}
.accordions .accordion .accordion-content p {
  margin-top: 25px;
}
.accordions .accordion .accordion-content p a {
  text-decoration: underline;
  cursor: pointer;
  color: #424A40;
}

.shop-sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 50px auto 0;
  padding: 40px 0;
  border-top: 1px solid #C9C4B5;
}
@media only screen and (max-width: 1000px) {
  .shop-sub-menu {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 760px) {
  .shop-sub-menu {
    margin-top: 20px;
  }
}
.shop-sub-menu ul {
  display: flex;
  gap: 40px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .shop-sub-menu ul {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .shop-sub-menu ul li {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.shop-sub-menu ul li a {
  color: #878C80;
  text-decoration: none;
}
.shop-sub-menu ul li a.active {
  color: #424A40;
}

.shop-archive {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1000px) {
  .shop-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.shop-archive .shop-post {
  width: 100%;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .shop-archive .shop-post h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .shop-archive .shop-post p {
    font-size: 14px;
  }
}
.shop-archive .shop-post .featured-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
}
.shop-archive .shop-post .featured-image:hover img {
  transform: scale(1.1);
}
.shop-archive .shop-post .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.shop-archive .shop-post a {
  text-decoration: none;
}

.restaurant-archive {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 1000px) {
  .restaurant-archive {
    gap: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .restaurant-archive {
    padding: 30px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.restaurant-archive .restaurant-post {
  width: 100%;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .restaurant-archive .restaurant-post h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .restaurant-archive .restaurant-post p {
    font-size: 14px;
  }
}
.restaurant-archive .restaurant-post .featured-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
}
.restaurant-archive .restaurant-post .featured-image:hover img {
  transform: scale(1.1);
}
.restaurant-archive .restaurant-post .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.restaurant-archive .restaurant-post p {
  max-width: 450px;
}
.restaurant-archive .restaurant-post a {
  text-decoration: none;
}

.event-archive {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 1000px) {
  .event-archive {
    gap: 40px;
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 760px) {
  .event-archive {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event-archive .event-post {
  width: 100%;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
  padding-top: 150px;
}
.event-archive .event-post:nth-child(odd) {
  padding-top: 0;
}
@media only screen and (max-width: 760px) {
  .event-archive .event-post {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 760px) {
  .event-archive .event-post h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .event-archive .event-post p {
    font-size: 14px;
  }
}
.event-archive .event-post .featured-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
}
.event-archive .event-post .featured-image:hover img {
  transform: scale(1.1);
}
.event-archive .event-post .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.event-archive .event-post .featured-image .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #635E42;
  color: #F5F5E8;
  padding: 10px 20px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  .event-archive .event-post .featured-image .event-date {
    font-size: 12px;
  }
}
.event-archive .event-post .featured-image .event-date span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.event-archive .event-post .featured-image .event-date .number {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.event-archive .event-post p {
  max-width: 450px;
}
.event-archive .event-post a {
  text-decoration: none;
}

.news-archive {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 1000px) {
  .news-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding: 60px 0;
  }
}
.news-archive .news-post {
  width: 100%;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .news-archive .news-post h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .news-archive .news-post p {
    font-size: 14px;
  }
}
.news-archive .news-post .featured-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.news-archive .news-post .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.news-archive .news-post p {
  max-width: 450px;
}
.news-archive .news-post a {
  text-decoration: none;
}

.page-banner {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .page-banner {
    height: auto;
  }
}
.page-banner .container {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-banner .container {
    flex-direction: column;
  }
}
.page-banner .container .page-banner-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  margin-top: 100px;
  padding-right: 100px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-banner .container .page-banner-text {
    width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .page-banner .container .page-banner-text {
    padding-right: 30px;
  }
}
.page-banner .container .page-banner-text p {
  max-width: 500px;
}
.page-banner .container .page-banner-image {
  position: relative;
  height: 0;
  width: 50%;
  height: 500px;
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page-banner .container .page-banner-image {
    width: 100%;
    height: 400px;
    margin-top: -100px;
    top: 160px;
  }
}
.page-banner .container .page-banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.page-banner .container .page-banner-image .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F5E8;
  color: #635E42;
  padding: 10px 20px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  .page-banner .container .page-banner-image .event-date {
    font-size: 12px;
  }
}
.page-banner .container .page-banner-image .event-date span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.page-banner .container .page-banner-image .event-date .number {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.shop-single-content {
  padding: 250px 0 50px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .shop-single-content {
    padding: 220px 0 60px;
  }
}
.shop-single-content p {
  margin-top: 20px;
}

.shop-info {
  padding: 100px 0;
  display: flex;
  gap: 100px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .shop-info {
    flex-direction: column;
    padding: 0;
    gap: 60px;
    order: 1;
  }
}
.shop-info .shop-image {
  width: 50%;
  height: 500px;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.shop-info .shop-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  .shop-info .shop-image {
    width: 100%;
    text-align: center;
    height: 350px;
  }
  .shop-info .shop-image img {
    margin: 0 auto;
  }
}
.shop-info .shop-details {
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .shop-info .shop-details {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
}
.shop-info .shop-details p {
  color: #878C80;
}
.shop-info .shop-details .label {
  color: #424A40;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  /* 118.182% */
}

.event-single {
  padding: 200px 0 150px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 760px) {
  .event-single {
    padding: 200px 0 50px;
    flex-direction: column;
  }
}
.event-single .event-single-content {
  width: 50%;
}
@media only screen and (max-width: 760px) {
  .event-single .event-single-content {
    width: 100%;
  }
}
.event-single .event-single-content > :first-child {
  margin-top: 0;
}
.event-single .event-single-content p,
.event-single .event-single-content h2,
.event-single .event-single-content h3,
.event-single .event-single-content h4,
.event-single .event-single-content ul,
.event-single .event-single-content ol {
  max-width: 560px;
  margin-top: 25px;
}
.event-single .event-single-content a:not(.wp-block-button__link) {
  text-decoration: underline;
  cursor: pointer;
  color: #424A40 !important;
}
.event-single .event-single-content ul {
  margin-top: 25px;
}
.event-single .event-single-content ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 15px;
}
.event-single .event-single-content ol {
  margin-top: 25px;
}
.event-single .event-single-content ol li {
  list-style-type: decimal;
  margin-left: 20px;
  margin-top: 15px;
}
.event-single .event-single-content .wp-block-button {
  margin-top: 25px;
}
.event-single .event-single-content .wp-block-image {
  margin: 60px 0;
  margin-left: -25%;
}
.event-single .event-info {
  display: flex;
  width: 50%;
  align-items: flex-start;
}
@media only screen and (max-width: 760px) {
  .event-single .event-info {
    width: 100%;
  }
}
.event-single .event-info .text-container {
  border-top: 1px solid #C9C4B5;
  width: 320px;
}
@media only screen and (max-width: 760px) {
  .event-single .event-info .text-container {
    width: 100%;
    border-top: 0;
    padding-bottom: 30px;
  }
}
.event-single .event-info .text-container .eyebrow {
  margin-top: 15px;
  display: inline-block;
}
.event-single .event-info .text-container p {
  margin-top: 5px;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
}
.event-single .event-info .text-container .btn {
  margin-top: 25px;
}

.article-single {
  padding: 100px 0 100px;
  width: 100%;
  display: block;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .article-single {
    padding: 40px 0;
  }
}
.article-single h1 {
  margin-bottom: 45px;
}
.article-single .article-thumbnail {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
  margin: 60px 0;
}
@media only screen and (max-width: 760px) {
  .article-single .article-thumbnail {
    margin: 30px 0;
  }
}
.article-single .article-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.article-single .article-single-content {
  width: 100%;
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}
.article-single .article-single-content > :first-child {
  margin-top: 0;
}
.article-single .article-single-content h2 {
  margin-top: 45px;
}
.article-single .article-single-content p,
.article-single .article-single-content h3,
.article-single .article-single-content h4 {
  margin-top: 25px;
}
.article-single .article-single-content a:not(.wp-block-button__link) {
  text-decoration: underline;
  cursor: pointer;
  color: #424A40 !important;
}
.article-single .article-single-content ul {
  margin-top: 25px;
}
.article-single .article-single-content ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 15px;
}
.article-single .article-single-content ol {
  margin-top: 25px;
}
.article-single .article-single-content ol li {
  list-style-type: decimal;
  margin-left: 20px;
  margin-top: 15px;
}
.article-single .article-single-content .wp-block-image {
  margin: 60px 0;
  width: 100%;
}
.article-single .article-single-content .wp-block-button {
  margin-top: 25px;
}

#footer {
  background: #424A40;
  padding: 200px 0 50px;
}
@media only screen and (max-width: 760px) {
  #footer {
    padding: 140px 0 50px;
  }
}
#footer .footer-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  #footer .footer-container {
    flex-direction: column;
  }
}
#footer .footer-container .footer-logo {
  width: 25%;
  height: auto;
}
@media only screen and (max-width: 760px) {
  #footer .footer-container .footer-logo {
    width: 100%;
    text-align: center;
  }
}
#footer .footer-container .footer-logo .logo {
  width: 190px;
  height: auto;
}
#footer .footer-container .footer-menu {
  display: flex;
  width: 25%;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  #footer .footer-container .footer-menu {
    width: 100%;
  }
}
#footer .footer-container .footer-menu h4 {
  color: #C9C4B5;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#footer .footer-container .footer-menu ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px;
}
#footer .footer-container .footer-menu ul li {
  color: #F5F5E8;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  /* 122.222% */
}
#footer .footer-container .footer-menu ul li a {
  color: #F5F5E8;
  text-decoration: none;
}
#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media only screen and (max-width: 760px) {
  #footer .footer-bottom {
    flex-direction: column;
  }
}
#footer .footer-bottom a,
#footer .footer-bottom span {
  color: #C9C4B5;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .footer-bottom .social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  #footer .footer-bottom .social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#footer .footer-bottom .footer-legal {
  display: flex;
  gap: 40px;
  align-items: center;
}

.instagram-section {
  margin-bottom: -150px;
}

.is-animatable {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.is-animatable.is-animated {
  opacity: 1;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translate3d(0, 0, 0);
}

body #CybotCookiebotDialog *, body #CybotCookiebotDialogBodyUnderlay * {
  font-size: 14px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

.cmApp_embedFormContainer {
  margin: 0 auto !important;
  width: 100% !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer .cmApp_fieldWrap {
  margin-top: 0 !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer input[type=email], .cmApp_embedFormContainer .cmApp_signupContainer input[type=text] {
  padding: 10px !important;
  margin-right: 10px !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent !important;
  border: solid 1px #F5F5E8 !important;
  color: #F5F5E8 !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  width: 100% !important;
  border-radius: 4px !important;
  height: 42px !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer input::-moz-placeholder {
  color: #F5F5E8;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer input::placeholder {
  color: #F5F5E8;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer div input[type=submit] {
  color: #424A40 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  border-radius: 4px !important;
  border: 1px solid #F5F5E8 !important;
  background: #F5F5E8 !important;
  display: inline-flex !important;
  padding: 10px 40px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  height: 42px !important;
}
.cmApp_embedFormContainer .cmApp_signupContainer div input[type=submit]:hover {
  background: transparent !important;
  color: #F5F5E8 !important;
}