/*!
Theme Name: MullenLowe
Theme URI: http://underscores.me/
Author: MullenLowe
Author URI: http://underscores.me/
Description: Description
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: mullenlowe
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.

MullenLowe 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
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;
  -webkit-text-decoration: underline dotted;
          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: #404040;
  font-family: -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;
}

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: #fff;
}

hr {
  background-color: #ccc;
  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: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
--------------------------------------------------------------*/
/* 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: 1220px) {
  .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 0 1.5em;
}

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

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

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

/*Custom*/
:root {
  --grey: #F1F2F3;
  --primary: #232323;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Spectral", serif;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}

#main-header {
  background: var(--grey);
  display: flex;
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 50;
}

.main-page-title {
  line-height: 110%;
  text-align: center;
  margin-bottom: 80px;
  font-size: 119px;
  font-style: normal;
  font-weight: 400;
}

.header-inner {
  align-items: center;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 0 112px;
}

#logo {
  max-width: 250px;
  height: auto;
}

.main-navigation {
  width: auto;
}

#primary-menu {
  gap: 10px;
}
#primary-menu li {
  position: relative;
}
#primary-menu li a {
  padding: 0 12px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all 0.5s ease;
}
#primary-menu li a:hover {
  background: #ffffff;
}
#primary-menu li.current-menu-item a {
  background-color: var(--primary) !important;
  color: #ffffff;
}
#primary-menu li:last-child {
  padding-left: 32px;
}
#primary-menu li:last-child::before {
  content: " ";
  width: 1px;
  height: 16px;
  display: block;
  background: #B5B5B5;
  position: absolute;
  left: 12px;
  top: calc(50% - 8px);
}

.menu-toggle-wrapper {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 10px;
  z-index: 116;
  display: none;
}

#menu-bars-wrapper {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.menu-toggle .bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000000;
  transition: all 300ms ease;
}

.menu-toggle .bar:nth-child(1) {
  left: 0px;
  top: 0px;
}

.menu-toggle .bar:nth-child(2) {
  left: 0px;
  top: 12px;
  width: 30px;
  border-radius: 0px;
}

.menu-toggle .bar:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 3px;
  background: #000000;
  transition: all 300ms ease;
  border-radius: 0px;
}

.menu-toggle .bar:nth-child(3) {
  height: 3px;
  right: 0px;
  top: 25px;
}

.menu-toggle .bar {
  border-radius: 0px;
  position: absolute;
  top: 0px;
  display: block;
  line-height: 100%;
}

.menu-toggle:hover .bar:nth-child(3) {
  background: #000000;
  width: 30px;
}

.toggled .menu-toggle {
  /* position: absolute; */
}

.toggled .menu-toggle .bar {
  background: #000000;
}

.toggled .menu-toggle .bar:nth-child(1),
.toggled .menu-toggle .bar:nth-child(3) {
  width: 0;
}

.toggled .menu-toggle .bar:nth-child(2) {
  transform: rotate(-45deg);
  width: 30px;
}

.toggled .menu-toggle .bar:nth-child(2):after {
  transform: rotate(-90deg);
  background: #000000;
  width: 30px;
}

.hero-video {
  background-color: var(--primary);
  width: 100%;
  height: auto;
  padding: 112px 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-inner {
  color: var(--Base-White, #FFF);
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fw-video {
  height: 1000px;
}

.video-bg-wrapper {
  position: relative;
  overflow: hideden;
}
.video-bg-wrapper > div {
  position: relative;
  z-index: 2;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* equivalent to background-size: cover */
  transform: translate(-50%, -50%);
  z-index: 1;
}

.arrow-down-animated {
  width: 24px;
  height: 24px;
  display: block;
  text-decoration: none;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 40px;
  animation: arrowBounce 1.6s ease-in-out infinite;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.pages-section {
  padding: 96px 112px;
}

.competences-wrapper {
  background-size: cover;
  background-image: url(/wp-content/themes/mullenlowe/img/competences_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

#competences-box {
  margin: 96px 0;
  display: flex;
  gap: 32px;
}

#competences-nav {
  min-width: 400px;
}

#competences-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#competences-menu li a {
  display: block;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background-color: #F1F2F3;
}
#competences-menu li a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 32px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19 12.75C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25L19 12L19 12.75ZM3 12L3 12.75L19 12.75L19 12L19 11.25L3 11.25L3 12Z' fill='%23232323'/><path d='M18 15L21 12L18 9' fill='%23232323'/></svg>");
}
#competences-menu li a:hover {
  background-color: var(--grey);
  border-left: 4px solid var(--primary);
}
#competences-menu li a.active {
  border-left: 4px solid var(--primary);
  justify-content: flex-start;
  background-color: #ffffff;
}

