/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --black: #000000;
  --white: #FFFFFF;
  --offBlack: #1E1E1E;
  --textGray: #6B6B6B;
  --separatorGray: #5E5E5E;
  --separatorDarkGray: #262626;
}

html, body {
  background-color: var(--black);
  color: var(--white);
  font-family: "aktiv-grotesk", sans-serif;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  font-size: 24px;
  line-height: 1.1;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  overflow-x: hidden;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--black);
  box-shadow: 0 0 4px var(--black), 0 0 12px var(--black);
}

.site-nav {
  display: flex;
  justify-content: space-between;
}
.site-nav a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.1;
}
.site-nav a.home-link {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  padding-left: 0;
}
.site-nav .mobile-menu {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.site-nav .mobile-menu button {
  background-color: transparent;
  border: none;
  filter: invert(1);
}
.site-nav .main-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-nav .main-menu a {
  text-decoration: none;
  color: var(--white);
  padding: 24px;
  position: relative;
  text-transform: uppercase;
}
.site-nav .main-menu a svg {
  display: none;
}
.site-nav .main-menu a.active {
  position: relative;
}
.site-nav .main-menu a.active svg {
  display: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-nav .main-menu a.active .active-circle {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.site-nav .main-menu a.active .active-circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 500ms ease forwards;
  animation-delay: 400ms;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.wired-headline {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 0.1px;
  text-indent: -99em;
}
.wired-headline.brain {
  background-image: url(/images/left-right-brain-heart-headline.png?89176f08cc084e113af7031c4076ec23);
  padding-bottom: 41%;
}
.wired-headline.missing {
  background-image: url(/images/see-what-youre-missing-headline.png?9f826fc316cd7d4267394b4131025b0d);
  padding-bottom: 11%;
}

.intro {
  padding: 64px 0;
  border-bottom: 1px solid var(--separatorGray);
}
.intro p {
  max-width: 240px;
}

.about {
  padding-top: 64px;
}
.about p {
  font-size: 40px;
}
.about .greeting {
  font-size: 24px;
  line-height: 1.3;
}

.clients {
  padding: 64px 0;
  border-top: 1px solid var(--separatorGray);
  border-bottom: 1px solid var(--separatorGray);
}
.clients h2 {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #c4c4c4;
  font-weight: 400;
}
.clients .client-brands {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.clients .client-brands img {
  width: 100%;
  max-width: 10%;
}

.expertise-content {
  max-width: 464px;
}
.expertise-content:not(.slider) {
  padding-right: 64px;
}

.slider {
  position: relative;
  min-height: 373px;
  overflow-y: clip;
}
.slider .slide {
  max-width: 465px;
  padding-right: 20px;
}
.slider .slide-buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  top: calc(50% - 24px);
}
.slider .slide-buttons button {
  background-color: transparent;
  border: none;
  font-size: 0.1px;
  text-indent: -999rem;
  background-image: url(/images/arrow-down.png?5c3541b300a8f824a59b65162a586cec);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.9;
  cursor: pointer;
}
.slider .slide-buttons button:hover, .slider .slide-buttons button:focus {
  opacity: 0.9;
}
.slider .slide-buttons button.active {
  opacity: 1;
}
.slider .slide-buttons button:hover, .slider .slide-buttons button:focus, .slider .slide-buttons button.active {
  background-image: url(/images/arrow-down-active.png?a2c33510fc08e6ece2852a15600e4e0a);
}

.slide-enter, .slide-leave {
  transition: transform 0.3s ease;
  overflow: hidden;
}

.slide-enter-start, .slide-leave-end {
  transform: translateY(100%);
  height: 0;
}

.slide-enter-end, .slide-leave-start {
  transform: translateY(0);
  height: auto;
}

.slide-enter {
  transition: 300ms ease-out all;
}
.slide-enter-start {
  opacity: 0;
  transform: translateY(24px);
  position: absolute;
}
.slide-enter-end {
  opacity: 1;
  transform: translateY(0);
}

.slide-leave {
  opacity: 1;
  transition: 300ms ease-in all;
}
.slide-leave-start {
  opacity: 1;
  transform: translateY(0);
}
.slide-leave-end {
  opacity: 0;
  transform: translateY(24px);
  position: absolute;
}

.split-page .profile img {
  max-width: 100%;
}

.split-page, .expertise {
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.split-page h2, .split-page .content, .expertise h2, .expertise .content {
  flex-basis: 50%;
  max-width: 494px;
}
.split-page h3, .expertise h3 {
  color: var(--textGray);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.split-page li, .expertise li {
  font-size: 24px;
  line-height: 1.1;
}

.portfolio {
  padding: 64px 0;
  border-top: 1px solid var(--separatorGray);
  border-bottom: 1px solid var(--separatorGray);
}
.portfolio h2 {
  margin-bottom: 48px;
}
.portfolio p {
  text-align: center;
  max-width: 702px;
  margin: 0 auto;
  line-height: 1.3;
}

.testimonial {
  padding: 64px 0;
  border-bottom: 1px solid var(--separatorGray);
}
.testimonial blockquote {
  font-weight: 600;
  min-height: 2rem;
}
.testimonial blockquote, .testimonial figcaption {
  max-width: 552px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}

.contact {
  padding: 64px 0;
}
.contact p a {
  line-height: 1.3;
}

.site-footer {
  padding: 64px 0;
}
.site-footer p {
  font-size: 18px;
  line-height: 1.3;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .about p {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .clients .client-brands {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .clients .client-brands img {
    width: 20%;
    max-width: 20%;
  }
  .split-page, .expertise {
    gap: 24px;
    flex-direction: column;
  }
  .site-nav {
    flex-direction: column;
  }
  .site-nav .main-menu {
    gap: 0;
  }
  .site-nav .main-menu a:first-of-type {
    margin-right: 0;
  }
  .site-nav .main-menu a:first-of-type:after {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  p,
  .split-page li,
  .expertise li,
  .testimonial blockquote,
  .testimonial figcaption {
    font-size: 16px;
  }
  .intro, .about, .split-page, .clients, .testimonial, .expertise, .portfolio, .contact, .site-footer {
    padding: 32px 0;
  }
  .expertise + .expertise, .split-page {
    padding-top: 0;
  }
  .expertise h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .expertise h3 {
    font-size: 16px;
  }
  .portfolio h2 {
    margin-bottom: 16px;
  }
  .about p {
    font-size: 26px;
  }
  .about .greeting {
    font-size: 16px;
  }
  .slider {
    min-height: 240px;
  }
  .slider .slide-buttons {
    right: 0;
  }
  .slider .slide {
    padding-right: 24px;
  }
  .site-footer p {
    font-size: 12px;
  }
  .testimonial blockquote {
    padding-bottom: 16px;
  }
  .wired-headline.missing {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  .site-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-nav .home-link {
    flex-basis: 50%;
  }
  .site-nav .mobile-menu {
    display: flex;
  }
  .site-nav .main-menu {
    align-items: end;
    flex-direction: column;
    flex-basis: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: var(--black);
    box-shadow: 0 0 5px var(--black);
  }
  .site-nav .main-menu a {
    width: 100%;
    text-align: right;
    padding-right: 32px;
  }
  .site-nav .main-menu a.active svg {
    display: initial;
    position: absolute;
    top: 0;
    left: unset;
    right: 10px;
    width: 130px;
    height: 100%;
  }
  .site-nav .main-menu a:hover, .site-nav .main-menu a:focus {
    background-color: var(--offBlack);
  }
  .clients .client-brands {
    gap: 0;
  }
  .clients .client-brands img {
    width: 30%;
    max-width: 30%;
  }
  .site-footer .container {
    flex-direction: column;
  }
}
[x-cloak] {
  display: none !important;
}

html.sr .fadeIn, html.sr .fadeUp {
  visibility: hidden;
}

.social-media {
  display: flex;
  gap: 16px;
}
.social-media a {
  text-decoration: none;
}
.social-media a img {
  height: 32px;
  width: 32px;
  transition: 150ms transform ease-in-out;
}
.social-media a:hover img {
  transform: translateY(-4px);
}

.testimonial .dots {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}
.testimonial .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.testimonial .dots .dot.active {
  background-color: #333;
}

.carousel {
  overflow: hidden;
}
.carousel .slides {
  position: relative;
}
.carousel .slides .slide {
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel .slides .slide.show {
  opacity: 1;
  pointer-events: none;
  position: relative;
  display: block;
}
