/*!
Theme Name: Lynch Electrical
Theme URI: http://underscores.me/
Author: Alley Kat Design
Author URI: https://alleykatdesign.com
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: lynch-electrical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! 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;
	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;
}

/* 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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# 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: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 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
--------------------------------------------------------------*/
/* 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
--------------------------------------------------------------*/
/* 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;
}

.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 variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media query mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
:root {
	--testimonial-width: 760px;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	background: #0b0b0b;
	color: #ffffff;
	overflow-x: hidden;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: neue-haas-grotesk-display, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}

i[class^="fa"] {
	color: inherit;
}

.main-navigation a,
.main-navigation a:visited,
.site-header__contact-link,
.site-header__contact-link:visited,
.site-header__socials a,
.site-header__socials a:visited,
.site-footer a,
.site-footer a:visited,
.btn,
.btn:visited {
	color: inherit;
}

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

.site {
	overflow: visible;
}

.site-main {
	background: #0b0b0b;
}

.container {
	max-width: 75em;
	padding: 0 20px;
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.container {
		max-width: 83em;
	}
}

@media (min-width: 1920px) {
	.container {
		max-width: 95em;
	}
}

.section-dark {
	padding: 72px 0;
	background: #0b0b0b;
	color: #ffffff;
}

.wysiwyg {
	line-height: 1.7;
	color: #cccccc;
}

.wysiwyg p:first-child {
	margin-top: 0;
}

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

.breadcrumbs {
	margin: 12px 0 0;
	font-size: 0.95rem;
	color: #cccccc;
}

.section-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 26px;
}

.section-action::before {
	content: "";
	flex: 1;
	height: 3px;
	background: #fff;
	margin-right: 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #111111;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	transition: transform 0.35s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-sticky {
	background: rgba(17, 17, 17, 0.96);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.site-header.is-hidden {
	transform: translateY(-100%);
}

.site-header__top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.95rem;
}

.site-header__top-inner {
	display: flex;
	justify-content: flex-end;
	padding: 18px 0 16px;
}

.site-header__contact {
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-header__contact-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	font-weight: 500;
	transition: opacity 0.2s ease;
}

.site-header__contact-link:hover {
	opacity: 0.75;
}

.site-header__contact-icon {
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-header__socials,
.site-footer__socials {
	display: flex;
	align-items: center;
	gap: 14px;
}

.site-header__socials a,
.site-footer__socials a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.site-header__socials a:hover,
.site-footer__socials a:hover {
	opacity: 0.75;
}

.site-header__main {
	position: relative;
}

.site-header__main-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 34px 0 36px;
	position: relative;
}

.site-branding {
	flex-shrink: 0;
}

.site-branding__link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.site-branding__mark {
	display: inline-block;
	width: 48px;
	height: 42px;
	background: #0066ff;
	clip-path: polygon(0 0, 58% 0, 100% 36%, 100% 100%, 42% 100%, 42% 58%, 0 58%);
	flex-shrink: 0;
}

.site-branding__text-wrap {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.site-branding__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.site-branding__subtitle {
	font-size: 0.95rem;
	text-transform: uppercase;
	opacity: 0.95;
	margin-top: 4px;
}

.site-logo img {
	max-height: 132px;
	width: 15.23em;
	display: block;
}

.main-navigation {
	margin-left: auto;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	opacity: 0.75;
}

.main-navigation a {
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
}

.main-navigation a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #0057ff;
	transform: translateX(-50%) scaleX(0.2);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.28s ease, opacity 0.28s ease;
	pointer-events: none;
}

.main-navigation a:hover::after, .main-navigation a:focus::after {
	transform: translateX(-50%) scaleX(1);
	opacity: 1;
}

.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after {
	transform: translateX(-50%) scaleX(1);
	opacity: 1;
}

.main-navigation__mobile-meta {
	display: none;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 28px;
	height: 2px;
	background: #ffffff;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-open {
	overflow: hidden;
}

body.admin-bar .site-header {
	top: 32px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn,
.btn:visited,
.btn:hover,
.btn:active,
.btn:focus {
	color: #ffffff;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	padding: 18px 42px;
	font-weight: 700;
	font-size: 1.3125rem;
	line-height: 1;
	text-decoration: none;
	border: 0;
	background: #0057ff;
	position: relative;
	clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
	transition: background-color 0.25s ease;
}

.btn::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 50%;
	bottom: 20px;
	height: 3px;
	background: #ffffff;
	transform: translateX(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform 0.25s ease;
	pointer-events: none;
}

.btn:hover::after,
.btn:focus::after {
	transform: translateX(-50%) scaleX(1);
}

.btn:hover,
.btn:focus {
	transform: none;
}

.btn--primary {
	background: #0057ff;
}

.btn--primary:hover,
.btn--primary:focus {
	background: #0049d6;
}

.btn--dark {
	background: #000000;
}

.btn--dark:hover,
.btn--dark:focus {
	background: #1a1a1a;
}

/*--------------------------------------------------------------
# Footer CTA / Footer
--------------------------------------------------------------*/
.footer-cta {
	background: #ffffff;
	color: #111111;
	padding: 24px 0;
}

.footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.footer-cta__title {
	margin: 0;
	font-size: clamp(1.9rem, 2.7vw, 2.9rem);
	font-weight: 700;
	line-height: 1;
	color: #111111;
	letter-spacing: -0.03em;
}