#competences-content {
  padding: 40px;
  background-color: var(--primary);
  color: #ffffff;
  text-align: left;
}
#competences-content h3 {
  color: #FFF;
  /* Header/H2 */
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #868686;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
}
#competences-content h3::after {
  content: " ";
  width: 16px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
}
#competences-content .competence-content {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.competence-pos {
  display: none;
}

.competence-pos.active {
  display: block;
}

.people-section h2 {
  margin-bottom: 24px;
}

#people-container {
  margin: 96px auto 0 auto;
}

#people-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  gap: 32px;
}

.person-team-pos {
  overflow: hidden;
  aspect-ratio: 1/1;
  color: #ffffff;
  position: relative;
  background-size: cover;
  cursor: pointer;
}

.person-team-details {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  transition: 0.5s all ease;
}
.person-team-details h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.person-team-position {
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.person-team-main {
  padding: 24px;
}

.person-team-description {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s all ease;
  padding: 0 24px 0 24px;
}

.person-team-pos:hover .person-team-description {
  max-height: 500px;
  padding: 0 24px 24px 24px;
}

.person-team-pos.active .person-team-description {
  max-height: 500px;
  padding: 0 24px 24px 24px;
}

.in-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
}

.primary-btn {
  background: var(--primary);
  display: inline-flex;
  border: 1px solid var(--primary);
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.primary-btn-outline {
  border: 1px solid #ffffff;
}

.primary-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19 12.75C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25L19 12L19 12.75Z' fill='%23232323'/><path d='M3 12L3 12.75L19 12.75L19 12L19 11.25L3 11.25L3 12Z' fill='%23232323'/><path d='M18 15L21 12L18 9' fill='%23232323'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.primary-btn-outline {
  border: 1px solid #ffffff;
}

.primary-btn-outline::after {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19 12.75C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25L19 12L19 12.75Z' fill='%23ffffff'/><path d='M3 12L3 12.75L19 12.75L19 12L19 11.25L3 11.25L3 12Z' fill='%23ffffff'/><path d='M18 15L21 12L18 9' fill='%23ffffff'/></svg>");
}

.primary-btn-light {
  background-color: #ffffff;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.primary-btn span, .primary-btn svg {
  position: relative;
  z-index: 5;
  transition: all 0.2s ease;
}

.primary-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: " ";
  transition: all ease 0.2s;
  background: #000000;
}

.primary-btn.primary-btn-outline::before {
  background-color: #ffffff;
}

.primary-btn:hover {
  color: var(--primary);
  transition: all ease 0.2s;
}

.primary-btn:hover span {
  color: #ffffff;
}

.primary-btn.primary-btn-outline:hover span {
  color: #000000;
}

.primary-btn:hover::after {
  filter: invert(1);
}

.primary-btn:hover::before {
  width: 100%;
}

.in-numbers-col-1 {
  text-align: left;
}
.in-numbers-col-1 h2 {
  text-align: left;
  margin-bottom: 24px;
}
.in-numbers-col-1 p {
  text-align: left;
  margin-bottom: 48px;
}

.in-bumbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: #ebebeb;
}

.in-bumbers-pos {
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in-bumbers-pos:nth-child(even) {
  background: #FAFAFA;
}

.in-bumbers-img {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-bumbers-img img {
  width: 100%;
  height: auto;
}

.in-bumbers-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
  line-height: 110%;
}

.in-bumbers-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.certificates-list {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  margin: 56px auto 0 auto;
  width: 100%;
  max-width: 1600px;
  flex-wrap: wrap;
}
.certificates-list img {
  height: 120px;
  width: auto;
}

.section-dark {
  color: #ffffff;
  background-color: var(--primary);
}

.news-block {
  overflow: hidden;
}
.news-block h2 {
  color: #ffffff;
  margin-bottom: 24px;
}

#news-latest {
  max-width: 1696px;
  width: 100%;
  margin: 96px auto;
}

