/* Media variables */

/* Media variables */

@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

@import url("https://fonts.cdnfonts.com/css/andale-mono");

@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

@import url("https://fonts.cdnfonts.com/css/andale-mono");

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-moz-selection {
  background-color: #1ff042;
}

::selection {
  background-color: #1ff042;
}

html {
  scroll-behavior: smooth;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 16px;
  line-height: 1;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  background: unset;
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

p {
  margin-bottom: 0;
}

/*--------------------*/

body {
  position: relative;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
  z-index: 2;
}

.section {
  width: 100%;
  max-width: 1600px;
  padding: 0 118px;
  margin: 0 auto;
}

.section_gutter-large .section__wrapper {
  gap: 40px;
}

.section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.section__title {
  max-width: 1093px;
  margin-left: auto;
}

.title {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  width: 100%;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.tags a:not(.label) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.168px;
  color: #000000;
  border-radius: 100px;
  border: 1px solid #ac2eff;
  padding: 1px 10px;
}

.tags a:not(.label):last-child {
  position: relative;
}

.tags a:not(.label):last-child::after {
  position: absolute;
  content: "...";
  right: -14px;
  bottom: -2px;
}

.tags a:not(.label):hover {
  font-weight: 700;
  border: 0.4px solid #1ff042;
}

.tags a:not(.label):hover::after {
  font-weight: 400;
}

.tags .label {
  line-height: 14px;
  letter-spacing: 0;
  color: #000000;
  border-radius: 0;
  border: 1px solid #ac2eff;
  padding: 4px 7px;
  margin-right: 8px;
}

.tags .label:hover {
  background: #1ff042;
  border: 1px solid #1ff042;
}

.explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.explore:after {
  content: "";
  background: url("../img/icons/arr-bottom.svg") no-repeat right center;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}

.explore span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.explore:hover {
  font-weight: 700;
  border: none;
}

.explore:hover:after {
  background: url("../img/icons/arr-bottom-hover.svg") no-repeat right center;
  background-size: 14px 12px;
}

.explore:hover span {
  border-bottom: 1px solid #1ff042;
}

.grid {
  position: fixed;
  background-image: linear-gradient(to right, #e5e5e5 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  z-index: -1;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-nav::after {
  content: "";
  position: fixed;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

#lightbox-area {
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 880px;
  width: 70%;
  right: 0;
  z-index: 6;
}

.slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}

.slider__buttons a {
  width: 24px;
  height: 21px;
  cursor: pointer;
}

.slider__buttons a.prev {
  background: url("../img/icons/arr-left.svg") no-repeat right center;
  background-size: 24px 21px;
}

.slider__buttons a.next {
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
}

.slider__buttons a:hover.prev {
  background: url("../img/icons/arr-left-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.slider__buttons a:hover.next {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  gap: 4px;
  text-transform: capitalize;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 28px;
  margin: auto;
  z-index: 1;
}

.play span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.play span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.play:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.play:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.play img {
  width: 18px;
  height: 21px;
}

h1 {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

h3 {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

h4 {
  font-size: 34px;
  font-weight: 350;
  line-height: 34px;
}

h5 {
  font-size: 24px;
  font-weight: 350;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #000000;
  margin-bottom: 0;
}

.label {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
}

.label_formatted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.label_formatted:before {
  content: "";
  background: url("../img/icons/rectangle.svg") no-repeat center;
  background-size: 8px;
  width: 8px;
  height: 8px;
}

.lede {
  font-size: 24px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 0.288px;
}

.desktop-text {
  font-size: 18px;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: 0.216px;
}

/* Media variables */

/* Media variables */

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}

.contact-form_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-form_top_left,
.contact-form_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}

.contact-form .field {
  font-weight: 700;
  color: #ffffff;
  background: #000000;
  border-radius: 0;
  border-bottom: 0.6px solid #ffffff;
  padding: 0 0 10px 0;
  caret-color: #ac2eff;
}

.contact-form .field::-webkit-input-placeholder {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-form .field::-moz-placeholder {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-form .field:-ms-input-placeholder {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-form .field::-ms-input-placeholder {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-form .field::placeholder {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-form .field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.contact-form .field:focus::-moz-placeholder {
  opacity: 0;
}

.contact-form .field:focus:-ms-input-placeholder {
  opacity: 0;
}

.contact-form .field:focus::-ms-input-placeholder {
  opacity: 0;
}

.contact-form .field:focus::placeholder {
  opacity: 0;
}

.contact-form .field:not(:focus):not(:-moz-placeholder-shown):invalid {
  background: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.5);
}

.contact-form .field:not(:focus):not(:-ms-input-placeholder):invalid {
  background: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.5);
}

.contact-form .field:not(:focus):not(:placeholder-shown):invalid {
  background: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.5);
}

.contact-form .field:hover,
.contact-form .field:focus {
  border-bottom: 0.6px solid #1ff042;
}

.contact-form select.field {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/icons/arr-bottom-trimmed.svg");
  background-repeat: no-repeat;
  background-position-y: 6px;
  text-indent: 1px;
  text-overflow: "";
  padding: 0 0 10px 0;
  cursor: pointer;
}

.contact-form select.field#budget {
  background-position-x: 70px;
}

.contact-form select.field#timeline {
  background-position-x: 85px;
}

.contact-form select.field::-ms-expand {
  display: none;
}

.contact-form textarea {
  min-height: 168px;
}

.contact-form textarea::-webkit-scrollbar {
  background: #acacac;
  width: 2px !important;
}

.contact-form textarea::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.contact-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form__buttons #submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ac2eff;
  background-color: #000000;
  background-image: url("../img/icons/arr-right-white.svg");
  background-position: center right 34px;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  padding: 15px 70px 15px 34px;
  cursor: pointer;
}

.contact-form__buttons #submit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.contact-form__buttons #submit span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.contact-form__buttons #submit:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.contact-form__buttons #submit:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.contact-form__buttons #submit:hover {
  background-image: url("../img/icons/arr-right-white-hover.svg");
}

.contact-form__buttons label.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 2px;
  border: 0.6px solid #e5e5e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 14px;
  cursor: pointer;
}

.contact-form__buttons label.label:after {
  content: "";
  background: url("../img/icons/plus.svg") no-repeat right center;
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.contact-form__buttons label.label:hover {
  border: 1px solid #1ff042;
}

.contact-form__buttons label.label:hover:after {
  background: url("../img/icons/plus-hover.svg") no-repeat right center;
  background-size: 14px;
}

.contact-form__buttons input[type=file] {
  max-width: 75px;
  padding-top: 5px;
}

.contact-form__buttons .image-upload {
  text-align: end;
}

.contact-form__buttons input::-webkit-file-upload-button {
  display: none;
}

.contact-form__buttons input::file-selector-button {
  display: none;
}

/* Media variables */

/* Media variables */

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.case--custom-spacing {
  gap: 12px;
}

.case__image-wrapper:hover + .case__title {
  border-bottom: 2px solid #1ff042;
}

.case__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #000000;
  border-bottom: 2px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.case__title:hover {
  border-bottom: 2px solid #1ff042;
}

.case__image {
  aspect-ratio: 1.777;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  width: 100%;
  max-width: 1095px;
}

.case__image_square {
  aspect-ratio: 1;
}

.case__image_large {
  max-width: 818px;
}

.case__image_medium {
  max-width: 535px;
}

.case__image-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: none;
}

