/*!
 * Theme Name: Oblique
 * Theme URI: https://obliquedesign.com/
 * Description: Custom theme built with underscores
 * Version: 1.0
 * Author: Chad Phillips
 * Author URI: https://chadphillips.dev
 * Tags: underscores, HTML5, CSS3
 * 
 */

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/* 300, 400, 700 */
/**
 * Colors
 */
/**
 * layout
 */
/**
 * modules/mixins
 * ---
 */
/* Helvetica Neue font */
@font-face {
  font-family: "HN-lt";
  src: url("fonts/1488880/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2") format("woff2"), url("fonts/1488880/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff") format("woff");
}
@font-face {
  font-family: "HN-reg";
  src: url("fonts/1488892/823e6839-53d8-41b9-a5a1-5f05833acd12.woff2") format("woff2"), url("fonts/1488892/92679273-9798-4d27-893b-d53dfd2bb4c7.woff") format("woff");
}
@font-face {
  font-family: "HN-bld";
  src: url("fonts/1488916/a61c00c6-86e7-4fa9-ac6b-476548df9cb8.woff2") format("woff2"), url("fonts/1488916/7fd00069-f615-471e-8089-b0bab013cfd9.woff") format("woff");
}
/* MADE Mirage font */
@font-face {
  font-family: "MM-bld";
  src: url("fonts/mademiragebold-webfont.woff2") format("woff2"), url("fonts/mademiragebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MM-med";
  src: url("fonts/made_mirage_medium.woff2") format("woff2"), url("fonts/made_mirage_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.about {
  padding: 0;
}
.about__fun-banner {
  background-color: #333;
  background-image: url(images/mr-einstein.jpg);
  background-size: cover;
  background-position: 100% 50%;
  height: 100%;
  width: auto;
  max-width: 100%;
  display: flex;
  margin: 72px 0 42px 0;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 1023px) {
  .about__fun-banner {
    margin: 144px 0 82px 0;
  }
}
.about__fun-banner__quote {
  font-family: "HN-bld", sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  flex: 1 1 auto;
  position: relative;
  z-index: 20;
}
@media (min-width: 530px) {
  .about__fun-banner__quote {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .about__fun-banner__quote {
    font-size: 14rem;
  }
}
@media (min-width: 1023px) {
  .about__fun-banner__quote {
    font-size: 18rem;
  }
}
.about__fun-banner__quote__creativity {
  position: absolute;
  display: block;
  top: -10px;
}
@media (min-width: 1023px) {
  .about__fun-banner__quote__creativity {
    transform: translate(0, 120%);
  }
}
@media (min-width: 530px) {
  .about__fun-banner__quote__creativity {
    top: -17px;
  }
}
@media (min-width: 768px) {
  .about__fun-banner__quote__creativity {
    top: -23px;
  }
}
@media (min-width: 1023px) {
  .about__fun-banner__quote__creativity {
    top: -29px;
  }
}
.about__fun-banner__quote__having-fun {
  position: relative;
  display: block;
  bottom: -10px;
}
@media (min-width: 1023px) {
  .about__fun-banner__quote__having-fun {
    transform: translate(0, -120%);
  }
}
@media (min-width: 768px) {
  .about__fun-banner__quote__having-fun {
    bottom: -19px;
  }
}
@media (min-width: 1023px) {
  .about__fun-banner__quote__having-fun {
    bottom: -25px;
  }
}
.about__fun-banner__img {
  margin-right: 3%;
  flex: 1 1 auto;
  position: relative;
}
.about__fun-banner img {
  width: auto;
  height: 100% !important;
  display: block;
  max-width: none !important;
  position: absolute;
  right: 0;
  z-index: 10;
}
.about__main-content {
  padding: 40px 0 80px 0;
}
@media (min-width: 1023px) {
  .about__main-content {
    padding: 82px 0 160px 0;
  }
}
.about__main-content h2 {
  max-width: 378px;
  font-family: "MM-bld", sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  position: relative;
  padding-bottom: 44px;
  margin: 0 0 44px 0;
  opacity: 0;
  transform: translate(0, 10%);
}
.about__main-content h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #707070;
  bottom: 0;
  left: 0;
}
.about__main-content__content__left {
  opacity: 0;
  transform: translate(-10%, 0);
}
.about__main-content__content__right {
  margin-top: 24px;
  opacity: 0;
  transform: translate(10%, 0);
}
@media (min-width: 768px) {
  .about__main-content__content {
    display: flex;
  }
  .about__main-content__content__left {
    flex: 1 1 45%;
    width: 45%;
    max-width: 398px;
    margin-right: 108px;
  }
  .about__main-content__content__right {
    flex: 1 1 45%;
    width: 45%;
    max-width: 398px;
    margin-top: 0;
  }
}
.about__sections {
  background-color: #fff;
}
@media (min-width: 768px) {
  .about__sections {
    display: flex;
  }
}
.about__sections__section {
  opacity: 0;
  transform: translate(0, 10%);
  font-size: 16px;
  padding: 32px 0 48px 0;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  overflow: hidden;
  transition: color 0.25s ease-out;
}
@media (min-width: 768px) {
  .about__sections__section {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .about__sections__section {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .about__sections__section {
    width: 33.33%;
    float: left;
  }
}
.about__sections__section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.about__sections__section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E1DF1E;
  z-index: 20;
  transform: translateY(100%);
  transition: all 0.25s ease-out;
}
.about__sections__section:hover {
  color: #3d3d3b;
}
.about__sections__section:hover:after {
  transform: translateY(0);
}
.about__sections__section:hover .btn {
  color: #3d3d3b !important;
  border-color: #3d3d3b !important;
}
.about__sections__section:hover .btn:hover {
  background-color: #3d3d3b;
  color: #fff !important;
}
.about__sections__section:hover .about__sections__section__title:after {
  background-color: #3d3d3b;
}
@media (max-width: 767px) {
  .about__sections__section:nth-child(3) {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .about__sections__section:nth-child(3) {
    width: 33.34%;
  }
}
.about__sections__section .inner {
  max-width: 250px !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 30;
  height: 100%;
}
.about__sections__section__number {
  font-size: 24px;
  font-family: "MM-bld", sans-serif;
}
.about__sections__section__title {
  font-size: 30px;
  position: relative;
  padding-bottom: 12px;
  font-family: "MM-bld", sans-serif;
  min-width: 300px;
}
@media (min-width: 1023px) {
  .about__sections__section__title {
    font-size: 36px;
  }
}
.about__sections__section__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 132px;
  height: 3px;
  background-color: #fff;
}
.about__sections__section__text {
  padding: 20px 0 94px 0;
}
.about__sections__section__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about__sections__section__btn .btn {
  color: #fff;
  border-color: #fff;
}
.about__sections__section__btn .btn:hover {
  background-color: #fff;
  color: #3d3d3b;
}
.about__definition {
  padding: 82px 0 92px 0;
}
@media (min-width: 1023px) {
  .about__definition {
    padding: 164px 0 184px 0;
  }
}
.about__definition__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .about__definition__content {
    flex-wrap: nowrap;
  }
}
.about__definition__content__left {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .about__definition__content__left {
    margin-right: 108px;
  }
}
.about__definition__content__right {
  flex: 1 1 auto;
}
.about__definition__content h2 {
  font-size: 4rem;
  position: relative;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
  font-family: "MM-bld", sans-serif;
}
@media (min-width: 768px) {
  .about__definition__content h2 {
    white-space: nowrap;
  }
}
.about__definition__content h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #707070;
  bottom: 0;
  left: 0;
}
.about__definition__word {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1;
}
.about__definition__pronunciation__syllables {
  font-family: "HN-bld", sans-serif;
  font-size: 3.5rem;
  line-height: 1.428;
  color: #020202;
}
.about__definition__pronunciation__diacritical {
  font-size: 3rem;
  line-height: 1.66667;
  font-family: "HN-bld", sans-serif;
  color: #969693;
  opacity: 0.68;
  padding-bottom: 35px;
}
.about__definition__definition {
  padding-bottom: 18px;
}
.about__definition .btn {
  margin-top: 20px;
}

@media (max-width: 1339px) {
  .toggled .about__top__sidebar {
    float: right;
    position: relative;
  }
}

.bio__main {
  padding: 68px 0 50px 0;
}
@media (min-width: 768px) {
  .bio__main {
    padding: 134px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.bio__main__left {
  max-width: 90%;
  margin: 0 auto;
  font-size: 3rem;
  font-family: "HN-lt", sans-serif;
  color: #707070;
  line-height: 1.12;
  transform: translate(-20%);
}
@media (min-width: 768px) {
  .bio__main__left {
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1250px) {
  .bio__main__left {
    flex: 1 1 27.8%;
    max-width: 27.8%;
  }
}
@media (min-width: 1420px) {
  .bio__main__left {
    flex: 1 1 30.8%;
    max-width: 30.8%;
  }
}
@media (min-width: 1700px) {
  .bio__main__left {
    flex: 1 1 36.8%;
    max-width: 36.8%;
  }
}
.bio__main__left img {
  width: 100%;
}
.bio__main__left__quote {
  font-size: 3rem;
  font-family: "HN-lt", sans-serif;
  color: #707070;
  line-height: 1.12;
}
.bio__main__middle {
  max-width: 90%;
  margin: 0 auto;
  transform: translate(0, 20%);
}
@media (min-width: 768px) {
  .bio__main__middle {
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1250px) {
  .bio__main__middle {
    flex: 1 1 33.6%;
    max-width: 33.6%;
  }
}
@media (min-width: 1420px) {
  .bio__main__middle {
    flex: 1 1 31.6%;
    max-width: 31.6%;
  }
}
@media (min-width: 1700px) {
  .bio__main__middle {
    flex: 1 1 25.6%;
    max-width: 25.6%;
  }
}
.bio__main__middle img {
  width: 100%;
}
.bio__main__middle h2 {
  font-size: 2rem;
  font-weight: normal;
  font-family: "HN-bld", sans-serif;
  margin-top: 8px;
}
.bio__main__middle h2 em {
  font-family: "HN-lt", sans-serif;
}
.bio__main__right {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 22px;
  margin-top: 30px;
  font-size: 1.7rem;
  line-height: 1.529;
  transform: translate(20%, 20%);
}
@media (min-width: 768px) {
  .bio__main__right {
    padding: 0 44px;
    margin-top: 60px;
  }
}
@media (min-width: 1250px) {
  .bio__main__right {
    flex: 1 1 37.6%;
    max-width: 37.6%;
    margin-top: 0;
  }
}
.bio__main__right__content {
  max-width: 675px;
}
@media (min-width: 768px) {
  .bio__main__right__content {
    width: 75%;
  }
}
@media (min-width: 1023px) {
  .bio__main__right__content {
    width: 60%;
  }
}
@media (min-width: 1250px) {
  .bio__main__right__content {
    width: 100%;
    max-width: 478px;
  }
}
.bio__main__right h2 {
  font-size: 2rem;
  font-weight: normal;
  font-family: "HN-bld", sans-serif;
  margin-top: 0;
}
.bio__main__right h2 em {
  font-family: "HN-lt", sans-serif;
}

.blog__single, .category__single, .single__single {
  padding: 49px 0;
}
@media (min-width: 768px) {
  .blog__single, .category__single, .single__single {
    padding: 109px 0 0 0;
  }
}
.blog__single__date, .category__single__date, .single__single__date {
  color: #969693;
  font-size: 1.6rem;
  font-family: "HN-bld", sans-serif;
}
.blog__single__title h1, .category__single__title h1, .single__single__title h1 {
  font-size: 4rem;
  font-family: "MM-bld", sans-serif;
  line-height: 1.3;
  margin: 12px 0;
}
.blog__single__content, .category__single__content, .single__single__content {
  max-width: 1364px;
}
.blog__single .post-navigation a, .category__single .post-navigation a, .single__single .post-navigation a {
  position: relative;
}
.blog__single .post-navigation .nav-previous a, .category__single .post-navigation .nav-previous a, .single__single .post-navigation .nav-previous a {
  padding-left: 20px;
}
.blog__single .post-navigation .nav-previous a:after, .category__single .post-navigation .nav-previous a:after, .single__single .post-navigation .nav-previous a:after {
  content: "<";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 19px;
}
.blog__single .post-navigation .nav-next a, .category__single .post-navigation .nav-next a, .single__single .post-navigation .nav-next a {
  padding-right: 20px;
}
.blog__single .post-navigation .nav-next a:after, .category__single .post-navigation .nav-next a:after, .single__single .post-navigation .nav-next a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 19px;
}
.blog__posts, .category__posts, .single__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__posts__article, .category__posts__article, .single__posts__article {
  padding-top: 104px;
}
@media (min-width: 530px) {
  .blog__posts__article, .category__posts__article, .single__posts__article {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
@media (min-width: 1023px) {
  .blog__posts__article, .category__posts__article, .single__posts__article {
    flex: 1 1 30%;
    max-width: 30%;
  }
}
@media (min-width: 1023px) and (min-width: 1420px) {
  .blog__posts__article, .category__posts__article, .single__posts__article {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1023px) {
  .blog__posts__article:nth-child(3n), .category__posts__article:nth-child(3n), .single__posts__article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1420px) {
  .blog__posts__article, .category__posts__article, .single__posts__article {
    margin-right: 0;
  }
}
.blog__posts__article__inner, .category__posts__article__inner, .single__posts__article__inner {
  max-width: 392px;
  overflow: hidden;
  line-height: 1.3529;
}
.blog__posts__article__inner__img, .category__posts__article__inner__img, .single__posts__article__inner__img {
  max-width: 392px;
  max-height: 350px;
  overflow: hidden;
}
.blog__posts__article .moretag, .category__posts__article .moretag, .single__posts__article .moretag {
  font-family: "HN-bld", sans-serif;
  color: #020202;
}
.blog__posts__article .moretag:hover, .category__posts__article .moretag:hover, .single__posts__article .moretag:hover {
  opacity: 0.8;
}
.blog__posts__article .posted-on, .category__posts__article .posted-on, .single__posts__article .posted-on {
  color: #969693;
  font-size: 1.6rem;
  font-family: "HN-bld", sans-serif;
}
.blog__posts__article h2, .category__posts__article h2, .single__posts__article h2 {
  margin: 12px 0 2px;
  padding-bottom: 1px;
}
.blog__posts__article h2 a, .category__posts__article h2 a, .single__posts__article h2 a {
  text-decoration: none;
  color: #020202;
  font-size: 1.7rem;
  font-family: "HN-bld", sans-serif;
  line-height: 1.3529;
  display: block;
}
.blog__posts__article h2 a:hover, .category__posts__article h2 a:hover, .single__posts__article h2 a:hover {
  text-decoration: underline;
}
.blog__posts__article img, .category__posts__article img, .single__posts__article img {
  margin-top: 34px;
}
.blog #blog-categories, .category #blog-categories, .single #blog-categories {
  margin: 94px 0 0 0;
}
.blog #blog-categories ul, .category #blog-categories ul, .single #blog-categories ul {
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 506px;
  list-style: none;
}
.blog #blog-categories ul li, .category #blog-categories ul li, .single #blog-categories ul li {
  display: inline-block;
  padding: 10px 0;
  border-top: 1px solid #020202;
  border-bottom: 1px solid #020202;
}
.blog #blog-categories ul li:last-child, .category #blog-categories ul li:last-child, .single #blog-categories ul li:last-child {
  padding-right: 15px;
}
.blog #blog-categories ul li.current-menu-item a, .category #blog-categories ul li.current-menu-item a, .single #blog-categories ul li.current-menu-item a {
  font-family: "HN-bld", sans-serif;
}
.blog #blog-categories ul li .blog-nav-sep, .category #blog-categories ul li .blog-nav-sep, .single #blog-categories ul li .blog-nav-sep {
  display: inline-block;
  color: #d5d208;
  font-size: 1.8rem;
  font-family: "HN-bld", sans-serif;
}
.blog #blog-categories ul li a, .category #blog-categories ul li a, .single #blog-categories ul li a {
  text-transform: uppercase;
  font-size: 1.8rem;
  text-decoration: none;
  color: #020202;
  font-family: "HN-lt", sans-serif;
}
.blog #blog-categories ul li a:hover, .category #blog-categories ul li a:hover, .single #blog-categories ul li a:hover {
  text-decoration: underline;
}
.blog #blog-categories ul li:last-child .blog-nav-sep, .category #blog-categories ul li:last-child .blog-nav-sep, .single #blog-categories ul li:last-child .blog-nav-sep {
  display: none;
}
.blog.single-post .page-header, .category.single-post .page-header, .single.single-post .page-header {
  display: none;
}
@media (min-width: 768px) {
  .blog.single-post .page-header, .category.single-post .page-header, .single.single-post .page-header {
    display: block;
  }
}
.blog.single-post #blog-categories, .category.single-post #blog-categories, .single.single-post #blog-categories {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .blog.single-post #blog-categories, .category.single-post #blog-categories, .single.single-post #blog-categories {
    margin-top: 94px;
  }
}

