@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/*--------------------------------------------------------------
# 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: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

html {
  scroll-behavior: smooth;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
}

/**
 * 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: #3D3D3D;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-weight: 600;
  font-size: 76px;
  line-height: 110%;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242423;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 38px;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: white;
  overflow-x: hidden;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

.custom-tabs {
  display: flex;
  position: relative;
  gap: 9px;
  margin: 32px 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .custom-tabs {
    margin: 70px 0 12px 0;
    flex-direction: column;
  }
}
.custom-tabs::before {
  content: "Wybierz";
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #242423;
  position: absolute;
  left: 0;
  top: -44px;
  width: 74px;
  height: 20px;
  z-index: 2;
}

.tab {
  border: 1px solid #FDECE8;
  background: #FFFFFF;
  border-radius: 8px;
  height: 36px;
  line-height: 36px;
  min-width: 117px;
  padding: 0 14px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #242423;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.tab.active, .tab:focus {
  background: #E94E1B;
  color: #FFFFFF;
  border: none;
  outline: none;
  z-index: 2;
}

.tab-underline {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E94E1B;
  pointer-events: none;
  z-index: 0;
}

.tab-panel {
  margin-top: 16px;
  font-size: 16px;
}
.tab-panel[hidden] {
  display: none;
}

/* Links
--------------------------------------------- */
a {
  color: black;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.container {
  width: 100%;
  max-width: 132.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 120rem;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 96rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .m-none {
    display: none;
  }
}

.d-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .d-none {
    display: block;
  }
}

/* Header
--------------------------------------------- */
.edach-header {
  width: 100%;
  background: #fff;
  padding: 32px 0;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 1024px) {
  .edach-header {
    padding: 16px 0;
  }
}
.edach-header__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  gap: 150px;
  position: relative;
}
.edach-header__left {
  display: flex;
  align-items: center;
}
.edach-header__logo {
  width: 149px;
  height: 28px;
  display: flex;
  align-items: center;
}
.edach-header__logo img,
.edach-header__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.edach-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edach-header__nav .edach-menu {
  display: flex;
  list-style: none;
  margin: 0 0 0 5.6rem;
  padding: 0;
  gap: 2.4rem;
}
.edach-header__nav .edach-menu ul {
  display: flex;
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.edach-header__nav .edach-menu li {
  display: flex;
  align-items: center;
}
.edach-header__nav .edach-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #3D3D3D;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: color 0.2s;
}
.edach-header__nav .edach-menu li.current-menu-item a, .edach-header__nav .edach-menu li.current_page_item a {
  color: #E94E1B;
  font-weight: 500;
}
.edach-header__nav .edach-menu li.menu-item-chem a {
  color: #E94E1B;
  font-weight: 500;
}
.edach-header__contacts {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .edach-header__contacts {
    display: none;
  }
}
.edach-header__contacts > * {
  display: flex;
  align-items: center;
}
.edach-header__phones {
  gap: 16px;
}
.edach-header__phones a {
  font-size: 16px;
  font-weight: 600;
  color: #2A2926;
  letter-spacing: -0.02em;
  text-decoration: none;
  margin-right: 16px;
}
.edach-header__phones a:last-child {
  margin-right: 0;
}
.edach-header__socials {
  gap: 16px;
  display: flex;
  align-items: center;
}
.edach-header__socials .edach-header__social {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: opacity 0.2s;
  opacity: 0.8;
}
.edach-header__socials .edach-header__social:hover, .edach-header__socials .edach-header__social:focus {
  opacity: 1;
}
.edach-header__socials .edach-header__social svg {
  width: 24px;
  height: 24px;
  display: block;
}

