/*!
Theme Name: Ajenda Interactive Media
Author: Robert Gomez
Author URI: https://robertgomez.org
Description: Ajenda Interactive Media's in-house Wordpress theme.
Version: 1.0.0
Tested up to: 8.0
Requires PHP: 8.0
Text Domain: ajnd
*/
/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ! _box-sizing.sass */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ! Base: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1:has(+ p),
h2:has(+ p),
h3:has(+ p),
h4:has(+ p),
h5:has(+ p),
h6:has(+ p) {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1.5em;
}
p:has(+ h2) {
  margin-bottom: 3rem;
}

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

.text-center {
  text-align: center !important;
}

/* ! Base: Elements */
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 911px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-inline: 2rem !important;
  }
}
body .is-layout-constrained > .alignwide {
  margin-inline: 2rem !important;
}
@media screen and (min-width: 1264px) {
  body .is-layout-constrained > .alignwide {
    margin-inline: auto !important;
  }
}

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

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

ul {
  list-style: disc;
}
ul.unstyled {
  padding-inline: 0;
  list-style: none;
  margin-inline: 0;
}
ul.unstyled li {
  margin-inline: 0;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

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

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

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button:not(.hamburger),
input[type=button],
input[type=reset],
input[type=submit],
a.btn {
  border: solid 1px var(--wp--preset--color--orange);
  border-radius: 0;
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
  line-height: 1;
  padding: 0.5em 1em;
  cursor: pointer;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--secondary);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  text-decoration: none;
}
button:not(.hamburger):hover, button:not(.hamburger):active, button:not(.hamburger):focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.has-black-background-color button:not(.hamburger),
.has-black-background-color input[type=button],
.has-black-background-color input[type=reset],
.has-black-background-color input[type=submit],
.has-black-background-color a.btn {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.has-black-background-color button:not(.hamburger):hover, .has-black-background-color button:not(.hamburger):active, .has-black-background-color button:not(.hamburger):focus,
.has-black-background-color input[type=button]:hover,
.has-black-background-color input[type=button]:active,
.has-black-background-color input[type=button]:focus,
.has-black-background-color input[type=reset]:hover,
.has-black-background-color input[type=reset]:active,
.has-black-background-color input[type=reset]:focus,
.has-black-background-color input[type=submit]:hover,
.has-black-background-color input[type=submit]:active,
.has-black-background-color input[type=submit]:focus,
.has-black-background-color a.btn:hover,
.has-black-background-color a.btn:active,
.has-black-background-color a.btn:focus {
  border-color: var(--wp--preset--color--gray);
  background-color: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--white);
}

