.rg-local-menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.rg-local-menu-button span,
.rg-local-menu-button::before,
.rg-local-menu-button::after {
  background: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 22px;
}

.rg-local-menu-button::before {
  transform: translateY(-7px);
}

.rg-local-menu-button::after {
  transform: translateY(7px);
}

.rg-local-menu {
  background: rgba(17, 17, 17, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  display: none;
  left: 16px;
  padding: 18px;
  position: fixed;
  right: 16px;
  top: 82px;
  z-index: 9999;
}

.rg-local-menu[data-open="true"] {
  display: grid;
  gap: 10px;
}

.rg-local-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 13px 4px;
  text-decoration: none;
}

.rg-local-menu a:last-child {
  border-bottom: 0;
}

.rg-local-form-message {
  border-radius: 10px;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 12px;
  padding: 12px 14px;
}

.rg-local-form-message[data-state="success"] {
  background: rgba(42, 143, 83, 0.22);
  border: 1px solid rgba(91, 214, 139, 0.4);
}

.rg-local-form-message[data-state="pending"] {
  background: rgba(197, 164, 109, 0.18);
  border: 1px solid rgba(197, 164, 109, 0.4);
}

.rg-local-form-message[data-state="error"] {
  background: rgba(163, 56, 56, 0.22);
  border: 1px solid rgba(255, 122, 122, 0.45);
}

.rg-local-calculator-result {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  margin-top: 18px;
  text-align: left;
}

.rg-local-calculator-result p {
  margin: 0 0 12px;
}

.rg-local-calculator-result strong {
  color: #c5a46d;
}

.rg-local-window-row {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  width: 100%;
}

.rg-local-window-row h3 {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}

.rg-local-auth-form {
  display: grid;
  gap: 12px;
  margin: 18px auto 0;
  max-width: 420px;
  width: calc(100% - 32px);
}

.rg-local-auth-form label {
  color: #fff;
  display: grid;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  gap: 6px;
}

.rg-local-auth-form input {
  appearance: none;
  background: rgb(235, 235, 235);
  border: 0;
  border-radius: 8px;
  color: #000;
  font: inherit;
  outline: none;
  padding: 14px 15px;
}

.rg-local-auth-form button {
  appearance: none;
  background: #000;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: 600 15px Inter, Arial, sans-serif;
  padding: 14px 15px;
}

.rg-local-faq-answer {
  color: #cbd5e1;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 14px;
}

.rg--slideshow-controls {
  z-index: 50 !important;
}

.rg--slideshow-controls button {
  position: relative !important;
  z-index: 51 !important;
}

.rg-local-slideshow-controls {
  inset: 20px 20px auto auto;
  pointer-events: none;
  position: absolute;
  z-index: 100;
}

.rg-local-slideshow-arrows {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.rg-local-slideshow-arrows button,
.rg-local-slideshow-dots button {
  align-items: center;
  background: rgba(17, 17, 17, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 700 18px Inter, Arial, sans-serif;
  height: 32px;
  justify-content: center;
  pointer-events: auto;
  width: 32px;
}

.rg-local-slideshow-dots {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
}

.rg-local-slideshow-dots button {
  height: 10px;
  width: 10px;
}

.rg-local-slideshow-dots button[aria-current="true"] {
  background: #c5a46d;
}

.rg-local-hero-switch {
  cursor: pointer !important;
}

.rg-local-hero-switch .rg-1eqwf77 {
  transition: transform 220ms ease;
}

[data-local-hero-state="off"] .rg-useoi1 {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[data-local-hero-state="off"] .rg-local-hero-switch .rg-1eqwf77 {
  transform: translateX(-40px) !important;
}

.rg-local-hero-enter-control {
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.rg-local-hero-enter-control * {
  opacity: 1 !important;
  transform: none !important;
}

.rg-xeu11p-container[data-local-hero-entered="true"] {
  display: none !important;
}