@media (max-width: 1200px) {
  .edach-header__container {
    gap: 48px;
    padding: 0 24px;
  }
  .edach-header__nav .edach-menu {
    gap: 32px;
  }
  .edach-header__contacts {
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .edach-header__container {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    gap: 24px;
  }
  .edach-header__nav {
    justify-content: flex-start;
    margin: 16px 0;
  }
  .edach-header__contacts {
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .edach-header__container {
    flex-direction: column;
    gap: 16px;
    padding: 0 8px;
  }
  .edach-header__nav .edach-menu {
    gap: 16px;
    flex-wrap: wrap;
  }
  .edach-header__phones a {
    font-size: 14px;
    margin-right: 8px;
  }
}
.edach-header__hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .edach-header__container {
    padding: 0 16px;
  }
  .edach-header__nav {
    position: relative;
  }
  .edach-header__nav .edach-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 25px;
    right: -51px;
    background: #fff;
    width: 93vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 12px 0;
    z-index: 10;
  }
  .edach-header__nav .edach-menu li {
    width: 100%;
    padding: 12px 24px;
  }
  .edach-header__nav .edach-menu li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #3D3D3D;
    text-decoration: none;
    transition: color 0.2s;
  }
  .edach-header__nav .edach-menu li a:hover, .edach-header__nav .edach-menu li a:focus {
    color: #E94E1B;
  }
  .edach-header__nav.is-active .edach-menu {
    display: flex;
  }
  .edach-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 16px;
  }
  .edach-header__hamburger span {
    width: 100%;
    height: 2px;
    background-color: #3D3D3D;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: 1px;
  }
  .edach-header__hamburger.is-active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .edach-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .edach-header__hamburger.is-active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .edach-header__nav .edach-menu {
    margin: 0;
    gap: 0;
  }
}
/* Navigation
--------------------------------------------- */
.edach-footer {
  background: #F8F7F6;
  padding: 4rem 0;
  font-family: "Red Hat Text", "Red Hat Display", sans-serif;
  color: #242423;
}
.edach-footer__top {
  margin: 0 auto;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.edach-footer__col {
  flex: 1 1 0;
  min-width: 200px;
  max-width: 350px;
}
.edach-footer__col--company {
  min-width: 270px;
}
.edach-footer__col--links {
  min-width: 180px;
}
.edach-footer__col--links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.edach-footer__col--links ul li {
  margin-bottom: 9px;
}
.edach-footer__col--links ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #242423;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}
.edach-footer__col--links ul li a:hover {
  color: #E94E1B;
}
.edach-footer__col--office .edach-footer__col-title, .edach-footer__col--hq .edach-footer__col-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.edach-footer__col--office .edach-footer__address,
.edach-footer__col--office .edach-footer__hours, .edach-footer__col--hq .edach-footer__address,
.edach-footer__col--hq .edach-footer__hours {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  line-height: 120%;
}
.edach-footer__col--office .edach-footer__phones, .edach-footer__col--hq .edach-footer__phones {
  margin-bottom: 8px;
}
.edach-footer__col--office .edach-footer__phones .edach-footer__phone, .edach-footer__col--hq .edach-footer__phones .edach-footer__phone {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #242423;
}
.edach-footer__col--office .edach-footer__email, .edach-footer__col--hq .edach-footer__email {
  font-size: 16px;
}
.edach-footer__col--office .edach-footer__email a, .edach-footer__col--hq .edach-footer__email a {
  color: #242423;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.edach-footer__logo {
  width: 100%;
}
.edach-footer__logo img {
  width: 180px;
  height: auto;
  margin-bottom: 8px;
}
.edach-footer__logo .edach-footer__since {
  font-size: 12px;
  color: #242423;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.edach-footer__company-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.edach-footer__company-data {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}
.edach-footer__badges {
  margin: 40px auto 10rem auto;
  display: flex;
  align-items: center;
  gap: 38px;
  flex-wrap: wrap;
}
.edach-footer__badges img {
  width: auto;
  object-fit: contain;
  display: block;
}
.edach-footer__badges img:last-child {
  height: 80px;
}
.edach-footer__badges .edach-footer__sponsor {
  display: flex;
  align-items: center;
  gap: 17px;
}
.edach-footer__badges .edach-footer__sponsor img {
  width: 30px;
  height: 44px;
}
.edach-footer__badges .edach-footer__sponsor span {
  font-size: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.edach-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
}
.edach-footer__bottom .edach-footer__privacy a {
  color: #242423;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.edach-footer__bottom .edach-footer__copyright {
  color: #242423;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  line-height: 120%;
}
.edach-footer__bottom .edach-footer__realizacja {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #242423;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
}
.edach-footer__bottom .edach-footer__realizacja .dopest-logo {
  height: 14px;
  width: auto;
  margin-left: 8px;
}

@media (max-width: 1100px) {
  .edach-footer__top,
  .edach-footer__badges,
  .edach-footer__bottom {
    flex-direction: column;
    gap: 24px;
    padding: 0 24px;
    align-items: flex-start;
  }
  .edach-footer__col {
    max-width: 100%;
    min-width: 0;
  }
  .edach-footer__badges {
    gap: 16px;
  }
  .edach-footer__badges img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .edach-footer {
    padding: 32px 0 0 0;
  }
  .edach-footer__top, .edach-footer__badges, .edach-footer__bottom {
    padding: 0 8px;
  }
  .edach-footer__logo img {
    width: 120px;
  }
  .edach-footer__company-name, .edach-footer__company-data, .edach-footer__address, .edach-footer__hours, .edach-footer__phone, .edach-footer__email {
    font-size: 14px;
  }
  .edach-footer__badges img {
    height: 28px;
  }
  .edach-footer__bottom {
    font-size: 12px;
  }
}
.modal-header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 16px;
  text-decoration: none;
  width: 16px;
}
.close svg {
  width: 16px;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 auto;
}

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

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

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

.news-section {
  margin: 80px 0;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  align-items: stretch;
}
.news-section .news-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 450px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .news-section .news-card {
    min-height: auto;
  }
}
.news-section .news-card__image-link {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background: #f6f6f6;
}
.news-section .news-card__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  display: block;
  background: #f6f6f6;
}
.news-section .news-card__image--placeholder {
  background: #eaeaea;
}
.news-section .news-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9.22px;
  padding: 24px 0 0 0;
  width: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  .news-section .news-card__content {
    flex: none;
  }
}
.news-section .news-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-section .news-card__title {
    font-size: 16px;
  }
}
.news-section .news-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.news-section .news-card__title a:hover {
  color: #F26522;
}
.news-section .news-card__excerpt {
  font-weight: 400;
  font-size: 18.44px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 12px;
  width: 100%;
  min-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.news-section .news-card__meta {
  display: flex;
  align-items: center;
  gap: 9.22px;
  margin-top: auto;
  width: 100%;
  padding-bottom: 0;
}
.news-section .news-card__date {
  font-weight: 400;
  font-size: 16.13px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1200px) {
  .news-section .news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
@media (max-width: 800px) {
  .news-section .news-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .news-section .news-card__image-link,
  .news-section .news-card__image {
    height: 200px;
  }
}

.news-load-more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-load-more .load-more-btn {
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.news-load-more .load-more-btn svg {
  display: block;
  transition: transform 0.3s;
}
.news-load-more .load-more-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #242423;
  pointer-events: none;
}
.news-load-more .load-more-btn:hover svg {
  transform: translateY(-3px);
}
.news-load-more .load-more-btn:active svg {
  transform: translateY(0);
}

.contact-section {
  display: flex;
  gap: 40px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .contact-section {
    flex-direction: column;
  }
}
.contact-section .contact-content {
  flex: 1 1 617px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-section .contact-content .section-heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  color: #000;
  margin: 0;
}
.contact-section .contact-content .section-description {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin: 0;
}
.contact-section .contact-content {
  /* Style Contact Form 7 */
}
.contact-section .contact-content .wpcf7 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-section .contact-content .wpcf7 label {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}
.contact-section .contact-content .wpcf7 label.checkbox-label {
  margin-top: -15px;
  display: block;
}
.contact-section .contact-content .wpcf7 .wpcf7-spinner {
  position: absolute;
}
.contact-section .contact-content .wpcf7 input[type=text],
.contact-section .contact-content .wpcf7 input[type=email],
.contact-section .contact-content .wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #EAE5E3;
  border-radius: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
  resize: vertical;
  margin-top: 8px;
}
.contact-section .contact-content .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.contact-section .contact-content .wpcf7 .wpcf7-list-item label {
  display: flex;
}
.contact-section .contact-content .wpcf7 .wpcf7-list-item label input {
  margin-right: 8px;
}
.contact-section .contact-content .wpcf7 textarea {
  min-height: 180px;
}
.contact-section .contact-content .wpcf7 .wpcf7-submit {
  background: #242423;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 15px 24px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: -25px;
  display: block;
  margin-bottom: -25px;
}
.contact-section .contact-content .wpcf7 .wpcf7-submit:hover {
  background: #1c1c1c;
}
.contact-section .contact-content .wpcf7 .wpcf7-list-item > label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}
.contact-section .contact-content .wpcf7 input.wpcf7-list-item {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  margin-right: 8px;
}
.contact-section .contact-map {
  flex: 1 1 748px;
  border-radius: 24px;
  overflow: hidden;
}
.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 24px;
}

