@charset "UTF-8";
/*!
Theme Name: Richwell Energy
Theme URI: http://underscores.me/
Author: BSW
Author URI: http://underscores.me/
Description: Custom-made WP template for Richwell Energy
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: rw-energy
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.

Richwell Energy 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

--------------------------------------------------------------*/
/* --------------------------------
   PALETA KOLORÓW
----------------------------------- */
/* --------------------------------
   TŁA
----------------------------------- */
/* --------------------------------
   TEKSTY I LINKI
----------------------------------- */
/* --------------------------------
   CTA — BUTTONS
----------------------------------- */
/* --------------------------------
   BORDERY
----------------------------------- */
/* --------------------------------
   CIENIE
----------------------------------- */
/* --------------------------------
   DEKORACJE
----------------------------------- */
/* --------------------------------
   OLD VARIABLES
----------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-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%;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: #111;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.25rem;
}

@media screen and (max-width: 72em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 48em) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
p {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
}

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: #fff;
}
body.menu-open {
  overflow: hidden;
  position: relative;
}
body.menu-open::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
}

/* Colors */
.primary {
  color: #111;
}

.secondary {
  color: #F5F5F5;
}

hr {
  background-color: #737373;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: #111;
}
a:hover, a:focus, a:active {
  color: #111;
}
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: #fff;
  border-radius: 3px;
  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;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 16px;
}

/* Variants */
.btn-primary {
  background: #111;
  color: #fff;
}
.btn-primary:hover {
  background: #111;
  color: #be9b4b;
}

.btn-secondary {
  background: #F5F5F5;
  color: #111;
}
.btn-secondary:hover {
  background: #dcdcdc;
}

.btn-yellow {
  background: #be9b4b;
  color: #fff;
}
.btn-yellow:hover {
  background: #a8883d;
  color: #F5F5F5;
}

.btn-yellow-brown {
  background: #be9b4b;
  color: #fff;
}
.btn-yellow-brown:hover {
  background: #a8883d;
}

.btn-outline {
  background: transparent;
  border: 2px solid #111;
  color: #111;
}
.btn-outline:hover {
  background: #111;
  color: #fff;
}

.send-btn input {
  color: #fff;
  background-color: #be9b4b;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

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 #e6e6e6;
  border-radius: 4px;
  padding: 5px;
  line-height: 2.5;
}
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: #aaa #bbb #bbb;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Containers
--------------------------------------------- */
.section_inner {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}

.section_inner--full {
  max-width: 100%;
}

.inner-1200 {
  max-width: 1200px;
}

.thin-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

/** RWD **/
@media screen and (max-width: 1600px) {
  .section_inner {
    max-width: 1200px;
  }
}
/* Grids
--------------------------------------------- */
.grid-box {
  display: -ms-grid;
  display: grid;
}

.grid-2 {
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  /* -ms-grid-columns: (1fr)[4]; */
  grid-template-columns: repeat(4, 1fr);
}

.grid-1-2 {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.grid-1-3 {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

.grid-2-3 {
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}

.grid-1-4 {
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}

.gap-20 {
  grid-gap: 20px;
}

.gap-40 {
  grid-gap: 40px;
}

.gap-60 {
  grid-gap: 60px;
}

.gap-120 {
  grid-gap: 120px;
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
}

.flex-column {
  flex-direction: column;
}

.flex-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-centered.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.col-1-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-1-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-1-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-2-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6667%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

/** RWD **/
@media screen and (max-width: 1400px) {
  .flex-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-1-3,
  .col-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100;
    max-width: 100%;
  }
  .grid-1-2 {
    grid-template-columns: 1fr;
  }
  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 680px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 460px) {
  .col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.nav-menu > li.menu-item-has-children:hover {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main-navigation ul.nav-menu > li.menu-item-has-children:hover .menu-chevron {
  transform: rotate(180deg);
}
.main-navigation ul.nav-menu > li.menu-item-has-children .menu-item_dropdown {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 5px;
  cursor: pointer;
  padding: 10px 0 10px 10px;
}
@media (max-width: 62em) {
  .main-navigation ul.nav-menu > li.menu-item-has-children .menu-item_dropdown {
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 62em) {
  .main-navigation ul.nav-menu > li.menu-item-has-children .menu-item_dropdown .submenu-toggle svg {
    width: 24px;
    height: 24px;
    padding-top: 4px;
  }
}
@media (max-width: 62em) {
  .main-navigation ul.nav-menu > li.menu-item-has-children .sub-menu {
    display: none;
  }
}
.main-navigation ul.nav-menu > li.menu-item-has-children.is-open .menu-chevron {
  transform: rotate(180deg);
}
@media (max-width: 62em) {
  .main-navigation ul.nav-menu > li.menu-item-has-children.is-open .sub-menu {
    display: block;
    padding-left: 15px;
  }
}
.main-navigation ul.nav-menu > li.menu-item-has-children .menu-chevron {
  transition: transform 0.2s ease;
}
.main-navigation ul.nav-menu > li > a {
  padding: 10px;
  transition: all 0.15s ease-in !important;
}
.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 {
  min-width: 280px;
  color: #111;
  padding: 0.75rem 10px;
}
.main-navigation ul li:hover > ul {
  left: auto;
  top: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  row-gap: 0;
}
.main-navigation ul li:hover > ul li:hover {
  background: #be9b4b;
}
@media (max-width: 62em) {
  .main-navigation ul li:hover > ul {
    position: relative;
    float: none;
  }
}
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #111;
}
/* Small menu. */
.main-navigation.toggled .menu-toggle .opened {
  display: none;
}
.main-navigation.toggled .menu-toggle .closed {
  display: block;
}
.main-navigation.toggled ul {
  display: block;
}
.main-navigation.toggled > div[class*=menu-main] {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
  padding-top: 80px;
  width: 80vw;
}
.main-navigation .menu-toggle {
  display: block;
  background: transparent;
  font-size: 2rem;
  padding: 1rem 2rem;
  margin: 0;
  border: none;
  width: 100%;
  text-align: right;
  z-index: 99999;
  position: relative;
}
.main-navigation .menu-toggle .opened {
  display: block;
}
.main-navigation .menu-toggle .closed {
  display: none;
}

@media screen and (min-width: 62em) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .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%;
  }
}
/* Decors
--------------------------------------------- */
.underline-left {
  position: relative;
  padding-bottom: 10px;
}
.underline-left::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 150px;
  height: 2px;
  background-color: #be9b4b;
}