.breadcrumbs {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-top: 60px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #707070;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.breadcrumbs a:hover {
  color: #020202;
}

.case-studies {
  padding: 45px 0 60px 0;
}
@media (min-width: 1023px) {
  .case-studies {
    padding: 89px 0 122px 0;
  }
}
.case-studies .case-study {
  margin-bottom: 5px;
  position: relative;
}
.case-studies .case-study-banner {
  transition: all 0.5s ease-in-out;
  background-color: rgba(61, 61, 59, 0.83);
}
.case-studies .case-study-banner.clicked-on {
  background: none;
}
.case-studies .case-study-banner-inner {
  cursor: pointer;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  min-height: 200px;
  transition: all 0.5s ease-in-out;
  mix-blend-mode: multiply;
}
.case-studies .case-study-banner-inner.hovered {
  mix-blend-mode: normal;
}
.case-studies .case-study-banner .case-study-banner-img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: block;
  visibility: hidden;
}
.case-studies .case-study-logo {
  height: 166px;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%, -10%);
  top: 50px;
  left: 50%;
  z-index: 100;
  position: absolute;
  box-sizing: content-box;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.case-studies .case-study-logo.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.case-studies .case-study-logo img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-height: 100%;
  width: auto;
}
.case-studies .case-study-content {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.32;
  color: #333;
  padding-bottom: 65px;
  display: none;
}
.case-studies .case-study-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.case-studies .case-study-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.case-studies .case-study-content ul li:before {
  content: "//";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  color: #d5d208;
}
.case-studies .case-study-content__intro {
  width: 90%;
  max-width: 1468px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.2rem;
  font-family: "HN-bld", sans-serif;
  padding-bottom: 55px;
}
.case-studies .case-study-content__intro h2 {
  text-align: center;
  font-size: 3.6rem;
  font-family: "MM-bld", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin: 65px 0 40px 0;
}
@media (min-width: 768px) {
  .case-studies .case-study-content__intro h2 {
    font-size: 5rem;
  }
}
.case-studies .case-study-content__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 48px;
}
@media (min-width: 1023px) {
  .case-studies .case-study-content__columns {
    flex-wrap: nowrap;
    padding-bottom: 96px;
  }
}
.case-studies .case-study-content__columns h2 {
  font-size: 3rem;
  line-height: 1.3;
  font-family: "MM-bld", sans-serif;
}
@media (min-width: 1700px) {
  .case-studies .case-study-content__columns h2 {
    font-size: 4rem;
  }
}
.case-studies .case-study-content hr {
  background-color: #E1DF1E;
  border: 0;
  height: 3px;
  margin: 0 0 24px;
  width: 100%;
}
.case-studies .case-study-content .column3 {
  width: 100%;
}
@media (min-width: 1023px) {
  .case-studies .case-study-content .column3 {
    flex: 1 1 32.25%;
    max-width: 400px;
    margin-right: 1.625%;
  }
}
.case-studies .case-study-content .column3.third, .case-studies .case-study-content .row .column3:last-child {
  margin-right: 0;
}
.case-studies .case-study-content blockquote {
  border: 0;
  text-transform: none;
  font-size: 3rem;
  font-family: "MM-bld", sans-serif;
  text-align: center;
  font-weight: 400;
  margin: 40px auto 53px auto;
  padding: 46px 0 0;
  line-height: 1.2;
  max-width: 1289px;
}
.case-studies .case-study-content blockquote site {
  font-size: 2.2rem;
  padding-top: 40px;
  display: block;
  font-family: "HN-lt", sans-serif;
}
.case-studies .case-study-content__btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.case-studies .inner955 {
  max-width: 1644px;
  width: 100%;
  margin: 0 auto;
}
.case-studies__summary {
  text-align: center;
}
.case-studies__summary .inner {
  font-size: 3rem !important;
  font-family: "MM-bld", sans-serif;
  max-width: 1289px !important;
}
.case-studies__summary .inner a {
  margin-top: 40px;
}
@media (min-width: 1023px) {
  .case-studies__summary .inner a {
    margin-top: 80px;
  }
}
.case-studies__summary h2 {
  font-size: 4rem;
  font-family: "MM-bld", sans-serif;
  margin-top: 70px;
  line-height: 1.2;
}
@media (min-width: 1250px) {
  .case-studies__summary h2 {
    margin-top: 140px;
  }
}

