/*!
Theme Name: elementi
Theme URI: http://underscores.me/
Author: Martin Rees
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: elementi
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.

elementi 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/
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*--------------------------------------------------------------
>>> 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;
  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: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
  margin: 0;
}

h1, ul#primary-menu li {
  font-size: 0.94rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.site-header h1, .site-header ul#primary-menu li {
  color: #A17652;
}
.single-case-study .site-header h1, body.home .site-header h1, .single-case-study .site-header ul#primary-menu li, body.home .site-header ul#primary-menu li {
  color: white;
  display: none;
}
.single-case-study.scrolled .site-header h1, .single-case-study.scrolled .site-header ul#primary-menu li {
  color: #A17652;
}
@media (min-width: 950px) {
  .single-case-study.scrolled.inverted .site-header h1, .page.scrolled.inverted .site-header h1, .single-case-study.scrolled.inverted .site-header ul#primary-menu li, .page.scrolled.inverted .site-header ul#primary-menu li {
    color: white;
  }
}

h2 {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.site-header h2 {
  font-size: 0.94rem;
}

h3 {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: none;
}

h4 {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
}
.small-text p {
  font-size: 0.75rem;
}
p strong {
  font-weight: 600;
}
p.no-margin {
  margin: 0;
}
.footer-content p {
  font-size: 0.75rem;
}

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.6em;
  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: #EFEEE5;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  line-height: 1.2em;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}
body.page-template-template-policy-page {
  background-color: #E0D2C5;
}

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: 0;
}

.mobile-thumbnail {
  display: block;
}
@media (min-width: 950px) {
  .mobile-thumbnail {
    display: none;
  }
}

.desktop-thumbnail {
  display: none;
}
@media (min-width: 950px) {
  .desktop-thumbnail {
    display: block;
  }
}

.image-pos-0 img {
  object-position: 0% center;
}

.image-pos-10 img {
  object-position: 10% center;
}

.image-pos-20 img {
  object-position: 20% center;
}

.image-pos-30 img {
  object-position: 30% center;
}

.image-pos-40 img {
  object-position: 40% center;
}

.image-pos-50 img {
  object-position: 50% center;
}

.image-pos-60 img {
  object-position: 60% center;
}

.image-pos-70 img {
  object-position: 70% center;
}

.image-pos-80 img {
  object-position: 80% center;
}

.image-pos-90 img {
  object-position: 90% center;
}

.image-pos-100 img {
  object-position: 100% center;
}

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

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  font-size: 0.88rem;
}
.footer-content a {
  font-size: 0.75rem;
}
a.wp-block-read-more, a.case-studies-view-more {
  text-decoration: underline;
}
a.wp-block-read-more:hover, a.wp-block-read-more:focus, a.wp-block-read-more:active, a.case-studies-view-more:hover, a.case-studies-view-more:focus, a.case-studies-view-more:active {
  text-decoration: underline;
}
a.case-studies-view-more {
  font-size: 0.75rem;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #A17652;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  line-height: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
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;
}
button.prev, button.owl-prev,
input[type=button].prev,
input[type=button].owl-prev,
input[type=reset].prev,
input[type=reset].owl-prev,
input[type=submit].prev,
input[type=submit].owl-prev {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
button.prev::before, button.owl-prev::before,
input[type=button].prev::before,
input[type=button].owl-prev::before,
input[type=reset].prev::before,
input[type=reset].owl-prev::before,
input[type=submit].prev::before,
input[type=submit].owl-prev::before {
  content: "";
  background-image: url(img/arrow_left.svg);
  display: inline-block;
  width: 9px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 950px) {
  button.prev::before, button.owl-prev::before,
  input[type=button].prev::before,
  input[type=button].owl-prev::before,
  input[type=reset].prev::before,
  input[type=reset].owl-prev::before,
  input[type=submit].prev::before,
  input[type=submit].owl-prev::before {
    width: 13.5px;
    height: 27px;
    background-size: cover;
  }
}
button.prev.case-studies-nav-button, button.owl-prev.case-studies-nav-button,
input[type=button].prev.case-studies-nav-button,
input[type=button].owl-prev.case-studies-nav-button,
input[type=reset].prev.case-studies-nav-button,
input[type=reset].owl-prev.case-studies-nav-button,
input[type=submit].prev.case-studies-nav-button,
input[type=submit].owl-prev.case-studies-nav-button {
  margin-right: 20px;
}
button.prev:hover, button.owl-prev:hover,
input[type=button].prev:hover,
input[type=button].owl-prev:hover,
input[type=reset].prev:hover,
input[type=reset].owl-prev:hover,
input[type=submit].prev:hover,
input[type=submit].owl-prev:hover {
  cursor: pointer;
}
button.prev:hover::before, button.owl-prev:hover::before,
input[type=button].prev:hover::before,
input[type=button].owl-prev:hover::before,
input[type=reset].prev:hover::before,
input[type=reset].owl-prev:hover::before,
input[type=submit].prev:hover::before,
input[type=submit].owl-prev:hover::before {
  background-image: url(img/arrow_left_hover.svg);
}
button.next, button.owl-next,
input[type=button].next,
input[type=button].owl-next,
input[type=reset].next,
input[type=reset].owl-next,
input[type=submit].next,
input[type=submit].owl-next {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
button.next::after, button.owl-next::after,
input[type=button].next::after,
input[type=button].owl-next::after,
input[type=reset].next::after,
input[type=reset].owl-next::after,
input[type=submit].next::after,
input[type=submit].owl-next::after {
  content: "";
  background-image: url(img/arrow_right.svg);
  display: inline-block;
  width: 9px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 950px) {
  button.next::after, button.owl-next::after,
  input[type=button].next::after,
  input[type=button].owl-next::after,
  input[type=reset].next::after,
  input[type=reset].owl-next::after,
  input[type=submit].next::after,
  input[type=submit].owl-next::after {
    width: 13.5px;
    height: 27px;
    background-size: cover;
  }
}
button.next:hover, button.owl-next:hover,
input[type=button].next:hover,
input[type=button].owl-next:hover,
input[type=reset].next:hover,
input[type=reset].owl-next:hover,
input[type=submit].next:hover,
input[type=submit].owl-next:hover {
  cursor: pointer;
}
button.next:hover::after, button.owl-next:hover::after,
input[type=button].next:hover::after,
input[type=button].owl-next:hover::after,
input[type=reset].next:hover::after,
input[type=reset].owl-next:hover::after,
input[type=submit].next:hover::after,
input[type=submit].owl-next:hover::after {
  background-image: url(img/arrow_right_hover.svg);
}
button.owl-prev span, button.owl-next span,
input[type=button].owl-prev span,
input[type=button].owl-next span,
input[type=reset].owl-prev span,
input[type=reset].owl-next span,
input[type=submit].owl-prev span,
input[type=submit].owl-next span {
  display: none;
}

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: none;
  border-radius: 0;
  padding: 8px;
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
}
.small-text input[type=text],
.small-text input[type=email],
.small-text input[type=url],
.small-text input[type=password],
.small-text input[type=search],
.small-text input[type=number],
.small-text input[type=tel],
.small-text input[type=range],
.small-text input[type=date],
.small-text input[type=month],
.small-text input[type=week],
.small-text input[type=time],
.small-text input[type=datetime],
.small-text input[type=datetime-local],
.small-text input[type=color],
.small-text textarea {
  font-size: 0.75rem;
}
input[type=text] strong,
input[type=email] strong,
input[type=url] strong,
input[type=password] strong,
input[type=search] strong,
input[type=number] strong,
input[type=tel] strong,
input[type=range] strong,
input[type=date] strong,
input[type=month] strong,
input[type=week] strong,
input[type=time] strong,
input[type=datetime] strong,
input[type=datetime-local] strong,
input[type=color] strong,
textarea strong {
  font-weight: 600;
}
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%;
}

.cf7-steps .cf7-step {
  display: none;
}
.cf7-steps .cf7-step.active {
  display: grid;
}
.cf7-steps .cf7-step .cf7-step-inner {
  grid-column: span 4;
}
.cf7-steps .cf7-step .cf7-step-inner p {
  margin: 0;
}
.cf7-steps .cf7-step .cf7-step-inner label {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 16px;
  display: block;
}
.cf7-steps .cf7-step .cf7-step-inner .cf7-field {
  margin-bottom: 40px;
}
.cf7-steps .cf7-step .cf7-step-inner .cf7-instructions {
  margin-bottom: 56px;
}
.cf7-steps .cf7-step .cf7-step-inner input {
  width: 100%;
}
@media (min-width: 950px) {
  .cf7-steps {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .cf7-steps .cf7-step {
    border-top: 1px solid #000;
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
    opacity: 0.5;
    pointer-events: none;
  }
  .cf7-steps .cf7-step.active {
    opacity: 1;
    pointer-events: auto;
    display: grid;
  }
  .cf7-steps .cf7-step .cf7-step-inner {
    grid-column: span 3;
  }
  .cf7-steps .cf7-step input {
    width: 100%;
    max-width: 100%;
  }
  .cf7-steps .cf7-step.step-1 {
    grid-column: 1/5;
  }
  .cf7-steps .cf7-step.step-2 {
    grid-column: 5/9;
  }
  .cf7-steps .cf7-step.step-3 {
    grid-column: 9/13;
  }
}

.cf7-navigation {
  text-align: right;
  margin-top: 80px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
.cf7-navigation p {
  margin: 0;
}
.cf7-navigation button, .cf7-navigation input[type=submit] {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  display: inline-block;
}
.cf7-navigation button:disabled, .cf7-navigation input[type=submit]:disabled {
  color: #76757F;
  cursor: default;
}
.cf7-navigation button:disabled:hover, .cf7-navigation input[type=submit]:disabled:hover {
  color: #76757F;
}
.cf7-navigation button:hover, .cf7-navigation input[type=submit]:hover {
  color: #A17652;
}
.cf7-navigation .wpcf7-spinner {
  margin-right: -48px;
}

.file-upload-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 52px;
}
.file-upload-wrapper p, .file-upload-wrapper span {
  position: relative;
  display: block;
}
.file-upload-wrapper .wpcf7-file {
  position: relative;
  left: 0;
  top: -2em;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.file-upload-wrapper::before {
  content: attr(data-file-name);
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
  display: block;
  width: 100%;
  background-color: white;
  color: #000;
  padding: 8px;
  border-radius: 0;
  font-style: italic;
  cursor: pointer;
  pointer-events: none;
  transition: background 0.3s ease;
}
.small-text .file-upload-wrapper::before {
  font-size: 0.75rem;
}
.file-upload-wrapper::before strong {
  font-weight: 600;
}
.file-upload-wrapper::after {
  content: "";
  background-image: url(img/upload_icon.svg);
  position: absolute;
  top: 12px;
  right: -30px;
  width: 20px;
  height: 16px;
  z-index: 3;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 1em;
  padding: 0;
  border: 0;
  text-align: right;
}

.newsletter-signup-wrapper {
  padding-top: 56px;
}
@media (min-width: 950px) {
  .newsletter-signup-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .newsletter-signup-wrapper .newsletter-signup-instructions {
    grid-column: span 4;
  }
  .newsletter-signup-wrapper .newsletter-signup-form {
    grid-column: 9/13;
  }
}
.newsletter-signup-wrapper .newsletter-signup-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 18px;
}
.newsletter-signup-wrapper .newsletter-signup-form .newsletter-email {
  grid-column: span 3;
}
.newsletter-signup-wrapper .newsletter-signup-form .newsletter-submit {
  grid-column: span 1;
}
.newsletter-signup-wrapper .newsletter-email input {
  width: 100%;
  font-style: italic;
  background-color: #EFEEE5;
}
.newsletter-signup-wrapper .newsletter-submit input {
  width: 100%;
  background-color: #EFEEE5;
  color: #76757F;
  border: none;
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  height: 2.55em;
}
.newsletter-signup-wrapper .newsletter-submit input:hover {
  background-color: #A17652;
  color: #EFEEE5;
}

#cf7-submit {
  display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-section {
  padding: 24px;
}
@media (min-width: 950px) {
  .page-section {
    padding: 0;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  align-items: right;
  width: 100%;
  background-color: rgba(239, 238, 229, 0.9);
  transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 950px) {
  .site-header {
    padding: 60px 99px 0 99px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    column-gap: 18px;
    width: 100%;
    background-color: rgba(239, 238, 229, 0);
  }
}
.site-header .site-branding #site-logo-large {
  display: none;
}
.site-header .site-branding #site-logo-small {
  display: block;
}
@media (min-width: 950px) {
  .site-header .site-branding {
    height: 32px;
  }
  .site-header .site-branding #site-logo-large {
    display: block;
    filter: brightness(0) saturate(100%);
  }
  .site-header .site-branding #site-logo-small {
    display: none;
  }
}
.single-case-study .site-header, body.home .site-header {
  background-color: rgba(239, 238, 229, 0);
}
.single-case-study .site-header .site-branding svg path, body.home .site-header .site-branding svg path {
  fill: white;
  stroke: white;
  stroke-width: 0.19;
}
.single-case-study .site-header .site-branding #site-logo-large, body.home .site-header .site-branding #site-logo-large {
  color: white;
  filter: none;
}
.single-case-study .site-header #menu-toggle .menu-toggle-title, body.home .site-header #menu-toggle .menu-toggle-title {
  color: white;
}
.single-case-study .site-header #menu-toggle svg path, body.home .site-header #menu-toggle svg path {
  stroke: white;
}
.single-case-study.scrolled .site-header, .site-header body.home {
  background-color: rgba(239, 238, 229, 0.9);
}
@media (min-width: 950px) {
  .single-case-study.scrolled .site-header, .site-header body.home {
    background-color: rgba(239, 238, 229, 0);
  }
}
.single-case-study.scrolled .site-header.menu-active, .site-header body.home.menu-active {
  background-color: rgba(239, 238, 229, 0);
}
.single-case-study.scrolled .site-header .site-branding svg path, .site-header body.home .site-branding svg path {
  fill: black;
  stroke: black;
  stroke-width: 0.19;
}
.single-case-study.scrolled .site-header .site-branding #site-logo-large, .site-header body.home .site-branding #site-logo-large {
  filter: brightness(0) saturate(100%);
}
.single-case-study.scrolled .site-header #menu-toggle .menu-toggle-title, .site-header body.home #menu-toggle .menu-toggle-title {
  color: black;
}
.single-case-study.scrolled .site-header #menu-toggle svg path, .site-header body.home #menu-toggle svg path {
  stroke: black;
}
@media (min-width: 950px) {
  .single-case-study.scrolled.inverted .site-header .site-branding svg path, .page.scrolled.inverted .site-header .site-branding svg path {
    fill: white;
    stroke: white;
    stroke-width: 0.19;
  }
  .single-case-study.scrolled.inverted .site-header .site-branding #site-logo-large, .page.scrolled.inverted .site-header .site-branding #site-logo-large {
    color: white;
    filter: none;
  }
  .single-case-study.scrolled.inverted .site-header #menu-toggle .menu-toggle-title, .page.scrolled.inverted .site-header #menu-toggle .menu-toggle-title {
    color: white;
  }
  .single-case-study.scrolled.inverted .site-header #menu-toggle svg path, .page.scrolled.inverted .site-header #menu-toggle svg path {
    stroke: white;
  }
}
.site-header #page-title {
  display: block;
}
.site-header #menu-title {
  display: none;
}
.site-header.menu-active {
  background-color: rgba(239, 238, 229, 0);
}
.site-header.menu-active #page-title {
  display: none;
}
@media (min-width: 950px) {
  .site-header.menu-active #page-title {
    display: block;
    color: black;
  }
}
.site-header.menu-active #menu-title {
  display: block;
}
@media (min-width: 950px) {
  .site-header.menu-active #menu-title {
    display: none;
  }
}
.single-case-study .site-header.menu-active .site-branding svg path {
  fill: black;
}
.single-case-study .site-header.menu-active .site-branding #site-logo-large {
  filter: none;
}
.single-case-study .site-header.menu-active #menu-toggle svg path {
  stroke: black;
}
.single-case-study .site-header.menu-active #menu-toggle .menu-toggle-title, body.home .site-header.menu-active #menu-toggle .menu-toggle-title {
  color: black;
}

.site-main {
  z-index: 1;
  margin-top: 97px;
  padding-top: 0;
  overflow-x: hidden;
}
@media (min-width: 950px) {
  .site-main {
    padding: 0 99px;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    column-gap: 18px;
    width: 100%;
    margin-top: 156px;
  }
  .site-main .page, .site-main .case-study {
    grid-column: 4/16;
  }
}
.single-case-study .site-main, body.home .site-main {
  margin-top: 0;
}
.site-main .post-thumbnail {
  width: 100%;
  overflow-y: hidden;
}
.site-main .post-thumbnail img {
  width: 100%;
  height: 518px;
  object-fit: cover;
}
@media (min-width: 950px) {
  .site-main .post-thumbnail img {
    max-height: 676px;
    height: auto;
    aspect-ratio: 1014/676;
  }
}
@media (min-width: 1367px) {
  .site-main .post-thumbnail img {
    max-height: 948px;
    height: auto;
    aspect-ratio: 1422/948;
  }
}

.social-media-section {
  background-color: #E0D2C5;
  padding: 72px 24px;
}
.social-media-section a {
  text-decoration: none;
}
@media (min-width: 950px) {
  .social-media-section {
    padding: 80px 99px;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    column-gap: 18px;
    width: 100vw;
  }
  .social-media-section .social-media-content {
    grid-column: 4/16;
  }
}
.social-media-section .social-media-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0;
}
@media (min-width: 950px) {
  .social-media-section .social-media-images {
    grid-template-columns: repeat(4, 1fr);
  }
}
.social-media-section .social-media-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.social-media-section .social-media-images img.mobile-hide {
  display: none;
}
@media (min-width: 950px) {
  .social-media-section .social-media-images img.mobile-hide {
    display: block;
  }
}
.social-media-section .social-media-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  align-content: space-between;
  margin: 0;
  padding: 0;
}
@media (min-width: 950px) {
  .social-media-section .social-media-links ul {
    justify-content: flex-end;
    gap: 18px;
  }
}
.social-media-section .social-media-links ul li {
  list-style: none;
  margin: 0;
  font-size: 0.75rem;
}
.social-media-section .social-media-links ul li a {
  text-decoration: none;
  text-transform: uppercase;
}

footer.site-footer {
  background: #EFEEE5;
  padding: 72px 24px;
}
footer.site-footer .site-info .footer-logo {
  margin-top: 56px;
  margin-bottom: 20px;
}
@media (min-width: 950px) {
  footer.site-footer {
    padding: 80px 99px;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    column-gap: 18px;
    width: 100vw;
  }
  footer.site-footer .footer-columns {
    grid-column: 4/16;
    grid-template-columns: repeat(4, 1fr);
  }
  footer.site-footer .footer-columns p {
    margin-bottom: 0;
  }
  footer.site-footer .site-info {
    grid-column: 4/16;
  }
}
footer .footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.wp-block-spacer.spacer-h-20 {
  height: 32px;
}
.wp-block-spacer.spacer-h-50 {
  height: 56px;
}
.wp-block-spacer.spacer-h-70 {
  height: 77px;
}
.wp-block-spacer .spacer-h-100 {
  height: 144px;
}

body.home .site-header .site-branding #site-logo-small {
  opacity: 0;
}
body.home .site-header.menu-active .site-branding #site-logo-small {
  opacity: 1;
}
body.home .site-header.menu-active .site-branding svg path {
  fill: black;
}
body.home .site-header.menu-active #menu-toggle svg path {
  stroke: black;
}
body.home #site-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 24px;
}
@media (min-width: 950px) {
  body.home #site-logo {
    display: none;
  }
}
body.home .home-page-background-video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100dvh;
  width: 100vw;
}
body.home .home-page-background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
body.home .home-page-background-video .logo-overlay-background {
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: videoOverlayfadeOut 5s ease 1s forwards;
}
body.home .home-page-background-video .logo-overlay-background .logo-overlay {
  opacity: 0.5;
  width: 50%;
  animation: videoOverlayfadeOut 5s ease 1s forwards;
}
@media (min-width: 950px) {
  body.home .home-page-background-video .logo-overlay-background .logo-overlay {
    width: 22.5%;
  }
}

@keyframes videoOverlayfadeOut {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
}
@media (min-width: 950px) {
  .main-navigation {
    grid-column: 16/19;
  }
}

#menu-toggle {
  cursor: pointer;
}
@media (min-width: 950px) {
  #menu-toggle {
    display: flex;
    align-items: center;
    gap: 18px;
  }
}
#menu-toggle .menu-toggle-title {
  display: none;
}
@media (min-width: 950px) {
  #menu-toggle .menu-toggle-title {
    display: block;
    font-size: 0.94rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 0;
  }
  .menu-active #menu-toggle .menu-toggle-title {
    color: black;
  }
}
#menu-toggle .hamburger {
  transform: scaleX(1.5);
}
#menu-toggle .hamburger path {
  transition: transform 0.28s ease, opacity 0.18s ease;
  /* crucial for SVG transforms to behave like box elements */
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.menu-active #menu-toggle .hamburger {
  transform: scaleX(1.5) scaleY(1.5);
}
.menu-active #menu-toggle .hamburger .line1 {
  transform: translateY(5.882px) rotate(45deg);
  stroke-width: 0.66px;
}
.menu-active #menu-toggle .hamburger .line2 {
  opacity: 0;
  transform: scaleX(0);
}
.menu-active #menu-toggle .hamburger .line3 {
  transform: translateY(-5.882px) rotate(-45deg);
  stroke-width: 0.66px;
}

