.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1440px){.container{max-width:1440px}.\!container{max-width:1440px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.flat-menu-scroll-wrapper{-webkit-overflow-scrolling:touch;position:relative;touch-action:pan-x}.flat-menu-scroll-wrapper.ps-active{padding-bottom:24px}.flat-menu-scroll-wrapper .ps__rail-x{background-color:rgba(100,116,139,.2);border-radius:5px;bottom:2px;height:10px;opacity:1;transition:background-color .3s;z-index:10}.flat-menu-scroll-wrapper .ps__thumb-x{background-color:#64748b;border-radius:5px;bottom:0;cursor:pointer;height:10px;min-width:30px;transition:background-color .2s}.flat-menu-scroll-wrapper .ps__thumb-x:hover{background-color:#475569}.flat-menu-scroll-wrapper.ps--scrolling-x .ps__rail-x,.flat-menu-scroll-wrapper:hover .ps__rail-x{background-color:rgba(100,116,139,.3)}.flat-menu-scroll-wrapper.ps--scrolling-x .ps__thumb-x,.flat-menu-scroll-wrapper:hover .ps__thumb-x{background-color:#475569}.flat-menu-scroll-wrapper.ps-active .ps__rail-x,.flat-menu-scroll-wrapper.ps-active .ps__thumb-x{display:block!important;opacity:1!important}@media(min-width:1024px){.flat-menu-scroll-wrapper:after{background:linear-gradient(90deg,transparent,#efefef);bottom:0;content:"";opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s;width:20px}.flat-menu-scroll-wrapper.scrollable:after{opacity:1}}@media(max-width:1023px){.flat-menu-scroll-wrapper::-webkit-scrollbar{display:none}.flat-menu-scroll-wrapper .ps__rail-x{display:none!important}}/*! purgecss start ignore */[data-floating-form] textarea::-moz-placeholder{color:#fff}[data-floating-form] textarea:-ms-input-placeholder{color:#fff}[data-floating-form] input,[data-floating-form] label,[data-floating-form] li,[data-floating-form] p,[data-floating-form] span.underline,[data-floating-form] textarea,[data-floating-form] textarea::placeholder{color:#fff}[data-floating-form] input,[data-floating-form] input:not([type=hidden]),[data-floating-form] textarea{background:#e59968;border:1px solid #fff}[data-floating-form] [data-send-button]{background:#fff;border:1px solid #00a4f4;color:#00a4f4;margin:0 auto}[data-floating-form] [data-form-sent-message]{background:#e59968!important;color:#fff!important}[data-floating-form] [data-button-close]{background:#fff;color:#00a4f4}[data-floating-form] [data-button-close]:hover{background-color:#00a4f4;color:#fff}/*! purgecss end ignore *//*! purgecss start ignore */input:checked+div{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}input:checked+div svg{display:block}[data-send-button]{align-items:center;display:grid!important;grid-template-areas:"stacked"!important;justify-items:center}[data-send-button] div{opacity:0;pointer-events:none}[data-send-button] div,[data-send-button] span{grid-area:stacked}[data-send-button].loading{background:#fff!important}[data-send-button].loading div{opacity:1}[data-send-button].loading span{opacity:0}[data-send-button] .lds-roller{height:40px;width:40px}/*! purgecss end ignore *//*! purgecss start ignore */#main-menu .back:before{align-items:center;content:url(http://localhost:3000/app/uploads/2023/02/back-vector.svg);height:1.25rem;margin:0;width:1rem}#main-menu .top-list .current-investment-ancestor,#main-menu .top-list .current-menu-item,#main-menu .top-list .menu-item:hover{border-left:.375rem solid #00a4f4;color:#00a4f4;padding-left:.5rem}#main-menu .bottom-list .current-menu-item,#main-menu .bottom-list .menu-item:hover{border-left:.375rem solid #fff;color:#fff;padding-left:.5rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:#00a4f4}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}/*! purgecss end ignore */.lds-roller{display:inline-block;height:80px;position:relative;width:80px}.lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{background:#00a4f4;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.lds-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.lds-roller div:first-child:after{left:63px;top:63px}.lds-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.lds-roller div:nth-child(2):after{left:56px;top:68px}.lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.lds-roller div:nth-child(3):after{left:48px;top:71px}.lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.lds-roller div:nth-child(4):after{left:40px;top:72px}.lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.lds-roller div:nth-child(5):after{left:32px;top:71px}.lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.lds-roller div:nth-child(6):after{left:24px;top:68px}.lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.lds-roller div:nth-child(7):after{left:17px;top:63px}.lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.lds-roller div:nth-child(8):after{left:12px;top:56px}@-webkit-keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lds-ring,.lds-ring div{box-sizing:border-box}.lds-ring{align-items:center;display:flex;height:40px;justify-content:center;position:relative;width:40px}.lds-ring div{-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-radius:50%;border-top-color:#00a4f4;box-sizing:border-box;display:block;height:32px;position:absolute;width:32px}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nvdm-spinner{height:56px;position:relative;width:56px}.nvdm-spinner>div{-webkit-animation:nvdm-spinner-g7vlvwmd .65s linear infinite;animation:nvdm-spinner-g7vlvwmd .65s linear infinite;border:13.4px solid rgba(0,163,244,.1);border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.nvdm-spinner>div:before{animation:nvdm-spinner-h1vps1md 1.3s steps(1) infinite reverse;background:#00a4f4;border-radius:50%;content:"";height:13.4px;position:absolute;top:50%;transform:translate(calc(var(--translate-2)*2),calc(var(--translate)*1%));width:13.4px;z-index:1}.nvdm-spinner>div:first-of-type{--translate:-50;--translate-2:7px}.nvdm-spinner>div:first-of-type:before{right:0}.nvdm-spinner>div:nth-of-type(2){--translate:50;--translate-2:-7px;-webkit-animation-delay:.65s;animation-delay:.65s;animation-direction:reverse;transform:translate(21.3px)}.nvdm-spinner>div:nth-of-type(2):before{-webkit-animation-direction:normal;animation-direction:normal;left:0;transform:translate(-14px,-50%)}@-webkit-keyframes nvdm-spinner-h1vps1md{0%{opacity:0}50%{opacity:1}}@keyframes nvdm-spinner-h1vps1md{0%{opacity:0}50%{opacity:1}}@-webkit-keyframes nvdm-spinner-g7vlvwmd{0%{transform:translate(calc(var(--translate)*1%)) translate(calc(var(--translate-2))) rotate(0deg)}to{transform:translate(calc(var(--translate)*1%)) translate(calc(var(--translate-2))) rotate(1turn)}}@keyframes nvdm-spinner-g7vlvwmd{0%{transform:translate(calc(var(--translate)*1%)) translate(calc(var(--translate-2))) rotate(0deg)}to{transform:translate(calc(var(--translate)*1%)) translate(calc(var(--translate-2))) rotate(1turn)}}/*! purgecss start ignore */.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.guide-form-wrapper .ps__thumb-y{background-color:#fff}.guide-form-wrapper .ps__rail-y{left:unset!important;right:8px;transform:scaleY(.9)}/*! purgecss end ignore */.chart-scroll-wrapper{-webkit-overflow-scrolling:touch;touch-action:pan-x}.chart-scroll-wrapper .ps__rail-x{background-color:transparent;border-radius:6px;bottom:0;height:8px;opacity:0;transition:opacity .3s,height .2s;z-index:10}@media(max-width:640px){.chart-scroll-wrapper .ps__rail-x{background-color:rgba(148,163,184,.1);border-radius:6px;height:12px}.chart-scroll-wrapper .ps__rail-x:before{background:transparent;bottom:-6px;content:"";left:0;position:absolute;right:0;top:-6px}}.chart-scroll-wrapper .ps__thumb-x{background-color:#cbd5e1;border-radius:6px;bottom:0;cursor:pointer;height:8px;transition:background-color .2s,height .2s}@media(max-width:640px){.chart-scroll-wrapper .ps__thumb-x{background-color:#94a3b8;height:12px;min-width:30px}}.chart-scroll-wrapper .ps__thumb-x:hover{background-color:#94a3b8}@media(max-width:640px){.chart-scroll-wrapper .ps__thumb-x:hover{background-color:#64748b}}.chart-scroll-wrapper.ps--scrolling-x .ps__rail-x,.chart-scroll-wrapper:hover .ps__rail-x{height:12px;opacity:1}.chart-scroll-wrapper.ps--scrolling-x .ps__thumb-x,.chart-scroll-wrapper:hover .ps__thumb-x{background-color:#94a3b8;height:12px}@media(max-width:640px){.chart-scroll-wrapper.ps--scrolling-x .ps__thumb-x,.chart-scroll-wrapper:hover .ps__thumb-x{background-color:#64748b}.chart-scroll-wrapper.ps--scrolling-x .ps__rail-x,.chart-scroll-wrapper.ps--scrolling-x .ps__thumb-x{background-color:#64748b;opacity:1}.chart-scroll-wrapper:after{background:linear-gradient(90deg,#3b82f6,#2563eb);bottom:0;content:"";height:2px;left:0;opacity:.3;pointer-events:none;position:absolute;right:0}}.price-history-expanded-row td{overflow:hidden;padding:0}.price-history-expanded-row td .expanded-content .chart-wrapper .chart-scroll-wrapper{height:300px}.price-history-expanded-row td .expanded-content .chart-wrapper .chart-scroll-wrapper canvas{min-width:100%}.chart-container .chart-wrapper{overflow:hidden;position:relative}@media(max-width:640px){#flat-price-history-modal .chart-scroll-wrapper{height:300px!important}}#flat-price-history-modal .modal-content{display:flex;flex-direction:column;max-height:95vh;overflow:hidden}#flat-price-history-modal .modal-body{flex:1;max-height:calc(95vh - 80px);overflow-x:hidden;overflow-y:auto}#flat-price-history-modal .info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(max-width:640px){#flat-price-history-modal .info-grid{gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}#flat-price-history-modal .chart-wrapper{flex-shrink:0;max-width:100%;overflow:hidden;position:relative;width:100%}#flat-price-history-modal .chart-scroll-wrapper{max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}#flat-price-history-modal .chart-scroll-wrapper canvas{display:block}@media(max-width:640px){.extras-mobile-card{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.extras-mobile-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}}[data-extras-table]{table-layout:fixed;width:100%}[data-extras-table] td:first-child,[data-extras-table] th:first-child{width:15%}[data-extras-table] td:nth-child(2),[data-extras-table] th:nth-child(2){width:25%}[data-extras-table] td:nth-child(3),[data-extras-table] th:nth-child(3){width:20%}[data-extras-table] td:nth-child(4),[data-extras-table] th:nth-child(4){width:15%}[data-extras-table] td:nth-child(5),[data-extras-table] th:nth-child(5){width:25%}[data-extras-table] .price-history-expanded-row td{max-width:100%!important;width:100%!important}.mobile-price-chart-container{overflow:hidden;transition:height .3s ease-in-out,opacity .3s ease-in-out}.mobile-price-chart-container .chart-wrapper{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.mobile-price-chart-container .chart-wrapper .chart-scroll-wrapper{background:#fff;overflow-x:auto;overflow-y:hidden;position:relative}.mobile-price-chart-container .chart-wrapper .chart-scroll-wrapper canvas{display:block}.mobile-price-chart-container .chart-wrapper .chart-scroll-wrapper.ps-desktop-active .ps__rail-x{background-color:rgba(148,163,184,.1);border-radius:4px;bottom:8px;height:8px;opacity:1}.mobile-price-chart-container .chart-wrapper .chart-scroll-wrapper.ps-desktop-active .ps__thumb-x{background-color:#94a3b8;border-radius:4px;bottom:0;height:8px;min-width:24px}.mobile-price-chart-container .chart-wrapper .chart-scroll-wrapper.ps-desktop-active.ps--scrolling-x .ps__thumb-x{background-color:#64748b}.mobile-price-chart-container .chart-wrapper .chart-scroll-wrapper.native-scroll-active{-webkit-overflow-scrolling:touch}.price-history-expanded-row{opacity:0;transform:translateY(-10px);transition:all .3s ease-in-out}.price-history-expanded-row.show{opacity:1;transform:translateY(0)}.price-history-expanded-row td{background-color:#f9fafb}.price-history-expanded-row td .expanded-content{padding:1.5rem}.price-history-expanded-row td .expanded-content .chart-wrapper{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.price-history-expanded-row td .expanded-content .chart-wrapper .chart-scroll-wrapper{background:#fff;overflow-x:auto;overflow-y:hidden;position:relative}.price-history-expanded-row td .expanded-content .chart-wrapper .chart-scroll-wrapper canvas{display:block}.price-history-expanded-row td .chart-scroll-wrapper.ps-desktop-active .ps__rail-x{background-color:rgba(148,163,184,.1);border-radius:5px;bottom:12px;height:10px;opacity:1}.price-history-expanded-row td .chart-scroll-wrapper.ps-desktop-active .ps__thumb-x{background-color:#94a3b8;border-radius:5px;bottom:0;height:10px;min-width:30px}.price-history-expanded-row td .chart-scroll-wrapper.ps-desktop-active.ps--scrolling-x .ps__thumb-x,.price-history-expanded-row td .chart-scroll-wrapper.ps-desktop-active:hover .ps__thumb-x{background-color:#64748b}.price-history-expanded-row td .chart-scroll-wrapper.native-scroll-active{-webkit-overflow-scrolling:touch}[data-show-more] span{display:block}.arrow-btn svg{max-width:100%}@media(min-width:640px){.arrow-btn svg{max-width:unset}}/*! purgecss start ignore */[data-stage-item].stage-done{border-bottom-color:#00a4f4}[data-stage-item].stage-done:after{background-color:#00a4f4;border-radius:100%;bottom:0;content:"";height:19px;left:50%;position:absolute;transform:translate(-50%,60%);width:19px}[data-stage-item].stage-actual{border-bottom-color:#00a4f4}[data-stage-item].stage-actual:after{background-image:url(//novdom.pl/wp-content/themes/novdom/dist/styles/e38b9263f11c13b3c26361386aaebbb4.svg);background-position:50%;background-repeat:no-repeat;bottom:0;content:"";height:30px;left:50%;position:absolute;transform:translate(-50%,60%);width:27px}[data-stage-item].stage-in_progress:after{background-color:#e7e7e7;border-radius:100%;bottom:0;content:"";height:19px;left:50%;position:absolute;transform:translate(-50%,60%);width:19px}[data-stage-gallery-icon]{border:1px solid #fff;cursor:pointer}[data-stage-gallery-icon].active{border:1px solid #00a4f4}[data-stage-gallery-icon].active rect{fill:#fff}[data-stage-gallery-icon].active path{fill:#00a4f4}[data-stage-gallery-icon]:hover{border:1px solid #00a4f4}[data-stage-gallery-icon]:hover rect{fill:#fff}[data-stage-gallery-icon]:hover path{fill:#00a4f4}/*! purgecss end ignore *//*! purgecss start ignore */#breadcrumbs>span{align-items:center;display:flex;gap:10px;margin-left:20px}@media(min-width:1024px){#breadcrumbs>span{margin-left:74px}}@media(min-width:1536px){#breadcrumbs>span{margin-left:24px}}/*! purgecss end ignore *//*! purgecss start ignore */[data-transparent]:checked+div{background:#fff}/*! purgecss end ignore *//*! purgecss start ignore */.city-tiles--gradient{background:linear-gradient(180deg,#000,transparent)}.cities-tiles{display:grid;grid-template-areas:". . . ." ". . . ." "contact contact . ." "contact contact . .";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:repeat(4,1fr)}@media only screen and (max-width:1023px){.cities-tiles{grid-template-areas:"." "." "." "." "." "." "." "." "contact" "contact" "." ".";grid-template-columns:1fr}}.cities-tiles--contact{grid-area:contact}/*! purgecss end ignore *//*! purgecss start ignore */.city-block{background-repeat:no-repeat;background-size:100% 100%}.city-block__bg{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%}/*! purgecss end ignore *//*! purgecss start ignore */.contact-us p{margin:0}/*! purgecss end ignore *//*! purgecss start ignore */.data-cafe-of-companies p:first-child{margin-top:0!important}.data-cafe-of-companies p:last-child{margin-bottom:0!important}/*! purgecss end ignore *//*! purgecss start ignore */.hero-image h1{margin-top:0!important}/*! purgecss end ignore *//*! purgecss start ignore */.hero-v2__wysywig h1{font-size:45px;font-weight:600;line-height:55px}.hero-v2__wysywig strong{color:#00a4f4}@media only screen and (max-width:768px){.hero-v2__wysywig h1{font-size:34px!important;font-weight:600;line-height:45px}.hide-button .hero-2__buttons-wrapper{display:none}}/*! purgecss end ignore *//*! purgecss start ignore */.hero-v3__date:after{background-color:#00a4f4;content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:26px}/*! purgecss end ignore *//*! purgecss start ignore */.hero-video-sub-header h3{color:#00a4f4;font-size:24px;font-style:normal;font-weight:600;line-height:29px;margin-bottom:40px}.hero-video-sub-header h2 p span{font-size:16px;font-weight:400;line-height:20px;margin-top:15px}@media only screen and (max-width:640px){.hero-video-sub-header h3{font-size:20px}}.hero-video .mobile{display:none}.hero-video .desktop{display:block}@media only screen and (max-width:640px){.hero-video .mobile{display:block}.hero-video .desktop{display:none}}/*! purgecss end ignore *//*! purgecss start ignore */[data-new-invest-steps] .step-next-prev:after{background:#00a4f4;bottom:-5px;content:"";height:2px;position:absolute;transform:rotate(45deg);width:40px}@media(min-width:1024px){[data-new-invest-steps] .step-next-prev:after{bottom:-5px;right:-5px;width:30px}}@media(min-width:1280px){[data-new-invest-steps] .step-next-prev:after{bottom:-5px;right:-30px;width:40px}}[data-new-invest-steps] .step-next-prev:before{background:#00a4f4;bottom:-5px;content:"";height:2px;position:absolute;transform:rotate(135deg);width:40px}@media(min-width:1024px){[data-new-invest-steps] .step-next-prev:before{left:-5px;width:30px}}@media(min-width:1280px){[data-new-invest-steps] .step-next-prev:before{left:-30px;width:40px}}@media(min-width:1024px){[data-new-invest-steps] .step-next-prev.step--1:before{display:none}[data-new-invest-steps] .step--5:after{background:#00a4f4;content:"";height:2px;left:100%;position:absolute;top:20%;width:40%}}@media(min-width:1280px){[data-new-invest-steps] .step--5:after{width:70%}}.buy-step--1{order:1}@media(max-width:1023px){.buy-step--1{grid-column:span 2/span 2;justify-content:center}.buy-step--1 .step-next-prev:before{bottom:-15px;left:-20px}.buy-step--1 .step-next-prev:after{bottom:-15px;right:-20px}}@media(min-width:1024px){.buy-step--1{grid-column:auto;order:1}}.buy-step--2{order:3}@media(max-width:1023px){.buy-step--2 .step-next-prev:before{bottom:0;left:35%;transform:rotate(90deg)}.buy-step--2 .step-next-prev:after{display:none}}@media(min-width:1024px){.buy-step--2{order:2}}.buy-step--3{order:5}@media(max-width:1023px){.buy-step--3 .step-next-prev:before{bottom:-30px;left:35%;transform:rotate(90deg)}.buy-step--3 .step-next-prev:after{display:none}}@media(min-width:1024px){.buy-step--3{order:3}}.buy-step--4{order:7}@media(max-width:1023px){.buy-step--4 .step-next-prev:before{bottom:-17px;left:-55px;transform:rotate(145deg);width:80px}.buy-step--4 .step-next-prev:after{display:none}.buy-step--4{padding-top:20px}}@media(min-width:1024px){.buy-step--4{order:4}}.buy-step--5{order:2}@media(max-width:1023px){.buy-step--5:before{background:#00a4f4;bottom:-5px;content:"";height:2px;position:absolute;right:-50px;transform:rotate(37deg);width:90px}}@media(min-width:1024px){.buy-step--5{order:5}}.buy-step--6{order:5}@media(max-width:1023px){.buy-step--6:after{background:#00a4f4;content:"";height:2px;left:-30px;position:absolute;top:25%;transform:rotate(0deg);width:58px}}@media(min-width:1024px){.buy-step--6{order:6}}.buy-step--7{order:6}@media(max-width:1023px){.buy-step--7{padding-top:20px}.buy-step--7:before{background:#00a4f4;content:"";height:2px;position:absolute;right:-30px;top:35%;transform:rotate(0deg);width:57px}}@media(min-width:1024px){.buy-step--7{order:7}}.buy-step--8{order:8}@media(min-width:1024px){.buy-step--8{order:8}}[data-step-tooltip-wrapper]{min-height:120px}@media(max-width:1023px){[data-step-tooltip-parent]{justify-content:center}}/*! purgecss end ignore *//*! purgecss start ignore */.opinions__headline h1{font-size:35px;font-weight:400;line-height:43px}@media only screen and (max-width:640px){.opinions__headline h1{font-size:28px}}/*! purgecss end ignore *//*! purgecss start ignore */[data-search-type]{background-color:#e5e5e5}[data-search-type].active{background-color:#fbfbfb}[data-search-floor].active,[data-search-room].active{background:#fff!important;color:#000!important;font-weight:600}[data-select-city],[data-select-investment]{transition:all .3s linear;z-index:10}[data-select-city] .arrow__element,[data-select-investment] .arrow__element{transition:all .3s linear}[data-select-city].locked,[data-select-investment].locked{cursor:not-allowed;opacity:.4}[data-select-city].expanded,[data-select-investment].expanded{background:#00a4f4;border-bottom-left-radius:0;border-bottom-right-radius:0;color:#fff}[data-select-city].expanded .arrow__element,[data-select-investment].expanded .arrow__element{border-top:5px solid #fff;transform:rotate(180deg)}[data-select-data]{font-size:12px;padding:50px 30px 18px}[data-select-data].city-label:after{content:"Wybierz miasto"}[data-select-data].city-label:after,[data-select-data].invest-label:after{color:#fff;font-size:12px;font-weight:600;left:30px;padding-bottom:0;position:absolute;text-align:left;top:18px}[data-select-data].invest-label:after{content:"Wybierz inwestycję"}[data-select-data] [data-close-tags]{width:100%}[data-select-data] [data-close-tags] span{background:#00a4f4;border-radius:5px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[data-select-data] [data-close-tags] span,[data-select-data] li:not([data-close-tags]){color:#fff;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 24px}[data-select-data] li:not([data-close-tags]){background:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:5px}[data-select-data] li:not([data-close-tags]):hover{background:hsla(0,0%,100%,.7)}[data-select-data] li:not([data-close-tags]).selected{background:rgba(0,163,244,.612)}[data-city-tags] .city-tag{align-items:center;background:#fff;border:1px solid #00a4f4;border-radius:8px;display:flex;font-size:12px;justify-content:center;padding:5px 20px 5px 10px;position:relative}[data-city-tags] .city-tag [data-city-tag]{background-image:url(//novdom.pl/wp-content/themes/novdom/dist/styles/7741cd3da070f6f05082646bf82bf123.svg);cursor:pointer;height:16px;margin-right:10px;width:16px}[data-city-tags-mobile] .city-tag,[data-invest-tags-mobile] .city-tag{align-items:center;background:#fff;border:1px solid #00a4f4;border-radius:6px;display:flex;font-size:10px;justify-content:center;padding:4px 15px 4px 8px;position:relative}[data-city-tags-mobile] .city-tag [data-city-tag],[data-invest-tags-mobile] .city-tag [data-city-tag]{background-image:url(//novdom.pl/wp-content/themes/novdom/dist/styles/7741cd3da070f6f05082646bf82bf123.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:14px;margin-right:8px;width:14px}[data-search-apartments-block] .custom-select{min-width:193px}[data-search-apartments-block] img{border-bottom-left-radius:70px;overflow:hidden}[data-search-apartments-block] .search-text{margin-bottom:20px}@media(min-width:1024px){[data-search-apartments-block] .search-text{margin-bottom:40px}}@media(min-width:1440px){[data-search-apartments-block] .search-text{margin-bottom:110px}}[data-search-apartments-block] .search-text p{margin-top:16px!important}[data-search-apartments-block] .arrow__element{border-top-color:#fff!important}.home .top-bar .top-bar__mail{padding-right:20px}.home .search-gradient{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.302);border-radius:10px}@media(max-width:1024px){.home .search-gradient{background:rgba(0,0,0,.3)}}.home [data-search-target-type]{cursor:pointer}.home [data-search-target-type].active{border-bottom:1px solid #00a4f4;color:#00a4f4;font-weight:700}.home .custom-select,.home .search-white-background{background:hsla(0,0%,100%,.4)}.home .custom-select{min-width:193px}.home .search-img-gradient{background:linear-gradient(90deg,transparent 14.72%,rgba(0,0,0,.7) 82.51%)}.page-template-page-search-results [data-search-target-type].active{border-bottom:1px solid #fff;font-weight:600}.page-template-page-search-results [data-select-data] li:not([data-close-tags]){background:#00a4f4}.page-template-page-search-results [data-select-data] [data-close-tags] span,.page-template-page-search-results [data-select-data] li:not([data-close-tags]).selected{background:#fff;color:#00a4f4}.page-template-page-search-results .menu-cities{margin-left:0!important}[data-flats-filters]{transition:all 0s}[data-flats-filters] input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}[data-flats-filters] *{transition:all 0s!important}[data-flats-filters] [data-hide-tags]{display:none}[data-flats-filters].vis-hidden *{visibility:hidden}[data-flats-filters].vis-hidden [data-select-data],[data-flats-filters].vis-hidden [data-select-data] *{visibility:visible}/*! purgecss end ignore *//*! purgecss start ignore */.vcard__wysiwyg p{margin:0!important}/*! purgecss end ignore *//*! purgecss start ignore */.vcard-small__wysywig p{margin:0}.vcard-small a{text-decoration:none}/*! purgecss end ignore *//*! purgecss start ignore */.wp-block-columns{align-items:center;margin-bottom:0}.wp-block-columns .wp-block-column{display:flex;flex-direction:column;justify-content:center}.wp-block-columns .wp-block-column h2{margin-bottom:1.875rem;margin-top:2.5rem}@media(min-width:1024px){.wp-block-columns .wp-block-column h2{margin-bottom:.625rem;margin-top:unset}}.wp-block-columns .wp-block-column p{line-height:22px;margin-bottom:1rem}@media(min-width:1024px){.wp-block-columns .wp-block-column p{margin-top:1.875rem}}@media only screen and (max-width:640px){.wp-block-columns .wp-block-column{margin-right:0}}.wp-block-button.fullfilled .wp-block-button__link{background:#00a4f4;color:#fff}.wp-block-button.fullfilled .wp-block-button__link.active,.wp-block-button.fullfilled .wp-block-button__link:active,.wp-block-button.fullfilled .wp-block-button__link:focus,.wp-block-button.fullfilled .wp-block-button__link:hover,.wp-block-button__link{background-color:#fff;color:#00a4f4}.wp-block-button__link{word-wrap:normal;align-items:center;border:1px solid #00a4f4;border-radius:.5rem;display:flex;font-weight:600;justify-content:center;padding:.625rem 1.5rem;word-break:normal}@media only screen and (max-width:640px){.wp-block-button__link{padding:.625rem 1rem}}.wp-block-button__link.active,.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{background-color:#00a4f4;color:#fff}.wp-block-file{align-items:center;display:flex;flex-direction:row-reverse;gap:1.25rem;justify-content:center}.wp-block-button.margin-top{margin-top:30px}/*! purgecss end ignore *//*! purgecss start ignore */.wysywigWithArrow__right svg{transform:rotate(180deg)}/*! purgecss end ignore *//*! purgecss start ignore */.page-about-us h1{margin-bottom:25px!important}.page-about-us .hero-image h1,.page-about-us .hero-img-reverse h1{font-weight:400!important;line-height:42.67px!important;margin-bottom:40px!important}/*! purgecss end ignore *//*! purgecss start ignore */.after-sales-page p{line-height:19px}.after-sales-page .wp-block-column p{margin:0 auto;max-width:857px}/*! purgecss end ignore *//*! purgecss start ignore */.companies-info .companies-list .wp-block-column{margin:0}.companies-info .companies-list .wp-block-columns{gap:1.25rem;margin-bottom:1.25rem}.companies-info .page-content{row-gap:60px}/*! purgecss end ignore *//*! purgecss start ignore */.news-grid .wp-block-columns{margin-bottom:60px}/*! purgecss end ignore *//*! purgecss start ignore */@media(min-width:1024px){.page-contact .vcard-small{justify-content:flex-start!important}}/*! purgecss end ignore *//*! purgecss start ignore */[data-search-collapse-slug] img{transition:all .3s}[data-search-collapse-slug].expanded img{transform:rotate(180deg)}[data-search-result-row]:nth-child(2n){background:#fbfbfb}[data-search-result-row]:nth-child(odd){background:#fff}@media(max-width:424px){[data-search-result-name]{flex-direction:column}[data-search-result-name] img{transform:rotate(90deg)}[data-search-result-name] .text-main-blue{text-align:center}}/*! purgecss end ignore *//*! purgecss start ignore */html{scroll-behavior:smooth!important}.single-investment.realized{--breadcrumbs:#fff!important;--smallLogo:#fff}.single-investment .investment-map{margin-bottom:30px}@media(min-width:1024px){.single-investment .investment-map{margin-bottom:100px}}@media(max-width:1023px){.single-investment .wp-block-gallery{margin-top:12px}}.single-investment [data-rating-start]{color:#fff}.single-investment .site-invest-logo{display:flex!important}.single-investment.display-floating-form [data-floating-form-trigger]{display:block}@media(min-width:1024px){.page-template-page-search-results .wp-block-columns .wp-block-column h2,.single-investment:not(.realized) .wp-block-columns .wp-block-column h2{margin-bottom:60px}}.page-template-page-search-results .wp-block-group h2,.single-investment:not(.realized) .wp-block-group h2{margin-bottom:40px}@media(min-width:1024px){.page-template-page-search-results .wp-block-group h2,.single-investment:not(.realized) .wp-block-group h2{margin-bottom:60px!important}}@media screen and (min-width:1024px){.page-template-page-search-results .flats-table div,.single-investment:not(.realized) .flats-table div{border-bottom:1px solid #e8e8e8;height:100%;padding:20px 10px;text-align:center}.page-template-page-search-results .flats-table div:last-child,.single-investment:not(.realized) .flats-table div:last-child{border:none}}.page-template-page-search-results .flats-table .mobile-row,.single-investment:not(.realized) .flats-table .mobile-row{border-top:1px solid #00a4f4}.page-template-page-search-results .flats-table .mobile-row .data-row>div:last-child,.single-investment:not(.realized) .flats-table .mobile-row .data-row>div:last-child{margin-bottom:0!important}.page-template-page-search-results [data-flat-gallery] .swiper-button-next,.page-template-page-search-results [data-flat-gallery] .swiper-button-prev,.single-investment:not(.realized) [data-flat-gallery] .swiper-button-next,.single-investment:not(.realized) [data-flat-gallery] .swiper-button-prev{color:#fff}.page-template-page-search-results .flat-forms .consultation-form,.single-investment:not(.realized) .flat-forms .consultation-form{background:#f6f6f6}.page-template-page-search-results .flat-forms .consultation-form__header,.single-investment:not(.realized) .flat-forms .consultation-form__header{background:#00a4f4;padding:50px 60px}@media(max-width:1023px){.page-template-page-search-results .flat-forms .consultation-form__header,.single-investment:not(.realized) .flat-forms .consultation-form__header{padding:30px 20px}}.page-template-page-search-results .flat-forms .consultation-form__body,.single-investment:not(.realized) .flat-forms .consultation-form__body{padding:40px 60px}@media(max-width:1023px){.page-template-page-search-results .flat-forms .consultation-form__body,.single-investment:not(.realized) .flat-forms .consultation-form__body{padding:30px 20px}}.page-template-page-search-results .flat-forms .contact-flat-form,.single-investment:not(.realized) .flat-forms .contact-flat-form{background:#fafafa;padding:40px 0 30px 36px}.page-template-page-search-results .top-bar,.single-investment:not(.realized) .top-bar{margin-bottom:132px;max-height:40px}@media(min-width:1024px){.page-template-page-search-results .top-bar__breadcrumbs,.single-investment:not(.realized) .top-bar__breadcrumbs{color:#000;transform:translateY(-2rem)}}.page-template-page-search-results [data-building-status].active,.page-template-page-search-results [data-building-type].active,.page-template-page-search-results [data-flat-floor].active,.page-template-page-search-results [data-rooms-amount].active,.page-template-page-search-results [data-search-table].active,.page-template-page-search-results [data-search-visualisation].active,.page-template-page-search-results [data-show-building-type].active,.page-template-page-search-results [data-target-type].active,.single-investment:not(.realized) [data-building-status].active,.single-investment:not(.realized) [data-building-type].active,.single-investment:not(.realized) [data-flat-floor].active,.single-investment:not(.realized) [data-rooms-amount].active,.single-investment:not(.realized) [data-search-table].active,.single-investment:not(.realized) [data-search-visualisation].active,.single-investment:not(.realized) [data-show-building-type].active,.single-investment:not(.realized) [data-target-type].active{background:#fff;color:#00a4f4;font-weight:600}@media(min-width:1024px){.page-template-page-search-results [data-building-status]:hover,.page-template-page-search-results [data-building-type]:hover,.page-template-page-search-results [data-flat-floor]:hover,.page-template-page-search-results [data-rooms-amount]:hover,.page-template-page-search-results [data-search-table]:hover,.page-template-page-search-results [data-search-visualisation]:hover,.page-template-page-search-results [data-show-building-type]:hover,.page-template-page-search-results [data-target-type]:hover,.single-investment:not(.realized) [data-building-status]:hover,.single-investment:not(.realized) [data-building-type]:hover,.single-investment:not(.realized) [data-flat-floor]:hover,.single-investment:not(.realized) [data-rooms-amount]:hover,.single-investment:not(.realized) [data-search-table]:hover,.single-investment:not(.realized) [data-search-visualisation]:hover,.single-investment:not(.realized) [data-show-building-type]:hover,.single-investment:not(.realized) [data-target-type]:hover{background:#fff;color:#00a4f4}}@media(max-width:1024px){.page-template-page-search-results [data-target-sort].active,.single-investment:not(.realized) [data-target-sort].active{background:#00a4f4;color:#fff;font-weight:600}.page-template-page-search-results [data-target-sort].active svg,.single-investment:not(.realized) [data-target-sort].active svg{color:#00a4f4}.page-template-page-search-results [data-target-sort]:hover,.single-investment:not(.realized) [data-target-sort]:hover{background:#00a4f4;color:#fff}}[data-flat-extra-info]{border-bottom:none!important;opacity:1;transition:height .2s linear;visibility:visible}[data-flat-extra-info].hidden-info-field{display:none}[data-row-number]{border-right:1px solid #e8e8e8}[data-row-number].offer{border-right:none}[data-target-slide].active{color:#00a4f4}.direction{padding:10px}.direction.pn{transform:rotate(-45deg)}.direction.pd{transform:rotate(135deg)}.direction.ws{transform:rotate(45deg)}.direction.za{transform:rotate(225deg)}.direction.pn-pd{transform:rotate(-45deg)}.direction.pn-za{transform:rotate(270deg)}.direction.pd-pn{transform:rotate(135deg)}.direction.pd-ws{transform:rotate(90deg)}.direction.pd-za{transform:rotate(180deg)}.direction.ws-pd{transform:rotate(90deg)}.direction.ws-za{transform:rotate(45deg)}.direction.za-pn{transform:rotate(270deg)}.direction.za-pd{transform:rotate(180deg)}.direction.za-ws{transform:rotate(225deg)}[data-promotion-tooltip]{display:none}[data-promotion-tooltip]:after{background-color:#488a6c;bottom:-5px;content:"";height:10px;left:24px;position:absolute;transform:rotate(45deg);width:10px}[data-promotion-hint]:hover [data-promotion-tooltip]{display:block}[data-target-table-body]{border-bottom:none!important;padding:0!important}[data-input-max],[data-input-min],select{outline:none}[data-input-max]+label,[data-input-min]+label{font-size:12px;transition:all .3s ease-in-out}[data-input-max]::-webkit-inner-spin-button,[data-input-max]::-webkit-outer-spin-button,[data-input-min]::-webkit-inner-spin-button,[data-input-min]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}[data-input-max]:focus+label,[data-input-min]:focus+label{display:none}[data-input-max]:not(:-moz-placeholder-shown)+label,[data-input-min]:not(:-moz-placeholder-shown)+label{display:none}[data-input-max]:not(:-ms-input-placeholder)+label,[data-input-min]:not(:-ms-input-placeholder)+label{display:none}[data-input-max]:not(:placeholder-shown)+label,[data-input-min]:not(:placeholder-shown)+label{display:none}[data-target-filters].active{border-bottom:1px solid #fff;font-weight:600}[data-showed-floor]{cursor:pointer;font-size:12px}[data-showed-floor].active,[data-showed-floor]:hover{background:#fff;color:#00a4f4}[data-flat-img-placeholder]{padding-bottom:60px}[data-show-all-flats],[data-show-more]:not([data-show-less]){border-bottom:none!important}@media screen and (min-width:1024px){.display-services .flats-table{grid-template-columns:1.4fr 1.5fr 1.7fr 1.7fr 1.7fr}}.display-services .flats-table [data-header-additional-surface],.display-services .flats-table [data-header-floor],.display-services .flats-table [data-header-rooms],.display-services .flats-table [data-row-additional-surface],.display-services .flats-table [data-row-floor],.display-services .flats-table [data-row-rooms]{display:none}.display-services .different-cols-span{grid-column:span 5}.display-services .for-flats{display:none}.display-services .for-services{display:block}.display-flats .for-services{display:none}.display-flats .for-flats{display:block}.display-flats .different-cols-span{grid-column:span 8}[data-search-target-type]{cursor:pointer}[data-open-form-btn] span{pointer-events:none}.service-locals-displayed #qupto-cloud-viewer-id{display:none!important}.seo-text p,[data-content-col] p{margin-bottom:1.5rem}.seo-text ul,[data-content-col] ul{list-style-type:disc;margin-bottom:1.5rem}.seo-text ul li,[data-content-col] ul li{margin-left:1.8rem}.single-page .wp-block-column ul{list-style-type:disc;margin-bottom:1.5rem}.single-page .wp-block-column ul li{margin-left:1.8rem}[data-target-sort].active svg{color:#00a4f4}/*! purgecss end ignore */.pointer-events-none{pointer-events:none}.visible{visibility:visible}.\!visible{visibility:visible!important}.\!static{position:static!important}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.\!absolute{position:absolute!important}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{bottom:0;left:0;right:0;top:0}.top-0{top:0}.left-0{left:0}.top-2{top:.5rem}.right-2{right:.5rem}.top-16{top:4rem}.left-1\/2{left:50%}.right-0{right:0}.right-5{right:1.25rem}.left-5{left:1.25rem}.top-\[5\%\]{top:5%}.bottom-3\/4{bottom:75%}.left-3{left:.75rem}.top-1\/2{top:50%}.bottom-0{bottom:0}.bottom-\[-20px\]{bottom:-20px}.right-2\.5{right:.625rem}.top-2\.5{top:.625rem}.top-1{top:.25rem}.left-4{left:1rem}.right-4{right:1rem}.right-8{right:2rem}.\!left-0{left:0!important}.\!right-0{right:0!important}.\!-left-4{left:-1rem!important}.\!-right-4{right:-1rem!important}.-left-16{left:-4rem}.top-4{top:1rem}.right-28{right:7rem}.top-14{top:3.5rem}.right-20{right:5rem}.top-40{top:10rem}.left-8{left:2rem}.top-12{top:3rem}.bottom-1{bottom:.25rem}.right-1{right:.25rem}.left-12{left:3rem}.left-80{left:20rem}.right-80{right:20rem}.top-list{top:1.875rem}.-left-8{left:-2rem}.bottom-list{bottom:1.875rem}.left-0\.5{left:.125rem}.top-0\.5{top:.125rem}.top-8{top:2rem}.top-24{top:6rem}.-top-12{top:-3rem}.right-16{right:4rem}.-left-4{left:-1rem}.-top-full{top:-100%}.z-50{z-index:50}.z-\[999999\]{z-index:999999}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-\[101\]{z-index:101}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.order-2{order:2}.order-1{order:1}.order-3{order:3}.order-4{order:4}.-order-1{order:-1}.order-\[0\]{order:0}.col-span-1{grid-column:span 1/span 1}.col-span-full{grid-column:1/-1}.\!m-0{margin:0!important}.-m-2{margin:-.5rem}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.\!my-12{margin-bottom:3rem!important;margin-top:3rem!important}.\!my-2\.5{margin-bottom:.625rem!important;margin-top:.625rem!important}.\!my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-auto{margin-bottom:auto;margin-top:auto}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-7{margin-bottom:1.75rem;margin-top:1.75rem}.my-12{margin-bottom:3rem;margin-top:3rem}.my-16{margin-bottom:4rem;margin-top:4rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-bottom:1rem;margin-top:1rem}.mt-10{margin-top:2.5rem}.mb-6{margin-bottom:1.5rem}.mt-8{margin-top:2rem}.ml-4{margin-left:1rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-7{margin-bottom:1.75rem}.mt-5{margin-top:1.25rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-2\.5{margin-bottom:.625rem}.mb-2{margin-bottom:.5rem}.mt-\[4rem\]{margin-top:4rem}.mb-\[1\.875rem\]{margin-bottom:1.875rem}.mt-7{margin-top:1.75rem}.mt-\[1\.875rem\]{margin-top:1.875rem}.ml-auto{margin-left:auto}.mt-24{margin-top:6rem}.mb-\[50px\]{margin-bottom:50px}.mt-\[32px\]{margin-top:32px}.mb-9{margin-bottom:2.25rem}.mt-12{margin-top:3rem}.mb-10{margin-bottom:2.5rem}.mb-14{margin-bottom:3.5rem}.mt-\[240px\]{margin-top:240px}.mb-16{margin-bottom:4rem}.mt-14{margin-top:3.5rem}.mt-3{margin-top:.75rem}.ml-list{margin-left:1.875rem}.\!mb-0{margin-bottom:0!important}.\!mt-0{margin-top:0!important}.mt-2{margin-top:.5rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mb-\[60px\]{margin-bottom:60px}.mt-2\.5{margin-top:.625rem}.mt-list{margin-top:1.875rem}.mt-1{margin-top:.25rem}.mb-\[51px\]{margin-bottom:51px}.\!mt-2\.5{margin-top:.625rem!important}.\!mb-2\.5{margin-bottom:.625rem!important}.\!mb-7{margin-bottom:1.75rem!important}.\!mt-2{margin-top:.5rem!important}.\!mb-2{margin-bottom:.5rem!important}.ml-5{margin-left:1.25rem}.mr-2{margin-right:.5rem}.mb-12{margin-bottom:3rem}.\!mb-\[40px\]{margin-bottom:40px!important}.\!mb-\[60px\]{margin-bottom:60px!important}.mb-0{margin-bottom:0}.mb-\[70px\]{margin-bottom:70px}.\!mt-3{margin-top:.75rem!important}.mb-\[167px\]{margin-bottom:167px}.ml-3\.5{margin-left:.875rem}.ml-3{margin-left:.75rem}.mb-1\.5{margin-bottom:.375rem}.mb-1{margin-bottom:.25rem}.mr-6{margin-right:1.5rem}.-mt-12{margin-top:-3rem}.mt-\[70px\]{margin-top:70px}.ml-0{margin-left:0}.\!mt-7{margin-top:1.75rem!important}.\!mb-12{margin-bottom:3rem!important}.\!mb-6{margin-bottom:1.5rem!important}.mt-auto{margin-top:auto}.mb-11{margin-bottom:2.75rem}.\!mb-8{margin-bottom:2rem!important}.mt-\[40px\]{margin-top:40px}.ml-12{margin-left:3rem}.\!mb-10{margin-bottom:2.5rem!important}.mt-0{margin-top:0}.-mt-1{margin-top:-.25rem}.mt-16{margin-top:4rem}.mr-auto{margin-right:auto}.mt-11{margin-top:2.75rem}.mt-1\.5{margin-top:.375rem}.mr-5{margin-right:1.25rem}.mt-\[50px\]{margin-top:50px}.mb-20{margin-bottom:5rem}.mt-0\.5{margin-top:.125rem}.mr-4{margin-right:1rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.-mt-\[10px\]{margin-top:-10px}.mb-\[10px\]{margin-bottom:10px}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!hidden{display:none!important}.aspect-square{aspect-ratio:1/1}.h-full{height:100%}.h-8{height:2rem}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.\!h-12{height:3rem!important}.h-6{height:1.5rem}.h-\[23px\]{height:23px}.h-auto{height:auto}.h-\[50px\]{height:50px}.h-\[34px\]{height:34px}.h-screen{height:100vh}.h-\[56px\]{height:56px}.h-\[260px\]{height:260px}.h-1\/2{height:50%}.h-9{height:2.25rem}.h-\[388px\]{height:388px}.h-10{height:2.5rem}.h-\[35px\]{height:35px}.h-\[455px\]{height:455px}.h-\[554px\]{height:554px}.\!h-auto{height:auto!important}.h-\[70px\]{height:70px}.h-px{height:1px}.h-\[280px\]{height:280px}.h-\[600px\]{height:600px}.h-\[9px\]{height:9px}.h-\[135px\]{height:135px}.h-\[18px\]{height:18px}.h-\[2px\]{height:2px}.h-max{height:-webkit-max-content;height:-moz-max-content;height:max-content}.h-\[750px\]{height:750px}.h-4{height:1rem}.h-\[36px\]{height:36px}.h-5{height:1.25rem}.h-1\.5{height:.375rem}.h-1{height:.25rem}.h-3{height:.75rem}.\!h-6{height:1.5rem!important}.h-48{height:12rem}.h-64{height:16rem}.h-7{height:1.75rem}.max-h-full{max-height:100%}.max-h-\[250px\]{max-height:250px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-120px\)\]{max-height:calc(90vh - 120px)}.max-h-screen{max-height:100vh}.max-h-\[471px\]{max-height:471px}.max-h-0{max-height:0}.max-h-\[470px\]{max-height:470px}.max-h-\[860px\]{max-height:860px}.max-h-\[640px\]{max-height:640px}.max-h-\[132px\]{max-height:132px}.max-h-\[750px\]{max-height:750px}.max-h-\[95vh\]{max-height:95vh}.max-h-\[600px\]{max-height:600px}.min-h-\[740px\]{min-height:740px}.min-h-\[20px\]{min-height:20px}.min-h-\[30px\]{min-height:30px}.min-h-full{min-height:100%}.min-h-\[35px\]{min-height:35px}.min-h-\[44px\]{min-height:44px}.min-h-\[300px\]{min-height:300px}.min-h-\[650px\]{min-height:650px}.w-full{width:100%}.w-8{width:2rem}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.\!w-12{width:3rem!important}.w-6{width:1.5rem}.w-\[50px\]{width:50px}.w-auto{width:auto}.w-\[84px\]{width:84px}.w-\[34px\]{width:34px}.w-screen{width:100vw}.\!w-auto{width:auto!important}.w-1\/3{width:33.333333%}.w-9{width:2.25rem}.w-48{width:12rem}.w-10{width:2.5rem}.w-3\/6{width:50%}.w-\[35px\]{width:35px}.\!w-full{width:100%!important}.w-1\/2{width:50%}.w-\[554px\]{width:554px}.w-\[70px\]{width:70px}.w-5\/12{width:41.666667%}.w-\[30\%\]{width:30%}.w-\[70\%\]{width:70%}.w-\[60px\]{width:60px}.w-16{width:4rem}.w-\[135px\]{width:135px}.w-\[26px\]{width:26px}.w-\[153px\]{width:153px}.w-4{width:1rem}.w-\[45px\]{width:45px}.w-5{width:1.25rem}.w-1\.5{width:.375rem}.w-1{width:.25rem}.w-3{width:.75rem}.w-24{width:6rem}.w-20{width:5rem}.\!w-6{width:1.5rem!important}.w-3\/4{width:75%}.w-1\/4{width:25%}.w-12{width:3rem}.w-14{width:3.5rem}.w-28{width:7rem}.min-w-\[136px\]{min-width:136px}.min-w-full{min-width:100%}.min-w-\[100px\]{min-width:100px}.min-w-\[91px\]{min-width:91px}.min-w-\[554px\]{min-width:554px}.min-w-\[100\%\]{min-width:100%}.min-w-\[140px\]{min-width:140px}.min-w-\[14rem\]{min-width:14rem}.max-w-\[1160px\]{max-width:1160px}.max-w-3xl{max-width:48rem}.max-w-\[184px\]{max-width:184px}.max-w-full{max-width:100%}.max-w-\[354px\]{max-width:354px}.max-w-4xl{max-width:56rem}.max-w-\[1440px\]{max-width:1440px}.max-w-\[446px\]{max-width:446px}.max-w-\[400px\]{max-width:400px}.max-w-\[720px\]{max-width:720px}.max-w-\[569px\]{max-width:569px}.max-w-\[523px\]{max-width:523px}.max-w-\[426px\]{max-width:426px}.max-w-\[117px\]{max-width:117px}.max-w-\[590px\]{max-width:590px}.max-w-\[195px\]{max-width:195px}.max-w-\[81px\]{max-width:81px}.max-w-\[221px\]{max-width:221px}.max-w-\[503px\]{max-width:503px}.max-w-\[420px\]{max-width:420px}.max-w-\[715px\]{max-width:715px}.max-w-\[240px\]{max-width:240px}.max-w-\[645px\]{max-width:645px}.max-w-2xl{max-width:42rem}.max-w-\[25ch\]{max-width:25ch}.max-w-\[260px\]{max-width:260px}.max-w-\[435px\]{max-width:435px}.max-w-\[191px\]{max-width:191px}.max-w-\[1112px\]{max-width:1112px}.max-w-xl{max-width:36rem}.max-w-\[120px\]{max-width:120px}.max-w-\[80\%\]{max-width:80%}.max-w-\[445px\]{max-width:445px}.max-w-\[469px\]{max-width:469px}.max-w-\[345px\]{max-width:345px}.max-w-\[440px\]{max-width:440px}.max-w-\[500px\]{max-width:500px}.max-w-\[380px\]{max-width:380px}.max-w-\[143px\]{max-width:143px}.max-w-\[210px\]{max-width:210px}.max-w-\[254px\]{max-width:254px}.max-w-\[215px\]{max-width:215px}.max-w-\[228px\]{max-width:228px}.max-w-\[610px\]{max-width:610px}.max-w-\[640px\]{max-width:640px}.max-w-\[1255px\]{max-width:1255px}.max-w-\[580px\]{max-width:580px}.max-w-\[405px\]{max-width:405px}.max-w-\[305px\]{max-width:305px}.max-w-\[510px\]{max-width:510px}.max-w-\[805px\]{max-width:805px}.max-w-\[490px\]{max-width:490px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[450px\]{max-width:450px}.max-w-\[1510px\]{max-width:1510px}.max-w-\[245px\]{max-width:245px}.max-w-\[270px\]{max-width:270px}.max-w-\[480px\]{max-width:480px}.max-w-md{max-width:28rem}.max-w-\[150px\]{max-width:150px}.max-w-\[140px\]{max-width:140px}.max-w-\[700px\]{max-width:700px}.max-w-\[708px\]{max-width:708px}.max-w-\[110px\]{max-width:110px}.max-w-\[203px\]{max-width:203px}.max-w-\[1120px\]{max-width:1120px}.max-w-\[196px\]{max-width:196px}.max-w-\[95vw\]{max-width:95vw}.max-w-\[90vw\]{max-width:90vw}.flex-none{flex:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.basis-\[20\%\]{flex-basis:20%}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-10,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-10{--tw-translate-x:-2.5rem}.translate-y-full{--tw-translate-y:100%}.-translate-y-1\/2,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-20{--tw-translate-y:-5rem}.-translate-y-20,.translate-y-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:0.5rem}.translate-x-1\/2{--tw-translate-x:50%}.-translate-y-1\/4,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/4{--tw-translate-y:-25%}.translate-y-2\/4{--tw-translate-y:50%}.-translate-x-full,.translate-y-2\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-full,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y:50%}.-translate-y-12{--tw-translate-y:-3rem}.-translate-y-12,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.-rotate-90,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.-rotate-180{--tw-rotate:-180deg}.-rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-\[140px_1fr\]{grid-template-columns:140px 1fr}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_0\.6fr\]{grid-template-columns:1fr .6fr}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[180px_1fr\]{grid-template-columns:180px 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-8{gap:2rem}.gap-\[3\.25rem\]{gap:3.25rem}.gap-6{gap:1.5rem}.gap-16{gap:4rem}.gap-5{gap:1.25rem}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.gap-7{gap:1.75rem}.gap-14{gap:3.5rem}.gap-4{gap:1rem}.gap-3\.5{gap:.875rem}.gap-10{gap:2.5rem}.gap-\[54px\]{gap:54px}.gap-9{gap:2.25rem}.gap-20{gap:5rem}.gap-list{gap:1.875rem}.gap-2\.5{gap:.625rem}.gap-1{gap:.25rem}.gap-y-\[70px\]{row-gap:70px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-y-12{row-gap:3rem}.gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-y-\[40px\]{row-gap:40px}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-4{row-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-2{row-gap:.5rem}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.gap-x-\[10px\]{-moz-column-gap:10px;column-gap:10px}.gap-y-5{row-gap:1.25rem}.gap-y-14{row-gap:3.5rem}.gap-y-list{row-gap:1.875rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-10{row-gap:2.5rem}.gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.gap-y-0{row-gap:0}.gap-x-list{-moz-column-gap:1.875rem;column-gap:1.875rem}.gap-y-8{row-gap:2rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.gap-y-7{row-gap:1.75rem}.gap-y-3{row-gap:.75rem}.gap-y-6{row-gap:1.5rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-\[100px\]{row-gap:100px}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-y-1{row-gap:.25rem}.gap-x-\[11px\]{-moz-column-gap:11px;column-gap:11px}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.break-normal{word-wrap:normal;word-break:normal}.break-words{word-wrap:break-word}.rounded-lg{border-radius:.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[5px\]{border-radius:5px}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-\[11px\]{border-radius:11px}.rounded-\[7px\]{border-radius:7px}.rounded-opinion-box{border-radius:.75rem}.rounded-\[30px\]{border-radius:30px}.rounded-\[20px\]{border-radius:20px}.rounded-md{border-radius:.375rem}.rounded-\[6px\]{border-radius:6px}.rounded-r-main{border-bottom-right-radius:4.375rem;border-top-right-radius:4.375rem}.rounded-t-\[46px\]{border-top-left-radius:46px;border-top-right-radius:46px}.rounded-br-\[70px\]{border-bottom-right-radius:70px}.rounded-tl-\[70px\]{border-top-left-radius:70px}.rounded-bl-\[150px\]{border-bottom-left-radius:150px}.rounded-tl-\[150px\]{border-top-left-radius:150px}.rounded-bl-\[70px\]{border-bottom-left-radius:70px}.rounded-br-main{border-bottom-right-radius:4.375rem}.rounded-bl-main{border-bottom-left-radius:4.375rem}.rounded-bl-\[114px\]{border-bottom-left-radius:114px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-b-\[1px\]{border-bottom-width:1px}.border-t{border-top-width:1px}.border-b-\[4px\]{border-bottom-width:4px}.border-r{border-right-width:1px}.border-b-2{border-bottom-width:2px}.border-solid{border-style:solid}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-main-blue{--tw-border-opacity:1;border-color:rgba(0,164,244,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.\!border-white{--tw-border-opacity:1!important;border-color:rgba(255,255,255,var(--tw-border-opacity))!important}.border-orange-200{--tw-border-opacity:1;border-color:rgba(254,215,170,var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.border-\[\#D5D5D5\]{--tw-border-opacity:1;border-color:rgba(213,213,213,var(--tw-border-opacity))}.border-\[\#4bb543\]{--tw-border-opacity:1;border-color:rgba(75,181,67,var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.border-b-\[\#e7e7e7\]{--tw-border-opacity:1;border-bottom-color:rgba(231,231,231,var(--tw-border-opacity))}.border-t-main-blue{--tw-border-opacity:1;border-top-color:rgba(0,164,244,var(--tw-border-opacity))}.border-r-\[\#D9D9D9\]{--tw-border-opacity:1;border-right-color:rgba(217,217,217,var(--tw-border-opacity))}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]{background-color:rgba(0,0,0,.3)}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-main-blue{--tw-bg-opacity:1;background-color:rgba(0,164,244,var(--tw-bg-opacity))}.bg-\[\#F8F8F8\]{--tw-bg-opacity:1;background-color:rgba(248,248,248,var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\]{background-color:rgba(0,0,0,.7)}.bg-occasional-brown{--tw-bg-opacity:1;background-color:rgba(129,119,112,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-\[\#f6f6f6\]{--tw-bg-opacity:1;background-color:rgba(246,246,246,var(--tw-bg-opacity))}.bg-\[\#fafafa\]{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-\[\#F4F4F4\]{--tw-bg-opacity:1;background-color:rgba(244,244,244,var(--tw-bg-opacity))}.\!bg-main-blue{--tw-bg-opacity:1!important;background-color:rgba(0,164,244,var(--tw-bg-opacity))!important}.bg-\[\#00a4f4\]{--tw-bg-opacity:1;background-color:rgba(0,164,244,var(--tw-bg-opacity))}.bg-\[\#ffffffe6\]{background-color:hsla(0,0%,100%,.902)}.bg-main-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-\[\#65A72B\]{--tw-bg-opacity:1;background-color:rgba(101,167,43,var(--tw-bg-opacity))}.bg-\[\#00000050\]{background-color:rgba(0,0,0,.314)}.bg-\[\#009CE9\]{--tw-bg-opacity:1;background-color:rgba(0,156,233,var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.bg-\[\#212F42\]{--tw-bg-opacity:1;background-color:rgba(33,47,66,var(--tw-bg-opacity))}.bg-\[\#E3EAF1\]{--tw-bg-opacity:1;background-color:rgba(227,234,241,var(--tw-bg-opacity))}.bg-\[\#212f42\]{--tw-bg-opacity:1;background-color:rgba(33,47,66,var(--tw-bg-opacity))}.bg-\[\#E59968\]{--tw-bg-opacity:1;background-color:rgba(229,153,104,var(--tw-bg-opacity))}.bg-\[\#00000038\]{background-color:rgba(0,0,0,.22)}.bg-\[\#00A4F4E5\]{background-color:rgba(0,164,244,.898)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.bg-\[\#00000084\]{background-color:rgba(0,0,0,.518)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.bg-\[\#EFEFEF\]{--tw-bg-opacity:1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-\[\#E7EDF1\]{--tw-bg-opacity:1;background-color:rgba(231,237,241,var(--tw-bg-opacity))}.bg-\[\#4bb543\]{--tw-bg-opacity:1;background-color:rgba(75,181,67,var(--tw-bg-opacity))}.bg-\[\#488A6C\]{--tw-bg-opacity:1;background-color:rgba(72,138,108,var(--tw-bg-opacity))}.bg-\[\#23734E\]{--tw-bg-opacity:1;background-color:rgba(35,115,78,var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-cover{background-size:cover}.\!bg-cover{background-size:cover!important}.bg-center{background-position:50%}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2\.5{padding:.625rem}.p-2{padding:.5rem}.\!p-0{padding:0!important}.p-4{padding:1rem}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-0{padding:0}.p-5{padding:1.25rem}.p-1\.5{padding:.375rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-14{padding-bottom:3.5rem;padding-top:3.5rem}.py-20{padding-bottom:5rem;padding-top:5rem}.\!px-0{padding-left:0!important;padding-right:0!important}.py-8{padding-bottom:2rem;padding-top:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-0{padding-left:0;padding-right:0}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-\[40px\]{padding-bottom:40px;padding-top:40px}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-12{padding-left:3rem;padding-right:3rem}.py-12{padding-bottom:3rem;padding-top:3rem}.\!py-2\.5{padding-bottom:.625rem!important;padding-top:.625rem!important}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-\[25px\]{padding-bottom:25px;padding-top:25px}.py-24{padding-bottom:6rem;padding-top:6rem}.px-8{padding-left:2rem;padding-right:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-0{padding-bottom:0;padding-top:0}.pb-20{padding-bottom:5rem}.pr-7{padding-right:1.75rem}.pt-7{padding-top:1.75rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.pt-4{padding-top:1rem}.pb-12{padding-bottom:3rem}.pt-\[95px\]{padding-top:95px}.pb-\[104px\]{padding-bottom:104px}.pr-16{padding-right:4rem}.pl-0{padding-left:0}.pl-4{padding-left:1rem}.pt-6{padding-top:1.5rem}.pl-\[50px\]{padding-left:50px}.pt-40{padding-top:10rem}.pb-5{padding-bottom:1.25rem}.pl-12{padding-left:3rem}.pb-4{padding-bottom:1rem}.pt-8{padding-top:2rem}.pt-\[53px\]{padding-top:53px}.pr-\[56px\]{padding-right:56px}.pb-\[74px\]{padding-bottom:74px}.pb-\[40px\]{padding-bottom:40px}.pb-2{padding-bottom:.5rem}.pl-3{padding-left:.75rem}.\!pb-0{padding-bottom:0!important}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-3{padding-right:.75rem}.pl-\[120px\]{padding-left:120px}.pt-10{padding-top:2.5rem}.pb-14{padding-bottom:3.5rem}.pt-0{padding-top:0}.pb-16{padding-bottom:4rem}.pt-5{padding-top:1.25rem}.pt-20{padding-top:5rem}.pb-0{padding-bottom:0}.pr-20{padding-right:5rem}.pb-10{padding-bottom:2.5rem}.pb-\[20px\]{padding-bottom:20px}.pl-list{padding-left:1.875rem}.pl-8{padding-left:2rem}.pr-9{padding-right:2.25rem}.pr-10{padding-right:2.5rem}.pb-8{padding-bottom:2rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-24{padding-top:6rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.\!text-left{text-align:left!important}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-montserrat{font-family:Montserrat,sans-serif}.text-xs{font-size:.75rem;line-height:1rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-\[30px\]{font-size:30px}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-\[1\.75rem\]{font-size:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[35px\]{font-size:35px}.text-\[18px\]{font-size:18px}.text-3xl{font-size:1.875rem;line-height:2.25rem}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-\[45px\]{font-size:45px}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-\[16px\]{font-size:16px}.\!text-\[34px\]{font-size:34px!important}.text-hero-numbers{font-size:1.625rem;line-height:2.44rem}.text-\[34px\]{font-size:34px}.text-\[10px\]{font-size:10px}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.text-\[28px\]{font-size:28px}.text-\[12px\]{font-size:12px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[42px\]{font-size:42px}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-\[8px\]{font-size:8px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-\[14px\]{font-size:14px}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-medium{font-weight:500}.\!font-semibold{font-weight:600!important}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.leading-\[22px\]{line-height:22px}.leading-relaxed{line-height:1.625}.leading-\[30px\]{line-height:30px}.leading-\[24px\]{line-height:24px}.leading-5{line-height:1.25rem}.\!leading-\[29px\]{line-height:29px!important}.leading-\[54\.86px\]{line-height:54.86px}.leading-\[29px\]{line-height:29px}.leading-\[10px\]{line-height:10px}.leading-\[43px\]{line-height:43px}.leading-\[15px\]{line-height:15px}.leading-\[18px\]{line-height:18px}.leading-\[42px\]{line-height:42px}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.text-main-blue{--tw-text-opacity:1;color:rgba(0,164,244,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.\!text-white{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-\[\#00a4f4\]{--tw-text-opacity:1;color:rgba(0,164,244,var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgba(22,101,52,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-\[\#212F42\]{--tw-text-opacity:1;color:rgba(33,47,66,var(--tw-text-opacity))}.text-\[\#00A4F4\]{--tw-text-opacity:1;color:rgba(0,164,244,var(--tw-text-opacity))}.text-\[\#212f42\]{--tw-text-opacity:1;color:rgba(33,47,66,var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgba(234,88,12,var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity:1;color:rgba(124,45,18,var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgba(154,52,18,var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgba(22,163,74,var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgba(20,83,45,var(--tw-text-opacity))}.text-\[\#656565\]{--tw-text-opacity:1;color:rgba(101,101,101,var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-\[\#00A4F4\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,164,244,var(--tw-placeholder-opacity))}.placeholder-\[\#00A4F4\]:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(0,164,244,var(--tw-placeholder-opacity))}.placeholder-\[\#00A4F4\]::placeholder{--tw-placeholder-opacity:1;color:rgba(0,164,244,var(--tw-placeholder-opacity))}.placeholder-main-blue::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,164,244,var(--tw-placeholder-opacity))}.placeholder-main-blue:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(0,164,244,var(--tw-placeholder-opacity))}.placeholder-main-blue::placeholder{--tw-placeholder-opacity:1;color:rgba(0,164,244,var(--tw-placeholder-opacity))}.placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.placeholder-black:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgba(0,0,0,var(--tw-placeholder-opacity))}.placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.placeholder-white:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgba(255,255,255,var(--tw-placeholder-opacity))}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-opinion-box{box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-opinion-box{--tw-shadow:0 0 0.75rem 0.25rem rgba(0,0,0,.05);--tw-shadow-colored:0 0 0.75rem 0.25rem var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-black{outline-color:#000}.invert{--tw-invert:invert(100%)}.filter,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-opacity{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-linear{transition-timing-function:linear}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}/*! purgecss start ignore */@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff")}:root{--swiper-theme-color:#007aff}.opinions-swiper,.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}[dir=ltr] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir=rtl] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.opinions-swiper{position:unset}/*! purgecss end ignore *//*! purgecss start ignore */.custom-select{position:relative}.custom-select select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #00a4f4;border-radius:8px;color:#00a4f4;cursor:pointer;font-weight:600;outline:none;padding:10px 25px;position:relative}@media(max-width:1023px){.custom-select select{padding:10px 14px;text-align:center;white-space:break-spaces}}.custom-select select:after{background-color:#00a4f4;content:"";height:50px;position:absolute;right:22px;top:50%;width:50px}.custom-select .arrow{position:absolute;right:18px;top:50%;transform:translate(-50%,-50%)}@media(max-width:1023px){.custom-select .arrow{right:10px}}.custom-select .arrow__element{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #00a4f4;height:0;width:0}/*! purgecss end ignore *//*! purgecss start ignore */.faq__block--active .faq__arrow{transform:rotate(180deg)}.faq .accordion{transition:.4s}.faq__answer{transition:max-height .2s ease-out}/*! purgecss end ignore *//*! purgecss start ignore */.form-error input,.form-error textarea{border-color:red}.form-error .cf-field-error{color:red;font-size:10px;margin:10px 0 0!important}.form-invalid [data-form-message]{color:red!important}[data-agree] .form-error .cf-field-error{margin:0 0 0 10px!important}/*! purgecss end ignore *//*! purgecss start ignore */fieldset,label{margin:0;padding:0}.rating{border:none;float:left}.rating>input{display:none}.rating>.full{-webkit-text-stroke:1px #ffcf25}.rating>label:before{content:"";display:inline-block;font-family:FontAwesome;font-size:1.5rem;margin:3px}.rating>.half:before{content:"";position:absolute}.rating>label{color:transparent;float:right}.rating label{cursor:pointer;transition:all .4s}.rating:not(:checked)>label:hover,.rating:not(:checked)>label:hover~label,.rating>input:checked+label:hover,.rating>input:checked~label,.rating>input:checked~label:hover,.rating>input:checked~label:hover~label,.rating>label:hover~input:checked~label{color:#ffcf25}/*! purgecss end ignore *//*! purgecss start ignore */.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.mobile-sm{display:none}.desktop-sm{display:block}@media only screen and (max-width:640px){.mobile-sm{display:block}.desktop-sm{display:none}}.home-page-group-buttons{flex-wrap:nowrap!important}.mobile-md{display:none!important}@media only screen and (max-width:768px){.mobile-md{display:block!important}}.desktop-md{display:block!important}@media only screen and (max-width:768px){.desktop-md{display:none!important}.column-reverse-to-md{flex-direction:column-reverse}}.no-break-line{white-space:nowrap}.container{max-width:100%!important}.margin-top-60px{margin-top:30px!important}@media(min-width:1024px){.margin-top-60px{margin-top:60px!important}}.margin-top-50px{margin-top:50px!important}.margin-top-40px{margin-top:40px!important}.margin-top-10px{margin-top:10px!important}.margin-top-30px{margin-top:30px!important}.margin-top-8px{margin-top:8px!important}.forms-row .wp-block-column:first-child{flex-basis:10%!important}.w-418px{max-width:418px;width:100%}.margin-bottom-70px{margin-bottom:70px!important}@media only screen and (max-width:768px){.margin-bottom-70px{margin-bottom:40px!important}}.margin-bottom-74px{margin-bottom:35px!important}@media(min-width:1440px){.margin-bottom-74px{margin-bottom:74px!important}}.margin-bottom-60px{margin-bottom:60px!important}@media only screen and (max-width:768px){.margin-bottom-60px{margin-bottom:40px!important}}.margin-bottom-40px{margin-bottom:40px}.margin-bottom-30px{margin-bottom:30px!important}@media only screen and (max-width:768px){.margin-bottom-30px{margin-bottom:20px!important}}@media(min-width:1024px){.margin-bottom-0px{margin-bottom:0!important}}.margin-left-52px{margin-left:52px!important}.margin-left-40px{margin-left:40px}.no-wrapp-column{display:flex!important;flex-wrap:nowrap!important}.margin-none,.margin-none .wp-block-column{margin:0!important}.gap-52px{gap:52px!important}.image-cols p{margin:0!important}.image-cols .wp-block-group{align-items:baseline}.image-cols img{width:50px}.realized-investments-headlines-of-cities{margin:0 0 60px 52px}@media only screen and (max-width:768px){.realized-investments-headlines-of-cities{margin:0 0 40px}}.makow-mazowiecki-headlines-of-cities{margin:0 0 60px 52px}.makow-mazowiecki-headlines-of-cities--header{margin-bottom:60px}@media only screen and (max-width:768px){.makow-mazowiecki-headlines-of-cities{margin:0 0 30px}.makow-mazowiecki-headlines-of-cities--header{margin-bottom:20px}}.font-size-35px{font-size:35px}.home-page-headline{font-size:35px!important}@media only screen and (max-width:768px){.home-page-headline{font-size:28px!important}}@media(min-width:768px){.ml-76{margin-left:24px!important}}@media(min-width:1440px){.ml-76{margin-left:76px!important}}.mt-20{margin-top:20px!important}.mr-30{margin-right:30px!important}@media(min-width:1023px){.m-mb-0{margin-bottom:0!important}}.mb-60{margin-bottom:40px}@media(min-width:1024px){.mb-60{margin-bottom:60px!important}}.mb-70{margin-bottom:40px!important}@media(min-width:1024px){.mb-70{margin-bottom:70px!important}}.mb-30{margin-bottom:30px!important}.w-half{flex-basis:auto!important;flex-grow:0!important;width:50%!important}@media(max-width:1023px){.w-half{margin-bottom:20px!important}}.hide-block{display:none}.show-search--block{cursor:pointer}.gap-52{gap:18px}@media(min-width:1440px){.gap-52{gap:52px}}.no-translate *{transform:none!important}.text-45{font-size:28px!important}@media(min-width:1440px){.text-45{font-size:45px!important}}.text-24{font-size:24px!important}.text-16,.text-16 a{font-size:16px!important}@media(min-width:1024px){.ml-50{margin-left:50px!important}}.ml-26{margin-left:26px!important}.p-mt-0 p{margin-top:0!important}.semibold{font-weight:600!important}.mt-0,.mt-0 div{margin-top:0!important}.mb-40{margin-bottom:40px!important}.h2-semibold h2{font-weight:600!important}.jf-start{justify-content:flex-start!important}.r-invest-gallery{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr}.r-invest-gallery .wp-block-image,.r-invest-gallery .wp-block-image img{height:100%;width:100%}.r-invest-gallery .wp-block-gallery .wp-block-image,.r-invest-gallery .wp-block-gallery .wp-block-image img{height:auto;width:auto}.r-invest-gallery .wp-block-gallery{gap:42px!important}.wp-block-columns.enable-gallery img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%}.page-template-default .workers-buttons{margin-top:50px!important;padding-bottom:50px}.strong-normal strong{color:unset!important}.strong-base strong{font-size:1rem!important}.f-normal,.f-normal strong{font-weight:400!important}@media(max-width:1023px){.m-mt-50{margin-top:50px!important}.m-jf-center{justify-content:center!important}}.hide-invest{display:none!important}@media(-webkit-device-pixel-ratio:1.25){.konvajs-content{margin:0 auto!important}h1,h2,h3,img,p,svg,ul{zoom:.85}.gap-6{gap:1.25rem!important}}@media(-webkit-device-pixel-ratio:1.5){.konvajs-content{margin:0 auto!important}h1,h2,h3,img,p,svg,ul{zoom:.8}.search-items-wrapper{zoom:.9}[data-search-type-container]{row-gap:1rem!important}.guide-form-wrapper{margin-top:50px!important;max-height:560px!important}section#three{padding-left:40px}.flats-filters{flex-wrap:wrap!important}.teamSlider{max-width:832px!important}.teamSlider .swiper-wrapper{-moz-column-gap:54px;column-gap:54px}.teamSlider .swiper-slide{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}@media(-webkit-device-pixel-ratio:2){h1,h2,h3,img,p,svg,ul{zoom:.8}[data-search-type-container]{row-gap:1rem!important}.guide-form-wrapper{margin-top:50px!important;max-height:560px!important}section#three{padding-left:40px}.menu-cities{height:210px;overflow-y:scroll}.flats-filters{flex-wrap:wrap!important}.teamSlider{max-width:832px!important}.teamSlider .swiper-wrapper{-moz-column-gap:54px;column-gap:54px}.teamSlider .swiper-slide{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.privacy-policy .container ul{list-style:disc!important}.privacy-policy .container ul li{margin-left:16px}.invest-relations .hero-img-reverse img{border-bottom-left-radius:70px}.portville [data-choose-floor],.portville [data-search-visualisation],.site-invest-logo,[data-floating-form-trigger]{display:none}.page,.single-page{--breadcrumbs:#fff;--smallLogo:#fff}.be-first-mobile{order:-1}@media(min-width:1024px){.be-first-mobile{order:unset}}.hidden-force{display:none!important}.home .filters-slider .noUi-handle{height:20px;top:-10px;width:20px}.hide-content{display:none}.hidden-localization-content p{margin:0 0 1rem!important}.opacity-off{opacity:0!important}.max-h-500{max-height:500px}.show-search--block img{width:100%}.show-search--block.mobile{display:block}@media(min-width:768px){.show-search--block.mobile{display:none}}.show-search--block.desktop{display:none}@media(min-width:768px){.show-search--block.desktop{display:block}}.top-bar__breadcrumbs{color:#000}@media(max-width:1440px){.top-bar__breadcrumbs{padding:0 20px}}.top-bar__breadcrumbs ol{gap:5px}.top-bar__breadcrumbs ol,.top-bar__breadcrumbs ol li{align-items:center;display:flex}.top-bar__breadcrumbs ol li a,.top-bar__breadcrumbs ol li span{font-size:12px}.top-bar__breadcrumbs svg{max-width:18px}@media(max-width:1023px){.top-bar__breadcrumbs{color:#fff}}@media(min-width:1024px){.top-bar__breadcrumbs svg{max-width:26px}}[data-info-clousure]{text-decoration:underline}.top-bar-menu{width:calc(100% - 40px)}@media(min-width:1024px){.right-content{max-width:calc(100% - 14rem)}}[data-checkbox-col] .form-error .cf-field-error{margin-top:20px!important}.block-invest-img-label{background:#65a72b;bottom:0;color:#fff;font-weight:600;left:0;margin:0!important;padding:12px 20px;position:absolute;text-align:center;text-transform:uppercase;width:100%}@media(max-width:1023px){.block-invest-img-label{font-size:12px}}.wp-block-image img{height:100%;width:100%}.page-template-search-results [data-search-room].active{background:#fff;color:#00a4f4}a,button,input,select,span,textarea{transition:all .15s ease-in-out}.locked{overflow:hidden!important;width:calc(100% - 10px)}.mobile-slider-overflow{overflow:hidden}@media(min-width:577px){.mobile-slider-overflow{overflow:unset}}.button{align-items:center;background-color:hsla(0,0%,100%,.6);border-radius:50%;color:#000;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:18px;font-weight:700;height:240px;justify-content:center;overflow:hidden;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease-in-out;width:240px}@media(max-width:1023px){.button{height:120px;width:120px}}.button:hover,.button__icon{background-color:#fff}.button__icon{align-items:center;border-radius:100%;display:flex;flex-direction:column;height:180px;justify-content:center;width:180px}@media(max-width:1023px){.button__icon{height:90px;width:90px}}.button__icon p{color:#000;font-size:14px;margin:0;max-width:80px}@media(max-width:1023px){.button__icon p{font-size:10px}}.icon{background-image:url(//novdom.pl/wp-content/themes/novdom/dist/styles/be2f1f1e7079abfe82c87910100c206a.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:44px;margin-bottom:16px;width:44px}@media(max-width:1023px){.icon{height:22px;margin-bottom:8px;width:22px}}.no-wrap-text{word-break:keep-all}.prevent-click{opacity:.6}.flats-table.loading [data-row-number-mobile] .data-flat-status,.flats-table.loading [data-row-number-mobile] .data-row{background-color:#e0e0e0;overflow:hidden;position:relative;width:100%}.flats-table.loading [data-row-number-mobile] .data-flat-status *,.flats-table.loading [data-row-number-mobile] .data-row *{opacity:0}.flats-table.loading [data-row-number]{background-color:#e0e0e0;overflow:hidden;position:relative;width:100%}.flats-table.loading [data-row-number] *{opacity:0}.flats-table.loading [data-row-number-mobile] .data-flat-status:after,.flats-table.loading [data-row-number-mobile] .data-row:after,.flats-table.loading [data-row-number]:after{-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";display:block;height:100%;left:-100%;position:absolute;top:0;width:100%}@-webkit-keyframes loading{0%{left:-100%}50%{left:100%}to{left:100%}}@keyframes loading{0%{left:-100%}50%{left:100%}to{left:100%}}/*! purgecss end ignore */.page-template-page-arrange .top-bar__breadcrumbs{display:none}.arrange-container{margin:0 auto;overflow:hidden}.arrange-container *{font-family:Figtree,sans-serif}.italic-bold,.superior-tite{font-family:superior-title,serif}.italic-bold{font-style:italic;font-weight:700}.dreams-grid{display:grid;grid-template-areas:"stacked"}.dreams-grid .stacked,.dreams-grid img{grid-area:stacked}.colored-italic-bold{color:#00a4f4;font-family:superior-title,serif;font-style:italic;font-weight:700}.list-arrange{list-style:disc}@media(max-width:1535px){.list-arrange{padding:0 20px}.list-arrange li{text-align:left}}.list-arrange li::marker{color:#00a4f4}.svg-img svg{max-width:100%}.after\:hidden:after{content:var(--tw-content);display:none}.after\:\!text-xl:after{content:var(--tw-content);font-size:1.25rem!important;line-height:1.75rem!important}.last\:mr-0:last-child{margin-right:0}.last\:mb-0:last-child{margin-bottom:0}.focus-within\:border-main-blue[focus-within]{--tw-border-opacity:1;border-color:rgba(0,164,244,var(--tw-border-opacity))}.focus-within\:border-main-blue:focus-within{--tw-border-opacity:1;border-color:rgba(0,164,244,var(--tw-border-opacity))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-main-blue:hover{--tw-border-opacity:1;border-color:rgba(0,164,244,var(--tw-border-opacity))}.hover\:bg-main-blue:hover{--tw-bg-opacity:1;background-color:rgba(0,164,244,var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-main-blue:hover{--tw-text-opacity:1;color:rgba(0,164,244,var(--tw-text-opacity))}.hover\:text-\[\#817770\]:hover{--tw-text-opacity:1;color:rgba(129,119,112,var(--tw-text-opacity))}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.prose-headings\:text-heading2 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *)){font-size:2.2rem;line-height:2.67rem}.prose-headings\:font-normal :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *)){font-weight:400}.prose-h1\:\!mt-0 :where(h1):not(:where([class~=not-prose] *)){margin-top:0!important}.prose-h1\:mt-10 :where(h1):not(:where([class~=not-prose] *)){margin-top:2.5rem}.prose-h1\:mb-6 :where(h1):not(:where([class~=not-prose] *)){margin-bottom:1.5rem}.prose-h1\:text-\[34px\] :where(h1):not(:where([class~=not-prose] *)){font-size:34px}.prose-h1\:font-semibold :where(h1):not(:where([class~=not-prose] *)){font-weight:600}.prose-h2\:\!mt-6 :where(h2):not(:where([class~=not-prose] *)){margin-top:1.5rem!important}.prose-h2\:text-\[26px\] :where(h2):not(:where([class~=not-prose] *)){font-size:26px}.prose-h2\:\!leading-\[32px\] :where(h2):not(:where([class~=not-prose] *)){line-height:32px!important}.prose-h3\:text-2xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5rem;line-height:2rem}.prose-h3\:font-semibold :where(h3):not(:where([class~=not-prose] *)){font-weight:600}.prose-p\:\!m-0 :where(p):not(:where([class~=not-prose] *)){margin:0!important}.prose-p\:\!mt-0 :where(p):not(:where([class~=not-prose] *)){margin-top:0!important}.prose-p\:mt-4 :where(p):not(:where([class~=not-prose] *)){margin-top:1rem}.prose-p\:mt-6 :where(p):not(:where([class~=not-prose] *)){margin-top:1.5rem}.prose-p\:mb-2 :where(p):not(:where([class~=not-prose] *)){margin-bottom:.5rem}.prose-p\:\!mb-0 :where(p):not(:where([class~=not-prose] *)){margin-bottom:0!important}.prose-p\:max-w-\[454px\] :where(p):not(:where([class~=not-prose] *)){max-width:454px}.prose-p\:text-base :where(p):not(:where([class~=not-prose] *)){font-size:1rem;line-height:1.5rem}.prose-p\:\!text-base :where(p):not(:where([class~=not-prose] *)){font-size:1rem!important;line-height:1.5rem!important}.prose-p\:\!leading-\[15px\] :where(p):not(:where([class~=not-prose] *)){line-height:15px!important}.prose-p\:leading-\[22px\] :where(p):not(:where([class~=not-prose] *)){line-height:22px}.prose-a\:underline :where(a):not(:where([class~=not-prose] *)){-webkit-text-decoration-line:underline;text-decoration-line:underline}.prose-strong\:text-xl :where(strong):not(:where([class~=not-prose] *)){font-size:1.25rem;line-height:1.75rem}.prose-strong\:font-semibold :where(strong):not(:where([class~=not-prose] *)){font-weight:600}.prose-strong\:font-normal :where(strong):not(:where([class~=not-prose] *)){font-weight:400}.prose-strong\:text-main-blue :where(strong):not(:where([class~=not-prose] *)){--tw-text-opacity:1;color:rgba(0,164,244,var(--tw-text-opacity))}.prose-ul\:\!list-disc :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc!important}.prose-li\:ml-7 :where(li):not(:where([class~=not-prose] *)){margin-left:1.75rem}.prose-li\:pb-5 :where(li):not(:where([class~=not-prose] *)){padding-bottom:1.25rem}@media (min-width:1440px){.xlg\:min-w-\[589px\]{min-width:589px}.xlg\:gap-20{gap:5rem}}@media (min-width:640px){.sm\:bottom-6{bottom:1.5rem}.sm\:bottom-10{bottom:2.5rem}.sm\:left-32{left:8rem}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-10{margin-bottom:2.5rem;margin-top:2.5rem}.sm\:mt-0{margin-top:0}.sm\:ml-12{margin-left:3rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-\[211px\]{height:211px}.sm\:h-6{height:1.5rem}.sm\:min-h-\[600px\]{min-height:600px}.sm\:w-\[280px\]{width:280px}.sm\:w-\[142px\]{width:142px}.sm\:w-6{width:1.5rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-\[450px\]{max-width:450px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-6xl{max-width:72rem}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-items-center{justify-items:center}.sm\:gap-12{gap:3rem}.sm\:gap-0{gap:0}.sm\:gap-y-4{row-gap:1rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:rounded-none{border-radius:0}.sm\:border-r{border-right-width:1px}.sm\:border-b{border-bottom-width:1px}.sm\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:p-6{padding:1.5rem}.sm\:p-14{padding:3.5rem}.sm\:p-4{padding:1rem}.sm\:p-2\.5{padding:.625rem}.sm\:p-2{padding:.5rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:py-12{padding-bottom:3rem;padding-top:3rem}.sm\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:pb-0{padding-bottom:0}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pl-12{padding-left:3rem}.sm\:pr-3{padding-right:.75rem}.sm\:pl-\[50px\]{padding-left:50px}.sm\:pl-11{padding-left:2.75rem}.sm\:pr-0{padding-right:0}.sm\:text-left{text-align:left}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:768px){.md\:top-1\/4{top:25%}.md\:bottom-1\/4{bottom:25%}.md\:ml-12{margin-left:3rem}.md\:mt-8{margin-top:2rem}.md\:ml-\[50px\]{margin-left:50px}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mr-0{margin-right:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-1\/6{width:16.666667%}.md\:w-1\/2{width:50%}.md\:min-w-\[554px\]{min-width:554px}.md\:basis-1\/3{flex-basis:33.333333%}.md\:basis-1\/2{flex-basis:50%}.md\:translate-y-1\/2{--tw-translate-y:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-nowrap{flex-wrap:nowrap}.md\:justify-center{justify-content:center}.md\:gap-y-\[100px\]{row-gap:100px}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:overflow-auto{overflow:auto}.md\:rounded-bl-main{border-bottom-left-radius:4.375rem}.md\:p-12{padding:3rem}.md\:text-left{text-align:left}.md\:\!text-\[45px\]{font-size:45px!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[28px\]{font-size:28px}}@media (min-width:1024px){.lg\:static{position:static}.lg\:left-auto{left:auto}.lg\:top-1\/2{top:50%}.lg\:right-10{right:2.5rem}.lg\:left-10{left:2.5rem}.lg\:top-10{top:2.5rem}.lg\:top-auto{top:auto}.lg\:bottom-10{bottom:2.5rem}.lg\:left-12{left:3rem}.lg\:right-8{right:2rem}.lg\:top-8{top:2rem}.lg\:right-7{right:1.75rem}.lg\:right-6{right:1.5rem}.lg\:right-0{right:0}.lg\:top-12{top:3rem}.lg\:top-2{top:.5rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-\[0\]{order:0}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:m-0{margin:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-16{margin-bottom:4rem;margin-top:4rem}.lg\:my-10{margin-bottom:2.5rem;margin-top:2.5rem}.lg\:my-0{margin-bottom:0;margin-top:0}.lg\:my-14{margin-bottom:3.5rem;margin-top:3.5rem}.lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-\[81px\]{margin-top:81px}.lg\:ml-\[100px\]{margin-left:100px}.lg\:mr-auto{margin-right:auto}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mt-0{margin-top:0}.lg\:ml-\[114px\]{margin-left:114px}.lg\:-mt-\[100px\]{margin-top:-100px}.lg\:mb-0{margin-bottom:0}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-\[70px\]{margin-left:70px}.lg\:mr-6{margin-right:1.5rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mt-\[60px\]{margin-top:60px}.lg\:-mt-\[76px\]{margin-top:-76px}.lg\:ml-auto{margin-left:auto}.lg\:mt-list{margin-top:1.875rem}.lg\:ml-11{margin-left:2.75rem}.lg\:mt-14{margin-top:3.5rem}.lg\:\!mb-\[60px\]{margin-bottom:60px!important}.lg\:mb-4{margin-bottom:1rem}.lg\:-mt-24{margin-top:-6rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mb-16{margin-bottom:4rem}.lg\:-mb-\[40px\]{margin-bottom:-40px}.lg\:mb-\[40px\]{margin-bottom:40px}.lg\:mb-10{margin-bottom:2.5rem}.lg\:-mt-\[75px\]{margin-top:-75px}.lg\:mr-14{margin-right:3.5rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mt-\[36px\]{margin-top:36px}.lg\:ml-\[60px\]{margin-left:60px}.lg\:\!mt-11{margin-top:2.75rem!important}.lg\:\!mb-12{margin-bottom:3rem!important}.lg\:\!mb-10{margin-bottom:2.5rem!important}.lg\:mb-7{margin-bottom:1.75rem}.lg\:\!mt-0{margin-top:0!important}.lg\:\!-mt-12{margin-top:-3rem!important}.lg\:mb-2\.5{margin-bottom:.625rem}.lg\:mt-\[100px\]{margin-top:100px}.lg\:\!mb-14{margin-bottom:3.5rem!important}.lg\:mt-12{margin-top:3rem}.lg\:-mt-52{margin-top:-13rem}.lg\:mt-\[74px\]{margin-top:74px}.lg\:mt-36{margin-top:9rem}.lg\:ml-\[50px\]{margin-left:50px}.lg\:ml-0{margin-left:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:aspect-auto{aspect-ratio:auto}.lg\:h-\[278px\]{height:278px}.lg\:h-full{height:100%}.lg\:h-auto{height:auto}.lg\:h-screen{height:100vh}.lg\:max-h-\[90\%\]{max-height:90%}.lg\:max-h-\[80\%\]{max-height:80%}.lg\:min-h-\[500px\]{min-height:500px}.lg\:min-h-\[720px\]{min-height:720px}.lg\:min-h-screen{min-height:100vh}.lg\:w-\[609px\]{width:609px}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lg\:w-1\/2{width:50%}.lg\:min-w-\[170px\]{min-width:170px}.lg\:min-w-fit{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.lg\:max-w-\[513px\]{max-width:513px}.lg\:max-w-\[420px\]{max-width:420px}.lg\:max-w-none{max-width:none}.lg\:max-w-\[220px\]{max-width:220px}.lg\:max-w-\[340px\]{max-width:340px}.lg\:max-w-\[240px\]{max-width:240px}.lg\:max-w-\[278px\]{max-width:278px}.lg\:max-w-\[392px\]{max-width:392px}.lg\:max-w-\[277px\]{max-width:277px}.lg\:max-w-\[354px\]{max-width:354px}.lg\:max-w-\[265px\]{max-width:265px}.lg\:max-w-\[280px\]{max-width:280px}.lg\:max-w-\[380px\]{max-width:380px}.lg\:max-w-\[533px\]{max-width:533px}.lg\:max-w-fit{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.lg\:max-w-\[140px\]{max-width:140px}.lg\:max-w-\[800px\]{max-width:800px}.lg\:basis-1\/4{flex-basis:25%}.lg\:-translate-y-1\/2{--tw-translate-y:-50%}.lg\:-translate-x-0,.lg\:-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:-translate-x-0{--tw-translate-x:-0px}.lg\:translate-x-\[74px\]{--tw-translate-x:74px}.lg\:-translate-x-\[84px\],.lg\:translate-x-\[74px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:-translate-x-\[84px\]{--tw-translate-x:-84px}.lg\:-translate-x-\[15\%\]{--tw-translate-x:-15%}.lg\:-translate-x-\[15\%\],.lg\:translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-x-1\/2{--tw-translate-x:50%}.lg\:rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[max-content_1fr\]{grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}.lg\:grid-cols-\[auto_auto\]{grid-template-columns:auto auto}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-items-start{justify-items:start}.lg\:gap-8{gap:2rem}.lg\:gap-0{gap:0}.lg\:gap-7{gap:1.75rem}.lg\:gap-2{gap:.5rem}.lg\:gap-\[128px\]{gap:128px}.lg\:gap-14{gap:3.5rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.lg\:gap-y-\[70px\]{row-gap:70px}.lg\:gap-y-8{row-gap:2rem}.lg\:gap-y-\[50px\]{row-gap:50px}.lg\:gap-x-\[40px\]{-moz-column-gap:40px;column-gap:40px}.lg\:gap-y-6{row-gap:1.5rem}.lg\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.lg\:gap-y-14{row-gap:3.5rem}.lg\:gap-y-12{row-gap:3rem}.lg\:gap-y-0{row-gap:0}.lg\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:rounded-\[10px\]{border-radius:10px}.lg\:rounded-bl-\[120px\]{border-bottom-left-radius:120px}.lg\:rounded-tl-\[120px\]{border-top-left-radius:120px}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:bg-transparent{background-color:transparent}.lg\:p-6{padding:1.5rem}.lg\:p-10{padding:2.5rem}.lg\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-\[140px\]{padding-bottom:140px;padding-top:140px}.lg\:py-11{padding-bottom:2.75rem;padding-top:2.75rem}.lg\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-0{padding-bottom:0;padding-top:0}.lg\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.lg\:py-36{padding-bottom:9rem;padding-top:9rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:py-3{padding-bottom:.75rem;padding-top:.75rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pb-\[128px\]{padding-bottom:128px}.lg\:pt-\[240px\]{padding-top:240px}.lg\:pb-\[310px\]{padding-bottom:310px}.lg\:pl-\[7rem\]{padding-left:7rem}.lg\:\!pl-6{padding-left:1.5rem!important}.lg\:\!pr-8{padding-right:2rem!important}.lg\:pl-\[76px\]{padding-left:76px}.lg\:pt-12{padding-top:3rem}.lg\:pl-0{padding-left:0}.lg\:pr-9{padding-right:2.25rem}.lg\:pr-\[76px\]{padding-right:76px}.lg\:pr-4{padding-right:1rem}.lg\:pl-\[73px\]{padding-left:73px}.lg\:pr-0{padding-right:0}.lg\:pt-5{padding-top:1.25rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pt-\[32px\]{padding-top:32px}.lg\:pl-24{padding-left:6rem}.lg\:pl-8{padding-left:2rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pt-0{padding-top:0}.lg\:pr-28{padding-right:7rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pr-20{padding-right:5rem}.lg\:pt-14{padding-top:3.5rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pt-36{padding-top:9rem}.lg\:pb-20{padding-bottom:5rem}.lg\:\!pr-12{padding-right:3rem!important}.lg\:pt-3{padding-top:.75rem}.lg\:text-left{text-align:left}.lg\:text-\[38px\]{font-size:38px}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-\[35px\]{font-size:35px}.lg\:text-\[36px\]{font-size:36px}.lg\:text-\[22px\]{font-size:22px}.lg\:\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.lg\:\!text-heading2{font-size:2.2rem!important;line-height:2.67rem!important}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-\[45px\]{font-size:45px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-\[46px\]{font-size:46px}.lg\:text-\[52px\]{font-size:52px}.lg\:text-\[64px\]{font-size:64px}.lg\:text-\[60px\]{font-size:60px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-\[74px\]{font-size:74px}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-\[11px\]{font-size:11px}.lg\:leading-\[55px\]{line-height:55px}.lg\:leading-\[30px\]{line-height:30px}.lg\:leading-none{line-height:1}.lg\:leading-\[42px\]{line-height:42px}.lg\:\!leading-\[29px\]{line-height:29px!important}.lg\:prose-h2\:text-heading2 :where(h2):not(:where([class~=not-prose] *)){font-size:2.2rem;line-height:2.67rem}.lg\:prose-p\:mt-0 :where(p):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-strong\:text-2xl :where(strong):not(:where([class~=not-prose] *)){font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:absolute{position:absolute}.xl\:top-28{top:7rem}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:mt-\[6\.25rem\]{margin-top:6.25rem}.xl\:mb-\[3\.75rem\]{margin-bottom:3.75rem}.xl\:mt-\[74px\]{margin-top:74px}.xl\:mt-\[100px\]{margin-top:100px}.xl\:mb-16{margin-bottom:4rem}.xl\:ml-10{margin-left:2.5rem}.xl\:ml-\[74px\]{margin-left:74px}.xl\:ml-\[100px\]{margin-left:100px}.xl\:mr-0{margin-right:0}.xl\:ml-\[50px\]{margin-left:50px}.xl\:min-h-\[90vh\]{min-height:90vh}.xl\:max-w-\[463px\]{max-width:463px}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-\[1\.5fr_1fr\]{grid-template-columns:1.5fr 1fr}.xl\:grid-cols-\[1\.3fr_1fr_1fr\]{grid-template-columns:1.3fr 1fr 1fr}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:px-\[3\.125rem\]{padding-left:3.125rem;padding-right:3.125rem}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:px-\[90px\]{padding-left:90px;padding-right:90px}.xl\:pl-\[3\.125rem\]{padding-left:3.125rem}.xl\:pr-7{padding-right:1.75rem}.xl\:pb-\[30px\]{padding-bottom:30px}.xl\:pb-7{padding-bottom:1.75rem}.xl\:text-left{text-align:left}.xl\:\!text-heading2{font-size:2.2rem!important;line-height:2.67rem!important}.xl\:text-\[45px\]{font-size:45px}.xl\:text-\[25px\]{font-size:25px}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-\[35px\]{font-size:35px}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1536px){.\32xl\:-left-32{left:-8rem}.\32xl\:\!-left-10{left:-2.5rem!important}.\32xl\:\!-right-10{right:-2.5rem!important}.\32xl\:my-16{margin-bottom:4rem;margin-top:4rem}.\32xl\:mx-0{margin-left:0;margin-right:0}.\32xl\:my-20{margin-bottom:5rem;margin-top:5rem}.\32xl\:mb-0{margin-bottom:0}.\32xl\:ml-0{margin-left:0}.\32xl\:mt-14{margin-top:3.5rem}.\32xl\:mt-16{margin-top:4rem}.\32xl\:mt-0{margin-top:0}.\32xl\:-mt-96{margin-top:-24rem}.\32xl\:mt-\[102px\]{margin-top:102px}.\32xl\:mt-40{margin-top:10rem}.\32xl\:ml-\[26px\]{margin-left:26px}.\32xl\:mt-12{margin-top:3rem}.\32xl\:min-w-\[200px\]{min-width:200px}.\32xl\:min-w-\[17rem\]{min-width:17rem}.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\32xl\:gap-x-\[40px\]{-moz-column-gap:40px;column-gap:40px}.\32xl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.\32xl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.\32xl\:rounded-t-\[133px\]{border-top-left-radius:133px;border-top-right-radius:133px}.\32xl\:px-0{padding-left:0;padding-right:0}.\32xl\:px-16{padding-left:4rem;padding-right:4rem}.\32xl\:py-0{padding-bottom:0;padding-top:0}.\32xl\:py-52{padding-bottom:13rem;padding-top:13rem}.\32xl\:px-32{padding-left:8rem;padding-right:8rem}.\32xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.\32xl\:pr-0{padding-right:0}.\32xl\:pl-44{padding-left:11rem}.\32xl\:pt-20{padding-top:5rem}.\32xl\:pl-9{padding-left:2.25rem}.\32xl\:pl-36{padding-left:9rem}.\32xl\:pt-16{padding-top:4rem}.\32xl\:pl-14{padding-left:3.5rem}.\32xl\:pl-32{padding-left:8rem}.\32xl\:pr-40{padding-right:10rem}.\32xl\:pl-16{padding-left:4rem}.\32xl\:pb-44{padding-bottom:11rem}.\32xl\:pt-52{padding-top:13rem}.\32xl\:pb-24{padding-bottom:6rem}.\32xl\:pl-6{padding-left:1.5rem}.\32xl\:text-left{text-align:left}.\32xl\:text-\[45px\]{font-size:45px}.\32xl\:text-\[30px\]{font-size:30px}.\32xl\:text-heading1{font-size:2.813rem;line-height:3.44rem}.\32xl\:text-\[52px\]{font-size:52px}.\32xl\:text-\[70px\]{font-size:70px}.\32xl\:text-\[80px\]{font-size:80px}.\32xl\:text-\[50px\]{font-size:50px}.\32xl\:text-\[100px\]{font-size:100px}.\32xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.\32xl\:after\:\!text-\[2\.5rem\]:after{content:var(--tw-content);font-size:2.5rem!important}.\32xl\:prose-h1\:text-heading1 :where(h1):not(:where([class~=not-prose] *)){font-size:2.813rem;line-height:3.44rem}}