a.btn {
  text-transform: uppercase;
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--secondary);
}
a.btn:hover, a.btn:active, a.btn:focus {
  border-color: var(--wp--preset--color--orange);
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
}

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: 0;
  padding: 1em;
}
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;
}
.has-black-background-color input[type=text],
.has-black-background-color input[type=email],
.has-black-background-color input[type=url],
.has-black-background-color input[type=password],
.has-black-background-color input[type=search],
.has-black-background-color input[type=number],
.has-black-background-color input[type=tel],
.has-black-background-color input[type=range],
.has-black-background-color input[type=date],
.has-black-background-color input[type=month],
.has-black-background-color input[type=week],
.has-black-background-color input[type=time],
.has-black-background-color input[type=datetime],
.has-black-background-color input[type=datetime-local],
.has-black-background-color input[type=color],
.has-black-background-color textarea {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.has-black-background-color input[type=text]::-webkit-input-placeholder, .has-black-background-color input[type=email]::-webkit-input-placeholder, .has-black-background-color input[type=url]::-webkit-input-placeholder, .has-black-background-color input[type=password]::-webkit-input-placeholder, .has-black-background-color input[type=search]::-webkit-input-placeholder, .has-black-background-color input[type=number]::-webkit-input-placeholder, .has-black-background-color input[type=tel]::-webkit-input-placeholder, .has-black-background-color input[type=range]::-webkit-input-placeholder, .has-black-background-color input[type=date]::-webkit-input-placeholder, .has-black-background-color input[type=month]::-webkit-input-placeholder, .has-black-background-color input[type=week]::-webkit-input-placeholder, .has-black-background-color input[type=time]::-webkit-input-placeholder, .has-black-background-color input[type=datetime]::-webkit-input-placeholder, .has-black-background-color input[type=datetime-local]::-webkit-input-placeholder, .has-black-background-color input[type=color]::-webkit-input-placeholder, .has-black-background-color textarea::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.has-black-background-color input[type=text]::-moz-placeholder, .has-black-background-color input[type=email]::-moz-placeholder, .has-black-background-color input[type=url]::-moz-placeholder, .has-black-background-color input[type=password]::-moz-placeholder, .has-black-background-color input[type=search]::-moz-placeholder, .has-black-background-color input[type=number]::-moz-placeholder, .has-black-background-color input[type=tel]::-moz-placeholder, .has-black-background-color input[type=range]::-moz-placeholder, .has-black-background-color input[type=date]::-moz-placeholder, .has-black-background-color input[type=month]::-moz-placeholder, .has-black-background-color input[type=week]::-moz-placeholder, .has-black-background-color input[type=time]::-moz-placeholder, .has-black-background-color input[type=datetime]::-moz-placeholder, .has-black-background-color input[type=datetime-local]::-moz-placeholder, .has-black-background-color input[type=color]::-moz-placeholder, .has-black-background-color textarea::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.has-black-background-color input[type=text]:-ms-input-placeholder, .has-black-background-color input[type=email]:-ms-input-placeholder, .has-black-background-color input[type=url]:-ms-input-placeholder, .has-black-background-color input[type=password]:-ms-input-placeholder, .has-black-background-color input[type=search]:-ms-input-placeholder, .has-black-background-color input[type=number]:-ms-input-placeholder, .has-black-background-color input[type=tel]:-ms-input-placeholder, .has-black-background-color input[type=range]:-ms-input-placeholder, .has-black-background-color input[type=date]:-ms-input-placeholder, .has-black-background-color input[type=month]:-ms-input-placeholder, .has-black-background-color input[type=week]:-ms-input-placeholder, .has-black-background-color input[type=time]:-ms-input-placeholder, .has-black-background-color input[type=datetime]:-ms-input-placeholder, .has-black-background-color input[type=datetime-local]:-ms-input-placeholder, .has-black-background-color input[type=color]:-ms-input-placeholder, .has-black-background-color textarea:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.has-black-background-color input[type=text]::-ms-input-placeholder, .has-black-background-color input[type=email]::-ms-input-placeholder, .has-black-background-color input[type=url]::-ms-input-placeholder, .has-black-background-color input[type=password]::-ms-input-placeholder, .has-black-background-color input[type=search]::-ms-input-placeholder, .has-black-background-color input[type=number]::-ms-input-placeholder, .has-black-background-color input[type=tel]::-ms-input-placeholder, .has-black-background-color input[type=range]::-ms-input-placeholder, .has-black-background-color input[type=date]::-ms-input-placeholder, .has-black-background-color input[type=month]::-ms-input-placeholder, .has-black-background-color input[type=week]::-ms-input-placeholder, .has-black-background-color input[type=time]::-ms-input-placeholder, .has-black-background-color input[type=datetime]::-ms-input-placeholder, .has-black-background-color input[type=datetime-local]::-ms-input-placeholder, .has-black-background-color input[type=color]::-ms-input-placeholder, .has-black-background-color textarea::-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.has-black-background-color input[type=text]::placeholder,
.has-black-background-color input[type=email]::placeholder,
.has-black-background-color input[type=url]::placeholder,
.has-black-background-color input[type=password]::placeholder,
.has-black-background-color input[type=search]::placeholder,
.has-black-background-color input[type=number]::placeholder,
.has-black-background-color input[type=tel]::placeholder,
.has-black-background-color input[type=range]::placeholder,
.has-black-background-color input[type=date]::placeholder,
.has-black-background-color input[type=month]::placeholder,
.has-black-background-color input[type=week]::placeholder,
.has-black-background-color input[type=time]::placeholder,
.has-black-background-color input[type=datetime]::placeholder,
.has-black-background-color input[type=datetime-local]::placeholder,
.has-black-background-color input[type=color]::placeholder,
.has-black-background-color textarea::placeholder {
  color: #999;
  font-style: italic;
}
.has-black-background-color input[type=text]:focus,
.has-black-background-color input[type=email]:focus,
.has-black-background-color input[type=url]:focus,
.has-black-background-color input[type=password]:focus,
.has-black-background-color input[type=search]:focus,
.has-black-background-color input[type=number]:focus,
.has-black-background-color input[type=tel]:focus,
.has-black-background-color input[type=range]:focus,
.has-black-background-color input[type=date]:focus,
.has-black-background-color input[type=month]:focus,
.has-black-background-color input[type=week]:focus,
.has-black-background-color input[type=time]:focus,
.has-black-background-color input[type=datetime]:focus,
.has-black-background-color input[type=datetime-local]:focus,
.has-black-background-color input[type=color]:focus,
.has-black-background-color textarea:focus {
  border-radius: 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=url],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=range],