.offices-section {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .offices-section {
    flex-direction: column;
  }
}
.offices-section-title {
  max-width: 430px;
}
@media screen and (max-width: 1024px) {
  .offices-section-title {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.offices-section-title .section-heading {
  margin-top: 0;
  margin-bottom: 24px;
}
.offices-section-title .section-description {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
.offices-section .office-blocks {
  gap: 90px;
  display: flex;
  justify-content: space-between;
  width: 685px;
}
@media screen and (max-width: 1024px) {
  .offices-section .office-blocks {
    width: 100%;
    flex-direction: column;
    gap: 50px;
  }
}
.offices-section .office-block {
  max-width: 293px;
}
@media screen and (max-width: 1024px) {
  .offices-section .office-block {
    max-width: 100%;
  }
}
.offices-section .office-block h3 {
  font-weight: 600;
  font-size: 24px;
  color: #242423;
  margin-bottom: 16px;
  margin-top: 0;
}
.offices-section .office-block address {
  font-weight: 400;
  font-size: 16px;
  color: #242423;
  line-height: 1.4;
  white-space: pre-line;
  font-style: normal;
}
.offices-section .office-block .phone {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.page-template-page-about .about-company-section {
  padding: 175px 0 100px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-about .about-company-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-about .about-company__headline {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .page-template-page-about .about-company__headline strong {
    margin-left: 8px;
  }
}
.page-template-page-about .about-company__desc {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .page-template-page-about .about-company__desc {
    text-align: center;
  }
}
.page-template-page-about .hero-image__img {
  display: block;
  width: 100%;
  height: auto;
}

.edach-section {
  position: relative;
  width: 100%;
  background: #E94E1B;
  padding: 136px;
}
@media screen and (max-width: 1024px) {
  .edach-section {
    padding: 50px 15px;
  }
}
.edach-section .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
.edach-section .edach-heading {
  width: 729px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .edach-section .edach-heading {
    width: 100%;
    font-size: 32px;
  }
}
.edach-section .edach-description {
  width: 679px;
  max-width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .edach-section .edach-description {
    width: 100%;
    font-size: 16px;
    padding-bottom: 32px;
  }
}
.edach-section .edach-video-wrapper {
  width: 1003px;
  max-width: 100%;
  margin: 0 auto 40px auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .edach-heading {
    font-size: 32px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .edach-description {
    font-size: 16px;
    width: 100%;
    padding-bottom: 20px;
  }
  .edach-video-wrapper {
    width: 100%;
    margin: 0 auto !important;
    min-height: 200px;
    height: 200px;
  }
}
.edach-chemistry-sport {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .edach-chemistry-sport {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 50px;
  }
}
.edach-chemistry-sport .container {
  margin: 0 auto;
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
.edach-chemistry-sport .chemistry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 140px;
}
@media screen and (max-width: 1024px) {
  .edach-chemistry-sport .chemistry {
    flex-direction: column-reverse !important;
  }
}
.edach-chemistry-sport .chemistry .sport-heading {
  font-weight: 600;
  font-size: 58px;
  line-height: 100%;
  color: #242423;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .edach-chemistry-sport .chemistry .sport-heading {
    font-size: 32px;
  }
}
.edach-chemistry-sport .chemistry .chemistry-text {
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #242423;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .edach-chemistry-sport .chemistry .chemistry-text {
    gap: 0;
  }
}
.edach-chemistry-sport .chemistry .chemistry-text .chemistry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #E94E1B;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
  width: 187px;
  height: 48px;
  margin-top: 30px;
}
.edach-chemistry-sport .chemistry .chemistry-image {
  width: 50%;
  height: 586px;
  border-radius: 24px;
  overflow: hidden;
}
.edach-chemistry-sport .chemistry .chemistry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.edach-chemistry-sport .sport {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 110px;
}
.edach-chemistry-sport .sport .sport-image {
  width: 50%;
  height: 608px;
  border-radius: 24px;
  overflow: hidden;
}
.edach-chemistry-sport .sport .sport-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.edach-chemistry-sport .sport .sport-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.edach-chemistry-sport .sport .sport-content .sport-heading {
  font-weight: 600;
  font-size: 58px;
  line-height: 100%;
  color: #242423;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .edach-chemistry-sport .sport .sport-content .sport-heading {
    font-size: 32px;
  }
}
.edach-chemistry-sport .sport .sport-content .sport-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #242423;
  margin-bottom: 24px;
  max-width: 422px;
}
.edach-chemistry-sport .sport .sport-content .sport-logo {
  width: 126px;
  height: 184px;
}
.edach-chemistry-sport .sport .sport-content .sport-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .edach-chemistry-sport .container {
    flex-direction: column;
    gap: 32px;
    padding: 20px 0;
  }
  .edach-chemistry-sport .chemistry,
  .edach-chemistry-sport .sport {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
  .edach-chemistry-sport .chemistry-text,
  .edach-chemistry-sport .sport-content {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px;
  }
  .edach-chemistry-sport .chemistry-image,
  .edach-chemistry-sport .sport-image {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
  }
  .edach-chemistry-sport .sport-content .sport-heading {
    font-size: 32px;
    width: 100%;
  }
  .edach-chemistry-sport .sport-content .sport-text {
    font-size: 16px;
    width: 100%;
  }
}
.references-section {
  width: 100%;
  background: #fff;
  padding: 0px 0 80px;
}
@media screen and (max-width: 1024px) {
  .references-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.references-section .references-title {
  text-align: center;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  color: #242423;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .references-section .references-title {
    font-size: 32px;
    margin: 100px 0 50px;
  }
}
.references-section .references-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 32px;
  justify-items: stretch;
}
.references-section .reference-card {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #E94E1B;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  min-height: 200px;
  justify-content: space-between;
}
.references-section .reference-card .reference-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #242423;
}
.references-section .reference-card .reference-link {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  width: 100%;
  min-width: 200px;
  background: #fff;
  border: 1px solid #242423;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #242423;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.references-section .reference-card .reference-link .reference-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin: 0;
}
.references-section .reference-card .reference-link:hover {
  background: #E94E1B;
  color: #fff;
  border-color: #E94E1B;
}
.references-section .reference-card .reference-link:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 1024px) {
  .references-section .references-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .references-section .references-title {
    font-size: 32px;
  }
  .reference-card .reference-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .references-section .references-grid {
    grid-template-columns: 1fr;
  }
  .references-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .reference-card {
    min-height: 140px;
    padding: 16px;
  }
}
.finanse-section {
  width: 100%;
  padding: 100px 0 0 0;
  background: #fff;
  margin-bottom: 250px;
}
.finanse-section .container.finanse-section__flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
  padding: 0;
}
.finanse-section .finanse-section__logo {
  min-width: 200px;
  width: 200px;
  height: 64px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.finanse-section .finanse-section__logo img {
  width: 200px;
  height: 64px;
  object-fit: contain;
  display: block;
}
.finanse-section .finanse-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 806px;
  width: 100%;
}
.finanse-section .finanse-section__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242423;
  margin-bottom: 24px;
  max-width: 806px;
  margin-top: 0;
}
.finanse-section .finanse-section__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #242423;
  max-width: 597px;
}

@media screen and (max-width: 1024px) {
  .finanse-section {
    padding: 40px 0 0 0;
    margin: 0;
  }
  .finanse-section .container.finanse-section__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .finanse-section .finanse-section__logo {
    width: 140px;
    height: 38px;
  }
  .finanse-section .finanse-section__logo img {
    width: 140px;
    height: 38px;
  }
  .finanse-section .finanse-section__title {
    font-size: 32px;
    max-width: 100%;
  }
  .finanse-section .finanse-section__content {
    padding: 0 15px;
  }
  .finanse-section .finanse-section__desc {
    font-size: 16px;
    max-width: 100%;
  }
}
.page-template-page-financing h1 {
  max-width: 1000px;
}
.page-template-page-financing .hero-image__img {
  display: block;
  width: 100%;
  height: auto;
}

.mfinanse-features {
  width: 100%;
  background: #fff;
  padding: 90px 0 30px 0;
}
.mfinanse-features .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.mfinanse-features__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242423;
  margin-bottom: 32px;
  max-width: 700px;
}
.mfinanse-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}

.feature-card {
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 192px;
  padding: 0;
  width: 100%;
}
.feature-card__icon {
  width: 84px;
  height: 84px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), #E94E1B;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.feature-card__icon .feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.feature-card__title {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 28px;
}
.feature-card__desc {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 140%;
}

.mfinanse-consult {
  width: 100%;
  background: #F8F7F6;
  border-radius: 24px;
  margin-top: 100px;
  padding: 0;
  margin-bottom: 140px;
}
.mfinanse-consult__wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
}
.mfinanse-consult__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  padding-left: 80px;
}
.mfinanse-consult__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242423;
  max-width: 712px;
  margin-bottom: 36px;
  margin-top: 0;
}
.mfinanse-consult__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  background: #E94E1B;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.mfinanse-consult__btn:hover {
  background: #cf380c;
  color: white;
}
.mfinanse-consult__image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mfinanse-consult__image img {
  width: 100%;
  max-width: 619px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .mfinanse-consult {
    margin: 0 15px 100px 15px;
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .mfinanse-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .mfinanse-features__title,
  .mfinanse-consult__title {
    font-size: 32px;
  }
  .feature-card__icon {
    width: 60px;
    height: 60px;
  }
  .mfinanse-consult__wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 20px 0;
    padding-bottom: 0;
  }
  .mfinanse-consult__image img {
    max-width: 320px;
    height: auto;
  }
  .mfinanse-consult__content {
    padding-left: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mfinanse-features__grid {
    grid-template-columns: 1fr;
  }
  .mfinanse-consult__title {
    font-size: 22px;
    font-size: 22px;
    margin: 0;
  }
  .mfinanse-consult__wrapper {
    gap: 16px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

#popup-info {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 20px 0 20px;
  max-width: 354px;
  font-size: 13px;
  color: #222;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  #popup-info {
    max-width: 100%;
    width: 100%;
  }
}

#popup-info .popup-content {
  position: relative;
}

#close-popup {
  background: none;
  border: none;
  font-size: 22px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

#close-popup:hover {
  color: #333;
}

.lightbox-img {
  cursor: pointer;
}

#lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: zoom-out;
}

#lightbox-overlay img {
  max-width: 85vw;
  max-height: 85vh;
  box-shadow: 0 2px 18px #111;
  border-radius: 4px;
}

#lightbox-overlay {
  display: none;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.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;
}

