@charset "UTF-8";
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
}

body {
  color: #231F20;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.5;
  font-weight: 400;
  font-family: "greycliff-hebrew-cf", "Roboto", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "greycliff-hebrew-cf", "Roboto Slab", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "greycliff-hebrew-cf", "Roboto", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ffc521;
}

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

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.site-logo {
  min-width: 150px;
}
.site-logo a {
  display: block;
  width: 100%;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  z-index: 99999;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  left: 20px;
  outline: 2px solid #ffcc00;
}

/*============================== Main Menu =========================*/
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #ffc521;
  line-height: 2;
  padding: 5px 10px;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #231F20;
}
ul#main-menu li.current-menu-item > a {
  color: #231F20;
}

/*============================== Sub Menu =========================*/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 250px;
  display: none;
  padding: 0;
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  padding: 10px;
  color: #231F20;
  margin-right: 2px;
  margin-left: 2px;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #ffc521;
}
ul#main-menu ul.sub-menu li:hover > a {
  color: #ffc521;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/*============================== General =========================*/
.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/****************************************************************
    COMING SOON PAGE (Figma "OP_temporary")
****************************************************************/
.coming-soon-page {
  margin: 0;
  background: #fff;
  background-image: linear-gradient(118.86deg, #fff 0.14%, #d9e0ed 65.64%);
  overflow-x: hidden;
}

.coming-soon-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  overflow: hidden;
}
.coming-soon-wrapper .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}

.coming-soon-bg-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: linear-gradient(118.86deg, #fff 0.14%, #d9e0ed 65.64%);
}
.coming-soon-bg-art img {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 110%;
  max-width: 100%;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.coming-soon-logo {
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 4%;
  width: 9.5rem;
}
.coming-soon-logo img {
  display: block;
  width: 100%;
}

.coming-soon-heading {
  font-family: "greycliff-hebrew-cf", "Roboto Slab", sans-serif;
  font-weight: 700;
  color: #2E307E;
  font-size: 5.6rem;
  line-height: 5rem;
  margin: 0;
}

/* Image trio — the Figma mask/clip shapes were only available as flattened
   exports (no vector mask path), so these are a CSS approximation of the
   circle/strips/arch silhouettes rather than an exact recreation. */
.coming-soon-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.7rem;
  position: relative;
}

.coming-soon-image {
  background-size: cover;
  background-position: center;
}

.coming-soon-image--circle {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}

.coming-soon-image--strips {
  display: flex;
  gap: 1rem;
}
.coming-soon-image--strips .coming-soon-strip {
  width: 2.7rem;
  height: 11.85rem;
  border-radius: 1.3rem;
  background-size: cover;
  background-position: center;
}

.coming-soon-image--arch {
  position: relative;
  width: 11.85rem;
  height: 11.85rem;
  border-radius: 0 120px;
}

.coming-soon-leaf-accent {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
}
.coming-soon-leaf-accent img {
  display: block;
  width: 100%;
}

.coming-soon-description {
  max-width: 38rem;
  font-family: "greycliff-hebrew-cf", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #231F20;
  margin: 0;
}

.coming-soon-badge-row {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.coming-soon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #20E7B9;
  color: #231F20;
  font-family: "greycliff-hebrew-cf", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0.6rem 1.6rem;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.coming-soon-badge:hover, .coming-soon-badge:focus {
  color: #231F20;
  background: #16C99F;
}
.coming-soon-badge img {
  width: 1.2rem;
  height: auto;
}

.coming-soon-badge--mobile {
  display: none;
}

.coming-soon-launching {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "greycliff-hebrew-cf", "Roboto Slab", sans-serif;
  font-weight: 700;
  color: #2E307E;
  font-size: 1.8rem;
  line-height: 1.8rem;
  white-space: nowrap;
}
.coming-soon-launching img {
  width: 1.44rem;
  height: 1.44rem;
  transform: rotate(-135deg);
}

.coming-soon-contact-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #2E307E;
  color: #fff;
  font-family: "greycliff-hebrew-cf", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0.2rem 1rem;
  border-radius: 4rem;
  max-width: 34rem;
  width: 100%;
}
.coming-soon-contact-strip a {
  color: #fff;
}
.coming-soon-contact-strip a:hover, .coming-soon-contact-strip a:focus {
  color: #20E7B9;
}

/* Edit Above Only*/
/* ==========================================================================
   Mobile-First Drawer Styles (Screens under 991px)
   ========================================================================== */
@media (max-width: 991px) {
  .site-navigation .main-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw; /* Width of your mobile menu drawer */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 100px 30px 40px;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-navigation.is-open .main-menu-drawer {
    transform: translateX(0);
  }
  .site-navigation .menu-items-list {
    flex-direction: column !important;
    padding: 0;
    margin: 0;
  }
  .site-navigation .menu-items-list a {
    color: white !important;
    text-align: center;
  }
  .site-navigation .menu-items-list li.current-menu-item > a {
    color: #ffc521 !important;
  }
  .site-navigation .menu-toggle {
    position: relative;
    z-index: 10000;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-navigation ul#main-menu ul.sub-menu {
    position: relative;
  }
  .site-navigation ul#main-menu ul.sub-menu li {
    background: transparent;
    text-align: center;
    padding: 10px 0;
  }
  .site-navigation ul#main-menu ul.sub-menu li a {
    text-align: center;
  }
  .site-navigation ul#main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
}
/* ==========================================================================
   Desktop Responsive Overrides (Screens 960px and Up)
   ========================================================================== */
@media (min-width: 991px) {
  .menu-toggle {
    display: none;
  }
  .main-menu-drawer {
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    transform: none; /* Disables the mobile off-screen slide position */
  }
  .menu-items-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    list-style: none;
  }
  .menu-items-list a {
    color: #333333;
    font-size: 1rem;
  }
}
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span.hamburger-bar {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffc521;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span.hamburger-bar:nth-child(2) {
  top: 5px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(3) {
  top: 16px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(4) {
  top: 27px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(2) {
  top: 16px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(3) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(4) {
  top: 16px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #231F20;
}
ul#mobile-menu > li {
  border-bottom: 1px solid #ffc521;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #ffc521;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1540px) {
  html {
    font-size: 18px;
  }
}
/* end of (max-width: 1540px) */
/****************************************************************************************************************/
/* end of (max-width: 1200px) */
/****************************************************************************************************************/
/* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .coming-soon-wrapper {
    padding-top: 6rem;
  }
  .coming-soon-logo {
    top: 1.5rem;
    right: 1.5rem;
    width: 4.5rem;
  }
  .coming-soon-heading {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .coming-soon-images {
    gap: 1rem;
  }
  .coming-soon-image--circle {
    width: 7rem;
    height: 7rem;
  }
  .coming-soon-image--arch {
    width: 8.5rem;
    height: 7rem;
  }
  .coming-soon-image--strips,
  .coming-soon-leaf-accent {
    display: none;
  }
  .coming-soon-launching {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .coming-soon-launching img {
    transform: rotate(135deg);
  }
  .coming-soon-badge--desktop {
    display: none;
  }
  .coming-soon-badge--mobile {
    display: flex;
  }
  .coming-soon-contact-strip {
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem;
    border-radius: 0.4rem;
    max-width: 100%;
  }
  .coming-soon-contact-sep {
    display: none;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 576px) {
  .coming-soon-badge-row {
    flex-direction: column;
    gap: 0.8rem;
  }
  .coming-soon-badge,
  .coming-soon-launching {
    white-space: normal;
  }
} /* end of (max-width: 576px) */
/****************************************************************************************************************/
/* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */