/*!
Theme Name: Abacus Plus
Theme URI: http://underscores.me/
Author: Abacus Plus
Author URI: http://www.devportse.ba
Description: Custom Theme Developed by Abacus Plus Team
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devportse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.w-100 {
	font-weight: 100;
}

.w-200 {
	font-weight: 200;
}

.w-300 {
	font-weight: 300;
}

.w-400 {
	font-weight: 400;
}

.w-500 {
	font-weight: 500;
}

.w-600 {
	font-weight: 600;
}

.w-700 {
	font-weight: 700;
}

.w-800 {
	font-weight: 800;
}

.w-900 {
	font-weight: 900;
}

.container {
	max-width: 1440px;
	width: 100%;
	padding: 0 64px;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: auto;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: auto;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Montserrat", sans-serif;
	margin: 0;
	letter-spacing: 0;
	color: #303032;
}

@media (max-width: 1200px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		word-wrap: break-word;
	}
}

h1 {
	font-size: 2.25rem;
	line-height: 103%;
	letter-spacing: -0.36px;
}

h2 {
	font-size: 2rem;
	line-height: 103%;
	letter-spacing: -0.32px;
}

h3 {
	font-size: 1.75rem;
	line-height: 100%;
	letter-spacing: -0.56px;
}

h4 {
	font-size: 1.5rem;
	line-height: 100%;
	letter-spacing: -0.48px;
}

h5, h6 {
	font-size: 1.125rem;
	line-height: 100%;
	letter-spacing: -0.36px;
}

@media (min-width: 1441px) {
	h1 {
		font-size: 5.75rem;
		line-height: 110%;
	}
	h2 {
		font-size: 3.5rem;
		line-height: 110%;
	}
	h3 {
		font-size: 2.625rem;
		line-height: 100%;
		letter-spacing: -0.84px;
	}
	h4 {
		font-size: 2rem;
		line-height: 110%;
		letter-spacing: -0.64px;
	}
	h5 {
		font-size: 1.375rem;
		line-height: 100%;
		letter-spacing: -0.44px;
	}
	h6 {
		font-size: 1.125rem;
		line-height: 100%;
		letter-spacing: -0.36px;
	}
}

p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: -0.32px;
	color: #303032;
}

.p-small {
	margin-bottom: 0;
	font-size: .875rem;
	line-height: 1.3;
	letter-spacing: -0.28px;
	color: #303032;
}

.p-extra-small {
	margin-bottom: 0;
	font-size: .75rem;
	line-height: 1.3;
	letter-spacing: -0.24px;
	color: #303032;
}

/* Elements
--------------------------------------------- */
body {
	background: #FDF3EA;
}

html {
	scrollbar-gutter: stable;
}

html {
	scroll-behavior: smooth;
}

hr {
	margin: 0;
	background-color: #5B595A;
	width: 100%;
	height: 2px;
	box-sizing: inherit;
	opacity: 0.15;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	transition: all .3s ease-in-out;
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
.button {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	font-size: .875rem;
	line-height: 100%;
}

.btn-small {
	padding: 12px 16px;
}

.btn-medium {
	padding: 10px 20px;
}

.btn-large {
	padding: 16px 24px;
}

.primary-button {
	background-color: #EF7C33;
	border-radius: 8px;
	font-weight: 500;
	color: #000000;
	border: 1px solid #EF7C33;
	letter-spacing: 0;
}

.primary-button .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right.svg");
}

.primary-button .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-3.svg");
}

.primary-button:hover {
	background-color: #F49B5F;
	border: 1px solid #F49B5F;
}

.primary-button:disabled {
	background-color: #EEEEEE;
	font-weight: 400;
	color: #9A9A9A;
}

.primary-button:disabled .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-1.svg");
}

.primary-button:disabled .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-4.svg");
}

.secondary-button {
	background-color: transparent;
	border-radius: 8px;
	font-weight: 500;
	color: #000000;
	border: 1px solid #000000;
	letter-spacing: -0.16px;
}

.secondary-button .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right.svg");
}

.secondary-button .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-3.svg");
}

.secondary-button:hover {
	background-color: #F9C299;
}

.secondary-button:disabled {
	background-color: transparent;
	border: 1px solid #EEEEEE;
	font-weight: 400;
	color: #9A9A9A;
}

.secondary-button:disabled .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-1.svg");
}

.secondary-button:disabled .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-4.svg");
}

.flat-button {
	background-color: transparent;
	font-weight: 600;
	color: #BC5217;
	letter-spacing: 0;
}

.flat-button .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-2.svg");
}

.flat-button .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-5.svg");
}

.flat-button:disabled {
	font-size: 1.125rem;
	color: #9A9A9A;
}

.flat-button:disabled .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-1.svg");
}

.flat-button:disabled .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-4.svg");
}

input, select {
	padding: 15.5px 10px;
	color: #A0A0A0;
	background-color: white;
	border: 1px solid #C9C8C8;
	border-radius: 8px;
	font-size: .875rem;
}

input:focus-visible, select:focus-visible {
	outline: 0;
}

select {
	background-image: url("/wp-content/uploads/2025/04/arrow-down-1.svg");
	appearance: none;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: calc(100% - 20px);
}

input[type="submit"] {
	background-color: #EF7C33;
	border-radius: 8px;
	font-weight: 500;
	color: #000000;
	border: 1px solid #EF7C33;
	letter-spacing: 0;
	transition: .3s;
}

input[type="submit"]:hover {
	background-color: #F49B5F;
	border: 1px solid #F49B5F;
}

input[type="submit"]:disabled {
	background-color: #EEEEEE;
	font-weight: 400;
	color: #9A9A9A;
	border: 1px solid #EEEEEE;
}

input[type="submit"]:disabled .btn-icon {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-1.svg");
}

input[type="submit"]:disabled .btn-icon-sm {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-4.svg");
}

input[type="checkbox"] {
	all: unset;
	appearance: none;
}

input[type="checkbox"]::before {
	display: block;
	background-color: #fff;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #5B595A;
}

input[type="checkbox"]:checked::before {
	background-color: #EF7C33;
	background-image: url("/wp-content/uploads/2025/04/checkmark-svgrepo-com.svg");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	padding: 16px 0;
	border-bottom: 1px solid #E6DEDA;
	position: fixed;
	width: 100%;
	top: 0;
	background: #FDF3EA;
	z-index: 6;
}

.site-header__wrapper, .site-header__wrapper__menu-log-reg, .site-header__wrapper__menu-log-reg__menu ul, .site-header__wrapper__menu-log-reg__login-registration {
	display: flex;
	align-items: center;
}

.site-header__wrapper {
	justify-content: space-between;
}

.site-header__wrapper__logo img {
	max-width: 111px;
}

.site-header__wrapper__menu-log-reg {
	gap: 32px;
}

@media (max-width: 1200px) {
	.site-header__wrapper__menu-log-reg {
		gap: 12px;
	}
}

.site-header__wrapper__menu-log-reg__menu ul {
	gap: 32px;
}

.site-header__wrapper__menu-log-reg__menu ul li a {
	color: #1F1F1F;
	font-size: .875rem;
	line-height: 100%;
	letter-spacing: -0.14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: .15s ease-in-out;
}

.site-header__wrapper__menu-log-reg__menu ul li:hover a {
	color: #BC5217;
}

.site-header__wrapper__menu-log-reg__menu ul .current-menu-ancestor a, .site-header__wrapper__menu-log-reg__menu ul .current-page-ancestor a, .site-header__wrapper__menu-log-reg__menu ul .current-menu-item a {
	color: #BC5217;
}