/* Media variables */

.challengles {
  margin-bottom: 42px;
}

.challengles__title {
  text-wrap: balance;
  max-width: 1600px;
  padding: 0 118px 40px;
  margin: 0 auto;
}

.challengles .slick-list {
  padding: 0 20% 0 0;
}

.challengles .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.challengles .slider__buttons {
  padding-top: 60px;
}

.challengles .slider .slick-slide {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: 100% !important;
  max-width: 497px !important;
  padding: 48px 40px;
  margin: 20px;
}

.challengles .slider h4 {
  position: relative;
  padding-top: 23.5px;
}

.challengles .slider h4:before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icons/quotes.svg");
  width: 18px;
  height: 13.5px;
  top: 0;
  left: 0;
}

.cursor-tracker,
.article-cursor-tracker {
  display: none;
  position: fixed;
  border-radius: 100px;
  border: 1px solid #000000;
  background: #ffffff;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 175px;
  padding: 12px 0;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
}

.cursor-tracker .button_inner_scrolling,
.article-cursor-tracker .button_inner_scrolling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cursor-tracker span,
.article-cursor-tracker span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  margin: 0 6px;
}

.cursor-tracker span img,
.article-cursor-tracker span img {
  width: 12px;
  height: 10px;
}

.button_inner > .button_inner_scrolling {
  -webkit-animation: scroll-left var(--marquee-speed) linear infinite;
          animation: scroll-left var(--marquee-speed) linear infinite;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

/* Media variables */

.footer {
  background: #000000;
  padding: 113px 0 112px;
}

.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 110px;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  color: #ffffff;
}

.footer_top_right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  width: 100%;
  max-width: 433px;
}

.footer_top_left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.footer_top_left-info .email,
.footer_top_left-info .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.footer_top_left-info .email a,
.footer_top_left-info .phone a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  white-space: nowrap;
  color: #ffffff;
  border-radius: 100px;
  border: 1px solid #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 19px;
}

.footer_top_left-info .email a:hover,
.footer_top_left-info .phone a:hover {
  border: 1px solid #1ff042;
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 16px;
}

.footer_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #ffffff;
}

.footer_bottom_left a {
  color: #ffffff;
}

.footer_bottom_left a:hover {
  border-bottom: 1px solid #1ff042;
}

.footer_bottom_right .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer_bottom_right .social img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 20px;
  height: 20px;
}

.footer h2 {
  text-wrap: balance;
  color: #ffffff;
}

.footer h2 strong {
  color: #ac2eff;
}

/* Media variables */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 152px;
  width: 100%;
  max-width: 1404px;
  padding: 59px 20px;
  margin: 0 auto;
}

.header__wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header .logo {
  width: 171px;
  height: 60px;
}

.header .header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header .header__nav a {
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2px solid transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header .header__nav a:hover {
  font-weight: 700;
  border-bottom: 2px solid #ac2eff;
}

.header .header__nav .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.192px;
  text-transform: uppercase;
  color: #000000;
  border-radius: 100px;
  border: 1px solid #acacac;
  background: #ffffff;
  padding: 2px 17px;
  max-width: 81px;
  margin-left: auto;
}

