@import url("https://use.typekit.net/crc5zvg.css");
.custom-image > div {
  height: 100%;
}
.custom-image img, .custom-image iframe {
  position: absolute !important;
  width: 50vw !important;
  max-width: none !important;
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .custom-image img, .custom-image iframe {
    position: relative !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-image iframe {
    height: 300px !important;
  }
}
.custom-image-left img, .custom-image-left iframe {
  right: 0 !important;
  left: auto !important;
}
.custom-image-right img, .custom-image-right iframe {
  right: auto !important;
  left: 0 !important;
}
.custom-image-width a {
  width: 100%;
}
.custom-image-width img, .custom-image-width iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.elementor-swiper-button {
  top: calc(100% + 25px) !important;
  color: #C2AD8D !important;
}
.elementor-swiper-button-prev {
  right: 180px !important;
  left: unset !important;
}
.elementor-swiper-button-next {
  right: 150px !important;
}

.mobile-nav {
  background-color: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100vh;
  right: -450px;
  z-index: 98;
  transition: 0.8s;
}
.mobile-nav-active {
  right: 0;
}
.mobile-nav .main-menu {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: center;
}
.mobile-nav .main-menu li {
  line-height: 1.2em;
}
.mobile-nav .main-menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.mobile-nav .main-menu .menu-item {
  font-size: 16px;
  font-family: "paralucent", sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
.mobile-nav .main-menu .current-menu-item a {
  color: #C2AD8D;
}

.menu-navigation-container {
  height: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0 0;
  background-color: transparent;
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-logo img {
  display: block;
  height: 65px;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.header-menu p {
  color: #C2AD8D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.header-nav {
  height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  right: 60px;
}
.header-nav .main-menu {
  text-transform: uppercase;
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}
.header-nav .main-menu .menu-item {
  font-size: 14px;
  font-family: "paralucent", sans-serif;
  font-weight: 200;
}
.header-nav .main-menu li {
  line-height: 1.2em;
}
.header-nav .main-menu li a {
  text-decoration: none;
  color: #C2AD8D;
  display: block;
}
.header-nav-active {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .header-nav {
    right: 40px;
  }
}

.header-icon {
  position: relative;
  pointer-events: all;
  width: 35px;
  cursor: pointer;
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .header-icon {
    display: block;
    margin-left: auto;
  }
}
.header-icon::after, .header-icon::before,
.header-icon div {
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.header-icon div {
  background: #C2AD8D;
}
.header-icon::after, .header-icon::before {
  content: "";
  background: #C2AD8D;
}
.menu-active .header-icon::before {
  transform: translateY(6px) rotate(135deg);
}
.menu-active .header-icon::after {
  transform: translateY(-6px) rotate(-135deg);
}
.menu-active .header-icon div {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.menu-active .header-icon::after, .menu-active .header-icon::before, .menu-active .header-icon div {
  height: 2px;
}

.footer a {
  color: #fff;
  transition: all 0.4s;
}
.footer a:hover {
  transition: all 0.4s;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "paralucent", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #fff;
}

.container {
  max-width: 100%;
  padding: 0 60px !important;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1660px) {
  .container {
    padding: 0 60px !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 40px !important;
    max-width: 100% !important;
  }
}

.page-wrapper {
  overflow: hidden;
}

.page-title {
  display: none;
}

a {
  text-decoration: none !important;
}

/*# sourceMappingURL=style.css.map */