#primary-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-image: url("img/menu_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 950px) {
  #primary-menu-container {
    width: calc(calc((100vw - 99px - 99px - 17 * 18px) / 18) * 4 + 18px + 18px + 99px + 18px);
    left: auto;
    padding-right: 99px;
  }
}
#primary-menu-container.active {
  opacity: 1;
  transform: translateX(0);
}
#primary-menu-container .menu-copyright {
  padding: 48px 24px;
}
@media (min-width: 950px) {
  #primary-menu-container .menu-copyright {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
  }
  #primary-menu-container .menu-copyright > div {
    grid-column: 2/5;
  }
}
#primary-menu-container .menu-instagram {
  display: none;
}
@media (min-width: 1367px) {
  #primary-menu-container .menu-instagram {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
  }
  #primary-menu-container .menu-instagram .menu-instagram-inner {
    border-top: 1px solid black;
    padding-top: 24px;
    grid-column: 2/5;
  }
  #primary-menu-container .menu-instagram .menu-instagram-inner h5 {
    padding-bottom: 24px;
  }
  #primary-menu-container .menu-instagram .menu-instagram-inner img {
    width: 100%;
    max-width: 100%;
  }
}

.menu-main-menu-container {
  margin-top: 128px;
  padding: 0 24px;
}
@media (min-width: 950px) {
  .menu-main-menu-container {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
  }
}
.menu-main-menu-container ul#primary-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 950px) {
  .menu-main-menu-container ul#primary-menu {
    grid-column: 2/5;
  }
}
.menu-main-menu-container ul#primary-menu ul {
  margin: 20px 0 0 0;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 950px) {
  .menu-main-menu-container ul#primary-menu ul {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1921px) {
  .menu-main-menu-container ul#primary-menu ul {
    margin: 20px 0 0 0;
  }
}
.menu-main-menu-container ul#primary-menu ul li {
  font-size: 0.88rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 16px;
}
@media (min-width: 950px) {
  .menu-main-menu-container ul#primary-menu ul li {
    margin-bottom: 8px;
  }
  .menu-main-menu-container ul#primary-menu ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1921px) {
  .menu-main-menu-container ul#primary-menu ul li {
    margin-bottom: 16px;
  }
  .menu-main-menu-container ul#primary-menu ul li:last-child {
    margin-bottom: 0;
  }
}
.menu-main-menu-container ul#primary-menu ul li:last-child {
  margin-bottom: 0;
}
.menu-main-menu-container ul#primary-menu ul li:hover > ul, .menu-main-menu-container ul#primary-menu ul li.focus > ul {
  display: block;
  left: auto;
}
.menu-main-menu-container ul#primary-menu li:hover > ul,
.menu-main-menu-container ul#primary-menu li.focus > ul {
  left: auto;
}
.menu-main-menu-container li {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 950px) {
  .menu-main-menu-container li {
    margin-bottom: 20px;
  }
  .menu-main-menu-container li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1921px) {
  .menu-main-menu-container li {
    margin-bottom: 40px;
  }
  .menu-main-menu-container li:last-child {
    margin-bottom: 0;
  }
}
.menu-main-menu-container li:last-child {
  margin-bottom: 0;
}
.menu-main-menu-container a {
  display: block;
  text-decoration: none;
}
.menu-main-menu-container .current_page_item > a,
.menu-main-menu-container .current-menu-item > a,
.menu-main-menu-container .current_page_ancestor > a,
.menu-main-menu-container .current-menu-ancestor > a {
  color: #A17652;
}
.menu-main-menu-container .no-page > a {
  pointer-events: none;
}