/* Front page
--------------------------------------------- */
.slider-section {
  position: relative;
  width: 100%;
  height: 751px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-section .swiper-button-next,
.slider-section .swiper-button-prev {
  width: 40px;
}
.slider-section .swiper-button-prev:after,
.slider-section .swiper-rtl .swiper-button-next:after,
.slider-section .swiper-button-next:after,
.slider-section .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.slider-section .slider-swiper {
  width: 100%;
  height: 100%;
}
.slider-section .swiper-wrapper {
  height: 100%;
}
.slider-section .arrows {
  position: relative;
  bottom: 50%;
}
.slider-section .swiper-slide {
  position: relative;
  width: 100%;
  height: 751px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}
.slider-section .swiper-slide .container {
  padding-bottom: 4.5rem;
}
.slider-section .swiper-slide .slider-section__caption {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  z-index: 2;
  width: 687px;
  max-width: 80vw;
  text-shadow: 0 4px 32px rgba(36, 36, 35, 0.25);
  margin: 4rem 0;
}
.slider-section .swiper-slide .slider-section__btn {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #242423;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(36, 36, 35, 0.07);
  width: fit-content;
}
.slider-section .swiper-slide .slider-section__btn:hover {
  background: #E94E1B;
  color: #fff;
  border-color: #E94E1B;
}
.slider-section .swiper-pagination {
  position: absolute;
  left: 128px;
  bottom: 24px;
  z-index: 10;
  --swiper-pagination-color: #E94E1B;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
.slider-section .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
  transition: transform 0.3s;
}
.slider-section .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.2);
}
.slider-section .custom-swiper-nav {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 69px;
  height: 32px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.2s;
}
.slider-section .custom-swiper-nav svg {
  width: 32px;
  height: 32px;
  display: block;
}
.slider-section .custom-swiper-nav:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slider-section .swiper-button-prev.custom-swiper-nav {
  left: 32px;
}
.slider-section .swiper-button-next.custom-swiper-nav {
  right: 32px;
}
.slider-section .swiper-horizontal > .swiper-pagination-progressbar,
.slider-section .swiper-pagination-progressbar.swiper-pagination-horizontal,
.slider-section .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.slider-section .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0;
}

@media (max-width: 1200px) {
  .slider-section {
    max-width: 100vw;
    height: 400px;
  }
  .slider-section .swiper-slide {
    height: 400px;
  }
  .slider-section .swiper-slide .slider-section__caption {
    font-size: 48px;
    left: 32px;
    bottom: 64px;
    width: 90vw;
  }
  .slider-section .swiper-slide .slider-section__btn {
    left: 32px;
    bottom: 24px;
    font-size: 14px;
    padding: 12px 24px;
  }
  .slider-section .swiper-button-prev.custom-swiper-nav,
  .slider-section .swiper-button-next.custom-swiper-nav {
    width: 40px;
    height: 32px;
  }
  .slider-section .swiper-button-prev.custom-swiper-nav svg,
  .slider-section .swiper-button-next.custom-swiper-nav svg {
    width: 24px;
    height: 24px;
  }
  .slider-section .swiper-pagination {
    left: 32px;
    bottom: 12px;
  }
}
@media (max-width: 700px) {
  .slider-section {
    height: 220px;
  }
  .slider-section .swiper-slide {
    height: 220px;
  }
  .slider-section .swiper-slide .slider-section__caption {
    font-size: 22px;
    left: 16px;
    bottom: 48px;
    width: 90vw;
    text-align: center;
  }
  .slider-section .swiper-slide .slider-section__btn {
    left: 16px;
    bottom: 12px;
    font-size: 12px;
    padding: 8px 16px;
  }
  .slider-section .swiper-button-prev.custom-swiper-nav,
  .slider-section .swiper-button-next.custom-swiper-nav {
    width: 32px;
    height: 24px;
  }
  .slider-section .swiper-button-prev.custom-swiper-nav svg,
  .slider-section .swiper-button-next.custom-swiper-nav svg {
    width: 18px;
    height: 18px;
  }
  .slider-section .swiper-pagination {
    left: 16px;
    bottom: 5px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
  }
}
.about-company-section {
  padding: 175px 0 417px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-company-section {
    padding: 50px 0 100px;
  }
}
.about-company-section__container {
  position: relative;
}
.about-company-section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(assets/about-company-bg.svg) no-repeat right center;
  transform: none;
  z-index: 0;
}
.about-company-section .about-company__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  z-index: 1;
}
@media (max-width: 900px) {
  .about-company-section .about-company__grid {
    flex-direction: column;
    gap: 32px;
  }
}
.about-company-section .about-company__headline {
  flex: 1 1 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #242423;
}
.about-company-section .about-company__headline strong {
  color: #FF5C1B;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .about-company-section .about-company__headline {
    font-size: 38px;
  }
}
.about-company-section .about-company__side {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  min-width: 350px;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .about-company-section .about-company__side {
    min-width: 100%;
    max-width: 100%;
  }
}
.about-company-section .about-company__desc {
  font-size: 20px;
  line-height: 1.4;
  color: #242423;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .about-company-section .about-company__desc {
    font-size: 16px;
  }
}
.about-company-section .about-company__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 1px solid #242423;
  border-radius: 12px;
  background: transparent;
  font-family: "TT Hoves", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #242423;
  text-decoration: none;
  transition: background 0.2s;
}
.about-company-section .about-company__btn span {
  text-align: center;
}
.about-company-section .about-company__btn:hover {
  background: #242423;
  color: #fff;
}

.investments-section {
  padding: 0 0 80px 0;
}
.investments-section__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #242423;
  margin-bottom: 64px;
  max-width: 461px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .investments-section__title {
    font-size: 38px;
    margin-bottom: 38px;
  }
}
.investments-section__cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .investments-section__cards {
    flex-direction: column;
  }
}

.investment-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: calc(60% - 2.4rem);
  height: 571px;
}
@media screen and (max-width: 1024px) {
  .investment-card {
    width: 100%;
  }
}
.investment-card:last-child {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .investment-card:last-child {
    width: 100%;
  }
}
.investment-card__image {
  height: 100%;
}
.investment-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.investment-card__info {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 319px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 16px rgba(36, 36, 35, 0.04);
}
@media screen and (max-width: 1024px) {
  .investment-card__info {
    width: calc(100% - 48px);
  }
}
.investment-card__info-inner {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.investment-card__address {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #242423;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .investment-card__address {
    font-size: 32px;
  }
}
.investment-card__desc {
  font-size: 18px;
  line-height: 1.4;
  color: #242423;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .investment-card__desc {
    font-size: 16px;
  }
}