.underline-center {
  position: relative;
  padding-bottom: 10px;
}
.underline-center::before {
  position: absolute;
  top: 100%;
  left: calc(50% - 50px);
  content: "";
  width: 100px;
  height: 4px;
  background-color: #be9b4b;
}

.bg-gradient {
  background-image: linear-gradient(to bottom right, hsla(160, 35%, 92%, 0.45), hsl(0, 0%, 100%));
}

.svg-gradient {
  background-image: url(' data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="none" stroke="%23004225" stroke-opacity="0.03" stroke-width="1"> <path d="M0 32 Q16 24 32 32 T64 32" /> <path d="M0 48 Q16 40 32 48 T64 48" /> </svg>');
  background-size: 64px 72px;
}

.hover-scale {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.hover-scale:hover {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.hover-scale-y {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.hover-scale-y:hover {
  transform: matrix(1, 0, 0, 1, 0, -4);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

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

.post,
.page {
  margin: 0;
}

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

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

main .entry-content:first-of-type {
  margin: 0;
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

/* 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;
}

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

.center {
  text-align: center;
}

/* Distances
--------------------------------------------- */
.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.mg-2 {
  margin: 2rem;
}

.mg-3 {
  margin: 3rem;
}

.mg-4 {
  margin: 4rem;
}

.mg-5 {
  margin: 5rem;
}

.mg-6 {
  margin: 6rem;
}

.mg-0-auto {
  margin: 0 auto;
}

.mg-1-auto {
  margin: 1rem auto;
}

.mg-2-auto {
  margin: 2rem auto;
}

.mg-3-auto {
  margin: 3rem auto;
}

.mg-4-auto {
  margin: 4rem auto;
}

.mg-5-auto {
  margin: 5rem auto;
}

.mg-6-auto {
  margin: 6rem auto;
}

.mg-8-auto {
  margin: 6rem auto;
}

.mg-1-0 {
  margin: 1rem 0;
}

.mg-2-0 {
  margin: 2rem 0;
}

.mg-4-0 {
  margin: 4rem 0;
}

.mg-8-0 {
  margin: 8rem 0;
}

.pg-2 {
  padding: 2rem;
}

.pg-3 {
  padding: 3rem;
}

.pg-4 {
  padding: 4rem;
}

.pg-5 {
  padding: 5rem;
}

.pg-6 {
  padding: 6rem;
}

.pg-2-auto {
  padding: 2rem auto;
}

.pg-3-auto {
  padding: 3rem auto;
}

.pg-4-auto {
  padding: 4rem auto;
}

.pg-5-auto {
  padding: 5rem auto;
}

.pg-6-auto {
  padding: 6rem auto;
}

.pg-8-auto {
  padding: 8rem auto;
}

.pg-4-0 {
  padding: 4rem 0;
}

.pg-4-0-2 {
  padding: 4rem 0 2rem;
}

.pg-2-0 {
  padding: 2rem 0;
}

.pg-6-0 {
  padding: 6rem 0;
}

.pg-8-0 {
  padding: 8rem 0;
}

/* Blocks
--------------------------------------------- */
/* Section styles */
.style-light {
  background: #fff;
  color: #111;
}

.style-dark {
  background: #111;
  color: #fff;
}
.style-dark h1 {
  color: #fff;
}

.style-yellow {
  background: #be9b4b;
  color: #F5F5F5;
}

.style-gray {
  background: #F5F5F5;
  color: #111;
}

/* Alignment */
.aligndefault {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.alignwide {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.alignfull-wide {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1rem;
  padding-right: 1rem;
}
.alignfull-wide > div {
  max-width: 1400px;
  margin: 0 auto;
}

.alignfull {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1rem;
  padding-right: 1rem;
}

.alignfull-default {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1rem;
  padding-right: 1rem;
}
.alignfull-default > div {
  max-width: 1200px;
  margin: 0 auto;
}

.alignnarrow {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Decors */
.highlighted span {
  color: #be9b4b;
  display: block;
}

#breadcrumbs {
  padding: 24px 0;
}

.acf-section--one-column {
  padding-top: 60px;
  padding-bottom: 60px;
}
.acf-section--one-column .acf-section__inner {
  gap: 30px;
}

.acf-section--two-columns {
  padding-top: 60px;
  padding-bottom: 60px;
}
.acf-section--two-columns .acf-section__inner {
  padding: 0 20px;
}

.acf-section--three-columns {
  padding-top: 60px;
  padding-bottom: 60px;
}
.acf-section--three-columns .acf-section__inner {
  padding: 0 20px;
}

.acf-section--four-columns {
  padding-top: 60px;
  padding-bottom: 60px;
}
.acf-section--four-columns .acf-section__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Only in editor */
.editor-styles-wrapper .acf-one-column,
.editor-styles-wrapper .acf-two-columns,
.editor-styles-wrapper .acf-three-columns,
.editor-styles-wrapper .acf-four-columns {
  position: relative;
  padding: 20px;
  border: 1px dashed rgba(31, 31, 31, 0.3137254902);
  border-radius: 6px;
  margin-bottom: 20px;
  transition: border-color 0.2s ease;
  /* Widoczny outline wokół wnętrza */
}
.editor-styles-wrapper .acf-one-column:hover,
.editor-styles-wrapper .acf-two-columns:hover,
.editor-styles-wrapper .acf-three-columns:hover,
.editor-styles-wrapper .acf-four-columns:hover {
  border-color: #1f1f1f;
}
.editor-styles-wrapper .acf-one-column .wp-block-columns,
.editor-styles-wrapper .acf-two-columns .wp-block-columns,
.editor-styles-wrapper .acf-three-columns .wp-block-columns,
.editor-styles-wrapper .acf-four-columns .wp-block-columns {
  outline: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 4px;
}

.acf-company-features {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.company-features-wrapper {
  margin: 0 auto;
  padding: 20px;
}

.company-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  justify-items: center;
}

/* Single item */
.company-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.company-feature .feature-icon img {
  width: 42px;
  height: auto;
}

.company-feature .feature-value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.company-feature .feature-label {
  font-size: 16px;
  opacity: 0.85;
  color: inherit;
}

/* Responsywność */
@media (max-width: 768px) {
  .company-feature .feature-value {
    font-size: 36px;
  }
}
.acf-cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.acf-cta-section .cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.acf-cta-section .cta-title {
  font-weight: 800;
}
.acf-cta-section .cta-text {
  font-size: 18px;
  opacity: 0.85;
  line-height: 1.6;
  margin-bottom: 32px;
}
.acf-cta-section .cta-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}
.acf-cta-section .cta-btn.btn-primary {
  background: #111;
  color: #fff;
}
.acf-cta-section .cta-btn.btn-primary:hover {
  background: #111;
}
.acf-cta-section .cta-btn.btn-yellow {
  background: #be9b4b;
  color: #fff;
}
.acf-cta-section .cta-btn.btn-yellow:hover {
  background: #a5853b;
  color: #F5F5F5;
}
.acf-cta-section .cta-btn.btn-outline {
  border: 2px solid #111;
  color: #111;
}
.acf-cta-section .cta-btn.btn-outline:hover {
  background: #111;
  color: #F5F5F5;
}
.acf-cta-section .cta-btn.btn-secondary {
  background: #F5F5F5;
  color: #111;
}
.acf-cta-section .cta-btn.btn-secondary:hover {
  background: gainsboro;
}

.acf-industry-categories {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.acf-industry-categories .industry-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.acf-industry-categories .industry-title {
  font-weight: 800;
}
.acf-industry-categories .industry-subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 42px;
}
.acf-industry-categories .industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.acf-industry-categories .industry-card {
  background: #fff;
  padding: 32px 20px;
  border-radius: 12px;
  border: 3px solid #f1f1f1;
  transition: 0.2s ease;
  cursor: default;
}
.acf-industry-categories .industry-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.acf-industry-categories .industry-card .industry-icon {
  margin-bottom: 16px;
}
.acf-industry-categories .industry-card .industry-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.acf-industry-categories .industry-card .industry-name {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.acf-locations-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  /* Map card */
  /* Right column */
}
.acf-locations-section .locations-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.acf-locations-section .locations-title {
  font-weight: 800;
}
.acf-locations-section .locations-desc {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 50px;
}
.acf-locations-section .locations-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .acf-locations-section .locations-grid {
    grid-template-columns: 1fr;
  }
}
.acf-locations-section .locations-map-card {
  background: #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-locations-section .locations-list {
  text-align: left;
}
.acf-locations-section .locations-list .locations-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.acf-locations-section .locations-list .location-card {
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  transition: 0.2s ease;
}
.acf-locations-section .locations-list .location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.acf-locations-section .locations-list .location-card .location-icon svg {
  width: 38px;
  height: 38px;
}
.acf-locations-section .locations-list .location-card .location-info .location-city {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.acf-locations-section .locations-list .location-card .location-info .location-region {
  font-size: 14px;
  opacity: 0.75;
}

.acf-product-cards {
  padding-top: 60px;
  padding-bottom: 60px;
}
.acf-product-cards .product-cards-title {
  font-weight: 800;
}
.acf-product-cards .product-card {
  border: 2px solid #be9b4b;
  border-radius: 6px;
}
.acf-product-cards .product-card .product-card-image img {
  display: block;
  line-height: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.acf-product-cards .product-card .product-card-body {
  padding: 28px;
  flex-grow: 1;
}
.acf-product-cards .product-card .product-card-body .product-card-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 6px;
  text-align: left;
}
.acf-product-cards .product-card .product-card-body .product-card-desc {
  text-align: left;
  opacity: 0.85;
  margin-bottom: 24px;
}
.acf-product-cards .product-card .product-card-body .product-card-desc ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.acf-product-cards .product-card .product-card-body .product-card-desc ul li {
  margin-bottom: 8px;
}
.acf-product-cards .product-card .product-card-body .product-card-desc ul li::marker {
  color: #be9b4b;
}
.acf-product-cards .product-card .product-card-body .product-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #be9b4b;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
.acf-product-cards .product-card .product-card-body .product-card-btn:hover {
  background: #a5853b;
}
.acf-product-cards .product-card .product-card-body .product-card-btn .arrow {
  font-weight: 900;
}

.acf-product-gallery {
  padding-top: 60px;
  padding-bottom: 60px;
  /* LEFT SIDE */
  /* RIGHT SIDE */
}
.acf-product-gallery .product-gallery-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 62em) {
  .acf-product-gallery .product-gallery-wrapper {
    flex-direction: column;
  }
}
.acf-product-gallery .product-gallery-left {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 62em) {
  .acf-product-gallery .product-gallery-left {
    max-width: 100%;
  }
}
.acf-product-gallery .product-gallery-single img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.acf-product-gallery .product-gallery-main {
  margin-bottom: 20px;
}
.acf-product-gallery .product-gallery-main img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.acf-product-gallery .product-gallery-main .slick-slide {
  outline: none;
}
.acf-product-gallery .product-gallery-nav {
  display: flex;
}
.acf-product-gallery .product-gallery-nav .gallery-nav-slide {
  margin-right: 12px;
  cursor: pointer;
  height: 100px;
  overflow: hidden;
}
.acf-product-gallery .product-gallery-nav .gallery-nav-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: 0.2s;
}
.acf-product-gallery .product-gallery-nav .gallery-nav-slide img:hover {
  border-color: #f9c400;
}
.acf-product-gallery .product-gallery-nav .gallery-nav-slide.slick-current img {
  border-color: #f9c400;
}
.acf-product-gallery .product-gallery-right {
  flex: 1;
}
.acf-product-gallery .product-gallery-right .gallery-content {
  margin-bottom: 30px;
}
.acf-product-gallery .product-gallery-right .gallery-content p {
  margin-bottom: 18px;
  line-height: 1.6;
}
.acf-product-gallery .product-gallery-right .gallery-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.acf-service-benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  /* Header */
  /* Layout */
  /* Benefit items */
}
.acf-service-benefits .service-benefits-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.acf-service-benefits .service-benefits-title {
  font-weight: 800;
}
.acf-service-benefits .service-benefits-subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 50px;
}
.acf-service-benefits .service-benefits-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 62em) {
  .acf-service-benefits .service-benefits-layout {
    grid-template-columns: 1fr;
  }
}
.acf-service-benefits .service-benefits-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  display: block;
}
.acf-service-benefits .service-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
}
.acf-service-benefits .service-benefit-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}
.acf-service-benefits .service-benefit-icon img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: contain;
}
.acf-service-benefits .benefit-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 0;
}
.acf-service-benefits .benefit-desc {
  color: #737373;
  font-size: 16px;
}

