:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Playfair Display, sans-serif;
}

.heading {
  color: #7567f8;
  text-align: center;
  text-decoration: underline;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button, .button-2 {
  background-color: #000;
}

.counter, .heading-2 {
  color: #eec4f0;
}

.heading-3, .heading-4, .heading-5 {
  color: #eaaaec;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.section_contact-modal1 {
  position: relative;
}

.pop-overlay {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: .75rem 1.5rem;
}

.button-3.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-3.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.contact-modal1_content-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.error-text {
  color: #e23939;
}

.text-size-medium {
  margin-top: 40%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.form-input.is-text-area {
  border-color: #fff;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.success-text {
  font-weight: 600;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  opacity: 1;
}

.margin-bottom.margin-small {
  margin-bottom: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.show-mobile-landscape {
  display: none;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.padding-section-large {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  display: block;
}

.section {
  margin-top: 152px;
}

.div-block-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.link {
  color: #7567f8;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: #7567f8;
}

.link-arrow {
  color: #7567f8;
  text-align: left;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #7567f8;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.link-arrow2 {
  color: #7567f8;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.link-3 {
  color: #7567f8;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.arrow-link3 {
  color: #7567f8;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.main-s {
  background-color: #1c1d22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrapped {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  overflow: visible;
}

.heading-6 {
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
}

.circle_1 {
  z-index: 1;
  filter: blur(200px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle_2 {
  z-index: 3;
  filter: blur(250px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle_3 {
  z-index: 2;
  filter: blur(250px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 25vw;
  height: 40vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.circle_4 {
  z-index: 2;
  filter: blur(200px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 25vw;
  height: 40vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-4 {
  z-index: 99;
  position: relative;
}

.section-2 {
  background-color: #333;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.wrapped-text {
  position: absolute;
}

.heading-7 {
  z-index: 99;
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  position: relative;
}

.circle_5 {
  z-index: 1;
  filter: blur(200px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle_6 {
  z-index: 2;
  filter: blur(250px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle_7 {
  z-index: 2;
  filter: blur(250px);
  background-color: #7567f8;
  border-radius: 100%;
  width: 35vw;
  height: 40vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-8 {
  color: #fff;
}

.text-span {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 57%, #7567f8 58%, #7567f8);
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  line-height: 6rem;
}

.custom-underline {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 55%, #433b8d 57%, #7567f8);
}

.section-white {
  height: 100vh;
}

.wave-break {
  background-color: #fff;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 30vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  position: absolute;
}

.div-block-6 {
  background-color: #fff;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_tablet-menu-button {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_component {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_dropdown-link {
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar3_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px;
  position: absolute;
}

.section_header1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header1_component {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr;
  grid-template-columns: .5fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  margin-right: -54px;
  padding-bottom: 0;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header1_image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  max-width: 100%;
  margin-top: 20%;
  font-size: 20px;
  display: block;
}

.gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.section_centered-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.deviderline {
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  width: .5rem;
  height: 5rem;
}

.heading-10 {
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  white-space: break-spaces;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: Ovo, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
  text-decoration: none;
  display: block;
  position: static;
  overflow: auto;
}

.heading-11 {
  color: #b0881e;
  text-align: center;
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
}

.padding-section-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 7rem;
  display: flex;
}

.section_gallery10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery10_image {
  text-align: left;
  border-radius: 20px;
  display: inline-block;
}

.text-align-center-2 {
  text-align: center;
}

.gallery10_lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.gallery10_component {
  column-count: 3;
  column-gap: 2rem;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_tabs-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #fff;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout28_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.section_layout28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout28_lightbox-image {
  object-fit: cover;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-family: Ovo, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout48_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout48_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-12 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-weight-semibold {
  font-family: Ovo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer4_logo-link {
  padding-left: 0;
}

.footer4_credit-text {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: .875rem;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 1px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.heading-13 {
  text-transform: uppercase;
  font-family: Ovo, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.image-2, .image-3, .image-4 {
  border-radius: 20px;
  max-width: 80%;
}

.link-4, .link-5 {
  color: #fff;
}

.text-block {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  padding-top: 25px;
  font-family: Ovo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.body-2 {
  color: #574c4c;
  background-color: #000;
}

.lottie-animation, .lottie-animation-2 {
  width: 500px;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.body-3 {
  color: #fff;
  background-color: #333;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-4 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.div-block-7 {
  background-color: #918d8d;
  height: 3px;
  margin-bottom: 10px;
}

.divider-line {
  background-color: #6d6767;
  height: 3px;
  margin-bottom: 10px;
}

.div-block-8 {
  background-color: #726b6b;
  height: 3px;
  margin-bottom: 10px;
}

.body-4 {
  color: #fff;
  background-color: #000;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-9 {
  width: 50%;
}

.heading-14 {
  text-align: center;
}

.body-5 {
  color: #fff;
  background-color: #000;
}

.section-5 {
  height: 100vh;
}

.container-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.collection-item {
  border: 1px solid #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-15, .paragraph-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.rich-text-block {
  font-size: 25px;
  font-weight: 700;
}

.div-block-10 {
  margin-top: 1rem;
  padding-left: 1rem;
}

.rich-text-block-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.section_centered-text--gpt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 20px;
}

.body-6 {
  background-color: #000;
}

.field-label-2, .field-label-3, .field-label-4 {
  color: #fff;
}

.list {
  text-align: left;
  margin-left: -30px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
  top: 37%;
  bottom: -59%;
  left: 0%;
  right: 0%;
}

.list-2 {
  z-index: 0;
  border-radius: 0;
  margin-left: -20px;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
  left: -32px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.button-5 {
  float: none;
  opacity: 1;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #b0881e;
  font-family: Ovo, sans-serif;
  text-decoration: none;
}

.button-5:hover {
  mix-blend-mode: normal;
  background-color: #dca000;
}

.div-block-11 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  height: 2px;
}

.list-3 {
  margin-left: -50px;
  padding-left: 0;
  position: static;
  left: -40px;
}

@media screen and (max-width: 991px) {
  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon3_line-top, .menu-icon3_line-bottom {
    background-color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon3_line-middle {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .header1_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

  .layout28_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .layout48_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .pop-overlay {
    align-items: flex-start;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .button-3.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-size-medium {
    margin-top: 10%;
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar3_menu {
    width: 90vw;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .header1_component {
    grid-row-gap: 0rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery3_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery10_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout48_component {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .pop-overlay {
    display: none;
  }

  .text-size-medium {
    margin-top: 10%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large.align-center, .padding-section-large {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header1_component {
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    margin-top: 0%;
  }

  .heading-10, .heading-11 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .layout28_component, .layout48_item-list, .layout48_component {
    grid-template-columns: 1fr;
  }

  .heading-12 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-weight-semibold {
    font-size: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_credit-text {
    font-size: .6rem;
    font-weight: 400;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 1rem;
  }

  .text-block {
    font-size: 1rem;
    line-height: 1rem;
  }

  .list {
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .div-block-11 {
    min-width: 220px;
  }
}

#w-node-_8d6293ec-5b34-746f-48bb-545e3ac874c7-95f3d549 {
  align-self: center;
  justify-self: auto;
}

#w-node-_230da674-f728-7d9f-a7a1-f488d2cc04c9-95f3d549 {
  align-self: center;
  justify-self: end;
}

#w-node-_8d6293ec-5b34-746f-48bb-545e3ac874d3-95f3d549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_184ce7ae-02ca-79f3-dbb5-70bd81c34c4d-95f3d549 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-dc560fdc-7c83-4521-04fc-91d1830c48cc-95f3d549 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bc29b0d2-e6e2-187b-8f82-8ef7b9ed8a96-95f3d549 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