.site-footer {
	background: #111111;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6;
}

.site-footer__main {
	padding: 42px 0 20px;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 100px 1.1fr 0.9fr;
	gap: 44px;
	align-items: start;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__logo {
	display: inline-flex;
	align-items: center;
}

.site-footer__heading {
	margin: 0 0 14px;
	font-size: 1rem;
	font-weight: 700;
}

.site-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 30px;
}

.site-footer__list li {
	margin: 0 0 0.1em;
	break-inside: avoid;
}

.site-footer__list a {
	transition: opacity 0.2s ease;
}

.site-footer__list a:hover {
	opacity: 0.75;
}

.site-footer__address {
	margin-bottom: 18px;
	line-height: 1.6;
	opacity: 0.9;
}

.site-footer__contact {
	padding-left: 26px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.site-footer__contact-link {
	display: block;
	margin-bottom: 10px;
	transition: opacity 0.2s ease;
}

.site-footer__contact-link:hover {
	opacity: 0.75;
}

.site-footer__bottom {
	padding-top: 16px;
	font-size: 0.8125rem;
	opacity: 0.8;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}

.site-footer ul li {
	margin-bottom: 0;
	opacity: 1;
}

.site-footer .footer-contact p {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Section heading
--------------------------------------------------------------*/
.section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 40px;
	max-width: var(--testimonial-width);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.section-heading__line {
	flex: 1 1 0;
	min-width: 0;
	height: 3px;
	background: #fff;
}

.section-heading__title {
	margin: 0;
	font-size: clamp(2.2rem, 3.2vw, 3.2rem);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.03em;
	flex: 0 1 auto;
	min-width: 0;
}

.section-heading--light .section-heading__line {
	background: rgba(0, 0, 0, 0.15);
}

.section-heading--light .section-heading__title {
	color: #111111;
}

/*--------------------------------------------------------------
# Home hero
--------------------------------------------------------------*/
.home-hero {
	padding: 0 0 56px;
	background: #0b0b0b;
	position: relative;
}

.home-hero__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 0;
	align-items: stretch;
	position: relative;
}

.home-hero__content {
	background: #ffffff;
	color: #111111;
	padding: 22px 0 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%);
	position: relative;
	z-index: 2;
}

.home-hero__content > .container {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 20px;
	padding-right: 42px;
}

@media (min-width: 1240px) {
	.home-hero__content > .container {
		padding-left: calc((100vw - 75em) / 2);
	}
}

@media (min-width: 1600px) {
	.home-hero__content > .container {
		padding-left: calc((100vw - 83em) / 2);
	}
}

@media (min-width: 1920px) {
	.home-hero__content > .container {
		padding-left: calc((100vw - 95em) / 2);
	}
}

.home-hero__content-inner {
	max-width: 460px;
}

.home-hero__eyebrow {
	margin: 0 0 4px;
	font-size: clamp(1.6rem, 2.2vw, 2.25rem);
	line-height: 1;
	color: #3d3d3d;
}

.home-hero__title {
	margin: 0;
	font-size: clamp(2.8rem, 4.4vw, 4.9rem);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #111111;
	max-width: 100%;
}

.home-hero__subtitle {
	margin: 8px 0 10px;
	font-size: clamp(1.6rem, 2.2vw, 2.25rem);
	line-height: 1;
	color: #3d3d3d;
	letter-spacing: -0.02em;
	max-width: 100%;
}

.home-hero__text {
	max-width: 430px;
	color: #444444;
	line-height: 1.5;
	margin-bottom: 22px;
	font-size: 0.96rem;
}

.home-hero__text p {
	margin: 0;
}

.home-hero__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	max-width: 100%;
}

.home-hero__media {
	background: #0b0b0b;
	position: relative;
	margin-left: -80px;
	z-index: 1;
}

.home-hero__image-wrap {
	height: 100%;
	min-height: 345px;
	overflow: hidden;
}

.home-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------------------------------------------------------------
# Services / cards
--------------------------------------------------------------*/
.home-services,
.services-archive,
.services-strip,
.more-services {
	background: #0b0b0b;
}

.services-slider-wrap {
	position: relative;
}

