:root {
  --theme-primary-color: #c52f36;
  --theme-primary-fontfamily: Verdana, Arial, sans-serif;

  --body-text-color: #030303;
  --black-text: #000;
  --white-text: #fff;
  --footer-bg: #f3f3f3;
}
html { font-size: 24px; }
body { font-family: var(--theme-primary-fontfamily); color: var(--body-text-color); }
strong { font-family: var(--theme-primary-fontfamily); font-weight: 400; }
h2 { font-size: 1.200rem; font-family: var(--theme-primary-fontfamily); margin: 0; }
.transparent-header { position: absolute; z-index: 100; width: 100%; color: #fff; }
#pageheader .navbar { min-height: 140px; }
#pageheader .navbar-brand { padding: 0; }
.navbar-brand img { min-width: 135px; max-height: 120px!important; object-fit: contain; }
.theme-btn { background: var(--theme-primary-color); display: inline-block; color: var(--white-text); font-size: 18px; font-family: var(--theme-primary-fontfamily); text-decoration: none; padding: 5px 30px; border-radius: 50px; border: 3px solid var(--theme-primary-color); transition: 0.3s ease; }
.theme-btn:hover { background-color: transparent; color: var(--theme-primary-color); }
.header-quote { margin-bottom: 0; }
#main-contact-btn { padding: 10px; border-radius: 50%; }
.footerLogo img { max-width: 155px; max-height: 140px!important; }
.footerLogo { text-align: center; }
.brandLink a { display: block; color: var(--body-text-color); text-decoration: none; font-size: 16px; }
.brandLink { margin: 0; }
.social_links { padding: 0; margin: 0; }
.social_links li { display: inline-block; }
.social_links li a { display: block; width: 50px; height: 50px; line-height: 45px; text-align: center; background: var(--black-text); border-radius: 60px; color: var(--white-text); font-size: 0.8rem; border: 3px solid var(--black-text); transition: 0.3s ease; }
.social_links li a:hover { background: transparent; color: var(--black-text); }
.partners_logo { padding: 0; margin: 0; text-align: right; display: flex; align-items: center; justify-content: center; }
.partners_logo li { max-width: 200px; display: inline-block; vertical-align: middle; padding: 0 15px; }
.copyrights p { font-size: 18px; text-shadow: 3px 3px 8px rgba(0,0,0,0.18); }
.copyrights { padding: 40px 0; background: var(--footer-bg); }
#pagefooter { padding: 60px 0 0; background: var(--footer-bg); }

.banner-slider .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); }
.banner-slider .owl-nav button svg { max-width: 30px; }
.banner-slider .owl-nav button.owl-prev { left: 25px; }
.banner-slider .owl-nav button.owl-next { right: 25px; }
.thumb-slider-wrap { margin-top: -70px; }
.thumb-slider-wrap .active img { filter: grayscale(100%); }
.thumb-slider-wrap .active.current img { filter: grayscale(0); }
.slider-wrapper { position: relative; }
.slider-wrapper .sliderContent { position: absolute; top: 0; left: 0; right: 0; padding: 3.667rem 0; }
.sliderContent h2 { font-size: 2.800rem; color: var(--white-text); font-family: var(--theme-primary-fontfamily); font-weight: 400; line-height: 1; margin-bottom: 1.5rem; }
#banner-slider .owl-item img { aspect-ratio: 1903 / 938; -o-object-fit: cover; object-fit: cover; }
#banner-slider .owl-item .banner-image img,
#banner-slider .owl-item .banner-image video,
#banner-slider .owl-item .banner-image iframe { aspect-ratio: 21 / 9; -o-object-fit: cover; object-fit: cover; }
#banner-slider .owl-item .banner-image video,
#banner-slider .owl-item .banner-image iframe { height: 100%; width: 100%; }
#banner-slider .owl-item .banner-image video:fullscreen { display: block!important; }
#banner-slider .banner-slide .slider-wrapper > a { cursor: default; }

#banner-slider .owl-nav button, .fullview-slider .owl-nav button { margin-top: -20px; }
.fullview-slider .fullview-slide-wrapper video { width: 100%; height: 100%; }
.fullview-slider .fullview-slide-wrapper img, .fullview-slider .fullview-slide-wrapper video { aspect-ratio: 21 / 9; -o-object-fit: cover; object-fit: cover; }

#property-sections > .section-block:not(.fullview-sliders-section) { padding-top: 20px !important; padding-bottom: 20px !important; }
#property-sections > .section-block:not(.fullview-sliders-section):first-child { padding-top: 15px !important; }

.image-sliders-section .owl-stage, .property-blog-sliders-section[data-show-image-only="1"] .owl-stage { padding: 15px 0; }
.image-sliders-section .prop-list { padding: 0; box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 53%); }
.image-sliders-section .prop-list h3 { font-size: 1.15rem; text-align: center; font-family: var(--theme-primary-fontfamily); font-weight: bold; margin: 20px 0 10px; }
.image-sliders-section .prop-list label { font-size: 0.9rem; }
.image-sliders-section .prop-list .carPrice { font-size: 1.2rem; line-height: 1; }
.prop-list .theme-btn { font-size: 0.650rem; font-family: var(--theme-primary-fontfamily); padding: 6px 10px; width: 100%; text-align: center; }
.image-sliders-section .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; font-size: 0 !important; }
.image-sliders-section .owl-nav .owl-prev { left: 20px; }
.image-sliders-section .owl-nav .owl-next { right: 20px; }
.image-sliders-section .owl-nav button.disabled { cursor: not-allowed; }
.image-sliders-section .owl-item img { aspect-ratio: 353 / 401; -o-object-fit: cover; object-fit: cover; }