.clients-page__client-logos {
  padding: 45px 0 0 0;
}
@media (min-width: 768px) {
  .clients-page__client-logos {
    padding: 85px 0 0 0;
  }
}
@media (min-width: 1023px) {
  .clients-page__client-logos {
    padding: 170px 0 0 0;
  }
}
.clients-page__client-logos .inner {
  display: flex;
  flex-wrap: wrap;
}
.clients-page__client-logos__client-logo {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 25px 15px 25px 15px;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 530px) {
  .clients-page__client-logos__client-logo {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .clients-page__client-logos__client-logo {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1023px) {
  .clients-page__client-logos__client-logo {
    padding: 50px 0 50px 0;
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1420px) {
  .clients-page__client-logos__client-logo {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.clients-page__industries {
  padding: 90px 0 60px 0;
  position: relative;
}
.clients-page__industries .inner p {
  font-family: "MM-bld", sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.clients-page__industries:before {
  content: "";
  position: absolute;
  width: 548px;
  max-width: 50%;
  height: 3px;
  background-color: #E1DF1E;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.clients-page__industries h2 {
  margin: 110px 0 40px 0;
  line-height: 1;
  font-size: 4rem;
  text-align: center;
  font-family: "MM-bld", sans-serif;
}
.clients-page__industries p {
  max-width: 1270px;
  margin: 0 auto 24px auto;
}
.clients-page__industries__list {
  max-width: 930px;
  margin: 0 auto;
  font-family: "HN-bld", sans-serif;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .clients-page__industries__list {
    display: flex;
    padding: 20px 0 0 35px;
  }
}
@media (min-width: 1023px) {
  .clients-page__industries__list {
    padding: 20px 0 0 130px;
  }
}
.clients-page__industries__list .div50 {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .clients-page__industries__list .div50 {
    flex: 1 1 50%;
    width: 50%;
    max-width: 347px;
    padding: 0 0 0 0;
  }
}
.clients-page__industries .btn {
  margin: 37px 0;
}

.contact-page .page-header__left {
  padding-right: 50px;
  max-width: 740px;
  position: relative;
}
@media (min-width: 768px) {
  .contact-page .page-header__left {
    padding-right: 100px;
  }
}
@media (min-width: 1250px) {
  .contact-page .page-header__left {
    padding-right: 170px;
  }
}
.contact-page .page-header__left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: calc(100% - 50px);
  background-image: url(images/icons/diagonal-oblique.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 61px;
  height: 202px;
}
@media (min-width: 768px) {
  .contact-page .page-header__left:after {
    left: calc(100% - 100px);
    top: 38px;
    width: 101px;
    height: 202px;
  }
}
@media (min-width: 1250px) {
  .contact-page .page-header__left:after {
    top: 46px;
    left: calc(100% - 151px);
    width: 151px;
    height: 202px;
  }
}
.contact-page .page-header__right p {
  margin-top: 0;
}
.contact-page .page-header__right.no-heading {
  padding-top: 46px;
}
.contact-page .page-header__right h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-page .page-header__right h2 {
    margin-bottom: 24px;
  }
}
.contact-page .content-area {
  padding: 72px 0 45px 0;
}
@media (min-width: 1023px) {
  .contact-page .content-area {
    padding: 145px 0 90px 0;
  }
}
.contact-page .site-main {
  background-image: url(images/bg-contact-grayscale.jpg);
  background-size: cover;
  padding: 70px 0 45px 0;
}
@media (min-width: 1023px) {
  .contact-page .site-main {
    padding: 138px 0 90px 0;
  }
}
.contact-page .site-main .inner {
  max-width: 1588px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1023px) {
  .contact-page .site-main .inner {
    flex-wrap: nowrap;
  }
}
.contact-page__left {
  width: 100%;
  max-width: 775px;
}
@media (min-width: 1023px) {
  .contact-page__left {
    flex: 1 1 48%;
  }
}
.contact-page__left h2 {
  font-family: "MM-bld", sans-serif;
  margin: 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .contact-page__left h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1250px) {
  .contact-page__left h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1700px) {
  .contact-page__left h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1920px) {
  .contact-page__left h2 {
    font-size: 4rem;
  }
}
.contact-page__right {
  flex: 1 1 48%;
  max-width: 752px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-page__field p {
    display: flex;
  }
}
.contact-page__field p label {
  flex: 1 1 127px;
  max-width: 127px;
  font-size: 2rem;
  margin-bottom: 40px;
}
.contact-page__field p .wpcf7-form-control-wrap {
  flex: 1 1 calc(100% - 127px);
  max-width: calc(100% - 127px);
}
@media (min-width: 768px) {
  .contact-page__field p .wpcf7-form-control-wrap {
    flex: 1 1 calc(100% - 227px);
    max-width: calc(100% - 227px);
  }
}
@media (min-width: 1023px) {
  .contact-page__field p .wpcf7-form-control-wrap {
    flex: 1 1 calc(100% - 127px);
    max-width: calc(100% - 127px);
  }
}
.contact-page input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #707070;
  background: transparent;
  outline: none;
  font-size: 2rem;
  line-height: 1.5;
}
.contact-page input.wpcf7-submit {
  margin-top: 30px;
  width: 150px;
  cursor: pointer;
}
.contact-page textarea {
  width: 100%;
  background: transparent;
  border-color: #707070;
  margin-top: 40px;
}
.contact-page__options {
  font-size: 2rem;
  font-family: "HN-bld", sans-serif;
  padding-bottom: 36px;
}
@media (min-width: 1023px) {
  .contact-page__options {
    padding-bottom: 72px;
  }
}
.contact-page__options .inner {
  max-width: 1100px !important;
}
.contact-page__options .inner .clear {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1023px) {
  .contact-page__options .inner .clear {
    flex-wrap: nowrap;
  }
}
.contact-page__options h2 {
  margin: 0;
  line-height: 1;
  font-size: 2rem;
}
.contact-page__options a {
  text-decoration: none;
  color: #020202;
}
.contact-page__options #email-us {
  background-image: url(images/bg-email-us.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  text-transform: uppercase;
  padding-left: 92px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.contact-page__options #email-us a {
  font-size: 1.4rem;
}
.contact-page__options #email-us a:hover {
  text-decoration: underline;
}
@media (min-width: 530px) {
  .contact-page__options #email-us a {
    font-size: 1.7rem;
  }
}
@media (min-width: 1023px) {
  .contact-page__options #email-us {
    max-width: 431px;
    margin-bottom: 0;
  }
}
.contact-page__options #call-us {
  background-image: url(images/bg-call-us.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  text-transform: uppercase;
  padding-left: 59px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media (min-width: 1023px) {
  .contact-page__options #call-us {
    max-width: 302px;
    margin-bottom: 0;
  }
}
.contact-page__options #stalk-us {
  background-image: url(images/bg-stalk-us.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  text-transform: uppercase;
  padding-left: 94px;
  padding-bottom: 50px;
}
@media (min-width: 1023px) {
  .contact-page__options #stalk-us {
    max-width: 222px;
  }
}
.contact-page__options #contact-social-links {
  background-image: url(images/contact-social-links.png);
  background-repeat: no-repeat;
  width: 125px;
  height: 31px;
  float: left;
  margin: 10px 0 0 0;
}
.contact-page__options #contact-social-links a {
  width: 33%;
  display: block;
  float: left;
  text-decoration: none;
  height: 31px;
  background: none;
  margin: 0;
}

