@charset "UTF-8";
/* COLORS */
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@500;700&amp;display=swap");
/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/3d6ac2");
@font-face {
  font-family: "Gilroy-Bold";
  src: url("https://origindesign.com/fonts/GilroyBold/font.woff2") format("woff2"), url("https://origindesign.com/fonts/GilroyBold/font.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("https://origindesign.com/fonts/GilroyRegular/font.woff2") format("woff2"), url("https://origindesign.com/fonts/GilroyRegular/font.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-family: "Gilroy-Regular";
  font-weight: normal;
  color: #2a2a2a;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

section,
main {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

p {
  font-family: "Gilroy-Regular";
  font-weight: normal;
}

strong, b {
  font-family: "Gilroy-Bold";
  font-weight: normal;
}

a,
button {
  color: inherit;
  transition: 0.3s;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

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

ol.stripped, ul.stripped {
  margin: 0;
  padding: 0;
}
ol.stripped li, ul.stripped li {
  list-style-type: none;
}

.noscroll {
  overflow: hidden;
}

.fixed {
  position: fixed;
  overflow: hidden;
}

.body-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fill, .together .quote-video img, .image-with-text-overlap .carousel, .follow-our-journey .post-content.active:before, .follow-our-journey .post-content:not(.active), .articles-contain .articles a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  display: flex;
  height: 100%;
  width: 100%;
}
.cover.left-top {
  -o-object-position: 0 0;
     object-position: 0 0;
}
.cover.left-center {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.cover.left-bottom {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}
.cover.center-top {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.cover.center-center {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.cover.center-bottom {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.cover.right-top {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}
.cover.right-center {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.cover.right-bottom {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.btn {
  position: relative;
  font-family: "Gilroy-Bold";
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #2a2a2a;
  padding: 1.6rem 4rem;
  border-radius: 3rem;
  background: #fff;
  border: 3px solid #2a2a2a;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
}
.btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #2a2a2a;
  transition: 0.3s;
  transform-origin: center right;
}
.btn:hover {
  color: #ffffff;
  background: #2a2a2a;
  transition-delay: 0.1s;
}
.btn:hover:before {
  width: 100%;
  background: #2a2a2a;
  transform-origin: center left;
  left: 0;
  right: initial;
}
.btn.hover-bg-white:hover {
  color: #2a2a2a;
  background: #ffffff;
  transition-delay: 0.1s;
}
.btn.hover-bg-white:hover:before {
  width: 100%;
  background: #ffffff;
  transform-origin: center left;
  left: 0;
  right: initial;
}
.btn.small {
  padding: 1rem 3rem 0.8rem 3rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}
.btn.transparent {
  background: transparent;
}
.btn.transparent:hover {
  background: #2a2a2a;
}
.btn.border-white {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn span {
  position: relative;
}

a.link {
  text-decoration: underline;
  -webkit-text-decoration-color: #d9d9d9;
          text-decoration-color: #d9d9d9;
  text-decoration-thickness: 2px;
  transition: 0.6s;
}
a.link.big {
  text-decoration-thickness: 4px;
}
a.link:hover {
  -webkit-text-decoration-color: #888888;
          text-decoration-color: #888888;
}

@keyframes greenbar {
  0% {
    transform: translateX(100%) translateY(0px) translateZ(0px) scaleX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(0%) translateY(0px) translateZ(0px) scaleX(1) translate3d(0, 0, 0);
  }
}
@keyframes blackbar {
  0% {
    transform: translateX(100%) translateY(0px) translateZ(0px) scaleX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(0%) translateY(0px) translateZ(0px) scaleX(1) translate3d(0, 0, 0);
  }
}
.hide-overflow {
  overflow: hidden;
  display: block;
}

.appear {
  transition: 0.6s;
  display: block;
}
.appear.down {
  transform: translateY(-100%);
}
.appear.up {
  transform: translateY(100%);
}
.appear.in-view {
  transform: translateY(0%);
}

@media (min-width: 641px) {
  .delay-25 {
    transition-delay: 0.25s;
  }
}

@media (min-width: 641px) {
  .delay-50 {
    transition-delay: 0.5s;
  }
}

@media (min-width: 641px) {
  .delay-75 {
    transition-delay: 0.75s;
  }
}

@media (min-width: 641px) {
  .delay-100 {
    transition-delay: 1s;
  }
}

.fadeup {
  opacity: 0;
  transition-duration: 1s;
  transform: translate3d(0, 8%, 0);
}
.fadeup.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  transform: none;
}

.slidedown {
  opacity: 0;
  transition-duration: 1s;
  transform: translate3d(0, -8%, 0);
}
.slidedown.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  transform: none;
}

.slideleft {
  opacity: 0;
  transition-duration: 1s;
  transform: translate3d(-20px, 0, 0);
}
.slideleft.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  transform: none;
}

.fadein {
  opacity: 0;
  transition-duration: 1s;
}
.fadein.in-view {
  transition-timing-function: linear;
  opacity: 1;
  transform: none;
}

.midfade {
  opacity: 0.1;
  transition-duration: 1s;
}
.midfade.in-view {
  transition-timing-function: linear;
  opacity: 1;
  transform: none;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: white;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 10%;
  height: 8rem;
  transition: 0.3s ease-in-out;
  transform: translateY(-100%);
}
nav.show-nav {
  transform: translateY(0%);
}
nav.nav-open {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  nav.nav-open {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10rem;
    padding: 0 2.5%;
  }
}
nav .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 4rem;
  right: 10%;
  transform: translateY(-50%);
  height: 18px;
  width: 26px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  display: block;
  z-index: 3;
}
@media (min-width: 1024px) {
  nav .nav-trigger {
    display: none;
  }
}
nav .nav-trigger span, nav .nav-trigger span::after, nav .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #2a2a2a;
  height: 0.15rem;
  width: 26px;
}
nav .nav-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}
nav .nav-trigger span::after, nav .nav-trigger span::before {
  content: "";
  left: 0;
  transition: transform 0.3s;
}
nav .nav-trigger span::before {
  transform: translateY(-7px);
}
nav .nav-trigger span::after {
  transform: translateY(7px);
}
nav.nav-open .nav-trigger span {
  background-color: transparent;
}
nav.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}
nav.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}
nav .navlinks ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  nav .navlinks {
    position: fixed;
    z-index: 2;
    top: 8rem;
    left: 0;
    padding: 7rem 10% 0;
    width: 100%;
    height: calc(100% - 8rem);
    transform: translateX(-150%);
    transition: 0.5s ease-in-out;
    overflow-y: scroll;
    border-top: 1px solid #f2f2f2;
  }
}
@media (min-width: 1024px) {
  nav .navlinks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 3;
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  nav .navlinks .links {
    display: flex;
    position: relative;
    z-index: 2;
  }
}
nav .navlinks .links li {
  font-size: 3.5rem;
}
nav .navlinks .links:last-child {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  nav .navlinks .links:last-child {
    padding-bottom: 0;
  }
}
nav.nav-open .navlinks {
  transform: translateX(0);
  display: block;
}
@media (min-width: 1024px) {
  nav.nav-open .navlinks {
    display: flex;
  }
}
@media (max-width: 1023px) {
  nav.subnav-open .navlinks {
    overflow-y: hidden;
  }
}
nav button, nav a {
  font-family: "Gilroy-Bold";
  display: block;
  font-weight: normal;
  font-size: 3.5rem;
  letter-spacing: -0.04em;
  line-height: 1;
  max-width: 90%;
  margin-bottom: 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  nav button, nav a {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 1rem;
  }
}
nav .nav-logo {
  z-index: 5;
  position: absolute;
  top: 2rem;
  left: 5%;
}
@media (min-width: 1024px) {
  nav .nav-logo {
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
  }
}
nav .nav-logo svg {
  width: 111px;
  height: 40px;
}
@media (min-width: 1024px) {
  nav .nav-logo svg {
    width: 146px;
    height: 54px;
  }
}
nav .nav-logo svg path {
  fill: #2a2a2a;
}
nav.nav-open .nav-logo {
  z-index: 1;
}
nav .links-contain {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (min-width: 1024px) {
  nav .links-contain {
    display: flex;
    width: auto;
  }
}
nav.nav-open .links-contain.flyouts {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  nav.nav-open .links-contain.flyouts {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  nav .link {
    display: flex;
    align-items: center;
  }
}
nav .link > a, nav .link > button {
  display: inline-block;
  position: relative;
}
nav .link > a::before, nav .link > a::after, nav .link > button::before, nav .link > button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 6px;
  background-color: #d9d9d9;
  transition: 0.3s ease-in-out;
}
nav .link > a:hover::before, nav .link > a.active::before, nav .link > button:hover::before, nav .link > button.active::before {
  width: 100%;
}
nav .link > a.active::after, nav .link > button.active::after {
  width: 100%;
  background-color: #d5ff2d;
}
nav .link > a.active + .sublinks, nav .link > button.active + .sublinks {
  display: block;
}
@media (max-width: 1023px) {
  nav .link > a svg, nav .link > button svg {
    height: 16px;
    width: 16px;
  }
}
nav .close {
  position: absolute;
  top: 4.5rem;
  left: 50rem;
  height: 16px;
  width: 16px;
  z-index: 3;
  cursor: pointer;
  display: none;
  transform: translateX(-2rem);
  opacity: 0;
  transition: 0.15s ease-in-out;
}
@media (min-width: 1024px) {
  nav .close {
    display: block;
  }
}
nav .close svg path {
  fill: #2a2a2a;
  stroke: #2a2a2a;
}
nav.nav-open .close {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s ease-in-out 0.295s;
}
nav .sublinks {
  background-color: white;
  transform: translateX(0);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 5%;
  padding-top: 6rem;
  padding-bottom: 10rem;
  transition: 0.5s ease-in-out;
  padding-bottom: 6rem;
  z-index: 3;
  overflow-y: scroll;
  height: calc(100vh - 6rem);
}
nav .sublinks ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  nav .sublinks {
    top: 6rem;
    padding-left: 3.5rem;
    padding-top: 8rem;
    height: calc(100vh - 6rem);
    width: 55rem;
    left: -2.7%;
    border-top: 1px solid #f2f2f2;
  }
}
nav .sublinks.hide {
  opacity: 0;
  transform: translateX(-100%);
}
nav .sublinks a {
  display: inline-block;
  font-weight: normal;
  font-size: 3.5rem;
  letter-spacing: -0.04em;
  line-height: 1;
  max-width: 80%;
  margin-bottom: 0.5em;
  text-decoration: underline;
  -webkit-text-decoration-color: #d9d9d9;
          text-decoration-color: #d9d9d9;
  text-decoration-thickness: 2px;
}
nav .sublinks li {
  padding-left: 3.7rem;
}
@media (min-width: 1024px) {
  nav .sublinks li {
    padding: 0;
  }
}
nav .sublinks .child-links {
  padding-left: 14px;
}
nav .sublinks .child-links li {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  nav .sublinks .child-links {
    padding-left: 0;
  }
  nav .sublinks .child-links li {
    padding-left: 0;
  }
}
nav .sublinks > li.sublink-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.75em;
  font-size: 2.5rem;
  padding-left: 0;
}
nav .sublinks > li.sublink-header:last-child {
  margin-top: 4rem;
}
nav .sublinks > li.sublink-header a, nav .sublinks > li.sublink-header p {
  font-family: "Gilroy-Bold";
  font-size: 1em;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  nav .sublinks > li.sublink-header .js-back {
    display: none;
  }
}
nav .sublinks > li.sublink-header .js-back svg {
  height: 20px;
  width: 20px;
}
nav .sublinks > li.sublink-header button {
  margin-bottom: 0;
}
nav .sublinks > li.sublink-header svg {
  position: relative;
  top: -2px;
  margin-right: 16px;
}
nav .sublinks > li:last-child {
  padding-bottom: 15rem;
}
nav .background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  pointer-events: none;
}
@media (min-width: 1024px) {
  nav .background {
    display: block;
  }
}
nav .background::after {
  content: "";
  display: block;
  position: relative;
  background-color: white;
  height: 100vh;
  width: 100vw;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  nav .background::after {
    width: 55rem;
  }
}
nav .background::before {
  content: "";
  display: block;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
nav.nav-open .background::before {
  opacity: 1;
}
nav.nav-open .background::after {
  transform: translateX(0);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.08), 8px 0 13px rgba(0, 0, 0, 0.08), 55px 0 89px rgba(0, 0, 0, 0.08);
}