.theme-btn.small { border-width: 2px; font-family: var(--theme-primary-fontfamily); padding: 10px 15px; min-width: 200px; font-size: 0.8rem; margin-top: 20px; }
.property-list-other { padding: 0px 0px 0; background: var(--white-text); margin: 0px; border: 1px solid #ccc; cursor: pointer; }
.property-list-other h3 { font-size: 0.8rem; margin: 0 0 6px; font-family: var(--theme-primary-fontfamily); line-height: 1.25; }
.property-details .property-name, .property-details .property-blog-title { word-wrap: break-word; }
.property-details { padding: 25px 40px; }
.property-details .property-price-cont { margin-bottom: 15px; }
.property-details .property-price { white-space: nowrap; }
.property-list-other label { line-height: 1.2; display: block; font-size: 0.7rem; }
.property-list-other p { display: block; margin: 0; font-size: 16px; }
.property-list-other .property-rent { font-size: 12px; padding-left: 2px; }
.property-list-other .carPrice { font-size: 1rem; line-height: 1; }
.property-list-other .theme-btn { border-width: 2px; font-size: 0.650rem; font-family: var(--theme-primary-fontfamily); padding: 7px 15px; width: 100%; text-align: center; border-radius: 0; text-transform: uppercase; display: flex; align-items: center; justify-content: space-between; }
.property-list-other .theme-btn i { position: relative; top: 1px; }
.owl-carousel .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; font-size: 0 !important; }
.owl-carousel .owl-nav .owl-prev { left: 20px; }
.owl-carousel .owl-nav .owl-next { right: 20px; }
.owl-carousel .owl-nav button.disabled { cursor: not-allowed; }
.servicesList h3 { text-align: center;  }
.servicesList.property-list-other { padding-bottom: 30px; }
#property-sections img.property-image { aspect-ratio: 255 / 191; -o-object-fit: cover; object-fit: cover; }

.property-blog-slide .property-blog-title { font-weight: bold; margin-bottom: 10px; }
.property-blog-slide .property-blog-content { position: relative; min-height: 100px; max-height: 100px; max-height: min(4lh, 100px); min-height: min(4lh, 100px); overflow: hidden; margin: 15px 0; }
.property-blog-slide .property-blog-content::after { content: ""; position: absolute; background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff); height: 20px; width: 100%; bottom: 0; left: 0; }

.property-blog-sliders-section .property-image { aspect-ratio: 255 / 191!important; -o-object-fit: cover; object-fit: cover; }

.property-blog-sliders-section[data-show-image-only="1"] .property-list-other { padding: 0; box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 53%); border: none; }
.property-blog-sliders-section[data-show-image-only="1"] .property-image { aspect-ratio: 353 / 401!important; -o-object-fit: cover; object-fit: cover; }
.property-blog-sliders-section[data-show-image-only="1"] .property-details { display: none; }
.property-blog-sliders-section[data-show-image-only="1"] .owl-nav button { margin-top: 0; }

@media (min-width: 360px) {
    .property-blog-sliders-section [data-merge="2"] .theme-btn { width: 50%; min-width: max-content; margin: auto; }
    .property-blog-sliders-section [data-merge="2"] .property-image { aspect-ratio: 510 / 191!important; -o-object-fit: cover; object-fit: cover; }
    .property-blog-sliders-section[data-show-image-only="1"] [data-merge="2"] .property-image { aspect-ratio: 706 / 401!important; -o-object-fit: cover; object-fit: cover; }
}