.header .header__nav .more-link:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.header.transparent {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.header.transparent .logo {
  background: url("../img/logo-white.svg") no-repeat center;
  background-size: 121px 46px;
  width: 121px;
  height: 46px;
}

.header.transparent .header__wrapper {
  background: transparent;
  gap: 113px;
}

.header.transparent .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.transparent .header__nav a {
  color: #ffffff;
}

.header.transparent .header__nav .more-link {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

.header.regular .logo {
  width: 121px;
  height: 46px;
}

.header.regular .header__wrapper {
  gap: 113px;
}

.header.regular .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrolled .header__wrapper {
  padding: 25px 20px;
}

.scrolled .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrolled .header.transparent {
  background: transparent;
}

.scrolled .header.transparent .logo {
  background: url("../img/logo.svg") no-repeat center;
  background-size: 121px 46px;
}

.scrolled .header.transparent .header__nav a {
  color: #000000;
}

.scrolled .header.transparent .header__nav .more-link {
  color: #000000;
  background: #ffffff;
  border: 1px solid #acacac;
}

.scrolled .banner__nav {
  display: none;
}

/* Media variables */

.hero h1 {
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  max-width: 1364px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.hero__image {
  aspect-ratio: 1.77;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero__content {
  position: relative;
  color: #ffffff;
  background: #000000;
  width: 94.375%;
  padding: 86px 73px 82px;
  margin: -170px auto 0;
}

.hero__content > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 898px;
  margin: 0 auto;
  z-index: 1;
}

.hero__content .hero__accordion .tags {
  gap: 20px;
}

.hero__content .hero__accordion .tags a,
.hero__content .hero__accordion .tags a:not(.label) {
  color: #ffffff;
}

.hero__content .hero__accordion .tags a:not(.label):last-child::after {
  display: none;
}

.hero__content::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__accordion-text {
  display: none;
}

.hero__accordion-text > *:not(:last-child) {
  margin-bottom: 24px;
}

.hero__accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #ffffff;
  padding: 11px 21px;
}

.hero__accordion-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.hero__accordion-button span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.hero__accordion-button:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.hero__accordion-button:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.hero__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #ffffff;
}

.hero__link.less:after {
  background: url("../img/icons/minus.svg") no-repeat center;
  background-size: 14px;
}

.hero__link:after {
  content: "";
  background: url("../img/icons/plus-purple.svg") no-repeat center;
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.hero__link span {
  border-bottom: 1px solid transparent;
}

.hero__link.less:hover:after {
  background: url("../img/icons/minus-hover.svg") no-repeat center;
  background-size: 14px;
}

.hero__link:hover span {
  border-bottom: 1px solid #1ff042;
}

.hero__link:hover:after {
  background: url("../img/icons/plus-hover.svg") no-repeat center;
  background-size: 14px;
}

/* Media variables */

.hero-no-bg__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 159px;
  height: 100vh;
  padding-bottom: 124px;
}

.hero-no-bg + section {
  margin-top: -100px;
}

/* Media variables */

/* Media variables */

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-moz-selection {
  background-color: #1ff042;
}

::selection {
  background-color: #1ff042;
}

html {
  scroll-behavior: smooth;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 16px;
  line-height: 1;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  background: unset;
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

p {
  margin-bottom: 0;
}

/*--------------------*/

body {
  position: relative;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
  z-index: 2;
}

.section {
  width: 100%;
  max-width: 1600px;
  padding: 0 118px;
  margin: 0 auto;
}

.section_gutter-large .section__wrapper {
  gap: 40px;
}

.section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.section__title {
  max-width: 1093px;
  margin-left: auto;
}

.title {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  width: 100%;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.tags a:not(.label) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.168px;
  color: #000000;
  border-radius: 100px;
  border: 1px solid #ac2eff;
  padding: 1px 10px;
}

.tags a:not(.label):last-child {
  position: relative;
}

.tags a:not(.label):last-child::after {
  position: absolute;
  content: "...";
  right: -14px;
  bottom: -2px;
}

.tags a:not(.label):hover {
  font-weight: 700;
  border: 0.4px solid #1ff042;
}

.tags a:not(.label):hover::after {
  font-weight: 400;
}

.tags .label {
  line-height: 14px;
  letter-spacing: 0;
  color: #000000;
  border-radius: 0;
  border: 1px solid #ac2eff;
  padding: 4px 7px;
  margin-right: 8px;
}

.tags .label:hover {
  background: #1ff042;
  border: 1px solid #1ff042;
}

.explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.explore:after {
  content: "";
  background: url("../img/icons/arr-bottom.svg") no-repeat right center;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}

.explore span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.explore:hover {
  font-weight: 700;
  border: none;
}

.explore:hover:after {
  background: url("../img/icons/arr-bottom-hover.svg") no-repeat right center;
  background-size: 14px 12px;
}

.explore:hover span {
  border-bottom: 1px solid #1ff042;
}

.grid {
  position: fixed;
  background-image: linear-gradient(to right, #e5e5e5 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  z-index: -1;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-nav::after {
  content: "";
  position: fixed;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

#lightbox-area {
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 880px;
  width: 70%;
  right: 0;
  z-index: 6;
}

.slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}

.slider__buttons a {
  width: 24px;
  height: 21px;
  cursor: pointer;
}

.slider__buttons a.prev {
  background: url("../img/icons/arr-left.svg") no-repeat right center;
  background-size: 24px 21px;
}

.slider__buttons a.next {
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
}

.slider__buttons a:hover.prev {
  background: url("../img/icons/arr-left-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.slider__buttons a:hover.next {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  gap: 4px;
  text-transform: capitalize;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 28px;
  margin: auto;
  z-index: 1;
}

.play span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.play span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.play:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.play:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.play img {
  width: 18px;
  height: 21px;
}

h1 {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

h3 {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

h4 {
  font-size: 34px;
  font-weight: 350;
  line-height: 34px;
}

h5 {
  font-size: 24px;
  font-weight: 350;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #000000;
  margin-bottom: 0;
}

.label {
  font-family: "Andale Mono", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase;
}

.label_formatted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.label_formatted:before {
  content: "";
  background: url("../img/icons/rectangle.svg") no-repeat center;
  background-size: 8px;
  width: 8px;
  height: 8px;
}

.lede {
  font-size: 24px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 0.288px;
}

.desktop-text {
  font-size: 18px;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: 0.216px;
}

.main-nav {
  position: fixed;
  display: none;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 7;
}

.main-nav.open {
  display: block;
}

.main-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  padding: 60px 116px 90px 120px;
  margin: 0 auto;
}

.main-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav__top .logo-mini {
  width: 40px;
  height: 40px;
}

.main-nav__top .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 9px 19px;
}

.main-nav__top .close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.main-nav__top .close span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.main-nav__top .close:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.main-nav__top .close:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.main-nav__top .close:before {
  content: "";
  background: url("../../img/icons/cross.svg") no-repeat center;
  background-size: 10px;
  width: 10px;
  height: 10px;
}

.main-nav__top .close:hover:before {
  background: url("../../img/icons/cross-hover.svg") no-repeat center;
  background-size: 10px;
}

.main-nav__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
  margin-top: auto;
}

.main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.main-nav .menu__link {
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-nav .menu__link:hover {
  background-size: 100% 12%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 15%;
  background-image: repeating-linear-gradient(90deg, #1ff042 0px, #1ff042 100px);
}

.main-nav .menu_primary .menu__link {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.main-nav .menu_secondary {
  padding-top: 38px;
}

.main-nav .menu_secondary .menu__link {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.main-nav .menu_tertiary {
  padding: 0 36px 0 89px;
  margin-right: auto;
}

.main-nav .menu_tertiary .menu__link {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.main-nav .menu_tertiary .menu__link:after {
  content: "";
  position: absolute;
  background: url("../../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
  right: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-nav .menu_tertiary .menu__link:hover:after {
  background: url("../../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.main-nav .menu label {
  margin-bottom: 8px;
}

/* Media variables */

#collaboration-popup {
  position: fixed;
  display: none;
  background: rgba(255, 255, 255, 0.92);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.popup__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
  border-radius: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: calc(100% - 236px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100% - 100px);
  padding: 120px 119px 160px;
  margin: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup__wrapper::-webkit-scrollbar {
  display: none;
}

.popup__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.popup__content {
  width: 100%;
  max-width: 79.6%;
  margin: 0 auto;
}

.popup__content,
.popup .desktop-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.popup__close-button {
  position: absolute;
  background: url("../img/icons/popup-close.svg") no-repeat center;
  background-size: 29px;
  width: 29px;
  height: 29px;
  top: 59px;
  right: 78px;
  cursor: pointer;
}

.popup__close-button:hover {
  background: url("../img/icons/popup-close-hover.svg") no-repeat center;
  background-size: 29px;
}

.popup h2 {
  font-weight: 700;
}

.popup h3 {
  max-width: 1002px;
}

/* Media variables */

.press__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 26px;
}

.press .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.7%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.press .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-top: 1px solid #000000;
  padding: 40px 0;
}

.press .item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  color: #000000;
}

.press .item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.press .item:last-of-type {
  border-bottom: 1px solid #000000;
}

.press .item h3 {
  text-wrap: balance;
}

.press .item h3:hover span {
  background-size: 100% 12%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 15%;
  background-image: repeating-linear-gradient(90deg, #1ff042 0px, #1ff042 100px);
}

.press .item img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  width: 100%;
  max-width: 194px;
}

.press__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  border: 1px solid #000000;
  padding: 10px 22px;
  margin-top: 51px;
}

.press__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.press__link span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.press__link:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.press__link:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.press.dark {
  background: #000000;
  padding: 138px 0 139px;
}

.press.dark .press__wrapper {
  margin-bottom: 0;
}

.press.dark .press__link {
  background: #ffffff;
}

.press.dark .label {
  color: #ffffff;
}

.press.dark .item {
  border-top: 1px solid #ffffff;
}

.press.dark .item__data h3 {
  color: #ffffff;
}

.press.dark .item:last-of-type {
  border-bottom: 1px solid #ffffff;
}

/* Media variables */

.slack {
  margin-bottom: 23px;
}

.slack_methodology .slick-list {
  padding: 0 20% 0 0;
}

.slack_about .slick-list {
  padding: 0 10%;
}

.slack .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slack .slack-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slack .slack-slider__bottom .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.slack .slack-slider__bottom .label img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 79px;
  height: 20px;
}

.slack .slack-slider .slick-slide {
  width: auto !important;
  margin: 38px 20px;
}

.slack .slack-slider .slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slack .slack-slider .slick-slide img {
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  width: 100% !important;
}

.high {
  aspect-ratio: 0.671;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 403px;
}

.wide {
  aspect-ratio: 1.775;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 790px;
}

.square {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 392px;
}

/* Media variables */

:root {
  --marquee-width: 100vw;
  --marquee-height: 291px;
  --marquee-elements-displayed: 2.5;
  --marquee-element-width: 650px;
  --marquee-element-hover-width: 707px;
  --marquee-animation-duration: calc(var(--marquee-elements) * 4s);
  --marquee-mobile-height: 180px;
  --marquee-mobile-elements-displayed: 1.5;
  --marquee-mobile-element-width: 330px;
  --marquee-element-hover-width: 707px;
}

.view-more-work {
  background-color: #000000;
}

.marquee {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
}

.marquee:hover {
  background-color: #1ff042;
}

.marquee:hover .marquee__content {
  -webkit-animation: scrollingOnHover var(--marquee-animation-duration) linear infinite;
          animation: scrollingOnHover var(--marquee-animation-duration) linear infinite;
}

.marquee:hover .marquee__content li a {
  width: var(--marquee-element-hover-width);
}

.marquee:hover .marquee__content li a h2 {
  font-weight: 700;
  color: #000000;
}

.marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 100%;
  -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
          animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee__content li a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
  width: var(--marquee-element-width);
  max-height: 100%;
  padding: 65px 0;
}

.marquee__content li a h2 {
  color: #ffffff;
}

.marquee__content li a img:not(.arrow) {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 160px;
  margin: 0 20px 0 30px;
}

.marquee__content li a .arrow {
  width: 40px;
  height: 35px;
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

@-webkit-keyframes scrollingOnHover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-hover-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-hover-width) * var(--marquee-elements)));
  }
}