.menu-footer-information-menu-container ul#information-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.menu-footer-information-menu-container ul#information-menu li {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
}
.menu-footer-information-menu-container ul#information-menu li:last-child {
  margin-bottom: 0;
}
.menu-footer-information-menu-container ul#information-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 0.75rem;
}
.menu-footer-information-menu-container ul#information-menu li a:hover, .menu-footer-information-menu-container ul#information-menu li a.focus {
  color: #A17652;
}

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

@media (min-width: 950px) {
  .desktop-hide {
    display: none;
  }
}

@media (max-width: 950px) {
  .mobile-hide {
    display: none;
  }
}

.section {
  margin: 0 0 144px;
}
.section.cs-thumbnail, .section.page-thumbnail, .section.single-col-span-4 {
  margin: 0 0 72px;
}
.section h2 {
  margin-bottom: 20px;
}
.section h2#brand-title {
  margin-bottom: 0px;
}
@media (min-width: 950px) {
  .section.col-3 > div {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .section.col-3 > div > h2, .section.col-3 > div > div {
    grid-column: span 4;
  }
}

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

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

.read-more .read-more-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.75s, opacity 0.5625s;
}
.read-more .read-more-content > div {
  overflow: hidden;
}
.read-more .read-more-content.active {
  grid-template-rows: 1fr;
  opacity: 1;
}
@media (min-width: 950px) {
  .read-more.expand-desktop .read-more-content {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    transition: grid-template-rows 0.75s, opacity 0.5625s;
  }
  .read-more.expand-desktop .read-more-content > div {
    overflow: hidden;
  }
  .read-more.expand-desktop .read-more-content.active {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .read-more.expand-desktop .read-more-button {
    display: none;
  }
}
@media (min-width: 950px) {
  .read-more.collapse-desktop .read-more-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.75s, opacity 0.5625s;
  }
  .read-more.collapse-desktop .read-more-content > div {
    overflow: hidden;
  }
  .read-more.collapse-desktop .read-more-content.active {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .read-more.collapse-desktop .read-more-button {
    display: block;
  }
}

.wp-block-columns {
  gap: 18px;
}
.wp-block-columns.mobile-flip {
  flex-direction: column-reverse;
}
@media (min-width: 950px) {
  .wp-block-columns.mobile-flip {
    flex-direction: row;
    gap: 18px;
  }
}
.wp-block-columns.stats-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 18px;
}
.wp-block-columns.stats-section > div:first-child {
  grid-column: span 1;
}
.wp-block-columns.stats-section > div:last-child {
  grid-column: span 4;
}
@media (min-width: 950px) {
  .wp-block-columns .col-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 18px;
  }
  .wp-block-columns .col-6 > .col-span-4 {
    grid-column: span 4;
  }
}