.acf-service-call {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  /* Divider */
}
.acf-service-call .service-call-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.acf-service-call .service-call-title {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 18px;
}
.acf-service-call .service-call-subtitle {
  font-size: 20px;
  opacity: 0.85;
  margin-bottom: 32px;
  line-height: 1.6;
}
.acf-service-call .service-call-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 40px;
}
.acf-service-call .service-call-divider {
  width: 70%;
  margin: 40px auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.acf-service-call .service-call-info {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .acf-service-call .service-call-info {
    flex-direction: column;
    gap: 30px;
  }
}
.acf-service-call .service-call-info .info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
.acf-service-call .service-call-info .info-item .icon {
  font-size: 28px;
}
.acf-service-call .service-call-info .info-item .info-text {
  text-align: left;
}
.acf-service-call .service-call-info .info-item .info-text .label {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}
.acf-service-call .service-call-info .info-item .info-text .value {
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.acf-service-call .service-call-note {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 20px;
}

.acf-team-members {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.acf-team-members .team-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.acf-team-members .team-title {
  font-weight: 800;
}
.acf-team-members .team-subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 42px;
}
.acf-team-members .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.acf-team-members .team-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
  text-align: center;
}
.acf-team-members .team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}
.acf-team-members .team-card .team-avatar {
  margin-bottom: 20px;
}
.acf-team-members .team-card .team-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.acf-team-members .team-card .team-info .team-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.acf-team-members .team-card .team-info .team-position {
  padding: 2px 0 10px;
  font-size: 16px;
  color: #be9b4b;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.acf-team-members .team-card .team-info .team-phone {
  padding: 10px 0 2px;
  font-weight: 600;
  color: #111;
}
.acf-team-members .team-card .team-info .team-email {
  padding: 2px 0;
  font-weight: 600;
  color: #111;
}