.expertise__slides {
  padding: 56px 0;
  display: flex;
}
@media (min-width: 1023px) {
  .expertise__slides {
    padding: 113px 0 0 0;
  }
}
.expertise__slides img {
  display: block;
  width: 33.333%;
  max-width: 33.333%;
}
.expertise__slides img:nth-child(4) {
  display: none;
}
.expertise__slides img:last-child {
  display: none;
}
@media (min-width: 530px) {
  .expertise__slides img {
    width: 33.333%;
    max-width: 33.333%;
  }
  .expertise__slides img:nth-child(4) {
    display: none;
  }
  .expertise__slides img:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .expertise__slides img {
    width: 25%;
    max-width: 25%;
  }
  .expertise__slides img:nth-child(4) {
    display: block;
  }
}
@media (min-width: 1023px) {
  .expertise__slides img {
    width: 20%;
    max-width: 20%;
  }
  .expertise__slides img:nth-child(4) {
    display: block;
  }
  .expertise__slides img:last-child {
    display: block;
  }
}
.expertise__areas .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 0 86px 0;
}
@media (min-width: 1023px) {
  .expertise__areas .inner {
    padding: 14px 0 196px 0;
  }
}
.expertise__areas__area {
  padding: 0 0 86px 0;
  position: relative;
  margin-bottom: 65px;
  opacity: 0;
  transform: translate(0, 10%);
}
@media (min-width: 768px) {
  .expertise__areas__area {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 56px 35px 92px 35px;
  }
}
@media (min-width: 1023px) {
  .expertise__areas__area {
    padding: 113px 35px 92px 35px;
  }
}
@media (min-width: 1700px) {
  .expertise__areas__area {
    flex: 1 1 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
.expertise__areas__area__number {
  color: #d5d208;
  font-size: 4rem;
  font-family: "MM-bld", sans-serif;
  padding-bottom: 13px;
}
.expertise__areas__area__title {
  font-size: 3.2rem;
  font-family: "MM-bld", sans-serif;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .expertise__areas__area__title {
    padding-bottom: 43px;
  }
}
@media (min-width: 1700px) {
  .expertise__areas__area__title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1920px) {
  .expertise__areas__area__title {
    font-size: 4.2rem;
  }
}
.expertise__areas__area__text {
  font-size: 1.7rem;
  line-height: 1.529;
  padding-right: 60px;
}
.expertise__areas__area__btn {
  position: absolute;
  bottom: 0;
}
.expertise__more {
  padding: 70px 0 72px 0;
  background-image: url(images/diagonal-lines-bg.png);
  position: relative;
}
@media (min-width: 1023px) {
  .expertise__more {
    padding: 140px 0 143px 0;
  }
}
.expertise__more:after {
  content: "";
  position: absolute;
  width: 33.33%;
  height: 100%;
  max-width: 312px;
  max-height: 312px;
  bottom: 35px;
  right: 10px;
  background-image: url(images/icons/OD-emblem.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
@media (min-width: 1420px) {
  .expertise__more:after {
    max-width: 412px;
    max-height: 412px;
    bottom: 99px;
  }
}
@media (min-width: 1920px) {
  .expertise__more:after {
    max-width: 612px;
    max-height: 612px;
  }
}
.expertise__more__intro {
  padding-bottom: 40px;
  max-width: 1529px;
}
@media (min-width: 768px) {
  .expertise__more__intro {
    display: flex;
    padding-bottom: 70px;
  }
}
@media (min-width: 1023px) {
  .expertise__more__intro {
    padding-bottom: 143px;
  }
}
.expertise__more__intro__title {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "MM-bld", sans-serif;
  max-width: 616px;
  flex: 1 1 40.28%;
  padding: 10px 46px 0 0;
  position: relative;
  opacity: 0;
  transform: translate(-10%, 0);
}
@media (min-width: 768px) {
  .expertise__more__intro__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1023px) {
  .expertise__more__intro__title {
    font-size: 5rem;
  }
}
.expertise__more__intro__title:after {
  display: none;
  content: "";
  position: absolute;
  width: 1px;
  height: 166px;
  top: 20px;
  right: 0;
  background-color: #707070;
}
@media (min-width: 768px) {
  .expertise__more__intro__title:after {
    display: block;
  }
}
.expertise__more__intro__text {
  font-size: 1.7rem;
  max-width: 913px;
  opacity: 0;
  transform: translate(10%, 0);
}
@media (min-width: 768px) {
  .expertise__more__intro__text {
    font-family: "HN-bld", sans-serif;
    flex: 1 1 59.72%;
    padding-left: 72px;
  }
}
.expertise__more__additional-services {
  max-width: 1118px;
  width: 100%;
  position: relative;
  z-index: 20;
}
@media (min-width: 1420px) {
  .expertise__more__additional-services {
    width: 80%;
  }
}
@media (min-width: 1920px) {
  .expertise__more__additional-services {
    width: 60%;
  }
}
.expertise__more__additional-services__areas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .expertise__more__additional-services__areas {
    flex-wrap: nowrap;
  }
}
.expertise__more__additional-services__areas__area {
  max-width: 85%;
  margin-bottom: 60px;
  opacity: 0;
  transform: translate(0, 10%);
}
@media (min-width: 1023px) {
  .expertise__more__additional-services__areas__area {
    flex: 1 1 33.33%;
    max-width: 290px;
    margin-bottom: 0;
  }
}
.expertise__more__additional-services__areas__area__title {
  font-size: 4.2rem;
  font-family: "MM-bld", sans-serif;
  padding-bottom: 40px;
  line-height: 1.26;
}
.expertise__more__cta {
  padding-top: 40px;
}
@media (min-width: 1023px) {
  .expertise__more__cta {
    padding-top: 83px;
  }
}

.burger-container {
  position: absolute;
  width: 50px;
  height: 42px;
  top: 24px;
  right: 5%;
  z-index: 20000002;
  cursor: pointer;
}
@media (min-width: 768px) {
  .burger-container {
    top: 60px;
    right: 5%;
  }
}
@media (max-width: 1110px) {
  .burger-container {
    display: block;
  }
}

.hamburger,
.hamburger:after,
.hamburger:before {
  position: absolute;
  display: block;
  height: 3px;
  width: 46px;
  background-color: #020202;
  border-radius: 0px;
  right: 0;
}
@media (min-width: 768px) {
  .hamburger,
.hamburger:after,
.hamburger:before {
    background-color: #020202;
  }
}

.hamburger {
  background-color: transparent;
}

.light .hamburger,
.light .hamburger:after,
.light .hamburger:before {
  background-color: #020202;
}

.hamburger {
  top: 20px;
  transform-origin: center;
  transition: all 0.3s;
}

.hamburger:after,
.hamburger:before {
  content: "";
  transition: transform all 0.3s;
  transform: rotate(0deg);
}

.hamburger:before {
  top: -10px;
}

.hamburger:after {
  top: 10px;
}

.toggled .hamburger:after,
.toggled .hamburger:before {
  top: 0;
  transition: all 0.3s;
}

.toggled .hamburger {
  background-color: transparent;
  transition: all 0.3s;
}

.toggled .hamburger:before {
  transform: rotate(45deg);
  background-color: #fff;
}

.toggled .hamburger:after {
  transform: rotate(-45deg);
  background-color: #fff;
  width: 100%;
}

.home-client-logos {
  padding: 150px 0 0 0;
}
.home-client-logos hr {
  margin: 20px auto 79px auto;
  height: 3px;
  border: none;
  width: 80%;
  max-width: 548px;
  background-color: #E1DF1E;
}
@media (min-width: 768px) {
  .home-client-logos hr {
    margin: 74px auto 198px auto;
  }
}
.home-client-logos__intro {
  width: 90%;
  max-width: 1376px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #020202;
  font-family: "MM-bld", sans-serif;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  .home-client-logos__intro {
    font-size: 3rem;
    line-height: 1.64;
    padding: 0 10px 80px 10px;
  }
}
.home-client-logos__intro p {
  margin: 0;
}
.home-client-logos__inner {
  display: flex;
  flex-wrap: wrap;
}
.home-client-logos__inner__logo {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 20px 10px;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate(0, 10%);
}
@media (min-width: 530px) {
  .home-client-logos__inner__logo {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) {
  .home-client-logos__inner__logo {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.home-client-logos__more {
  padding: 45px 0 0 0;
}
@media (min-width: 768px) {
  .home-client-logos__more {
    padding: 90px 0 0 0;
  }
}

.home-expertise {
  padding: 48px 0 0 0;
}
@media (min-width: 768px) {
  .home-expertise {
    padding: 97px 0 0 0;
  }
}
.home-expertise__title {
  font-family: "MM-bld", sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  padding: 0 0 43px 0;
  margin: 0 0 53px 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-expertise__title {
    font-size: 5rem;
  }
}
.home-expertise__title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #707070;
}
.home-expertise__intro {
  font-weight: 700;
  padding-bottom: 24px;
}
.home-expertise__intro p {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .home-expertise__intro p {
    font-size: 2.777rem;
    max-width: 96%;
  }
}
.home-expertise__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-expertise__content__block {
  padding-bottom: 92px;
  position: relative;
  margin-bottom: 70px;
  transition: all 0.25s ease-out;
  opacity: 0;
  transform: translate(0, 10%);
}
@media (min-width: 768px) {
  .home-expertise__content__block {
    flex: 49.42% 1 1;
    max-width: 49.42%;
    margin-bottom: 135px;
  }
}
.home-expertise__content__block__title {
  font-family: "MM-bld", sans-serif;
  font-size: 3rem;
  padding: 25px 0 15px 0;
  width: 90%;
  max-width: 653px;
}
.home-expertise__content__block__text {
  font-size: 1.7rem;
  line-height: 1.53;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 90%;
  max-width: 653px;
}
.home-expertise__content__block__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.home-intro {
  padding: 64px 0 51px 0;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .home-intro {
    padding: 129px 0 103px 0;
  }
}
.home-intro h2 {
  font-family: "MM-bld", sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  padding: 0 0 43px 0;
  margin: 0 0 53px 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-intro h2 {
    font-size: 5rem;
  }
}
.home-intro h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #707070;
}
.home-intro__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .home-intro__content {
    flex-wrap: nowrap;
  }
}
.home-intro__content__left {
  flex: 1 1 auto;
  padding: 0;
  max-width: 620px;
  font-size: 1.7rem;
  line-height: 1.53;
  transition: all 0.25s ease-out;
  opacity: 0;
  transform: translate(-10%, 0);
}
@media (min-width: 1023px) {
  .home-intro__content__left {
    min-width: 420px;
    max-width: 420px;
  }
}
.home-intro__content__left p {
  padding-right: 36px;
}
.home-intro__content__left .btn {
  margin-top: 45px;
}
.home-intro__content__right {
  flex: 1 1 auto;
  max-width: 991px;
  padding: 75px 20px 0 0;
  transition: all 0.25s ease-out;
  opacity: 0;
  transform: translate(10%, 0);
}
@media (min-width: 1023px) {
  .home-intro__content__right {
    padding: 155px 20px 0 0;
  }
}
.home-intro__content__right__text {
  padding-left: 100px;
  background-image: url(images/icons/diagonal-oblique-gray.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 90px auto;
  font-size: 1.8rem;
  line-height: 1.375;
  color: #020202;
}
.home-intro__content__right__text p {
  margin: 0;
}
@media (min-width: 768px) {
  .home-intro__content__right__text {
    padding-left: 220px;
    background-size: 200px auto;
    font-size: 2.4rem;
  }
}
@media (min-width: 1023px) {
  .home-intro__content__right__text {
    background-position: 0 0;
  }
  .home-intro__content__right__text p {
    margin: 0;
    position: relative;
    top: -6px;
  }
}
@media (min-width: 1250px) {
  .home-intro__content__right__text {
    font-size: 3rem;
  }
  .home-intro__content__right__text p {
    top: -11px;
  }
}
@media (min-width: 1420px) {
  .home-intro__content__right__text {
    font-size: 4rem;
  }
}

.home-slider {
  position: relative;
  margin-top: 140px;
}
.home-slider .slick-slide img {
  max-width: 200px;
}
@media (min-width: 768px) {
  .home-slider .slick-slide img {
    max-width: 300px;
  }
}
@media (min-width: 1023px) {
  .home-slider .slick-slide img {
    max-width: 313px;
  }
}
@media (min-width: 1250px) {
  .home-slider .slick-slide img {
    max-width: 363px;
  }
}
@media (min-width: 1420px) {
  .home-slider .slick-slide img {
    max-width: 425px;
  }
}
@media (min-width: 1700px) {
  .home-slider .slick-slide img {
    max-width: none;
  }
}
.home-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 62px;
  height: 70px;
  padding: 0;
  background: transparent;
  background-image: url(images/icons/left-slider-arrow.svg);
  border: none;
  cursor: pointer;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.3s ease;
  text-indent: -9999px;
  overflow: hidden;
}
.home-slider .slick-arrow:hover {
  opacity: 0.7;
}
.home-slider .slick-arrow.slick-prev {
  left: 0;
}
.home-slider .slick-arrow.slick-next {
  transform: rotate(180deg) translateY(50%);
  right: 0;
}

.home-testimonials {
  padding-bottom: 60px;
}
@media (min-width: 1023px) {
  .home-testimonials {
    padding-bottom: 120px;
  }
}
.home-testimonials hr {
  margin: 70px auto 80px auto;
  height: 3px;
  border: none;
  width: 80%;
  max-width: 548px;
  background-color: #E1DF1E;
}
@media (min-width: 768px) {
  .home-testimonials hr {
    margin: 70px auto 130px auto;
  }
}
@media (min-width: 1023px) {
  .home-testimonials hr {
    margin: 139px auto 150px auto;
  }
}
.home-testimonials h2 {
  font-size: 3rem;
  font-family: "MM-bld", sans-serif;
  line-height: 1.3;
  padding: 0 0 40px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .home-testimonials h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1023px) {
  .home-testimonials h2 {
    font-size: 7rem;
  }
}
.home-testimonials__testimonials {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 1023px) {
  .home-testimonials__testimonials {
    flex-wrap: nowrap;
    margin-left: -60px;
  }
}
.home-testimonials__testimonials:before {
  content: "";
  position: absolute;
  width: 131px;
  height: 134px;
  background-image: url(images/icons/quote-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 155px;
  left: 0;
}
@media (min-width: 1420px) {
  .home-testimonials__testimonials:before {
    width: 131px;
  }
}
@media (min-width: 1920px) {
  .home-testimonials__testimonials:before {
    left: 20px;
    top: 155px;
    width: 161px;
  }
}
.home-testimonials__testimonials:after {
  content: "";
  position: absolute;
  width: 131px;
  height: 134px;
  background-image: url(images/icons/quote-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 35px;
  right: 0;
}
@media (min-width: 1023px) {
  .home-testimonials__testimonials:after {
    right: -4%;
    bottom: 105px;
  }
}
@media (min-width: 1420px) {
  .home-testimonials__testimonials:after {
    width: 131px;
  }
}
@media (min-width: 1920px) {
  .home-testimonials__testimonials:after {
    bottom: 35px;
    right: 60px;
    width: 161px;
  }
}
.home-testimonials__testimonials__testimonial {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 136px 20px 128px 20px;
  margin-bottom: 80px;
  position: relative;
  opacity: 0;
  transform: translate(0, 20%);
  z-index: 10;
}
@media (min-width: 768px) {
  .home-testimonials__testimonials__testimonial {
    padding: 146px 60px 128px 60px;
  }
}
@media (min-width: 1023px) {
  .home-testimonials__testimonials__testimonial {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding: 186px 30px 128px 30px;
  }
}
@media (min-width: 1420px) {
  .home-testimonials__testimonials__testimonial {
    padding: 186px 60px 128px 60px;
  }
}
.home-testimonials__testimonials__testimonial__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-testimonials__testimonials__testimonial__quote {
  font-size: 1.8rem;
  line-height: 1.66;
}
.home-testimonials__testimonials__testimonial__attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 60px;
  font-family: "MM-bld", sans-serif;
  font-size: 2rem;
  z-index: 100;
}
@media (min-width: 1023px) {
  .home-testimonials__testimonials__testimonial__attribution {
    padding-left: 30px;
  }
}
@media (min-width: 1420px) {
  .home-testimonials__testimonials__testimonial__attribution {
    padding-left: 60px;
  }
}
.home-testimonials__testimonials__testimonial__title {
  font-family: "MM-med", sans-serif;
}

.main-navigation.toggled ul#primary-menu {
  transform: translateX(0);
  z-index: 1001;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation ul#primary-menu {
  position: fixed;
  z-index: 1000;
  background-color: #020202;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  transition: all 0.25s ease-in-out;
  transform: translateX(-100%);
  padding: 40px 0 40px 5%;
  margin: 0;
}
@media (min-width: 1023px) {
  .main-navigation ul#primary-menu {
    padding: 40px 0 40px 136px;
  }
}
.main-navigation ul#primary-menu > li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .main-navigation ul#primary-menu > li {
    margin-bottom: 0;
    float: left;
    clear: left;
    width: auto;
  }
}
.main-navigation ul#primary-menu > li > a {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .main-navigation ul#primary-menu > li > a {
    font-size: 6rem;
    float: left;
  }
}
@media (min-width: 1023px) {
  .main-navigation ul#primary-menu > li > a {
    font-size: 8rem;
  }
}
@media (min-width: 1250px) {
  .main-navigation ul#primary-menu > li > a {
    font-size: 10rem;
  }
}
.main-navigation ul#primary-menu > li > a:hover {
  color: #E1DF1E;
}
.main-navigation ul#primary-menu > li > a:hover::before {
  position: absolute;
  content: "//";
  left: -95px;
}
.main-navigation ul.sub-menu {
  transform: scale(1, 0);
  transform-origin: top;
  transition: all 0.25s ease-in-out;
  padding: 4px 0 0 0;
  width: 450px;
  max-width: 100%;
  height: 0;
  top: 40px;
}
@media (min-width: 768px) {
  .main-navigation ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}