.latest-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.post-image {
  height: auto;
  max-height: 260px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
.post-image img {
  width: 100%;
  display: block;
  aspect-ratio: 393/260;
  transition: 0.5s all ease-in;
}

.post-item:hover .post-image img {
  transform: scale(1.2);
  /* 20% larger */
}

.post-box-content {
  height: calc(100% - 260px);
  background: #ffffff;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  padding: 24px;
  text-align: left;
  position: relative;
  justify-content: space-between;
}

.post-category {
  display: flex;
  gap: 8px;
}

.category-badge {
  color: #ffffff;
  display: flex;
  height: 24px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Base-White, #FFF);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.post-title {
  margin: 10px 0;
}

.post-title a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--primary);
  text-decoration: none !important;
  line-height: 120%;
}

.post-link {
  text-align: left;
}
.post-link a {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--primary);
  display: inline-flex;
  gap: 8px;
}
.post-link a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19 12.75C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25L19 12L19 12.75Z' fill='%23232323'/><path d='M3 12L3 12.75L19 12.75L19 12L19 11.25L3 11.25L3 12Z' fill='%23232323'/><path d='M18 15L21 12L18 9' fill='%23232323'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.realizations-section > a {
  margin-top: 80px;
}
.realizations-section h2 {
  margin-bottom: 96px;
}

.realization-image {
  height: 260px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
.realization-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease;
}

.realization-title-and-client {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.realization-title-and-client h3 {
  margin: 8px 0 0 0;
  text-align: left;
}

#realizations-content {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.realization-pos .realization-image {
  height: 954px;
}

.realization-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.realization-row > .realization-pos .realization-image {
  height: 846px;
}

.realization-combined {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.realization-combined > .realization-pos {
  height: calc(50% - 16px);
}
.realization-combined > .realization-pos .realization-image {
  height: 364px;
}

.career-icons {
  background: #F1F2F3;
}

.career-icons-inner {
  padding: 80px 24px;
  max-width: 1310px;
  margin: 0 auto;
  gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.career-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.career-icon-img {
  width: 88px;
  height: 88px;
  background: #ffffff;
  border-radius: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.career-icon-img img {
  transform: scale(0.7);
}

.career-icon-title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.career-icon-content {
  font-size: 16px;
  line-height: 24px;
}

.career-block h1 {
  margin-bottom: 44px;
}

#career-job-offers {
  margin: 60px auto 96px auto;
}

#career-job-offers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 1310px;
}

.career-job-offers-pos {
  display: flex;
  padding: 32px;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid var(--primary);
  width: 100%;
  text-decoration: none;
  color: var(--primary);
  gap: 0px;
  flex-direction: column;
  position: relative;
}

.career-job-offers-pos::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url('data:image/svg+xml;utf8,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.625 17.5312C27.1945 17.5312 27.6563 17.0695 27.6562 16.5C27.6562 15.9305 27.1945 15.4687 26.625 15.4687L26.625 16.5L26.625 17.5312ZM4.625 16.5L4.625 17.5312L26.625 17.5312L26.625 16.5L26.625 15.4687L4.625 15.4688L4.625 16.5Z" fill="%23232323"/><path d="M24.75 20.625L28.875 16.5L24.75 12.375" fill="%23232323"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.career-job-offer-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.career-job-offer-type {
  font-size: 16px;
}
.career-job-offer-type span {
  margin: 0 8px;
}

.how-we-work-section {
  padding: 0px 0 60px 0;
}

.section-headline {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.how-we-work-boxes {
  margin-top: 80px;
}

.how-we-work-boxes-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.how-we-work-box {
  width: 320px;
  width: 100%;
  max-width: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.how-we-work-box-title {
  font-size: 40px;
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.how-we-work-box-content {
  font-size: 20px;
}

.how-we-work-box-separator {
  margin-top: 12px;
}

.how-we-work-box-last-child::after {
  display: none;
}

.development-section {
  padding: 96px 0;
  background-color: #EBEBEB;
  background-image: url(/wp-content/themes/mullenlowe/img/large_figure_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.development-layout {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  gap: 96px;
  padding: 0 24px;
}

.development-img img {
  min-width: 400px;
  max-width: 400px;
  width: 100%;
  height: autto;
}

.development-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.development-content h3 {
  text-align: left;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  margin: 0;
  /* 121.429% */
}
.development-content p {
  text-align: left;
  font-size: 20px;
  margin: 24px 0 72px 0;
}
.contact-map-section {
  background-image: url(/wp-content/themes/mullenlowe/img/contact_map_desktop.webp);
  background-size: auto 100%;
  background-position: center center;
  padding: 128px 112px 276px 112px;
  overflow: auto;
}

.contact-map-section-box {
  color: #ffffff;
  background-color: var(--primary);
  padding: 47px 60px 43px 60px;
  text-align: left;
  float: right;
  min-width: 560px;
}
.contact-map-section-box h2 {
  margin: 0;
  color: #ffffff;
  text-align: left;
}
.contact-map-section-box p {
  margin: 24px 0;
}
.contact-map-section-box a {
  color: #ffffff;
}

.contact-sm-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  margin: 60px;
  color: #ffffff;
  padding: 0px 0px 0 117px;
}

.contact-sm {
  max-width: 1692px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 6px;
  gap: 58px;
}

.contact-sm-contact {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.contact-sm-contact h2 {
  color: #ffffff;
  text-align: left;
  line-height: 120%;
  margin-bottom: 58px;
}

.contact-sm-img img {
  display: block;
}

#logo-link {
  display: block;
  text-decoration: none;
}

#social-media-links-contact {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
#social-media-links-contact a {
  text-decoration: none;
  display: block;
}

.contact-block {
  padding-bottom: 40px;
}
.contact-block h1 {
  margin-bottom: 0;
}

@media screen and (max-width: 1540px) {
  .contact-sm-section {
    padding-left: 40px;
    font-size: 40px;
  }
  .contact-sm-section {
    margin: 36px;
  }
  .contact-map-section {
    background-position: -430px center;
  }
}
@media screen and (max-width: 1440px) {
  .main-page-title {
    font-size: 56px;
  }
  .hero-inner {
    font-size: 46px;
  }
  #competences-content h3 {
    font-size: 30px;
  }
  #people-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .certificates-list img {
    height: 64px;
  }
  .latest-posts {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 112px;
    margin-left: -112px;
    width: 100vw;
  }
  .latest-posts .post-item {
    min-width: 320px;
  }
  .latest-posts.latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    scroll-snap-type: inherit;
  }
}
@media screen and (max-width: 1219px) {
  .menu-main-menu-container {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: var(--grey);
  }
  #primary-menu {
    padding-bottom: 40px;
  }
  #primary-menu li:last-child {
    padding-left: 0px;
    padding-top: 32px;
  }
  #primary-menu li:last-child::before {
    content: " ";
    width: 16px;
    height: 1px;
    display: block;
    background: #B5B5B5;
    position: absolute;
    left: calc(50% - 8px);
    top: 16px;
  }
}
#apply-btn {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 112px;
  background: #000000;
  display: flex;
  width: 138px;
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  color: #ffffff;
  text-decoration: none;
}