.acf-technical-specs {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  /* TABLE */
}
.acf-technical-specs .specs-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.acf-technical-specs .specs-title {
  font-weight: 800;
}
.acf-technical-specs .specs-subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 40px;
}
.acf-technical-specs .specs-table {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eee;
}
.acf-technical-specs .specs-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #be9b4b;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.acf-technical-specs .specs-header .specs-col-label,
.acf-technical-specs .specs-header .specs-col-value {
  text-align: left;
}
.acf-technical-specs .specs-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.acf-technical-specs .specs-row:last-child {
  border-bottom: none;
}
.acf-technical-specs .specs-row .specs-label {
  font-weight: 600;
  font-size: 16px;
}
.acf-technical-specs .specs-row .specs-value {
  opacity: 0.85;
  font-size: 16px;
}

.acf-text-editor {
  padding-top: 40px;
  padding-bottom: 40px;
}
.acf-text-editor .text-editor-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.acf-text-editor .text-editor-heading {
  font-weight: 800;
}
.acf-text-editor .text-editor-content {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.85;
}
.acf-text-editor .text-editor-content p {
  margin-bottom: 22px;
}

.acf-usp-grid .usp-wrapper {
  margin: 0 auto;
  padding: 60px 20px;
}
.acf-usp-grid .usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.acf-usp-grid .usp-card {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.acf-usp-grid .usp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.acf-usp-grid .usp-icon img {
  width: 42px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.acf-usp-grid .usp-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.acf-usp-grid .usp-text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.85;
}

.acf-usp-wide .usp-wide-wrapper {
  margin: 0 auto;
  padding: 80px 20px;
}
.acf-usp-wide .usp-wide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(520px, 1fr));
  gap: 40px 40px;
}
.acf-usp-wide .usp-wide-card {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: 0.2s ease;
}
.acf-usp-wide .usp-wide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.acf-usp-wide .usp-wide-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-direction: column;
}
.acf-usp-wide .usp-wide-icon img {
  width: 48px;
  height: auto;
}
.acf-usp-wide .usp-wide-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}
.acf-usp-wide .usp-wide-text p {
  line-height: 1.6;
  color: #737373;
}