.main-navigation ul.sub-menu.active {
  transform: scale(1, 1);
  height: auto;
}
@media (min-width: 768px) {
  .main-navigation ul.sub-menu.active {
    margin-top: 0;
  }
}
.main-navigation ul.sub-menu a {
  font-size: 2.4rem;
  display: block;
  position: relative;
  padding-left: 30px;
  color: #fff;
  margin-left: 20px;
  text-transform: lowercase;
  line-height: 1.1;
}
@media (min-width: 1023px) {
  .main-navigation ul.sub-menu a {
    font-size: 3.4rem;
    line-height: 1.11;
  }
}
.main-navigation ul.sub-menu a::before {
  position: absolute;
  top: 0;
  content: ">";
  left: 0;
}
.main-navigation ul.sub-menu a:hover {
  color: #E1DF1E;
}
.main-navigation a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .page-header__container {
    display: flex;
    max-width: 1511px;
    justify-content: space-between;
  }
}
.page-header__left {
  max-width: 727px;
  flex: 1 1 46%;
  color: #707070;
  max-width: 675px;
  padding-right: 40px;
  transition: all 0.25s ease-out;
  opacity: 0;
  transform: translate(-10%, 0);
}
@media (min-width: 1700px) {
  .page-header__left {
    padding-right: 0;
  }
}
.page-header__left h1 {
  font-family: "MM-bld", sans-serif;
  font-size: 4.6rem;
  line-height: 1.28;
  margin: 40px 0 0 0;
  color: #020202;
}
@media (min-width: 768px) {
  .page-header__left h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1023px) {
  .page-header__left h1 {
    font-size: 8rem;
  }
}
@media (min-width: 1420px) {
  .page-header__left h1 {
    font-size: 10rem;
  }
}
.page-header__left h1.multiline {
  font-size: 3.6rem;
  line-height: 1.0588;
}
@media (min-width: 768px) {
  .page-header__left h1.multiline {
    font-size: 3.6rem;
  }
}
@media (min-width: 1023px) {
  .page-header__left h1.multiline {
    font-size: 5.5rem;
  }
}
@media (min-width: 1420px) {
  .page-header__left h1.multiline {
    font-size: 7.5rem;
  }
}
@media (min-width: 1700px) {
  .page-header__left h1.multiline {
    font-size: 8.5rem;
  }
}
.page-header__left h1.has-breadcrumb {
  margin: 28px 0 0 0;
}
.page-header__left__subheading {
  font-size: 2rem;
  margin: 10px 0 0 0;
  line-height: 1.294;
  font-family: "MM-bld", sans-serif;
  color: #969693;
  max-width: 575px;
}
@media (min-width: 768px) {
  .page-header__left__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1023px) {
  .page-header__left__subheading {
    font-size: 2.8rem;
    margin-top: 6px;
  }
}
@media (min-width: 1420px) {
  .page-header__left__subheading {
    font-size: 3.4rem;
    margin: -6px 0 0 0;
  }
}
.page-header__left.layout-1 {
  max-width: 693px;
  padding-right: 40px;
}
.page-header__right {
  flex: 1 1 54%;
  max-width: 675px;
  transition: all 0.25s ease-out;
  opacity: 0;
  transform: translate(10%, 0);
}
@media (min-width: 768px) {
  .page-header__right {
    padding-left: 40px;
  }
}
@media (min-width: 1700px) {
  .page-header__right {
    padding-left: 0;
  }
}
.page-header__right.layout-1 {
  max-width: 809px;
  padding-right: 40px;
  margin-left: 0;
}
.page-header__right.no-heading {
  padding-top: 26px;
}
.page-header__right h2 {
  font-size: 2rem;
  margin: 10px 0 20px 0;
  line-height: 1.294;
  font-family: "MM-bld", sans-serif;
  color: #969693;
}
@media (min-width: 768px) {
  .page-header__right h2 {
    font-family: "MM-bld", sans-serif;
    font-size: 3.4rem;
    line-height: 1.31;
    margin: 25px 0 24px 0;
    color: #020202;
  }
}
@media (min-width: 1023px) {
  .page-header__right h2 {
    margin: 37px 0 24px 0;
  }
}
.page-header__right p {
  max-width: 673px;
}
.page-header__right a {
  color: #020202;
  text-decoration: underline;
}
.page-header__right a:hover {
  color: #707070;
}
.page-header__right a.btn {
  display: inline-block;
  font-family: "HN-bld", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #020202;
  padding: 13px 19px;
  border: 1px solid #707070;
  transition: all 0.25s ease-out;
  margin-top: 27px;
}
.page-header__right a.btn:hover {
  background-color: #707070;
  color: #fff;
}