.construction-section {
  padding: 0 0 80px 0;
}
.construction-section__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #242423;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .construction-section__title {
    font-size: 38px;
  }
}
.construction-section__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
}
.construction-section__card {
  background: #FEF8F6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.construction-section__card--large {
  width: 740px;
  height: 532px;
  flex: none;
  justify-content: flex-start;
}
.construction-section__card--smalllarge {
  width: 524px;
}
.construction-section__card--smalllarge .construction-section__card-content {
  max-width: 100%;
}
.construction-section__card--small {
  width: 413px;
  min-height: 256px;
  flex: none;
  justify-content: flex-start;
}
.construction-section__card-content {
  z-index: 2;
  position: relative;
  max-width: 90%;
}
.construction-section__card-title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: #242423;
  margin-bottom: 22px;
}
.construction-section__card-title.construction-section__card-title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 0;
}
.construction-section__card--small .construction-section__card-title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.construction-section__card-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #242423;
  letter-spacing: -0.01em;
  margin: 0;
}
.construction-section__img {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.construction-section__img--helmet {
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 380px;
}
.construction-section__img--excavator {
  right: 0;
  bottom: 0;
  width: 94%;
  height: auto;
  max-height: 358px;
}
@media (max-width: 1400px) {
  .construction-section__card--large {
    width: 100%;
    min-width: 0;
  }
  .construction-section__card--small {
    width: 100%;
    min-width: 0;
  }
  .construction-section__grid {
    flex-direction: column;
    gap: 24px;
  }
}

.everyday-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.everyday-section .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.everyday-section__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #242423;
  margin: 0 0 32px 0;
  max-width: 1254px;
  /* leading-trim and text-edge są draftami, więc pomijamy */
}
@media (max-width: 1400px) {
  .everyday-section__title {
    font-size: 64px;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .everyday-section__title {
    font-size: 38px;
  }
}
.everyday-section__image-wrapper {
  width: 100%;
  max-width: 1520px;
  border-radius: 16px;
  overflow: hidden;
}
.everyday-section__image {
  display: block;
  width: 100%;
  max-width: 1520px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .everyday-section__image {
    max-width: 100%;
    max-height: 500px;
  }
}
@media (max-width: 800px) {
  .everyday-section__image {
    max-height: 260px;
  }
}

.investment-summary-section {
  margin: 120px 0;
}
.investment-summary-section .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 108px;
}
.investment-summary-section__label {
  flex: 0 0 341px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .investment-summary-section__label {
    font-size: 16px;
  }
}
.investment-summary-section__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  gap: 40px;
}
.investment-summary-section__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #242423;
  max-width: 874px;
  text-align: left;
  margin: 0;
}
.investment-summary-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 1px solid #242423;
  border-radius: 12px;
  background: transparent;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #242423;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  min-width: 279px;
  min-height: 48px;
  margin: 0;
}
.investment-summary-section__btn span {
  display: block;
  width: 215px;
  text-align: center;
}
.investment-summary-section__btn:hover {
  background: #242423;
  color: #fff;
}
@media (max-width: 1100px) {
  .investment-summary-section .container {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .investment-summary-section__label {
    margin-bottom: 0;
  }
  .investment-summary-section__content {
    align-items: flex-start;
  }
  .investment-summary-section__title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .investment-summary-section__label {
    font-size: 16px;
    flex: none;
  }
  .investment-summary-section__title {
    font-size: 22px;
  }
  .investment-summary-section__btn {
    font-size: 14px;
    min-width: 180px;
    padding: 12px 16px;
  }
  .investment-summary-section__btn span {
    width: auto;
  }
}

.single-image-section {
  margin: 200px 0 130px;
}
.single-image-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-image-section__img {
  display: block;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(36, 36, 35, 0.04);
  background: #fff;
  /* Jeśli chcesz ograniczyć wysokość na desktopie: */
  max-height: 600px;
  object-fit: contain;
}

/* realized-investments
--------------------------------------------- */
.realized-investments {
  margin: 80px 0;
}
.realized-investments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  width: 100%;
  margin: 0 auto;
}
.realized-investments__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.realized-investments__image-wrapper {
  width: 100%;
  aspect-ratio: 491/326;
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.realized-investments__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.realized-investments__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0;
  min-height: 36px;
  gap: 16px;
}
.realized-investments__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #242423;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
}
.realized-investments__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: none;
}
.realized-investments__arrow {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  display: inline-block;
}
@media (max-width: 1200px) {
  .realized-investments__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 800px) {
  .realized-investments__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .realized-investments__image-wrapper {
    aspect-ratio: 16/9;
  }
}

/* job-offers
--------------------------------------------- */
.job-offers {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .job-offers {
    margin-top: 20px;
    flex-direction: column;
    gap: 0;
  }
}

.jobs-header {
  margin-bottom: 48px;
}
.jobs-header .jobs-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #242423;
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .jobs-header .jobs-title {
    font-size: 38px;
  }
}
.jobs-header .jobs-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #242423;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .jobs-header .jobs-desc {
    font-size: 16px;
  }
}
.jobs-header .jobs-desc p {
  margin: 0;
}
.jobs-header .jobs-desc p strong {
  color: #E94E1B;
  font-weight: 500;
}
.jobs-header .jobs-desc .jobs-cta-link {
  color: #E94E1B;
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .jobs-header .jobs-desc .jobs-cta-link {
    font-size: 16px;
  }
}

.jobs-list {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .jobs-list {
    padding-top: 0;
  }
}
.jobs-list .container {
  max-width: 980px;
  margin: 0 auto;
}

.job-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), #EAE5E3;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
  min-height: 72px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .job-offer {
    flex-direction: column;
    justify-content: center;
  }
}
.job-offer__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .job-offer__info {
    display: block;
  }
}
.job-offer__position {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  min-width: 180px;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
}
.job-offer__city, .job-offer__mode {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.01em;
  min-width: 90px;
  white-space: nowrap;
}
.job-offer__mode {
  min-width: 124px;
}
.job-offer__cta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .job-offer__cta {
    width: 100%;
  }
}
.job-offer__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #242423;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
@media screen and (max-width: 1024px) {
  .job-offer__btn {
    width: 100%;
    justify-content: center;
  }
}
.job-offer__btn span {
  color: #fff;
}
.job-offer__btn:hover {
  background: #E94E1B;
}
.job-offer__btn svg {
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
}

/* single-job-offers
--------------------------------------------- */
.single-job-offer {
  padding-bottom: 192px;
  color: #242423;
}
.single-job-offer .job-offer-header {
  margin-top: 80px;
  margin-bottom: 40px;
}
.single-job-offer .job-offer-header .job-offer-title {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #242423;
}
@media screen and (max-width: 1024px) {
  .single-job-offer .job-offer-header .job-offer-title {
    font-size: 38px;
  }
}
.single-job-offer .job-offer-header .job-offer-intro {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 32px;
  max-width: 451px;
  color: #242423;
}
@media screen and (max-width: 1024px) {
  .single-job-offer .job-offer-header .job-offer-intro {
    font-size: 16px;
  }
}
.single-job-offer .job-offer-header .job-offer-intro strong {
  color: #E94E1B;
  font-weight: 500;
}
.single-job-offer .job-offer-banner {
  margin-top: 80px;
  width: 100%;
  min-height: 360px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .single-job-offer .job-offer-banner {
    height: auto;
    margin-top: 50px;
    min-height: 0;
  }
}
.single-job-offer .job-offer-banner .job-offer-banner-overlay {
  width: 100%;
  background: rgba(36, 36, 35, 0.4);
  border-radius: 16px;
  padding: 64px 48px;
}
.single-job-offer .job-offer-banner .job-offer-banner-overlay .job-offer-banner-content {
  color: #fff;
}
.single-job-offer .job-offer-banner .job-offer-banner-overlay .job-offer-banner-content h2 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.job-offer-description-row {
  display: flex;
  gap: 0;
  align-items: flex-start;
  margin: 159px 0 230px 0;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row {
    flex-direction: column;
    margin: 0;
  }
}
.job-offer-description-row .job-offer-description-col-title {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row .job-offer-description-col-title {
    width: 100%;
  }
}
.job-offer-description-row .job-offer-description-col-title .job-offer-section-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #242423;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row .job-offer-description-col-title .job-offer-section-title {
    font-size: 32px;
  }
}
.job-offer-description-row .job-offer-description-col-content {
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row .job-offer-description-col-content {
    width: 100%;
  }
}
.job-offer-description-row .job-offer-description-col-content p {
  margin-top: 0;
}
.job-offer-description-row .job-offer-description-col-content .job-offer-description-intro {
  font-size: 20px;
  line-height: 1.4;
  color: #242423;
  margin-bottom: 56px;
  max-width: 747px;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row .job-offer-description-col-content .job-offer-description-intro {
    font-size: 16px;
  }
}
.job-offer-description-row .job-offer-description-col-content .job-offer-points--2col {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}
.job-offer-description-row .job-offer-description-col-content .job-offer-points--2col .job-offer-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 296px;
  min-width: 0;
}
.job-offer-description-row .job-offer-description-col-content .job-offer-points--2col .job-offer-column .job-offer-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 104px;
}
.job-offer-description-row .job-offer-description-col-content .job-offer-points--2col .job-offer-column .job-offer-point .job-offer-icon {
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.job-offer-description-row .job-offer-description-col-content .job-offer-points--2col .job-offer-column .job-offer-point .job-offer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.job-offer-description-row .job-offer-description-col-content .job-offer-points--2col .job-offer-column .job-offer-point .job-offer-point-desc {
  font-size: 20px;
  line-height: 1.4;
  color: #242423;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row .job-offer-description-col-content .job-offer-points--2col .job-offer-column .job-offer-point .job-offer-point-desc {
    font-size: 16px;
  }
}
.job-offer-description-row .job-offer-description-col-content .job-offer-apply-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 88px;
  padding: 8px 24px;
  background: #242423;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: background 0.2s;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .job-offer-description-row .job-offer-description-col-content .job-offer-apply-btn {
    margin-top: 0;
  }
}
.job-offer-description-row .job-offer-description-col-content .job-offer-apply-btn:hover {
  background: #E94E1B;
}

