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

.dialog {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}

.dialog.dialog--open {
  visibility: visible;
  z-index: 10;
}

.dialog__media {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  max-height: 75vw;
  width: 100vw;
  max-width: 100vw;
  transform: translate(-50%, -50%);
  padding: 5rem 5.5rem 6rem;
}

.dialog__media img {
  display: block;
}

.dialog--btn {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 100%;
  padding: 0.35em;
  cursor: pointer;
}

.dialog--btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.dialog--btn svg {
  display: block;
  fill: #ddd;
  transform: scale(0.75);
}

.dialog--btn:hover svg {
  fill: #eee;
}

.dialog--close {
  right: 1em;
  top: 1em;
}

.dialog--next,
.dialog--previous {
  top: 50%;
  transform: translateY(-50%);
}

.dialog--next {
  right: 1em;
}

.dialog--previous {
  left: 1em;
}

.dialog--open .dialog--btn {
  visibility: visible;
}

.dialog--open .dialog--hidden {
  visibility: hidden;
}

[data-gallery-index-value="0"] .dialog--previous,
[data-gallery-last-item-value=true] .dialog--next {
  visibility: hidden;
}

.dialog img,
.dialog iframe {
  visibility: hidden;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.dialog--open .dialog__media::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border-top: 4px solid var(--brand-red);
  border-right: 4px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.dialog--open .dialog--loaded::before {
  content: none;
}

.dialog--open .dialog--loaded img {
  visibility: visible;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.dialog--open .dialog--loaded iframe {
  visibility: visible;
  width: 100%;
  height: 100%;
  border: 0;
}

:root {
  --brand-cyan: rgb(98, 181, 201);
  --brand-black: rgb(34, 31, 32);
  --brand-blue: rgb(69, 118, 151);
  --brand-blue: rgb(50,120, 154);
  --brand-cyan-2: rgb(47, 178, 197);
  --brand-orange: rgb(221, 95, 43);
  --brand-pink: rgb(221, 104, 111);
}

html {
  box-sizing: border-box;
  font-family: "gotham-narrow", sans-serif;
  font-size: 16px;
  color: var(--brand-black);
}

h1, h2, h3, h4 {
  font-family: "gotham-condensed", sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

p {
  line-height: 1.3;
}

video {
  background: var(--brand-black);
}

.container {
  max-width: 1600px;
  padding: 1rem;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .container {
    padding: 1rem 2rem;
  }
}
.container--grid {
  max-width: 1760px;
}

.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #efefef;
  z-index: 5;
}

.container--contact {
  max-width: 1200px;
}

header .container {
  padding: 0 2rem;
}

header .background {
  position: relative;
}

header .background video {
  width: 100%;
  display: block;
  height: auto;
  max-height: 750px;
  max-height: clamp(500px, 60dvh, 750px);
  object-fit: cover;
}

.logo {
  position: relative;
  z-index: 9;
  max-width: 200px;
  margin: 0;
  background: var(--brand-black);
}

.logo img {
  display: block;
}

h2 {
  text-transform: uppercase;
  font-size: 3rem;
}

header nav {
  background: var(--brand-black);
}

header nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-navigation {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.mobile--expanded .main-navigation {
  transform: translateY(80px);
  background: var(--brand-black);
}

.main-navigation a {
  font-family: "gotham-condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #efefef;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.02ch;
  margin-left: 32px;
  line-height: 1.4;
  font-size: 2rem;
}

.white-bg,
.white-background {
  background: #fff;
}

.white-bg h2,
.black-bg .white-bg h2,
.white-bg p {
  color: var(--brand-black);
}

.off-white-bg {
  background: #efefef;
}

.white-shadow {
  --shadow-color: rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px var(--shadow-color), 0 2px 2px var(--shadow-color), 0 4px 4px var(--shadow-color), 0 8px 8px var(--shadow-color), 0 16px 16px var(--shadow-color), 0 32px 32px var(--shadow-color);
}

.cyan-background,
.cyan-bg {
  background: var(--brand-cyan);
  color: #000;
}

.cyan-border--top {
  border-top: 2rem solid var(--brand-cyan);
}

.black-bg {
  background: var(--brand-black);
}

.black-bg h2 {
  color: white;
}

.black-bg article {
  color: white;
}

.rounded-callout {
  border-radius: 12px;
  padding: 2rem;
  display: grid;
  margin-bottom: 2rem;
}

.rounded-callout h3 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.rounded-callout p {
  font-size: 1.25rem;
}

.rounded-callout--half-grid {
  padding: 0;
}

.rounded-callout--half-grid > article {
  padding: 2rem;
}

.rounded-callout h2 {
  margin-top: 0;
}

/*
.rounded-callout h3 {
	background: linear-gradient(to bottom, transparent, transparent 39%, var(--brand-pink) 40%, var(--brand-pink) 50%, transparent 51%, transparent 56%, var(--brand-orange) 57%, var(--brand-orange) 67%, transparent 68%);
}

h3 .punchout {
	background: white;
	padding-right: 1ch;
} */
.rounded-callout p:last-child {
  margin-bottom: 0;
}

.client-logos {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.client-logos li {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  max-width: 20%;
}

@media all and (min-width: 600px) {
  .client-logos {
    gap: 4rem;
  }
  .client-logos li {
    max-width: 15%;
  }
}
.client-logos img {
  filter: grayscale(100%);
}

.centered {
  text-align: center;
}

footer {
  background: var(--brand-black);
  color: #efefef;
}

.cyan-line {
  background: linear-gradient(220deg, rgb(98, 181, 201) 20%, #efefef 20.1%, #efefef 20.2%, rgb(34, 31, 32) 20.3%);
}

.cyan-line p {
  max-width: 80vw;
}

@media all and (min-width: 800px) {
  .cyan-line {
    background: linear-gradient(220deg, rgb(98, 181, 201) 37%, #efefef 37.1%, #efefef 37.2%, rgb(34, 31, 32) 37.3%);
  }
}
.full-bleed {
  margin: 0;
  padding: 0;
}

.full-bleed img {
  display: block;
}

.rounded-callout .full-bleed {
  border-radius: 0 0 12px 12px;
  max-height: 55dvh;
  overflow: hidden;
}

.rounded-callout .full-bleed img {
  border-radius: 0 0 12px 12px;
  max-height: 55dvh;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.6s ease-in;
}

.threes-grid .rounded-callout .full-bleed,
.threes-grid .rounded-callout .full-bleed img {
  border-radius: 12px 12px 0 0;
}

.rounded-callout .full-bleed:hover img {
  transform: scale(1);
}

.logo a {
  text-decoration: none;
  display: block;
}

@media all and (min-width: 800px) {
  .logo {
    max-width: 320px;
  }
  .main-navigation__trigger {
    display: none;
  }
  .main-navigation {
    display: flex;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    position: static;
    transform: none;
    width: auto;
    overflow: visible;
  }
  .main-navigation a {
    font-size: 1.5rem;
    background-color: var(--brand-black);
    margin-left: 1rem;
    transition: background-color 0.1s, color 0.2s, outline-width 0.3s, outline-color 0.4s;
    line-height: 1;
  }
  .main-navigation li:last-child a {
    padding-right: 0;
  }
  .main-navigation a:hover {
    background-color: #efefef;
    outline: 0.5rem solid #efefef;
    color: var(--brand-black);
  }
}
@media all and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
  h2 {
    font-size: 3.5rem;
  }
  .rounded-callout {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .rounded-callout .full-bleed img {
    border-radius: 0 12px 12px 0;
    max-height: 55vh;
    height: 100%;
  }
  .rounded-callout .full-bleed {
    border-radius: 0 12px 12px 0;
    max-height: 55vh;
    height: 100%;
  }
  .rounded-callout div:first-child {
    grid-column: 1/-1;
  }
}
@media all and (min-width: 1400px) {
  .rounded-callout {
    align-items: center;
    grid-template-columns: 2fr 3fr;
  }
}
.nowrap {
  white-space: nowrap;
}

@media all and (min-width: 600px) {
  .nowrap--tablet {
    white-space: nowrap;
  }
}
.main-tagline {
  font-size: clamp(2rem, 3.8dvw, 3.25rem);
}

@media all and (min-width: 1600px) {
  .main-tagline {
    font-size: 3.25rem;
  }
}
.wide-grid {
  display: grid;
  grid-gap: 1rem 0;
  align-content: center;
  justify-content: center;
}

.filled-grid {
  display: grid;
  grid-template-rows: repeat(auto-fill, minmax(20vh, 60vh));
  grid-gap: 1rem;
  align-content: center;
  justify-content: center;
}

.wide-grid figure,
.filled-grid figure {
  padding: 0;
  margin: 0;
}

.wide-grid figure img,
.filled-grid figure img {
  display: block;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.black-bg .wide-grid__text {
  color: #efefef;
}

.wide-grid__text div {
  margin: auto 0;
}

@media all and (min-width: 600px) {
  .filled-grid {
    grid-template-columns: repeat(auto-fill, 150px);
  }
}
@media all and (min-width: 800px) {
  .filled-grid .double-wide {
    grid-column: span 2;
  }
  .wide-grid {
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .filled-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .wide-grid__text div {
    max-width: 500px;
    padding: 3ch;
  }
  .wide-grid__text {
    grid-row: 1/5;
    display: flex;
  }
  .wide-grid__form {
    grid-row: 1/5;
  }
}
@media all and (max-width: 799px) {
  .wide-grid__text {
    grid-column: span 2;
  }
}
.threes-grid .rounded-callout {
  display: flex;
  flex-direction: column;
}

.threes-grid .rounded-callout figure img {
  border-radius: 12px 12px 0 0;
}

@media all and (min-width: 800px) {
  .threes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media all and (min-width: 1200px) {
  .wide-grid__text div {
    max-width: 70ch;
  }
}
.wide-grid__form {
  border: 2px solid var(--brand-orange);
  background: var(--brand-pink);
  border-radius: 6px;
  padding: 1rem;
  color: #111111;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.contact-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form label {
  text-transform: uppercase;
  display: block;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  border: none;
  background: #efefef;
  display: block;
  width: 100%;
  margin-bottom: 1rlh;
  padding: 0.75ch;
  border-radius: 6px;
}

.contact-form textarea {
  min-height: 5rlh;
}

.contact-form button {
  background: var(--brand-cyan);
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  padding: 1rem 2rem;
}

[data-controller=odometer] li {
  will-change: transform;
}

[data-odometer-target=word].transitions-enabled {
  transition: transform 0.4s;
}

.hero__carousel {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  max-height: 1.15em;
}

.hero__carousel li {
  line-height: 1.15;
}

.main-navigation__trigger {
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: 0;
  height: 32px;
  width: 36px;
  padding: 0;
  margin: 0 0 0 auto;
  background: transparent;
}

.main-navigation__trigger--hamburger {
  position: absolute;
  height: 4px;
  left: 6px;
  width: 24px;
  background-color: var(--brand-cyan);
}

.main-navigation__trigger--hamburger-top {
  transition: transform 0.3s;
  top: 4px;
  background-color: var(--brand-orange);
}

.main-navigation__trigger--hamburger-burger {
  transition: opacity 0.1s;
  top: 12px;
  background-color: var(--brand-pink);
}

.main-navigation__trigger--hamburger-bottom {
  transition: transform 0.3s;
  top: 20px;
  background-color: var(--brand-orange);
}

.mobile--expanded .main-navigation__trigger--hamburger-top {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.mobile--expanded .main-navigation__trigger--hamburger-burger {
  opacity: 0;
}

.mobile--expanded .main-navigation__trigger--hamburger-bottom {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.main-navigation li {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1em);
}

.mobile--expanded .main-navigation li:nth-child(1) {
  transition: visibility 0.1s linear 0.3s, opacity 0.3s ease 0.35s;
}

.mobile--expanded .main-navigation li:nth-child(2) {
  transition: visibility 0.1s linear 0.3s, opacity 0.305s ease 0.362s;
}

.mobile--expanded .main-navigation li:nth-child(3) {
  transition: visibility 0.1s linear 0.3s, opacity 0.31s ease 0.374s;
}

.mobile--expanded .main-navigation li:nth-child(4) {
  transition: visibility 0.1s linear 0.3s, opacity 0.315s ease 0.386s;
}

.mobile--expanded .main-navigation li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 800px) {
  .main-navigation li {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile--expanded::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 1em;
  width: calc(100% - 2em);
  height: 1px;
}

body.menu--open {
  overflow: hidden;
}

.contact-form legend {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 120%;
  border-bottom: 4px solid var(--brand-cyan);
}

.contact-grid {
  display: grid;
  gap: 0 2ch;
  grid-template-columns: 1fr 1fr;
}

.contact-grid__across {
  grid-column: 1/-1;
}

.double-underline {
  position: relative;
}

.double-underline::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 18px;
  width: 100%;
  background: linear-gradient(to bottom, var(--brand-pink), var(--brand-pink) 6px, transparent 7px, transparent 11px, var(--brand-orange) 12px);
}

footer a {
  color: #efefef;
}

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