.contact-form input[type=date],
.contact-form input[type=month],
.contact-form input[type=week],
.contact-form input[type=time],
.contact-form input[type=datetime],
.contact-form input[type=datetime-local],
.contact-form input[type=color],
.contact-form textarea {
  width: 100%;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.wp-block-image:has(~ .wp-block-gallery, ~ .imagegrid, ~ .wp-block-image) {
  margin-bottom: 0.5rem;
}

.wp-block-gallery:has(~ .wp-block-gallery, ~ .imagegrid, ~ .wp-block-image) {
  margin-bottom: 0.5rem;
}

.wp-block-query .wp-block-post-template {
  margin: 0;
}

.main-navigation {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
}
.main-navigation__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: 2rem;
  max-width: var(--wp--style--global--wide-size);
  padding-top: 2.3rem;
  text-align: right;
  z-index: 2;
}
@media screen and (min-width: 912px) {
  .main-navigation__header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1264px) {
  .main-navigation__header {
    width: 1200px;
    margin-inline: auto;
  }
}

.menu-primary-navigation-container {
  outline: solid 1px red;
  z-index: 1;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.primary-menu a {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--h-2);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}
.primary-menu a:hover, .primary-menu a:focus {
  color: var(--wp--preset--color--black);
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  padding-block: var(--wp--preset--spacing--80);
  max-width: var(--wp--style--global--wide-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 1264px) {
  .comment-navigation,
  .posts-navigation,
  .post-navigation {
    margin-inline: auto;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.sticky {
  display: block;
}

.page {
  margin: 0;
}

.post {
  margin-inline: 0;
  margin-block: 0 var(--wp--preset--spacing--80);
}

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

.page-content,
.entry__content,
.entry__summary {
  margin: 0;
}

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

.entry__header > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
  max-width: var(--wp--style--global--content-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 912px) {
  .entry__header > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
    margin-inline: auto;
  }
}
.entry__header > .alignwide,
.entry__header > :is(body.home h1) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 1264px) {
  .entry__header > .alignwide,
  .entry__header > :is(body.home h1) {
    margin-inline: auto;
  }
}
.entry__header {
  text-align: center;
}
.entry__content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
  max-width: var(--wp--style--global--content-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 912px) {
  .entry__content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
    margin-inline: auto;
  }
}
.entry__content > .alignwide,
.entry__content > :is(body.home h1) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 1264px) {
  .entry__content > .alignwide,
  .entry__content > :is(body.home h1) {
    margin-inline: auto;
  }
}
.entry__content--search article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px var(--wp--preset--color--gray);
}
.entry__title--search {
  text-align: left;
  margin: 0;
  font-size: var(--wp--preset--font-size--h-3);
}