.services-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 0;
	background: #ffffff;
	color: #111111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
	z-index: 5;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.services-slider-arrow--prev {
	left: -86px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.services-slider-arrow--next {
	right: 24px;
}

.services-slider-wrap.is-start .services-slider-arrow--prev {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.services-slider-wrap:not(.is-start) .services-slider-arrow--prev {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.services-slider-wrap.is-end .services-slider-arrow--next {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.services-slider {
	margin: 0;
	padding-left: 0;
}

.services-slider .slick-list {
	overflow: visible;
	margin-right: -30vw;
}

.services-slider .slick-track {
	display: flex;
	margin-left: 0;
}

.services-slider .slick-slide {
	padding-right: 18px;
	padding-left: 0;
	height: inherit;
}

.services-slider .slick-slide > div {
	height: 100%;
}

.card-grid {
	display: grid;
	gap: 24px;
}

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

.service-card,
.project-card {
	position: relative;
	background: #161616;
	overflow: hidden;
	height: 100%;
}

.service-card__link,
.project-card__link {
	display: block;
	position: relative;
	color: #ffffff;
	height: 100%;
}

.service-card__image-wrap,
.project-card__image-wrap {
	height: 485px;
	overflow: hidden;
}

.service-card__image,
.project-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.service-card:hover .service-card__image,
.project-card:hover .project-card__image {
	transform: scale(1.04);
}

.service-card__overlay,
.project-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 22px 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.1));
}

.service-card__title,
.project-card__title {
	margin: 0 0 14px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.service-card__button,
.project-card__button {
	display: inline-block;
	font-size: 0.95rem;
	color: #ffffff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.72);
	padding-bottom: 5px;
}

.home-services .section-action,
.more-services .section-action {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Industries
--------------------------------------------------------------*/
.home-industries {
	background: #0b0b0b;
	padding-top: 24px;
	padding-bottom: 72px;
}

.home-industries__header {
	margin-bottom: 72px;
}

.home-industries__header h2 {
	margin: 0 0 28px;
	font-size: clamp(2.6rem, 4.4vw, 4.8rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
	max-width: 980px;
}

.home-industries__header p {
	margin: 0;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.4;
}

.industries-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4.25em 1.5em;
	margin: 0 0 56px;
	align-items: start;
}

.industry-tile {
	position: relative;
	background: #0057ff;
	min-height: 170px;
	padding: 82px 22px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	flex-direction: column;
	height: 100%;
}

.industry-tile--dark {
	background: #222222;
}

.industry-tile__icon-wrap {
	position: absolute;
	left: 50%;
	top: -42px;
	transform: translateX(-50%);
	width: 108px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.industry-tile__icon {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
	display: block;
}

.industry-tile__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: #ffffff;
	max-width: 300px;
}

.home-industries .section-action {
	justify-content: flex-end;
	margin-top: 18px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.home-testimonials {
	background: #0b0b0b;
}

.testimonial-slider-wrap {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 140px;
}

.testimonial-slider {
	max-width: 760px;
	margin: 0 auto;
}

.testimonial {
	text-align: center;
	position: relative;
	padding-bottom: 48px;
}

.testimonial::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 50em;
	height: 3px;
	background: #fff;
	margin: 40px auto 0;
}

.testimonial__quote {
	margin: 0 auto 24px;
	color: #cccccc;
	line-height: 1.7;
	font-size: 1rem;
	max-width: 100%;
}

.testimonial__quote p {
	margin: 0 0 14px;
}

.testimonial__meta {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
}

.testimonial__quote,
.testimonial__meta {
	overflow-wrap: break-word;
	word-break: normal;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 0;
	background: #ffffff;
	color: #111111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 700;
	box-shadow: none;
	z-index: 5;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.slider-arrow:hover {
	background: #f0f0f0;
}

.slider-arrow--prev {
	left: 0;
}

.slider-arrow--next {
	right: 0;
}

.slider-arrow.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.slider-arrow i,
.services-slider-arrow i {
	font-size: inherit;
	line-height: 1;
	pointer-events: none;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.home-clients {
	background: #ffffff;
	color: #111111;
	padding: 68px 0 34px;
}

.client-logos-wrap {
	position: relative;
	padding: 0 90px;
}

.client-logos-slider .slick-track {
	display: flex;
	align-items: center;
}

.client-logos-slider .slick-slide {
	padding: 0 20px;
}

.client-logos-slider .slick-slide > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.client-logos__item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	text-align: center;
}

.client-logos__item img {
	max-height: 54px;
	width: auto;
	opacity: 0.8;
	margin: 0 auto;
}

.client-logos__item span {
	font-weight: 700;
	letter-spacing: 0.04em;
}

.slider-arrow--light {
	background: transparent;
	color: #111111;
	width: 56px;
	height: 56px;
	font-size: 1.6rem;
}

.slider-arrow--light:hover {
	background: transparent;
	opacity: 0.7;
}

.client-logos-wrap .slider-arrow--prev {
	left: 0;
}

.client-logos-wrap .slider-arrow--next {
	right: 0;
}

/*--------------------------------------------------------------
# Contact panel
--------------------------------------------------------------*/
.contact-panel {
	background: #ffffff;
	color: #111111;
	padding: 16px 0 72px;
}

.contact-panel__card {
	background: transparent;
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.08));
}

.contact-panel__inner {
	background: #efefef;
	padding: 44px 48px 54px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 56px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%);
}

.contact-panel__icon {
	max-width: 92px;
	height: auto;
	margin-bottom: 18px;
}

.contact-panel__intro h2 {
	margin: 0 0 12px;
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 700;
	color: #111111;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.contact-panel__text {
	color: #555555;
	line-height: 1.6;
	font-size: 0.95rem;
}

/*--------------------------------------------------------------
# Page hero / inner pages
--------------------------------------------------------------*/
.page-hero {
	padding: 0;
	background: #0b0b0b;
	width: 100%;
	margin-bottom: 60px;
}

.page-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}

.page-hero__image {
	width: 100%;
	min-height: 420px;
	background: #181818;
}

.page-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-hero__content {
	display: flex;
	align-items: center;
	background: #0b0b0b;
	padding: 60px 40px;
}

.page-hero__content > .container {
	max-width: 520px;
	margin: 0;
	padding: 0;
}

.page-hero__content h1 {
	margin: 0 0 10px;
	font-size: clamp(2.6rem, 4.4vw, 4.4rem);
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: -0.03em;
}

.page-hero__highlight {
	margin: 0;
	font-size: 1.45rem;
	color: #0057ff;
	max-width: 420px;
	line-height: 1.15;
}

