/*!
Theme Name: weproperties
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Montserrat-Medium !important;
    background-color: #E5E5E5;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Montserrat-Medium;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/weproperties/fonts/Montserrat-Medium.woff2") format("woff2");

}
.Montserrat-Medium {
	font-family:Montserrat-Medium;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #282828;
}

.blackBackgroundColor {
	background-color: #282828;
}

.darkFontColor {
    color: #2A2B2F;
}

.darkBackgroundColor {
    background-color: #2A2B2F;
}

.grayFontColor {
    color: #E5E5E5;
}

.grayBackgroundColor {
    background-color: #E5E5E5;
}

.darkGrayColor {
    color: #ADAEB0;
}

.darkGrayBackgroundColor {
    background-color: #ADAEB0;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit !important;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	text-decoration: none;
}

.error404 #colophon {
	display: none !important;
}

.error404 .error-404 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

.wpcf7-text, .wpcf7-select {
    color: #E5E5E5;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-textarea {
    color: #E5E5E5;
}

.wpcf7-textarea {
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
	width: 100%;
}

.desktop .wpcf7-text[name="your-name"],
.desktop .wpcf7-text[name="your-email"] {
    width: 96% !important;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
}

.site-header {
    background: transparent !important;
}

button.kuka_accordion * {
    color: #000;
}

.kuka_panel p {
    font-size: small;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

#menu {
    height: 100dvh;
    border: none;
}

.btn-close {
    background: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
}

.offcanvas {
    background-color: #2A2B2F;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.offcanvas .menu a {
	color: #E5E5E5;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

a.remove::before {
    color: #000;
}

#masthead {
    width: 100%;
    z-index: 9999;
    position: relative;
}

.basic_btn, .wpcf7-submit {
    background-color: transparent;
    color: #2A2B2F !important;
    border: 1px solid #2A2B2F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

.basic_btn:hover, .wpcf7-submit:hover {
    background-color: #2A2B2F;
    color: #E5E5E5 !important;
    transition: all .3s ease;
}

.desktop #masthead .menu {
    display: flex;
    align-items: center;
}

.mobile #masthead .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead .menu li a {
    color: #E5E5E5;
    text-transform: uppercase;
}

.error404 #masthead, .error404 #colophon {
    display: none;
}

.page-template-template-legal-pages-builder {
    background: #E5E5E5;
}

.header img {
    object-fit: cover;
    object-position: center;
}

.fancybox__toolbar__column.is-right .f-button:not(.f-button[title="Close"]) {
    display: none !important;
}

.wpcf7-text, .wpcf7-select {
    width: 100% !important;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background-color: transparent;
}

.wpcf7 label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    color: #E5E5E5;
}

.wpcf7-textarea {
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background-color: transparent;
}

.wpcf7-submit {
    background-color: transparent;
    border: 1px solid #E5E5E5;
    color: #FFFBEC !important;
    transition: all .3s ease;
}

.wpcf7-submit:hover {
    background-color: #E5E5E5;
    color: #2A2B2F !important;
    transition: all .3s ease;
}

.wpcf7-response-output {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.mobile .offcanvas .menu a {
    margin-bottom: 15px;
    display: block;
}

.mobile .btn-close {
    width: max-content;
}

.f-button:hover:not([disabled]) {
    background-color: transparent !important;
}

.home, .single-sectors, .contact, .error404 {
    background-color: #2A2B2F;
}

.error404 .basic_btn {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    color: #E5E5E5 !important;
}

#colophon .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
}

#colophon .menu a {
    color: #2A2B2F;
}

#colophon .menu li:last-child {
    margin-right: 0;
}

.footer_logo {
    margin-bottom: 4px;
}

.mobile .footer_logo {
    margin-bottom: 20px;
}

.footer_logo_light, .main_logo_light {
    display: none;
}

.wpml-ls-legacy-list-horizontal a span {
    color: #2A2B2F;
}

.home .footer_logo_light,
.single-sectors .footer_logo_light,
.contact .footer_logo_light,
.error404 .footer_logo_light,
.home .main_logo_light,
.single-sectors .main_logo_light,
.contact .main_logo_light,
.error404 .main_logo_light,
.menu-open .main_logo_light {
    display: block;
}

.home .footer_logo_dark,
.single-sectors .footer_logo_dark,
.contact .footer_logo_dark,
.error404 .footer_logo_dark,
.home .main_logo_dark,
.single-sectors .main_logo_dark,
.contact .main_logo_dark,
.error404 .main_logo_dark,
.menu-open .main_logo_dark {
    display: none;
}

.home .darkFontColor,
.single-sectors .darkFontColor,
.contact .darkFontColor,
.error404 .darkFontColor,
.menu-open .darkFontColor,
.menu-open .wpml-ls-legacy-list-horizontal a span,
.menu-open .wpml-ls-first-item span::after {
    color: #E5E5E5;
}

.home #colophon .menu a,
.single-sectors #colophon .menu a,
.contact #colophon .menu a,
.error404 #colophon .menu a,
.home #masthead .menu a,
.single-sectors #masthead .menu a,
.contact #masthead .menu a,
.error404 #masthead .menu a,
.home .wpml-ls-legacy-list-horizontal a span,
.single-sectors .wpml-ls-legacy-list-horizontal a span,
.contact .wpml-ls-legacy-list-horizontal a span,
.error404 .wpml-ls-legacy-list-horizontal a span,
.home .wpml-ls-first-item span::after,
.single-sectors .wpml-ls-first-item span::after,
.contact .wpml-ls-first-item span::after,
.error404 .wpml-ls-first-item span::after {
    color: #E5E5E5;
}

.mobile #colophon .menu {
    justify-content: space-between;
    margin-bottom: 15px;
}

.menu-open .menu_toggler {
    display: none;
}

body:not(.menu-open) .btn-close {
    display: none;
}

.btn-close {
    width: max-content;
}

.wpml-ls, .wpml-ls * {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.flex_inline {
    display: flex;
    align-items: center;
}

.wpml-ls-first-item span::after {
    content: '/';
    color: #2A2B2F;
}

.menu_toggler, .btn-close {
    outline: 0;
    box-shadow: none;
}

.offcanvas .menu .sub-menu {
    padding: 0;
    margin: 0;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zindex1 {
    z-index: 1;
}

.menu_wrapper_col {
    padding-bottom: 3px;
}

.home #colophon {
    display: none;
}

.main_home_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_home_wrapper::after {
    content: '';
    background: rgb(42 43 47 / 35%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
}

.sectors_wrapper {
    z-index: 1;
    position: relative;
}

.home #main {
    display: flex;
    justify-content: flex-end;
}

.mobile .sectors_wrapper_info.text-center {
    margin-bottom: 80px;
}

.sectors_wrapper > .sectors_wrapper_info.text-center:nth-last-child(2), 
.sectors_wrapper > .sectors_wrapper_info.text-center:nth-last-child(5) {
    margin-bottom: 0;
}

.offcanvas-top {
    transform: none !important;
    transition: opacity 0.4s ease-in-out !important;
    visibility: visible !important;
    opacity: 0;
    z-index: -1;
}

.offcanvas-top.show {
    opacity: 1;
    z-index: 1050;
}

.page-template-template-main-builder #masthead, .single-properties #masthead, .single-sectors #masthead, .page-template-template-legal-pages-builder #masthead, .contact #masthead {
    position: absolute;
    top: 0;
}

.single-sectors .header.darkGrayBackgroundColor {
    background-color: #2A2B2F;
}

.single-sectors .header .basic_btn, .contact .info_column .basic_btn {
    border-color: #E5E5E5;
    background-color: transparent;
    color: #E5E5E5 !important;
}

.single-sectors .header .basic_btn:hover, .contact .info_column .basic_btn:hover {
    border-color: #E5E5E5;
    background-color: #E5E5E5;
    color: #2A2B2F !important;
}

.text_and_image img {
    object-fit: cover;
}

.text_and_image img {
    width: max-content !important;
}

.mobile .text_and_image img {
    width: 100% !important;
}

.contact .info_column img {
    object-fit: cover;
}

.mobile .info_column .d-flex {
    flex-direction: column;
}

.mobile .info_column .d-flex a {
    width: 100%;
}

.mobile .contact .info_column {
    order: 1;
}

.mobile .contact .form_column {
    order: 2;
}

.mobile .wpcf7 {
    margin-top: 100px;
}

.desktop .contact .mb210 {
    margin-bottom: 0;
}

.wpcf7-select {
    appearance: none;
    cursor: pointer;
    text-transform: uppercase;
}

.wpcf7-select option {
    color: #2A2B2F;
}

.wpcf7-response-output {
    color: #E5E5E5;
}

.mobile .menu_toggler, .mobile .btn-close {
    font-size: 16px;
}

.mobile .offcanvas .menu a {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -0.55px;
}

.mobile section.header .pb33 h1, .mobile .single-properties section.header .pb33 h2 {
    margin-bottom: 25px;
}

.mobile section.header .pb33 a.basic_btn {
    margin-top: 25px;
}

.mobile .property_info {
    margin-top: 35px;
    margin-bottom: 35px;
}

.border_bottom {
    border-bottom: 1px solid #000000;
}

.images_section img {
    object-fit: cover;
}

.fancybox-image {
    max-height: 80dvh;
}

.mobile .page-template-template-legal-pages-builder .mt40 h2, .mobile .page-template-template-legal-pages-builder .mt40 h2 p {
    font-size: 18px;
}

.mobile .page-template-template-legal-pages-builder .mb40 {
    margin-bottom: 20px;
}

.mobile .images_section img {
    margin-bottom: 20px;
    height: auto;
}

.mobile #colophon {
    text-align: center;
}

.menu_togglers {
    display: flex;
}

.menu_togglers .btn-close {
    height: auto !important;
}





.offcanvas-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-slider {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.menu-screen {
    position: absolute;
    inset: 0;
    width: 100%;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .4s ease;
}

.menu-screen.active {
    transform: translateX(0);
}

.menu-screen.previous {
    transform: translateX(-100%);
}

.back-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #E5E5E5;
}

.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "→";
}

.fadeInUp {
	opacity: 0;
}

.show-fade-element {
	opacity: 1;
	animation: fadeInUp 1.3s ease forwards;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0px, 40px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

.offcanvas .sub-menu {
    padding: 0;
    margin: 0;
}

.offcanvas .sub-menu a br {
    display: none;
}

.offcanvas .sub-menu a {
    color: #E5E5E5;
    text-decoration: none;
}

.links_home a, .error404 a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#E5E5E5,#E5E5E5) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: #E5E5E5;
    display: flex;
}

#colophon a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#2A2B2F,#2A2B2F) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: #2A2B2F;
    display: flex;
}

.home #colophon a, .single-sectors #colophon a, .contact #colophon a, .error404 #colophon a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#E5E5E5,#E5E5E5) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: #E5E5E5;
    display: flex;
}

#colophon a:hover, .links_home a:hover, .error404 a:hover {
    background-size: 100% 1px !important;
}

.mobile #colophon a {
    align-items: center;
    justify-content: center;
    margin: auto;
}

.home .main_logo {
    display: none;
}

#intro-loader {
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: none;
}

#intro-loader .logo {
    display: flex;
    align-items: center;
}

.logo-we, .logo-welcome, .logo-properties {
    display: inline-flex;
    align-items: flex-end;
}

.logo-we {
    flex-shrink: 0;
}

.logo-welcome span,
.logo-properties span {
    display: inline-flex;
    opacity: 0;
    transition: opacity .15s linear;
}

.logo-welcome span.show,
.logo-properties span.show {
    opacity: 1;
}

.logo-we svg,
.logo-welcome svg,
.logo-properties svg {
    display: block;
}

.mobile .logo-properties {
    margin-left: 2px;
}

.mobile #intro-loader .logo * {
    margin-bottom: 1px;
}

.logo-welcome, .logo-properties {
    position: absolute;
}

.mobile .last_e .svg_e {
    margin-right: -1px !important;
}

.mobile .pen_e .svg_e {
    margin-left: -1px !important;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
}

.mobile .last_e .svg_e {
    margin-bottom: 0 !important;
}

.mobile .svg_s {
    margin-bottom: 0.5px !important;
}

.mobile #intro-loader .logo.logo-3 .logo-properties .svg_o {
    margin-bottom: 0 !important;
}

.mobile #intro-loader .logo-properties .svg_p {
    margin-right: 3.5px !important;
}

.desktop section.header .basic_btn {
    position: sticky;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p, .offcanvas .menu a, .offcanvas .sub-menu a {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: -0.55px;
    }

    h2, h2 p {
        font-size: 25px;
        line-height: normal;
        letter-spacing: -0.4px;
    }

    h3, h3 p, .menu_toggler, .btn-close, .wpml-ls-legacy-list-horizontal a, .back-button {
        font-size: 13px;
        line-height: 19.4px;
        letter-spacing: 0;
    }

    p, .wpcf7 label {
        font-size: 13px;
        line-height: 23px;
        letter-spacing: 0;
    }

    h6, .basic_btn, #colophon .menu a, .wpcf7-submit, .wpcf7-select, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 35px;
        padding-right: 35px;
        height: 35px;
    }

    .main_logo {
        width: 220px;
        height: 34.29px;
    }

    .error404 img {
        width: auto;
        height: 96px;
    }

    .croppedContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wpcf7-text, .wpcf7-select {
        height: 45px;
        margin-bottom: 29px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpcf7-textarea {
        height: 200px;
        padding: 15px;
    }

    .wpcf7-not-valid-tip {
        top: 36px;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: 100%;
        margin-top: 25px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    .error404 .error-404 {
        height: calc(100vh - 60px);
    }

    .error404 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #colophon .menu li {
        margin-right: 0;
    }

    #colophon {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .footer_logo {
        margin-top: 50px;
    }

    #masthead {
        padding-top: 41.61px;
        padding-left: 24px;
        padding-right: 32px;
    }

    .menu_togglers {
        width: 47px;
    }

    .offcanvas-body {
        padding-top: 41vw;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 33px;
    }

    .mt40 {
        margin-top: 30px;
    }

    .mb210 {
        margin-bottom: 70px;
    }

    .wpcf7 label {
        margin-bottom: 10px;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb35 {
        margin-bottom: 35px;
    }

    .mt60 {
        margin-top: 30px;
    }

    .mb40 {
        margin-bottom: 37px;
    }

    .home #main {
        height: calc(100dvh - 75.89px);
        padding-bottom: 33px;
    }

    .mb70 {
        margin-bottom: 40px;
    }

    .pb20 {
        padding-bottom: 20px;
    }

    .pb33 {
        margin-bottom: 33px;
    }

    .sectors_wrapper_info img, .sectors_wrapper_info svg {
        width: 100px;
        height: 92px;
    }

    .header img {
        height: 450px;
    }

    .header {
        padding-top: 140px;
        margin-bottom: 40px;
    }

    .page-template-template-main-builder #main, .contact #main, .single-properties #main, .page-template-template-legal-pages-builder #main, .single-sectors #main {
        padding-bottom: 200px;
    }

    .text_and_image img {
        height: 345px;
    }

    .text_and_image {
        padding-top: 40px;
    }

    .page-template-template-legal-pages-builder #main {
        padding-top: 140px;
    }

    .contact {
        padding-top: 140px;
    }

    .contact .info_column img {
        height: 345px;
    }

    .info_column .d-flex {
        gap: 23px;
    }

    .wpcf7-response-output {
        bottom: -60px;
    }
    
    .border_bottom {
        padding-bottom: 10px;
    }

    .text_list, .images_section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .images_section img {
        height: 345px;
    }

    .back-button {
        margin-top: 40px;
    }

    .menu-item-has-children > a::after {
        margin-left: 15px;
    }

    #intro-loader {
        width: 220px;
        height: 34.29px;
    }

    #intro-loader .logo-we svg {
        width: auto;
        height: 27px;
    }

    #intro-loader .logo-properties svg {
        margin-top: 8px;
    }
    
    #intro-loader .logo.logo-3 {
        margin-top: -5px;
        margin-left: 1px;
    }

    #intro-loader .svg_p_b {
        width: 16.5px;
        height: 26.25px;
    }

    #intro-loader .svg_r {
        width: 9.75px;
        height: 18.75px;
    }

    #intro-loader .svg_o {
        width: 19.5px;
        height: 19.5px;
    }

    #intro-loader .svg_p {
        width: 18px;
        height: 27px;
        transform: translateY(8px);
    }

    #intro-loader .svg_e {
        width: 19.5px;
        height: 19.5px;
    }

    #intro-loader .svg_t {
        width: 13.5px;
        height: 26.25px;
    }

    #intro-loader .svg_i {
        width: 3.75px;
        height: 26.25px;
    }

    #intro-loader .svg_s {
        width: 19px;
        height: 19.5px;
    }

    #intro-loader .svg_l {
        width: 3px;
        height: 28.30px;
    }

    #intro-loader .svg_c {
        width: 18.75px;
        height: 19.5px;
    }

    #intro-loader .svg_m {
        width: 27.75px;
        height: 19.5px;
    }

    #intro-loader .logo.logo-3 svg {
		margin-right: 2px;
	}

    .logo-welcome {
        left: 55px;
    }

    .logo-properties {
        margin-top: -9px;
        left: 56px;
    }

    #intro-loader .logo.logo-3 .svg_o {
        margin-left: -1px;
        margin-right: 3px;
    }
}

@media (min-width: 992px) {
    h1, h1 p, .offcanvas .menu a, .offcanvas .sub-menu a {
        font-size: 5.469vw;
        line-height: 5.469vw;
        letter-spacing: -0.055vw;
    }

    h2, h2 p {
        font-size: 2.083vw;
        line-height: 2.917vw;
        letter-spacing: -0.021vw;
    }

    h3, h3 p, .menu_toggler, .btn-close, .wpml-ls-legacy-list-horizontal a, .back-button {
        font-size: 0.938vw;
        line-height: 1.313vw;
        letter-spacing: 0;
    }

    p, .wpcf7 label {
        font-size: 1.042vw;
        line-height: 1.458vw;
        letter-spacing: 0;
    }

    h6, .basic_btn, #colophon .menu a, .wpcf7-submit, .wpcf7-select, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output {
        font-size: 0.781vw;
        line-height: 1.094vw;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 2.344vw;
        padding-right: 2.344vw;
        height: 2.344vw;
    }

    .main_logo {
        width: 15.207vw;
        height: 2.37vw;
    }

    .error404 img {
        width: 30.833vw;
        height: 15.885vw;
    }

    .croppedContent {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .wpcf7-text, .wpcf7-select {
        height: 3.021vw;
        margin-bottom: 1.51vw;
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .wpcf7-textarea {
        height: 14.167vw;
        padding: 0.781vw;
    }

    .wpcf7-not-valid-tip {
        top: 2.083vw;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 1.302vw;
    }

    .f-button svg {
        width: 1.042vw !important;
        height: 1.042vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.042vw !important;
        right: 1.042vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.042vw !important;
        margin-left: 1.042vw !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 0.781vw;
        line-height: normal;
    }

    .error404 .error-404 {
        height: calc(100vh - 3.125vw);
    }

    .error404 {
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
    }

    #colophon .menu li {
        margin-right: 1.563vw;
    }

    #colophon {
        padding-top: 1.719vw;
        padding-bottom: 1.719vw;
    }

    .footer_logo {
        margin-top: 3.333vw;
    }

    #masthead {
        padding-top: 1.667vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .wpml-ls {
        margin-right: 1.094vw !important;
    }

    .menu_togglers {
        width: 2.76vw;
    }

    .offcanvas-body {
        padding-top: 9.115vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        padding-bottom: 1.302vw;
    }

    .mt40 {
        margin-top: 2.083vw;
    }

    .mb210 {
        margin-bottom: 10.938vw;
    }

    .wpcf7 label {
        margin-bottom: 0.521vw;
    }

    .mb10 {
        margin-bottom: 0.521vw;
    }

    .mb20 {
        margin-bottom: 1.042vw;
    }

    .mb35 {
        margin-bottom: 1.823vw;
    }

    .mt60 {
        margin-top: 3.125vw;
    }

    .mb40 {
        margin-bottom: 2.083vw;
    }

    .home #main {
        height: calc(100dvh - 4.036vw);
        padding-bottom: 1.302vw;
    }

    .mb70 {
        margin-bottom: 3.646vw;
    }

    .pb20 {
        padding-bottom: 1.042vw;
    }

    .pb33 {
        margin-bottom: 1.719vw;
    }

    .sectors_wrapper_info img, .sectors_wrapper_info svg {
        width: 5.208vw;
        height: 4.792vw;
    }

    .header img {
        height: 47.135vw;
    }

    .header {
        padding-top: 9.115vw;
        margin-bottom: 2.604vw;
    }

    .page-template-template-main-builder #main, .contact #main, .single-properties #main, .page-template-template-legal-pages-builder #main, .single-sectors #main {
        padding-bottom: 10.417vw;
    }

    .text_and_image img {
        height: 32.708vw;
    }

    .text_and_image {
        padding-top: 2.604vw;
    }
    
    .page-template-template-legal-pages-builder #main {
        padding-top: 8.854vw;
    }

    .contact {
        padding-top: 8.854vw;
    }

    .contact .info_column img {
        height: 47.135vw;
    }

    .info_column .d-flex {
        gap: 1.198vw;
    }

    .wpcf7-response-output {
        bottom: -3.125vw;
    }

    .border_bottom {
        padding-bottom: 0.521vw;
    }

    .text_list, .images_section {
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
    }

    .images_section img {
        height: 32.708vw;
    }

    .back-button {
        margin-top: 2.083vw;
    }

    .menu-item-has-children > a::after {
        margin-left: 1.042vw;
    }

    #intro-loader {
        width: 15.207vw;
        height: 2.37vw;
    }

    #intro-loader .logo-we svg {
        width: 3.594vw;
        height: 1.875vw;
    }

    #intro-loader .logo-properties svg {
        margin-top: 0.568vw;
    }

    #intro-loader .logo.logo-3 {
        margin-top: -0.521vw;
        margin-left: 0.052vw;
    }

    #intro-loader .svg_p_b {
        width: 1.146vw;
        height: 1.823vw;
    }

    #intro-loader .svg_r {
        width: 0.677vw;
        height: 1.302vw;
    }

    #intro-loader .svg_o {
        width: 1.354vw;
        height: 1.354vw;
    }

    #intro-loader .svg_p {
        width: 1.25vw;
        height: 1.875vw;
        transform: translateY(0.521vw);
    }

    #intro-loader .svg_e {
        width: 1.354vw;
        height: 1.354vw;
    }

    #intro-loader .svg_t {
        width: 0.938vw;
        height: 1.823vw;
    }

    #intro-loader .svg_i {
        width: 0.26vw;
        height: 1.823vw;
    }

    #intro-loader .svg_s {
        width: 0.99vw;
        height: 1.354vw;
    }

    #intro-loader .svg_l {
        width: 0.156vw;
        height: 1.965vw;
    }

    #intro-loader .svg_c {
        width: 1.302vw;
        height: 1.354vw;
    }

    #intro-loader .svg_m {
        width: 1.927vw;
        height: 1.354vw;
    }

    #intro-loader .logo.logo-3 svg {
		margin-right: 0.13vw;
	}

    .logo-welcome {
        left: 3.75vw;
    }

    .logo-properties {
        margin-top: -0.573vw;
        left: 4.01vw;
    }

    #intro-loader .logo.logo-3 .svg_o {
        margin-left: 0;
        margin-right: 0.156vw;
        transform: translate(-0.063vw, -0.016vw);
    }

    .logo-properties .svg_e {
        margin-left: 0;
        margin-right: 0.156vw !important;
    }

    .logo-properties .svg_o {
        margin-left: -0.052vw;
    }

    .last_e .svg_e {
        margin-right: 0.104vw !important;
    }

    #intro-loader .logo.logo-3 .svg_r {
        transform: translateY(-0.052vw);
    }

    .pen_e .svg_e {
        transform: translateX(-0.042vw);
    }

    .svg_p_b {
        transform: translateY(-0.052vw);
    }
    
    .svg_i {
        margin-left: -0.052vw;
        margin-right: 0.156vw !important;
        transform: translate(0.026vw, -0.026vw);
    }

    .first_r .svg_r {
        transform: translate(0.01vw, -0.047vw) !important;
    }

    .logo-welcome {
        margin-bottom: 0.104vw;
    }

    section.header .basic_btn {
        bottom: 2.083vw !important;
    }
}

@media (min-width: 1920px) {
    h1, h1 p, .offcanvas .menu a, .offcanvas .sub-menu a {
        font-size: 105px;
        line-height: 105px;
        letter-spacing: -1.05px;
    }

    h2, h2 p {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -0.4px;
    }

    h3, h3 p, .menu_toggler, .btn-close, .wpml-ls-legacy-list-horizontal a, .back-button {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0;
    }

    p, .wpcf7 label {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }

    h6, .basic_btn, #colophon .menu a, .wpcf7-submit, .wpcf7-select, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 45px;
        padding-right: 45px;
        height: 45px;
    }

    .main_logo {
        width: 291.98px;
        height: 45.51px;
    }

    .error404 img {
        width: 592px;
        height: 305px;
    }

    .croppedContent {
        padding-left: 52px;
        padding-right: 52px;
    }

    .wpcf7-text, .wpcf7-select {
        height: 58px;
        margin-bottom: 29px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpcf7-textarea {
        height: 272px;
        padding: 15px;
    }

    .wpcf7-not-valid-tip {
        top: 40px;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 25px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    .error404 .error-404 {
        height: calc(100vh - 60px);
    }

    .error404 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #colophon .menu li {
        margin-right: 30px;
    }

    #colophon {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .footer_logo {
        margin-top: 64px;
    }

    #masthead {
        padding-top: 32px;
        padding-left: 52px;
        padding-right: 52px;
    }

    .wpml-ls {
        margin-right: 21px !important;
    }

    .menu_togglers {
        width: 53px;
    }

    .offcanvas-body {
        padding-top: 175px;
        padding-left: 52px;
        padding-right: 52px;
        padding-bottom: 25px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .mb210 {
        margin-bottom: 210px;
    }

    .wpcf7 label {
        margin-bottom: 10px;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb35 {
        margin-bottom: 35px;
    }

    .mt60 {
        margin-top: 60px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .home #main {
        height: calc(100dvh - 77.5px);
        padding-bottom: 25px;
    }

    .mb70 {
        margin-bottom: 70px;
    }

    .pb20 {
        padding-bottom: 20px;
    }

    .pb33 {
        margin-bottom: 33px;
    }

    .sectors_wrapper_info img, .sectors_wrapper_info svg {
        width: 100px;
        height: 92px;
    }

    .header img {
        height: 905px;
    }

    .header {
        padding-top: 175px;
        margin-bottom: 50px;
    }

    .page-template-template-main-builder #main, .contact #main, .single-properties #main, .page-template-template-legal-pages-builder #main, .single-sectors #main {
        padding-bottom: 200px;
    }

    .text_and_image img {
        height: 628px;
    }

    .text_and_image {
        padding-top: 50px;
    }

    .page-template-template-legal-pages-builder #main {
        padding-top: 170px;
    }

    .contact {
        padding-top: 170px;
    }

    .contact .info_column img {
        height: 905px;
    }

    .info_column .d-flex {
        gap: 23px;
    }

    .wpcf7-response-output {
        bottom: -60px;
    }

    .border_bottom {
        padding-bottom: 10px;
    }

    .text_list, .images_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .images_section img {
        height: 628px;
    }
    
    .back-button {
        margin-top: 40px;
    }

    .menu-item-has-children > a::after {
        margin-left: 20px;
    }

    #intro-loader {
        width: 291.98px;
        height: 45.51px;
    }

    #intro-loader .logo-we svg {
        width: 69px;
        height: 36px;
    }

    #intro-loader .logo-properties svg {
        margin-top: 10.9px;
    }

    #intro-loader .logo.logo-3 {
        margin-top: -10px;
        margin-left: 1px;
    }

    #intro-loader .svg_p_b {
        width: 22px;
        height: 35px;
    }

    #intro-loader .svg_r {
        width: 13px;
        height: 25px;
    }

    #intro-loader .svg_o {
        width: 26px;
        height: 26px;
    }

    #intro-loader .svg_p {
        width: 24px;
        height: 36px;
        transform: translateY(10px);
    }

    #intro-loader .svg_e {
        width: 26px;
        height: 26px;
    }

    #intro-loader .svg_t {
        width: 18px;
        height: 35px;
    }

    #intro-loader .svg_i {
        width: 5px;
        height: 35px;
    }

    #intro-loader .svg_s {
        width: 19px;
        height: 26px;
    }

    #intro-loader .svg_l {
        width: 3px;
        height: 37.73px;
    }

    #intro-loader .svg_c {
        width: 25px;
        height: 26px;
    }

    #intro-loader .svg_m {
        width: 37px;
        height: 26px;
    }

    #intro-loader .logo.logo-3 svg {
		margin-right: 2.5px;
	}

    .logo-welcome {
        left: 72px;
    }

    .logo-properties {
        margin-top: -11px;
        left: 77px;
    }

    #intro-loader .logo.logo-3 .svg_o {
        margin-left: 0;
        margin-right: 3px;
        transform: translate(-1.2px, -0.3px);
    }

    .logo-properties .svg_e {
        margin-left: 0;
        margin-right: 3px !important;
    }

    .logo-properties .svg_o {
        margin-left: -1px;
    }

    .last_e .svg_e {
        margin-right: 2px !important;
    }

    #intro-loader .logo.logo-3 .svg_r {
        transform: translateY(-1px);
    }
    
    .pen_e .svg_e {
        transform: translateX(-0.8px);
    }

    .svg_p_b {
        transform: translateY(-1px);
    }

    .svg_i {
        margin-left: -1px;
        margin-right: 3px !important;
        transform: translate(0.5px, -0.5px);
    }

    .first_r .svg_r {
        transform: translate(0.2px, -0.9px) !important;
    }

    .logo-welcome {
        margin-bottom: 2px;
    }
    
    section.header .basic_btn {
        bottom: 40px !important;
    }
}

@media (min-width: 1921px) {
    h1, h1 p, .offcanvas .menu a, .offcanvas .sub-menu a {
        font-size: 5.469vw;
        line-height: 5.469vw;
        letter-spacing: -0.055vw;
    }

    h2, h2 p {
        font-size: 2.083vw;
        line-height: 2.917vw;
        letter-spacing: -0.021vw;
    }

    h3, h3 p, .menu_toggler, .btn-close, .wpml-ls-legacy-list-horizontal a, .back-button {
        font-size: 0.938vw;
        line-height: 1.313vw;
        letter-spacing: 0;
    }

    p, .wpcf7 label {
        font-size: 1.042vw;
        line-height: 1.458vw;
        letter-spacing: 0;
    }

    h6, .basic_btn, #colophon .menu a, .wpcf7-submit, .wpcf7-select, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output {
        font-size: 0.781vw;
        line-height: 1.094vw;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 2.344vw;
        padding-right: 2.344vw;
        height: 2.344vw;
    }

    .main_logo {
        width: 15.207vw;
        height: 2.37vw;
    }

    .error404 img {
        width: 30.833vw;
        height: 15.885vw;
    }

    .croppedContent {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .wpcf7-text, .wpcf7-select {
        height: 3.021vw;
        margin-bottom: 1.51vw;
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .wpcf7-textarea {
        height: 14.167vw;
        padding: 0.781vw;
    }

    .wpcf7-not-valid-tip {
        top: 2.083vw;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 1.302vw;
    }

    .f-button svg {
        width: 1.042vw !important;
        height: 1.042vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.042vw !important;
        right: 1.042vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.042vw !important;
        margin-left: 1.042vw !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 0.781vw;
        line-height: normal;
    }

    .error404 .error-404 {
        height: calc(100vh - 3.125vw);
    }

    .error404 {
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
    }

    #colophon .menu li {
        margin-right: 1.563vw;
    }

    #colophon {
        padding-top: 1.719vw;
        padding-bottom: 1.719vw;
    }

    .footer_logo {
        margin-top: 3.333vw;
    }

    #masthead {
        padding-top: 1.667vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .wpml-ls {
        margin-right: 1.094vw !important;
    }

    .menu_togglers {
        width: 2.76vw;
    }

    .offcanvas-body {
        padding-top: 9.115vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        padding-bottom: 1.302vw;
    }

    .mt40 {
        margin-top: 2.083vw;
    }

    .mb210 {
        margin-bottom: 10.938vw;
    }

    .wpcf7 label {
        margin-bottom: 0.521vw;
    }

    .mb10 {
        margin-bottom: 0.521vw;
    }

    .mb20 {
        margin-bottom: 1.042vw;
    }

    .mb35 {
        margin-bottom: 1.823vw;
    }

    .mt60 {
        margin-top: 3.125vw;
    }

    .mb40 {
        margin-bottom: 2.083vw;
    }

    .home #main {
        height: calc(100dvh - 4.036vw);
        padding-bottom: 1.302vw;
    }

    .mb70 {
        margin-bottom: 3.646vw;
    }

    .pb20 {
        padding-bottom: 1.042vw;
    }

    .pb33 {
        margin-bottom: 1.719vw;
    }

    .sectors_wrapper_info img, .sectors_wrapper_info svg {
        width: 5.208vw;
        height: 4.792vw;
    }

    .header img {
        height: 47.135vw;
    }
    
    .header {
        padding-top: 9.115vw;
        margin-bottom: 2.604vw;
    }

    .page-template-template-main-builder #main, .contact #main, .single-properties #main, .page-template-template-legal-pages-builder #main, .single-sectors #main {
        padding-bottom: 10.417vw;
    }

    .text_and_image img {
        height: 32.708vw;
    }

    .text_and_image {
        padding-top: 2.604vw;
    }

    .page-template-template-legal-pages-builder #main {
        padding-top: 8.854vw;
    }

    .contact {
        padding-top: 8.854vw;
    }

    .contact .info_column img {
        height: 47.135vw;
    }

    .info_column .d-flex {
        gap: 1.198vw;
    }

    .wpcf7-response-output {
        bottom: -3.125vw;
    }

    .border_bottom {
        padding-bottom: 0.521vw;
    }

    .text_list, .images_section {
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
    }

    .images_section img {
        height: 32.708vw;
    }

    .back-button {
        margin-top: 2.083vw;
    }

    .menu-item-has-children > a::after {
        margin-left: 1.042vw;
    }

    #intro-loader {
        width: 15.207vw;
        height: 2.37vw;
    }

    #intro-loader .logo-we svg {
        width: 3.594vw;
        height: 1.875vw;
    }

    #intro-loader .logo-properties svg {
        margin-top: 0.568vw;
    }

    #intro-loader .logo.logo-3 {
        margin-top: -0.521vw;
        margin-left: 0.052vw;
    }

    #intro-loader .svg_p_b {
        width: 1.146vw;
        height: 1.823vw;
    }

    #intro-loader .svg_r {
        width: 0.677vw;
        height: 1.302vw;
    }

    #intro-loader .svg_o {
        width: 1.354vw;
        height: 1.354vw;
    }

    #intro-loader .svg_p {
        width: 1.25vw;
        height: 1.875vw;
        transform: translateY(0.521vw);
    }

    #intro-loader .svg_e {
        width: 1.354vw;
        height: 1.354vw;
    }

    #intro-loader .svg_t {
        width: 0.938vw;
        height: 1.823vw;
    }

    #intro-loader .svg_i {
        width: 0.26vw;
        height: 1.823vw;
    }

    #intro-loader .svg_s {
        width: 0.99vw;
        height: 1.354vw;
    }

    #intro-loader .svg_l {
        width: 0.156vw;
        height: 1.965vw;
    }

    #intro-loader .svg_c {
        width: 1.302vw;
        height: 1.354vw;
    }

    #intro-loader .svg_m {
        width: 1.927vw;
        height: 1.354vw;
    }

    #intro-loader .logo.logo-3 svg {
		margin-right: 0.13vw;
	}

    .logo-welcome {
        left: 3.75vw;
    }

    .logo-properties {
        margin-top: -0.573vw;
        left: 4.01vw;
    }

    #intro-loader .logo.logo-3 .svg_o {
        margin-left: 0;
        margin-right: 0.156vw;
        transform: translate(-0.063vw, -0.016vw);
    }

    .logo-properties .svg_e {
        margin-left: 0;
        margin-right: 0.156vw !important;
    }

    .logo-properties .svg_o {
        margin-left: -0.052vw;
    }

    .last_e .svg_e {
        margin-right: 0.104vw !important;
    }

    #intro-loader .logo.logo-3 .svg_r {
        transform: translateY(-0.052vw);
    }

    .pen_e .svg_e {
        transform: translateX(-0.042vw);
    }

    .svg_p_b {
        transform: translateY(-0.052vw);
    }

    .svg_i {
        margin-left: -0.052vw;
        margin-right: 0.156vw !important;
        transform: translate(0.026vw, -0.026vw);
    }
    
    .first_r .svg_r {
        transform: translate(0.01vw, -0.047vw) !important;
    }

    .logo-welcome {
        margin-bottom: 0.104vw;
    }

    section.header .basic_btn {
        bottom: 2.083vw !important;
    }
}