@media (max-width: 768px) {
  .acf-usp-wide .usp-wide-grid {
    grid-template-columns: 1fr;
  }
  .acf-usp-wide .usp-wide-card {
    padding: 32px;
  }
}
.acf-hero-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}
@media (max-width: 48em) {
  .acf-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.acf-hero-section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.acf-hero-section .hero-bg .hero-bg-color,
.acf-hero-section .hero-bg .hero-bg-gradient,
.acf-hero-section .hero-bg .hero-bg-image,
.acf-hero-section .hero-bg .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.acf-hero-section .hero-bg .hero-bg-image {
  background-position: center;
  background-repeat: no-repeat;
}
.acf-hero-section .hero-bg .hero-video {
  object-fit: cover;
}
.acf-hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  max-width: 100%;
}
.acf-hero-section .hero-inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 20px;
}
.acf-hero-section .hero-content {
  font-size: 22px;
  line-height: 1.5;
}
.acf-hero-section .hero-content h1, .acf-hero-section .hero-content h2 {
  font-weight: 800;
}

.acf-contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  /* LEFT COLUMN */
  /* RIGHT COLUMN */
}
.acf-contact-section .contact-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.acf-contact-section .contact-title {
  font-weight: 800;
}
.acf-contact-section .contact-underline span {
  display: block;
  width: 60px;
  height: 6px;
  background: #f9c400;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.acf-contact-section .contact-subtitle {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 50px;
}
.acf-contact-section .contact-grid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 62em) {
  .acf-contact-section .contact-grid {
    flex-direction: column;
    text-align: left;
  }
}
.acf-contact-section .contact-info {
  flex: 1;
}
.acf-contact-section .contact-info .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 62em) {
  .acf-contact-section .contact-info .contact-info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 37.5em) {
  .acf-contact-section .contact-info .contact-info-list {
    grid-template-columns: 1fr;
  }
}
.acf-contact-section .contact-info .contact-info-list .contact-info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  text-align: left;
}
.acf-contact-section .contact-info .contact-info-list .contact-info-item .icon span,
.acf-contact-section .contact-info .contact-info-list .contact-info-item .icon svg {
  width: 48px;
  height: 48px;
  background: #f9c400;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.acf-contact-section .contact-info .contact-info-list .contact-info-item .info-text strong {
  font-size: 17px;
  font-weight: 700;
  display: block;
}
.acf-contact-section .contact-info .contact-info-list .contact-info-item .info-text p {
  margin: 4px 0 0;
  color: #737373;
}
.acf-contact-section .contact-form {
  flex: 1;
  text-align: left;
}
.acf-contact-section .contact-form input {
  width: 100%;
}
.acf-contact-section .contact-form .form-container {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}
.acf-contact-section .contact-form .form-container .contact-form label {
  font-weight: 700;
  line-height: 2;
}
.acf-contact-section .contact-form .form-container .contact-form label sup {
  color: red;
  font-size: 0.875rem;
  top: -0.25rem;
}
.acf-contact-section .contact-form .form-container .rodo label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}
.acf-contact-section .contact-form .form-container .rodo .wpcf7-list-item-label {
  color: #737373;
  font-size: 12px;
  line-height: 1;
}

/* FORM ON LEFT */
.acf-contact-section.layout-form-left .contact-grid {
  flex-direction: row-reverse;
}
@media (max-width: 62em) {
  .acf-contact-section.layout-form-left .contact-grid {
    flex-direction: column;
  }
}

/* FORM ON RIGHT (DEFAULT) */
.acf-contact-section.layout-form-right .contact-grid {
  flex-direction: row;
}
@media (max-width: 62em) {
  .acf-contact-section.layout-form-right .contact-grid {
    flex-direction: column;
  }
}

.acf-hero-header {
  position: relative;
  width: 100%;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* Layout settings - globalne */
  /* Background layers */
  /* Content */
}
.acf-hero-header.style-light .hero-overlay {
  background: rgba(0, 0, 0, 0.25);
}
.acf-hero-header.style-dark .hero-overlay {
  background: rgba(0, 0, 0, 0.55);
}
.acf-hero-header.style-yellow .hero-overlay {
  background: rgba(255, 191, 0, 0.3);
}
.acf-hero-header .hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.acf-hero-header .hero-bg-wrapper .hero-bg-video,
.acf-hero-header .hero-bg-wrapper .hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.acf-hero-header .hero-bg-wrapper .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.acf-hero-header .hero-content-container {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.acf-hero-header .hero-content-container .hero-content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 20px;
  align-items: center;
}
.acf-hero-header .hero-content-container .hero-title {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.1;
  font-weight: 800;
}
.acf-hero-header .hero-content-container .hero-title b, .acf-hero-header .hero-content-container .hero-title strong {
  color: #be9b4b;
}
.acf-hero-header .hero-content-container .hero-subtext {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  opacity: 0.9;
}
.acf-hero-header .hero-content-container .hero-btn {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}
.acf-hero-header .hero-content-container .hero-btn .hero-btn-icon {
  font-size: 20px;
}
.acf-hero-header .hero-content-container .hero-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
.acf-hero-header .hero-content-container .hero-scroll-down {
  padding-top: 40px;
  transition: transform 0.2s ease;
}
.acf-hero-header .hero-content-container .hero-scroll-down:hover {
  transform: translateY(-3px);
}