.site-header__wrapper__menu-log-reg__menu ul .current-menu-ancestor a::after, .site-header__wrapper__menu-log-reg__menu ul .current-page-ancestor a::after, .site-header__wrapper__menu-log-reg__menu ul .current-menu-item a::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(995%) hue-rotate(354deg) brightness(100%) contrast(89%);
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children {
	position: relative;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children a {
	cursor: pointer;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children a::after {
	transition: filter .3s;
	content: url("/wp-content/uploads/2025/04/Plus.svg");
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children:hover a::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(995%) hue-rotate(354deg) brightness(100%) contrast(89%);
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	min-width: 254px;
	width: 100%;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	z-index: 3;
	background-color: #FFFFFF;
	flex-direction: column;
	padding: 8px 24px;
	border-radius: 8px;
	align-items: flex-start;
	gap: 0;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu li {
	width: 100%;
	border-bottom: 1px solid #E6DEDA;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu li:last-child {
	border-bottom: 0;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu li a {
	color: #1F1F1F;
	padding: 16px 0;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu li a::after {
	display: none;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu li a:hover {
	color: #BC5217;
}

.site-header__wrapper__menu-log-reg__menu ul .menu-item-has-children .sub-menu .current-menu-item a {
	color: #BC5217;
}

.site-header__wrapper__menu-log-reg__menu ul .sub-menu-active a {
	color: #BC5217;
}

.site-header__wrapper__menu-log-reg__menu ul .sub-menu-active a::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(995%) hue-rotate(354deg) brightness(100%) contrast(89%);
}

.site-header__wrapper__menu-log-reg__menu ul .sub-menu-active .sub-menu {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 1200px) {
	.site-header__wrapper__menu-log-reg__menu {
		display: none;
	}
}

.site-header__wrapper__menu-log-reg__login-registration {
	gap: 8px;
}

@media (max-width: 1200px) {
	.site-header__wrapper__menu-log-reg__login-registration__login {
		display: none;
	}
}

.site-header__wrapper__menu-log-reg__hamburger {
	display: none;
	position: relative;
	padding: 8px;
}

@media (max-width: 1200px) {
	.site-header__wrapper__menu-log-reg__hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.site-header__wrapper__menu-log-reg__hamburger__open {
	position: relative;
	z-index: 2;
	opacity: 1;
	transition: .3s;
}

.site-header__wrapper__menu-log-reg__hamburger__close {
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: .3s;
}

.site-header__wrapper__menu-log-reg .hamburger-menu-active .site-header__wrapper__menu-log-reg__hamburger__open {
	opacity: 0;
}

.site-header__wrapper__menu-log-reg .hamburger-menu-active .site-header__wrapper__menu-log-reg__hamburger__close {
	opacity: 1;
}

.invest-header {
	padding: 24px 0;
	border-bottom: 1px solid #E6DEDA;
	position: fixed;
	width: 100%;
	top: 81px;
	background: #FDF3EA;
	z-index: 5;
	display: none;
}

@media (max-width: 1200px) {
	.invest-header {
		padding: 0;
		border-bottom: 0;
	}
}

@media (max-width: 1200px) {
	.invest-header .container {
		padding: 0;
	}
}

.invest-header__menu ul {
	gap: 32px;
	display: flex;
	align-items: center;
}

.invest-header__menu ul li a {
	color: #1F1F1F;
	font-size: .875rem;
	line-height: 100%;
	letter-spacing: -0.14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: .15s ease-in-out;
}

.invest-header__menu ul li:hover a {
	color: #BC5217;
}

.invest-header__menu ul .current-menu-ancestor a, .invest-header__menu ul .current-page-ancestor a, .invest-header__menu ul .current-menu-item a {
	color: #BC5217;
}

.invest-header__menu ul .current-menu-ancestor a::after, .invest-header__menu ul .current-page-ancestor a::after, .invest-header__menu ul .current-menu-item a::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(995%) hue-rotate(354deg) brightness(100%) contrast(89%);
}

.invest-header__menu ul .menu-item-has-children {
	position: relative;
}

.invest-header__menu ul .menu-item-has-children a {
	cursor: pointer;
}

.invest-header__menu ul .menu-item-has-children a::after {
	transition: filter .3s;
	content: url("/wp-content/uploads/2025/04/Plus.svg");
}

.invest-header__menu ul .menu-item-has-children:hover a::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(995%) hue-rotate(354deg) brightness(100%) contrast(89%);
}

.invest-header__menu ul .menu-item-has-children .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	min-width: 254px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	z-index: 3;
	background-color: #FFFFFF;
	flex-direction: column;
	padding: 8px 24px;
	border-radius: 8px;
	align-items: flex-start;
	gap: 0;
}

.invest-header__menu ul .menu-item-has-children .sub-menu li {
	width: 100%;
	border-bottom: 1px solid #E6DEDA;
}

.invest-header__menu ul .menu-item-has-children .sub-menu li:last-child {
	border-bottom: 0;
}

.invest-header__menu ul .menu-item-has-children .sub-menu li a {
	color: #1F1F1F;
	padding: 16px 0;
}

.invest-header__menu ul .menu-item-has-children .sub-menu li a::after {
	display: none;
}

.invest-header__menu ul .menu-item-has-children .sub-menu li a:hover {
	color: #BC5217;
}

.invest-header__menu ul .menu-item-has-children .sub-menu .current-menu-item a {
	color: #BC5217;
}

.invest-header__menu ul .sub-menu-active a {
	color: #BC5217;
}

.invest-header__menu ul .sub-menu-active a::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(995%) hue-rotate(354deg) brightness(100%) contrast(89%);
}

.invest-header__menu ul .sub-menu-active .sub-menu {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 1200px) {
	.invest-header__menu {
		display: none;
	}
}

.invest-header__mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 20px;
	position: relative;
	z-index: 4;
	background-color: #FDF1E9;
	border-bottom: 1px solid #E6DEDA;
}

@media (min-width: 1201px) {
	.invest-header__mobile {
		display: none;
	}
}

.invest-header__mobile img {
	transition: transform .3s ease-in-out;
}

.invest-header .invest-header-mobile-active img {
	transform: rotate(180deg);
}

.invest-header__mobile-menu {
	position: fixed;
	z-index: 3;
	background: #FDF1E9;
	width: 100%;
	height: calc(100dvh - 150.8px);
	left: 0;
	top: calc(-100% + 149px);
	transition: .5s;
}

.invest-header__mobile-menu__menu {
	display: none;
	padding: 0px 30px 16px 20px;
	height: 100%;
	overflow-y: scroll;
}

@media (max-width: 1200px) {
	.invest-header__mobile-menu__menu {
		display: block;
	}
}

.invest-header__mobile-menu__menu ul li {
	border-bottom: 1px solid #E6DEDA;
}

.invest-header__mobile-menu__menu ul li a {
	padding: 22px 0;
	font-weight: 600;
	color: #303032;
	display: block;
	position: relative;
	z-index: 2;
}

.invest-header__mobile-menu__menu ul li .sub-menu {
	opacity: 0;
	max-height: 0;
	padding: 0 0 0 0;
	transition: max-height 0s, padding .1s, opacity 0s;
	position: relative;
	z-index: 1;
}

.invest-header__mobile-menu__menu ul li .sub-menu li {
	border-bottom: 0;
}

.invest-header__mobile-menu__menu ul li .sub-menu li a {
	font-weight: 500;
	font-size: .9375rem;
	padding: 16px 0;
}

.invest-header__mobile-menu__menu ul li .sub-menu li a::after {
	display: none;
}

.invest-header__mobile-menu__menu ul li .sub-menu li a:first-child {
	padding: 10px 0 16px;
}

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

.invest-header__mobile-menu__menu ul .menu-item-has-children a::after {
	content: url("/wp-content/uploads/2025/04/Plus.svg");
}

.invest-header__mobile-menu__menu ul .sub-menu-active a {
	color: #BC5217;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.invest-header__mobile-menu__menu ul .sub-menu-active a::after {
	content: url("/wp-content/uploads/2025/04/PlusRed.svg");
}

.invest-header__mobile-menu__menu ul .sub-menu-active .sub-menu {
	opacity: 1;
	max-height: 100%;
	padding: 0 0 16px 8px;
	transition: max-height .15s, padding .15s, opacity .3s;
}

.invest-header__mobile-menu__menu ul .sub-menu-active .sub-menu li a {
	color: #1F1F1F;
}

.invest-header__mobile-menu__menu ul .sub-menu-active .sub-menu li:hover a {
	color: #BC5217;
}

.invest-header .invest-header-active {
	top: 150.8px;
}

.show-invest-header .invest-header {
	display: block;
}

.site-header-mobile {
	position: fixed;
	z-index: 5;
	left: 0;
	top: -100%;
	width: 100%;
	height: calc(100dvh - 81px);
	background-color: #FDF3EA;
	transition: top .5s ease-in-out .3s;
}

.site-header-mobile__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.site-header-mobile__wrapper__menu {
	padding: 16px 30px 16px 20px;
	height: calc(100dvh - 136px);
	overflow-y: scroll;
	opacity: 0;
	transition: opacity .3s ease-in-out .3s;
}

.site-header-mobile__wrapper__menu ul li {
	border-bottom: 1px solid #E6DEDA;
}

.site-header-mobile__wrapper__menu ul li a {
	padding: 22px 0;
	font-weight: 600;
	color: #303032;
	display: block;
	position: relative;
	z-index: 2;
}

.site-header-mobile__wrapper__menu ul li .sub-menu {
	opacity: 0;
	max-height: 0;
	padding: 0 0 0 0;
	transition: max-height 0s, padding .1s, opacity 0s;
	position: relative;
	z-index: 1;
}

.site-header-mobile__wrapper__menu ul li .sub-menu li {
	border-bottom: 0;
}

.site-header-mobile__wrapper__menu ul li .sub-menu li a {
	font-weight: 500;
	font-size: .9375rem;
	padding: 16px 0;
}

.site-header-mobile__wrapper__menu ul li .sub-menu li a::after {
	display: none;
}

.site-header-mobile__wrapper__menu ul li .sub-menu li a:first-child {
	padding: 10px 0 16px;
}

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

.site-header-mobile__wrapper__menu ul .menu-item-has-children a::after {
	content: url("/wp-content/uploads/2025/04/Plus.svg");
}

.site-header-mobile__wrapper__menu ul .sub-menu-active a {
	color: #BC5217;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header-mobile__wrapper__menu ul .sub-menu-active a::after {
	content: url("/wp-content/uploads/2025/04/PlusRed.svg");
}

.site-header-mobile__wrapper__menu ul .sub-menu-active .sub-menu {
	opacity: 1;
	max-height: 100%;
	padding: 0 0 16px 8px;
	transition: max-height .15s, padding .15s, opacity .3s;
}

.site-header-mobile__wrapper__menu ul .sub-menu-active .sub-menu li a {
	color: #1F1F1F;
}

.site-header-mobile__wrapper__menu ul .sub-menu-active .sub-menu li:hover a {
	color: #BC5217;
}

.site-header-mobile__wrapper__login-registration {
	background-color: #FFFFFF;
	border-radius: 16px 16px 0 0;
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
	padding: 16px;
	position: relative;
	bottom: -200%;
	transition: bottom .5s ease-in-out;
}

.site-header-mobile__wrapper__login-registration__login, .site-header-mobile__wrapper__login-registration__registration {
	width: 100%;
	justify-content: center;
	opacity: 0;
}

.mobile-menu-active {
	top: calc(0% + 81px);
	transition: top .5s ease-in-out;
}

.mobile-menu-active .site-header-mobile__wrapper__menu {
	opacity: 1;
	transition: opacity .3s ease-in-out .5s;
}

.mobile-menu-active .site-header-mobile__wrapper__login-registration {
	bottom: 0%;
	transition: bottom .5s ease-in-out .3s;
}

.mobile-menu-active .site-header-mobile__wrapper__login-registration__login {
	opacity: 1;
	transition: opacity .3s ease-in-out .75s;
}

.mobile-menu-active .site-header-mobile__wrapper__login-registration__registration {
	opacity: 1;
	transition: opacity .3s ease-in-out .75s;
}

.site-footer {
	background-color: #303032;
	padding: 80px 0 0 0;
	border-radius: 32px 32px 0 0;
}

@media (max-width: 1200px) {
	.site-footer {
		padding: 64px 0 0 0;
	}
}

.site-footer__main {
	display: flex;
	justify-content: space-between;
	padding-bottom: 218px;
}

@media (max-width: 1200px) {
	.site-footer__main {
		flex-direction: column;
		gap: 80px;
		padding-bottom: 64px;
	}
}

.site-footer__main__company, .site-footer__main__columns__single, .site-footer__main__columns__single__ctas {
	display: flex;
	flex-direction: column;
}

.site-footer__main__company {
	gap: 24px;
	max-width: 412px;
	width: 100%;
}

@media (max-width: 1200px) {
	.site-footer__main__company {
		max-width: 100%;
	}
}

.site-footer__main__company img {
	max-width: 194px;
}

.site-footer__main__company p {
	color: #FFFFFF;
}

.site-footer__main__columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 24px;
	max-width: 645px;
	width: 100%;
}

@media (max-width: 1200px) {
	.site-footer__main__columns {
		max-width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}
}

.site-footer__main__columns__single, .site-footer__main__columns__single__ctas {
	gap: 16px;
}

.site-footer__main__columns__single p, .site-footer__main__columns__single__ctas p {
	color: #FFFFFF;
}

.site-footer__main__columns__single__ctas a, .site-footer__main__columns__single__ctas__ctas a {
	color: #FFFFFF;
	width: fit-content;
	position: relative;
	padding-bottom: 4px;
}

.site-footer__main__columns__single__ctas a .cta-underline, .site-footer__main__columns__single__ctas__ctas a .cta-underline {
	width: 0%;
	background-color: white;
	height: 1px;
	transition: width .3s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
}

.site-footer__main__columns__single__ctas a:hover .cta-underline, .site-footer__main__columns__single__ctas__ctas a:hover .cta-underline {
	width: 100%;
}

.site-footer__copyright {
	padding: 22px 0;
	display: flex;
	align-items: center;
	gap: 24px;
}

.site-footer__copyright a {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 0;
	display: grid;
	grid-gap: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Website SCSS
--------------------------------------------- */
.homepage-hero {
	padding: 161px 0 80px 0;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.homepage-hero {
		padding: 160px 0 28px;
	}
}

.homepage-hero__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.homepage-hero__wrapper h1 {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1200px) {
	.homepage-hero__wrapper h1 {
		max-width: 100%;
		padding: 0 20px;
	}
}

.homepage-hero__wrapper__ctas {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 auto 35px;
}

@media (max-width: 1200px) {
	.homepage-hero__wrapper__ctas {
		margin: 0 auto 12px;
		padding: 0 20px;
	}
}

.homepage-hero__wrapper__gallery-scroller {
	width: max-content;
	display: flex;
}

.homepage-hero__wrapper__gallery-scroller__gallery-track {
	display: flex;
	width: max-content;
	animation: scrollGallery 45s linear infinite;
}

@keyframes scrollGallery {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.homepage-hero__wrapper__gallery-scroller__gallery-track__image {
	flex: 0 0 425px;
	margin: 0 8px;
	box-sizing: border-box;
	min-width: 425px;
	max-width: 425px;
	width: 100%;
	height: fit-content;
	position: relative;
}

@media (max-width: 1200px) {
	.homepage-hero__wrapper__gallery-scroller__gallery-track__image {
		max-width: 283px;
		min-width: 283px;
		flex: 0 0 283px;
	}
}

.homepage-hero__wrapper__gallery-scroller__gallery-track__image img {
	border-radius: 8px;
	position: relative;
	z-index: 1;
	object-fit: cover;
	height: fit-content;
}

@media (max-width: 1200px) {
	.homepage-hero__wrapper__gallery-scroller__gallery-track__image img {
		height: auto;
	}
}

.homepage-hero__wrapper__gallery-scroller__gallery-track__image__sticker {
	padding: 15.65px 26.27px;
	position: absolute;
	z-index: 2;
	top: -28px;
	right: calc(-50% + 102px);
	transform: rotate(6.25deg);
	width: fit-content;
}

@media (max-width: 1200px) {
	.homepage-hero__wrapper__gallery-scroller__gallery-track__image__sticker {
		padding: 10px 18px;
		top: -12px;
	}
}

.homepage-hero__wrapper__gallery-scroller__gallery-track__image:nth-child(2n+2) .homepage-hero__wrapper__gallery-scroller__gallery-track__image__sticker {
	top: auto;
	right: auto;
	bottom: 8px;
	left: -16px;
	transform: rotate(-6.25deg);
}

.homepage-hero__wrapper__gallery-scroller__gallery-track__image:nth-child(2n+1) .homepage-hero__wrapper__gallery-scroller__gallery-track__image__sticker {
	top: 12px;
	left: calc(-50% + 70px);
	transform: rotate(6.25deg);
}

.service {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.service {
		padding: 48px 0;
	}
}

.service__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.service__wrapper {
		flex-direction: column;
		gap: 40px;
	}
}

.service__wrapper__entry {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 537px;
	width: 100%;
	padding: 16px 105px 0 0;
	position: relative;
}

.service__wrapper__entry__line {
	position: absolute;
	background-color: #E6DEDA;
	height: 1px;
	width: 0%;
	top: 0;
	left: 0;
	transition: width 1s ease-in-out;
}

.service__wrapper__entry .animated-line {
	width: 100%;
}

@media (max-width: 1200px) {
	.service__wrapper__entry {
		max-width: 100%;
		padding: 16px 0 0 0;
	}
}

.service__wrapper__entry .w-700 {
	margin-bottom: 8px;
}

.service__wrapper__cards {
	display: flex;
	flex-direction: column;
	max-width: 647px;
	width: 100%;
}

@media (max-width: 1200px) {
	.service__wrapper__cards {
		max-width: 100%;
		gap: 24px;
	}
}

.service__wrapper__cards__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px 32px 24px 0;
	position: relative;
}