@media (min-width: 950px) {
  .wp-block-group.single-col-span-4 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .wp-block-group.single-col-span-4 > div {
    grid-column: span 4;
  }
  .wp-block-group.col-span-4 {
    /*@include column-grid(6, $grid__gap-desktop);
    >div{
    	grid-column: span 4;
    }*/
  }
}

hr.wp-block-separator {
  margin-top: 200px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid black;
}

.featured-background-video {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100dvh;
  width: 100vw;
}
.featured-background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.cs-thumbnail {
  position: relative;
  overflow: hidden;
}
.cs-thumbnail img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.cs-thumbnail .cs-thumbnail-scroll-button {
  position: absolute;
  bottom: 72px;
  width: 100%;
  height: 9px;
  z-index: 10000;
  text-align: center;
}
.cs-thumbnail .cs-thumbnail-scroll-button a {
  color: white;
}
.cs-thumbnail .cs-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.cs-thumbnail .cs-thumbnail-overlay .top-overlay {
  background: linear-gradient(180deg, rgba(56, 59, 60, 0.3) 0%, rgba(56, 59, 60, 0) 19.63%);
  background-blend-mode: multiply;
  width: 100dvw;
  height: 100dvh;
  position: absolute;
}
.cs-thumbnail .cs-thumbnail-overlay .left-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(56, 59, 60, 0.1) 40%, rgba(56, 59, 60, 0) 100%);
  background-blend-mode: multiply;
  width: 100dvw;
  height: 100dvh;
  position: absolute;
}