.page .entry__content > p:last-child {
  -webkit-margin-after: var(--wp--preset--spacing--80);
          margin-block-end: var(--wp--preset--spacing--80);
}

.site-header > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
  max-width: var(--wp--style--global--content-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 912px) {
  .site-header > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
    margin-inline: auto;
  }
}
.site-header > .alignwide,
.site-header > :is(body.home h1) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 1264px) {
  .site-header > .alignwide,
  .site-header > :is(body.home h1) {
    margin-inline: auto;
  }
}
.site-header {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 912px) {
  .site-header {
    height: 285px;
    padding-top: 84px;
  }
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo a {
  display: block;
  width: 300px;
  height: 44px;
}
.site-header__logo a svg {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.site-header__logo a:hover svg,
.site-header__logo a:focus svg {
  fill: var(--wp--preset--color--orange);
}
.site-header__logo-full {
  display: none;
}
@media screen and (min-width: 912px) {
  .site-header__logo-full {
    display: block;
  }
}
.site-header__logo-small {
  display: block;
  height: 45px;
  width: 45px;
}
@media screen and (min-width: 912px) {
  .site-header__logo-small {
    display: none;
  }
}

.hamburger {
  display: inline-block;
  background-color: transparent;
  height: 36px;
  width: 36px;
  position: relative;
  border: none;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  background-color: var(--wp--preset--color--black);
  width: 36px;
  height: 4px;
  left: 0;
  -webkit-transition: background-color 150ms linear, -webkit-transform 200ms ease-in-out;
  transition: background-color 150ms linear, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, background-color 150ms linear;
  transition: transform 200ms ease-in-out, background-color 150ms linear, -webkit-transform 200ms ease-in-out;
}
.main-navigation .hamburger span {
  background-color: #fff;
}
.hamburger span.bar-1 {
  top: 0;
}
.hamburger span.bar-2 {
  top: 16px;
}
.hamburger span.bar-3 {
  bottom: 0;
}
.hamburger.is-closer span.bar-1 {
  -webkit-transform: rotateZ(45deg) translate(11px, 11px) scaleX(1.33);
          transform: rotateZ(45deg) translate(11px, 11px) scaleX(1.33);
}
.hamburger.is-closer span.bar-2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.hamburger.is-closer span.bar-3 {
  -webkit-transform: rotateZ(-45deg) translate(12px, -11px) scaleX(1.33);
          transform: rotateZ(-45deg) translate(12px, -11px) scaleX(1.33);
}
.hamburger.is-closer:hover span, .hamburger.is-closer:focus span {
  background-color: var(--wp--preset--color--black) !important;
}
.hamburger:hover span, .hamburger:focus span {
  background-color: var(--wp--preset--color--orange) !important;
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: var(--wp--preset--spacing--80);
}
.site-footer > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
  max-width: var(--wp--style--global--content-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 912px) {
  .site-footer > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.is-layout-constrained)) {
    margin-inline: auto;
  }
}
.site-footer > .alignwide,
.site-footer > :is(body.home h1) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 1264px) {
  .site-footer > .alignwide,
  .site-footer > :is(body.home h1) {
    margin-inline: auto;
  }
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}
.site-footer a:visited {
  color: #ffffff;
}
.site-footer a:hover, .site-footer a:active {
  color: #8b8d90;
}
.site-footer h2, .site-footer h4, .site-footer p {
  margin-block: 0;
}
.site-footer h2 {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 911px) {
  .site-footer h2 {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
    font-size: var(--wp--preset--font-size--h-3);
  }
}
.site-footer h2:has(+ h3) {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.site-footer h3 {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 911px) {
  .site-footer h3 {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
    font-size: var(--wp--preset--font-size--h-4);
  }
}
.site-footer__logo {
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  max-width: 75px;
  -webkit-filter: brightness(0) saturate(0) invert(1);
          filter: brightness(0) saturate(0) invert(1);
}
.site-footer__logo:hover {
  -webkit-filter: none;
          filter: none;
}

#backToTop {
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
#backToTop svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
#backToTop:hover, #backToTop:focus {
  background-color: #fff;
  color: #000;
}
#backToTop:hover svg, #backToTop:focus svg {
  fill: #000;
}