.service__wrapper__cards__card__line {
	position: absolute;
	background-color: #E6DEDA;
	height: 1px;
	width: 0%;
	top: 0;
	left: 0;
}

.service__wrapper__cards__card .animated-line {
	width: 100%;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card {
		padding: 16px 0 24px;
		flex-direction: row;
		align-items: flex-end;
		gap: 26px;
	}
}

.service__wrapper__cards__card__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card__content {
		flex: 1;
	}
}

.service__wrapper__cards__card__content p {
	color: #303032;
	overflow: hidden;
	height: 60px;
	margin-bottom: 21px;
	max-width: 591px;
	width: 100%;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card__content p {
		height: 105px;
		margin-bottom: 0;
		max-width: 206px;
	}
}

.service__wrapper__cards__card__cta {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card__cta {
		width: 40px;
	}
}

.service__wrapper__cards__card__cta img {
	border-radius: 100%;
	background-color: transparent;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card__cta img {
		background-color: #EF7C33;
	}
}

.service__wrapper__cards__card:hover {
	background-color: #EF7C33;
	padding: 24px 32px 24px 24px;
	border-radius: 8px;
	border-top: 1px solid transparent;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card:hover {
		padding: 24px;
	}
}

.service__wrapper__cards__card:hover .service__wrapper__cards__card__cta img {
	background-color: white;
}

.service__wrapper__cards__card:hover .service__wrapper__cards__card__line {
	background-color: transparent;
}

.service__wrapper__cards__card:first-child .service__wrapper__cards__card__line {
	transition: width 1s ease-in-out;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card:first-child .service__wrapper__cards__card__line {
		transition: width 1s ease-in-out 1s;
	}
}

.service__wrapper__cards__card:nth-child(2) .service__wrapper__cards__card__line {
	transition: width 1s ease-in-out 1s;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card:nth-child(2) .service__wrapper__cards__card__line {
		transition: width 1s ease-in-out 2s;
	}
}

.service__wrapper__cards__card:nth-child(3) .service__wrapper__cards__card__line {
	transition: width 1s ease-in-out 2s;
}

@media (max-width: 1200px) {
	.service__wrapper__cards__card:nth-child(3) .service__wrapper__cards__card__line {
		transition: width 1s ease-in-out 3s;
	}
}

.image-text-mb {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.image-text-mb {
		padding: 48px 0;
	}
}

.image-text-mb__wrapper {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper {
		gap: 24px;
	}
}

.image-text-mb__wrapper__video-image {
	display: flex;
	gap: 16px;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__video-image {
		flex-direction: column;
	}
}

.image-text-mb__wrapper__video-image__single {
	flex: 1;
}

.image-text-mb__wrapper__video-image__single:first-child {
	max-width: 533px;
	width: 100%;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__video-image__single:first-child {
		max-width: 100%;
	}
}

.image-text-mb__wrapper__video-image__single video, .image-text-mb__wrapper__video-image__single img {
	border-radius: 8px;
	max-height: 650px;
	object-fit: cover;
	height: 100%;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__video-image__single video, .image-text-mb__wrapper__video-image__single img {
		max-height: auto;
	}
}

.image-text-mb__wrapper__video-image__single img {
	width: 100%;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__video-image__single img {
		aspect-ratio: 1 / 1;
	}
}

.image-text-mb__wrapper__video-image .full-width-content {
	max-width: 100%;
}

.image-text-mb__wrapper__content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__content {
		flex-direction: column;
		gap: 24px;
	}
}

.image-text-mb__wrapper__content h4 {
	max-width: 954px;
	width: 100%;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__content h4 {
		max-width: 100%;
	}
}

.image-text-mb__wrapper__brief {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__brief {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}
}

.image-text-mb__wrapper__brief p {
	max-width: 651px;
	width: 100%;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__brief p {
		max-width: 100%;
	}
}

.image-text-mb__wrapper__brief img {
	object-fit: cover;
	transform: rotate(6.13deg);
	height: 481px;
}

@media (max-width: 1200px) {
	.image-text-mb__wrapper__brief img {
		height: 380px;
	}
}

.big-number {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.big-number {
		padding: 48px 0;
	}
}

.big-number__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.big-number__wrapper__cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.big-number__wrapper__cards__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	position: relative;
}

.big-number__wrapper__cards__card__animation-extension {
	display: flex;
}

.big-number__wrapper__cards__card__line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	background-color: #E6DEDA;
	height: 1px;
}

.big-number__wrapper__cards__card .animated-line {
	width: 100%;
}

@media (max-width: 1200px) {
	.big-number__wrapper__cards__card {
		flex-direction: column-reverse;
		gap: 16px;
		align-items: flex-start;
	}
}

.big-number__wrapper__cards__card__content {
	max-width: 421px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1200px) {
	.big-number__wrapper__cards__card__content {
		max-width: 100%;
	}
}

.big-number__wrapper__cards__card span {
	font-size: 5.75rem;
	line-height: 96px;
	color: #A9460E;
}

@media (max-width: 1200px) {
	.big-number__wrapper__cards__card span {
		font-size: 6.25rem;
	}
}

.big-number__wrapper__cards__card:first-child .big-number__wrapper__cards__card__line {
	transition: width 1s ease-in-out;
}

@media (max-width: 1200px) {
	.big-number__wrapper__cards__card:first-child .big-number__wrapper__cards__card__line {
		transition: width 1s ease-in-out;
	}
}

.big-number__wrapper__cards__card:nth-child(2) .big-number__wrapper__cards__card__line {
	transition: width 1s ease-in-out 1s;
}

@media (max-width: 1200px) {
	.big-number__wrapper__cards__card:nth-child(2) .big-number__wrapper__cards__card__line {
		transition: width 1s ease-in-out 1s;
	}
}

.big-number__wrapper__cards__card:nth-child(3) .big-number__wrapper__cards__card__line {
	transition: width 1s ease-in-out 2s;
}

@media (max-width: 1200px) {
	.big-number__wrapper__cards__card:nth-child(3) .big-number__wrapper__cards__card__line {
		transition: width 1s ease-in-out 2s;
	}
}

.logo-wall {
	padding: 101px 0;
	background-color: #303032;
	border-radius: 8px;
	max-width: 1312px;
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.logo-wall {
		padding: 80px 0;
		max-width: 100%;
		margin: 0 20px;
	}
}

.logo-wall__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}

.logo-wall__wrapper h3 {
	max-width: 749px;
	text-align: center;
	width: 100%;
	color: white;
}

@media (max-width: 1200px) {
	.logo-wall__wrapper h3 {
		max-width: 100%;
		padding: 0 22px;
	}
}

.logo-wall__wrapper p {
	margin-bottom: 16px;
	max-width: 647px;
	text-align: center;
	width: 100%;
	color: white;
}

@media (max-width: 1200px) {
	.logo-wall__wrapper p {
		max-width: 100%;
		padding: 0 22px;
	}
}

.logo-wall__wrapper .no-margin {
	margin: 0;
}

.logo-wall__wrapper a {
	margin-bottom: 32px;
}

.logo-wall__wrapper__logo-container {
	width: max-content;
	display: flex;
}

.logo-wall__wrapper__logo-container__logos {
	display: flex;
	width: max-content;
	animation: scrollGallery 30s linear infinite;
}

@keyframes scrollGallery {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.logo-wall__wrapper__logo-container__logos__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5B595A;
	border-radius: 8px;
	padding: 70px 57px;
	min-width: 253px;
	max-width: 253px;
	min-height: 167px;
	max-height: 167px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 253px;
	margin: 0 11px;
}

@media (max-width: 1200px) {
	.logo-wall__wrapper__logo-container__logos__logo {
		padding: 56px 44px;
		min-width: 190px;
		max-width: 190px;
		width: 100%;
		min-height: 125px;
		max-height: 125px;
	}
}

.cta-blocks {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.cta-blocks {
		padding: 48px 0;
	}
}

.cta-blocks__wrapper {
	display: flex;
	gap: 16px;
}

@media (max-width: 1200px) {
	.cta-blocks__wrapper {
		flex-direction: column;
	}
}

.cta-blocks__wrapper__single {
	padding: 32px 24px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 363px;
	max-height: 363px;
	height: 100%;
	flex: 1;
}

@media (max-width: 1200px) {
	.cta-blocks__wrapper__single {
		min-height: 300px;
		max-height: 300px;
	}
}

.cta-blocks__wrapper__single p {
	max-width: 416px;
	width: 100%;
}

@media (max-width: 1200px) {
	.cta-blocks__wrapper__single p {
		max-width: 100%;
	}
}

.cta-blocks__wrapper__single__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 6px;
	position: relative;
	gap: 16px;
	padding-left: 0;
	transition: padding-left .3s ease;
}

.cta-blocks__wrapper__single__footer__underline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: width .3s ease;
}

@media (max-width: 1200px) {
	.cta-blocks__wrapper__single__footer__underline {
		transition: none;
		width: 100%;
	}
}

.cta-blocks__wrapper__single:hover .cta-blocks__wrapper__single__footer {
	padding-left: 8px;
}

.cta-blocks__wrapper__single:hover .cta-blocks__wrapper__single__footer .cta-blocks__wrapper__single__footer__underline {
	width: 100%;
}

.cta-blocks__wrapper .dark .cta-blocks__wrapper__single__footer h4 {
	color: #303032;
}

.cta-blocks__wrapper .dark .cta-blocks__wrapper__single__footer .cta-blocks__wrapper__single__footer__underline {
	background-color: #303032;
}

.cta-blocks__wrapper .light p {
	color: white;
}

.cta-blocks__wrapper .light .cta-blocks__wrapper__single__footer h4 {
	color: white;
}

.cta-blocks__wrapper .light .cta-blocks__wrapper__single__footer .cta-blocks__wrapper__single__footer__underline {
	background-color: white;
}

.cta-blocks__wrapper .light .cta-blocks__wrapper__single__footer img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(30deg) brightness(102%) contrast(101%);
}

.subpages-hero {
	padding: 169px 0 32px;
}

@media (max-width: 1200px) {
	.subpages-hero {
		padding: 145px 0 32px;
	}
}

.subpages-hero__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}

.subpages-hero__wrapper h1 {
	max-width: 878px;
	width: 100%;
}

@media (max-width: 1200px) {
	.subpages-hero__wrapper h1 {
		max-width: 100%;
	}
}

.subpages-hero__wrapper p {
	max-width: 644px;
	width: 100%;
}

@media (max-width: 1200px) {
	.subpages-hero__wrapper p {
		max-width: 100%;
	}
}

.subpages-hero__wrapper__standard-image {
	border-radius: 8px;
	aspect-ratio: 2 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 24px;
	height: 600px;
}