#hero {
  display: flex;
  width: calc(100% - 60px);
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 96px 30px;
}

h1 {
  color: var(--primary);
  text-align: center;
  margin: 0;
  font-size: 119px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 78.992% */
}

h2 {
  color: var(--primary);
  text-align: center;
  margin: 0;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  /* 69.643% */
}

.lead {
  max-width: 996px;
  margin: 0 auto;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
#banner {
  display: flex;
  width: calc(100% - 60px);
  height: 138px;
  padding: 80px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  /* 85% */
  background-image: url(../img/banner_bg.webp);
  background-size: cover;
  background-position: center;
  background-size: 1920px auto;
  background-repeat: no-repeat;
}
#banner div::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 70px;
  background: #FFF;
  margin-left: 0px;
  animation: blink 1s infinite;
}

#main-wrapper {
  display: flex;
  padding: 86px 112px 96px 112px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  max-width: 1726px;
  Margin: 0 auto;
}

#nextstep-header {
  margin-bottom: 60px;
  padding: 0 24px;
}
#nextstep-header h2 {
  margin-bottom: 60px;
}

#nextstep-header p.lead:first-of-type {
  margin-bottom: 30px;
}

.two-columns {
  display: flex;
  gap: 0px;
  width: 100%;
}

.column {
  flex: 1;
  padding: 126px 114px;
  background-color: var(--grey);
  text-align: left;
}

.two-columns h3 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 69.643% */
}