.case-study .case-study-meta {
  font-size: 0.75rem;
  margin-bottom: 72px;
}
.case-study .case-study-meta .case-study-title {
  margin-right: 0.5em;
}
.case-study .case-study-meta .case-study-content {
  font-style: italic;
}
@media (min-width: 950px) {
  .case-study .case-study-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
  }
  .case-study .case-study-info .case-study-info-content {
    grid-column: span 3;
  }
}

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

@keyframes animate-enter-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animate-enter-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.play-animation {
  animation: fade-in 1s;
  /*&.animate-left{
      animation: animate-enter-left 1s;
  }
  &.animate-right{
      animation: animate-enter-right 1s;
  }*/
  /*@for $i from 1 through 20 {
      &:nth-child(odd) {
          animation: animate-enter-left 1s;
      }
      &:nth-child(even) {
          animation: animate-enter-right 1s;
      }
  }*/
}

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

/* Blocks
--------------------------------------------- */
@media (min-width: 950px) {
  .team-block .team-cards {
    display: grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
}
.team-block .team-cards .team-card {
  margin-bottom: 56px;
}
@media (min-width: 950px) {
  .team-block .team-cards .team-card {
    grid-column: span 4;
  }
}
.team-block .team-cards .team-card .team-image {
  margin-bottom: 20px;
}
.team-block .team-cards .team-card .team-image img {
  width: 100%;
  height: auto;
}
.team-block .team-cards .team-card .team-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-block .team-cards .team-card .team-info-header .expandable-icon-button {
  cursor: pointer;
}
.team-block .team-cards .team-card .team-info-header .expandable-icon-button svg {
  width: 22px;
  height: 22px;
  stroke: #000;
  transition: transform 0.3s ease-out;
}
.team-block .team-cards .team-card .team-info-header .expandable-icon-button.active svg {
  transform: rotate(-45deg);
  stroke: #A17652;
}
.team-block .team-cards .team-card .team-info-content-container {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.5s, opacity 0.375s;
}
.team-block .team-cards .team-card .team-info-content-container > div {
  overflow: hidden;
}
.team-block .team-cards .team-card .team-info-content-container.active {
  grid-template-rows: 1fr;
  opacity: 1;
}
.team-block .team-cards .team-card .team-info-content-container .content {
  padding-top: 1em;
}
@media (min-width: 1921px) {
  .team-block .team-cards .team-card .team-info-content-container .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
  }
  .team-block .team-cards .team-card .team-info-content-container .content p {
    grid-column: span 3;
  }
}