/* single-investment
--------------------------------------------- */
.single-investment .investment-hero {
  width: 100%;
  position: relative;
}
.single-investment .investment-hero__top {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 2;
  position: relative;
}
.single-investment .investment-hero .investment-slogan {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #242423;
  font-family: "Red Hat Display", sans-serif;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .single-investment .investment-hero .investment-slogan {
    font-size: 38px;
  }
}
.single-investment .investment-hero .investment-btn {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 24px;
  background: #E94E1B;
  border-radius: 12px;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s;
}
.single-investment .investment-hero .investment-btn .investment-btn__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}
.single-investment .investment-hero .investment-btn .investment-btn__text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .single-investment .investment-hero .investment-btn .investment-btn__text {
    font-size: 16px;
  }
}
.single-investment .investment-hero .investment-btn:hover {
  background: #d13e0c;
}
.single-investment .investment-hero__image-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: -78px;
}
.single-investment .investment-hero__image-wrapper .investment-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}
.single-investment .investment-hero__image-wrapper .investment-hero__address-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.single-investment .investment-hero__image-wrapper .investment-hero__address-overlay .investment-hero__address {
  font-size: calc(24px + 13vw);
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  width: 100%;
}

.investment-floors {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .investment-floors {
    padding: 0 1.5rem;
  }
}
.investment-floors .imp-scale .imp-image {
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .investment-floors .imp-scale .imp-image {
    border-radius: 20px;
  }
}

.imp-object.available polygon {
  fill: rgba(139, 238, 97, 0.4);
  background: rgba(139, 238, 97, 0.4);
}
.imp-object.available polygon:hover {
  fill: rgba(139, 238, 97, 0.8);
  background: rgba(139, 238, 97, 0.8);
}
.imp-object.sold polygon {
  fill: rgba(234, 67, 67, 0.6);
  background: rgba(234, 67, 67, 0.6);
}
.imp-object.sold polygon:hover {
  fill: rgba(234, 67, 67, 0.8);
  background: rgba(234, 67, 67, 0.8);
}
.imp-object.reserved polygon {
  fill: rgba(239, 175, 1, 0.6);
  background: rgba(239, 175, 1, 0.6);
}
.imp-object.reserved polygon:hover {
  fill: rgba(239, 175, 1, 0.8);
  background: rgba(239, 175, 1, 0.8);
}

.investment-apartments {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .investment-apartments {
    width: 100%;
  }
}
.investment-apartments .apartments-filter {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: space-between;
}
.investment-apartments .apartments-filter__filters {
  display: flex;
  gap: 24px;
}
.investment-apartments .apartments-filter__area {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-filter__area {
    display: none;
  }
}
.investment-apartments .apartments-filter select,
.investment-apartments .apartments-filter button,
.investment-apartments .apartments-filter .apartments-filter__reset {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid #EAE5E3;
  padding: 8px 16px;
  background: #fff;
  color: #242423;
  outline: none;
  transition: border 0.2s;
  width: 195px;
}
.investment-apartments .apartments-filter select:focus,
.investment-apartments .apartments-filter button:focus,
.investment-apartments .apartments-filter .apartments-filter__reset:focus {
  border-color: #E94E1B;
}
.investment-apartments .apartments-filter .apartments-filter__reset {
  width: 159px;
}
.investment-apartments .apartments-filter button {
  background: #E94E1B;
  color: #fff;
  border: 1px solid #E94E1B;
  font-weight: 500;
  cursor: pointer;
}
.investment-apartments .apartments-filter .apartments-filter__reset {
  border: 1px solid #242423;
  background: #fff;
  color: #242423;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  margin-left: 8px;
  border-radius: 12px;
  transition: border 0.2s, color 0.2s;
}
.investment-apartments .apartments-filter .apartments-filter__reset:hover {
  color: #E94E1B;
  border-color: #E94E1B;
}
.investment-apartments .apartments-filter .area-range-slider {
  margin-top: 13px;
  min-width: 155px;
  margin-right: 15px;
}
.investment-apartments .apartments-filter .noUi-connect {
  background: #E94E1B;
}
.investment-apartments .apartments-filter .noUi-target {
  height: 6px;
  background: #FAFAFA;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.investment-apartments .apartments-filter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -17px;
  top: -7px;
  border-radius: 99px;
  box-shadow: none;
  border: 1px solid #E94E1B;
}
.investment-apartments .apartments-filter .noUi-horizontal .noUi-handle:before, .investment-apartments .apartments-filter .noUi-horizontal .noUi-handle:after {
  display: none;
}
.investment-apartments .apartments-table {
  width: 100%;
  margin: 0 auto 200px;
}
.investment-apartments .apartments-table .apartment-info-box {
  margin-bottom: 15px;
}
.investment-apartments .apartments-table .apartment-info-box.d-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-table .apartment-info-box.d-none {
    display: block;
  }
}
.investment-apartments .apartments-table .apartments-table__header,
.investment-apartments .apartments-table .apartments-table__row {
  display: grid;
  grid-template-columns: 60px 100px 63px 88px 180px 150px 125px 125px 245px;
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), #EAE5E3;
  border-radius: 16px;
  padding: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  column-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-table .apartments-table__header,
  .investment-apartments .apartments-table .apartments-table__row {
    grid-template-columns: 20% 20% 19% 25%;
  }
}
.investment-apartments .apartments-table .apartments-table__header {
  font-weight: 600;
  background: #fff;
  color: #000;
}
.investment-apartments .apartments-table .apartments-table__row {
  font-weight: 400;
}
.investment-apartments .apartments-table .apartments-table__row .download {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-table .apartments-table__row .download {
    font-size: 12px;
    padding: 4px;
  }
}
.investment-apartments .apartments-table .apartments-table__row .download a {
  height: 36px;
}
.investment-apartments .apartments-table .apartments-table__row .download img {
  width: 110px;
  height: 36px;
}
.investment-apartments .apartments-table .apartments-table__row--empty {
  background: none;
  color: #aaa;
  font-style: italic;
  justify-content: center;
  grid-column: 1/-1;
  text-align: center;
  display: block;
}
.investment-apartments .apartments-table .apartment-status--available {
  background: #2ecc40;
  color: #fff;
  border-radius: 24px;
  padding: 2px 8px;
}
.investment-apartments .apartments-table .apartment-status--reserved {
  background: #ffb700;
  color: #fff;
  border-radius: 24px;
  padding: 2px 8px;
}
.investment-apartments .apartments-table .apartment-status--sold {
  background: #242423;
  color: #fff;
  border-radius: 24px;
  padding: 2px 8px;
}
.investment-apartments .apartments-table .apartment-card-btn,
.investment-apartments .apartments-table .apartment-details-btn {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  transition: background 0.2s, color 0.2s;
}
.investment-apartments .apartments-table .apartment-card-btn:hover,
.investment-apartments .apartments-table .apartment-details-btn:hover {
  background: #E94E1B;
  color: #fff;
  border-color: #E94E1B;
}
.investment-apartments .apartments-filter__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .investment-apartments {
    width: 100%;
    margin-top: 32px;
  }
  .investment-apartments .apartments-filter__toggle {
    display: block;
    background: #E94E1B;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 12px 16px;
    width: 100%;
  }
  .investment-apartments .apartments-filter__filters {
    display: none;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 8px 0;
  }
  .investment-apartments .apartments-filter--open {
    flex-direction: column;
  }
  .investment-apartments .apartments-filter--open .apartments-filter__filters {
    display: flex;
  }
  .investment-apartments .apartments-table__header {
    display: none;
  }
  .investment-apartments .apartments-table__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 12px;
    padding: 14px;
    font-size: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  }
  .investment-apartments .apartments-table__row span:nth-child(4),
  .investment-apartments .apartments-table__row span:nth-child(5),
  .investment-apartments .apartments-table__row span.download {
    display: none;
  }
  .investment-apartments .apartments-table__row span,
  .investment-apartments .apartments-table__row .apartment-status {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .investment-apartments .apartments-table__row .apartment-status {
    font-size: 0;
    width: 10px;
    height: 16px;
    display: block;
    border-radius: 99%;
  }
}
@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-table__row .apartment-details-btn {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    transition: background 0.2s, color 0.2s;
  }
  .investment-apartments .apartments-table__row .apartment-details-btn:hover {
    background: #E94E1B;
    color: #fff;
    border-color: #E94E1B;
  }
  .investment-apartments .apartments-table__row--empty {
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #888;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }
}