.two-columns p {
  color: var(--primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}

.two-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.two-columns li {
  position: relative;
  padding-left: 49px;
}

.two-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url('data:image/svg+xml;utf8,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.625 17.5312C27.1945 17.5312 27.6563 17.0695 27.6562 16.5C27.6562 15.9305 27.1945 15.4687 26.625 15.4687L26.625 16.5L26.625 17.5312ZM4.625 16.5L4.625 17.5312L26.625 17.5312L26.625 16.5L26.625 15.4687L4.625 15.4688L4.625 16.5Z" fill="%23232323"/><path d="M24.75 20.625L28.875 16.5L24.75 12.375" fill="%23232323"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.column-dark {
  background-color: var(--primary);
  color: #FFF;
}

.two-columns .column-dark li::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.625 17.5312C27.1945 17.5312 27.6563 17.0695 27.6562 16.5C27.6562 15.9305 27.1945 15.4687 26.625 15.4687L26.625 16.5L26.625 17.5312ZM4.625 16.5L4.625 17.5312L26.625 17.5312L26.625 16.5L26.625 15.4687L4.625 15.4688L4.625 16.5Z" fill="%23FFF"/><path d="M24.75 20.625L28.875 16.5L24.75 12.375" fill="%23FFF"/></svg>');
}

.two-columns-career h3 {
  margin: 0 0 24px 0;
}
.two-columns-career p {
  font-size: 20px;
  font-weight: 400;
}
.two-columns-career .primary-btn {
  margin-top: 24px;
}
.two-columns-career .division .person-name p {
  font-size: 32px;
}
.two-columns-career .division .person-title p {
  font-size: 20px;
  font-weight: 400;
}
.two-columns-career .division .career-link {
  color: var(--primary);
  font-size: 18px;
}

.person-title {
  margin-bottom: 16px;
}

#box-illustration {
  width: 100%;
  height: auto;
}

#aplikuj {
  background-color: var(--primary);
  width: calc(100% - 120px);
  padding: 96px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  max-width: 1726px;
}
#aplikuj h2 {
  color: #ffffff;
}

#apply-form {
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.form-label {
  color: #D4D4D8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-align: left;
}

.form-text-input {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 18px;
  padding: 12px 16px;
  width: calc(100% - 32px);
  border: 0;
  border-radius: 0;
}

.form-row {
  display: flex;
  gap: 24px;
  width: 100%;
}

.form-row > div {
  flex: 1;
}

.just-validate-error-label {
  font-size: 14px;
  text-align: left;
}

#submit-form {
  display: flex;
  width: 186px;
  height: 48px;
  padding: 0 24px 0 55px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #FFF;
  background: var(--primary);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

legend {
  color: #71717B;
  text-align: center;
  font-family: "Wolpe Pegasus";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

#contact {
  background-color: var(--primary);
  color: #ffffff;
  position: relative;
}

#footer-illustration {
  position: absolute;
  top: 350px;
  left: 0;
  max-width: 443px;
  width: 23.07vw;
  height: auto;
}

#contact-inner {
  padding: 86px 112px 96px 112px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1726px;
  margin: 0 auto;
}

#contact-1 h2 {
  color: #ffffff;
  text-align: left;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}

#contact-2 {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.division {
  text-align: left;
}

.division h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

.person {
  gap: 32px;
  display: flex;
}

.person p {
  margin: 0;
}

.person-photo img {
  width: 64px;
  height: auto;
  border-radius: 100%;
}

.person-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.person-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.person-email {
  margin-top: 24px;
}

.person-email a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

#contact-3 {
  text-align: left;
}

#contact-3 h2 {
  color: #ffffff;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#contact-details {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 100px;
}

.phone-link {
  text-decoration: none;
  color: #ffffff;
}

.email-link {
  text-decoration: underline;
  color: #ffffff;
  font-size: 16px;
}

#map-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

footer {
  background-color: var(--primary);
  color: #ffffff;
  width: 100%;
  padding: 0 112px;
  width: 100%;
}

#footer-inner {
  border-top: 1px solid #ffffff;
  display: flex;
  height: 120px;
  padding: 8px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  max-width: 1726px;
  margin: 0 auto;
}

#footer-logo {
  width: 243px;
  height: auto;
}

#social-media-links {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

#footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

#footer-menu ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
}