.casestudy__pre-title {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  text-align: center;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.casestudy__pre-title + .entry__title {
  margin-top: 0;
}
.casestudy__pre-title--blog {
  color: var(--wp--preset--color--gray);
}
.casestudy__pre-title--blog a {
  color: var(--wp--preset--color--gray);
}

.worklist {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  isolation: isolate;
  aspect-ratio: 4/3;
  text-decoration: none;
}
.worklist:hover .worklist__overlay, .worklist:focus .worklist__overlay {
  opacity: 1;
}
@media screen and (min-width: 912px) {
  .worklist {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1264px) {
  .worklist {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
  }
}
@media screen and (min-width: 1264px) {
  .worklist--workpage, .worklist--casestudies {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .worklist--workpage .worklist__title, .worklist--casestudies .worklist__title {
    font-size: var(--wp--preset--font-size--h-2);
  }
}
.worklist__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.worklist__overlay {
  opacity: 1;
  padding: 2rem;
  inset: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
@media screen and (min-width: 912px) {
  .worklist__overlay {
    opacity: 0;
    inset: 0;
  }
}
.worklist__client {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  text-align: center;
  color: var(--wp--preset--color--white);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1264px) {
  .worklist__client {
    margin-bottom: 1rem;
    font-size: var(--wp--preset--font-size--h-4);
  }
}
.worklist__title {
  color: var(--wp--preset--color--white);
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1264px) {
  .worklist__title {
    font-size: 3rem;
  }
}
.worklist__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  padding-inline: 0;
}
@media screen and (min-width: 912px) {
  .worklist__container {
    padding-inline: 0;
    gap: 0;
  }
}
.worklist__pre-title {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  text-align: center;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.worklist__pre-title + .entry__title {
  margin-top: 0;
}
.worklist__pre-title--blog {
  color: var(--wp--preset--color--gray);
}
.worklist__pre-title--blog a {
  color: var(--wp--preset--color--gray);
}
.worklist__postnav {
  display: inline-block;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--secondary);
  -webkit-transition: background-color 150ms linear, color 150ms linear;
  transition: background-color 150ms linear, color 150ms linear;
  white-space: nowrap;
}
.worklist__postnav * {
  vertical-align: middle;
}
.worklist__postnav svg {
  fill: #000;
  -webkit-transition: fill 150ms linear;
  transition: fill 150ms linear;
  margin-top: -5px;
}
.worklist__postnav:hover {
  color: #666;
}
.worklist__postnav:hover svg {
  fill: #666;
}
.worklist__postnav--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.worklist__postnav--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 10px;
}

.viewmore {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
}
.viewmore > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.viewmore__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.viewmore__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.viewmore__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
@media screen and (max-width: 911px) {
  .viewmore {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .viewmore__left {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .viewmore__right {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .viewmore__center {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-bottom: 36px;
  }
}

.contact-form input[type=submit] {
  font-size: var(--wp--preset--font-size--h-5);
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--secondary);
}

.wpcf7-response-output {
  margin-inline: 0 !important;
}

.entry__content img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-animated,
.entry__content img,
.entry__content p,
.entry__content h2,
.entry__content h3,
.entry__content ul {
  opacity: 0;
  -webkit-transition: opacity 600ms linear, -webkit-transform 600ms ease-out;
  transition: opacity 600ms linear, -webkit-transform 600ms ease-out;
  transition: opacity 600ms linear, transform 600ms ease-out;
  transition: opacity 600ms linear, transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
@media screen and (min-width: 912px) {
  .is-animated.delay-1,
  .entry__content img.delay-1,
  .entry__content p.delay-1,
  .entry__content h2.delay-1,
  .entry__content h3.delay-1,
  .entry__content ul.delay-1 {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .is-animated.delay-2,
  .entry__content img.delay-2,
  .entry__content p.delay-2,
  .entry__content h2.delay-2,
  .entry__content h3.delay-2,
  .entry__content ul.delay-2 {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
  }
  .is-animated.delay-3,
  .entry__content img.delay-3,
  .entry__content p.delay-3,
  .entry__content h2.delay-3,
  .entry__content h3.delay-3,
  .entry__content ul.delay-3 {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .is-animated.delay-4,
  .entry__content img.delay-4,
  .entry__content p.delay-4,
  .entry__content h2.delay-4,
  .entry__content h3.delay-4,
  .entry__content ul.delay-4 {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms;
  }
  .is-animated.delay-5,
  .entry__content img.delay-5,
  .entry__content p.delay-5,
  .entry__content h2.delay-5,
  .entry__content h3.delay-5,
  .entry__content ul.delay-5 {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  .is-animated.delay-6,
  .entry__content img.delay-6,
  .entry__content p.delay-6,
  .entry__content h2.delay-6,
  .entry__content h3.delay-6,
  .entry__content ul.delay-6 {
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms;
  }
}
.is-animated.slide-up,
.entry__content img.slide-up,
.entry__content p.slide-up,
.entry__content h2.slide-up,
.entry__content h3.slide-up,
.entry__content ul.slide-up {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.is-animated.slide-up-small,
.entry__content img.slide-up-small,
.entry__content p.slide-up-small,
.entry__content h2.slide-up-small,
.entry__content h3.slide-up-small,
.entry__content ul.slide-up-small {
  -webkit-transform: translateY(66.6666666667px);
          transform: translateY(66.6666666667px);
}
.is-animated.slide-down,
.entry__content img.slide-down,
.entry__content p.slide-down,
.entry__content h2.slide-down,
.entry__content h3.slide-down,
.entry__content ul.slide-down {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
.is-animated.slide-left,
.entry__content img.slide-left,
.entry__content p.slide-left,
.entry__content h2.slide-left,
.entry__content h3.slide-left,
.entry__content ul.slide-left {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
.is-animated.slide-right,
.entry__content img.slide-right,
.entry__content p.slide-right,
.entry__content h2.slide-right,
.entry__content h3.slide-right,
.entry__content ul.slide-right {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.is-animated.zoom-in,
.entry__content img.zoom-in,
.entry__content p.zoom-in,
.entry__content h2.zoom-in,
.entry__content h3.zoom-in,
.entry__content ul.zoom-in {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
.is-animated.zoom-out,
.entry__content img.zoom-out,
.entry__content p.zoom-out,
.entry__content h2.zoom-out,
.entry__content h3.zoom-out,
.entry__content ul.zoom-out {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
}
.is-animated.in-view,
.entry__content img.in-view,
.entry__content p.in-view,
.entry__content h2.in-view,
.entry__content h3.in-view,
.entry__content ul.in-view {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.is-animated.slow-fade,
.entry__content img.slow-fade,
.entry__content p.slow-fade,
.entry__content h2.slow-fade,
.entry__content h3.slow-fade,
.entry__content ul.slow-fade {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form input[type=submit] {
  text-transform: uppercase;
}

.comments-area {
  -webkit-padding-after: var(--wp--preset--spacing--80);
          padding-block-end: var(--wp--preset--spacing--80);
  max-width: var(--wp--style--global--content-size);
  margin-inline: 2rem;
}
@media screen and (min-width: 912px) {
  .comments-area {
    margin-inline: auto;
  }
}

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

.bypostauthor {
  display: block;
}

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

.page-content .wp-smiley,
.entry__content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.img-fluid [class^=wp-image-] {
  max-width: 100% !important;
  width: 100% !important;
}

.screen-reader-text,
.sr-only {
  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,
.sr-only:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}
/*# sourceMappingURL=style.css.map */