.page-template-page-home .page-header__container, .page-template-page-home-new .page-header__container {
  max-width: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .page-template-page-home .page-header__container, .page-template-page-home-new .page-header__container {
    flex-wrap: nowrap;
  }
}
.page-template-page-home .page-header__left, .page-template-page-home-new .page-header__left {
  padding-right: 30px;
  max-width: 100%;
  font-family: "MM-bld", sans-serif;
  color: #707070;
  font-size: 7.5rem;
  line-height: 0.9;
}
@media (min-width: 1700px) {
  .page-template-page-home .page-header__left, .page-template-page-home-new .page-header__left {
    padding-right: 60px;
  }
}
.page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
  font-family: "MM-bld", sans-serif;
  white-space: nowrap;
  font-size: 4rem;
  line-height: 1.15;
  margin: 26px 0 0 0;
  padding-right: 0;
  position: relative;
  color: #020202;
  display: inline-block;
}
@media (min-width: 768px) {
  .page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
    font-size: 6rem;
    padding-right: 100px;
  }
}
@media (min-width: 1023px) {
  .page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
    display: block;
    font-size: 7rem;
    padding-right: 120px;
  }
}
@media (min-width: 1250px) {
  .page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
    font-size: 10rem;
    padding-right: 130px;
  }
}
@media (min-width: 1420px) {
  .page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
    font-size: 12rem;
    padding-right: 170px;
  }
}
@media (min-width: 1700px) {
  .page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
    font-size: 14.8rem;
    padding-right: 180px;
  }
}
@media (min-width: 1920px) {
  .page-template-page-home .page-header__left h1, .page-template-page-home-new .page-header__left h1 {
    font-size: 16.8rem;
    padding-right: 190px;
  }
}
.page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-image: url(images/icons/diagonal-oblique.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 54px;
  height: 85px;
  transform: translateY(50%);
}
@media (min-width: 530px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    width: 80px;
    height: 105px;
    transform: translateY(50%);
    margin-left: 25px;
  }
}
@media (min-width: 1023px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    position: absolute;
    display: inline;
    width: 120px;
    height: 155px;
    left: calc(100% - 130px);
    top: 25px;
    margin-left: 0;
    transform: none;
  }
}
@media (min-width: 1250px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    width: 120px;
    height: 155px;
    left: calc(100% - 130px);
    top: 25px;
  }
}
@media (min-width: 1420px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    width: 120px;
    height: 155px;
    left: calc(100% - 143px);
    top: 30px;
  }
}
@media (min-width: 1700px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    width: 141px;
    height: 190px;
    left: calc(100% - 163px);
    top: 40px;
  }
}
@media (min-width: 1920px) {
  .page-template-page-home .page-header__left h1:after, .page-template-page-home-new .page-header__left h1:after {
    width: 171px;
    height: 230px;
    top: 34px;
    left: calc(100% - 173px);
  }
}
.page-template-page-home .page-header__left__subheading, .page-template-page-home-new .page-header__left__subheading {
  margin: 0;
  font-size: 2rem;
  max-width: none;
  line-height: 0.8933;
}
@media (min-width: 768px) {
  .page-template-page-home .page-header__left__subheading, .page-template-page-home-new .page-header__left__subheading {
    font-size: 2.4rem;
  }
}
@media (min-width: 1023px) {
  .page-template-page-home .page-header__left__subheading, .page-template-page-home-new .page-header__left__subheading {
    font-size: 3.4rem;
  }
}
@media (min-width: 1250px) {
  .page-template-page-home .page-header__left__subheading, .page-template-page-home-new .page-header__left__subheading {
    font-size: 4.5rem;
  }
}
@media (min-width: 1420px) {
  .page-template-page-home .page-header__left__subheading, .page-template-page-home-new .page-header__left__subheading {
    font-size: 6rem;
  }
}
@media (min-width: 1700px) {
  .page-template-page-home .page-header__left__subheading, .page-template-page-home-new .page-header__left__subheading {
    font-size: 7.5rem;
  }
}
.page-template-page-home .page-header__right, .page-template-page-home-new .page-header__right {
  padding-top: 32px;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1023px) {
  .page-template-page-home .page-header__right, .page-template-page-home-new .page-header__right {
    font-size: 1.7rem;
    padding-left: 40px;
  }
}
@media (min-width: 1420px) {
  .page-template-page-home .page-header__right, .page-template-page-home-new .page-header__right {
    font-size: 2rem;
  }
}
.page-template-page-home .page-header__right a, .page-template-page-home-new .page-header__right a {
  margin-top: 33px;
}