.dropzone {
  position: relative;
  padding: 10px;
  cursor: pointer;
  background: #18181B;
  transition: 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dropzone:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.dropzone:hover {
  border-color: #999999;
  background: #f8fafc;
}

.dropzone.is-dragover {
  border-color: #ededed;
  background: #eff6ff;
}

.dropzone__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dropzone__ui {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dropzone__title {
  font-size: 16px;
  color: #9F9FA9;
}

.dropzone__hint {
  font-size: 13px;
  color: #64748b;
}

.dropzone__meta {
  font-size: 14px;
  color: #9F9FA9;
}

#dropzone-info {
  color: #71717B;
  font-size: 12px;
  display: block;
  text-align: left;
}

/*POST*/
.entry-title {
  font-size: 56px;
  margin: 60px;
}

.entry-content {
  text-align: left;
  padding: 30px;
  font-size: 16px;
}
.entry-content a {
  color: var(--primary);
}
.entry-content h1 {
  font-size: 40px;
}

.box-logo {
  height: 33px;
  width: auto;
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 1380px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  p {
    line-height: 24px;
  }
  h1 {
    font-size: 86px;
    line-height: 76px;
  }
  h2 {
    font-size: 40px;
    line-height: 100%;
  }
  #banner {
    font-size: 52px;
    line-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #banner div::after {
    height: 50px;
  }
  #hero {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
  #main-wrapper {
    padding: 60px 60px 60px 60px;
  }
  .header-inner {
    padding: 0 60px;
  }
  #nextstep-header h2 {
    margin-bottom: 40px;
  }
  .column {
    flex: 1;
    padding: 60px;
  }
  .two-columns h3 {
    font-size: 36px;
    margin-top: 0;
  }
  .two-columns p {
    color: var(--primary);
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .two-columns ul {
    font-size: 16px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #contact-inner {
    gap: 30px;
  }
  #contact-1 h2 {
    font-size: 46px;
    line-height: 120%;
  }
  .person-name {
    font-size: 20px;
  }
  #social-media-links {
    gap: 24px;
  }
  #social-media-links a svg {
    width: 24px;
    height: auto;
  }
  #footer-menu ul {
    gap: 24px;
  }
}
#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#loader.active {
  display: flex;
}

#form-thp {
  display: none;
}

#form-thp.active {
  display: flex;
}