.page-hero__text {
	margin-top: 16px;
	max-width: 470px;
}

/*--------------------------------------------------------------
# Default page / generic single
--------------------------------------------------------------*/
.listing-page,
.default-page,
.project-single {
	padding: 70px 0;
	background: #0b0b0b;
	color: #ffffff;
}

.default-page {
	padding-top: 0;
}

.default-page__inner {
	max-width: 920px;
}

.default-page__intro {
	max-width: 760px;
	margin-bottom: 28px;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #cccccc;
}

.default-page__content {
	max-width: 920px;
}

.default-page__content h2,
.default-page__content h3,
.default-page__content h4 {
	margin: 0 0 14px;
	line-height: 1;
	letter-spacing: -0.025em;
}

.default-page__content h2 {
	font-size: clamp(2rem, 3vw, 3rem);
}

.default-page__content h3 {
	font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.default-page__content p,
.default-page__content ul,
.default-page__content ol {
	margin: 0 0 18px;
	font-size: 1rem;
	line-height: 1.7;
	color: #cccccc;
}

.default-page__content ul,
.default-page__content ol {
	padding-left: 22px;
}

.default-page__content strong {
	color: #ffffff;
}

.default-page__content a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.default-page__content img {
	margin: 28px 0;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/
.about-intro {
	padding-top: 48px;
	padding-bottom: 48px;
}

.about-intro__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 26px;
	align-items: center;
	margin-bottom: 34px;
}

.about-intro__content h2 {
	margin: 0 0 16px;
	font-size: clamp(2.1rem, 3vw, 3.1rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.about-intro__content .wysiwyg {
	max-width: 620px;
	font-size: 0.96rem;
	line-height: 1.55;
}

.about-intro__image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact-page {
	background: #ffffff;
	color: #111111;
	padding: 70px 0;
}

.contact-page__card {
	background: #efefef;
	padding: 42px 48px 52px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 60px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%);
}

.contact-page__icon {
	max-width: 90px;
	margin-bottom: 18px;
}

.contact-page__intro h1 {
	margin: 0 0 12px;
	font-size: clamp(2rem, 3vw, 2.75rem);
	font-weight: 700;
	color: #111111;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.contact-page__intro .wysiwyg {
	color: #555;
	font-size: 0.96rem;
	line-height: 1.55;
	max-width: 220px;
}

/*--------------------------------------------------------------
# Services archive
--------------------------------------------------------------*/
.services-archive {
	padding-top: 0;
}

.services-archive .page-hero__highlight {
	max-width: 340px;
}

.services-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.services-archive .service-card__image-wrap {
	height: 485px;
}

.services-archive .service-card__overlay {
	padding: 26px 22px 20px;
}

.services-archive .service-card__title {
	margin: 0 0 14px;
	font-size: 1.2rem;
}

.services-archive .service-card__button {
	font-size: 0.95rem;
	border-bottom-width: 2px;
}

.service-card {
	transition: transform 0.3s ease, filter 0.3s ease;
}

.service-card:hover {
	transform: translateY(-6px);
	filter: brightness(1.05);
}

/*--------------------------------------------------------------
# Single service
--------------------------------------------------------------*/
.service-single-hero,
.page-hero--service {
	padding: 18px 0 38px;
}

.page-hero--service .page-hero__grid {
	grid-template-columns: 0.98fr 1.02fr;
}

.page-hero--service .page-hero__image {
	min-height: 395px;
}

.page-hero--service .page-hero__content {
	padding: 36px 40px;
}

.page-hero--service .page-hero__content h1 {
	font-size: clamp(2.8rem, 4.8vw, 4.8rem);
	line-height: 0.9;
	max-width: 420px;
}

.page-hero--service .wysiwyg,
.page-hero--service .page-hero__text {
	max-width: 460px;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #cccccc;
}

.more-services {
	padding-top: 12px;
}

.more-services .services-slider {
	margin-top: 0;
}

.more-services .service-card__image-wrap {
	height: 485px;
}

.more-services .service-card__overlay {
	padding: 26px 22px 20px;
}

.more-services .service-card__title {
	margin: 0 0 14px;
	font-size: 1.2rem;
}

.more-services .service-card__button {
	font-size: 0.95rem;
	border-bottom-width: 2px;
}

.more-services .section-action {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.listing-page__intro {
	max-width: 760px;
	margin: 0 auto 30px;
	text-align: center;
}

.project-single__hero {
	margin-bottom: 32px;
}

.project-single__hero img {
	width: 100%;
	height: auto;
}

.project-single__header {
	margin-bottom: 24px;
}

.project-single__header h1 {
	margin: 0 0 16px;
	font-size: clamp(2.4rem, 4vw, 4rem);
	font-weight: 700;
}

.project-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 30px;
	color: #cccccc;
}

.project-meta div {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.project-meta strong {
	color: #ffffff;
	display: block;
	margin-bottom: 6px;
}

.project-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.project-gallery__item {
	margin: 0;
}

.project-gallery__item figcaption {
	margin-top: 8px;
	font-size: 0.9rem;
	color: #cccccc;
}

.projects-gallery-wrap {
	position: relative;
}

.projects-gallery-slider {
	margin: 0;
	padding-left: 0;
}

.projects-gallery-slider .slick-list {
	overflow: visible;
	margin-right: -30vw;
}

.projects-gallery-slider .slick-track {
	display: flex;
	margin-left: 0;
}

.projects-gallery-slider .slick-slide {
	padding-right: 18px;
	padding-left: 0;
	height: inherit;
}

.projects-gallery-slider .slick-slide > div {
	height: 100%;
}

.project-gallery-card {
	position: relative;
	background: #161616;
	overflow: hidden;
	height: 100%;
}

.project-gallery-card__link {
	display: block;
	height: 100%;
}

.project-gallery-card__image-wrap {
	height: 485px;
	overflow: hidden;
}

.project-gallery-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.project-gallery-card:hover .project-gallery-card__image {
	transform: scale(1.04);
}

/*--------------------------------------------------------------
# Jobs archive
--------------------------------------------------------------*/
.jobs-archive {
	padding-top: 0;
}

.jobs-archive__intro {
	max-width: 860px;
	margin-bottom: 40px;
}

.jobs-archive__lead {
	margin: 0 0 20px;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #ffffff;
}

.jobs-board {
	display: grid;
	gap: 18px;
}

.job-card {
	background: #151515;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.job-card:hover {
	transform: translateY(-4px);
	background: #1b1b1b;
}

.job-card__link {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) auto auto;
	gap: 28px;
	align-items: center;
	padding: 28px 30px;
}

.job-card__title {
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1;
}

.job-card__summary {
	margin: 0;
	color: #cccccc;
	line-height: 1.6;
}

.job-card__meta {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
}

.job-card__meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 130px;
}

.job-card__label {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #999999;
}

.job-card__value {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
}

.job-card__cta {
	display: flex;
	justify-content: flex-end;
}

.job-card__button {
	display: inline-block;
	font-size: 0.95rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.72);
	padding-bottom: 5px;
}