.portfolio {
  padding-bottom: 94px;
}
.portfolio .page-header__left__subheading {
  margin-top: 10px;
}
.portfolio #port-category-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio .port-category-thumb {
  position: relative;
  background-size: cover;
  margin-bottom: 10px;
  width: 100%;
  min-height: 175px;
}
.portfolio .port-category-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  z-index: 100;
}
@media (min-width: 1023px) {
  .portfolio .port-category-thumb > a {
    display: none;
  }
}
@media (min-width: 530px) {
  .portfolio .port-category-thumb {
    flex: 1 1 calc(50% - 6.67px);
    max-width: calc(50% - 6.67px);
    width: calc(50% - 6.67px);
  }
}
@media (min-width: 1023px) {
  .portfolio .port-category-thumb {
    flex: 1 1 calc(33.3333% - 6.67px);
    max-width: calc(33.3333% - 6.67px);
    width: calc(33.3333% - 6.67px);
  }
}
@media (min-width: 1023px) {
  .portfolio .port-category-thumb:hover .port-item-overlay {
    display: block;
  }
}
.portfolio .port-category-thumb img {
  visibility: hidden;
  width: 100%;
  height: auto;
  display: block;
}
.portfolio .port-item-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  text-align: center;
}
.portfolio .port-item-overlay a {
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.portfolio .port-item-overlay-text {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
}
.portfolio .port-item-cat-list {
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: 0.32px;
  line-height: 1.33;
  margin-top: 20px;
}
.portfolio .port-item-overlay-title {
  font-size: 2.5rem;
  line-height: 20px;
  color: #fff;
  text-transform: none;
  font-family: "MM-bld", sans-serif;
}
.portfolio .port-item-cat-sep:last-child {
  display: none;
}
.portfolio #port-nav {
  width: 100%;
  float: left;
  margin-top: 80px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .portfolio #port-nav {
    margin-top: 120px;
  }
}
@media (min-width: 1023px) {
  .portfolio #port-nav {
    margin-top: 203px;
  }
}
.portfolio #port-nav .menu-portfolio-menu-container {
  padding-left: 0;
}
.portfolio #port-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio #port-nav ul li {
  width: auto;
  float: left;
}
.portfolio #port-nav ul li:last-child .port-nav-sep {
  display: none;
}
.portfolio #port-nav ul li a {
  display: block;
  color: #333;
  text-transform: uppercase;
  font-size: 1.8rem;
  width: auto;
  float: left;
  line-height: 1.59;
  text-decoration: none;
}
@media (min-width: 1023px) {
  .portfolio #port-nav ul li a {
    font-size: 1.8rem;
  }
}
.portfolio #port-nav ul li a:hover {
  text-decoration: underline;
}
.portfolio #port-nav ul li.current-menu-item a {
  font-family: "HN-bld", sans-serif;
}
.portfolio #port-nav ul li .port-nav-sep {
  width: auto;
  float: left;
  line-height: 1.59;
  padding: 0 10px;
  font-size: 2.2rem;
  position: relative;
  bottom: 0;
}

.services__list {
  padding-bottom: 100px;
}
@media (min-width: 1023px) {
  .services__list {
    padding-bottom: 250px;
  }
}
.services__list__service {
  position: relative;
}
.services__list__service__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1205px;
  margin-top: 80px;
}
@media (min-width: 1023px) {
  .services__list__service__image {
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 160px;
  }
}
.services__list__service__image--right {
  right: 0;
  left: auto;
}
.services__list__service__image .services-slider {
  position: relative;
  height: 100%;
}
.services__list__service__image .services-slider__background {
  display: none;
}
.services__list__service__image .services-slider img {
  width: 100%;
  position: absolute;
}
.services__list__service__image .services-slider img:first-child {
  z-index: 30;
}
.services__list__service__image .services-slider img:nth-child(2) {
  z-index: 20;
}
.services__list__service__image .services-slider img:nth-child(3) {
  z-index: 10;
}
.services__list__service__image .services-slider img.active {
  position: relative;
  z-index: 100;
}
.services__list__service__content {
  background-color: #fff;
  font-size: 1.7rem;
  max-width: 1205px;
}
@media (min-width: 1023px) {
  .services__list__service__content {
    width: 100%;
  }
}
.services__list__service__content h2 {
  font-size: 3rem;
  font-family: "MM-bld", sans-serif;
  line-height: 1;
  margin: 33px 0 20px 0;
}
@media (min-width: 768px) {
  .services__list__service__content h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1023px) {
  .services__list__service__content h2 {
    font-size: 5rem;
  }
}
.services__list__service__content .btn {
  margin-top: 26px;
}
.services__list__service__content--left {
  float: left;
}
.services__list__service__content--right {
  float: left;
}
.services__list__service__content ul.sub-services {
  padding: 0;
  margin: 0 0 36px 0;
  list-style: none;
}
.services__list__service__content ul.sub-services li {
  display: inline-block;
  margin-right: 16px;
  text-transform: uppercase;
}
.services__list__service__content ul.sub-services li:before {
  content: "//";
  color: #E1DF1E;
  margin-right: 4px;
}

.service__types {
  padding: 155px 0 109px 0;
}
.service__types__type {
  padding-bottom: 123px;
}
.service__types__type h2 {
  font-size: 5rem;
  font-family: "MM-bld", sans-serif;
  line-height: 1;
  margin: 39px 0 24px 0;
}
.service__types__type .btn {
  margin-top: 26px;
}
.service__types__type__image img {
  width: 1205px;
  max-width: 1205px;
}
.service__types__type__content {
  width: 1205px;
  max-width: 100%;
}

.single-portfolio-items .page-header__left__subheading {
  margin-top: 10px;
}

.single-portfolio-items-inner {
  padding-top: 30px;
  padding-bottom: 94px;
}
.single-portfolio-items-inner .page-header {
  display: none;
}
@media (min-width: 768px) {
  .single-portfolio-items-inner .page-header {
    display: block;
  }
}
.single-portfolio-items-inner h1 {
  font-family: "MM-bld", sans-serif;
  font-size: 8.5rem;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
.single-portfolio-items-inner h2#client-title {
  font-size: 3.6rem;
  font-family: "MM-bld", sans-serif;
  margin: 40px 0 20px 0;
}
@media (min-width: 768px) {
  .single-portfolio-items-inner h2#client-title {
    font-size: 5rem;
    margin: 85px 0 30px 0;
  }
}
.single-portfolio-items-inner .portfolio-item-text-block {
  padding: 20px 0 32px 0;
  max-width: 1130px;
}
.single-portfolio-items-inner .portfolio-item-text-block p {
  margin: 0 0 1em 0;
}
.single-portfolio-items-inner #port-nav {
  width: 100%;
  margin-top: 0;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .single-portfolio-items-inner #port-nav {
    margin-top: 120px;
  }
}
@media (min-width: 1023px) {
  .single-portfolio-items-inner #port-nav {
    margin-top: 203px;
  }
}
.single-portfolio-items-inner #port-nav .menu-portfolio-single-item-menu-container {
  padding-left: 0;
}
.single-portfolio-items-inner #port-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-portfolio-items-inner #port-nav ul li {
  width: auto;
  display: inline-block;
}
.single-portfolio-items-inner #port-nav ul li:last-child .port-nav-sep {
  display: none;
}
.single-portfolio-items-inner #port-nav ul li a {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  font-size: 1.8rem;
  width: auto;
  line-height: 1.59;
  text-decoration: none;
}
@media (min-width: 1023px) {
  .single-portfolio-items-inner #port-nav ul li a {
    font-size: 1.8rem;
  }
}
.single-portfolio-items-inner #port-nav ul li a:hover {
  text-decoration: underline;
}
.single-portfolio-items-inner #port-nav ul li.current-menu-item a {
  font-family: "HN-bld", sans-serif;
}
.single-portfolio-items-inner #port-nav ul li .port-nav-sep {
  width: auto;
  display: inline-block;
  line-height: 1.59;
  padding: 0 10px;
  font-size: 2.2rem;
  position: relative;
  bottom: 0;
}
.single-portfolio-items-inner .portfolio-inner__content {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  padding-bottom: 40px;
}
.single-portfolio-items-inner .portfolio-inner__content p {
  margin: 0 0 1em 0;
}
.single-portfolio-items-inner .portfolio-item-images img {
  display: block;
  margin: 0 auto 44px auto;
  opacity: 0;
  transform: translate(0, 10%);
}
.single-portfolio-items-inner .portfolio-item-images img.text-block-follows {
  margin-bottom: 0;
}

html {
  /* 1rem = 10px */
  font-size: 56.25%;
  /* 1rem = 9px */
}