.elementi-carousel, .brands-carousel {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: -24px;
  overflow: hidden;
}
@media (min-width: 950px) {
  .elementi-carousel, .brands-carousel {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
  .elementi-carousel.brands-carousel, .elementi-carousel.small-carousel, .elementi-carousel.case-studies-carousel, .brands-carousel.brands-carousel, .brands-carousel.small-carousel, .brands-carousel.case-studies-carousel {
    overflow: hidden;
  }
}
.elementi-carousel.small-carousel, .elementi-carousel.case-studies-carousel, .brands-carousel.small-carousel, .brands-carousel.case-studies-carousel {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.elementi-carousel.small-carousel .owl-item img, .elementi-carousel.case-studies-carousel .owl-item img, .brands-carousel.small-carousel .owl-item img, .brands-carousel.case-studies-carousel .owl-item img {
  width: 100%;
  height: 518px;
}
.single-case-study .elementi-carousel.small-carousel .owl-item img, .single-case-study .elementi-carousel.case-studies-carousel .owl-item img, .single-case-study .brands-carousel.small-carousel .owl-item img, .single-case-study .brands-carousel.case-studies-carousel .owl-item img {
  aspect-ratio: 345/276;
  height: auto;
}
@media (min-width: 950px) {
  .elementi-carousel.small-carousel .owl-item img, .elementi-carousel.case-studies-carousel .owl-item img, .brands-carousel.small-carousel .owl-item img, .brands-carousel.case-studies-carousel .owl-item img {
    aspect-ratio: 498/332;
    height: auto;
  }
}
.elementi-carousel .owl-stage, .brands-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.elementi-carousel .owl-item, .brands-carousel .owl-item {
  flex: 1 0 auto;
  padding: 0;
  transition: transform 0.3s;
}
.elementi-carousel .owl-item img, .brands-carousel .owl-item img {
  width: 100%;
  aspect-ratio: 390/524;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 950px) {
  .elementi-carousel .owl-item img, .brands-carousel .owl-item img {
    aspect-ratio: 498/623;
  }
}
.elementi-carousel .owl-item.active, .brands-carousel .owl-item.active {
  z-index: 2;
}
.elementi-carousel .owl-nav, .brands-carousel .owl-nav {
  display: none;
}
.elementi-carousel.case-studies-carousel .owl-dots, .brands-carousel.case-studies-carousel .owl-dots {
  display: none;
}
.elementi-carousel .owl-dots, .brands-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.elementi-carousel .owl-dots .owl-dot, .brands-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  background: rgba(118, 117, 127, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.elementi-carousel .owl-dots .owl-dot.active, .brands-carousel .owl-dots .owl-dot.active {
  background: #A17652;
}

@media (min-width: 950px) {
  .carousel.brands-carousel .owl-item img, .carousel.small-carousel .owl-item img, .carousel.case-studies-carousel.slides-1 .owl-item img {
    aspect-ratio: 1014/676;
    height: auto;
  }
}
@media (min-width: 1367px) {
  .carousel.brands-carousel .owl-item img, .carousel.small-carousel .owl-item img, .carousel.case-studies-carousel.slides-1 .owl-item img {
    aspect-ratio: 1014/676;
    height: auto;
  }
}

.carousel.brands-carousel {
  margin-bottom: 56px;
}

@media (min-width: 950px) {
  .case-studies-carousel-wrapper {
    position: relative;
  }
  .case-studies-carousel-wrapper .case-studies-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .case-studies-carousel-wrapper .case-studies-navigation .prev {
    transform: translateY(-32px) translateX(-36px);
  }
  .case-studies-carousel-wrapper .case-studies-navigation .next {
    transform: translateY(-32px) translateX(36px);
  }
}

/*.carousel.case-studies-carousel {
    @include above("medium") {
        .owl-nav{
            display: flex;
            justify-content: space-between;
            width: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            .owl-prev {
                margin-left: -50px;
                //transform: translateX(-50px);
            }
            .owl-next {
                margin-right: -50px;
                //transform: translateX(50px);
            }
        }
    }
}*/
.text-grid-block .text-grid-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 950px) {
  .text-grid-block .text-grid-row .text-grid-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 18px;
    align-items: flex-start;
  }
  .text-grid-block .text-grid-row .text-grid-item .text-grid-header {
    grid-column: span 2;
  }
  .text-grid-block .text-grid-row .text-grid-item .text-grid-header .expandable-icon-button {
    display: none;
  }
  .text-grid-block .text-grid-row .text-grid-item .text-grid-content {
    grid-column: span 3;
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    transition: grid-template-rows 0.75s, opacity 0.5625s;
  }
  .text-grid-block .text-grid-row .text-grid-item .text-grid-content > div {
    overflow: hidden;
  }
  .text-grid-block .text-grid-row .text-grid-item .text-grid-content.active {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .text-grid-block .text-grid-row .text-grid-item .text-grid-content > span.expandable-content {
    display: none;
  }
}
.text-grid-block .text-grid-row .text-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-grid-block .text-grid-row .text-grid-header .expandable-icon-button {
  cursor: pointer;
}
.text-grid-block .text-grid-row .text-grid-header .expandable-icon-button svg {
  width: 22px;
  height: 22px;
  stroke: #000;
  transition: transform 0.3s ease-out;
}
.text-grid-block .text-grid-row .text-grid-header .expandable-icon-button.active svg {
  transform: rotate(-45deg);
  stroke: #A17652;
}
.text-grid-block .text-grid-row .text-grid-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.5s, opacity 0.375s;
}
.text-grid-block .text-grid-row .text-grid-content > div {
  overflow: hidden;
}
.text-grid-block .text-grid-row .text-grid-content.active {
  grid-template-rows: 1fr;
  opacity: 1;
}
.text-grid-block .text-grid-row .text-grid-content .short-text {
  display: none;
}
@media (min-width: 950px) {
  .text-grid-block .text-grid-row .text-grid-content .short-text {
    display: block;
  }
}
@media (min-width: 950px) {
  .text-grid-block .text-grid-row .text-grid-content .full-text {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.5s, opacity 0.375s;
  }
  .text-grid-block .text-grid-row .text-grid-content .full-text > div {
    overflow: hidden;
  }
  .text-grid-block .text-grid-row .text-grid-content .full-text.active {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.text-grid-block .text-grid-row .text-grid-content.active .short-text {
  display: none;
}
.text-grid-block .text-grid-row .text-grid-content.active .full-text {
  opacity: 1;
  grid-template-rows: 1fr;
}
.text-grid-block .text-grid-row .expandable-icon.desktop-only {
  display: none;
}
@media (min-width: 950px) {
  .text-grid-block .text-grid-row .expandable-icon.desktop-only {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .text-grid-block .text-grid-row .expandable-icon.desktop-only .expandable-icon-button {
    cursor: pointer;
  }
  .text-grid-block .text-grid-row .expandable-icon.desktop-only .expandable-icon-button svg {
    width: 22px;
    height: 22px;
    stroke: #000;
    transition: transform 0.3s ease-out;
  }
  .text-grid-block .text-grid-row .expandable-icon.desktop-only .expandable-icon-button.active svg {
    transform: rotate(-45deg);
    stroke: #A17652;
  }
}

.brands-content .brand-info {
  margin-bottom: calc(72px - 1.5em);
}
@media (min-width: 950px) {
  .brands-content .brand-info {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .brands-content .brand-info #brand-intro {
    grid-column: span 4;
  }
  .brands-content .brand-info .brand-header {
    margin-top: calc(0.88rem + 20px);
    grid-column: 7/9;
  }
  .brands-content .brand-info #brand-summary {
    margin-top: calc(0.88rem + 20px);
    grid-column: 9/13;
  }
}
.brands-content .brand-details .brand-text {
  margin-bottom: 72px;
}
@media (min-width: 950px) {
  .brands-content .brand-details {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .brands-content .brand-details .brand-text {
    grid-column: span 4;
  }
  .brands-content .brand-details .brand-lower-image {
    grid-column: 7/13;
  }
}
@media (min-width: 950px) {
  .brands-content.section {
    margin-bottom: 100px;
  }
}

.brands-navigation {
  display: flex;
  justify-content: space-between;
}
.brands-navigation .brands-nav-button {
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 950px) {
  .brands-navigation.section {
    margin-bottom: 100px;
  }
}

.logo-tickertape {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: -24px;
  height: 216px;
  background-image: url(img/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 950px) {
  .logo-tickertape {
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    transform: translate(calc(-1 * (99px + 3 * (100vw - 99px - 99px - 17 * 18px) / 18 + 54px)));
    margin-left: 0;
  }
}
.logo-tickertape .logo-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: ticker 20s linear infinite;
}
.logo-tickertape .logo-track .logo-item {
  flex: 0 0 auto;
  padding: 0 2rem;
}
.logo-tickertape .logo-track .logo-item img {
  max-height: 53px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.logo-tickertape .logo-track .logo-item img:hover {
  filter: grayscale(0%);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.wp-block-image.case-study-large-image {
  width: 100vw;
  max-width: 100vw;
  margin-left: -24px;
}
@media (min-width: 950px) {
  .wp-block-image.case-study-large-image {
    margin-left: 0;
  }
}
.wp-block-image.case-study-large-image img {
  aspect-ratio: 393/590;
  object-fit: cover;
}
@media (min-width: 950px) {
  .wp-block-image.case-study-large-image img {
    aspect-ratio: 1014/676;
    width: 100vw;
    transform: translate(calc(-1 * (99px + 3 * (100vw - 99px - 99px - 17 * 18px) / 18 + 54px)));
  }
}

.case-studies-carousel {
  margin-bottom: 20px;
}

.case-studies-slides-content .case-studies-info {
  display: flex;
  justify-content: space-between;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 18px;
}
@media (min-width: 950px) {
  .case-studies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
    row-gap: 50px;
  }
}
.case-studies-grid .grid-item .grid-item-content .grid-item-thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.tabs-page-title {
  padding-bottom: 72px;
}
.tabs-page-title h2 {
  margin-bottom: 0;
}
@media (min-width: 950px) {
  .tabs-page-title {
    padding-bottom: 157px;
  }
}

.tabs-header {
  margin-bottom: 72px;
}
@media (min-width: 950px) {
  .tabs-header {
    display: none;
  }
}

.tabs-block {
  padding-bottom: 120px;
  border-bottom: 1px solid black;
}
.tabs-block .tabs-title {
  margin-bottom: 1em;
}
@media (min-width: 950px) {
  .tabs-block .tabs-title {
    margin-bottom: 0;
  }
}
.tabs-block .tabs-links .tabs-item {
  margin-bottom: 72px;
}
.tabs-block .tabs-links a {
  font-size: 0.88rem;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  color: black;
  pointer-events: none;
  padding-bottom: 1em;
}
@media (min-width: 950px) {
  .tabs-block {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 18px;
  }
  .tabs-block .tabs-links {
    grid-column: span 3;
  }
  .tabs-block .tabs-links a {
    pointer-events: all;
    color: #76757F;
    padding-bottom: 0;
  }
  .tabs-block .tabs-links a.active {
    color: black;
  }
  .tabs-block #tabs-column-1 {
    grid-column: 4/8;
  }
  .tabs-block #tabs-column-2 {
    grid-column: 9/13;
  }
  .tabs-block .tabs-item {
    margin-bottom: 56px;
  }
}

.tabs-content-1, .tabs-content-2 {
  display: block;
}
@media (min-width: 950px) {
  .tabs-content-1, .tabs-content-2 {
    display: none;
  }
}

#tabs-column-1, #tabs-column-2 {
  display: none;
}
@media (min-width: 950px) {
  #tabs-column-1, #tabs-column-2 {
    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;
}

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