.acf-about-stats {
  padding-top: 60px;
  padding-bottom: 60px;
}
.acf-about-stats .about-stats-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  /* LEFT */
  /* RIGHT */
}
@media (max-width: 62em) {
  .acf-about-stats .about-stats-wrapper {
    flex-direction: column;
  }
}
.acf-about-stats .about-stats-wrapper .about-left {
  flex: 1;
}
.acf-about-stats .about-stats-wrapper .about-left .about-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
.acf-about-stats .about-stats-wrapper .about-left .title-underline span {
  display: block;
  width: 68px;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 24px;
}
.acf-about-stats .about-stats-wrapper .about-left .about-description {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 32px;
}
.acf-about-stats .about-stats-wrapper .about-left .about-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.acf-about-stats .about-stats-wrapper .about-left .about-features .feature-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.acf-about-stats .about-stats-wrapper .about-left .about-features .feature-item .icon {
  width: 40px;
  height: 40px;
  background: #fff8d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9c400;
  font-size: 20px;
}
.acf-about-stats .about-stats-wrapper .about-left .about-features .feature-item .texts strong {
  font-size: 16px;
  font-weight: 700;
}
.acf-about-stats .about-stats-wrapper .about-left .about-features .feature-item .texts p {
  margin: 4px 0 0;
  opacity: 0.8;
  font-size: 14px;
}
.acf-about-stats .about-stats-wrapper .about-left .about-btn {
  margin-top: 20px;
}
.acf-about-stats .about-stats-wrapper .about-right {
  flex: 1;
}
.acf-about-stats .about-stats-wrapper .about-right .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.acf-about-stats .about-stats-wrapper .about-right .stats-grid .stat-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.acf-about-stats .about-stats-wrapper .about-right .stats-grid .stat-card .stat-number {
  font-size: 40px;
  font-weight: 800;
  color: #be9b4b;
}
.acf-about-stats .about-stats-wrapper .about-right .stats-grid .stat-card .stat-label {
  margin-top: 6px;
  opacity: 0.8;
  font-size: 16px;
}

.acf-product-types-grid {
  padding-top: 60px;
  padding-bottom: 60px;
  /* Gutenberg Editor Helpers */
}
.acf-product-types-grid .product-types-title {
  text-align: center;
  margin-bottom: 10px;
}
.acf-product-types-grid .product-types-subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
  margin-left: auto;
  margin-right: auto;
}
.acf-product-types-grid .product-types-grid {
  display: grid;
  gap: 35px;
}
.acf-product-types-grid .product-types-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 37.5em) {
  .acf-product-types-grid .product-types-grid.columns-2 {
    grid-template-columns: 1fr;
  }
}
.acf-product-types-grid .product-types-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 62em) {
  .acf-product-types-grid .product-types-grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .acf-product-types-grid .product-types-grid.columns-3 {
    grid-template-columns: 1fr;
  }
}
.acf-product-types-grid .product-types-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 62em) {
  .acf-product-types-grid .product-types-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .acf-product-types-grid .product-types-grid.columns-4 {
    grid-template-columns: 1fr;
  }
}
.acf-product-types-grid .product-type-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}
.acf-product-types-grid .product-type-card:hover {
  transform: translateY(-4px);
}
.acf-product-types-grid .product-type-card .product-type-image img {
  display: block;
  width: 100%;
  height: auto;
}
.acf-product-types-grid .product-type-card .product-type-body {
  padding: 25px;
}
.acf-product-types-grid .product-type-card .product-type-body .product-type-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.acf-product-types-grid .product-type-card .product-type-body .product-type-text {
  color: #555;
  margin-bottom: 20px;
}
.acf-product-types-grid .product-type-card .product-type-body .product-type-btn {
  font-weight: 600;
  color: #be9b4b;
  text-decoration: none;
}
.acf-product-types-grid .product-type-card .product-type-body .product-type-btn:hover {
  text-decoration: underline;
}
.acf-product-types-grid .is-editor .product-type-card {
  outline: 1px dashed rgba(31, 31, 31, 0.2666666667);
  cursor: pointer;
}

.acf-why-us {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  /* EDITOR visibility helpers */
}
.acf-why-us.style-light {
  background: #f7f7f7;
}
.acf-why-us.style-dark {
  background: #111;
  color: #fff;
}
.acf-why-us.style-yellow {
  background: #fff8d6;
}
.acf-why-us[data-type="acf/why-us"] {
  outline: 1px dashed rgba(31, 31, 31, 0.3333333333);
  padding: 40px;
}
.acf-why-us .whyus-title {
  text-align: center;
  font-weight: 700;
}
.acf-why-us .whyus-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 680px;
  margin: 0 auto 40px;
  opacity: 0.8;
}
.acf-why-us .whyus-grid {
  display: grid;
  gap: 40px;
}
.acf-why-us .whyus-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 37.5em) {
  .acf-why-us .whyus-grid.cols-2 {
    grid-template-columns: 1fr;
  }
}
.acf-why-us .whyus-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 62em) {
  .acf-why-us .whyus-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .acf-why-us .whyus-grid.cols-3 {
    grid-template-columns: 1fr;
  }
}
.acf-why-us .whyus-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 62em) {
  .acf-why-us .whyus-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .acf-why-us .whyus-grid.cols-4 {
    grid-template-columns: 1fr;
  }
}
.acf-why-us .whyus-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.acf-why-us .whyus-card .whyus-card-icon img {
  width: 70px;
  margin-bottom: 20px;
}
.acf-why-us .whyus-card .whyus-card-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.acf-why-us .whyus-card .whyus-card-desc {
  font-size: 16px;
  opacity: 0.85;
}