.property-blog-link { display: inline-block; text-decoration: none; color: var(--theme-primary-color); padding: 5px 20px; border: 1px solid var(--theme-primary-color); border-radius: 50px; width: auto; margin: auto; margin-bottom: 10px; }
.property-blog-link:hover, .property-blog-link:active { border-color: var(--theme-primary-color) !important; background-color: var(--theme-primary-color) !important; color: #fff !important; }

.text-section-container { flex-direction: column; }
.text-section-text { all: unset; display: revert; font-family: inherit; font-size: 16px; line-height: inherit; margin: 0; padding: 0; border: 0; box-sizing: border-box; white-space: unset !important; height: 100%; }
.text-section-content { position: relative; }
.text-section-content.read-less { overflow: hidden; mask-image: linear-gradient(to bottom, black calc(100% - 40px), transparent); -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 40px), transparent); }
.text-section-more-btn { font-size: 16px; text-decoration: none; color: var(--theme-primary-color); padding: 5px 20px; border: 1px solid var(--theme-primary-color); border-radius: 50px; width: auto; margin: auto; }
.text-section-more-btn:hover, .text-section-more-btn:active { border-color: var(--theme-primary-color) !important; background-color: var(--theme-primary-color) !important; color: #fff !important; }

.offer_text { font-size: 0.6rem; line-height: 1.3; margin: 4px 0; min-height: 47px; display: flex; align-items: center; }
.form-group .wpcf7-form-control-wrap { display: block; }
.form-group .wpcf7-form-control { height: 50px; border: 2px solid #cfcfcf; padding: 8px 15px; font-size: 16px; width: 100%; max-width: 804px; }
.form-group .wpcf7-form-control.is-invalid, .form-group .wpcf7-form-control.is-invalid:focus, .form-group .wpcf7-form-control.is-invalid:active { outline: transparent; border-color: #dc3545; }
.invalid-feedback { font-size: 14px; }
.alert { font-size: 16px; }
.form-group { margin-bottom: 0.5rem; }
.form-group .wpcf7-form-control::placeholder { color: #7e7e7e; }
.file-upload { margin-top: 45px; }
.wpcf7-submit { font-family: var(--theme-primary-fontfamily); }
.codedropz-btn-wrap .cd-upload-btn { color: #030303; border: 2px solid #030303; display: inline-block; padding: 7px 25px 10px; border-radius: 50px; min-width: 270px; margin-top: 20px; }
.codedropz-upload-inner h3 { margin-top: 0; }
.has-error-msg, .has-error { font-size: 18px; }
.dnd-upload-status .dnd-upload-details .name { font-size: 18px; }
.wpcf7-not-valid-tip { display: none; }
.form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid { border-color: #ff0000; }
.wpcf7-response-output { margin: 1rem 0 0 !important; text-align: center; }
.finance .form-group .wpcf7-form-control { max-width: 100%; }
.finance .file-upload { margin-top: 0.5rem; margin-bottom: 1rem; }
.finance p { font-size: 0.867rem; line-height: 1.3; }
.finance p small { font-size: 0.700rem; }
.file-upload .codedropz-upload-inner h3, .codedropz-upload-inner { font-size: 18px; }
.codedropz-btn-wrap .cd-upload-btn { min-width: inherit; margin: 0; }
.finance .wpcf7-spinner { display: none; }
.file-upload .codedropz-upload-handler { border-color: #000; border-radius: 0; border-width: 3px; }
/* #team-members-slider { padding: 0px 80px; } */
#team-members-slider .owl-stage, .team-members-slider .owl-stage { margin: auto; }
.teamWrap_img { margin-bottom: 1rem; aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden; object-fit: cover; }
.teamWrap_img > img { object-fit: cover; object-position: top; height: 100%; }
.teamWrap p { font-size: 1rem; font-family: var(--theme-primary-fontfamily); line-height: 1.2; margin-bottom: 10px; margin-left: 15px; margin-right: 15px; }
.teamWrap .position { font-size: 13px; letter-spacing: 2px; display: block; line-height: 1; padding: 5px 0; margin-left: 15px; margin-right: 15px; }
.socialIcons a { display: inline-block; width: 40px; height: 40px; line-height: 40px; background: #000; border-radius: 40px; color: #fff; font-size: 16px; margin-right: 2px; }
.socialIcons { margin-top: 15px; }

.form-group textarea.wpcf7-form-control { height: auto; max-height: 250px; }
.contact h3 { font-size: 1.300rem; margin-bottom: 1rem; }
.contact iframe { width: 100%; max-height: 374px; max-width: 100%; }
.contact .wpcf7-submit { background: #000; border-color: #000; max-width: 350px; width: 100%; }
.contact .wpcf7-submit:hover { background: transparent; color: #000; min-width: 350px; }
.contact p { margin-bottom: 0.5rem }

.copyrights_text { background: #000; font-size: 20px; }
.copyrights_text p { color: #fff; margin: 0; padding: 10px 0; font-size: 16px; }
.copyrights_text a { color: #fff; }
.owl-stagging .owl-stage { padding-left: 0 !important; }

.owl-stage:not(.no-slides):not([style]) { display: flex; visibility: hidden; }
#banner-slider .owl-stage:not(.no-slides):not([style]) { width: -webkit-max-content; width: -moz-max-content; width: max-content; }
#banner-slider .owl-stage:not(.no-slides):not([style]) .owl-item { max-width: 100vw; }

.acc__panel { display: none; padding: 15px 40px; }
.acc__card { text-align: center; border: 2px solid var(--theme-primary-color); padding: 10px; border-radius: 20px; margin-bottom: 5px; }
.acc__card .acc__title { font-size: 18px; cursor: pointer; color: #4f4f4f; }
.acc__panel .form-group .wpcf7-form-control { max-width: 100%; }
.acc__panel .form-group label { padding-bottom: 5px; font-size: 16px; display: block; text-align: left; }
.acc__card .acc__title i { position: relative; top: 2px; font-size: 20px; transition: 0.3s ease; }
.acc__card .acc__title.active i { transform: rotate(180deg); }
.formContent p { font-size: 14px; margin-bottom: 10px; line-height: 1.2; }
.formContent { text-align: left; padding-top: 20px; }
.formContent li { font-size: 14px; }
.formContent ul { margin-bottom: 10px; }
.vehicleImg { margin-bottom: 15px; }
.vehicleImg .property-image-preview { object-fit: cover; width: 100%; }
.vehicleImg .vehicle-thumbs-list { padding: 0; margin: 0; overflow-y: auto; }
.vehicleImg .property-image-preview, .vehicleImg .vehicle-thumbs-list { max-height: 445px; height: 50vw; }
.vehicleImg .vehicle-thumbs-list .vehicle-thumb:not(:last-child) { margin-bottom: calc(var(--bs-gutter-x) * 0.8); }
.popup-details-section ul.tabs li.tab-link { width: 50%; font-size: 16px; text-align: center; font-family: var(--theme-primary-fontfamily); font-weight: 700; position: relative; }
.popup-details-section ul.tabs { font-size: 0; text-align: center; position: relative; }
.fancybox__content { padding: 1.5rem; width: 100%; max-width: min(900px, 98vw); }
ul.tabs { margin: 0px; padding: 0px; list-style: none; }
ul.tabs li { background: #ededed; color: #222; display: inline-block; padding: 5px 15px; cursor: pointer; border-top: 3px solid #ededed; min-height: 26px; }
ul.tabs li.current { background: #ffffff; color: #222; border-color: var(--theme-primary-color); }
.tab-content { display: none; background: #fff; font-size: 16px; padding: 15px 0; }
.tab-content.current { display: inherit; }
.tab-content h3 { margin-top: 0; font-size: 20px; font-family: var(--theme-primary-fontfamily); font-weight: bold; color: #000; }
.tab-content .popup-property-details { width: 100%; }
.tab-content .popup-property-details p { margin-bottom: 5px; }
.tab-content .popup-property-details .property-price { white-space: nowrap; }
.tab-content .price-block { margin-bottom: 25px; color: var(--theme-primary-color); font-family: var(--theme-primary-fontfamily); font-weight: bold; font-size: 28px; line-height: 1.1; }
.tab-content .price-block small { color: #000; display: block; font-family: var(--theme-primary-fontfamily); font-size: 14px; }
.tab-content .price-block .property-rent { font-size: 20px; padding-left: 4px; }
.tab-content .wpcf7-form-control { height: 34px; }
.tab-content .theme-btn { border-radius: 0; font-size: 16px; padding: 5px 15px; width: 100%; text-align: center; }
.tab-content .form-group { margin-bottom: 5px; }
.fancybox__content>.f-button.is-close-btn { top: 2px; opacity: 1; --f-button-svg-width: 30px; --f-button-svg-height: 30px; right: 1px; }
.fancybox__content>.f-button.is-close-btn svg { stroke: var(--theme-primary-color); }
.banner-slider .owl-carousel .owl-nav button, .image-sliders-section .owl-carousel .owl-nav button { margin: 0; }
.page_placeholder .theme-btn { background-color: #989898; border-color: #989898; }
.page_placeholder .acc__card { border-color: #989898; }
.page_placeholder .theme-btn:hover { color: #000; }
.page_placeholder ul.tabs li.current { border-color: #989898; }
.page_placeholder .tab-content .price-block { color: #989898; }
.page_placeholder .fancybox__content>.f-button.is-close-btn svg { stroke: #989898; }
.page_placeholder .owl-carousel .owl-nav button svg path { stroke: #989898 !important; }

#enquiry-form .theme-btn { font-size: 14px !important; padding: 3px 15px; }

#property-info-section { padding-bottom: calc(33px + 0.25rem); }

#social-links-panel, #reviews-panel { padding: 10px 0; }
.popup-details-section ul.tabs:before { content: ""; height: 3px; width: 100%; position: absolute; background: var(--theme-primary-color); left: 0; top: 50%; transform: translateY(-50%); }

.additional-info-section { font-size: 14px; margin: 10px 0 15px; width: 100%; }
.additional-info-content, .additional-info-section .additional-info-content  { position: relative; font-size: 13px; margin: 5px 0 0; white-space: pre-line; word-break: break-word; }
.additional-info-content.read-less, .additional-info-section .additional-info-content.read-less {  max-height: 40px; overflow: hidden;  }
.additional-info-content.read-less::after, .additional-info-section .additional-info-content.read-less::after { content: ""; position: absolute; background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff); height: 20px; width: 100%; bottom: 0; left: 0; }
.additional-info-section .additional-info-toggle-btn { font-size: 14px; text-align: center; width: 100%; padding: 0; text-decoration: none; box-shadow: none !important; }
.additional-info-section .additional-info-toggle-btn  { text-decoration: underline; }
#property-blog-info .additional-info-content.read-less { max-height: 150px; }

.popup-carousel-container { display: grid; grid-template-columns: minmax(0px, 1fr) 25%; margin-bottom: 10px; --product-view-height: 50vw; }
.popup-carousel-container .f-thumbs.is-classic.is-vertical, .popup-carousel { height: var(--product-view-height, 100%); max-height: 445px; }
.popup-carousel-container .f-thumbs__track { height: 100%; }

/* Thumbnails */
.popup-carousel-container .f-thumbs.is-classic { --f-thumb-width: 100%; --f-thumb-height: 33%; --f-thumb-gap: 8px; --f-thumb-opacity: 1; --f-thumb-selected-opacity: 1; --f-thumb-outline: 2px; --f-thumb-outline-color: #656565; --f-button-color: #0d0c22; --f-button-hover-color: var(--theme-primary-color); --f-button-bg: transparent; --f-button-hover-bg: rgb(255 255 255 / 72%); --f-button-active-bg: rgb(255 255 255 / 72%); --f-button-border-radius: 50%; }
.popup-carousel-container .f-thumbs.is-classic .f-thumbs__slide__img { object-fit: cover; }
.popup-carousel-container .f-thumbs.is-classic .f-carousel__nav .f-button[disabled] { display: none; }

/* Main carousel */
.popup-carousel-container .popup-carousel { --f-carousel-spacing: 0; --f-button-width: 48px; --f-button-height: 48px; --f-button-border-radius: 50%; --f-button-color: #0d0c22; --f-button-hover-color: var(--theme-primary-color); --f-button-bg: transparent; --f-button-hover-bg: rgb(255 255 255 / 72%); --f-button-active-bg: rgb(255 255 255 / 72%); --f-button-svg-width: 28px; --f-button-svg-height: 28px; --f-button-svg-stroke-width: 1; --f-button-svg-filter: none; height: var(--product-view-height); }
.popup-carousel:hover .f-carousel__nav { opacity: 1; }
.popup-carousel .f-carousel__slide { display: flex; justify-content: center; align-items: center; height: 100%; background-image: linear-gradient(#ebeff2, #e2e8f0); }
.popup-carousel .f-carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.popup-carousel .f-carousel__nav { opacity: 0; transition: opacity 0.15s; }

/* Fancybox */
.popup-carousel-container .fancybox__container { --fancybox-color: #0d0c22; --f-spinner-color-1: rgba(0, 0, 0, 0.1); --f-spinner-color-2: rgba(17, 24, 28, 0.8); }
.popup-carousel-container .fancybox__toolbar, .popup-carousel-container .fancybox__nav { --f-button-width: 60px; --f-button-height: 60px; --f-button-border-radius: 50%;  --f-button-color: #0d0c22; --f-button-hover-color: #ff3520;  --f-button-bg: #fff; --f-button-hover-bg: #fff; --f-button-active-bg: #fff;  --f-button-svg-width: 32px; --f-button-svg-height: 32px;  --f-button-svg-stroke-width: 1; --f-button-svg-filter: none; }
.popup-carousel-container .fancybox__nav { --f-button-next-pos: 0; --f-button-prev-pos: 0; }

@media(max-width:800px) {
    #banner-slider .owl-item .banner-image img,
    #banner-slider .owl-item .banner-image video,
    #banner-slider .owl-item .banner-image iframe { aspect-ratio: 3 / 2; -o-object-fit: cover; object-fit: cover; }

    #banner-slider .owl-item .banner-image video,
    #banner-slider .owl-item .banner-image iframe { height: 100%; width: 100%; }
}
@media(max-width:480px) {
    #banner-slider .owl-item .banner-image img,
    #banner-slider .owl-item .banner-image video,
    #banner-slider .owl-item .banner-image iframe { aspect-ratio: 3 / 4; -o-object-fit: cover; object-fit: cover; }

    #banner-slider .owl-item .banner-image video,
    #banner-slider .owl-item .banner-image iframe { height: 100%; width: 100%; }
}

@media(max-width:560px) {
    .output { display: block; }
}

@media(min-width:767px) {
    #services-form-fields { max-height: 185px; overflow: auto; padding-right: 5px; }
}

@media(min-width:991px) {
    #pageheader .theme-container { display: grid; justify-items: center; grid-template-columns: 1fr 3fr 1fr; }
}

@media(min-width:1400px) {
    .container.theme-container { max-width: calc(100% - 120px); }
    .small-container { max-width: 1420px; }
}

@media(min-width:1650px) {
    .container { max-width: 1625px; }
    .small-container { max-width: 1420px; }
}
@media(max-width:1649px) {
    html { font-size: 24px; }
    .property-details { padding: 25px 25px; }
    .property-list-other h3 { font-size: 17px; }
    .property-list-other p { font-size: 14px; }
    .property-list-other .property-rent { font-size: 10px; }
}

@media(max-width:1399px) {
    html { font-size: 21px; }
    .offer_text { min-height: 33px; margin: 3px 0; }
    .image-sliders-section .owl-nav button, .detail-sliders-section .owl-nav button { width: 30px; height: 30px; background-size: 30px !important; }
    .theme-btn.small { min-width: 220px; }
    .property-list-other p { font-size: 12px; }
    .property-list-other .property-rent { font-size: 10px; }
    .navbar-brand img { min-width: 100px; }
}
@media(max-width:1299px) {
    html { font-size: 18px; }
}
@media(max-width:1199px) {
    html { font-size: 20px; }
    .banner-slider .owl-nav button svg { max-width: 25px; }
    .banner-slider .owl-nav button.owl-next { right: 10px; }
    .banner-slider .owl-nav button.owl-prev { left: 10px; }
    .property-details { padding:  25px;}
}
@media(max-width:991px) {
    #pageheader .navbar { min-height: 86px; }
    .navbar-brand img { max-height: 90px !important; }
    .brandLink, .social_links { text-align: center; }
    .partners_logo { justify-content: space-evenly; margin-top: 1.5rem; }
    .partners_logo img { max-width: 140px; }
    .copyrights p { font-size: 16px; }
    .thumb-slider-wrap { margin-top: -35px; }
    .teamWrap p { font-size: 14px; }
    .owl-carousel .owl-nav .owl-prev { left: 20px; }
    .teamWrap .position { font-size: 12px; letter-spacing: 1px; }
}
@media(max-width:767px) {
    html { font-size: 18px; }
    h2 { font-size: 18px; }
    footer  { padding: 50px 0; }
    .brandLink { margin-top: 1rem; }
    .navbar > .theme-container { justify-content: space-between; text-align: center; }
    .header-quote { order: 1; width: 100%; }
    #pageheader .navbar { min-height: 86px; }
    .navbar-brand img { max-width: min(45vw, 200px); max-height: 64px !important; }
    #main-contact-btn i { font-size: 1.125em; }
    .footerLogo img { max-height: 72px !important; }
    .sliderContent h2 { font-size: 2rem; line-height: 1.2; }
    .slider-wrapper .sliderContent { padding: 3.667rem 2rem; }
    .thumb-slider-wrap { margin-top: -15px; }
    .theme-btn.small { margin-top: 0; }
    .image-sliders-section .prop-list h3, .property-list-other .carPrice { font-size: 1.4rem; }
    .property-list-other h3 { font-size: 1.2rem; }
    .social_links li a, .theme-btn.small, .property-list-other .theme-btn, .property-list-other label, .offer_text { font-size: 1rem; }
    .form-group .wpcf7-form-control-wrap .wpcf7-form-control { height: 45px; font-size: 16px; }
    .file-upload { margin-top: 0.5rem; margin-bottom: 1rem; }
    .wpcf7-spinner { display: none; }
    .theme-btn.wpcf7-submit { width: 100%; font-size: 22px; }
    .text-section-image-wrapper { float: unset!important; }
    .text-section-text { font-size: 15px; height: auto; }
    .teamWrap p { font-size: 18px; }
    .teamWrap { margin-bottom: 25px; }
    .property-details { padding: 10px; }
    .property-list-other h3 { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
    .property-list-other p { font-size: 10px; }
    .property-list-other .property-rent { font-size: 7px; }
    .property-list-other .theme-btn, .navbar .theme-btn { font-size: 12px; }
    .image-sliders-section .owl-nav button, .detail-sliders-section .owl-nav button, .owl-carousel .owl-nav button { width: 20px; height: 20px; }
    .owl-carousel .owl-nav .owl-prev { left: 10px; }
    .owl-carousel .owl-nav .owl-next { right: 10px; }
    .socialIcons a { width: 30px; height: 30px; line-height: 30px; font-size: 12px; }
    .form-group .wpcf7-form-control { font-size: 16px;}
    .copyrights { padding: 5px 0 15px 0; }
    .copyrights p { font-size: 14px; }
    .copyrights_text p { font-size: 12px;}
    #pagefooter { padding-top: 50px;}
    .acc__panel { padding: 15px 20px;}
    .fancybox__content { padding: 2rem; }
    #property-info-section { padding-bottom: 0px; }
    .partners_logo { justify-content: center; margin-top: 0; }
    .partners_logo li { padding: 0 10px; }
    .partners_logo img { max-width: 100px; }

    .owl-theme .owl-dots { padding: 5px 0; }
    #property-sections > .section-block:not(.fullview-sliders-section) { padding-top: 15px !important; padding-bottom: 15px !important; }
    #property-sections > .section-block:not(.fullview-sliders-section):first-child { padding-top: 10px !important; }
}
@media(max-width:576px) {
    html { font-size: 14px; }
    #pageheader .navbar { min-height: 64px; }
    .navbar-brand img { max-width: min(45vw, 200px); max-height: 48px !important; object-position: left; }
    #main-contact-btn { padding: 6px; width: 36px; height: 36px; }
    #main-contact-btn i { font-size: 1em; }
    .text-section-image-wrapper { float: unset!important; }
    .text-section-text, .text-section-more-btn { font-size: 14px; }
    #team-members-slider, .team-members-slider { padding: 0px; }
    .teamWrap p { font-size: 16px; }
    .teamWrap_img { margin: 10px 20% 20px; }
    #team-members-slider .owl-prev, #team-members-slider .owl-next, .team-members-slider .owl-prev, .team-members-slider .owl-next { top: 35%; }
    .acc__card .acc__title { font-size: 16px; }
    .social_links li a { width: 40px; height: 40px; line-height: 36px;}
    .property-list-other .theme-btn, .navbar .theme-btn { padding: 5px 10px; }
    .popup-details-section ul.tabs li.tab-link { font-size: 14px; padding: 5px 10px; min-height: 24px; width: 60%; }
    .is-compact .fancybox__content>.f-button.is-close-btn { background: transparent; top: 2px; right: 2px; --f-button-width: 25px; --f-button-height: 25px; }
}
.owl-stage.no-slides { padding: 2rem 0; }
.owl-theme .owl-dots,
.owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme .owl-dots { padding: 10px 0; }
.owl-theme .owl-nav .disabled { opacity: .5; cursor: default }
.owl-theme .owl-nav.disabled+.owl-dots { margin-top: 10px }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1 }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: #869791 }

.file-blocks { margin: 0 auto; }
.file-block { border-radius: 8px; background-color: rgb(154 163 181 / 20%); margin: 5px; color: initial; display: inline-flex; justify-content: space-between; max-width: 100%; }
.file-block > span.name { padding: 0 10px; width: max-content; font-size: 16px; display: inline-block; max-width: 95%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.file-delete { display: flex; width: 24px; color: initial; background-color: rgb(154 163 181 / 10%); font-size: 16px; justify-content: center; cursor: pointer; }
.file-delete:hover { background-color: rgb(154 163 181 / 25%); }
.file-delete > span { transform: rotate(45deg); }

.svg-icon { display: inline-block; width: 1.2em; height: 1.2em; background-color: currentColor; -webkit-mask-image: var(--svg); mask-image: var(--svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; vertical-align: text-bottom; }
.svg-bedroom { --svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%200.516%200.516%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M0.343%200.28h-0.01a0.055%200.055%200%200%200%20-0.014%20-0.036V0.116a0.007%200.007%200%200%200%20-0.008%20-0.008H0.053a0.007%200.007%200%200%200%20-0.008%200.008v0.128a0.065%200.065%200%200%200%20-0.014%200.036H0.022a0.014%200.014%200%200%200%20-0.014%200.014v0.072a0.007%200.007%200%200%200%200.008%200.008h0.019v0.026a0.007%200.007%200%200%200%200.008%200.008h0.041a0.007%200.007%200%200%200%200.008%20-0.008V0.374h0.18v0.026a0.007%200.007%200%200%200%200.008%200.008h0.041a0.007%200.007%200%200%200%200.008%20-0.008V0.374h0.019a0.007%200.007%200%200%200%200.008%20-0.008v-0.072a0.014%200.014%200%200%200%20-0.014%20-0.014M0.303%200.124v0.108c-0.004%20-0.002%20-0.009%20-0.004%20-0.013%20-0.005v-0.035a0.007%200.007%200%200%200%20-0.008%20-0.008h-0.065a0.007%200.007%200%200%200%20-0.008%200.008v0.027h-0.055v-0.027a0.007%200.007%200%200%200%20-0.008%20-0.008H0.082a0.007%200.007%200%200%200%20-0.008%200.008v0.035a0.083%200.083%200%200%200%20-0.013%200.005V0.124zM0.275%200.222a0.25%200.25%200%200%200%20-0.049%20-0.004v-0.019H0.275zm-0.136%20-0.004c-0.018%200%20-0.034%200.002%20-0.049%200.004v-0.023h0.049zm-0.08%200.034c0.021%20-0.021%200.072%20-0.02%200.159%20-0.019%200.039%200.001%200.072%200.003%200.088%200.019a0.042%200.042%200%200%201%200.012%200.027H0.048a0.04%200.04%200%200%201%200.012%20-0.027m0.017%200.139h-0.026v-0.018h0.026zm0.237%200h-0.026v-0.018h0.026zm0.028%20-0.034H0.023v-0.062h0.318zM0.5%200.294h-0.025v-0.021a0.007%200.007%200%200%200%20-0.008%20-0.008h-0.009v-0.034h0.032a0.008%200.008%200%200%200%200.008%20-0.009l-0.011%20-0.062c-0.001%20-0.004%20-0.004%20-0.006%20-0.008%20-0.006H0.425a0.007%200.007%200%200%200%20-0.008%200.006l-0.011%200.062a0.008%200.008%200%200%200%200.008%200.009h0.028v0.034h-0.009a0.007%200.007%200%200%200%20-0.008%200.008v0.021h-0.025a0.007%200.007%200%200%200%20-0.008%200.008v0.098a0.007%200.007%200%200%200%200.008%200.008H0.5a0.007%200.007%200%200%200%200.008%20-0.008V0.302A0.007%200.007%200%200%200%200.5%200.294m-0.068%20-0.126h0.041l0.009%200.046h-0.057zm0.009%200.113h0.019v0.013h-0.019zm0.052%200.029v0.024H0.409v-0.024zm-0.084%200.082v-0.042h0.084v0.042z%22%2F%3E%3Cpath%20d%3D%22M0.448%200.331h0.005c0.005%200%200.008%20-0.003%200.008%20-0.008s-0.003%20-0.008%20-0.008%20-0.008h-0.005c-0.005%200%20-0.008%200.003%20-0.008%200.008s0.004%200.008%200.008%200.008%22%2F%3E%3C%2Fsvg%3E"); }
.svg-bathroom { --svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2066%2066%22%20viewBox%3D%220%200%206.188%206.188%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M5.796%203.052H0.889V0.898a0.455%200.455%200%200%201%200.455%20-0.455h0.018c0.226%200%200.413%200.167%200.447%200.383a0.618%200.618%200%200%200%20-0.516%200.609%200.094%200.094%200%200%200%200.094%200.094H2.436a0.094%200.094%200%200%200%200.091%20-0.114c-0.01%20-0.301%20-0.236%20-0.547%20-0.527%20-0.59%20-0.036%20-0.32%20-0.308%20-0.569%20-0.638%20-0.569h-0.018a0.643%200.643%200%200%200%20-0.642%200.642v2.153H0.392C0.224%203.052%200.094%203.189%200.094%203.35a0.298%200.298%200%200%200%200.298%200.298h0.025c0.037%200.847%200.604%201.588%201.412%201.841l0.073%200.367a0.094%200.094%200%200%200%200.092%200.076h0.396a0.094%200.094%200%200%200%200.091%20-0.072l0.066%20-0.275h1.094l0.066%200.275a0.094%200.094%200%200%200%200.091%200.072h0.395a0.094%200.094%200%200%200%200.092%20-0.076l0.073%20-0.367c0.808%20-0.254%201.375%20-0.995%201.412%20-1.841h0.025A0.298%200.298%200%200%200%206.094%203.35a0.298%200.298%200%200%200%20-0.298%20-0.298M1.91%201.006a0.431%200.431%200%200%201%200.42%200.336h-0.839a0.43%200.43%200%200%201%200.419%20-0.336M3.987%203.239H4.959v0.767H3.987zm0%200.954H4.959v0.188H3.987zM0.392%203.46c-0.061%200%20-0.111%20-0.05%20-0.111%20-0.111%200%20-0.055%200.044%20-0.111%200.111%20-0.111h3.408v0.221zM2.316%205.744h-0.245l-0.04%20-0.2c0.093%200.019%200.216%200.035%200.323%200.039zm1.801%200H3.872l-0.039%20-0.161c0.083%20-0.003%200.235%20-0.021%200.323%20-0.039zm-0.366%20-0.347c0.044%200%20-0.623%200%20-1.313%200%20-0.984%200%20-1.784%20-0.777%20-1.834%20-1.743H3.8v0.82a0.094%200.094%200%200%200%200.094%200.094H5.053a0.094%200.094%200%200%200%200.094%20-0.094v-0.82h0.437c-0.05%200.974%20-0.858%201.743%20-1.834%201.743M5.796%203.46H5.147v-0.221h0.649a0.111%200.111%200%200%201%200%200.221%22%2F%3E%3Cpath%20d%3D%22M2.459%201.709a0.094%200.094%200%201%200%20-0.188%200v0.117a0.094%200.094%200%201%200%200.188%200zm0%200.383a0.094%200.094%200%201%200%20-0.188%200v0.117a0.094%200.094%200%201%200%200.188%200zm-0.094%200.289a0.094%200.094%200%200%200%20-0.094%200.094v0.117a0.094%200.094%200%201%200%200.188%200v-0.117a0.094%200.094%200%200%200%20-0.094%20-0.094M2.004%201.709a0.094%200.094%200%201%200%20-0.188%200v0.117a0.094%200.094%200%201%200%200.188%200zm0%200.383a0.094%200.094%200%201%200%20-0.188%200v0.117a0.094%200.094%200%201%200%200.188%200zm-0.094%200.289a0.094%200.094%200%200%200%20-0.094%200.094v0.117a0.094%200.094%200%201%200%200.188%200v-0.117a0.094%200.094%200%200%200%20-0.094%20-0.094m-0.361%20-0.672a0.094%200.094%200%201%200%20-0.188%200v0.117a0.094%200.094%200%201%200%200.188%200zm0%200.383a0.094%200.094%200%201%200%20-0.188%200v0.117a0.094%200.094%200%201%200%200.188%200zm-0.094%200.289a0.094%200.094%200%200%200%20-0.094%200.094v0.117a0.094%200.094%200%201%200%200.188%200v-0.117a0.094%200.094%200%200%200%20-0.094%20-0.094m2.418%20-0.736c0%20-0.088%20-0.071%20-0.159%20-0.158%20-0.159%20-0.088%200%20-0.159%200.072%20-0.159%200.159%200%200.087%200.072%200.158%200.159%200.158%200.087%200%200.158%20-0.071%200.158%20-0.158m-0.46%200.691c0%20-0.088%20-0.071%20-0.159%20-0.158%20-0.159%20-0.088%200%20-0.159%200.072%20-0.159%200.159%200%200.087%200.072%200.158%200.159%200.158%200.087%200%200.158%20-0.071%200.158%20-0.158m1.153%20-0.357c0%20-0.088%20-0.071%20-0.159%20-0.158%20-0.159%20-0.088%200%20-0.159%200.072%20-0.159%200.159%200%200.087%200.072%200.158%200.159%200.158%200.087%200%200.158%20-0.071%200.158%20-0.158m0.488%200.531c0%20-0.088%20-0.071%20-0.159%20-0.158%20-0.159%20-0.088%200%20-0.159%200.071%20-0.159%200.159%200%200.087%200.072%200.158%200.159%200.158%200.087%200%200.158%20-0.071%200.158%20-0.158m0.462%20-1.335c0%20-0.088%20-0.071%20-0.159%20-0.158%20-0.159%20-0.088%200%20-0.159%200.072%20-0.159%200.159%200%200.087%200.071%200.158%200.159%200.158%200.087%200%200.158%20-0.071%200.158%20-0.158%22%2F%3E%3C%2Fsvg%3E"); }
.svg-floor-area { --svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%206%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M5.25%205.344H0.75a0.094%200.094%200%200%201%20-0.094%20-0.094v-0.469a0.094%200.094%200%200%201%200.094%20-0.094h4.5a0.094%200.094%200%200%201%200.094%200.094v0.469a0.094%200.094%200%200%201%20-0.094%200.094M0.844%205.156h4.313v-0.281H0.844Z%22%2F%3E%3Cpath%20d%3D%22M2.906%204.875H1.781a0.094%200.094%200%200%201%20-0.094%20-0.094V2.813a0.094%200.094%200%200%201%200.094%20-0.094h1.125a0.094%200.094%200%200%201%200.094%200.094v1.969a0.094%200.094%200%200%201%20-0.094%200.094m-1.031%20-0.188h0.938V2.906H1.875zm2.344%20-0.469h-0.75a0.094%200.094%200%200%201%20-0.094%20-0.094V2.813a0.094%200.094%200%200%201%200.094%20-0.094h0.75a0.094%200.094%200%200%201%200.094%200.094v1.313a0.094%200.094%200%200%201%20-0.094%200.094m-0.656%20-0.188h0.563V2.906h-0.563z%22%2F%3E%3Cpath%20d%3D%22M4.781%204.875H1.219a0.094%200.094%200%200%201%20-0.094%20-0.094V2.35a0.094%200.094%200%200%201%200.041%20-0.078l1.781%20-1.188a0.094%200.094%200%200%201%200.103%200l1.781%201.188a0.094%200.094%200%200%201%200.041%200.078V4.781a0.094%200.094%200%200%201%20-0.092%200.094m-3.469%20-0.188h3.375V2.4l-1.688%20-1.125%20-1.688%201.125Z%22%2F%3E%3Cpath%20d%3D%22M5.146%202.687a0.088%200.088%200%200%201%20-0.052%20-0.016L3%201.275%200.906%202.671a0.094%200.094%200%200%201%20-0.129%20-0.025L0.568%202.334a0.094%200.094%200%200%201%20-0.014%20-0.071%200.094%200.094%200%200%201%200.04%20-0.059L2.948%200.635a0.094%200.094%200%200%201%200.103%200l2.354%201.569a0.094%200.094%200%200%201%200.04%200.059%200.094%200.094%200%200%201%20-0.014%200.071l-0.208%200.311a0.094%200.094%200%200%201%20-0.078%200.041M3%201.069a0.094%200.094%200%200%201%200.052%200.016l2.068%201.378%200.104%20-0.155L3%200.825%200.776%202.308l0.104%200.155%202.068%20-1.378a0.094%200.094%200%200%201%200.052%20-0.016M4.406%204.219H3.281a0.094%200.094%200%200%201%200%20-0.188h1.125a0.094%200.094%200%200%201%200%200.188m-0.188%20-0.656h-0.75a0.094%200.094%200%200%201%200%20-0.188h0.75a0.094%200.094%200%200%201%200%200.188%22%2F%3E%3Cpath%20cx%3D%2222%22%20cy%3D%2240%22%20r%3D%221%22%20d%3D%22M2.156%203.75A0.094%200.094%200%200%201%202.063%203.844A0.094%200.094%200%200%201%201.969%203.75A0.094%200.094%200%200%201%202.156%203.75z%22%2F%3E%3C%2Fsvg%3E"); }
.svg-land-area { --svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M12.25%2015v-1.535c0.578%20-0.158%201%20-0.855%201%20-1.715%200%20-0.983%20-0.55%20-1.75%20-1.25%20-1.75s-1.25%200.767%20-1.25%201.75c0%200.86%200.422%201.558%201%201.715V15zm-1%20-3.25c0%20-0.677%200.343%20-1.25%200.75%20-1.25s0.75%200.573%200.75%201.25%20-0.343%201.25%20-0.75%201.25%20-0.75%20-0.573%20-0.75%20-1.25%22%2F%3E%3Cpath%20d%3D%22M13.75%2010.715V15h0.5V10.715c0.578%20-0.158%201%20-0.855%201%20-1.715%200%20-0.983%20-0.55%20-1.75%20-1.25%20-1.75s-1.25%200.767%20-1.25%201.75c0%200.86%200.422%201.558%201%201.715M14%207.75c0.407%200%200.75%200.573%200.75%201.25s-0.343%201.25%20-0.75%201.25%20-0.75%20-0.573%20-0.75%20-1.25%200.343%20-1.25%200.75%20-1.25%22%2F%3E%3Cpath%20width%3D%2258%22%20height%3D%222%22%20x%3D%221%22%20y%3D%2261%22%20d%3D%22M0.25%2015.25H14.75V15.75H0.25V15.25z%22%2F%3E%3Cpath%20width%3D%222%22%20height%3D%222%22%20x%3D%2261%22%20y%3D%2261%22%20d%3D%22M15.25%2015.25H15.75V15.75H15.25V15.25z%22%2F%3E%3Cpath%20d%3D%22M10.5%204c0.69%200%201.25%20-0.56%201.25%20-1.25s-0.56%20-1.25%20-1.25%20-1.25%20-1.25%200.56%20-1.25%201.25%200.56%201.25%201.25%201.25m0%20-2c0.412%200%200.75%200.338%200.75%200.75s-0.338%200.75%20-0.75%200.75%20-0.75%20-0.338%20-0.75%20-0.75%200.338%20-0.75%200.75%20-0.75%22%2F%3E%3Cpath%20width%3D%222%22%20height%3D%223%22%20x%3D%2241%22%20y%3D%221%22%20d%3D%22M10.25%200.25H10.75V1H10.25V0.25z%22%2F%3E%3Cpath%20width%3D%222%22%20height%3D%223%22%20x%3D%2241%22%20y%3D%2218%22%20d%3D%22M10.25%204.5H10.75V5.25H10.25V4.5z%22%2F%3E%3Cpath%20width%3D%223%22%20height%3D%222%22%20x%3D%2249%22%20y%3D%2210%22%20d%3D%22M12.25%202.5H13V3H12.25V2.5z%22%2F%3E%3Cpath%20width%3D%223%22%20height%3D%222%22%20x%3D%2232%22%20y%3D%2210%22%20d%3D%22M8%202.5H8.75V3H8V2.5z%22%2F%3E%3Cpath%20width%3D%222%22%20height%3D%223%22%20x%3D%2234.99%22%20y%3D%223.49%22%20transform%3D%22rotate(-45%2035.988%204.993)%22%20d%3D%22M8.748%200.873H9.248V1.623H8.748V0.873z%22%2F%3E%3Cpath%20width%3D%222%22%20height%3D%223%22%20x%3D%2247.01%22%20y%3D%2215.51%22%20transform%3D%22rotate(-45%2048.008%2017.015)%22%20d%3D%22M11.752%203.877H12.252V4.627H11.752V3.877z%22%2F%3E%3Cpath%20width%3D%223%22%20height%3D%222%22%20x%3D%2234.49%22%20y%3D%2216.01%22%20transform%3D%22rotate(-45%2035.987%2017.014)%22%20d%3D%22M8.623%204.003H9.373V4.503H8.623V4.003z%22%2F%3E%3Cpath%20width%3D%223%22%20height%3D%222%22%20x%3D%2246.51%22%20y%3D%223.99%22%20transform%3D%22rotate(-45%2048.009%204.994)%22%20d%3D%22M11.627%200.998H12.377V1.498H11.627V0.998z%22%2F%3E%3Cpath%20d%3D%22M1.107%2010.727c0.105%200.168%200.273%200.28%200.46%200.313a0.658%200.658%200%200%200%200.52%20-0.145l0.163%20-0.135v4.242h0.5V10.342l3%20-2.513%203%202.513v4.66h0.5V10.76l0.163%200.135c0.145%200.122%200.335%200.175%200.52%200.145%200.188%20-0.03%200.357%20-0.145%200.46%20-0.313%200.185%20-0.3%200.128%20-0.698%20-0.138%20-0.925L5.912%206.063c-0.095%20-0.08%20-0.233%20-0.08%20-0.328%200L1.245%209.803c-0.265%200.228%20-0.323%200.625%20-0.138%200.925m0.463%20-0.547L5.75%206.58l4.18%203.6c0.077%200.065%200.092%200.193%200.037%200.282%20-0.028%200.045%20-0.068%200.072%20-0.115%200.08%20-0.03%200.005%20-0.075%200.003%20-0.12%20-0.035l-3.822%20-3.2a0.25%200.25%200%200%200%20-0.32%200L1.768%2010.508c-0.045%200.037%20-0.09%200.04%20-0.12%200.035a0.175%200.175%200%200%201%20-0.115%20-0.08c-0.055%20-0.09%20-0.04%20-0.217%200.037%20-0.282%22%2F%3E%3Cpath%20d%3D%22M5.75%2011.5v-1.25c0%20-0.138%20-0.113%20-0.25%20-0.25%20-0.25h-1.5c-0.138%200%20-0.25%200.113%20-0.25%200.25v1.25c0%200.138%200.113%200.25%200.25%200.25h1.5c0.138%200%200.25%20-0.113%200.25%20-0.25m-0.5%20-0.25h-1v-0.75h1zm2.75%203.75V12.5c0%20-0.138%20-0.113%20-0.25%20-0.25%20-0.25h-2c-0.138%200%20-0.25%200.113%20-0.25%200.25v2.5h0.5v-2.25h1.5v2.25zM0.953%206.5h2.152c0.357%200%200.645%20-0.323%200.645%20-0.718%200%20-0.355%20-0.233%20-0.65%20-0.537%20-0.708%20-0.095%20-0.39%20-0.412%20-0.677%20-0.787%20-0.677%20-0.09%200%20-0.177%200.015%20-0.26%200.048%20-0.142%20-0.27%20-0.405%20-0.448%20-0.703%20-0.448%20-0.45%200%20-0.815%200.412%20-0.815%200.917%200%200.03%200%200.063%200.005%200.092%20-0.237%200.125%20-0.4%200.393%20-0.4%200.708%200%200.432%200.315%200.782%200.703%200.782zm-0.003%20-1.067c0.08%200%200.155%20-0.043%200.2%20-0.11s0.055%20-0.152%200.028%20-0.228c-0.02%20-0.058%20-0.033%20-0.117%20-0.033%20-0.18%200%20-0.225%200.145%20-0.417%200.315%20-0.417%200.158%200%200.295%200.163%200.313%200.367%200.01%200.1%200.077%200.185%200.172%200.215s0.2%200%200.265%20-0.075c0.035%20-0.04%200.107%20-0.107%200.21%20-0.107%200.172%200%200.315%200.19%200.315%200.432a0.251%200.251%200%200%200%200.335%200.24c0.083%20-0.028%200.177%200.065%200.177%200.21%200%200.128%20-0.077%200.217%20-0.145%200.217h-2.15c-0.11%200%20-0.203%20-0.13%20-0.203%20-0.282s0.092%20-0.28%200.2%20-0.282%22%2F%3E%3C%2Fsvg%3E"); }