@keyframes scrollingOnHover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-hover-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-hover-width) * var(--marquee-elements)));
  }
}

@-webkit-keyframes scrollingMobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-mobile-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-mobile-element-width) * var(--marquee-elements)));
  }
}

@keyframes scrollingMobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-mobile-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-mobile-element-width) * var(--marquee-elements)));
  }
}

/* Media variables */

.about #main {
  padding-bottom: 0;
}

.text-and-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}

.text-and-label__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 82.85%;
}

.text-and-label__title {
  margin-bottom: 37px;
}

.text-and-label__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 59px -18px 0;
}

.text-and-label__stats .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 18px;
}

.text-and-label__stats .item__value {
  font-weight: 700;
}

.text-and-label__stats .item__title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.168px;
}

.text-and-label__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 11px 21px;
  margin: auto 0 0 18px;
}

.text-and-label__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.text-and-label__link span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.text-and-label__link:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.text-and-label__link:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.text-and-label .lede {
  max-width: 79.3%;
}

.text-and-label .desktop-text {
  max-width: 58.3%;
}

.video {
  position: relative;
  background: #000000;
  padding: 126px 0 165px;
  z-index: 1;
}

.video::after {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.video__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 32px;
}

.video .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}

.video .label {
  color: #ffffff;
}

.video video {
  aspect-ratio: 1.599;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.59);
          filter: brightness(0.59);
  border-radius: 32px;
  width: 100%;
  max-width: 1363px;
}

.industries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
}

.industries__list {
  margin: 20px -19px 54px;
}

.industries__list-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 26px;
  width: 100%;
  max-width: 83.5%;
  margin-left: auto;
}

.industries__list-wrapper h5 {
  border: 1px solid #ac2eff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 19px;
  margin-left: 20px;
}

.case-studies #main {
  gap: 60px;
  padding-bottom: 0;
}

.case-studies .hero {
  margin-bottom: 4px;
}

.case-studies .full-width {
  aspect-ratio: 1.778;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.case-studies .tags {
  gap: 18px;
}

.case-studies .tags .label {
  margin-right: 0;
}

.case-studies .cases {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  background-color: #000000;
  padding: 125px 0 182px;
}

.case-studies .cases::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case-studies .cases.section_gutter-large {
  margin-bottom: 0;
}

.case-studies .cases .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  z-index: 1;
}

.case-studies .cases a {
  color: #ffffff;
}

.case-studies .cases a.label:hover {
  color: #000000;
}

.case-studies .results {
  margin: 23px auto 103px;
}

.branding__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.branding__image {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 662px;
}

.branding__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 662px;
  margin-left: auto;
}

.branding_extra-spacing {
  margin: 41px auto 83px;
}

.results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  width: 100%;
  max-width: 1600px;
  padding: 0 99px;
  margin: 0 auto;
}

.results__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding-left: 18px;
}

.results__item-text {
  text-wrap: balance;
}

.results label {
  padding-left: 18px;
}

.results h2 {
  font-weight: 700;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 62px;
  padding: 660px 118px 13px;
}

.banner__link {
  position: absolute;
  right: 118px;
  bottom: 13px;
}

.banner__link:after {
  content: "";
  background: url("../img/icons/arr-bottom.svg") no-repeat right center;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}

.banner__link span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.banner__link:hover {
  font-weight: 700;
  border: none;
}

.banner__link:hover:after {
  background: url("../img/icons/arr-bottom-hover.svg") no-repeat right center;
  background-size: 14px 12px;
}

.banner__link:hover span {
  border-bottom: 1px solid #1ff042;
}

.banner__lightbox {
  position: absolute;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  width: 100%;
  max-width: 507px;
  top: 119px;
  right: 7.31%;
  z-index: 6;
  pointer-events: none;
}

.banner__lightbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner__lightbox-wrapper::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.59);
  border-radius: 32px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner__lightbox video {
  aspect-ratio: 1.599;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.59);
  width: 100%;
  max-width: 507px;
}

.banner h1 {
  max-width: 1213px;
  padding-right: 96px;
}

.banner h1 strong {
  display: inline-block;
}

.banner__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 170px;
  margin: auto 0 14px;
  z-index: 3;
}