@media (max-width: 1200px) {
	.subpages-hero__wrapper__standard-image {
		aspect-ratio: 1 / 1;
		max-height: 100%;
		margin-top: 0;
		height: 350px;
	}
}

.subpages-hero__wrapper__sticky-image {
	height: 327px;
	position: absolute;
	z-index: 2;
	bottom: 500px;
	right: 97px;
	transform: rotate(7.52deg);
}

@media (max-width: 1200px) {
	.subpages-hero__wrapper__sticky-image {
		height: 187px;
		top: auto;
		right: 0;
		bottom: -37px;
	}
}

/* In case if there's no image (Pages like: Project Archive Page)
---------------------------------------------------------------------------- */
.archive .subpages-hero {
	padding: 169px 0 0 0;
}

@media (max-width: 1200px) {
	.archive .subpages-hero {
		padding: 145px 0 32px;
	}
}

.archive .subpages-hero__wrapper p {
	margin-bottom: 0;
}

/* Investor pages -- center alignment -- */
.investor-hero {
	padding: 237px 0 32px;
}

@media (max-width: 1200px) {
	.investor-hero {
		padding: 213px 0 32px;
	}
}

.investor-hero .subpages-hero__wrapper {
	align-items: center;
}

.investor-hero .subpages-hero__wrapper h1, .investor-hero .subpages-hero__wrapper p {
	text-align: center;
}

.investor-hero .subpages-hero__wrapper h1 {
	font-size: 2.625rem;
}

.heading-paragraph {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.heading-paragraph {
		padding: 48px 0;
	}
}

.heading-paragraph__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.heading-paragraph__wrapper {
		flex-direction: column;
		gap: 16px;
	}
}

.heading-paragraph__wrapper h4 {
	max-width: 421px;
	width: 100%;
}

@media (max-width: 1200px) {
	.heading-paragraph__wrapper h4 {
		max-width: 100%;
	}
}

.heading-paragraph__wrapper__p-cta {
	max-width: 649px;
	width: 100%;
	padding-right: 112px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 1200px) {
	.heading-paragraph__wrapper__p-cta {
		max-width: 100%;
		padding-right: 0;
	}
}

.heading-paragraph__wrapper__p-cta__brief p {
	margin-bottom: 20px;
}

.heading-paragraph__wrapper__p-cta__brief p:last-child {
	margin-bottom: 0;
}

.multi-card {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.multi-card {
		padding: 48px 0;
	}
	.multi-card .container {
		padding: 0;
	}
}

.multi-card__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.multi-card__wrapper h4 {
	max-width: 421px;
	width: 100%;
}

@media (max-width: 1200px) {
	.multi-card__wrapper h4 {
		max-width: 100%;
		padding: 0 20px;
	}
}

.multi-card__wrapper__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

@media (max-width: 1200px) {
	.multi-card__wrapper__cards {
		margin-left: 20px;
	}
}

@media (max-width: 1200px) {
	.multi-card__wrapper__cards {
		display: block;
	}
}

.multi-card__wrapper__cards .slick-track {
	transition: transform 0.5s ease-in-out;
}

.multi-card__wrapper__cards__card {
	display: flex;
	flex-direction: column;
	gap: 56px;
	border-radius: 8px;
	min-height: 478px;
	height: 100%;
	padding: 24px;
	position: relative;
	top: 0;
	transition: top .3s ease;
}

@media (max-width: 1200px) {
	.multi-card__wrapper__cards__card {
		transition: none;
		min-height: 454px;
		margin-right: 16px;
		width: calc(100vw - 100px) !important;
	}
	.multi-card__wrapper__cards__card .p-small {
		margin-bottom: 40px;
	}
}

.multi-card__wrapper__cards__card__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.multi-card__wrapper__cards__card__content__editor p {
	font-weight: 400;
}

.multi-card__wrapper__cards__card__content__editor ul {
	padding-left: 24px;
	list-style-type: disc;
}

.multi-card__wrapper__cards__card__content__editor ul li {
	color: #303032;
	margin-bottom: 16px;
}

.multi-card__wrapper__cards__card__content__editor ul li:last-child {
	margin-bottom: 0;
}

.multi-card__wrapper__cards__card:hover {
	top: -10px;
}

@media (max-width: 1200px) {
	.multi-card__wrapper__cards__card:hover {
		top: 0;
	}
}

.multi-card__wrapper__cards__card img {
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1200px) {
	.multi-card__wrapper__cards__card img {
		min-height: 454px;
		max-height: 454px;
	}
}

.multi-card__wrapper__cards .light h5, .multi-card__wrapper__cards .light p {
	color: white;
}

.multi-card__wrapper__arrows {
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	display: none;
	padding: 0 20px;
}

@media (max-width: 1200px) {
	.multi-card__wrapper__arrows {
		margin-bottom: 0;
		display: flex;
	}
}

.multi-card__wrapper__arrows__prev-arrow, .multi-card__wrapper__arrows__next-arrow {
	background-color: #EF7C33;
	padding: 16px;
	border-radius: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	opacity: 1;
	transition: opacity .3s ease;
}

@media (max-width: 1200px) {
	.multi-card__wrapper__arrows__prev-arrow, .multi-card__wrapper__arrows__next-arrow {
		padding: 11px;
		height: 40px;
	}
}

.multi-card__wrapper__arrows .slick-disabled {
	opacity: .6;
}

.quote-block {
	padding: 64px 0;
	max-width: 1312px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.quote-block {
		padding: 48px 20px;
		max-width: 100%;
	}
}

.quote-block__wrapper {
	background-color: #303032;
	padding: 88px 222px 110px;
	width: 100%;
	border-radius: 8px;
}

@media (max-width: 1200px) {
	.quote-block__wrapper {
		padding: 64px 24px 94px 24px;
	}
}

.quote-block__wrapper__arrows {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

@media (max-width: 1200px) {
	.quote-block__wrapper__arrows {
		margin-bottom: 16px;
	}
}

.quote-block__wrapper__arrows__prev-arrow, .quote-block__wrapper__arrows__next-arrow {
	background-color: #EF7C33;
	padding: 16px;
	border-radius: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	opacity: 1;
	transition: opacity .3s ease;
}

@media (max-width: 1200px) {
	.quote-block__wrapper__arrows__prev-arrow, .quote-block__wrapper__arrows__next-arrow {
		padding: 11px;
		height: 40px;
	}
}

.quote-block__wrapper__arrows .slick-disabled {
	opacity: .6;
}

.quote-block__wrapper__slider__slide p {
	color: white;
	margin-bottom: 14px;
	transform: translateY(-100px);
	opacity: 0;
	transition: transform .5s ease-in-out .3s, opacity .5s ease-in-out .3s;
}

@media (max-width: 1200px) {
	.quote-block__wrapper__slider__slide p {
		margin-bottom: 16px;
	}
}

.quote-block__wrapper__slider__slide h4 {
	color: white;
	padding-right: 24px;
	margin-bottom: 32px;
	transform: translateY(-100px);
	opacity: 0;
	transition: transform .5s ease-in-out .6s, opacity .5s ease-in-out .9s;
}

@media (max-width: 1200px) {
	.quote-block__wrapper__slider__slide h4 {
		padding-right: 0;
	}
}

.quote-block__wrapper__slider .slick-active p, .quote-block__wrapper__slider .slick-active h4 {
	transform: translateY(0px);
	opacity: 1;
}

.quote-block__wrapper__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.quote-block__wrapper__dots__dot {
	all: unset;
	width: 59px;
	height: 3px;
	background-color: #FCC296;
	border-radius: 3px;
	transition: width .3s ease;
}

.quote-block__wrapper__dots .active {
	background-color: #EF7C33;
	width: 162px;
}

.light .quote-block__wrapper {
	background-color: white;
}

.light .quote-block__wrapper__slider__slide h4, .light .quote-block__wrapper__slider__slide p {
	color: #303032;
}

.contact-block {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.contact-block {
		padding: 48px 0;
	}
}

.contact-block__wrapper {
	display: flex;
	gap: 16px;
}

@media (max-width: 1200px) {
	.contact-block__wrapper {
		gap: 0;
		flex-direction: column-reverse;
	}
}

.contact-block__wrapper__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	border-radius: 8px;
	padding: 39px 37px;
	flex: 1;
}

@media (max-width: 1200px) {
	.contact-block__wrapper__content {
		padding: 24px;
		gap: 32px;
		border-radius: 0px 0px 8px 8px;
	}
}

.contact-block__wrapper__content__contents {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-block__wrapper__content__contents__name-job-title, .contact-block__wrapper__content__contents__contact-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-block__wrapper__content__contents__name-job-title a, .contact-block__wrapper__content__contents__contact-info a {
	font-weight: 500;
	text-decoration: underline;
	font-size: 1rem;
}

.contact-block__wrapper .is-content-card {
	gap: 16px;
	justify-content: flex-start;
}

.contact-block__wrapper img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	height: 100%;
	border-radius: 8px;
	width: 50%;
}

@media (max-width: 1200px) {
	.contact-block__wrapper img {
		width: 100%;
		border-radius: 8px 8px 0px 0px;
	}
}

.contact-list-block {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.contact-list-block {
		padding: 48px 0;
	}
}

.contact-list-block__main-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-list-block__main-wrapper__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 64px 24px;
}

@media (max-width: 1200px) {
	.contact-list-block__main-wrapper__wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 28px;
	}
}