.site {
  font-family: "HN-reg", sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
}
.site .inner {
  width: 90%;
  max-width: 1641px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.529;
}
.site * {
  box-sizing: border-box;
}
.site img {
  max-width: 100%;
  height: auto;
}
.site iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .site iframe:not(.instagram-media) {
    height: auto;
  }
}
.site .btn {
  display: inline-block;
  font-family: "HN-bld", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #020202;
  padding: 13px 19px;
  border: 1px solid #707070;
  transition: all 0.25s ease-out;
}
.site .btn:hover {
  background-color: #707070;
  color: #fff;
}
.site .btn.btn-solid {
  background-color: #fff;
}
.site .btn.btn-solid:hover {
  background-color: #707070;
  color: #fff;
}
.site .btn.btn--trans {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.site .animated {
  transition: all 0.3s ease-out;
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.site .fadeInLeft {
  transition: all 0.75s ease-in-out;
}
.site .fadeInRight {
  transition: all 0.75s ease-in-out;
}
.site .fadeInUp {
  transition: all 0.75s ease-in-out !important;
}
.site .flyInLeft {
  transition: all 0.6s ease-in;
}
.site .flyInRight {
  transition: all 0.6s ease-in;
}
.site .posts-navigation, .site .post-navigation {
  padding: 95px 0 95px 0;
}
.site .posts-navigation .nav-links, .site .post-navigation .nav-links {
  display: flex;
  font-size: 1.6rem;
}
.site .posts-navigation .nav-links a, .site .post-navigation .nav-links a {
  text-decoration: none;
  color: #020202;
}
.site .posts-navigation .nav-links a:hover, .site .post-navigation .nav-links a:hover {
  text-decoration: underline;
}
.site .posts-navigation .nav-links .nav-next, .site .post-navigation .nav-links .nav-next {
  position: relative;
  padding-left: 20px;
}
.site .posts-navigation .nav-links .nav-next:before, .site .post-navigation .nav-links .nav-next:before {
  content: " / ";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 7px;
}
.site .white {
  color: #fff;
}
.site .yellow {
  color: #E1DF1E;
}
.site .ul-with-yellow-slashes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site .ul-with-yellow-slashes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.site .ul-with-yellow-slashes li:before {
  content: "//";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  color: #d5d208;
}

.site-footer {
  width: 100%;
  padding: 70px 0 38px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer .inner {
  max-width: 1750px;
}
.site-footer__diag {
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url(images/bg-diag.png);
  top: 0;
}
.site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 1023px) {
  .site-footer__columns {
    flex-wrap: nowrap;
  }
}
.site-footer__columns__logo {
  flex: 1 1 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1023px) {
  .site-footer__columns__logo {
    max-width: 290px;
    margin-bottom: 0;
    justify-content: left;
  }
}
.site-footer__columns__main {
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .site-footer__columns__main {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1023px) {
  .site-footer__columns__main {
    max-width: 540px;
    margin-bottom: 0;
  }
}
.site-footer__columns__main__social {
  display: flex;
  max-width: 112px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.site-footer__columns__main__social a {
  display: block;
  transition: all 0.25s ease-out;
}
.site-footer__columns__main__social a img {
  display: block;
  margin: 8px 6px;
}
.site-footer__columns__main__social a:hover {
  opacity: 0.8;
}
.site-footer__columns__main__nav {
  flex: 1 1 100%;
  padding: 25px 0 24px 0;
}
.site-footer__columns__main__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "HN-lt", sans-serif;
}
.site-footer__columns__main__nav ul li {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__columns__main__nav ul li {
    display: inline-block;
    text-align: left;
  }
}
.site-footer__columns__main__nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 10px;
  display: block;
}
@media (min-width: 768px) {
  .site-footer__columns__main__nav ul li a {
    padding: 0;
  }
}
@media (min-width: 1023px) {
  .site-footer__columns__main__nav ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1250px) {
  .site-footer__columns__main__nav ul li a {
    font-size: 1.8rem;
  }
}
.site-footer__columns__main__nav ul li a:hover {
  color: #E1DF1E;
}
.site-footer__columns__main__nav ul li span {
  color: #E1DF1E;
  display: none;
  padding: 0 10px 0 7px;
}
@media (min-width: 768px) {
  .site-footer__columns__main__nav ul li span {
    display: inline-block;
  }
}
.site-footer__columns__main__nav ul li:first-child span {
  display: none;
}
.site-footer__columns__main__contact-info {
  text-align: center;
  color: #E1DF1E;
  font-size: 1.6rem;
}
.site-footer__columns__main__contact-info a {
  color: #E1DF1E;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1px;
}
.site-footer__columns__main__contact-info a:hover {
  color: #fff;
}
.site-footer__columns__contact {
  flex: 1 1 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1023px) {
  .site-footer__columns__contact {
    max-width: 290px;
    justify-content: end;
  }
}
.site-footer__columns__contact .btn {
  border-color: #fff;
  color: #fff;
  padding: 13px 14px;
}
.site-footer__copyright {
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 62px;
  opacity: 0.8;
  text-align: center;
  color: #969693;
  display: none;
}
.site-footer__copyright--mobile {
  display: block;
}
@media (min-width: 1023px) {
  .site-footer__copyright {
    text-align: left;
    display: block;
  }
  .site-footer__copyright--mobile {
    display: none;
  }
}
@media (min-width: 1250px) {
  .site-footer__copyright {
    margin-top: 22px;
  }
}

.site-header {
  background-color: #fff;
  width: 100%;
  padding: 30px 0 30px 0;
  transition: all 0.3s ease-out;
  transform-origin: top;
}
@media (min-width: 768px) {
  .site-header {
    padding: 69px 0 30px 0;
  }
}
.site-header .site-branding img {
  width: 180px;
  display: block;
}
@media (min-width: 768px) {
  .site-header .site-branding img {
    width: 252px;
  }
}
.site-header.coiled {
  transform: scale(1, 0);
}
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  transform: scale(1, 1);
}
.site-header.sticky .burger-container {
  top: 20px;
}
.site-header.sticky .site-branding img {
  width: 200px;
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.strategy__slnt-method {
  padding-top: 173px;
}
.strategy__slnt-method__intro {
  background-image: url(images/diagonal-lines-bg.png);
  position: relative;
}
.strategy__slnt-method__intro .inner {
  position: relative;
  padding: 89px 0 44px 0;
  font-family: "HN-bld", sans-serif;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__intro .inner {
    padding: 89px 0 44px 5%;
  }
}
@media (min-width: 1420px) {
  .strategy__slnt-method__intro .inner {
    padding: 89px 0 44px 33.77%;
  }
}
.strategy__slnt-method__intro .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/icons/slants-white.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
.strategy__slnt-method__intro .inner p {
  max-width: 971px;
  line-height: 1.75;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__intro .inner p {
    line-height: 2.94;
  }
}
.strategy__slnt-method__intro__heading {
  position: relative;
  z-index: 10;
  padding-bottom: 15px;
}
.strategy__slnt-method__intro__heading .slnt {
  font-size: 4rem;
  letter-spacing: 20px;
  line-height: 0.625;
  color: #3d3d3b;
  font-family: "MM-bld", sans-serif;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__intro__heading .slnt {
    font-size: 8rem;
    letter-spacing: 40px;
  }
}
.strategy__slnt-method__intro__heading .slant-method {
  font-size: 3rem;
  line-height: 0.8333;
  color: #A2A2A2;
  font-family: "HN-lt", sans-serif;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__intro__heading .slant-method {
    font-size: 6rem;
  }
}
.strategy__slnt-method__intro__text {
  position: relative;
  z-index: 10;
}
.strategy__slnt-method__steps {
  background-color: #E1DF1E;
  padding: 55px 0 10px 0;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__steps {
    padding: 109px 0 143px 0;
  }
}
.strategy__slnt-method__steps .inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 1250px) {
  .strategy__slnt-method__steps .inner {
    flex-wrap: nowrap;
  }
}
.strategy__slnt-method__steps__step {
  flex: 1 1 100%;
  max-width: 540px;
  color: #020202;
  position: relative;
  padding-bottom: 62px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .strategy__slnt-method__steps__step {
    flex: 1 1 50%;
    max-width: 540px;
  }
}
@media (min-width: 1250px) {
  .strategy__slnt-method__steps__step {
    flex: 1 1 25%;
    max-width: 270px;
    margin-bottom: 0;
  }
}
.strategy__slnt-method__steps__step__number {
  color: #fff;
  font-size: 4rem;
  font-family: "MM-bld", sans-serif;
  line-height: 1;
  padding-bottom: 12px;
}
.strategy__slnt-method__steps__step__title {
  font-size: 3rem;
  font-family: "MM-bld", sans-serif;
  padding-bottom: 24px;
  line-height: 1;
}
@media (min-width: 768px) {
  .strategy__slnt-method__steps__step__title {
    font-size: 3.6rem;
    padding-bottom: 48px;
  }
}
@media (min-width: 1023px) {
  .strategy__slnt-method__steps__step__title {
    font-size: 5rem;
  }
}
.strategy__slnt-method__steps__step__text__product {
  position: absolute;
  left: 0;
  bottom: 0;
}
.strategy__slnt-method__steps__step ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 24px;
}
.strategy__slnt-method__steps__step h4 {
  margin: 0;
  font-family: "HN-bld", sans-serif;
  font-weight: normal;
}
.strategy__slnt-method__steps__step P {
  margin: 0;
}
.strategy__slnt-method__content {
  padding: 55px 0 33px 0;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__content {
    padding: 111px 0 66px 0%;
  }
}
.strategy__slnt-method__content__text {
  max-width: 721px;
}
.strategy__slnt-method__content__text p {
  max-width: 664px;
}
.strategy__slnt-method__content__text h2 {
  font-family: "MM-bld", sans-serif;
  font-size: 3.4rem;
  line-height: 1.29;
  margin: 0 0 35px 0;
}
@media (min-width: 768px) {
  .strategy__slnt-method__projects {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .strategy__slnt-method__projects__project {
    max-width: 32.8125%;
  }
}
.strategy__slnt-method__projects__project__cta {
  padding: 34px 0;
  text-align: center;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__projects__project__cta {
    padding: 68px 0;
  }
}
.strategy__slnt-method__cta {
  padding: 45px 0 80px 0;
  position: relative;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__cta {
    padding: 90px 0 160px 0;
  }
}
.strategy__slnt-method__cta:before {
  content: "";
  position: absolute;
  width: 548px;
  max-width: 50%;
  height: 3px;
  background-color: #E1DF1E;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.strategy__slnt-method__cta__content {
  padding-top: 80px;
  text-align: center;
  font-size: 30px;
  font-family: "MM-bld", sans-serif;
  line-height: 1.3;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__cta__content {
    padding-top: 135px;
  }
}
.strategy__slnt-method__cta-button {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 1023px) {
  .strategy__slnt-method__cta-button {
    padding-top: 79px;
  }
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  clear: none;
  display: inline-block;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

.grecaptcha-badge {
  display: none;
}