.banner__nav a {
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2px solid transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.banner__nav a:hover {
  font-weight: 700;
  border-bottom: 2px solid #1ff042;
}

.banner__nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #acacac;
  background: #ffffff;
  max-width: 77px;
  padding: 2px 15px 0;
}

.banner__nav button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.banner__nav button span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.banner__nav button:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.banner__nav button:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.homepage .cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  margin-bottom: 35px;
}

.homepage .cases > .case {
  margin-bottom: 4px;
}

.homepage .cases > .case .case__image-wrapper {
  margin-bottom: 15px;
}

.section_gutter-large.cases {
  margin-bottom: 56px;
}

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  margin-bottom: 4px;
}

.stats__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 5px;
}

.stats__item {
  grid-column: span 2;
  min-width: 192px;
}

.stats__item:nth-child(4),
.stats__item:nth-child(5),
.stats__item:nth-child(6) {
  justify-self: end;
}

.stats__item-value {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.stats__item-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.216px;
}

.stats__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  border: 1px solid #000000;
  padding: 14px 34px;
  margin-top: 40px;
}

.stats__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.stats__link span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.stats__link:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.stats__link:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.view-more-work {
  margin-bottom: 42px;
}

.specialization {
  margin-bottom: 66px;
}

.specialization__title {
  padding-bottom: 90px;
}

.specialization__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 955px;
  margin: 0 68px 0 auto;
}

.specialization__links > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
}

.specialization__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.specialization h3 {
  font-weight: 700;
}

.specialization h3:hover span {
  background-size: 100% 12%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 12%;
  background-image: repeating-linear-gradient(90deg, #1ff042 0px, #1ff042 100px);
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  margin-bottom: 106px;
}

.partners .label {
  margin-bottom: 28px;
}

.partners__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  border: 1px solid #000000;
  padding: 10px 22px;
  margin-top: 40px;
}

.partners__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.partners__link span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.partners__link:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.partners__link:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

.manifesto {
  position: relative;
  color: #ffffff;
  background: #000000;
  padding: 136px 0 169px;
  z-index: 1;
}

.manifesto::after {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.manifesto__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51px;
}

.manifesto__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 65.7%;
  margin-left: auto;
}

.manifesto__info .desktop-text {
  max-width: 73.6%;
}

.manifesto h2 {
  color: #ffffff;
  margin: 0 0 20px;
}

.manifesto .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.manifesto .signature .label {
  line-height: 12px;
  border-left: 1px solid #e5e5e5;
  padding-left: 8px;
}

.manifesto .signature img {
  width: 100%;
  max-width: 151px;
}

.principles {
  padding: 30px 0 24px;
}

.principles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 71px;
}

.principles__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 60px 0;
}

.principles__link:hover span {
  background-size: 100% 12%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 12%;
  background-image: repeating-linear-gradient(90deg, #1ff042 0px, #1ff042 100px);
}

.principles__link span {
  font-weight: 700;
}

.principles__link img {
  width: 80px;
  height: 70px;
}

.services {
  position: relative;
  background: #000000;
  padding: 116px 0 162px;
  z-index: 1;
}

.services::after {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0.2) 1px, transparent 1px);
  background-size: 16.65%;
  width: 100%;
  height: 100%;
  max-width: 1404px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 66px;
}

.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
}

.services__title {
  max-width: 402px;
}

.services__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  width: 100%;
}

.services__links > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.services__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.services h3,
.services h4,
.services .label {
  color: #ffffff;
}

.services h4 {
  font-weight: 700;
}

.services h4:hover span {
  background-size: 100% 12%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 12%;
  background-image: repeating-linear-gradient(90deg, #1ff042 0px, #1ff042 100px);
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  margin: 52px auto;
}

.cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.192px;
  color: #000000;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #000000;
  padding: 12px 22px;
  margin-bottom: 9px;
}