.contact-list-block__main-wrapper__wrapper__single {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-list-block__main-wrapper__wrapper__single__image-position {
	position: relative;
	overflow: hidden;
}

.contact-list-block__main-wrapper__wrapper__single__image-position img {
	position: relative;
	z-index: 1;
	height: 394px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

@media (max-width: 1200px) {
	.contact-list-block__main-wrapper__wrapper__single__image-position img {
		height: 444px;
	}
}

.contact-list-block__main-wrapper__wrapper__single__image-position p {
	position: absolute;
	padding: 8px 16px;
	border-radius: 40px;
	background-color: white;
	top: 16px;
	left: 16px;
	z-index: 2;
}

.contact-list-block__main-wrapper__wrapper__single__image-position__cta {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: none;
	opacity: 0;
	z-index: 2;
	padding: 22px;
	background: white;
	display: flex;
	align-items: center;
	min-height: 62px;
	max-height: 62px;
	min-width: 62px;
	max-width: 62px;
	justify-content: center;
	border-radius: 100%;
}

.contact-list-block__main-wrapper__wrapper__single__image-position__cta img {
	all: unset;
}

.contact-list-block__main-wrapper__wrapper__single__image-position:hover .contact-list-block__main-wrapper__wrapper__single__image-position__cta {
	opacity: 1;
}

.contact-list-block__main-wrapper__wrapper__single__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-list-block__main-wrapper__wrapper__single__content a {
	text-decoration: underline;
	font-size: 1rem;
	font-weight: 500;
}

.contact-list-block__main-wrapper__wrapper__single .locations_content a {
	color: black;
	text-decoration: none;
}

.contact-list-block__main-wrapper__wrapper__single .locations_content .button {
	font-weight: 400;
}

.contact-block-invest {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.contact-block-invest {
		padding: 48px 0;
	}
}

.contact-block-invest__wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (max-width: 1200px) {
	.contact-block-invest__wrapper {
		gap: 24px;
	}
}

.contact-block-invest__wrapper__single {
	display: flex;
	gap: 16px;
}

@media (max-width: 1200px) {
	.contact-block-invest__wrapper__single {
		flex-direction: column;
		gap: 0px;
	}
}

.contact-block-invest__wrapper__single__image {
	position: relative;
	max-width: 426px;
	width: 100%;
	border-radius: 8px;
	min-height: 533px;
	display: flex;
}

@media (max-width: 1200px) {
	.contact-block-invest__wrapper__single__image {
		min-width: auto;
		min-height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
}

.contact-block-invest__wrapper__single__image p {
	position: absolute;
	padding: 8px 16px;
	border-radius: 40px;
	background-color: white;
	top: 16px;
	left: 16px;
	z-index: 2;
}

.contact-block-invest__wrapper__single__image img {
	max-width: 426px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	min-height: 533px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.contact-block-invest__wrapper__single__image img {
		min-width: auto;
		min-height: auto;
		max-width: auto;
		aspect-ratio: 1 / 1;
		border-radius: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
}

.contact-block-invest__wrapper__single__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background-color: white;
	padding: 40px;
	border-radius: 8px;
	flex: 1;
}

@media (max-width: 1200px) {
	.contact-block-invest__wrapper__single__content {
		padding: 32px 24px;
		border-radius: 0;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

.contact-block-invest__wrapper__single__content__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.related-projects {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.related-projects {
		padding: 48px 0;
	}
	.related-projects .container {
		padding: 0;
	}
}

.related-projects__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.related-projects__wrapper__top-content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__top-content {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
		padding: 0 20px;
	}
}

.related-projects__wrapper__top-content a {
	font-size: 1.125rem;
	width: 164.52px;
}

.related-projects__wrapper__top-content a:hover {
	gap: 16px;
}

.related-projects__wrapper__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__cards {
		margin-left: 20px;
	}
}

.related-projects__wrapper__cards .slick-track {
	transition: transform 0.5s ease-in-out;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__cards {
		display: block;
	}
}

.related-projects__wrapper__cards__single {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__cards__single {
		width: calc(100vw - 100px) !important;
		margin-right: 16px;
	}
}

.related-projects__wrapper__cards__single__image {
	position: relative;
	min-height: 268px;
	max-height: 268px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__cards__single__image {
		min-height: 208px;
		max-height: 208px;
		display: block;
		margin-bottom: 16px;
	}
}

.related-projects__wrapper__cards__single__image__img {
	height: 100%;
	border-radius: 8px;
	position: relative;
	object-fit: cover;
	z-index: 1;
	width: 100%;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__cards__single__image__img {
		min-height: 208px;
		max-height: 208px;
	}
}

.related-projects__wrapper__cards__single__image__cta {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: none;
	opacity: 0;
	z-index: 2;
	padding: 22px;
	background: white;
	display: flex;
	align-items: center;
	min-height: 62px;
	max-height: 62px;
	min-width: 62px;
	max-width: 62px;
	justify-content: center;
	border-radius: 100%;
}

.related-projects__wrapper__cards__single__image:hover .related-projects__wrapper__cards__single__image__cta {
	opacity: 1;
}

.related-projects__wrapper__cards__single__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.related-projects__wrapper__cards__single__content a, .related-projects__wrapper__cards__single__content p {
	color: #303032;
}

.related-projects__wrapper__arrows {
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	display: none;
	padding: 0 20px;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__arrows {
		margin-bottom: 0;
		display: flex;
	}
}

.related-projects__wrapper__arrows__prev-arrow, .related-projects__wrapper__arrows__next-arrow {
	background-color: #EF7C33;
	padding: 16px;
	border-radius: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	opacity: 1;
	transition: opacity .3s ease;
}

@media (max-width: 1200px) {
	.related-projects__wrapper__arrows__prev-arrow, .related-projects__wrapper__arrows__next-arrow {
		padding: 11px;
		height: 40px;
	}
}

.related-projects__wrapper__arrows .slick-disabled {
	opacity: .6;
}

/* In case if there's no image (Pages like: Project Archive Page)
---------------------------------------------------------------------------- */
@media (max-width: 1200px) {
	.archive .related-projects__wrapper, .page-template-home .related-projects__wrapper {
		padding: 0 20px;
	}
}

.archive .related-projects__wrapper__cards, .page-template-home .related-projects__wrapper__cards {
	gap: 48px 16px;
}

@media (max-width: 1200px) {
	.archive .related-projects__wrapper__cards, .page-template-home .related-projects__wrapper__cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
		margin-left: 0;
	}
}

@media (max-width: 1200px) {
	.archive .related-projects__wrapper__cards, .page-template-home .related-projects__wrapper__cards {
		display: grid;
	}
}

.archive .related-projects__wrapper__cards__single, .page-template-home .related-projects__wrapper__cards__single {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1200px) {
	.archive .related-projects__wrapper__cards__single, .page-template-home .related-projects__wrapper__cards__single {
		width: 100% !important;
		margin-right: 0;
	}
}

.archive .related-projects__wrapper__cards__single__image, .page-template-home .related-projects__wrapper__cards__single__image {
	margin-bottom: 0;
}

.hero-cnjo {
	padding: 169px 0 32px;
}

@media (max-width: 1200px) {
	.hero-cnjo {
		padding: 145px 0 48px;
	}
}

.hero-cnjo__wrapper {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper {
		gap: 16px;
	}
}

.hero-cnjo__wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper__content {
		gap: 16px;
	}
}

.hero-cnjo__wrapper__content__service-and-title {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper__content__service-and-title {
		gap: 16px;
	}
}

.hero-cnjo__wrapper__content .custom-width {
	max-width: 759px;
	width: 100%;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper__content .custom-width {
		max-width: 100%;
	}
}

.hero-cnjo__wrapper img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
	width: 100%;
	border-radius: 8px;
}

@media (max-width: 599px) {
	.hero-cnjo__wrapper img {
		aspect-ratio: 1 / 1;
	}
}

.hero-cnjo__wrapper__infos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 64px;
	padding-bottom: 32px;
	position: relative;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper__infos {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
		padding-bottom: 8px;
	}
}

.hero-cnjo__wrapper__infos__single {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 16px;
	position: relative;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper__infos__single {
		padding-bottom: 16px;
	}
}

.hero-cnjo__wrapper__infos__single__line {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 0%;
	background-color: #E6DEDA;
	height: 1px;
	transition: width .5s ease-in-out 0s;
}

.hero-cnjo__wrapper__infos__single:nth-child(2) .hero-cnjo__wrapper__infos__single__line {
	transition: width .5s ease-in-out .5s;
}

.hero-cnjo__wrapper__infos__single:nth-child(3) .hero-cnjo__wrapper__infos__single__line {
	transition: width .5s ease-in-out 1s;
}

.hero-cnjo__wrapper__infos .animated-line .hero-cnjo__wrapper__infos__single__line {
	width: 100%;
}

.hero-cnjo__wrapper__infos__line {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: #E6DEDA;
	height: 1px;
	width: 0%;
	transition: width 1.5s ease-in-out 0s;
}

@media (max-width: 1200px) {
	.hero-cnjo__wrapper__infos__line {
		transition: width .5s ease-in-out 1.5s;
	}
}

.hero-cnjo__wrapper .animated-line .hero-cnjo__wrapper__infos__line {
	width: 100%;
}

.rich-text {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.rich-text {
		padding: 48px 0;
	}
}

.rich-text__wrapper {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1200px) {
	.rich-text__wrapper {
		max-width: 100%;
	}
}

.rich-text__wrapper__wysiwyg p {
	font-weight: 400;
	margin-bottom: 16px;
}

.rich-text__wrapper__wysiwyg p:last-child {
	margin-bottom: 0;
}

.rich-text__wrapper__wysiwyg ul {
	list-style-type: disc;
	margin-left: 24px;
}

.rich-text__wrapper__wysiwyg ul li {
	margin-bottom: 16px;
}

.rich-text__wrapper__wysiwyg ul li:last-child {
	margin-bottom: 0;
}

.rich-text__wrapper__wysiwyg ul li::marker {
	color: #EF7C33;
	font-size: 1.5rem;
}

.rich-text__wrapper__wysiwyg a {
	color: #BC5217;
}

.rich-text__wrapper__cta {
	margin-top: 8px;
}

.two-image-block {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.two-image-block {
		padding: 48px 0;
	}
}

.two-image-block__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

@media (max-width: 1200px) {
	.two-image-block__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.two-image-block__wrapper img {
	aspect-ratio: 1 / 1;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.usp-block__wrapper {
	display: flex;
	flex-direction: column;
	gap: 277px;
	background-color: #303032;
	border-radius: 8px;
	padding: 64px 48px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.usp-block__wrapper {
		padding: 48px 24px;
		gap: 101px;
	}
}

.usp-block__wrapper h4, .usp-block__wrapper h5, .usp-block__wrapper p {
	color: white;
}

.usp-block__wrapper h4 {
	position: relative;
	z-index: 2;
	max-width: 759px;
	width: 100%;
}

@media (max-width: 1200px) {
	.usp-block__wrapper h4 {
		max-width: 100%;
	}
}

.usp-block__wrapper__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 98px;
}

@media (max-width: 1200px) {
	.usp-block__wrapper__cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
}

.usp-block__wrapper__cards__single {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
	padding-top: 52px;
}

.usp-block__wrapper__cards__single__circle {
	display: block;
	background-color: #FB9A58;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(-500px);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

@media (max-width: 1200px) {
	.usp-block__wrapper__cards__single__circle {
		opacity: 1;
		transform: translateY(0px);
		transition: none;
	}
}

.form-section {
	padding: 64px 48px;
	background-color: #303032;
	border-radius: 8px;
	max-width: 1312px;
	overflow: hidden;
	margin: 64px auto 0;
}

@media (max-width: 1200px) {
	.form-section {
		margin: 48px 20px 0;
		padding: 40px 24px;
	}
}

.form-section__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.form-section__wrapper {
		flex-direction: column;
		gap: 24px;
	}
}

.form-section__wrapper__content {
	max-width: 472px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1200px) {
	.form-section__wrapper__content {
		max-width: 100%;
	}
}

.form-section__wrapper__content h3, .form-section__wrapper__content p {
	color: white;
}

.wpcf7 {
	max-width: 489px;
	width: 100%;
}

@media (max-width: 1200px) {
	.wpcf7 {
		max-width: 100%;
	}
}

.wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wpcf7 form p {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wpcf7 form p br {
	display: none;
}

.wpcf7 form p label {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wpcf7 form p label .p-extra-small {
	color: white;
}

.wpcf7 form p label span select, .wpcf7 form p label span input:not([type="checkbox"]) {
	width: 100%;
}

.wpcf7 form p label .wpcf7-form-control-wrap span span {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 2px;
}

.wpcf7 form p label .wpcf7-form-control-wrap span span label {
	flex-direction: row;
	align-items: center;
}

.wpcf7 form p label .wpcf7-form-control-wrap span span label span {
	color: white;
	font-size: .875rem;
	margin-top: 0;
}

.wpcf7 form p .wpcf7-spinner {
	display: none;
}

.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
	flex-direction: row;
	gap: 8px;
	align-items: flex-start;
}

@media (max-width: 1200px) {
	.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
		align-items: flex-start;
	}
}

.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span {
	color: white;
	font-size: .875rem;
}

.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span a {
	color: #EF7C33;
}

.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: .75rem;
	margin-top: 8px;
	color: #FF7154;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
	color: #dc3232;
	font-size: .875rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
	color: #46b450;
	font-size: .875rem;
}

.investor-form {
	margin: 64px auto;
}

@media (max-width: 1200px) {
	.investor-form {
		margin: 24px 20px 48px;
	}
}