.icon-text-section {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0px 0 80px 0;
}
.icon-text-section__container {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}
.icon-text-section__header {
  position: relative;
  width: 806px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .icon-text-section__header {
    width: 100%;
  }
}
.icon-text-section__header .icon-text-section__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #242423;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .icon-text-section__header .icon-text-section__title {
    font-size: 38px;
  }
}
.icon-text-section__header .icon-text-section__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #242423;
  margin-bottom: 32px;
  width: 747px;
}
@media screen and (max-width: 1024px) {
  .icon-text-section__header .icon-text-section__desc {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .icon-text-section__header .icon-text-section__desc {
    font-size: 16px;
  }
}
.icon-text-section__header .icon-text-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #E94E1B;
  border-radius: 12px;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  margin-top: 24px;
  transition: background 0.2s;
}
.icon-text-section__header .icon-text-section__cta:hover {
  background: #c53b10;
}
.icon-text-section__grid {
  display: flex;
  gap: 64px;
  justify-content: flex-start;
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .icon-text-section__grid {
    flex-wrap: wrap;
  }
}

.icon-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 362px;
  min-height: 212px;
  background: #fff;
  position: relative;
}
.icon-text-box__icon {
  width: 104px;
  height: 104px;
  margin-bottom: 12px;
}
.icon-text-box__icon img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  display: block;
}
.icon-text-box__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.icon-text-box__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.icon-text-box__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.investment-fullwidth-image img {
  width: 100%;
}

.investment-section .investment-heading {
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  color: #242423;
  margin: 8rem 0 6.4rem;
  max-width: 120rem;
}
@media screen and (max-width: 1024px) {
  .investment-section .investment-heading {
    font-size: 28px;
  }
}
.investment-section .investment-details {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #242423;
  margin-bottom: 32px;
  margin-bottom: 70px;
  max-width: 521px;
}
@media screen and (max-width: 1024px) {
  .investment-section .investment-details {
    font-size: 16px;
  }
}
.investment-section .investment-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  gap: 16px;
  background: #E94E1B;
  border-radius: 12px;
  text-decoration: none;
  width: fit-content;
}
.investment-section .investment-cta span {
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.investment-car-row {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  margin: 96px 0 73px 0;
}
.investment-car-row .investment-car-img {
  flex: 0 0 882px;
  max-width: 48%;
}
@media screen and (max-width: 1024px) {
  .investment-car-row .investment-car-img {
    flex: 0;
  }
}
.investment-car-row .investment-car-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-left: -72px;
}
@media screen and (max-width: 1024px) {
  .investment-car-row .investment-car-img img {
    margin-left: 0;
  }
}
.investment-car-row .investment-car-text {
  flex: 1 1 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #242423;
  max-width: 429px;
}
@media screen and (max-width: 1024px) {
  .investment-car-row .investment-car-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .investment-car-row {
    flex-direction: column;
    gap: 24px;
  }
  .investment-car-row .investment-car-img,
  .investment-car-row .investment-car-text {
    max-width: 100%;
  }
}
.investment-center-section {
  background: #F8F7F6;
  padding: 100px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .investment-center-section {
    margin-bottom: 50px;
  }
}
.investment-center-section .container {
  margin: 0 auto;
}
.investment-center-section .investment-center-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 144px;
}
.investment-center-section .investment-center-row .investment-center-box {
  background: #242423;
  border-radius: 16px;
  color: #fff;
  padding: 48px 40px;
  width: 619px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.investment-center-section .investment-center-row .investment-center-box h3 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px;
  margin-top: 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .investment-center-section .investment-center-row .investment-center-box h3 {
    font-size: 26px;
  }
}
.investment-center-section .investment-center-row .investment-center-box .investment-center-box-text {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .investment-center-section .investment-center-row .investment-center-box .investment-center-box-text {
    font-size: 16px;
  }
}
.investment-center-section .investment-center-row .investment-center-box .investment-center-btn {
  display: flex;
  align-items: center;
  background: #E94E1B;
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s;
}
.investment-center-section .investment-center-row .investment-center-box .investment-center-btn:hover {
  background: #c13b10;
}
.investment-center-section .investment-center-row .investment-center-image {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investment-center-section .investment-center-row .investment-center-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  max-width: 877px;
  max-height: 730px;
}
.investment-center-section .investment-center-content {
  margin-top: 80px;
}
.investment-center-section .investment-center-content .investment-center-heading {
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242423;
  margin-bottom: 48px;
  max-width: 983px;
}
@media screen and (max-width: 1024px) {
  .investment-center-section .investment-center-content .investment-center-heading {
    font-size: 38px;
  }
}
.investment-center-section .investment-center-content .investment-center-attributes {
  display: flex;
  gap: 48px;
}
.investment-center-section .investment-center-content .investment-center-attributes .investment-center-attr {
  font-size: 20px;
  line-height: 150%;
  color: #242423;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .investment-center-section .investment-center-content .investment-center-attributes .investment-center-attr {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .investment-center-section .investment-center-row {
    flex-direction: column;
  }
  .investment-center-section .investment-center-row .investment-center-box,
  .investment-center-section .investment-center-row .investment-center-image {
    width: 100%;
    max-width: 100%;
  }
  .investment-center-section .investment-center-content .investment-center-attributes {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-filter .apartments-filter__reset {
    display: none;
  }
}

.implemented_by {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 100px;
}

/* single-floor
--------------------------------------------- */
.apartment-filter {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.apartment-filter select {
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid #EAE5E3;
  padding: 8px 16px;
  background: #fff;
  color: #242423;
  outline: none;
  transition: border 0.2s;
}
.apartment-filter select:focus {
  border-color: #E94E1B;
}
.apartment-filter .apartment-filter__reset {
  border: 1px solid #242423;
  background: #fff;
  color: #242423;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 12px;
  transition: border 0.2s, color 0.2s;
}
.apartment-filter .apartment-filter__reset:hover {
  color: #E94E1B;
  border-color: #E94E1B;
}

.floor-apartments {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.floor-apartments .floor-apartment {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(36, 36, 35, 0.04);
  padding: 24px;
  min-width: 260px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.floor-apartments .floor-apartment a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.floor-apartments .floor-apartment img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}
.floor-apartments .floor-apartment span {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.apartments-table__header,
.apartments-table__row {
  display: grid;
  grid-template-columns: 90px 110px 90px 110px 160px 120px 120px 180px;
  align-items: center;
  column-gap: 16px;
  /* ...pozostałe style jak w inwestycji... */
}

@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-table .apartments-table__header.m-none,
  .investment-apartments .apartments-table .apartments-table__row.m-none {
    display: none;
  }
}

.floor-info-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 321px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.floor-info-box .floor-select {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #F3EFEE;
  border-radius: 8px;
  padding: 8px 16px;
}
.floor-info-box .floor-select select {
  border: none;
  background: transparent;
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  color: #242423;
  font-weight: 400;
  outline: none;
  width: 100%;
  appearance: none;
  padding-right: 32px;
}
@media screen and (max-width: 1024px) {
  .floor-info-box .floor-select select {
    font-size: 16px;
  }
}
.floor-info-box .floor-select__icon {
  margin-left: -32px;
  pointer-events: none;
}
.floor-info-box .floor-status-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 8px;
  margin-bottom: 65px;
}
.floor-info-box .floor-status-list .floor-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #242423;
}
.floor-info-box .floor-status-list .floor-status .floor-status__dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