.cta__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.cta__link span:after {
  content: "";
  background: url("../img/icons/arr-right.svg") no-repeat right center;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.cta__link:hover {
  font-weight: 700;
  border: 1px solid #1ff042;
}

.cta__link:hover span:after {
  background: url("../img/icons/arr-right-hover.svg") no-repeat right center;
  background-size: 24px 21px;
}

@media (max-width: 1440px) {
  .container {
    padding: 0 50px;
  }

  .section {
    padding: 0 50px;
  }

  #lightbox-area {
    max-height: 820px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .container {
    padding: 0 50px;
  }

  .section {
    padding: 0 50px;
  }

  #lightbox-area {
    max-height: 820px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .main-nav__wrapper {
    padding: 40px;
  }

  .main-nav__menus {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }

  .main-nav .menu {
    gap: 20px;
  }

  .main-nav .menu_tertiary {
    padding: 0 36px 0 0;
    margin-right: 0;
  }

  .banner {
    padding: 660px 50px 0;
  }

  .banner__link {
    right: 50px;
    bottom: 0;
  }
}

@media (max-width: 1300px) {
  .results {
    padding: 0 50px;
  }

  .results__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding-left: 0;
  }

  .results__item-text {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .main-nav .menu_primary .menu__link {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1100px) {
  .industries__list-wrapper {
    max-width: unset;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 18px;
  }

  #main {
    gap: 50px;
    padding-bottom: 70px;
  }

  .section {
    padding: 0 18px;
  }

  .section__title {
    font-size: 28px;
    line-height: 28px;
    padding: 9px 0 23px;
  }

  .title {
    font-size: 28px;
    line-height: 28px;
  }

  #lightbox-area {
    display: none;
  }

  .hidden-on-mobile {
    display: none !important;
  }

  .slider__buttons {
    gap: 10px;
  }

  .slider__buttons a {
    width: 20px;
    height: 16px;
  }

  .slider__buttons a.prev {
    background-size: 20px 16px;
  }

  .slider__buttons a.next {
    background-size: 20px 16px;
  }

  .slider__buttons a:hover.prev {
    background-size: 20px 16px;
  }

  .slider__buttons a:hover.next {
    background-size: 20px 16px;
  }

  .play {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .play span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    font-size: 26px;
    line-height: 26px;
  }

  h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
  }

  .contact-form__buttons #submit {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .contact-form__buttons #submit span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .contact-form {
    gap: 20px;
  }

  .case {
    gap: 12px;
  }

  .case .case__image-wrapper {
    margin-bottom: 6px;
  }

  .challengles {
    margin-bottom: 12px;
  }

  .challengles__title {
    padding: 0 18px 25px;
  }

  .challengles .slider__buttons {
    padding-top: 0;
  }

  .challengles .slider .slick-slide {
    border-radius: 10px;
    width: 249px !important;
    padding: 24px;
    margin: 20px;
  }

  .challengles .slider h4 {
    padding-top: 25.5px;
  }

  .challengles__title {
    padding: 0 10px 25px;
  }

  .cursor-tracker,
  .article-cursor-tracker {
    display: none;
  }

  .footer {
    padding: 100px 0 102px;
  }

  .footer > div {
    gap: 67px;
  }

  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 51px;
  }

  .footer_top_left {
    gap: 50px;
    max-width: unset;
  }

  .footer_top_left-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 34px;
  }

  .footer_top_left-info .email a,
  .footer_top_left-info .phone a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .footer h2 strong {
    display: block;
  }

  .header .header__nav .more-link {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.144px;
    padding: 3px 13px;
  }

  .header__wrapper {
    padding: 12px 18px 13px;
  }

  .header .logo {
    width: 100px;
    height: 35px;
  }

  .hero__accordion-button {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .hero__accordion-button span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 28px;
  }

  .hero__content {
    width: 96%;
    padding: 38px 31px 38px 21px;
    margin: -95px auto 0;
  }

  .hero__content > div {
    gap: 28px;
  }

  .hero__content .hero__accordion .tags {
    gap: 14px;
  }

  .hero__content .hero__accordion .tags a:not(.label) {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.144px;
  }

  .hero__accordion-text > *:not(:last-child) {
    margin-bottom: 28px;
  }

  .hero__accordion-button {
    color: #ffffff;
    padding: 9px 23px;
  }

  .hero__link {
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .hero__link.less:after {
    background: url("../img/icons/minus.svg") no-repeat center;
    background-size: 12px;
  }

  .hero__link:after {
    content: "";
    background: url("../img/icons/plus-purple.svg") no-repeat center;
    background-size: 12px;
    width: 24px;
    height: 12px;
  }

  .hero__link.less:hover:after {
    background: url("../img/icons/minus-hover.svg") no-repeat center;
    background-size: 12px;
  }

  .hero__link:hover:after {
    background: url("../img/icons/plus-hover.svg") no-repeat center;
    background-size: 12px;
  }

  .hero-no-bg__wrapper {
    padding-bottom: 50px;
  }

  .hero-no-bg + section {
    margin-top: -50px;
  }

  .container {
    padding: 0 18px;
  }

  #main {
    gap: 50px;
    padding-bottom: 70px;
  }

  .section {
    padding: 0 18px;
  }

  .section__title {
    font-size: 28px;
    line-height: 28px;
    padding: 9px 0 23px;
  }

  .title {
    font-size: 28px;
    line-height: 28px;
  }

  #lightbox-area {
    display: none;
  }

  .hidden-on-mobile {
    display: none !important;
  }

  .slider__buttons {
    gap: 10px;
  }

  .slider__buttons a {
    width: 20px;
    height: 16px;
  }

  .slider__buttons a.prev {
    background-size: 20px 16px;
  }

  .slider__buttons a.next {
    background-size: 20px 16px;
  }

  .slider__buttons a:hover.prev {
    background-size: 20px 16px;
  }

  .slider__buttons a:hover.next {
    background-size: 20px 16px;
  }

  .play {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .play span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    font-size: 26px;
    line-height: 26px;
  }

  h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
  }

  .main-nav__top .close {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .main-nav__top .close span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .main-nav .menu_primary .menu__link {
    font-size: 48px;
    line-height: 48px;
  }

  .main-nav .menu_secondary .menu__link {
    font-size: 28px;
    line-height: 28px;
  }

  .popup__wrapper {
    gap: 28px;
    width: calc(100% - 100px);
    padding: 48px 24px 59px 32px;
  }

  .popup__content {
    max-width: unset;
  }

  .popup__close-button {
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 48px;
    right: 24px;
  }

  .popup__close-button:hover {
    background-size: 16px;
  }

  .press__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .press__link span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .press__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }

  .press .label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .press .item {
    padding: 20px 0;
  }

  .press__link {
    padding: 9px 23px;
    margin-top: 32px;
  }

  .press.dark {
    background: #000000;
    padding: 83px 0;
  }

  .high {
    max-width: 206px;
  }

  .wide {
    max-width: 404px;
  }

  .square {
    max-width: 200.5px;
  }

  .text-and-label__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .text-and-label__link span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .text-and-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .text-and-label__content {
    gap: 24px;
    max-width: unset;
  }

  .text-and-label__title {
    margin-bottom: 0;
  }

  .text-and-label__stats {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 4px;
    margin: 18px -18px 0;
  }

  .text-and-label__stats .item__title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.144px;
  }

  .text-and-label__link {
    padding: 9px 23px;
    margin: 32px 0 0 18px;
  }

  .text-and-label .lede {
    max-width: unset;
  }

  .video {
    padding: 59px 0 88px;
  }

  .video .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }

  .industries {
    gap: 30px;
    margin: 23px 0 32px;
  }

  .industries__list {
    margin: 0 -10px;
  }

  .industries__list-wrapper {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    margin-left: auto;
  }

  .industries__list-wrapper h5 {
    padding: 7px 11px;
    margin-left: 10px;
  }

  .case-studies #main {
    gap: 20px;
  }

  .case-studies .hero {
    margin-bottom: 14px;
  }

  .case-studies .tags {
    gap: 8px;
  }

  .case-studies .results {
    margin: 20px auto 60px;
  }

  .case-studies .cases {
    padding: 79px 0 91px;
  }

  .case-studies .cases .container {
    gap: 41px;
  }

  .case-studies .cases .case {
    gap: 16px;
  }

  .case-studies .cases .case__image-wrapper {
    margin-bottom: 0;
  }

  .branding__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .branding__info {
    gap: 12px;
    max-width: unset;
    margin-left: 0;
  }

  .branding_extra-spacing {
    margin: 0 auto;
  }

  .results {
    gap: 32px;
    padding: 0 18px;
  }

  .results label {
    padding-left: 0;
  }

  .banner__nav button {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .banner__nav button span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .banner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 300px 18px 0;
  }

  .banner h1 {
    padding-right: 96px;
  }

  .banner__nav {
    margin: auto 0 0;
  }

  .banner__link {
    right: 18px;
  }

  .banner__lightbox {
    top: 20px;
    right: 18px;
    pointer-events: none;
  }

  .banner__lightbox-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .banner__lightbox-wrapper::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.59);
    border-radius: 32px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .homepage .cases {
    gap: 60px;
    margin-bottom: 65px;
  }

  .homepage .cases > .case {
    margin-bottom: 0;
  }

  .homepage .cases > .case .case__image-wrapper {
    margin-bottom: 6px;
  }

  .section_gutter-large.cases {
    margin-bottom: 0;
  }

  .stats__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .stats__link span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .stats {
    gap: 38px;
    margin-bottom: 44px;
  }

  .stats__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46%;
    min-width: unset;
  }

  .stats__item:nth-child(3),
  .stats__item:nth-child(4),
  .stats__item:nth-child(8),
  .stats__item:nth-child(9) {
    padding-left: 26%;
  }

  .stats__item-value {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
  }

  .stats__link {
    padding: 9px 23px;
    margin-top: 12px;
  }

  .view-more-work {
    margin-bottom: 26px;
  }

  .specialization {
    margin-bottom: 16px;
  }

  .specialization__title {
    padding-bottom: 48px;
  }

  .specialization__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 0;
  }

  .specialization__links > div {
    gap: 24px;
  }

  .specialization__link {
    gap: 8px;
  }

  .specialization__link img {
    width: 16px;
    height: 14px;
  }

  .partners__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .partners__link span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .partners {
    gap: 20px;
    margin: 0 0 16px;
  }

  .partners .label {
    margin-bottom: 0;
  }

  .partners__link {
    padding: 9px 23px;
    margin: 0 auto;
  }

  .methodology #main {
    padding-bottom: 0;
  }

  .manifesto {
    padding: 92px 0 115px;
  }

  .manifesto__wrapper {
    gap: 24px;
  }

  .manifesto h2 {
    margin: 0;
  }

  .principles {
    padding: 48px 0 0;
  }

  .principles__wrapper {
    gap: 46px;
  }

  .principles__link {
    font-size: 28px;
    line-height: 28px;
    padding: 28px 0;
  }

  .principles__link img {
    width: 40px;
    height: 35px;
  }

  .services {
    padding: 89px 0 91px;
  }

  .services__wrapper {
    gap: 24px;
  }

  .services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .services__title {
    max-width: unset;
  }

  .services__links {
    gap: 24px;
  }

  .services__links > div {
    gap: 24px;
  }

  .services__link {
    gap: 8px;
    padding: 0;
  }

  .services__link img {
    width: 16px;
    height: 14px;
  }

  .cta__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
  }

  .cta__link span:after {
    content: "";
    background: url("../img/icons/arr-right.svg") no-repeat right center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }

  .cta {
    margin: 34px auto;
  }
}