#lime-form-DA03W2AcAYdPn1A3Om95 .form-field {
	padding: 0;
	width: 100%;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .form-field .form-group {
	margin-bottom: 24px;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .form-field label span {
	color: white;
	font-weight: 500;
	font-size: .75rem;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .form-control {
	padding: 15.5px 10px;
	color: #A0A0A0;
	background-color: white;
	border: 1px solid #C9C8C8;
	border-radius: 8px;
	font-size: .875rem;
	height: 51px;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .has-error .form-control {
	box-shadow: none;
	border: 1px solid #C9C8C8;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .help-block {
	color: #FF7154 !important;
	margin: 8px 0 0 0;
	font-size: .75rem;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .alert-danger {
	background-color: #FF7154;
	border: none;
	color: white;
}

#lime-form-DA03W2AcAYdPn1A3Om95 b {
	font-weight: 500;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .alert-link {
	font-weight: 500 !important;
	color: white !important;
	font-size: .875rem;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .pagination-wrapper {
	padding: 0 0 24px 0 !important;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .pagination-wrapper .next-btn-wrapper {
	width: 100%;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .pagination-wrapper .next-btn-wrapper button {
	background-color: #EF7C33;
	border-radius: 8px;
	font-weight: 500;
	color: #000000;
	border: 1px solid #EF7C33;
	letter-spacing: 0;
	transition: .3s;
	width: 100%;
	padding: 13.5px 10px;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .pagination-wrapper .next-btn-wrapper button:hover {
	background-color: #F49B5F;
	border: 1px solid #F49B5F;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .pagination-wrapper .next-btn-wrapper button:disabled {
	background-color: #EEEEEE;
	font-weight: 400;
	color: #9A9A9A;
	border: 1px solid #EEEEEE;
}

#lime-form-DA03W2AcAYdPn1A3Om95 .pagination-wrapper .next-btn-wrapper button span svg {
	display: none;
}

.image-text-alt-2 {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.image-text-alt-2 {
		padding: 48px 0;
	}
}

.image-text-alt-2__wrapper {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

@media (max-width: 1200px) {
	.image-text-alt-2__wrapper {
		flex-direction: column;
	}
}

.image-text-alt-2__wrapper img, .image-text-alt-2__wrapper video {
	border-radius: 8px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	max-width: 50%;
	width: 100%;
}

@media (max-width: 1200px) {
	.image-text-alt-2__wrapper img, .image-text-alt-2__wrapper video {
		max-width: 100%;
	}
}

.image-text-alt-2__wrapper__left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.image-text-alt-2__wrapper__left img, .image-text-alt-2__wrapper__left video {
	aspect-ratio: 4 / 3;
	flex: 1;
	min-width: 100%;
}

.image-text-alt-2 .text-left {
	flex-direction: row-reverse;
}

@media (max-width: 1200px) {
	.image-text-alt-2 .text-left {
		flex-direction: column;
	}
}

.image-text-50 {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.image-text-50 {
		padding: 48px 0;
	}
}

.image-text-50__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.image-text-50__wrapper {
		flex-direction: column;
		gap: 32px;
	}
}

.image-text-50__wrapper__gallery {
	position: relative;
	max-width: 537px;
	min-width: 537px;
	width: 100%;
	height: 492px;
}

@media (max-width: 1200px) {
	.image-text-50__wrapper__gallery {
		height: 339px;
		max-width: 100%;
		min-width: 100%;
	}
}

.image-text-50__wrapper__gallery img {
	position: absolute;
}

.image-text-50__wrapper__gallery img:first-child {
	top: 0;
	left: 0;
	max-width: 352px;
	width: 100%;
	z-index: 1;
}

@media (max-width: 1200px) {
	.image-text-50__wrapper__gallery img:first-child {
		max-width: 226px;
	}
}

.image-text-50__wrapper__gallery img:last-child {
	bottom: 0;
	right: 0;
	max-width: 280px;
	width: 100%;
	z-index: 2;
	transform: rotate(4.75deg);
}

@media (max-width: 1200px) {
	.image-text-50__wrapper__gallery img:last-child {
		max-width: 200px;
		right: 10px;
	}
}

.image-text-50__wrapper__content {
	max-width: 644px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-right: 108px;
	position: relative;
	top: 50px;
}

@media (max-width: 1200px) {
	.image-text-50__wrapper__content {
		top: 0;
		max-width: 100%;
		padding-right: 0;
	}
}

.header-modal {
	position: fixed;
	height: 100dvh;
	z-index: 6;
	width: 100%;
	top: 0;
	right: -200%;
	transition: right 0s ease-in-out 0.75s;
}

.header-modal__main-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-modal__main-wrapper__overlay {
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.25s ease-in-out 0.5s;
}

.header-modal__main-wrapper__wrapper {
	padding: 64px;
	background-color: #303032;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 2;
	max-width: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: right 0.5s ease-in-out;
}

@media (max-width: 1200px) {
	.header-modal__main-wrapper__wrapper {
		padding: 24px 20px;
		max-width: 100%;
		overflow-y: scroll;
		flex-direction: column;
		align-items: flex-end;
	}
	.header-modal__main-wrapper__wrapper::-webkit-scrollbar {
		display: none;
	}
}

.header-modal__main-wrapper__wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	overflow-y: scroll;
}

.header-modal__main-wrapper__wrapper__content::-webkit-scrollbar {
	display: none;
}

@media (max-width: 1200px) {
	.header-modal__main-wrapper__wrapper__content {
		gap: 24px;
		height: calc(100% - 48px);
		overflow-y: unset;
	}
}

.header-modal__main-wrapper__wrapper__content h3, .header-modal__main-wrapper__wrapper__content p {
	color: white;
}

.header-modal__main-wrapper__wrapper__content .p-header-modal {
	margin-bottom: 8px;
}

@media (max-width: 1200px) {
	.header-modal__main-wrapper__wrapper__content .p-header-modal {
		margin-bottom: 0;
	}
}

.header-modal__main-wrapper__wrapper__content .wpcf7 {
	max-width: 100%;
	padding-bottom: 24px;
}

.header-modal__main-wrapper__wrapper__close {
	background-color: #EF7C33;
	border-radius: 100%;
	padding: 24px;
	position: absolute;
	z-index: 3;
	left: calc(0% - 36px);
	top: calc(50% - 36px);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: rotate(0deg);
	transition: transform 0.25s ease-in-out;
}

.header-modal__main-wrapper__wrapper__close:hover {
	transform: rotate(180deg);
}

@media (max-width: 1200px) {
	.header-modal__main-wrapper__wrapper__close {
		padding: 16px;
		top: 0;
		right: 0;
		left: auto;
		position: relative;
	}
	.header-modal__main-wrapper__wrapper__close img {
		width: 16px;
	}
}

.header-modal-active {
	right: 0%;
	transition: right 0s ease-in-out 0s;
}

.header-modal-active .header-modal__main-wrapper__overlay {
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
}

.header-modal-active .header-modal__main-wrapper__wrapper {
	right: 0%;
	transition: right 0.5s ease-in-out 0.25s;
}

.login-section {
	padding: 145px 0 64px;
}

@media (max-width: 1200px) {
	.login-section {
		padding: 129px 0 48px;
	}
}

.login-section__wrapper {
	background-color: #303032;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

@media (max-width: 1200px) {
	.login-section__wrapper {
		padding: 0 16px;
	}
}

.login-section__wrapper__content {
	padding: 210px 0;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media (max-width: 1200px) {
	.login-section__wrapper__content {
		padding: 142px 0;
		gap: 24px;
	}
}

.login-section__wrapper__content h3 {
	color: white;
}

.login-section__wrapper__content__options {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 1200px) {
	.login-section__wrapper__content__options {
		gap: 8px;
	}
}

.login-section__wrapper__content__options__single {
	background-color: white;
	border-radius: 8px;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 32px;
	transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
	.login-section__wrapper__content__options__single {
		gap: 16px;
		align-items: flex-end;
	}
}

.login-section__wrapper__content__options__single__login {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.login-section__wrapper__content__options__single__login h6, .login-section__wrapper__content__options__single__login p {
	color: black;
}

.login-section__wrapper__content__options__single__button {
	background-color: #EF7C33;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transition: all .3s ease-in-out;
}

.login-section__wrapper__content__options__single:hover {
	background-color: #FB9A58;
}

.login-section__wrapper__content__options__single:hover .login-section__wrapper__content__options__single__button {
	background-color: white;
}

.download-block {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.download-block {
		padding: 48px 0;
	}
}

.download-block__wrapper {
	background-color: #303032;
	padding: 64px 48px;
	border-radius: 8px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.download-block__wrapper {
		padding: 40px 16px;
		gap: 24px;
		flex-direction: column;
	}
}

.download-block__wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 400px;
	width: 100%;
}

@media (max-width: 1200px) {
	.download-block__wrapper__content {
		max-width: 100%;
	}
}

.download-block__wrapper__content h4, .download-block__wrapper__content p {
	color: white;
}

.download-block__wrapper__content a {
	margin-top: 16px;
}

.download-block__wrapper__files {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 630px;
	width: 100%;
}

@media (max-width: 1200px) {
	.download-block__wrapper__files {
		max-width: 100%;
	}
}

.download-block__wrapper__files__single {
	padding: 15px 20px;
	border-radius: 8px;
	background-color: white;
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.download-block__wrapper__files__single {
		padding: 16px;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}

.multi-link {
	padding: 32px 0;
}

@media (max-width: 1200px) {
	.multi-link {
		padding: 48px 0;
	}
}

.multi-link__wrapper {
	display: flex;
	gap: 16px;
}

@media (max-width: 1200px) {
	.multi-link__wrapper {
		flex-direction: column;
	}
}

.multi-link__wrapper__card {
	background-color: white;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 95px;
	padding: 32px 24px;
	flex: 1;
}

@media (max-width: 1200px) {
	.multi-link__wrapper__card {
		gap: 64px;
	}
}

.multi-link__wrapper__card__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.multi-link__wrapper__card__content__ctas {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.multi-link__wrapper__card__content__ctas .flat-button:hover {
	gap: 16px;
}

.multi-link__wrapper-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.timeline {
	padding: 115px 0 113px;
}

@media (max-width: 1200px) {
	.timeline {
		padding: 89px 0 39px 20px;
	}
}

.timeline__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: relative;
}

@media (max-width: 1200px) {
	.timeline__wrapper {
		gap: 64px;
	}
}

.timeline__wrapper__single-time {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	height: 300px;
	transition: height .5s ease-in-out 0s, opacity .5s ease-in-out .5s;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time {
		height: auto;
	}
}

.timeline__wrapper__single-time__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 426px;
	width: 100%;
	position: relative;
	top: -16px;
	opacity: 0;
	transition: opacity .5s ease-in-out .3s;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__content {
		max-width: 261px;
		top: -10px;
	}
}

.timeline__wrapper__single-time__content img {
	max-height: 240px;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__content img {
		max-height: 147px;
	}
}

.timeline__wrapper__single-time__content h4 {
	margin-bottom: -8px;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__content p {
		padding-bottom: 32px;
	}
}

.timeline__wrapper__single-time .in-view {
	opacity: 1;
}

.timeline__wrapper__single-time__time {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.timeline__wrapper__single-time__time__border-left, .timeline__wrapper__single-time__time__border-right {
	background-color: #E6DEDA;
	height: 3px;
	flex: 1;
	position: relative;
	z-index: 1;
}

.timeline__wrapper__single-time__time__border-right {
	opacity: 0;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__time__border-right {
		opacity: 1;
	}
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__time__border-left {
		display: none;
	}
}

.timeline__wrapper__single-time__time__border-center {
	position: absolute;
	z-index: 1;
	width: 3px;
	height: 100%;
	background-color: #E6DEDA;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__time__border-center {
		left: 0;
	}
}

.timeline__wrapper__single-time__time p {
	padding: 8px 16px;
	background-color: #FDF3EA;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__time p {
		left: 0;
	}
}

.timeline__wrapper__single-time__content-empty {
	max-width: 426px;
	width: 100%;
}

@media (max-width: 1200px) {
	.timeline__wrapper__single-time__content-empty {
		display: none;
	}
}

.timeline__wrapper__single-time:first-child .timeline__wrapper__single-time__time__border-center {
	height: calc(100% + 48px);
	top: calc(0px - 48px);
}

.timeline__wrapper .single-time-odds {
	flex-direction: row-reverse;
}

.timeline__wrapper .single-time-odds .timeline__wrapper__single-time__time__border-left {
	opacity: 0;
}

@media (max-width: 1200px) {
	.timeline__wrapper .single-time-odds .timeline__wrapper__single-time__time__border-left {
		display: none;
	}
}

.timeline__wrapper .single-time-odds .timeline__wrapper__single-time__time__border-right {
	opacity: 1;
}

@media (max-width: 1200px) {
	.timeline__wrapper .single-time-even {
		flex-direction: row-reverse;
	}
}

.timeline__wrapper .is-hidden {
	height: 0px;
	opacity: 0;
	transition: height .5s ease-in-out .3s, opacity .5s ease-in-out 0s;
}

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

.timeline__load-more-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.timeline__load-more-wrapper__button {
	cursor: pointer;
}

.diagram-section {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.diagram-section {
		padding: 48px 0;
	}
}

.diagram-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.diagram-section__wrapper__body {
	min-height: 500px;
	max-height: 500px;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	position: relative;
}

.diagram-section__wrapper__body__back {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	position: relative;
	z-index: 1;
}

.diagram-section__wrapper__body__back p {
	position: relative;
	transform: translateY(40%);
}

@media (max-width: 1200px) {
	.diagram-section__wrapper__body__back p {
		font-size: .75rem;
	}
}

.diagram-section__wrapper__body__back__line {
	background-color: #8E8A8B;
	height: 1px;
	width: 100%;
}

@media (max-width: 1200px) {
	.diagram-section__wrapper__body .sixth-back {
		height: 19.19px;
	}
}

.diagram-section__wrapper__body__diagram {
	display: flex;
	align-items: flex-end;
	gap: 24px;
	justify-content: space-between;
	position: absolute;
	z-index: 2;
	bottom: -28px;
	left: 82px;
	width: calc(100% - 82px);
}

@media (max-width: 1200px) {
	.diagram-section__wrapper__body__diagram {
		gap: 8px;
		left: 48px;
		width: calc(100% - 48px);
		bottom: -20px;
	}
}

.diagram-section__wrapper__body__diagram__single {
	min-width: 50px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	flex: 1;
}

@media (max-width: 1200px) {
	.diagram-section__wrapper__body__diagram__single {
		min-width: 14px;
	}
}

.diagram-section__wrapper__body__diagram__single__chart {
	background-color: #A9460E;
	width: 100%;
	transition: height .5s ease-in-out;
}

@media (max-width: 1200px) {
	.diagram-section__wrapper__body__diagram__single p {
		font-size: .625rem;
		transform: rotate(-45deg);
	}
}

.diagram-section__wrapper__notice {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
}

.diagram-section__wrapper__notice__box {
	background-color: #A9460E;
	width: 14px;
	height: 14px;
}

.live-chart {
	padding: 32px 0 64px;
}

@media (max-width: 1200px) {
	.live-chart {
		padding: 32px 0 48px;
	}
}

.download-pagination-block {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.download-pagination-block {
		padding: 48px 0;
	}
}

.download-pagination-block__wrapper {
	max-width: 644px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap:16px;
}


.download-pagination-block__wrapper.has-search-active {
    gap: 0;
}


.download-pagination-block__wrapper__files {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper__files {
		max-width: 100%;
	}
}

.download-pagination-block__wrapper__files__single {
	padding: 15px 20px;
	border-radius: 8px;
	background-color: white;
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper__files__single {
		padding: 16px;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}

.download-pagination-block__wrapper__files__single p {
	flex: 1;
}

.download-pagination-block__wrapper .is-in-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 16px;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper .is-in-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.download-pagination-block__wrapper .is-in-grid .has-image {
	padding: 0;
	flex-direction: column;
	gap: 0;
	justify-content: flex-start;
	align-items: flex-start;
}

.download-pagination-block__wrapper .is-in-grid .has-image img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 300px;
	object-fit: cover;
}

.download-pagination-block__wrapper .is-in-grid .has-image .download-pagination-block__wrapper__files__single__wrapper {
	padding: 38px 34px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper .is-in-grid .has-image .download-pagination-block__wrapper__files__single__wrapper {
		padding: 24px 16px;
	}
}

.download-pagination-block__wrapper .is-in-grid .has-image .download-pagination-block__wrapper__files__single__wrapper a {
	margin-top: 28px;
}

.download-pagination-block__wrapper__pagination {
	width: 100%;
}

.download-pagination-block__wrapper__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper__pagination ul {
		gap: 12px;
	}
}

.download-pagination-block__wrapper__pagination ul li .page-numbers {
	background-color: #FCC296;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 32px;
	border-radius: 4px;
	color: #173B34;
	font-size: 1.125rem;
	font-weight: 400;
	transition: .3s;
}

.download-pagination-block__wrapper__pagination ul li .current {
	background-color: #EF7C33;
}

.download-pagination-block__wrapper__pagination ul li .prev, .download-pagination-block__wrapper__pagination ul li .next {
	all: unset;
	display: flex;
	height: 32px;
	align-items: center;
	cursor: pointer;
}

.download-pagination-block__wrapper__pagination ul li .prev {
	margin-right: 24px;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper__pagination ul li .prev {
		margin-right: 32px;
	}
}

.download-pagination-block__wrapper__pagination ul li .next {
	margin-left: 24px;
}

@media (max-width: 1200px) {
	.download-pagination-block__wrapper__pagination ul li .next {
		margin-left: 32px;
	}
}

.download-pagination-block__wrapper__pagination ul li:hover .page-numbers {
	background-color: #EF7C33;
}

.download-pagination-block__wrapper__pagination ul li:hover .prev, .download-pagination-block__wrapper__pagination ul li:hover .next {
	background-color: transparent;
}

.download-pagination-block .not-contained {
	max-width: 100%;
}

.financial-calendar {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.financial-calendar .container {
		padding: 0;
	}
}

.financial-calendar__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

.financial-calendar__wrapper__tabs {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper__tabs {
		padding: 0 20px;
	}
}

.financial-calendar__wrapper__tabs__tab {
	all: unset;
	padding: 8px 24px;
	border: 1px solid #303032;
	border-radius: 20px;
	transition: .3s;
	color: #303032;
}

.financial-calendar__wrapper__tabs__tab:hover {
	background-color: #A9460E;
	border: 1px solid #A9460E;
	color: white;
	cursor: pointer;
}

.financial-calendar__wrapper__tabs .current-tab {
	background-color: #A9460E;
	border: 1px solid #A9460E;
	color: white;
}

.financial-calendar__wrapper table {
	border-collapse: collapse;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper table {
		width: 160%;
		overflow-x: scroll;
		margin: 0 20px;
	}
}

.financial-calendar__wrapper table thead tr th {
	color: #A9460E;
	text-align: left;
	padding: 16px 10px;
	border-bottom: 2px solid #A9460E;
	font-size: .875rem;
}

.financial-calendar__wrapper table thead tr th:first-child, .financial-calendar__wrapper table thead tr th:nth-child(2) {
	width: 40%;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper table thead tr th:first-child, .financial-calendar__wrapper table thead tr th:nth-child(2) {
		width: auto;
	}
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper table thead tr th:first-child {
		width: 30%;
	}
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper table thead tr th:nth-child(2) {
		width: 40%;
	}
}

.financial-calendar__wrapper table tbody tr td {
	border-bottom: 1px solid #E6DEDA;
	text-align: left;
	padding: 16px 10px;
	color: #303032;
	font-weight: 500;
	font-size: .875rem;
}

.financial-calendar__wrapper table tbody tr td a {
	text-decoration: underline;
}

.financial-calendar__wrapper__content {
	flex-direction: column;
	gap: 40px;
}

.financial-calendar__wrapper__content__pagination {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.financial-calendar__wrapper__content__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper__content__pagination ul {
		gap: 12px;
	}
}

.financial-calendar__wrapper__content__pagination ul .page-numbers {
	background-color: #FCC296;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 32px;
	border-radius: 4px;
	color: #173B34;
	font-size: 1.125rem;
	font-weight: 400;
	transition: .3s;
}

.financial-calendar__wrapper__content__pagination ul .page-numbers:hover {
	background-color: #EF7C33;
}

.financial-calendar__wrapper__content__pagination ul .dots:hover {
	background-color: #FCC296;
}

.financial-calendar__wrapper__content__pagination ul .current {
	background-color: #EF7C33;
}

.financial-calendar__wrapper__content__pagination ul .prev, .financial-calendar__wrapper__content__pagination ul .next {
	height: 32px;
	display: flex;
	align-items: center;
}

.financial-calendar__wrapper__content__pagination ul .prev a, .financial-calendar__wrapper__content__pagination ul .prev span, .financial-calendar__wrapper__content__pagination ul .next a, .financial-calendar__wrapper__content__pagination ul .next span {
	height: 32px;
	display: flex;
	align-items: center;
}

.financial-calendar__wrapper__content__pagination ul .disabled {
	visibility: hidden;
}

.financial-calendar__wrapper__content__pagination ul .prev {
	margin-right: 24px;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper__content__pagination ul .prev {
		margin-right: 32px;
	}
}

.financial-calendar__wrapper__content__pagination ul .next {
	margin-left: 24px;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper__content__pagination ul .next {
		margin-left: 32px;
	}
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper__table p {
		padding: 0 20px;
	}
}

.financial-calendar__wrapper__table::-webkit-scrollbar {
	display: none;
}

@media (max-width: 1200px) {
	.financial-calendar__wrapper__table {
		overflow-y: hidden;
	}
}

.invest-summary {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.invest-summary .container {
		padding: 0;
	}
}

.invest-summary__wrapper {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.invest-summary__wrapper {
		overflow-y: hidden;
	}
	.invest-summary__wrapper::-webkit-scrollbar {
		display: none;
	}
}

.invest-summary__wrapper table {
	border-collapse: collapse;
}

@media (max-width: 1200px) {
	.invest-summary__wrapper table {
		width: 300%;
		overflow-x: scroll;
		margin: 0 20px;
	}
}

.invest-summary__wrapper table tbody tr td {
	border-bottom: 1px solid #E6DEDA;
	text-align: left;
	padding: 16px 10px;
	color: #303032;
	font-weight: 500;
	font-size: .875rem;
}

.invest-summary__wrapper table tbody tr td:first-child {
	width: 30%;
}

@media (max-width: 1200px) {
	.invest-summary__wrapper table tbody tr td:first-child {
		width: 25%;
	}
}

.invest-summary__wrapper table tbody tr .last-year, .invest-summary__wrapper table tbody tr .column-highlighted {
	background-color: #A9460E33;
}

.invest-summary__wrapper table tbody .table-header {
	text-align: left;
	padding: 16px 10px;
	border-bottom: 2px solid #A9460E;
	border-top: 2px solid #A9460E;
	font-size: .875rem;
}

.invest-summary__wrapper table tbody .table-header td {
	color: #A9460E;
	font-weight: 700;
}

.invest-summary__wrapper table tbody .table-header:first-child {
	border-top: none;
}

.invest-summary__wrapper table tbody .standard {
	border-top: none;
}

.invest-summary__wrapper table tbody .empty-row:first-child {
	display: none;
}

.invest-summary__wrapper table tbody .empty-row td {
	border: 0;
}

.invest-summary__wrapper table tbody .row-highlighted td {
	font-weight: 700;
}

.financial-chart {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.financial-chart {
		padding: 48px 0;
	}
}

.press-news {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.press-news {
		padding: 48px 0;
	}
}

.press-news h3 {
	text-align: center;
	padding-bottom: 24px;
	max-width: 878px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.press-news h3 {
		max-width: 100%;
	}
}

.press-news__wrapper {
	max-width: 644px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.press-news__wrapper__single {
	background-color: white;
	border-radius: 8px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.press-news__wrapper__single__date {
	margin-bottom: 8px;
}

.press-news__wrapper__single__brief {
	margin-bottom: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #303032;
}

@media (max-width: 1200px) {
	.press-news__wrapper__single__brief {
		-webkit-line-clamp: 6;
	}
}

.press-news__wrapper__pagination {
	width: 100%;
}

.press-news__wrapper__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

@media (max-width: 1200px) {
	.press-news__wrapper__pagination ul {
		gap: 12px;
	}
}

.press-news__wrapper__pagination ul li .page-numbers {
	background-color: #FCC296;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 32px;
	border-radius: 4px;
	color: #173B34;
	font-size: 1.125rem;
	font-weight: 400;
	transition: .3s;
}

.press-news__wrapper__pagination ul li .current {
	background-color: #EF7C33;
}

.press-news__wrapper__pagination ul li .prev, .press-news__wrapper__pagination ul li .next {
	all: unset;
	display: flex;
	height: 32px;
	align-items: center;
	cursor: pointer;
}

.press-news__wrapper__pagination ul li .prev {
	margin-right: 24px;
}

@media (max-width: 1200px) {
	.press-news__wrapper__pagination ul li .prev {
		margin-right: 32px;
	}
}

.press-news__wrapper__pagination ul li .next {
	margin-left: 24px;
}

@media (max-width: 1200px) {
	.press-news__wrapper__pagination ul li .next {
		margin-left: 32px;
	}
}

.press-news__wrapper__pagination ul li:hover .page-numbers {
	background-color: #EF7C33;
}

.press-news__wrapper__pagination ul li:hover .prev, .press-news__wrapper__pagination ul li:hover .next {
	background-color: transparent;
}

.press-news .cision-feed-wrapper {
	max-width: 647px;
	width: 100%;
	margin: 0 auto;
}

.press-news .cision-feed-wrapper .cision-feed-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}

@media (max-width: 1200px) {
	.press-news .cision-feed-wrapper .cision-feed-filters {
		overflow-x: scroll;
		margin: 0 -20px 24px;
		padding: 0 20px;
	}
	.press-news .cision-feed-wrapper .cision-feed-filters::-webkit-scrollbar {
		display: none;
	}
}

.press-news .cision-feed-wrapper .cision-feed-filters li button {
	all: unset;
}

.press-news .cision-feed-wrapper .cision-feed-filters li button a {
	padding: 10px 20px;
	border-radius: 20px;
	font-weight: 400;
	font-size: 1rem;
	border: 1px solid #303032;
	color: #303032;
}

@media (max-width: 1200px) {
	.press-news .cision-feed-wrapper .cision-feed-filters li button a {
		width: max-content;
	}
}

.press-news .cision-feed-wrapper .cision-feed-filters li button:hover a {
	background-color: #BC5217;
	border: 1px solid #BC5217;
	color: white;
}

.press-news .cision-feed-wrapper .cision-feed-filters li .active a {
	background-color: #BC5217;
	border: 1px solid #BC5217;
	color: white;
}

.press-news .cision-feed-wrapper .posts {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.press-news .cision-feed-wrapper .posts article {
	padding: 24px;
	border-radius: 8px;
	background-color: white;
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 0;
}

.press-news .cision-feed-wrapper .posts article time {
	order: 1;
	padding-bottom: 8px;
	color: #303032;
}

.press-news .cision-feed-wrapper .posts article h6 {
	order: 2;
}

.press-news .cision-feed-wrapper .posts article .cision-feed-regulatory {
	order: 3;
	padding: 0;
	font-weight: bold;
	color: #303032;
}

.press-news .cision-feed-wrapper .posts article p {
	order: 4;
	margin-bottom: 24px;
	overflow: hidden;
	height: 62.39px;
}

.press-news .cision-feed-wrapper .posts article a {
	order: 5;
	color: #BC5217;
	font-weight: 600;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
}

.press-news .cision-feed-wrapper .posts article a:after {
	content: url("/wp-content/uploads/2025/04/Arrow-Right-2.svg");
	position: relative;
	top: 2px;
}

.press-news .cision-feed-wrapper .posts article a:hover {
	gap: 16px;
}

.press-news .cision-feed-wrapper .cision-feed-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

@media (max-width: 1200px) {
	.press-news .cision-feed-wrapper .cision-feed-pager {
		gap: 12px;
	}
}

.press-news .cision-feed-wrapper .cision-feed-pager li {
	all: unset;
}

.press-news .cision-feed-wrapper .cision-feed-pager li a {
	background-color: #F9C299;
	border-radius: 4px;
	color: #173B34;
	font-weight: 400;
	font-size: 1.125rem;
	width: 34px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.press-news .cision-feed-wrapper .cision-feed-pager li a:hover {
	background-color: #EF7C33;
	text-decoration: none;
}

.press-news .cision-feed-wrapper .cision-feed-pager li .active {
	background-color: #EF7C33;
	text-decoration: none;
}

.custom-single-cision {
	padding: 237px 0 64px;
}

@media (max-width: 1200px) {
	.custom-single-cision {
		padding: 213px 0 48px;
	}
}

.custom-single-cision__wrapper {
	display: flex;
	flex-direction: column;
	gap: 96px;
}

@media (max-width: 1200px) {
	.custom-single-cision__wrapper {
		gap: 64px;
	}
}

.custom-single-cision__wrapper__intro {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.custom-single-cision__wrapper__intro h1 {
	font-size: 2.625rem;
	text-align: center;
}

.custom-single-cision__wrapper__intro__short {
	max-width: 644px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1200px) {
	.custom-single-cision__wrapper__intro__short {
		max-width: 100%;
	}
}

.custom-single-cision__wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

.custom-single-cision__wrapper__content strong {
	margin-bottom: -16px;
	display: block;
}

.custom-single-cision__wrapper__content strong:has(+ a) {
  margin-bottom: 0 !important;
}

.custom-single-cision__wrapper__content a {
	color: #EF7C33;
}

.job-listing {
	padding: 132px 0 64px;
}

@media (max-width: 1200px) {
	.job-listing {
		padding: 48px 0;
	}
}

.job-listing__wrapper {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

@media (max-width: 1200px) {
	.job-listing__wrapper {
		flex-direction: column;
		gap: 80px;
	}
}

.job-listing__wrapper__list {
	max-width: 753px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1200px) {
	.job-listing__wrapper__list {
		max-width: 100%;
	}
}

.job-listing__wrapper__list__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.job-listing__wrapper__list__wrapper__single {
	background-color: white;
	border-radius: 8px;
	padding: 24px;
	display: flex;
	align-items: flex-end;
	gap: 16px;
	justify-content: space-between;
	transition: .3s;
}

.job-listing__wrapper__list__wrapper__single__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.job-listing__wrapper__list__wrapper__single__content__location {
	display: flex;
	align-items: center;
	gap: 4px;
}

.job-listing__wrapper__list__wrapper__single__content a {
	width: fit-content;
}

.job-listing__wrapper__list__wrapper__single__cta {
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

@media (max-width: 1200px) {
	.job-listing__wrapper__list__wrapper__single__cta {
		background-color: #EF7C33;
	}
}

.job-listing__wrapper__list__wrapper__single:hover {
	background-color: #FB9A58;
}

.job-listing__wrapper__list__wrapper__single:hover .job-listing__wrapper__list__wrapper__single__content__location img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(335deg) brightness(113%) contrast(100%);
}

.job-listing__wrapper__ctas {
	display: flex;
	flex-direction: column;
	margin-top: 34px;
}

.job-listing__wrapper__ctas__single {
	padding: 24px 0;
	border-radius: 0;
	border-top: 1px solid #BAB4B1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transition: .3s;
}

.job-listing__wrapper__ctas__single p {
	margin-bottom: 24px;
}

.job-listing__wrapper__ctas__single__cta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.job-listing__wrapper__ctas__single__cta__single {
	background-color: #FDF3EA;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

@media (max-width: 1200px) {
	.job-listing__wrapper__ctas__single__cta__single {
		background-color: #EF7C33;
	}
}

.job-listing__wrapper__ctas__single:hover {
	border-radius: 8px;
	background-color: #EF7C33;
	border-top: 0;
	padding: 24px;
}

.job-listing__wrapper__ctas__single:hover .job-listing__wrapper__ctas__single__cta__single {
	background-color: white;
}

.single-job-overview {
	padding: 64px 0;
}

@media (max-width: 1200px) {
	.single-job-overview {
		padding: 48px 0;
	}
}

.single-job-overview__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.single-job-overview__content {
		max-width: 100%;
	}
}

.single-job-overview__content a {
	color: #EF7C33;
}

.single-job-overview__content ul {
	list-style: disc;
	padding-left: 24px;
}

.single-job-overview__content ul li::marker {
	color: #EF7C33;
	font-size: 1.5rem;
}

.single-job-overview__content h1, .single-job-overview__content h2, .single-job-overview__content h3, .single-job-overview__content h4, .single-job-overview__content h5, .single-job-overview__content h6 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	letter-spacing: -0.48px;
}

.single-job-overview__content h1 strong, .single-job-overview__content h2 strong, .single-job-overview__content h3 strong, .single-job-overview__content h4 strong, .single-job-overview__content h5 strong, .single-job-overview__content h6 strong {
	font-weight: 700;
}

/*# sourceMappingURL=style.css.map */

/* =========================
   LINKS
========================= */
#wpfront-notification-bar .wpfront-message a {
  color: #303032;
  text-decoration: underline;
  transition: color 0.2s ease;
}

#wpfront-notification-bar .wpfront-message a:hover {
  color: #fff;
  text-decoration: underline;
}

/* =========================
   LAYOUT
========================= */
#wpfront-notification-bar-table td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 5px;
}

/* Message centered */
#wpfront-notification-bar .wpfront-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
    z-index: 1;
}

/* Button aligned right */
#wpfront-notification-bar .wpfront-div:last-child {
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding: 5px 40px 5px 0px;
}

/* Remove conflicting inline behavior */
#wpfront-notification-bar .wpfront-message,
#wpfront-notification-bar .wpfront-button {
  display: block;
}

/* =========================
   BUTTON
========================= */
#wpfront-notification-bar .wpfront-button {
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.2s ease;
  text-shadow: none;
}

#wpfront-notification-bar a.wpfront-button,
#wpfront-notification-bar a.wpfront-button:visited {
  background: #FDF3EA !important;
  transition: background 0.3s ease, transform 0.2s ease;
}

#wpfront-notification-bar a.wpfront-button:hover,
#wpfront-notification-bar a.wpfront-button:active,
#wpfront-notification-bar a.wpfront-button:focus {
  background: #F9C299 !important;
}

/* Arrow icon */
#wpfront-notification-bar .wpfront-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background-image: url("https://staging.devport.se/wp-content/uploads/2026/04/arrow-up-right-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* =========================
   CLOSE BUTTON
========================= */
#wpfront-notification-bar .wpfront-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
  background-color: transparent !important;
  font-size: 0;
  cursor: pointer;

  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
    z-index: 9999;

  transition: background 0.2s ease;
}