@media screen and (max-width: 1240px) {
  .entry-title {
    font-size: 40px;
    margin: 40px;
    line-height: 120%;
  }
  #footer-inner {
    flex-direction: column;
    gap: 0;
    padding: 40px 20px;
    height: auto;
  }
  #social-media-links {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 40px;
    width: calc(100% - 40px);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .division {
    text-align: center;
  }
  .person {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .how-we-work-box-title {
    font-size: 32px;
  }
  .how-we-work-box-content {
    font-size: 18px;
  }
  .contact-sm-section {
    padding: 0;
  }
  .contact-sm {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
  .contact-sm-contact {
    order: 2;
    align-items: center;
  }
  .contact-sm-img {
    order: 1;
  }
  .contact-sm-contact h2 {
    text-align: center;
  }
  .contact-map-section {
    background-position: -530px center;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.how-we-work-box-separator-mobile {
  display: none;
}

@media screen and (max-width: 990px) {
  #footer-illustration {
    position: relative;
    top: inherit;
    left: inherit;
    width: 44vw;
  }
  #contact {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
  #contact-1 h2 {
    text-align: center;
  }
  #contact-inner {
    flex-direction: column;
    display: flex;
  }
  #contact-3 h2 {
    text-align: center;
  }
  #contact-3 {
    text-align: center;
  }
  #main-wrapper {
    padding: 60px 20px;
  }
  #main-header {
    justify-content: space-between;
    padding: 0px;
    width: 100%;
  }
  .header-inner {
    padding: 0 24px;
  }
  #apply-btn {
    position: relative;
    margin: 0;
    top: inherit;
    right: inherit;
  }
  .hero-video {
    padding: 160px 24px;
  }
  .hero-inner {
    font-size: 40px;
  }
  .pages-section {
    padding: 40px 24px 40px 24px;
  }
  #competences-box {
    flex-direction: column;
    margin: 24px 0;
  }
  #competences-menu {
    width: 100vw;
    margin-left: -24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    padding: 0 24px;
  }
  #competences-menu li a {
    font-size: 16px;
    justify-content: center;
    height: 48px;
    padding: 24px 16px;
    white-space: nowrap;
  }
  #competences-menu li a:after {
    display: none;
  }
  #competences-menu li a.active {
    border-left: 1px solid var(--primary);
    border-bottom: 4px solid var(--primary);
  }
  #competences-content {
    padding: 24px 16px;
    gap: 24px;
  }
  #people-container,
  #news-latest {
    margin: 24px auto 24px auto;
  }
  .in-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .two-columns-career {
    flex-direction: column;
  }
  .latest-posts {
    padding: 0 24px;
    margin-left: -24px;
    width: 100vw;
  }
  .how-we-work-boxes-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .how-we-work-box-separator {
    display: none;
  }
  .how-we-work-box-separator-mobile {
    display: block;
  }
  .development-section {
    padding: 40px 24px;
  }
  .development-layout {
    flex-direction: column;
    gap: 24px;
  }
  .development-img {
    order: 2;
  }
  .development-content {
    order: 1;
    text-align: center;
    align-items: center;
  }
  .development-content a {
    background: transparent;
  }
  .development-content h3 {
    font-size: 40px;
    text-align: center;
    line-height: 120%;
  }
  .development-content p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
  .development-section {
    padding: 40px 0;
    background-image: url(/wp-content/themes/mullenlowe/img/large_figure_bg_mobile.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .development-img img {
    min-width: 246px;
    max-width: 246px;
  }
  .contact-map-section {
    padding: 490px 0 0;
    background-size: auto 490px;
    background-position: center -440px;
  }
  .contact-map-section-box {
    width: 100%;
    text-align: center;
    padding: 40px 24px;
    min-width: auto;
  }
  .contact-map-section-box h2 {
    text-align: center;
  }
  .contact-map-section-box p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 55px;
    line-height: 54px;
  }
  .main-page-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  #jak-pracujemy h2 {
    font-size: 30px;
  }
  #main-wrapper {
    padding: 60px 0px;
  }
  #aplikuj {
    padding: 60px 24px;
    margin: 0 24px;
    width: calc(100% - 96px);
  }
  #people-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-video {
    padding: 100px 24px;
  }
  .latest-posts.latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    scroll-snap-type: inherit;
  }
  .latest-posts.latest-posts-grid .post-image {
    height: 260px;
    max-height: 260px;
  }
  .latest-posts.latest-posts-grid .post-box-content {
    height: calc(100% - 260px);
  }
  .career-icons-inner {
    padding: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #apply-btn {
    width: 122px;
    height: 44px;
  }
  #logo {
    max-width: 200px;
  }
  #hero {
    gap: 24px;
  }
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 100%;
  }
  #banner {
    padding: 40px 24px;
    width: calc(100% - 48px);
    font-size: 28px;
    line-height: 100%;
  }
  #banner div::after {
    height: 18px;
    margin-left: 8px;
  }
  .two-columns {
    flex-direction: column;
  }
  .column {
    padding: 60px 24px;
  }
  .two-columns h3 {
    text-align: center;
    font-size: 28px;
  }
  .two-columns li::before {
    width: 12px;
    height: auto;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .two-columns li {
    padding-left: 30px;
  }
  #box-illustration-wrapper {
    display: none !important;
  }
  .form-row {
    flex-direction: column;
    width: 100%;
  }
  .form-wrapper {
    width: 100%;
  }
  #aplikuj {
    gap: 30px;
  }
  .form-text-input {
    font-size: 16px;
  }
  #contact-1 h2 {
    font-size: 40px;
  }
  #contact-inner {
    padding: 40px 0;
  }
  .division {
    padding-left: 24px;
    padding-right: 24px;
  }
  #contact-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  footer {
    width: 100%;
    padding: 0;
  }
  #footer-menu ul {
    flex-direction: column;
  }
  #footer-illustration {
    width: 80%;
  }
  #contact {
    padding-bottom: 30px;
  }
  #people-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .in-numbers {
    gap: 40px;
  }
  .box-logo {
    width: 100%;
    height: auto;
    max-width: 60%;
  }
  .latest-posts .post-item {
    min-width: 260px;
  }
  .post-image {
    height: 172px;
    max-height: 172px;
  }
  .post-box-content {
    height: calc(100% - 172px);
  }
  .in-bumbers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .in-bumbers-img {
    width: 48px;
    height: 48px;
  }
  .in-bumbers-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 440px) {
  #apply-btn {
    width: 100px;
    padding: 0 8px 0 12px;
    gap: 8px;
  }
  #logo {
    max-width: 180px;
  }
  .career-icons-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*custom*/
.post-box-content {
  background: #F1F2F3;
}

.post-item {
  background: #F1F2F3;
}/*# sourceMappingURL=style.css.map */