.apartment-info-box {
  width: 350px;
  background: linear-gradient(0deg, #F8F7F6, #F8F7F6), #EBE4E1;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .apartment-info-box {
    width: 100%;
  }
}
.apartment-info-box .apartment-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.apartment-info-box .apartment-info-header .apartment-info-title {
  font-size: 30px;
  font-weight: 600;
  color: #242423;
}
@media screen and (max-width: 1024px) {
  .apartment-info-box .apartment-info-header .apartment-info-title {
    font-size: 22px;
  }
}
.apartment-info-box .apartment-info-details {
  border-top: 0.6px solid #EBE4E1;
  border-bottom: 0.6px solid #EBE4E1;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apartment-info-box .apartment-info-details .apartment-info-detail {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  align-items: center;
}
.apartment-info-box .apartment-info-details .apartment-info-detail span:last-child {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .apartment-info-box .apartment-info-details .apartment-info-detail span:last-child {
    font-size: 16px;
  }
}
.apartment-info-box .apartment-info-card-btn {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #E94E1B;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.apartment-info-box .apartment-info-card-btn svg {
  margin-left: 8px;
}
.apartment-info-box .apartment-info-card-btn:hover {
  background: #242423;
}

.apartment-info-desc {
  font-size: 20px;
  font-weight: 500;
  color: #242423;
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .apartment-info-desc {
    font-size: 16px;
  }
}

.apartment-info-status {
  font-size: 12px;
  font-weight: 600;
  border-radius: 24px;
  padding: 2px 8px;
}
@media screen and (max-width: 1024px) {
  .apartment-info-status {
    font-size: 10px;
  }
}
.apartment-info-status--available {
  background: #8BEE61;
  color: #242423;
}
.apartment-info-status--reserved {
  background: #EE8D61;
  color: #fff;
}
.apartment-info-status--sold {
  background: #505050;
  color: #fff;
}

.apartment-info-status {
  font-size: 12px;
  font-weight: 600;
  border-radius: 24px;
  padding: 2px 8px;
}
@media screen and (max-width: 1024px) {
  .apartment-info-status {
    font-size: 10px;
  }
}
.apartment-info-status--available {
  background: #8BEE61;
  color: #242423;
}
.apartment-info-status--reserved {
  background: #EE8D61;
  color: #fff;
}
.apartment-info-status--sold {
  background: #505050;
  color: #fff;
}

.floor-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  border-radius: 40px;
  border: 1px solid #F8F7F6;
  padding: 6.4rem;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .floor-box {
    padding: 3.5rem 0;
    flex-direction: column;
    max-width: 100%;
  }
}
.floor-box__right {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .floor-box__right {
    max-width: 100%;
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .floor-box .imp-container {
    max-width: 100%;
    width: 100% !important;
    margin: 20px auto 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .floor-box .imp-container .imp-canvas {
    max-width: 100%;
    width: 100% !important;
  }
}

/* single-post
--------------------------------------------- */
.single-post article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.single-post article p, .single-post article ul, .single-post article li {
  font-size: 20px;
}
.single-post article h2,
.single-post article h3,
.single-post article h4,
.single-post article h5,
.single-post article h6 {
  font-size: 2.2rem;
}
.single-post article hr {
  display: none;
}
.single-post article blockquote {
  padding-left: 2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.single-post article blockquote::before, .single-post article blockquote::after {
  position: absolute;
  color: #777;
}
.single-post article blockquote p {
  margin: 0;
}
.single-post article blockquote p + p {
  margin-top: 1rem;
}
.single-post article blockquote::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23777777'><path d='M9.983 3v7.391C9.983 16.095 6.252 19.961 1 21l-.995-2.151C2.437 17.932 4 15.211 4 13H0V3h9.983zM24 3v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151C16.437 17.932 18 15.211 18 13h-3.983V3H24z'/></svg>");
  left: 0;
}
.single-post article blockquote::after {
  content: "";
  left: 5px;
  top: 25px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

/* single-apartment
--------------------------------------------- */
.single-apartment .single-apartment-container {
  background: #F8F7F6;
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  .single-apartment .single-apartment-container {
    padding-top: 32px;
  }
}
.single-apartment .investment-apartments {
  margin-top: 64px;
}

.apartment-back-links {
  margin-bottom: 24px;
}
.apartment-back-links .apartment-back-floor {
  display: inline-flex;
  align-items: center;
  color: black;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  gap: 8px;
}

.apartment-main {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .apartment-main {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.apartment-main .apartment-plan {
  flex: 1 1 60%;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 600px;
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .apartment-main .apartment-plan {
    flex: none;
    max-width: 100%;
    max-height: fit-content;
    min-width: 100%;
    min-height: 100%;
  }
}
.apartment-main .apartment-plan img {
  max-width: 100%;
  border-radius: 16px;
}
.apartment-main .apartment-info {
  width: 335px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .apartment-main .apartment-info {
    width: 100%;
  }
}
.apartment-main .apartment-info__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.apartment-main .apartment-info__header .apartment-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .apartment-main .apartment-info__header .apartment-title {
    font-size: 22px;
  }
}
.apartment-main .apartment-info__header .apartment-status {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 600;
}
.apartment-main .apartment-info__header .apartment-status.available {
  background: #8BEE61;
  color: #242423;
}
.apartment-main .apartment-info__header .apartment-status.reserved {
  background: #EE8D61;
  color: white;
}
.apartment-main .apartment-info__header .apartment-status.sold {
  background: #C3C3C3;
  color: white;
}
.apartment-main .apartment-info .apartment-type {
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .apartment-main .apartment-info .apartment-type {
    font-size: 16px;
  }
}
.apartment-main .apartment-info .apartment-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  border-top: 1px solid #EBE4E1;
  border-bottom: 1px solid #EBE4E1;
  padding: 16px 0;
}
.apartment-main .apartment-info .apartment-details div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: black;
}
.apartment-main .apartment-info .apartment-details div span:last-child {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .apartment-main .apartment-info .apartment-details div span:last-child {
    font-size: 16px;
  }
}
.apartment-main .apartment-info .apartment-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.apartment-main .apartment-info .apartment-actions .btn-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E94E1B;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.apartment-main .apartment-info .apartment-actions .btn-primary .icon-download {
  width: 24px;
  height: 24px;
  margin-left: 6px;
  /* Możesz tu wstawić SVG lub background-image ikony pobierania */
}
.apartment-main .apartment-info .apartment-actions .btn-secondary {
  justify-content: center;
  display: flex;
  align-items: center;
  color: #E94E1B;
  border: 1px solid #E94E1B;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  margin-top: 0;
}

.btn-secondary {
  justify-content: center;
  display: flex;
  align-items: center;
  color: #E94E1B;
  border: 1px solid #E94E1B;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
}

.similar-apartments {
  margin-top: 64px;
  background: white;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .similar-apartments {
    margin-top: 64px;
    padding-top: 1px;
  }
}
.similar-apartments h2 {
  font-size: 64px;
  font-weight: 600;
  color: #242423;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .similar-apartments h2 {
    font-size: 32px;
  }
}

.investment-apartments .apartments-table .parking-table__header,
.investment-apartments .apartments-table .parking-table__row {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
@media screen and (max-width: 1024px) {
  .investment-apartments .apartments-table .parking-table__header.m-none,
  .investment-apartments .apartments-table .parking-table__row.m-none {
    display: none;
  }
}
.investment-apartments .apartments-table .storage-table__header,
.investment-apartments .apartments-table .storage-table__row {
  grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

/*# sourceMappingURL=style.css.map */