/*--------------------------------------------------------------
# Single job
--------------------------------------------------------------*/
.page-hero--job .page-hero__content h1 {
	max-width: 520px;
}

.job-single {
	padding-top: 0;
}

.job-single__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 36px;
	align-items: start;
}

.job-single__lead {
	margin-bottom: 24px;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #ffffff;
	max-width: 760px;
}

.job-sidebar-card {
	position: sticky;
	top: 120px;
	background: #efefef;
	color: #111111;
	padding: 32px 28px 34px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

.job-sidebar-card__title {
	margin: 0 0 22px;
	font-size: 2rem;
	line-height: 0.95;
	color: #111111;
}

.job-sidebar-card__meta {
	display: grid;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.job-sidebar-card__meta-item {
	display: grid;
	gap: 4px;
}

.job-sidebar-card__label {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #666;
}

.job-sidebar-card__value {
	font-size: 1rem;
	font-weight: 700;
	color: #111111;
}

.job-sidebar-card__form .frm_forms,
.job-sidebar-card__form form {
	width: 100%;
}

/*--------------------------------------------------------------
# Job hero
--------------------------------------------------------------*/
.job-hero {
	padding: 56px 0 36px;
	background: #0b0b0b;
}

.job-hero__inner {
	max-width: 920px;
}

.job-hero__title {
	margin: 0 0 14px;
	font-size: clamp(2.8rem, 5vw, 5rem);
	line-height: 0.92;
	letter-spacing: -0.04em;
}

.job-hero__highlight {
	margin: 0 0 26px;
	font-size: 1.4rem;
	line-height: 1.15;
	color: #0057ff;
	max-width: 760px;
}

.job-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 34px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.job-hero__meta-item {
	display: grid;
	gap: 4px;
	min-width: 180px;
}

.job-hero__label {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #999999;
}

.job-hero__value {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Formidable forms - sitewide override
--------------------------------------------------------------*/
.frm_forms {
	width: 100%;
}

.frm_form_fields,
fieldset,
.frm_fields_container {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

legend.frm_screen_reader {
	display: none;
}

form.frm-show-form {
	overflow: visible !important;
}

.frm_form_field {
	margin: 0 0 34px;
	padding: 0;
	position: relative;
}

.frm_form_field:last-of-type {
	margin-bottom: 0;
}

.frm_primary_label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.frm_required {
	display: none;
}

.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="url"],
.frm_forms input[type="number"],
.frm_forms textarea,
.frm_forms select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 0 !important;
	border-bottom: 2px solid #b8b8b8 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 0 18px !important;
	margin: 0 !important;
	color: #111111 !important;
	font-family: neue-haas-grotesk-display, sans-serif !important;
	font-size: 1.05rem !important;
	font-weight: 400;
	line-height: 1.2;
	outline: none;
}

.frm_forms textarea {
	min-height: 180px !important;
	resize: vertical;
	padding-top: 0 !important;
}

.frm_forms input::placeholder,
.frm_forms textarea::placeholder {
	color: #b3b3b3 !important;
	opacity: 1;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
}

.frm_forms input:focus,
.frm_forms textarea:focus,
.frm_forms select:focus {
	border-bottom-color: #9b9b9b !important;
	box-shadow: none !important;
	outline: none !important;
}

.frm_error {
	margin-top: 8px;
	color: #b42318;
	font-size: 0.85rem;
	line-height: 1.3;
}

.frm_error_style {
	margin: 0 0 20px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #b42318;
	font-size: 0.92rem;
}

.frm_submit {
	display: block !important;
	margin-top: 10px;
}

.frm_flex {
	display: block !important;
}

.frm_forms input[type="submit"],
.frm_forms button[type="submit"],
.frm_forms .frm_button_submit,
.frm_forms .frm_final_submit {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-block !important;
	width: auto !important;
	min-width: 280px;
	min-height: 84px;
	padding: 18px 42px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #0057ff !important;
	color: #ffffff !important;
	font-family: neue-haas-grotesk-display, sans-serif !important;
	font-size: 1.3125rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	cursor: pointer;
	text-align: center !important;
	clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
	transition: background-color 0.25s ease !important;
}

.frm_forms input[type="submit"]:hover,
.frm_forms input[type="submit"]:focus,
.frm_forms button[type="submit"]:hover,
.frm_forms button[type="submit"]:focus,
.frm_forms .frm_button_submit:hover,
.frm_forms .frm_button_submit:focus,
.frm_forms .frm_final_submit:hover,
.frm_forms .frm_final_submit:focus {
	background: #0049d6 !important;
}

#frm_field_12_container,
.frm_verify {
	display: none !important;
}

.footer-cta__inner .btn,
.footer-cta__inner .btn:visited,
.footer-cta__inner .btn:hover,
.footer-cta__inner .btn:active,
.footer-cta__inner .btn:focus {
	color: #ffffff !important;
}

/*--------------------------------------------------------------
# Slick dots
--------------------------------------------------------------*/
.slick-dots {
	display: none !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.slick-dots li {
	margin: 0;
	line-height: 1;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	font-size: 0;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background: #fff;
}

.home-clients .slick-dots button {
	background: rgba(17, 17, 17, 0.24);
}

.home-clients .slick-dots .slick-active button {
	background: #111111;
}

/*--------------------------------------------------------------
# Site loader
--------------------------------------------------------------*/
.site-loader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: #050505;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.site-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.site-loader__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
}

.site-loader__icon {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
	animation: siteLoaderPulse 1.4s ease-in-out infinite;
	filter: drop-shadow(0 0 18px rgba(0, 87, 255, 0.22));
}

.site-loader__fallback {
	display: block;
	width: 72px;
	height: 72px;
	background: #0057ff;
	clip-path: polygon(0 0, 58% 0, 100% 36%, 100% 100%, 42% 100%, 42% 58%, 0 58%);
	animation: siteLoaderPulse 1.4s ease-in-out infinite;
}

@keyframes siteLoaderPulse {
	0% {
		transform: scale(0.92);
		opacity: 0.65;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.92);
		opacity: 0.65;
	}
}

/*--------------------------------------------------------------
# Shared shapes
--------------------------------------------------------------*/
.angle-br,
.page-hero__image,
.service-card {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.angle-bl,
.about-intro__image {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

/*--------------------------------------------------------------
# Responsive - admin bar
--------------------------------------------------------------*/
@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

/*--------------------------------------------------------------
# Responsive - desktop down
--------------------------------------------------------------*/
@media (min-width: 1600px) {
	.home-hero__content-inner {
		max-width: 500px;
	}
}

@media (max-width: 1100px) {
	.card-grid--projects {
		grid-template-columns: repeat(2, 1fr);
	}
	.industries-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.site-footer__inner {
		grid-template-columns: 100px 1fr;
	}
	.site-footer__contact {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: 0;
	}
	.service-card__image-wrap {
		height: 460px;
	}
}

@media (max-width: 992px) {
	.page-hero {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
# Responsive - tablet
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.site-header__top {
		display: none;
	}
	.site-header__main {
		position: relative;
		z-index: 10002;
	}
	.site-header__main-inner {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
		gap: 20px;
		position: relative;
		z-index: 10003;
	}
	.site-branding,
	.site-logo,
	.site-logo img {
		position: relative;
		z-index: 10004;
	}
	.site-logo img {
		max-height: 84px;
		width: 11em;
	}
	.menu-toggle {
		display: inline-flex;
		margin-left: auto;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		gap: 0;
		position: relative;
		z-index: 10004;
	}
	.menu-toggle span {
		position: absolute;
		width: 32px;
		height: 3px;
		background: #ffffff;
		border-radius: 2px;
		transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease;
	}
	.menu-toggle span:nth-child(2) {
		top: 13px;
	}
	.menu-toggle span:nth-child(3) {
		top: 21px;
	}
	.menu-toggle span:nth-child(4) {
		top: 29px;
	}
	.menu-toggle.is-active span:nth-child(2) {
		top: 21px;
		transform: rotate(45deg);
	}
	.menu-toggle.is-active span:nth-child(3) {
		opacity: 0;
	}
	.menu-toggle.is-active span:nth-child(4) {
		top: 21px;
		transform: rotate(-45deg);
	}
	.main-navigation {
		margin-left: 0;
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		background: #000;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		z-index: 10001;
		display: block;
		overflow-y: auto;
	}
	.main-navigation.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.main-navigation ul {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 18px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.main-navigation li {
		width: 100%;
	}
	.main-navigation a {
		display: inline-block;
		font-size: clamp(2rem, 5vw, 2.8rem);
		font-weight: 700;
		line-height: 1;
		color: #ffffff;
		opacity: 1;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_item > a {
		opacity: 1;
		font-weight: 700;
	}
	.main-navigation__inner {
		min-height: 100vh;
		min-height: 100dvh;
		display: flex;
		flex-direction: column;
		padding: 120px 24px 28px;
	}
	.main-navigation__mobile-meta {
		display: grid;
		gap: 10px;
		margin-top: auto;
		padding-top: 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.25);
	}
	.main-navigation__mobile-link {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		font-size: 0.9rem;
		font-weight: 500;
		line-height: 1.3;
		color: #ffffff;
		word-break: break-word;
	}
	.main-navigation__mobile-link i,
	.main-navigation__mobile-socials i {
		color: #ffffff;
		font-size: 0.95rem;
		width: 16px;
		text-align: center;
		flex-shrink: 0;
	}
	.main-navigation__mobile-socials {
		display: flex;
		align-items: center;
		gap: 16px;
		padding-top: 4px;
	}
	.main-navigation__mobile-socials a {
		font-size: 1rem;
		line-height: 1;
		color: #ffffff;
	}
	body.menu-open {
		overflow: hidden;
	}
	.footer-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.home-hero__grid,
	.page-hero__grid,
	.about-intro__grid,
	.contact-panel__inner,
	.contact-page__card {
		grid-template-columns: 1fr;
	}
	.home-hero__content > .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home-hero__content-inner {
		max-width: 100%;
	}
	.home-hero__media {
		margin-left: 0;
	}
	.home-hero__image-wrap,
	.page-hero__image {
		min-height: 320px;
	}
	.page-hero__content {
		padding: 32px 20px;
	}
	.page-hero__content > .container {
		max-width: 100%;
		padding: 0;
	}
	.page-hero__image:empty {
		display: none;
	}
	.card-grid--projects,
	.services-archive-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.industries-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.project-meta,
	.project-gallery {
		grid-template-columns: 1fr;
	}
	.testimonial-slider {
		padding: 0 56px;
		max-width: 100%;
	}
	.testimonial-slider-wrap {
		padding: 0 24px 64px;
	}
	.testimonial::after {
		max-width: 170px;
		margin-top: 32px;
	}
	.service-card__image-wrap {
		height: 420px;
	}
	.contact-page__card {
		gap: 30px;
	}
	.services-slider-wrap,
	.projects-gallery-wrap {
		overflow: hidden;
	}
	.services-slider,
	.projects-gallery-slider {
		margin: 0;
	}
	.services-slider .slick-list,
	.projects-gallery-slider .slick-list {
		overflow: hidden;
		margin-right: 0;
	}
	.services-slider .slick-track,
	.projects-gallery-slider .slick-track {
		margin-left: 0;
	}
	.services-slider .slick-slide,
	.projects-gallery-slider .slick-slide {
		padding-left: 0;
		padding-right: 12px;
		width: auto;
	}
	.home-industries__header {
		margin-bottom: 56px;
	}
	.home-industries__header h2 {
		max-width: 100%;
		font-size: clamp(2.2rem, 6vw, 3.6rem);
	}
	.industries-grid {
		gap: 40px 14px;
	}
	.industry-tile {
		min-height: 160px;
		padding: 74px 18px 22px;
	}
	.industry-tile__icon-wrap {
		top: -36px;
		width: 96px;
		height: 96px;
	}
	.industry-tile__icon {
		max-width: 88px;
		max-height: 88px;
	}
	.job-card__link {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px 22px;
	}
	.job-card__cta {
		justify-content: flex-start;
	}
	.job-single__grid {
		grid-template-columns: 1fr;
	}
	.job-sidebar-card {
		position: static;
		top: auto;
	}
	.services-slider-arrow,
	.slider-arrow {
		display: none !important;
	}
	.slick-dots {
		display: flex !important;
	}
}

/*--------------------------------------------------------------
# Responsive - mobile
--------------------------------------------------------------*/
@media (max-width: 640px) {
	.container {
		padding: 0 16px;
	}
	.site-header__main-inner {
		padding: 16px 0;
	}
	.site-logo img {
		max-height: 64px;
	}
	.menu-toggle {
		width: 40px;
		height: 40px;
	}
	.menu-toggle span {
		width: 30px;
	}
	.main-navigation__inner {
		padding: 108px 20px 22px;
	}
	.main-navigation a {
		font-size: 2rem;
	}
	.main-navigation__mobile-link {
		font-size: 0.85rem;
	}
	.main-navigation__mobile-socials a {
		font-size: 0.95rem;
	}
	.home-hero,
	.section-dark,
	.home-clients,
	.contact-panel,
	.contact-page,
	.listing-page,
	.default-page,
	.project-single {
		padding-top: 0em;
		padding-bottom: 1em;
	}
	.home-hero {
		padding-top: 0;
		padding-bottom: 38px;
	}
	.home-hero__content,
	.contact-panel__inner,
	.contact-page__card {
		padding: 24px;
	}
	.home-hero__eyebrow {
		font-size: 0.95rem;
		margin-bottom: 4px;
	}
	.home-hero__title {
		font-size: clamp(2.2rem, 10vw, 3.1rem);
		line-height: 0.88;
	}
	.home-hero__subtitle {
		font-size: 1.45rem;
		margin: 6px 0 8px;
	}
	.home-hero__text {
		font-size: 0.9rem;
		margin-bottom: 18px;
		max-width: 100%;
	}
	.home-hero__image-wrap {
		min-height: 220px;
	}
	.home-hero__actions {
		flex-direction: row;
		gap: 10px;
	}
	.home-hero__actions .btn {
		flex: 1;
		min-width: 0;
		padding: 14px 18px;
		font-size: 0.88rem;
		min-height: 5em;
	}
	.home-hero__actions,
	.section-action {
		justify-content: stretch;
	}
	.btn {
		width: 100%;
		min-width: 0;
	}
	.card-grid--projects,
	.industries-grid,
	.services-archive-grid {
		grid-template-columns: 1fr;
	}
	.site-footer__list {
		column-count: 1;
	}
	.section-heading {
		gap: 14px;
		margin-bottom: 26px;
	}
	.section-heading__title {
		font-size: 1.95rem;
	}
	.services-slider .slick-slide,
	.projects-gallery-slider .slick-slide {
		padding: 0 8px 0 0;
	}
	.testimonial-slider {
		padding: 0;
	}
	.testimonial-slider-wrap {
		padding: 0 20px 56px;
	}
	.testimonial__quote {
		font-size: 0.9rem;
		max-width: 100%;
	}
	.testimonial::after {
		max-width: 140px;
	}
	.slider-arrow {
		width: 48px;
		height: 48px;
		font-size: 1.15rem;
	}
	.home-testimonials .testimonial-slider {
		text-align: center;
	}
	.service-card__image-wrap {
		height: 250px;
	}
	.service-card__overlay {
		padding: 16px 14px 14px;
	}
	.service-card__title {
		font-size: 1rem;
		margin-bottom: 8px;
	}
	.home-industries {
		padding-top: 8px;
		padding-bottom: 48px;
	}
	.home-industries__header {
		margin-bottom: 42px;
	}
	.home-industries__header h2 {
		margin-bottom: 20px;
		font-size: clamp(2rem, 9vw, 3rem);
		line-height: 0.98;
	}
	.home-industries__header p {
		font-size: 0.95rem;
	}
	.industries-grid {
		gap: 34px;
		margin-bottom: 34px;
	}
	.industry-tile {
		min-height: 150px;
		padding: 68px 18px 20px;
	}
	.industry-tile__icon-wrap {
		top: -30px;
		width: 82px;
		height: 82px;
	}
	.industry-tile__icon {
		max-width: 74px;
		max-height: 74px;
	}
	.industry-tile__title {
		max-width: 260px;
	}
	.home-clients {
		padding: 48px 0 22px;
	}
	.contact-panel,
	.contact-page {
		padding-top: 10px;
		padding-bottom: 48px;
	}
	.contact-panel__inner,
	.contact-page__card {
		padding: 26px 22px 34px;
		gap: 22px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
	}
	.contact-panel__icon,
	.contact-page__icon {
		max-width: 70px;
		margin-bottom: 14px;
	}
	.contact-panel__intro h2,
	.contact-page__intro h1 {
		font-size: 2rem;
	}
	.contact-panel__text,
	.contact-page__intro .wysiwyg {
		font-size: 0.9rem;
	}
	.page-hero__content {
		padding: 28px 16px 0px 16px;
	}
	.page-hero__content h1 {
		font-size: clamp(2.2rem, 10vw, 3.2rem);
	}
	.page-hero__highlight {
		font-size: 1.25rem;
		max-width: 100%;
	}
	.default-page__intro,
	.default-page__content {
		max-width: 100%;
	}
	.services-archive .service-card__image-wrap,
	.more-services .service-card__image-wrap {
		height: 235px;
	}
	.page-hero--service .page-hero__grid {
		grid-template-columns: 1fr;
	}
	.project-gallery-card__image-wrap {
		height: 260px;
	}
	.job-card__title {
		font-size: 1.3rem;
	}
	.job-sidebar-card {
		padding: 24px 20px 28px;
	}
	.job-sidebar-card__title {
		font-size: 1.7rem;
	}
	.job-hero {
		padding: 42px 0 28px;
	}
	.job-hero__title {
		font-size: clamp(2.2rem, 10vw, 3.4rem);
	}
	.job-hero__highlight {
		font-size: 1.15rem;
		margin-bottom: 22px;
	}
	.job-hero__meta {
		gap: 14px 22px;
	}
	.frm_form_field {
		margin-bottom: 26px;
	}
	.frm_forms input[type="text"],
	.frm_forms input[type="email"],
	.frm_forms input[type="tel"],
	.frm_forms input[type="url"],
	.frm_forms input[type="number"],
	.frm_forms textarea,
	.frm_forms select {
		font-size: 1rem !important;
		padding-bottom: 14px !important;
	}
	.frm_forms input::placeholder,
	.frm_forms textarea::placeholder {
		font-size: 1rem;
	}
	.frm_forms input[type="submit"],
	.frm_forms button[type="submit"],
	.frm_forms .frm_button_submit,
	.frm_forms .frm_final_submit {
		width: 100% !important;
		min-width: 0;
		min-height: 64px;
		padding: 14px 24px !important;
		font-size: 1rem !important;
	}
	.slick-dots {
		margin-top: 24px;
	}
	.slick-dots button {
		width: 12px;
		height: 12px;
	}
	.section-action::before {
		display: none;
	}
	.site-footer__services {
		padding-left: 2em;
		border-left: solid 3px #fff;
	}
}

.main-navigation__mobile-meta a {
	font-size: 1.2em;
	font-weight: 400;
}

.main-navigation__mobile-meta i {
	font-size: 1.2em;
	font-weight: 900;
	margin-right: 1em;
}

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