@charset "UTF-8";
/* Common Styles */
/*-----------------------------
* Responsive Breakpoints
* 783px + 			Tablet +
* 0px - 782px       Tablet
* 601px - 782px     SmartPhone - Tablet
* 601px +           SmartPhone +
* 0px - 600px       SmartPhone
------------------------------*/
* {
  box-sizing: border-box;
}

@keyframes smoothscroll1 {}
@keyframes smoothscroll2 {}
html {
  scroll-behavior: smooth;
}

html:focus-within {
  animation-name: smoothscroll2;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a, button {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

img {
  transition: box-shadow 0.3s ease;
}

pre {
  white-space: pre-wrap;
}

button {
  cursor: pointer;
}

main.wp-block-group {
  margin: 0;
}

.home .wp-block-query .wp-block-post-template a {
  text-decoration: none;
  color: currentColor;
}

.fixed {
  position: fixed;
}

.wp-block-post-featured-image a {
  vertical-align: middle;
  display: flex;
  width: 100%;
  height: 100%;
}
.wp-block-post-featured-image a img {
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-content,
.__inner-container {
  word-break: break-word;
}

h1.wp-block-site-title {
  line-height: revert;
}

.wp-site-blocks .wp-block-template-part {
  margin: 0;
}

.wp-block-columns.post-content {
  gap: 24px;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-post-comments .commentlist .comment {
  padding-left: 0;
}
.wp-block-post-comments #comments {
  margin-bottom: 1em;
}

.comment-form > * {
  margin: 1.5rem 0;
}
.comment-form textarea {
  resize: vertical;
}

/* Post Template*/
.wp-block-post-template .wp-block-post {
  overflow: hidden;
}
.wp-block-post-template .detail {
  word-wrap: break-word;
  margin-block-start: 0;
}
.wp-block-post-template .detail > * {
  margin-block-start: 0.5em;
}

[type=submit].wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
}

.no-image {
  width: 100%;
  height: 100%;
  display: flex;
  background: var(--wp--preset--color--tertiary);
}
.no-image svg {
  margin: auto;
  width: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  height: auto;
  stroke: var(--wp--preset--color--contrast);
}

.is-style-estate-hub-blocks-template-part-fixed {
  position: fixed;
  width: 100%;
  z-index: 20;
}

.is-style-estate-hub-blocks-template-part-sticky {
  position: sticky;
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  z-index: 20;
}

.wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-featured-image img:hover {
  transform: scale(1.05);
}

.has-custom-0-line-height {
  line-height: var(--wp--custom--line-height--0);
}

.has-custom-1-line-height {
  line-height: var(--wp--custom--line-height--1);
}

.has-custom-xs-line-height {
  line-height: var(--wp--custom--line-height--xs);
}

.has-custom-sm-line-height {
  line-height: var(--wp--custom--line-height--sm);
}

.has-custom-md-line-height {
  line-height: var(--wp--custom--line-height--md);
}

.has-custom-lg-line-height {
  line-height: var(--wp--custom--line-height--lg);
}

.has-custom-xl-line-height {
  line-height: var(--wp--custom--line-height--xl);
}

.has-custom-2-xl-line-height {
  line-height: var(--wp--custom--line-height--2-xl);
}

.has-custom-3-xl-line-height {
  line-height: var(--wp--custom--line-height--3-xl);
}

.border {
  border-width: calc(var(--wp--custom--border-width) * 1);
}

.border-2 {
  border-width: calc(var(--wp--custom--border-width) * 2);
}

.border-4 {
  border-width: calc(var(--wp--custom--border-width) * 4);
}

.border-8 {
  border-width: calc(var(--wp--custom--border-width) * 8);
}

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-dashed {
  border-style: dashed;
}

.border-double {
  border-style: double;
}

.rounded-none {
  border-radius: calc(var(--wp--custom--border-radius) * 0);
}

.rounded-sm {
  border-radius: calc(var(--wp--custom--border-radius) * 0.5);
}

.rounded {
  border-radius: calc(var(--wp--custom--border-radius) * 1);
}

.rounded-md {
  border-radius: calc(var(--wp--custom--border-radius) * 1.5);
}

.rounded-lg {
  border-radius: calc(var(--wp--custom--border-radius) * 2);
}

.rounded-xl {
  border-radius: calc(var(--wp--custom--border-radius) * 3);
}

.rounded-2xl {
  border-radius: calc(var(--wp--custom--border-radius) * 4);
}

.rounded-3xl {
  border-radius: calc(var(--wp--custom--border-radius) * 6);
}

.rounded-full {
  border-radius: 9999px;
}

.p-1 {
  padding: calc(var(--wp--custom--padding) * 1);
}

.p-2 {
  padding: calc(var(--wp--custom--padding) * 2);
}

.p-4 {
  padding: calc(var(--wp--custom--padding) * 4);
}

.p-6 {
  padding: calc(var(--wp--custom--padding) * 6);
}

.p-8 {
  padding: calc(var(--wp--custom--padding) * 8);
}

.px-1 {
  padding-left: calc(var(--wp--custom--padding) * 1);
  padding-right: calc(var(--wp--custom--padding) * 1);
}

.px-2 {
  padding-left: calc(var(--wp--custom--padding) * 2);
  padding-right: calc(var(--wp--custom--padding) * 2);
}

.px-4 {
  padding-left: calc(var(--wp--custom--padding) * 4);
  padding-right: calc(var(--wp--custom--padding) * 4);
}

.px-6 {
  padding-left: calc(var(--wp--custom--padding) * 6);
  padding-right: calc(var(--wp--custom--padding) * 6);
}

.px-8 {
  padding-left: calc(var(--wp--custom--padding) * 8);
  padding-right: calc(var(--wp--custom--padding) * 8);
}

.py-1 {
  padding-top: calc(var(--wp--custom--padding) * 1);
  padding-bottom: calc(var(--wp--custom--padding) * 1);
}

.py-2 {
  padding-top: calc(var(--wp--custom--padding) * 2);
  padding-bottom: calc(var(--wp--custom--padding) * 2);
}

.py-4 {
  padding-top: calc(var(--wp--custom--padding) * 4);
  padding-bottom: calc(var(--wp--custom--padding) * 4);
}

.py-6 {
  padding-top: calc(var(--wp--custom--padding) * 6);
  padding-bottom: calc(var(--wp--custom--padding) * 6);
}

.py-8 {
  padding-top: calc(var(--wp--custom--padding) * 8);
  padding-bottom: calc(var(--wp--custom--padding) * 8);
}

.pt-1 {
  padding-top: calc(var(--wp--custom--padding) * 1);
}

.pt-2 {
  padding-top: calc(var(--wp--custom--padding) * 2);
}

.pt-4 {
  padding-top: calc(var(--wp--custom--padding) * 4);
}

.pt-6 {
  padding-top: calc(var(--wp--custom--padding) * 6);
}

.pt-8 {
  padding-top: calc(var(--wp--custom--padding) * 8);
}

.pb-1 {
  padding-bottom: calc(var(--wp--custom--padding) * 1);
}

.pb-2 {
  padding-bottom: calc(var(--wp--custom--padding) * 2);
}

.pb-4 {
  padding-bottom: calc(var(--wp--custom--padding) * 4);
}

.pb-6 {
  padding-bottom: calc(var(--wp--custom--padding) * 6);
}

.pb-8 {
  padding-bottom: calc(var(--wp--custom--padding) * 8);
}

.pl-1 {
  padding-left: calc(var(--wp--custom--padding) * 1);
}

.pl-2 {
  padding-left: calc(var(--wp--custom--padding) * 2);
}

.pl-4 {
  padding-left: calc(var(--wp--custom--padding) * 4);
}

.pl-6 {
  padding-left: calc(var(--wp--custom--padding) * 6);
}

.pl-8 {
  padding-left: calc(var(--wp--custom--padding) * 8);
}

.pr-1 {
  padding-right: calc(var(--wp--custom--padding) * 1);
}

.pr-2 {
  padding-right: calc(var(--wp--custom--padding) * 2);
}

.pr-4 {
  padding-right: calc(var(--wp--custom--padding) * 4);
}

.pr-6 {
  padding-right: calc(var(--wp--custom--padding) * 6);
}

.pr-8 {
  padding-right: calc(var(--wp--custom--padding) * 8);
}

/*----- Margin */
.gap-1 {
  gap: calc(var(--wp--custom--gap) * 1);
}

.gap-2 {
  gap: calc(var(--wp--custom--gap) * 2);
}

.gap-4 {
  gap: calc(var(--wp--custom--gap) * 4);
}

.gap-6 {
  gap: calc(var(--wp--custom--gap) * 6);
}

.gap-8 {
  gap: calc(var(--wp--custom--gap) * 8);
}

.backdrop-blur-none {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.backdrop-blur-xl {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.backdrop-blur-2xl {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.backdrop-blur-3xl {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}

.hover\:backdrop-blur-none:hover {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.hover\:backdrop-blur-sm:hover {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.hover\:backdrop-blur:hover {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.hover\:backdrop-blur-md:hover {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.hover\:backdrop-blur-lg:hover {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.hover\:backdrop-blur-xl:hover {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.hover\:backdrop-blur-2xl:hover {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.hover\:backdrop-blur-3xl:hover {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}

.backdrop-opacity-0 {
  -webkit-backdrop-filter: opacity(0);
          backdrop-filter: opacity(0);
}

.backdrop-opacity-5 {
  -webkit-backdrop-filter: opacity(0.05);
          backdrop-filter: opacity(0.05);
}

.backdrop-opacity-10 {
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
}

.backdrop-opacity-20 {
  -webkit-backdrop-filter: opacity(0.2);
          backdrop-filter: opacity(0.2);
}

.backdrop-opacity-25 {
  -webkit-backdrop-filter: opacity(0.25);
          backdrop-filter: opacity(0.25);
}

.backdrop-opacity-30 {
  -webkit-backdrop-filter: opacity(0.3);
          backdrop-filter: opacity(0.3);
}

.backdrop-opacity-40 {
  -webkit-backdrop-filter: opacity(0.4);
          backdrop-filter: opacity(0.4);
}

.backdrop-opacity-50 {
  -webkit-backdrop-filter: opacity(0.5);
          backdrop-filter: opacity(0.5);
}

.backdrop-opacity-60 {
  -webkit-backdrop-filter: opacity(0.6);
          backdrop-filter: opacity(0.6);
}

.backdrop-opacity-70 {
  -webkit-backdrop-filter: opacity(0.7);
          backdrop-filter: opacity(0.7);
}

.backdrop-opacity-75 {
  -webkit-backdrop-filter: opacity(0.75);
          backdrop-filter: opacity(0.75);
}

.backdrop-opacity-80 {
  -webkit-backdrop-filter: opacity(0.8);
          backdrop-filter: opacity(0.8);
}

.backdrop-opacity-90 {
  -webkit-backdrop-filter: opacity(0.9);
          backdrop-filter: opacity(0.9);
}

.backdrop-opacity-95 {
  -webkit-backdrop-filter: opacity(0.95);
          backdrop-filter: opacity(0.95);
}

.backdrop-opacity-100 {
  -webkit-backdrop-filter: opacity(1);
          backdrop-filter: opacity(1);
}

.hover\:backdrop-opacity-0:hover {
  -webkit-backdrop-filter: opacity(0);
          backdrop-filter: opacity(0);
}

.hover\:backdrop-opacity-5:hover {
  -webkit-backdrop-filter: opacity(0.05);
          backdrop-filter: opacity(0.05);
}

.hover\:backdrop-opacity-10:hover {
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
}

.hover\:backdrop-opacity-20:hover {
  -webkit-backdrop-filter: opacity(0.2);
          backdrop-filter: opacity(0.2);
}

.hover\:backdrop-opacity-25:hover {
  -webkit-backdrop-filter: opacity(0.25);
          backdrop-filter: opacity(0.25);
}

.hover\:backdrop-opacity-30:hover {
  -webkit-backdrop-filter: opacity(0.3);
          backdrop-filter: opacity(0.3);
}

.hover\:backdrop-opacity-40:hover {
  -webkit-backdrop-filter: opacity(0.4);
          backdrop-filter: opacity(0.4);
}

.hover\:backdrop-opacity-50:hover {
  -webkit-backdrop-filter: opacity(0.5);
          backdrop-filter: opacity(0.5);
}

.hover\:backdrop-opacity-60:hover {
  -webkit-backdrop-filter: opacity(0.6);
          backdrop-filter: opacity(0.6);
}

.hover\:backdrop-opacity-70:hover {
  -webkit-backdrop-filter: opacity(0.7);
          backdrop-filter: opacity(0.7);
}

.hover\:backdrop-opacity-75:hover {
  -webkit-backdrop-filter: opacity(0.75);
          backdrop-filter: opacity(0.75);
}

.hover\:backdrop-opacity-80:hover {
  -webkit-backdrop-filter: opacity(0.8);
          backdrop-filter: opacity(0.8);
}

.hover\:backdrop-opacity-90:hover {
  -webkit-backdrop-filter: opacity(0.9);
          backdrop-filter: opacity(0.9);
}

.hover\:backdrop-opacity-95:hover {
  -webkit-backdrop-filter: opacity(0.95);
          backdrop-filter: opacity(0.95);
}

.hover\:backdrop-opacity-100:hover {
  -webkit-backdrop-filter: opacity(1);
          backdrop-filter: opacity(1);
}

.backdrop-sepia-0 {
  -webkit-backdrop-filter: sepia(0);
          backdrop-filter: sepia(0);
}

.backdrop-sepia {
  -webkit-backdrop-filter: sepia(100%);
          backdrop-filter: sepia(100%);
}

.hover\:backdrop-sepia-0:hover {
  -webkit-backdrop-filter: sepia(0);
          backdrop-filter: sepia(0);
}

.hover\:backdrop-sepia:hover {
  -webkit-backdrop-filter: sepia(100%);
          backdrop-filter: sepia(100%);
}

.backdrop-saturate-0 {
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
}

.backdrop-saturate-50 {
  -webkit-backdrop-filter: saturate(0.5);
          backdrop-filter: saturate(0.5);
}

.backdrop-saturate-100 {
  -webkit-backdrop-filter: saturate(1);
          backdrop-filter: saturate(1);
}

.backdrop-saturate-150 {
  -webkit-backdrop-filter: saturate(1.5);
          backdrop-filter: saturate(1.5);
}

.backdrop-saturate-200 {
  -webkit-backdrop-filter: saturate(2);
          backdrop-filter: saturate(2);
}

.hover\:backdrop-saturate-0:hover {
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
}

.hover\:backdrop-saturate-50:hover {
  -webkit-backdrop-filter: saturate(0.5);
          backdrop-filter: saturate(0.5);
}

.hover\:backdrop-saturate-100:hover {
  -webkit-backdrop-filter: saturate(1);
          backdrop-filter: saturate(1);
}

.hover\:backdrop-saturate-150:hover {
  -webkit-backdrop-filter: saturate(1.5);
          backdrop-filter: saturate(1.5);
}

.hover\:backdrop-saturate-200:hover {
  -webkit-backdrop-filter: saturate(2);
          backdrop-filter: saturate(2);
}

.backdrop-hue-rotate-0 {
  -webkit-backdrop-filter: hue-rotate(0deg);
          backdrop-filter: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  -webkit-backdrop-filter: hue-rotate(15deg);
          backdrop-filter: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  -webkit-backdrop-filter: hue-rotate(30deg);
          backdrop-filter: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  -webkit-backdrop-filter: hue-rotate(60deg);
          backdrop-filter: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  -webkit-backdrop-filter: hue-rotate(90deg);
          backdrop-filter: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  -webkit-backdrop-filter: hue-rotate(180deg);
          backdrop-filter: hue-rotate(180deg);
}

.hover\:backdrop-hue-rotate-0:hover {
  -webkit-backdrop-filter: hue-rotate(0deg);
          backdrop-filter: hue-rotate(0deg);
}

.hover\:backdrop-hue-rotate-15:hover {
  -webkit-backdrop-filter: hue-rotate(15deg);
          backdrop-filter: hue-rotate(15deg);
}

.hover\:backdrop-hue-rotate-30:hover {
  -webkit-backdrop-filter: hue-rotate(30deg);
          backdrop-filter: hue-rotate(30deg);
}

.hover\:backdrop-hue-rotate-60:hover {
  -webkit-backdrop-filter: hue-rotate(60deg);
          backdrop-filter: hue-rotate(60deg);
}

.hover\:backdrop-hue-rotate-90:hover {
  -webkit-backdrop-filter: hue-rotate(90deg);
          backdrop-filter: hue-rotate(90deg);
}

.hover\:backdrop-hue-rotate-180:hover {
  -webkit-backdrop-filter: hue-rotate(180deg);
          backdrop-filter: hue-rotate(180deg);
}

.backdrop-invert-0 {
  -webkit-backdrop-filter: invert(0);
          backdrop-filter: invert(0);
}

.backdrop-invert {
  -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%);
}

.hover\:backdrop-invert-0:hover {
  -webkit-backdrop-filter: invert(0);
          backdrop-filter: invert(0);
}

.hover\:backdrop-invert:hover {
  -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%);
}

.backdrop-brightness-0 {
  -webkit-backdrop-filter: brightness(0);
          backdrop-filter: brightness(0);
}

.backdrop-brightness-50 {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}

.backdrop-brightness-75 {
  -webkit-backdrop-filter: brightness(0.75);
          backdrop-filter: brightness(0.75);
}

.backdrop-brightness-90 {
  -webkit-backdrop-filter: brightness(0.9);
          backdrop-filter: brightness(0.9);
}

.backdrop-brightness-95 {
  -webkit-backdrop-filter: brightness(0.95);
          backdrop-filter: brightness(0.95);
}

.backdrop-brightness-100 {
  -webkit-backdrop-filter: brightness(1);
          backdrop-filter: brightness(1);
}

.backdrop-brightness-105 {
  -webkit-backdrop-filter: brightness(1.05);
          backdrop-filter: brightness(1.05);
}

.backdrop-brightness-110 {
  -webkit-backdrop-filter: brightness(1.1);
          backdrop-filter: brightness(1.1);
}

.backdrop-brightness-125 {
  -webkit-backdrop-filter: brightness(1.25);
          backdrop-filter: brightness(1.25);
}

.backdrop-brightness-150 {
  -webkit-backdrop-filter: brightness(1.5);
          backdrop-filter: brightness(1.5);
}

.backdrop-brightness-200 {
  -webkit-backdrop-filter: brightness(2);
          backdrop-filter: brightness(2);
}

.hover\:backdrop-brightness-0:hover {
  -webkit-backdrop-filter: brightness(0);
          backdrop-filter: brightness(0);
}

.hover\:backdrop-brightness-50:hover {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}

.hover\:backdrop-brightness-75:hover {
  -webkit-backdrop-filter: brightness(0.75);
          backdrop-filter: brightness(0.75);
}

.hover\:backdrop-brightness-90:hover {
  -webkit-backdrop-filter: brightness(0.9);
          backdrop-filter: brightness(0.9);
}

.hover\:backdrop-brightness-95:hover {
  -webkit-backdrop-filter: brightness(0.95);
          backdrop-filter: brightness(0.95);
}

.hover\:backdrop-brightness-100:hover {
  -webkit-backdrop-filter: brightness(1);
          backdrop-filter: brightness(1);
}

.hover\:backdrop-brightness-105:hover {
  -webkit-backdrop-filter: brightness(1.05);
          backdrop-filter: brightness(1.05);
}

.hover\:backdrop-brightness-110:hover {
  -webkit-backdrop-filter: brightness(1.1);
          backdrop-filter: brightness(1.1);
}

.hover\:backdrop-brightness-125:hover {
  -webkit-backdrop-filter: brightness(1.25);
          backdrop-filter: brightness(1.25);
}

.hover\:backdrop-brightness-150:hover {
  -webkit-backdrop-filter: brightness(1.5);
          backdrop-filter: brightness(1.5);
}

.hover\:backdrop-brightness-200:hover {
  -webkit-backdrop-filter: brightness(2);
          backdrop-filter: brightness(2);
}

.backdrop-contrast-0 {
  -webkit-backdrop-filter: contrast(0);
          backdrop-filter: contrast(0);
}

.backdrop-contrast-50 {
  -webkit-backdrop-filter: contrast(0.5);
          backdrop-filter: contrast(0.5);
}

.backdrop-contrast-75 {
  -webkit-backdrop-filter: contrast(0.75);
          backdrop-filter: contrast(0.75);
}

.backdrop-contrast-100 {
  -webkit-backdrop-filter: contrast(1);
          backdrop-filter: contrast(1);
}

.backdrop-contrast-105 {
  -webkit-backdrop-filter: contrast(1.05);
          backdrop-filter: contrast(1.05);
}

.backdrop-contrast-125 {
  -webkit-backdrop-filter: contrast(1.25);
          backdrop-filter: contrast(1.25);
}

.backdrop-contrast-150 {
  -webkit-backdrop-filter: contrast(1.5);
          backdrop-filter: contrast(1.5);
}

.backdrop-contrast-200 {
  -webkit-backdrop-filter: contrast(2);
          backdrop-filter: contrast(2);
}

.hover\:backdrop-contrast-0:hover {
  -webkit-backdrop-filter: contrast(0);
          backdrop-filter: contrast(0);
}

.hover\:backdrop-contrast-50:hover {
  -webkit-backdrop-filter: contrast(0.5);
          backdrop-filter: contrast(0.5);
}

.hover\:backdrop-contrast-75:hover {
  -webkit-backdrop-filter: contrast(0.75);
          backdrop-filter: contrast(0.75);
}

.hover\:backdrop-contrast-100:hover {
  -webkit-backdrop-filter: contrast(1);
          backdrop-filter: contrast(1);
}

.hover\:backdrop-contrast-105:hover {
  -webkit-backdrop-filter: contrast(1.05);
          backdrop-filter: contrast(1.05);
}

.hover\:backdrop-contrast-125:hover {
  -webkit-backdrop-filter: contrast(1.25);
          backdrop-filter: contrast(1.25);
}

.hover\:backdrop-contrast-150:hover {
  -webkit-backdrop-filter: contrast(1.5);
          backdrop-filter: contrast(1.5);
}

.hover\:backdrop-contrast-200:hover {
  -webkit-backdrop-filter: contrast(2);
          backdrop-filter: contrast(2);
}

.backdrop-grayscale-0 {
  -webkit-backdrop-filter: grayscale(0);
          backdrop-filter: grayscale(0);
}

.backdrop-grayscale {
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

.hover\:backdrop-grayscale-0:hover {
  -webkit-backdrop-filter: grayscale(0);
          backdrop-filter: grayscale(0);
}

.hover\:backdrop-grayscale:hover {
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow- {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.shadow-none {
  box-shadow: 0 0 #0000;
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hover\:shadow-:hover {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.hover\:shadow-none:hover {
  box-shadow: 0 0 #0000;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.aspect-ratio-191-100 {
  aspect-ratio: 1.91/1;
}

.wp-block-search.header-modal button {
  transition: none;
}
.wp-block-search.header-modal:not(.wp-block-search__searchfield-hidden) {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 100;
  background-color: color-mix(in srgb, transparent 20%, var(--wp--preset--color--base));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.wp-block-search.header-modal:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
  gap: 1rem;
  height: auto;
  margin: auto;
  max-width: var(--wp--style--global--content-size);
}
.wp-block-search.header-modal:not(.wp-block-search__searchfield-hidden) button:hover {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-search.header-modal.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper > * {
  height: 24px;
}
.wp-block-search.header-modal.wp-block-search__searchfield-hidden .wp-block-search__button {
  padding: 0;
  background-color: transparent;
  color: currentColor;
  display: inline-block;
  border: none;
  white-space: nowrap;
}
.wp-block-search.header-modal.wp-block-search__button-only .wp-block-search__input {
  transition-duration: 0s;
}

.wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.wp-block-query .wp-block-post-title {
  margin: 0;
}
.wp-block-query .wp-block-post-featured-image {
  margin-bottom: 0.5em;
}

.page-title .wp-block-post-date {
  display: flex;
}
.page-title .wp-block-post-date::before {
  content: "";
  display: inline;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
  background-color: currentColor;
  padding-left: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-title .wp-block-post-date.published::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4'%3E%3C/path%3E%3Cpath d='M13.5 6.5l4 4'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4'%3E%3C/path%3E%3Cpath d='M13.5 6.5l4 4'%3E%3C/path%3E%3C/svg%3E");
}
.page-title .wp-block-post-date.modified::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'%3E%3C/path%3E%3C/svg%3E");
}
.page-title .wp-block-post-terms {
  display: flex;
}
.page-title .wp-block-post-terms::before {
  content: "";
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
  background-color: currentColor;
  padding-left: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-title .wp-block-post-terms.taxonomy-category::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2'%3E%3C/path%3E%3C/svg%3E");
}
.page-title .wp-block-post-terms.taxonomy-post_tag::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Ccircle cx='8.5' cy='8.5' r='1' fill='currentColor'%3E%3C/circle%3E%3Cpath d='M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Ccircle cx='8.5' cy='8.5' r='1' fill='currentColor'%3E%3C/circle%3E%3Cpath d='M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z'%3E%3C/path%3E%3C/svg%3E");
}

nav.wp-block-query-pagination {
  gap: 1em;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.wp-block-query-pagination-numbers .current {
  font-weight: bold;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  float: none;
  line-height: normal;
}

.wp-block-rss {
  list-style-type: none;
}
.wp-block-rss:not(.is-grid) {
  display: flex;
  gap: var(--wp--custom--style--block-gap);
  flex-direction: column;
}
.wp-block-rss .wp-block-rss__item-title {
  margin-bottom: calc(var(--wp--custom--style--block-gap) / 4);
}

/*-----------------------------
* Responsive Breakpoints
* 1001px +          Desktop+
* 0px - 1000px      SmartPhone - Tablet - Desktop
* 769px - 1000px    Tablet - Desktop
* 0px - 768px       Tablet
* 681px - 768px     SmartPhone - Tablet
* 0px - 680px       SmartPhone
------------------------------*/
.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--custom--style--block-gap, 2rem);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  margin: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-pages-list__item {
  gap: 0.75rem;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  width: auto;
  height: auto;
  line-height: 1;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
  margin-right: 1em;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}

:where(.wp-block-group.has-background) {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}

.is-style-estate-hub-border-01 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.is-style-estate-hub-border-02 {
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.is-style-estate-hub-border-03 {
  border: 1px solid;
  padding: 0.5em;
}

.is-style-estate-hub-border-04:not(.block-editor-block-list__layout) {
  align-items: center;
  display: flex;
}
.is-style-estate-hub-border-04:not(.block-editor-block-list__layout)::before {
  margin-right: 1em;
}
.is-style-estate-hub-border-04:not(.block-editor-block-list__layout)::after {
  margin-left: 1em;
}
.is-style-estate-hub-border-04:not(.block-editor-block-list__layout)::before, .is-style-estate-hub-border-04:not(.block-editor-block-list__layout)::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  position: static;
}

.is-style-estate-hub-square-01:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-estate-hub-square-01:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  flex: none;
  background-color: currentColor;
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-estate-hub-square-02:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-estate-hub-square-02:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  flex: none;
  background-image: linear-gradient(-45deg, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%, currentColor);
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-estate-hub-bracket-01:not(.block-editor-block-list__layout) {
  display: table;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.is-style-estate-hub-bracket-01:not(.block-editor-block-list__layout)::before {
  border-left: 1px solid;
  border-top: 1px solid;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
.is-style-estate-hub-bracket-01:not(.block-editor-block-list__layout)::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.is-style-estate-hub-bracket-01:not(.block-editor-block-list__layout)::before, .is-style-estate-hub-bracket-01:not(.block-editor-block-list__layout)::after {
  border-radius: 0;
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
}

.is-style-estate-hub-border-05:not(.block-editor-block-list__layout) {
  position: relative;
  border-bottom: 2px solid;
  padding-bottom: 0.5em;
}
.is-style-estate-hub-border-05:not(.block-editor-block-list__layout)::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  content: " ";
  width: 10%;
  border-bottom: 2px solid color-mix(in srgb, var(--wp--preset--color--primary), transparent 0%);
}

.is-style-estate-hub-border-06:not(.block-editor-block-list__layout) {
  position: relative;
  padding-bottom: 0.5em;
}
.is-style-estate-hub-border-06:not(.block-editor-block-list__layout)::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  width: 100%;
  height: 4px;
  background-image: linear-gradient(-45deg, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%, currentColor);
  background-size: 4px 4px;
}

.is-style-estate-hub-border-07:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-estate-hub-border-07:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 4px;
  height: 0.75em;
  background-color: currentColor;
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-estate-hub-border-08:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-estate-hub-border-08:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 4px;
  height: 0.75em;
  background-image: linear-gradient(-45deg, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%, currentColor);
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-estate-hub-bracket-02:not(.block-editor-block-list__layout) {
  display: table;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.is-style-estate-hub-bracket-02:not(.block-editor-block-list__layout)::before {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  bottom: 0;
  left: 0;
  right: auto;
  top: 0;
}
.is-style-estate-hub-bracket-02:not(.block-editor-block-list__layout)::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  bottom: 0;
  left: auto;
  right: 0;
  top: 0;
}
.is-style-estate-hub-bracket-02:not(.block-editor-block-list__layout)::before, .is-style-estate-hub-bracket-02:not(.block-editor-block-list__layout)::after {
  border-radius: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 0.5rem;
}

.wp-block-plugin {
  background-color: transparent;
}

body {
  --estate-hub-image-style-ink-01: url(../images/block-styles/ink01.svg);
  --estate-hub-image-style-ink-02: url(../images/block-styles/ink02.svg);
  --estate-hub-image-style-ink-03: url(../images/block-styles/ink03.svg);
  --estate-hub-image-style-fluid-01: url(../images/block-styles/fluid01.svg);
  --estate-hub-image-style-fluid-02: url(../images/block-styles/fluid02.svg);
  --estate-hub-image-style-fluid-03: url(../images/block-styles/fluid03.svg);
}

.is-style-estate-hub-image-circle-01 img {
  clip-path: circle();
}

.is-style-estate-hub-image-rhombus-01 img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.is-style-estate-hub-image-ink-01 img {
  -webkit-mask: var(--estate-hub-image-style-ink-01) center center no-repeat;
  mask: var(--estate-hub-image-style-ink-01) center center no-repeat;
}

.is-style-estate-hub-image-ink-02 img {
  -webkit-mask: var(--estate-hub-image-style-ink-02) center center no-repeat;
  mask: var(--estate-hub-image-style-ink-02) center center no-repeat;
}

.is-style-estate-hub-image-ink-03 img {
  -webkit-mask: var(--estate-hub-image-style-ink-03) center center no-repeat;
  mask: var(--estate-hub-image-style-ink-03) center center no-repeat;
}

.is-style-estate-hub-image-fluid-01 img {
  -webkit-mask: var(--estate-hub-image-style-fluid-01) center center no-repeat;
  mask: var(--estate-hub-image-style-fluid-01) center center no-repeat;
}

.is-style-estate-hub-image-fluid-02 img {
  -webkit-mask: var(--estate-hub-image-style-fluid-02) center center no-repeat;
  mask: var(--estate-hub-image-style-fluid-02) center center no-repeat;
}

.is-style-estate-hub-image-fluid-03 img {
  -webkit-mask: var(--estate-hub-image-style-fluid-03) center center no-repeat;
  mask: var(--estate-hub-image-style-fluid-03) center center no-repeat;
}

:where(.has-global-padding)[class*=is-style-estate-hub-background] {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}

p.has-background {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}
p.has-background[class*=is-style-estate-hub-symbol] {
  padding: 1em 2em 1em 6em;
}

p.has-background:not([class*=is-style-estate-hub-symbol]) {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}

.is-style-estate-hub-background-dot-01 {
  background-image: radial-gradient(circle at center center, rgba(235, 235, 235, 0.5019607843) 1%, transparent 1%);
  background-size: 5px 5px;
}

.is-style-estate-hub-background-check-01 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ebebeb50' %3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

.is-style-estate-hub-background-stripe-01 {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(235, 235, 235, 0.3137254902) 25%, rgba(235, 235, 235, 0.3137254902) 50%, transparent 50%, transparent 75%, rgba(235, 235, 235, 0.3137254902) 75%, rgba(235, 235, 235, 0.3137254902));
  background-size: 4px 4px;
}

ul[class*=is-style-estate-hub-list] {
  padding-left: calc(var(--wp--preset--font-size--main-content) + 0.5em);
}
ul[class*=is-style-estate-hub-list] li {
  position: relative;
  list-style-type: none;
}
ul[class*=is-style-estate-hub-list] li::before {
  content: "";
  position: absolute;
  top: 5px;
  display: inline-block;
  width: var(--wp--preset--font-size--main-content);
  height: var(--wp--preset--font-size--main-content);
  margin-left: calc(-1 * var(--wp--preset--font-size--main-content) - 0.5em);
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
ul[class*=is-style-estate-hub-list].is-style-estate-hub-list-check-01 li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}
ul[class*=is-style-estate-hub-list].is-style-estate-hub-list-arrow-01 li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-big-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z' /%3E%3C/svg%3E ");
}
ul[class*=is-style-estate-hub-list].is-style-estate-hub-list-arrow-02 li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='5' y1='12' x2='19' y2='12' /%3E%3Cline x1='15' y1='16' x2='19' y2='12' /%3E%3Cline x1='15' y1='8' x2='19' y2='12' /%3E%3C/svg%3E ");
}

.is-style-estate-hub-cover-effect-dot > .wp-block-cover__background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23adadad' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-estate-hub-cover-effect-stripe > .wp-block-cover__background::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(-45deg, #fff 25%, rgba(235, 235, 235, 0) 25%, rgba(235, 235, 235, 0) 50%, #fff 50%, #fff 75%, rgba(235, 235, 235, 0) 75%, rgba(235, 235, 235, 0));
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.is-style-estate-hub-cover-effect-stripe-vertical > .wp-block-cover__background::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(0deg, #fff 25%, rgba(235, 235, 235, 0) 25%, rgba(235, 235, 235, 0) 50%, #fff 50%, #fff 75%, rgba(235, 235, 235, 0) 75%, rgba(235, 235, 235, 0));
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.is-style-estate-hub-cover-effect-stripe-horizontal > .wp-block-cover__background::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(90deg, #fff 25%, rgba(235, 235, 235, 0) 25%, rgba(235, 235, 235, 0) 50%, #fff 50%, #fff 75%, rgba(235, 235, 235, 0) 75%, rgba(235, 235, 235, 0));
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.is-style-estate-hub-cover-effect-zoom > img {
  transition: all 300ms ease;
}
.is-style-estate-hub-cover-effect-zoom:hover > img {
  transform: scale(1.05);
  backface-visibility: hidden;
  will-change: transform;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-estate-hub-button-primary-outline > .wp-block-button__link:not(.has-background) {
  padding: 0.667em 1.333em;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-estate-hub-button-primary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-estate-hub-button-secondary-outline > .wp-block-button__link:not(.has-background) {
  padding: 0.667em 1.333em;
  border: 2px solid var(--wp--preset--color--secondary);
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-estate-hub-button-secondary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-estate-hub-button-tertiary-outline > .wp-block-button__link:not(.has-background) {
  padding: 0.667em 1.333em;
  border: 2px solid var(--wp--preset--color--tertiary);
  background-color: transparent;
  color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-estate-hub-button-tertiary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--tertiary);
}

.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--base);
}
.wp-block-cover .wp-block-button.is-style-estate-hub-button-primary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.wp-block-cover .wp-block-button.is-style-estate-hub-button-secondary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-cover .wp-block-button.is-style-estate-hub-button-tertiary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--tertiary);
}

[class*=is-style-estate-hub-box-shadow],
[class*=is-style-estate-hub-hover-box-shadow] {
  transition: box-shadow 0.3s ease;
}

.wp-block-image:is([class*=is-style-estate-hub-box-shadow], [class*=is-style-estate-hub-hover-box-shadow]),
.wp-block-image:is([class*=is-style-estate-hub-box-shadow]:hover, [class*=is-style-estate-hub-hover-box-shadow]:hover),
.wp-block-button:is([class*=is-style-estate-hub-box-shadow], [class*=is-style-estate-hub-hover-box-shadow]),
.wp-block-button:is([class*=is-style-estate-hub-box-shadow]:hover, [class*=is-style-estate-hub-hover-box-shadow]:hover) {
  box-shadow: none;
}

.wp-block-button.is-style-estate-hub-box-shadow-sm .wp-block-button__link {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-estate-hub-box-shadow .wp-block-button__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-box-shadow-md .wp-block-button__link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-box-shadow-lg .wp-block-button__link {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-box-shadow-xl .wp-block-button__link {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-box-shadow-2-xl .wp-block-button__link {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-button.is-style-estate-hub-box-shadow-inner .wp-block-button__link {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-01 .wp-block-button__link {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-01 .wp-block-button__link:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-02 .wp-block-button__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-02 .wp-block-button__link:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-03 .wp-block-button__link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-03 .wp-block-button__link:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-04 .wp-block-button__link {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-04 .wp-block-button__link:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-05 .wp-block-button__link {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-estate-hub-hover-box-shadow-05 .wp-block-button__link:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wp-block-image.is-style-estate-hub-box-shadow-sm img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-estate-hub-box-shadow img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-box-shadow-md img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-box-shadow-lg img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-box-shadow-xl img {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-box-shadow-2-xl img {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-image.is-style-estate-hub-box-shadow-inner img {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-01 img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-01 img:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-02 img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-02 img:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-03 img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-03 img:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-04 img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-04 img:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-05 img {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-estate-hub-hover-box-shadow-05 img:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.is-style-estate-hub-box-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.is-style-estate-hub-box-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-box-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-box-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-box-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-box-shadow-2-xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.is-style-estate-hub-box-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.is-style-estate-hub-hover-box-shadow-01 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.is-style-estate-hub-hover-box-shadow-01:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-hover-box-shadow-02 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.is-style-estate-hub-hover-box-shadow-02:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-hover-box-shadow-03 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.is-style-estate-hub-hover-box-shadow-03:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-hover-box-shadow-04 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.is-style-estate-hub-hover-box-shadow-04:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.is-style-estate-hub-hover-box-shadow-05 {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.is-style-estate-hub-hover-box-shadow-05:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

[class*=is-style-estate-hub-symbol]::before {
  content: "";
  background-color: currentColor;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.is-style-estate-hub-symbol-info-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-info-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-info-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='8' x2='12.01' y2='8' /%3E%3Cpolyline points='11 12 12 12 12 16 13 16' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-info-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='8' x2='12.01' y2='8' /%3E%3Cpolyline points='11 12 12 12 12 16 13 16' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-info-02 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-info-02::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-speakerphone' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 8a3 3 0 0 1 0 6' /%3E%3Cpath d='M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5' /%3E%3Cpath d='M12 8h0l4.524 -3.77a0.9 .9 0 0 1 1.476 .692v12.156a0.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-speakerphone' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 8a3 3 0 0 1 0 6' /%3E%3Cpath d='M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5' /%3E%3Cpath d='M12 8h0l4.524 -3.77a0.9 .9 0 0 1 1.476 .692v12.156a0.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-warning-01 {
  background: #fdfbf7;
  border: 1px solid #f2ca00;
}
.is-style-estate-hub-symbol-warning-01::before {
  background-color: #f2ca00;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-alert-triangle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f2ca00' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 9v2m0 4v.01' /%3E%3Cpath d='M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-alert-triangle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f2ca00' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 9v2m0 4v.01' /%3E%3Cpath d='M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-question-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-question-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-help' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='17' x2='12' y2='17.01' /%3E%3Cpath d='M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-help' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='17' x2='12' y2='17.01' /%3E%3Cpath d='M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-checkmark-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-checkmark-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-point-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-point-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-hand-finger' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5' /%3E%3Cpath d='M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5' /%3E%3Cpath d='M14 10.5a1.5 1.5 0 0 1 3 0v1.5' /%3E%3Cpath d='M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-hand-finger' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5' /%3E%3Cpath d='M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5' /%3E%3Cpath d='M14 10.5a1.5 1.5 0 0 1 3 0v1.5' /%3E%3Cpath d='M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-point-02 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-point-02::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-pencil' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4' /%3E%3Cline x1='13.5' y1='6.5' x2='17.5' y2='10.5' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-pencil' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4' /%3E%3Cline x1='13.5' y1='6.5' x2='17.5' y2='10.5' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-point-03 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-point-03::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-point-04 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-estate-hub-symbol-point-04::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-book-2' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z' /%3E%3Cpath d='M19 16h-12a2 2 0 0 0 -2 2' /%3E%3Cpath d='M9 8h6' /%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-book-2' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z' /%3E%3Cpath d='M19 16h-12a2 2 0 0 0 -2 2' /%3E%3Cpath d='M9 8h6' /%3E%3C/svg%3E%0A");
}

.is-style-estate-hub-symbol-circle-01 {
  background: #fff7f4;
  border: 1px solid #f18383;
}
.is-style-estate-hub-symbol-circle-01::before {
  background-color: #f18383;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f18383' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f18383' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3C/svg%3E");
}

.is-style-estate-hub-symbol-cross-01 {
  background: #f4f8ff;
  border: 1px solid #83a9f1;
}
.is-style-estate-hub-symbol-cross-01::before {
  background-color: #83a9f1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%2383a9f1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%2383a9f1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
}

[class*=is-style-estate-hub-symbol] {
  padding: 1em 2em 1em 6em;
  position: relative;
}
[class*=is-style-estate-hub-symbol]::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width:680px) {
  [class*=is-style-estate-hub-symbol] {
    padding: 4em 1em 1em 1em;
  }
  [class*=is-style-estate-hub-symbol]::before {
    position: absolute;
    transform: none;
    top: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  p.has-background[class*=is-style-estate-hub-symbol] {
    padding: 4em 1em 1em 1em;
  }
}
.patterns-author-profile-01 .wp-block-post-author-biography {
  margin-inline: auto;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

/* Common Styles */
.wp-site-blocks input[type=button],
.editor-styles-wrapper input[type=button] {
  border: none;
  padding: 0.75em 1.5em;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=submit],
.editor-styles-wrapper input[type=submit] {
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  cursor: pointer;
  padding: 0.75em 1.5em;
  transition: color 0.3s ease, background-color 0.3s ease, border-color;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=submit]:hover,
.editor-styles-wrapper input[type=submit]:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 80%, #222);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 80%, #222);
}
.wp-site-blocks input[type=reset],
.editor-styles-wrapper input[type=reset] {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  background-color: transparent;
  cursor: pointer;
  color: var(--wp--preset--color--contranst);
  padding: 0.75em 1.5em;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=file],
.editor-styles-wrapper input[type=file] {
  cursor: pointer;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0.75em;
}
.wp-site-blocks input[type=email], .wp-site-blocks input[type=number], .wp-site-blocks input[type=password], .wp-site-blocks input[type=tel], .wp-site-blocks input[type=text], .wp-site-blocks input[type=url],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=number],
.editor-styles-wrapper input[type=password],
.editor-styles-wrapper input[type=tel],
.editor-styles-wrapper input[type=text],
.editor-styles-wrapper input[type=url] {
  font-size: var(--wp--preset--font-size--2-xs);
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0 1em;
  min-height: 2.75em;
  width: 100%;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=email]:focus, .wp-site-blocks input[type=number]:focus, .wp-site-blocks input[type=password]:focus, .wp-site-blocks input[type=tel]:focus, .wp-site-blocks input[type=text]:focus, .wp-site-blocks input[type=url]:focus,
.editor-styles-wrapper input[type=email]:focus,
.editor-styles-wrapper input[type=number]:focus,
.editor-styles-wrapper input[type=password]:focus,
.editor-styles-wrapper input[type=tel]:focus,
.editor-styles-wrapper input[type=text]:focus,
.editor-styles-wrapper input[type=url]:focus {
  outline: solid;
  outline-width: 2px;
  outline-color: var(--wp--preset--color--primary);
  outline-offset: -2px;
}
.wp-site-blocks input[type=search]:focus,
.editor-styles-wrapper input[type=search]:focus {
  outline: solid;
  outline-width: 2px;
  outline-color: var(--wp--preset--color--primary);
  outline-offset: -2px;
}
.wp-site-blocks input[type=checkbox], .wp-site-blocks input[type=radio],
.editor-styles-wrapper input[type=checkbox],
.editor-styles-wrapper input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 0.25rem 0 0;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 30%, transparent);
  outline: 0;
  vertical-align: middle;
  top: -2px;
}
.wp-site-blocks input[type=checkbox]:checked, .wp-site-blocks input[type=radio]:checked,
.editor-styles-wrapper input[type=checkbox]:checked,
.editor-styles-wrapper input[type=radio]:checked {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.wp-site-blocks input[type=checkbox]:checked:before, .wp-site-blocks input[type=radio]:checked:before,
.editor-styles-wrapper input[type=checkbox]:checked:before,
.editor-styles-wrapper input[type=radio]:checked:before {
  position: absolute;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWNoZWNrIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNSAxMmw1IDVsMTAgLTEwIiAvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWNoZWNrIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNSAxMmw1IDVsMTAgLTEwIiAvPjwvc3ZnPg==");
  background-color: var(--wp--preset--color--base);
  -webkit-mask-size: 14px;
          mask-size: 14px;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
}
.wp-site-blocks input[type=radio],
.editor-styles-wrapper input[type=radio] {
  border-radius: 50%;
}
.wp-site-blocks textarea,
.editor-styles-wrapper textarea {
  font-size: var(--wp--preset--font-size--2-xs);
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 1em;
  width: 100%;
  min-height: 7em;
  resize: vertical;
  letter-spacing: 0.07rem;
}
.wp-site-blocks textarea:focus,
.editor-styles-wrapper textarea:focus {
  outline: solid;
  outline-color: var(--wp--preset--color--primary);
  outline-width: 2px;
  outline-offset: -2px;
}
.wp-site-blocks select,
.editor-styles-wrapper select {
  font-size: var(--wp--preset--font-size--2-xs);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  height: 2.75em;
  letter-spacing: 0.07rem;
}
.wp-site-blocks select:focus,
.editor-styles-wrapper select:focus {
  outline: solid;
  outline-color: var(--wp--preset--color--primary);
  outline-width: 2px;
  outline-offset: -2px;
}
.wp-site-blocks select,
.editor-styles-wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 1em top 55%;
  background-size: 16px 16px;
  box-shadow: none;
  min-height: 30px;
  padding: 0 3em 0 1em;
  vertical-align: middle;
  min-width: 10em;
  color: currentColor;
}
.wp-site-blocks legend,
.editor-styles-wrapper legend {
  padding: 0 0.5em;
}
.wp-site-blocks fieldset,
.editor-styles-wrapper fieldset {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}

nav.wp-block-navigation ul.wp-block-page-list li, nav.wp-block-navigation ol.wp-block-page-list li {
  margin-bottom: 0;
}

ul:not(.wp-block-navigation, .wp-block-social-links, .is-layout-flex) li:not(:last-child), ol:not(.wp-block-navigation, .wp-block-social-links, .is-layout-flex) li:not(:last-child) {
  margin-bottom: calc(var(--wp--custom--style--block-gap) / 2);
}

ul, ol {
  padding-left: 1.5em;
}
ul li ul, ul li ol, ol li ul, ol li ol {
  padding-left: 1em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

main {
  font-size: var(--wp--preset--font-size--main-content);
}

.has-block-gap > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.has-block-gap > * + * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}

html :where(.is-style-estate-hub-blocks-template-part-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px);
}

@media screen and (max-width: 600px) {
  html :where(.is-style-estate-hub-blocks-template-part-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
  .is-style-estate-hub-blocks-template-part-fixed {
    top: 0;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

@keyframes Fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
#nendebcopy {
  text-align: center;
  font-size: 0.8em;
  padding: 0.5em;
}

.post-password-form input[type=password] {
  width: 200px;
}

.no-image {
  background: var(--wp--preset--color--secondary);
}

.fudo-query-posts .wp-block-post-template .wp-block-post {
  overflow: visible;
}
.fudo-query-posts .wp-block-post-featured-image.no-image-data, .fudo-query-posts .wp-block-post-featured-image.members-only {
  background-color: color-mix(in srgb, currentColor 7%, transparent);
}
.fudo-query-posts .wp-block-post-featured-image.no-image-data a, .fudo-query-posts .wp-block-post-featured-image.members-only a {
  mix-blend-mode: multiply;
}
.fudo-query-posts .wp-block-post-featured-image.members-only {
  border: 4px double color-mix(in srgb, var(--wp--preset--color--primary) 30%, transparent);
}
.fudo-query-posts h2.members-only {
  text-align: center;
  margin-top: 2em;
}
.fudo-query-posts ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  position: relative;
  border-radius: var(--wp--custom--border-radius--sm);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
}
.fudo-query-posts ul li .bukken-url-button {
  margin-top: auto;
}

.madori-menseki .menseki::before, .madori-menseki .menseki::after {
  display: inline;
}
.madori-menseki .menseki::before {
  content: "(";
}
.madori-menseki .menseki::after {
  content: ")";
}

.bukken-label {
  position: absolute !important;
  font-size: 0.7rem;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.bukken-label .bukkentype {
  background: var(--wp--preset--color--base);
  text-align: center;
  border-radius: var(--wp--custom--border-radius--sm);
  padding: 0 0.5rem;
}

.status {
  position: absolute !important;
  left: -1em;
  top: -1em;
  font-size: 0.75rem;
  display: flex;
  gap: 0.25rem;
  z-index: 1;
}
.status > * {
  border-radius: 50%;
  text-align: center;
  background: var(--wp--preset--color--base);
  width: 4em;
  height: 4em;
  line-height: 4;
}
.status .seiyaku {
  display: flex;
  flex-direction: column;
  line-height: 1.75;
  align-items: center;
  justify-content: center;
}
.status .seiyaku .part-01 {
  font-size: 0.75em;
}
.status .seiyaku .part-02 {
  font-size: 1.25em;
  line-height: 1;
}

.bukken-url-button {
  margin-top: auto;
  text-align: right;
  margin-bottom: 0.5rem;
}
.bukken-url-button .bukken-url {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  line-height: 1;
  position: relative;
}
.bukken-url-button .bukken-url:hover .arrow::after {
  transform: scale(1.125);
  background-color: color-mix(in srgb, currentColor 10%, transparent);
}
.bukken-url-button .bukken-url .arrow {
  position: relative;
}
.bukken-url-button .bukken-url .arrow::before, .bukken-url-button .bukken-url .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bukken-url-button .bukken-url .arrow::after {
  border-radius: 50%;
  transition: transform 0.275s cubic-bezier(0.65, 0, 0.076, 1), background-color 0.275s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: color-mix(in srgb, currentColor 7%, transparent);
}
.bukken-url-button .bukken-url .arrow svg {
  display: block;
  padding: 0.75rem;
  width: 3em;
  height: 3em;
  position: relative;
}
.bukken-url-button .bukken-url .text {
  display: inline-block;
}

[data-modal-content] {
  display: none;
  visibility: hidden;
  position: fixed;
  height: 100vh;
  background-color: color-mix(in srgb, var(--wp--preset--color--base) 70%, transparent);
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}
[data-modal-content].modal-open {
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.3s forwards;
}
[data-modal-content].modal-close {
  display: flex;
  flex-direction: column;
  animation: fadeOut 0.3s;
}

.modal-open,
.modal-close {
  visibility: visible;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: transparent;
}

.wp-block-estate-hub-theme-fudo-filter-search {
  display: flex;
}
.wp-block-estate-hub-theme-fudo-filter-search button {
  letter-spacing: inherit;
  font-size: inherit;
}
.wp-block-estate-hub-theme-fudo-filter-search.right {
  text-align: right;
}
.wp-block-estate-hub-theme-fudo-filter-search.center {
  text-align: center;
}
.wp-block-estate-hub-theme-fudo-filter-search.left {
  text-align: left;
}
.wp-block-estate-hub-theme-fudo-filter-search .label {
  display: flex;
  font-size: 0.75rem;
  margin: 0;
  align-items: flex-end;
  gap: 0.5em;
  white-space: nowrap;
}
.wp-block-estate-hub-theme-fudo-filter-search .buttons {
  display: flex;
  gap: 0.75em;
  font-size: 0.75rem;
  align-items: center;
}
.wp-block-estate-hub-theme-fudo-filter-search .buttons .fudo-filter-search-button {
  display: flex;
  gap: 0.5em;
  align-items: center;
  border-radius: 4px;
  height: 2.25em;
  padding: 0 1em;
  border-radius: 4px;
  padding: 0 1em;
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 70%, #222);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 70%, #222);
  color: #fff;
  height: 30px;
  font-size: inherit;
  letter-spacing: inherit;
}
.wp-block-estate-hub-theme-fudo-filter-search .buttons .fudo-filter-search-button svg {
  width: 1.25em;
  height: 1.25em;
}
.wp-block-estate-hub-theme-fudo-filter-search .buttons .fudo-filter-search-button:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 60%, #222);
}
.wp-block-estate-hub-theme-fudo-filter-search button.submit {
  font-size: 0.75rem;
  line-height: 0;
  padding: 0 1em;
  border-radius: 4px;
  height: 30px;
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  border: 1px;
  color: var(--wp--preset--color--base);
}
.wp-block-estate-hub-theme-fudo-filter-search button.submit:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 60%, #222);
  border-color: color-mix(in srgb, var(--wp--preset--color--primary) 60%, #222);
}

.footer-bottom-right-content {
  bottom: 1em;
  right: 1em;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.footer-bottom-right-content button,
.footer-bottom-right-content a {
  position: relative;
  line-height: 0;
  color: currentColor;
  width: 64px;
  height: 64px;
  border: none;
  background-color: transparent;
}
.footer-bottom-right-content button svg,
.footer-bottom-right-content button p,
.footer-bottom-right-content a svg,
.footer-bottom-right-content a p {
  position: relative;
  z-index: 1;
}
.footer-bottom-right-content button::after,
.footer-bottom-right-content a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  line-height: 0;
  width: 64px;
  height: 64px;
  background-color: color-mix(in srgb, currentColor 8%, transparent);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  border: none;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: transform 0.25s ease, background-color 0.3s ease;
}
.footer-bottom-right-content button:hover::after,
.footer-bottom-right-content a:hover::after {
  transform: scale(1.125);
  background-color: color-mix(in srgb, currentColor 10%, transparent);
}
.footer-bottom-right-content .fudo-filter-search-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125em;
  justify-content: center;
}
.footer-bottom-right-content .fudo-filter-search-button p {
  margin: 0;
  font-size: 0.65em;
}

.fudo-filter-search {
  padding: 0 1em;
}
.fudo-filter-search .close {
  cursor: pointer;
  margin-top: 2em;
  visibility: hidden;
}
.fudo-filter-search .close.loaded {
  visibility: visible;
  animation: fadeIn 0.3s forwards;
}
.fudo-filter-search .spinner {
  position: absolute;
}
.fudo-filter-search .spinner svg {
  animation: spin 1.5s linear infinite;
  color: #777;
  margin: auto;
  width: 3rem;
  height: 3rem;
}
.fudo-filter-search .spinner.loaded {
  animation: fadeOut 0.3s;
  visibility: hidden;
}
.fudo-filter-search .modal-content-inner {
  max-width: 600px;
  width: 100%;
  border-radius: var(--wp--custom--border-radius--sm);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
  visibility: hidden;
}
.fudo-filter-search .modal-content-inner.loaded {
  visibility: visible;
  animation: fadeIn 0.3s forwards;
}
.fudo-filter-search .modal-content-inner .main-title {
  font-size: 1.5em;
  margin: 1em 0 0.5em;
  text-align: center;
}
.fudo-filter-search .modal-content-inner .shub-change-form {
  display: flex;
  gap: 1em;
  padding: 0 1.5em;
  margin-bottom: 1em;
}
.fudo-filter-search .modal-content-inner .shub-change-form .shub-change-form-button {
  letter-spacing: inherit;
  flex: 1;
  margin: 0;
  font-size: 1em;
  border-radius: var(--wp--custom--border-radius--sm);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0.25em 0;
  background-color: transparent;
  color: currentColor;
}
.fudo-filter-search .modal-content-inner .shub-change-form .shub-change-form-button.active {
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.fudo-filter-search .modal-content-inner .modal-filter-search {
  padding: 0 1.5em 1.5em;
  text-align: left;
  width: 100%;
  height: 55vh;
  overflow-y: scroll;
}
.fudo-filter-search .modal-content-inner .modal-filter-search.hidden {
  display: none;
}
.fudo-filter-search .modal-content-inner .modal-filter-search.active {
  display: block;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .filter-search-data {
  margin-bottom: 1em;
  padding-bottom: 1.1em;
  border-bottom: 1px dotted #ccc;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .filter-search-data .title {
  margin: 0 0 0.5em;
  font-weight: bold;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .filter-search-data .sub-title {
  font-size: 0.85em;
  margin: 0 0 0.75em;
  border-bottom: 1px dotted #e1e1e1;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .filter-search-data .flex {
  display: flex;
  gap: 1em 2em;
  margin: 0;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .filter-search-data .flex li {
  flex: 0 1 15%;
  margin: 0;
  white-space: nowrap;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .routes .routes-data {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .routes .routes-data .route {
  white-space: nowrap;
  flex: 0 1 15%;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .routes .routes-data .route ul {
  margin: 0;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .areas .areas-data {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .areas .areas-data .area {
  white-space: nowrap;
  flex: 0 1 15%;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .areas .areas-data .area ul {
  margin: 0;
}
.fudo-filter-search .modal-content-inner .modal-filter-search ul {
  list-style-type: none;
  padding: 0;
  gap: 1em;
  flex-wrap: wrap;
  font-size: 0.85em;
}
.fudo-filter-search .modal-content-inner .modal-filter-search ul label {
  cursor: pointer;
}
.fudo-filter-search .modal-content-inner .modal-filter-search .submit {
  text-align: center;
  width: 100%;
  min-height: 3em;
  font-size: 1em;
  border-radius: var(--wp--custom--border-radius--sm);
}

@media only screen and (max-width: 768px) {
  .fudo-filter-search .modal-content-inner .modal-filter-search .routes .routes-data .route {
    flex: 0 calc(50% - 0.5em);
  }
  .fudo-filter-search .modal-content-inner .modal-filter-search .areas .areas-data .area {
    flex: 0 calc(50% - 0.5em);
  }
}
.single-fudo .single-fudo-title {
  font-size: var(--wp--preset--font-size--2-xl);
  display: flex;
  align-items: center;
  gap: 0.25em;
  flex-wrap: wrap;
}
.single-fudo .single-fudo-title.is-kaiin:before {
  content: "会員";
  font-size: 0.625em;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--border-radius--sm);
  padding: 0.25em 0.5em;
  line-height: 1;
}
.single-fudo .single-fudo-detail-featured {
  width: 100%;
  display: flex;
  gap: 1em;
}
.single-fudo .single-fudo-detail-featured .left-col,
.single-fudo .single-fudo-detail-featured .right-col {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  gap: 0.75em;
}
.single-fudo .single-fudo-detail-featured .left-col > div,
.single-fudo .single-fudo-detail-featured .right-col > div {
  display: flex;
  gap: 1em;
}
.single-fudo .single-fudo-detail-featured .left-col > div .title,
.single-fudo .single-fudo-detail-featured .left-col > div .value,
.single-fudo .single-fudo-detail-featured .right-col > div .title,
.single-fudo .single-fudo-detail-featured .right-col > div .value {
  margin: 0;
}
.single-fudo .single-fudo-detail-featured .left-col > div .title ul,
.single-fudo .single-fudo-detail-featured .left-col > div .value ul,
.single-fudo .single-fudo-detail-featured .right-col > div .title ul,
.single-fudo .single-fudo-detail-featured .right-col > div .value ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-fudo .single-fudo-detail-featured .left-col > div .title,
.single-fudo .single-fudo-detail-featured .right-col > div .title {
  flex-basis: 120px;
  font-size: var(--wp--preset--font-size--2-xs);
}
.single-fudo .single-fudo-detail-featured .left-col > div .title span,
.single-fudo .single-fudo-detail-featured .right-col > div .title span {
  padding: 0.5em 0.75em;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}
.single-fudo .single-fudo-detail-featured .left-col > div .value,
.single-fudo .single-fudo-detail-featured .right-col > div .value {
  flex: 1;
}
.single-fudo .single-fudo-detail-featured .left-col .price,
.single-fudo .single-fudo-detail-featured .right-col .price {
  align-items: center;
}
.single-fudo .single-fudo-detail-featured .left-col .price .value,
.single-fudo .single-fudo-detail-featured .right-col .price .value {
  line-height: 1;
  font-size: var(--wp--preset--font-size--2-xl);
}
.single-fudo .single-fudo-detail table {
  border-collapse: collapse;
  width: 100%;
}
.single-fudo .single-fudo-detail table th,
.single-fudo .single-fudo-detail table td {
  border-width: 1px;
  border-style: solid;
  border-color: color-mix(in srgb, currentColor 15%, transparent);
  padding: 1em;
  text-align: left;
}
.single-fudo .single-fudo-detail table th {
  width: 12em;
  font-weight: normal;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
}
.single-fudo .single-fudo-detail table td {
  background-color: #fff;
}
.single-fudo .single-fudo-detail table .accesses {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.single-fudo .single-fudo-detail table .accesses li {
  margin: 0;
}
.single-fudo .single-fudo-map .map-fotter-info {
  margin-top: 0.5em;
}
.single-fudo .swiper-content {
  position: relative;
}
.single-fudo .swiper-content.alignfull .single-fudo-images-slider,
.single-fudo .swiper-content.alignfull .swiper-navigation {
  max-width: 100%;
}
.single-fudo .swiper-content.alignwide .single-fudo-images-slider,
.single-fudo .swiper-content.alignwide .swiper-navigation {
  max-width: var(--wp--style--global--wide-size);
}
.single-fudo .swiper-content .single-fudo-images-slider,
.single-fudo .swiper-content .swiper-navigation {
  max-width: var(--wp--style--global--content-size);
}
.single-fudo .single-fudo-images-slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--sm);
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  visibility: hidden;
}
.single-fudo .single-fudo-images-slider.swiper-initialized {
  visibility: visible;
}
.single-fudo .single-fudo-images-slider .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
  position: relative;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
  z-index: 1;
}
.single-fudo .single-fudo-images-slider .swiper-wrapper .swiper-slide {
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
  text-align: center;
  padding: 1em;
}
.single-fudo .single-fudo-images-slider .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 400px;
}
.single-fudo .swiper-pagination {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
  font-size: var(--wp--preset--font-size--2-xs);
  border-radius: var(--wp--custom--border-radius--sm);
  background-color: var(--wp--preset--color--base);
  padding: 0.4em 1em;
  line-height: 1;
}
.single-fudo .swiper-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.single-fudo .swiper-navigation .swiper-button-next,
.single-fudo .swiper-navigation .swiper-button-prev {
  cursor: pointer;
  display: flex;
  position: relative;
}
.single-fudo .swiper-navigation .swiper-button-next.swiper-button-disabled,
.single-fudo .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
  visibility: hidden;
}
.single-fudo .swiper-navigation .swiper-button-next::before, .single-fudo .swiper-navigation .swiper-button-next::after,
.single-fudo .swiper-navigation .swiper-button-prev::before,
.single-fudo .swiper-navigation .swiper-button-prev::after {
  content: "";
  z-index: 8;
}
.single-fudo .swiper-navigation .swiper-button-next::before,
.single-fudo .swiper-navigation .swiper-button-prev::before {
  position: relative;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: 50%;
  padding: 2.25rem;
  transition: transform 0.3s ease, background-color 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.single-fudo .swiper-navigation .swiper-button-next::after,
.single-fudo .swiper-navigation .swiper-button-prev::after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.single-fudo .swiper-navigation .swiper-button-next:hover::before,
.single-fudo .swiper-navigation .swiper-button-prev:hover::before {
  transform: scale(1.125);
  background-color: color-mix(in srgb, currentColor 7.5%, transparent);
}
.single-fudo .swiper-navigation .swiper-button-next,
.single-fudo .swiper-navigation .swiper-rtl .swiper-button-prev {
  margin-right: 1.75em;
}
.single-fudo .swiper-navigation .swiper-button-next::after,
.single-fudo .swiper-navigation .swiper-rtl .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWFycm93LXJpZ2h0Ij48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNNSAxMmwxNCAwIj48L3BhdGg+PHBhdGggZD0iTTEzIDE4bDYgLTYiPjwvcGF0aD48cGF0aCBkPSJNMTMgNmw2IDYiPjwvcGF0aD48L3N2Zz4=");
}
.single-fudo .swiper-navigation .swiper-button-prev,
.single-fudo .swiper-navigation .swiper-rtl .swiper-button-next {
  margin-left: 1.75em;
}
.single-fudo .swiper-navigation .swiper-button-prev::after,
.single-fudo .swiper-navigation .swiper-rtl .swiper-button-next::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWFycm93LWxlZnQiPjxwYXRoIHN0cm9rZT0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik01IDEybDE0IDAiIC8+PHBhdGggZD0iTTUgMTJsNiA2IiAvPjxwYXRoIGQ9Ik01IDEybDYgLTYiIC8+PC9zdmc+");
}
.single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails .swiper-slide-thumbnail {
  cursor: pointer;
  vertical-align: bottom;
  background-color: var(--wp--preset--color--base);
  border-color: color-mix(in srgb, currentcolor, transparent);
  border-radius: var(--wp--custom--border-radius--sm);
  transition: all 0.3ms ease-in;
  flex-basis: 80px;
  display: flex;
}
.single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails .swiper-slide-thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: auto;
}
.single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails .swiper-slide-thumbnail.active {
  position: relative;
}
.single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails .swiper-slide-thumbnail.active:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--wp--custom--border-radius--sm);
  background-color: color-mix(in srgb, var(--wp--preset--color--base) 55%, transparent);
  animation: 1s linear infinite alternate Fade;
}
.single-fudo .contact-form {
  padding: 1.5em 2.5em;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: var(--wp--custom--border-radius--sm);
  position: relative;
}
.single-fudo .contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-fudo .contact-form .wpcf7-form p {
  margin: 0;
}
.single-fudo .contact-form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-fudo .contact-form .wpcf7-form .wpcf7-spinner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.single-fudo .contact-form input[type=email], .single-fudo .contact-form input[type=number], .single-fudo .contact-form input[type=password], .single-fudo .contact-form input[type=tel], .single-fudo .contact-form input[type=text], .single-fudo .contact-form input[type=url] {
  background-color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--border-radius--sm);
  min-height: 3.5em;
}
.single-fudo .contact-form input[type=submit] {
  border-radius: var(--wp--custom--border-radius--sm);
  width: 100%;
  min-height: 4em;
  font-size: 1em;
}
.single-fudo .contact-form textarea {
  background-color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--border-radius--sm);
}
.single-fudo .contact-form .wpcf7-response-output {
  background-color: rgb(255, 185, 0);
  border-radius: var(--wp--custom--border-radius--sm);
  padding: 1em;
  width: 100%;
  margin: 0;
}

@media only screen and (max-width:680px) {
  .single-fudo .single-fudo-detail figure {
    overflow-x: scroll;
  }
  .single-fudo .single-fudo-detail figure table {
    white-space: nowrap;
    width: 100%;
  }
  .single-fudo .single-fudo-detail figure table th {
    width: 8em;
    padding: 0.75em;
  }
  .single-fudo .single-fudo-detail figure table td {
    width: 12em;
    padding: 0.75em;
  }
  .single-fudo .contact-form {
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .single-fudo .single-fudo-detail-featured {
    flex-direction: column;
  }
  .single-fudo .single-fudo-images-slider {
    margin: auto;
  }
  .single-fudo .swiper-navigation .swiper-button-next::before,
  .single-fudo .swiper-navigation .swiper-button-prev::before {
    background-color: var(--wp--preset--color--base);
    padding: 1.75rem;
  }
  .single-fudo .swiper-navigation .swiper-button-next:hover::before,
  .single-fudo .swiper-navigation .swiper-button-prev:hover::before {
    background-color: color-mix(in srgb, currentColor 5%, white);
  }
  .single-fudo .swiper-navigation .swiper-button-next {
    margin-right: -1.5em;
  }
  .single-fudo .swiper-navigation .swiper-button-prev {
    margin-left: -1.5em;
  }
  .single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails {
    margin-left: auto;
    margin-right: auto;
  }
  .single-fudo .swiper-thumbnail-wrapper .swiper-thumbnails .swiper-slide-thumbnail {
    flex-basis: 60px;
  }
}
.archive .wp-block-query-title span {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0.05em 0.5em;
  font-size: 0.75em;
  border-radius: 4px;
  margin-left: 0.5em;
  background-color: var(--wp--preset--color--base);
  display: inline-block;
  vertical-align: text-bottom;
}

.archive-fudo .estate-hub-pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.archive-fudo .estate-hub-pagination .count-page {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.archive-fudo .estate-hub-pagination .count-page .count span {
  font-size: var(--wp--preset--font-size--lg);
  margin-right: 0.25em;
}
.archive-fudo .estate-hub-pagination .sort-nav {
  padding: 0.5em 1em;
  border-radius: 10em;
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
  gap: 0.5em;
  display: flex;
}
.archive-fudo .estate-hub-pagination .sort-nav a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.archive-fudo .estate-hub-pagination .nav-previous {
  display: inline-flex;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: var(--wp--custom--border-radius--sm);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
}
.archive-fudo .estate-hub-pagination .nav-previous a {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.archive-fudo .estate-hub-pagination .page-num {
  display: flex;
  gap: 1em;
  align-items: center;
  line-height: 1;
}
.archive-fudo .estate-hub-pagination .page-num a, .archive-fudo .estate-hub-pagination .page-num b {
  padding: 0.5rem;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 10rem;
}
.archive-fudo .estate-hub-pagination .page-num a.page-numbers {
  transition: background-color 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background: var(--wp--preset--color--base);
}
.archive-fudo .estate-hub-pagination .page-num a.page-numbers:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--base) 90%, #222);
}
.archive-fudo .archives {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 3rem 0;
}
.archive-fudo article.hentry {
  border-radius: var(--wp--custom--border-radius--sm);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
  display: flex;
}
.archive-fudo article.hentry p {
  margin: 0;
}
.archive-fudo article.hentry .col-detail {
  display: flex;
  gap: 1rem;
}
.archive-fudo article.hentry .col-detail > div {
  flex: 1;
}
.archive-fudo article.hentry .col-left {
  position: relative;
  width: 280px;
  min-width: 160px;
  flex: 9;
}
.archive-fudo article.hentry .col-right {
  flex: 16;
  padding: 0.75rem 1.5rem;
}
.archive-fudo article.hentry .col-right .entry-title {
  margin: 0;
}
.archive-fudo article.hentry .col-right-detail {
  display: flex;
  flex-direction: column;
}
.archive-fudo article.hentry figure {
  height: 100%;
  overflow: hidden;
}
.archive-fudo article.hentry figure.no-image-data {
  background-color: color-mix(in srgb, currentcolor 7%, transparent);
}
.archive-fudo article.hentry figure.no-image-data a {
  mix-blend-mode: multiply;
}
.archive-fudo article.hentry figure.no-image-data .bukken-image {
  background-size: contain;
}
.archive-fudo article.hentry.is-kaiin figure {
  border: 4px double color-mix(in srgb, var(--wp--preset--color--primary) 30%, transparent);
}
.archive-fudo article.hentry.is-kaiin figure.members-only {
  background-color: color-mix(in srgb, currentcolor 7%, transparent);
}
.archive-fudo article.hentry.is-kaiin figure.members-only a {
  mix-blend-mode: multiply;
}
.archive-fudo article.hentry .title-excerpt {
  margin-bottom: 0.75rem;
}
.archive-fudo article.hentry .title-excerpt.is-kaiin .entry-title {
  display: inline;
}
.archive-fudo article.hentry .title-excerpt.is-kaiin .entry-title:before {
  content: "会員";
  font-size: 0.625em;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--border-radius--sm);
  padding: 0.25em 0.5em;
  display: inline-block;
  vertical-align: text-top;
}
.archive-fudo article.hentry .detail-wrapper {
  display: flex;
  gap: 0.75rem;
  font-size: var(--wp--preset--font-size--2-xs);
  margin-bottom: 0.5rem;
}
.archive-fudo article.hentry .detail-wrapper .detail-title {
  display: inline-block;
  font-size: 0.65rem;
  width: 70px;
  text-align: center;
}
.archive-fudo article.hentry .detail-wrapper .detail-title span {
  display: inline-block;
  padding: 0 0.25rem;
  border-radius: var(--wp--custom--border-radius--sm);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  background-color: var(--wp--preset--color--base);
  width: 100%;
  text-align: center;
  line-height: 2;
}
.archive-fudo article.hentry .detail-wrapper .detail-value {
  flex: 1;
}
.archive-fudo article.hentry .bukken-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.archive-fudo article.hentry .bukken-image:hover {
  transform: scale(1.05);
}
.archive-fudo article.hentry .shiki-rei {
  display: flex;
  font-size: 0.75rem;
  text-align: center;
  gap: 0.25rem;
}
.archive-fudo article.hentry .shiki-rei > div {
  border-radius: 4px;
  background-color: var(--wp--preset--color--base);
  font-size: 0.7rem;
  padding: 0 0.25rem;
}
.archive-fudo article.hentry .shiki-rei > div p {
  margin: 0;
}
.archive-fudo article.hentry .list_picsam_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width:680px) {
  .archive-fudo .estate-hub-pagination {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .archive-fudo .estate-hub-pagination .nav-previous {
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
  }
  .archive-fudo .estate-hub-pagination .sort-nav {
    font-size: 0.85em;
  }
  .archive-fudo .col-detail {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .archive-fudo article.hentry {
    flex-direction: column;
  }
  .archive-fudo article.hentry .col-left {
    width: 100%;
    height: 240px;
    flex: revert;
  }
}
[class*=widget_fudo] {
  margin-top: 0;
}
[class*=widget_fudo] .widget-title {
  margin: 0;
}

.widget_fudo_b_c ul,
.widget_fudo_b_r ul,
.widget_fudo_r_r ul {
  list-style-type: none;
  padding: 0;
}
.widget_fudo_b_c ul li.cat-item,
.widget_fudo_b_r ul li.cat-item,
.widget_fudo_r_r ul li.cat-item {
  margin-bottom: 0;
}
.widget_fudo_b_c ul li a,
.widget_fudo_b_r ul li a,
.widget_fudo_r_r ul li a {
  display: flex;
  border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0.5em 0;
}
.widget_fudo_b_c ul li a::after,
.widget_fudo_b_r ul li a::after,
.widget_fudo_r_r ul li a::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWFycm93LXJpZ2h0Ij48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNNSAxMmwxNCAwIj48L3BhdGg+PHBhdGggZD0iTTEzIDE4bDYgLTYiPjwvcGF0aD48cGF0aCBkPSJNMTMgNmw2IDYiPjwvcGF0aD48L3N2Zz4=);
  transition: transform 0.3s ease;
}
.widget_fudo_b_c ul li a:hover::after,
.widget_fudo_b_r ul li a:hover::after,
.widget_fudo_r_r ul li a:hover::after {
  transform: translateX(0.5em);
}
.widget_fudo_b_c ul > li.fudou-open-on-click > a::after,
.widget_fudo_b_c ul > li.fudou-open-on-click > b > a::after,
.widget_fudo_b_r ul > li.fudou-open-on-click > a::after,
.widget_fudo_b_r ul > li.fudou-open-on-click > b > a::after,
.widget_fudo_r_r ul > li.fudou-open-on-click > a::after,
.widget_fudo_r_r ul > li.fudou-open-on-click > b > a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWNoZXZyb24tZG93biI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTYgOWw2IDZsNiAtNiIgLz48L3N2Zz4=");
}
.widget_fudo_b_c ul > li.fudou-open-on-click > a:hover::after,
.widget_fudo_b_c ul > li.fudou-open-on-click > b > a:hover::after,
.widget_fudo_b_r ul > li.fudou-open-on-click > a:hover::after,
.widget_fudo_b_r ul > li.fudou-open-on-click > b > a:hover::after,
.widget_fudo_r_r ul > li.fudou-open-on-click > a:hover::after,
.widget_fudo_r_r ul > li.fudou-open-on-click > b > a:hover::after {
  transform: translateX(0) translateY(0.25em);
}
.widget_fudo_b_c ul > li ul,
.widget_fudo_b_r ul > li ul,
.widget_fudo_r_r ul > li ul {
  font-size: 0.85em;
}
.widget_fudo_b_c ul > li ul li a,
.widget_fudo_b_r ul > li ul li a,
.widget_fudo_r_r ul > li ul li a {
  padding-left: 0.5em;
}

.widget_fudo_toukou_top .toukou-top {
  padding: 0;
  list-style-type: none;
}
.widget_fudo_toukou_top .toukou-top .toukou-top-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.widget_fudo_toukou_top .toukou-top .toukou-top-detail h3, .widget_fudo_toukou_top .toukou-top .toukou-top-detail p {
  margin: 0;
}
.widget_fudo_toukou_top .toukou-top .toukou-top-detail p {
  font-size: 0.85em;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-list li {
  border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
.widget_fudo_toukou_top .toukou-top.toukou-top-list li a {
  display: flex;
  gap: 1em;
  padding: 0.75em 0;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-list li a figure {
  flex-basis: 80px;
  margin-bottom: 0;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-list li a figure .no-image,
.widget_fudo_toukou_top .toukou-top.toukou-top-list li a figure img {
  width: 100%;
  height: 80px;
  border-radius: var(--wp--custom--border-radius--sm);
  transition: all 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-list li a figure .no-image:hover,
.widget_fudo_toukou_top .toukou-top.toukou-top-list li a figure img:hover {
  transform: scale(1.05);
}
.widget_fudo_toukou_top .toukou-top.toukou-top-box li a {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border-radius: var(--wp--custom--border-radius--sm);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
  overflow: hidden;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-box .toukou-top-detail {
  padding: 0 0.75em 0.75em;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-box .toukou-top-post-thumbnail {
  aspect-ratio: 16/9;
  height: 100%;
}
.widget_fudo_toukou_top .toukou-top.toukou-top-box .toukou-top-post-thumbnail img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget_fudo_search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.widget_fudo_search .wp-block-search__inside-wrapper .wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.widget_fudo_search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 10px;
  white-space: nowrap;
}

.widget_fudo_top_r .widget-title,
.widget_fudo_syousai .widget-title {
  margin-bottom: 1em;
}
.widget_fudo_top_r ul,
.widget_fudo_syousai ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wp--custom--style--block-gap);
}
.widget_fudo_top_r ul li,
.widget_fudo_syousai ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  position: relative;
  border-radius: var(--wp--custom--border-radius--sm);
  box-shadow: var(--wp--preset--shadow--estate-hub-shadow-sm);
  background-color: var(--wp--preset--color--base);
  position: relative;
}
.widget_fudo_top_r ul li .new-up,
.widget_fudo_syousai ul li .new-up {
  border-radius: 50%;
  text-align: center;
  background: var(--wp--preset--color--base);
  width: 4em;
  height: 4em;
  line-height: 4;
  position: absolute !important;
  left: -1em;
  top: -1em;
  font-size: 0.75rem;
  z-index: 1;
}
.widget_fudo_top_r ul li figure,
.widget_fudo_syousai ul li figure {
  margin-bottom: 0.5em;
  overflow: hidden;
}
.widget_fudo_top_r ul li figure.no-image-data,
.widget_fudo_syousai ul li figure.no-image-data {
  background-color: color-mix(in srgb, currentColor 7%, transparent);
}
.widget_fudo_top_r ul li figure.no-image-data img,
.widget_fudo_syousai ul li figure.no-image-data img {
  mix-blend-mode: multiply;
}
.widget_fudo_top_r ul li figure img,
.widget_fudo_syousai ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  vertical-align: bottom;
}
.widget_fudo_top_r ul li figure img:hover,
.widget_fudo_syousai ul li figure img:hover {
  transform: scale(1.05);
}
.widget_fudo_top_r ul li .bukken-detail,
.widget_fudo_syousai ul li .bukken-detail {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding-right: 0.75em;
  padding-bottom: 0.78em;
  padding-left: 0.75em;
}
.widget_fudo_top_r ul li .bukken-detail p,
.widget_fudo_syousai ul li .bukken-detail p {
  margin: 0;
}
.widget_fudo_top_r ul li .bukken-sub-detail p,
.widget_fudo_syousai ul li .bukken-sub-detail p {
  display: inline-block;
}
.widget_fudo_top_r ul li .bukken-sub-detail p:not(:first-child):before,
.widget_fudo_syousai ul li .bukken-sub-detail p:not(:first-child):before {
  content: "/";
  padding: 0.25em;
}
.widget_fudo_top_r ul li .bukken-footer,
.widget_fudo_syousai ul li .bukken-footer {
  margin-top: auto;
  text-align: right;
  margin-right: 0.75em;
  margin-left: 0.75em;
  margin-bottom: 0.75em;
}
.widget_fudo_top_r ul li .bukken-footer p,
.widget_fudo_syousai ul li .bukken-footer p {
  margin: 0;
}
.widget_fudo_top_r ul li .bukken-footer p a,
.widget_fudo_syousai ul li .bukken-footer p a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}

.widget_fudo_b_k br {
  display: none;
}
.widget_fudo_b_k .jsearch_caution1,
.widget_fudo_b_k .jsearch_caution2 {
  margin-bottom: 1em;
}
.widget_fudo_b_k .shubetsu,
.widget_fudo_b_k .roseneki,
.widget_fudo_b_k .chiiki,
.widget_fudo_b_k .kakaku_c,
.widget_fudo_b_k .kakaku_b,
.widget_fudo_b_k .hofun,
.widget_fudo_b_k .madori_cb,
.widget_fudo_b_k .chikunen,
.widget_fudo_b_k .memseki,
.widget_fudo_b_k .setsubi_cb {
  margin-bottom: 1.5em;
}
.widget_fudo_b_k .jsearch_roseneki,
.widget_fudo_b_k .jsearch_chiiki,
.widget_fudo_b_k .jsearch_kakaku,
.widget_fudo_b_k .jsearch_hofun,
.widget_fudo_b_k .jsearch_chikunen,
.widget_fudo_b_k .jsearch_madori,
.widget_fudo_b_k .jsearch_memseki,
.widget_fudo_b_k .jsearch_setsubi {
  display: block;
  margin-bottom: 0.25em;
}
.widget_fudo_b_k #kalb,
.widget_fudo_b_k #mel {
  margin-right: 0.5em;
}
.widget_fudo_b_k #kahb,
.widget_fudo_b_k #meh {
  margin-left: 0.5em;
}
.widget_fudo_b_k label {
  cursor: pointer;
}
.widget_fudo_b_k .roseneki select:first-of-type,
.widget_fudo_b_k .chiiki select:first-of-type {
  margin-right: 0.75em;
}
.widget_fudo_b_k .setsubi_cb span,
.widget_fudo_b_k .madori_cb span {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.widget_fudo_b_k input[type=submit] {
  text-align: center;
  width: 100%;
  min-height: 3em;
  font-size: 1em;
  border-radius: var(--wp--custom--border-radius--sm);
  letter-spacing: inherit;
}

.wp-block-fudou-page-jyoken br {
  display: none;
}
.wp-block-fudou-page-jyoken .form_jsearch {
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
  padding: 1em;
}
.wp-block-fudou-page-jyoken .form_jsearch th,
.wp-block-fudou-page-jyoken .form_jsearch td {
  padding: 1em;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
.wp-block-fudou-page-jyoken .form_jsearch th {
  text-align: left;
}
.wp-block-fudou-page-jyoken .form_jsearch label {
  cursor: pointer;
}
.wp-block-fudou-page-jyoken .form_jsearch h5 {
  margin: 0 0 0.5em;
}
.wp-block-fudou-page-jyoken ul {
  padding: 0;
  list-style-type: none;
}
.wp-block-fudou-page-jyoken .submit input {
  text-align: center;
  width: 100%;
  min-height: 3em;
  font-size: 1em;
  border-radius: var(--wp--custom--border-radius--sm);
  letter-spacing: inherit;
}

@media (max-width: 600px) {
  .widget_fudo_top_r ul,
  .widget_fudo_syousai ul {
    grid-template-columns: 1fr;
  }
}
header.estate-hub-header.is-position-sticky {
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  position: sticky;
  z-index: 10;
}

.estate-hub-header-info-bar .wp-block-estate-hub-icon.phone {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  border-radius: 4px;
}

@media (max-width: 599px) {
  [class*=estate-hub-header] .estate-hub-header-main-content {
    padding-top: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
  }
  [class*=estate-hub-header] .wp-block-navigation,
  [class*=estate-hub-header] .wp-block-page-list {
    align-items: flex-start !important;
  }
  [class*=estate-hub-header] .wp-block-navigation-item {
    align-items: flex-start !important;
  }
}
.fudo-top-heading::before, .fudo-top-heading::after {
  content: "";
  position: absolute;
  top: 25%;
  width: 1em;
  height: 30px;
  border-left: solid 2px currentColor;
}
.fudo-top-heading::before {
  transform: translateX(-35px) rotate(35deg);
}
.fudo-top-heading::after {
  transform: translateX(28px) rotate(35deg);
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--custom--style--block-gap, 2rem);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-pages-list__item {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  width: inherit;
  padding: 0.75em 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item__content .wp-block-navigation-item__label,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content .wp-block-navigation-item__label {
  display: block;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container a,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container a::after,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWFycm93LXJpZ2h0Ij48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNNSAxMmwxNCAwIj48L3BhdGg+PHBhdGggZD0iTTEzIDE4bDYgLTYiPjwvcGF0aD48cGF0aCBkPSJNMTMgNmw2IDYiPjwvcGF0aD48L3N2Zz4=);
  transition: transform 0.3s ease;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container a:hover::after,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a:hover::after {
  transform: translateX(0.5em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  width: 100%;
  max-width: 400px;
  margin: auto;
  gap: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item {
  width: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
  padding-left: 0.5em;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-pages-list__item {
  gap: 0.75rem;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  width: auto;
  height: auto;
  line-height: 1;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item,
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
  margin-bottom: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
  margin-right: 1em;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}
.wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__submenu-container {
  box-shadow: 2px 7px 10px -10px color-mix(in srgb, currentColor 20%, transparent);
  border-color: transparent;
}
.wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
  border-bottom: 1px solid color-mix(in srgb, currentColor 8%, transparent);
}
.wp-block-navigation.estate-hub-header-navigation .wp-block-navigation-item__content {
  line-height: 1;
}
.wp-block-navigation.estate-hub-header-navigation .is-menu-open .wp-block-navigation__submenu-container {
  box-shadow: none;
}
.wp-block-navigation.estate-hub-header-navigation .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
  border-bottom-color: transparent;
}

@media (min-width: 600px) {
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__responsive-container-open.always-shown {
    margin-top: var(--wp--preset--spacing--20);
    margin-bottom: var(--wp--preset--spacing--20);
  }
  .wp-block-navigation.estate-hub-header-navigation .hidden-by-default .wp-block-navigation__container {
    gap: 1em !important;
  }
  .wp-block-navigation.estate-hub-header-navigation .hidden-by-default .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: inherit;
  }
  .wp-block-navigation.estate-hub-header-navigation .hidden-by-default .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-item__content {
    padding: inherit;
  }
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__container .wp-block-navigation-item {
    cursor: pointer;
  }
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 1.5em 0;
  }
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-item__content {
    padding: 1.5em 0.5em 1.5em 0;
  }
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container {
    border-color: transparent;
    font-size: var(--wp--preset--font-size--2-xs);
  }
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 1em;
  }
  .wp-block-navigation.estate-hub-header-navigation .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: 0.25em;
  }
}
.pswp--custom-icon-colors {
  --pswp-placeholder-bg:transparent;
}

.pswp img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pswp button {
  outline: none;
}
.pswp .pswp__button--arrow {
  opacity: 0.85;
}
.pswp .pswp__button--arrow:hover {
  opacity: 1;
}
.pswp .pswp__button--arrow .pswp__icn {
  color: var(--wp--preset--color--base);
}
.pswp .pswp__custom-caption {
  font-size: 1rem;
  color: var(--pswp-caption-color, #fff);
  width: 100%;
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--pswp-caption-bg, rgba(34, 34, 34, 0.6));
  text-align: center;
}
.pswp .pswp__custom-caption a {
  color: inherit;
  text-decoration: none;
}
.pswp .pswp__custom-caption a:hover {
  color: currentColor;
}
.pswp .pswp__custom-caption.no-caption {
  display: none;
}

@media only screen and (min-width: 681px) {
  .pswp--touch .pswp__button--arrow {
    visibility: unset !important;
  }
}