#wpfront-notification-bar .wpfront-close::before {
  content: "\00D7";
  font-size: 20px;
}

#wpfront-notification-bar .wpfront-close:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

  #wpfront-notification-bar-table td {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  /* Message */
  #wpfront-notification-bar .wpfront-message {
    position: static;
    transform: none;
    text-align: center;
    width: auto;
  }

  /* Button wrapper */
  #wpfront-notification-bar .wpfront-div:last-child {
    width: auto;
    margin-left: auto;
    display: block;
  }
}

/* =========================
   TYPOGRAPHY BREAKPOINTS
========================= */
@media (max-width: 650px) {
  .wpfront-notification-bar a.wpfront-button {
    font-size: 11px !important;
  }

  #wpfront-notification-bar .wpfront-message p {
    padding: 10px;
    font-size: 0.9rem !important;
  }
}

@media (max-width: 580px) {
  .wpfront-notification-bar a.wpfront-button {
    font-size: 10px !important;
  }

  #wpfront-notification-bar .wpfront-button::after {
    width: 14px;
    height: 14px;
    margin-left: 2px;
  }

  #wpfront-notification-bar .wpfront-message p {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 530px) {
  .wpfront-notification-bar a.wpfront-button {
    font-size: 8px !important;
  }

  #wpfront-notification-bar .wpfront-message p {
    padding: 5px 5px;
    font-size: 0.6rem !important;
  }
  
    #wpfront-notification-bar .wpfront-div:last-child {

      padding: 5px 40px 5px 0px;
    }
}


/* Searchbar in download pagination block */

.file-search-form {
    width: 100%;
}

.file-search-form__group {
    display: flex;
    width: 100%;
}

.file-search-form__group input {
    flex: 1;
    padding: 14px 18px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: #fff;
    color:#000;
}

.file-search-form__group button {
    padding: 0 24px;
    font-size: 16px;
    background: #EF7C33;
    border: none;
    color: black;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    transition: background 0.2s ease-in-out;

}


.file-search-form__group button:hover {
    background: #F49B5F;
}

.no-results-message {
    margin: 20px 0;
    font-size: 16px;
    color: #000;
}


.clear-search {
    display: block;        /* ensures it sits on a new line */
    color: #EF7C33;        /* brand orange */
    font-size: 15px;
    margin-bottom:20px;
    margin-top:4px;
    text-decoration: underline;
    align-self:end;
}

.clear-search:hover {
    color: #F9C299;        /* your hover color */
}