.acf-sidebar-cta {
  padding: 20px 18px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(190, 155, 75, 0.1), rgba(10, 10, 10, 0.1));
  box-shadow: 0 0 11px rgba(49, 49, 49, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 2px solid rgba(190, 155, 75, 0.2);
}
.acf-sidebar-cta .sidebar-cta__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
}
.acf-sidebar-cta .sidebar-cta__text {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.acf-sidebar-cta .sidebar-cta__btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.acf-cta-inline {
  margin: 48px 0;
  border-radius: 8px;
  box-shadow: 0 0 11px rgba(49, 49, 49, 0.2);
}
.acf-cta-inline .cta-inline__inner {
  padding: 32px 40px;
  border-radius: 12px;
}
.acf-cta-inline .cta-inline__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.acf-cta-inline .cta-inline__content {
  color: #666;
  margin-bottom: 24px;
  max-width: 720px;
}
.acf-cta-inline .cta-inline__action {
  display: flex;
  align-items: center;
}
.acf-cta-inline.cta-style-gradient {
  background: linear-gradient(145deg, rgba(190, 155, 75, 0.1), rgba(10, 10, 10, 0.1));
  border: 2px solid rgba(190, 155, 75, 0.2);
}
.acf-cta-inline.cta-style-yellow {
  background: #f9c400;
  border: 2px solid #f9c400;
}
.acf-cta-inline.cta-style-black {
  background: #111;
  color: #F5F5F5;
  border: 2px solid #666;
}
.acf-cta-inline.cta-style-black .cta-inline__content {
  color: #F5F5F5;
}
.acf-cta-inline.cta-style-gray {
  background: #F5F5F5;
  color: #111;
  border: 2px solid #ccc;
}

/*--------------------------------------------------------------
# Views
--------------------------------------------------------------*/
#top-header-bar {
  background: #be9b4b;
}
#top-header-bar .top-bar-header {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-header-bar .top-bar-header .top-bar-info {
  display: flex;
  gap: 4rem;
  color: #fff;
  align-items: center;
}
#top-header-bar .top-bar-header .top-bar-info .top-bar-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.header-top {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 48em) {
  .header-top {
    height: 80px;
  }
}
.header-top .site-branding img {
  max-height: 90px;
  width: auto;
}
@media (max-width: 48em) {
  .header-top .site-branding img {
    max-height: 80px;
  }
}
.header-top #header-cta {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 72em) {
  .header-top #header-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
  }
}

.footer-columns-wrapper {
  background: #111;
  padding: 80px 0;
  color: #ffffff;
  font-family: inherit;
  /* --- Column 1 --- */
  /* --- Widget Columns (2 & 3) --- */
  /* --- Column 4 --- */
}
.footer-columns-wrapper .footer-columns-inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media (max-width: 1100px) {
  .footer-columns-wrapper .footer-columns-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .footer-columns-wrapper .footer-columns-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.footer-columns-wrapper .footer-col-1 .footer-logo img {
  height: auto;
  margin-bottom: 20px;
}
.footer-columns-wrapper .footer-col-1 .footer-description {
  color: #F5F5F5;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.footer-columns-wrapper .footer-col-1 .footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.footer-columns-wrapper .footer-col-1 .footer-socials a {
  width: 42px;
  height: 42px;
  background: #1b1b1b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #be9b4b;
  transition: 0.2s ease;
}
.footer-columns-wrapper .footer-col-1 .footer-socials a:hover {
  background: #be9b4b;
  color: #111;
}
.footer-columns-wrapper .footer-col-2 .footer-widget-title,
.footer-columns-wrapper .footer-col-3 .footer-widget-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-columns-wrapper .footer-col-2 .footer-widget,
.footer-columns-wrapper .footer-col-3 .footer-widget {
  margin-bottom: 15px;
}
.footer-columns-wrapper .footer-col-2 ul,
.footer-columns-wrapper .footer-col-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-columns-wrapper .footer-col-2 ul li,
.footer-columns-wrapper .footer-col-3 ul li {
  margin-bottom: 10px;
}
.footer-columns-wrapper .footer-col-2 ul a,
.footer-columns-wrapper .footer-col-3 ul a {
  color: #cccccc;
  font-size: 15px;
  text-decoration: none;
  transition: 0.2s ease;
}
.footer-columns-wrapper .footer-col-2 ul a:hover,
.footer-columns-wrapper .footer-col-3 ul a:hover {
  color: #be9b4b;
  padding-left: 4px;
}
.footer-columns-wrapper .footer-col-4 h3.footer-widget-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-columns-wrapper .footer-col-4 .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}
.footer-columns-wrapper .footer-col-4 .footer-contact-item .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-columns-wrapper .footer-col-4 .footer-contact-item .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(1) saturate(1.2);
}
.footer-columns-wrapper .footer-col-4 .footer-contact-item strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}
.footer-columns-wrapper .footer-col-4 .footer-contact-item p {
  color: #cccccc;
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}

.footer-bottom {
  background: #111;
  color: #aaa;
  padding: 18px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #232323;
}
.footer-bottom .site-info a {
  color: #F5F5F5;
}

#hp-headerWrap .hp-header {
  z-index: 1;
  position: relative;
}
#hp-headerWrap .hp-header .hp-header_box .hp-header_box--title {
  font-size: 2.5rem;
}
#hp-headerWrap .hp-header .hp-header_box .hp-header_box--text {
  font-size: 1.25rem;
}
#hp-headerWrap .hp-header .hp-header_image img.header_image {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  border-radius: 25px;
}