@media (max-width: 800px) {
  .section_gutter-large .section__wrapper {
    gap: 60px;
  }

  .section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 81px;
  }

  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }

  .footer_bottom_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer_bottom_right .social {
    gap: 16px;
  }

  .footer_bottom_right .social img {
    width: 32px;
    height: 32px;
  }

  .header:not(.transparent, .regular) {
    display: none;
  }

  .header__nav a {
    display: none;
  }

  .scrolled .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .scrolled .header__nav a {
    display: none;
  }

  .hero-no-bg__wrapper {
    gap: 60px;
  }

  .section_gutter-large .section__wrapper {
    gap: 60px;
  }

  .section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 81px;
  }

  .banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 43px;
    padding: 18px 18px 0;
  }

  .banner h1,
  .banner__lightbox {
    grid-column: span 2;
  }

  .banner h1 {
    position: relative;
    padding: 45px 0 0;
  }

  .banner h1:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/logo.svg") no-repeat center;
    background-size: 100px 35px;
    width: 100px;
    height: 35px;
    top: 0;
  }

  .banner h1 strong {
    display: inline;
  }

  .banner__nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    justify-self: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .banner__nav a {
    display: none;
  }

  .banner__nav button {
    padding: 1px 13px 0;
  }

  .banner__link {
    position: relative;
    right: unset;
    bottom: unset;
  }

  .banner__lightbox {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto;
  }

  .banner__lightbox-wrapper:after {
    border-radius: 10px;
  }

  .banner__lightbox video {
    border-radius: 10px;
  }

  .homepage .cases > .case {
    margin-bottom: 0;
  }

  .homepage .cases > .case .case__image-wrapper {
    margin-bottom: 6px;
  }

  .manifesto__info {
    gap: 24px;
    max-width: unset;
    margin-left: auto;
  }

  .manifesto__info .desktop-text {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .main-nav .menu_primary .menu__link {
    font-size: 36px;
    line-height: 36px;
  }

  .main-nav .menu_tertiary .menu__link {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 640px) {
  .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }

  .tags a:not(.label) {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
    padding: 0 8px;
  }

  .tags a:not(.label):last-child::after {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.168px;
    right: -16px;
    bottom: -3px;
  }

  .tags .label {
    line-height: 12px;
    padding: 3px 2px 0;
    margin-right: 4px;
  }

  .explore {
    gap: 6px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.12px;
  }

  .explore:after {
    background-size: 8px 7px;
    width: 8px;
    height: 7px;
  }

  .explore span {
    border-top: 2px solid transparent;
  }

  .explore:hover:after {
    background: url("../img/icons/arr-bottom-hover.svg") no-repeat right center;
    background-size: 8px 7px;
  }

  .grid {
    background-position: 8px;
    background-size: 24%;
  }

  .main-nav::after {
    background-position: 8px;
    background-size: 24%;
  }

  .play .play {
    padding: 10px 21px;
  }

  .play .play img {
    width: 18px;
    height: 15px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .label {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .label_formatted,
  .label.date {
    gap: 6px;
  }

  .label_formatted img,
  .label.date img {
    width: 6px;
    height: 6px;
  }

  .lede {
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.216px;
  }

  .desktop-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.192px;
  }

  .contact-form_top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-form_top_left,
  .contact-form_top_right {
    gap: 20px;
  }

  .contact-form .field {
    padding: 0 0 8px 0;
  }

  .contact-form .field::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .contact-form .field::-moz-placeholder {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .contact-form .field:-ms-input-placeholder {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .contact-form .field::-ms-input-placeholder {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .contact-form .field::placeholder {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .contact-form select.field {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
    background-position-y: 4px;
    padding: 0 0 8px 0;
  }

  .contact-form select.field#budget {
    background-position-x: 60px;
  }

  .contact-form select.field#timeline {
    background-position-x: 75px;
  }

  .contact-form textarea {
    min-height: 178px;
  }

  .contact-form__buttons {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .contact-form__buttons #submit {
    background-position: center right 28px;
    background-size: 16px 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 11px 54px 11px 28px;
  }

  .contact-form__buttons label.label {
    padding: 3px 9px;
  }

  .contact-form__buttons label.label:after {
    content: "";
    background-size: 8px;
    width: 8px;
    height: 8px;
  }

  .contact-form__buttons label.label:hover:after {
    background-size: 8px;
  }

  .contact-form__buttons input[type=file] {
    max-width: 75px;
    padding-top: 5px;
  }

  .case__title {
    font-size: 22px;
    line-height: 24px;
  }

  .case__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }

  .case__tags a:not(.label) {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
    padding: 0 8px;
  }

  .case__tags a:not(.label):first-child {
    margin-right: 4px;
  }

  .case__tags a:not(.label):last-child::after {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.168px;
    right: -16px;
    bottom: -3px;
  }

  .case__tags .label {
    line-height: 12px;
    padding: 3px 2px 0;
  }

  .footer .container {
    padding: 0 9px;
  }

  .header .logo {
    width: 72px;
    height: 25px;
  }

  .header.transparent .logo,
  .header.regular .logo {
    background-size: 72px 25px;
    width: 72px;
    height: 25px;
  }

  .scrolled .header.transparent .logo {
    background-size: 72px 25px;
  }

  .hero__content::after {
    background-position: 8px;
    background-size: 24%;
  }

  .hero__image {
    aspect-ratio: 0.56;
    -o-object-position: right center;
       object-position: right center;
  }

  .hero-no-bg__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 38px;
    padding-bottom: 22px;
  }

  .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }

  .tags a:not(.label) {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
    padding: 0 8px;
  }

  .tags a:not(.label):last-child::after {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.168px;
    right: -16px;
    bottom: -3px;
  }

  .tags .label {
    line-height: 12px;
    padding: 3px 2px 0;
    margin-right: 4px;
  }

  .explore {
    gap: 6px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.12px;
  }

  .explore:after {
    background-size: 8px 7px;
    width: 8px;
    height: 7px;
  }

  .explore span {
    border-top: 2px solid transparent;
  }

  .explore:hover:after {
    background: url("../img/icons/arr-bottom-hover.svg") no-repeat right center;
    background-size: 8px 7px;
  }

  .grid {
    background-position: 8px;
    background-size: 24%;
  }

  .main-nav::after {
    background-position: 8px;
    background-size: 24%;
  }

  .play .play {
    padding: 10px 21px;
  }

  .play .play img {
    width: 18px;
    height: 15px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .label {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }

  .label_formatted,
  .label.date {
    gap: 6px;
  }

  .label_formatted img,
  .label.date img {
    width: 6px;
    height: 6px;
  }

  .lede {
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.216px;
  }

  .desktop-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.192px;
  }

  .main-nav {
    overflow-y: scroll;
  }

  .main-nav__wrapper {
    gap: 49px;
    padding: 24px 16px 0 18px;
  }

  .main-nav__top .logo-mini {
    width: 25px;
    height: 25px;
  }

  .main-nav__top .close {
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.168px;
    border: 1px solid #acacac;
    padding: 1px 13px;
  }

  .main-nav__top .close:before {
    content: "";
    background-size: 8px;
    width: 8px;
    height: 8px;
  }

  .main-nav__top .close:hover:before {
    background-size: 8px;
  }

  .main-nav__menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-nav .menu_secondary {
    padding: 0;
  }

  .main-nav .menu_tertiary {
    padding: 20px 0 79px;
    margin: 0;
  }

  .main-nav .menu_tertiary .menu__link {
    font-size: 18px;
    line-height: 22px;
  }

  .main-nav .menu_tertiary .menu__link:after {
    content: "";
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
    right: -24px;
  }

  .main-nav .menu_tertiary .menu__link:hover:after {
    background-size: 16px 14px;
  }

  .main-nav .menu label {
    margin-bottom: 0;
  }

  .popup__wrapper {
    border-radius: 4px;
    width: calc(100% - 36px);
    padding: 48px 24px 59px 32px;
  }

  .popup__close-button {
    background-size: 8px;
    width: 8px;
    height: 8px;
    top: 25px;
    right: 21px;
  }

  .popup__close-button:hover {
    background-size: 8px;
  }

  .press .item__data {
    gap: 14px;
  }

  .press .item__data h3 {
    text-wrap: unset;
  }

  .press .item__data h3:hover span {
    background: none;
  }

  .press .item__data h3 span {
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .press .item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .press .item img {
    max-width: 70px;
  }

  .slack {
    margin-top: -16px;
  }

  .slack .slick-list {
    padding: 0 20% 0;
  }

  .slack .slack-slider__bottom .label {
    gap: 7px;
  }

  .slack .slack-slider__bottom .label img {
    width: 44px;
    height: 11px;
  }

  .marquee {
    height: var(--marquee-mobile-height);
  }

  .marquee__content {
    -webkit-animation: scrollingMobile var(--marquee-animation-duration) linear infinite;
            animation: scrollingMobile var(--marquee-animation-duration) linear infinite;
  }

  .marquee__content li a {
    width: var(--marquee-mobile-element-width);
    padding: 50px 0;
  }

  .marquee__content li a img:not(.arrow) {
    width: 80px;
    margin: 0 6px 0 16px;
  }

  .marquee__content li a .arrow {
    width: 28px;
    height: 25px;
  }

  .marquee:hover {
    background-color: #000000;
  }

  .marquee:hover .marquee__content {
    -webkit-animation: scrollingMobile var(--marquee-animation-duration) linear infinite;
            animation: scrollingMobile var(--marquee-animation-duration) linear infinite;
  }

  .marquee:hover .marquee__content li a {
    width: var(--marquee-mobile-element-width);
  }

  .marquee:hover .marquee__content li a h2 {
    font-weight: 300;
    color: #ffffff;
  }

  .text-and-label__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 18px 0 0;
  }

  .text-and-label__stats .item {
    width: 46%;
    padding-left: 0;
  }

  .text-and-label__stats .item__title {
    max-width: 66px;
  }

  .text-and-label__stats .item:nth-child(3),
  .text-and-label__stats .item:nth-child(4) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .text-and-label__link {
    margin: 32px 0 0 0;
  }

  .text-and-label .desktop-text {
    max-width: unset;
  }

  .video::after {
    background-position: 8px;
    background-size: 24%;
  }

  .video__wrapper {
    border-radius: 10px;
  }

  .video video {
    aspect-ratio: 1;
    border-radius: 10px;
  }

  .industries__list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-studies .cases::after {
    background-position: 8px;
    background-size: 24%;
  }

  .results__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 40px;
  }

  .results__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .results__item-text {
    text-align: start;
  }

  .banner__lightbox {
    margin: 0 auto 15px;
  }

  .banner__lightbox .play {
    padding: 10px 21px;
  }

  .banner__lightbox .play img {
    width: 18px;
    height: 15px;
  }

  .banner__lightbox video {
    aspect-ratio: 0.714;
  }

  .stats__item-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.144px;
    max-width: 71px;
  }

  .stats__item-value {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 2px;
  }

  .manifesto::after {
    background-position: 8px;
    background-size: 24%;
  }

  .services::after {
    background-position: 8px;
    background-size: 24%;
  }

  .services__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cta__link {
    padding: 9px 23px;
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .banner {
    padding: 15px 10px 0;
  }

  .banner__lightbox {
    margin: 0 auto;
  }

  .banner__lightbox video {
    aspect-ratio: 1;
  }
}

@media (max-width: 360px) {
  .text-and-label__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 18px 0 0;
  }

  .text-and-label__stats .item {
    width: 45%;
    padding-left: 0;
  }

  .text-and-label__stats .item__title {
    max-width: 66px;
  }

  .text-and-label__stats .item:nth-child(3),
  .text-and-label__stats .item:nth-child(4) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}