select {
  display: block;
  font-size: 1.6rem;
  font-family: "Gilroy-Bold";
  color: #2a2a2a;
  line-height: 1.3;
  padding: 1.4rem 8rem 1.4rem 4rem;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 19 11'%3E%3Cpath d='M17.5 1.5l-8 8-8-8' fill='none' stroke='%23232323' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 4rem top 50%, 0 0;
  background-size: 1em auto, 100%;
}
select.select--rounded {
  border: 3px solid #2a2a2a;
  border-radius: 5rem;
}
@media (min-width: 641px) {
  select {
    font-size: 2rem;
  }
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #888;
}
select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
select option {
  font-weight: normal;
}

.form-headline {
  font-family: "Gilroy-Bold";
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  padding-bottom: 2rem;
}

.thank-you-headline {
  font-family: "Gilroy-Bold";
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

form label, form input, form select, form textarea {
  font-family: "Gilroy-Bold";
  font-size: 1.6rem;
  line-height: 1;
  color: #2a2a2a;
}
form label, form input, form select, form .freeform-instructions {
  padding: 0 2rem;
}
form textarea {
  padding: 2rem;
}
form label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
form input[type=text],
form input[type=email],
form textarea,
form select {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border: none;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2a2a2a;
  font-size: 1em;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder { /* Firefox 19+ */
  color: #2a2a2a;
  font-size: 1em;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder { /* IE 10+ */
  color: #2a2a2a;
  font-size: 1em;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder { /* Firefox 18- */
  color: #2a2a2a;
  font-size: 1em;
}
form input[type=text],
form input[type=email],
form select {
  height: 6rem;
}
form button[type=submit] {
  font-family: "Gilroy-Bold";
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-radius: 4px;
  background: #2a2a2a;
  padding: 0 5rem;
  margin-top: 1.5rem;
}
form .freeform-form-has-errors {
  font-size: 1.6rem;
  padding: 0 2rem;
}
form .freeform-row {
  margin: 0;
  flex-direction: column;
}
@media (min-width: 641px) {
  form .freeform-row {
    flex-direction: row;
    margin-left: -1.5rem;
  }
}
form .freeform-row .freeform-column {
  padding: 0.75rem;
  margin: 0;
  width: 100%;
}
@media (min-width: 641px) {
  form .freeform-row .freeform-column {
    width: 50%;
  }
}
form .freeform-row .freeform-column .freeform-errors {
  padding: 0.6rem 2rem 1rem;
}
form .freeform-row .freeform-column .freeform-errors > li {
  font-size: 1.2rem;
  color: red;
}

footer {
  background: #f2f2f2;
}
footer h4 {
  font-family: "Gilroy-Bold";
  font-size: 8.8vw;
  letter-spacing: -0.04em;
  line-height: 0.9em;
  margin-bottom: 1em;
}
@media (min-width: 641px) {
  footer h4 {
    font-size: 7.8vw;
  }
}
@media (min-width: 1024px) {
  footer h4 {
    font-size: 8rem;
  }
}
footer h4 span {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-transform: lowercase;
}
footer h5 {
  font-family: "Inconsolata", monospace;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #d5ff2d;
}
footer .label {
  color: #888888;
  font-weight: 700;
  margin-bottom: 5rem;
}
footer .offset {
  margin-top: -17rem;
}
@media (min-width: 641px) {
  footer .offset {
    margin-top: -39rem;
  }
}
footer .header {
  background: #d5ff2d;
  padding: 12rem 0 17rem 0;
}
@media (min-width: 641px) {
  footer .header {
    padding: 12rem 0 40rem 0;
  }
}
footer .image-contain {
  display: flex;
}
footer .image-contain figure {
  height: 35rem;
  background: #545454;
  width: 90%;
  margin-left: -5%;
  margin-right: -5%;
}
@media (min-width: 641px) {
  footer .image-contain figure {
    height: 60rem;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .image-contain .brand-contain {
  width: 10%;
  display: flex;
  align-items: center;
}
footer .image-contain .brand-hit {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}
footer .image-contain .brand-hit .title {
  position: relative;
  display: flex;
  height: 65%;
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888888;
}
footer .image-contain .brand-hit .title span {
  position: absolute;
  bottom: 25%;
  left: -1rem;
  display: block;
  transform: rotate(-90deg);
  transform-origin: center center;
}
footer .image-contain .brand-hit .logo {
  position: relative;
  display: flex;
  height: 35%;
}
footer .image-contain .brand-hit .logo svg {
  position: absolute;
  top: 40%;
  left: -1.5rem;
  width: 10rem;
  height: 4rem;
  transform: rotate(-90deg);
  transform-origin: top center;
}
@media (min-width: 641px) {
  footer .image-contain .brand-hit .logo svg {
    left: 0rem;
  }
}
footer .form-contain {
  margin-top: 10rem;
}
footer .form-contain.pad-bottom {
  margin-bottom: 10rem;
}
@media (min-width: 1024px) {
  footer .form-contain .inner {
    max-width: 85%;
    display: grid;
    grid-template-columns: 55% 40%;
    grid-template-rows: repeat(2, 1fr) 0.25fr;
    grid-column-gap: 4rem;
    grid-row-gap: 0px;
    margin-left: 2.5%;
  }
}
@media (min-width: 1100px) {
  footer .form-contain .inner {
    grid-template-columns: 50% 44%;
  }
}
@media (min-width: 1240px) {
  footer .form-contain .inner {
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 1440px) {
  footer .form-contain .inner {
    margin-left: 10%;
  }
}
footer .form-contain .inner .brand-headline {
  grid-area: 1/1/2/3;
}
footer .form-contain .inner .form {
  grid-area: 2/1/3/3;
}
footer .form-contain .inner .contact-container {
  grid-area: 3/1/4/3;
}
@media (min-width: 1024px) {
  footer .form-contain .inner .brand-headline {
    grid-area: 1/1/3/2;
  }
  footer .form-contain .inner .form {
    grid-area: 1/2/4/3;
  }
  footer .form-contain .inner .contact-container {
    grid-area: 3/1/4/2;
  }
}
footer .form-contain .thank-you {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 6rem;
}
@media (min-width: 1220px) {
  footer .form-contain .thank-you {
    text-align: left;
    justify-content: flex-start;
    max-width: 95%;
    margin-left: 5%;
  }
}
footer .form-contain .thank-you .brand-headline {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1220px) {
  footer .form-contain .thank-you .brand-headline {
    width: 55%;
  }
}
footer .form-contain .thank-you .brand-headline p {
  text-align: center;
  margin-bottom: 0.4em;
}
@media (min-width: 1220px) {
  footer .form-contain .thank-you .brand-headline p {
    text-align: left;
  }
}
footer .form-contain .thank-you .contact {
  width: 100%;
  justify-content: center;
}
@media (min-width: 641px) {
  footer .form-contain .thank-you .contact {
    padding-top: 6rem;
  }
}
@media (min-width: 1220px) {
  footer .form-contain .thank-you .contact {
    width: 45%;
    padding-left: 8rem;
    padding-top: 0;
  }
}
footer .form-contain .brand-headline {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  footer .form-contain .brand-headline {
    margin-top: 5rem;
    max-width: 35rem;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .form-contain .brand-headline .title {
  font-family: "Gilroy-Bold";
  font-size: 5rem;
  font-size: clamp(5rem, 10vw, 9rem);
  line-height: 0.9em;
  letter-spacing: -0.04em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  footer .form-contain .brand-headline .title {
    font-size: 9rem;
  }
}
@media (min-width: 1024px) {
  footer .form-contain .brand-headline .title {
    margin-bottom: 0;
  }
}
footer .form-contain .form {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: -5%;
  margin-right: -5%;
}
@media (min-width: 500px) {
  footer .form-contain .form {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .form-contain .form {
    margin-left: 0;
    margin-right: 0;
  }
}
footer .form-contain .form .freeform-row {
  display: flex;
  flex-wrap: wrap;
  float: none;
}
footer .form-contain .form .freeform-row .freeform-column-6 {
  width: 100%;
}
@media (min-width: 1240px) {
  footer .form-contain .form .freeform-row .freeform-column-6 {
    width: 50%;
  }
}
footer .form-contain .contact {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 500px) {
  footer .form-contain .contact {
    text-align: left;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  footer .form-contain .contact {
    max-width: 100%;
    margin: 0;
  }
}
footer .form-contain .contact img {
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  overflow: hidden;
}
@media (min-width: 500px) {
  footer .form-contain .contact img {
    margin-right: 3rem;
  }
}
footer .form-contain .contact .name {
  font-family: "Gilroy-Bold";
  font-size: 2.4rem;
  display: inline-block;
  margin-bottom: 1rem;
}
footer .form-contain .contact .name {
  font-family: "Gilroy-Bold";
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 1rem;
}
footer .form-contain .contact a {
  font-family: "Inconsolata", monospace;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  color: #545454;
  display: block;
  margin-top: 0.4rem;
}
.footer-links-contain {
  position: relative;
  background: #2a2a2a;
  color: white;
  padding-top: 12rem;
}
@media (min-width: 641px) {
  .footer-links-contain {
    padding-top: 15rem;
  }
}
.footer-links-contain:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #d5ff2d;
  height: 5rem;
}
.footer-links-contain .footer-links {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  font-family: "Gilroy-Bold";
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .footer-links-contain .footer-links {
    flex-direction: row;
  }
}
.footer-links-contain .footer-links li {
  display: block;
  margin-bottom: 1.5rem;
}
.footer-links-contain .footer-links a {
  transition: 0.15s ease-in-out;
}
.footer-links-contain .footer-links a:hover {
  color: #d5ff2d;
}
.footer-links-contain .footer-links .links-contain {
  padding: 0 0 5rem 0;
}
@media (min-width: 641px) {
  .footer-links-contain .footer-links .links-contain {
    padding: 5rem 0;
  }
}
.footer-links-contain .footer-links .services {
  width: 100%;
}
@media (min-width: 641px) {
  .footer-links-contain .footer-links .services {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 50rem;
  }
}
@media (min-width: 1024px) {
  .footer-links-contain .footer-links .services {
    margin-left: 0;
    max-width: 34rem;
  }
}
@media (min-width: 641px) {
  .footer-links-contain .footer-links .services ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.footer-links-contain .footer-links .services .logo {
  display: block;
  padding-top: 14rem;
}
.footer-links-contain .footer-links .services .logo .logo-tag path {
  fill: #ffffff;
}
.footer-links-contain .footer-links .logo {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.footer-links-contain .footer-links .markets {
  width: 100%;
}
@media (min-width: 641px) {
  .footer-links-contain .footer-links .markets {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 50rem;
  }
}
@media (min-width: 1024px) {
  .footer-links-contain .footer-links .markets {
    max-width: 34rem;
    border-left: 1px solid rgb(71.25, 71.25, 71.25);
    margin-left: 12rem;
    padding-left: 12rem;
  }
}
@media (min-width: 641px) {
  .footer-links-contain .footer-links .markets ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .footer-links-contain .footer-links .markets ul {
    -moz-column-count: 1;
         column-count: 1;
    max-width: 28rem;
  }
}
.footer-links-contain .footer-sub-links {
  border-top: 1px solid rgb(71.25, 71.25, 71.25);
  border-bottom: 1px solid rgb(71.25, 71.25, 71.25);
  padding: 4rem 0;
  margin-top: 10rem;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-links-contain .footer-sub-links {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-links-contain .footer-sub-links a {
  font-family: "Gilroy-Bold";
  font-size: 3.5rem;
  letter-spacing: -0.04em;
  padding: 0.5em 2.25em;
  display: block;
  transition: 0.15s ease-in-out;
}
.footer-links-contain .footer-sub-links a:hover {
  color: #d5ff2d;
}
.footer-links-contain .footer-sub-links a:hover svg path {
  fill: #d5ff2d;
}
@media (min-width: 1024px) {
  .footer-links-contain .footer-sub-links a {
    font-size: 4rem;
  }
}
.footer-links-contain .footer-sub-links a:not(:last-child) {
  border-right: 1px solid rgb(71.25, 71.25, 71.25);
}
.footer-links-contain .footer-sub-links a svg {
  margin-left: 1.2rem;
  height: 0.65em;
  width: 0.65em;
}
.footer-links-contain .footer-sub-links a svg path {
  transition: 0.15s ease-in-out;
  fill: white;
}
.footer-links-contain .footer-sub-links.small-links {
  display: flex;
  border: none;
  margin: 0 auto;
  max-width: 50.5rem;
  width: 100%;
}
.footer-links-contain .footer-sub-links.small-links a {
  width: 50%;
  font-size: 2.4rem;
}
.footer-links-contain .footer-sub-links.small-links a:first-child {
  text-align: right;
}
.footer-links-contain .privacy-link {
  display: flex;
  justify-content: center;
}
.footer-links-contain .privacy-link a {
  font-family: "Gilroy-Bold";
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  display: block;
  transition: 0.15s ease-in-out;
}
.footer-links-contain .privacy-link a:hover {
  color: #d5ff2d;
}
.footer-links-contain .tagline {
  margin-top: 20rem;
  text-align: center;
  padding-bottom: 5rem;
}
.footer-links-contain .tagline p {
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.3em;
  color: #d5ff2d;
  max-width: none;
}
.footer-links-contain .tagline p.copyright {
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.footer-links-contain .social {
  margin-top: 15rem;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.footer-links-contain .social a {
  display: block;
  margin: 0 1rem;
  padding: 1rem;
}
.footer-links-contain .social a svg path {
  transition: 0.15s ease-in-out;
}
.footer-links-contain .social a:hover svg path {
  fill: #d5ff2d;
}

body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
body.pad-top {
  margin-top: 14rem;
}
@media (min-width: 1024px) {
  body.pad-top {
    margin-top: 20rem;
  }
}
body.pad-top-small {
  margin-top: 8rem;
}
@media (min-width: 1024px) {
  body.pad-top-small {
    margin-top: 10rem;
  }
}
body.playing-video {
  overflow: hidden;
}

.container {
  position: relative;
  max-width: calc(1280px + 10%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container.nopad {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .container .container-small, .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-small {
  position: relative;
  max-width: calc(1000px + 10%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 768px) {
  .container-small {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-small.nopad {
  padding-left: 0;
  padding-right: 0;
}

.label {
  position: relative;
  font-family: "Inconsolata", monospace;
  font-size: 2rem;
  letter-spacing: 0.4rem;
}
.label span {
  position: relative;
  display: inline-block;
}

.inline-highlight {
  position: relative;
  background: linear-gradient(180deg, rgba(211, 255, 0, 0) 0%, rgba(211, 255, 0, 0) 22.9%, #d3ff00 22%, #d3ff00 50%, #d3ff00 85%, rgba(211, 255, 0, 0) 85.1%, rgba(211, 255, 0, 0) 100%);
  line-height: 1;
}

.highlight {
  position: relative;
  display: inline-block;
  color: #ffffff;
  transition: 0.3s;
}
.white .highlight {
  color: #2a2a2a;
}
.gray .highlight {
  color: #f2f2f2;
}
.in-view .highlight {
  color: #2a2a2a;
  transition-delay: 1.5s;
}
.in-view .highlight:before {
  animation: blackbar 0.5s forwards cubic-bezier(1, 0, 0, 1);
  animation-delay: 1s;
}
.in-view .highlight:after {
  animation: greenbar 1s forwards cubic-bezier(1, 0, 0, 1);
  animation-delay: 1.25s;
}
.highlight:before {
  content: "";
  position: absolute;
  bottom: 4%;
  left: -1%;
  width: 104%;
  background: #2a2a2a;
  height: 76%;
  z-index: 0;
  transform-style: preserve-3d;
  transform: translateX(110%) translateY(0px) translateZ(0px) scaleX(0) translate3d(0, 0, 0);
  transform-origin: 0 50%;
}
.white .highlight:before {
  background: #ffffff;
}
.gray .highlight:before {
  background: #ffffff;
}
.highlight:after {
  content: "";
  position: absolute;
  bottom: 4%;
  left: -1%;
  width: 105%;
  background: #d5ff2d;
  height: calc(76% + 2px);
  z-index: 0;
  transform-style: preserve-3d;
  transform: translateX(110%) translateY(0px) translateZ(0px) scaleX(0) translate3d(0, 0, 0);
  transform-origin: 0 50%;
}
.highlight span {
  position: relative;
  z-index: 1;
}

.play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media (min-width: 641px) {
  .play {
    justify-content: flex-start;
  }
}
.play a {
  width: 15rem;
  height: 15rem;
  border: 0.1rem solid white;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s linear;
  transition-delay: 0.6s;
}
@media (min-width: 641px) {
  .play a {
    width: 20rem;
    height: 20rem;
  }
}
.play a svg {
  transform: scale(0.9);
}
.play a svg path {
  fill: #ffffff;
}
.play a:hover {
  transform: scale(1.1);
  border: 6px solid #d5ff2d;
  background: rgba(42, 42, 42, 0.8);
}
.play a:hover svg {
  transform: scale(0.85);
}
.play a:hover svg path {
  fill: #ffffff;
}
.ready .play {
  opacity: 1;
}
.ready .play a {
  border: 1.2rem solid #d5ff2d;
}
.play svg {
  position: relative;
  left: 0.6rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 641px) {
  .play svg {
    left: 0.8rem;
    width: 6rem;
    height: 6rem;
  }
}
.play svg path {
  fill: #2a2a2a;
}

.overflow {
  display: inline-block;
  overflow: hidden;
}

.underline {
  transition: 0.6s;
  transform: translateY(1rem);
  opacity: 0;
}
.underline.in-view {
  opacity: 1;
  transform: translateY(0);
}
.underline.in-view:before {
  background: #d5ff2d;
  height: 70%;
  opacity: 1;
}
.underline:before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -1.3rem;
  width: calc(100% + 2.6rem);
  background: #f2f2f2;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.6s;
  transition-delay: 0.3s;
}

.line-with-arrow {
  position: relative;
  margin-bottom: 4.5rem;
  font-family: "Gilroy-Bold";
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  color: #2a2a2a;
}
@media (min-width: 1024px) {
  .line-with-arrow {
    margin-bottom: 8.5rem;
  }
}
.line-with-arrow.white {
  color: #ffffff;
}
.line-with-arrow.white svg path {
  stroke: #ffffff;
}
.line-with-arrow.in-view svg {
  transform: none;
  opacity: 1;
}
.line-with-arrow svg {
  position: absolute;
  top: 0.5rem;
  left: -5rem;
  transition: 0.3s;
  transform: translateX(-0.5rem);
  opacity: 0.2;
}
@media (min-width: 641px) {
  .line-with-arrow svg {
    top: 0.9rem;
  }
}

.quote.border {
  border-top: 1px solid #f2f2f2;
  padding-top: 7.5rem;
  margin-top: 7.5rem;
}
@media (min-width: 641px) {
  .quote.border {
    margin-top: 15rem;
    padding-top: 15rem;
  }
}
.quote.pad-bottom {
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .quote.pad-bottom {
    padding-bottom: 10rem;
  }
}
.quote.border-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 7.5rem;
  margin-bottom: 7.5rem;
}
@media (min-width: 641px) {
  .quote.border-bottom {
    margin-bottom: 15rem;
    padding-bottom: 15rem;
  }
}
.quote blockquote {
  font-family: "Gilroy-Bold";
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 1.6em;
}
@media (min-width: 768px) {
  .quote blockquote {
    font-size: 5rem;
  }
}
.quote blockquote.small {
  font-size: 2rem;
}
@media (min-width: 641px) {
  .quote blockquote.small {
    font-size: 3.6rem;
  }
}
.quote blockquote span {
  display: inline-block;
  position: relative;
  margin: 0 0.3rem;
}
.quote blockquote span.in-view:before {
  height: 50%;
  transform: scaleX(1);
}
.quote blockquote span:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -17.5%;
  width: 140%;
  background: #d5ff2d;
  height: 50%;
  z-index: -1;
  transition: 0.6s;
  transform: scaleX(0);
  transform-origin: right center;
  transition-delay: 0.8s;
}
.quote .person {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.quote .person img {
  width: 14rem;
  height: 14rem;
  border-radius: 7rem;
  margin-left: 3rem;
}
@media (min-width: 641px) {
  .quote .person img {
    margin-left: 5rem;
  }
}
.quote .person p {
  color: #2a2a2a;
  margin: 0;
  text-align: right;
}
.quote .person p span {
  position: relative;
  font-family: "Gilroy-Bold";
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .quote .person p span {
    font-size: 2.6rem;
  }
}
.quote .person p span.title {
  font-family: "Inconsolata", monospace;
  font-size: 1.6rem;
  font-weight: 500;
  color: #888888;
  display: block;
  margin-top: 0.7rem;
}
@media (min-width: 768px) {
  .quote .person p span.title {
    font-size: 2rem;
  }
}

.video-wrapper video {
  width: 100% !important;
  height: auto !important;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  padding: 5%;
  background: #2a2a2a;
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
  z-index: 100;
}
.video.close {
  opacity: 0;
  visibility: hidden;
}
.video video {
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.2);
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video-container {
  width: 100%;
  position: relative;
  padding: 88.125% 0 0 0;
}
.video .close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}
.video svg {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: 0.3s;
}
.video svg:hover {
  opacity: 0.4;
}

.brand-break {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0 15rem;
}
.brand-break.border {
  border-top: 2px solid #f2f2f2;
  margin-top: 10rem;
}
.brand-break .line {
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: right;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888888;
  border-right: 4px solid #d5ff2d;
  padding: 2rem 2rem;
  margin-right: 2rem;
}
.brand-break svg {
  width: 12rem;
}

ul.bullet-arrow li {
  position: relative;
  margin-left: 0.6em;
}
@media (min-width: 1024px) {
  ul.bullet-arrow li {
    margin-left: 0.4em;
  }
}
ul.bullet-arrow li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "›";
  font-size: 1.5em;
  line-height: 0.5em;
  color: #d5ff2d;
  margin-left: -0.4em;
}
@media (min-width: 1024px) {
  ul.bullet-arrow li:before {
    margin-left: -0.36em;
  }
}

.slider {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow: hidden;
  max-width: 1920px;
}
@media (min-width: 641px) {
  .slider {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .slider {
    padding-top: 8rem;
  }
}
.slider.newsroom-slider {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.slider.newsroom-slider .slide {
  height: 50rem;
}
.slider.newsroom-slider .slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  border: 0;
}
.slider .slide {
  position: relative;
  overflow: hidden;
  height: 30rem;
}
.slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: 100%;
  background: linear-gradient(16deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 15%, rgba(0, 0, 0, 0) 33%);
  opacity: 0.6;
}
@media (min-width: 641px) {
  .slider .slide {
    height: 50rem;
  }
}
@media (min-width: 1440px) {
  .slider .slide {
    height: 100rem;
  }
}
.slider .slide img {
  width: calc(100% - 1rem);
  margin: 0 auto;
  display: block;
  -o-object-position: top center;
     object-position: top center;
}
.slider .slider-navigation {
  padding-top: 2.8rem;
}
.slider .project-info {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  padding: 1rem 2rem 2rem 3rem;
}
.slider .project-info span {
  display: block;
  color: white;
  font-family: "Gilroy-Bold";
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.slider .project-info span.client {
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 3rem;
}
@media (min-width: 641px) {
  .slider-navigation {
    padding: 0 5rem 3rem;
    justify-content: flex-end;
  }
}
.slider-navigation .prev-arrow, .slider-navigation .next-arrow, .slider-navigation .prev, .slider-navigation .next, .slider-navigation .value-arrow-next, .slider-navigation .value-arrow-prev {
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}
.slider-navigation .prev-arrow:not(.slick-disabled):hover, .slider-navigation .next-arrow:not(.slick-disabled):hover, .slider-navigation .prev:not(.slick-disabled):hover, .slider-navigation .next:not(.slick-disabled):hover, .slider-navigation .value-arrow-next:not(.slick-disabled):hover, .slider-navigation .value-arrow-prev:not(.slick-disabled):hover {
  transform: scale(1.1);
}
.slider-navigation .prev-arrow:not(.slick-disabled):hover svg path, .slider-navigation .next-arrow:not(.slick-disabled):hover svg path, .slider-navigation .prev:not(.slick-disabled):hover svg path, .slider-navigation .next:not(.slick-disabled):hover svg path, .slider-navigation .value-arrow-next:not(.slick-disabled):hover svg path, .slider-navigation .value-arrow-prev:not(.slick-disabled):hover svg path {
  stroke: #d5ff2d;
}
.slider-navigation .prev-arrow.slick-disabled, .slider-navigation .next-arrow.slick-disabled, .slider-navigation .prev.slick-disabled, .slider-navigation .next.slick-disabled, .slider-navigation .value-arrow-next.slick-disabled, .slider-navigation .value-arrow-prev.slick-disabled {
  cursor: default;
  opacity: 0;
  transform: scale(0.8);
}
.slider-navigation .prev-arrow svg, .slider-navigation .next-arrow svg, .slider-navigation .prev svg, .slider-navigation .next svg, .slider-navigation .value-arrow-next svg, .slider-navigation .value-arrow-prev svg {
  height: 3rem;
  width: 3rem;
}
.slider-navigation .prev-arrow svg path, .slider-navigation .next-arrow svg path, .slider-navigation .prev svg path, .slider-navigation .next svg path, .slider-navigation .value-arrow-next svg path, .slider-navigation .value-arrow-prev svg path {
  transition: 0.2s ease-in-out;
}
.slider-navigation .count {
  padding: 0 1.6rem;
  font-family: "Inconsolata", monospace;
  font-size: 1.8rem;
  color: #d5ff2d;
}
.slider-navigation .count span {
  color: #2a2a2a;
  padding: 0 1rem;
}

.expander-contain {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.expander-contain.active .expander {
  transform: scale(1.05) rotate(135deg);
}
.expander-contain:hover span {
  color: #2a2a2a;
  font-weight: 700;
}
.expander-contain:hover.active .expander {
  transform: scale(1.05) rotate(135deg);
}
.expander-contain:hover .expander {
  transform: scale(1.05);
}
.expander-contain span {
  font-family: "Inconsolata", monospace;
  font-size: 1.6rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: #2a2a2a;
  margin-right: 2rem;
  transition: 0.3s;
  text-align: right;
}
.expander-contain .expander {
  height: 3rem;
  width: 3rem;
  border-radius: 1.5rem;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (min-width: 641px) {
  .expander-contain .expander {
    height: 5rem;
    width: 5rem;
    border-radius: 2.5rem;
  }
}
.expander-contain .expander svg {
  height: 1.2rem;
  width: 1.2rem;
}
@media (min-width: 641px) {
  .expander-contain .expander svg {
    height: 2rem;
    width: 2rem;
  }
}
.expander-contain .expander svg path {
  transition: 0.3s;
}

.page-content p, .page-content ul {
  font-size: 1.8rem;
  color: #545454;
  line-height: 1.6em;
  margin-bottom: 2rem;
}
.page-content p.header-small, .page-content ul.header-small {
  font-family: "Gilroy-Bold";
  font-size: 2.9rem;
  font-size: clamp(2.9rem, 6vw, 4.5rem);
  letter-spacing: -0.04em;
  line-height: 1.1em;
  color: #2a2a2a;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .page-content p.header-small, .page-content ul.header-small {
    font-size: 4.5rem;
  }
}
.page-content p.header-large, .page-content ul.header-large {
  font-family: "Gilroy-Bold";
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 8vw, 6rem);
  letter-spacing: -0.04em;
  line-height: 1.1em;
  color: #2a2a2a;
  margin-bottom: 1em;
}
@media (min-width: 641px) {
  .page-content p.header-large, .page-content ul.header-large {
    font-size: 6rem;
  }
}
.page-content video {
  margin-bottom: 5rem;
}
@media (min-width: 641px) {
  .page-content video {
    margin-bottom: 10rem;
  }
}
.page-content .copy-block {
  max-width: 60rem;
  margin-bottom: 10rem;
}
.page-content .copy-block p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page-content .copy-block u {
  -webkit-text-decoration-color: #d5ff2d;
          text-decoration-color: #d5ff2d;
  text-decoration-thickness: 3px;
}
.page-content .copy-block-highlight {
  position: relative;
}
.page-content .copy-block-highlight:before {
  position: absolute;
  top: 0;
  left: calc(-15% + 1.2rem);
  content: "";
  width: 1.2rem;
  height: 100%;
  background: #d5ff2d;
}
@media (min-width: 641px) {
  .page-content .copy-block-highlight:before {
    left: calc(-10% + 1.2rem);
  }
}
.page-content .copy-block-highlight p {
  position: relative;
  font-family: "Gilroy-Bold";
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #2a2a2a;
  margin-bottom: 10rem;
}
@media (min-width: 641px) {
  .page-content .copy-block-highlight p {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .page-content .list-contain {
    display: flex;
    margin-bottom: 10rem;
  }
}
.page-content .list-contain.small {
  font-size: 2rem;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media (min-width: 641px) {
  .page-content .list-contain.small {
    font-size: 3.6rem;
  }
}
.page-content .list-contain.small ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .page-content .list-contain.small ul:last-child {
    margin-left: 12rem;
  }
}
.page-content .list-contain.small li {
  font-family: "Gilroy-Bold";
  margin-bottom: 0.83em;
  margin-left: 1.11em;
  padding-right: 1em;
}
@media (min-width: 641px) {
  .page-content .list-contain.small li {
    padding-right: 0;
  }
}
.page-content .list-contain.small li:before {
  content: "›";
  font-size: 1.55em;
  color: #d9d9d9;
  margin-left: -0.715em;
  padding-right: 0.36em;
  position: relative;
  top: 3px;
}
.page-content .list-contain.inline {
  font-size: 2.6rem;
  font-size: clamp(2.6rem, 8vw, 3.6rem);
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media (min-width: 641px) {
  .page-content .list-contain.inline {
    font-size: 3.6rem;
  }
}
.page-content .list-contain.inline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: none;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .page-content .list-contain.inline ul {
    display: flex;
    margin-bottom: 0;
  }
}
.page-content .list-contain.inline li {
  font-family: "Gilroy-Bold";
  margin-bottom: 3rem;
  margin-left: 4rem;
}
@media (min-width: 1024px) {
  .page-content .list-contain.inline li:not(:last-child) {
    padding-right: 3rem;
  }
}
.page-content .list-contain.inline li:before {
  content: "›";
  font-size: 5.6rem;
  color: #d5ff2d;
  margin-left: -4rem;
  padding-right: 2rem;
  position: relative;
  top: 5px;
}
.page-content .list-contain.light {
  font-size: 2rem;
  font-size: clamp(2rem, 5vw, 2.5rem);
  line-height: 1.4em;
  letter-spacing: -0.03em;
}
@media (min-width: 641px) {
  .page-content .list-contain.light {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page-content .list-contain.light {
    display: flex;
  }
}
.page-content .list-contain.light ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-content .list-contain.light ul:last-child {
    margin-left: 12rem;
  }
}
.page-content .list-contain.light li {
  font-family: "Gilroy-Regular";
  margin-bottom: 1.2em;
  margin-left: 1.6em;
  max-width: 32rem;
}
.page-content .list-contain.light li:before {
  position: relative;
  top: 1.4rem;
  content: "›";
  font-family: "Gilroy-Bold";
  font-size: 2.8em;
  color: #d5ff2d;
  margin-left: -0.57em;
  padding-right: 0.21em;
}
.page-content .list-contain ul {
  max-width: 39rem;
}
.page-content .list-contain ul.large {
  font-size: 6rem;
  font-size: clamp(3.6rem, 8vw, 6rem);
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media (min-width: 1024px) {
  .page-content .list-contain ul.large {
    font-size: 6rem;
  }
}
.page-content .list-contain ul.large:last-child {
  margin-bottom: 10rem;
}
@media (min-width: 1024px) {
  .page-content .list-contain ul.large:last-child {
    margin-left: 12rem;
  }
}
.page-content .list-contain ul.large li {
  font-family: "Gilroy-Bold";
  margin-bottom: 0.5em;
  margin-left: 0.9em;
}
.page-content .list-contain ul.large li:before {
  content: "›";
  font-size: 1.333em;
  color: #d5ff2d;
  margin-left: -0.75em;
  padding-right: 0.426em;
}
.page-content .list-contain ul.small-type {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 6vw, 4rem);
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .page-content .list-contain ul.small-type {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-content .list-contain ul.small-type:last-child {
    margin-left: 12rem;
  }
}
.page-content .list-contain ul.small-type li {
  font-family: "Gilroy-Bold";
  margin-bottom: 3rem;
  margin-left: 5rem;
}
.page-content .list-contain ul.small-type li:before {
  content: "›";
  font-size: 1.5em;
  color: #d5ff2d;
  margin-left: -5rem;
  padding-right: 2.5rem;
  position: relative;
  top: 3px;
}
.page-content .list-contain a {
  text-decoration: underline;
  -webkit-text-decoration-color: #d9d9d9;
          text-decoration-color: #d9d9d9;
  text-decoration-thickness: 3px;
  transition: 0.6s;
}
.page-content .list-contain a:hover {
  -webkit-text-decoration-color: #888888;
          text-decoration-color: #888888;
}
.page-content .list-with-bg {
  background: #f2f2f2;
  padding: 8rem 0 5rem 0;
  margin-bottom: 4rem;
}
@media (min-width: 641px) {
  .page-content .list-with-bg {
    padding: 15rem 0 5rem 0;
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .page-content .list-with-bg {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-content .list-with-bg .list-contain ul {
  padding-left: 5%;
}
@media (min-width: 768px) {
  .page-content .list-with-bg .list-contain ul {
    padding-left: 0;
  }
}
.page-content .list-with-bg .line-with-arrow {
  margin-left: 10%;
}
@media (min-width: 641px) {
  .page-content .list-with-bg .line-with-arrow {
    margin-left: 0;
  }
}
.page-content .call-out {
  padding-top: 5rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 641px) {
  .page-content .call-out {
    padding-top: 9.5rem;
    padding-bottom: 4.5rem;
  }
}
.page-content .call-out.prev--copy_block {
  padding-top: 0;
}
.page-content .call-out p {
  font-family: "Gilroy-Bold";
  font-size: 2.6rem;
  font-size: clamp(2.6rem, 7vw, 4rem);
  max-width: 82rem;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: #2a2a2a;
}
@media (min-width: 641px) {
  .page-content .call-out p {
    font-size: 4rem;
  }
}
.page-content .call-out.large p {
  font-size: 5rem;
  font-size: clamp(3.2rem, 7vw, 5rem);
  line-height: 1.2;
}
.page-content .image-full {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 641px) {
  .page-content .image-full {
    padding-bottom: 6rem;
  }
}
.page-content .image-full.prev--image_split, .page-content .image-full.prev--image_full {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .image-full.prev--image_split, .page-content .image-full.prev--image_full {
    padding-top: 0.5rem;
  }
}
.page-content .image-full.next--image_split, .page-content .image-full.next--image_full {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .image-full.next--image_split, .page-content .image-full.next--image_full {
    padding-bottom: 1rem;
  }
}
.page-content .image-full figure {
  display: flex;
}
.page-content .image-split {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-content .image-split {
    padding-bottom: 6rem;
    display: flex;
    justify-content: space-between;
  }
}
.page-content .image-split.prev--image_split, .page-content .image-split.prev--image_full {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .image-split.prev--image_split, .page-content .image-split.prev--image_full {
    padding-top: 0.5rem;
  }
}
.page-content .image-split.next--image_split, .page-content .image-split.next--image_full {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .image-split.next--image_split, .page-content .image-split.next--image_full {
    padding-bottom: 1rem;
  }
}
.page-content .image-split figure {
  display: flex;
}
.page-content .image-split figure:first-child {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .image-split figure:first-child {
    padding-bottom: 0;
  }
}
.page-content .image-split figure:last-child {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .page-content .image-split figure:last-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .page-content .image-split figure {
    width: calc(50% - 10px);
  }
}

.articles-contain {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.articles-contain .articles-headline {
  padding: 10rem 8% 0;
}
.articles-contain .articles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media (min-width: 641px) {
  .articles-contain .articles {
    justify-content: flex-start;
  }
}
.articles-contain .articles a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10rem 5% 5rem;
  margin-bottom: 2%;
  overflow: hidden;
  flex: auto;
}
@media (min-width: 650px) {
  .articles-contain .articles a {
    width: 100%;
    margin: 0 1% 2%;
    padding: 20rem 5% 5rem;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .articles-contain .articles a {
    width: 31.33%;
    padding: 30rem 5% 5rem;
  }
}
@media (min-width: 1440px) {
  .articles-contain .articles a {
    padding-top: 40rem;
  }
}
.articles-contain .articles a.featured-article {
  padding: 30rem 5% 5rem;
  flex-basis: 100%;
}
@media (min-width: 641px) {
  .articles-contain .articles a.featured-article {
    padding: 50rem 5% 5rem;
  }
}
.articles-contain .articles a.featured-article:after {
  left: 5%;
}
.articles-contain .articles a.featured-article .title {
  font-size: 6rem;
  max-width: 80rem;
}
.articles-contain .articles a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 100%;
  max-width: 80%;
  height: 1.4rem;
  background: #d5ff2d;
}
.articles-contain .articles a:before {
  content: "";
  height: calc(100% - 0.7rem);
  background: #000000;
}
.articles-contain .articles a:hover img {
  transform: scale(1.1);
  opacity: 0.4;
}
.articles-contain .articles a img {
  display: flex;
  transition: 0.6s;
  height: calc(100% - 0.7rem);
  transform-origin: bottom center;
  opacity: 0.6;
}
.articles-contain .articles a .type {
  position: relative;
  font-family: "Inconsolata", monospace;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  font-weight: 700;
  color: white;
  display: block;
  margin-bottom: 1rem;
}
.articles-contain .articles a .title {
  position: relative;
  font-family: "Gilroy-Bold";
  font-size: 7.3vw;
  letter-spacing: -0.04em;
  line-height: 1;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #ffffff;
  max-width: 45rem;
}
@media (min-width: 641px) {
  .articles-contain .articles a .title {
    font-size: 3.9rem;
  }
}
@media (min-width: 1024px) {
  .articles-contain .articles a .title {
    font-size: 3.5rem;
    max-width: 40rem;
  }
}
@media (min-width: 1440px) {
  .articles-contain .articles a .title {
    font-size: 3.8rem;
  }
}
.articles-contain .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10rem;
}

.cards-contain {
  padding-top: 12rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cards-contain.newsroom {
  padding-top: 0;
}
.cards-contain .card {
  flex-basis: 100%;
}
@media (min-width: 641px) {
  .cards-contain .card {
    flex-basis: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 1024px) {
  .cards-contain .card {
    flex-basis: 32%;
    margin-right: 2%;
  }
  .cards-contain .card:nth-child(3n) {
    margin-right: 0;
  }
}
.cards-contain a {
  display: block;
}
.cards-contain figure {
  width: 100%;
  height: 32rem;
  background: gray;
}
.cards-contain .copy-contain {
  display: inline-block;
  position: relative;
}
.cards-contain .copy-contain::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 1.9rem;
  height: 1.4rem;
  background: #d5ff2d;
  width: 20rem;
}
.cards-contain .copy {
  position: relative;
  padding: 3rem 0 6rem 2rem;
  display: inline-block;
  max-width: 35rem;
}
.cards-contain .copy .headline-label {
  display: block;
  font-family: "Inconsolata", monospace;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
}
.cards-contain .copy .title {
  display: block;
  font-family: "Gilroy-Bold";
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 8vw, 3.5rem);
  text-decoration: underline;
  -webkit-text-decoration-color: #d9d9d9;
          text-decoration-color: #d9d9d9;
  text-decoration-thickness: 2px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #2a2a2a;
  padding-right: 2rem;
}
@media (min-width: 641px) {
  .cards-contain .copy .title {
    font-size: 3.5rem;
  }
}

.follow-our-journey {
  padding: 5rem 0;
}
@media (min-width: 641px) {
  .follow-our-journey {
    padding: 10rem 0;
  }
}
.follow-our-journey.bg-gray {
  background-color: #f2f2f2;
}
#social .follow-our-journey {
  border-top: none;
}
#social .follow-our-journey .headline {
  display: none;
}
.follow-our-journey .headline {
  font-family: "Gilroy-Bold";
  font-size: 4rem;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 641px) {
  .follow-our-journey .headline {
    margin-bottom: 8rem;
  }
}
.follow-our-journey .follow-our-journey-posts-contain {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.follow-our-journey .post {
  position: relative;
  width: calc(33% - 1rem);
  padding-bottom: calc(33% - 1rem);
  margin: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 641px) {
  .follow-our-journey .post {
    width: calc(25% - 1rem);
    padding-bottom: calc(25% - 1rem);
  }
}
@media (min-width: 1024px) {
  .follow-our-journey .post {
    width: calc(16.666667% - 1rem);
    padding-bottom: calc(16.666667% - 1rem);
  }
}
@media (min-width: 1024px) {
  .follow-our-journey .post.large {
    width: calc(25% - 1rem);
    padding-bottom: calc(25% - 1rem);
  }
}
.follow-our-journey .post-break {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 8rem 10%;
}
@media (min-width: 1280px) {
  .follow-our-journey .post-break {
    padding: 20rem 10%;
    flex-direction: row;
    justify-content: center;
  }
}
.follow-our-journey .post-break .social {
  width: 100%;
  margin-right: 10%;
  margin-top: 5rem;
}
@media (min-width: 1280px) {
  .follow-our-journey .post-break .social {
    margin-bottom: 0;
    margin-top: 10rem;
    max-width: 46rem;
  }
}
.follow-our-journey .post-break .social p {
  font-family: "Gilroy-Bold";
  font-size: 8vw;
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin-bottom: 3rem;
}
@media (min-width: 641px) {
  .follow-our-journey .post-break .social p {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  .follow-our-journey .post-break .social p {
    font-size: 9rem;
  }
}
.follow-our-journey .post-break .social .social-icons a {
  margin-right: 3rem;
  opacity: 0.8;
}
.follow-our-journey .post-break .social .social-icons a:hover {
  opacity: 1;
}
.follow-our-journey .post-break .careers-callout {
  width: 100%;
  margin-bottom: 5rem;
}
.follow-our-journey .post-break .careers-callout p {
  font-family: "Gilroy-Bold";
  font-size: 3rem;
  letter-spacing: -0.04em;
  margin-bottom: 5rem;
}
@media (min-width: 641px) {
  .follow-our-journey .post-break .careers-callout p {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .follow-our-journey .post-break .careers-callout p {
    font-size: 4rem;
    max-width: 50rem;
  }
}
.post-active .follow-our-journey .post {
  cursor: auto;
}
.follow-our-journey .post-content .post-arrows {
  display: none;
}
.follow-our-journey .post-content.active {
  position: fixed;
  top: 5%;
  left: 5%;
  height: 90vh;
  width: 90vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .follow-our-journey .post-content.active {
    flex-direction: row;
  }
}
.follow-our-journey .post-content.active:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}
.follow-our-journey .post-content.active figure {
  position: relative;
  height: 90vw;
  width: 100%;
  background: #000;
}
@media (min-width: 641px) {
  .follow-our-journey .post-content.active figure {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .follow-our-journey .post-content.active figure {
    max-height: 60rem;
    width: auto;
    overflow: hidden;
  }
}
.follow-our-journey .post-content.active figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .follow-our-journey .post-content.active figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.follow-our-journey .post-content.active .post-slider, .follow-our-journey .post-content.active .post-slider div {
  height: 90vw;
}
@media (min-width: 1024px) {
  .follow-our-journey .post-content.active .post-slider, .follow-our-journey .post-content.active .post-slider div {
    width: calc(70vw - 30rem);
    max-width: 60rem;
    height: 100%;
  }
}
.follow-our-journey .post-content.active .post-arrows {
  display: flex;
  position: absolute;
  bottom: auto;
  top: 50%;
  width: calc(100% - 1rem);
}
.follow-our-journey .post-content.active .post-arrows button {
  cursor: pointer;
  display: block;
  pointer-events: auto;
}
.follow-our-journey .post-content.active .post-arrows button svg {
  height: 3.5rem;
  width: 3.5rem;
}
.follow-our-journey .post-content.active .slides--1 .post-arrows {
  display: none;
}
.follow-our-journey .post-content.active .slides--1 .post-arrows button {
  display: none;
}
.follow-our-journey .post-arrows {
  display: none;
}
.follow-our-journey .post-slider, .follow-our-journey .post-slider div {
  height: 100%;
}
.follow-our-journey figure {
  height: 100%;
  width: 100%;
}
.follow-our-journey figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.follow-our-journey .copy {
  position: relative;
  color: #2a2a2a;
  background: white;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: none;
  align-items: flex-start;
}
.post-active .follow-our-journey .copy {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .follow-our-journey .copy {
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .follow-our-journey .copy {
    justify-content: flex-end;
    max-height: 60rem;
    max-width: 30rem;
    padding: 2.5%;
  }
}
.follow-our-journey .copy a {
  -webkit-text-decoration-color: #d5ff2d;
          text-decoration-color: #d5ff2d;
  text-decoration-thickness: 2px;
}
.follow-our-journey .copy p {
  font-size: 1.4rem;
}
@media (min-width: 641px) {
  .follow-our-journey .copy p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .follow-our-journey .copy {
    max-width: 30rem;
  }
}
.follow-our-journey .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
}

.follow-social {
  text-align: center;
  padding: 4rem 0;
}
.follow-social .social {
  width: 100%;
}
.follow-social .social p {
  font-family: "Gilroy-Bold";
  font-size: 8vw;
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin-bottom: 3rem;
}
@media (min-width: 641px) {
  .follow-social .social p {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  .follow-social .social p {
    font-size: 9rem;
  }
}
.follow-social .social .social-icons a {
  margin-right: 3rem;
  opacity: 0.8;
}
.follow-social .social .social-icons a:hover {
  opacity: 1;
}

.post-active {
  overflow: hidden;
}

.post-arrows {
  width: 15rem;
  position: fixed;
  top: auto;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
  z-index: 10000;
}
@media (min-width: 641px) {
  .post-arrows {
    top: 50%;
    bottom: auto;
    width: calc(100% - 6rem);
  }
}
.post-active .post-arrows {
  display: flex;
  justify-content: space-between;
}
.post-arrows .prev, .post-arrows .next, .post-arrows .img-prev, .post-arrows .img-next {
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .post-arrows .prev svg circle, .post-arrows .next svg circle, .post-arrows .img-prev svg circle, .post-arrows .img-next svg circle {
    opacity: 1;
  }
}
@media (min-width: 641px) {
  .post-arrows .prev:not([disabled]):hover svg circle, .post-arrows .next:not([disabled]):hover svg circle, .post-arrows .img-prev:not([disabled]):hover svg circle, .post-arrows .img-next:not([disabled]):hover svg circle {
    opacity: 1;
  }
}
.post-arrows .prev[disabled], .post-arrows .next[disabled], .post-arrows .img-prev[disabled], .post-arrows .img-next[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.post-arrows svg {
  height: 5rem;
  width: 5rem;
}
@media (max-width: 640px) {
  .post-arrows svg {
    border-radius: 5rem;
    border: 2px solid white;
  }
}
@media (min-width: 641px) {
  .post-arrows svg {
    height: 6rem;
    width: 6rem;
  }
}
.post-arrows svg circle {
  opacity: 0;
  transition: 0.25s ease-in-out;
}

.close-post {
  position: fixed;
  top: 2.5%;
  right: 2.5%;
  z-index: 99999999;
  cursor: pointer;
  padding: 1.2rem;
  background: black;
  border-radius: 8rem;
  display: none;
  border-radius: 5rem;
  border: 2px solid white;
}
.post-active .close-post {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 641px) {
  .close-post {
    border: none;
    background-color: transparent;
  }
}
.close-post svg {
  width: 1.4rem;
  height: 1.4rem;
}
@media (min-width: 641px) {
  .close-post svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.close-post svg path {
  fill: #ffffff;
  stroke: white;
  stroke-width: 0.05rem;
}

.team-contain {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100vw;
  background: #f2f2f2;
}
.team-contain .quote {
  position: absolute;
  left: 0;
  height: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5vw;
  transition: 0.3s;
  background: #ffffff;
  opacity: 0;
  z-index: -1000;
}
.team-contain .quote blockquote {
  margin-bottom: 0;
  max-width: 104rem;
}
.team-contain .team-member-contain {
  transition: 0.3s;
}
.team-contain .team-member-contain.has-quote {
  cursor: pointer;
}
.team-contain .team-member-contain.show-quote {
  padding-bottom: 28rem;
}
@media (min-width: 641px) {
  .team-contain .team-member-contain.show-quote {
    padding-bottom: 40rem;
  }
}
.team-contain .team-member-contain.show-quote .quote {
  height: 28rem;
  z-index: 1;
  opacity: 1;
}
@media (min-width: 641px) {
  .team-contain .team-member-contain.show-quote .quote {
    height: 40rem;
  }
}
.team-contain .team-member-contain.show-quote .quote-arrow {
  opacity: 0;
  transform: rotate(270deg);
}
.team-contain .team-member-contain.show-quote .team-member:after {
  bottom: 0;
}
.team-contain .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 50vw;
  height: 50vw;
  background: #2A2A2C;
  transition: 0.3s;
  text-align: center;
  padding: 20px;
}
.team-contain .team-member:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.5rem 2rem;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  bottom: -2.5rem;
}
@media (min-width: 641px) {
  .team-contain .team-member {
    width: 33.33vw;
    height: 33.33vw;
  }
}
@media (min-width: 1024px) {
  .team-contain .team-member {
    width: 20vw;
    height: 20vw;
  }
}
.team-contain .team-member:hover .b-lazy {
  transform: scale(1.1);
}
.team-contain .team-member:hover .b-lazy.b-loaded {
  opacity: 0.5;
}
.team-contain .team-member:hover .name {
  color: #d5ff2d;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
  opacity: 1;
  letter-spacing: -0.04em;
}
.team-contain .team-member:hover .title {
  transform: none;
  color: #ffffff;
  font-family: "Inconsolata", monospace;
  transition-delay: 0.1s;
  opacity: 1;
}
.team-contain .team-member:hover .expander-arrow {
  opacity: 1;
  position: relative;
}
.team-contain .team-member:hover .expander-arrow svg {
  width: 3rem;
}
.team-contain .team-member .b-lazy {
  transition: 0.3s;
  opacity: 0;
  display: block;
}
.team-contain .team-member .b-lazy.b-loaded {
  opacity: 1;
}
.team-contain .team-member p {
  position: relative;
  line-height: 1;
  max-width: 240px;
}
.team-contain .team-member p .name {
  display: block;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  color: #545454;
  font-size: 2.2rem;
  font-weight: 700;
  transform: translateY(10px);
  transition: 0.4s;
  opacity: 0;
  font-family: "Gilroy-Bold";
  letter-spacing: -0.04em;
  padding-bottom: 1.5rem;
}
.team-contain .team-member p .title {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
  text-tansform: capitalize;
  font-family: "Inconsolata", monospace;
  transform: translateY(10px);
  transition: 0.4s;
  opacity: 0;
}
.team-contain .team-member .expander-arrow {
  transition: 0.6s;
  margin-top: 1.8rem;
  opacity: 0;
}

.image-with-text-overlap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 641px) {
  .image-with-text-overlap {
    min-height: 60rem;
  }
}
@media (min-width: 1024px) {
  .image-with-text-overlap {
    min-height: 82rem;
  }
}
.image-with-text-overlap .carousel .slick-list, .image-with-text-overlap .carousel .slick-track, .image-with-text-overlap .carousel .slick-slide div {
  height: 100%;
}
.image-with-text-overlap p {
  position: relative;
  padding: 25rem 0 2rem 0;
  font-size: 13vw;
  font-family: "Gilroy-Bold";
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: #ffffff;
}
@media (min-width: 641px) {
  .image-with-text-overlap p {
    font-size: 8.5rem;
    padding: 43rem 0 2rem 0;
    max-width: 75rem;
  }
}
@media (min-width: 1024px) {
  .image-with-text-overlap p {
    max-width: 95rem;
    font-size: 14rem;
    padding: 54rem 0 5% 5%;
  }
}

.together {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (min-width: 641px) {
  .together {
    margin-top: 15rem;
  }
}
@media (min-width: 768px) {
  .together {
    margin-top: 20rem;
  }
}
.together .quote-video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 10rem;
}
.together .quote-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 549px) {
  .together .quote-video .play a {
    height: 10rem;
    width: 10rem;
  }
  .ready .together .quote-video .play a {
    border: 0.6rem solid #d5ff2d;
  }
  .together .quote-video .play a svg {
    height: 4rem;
    width: 4rem;
  }
}
.together .quote.first {
  margin-bottom: 10rem;
}

h1 {
  font-family: "Gilroy-Bold";
  font-size: 12vw;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #2a2a2a;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media (min-width: 641px) {
  h1 {
    font-size: 10vw;
    margin-bottom: 10rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 10rem;
  }
}

h2 {
  font-family: "Gilroy-Bold";
  font-size: 8vw;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #2a2a2a;
  padding: 0;
}
@media (min-width: 641px) {
  h2 {
    font-size: 4.5rem;
  }
}

.label {
  font-size: 1.5rem;
}
@media (min-width: 641px) {
  .label {
    font-size: 2rem;
  }
}

p {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Gilroy-Regular";
}
p.heading {
  font-family: "Gilroy-Bold";
  font-size: 6.5vw;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #2a2a2a;
}
@media (min-width: 641px) {
  p.heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  p.heading {
    font-size: 5.5rem;
  }
}

.about-the-award {
  padding: 7rem 0;
}
@media (min-width: 1024px) {
  .about-the-award {
    padding: 12rem 0;
  }
}
.about-the-award .heading {
  margin-bottom: 3rem;
  max-width: 74rem;
}
@media (min-width: 641px) {
  .about-the-award .heading {
    margin-bottom: 5rem;
  }
}
.about-the-award .copy-contain {
  max-width: 56rem;
}
.about-the-award .copy-contain p {
  margin-bottom: 2rem;
}
.about-the-award .copy-contain p:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .about-the-award .copy-contain p {
    margin-bottom: 3rem;
  }
}

@media (min-width: 641px) {
  .dennys-traits {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .dennys-traits .traits-contain {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.dennys-traits .bg-gray {
  padding: 8rem 0;
  background: #f2f2f2;
}
@media (min-width: 1024px) {
  .dennys-traits .bg-gray {
    padding: 20rem 0 15rem 0;
  }
}
.dennys-traits .list-contain {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 1024px) {
  .dennys-traits .list-contain {
    flex-direction: row;
    margin-bottom: 10rem;
    padding-bottom: 10rem;
  }
}
.dennys-traits .list-contain ul.large {
  font-size: 3.6rem;
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media (min-width: 641px) {
  .dennys-traits .list-contain ul.large {
    font-size: 4.6rem;
  }
}
.dennys-traits .list-contain ul.large li {
  position: relative;
  font-family: "Gilroy-Bold";
  margin-bottom: 3rem;
  margin-left: 5rem;
}
.dennys-traits .list-contain ul.large li:before {
  position: absolute;
  content: "›";
  font-size: 1.33em;
  color: #d9d9d9;
  margin-left: -0.75em;
  padding-right: 0.426em;
}
.dennys-traits .quote {
  position: relative;
  z-index: 1;
}
.dennys-traits .quote blockquote {
  text-align: left;
  padding: 0;
  font-size: 2.5rem;
}
@media (min-width: 641px) {
  .dennys-traits .quote blockquote {
    font-size: 4rem;
  }
}
.dennys-traits .person {
  flex-direction: column;
}
@media (min-width: 641px) {
  .dennys-traits .person {
    flex-direction: row;
  }
}
.dennys-traits .person img {
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .dennys-traits .person img {
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
.dennys-traits .person p {
  margin-right: auto;
  text-align: left;
}
.dennys-traits .heading-contain {
  padding: 7rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 641px) {
  .dennys-traits .heading-contain {
    padding: 15rem 0;
  }
}

.waugh-winner {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .waugh-winner {
    margin-bottom: 10rem;
  }
}
.waugh-winner .heading {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .waugh-winner .heading {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
}
.waugh-winner .border {
  border-bottom: 1px solid #d9d9d9;
}
.waugh-winner .image {
  position: relative;
  margin-bottom: 5rem;
  height: 30rem;
}
@media (min-width: 641px) {
  .waugh-winner .image {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .waugh-winner .image {
    margin-bottom: 10rem;
    height: auto;
  }
}
.waugh-winner .image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
}
.waugh-winner .image .copy {
  position: absolute;
  z-index: 100;
  bottom: 2rem;
  left: 0;
  padding-left: 5%;
}
@media (min-width: 641px) {
  .waugh-winner .image .copy {
    bottom: 4rem;
  }
}
.waugh-winner .image .copy .name {
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "Gilroy-Bold";
  letter-spacing: -0.05em;
  margin-left: -0.4rem;
  line-height: 1;
}
@media (min-width: 641px) {
  .waugh-winner .image .copy .name {
    font-size: 4rem;
  }
}
.waugh-winner .image .copy .title {
  font-family: "Inconsolata", monospace;
  color: #ffffff;
  letter-spacing: -0.05em;
  font-size: 1.5rem;
}
@media (min-width: 641px) {
  .waugh-winner .image .copy .title {
    font-size: 2.2rem;
  }
}
.waugh-winner .quote {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .waugh-winner .quote {
    margin-bottom: 8rem;
  }
}
.waugh-winner .quote blockquote {
  text-align: left;
  padding: 0;
  font-size: 2.4rem;
}
@media (min-width: 641px) {
  .waugh-winner .quote blockquote {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .waugh-winner .quote blockquote {
    font-size: 3.7rem;
  }
}
.waugh-winner .quote .person {
  flex-direction: row;
  margin-bottom: 5rem;
  padding: 0;
}
.waugh-winner .quote .person img {
  margin-left: 0;
  margin-right: 4rem;
}
.waugh-winner .quote .person p {
  text-align: left;
}
.waugh-winner .label {
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.waugh-winner .copy-contain {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.waugh-winner .copy-contain .copy {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 3rem;
}
@media (min-width: 1280px) {
  .waugh-winner .copy-contain .copy {
    padding-left: 0;
    padding-right: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.waugh-winner .copy-contain .copy-block {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .waugh-winner .copy-contain .copy-block {
    margin-bottom: 5rem;
  }
}
.waugh-winner p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #545454;
  max-width: 83rem;
}
@media (min-width: 641px) {
  .waugh-winner p {
    font-size: 2.2rem;
  }
}
.waugh-winner p.copy-block:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.2rem;
  height: 100%;
  background: #d5ff2d;
}

.past-winners {
  padding-bottom: 5rem;
}
@media (min-width: 641px) {
  .past-winners {
    padding-bottom: 10rem;
  }
}
.past-winners .past-winners-contain {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 641px) {
  .past-winners .past-winners-contain {
    margin-bottom: 10rem;
  }
}
.past-winners p {
  font-size: 8.8vw;
}
@media (min-width: 641px) {
  .past-winners p {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .past-winners p {
    font-size: 7.5rem;
  }
}
.past-winners .cards-contain {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .past-winners .cards-contain {
    justify-content: space-between;
  }
}
.past-winners .cards-contain .copy-contain {
  max-width: 29rem;
}
@media (min-width: 641px) {
  .past-winners .cards-contain .copy-contain {
    max-width: 48rem;
  }
}
.past-winners .cards-contain .copy-contain .copy {
  max-width: 47rem;
}
.past-winners .cards-contain .copy-contain .copy .title {
  text-align: left;
  padding-right: 0;
}
.past-winners .cards-contain .card {
  flex-basis: 100%;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .past-winners .cards-contain .card {
    flex-basis: 49%;
  }
}
.past-winners .cards-contain figure {
  height: 40rem;
}
@media (min-width: 641px) {
  .past-winners .cards-contain figure {
    height: 60rem;
  }
}
.past-winners .cards-contain .more-winners {
  display: none;
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .past-winners .cards-contain .more-winners {
    flex-basis: 49%;
  }
}
.past-winners .cta-btn {
  display: flex;
  width: 100%;
  padding-top: 4rem;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 641px) {
  .past-winners .cta-btn {
    padding-top: 8rem;
    margin-top: 5rem;
  }
}
.past-winners .cta-btn button {
  margin: 0 auto;
}