.blog .blog-layout .featured-article {
  margin-bottom: 3rem;
}
.blog .blog-layout .featured-article .featured-article__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow: hidden;
}
@media (max-width: 48em) {
  .blog .blog-layout .featured-article .featured-article__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.blog .blog-layout .featured-article .featured-article__inner .featured-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .blog-layout .featured-article .featured-article__inner .featured-article__content {
  padding: 2.5rem;
}
@media (max-width: 48em) {
  .blog .blog-layout .featured-article .featured-article__inner .featured-article__content {
    padding: 1.8rem;
  }
}
.blog .blog-layout .featured-article .featured-article__inner .featured-article__content .featured-article__category {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35em 0.8em;
  background: #be9b4b;
  color: #111;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
}
.blog .blog-layout .featured-article .featured-article__inner .featured-article__content .featured-article__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 48em) {
  .blog .blog-layout .featured-article .featured-article__inner .featured-article__content .featured-article__title {
    font-size: 1.375rem;
  }
}
.blog .blog-layout .featured-article .featured-article__inner .featured-article__content .featured-article__title .featured-article__title a {
  color: inherit;
  text-decoration: none;
}
.blog .blog-layout .featured-article .featured-article__inner .featured-article__content .featured-article__excerpt {
  color: #666;
  margin-bottom: 1.5rem;
}
.blog .blog-layout .blog-content {
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 2rem;
}
@media (max-width: 62em) {
  .blog .blog-layout .blog-content {
    grid-template-columns: 1fr;
  }
}
.blog .blog-layout .blog-content .blog-grid .blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  display: flex;
  flex-direction: column;
}
.blog .blog-layout .blog-content .blog-grid .blog-card .blog-card__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.blog .blog-layout .blog-content .blog-grid .blog-card .blog-card__content {
  padding: 1.8rem;
}
.blog .blog-layout .blog-content .blog-grid .blog-card .blog-card__content .blog-card__category {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.35em 0.8em;
  background: #be9b4b;
  color: #111;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
}
.blog .blog-layout .blog-content .blog-grid .blog-card .blog-card__content .blog-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}
.blog .blog-layout .blog-content .blog-grid .blog-card .blog-card__content .blog-card__excerpt {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}
.blog .blog-layout .blog-content .blog-grid .blog-card .blog-card__content .blog-card__readmore {
  font-size: 0.85rem;
  font-weight: 600;
  color: #be9b4b;
  text-decoration: none;
}
@media (max-width: 62em) {
  .blog .blog-layout .blog-content .blog-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    order: -1;
  }
}
@media (max-width: 48em) {
  .blog .blog-layout .blog-content .blog-sidebar {
    grid-template-columns: 1fr;
  }
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories {
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.8rem;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__title {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__list .blog-categories__item {
  margin-bottom: 0.6rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__list .blog-categories__item:last-child {
  margin-bottom: 0;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__list .blog-categories__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #666;
  padding: 0.4rem 0;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__list .blog-categories__item a:hover {
  color: #111;
}
.blog .blog-layout .blog-content .blog-sidebar .blog-categories .blog-categories__list .blog-categories__item .blog-categories__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  font-size: 0.75rem;
  background: #f2f2f2;
  color: #666;
  border-radius: 999px;
}
.blog .blog-layout .blog-cta .widget {
  margin-bottom: 0;
}

.pagination-ui {
  margin: 3rem 0;
}
.pagination-ui .pagination-ui__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-ui .pagination-ui__item a,
.pagination-ui .pagination-ui__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.9rem;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #111;
  background: transparent;
  text-decoration: none;
  border: 1px solid transparent;
}
.pagination-ui .pagination-ui__item a:hover {
  border-color: #e0e0e0;
}
.pagination-ui .pagination-ui__item.is-current span {
  background: #fff;
  border: 1px solid #e0e0e0;
  font-weight: 600;
}
.pagination-ui .pagination-ui__item.is-dots {
  pointer-events: none;
  font-size: 1rem;
  padding: 0 0.3rem;
}

.blog-post_single .entry-header {
  margin-bottom: 2rem;
}
.blog-post_single .entry-header .entry-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.blog-post_single .entry-header .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: #666;
}
.blog-post_single .post-thumbnail {
  width: 100%;
  max-height: 550px;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
}
.blog-post_single .post-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-post_single .post-thumbnail .entry-category {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35em 1.5em;
  background: #be9b4b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.blog-post_single .entry-content--with-toc {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
}
@media (max-width: 62em) {
  .blog-post_single .entry-content--with-toc {
    grid-template-columns: 1fr;
  }
}
.blog-post_single .entry-content--with-toc .entry-toc {
  position: relative;
}
.blog-post_single .entry-content--with-toc .entry-toc .custom-toc {
  position: sticky;
  top: 50px;
  max-height: calc(100vh - 160px);
  padding: 15px 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  border: 1px solid #ccc;
}
.blog-post_single .entry-content--with-toc .entry-toc .custom-toc .custom-toc__title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.blog-post_single .entry-content--with-toc .entry-toc .custom-toc .custom-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post_single .entry-content--with-toc .entry-toc .custom-toc .custom-toc__list.scrollable {
  overflow-y: auto;
  max-height: 380px;
}
.blog-post_single .entry-content--with-toc .entry-toc .custom-toc .custom-toc__list .custom-toc__item {
  padding: 4px 0;
}
.blog-post_single .entry-content--with-toc .entry-toc .custom-toc .custom-toc__list .custom-toc__item a {
  color: #737373;
}
.blog-post_single .entry-content--with-toc .entry-main {
  min-width: 0;
}
.blog-post_single .related-posts {
  margin-bottom: 4rem;
}
.blog-post_single .related-posts .blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  display: flex;
  flex-direction: column;
}
.blog-post_single .related-posts .blog-card .blog-card__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.blog-post_single .related-posts .blog-card .blog-card__content {
  padding: 1.8rem;
}
.blog-post_single .related-posts .blog-card .blog-card__content .blog-card__category {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.35em 0.8em;
  background: #be9b4b;
  color: #111;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
}
.blog-post_single .related-posts .blog-card .blog-card__content .blog-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}
.blog-post_single .related-posts .blog-card .blog-card__content .blog-card__excerpt {
  display: none;
}
.blog-post_single .related-posts .blog-card .blog-card__content .blog-card__readmore {
  font-size: 0.85rem;
  font-weight: 600;
  color: #be9b4b;
  text-decoration: none;
}

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