@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url("../fonts/CreatoDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url("../fonts/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #121211;
  --paragraphs: #e5dfd599;
  --light: #e5dfd5;
  --border: #e5dfd526;
  --color--primary: #4a8286;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--dark);
  color: var(--paragraphs);
  letter-spacing: 0.35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Creato Display, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 75px;
  font-weight: 500;
  line-height: 107%;
}

h2 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 114%;
}

h3 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 127%;
}

h5 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 132%;
}

h6 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 137%;
}

p {
  margin-bottom: 30px;
}

a {
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--light);
  font-weight: 500;
}

em {
  font-family: Taviraj;
  font-style: italic;
  font-weight: 300;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--light);
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-family: Taviraj;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 155%;
}

figure {
  margin-top: 46px;
  margin-bottom: 46px;
}

figcaption {
  text-align: center;
  margin-top: 18px;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 16px;
  line-height: 150%;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link:hover {
  box-shadow: inset 0 -24px 0 0 var(--light);
  color: var(--dark);
}

.rich-text-block {
  width: 100%;
  max-width: 780px;
  margin-bottom: 60px;
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rich-text-block a:hover {
  box-shadow: inset 0 -24px 0 0 var(--light);
  color: var(--dark);
}

.section-hero {
  height: 250vh;
  position: relative;
}

.hero-sticky {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-hero {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 195px;
  font-weight: 400;
  line-height: 92%;
}

.block-hero {
  z-index: 200;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-hero-accent {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: 155px;
  font-style: normal;
  font-weight: 400;
  line-height: 92%;
}

.img-hero-1 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -5.4vw;
  left: -7.6vw;
}

.grid-img-hero {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  position: absolute;
}

.img-hero-2 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: 7.1vw;
  left: -6.8vw;
}

.img-hero-3 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -7vw;
  left: 2vw;
}

.img-hero-4 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: 4.2vw;
  left: -2.1vw;
}

.img-hero-5 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -8.7vw;
  left: -2.1vw;
}

.img-hero-6 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: 9.2vw;
  left: -4.3vw;
}

.img-hero-7 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -11.1vw;
  left: 10.4vw;
}

.img-hero-8 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -3.7vw;
  left: 13.2vw;
}

.img-hero-9 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -9vw;
  left: -10.6vw;
}

.img-hero-10 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: 7.1vw;
  left: 1.8vw;
}

.img-hero-11 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: -8.2vw;
  left: 0.7vw;
}

.img-hero-12 {
  width: 20vw;
  max-width: none;
  padding-top: 150%;
  position: relative;
  top: 5.4vw;
  left: 3.3vw;
}

.block-img-hero {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-overflow-a {
  align-self: auto;
  overflow: hidden;
}

.line-hero {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 38px;
  display: flex;
}

.line-light {
  background-color: var(--light);
  width: 12px;
  height: 1px;
}

.paragraph-hero {
  letter-spacing: 1px;
  text-transform: none;
  max-width: 490px;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.paragraph-hero.alt {
  width: auto;
  max-width: 100%;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, sans-serif;
  font-style: italic;
}

.text-accent {
  font-family: Sf Pro Display, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.hero-overflow-b {
  overflow: hidden;
}

.hero-overflow-c {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.section.page {
  padding-bottom: 160px;
}

.section.video {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.color-bg {
  z-index: -10;
  position: fixed;
  inset: 0%;
}

.button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.scroll {
  z-index: 50;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  overflow: hidden;
}

.text-scroll {
  color: #e5dfd566;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.scroll-line {
  background-color: var(--border);
  width: 1px;
  height: 26px;
  overflow: hidden;
}

.scroll-line-light {
  background-color: var(--light);
  width: 1px;
  height: 26px;
}

.navbar {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  z-index: 150;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0f0f0ee6;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-link {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.logo {
  height: 22px;
}

.brand {
  padding: 10px;
}

.menu-button {
  padding: 0;
}

.menu-button.w--open {
  background-color: #0000;
}

.menu-icon-line {
  background-color: var(--light);
  width: 23px;
  height: 1px;
}

.menu-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 37px;
  padding: 14px;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.menu-icon:hover {
  height: 45px;
}

.nav-overflow {
  overflow: hidden;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10%;
  display: flex;
}

.collection-item:nth-child(2n) {
  align-items: flex-end;
  padding-left: 10%;
  padding-right: 0%;
}

.project {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project.collab {
  flex: none;
  align-items: stretch;
}

.object-fit-cover {
  object-fit: cover;
}

.project.collab-copy {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
}

.link-block-image-project.works {
  margin-left: auto;
}

.block-image-project {
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  max-height: 70vh;
}

.image-project.works {
  max-height: 360px;
}

.link-heading-project {
  max-width: 550px;
  margin-top: 32px;
  text-decoration: none;
}

.link-heading-project.works {
  max-width: 410px;
  margin-top: 0;
}

.heading-project {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-weight: 400;
}

.heading-info {
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.empty-state {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-empty {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  display: inline-block;
}

.section-footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 14px 10px;
  display: flex;
  position: relative;
}

.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #e5dfd566;
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
}

.link-footer:hover {
  color: var(--light);
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  display: flex;
  position: relative;
}

.content.narrow {
  max-width: 780px;
  display: block;
}

.content.overflow-hidden {
  overflow: hidden;
}

.call-to-action {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.heading-call-to-action {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-weight: 300;
}

.section-call-to-action {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.section-call-to-action._75vh {
  min-height: 75vh;
}

.section-project-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 12% 45px;
  display: flex;
}

.block-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1190px;
  display: flex;
}

.heading-project-top {
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-info-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Taviraj;
  font-style: italic;
  font-weight: 200;
}

.project-line {
  background-color: var(--border);
  width: 1px;
  height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.project-line-long {
  background-color: var(--border);
  width: 1px;
  height: 57px;
  margin-top: 30px;
}

.project-details {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-details {
  color: var(--light);
  font-size: 20px;
  font-weight: 500;
  line-height: 137%;
}

.text-details-italic {
  color: var(--light);
  margin-right: 7px;
  font-family: Taviraj;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 140%;
}

.image-project-main {
  object-fit: cover;
  width: 100%;
  margin-bottom: 90px;
}

.collection-list-wrapper-gallery {
  width: 100%;
}

.collection-list-gallery {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-gallery {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-gallery {
  object-fit: cover;
  width: 100%;
}

.heading-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 100px;
  line-height: 107%;
}

.section-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 12% 160px;
  display: flex;
}

.collection-list-wrapper-works {
  width: 100%;
}

.collection-list-works {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.collection-item-works {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.works-line {
  background-color: var(--border);
  width: 1px;
  height: 100%;
  position: absolute;
}

.works-line-light {
  background-color: var(--light);
  width: 100%;
  position: relative;
}

.works-line-sticky {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.section-full {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.line {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 38px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.text-field:focus {
  border-bottom-color: var(--light);
}

.text-field::placeholder {
  color: #e5dfd580;
}

.text-field.margin {
  margin-bottom: 24px;
}

.form-block {
  width: 100%;
  max-width: 660px;
  margin-bottom: 16px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 250px;
  margin-bottom: 20px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.textarea:focus {
  border-bottom-color: var(--light);
}

.textarea::placeholder {
  color: #e5dfd580;
}

.error-message {
  background-color: #da393c1a;
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px;
}

.text-error {
  color: #da393c;
  font-size: 18px;
  line-height: 140%;
}

.success-message {
  background-color: #31e2750f;
  border-radius: 50px;
  padding: 20px;
}

.text-success {
  color: #31e27599;
  font-size: 18px;
  line-height: 140%;
}

.grid-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 160px) 1fr;
  align-items: start;
  margin-top: 160px;
  margin-bottom: 160px;
  padding-left: 15%;
  padding-right: 15%;
}

.subheading {
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
}

.about {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.grid-client {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-name {
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.client {
  display: flex;
  justify-content: center;
}

.block-client-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  max-width: 200px;
  padding: 8%;
  display: flex;
}

.awards-info {
  border-bottom: 1px solid var(--border);
  margin-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.awards-info.first {
  margin-top: 0;
}

.heading-award {
  margin-bottom: 16px;
}

.highlighting {
  color: var(--light);
  text-transform: uppercase;
  flex: none;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 82%;
}

.section-highlighting {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 120px;
  padding: 20px 20px 18px;
  display: flex;
}

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.light {
  background-color: var(--light);
}

.text-color {
  color: var(--light);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-color.dark {
  color: var(--dark);
}

.hex-color {
  opacity: 0.5;
  color: var(--light);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

.hex-color.dark {
  color: var(--dark);
}

.template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 28px;
  display: flex;
}

.button-alternative {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-alternative:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.creato-display {
  margin-bottom: 0;
}

.taviraj {
  margin-bottom: 0;
  font-family: Taviraj;
  font-style: italic;
  font-weight: 200;
}

.grid-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-licensing {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 30px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.field-label {
  color: var(--light);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.text-block {
  letter-spacing: 1px;
  font-family: Fragment Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.background-video {
  width: 100%;
  min-width: 45px;
  height: 100%;
  min-height: 65px;
}

.hide {
  display: none;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.svg {
  color: var(--light);
  cursor: pointer;
  width: 40px;
}

.svg.swiper-button-disabled {
  color: var(--paragraphs);
}

.swiper {
  overflow: hidden;
}

.arrows {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: auto 0.5rem 0.5rem auto;
}

.link-block-image-project-copy {
  position: relative;
}

.link-block-image-project-copy.works {
  margin-left: auto;
}

.object-fit {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collabs-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  width: 100%;
}

.collabs-content.grid-1 {
  grid-template-columns: 1fr;
}

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

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

.image-holder {
  flex: none;
  width: 100%;
  padding-top: 150%;
  position: relative;
}

.image-holder.swiper-slide {
  overflow: hidden;
}

.gradient {
  background-image: linear-gradient(#0000 75%, #12121199);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero,
  .heading-hero-accent {
    font-size: 140px;
  }

  .img-hero-1 {
    width: 30vw;
  }

  .grid-img-hero {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
  }

  .img-hero-2,
  .img-hero-3,
  .img-hero-4,
  .img-hero-5,
  .img-hero-6,
  .img-hero-7,
  .img-hero-8,
  .img-hero-9,
  .img-hero-10,
  .img-hero-11,
  .img-hero-12 {
    width: 30vw;
  }

  .nav-link {
    font-size: 70px;
  }

  .section-call-to-action {
    min-height: 80vh;
    margin-bottom: 0;
  }

  .heading-top {
    font-size: 80px;
  }

  .section-full {
    margin-bottom: 0;
  }

  .grid-about {
    margin-top: 120px;
    margin-bottom: 120px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .socials-container {
    padding-top: 14rem !important;
  }

  .image-licensing {
    height: 270px;
  }

  .collabs-content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .rich-text-block {
    margin-bottom: 30px;
  }

  .heading-hero,
  .heading-hero-accent {
    font-size: 120px;
  }

  .line-hero {
    margin-bottom: 30px;
  }

  .paragraph-hero {
    max-width: 450px;
    margin-bottom: 30px;
  }

  .section.page {
    padding-bottom: 130px;
  }

  .section.video {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 50px;
  }

  .section-footer {
    flex-direction: column;
    justify-content: center;
  }

  .link-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-project-top {
    padding-top: 130px;
    padding-bottom: 25px;
  }

  .project-line {
    height: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .project-line-long {
    height: 40px;
    margin-top: 20px;
  }

  .image-project-main {
    margin-bottom: 50px;
  }

  .collection-list-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-top {
    font-size: 62px;
  }

  .section-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item-works {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-full {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .line {
    margin-bottom: 30px;
  }

  .grid-about {
    margin-top: 80px;
    margin-bottom: 80px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(auto, 780px);
  }

  .socials-container {
    padding-top: 10rem !important;
  }

  .about {
    grid-row-gap: 80px;
  }

  .space {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .template-info {
    flex-direction: column;
  }

  .grid-licensing {
    grid-template-columns: 1fr 1fr;
  }

  .utility-page-wrap {
    margin-bottom: 0;
  }

  .swiper {
    width: 100%;
  }

  .collabs-content {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .socials-icons-wrapper {
    padding-top: 0;
  }

  .icon-links {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 16px;
  }

  .heading-hero {
    font-size: 90px;
  }

  .block-hero {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-hero-accent {
    font-size: 90px;
  }

  .img-hero-1,
  .img-hero-2,
  .img-hero-3,
  .img-hero-4,
  .img-hero-5,
  .img-hero-6,
  .img-hero-7,
  .img-hero-8,
  .img-hero-9,
  .img-hero-10,
  .img-hero-11,
  .img-hero-12 {
    width: 40vw;
  }

  .line-hero {
    margin-bottom: 26px;
  }

  .paragraph-hero {
    max-width: 390px;
    margin-bottom: 26px;
  }

  .section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .navbar {
    padding: 10px;
  }

  .nav-link {
    font-size: 40px;
  }

  .collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project.collab.swiper-slide,
  .project.collab-copy.swiper-slide {
    max-width: 100%;
  }

  .link-heading-project {
    margin-top: 20px;
  }

  .footer {
    flex-direction: column;
  }

  .section-call-to-action,
  .section-project-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-top {
    font-size: 48px;
  }

  .section-top {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .collection-item-works {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-about {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .socials-container {
    padding-top: 8rem !important;
  }

  .grid-client {
    grid-template-columns: 1fr 1fr;
  }

  .block-client-logo {
    min-height: 140px;
  }

  .space {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .grid-colors {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .template-info {
    padding: 22px;
  }

  .button-alternative {
    padding: 18px 36px;
    font-size: 15px;
  }

  .image-licensing {
    height: 190px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b3754-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b3756-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b3758-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b375d-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b3762-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b3767-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b376c-14dcff48,
#w-node-ed2a7882-a5fe-8b9a-f2a8-9f16955b3771-14dcff48,
#w-node-e9eceaa1-6ca1-a6f6-012c-5894f8110c92-14dcff4a,
#w-node-_24fdee58-03bf-891f-f0e0-7bff1a423565-14dcff4a,
#w-node-_3a895689-40e1-4d12-d6f2-0d847bfe3c73-14dcff4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message.w-node-eea6ddef-9c20-5cc1-bdc1-257efd87bdc7-14dcff4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0f62df3-31dc-3819-c385-a520adb8378c-14dcff4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34fbe4e8-7bbf-762b-61d0-2800b49503d3-14dcff4c,
#w-node-_3a217ec2-da37-d7ee-79bc-5e7c989a045e-14dcff4c,
#w-node-_98ee1d9a-620b-cedd-d17e-c5664fb5f1bd-14dcff4c,
#w-node-e910a936-9a45-5a8e-2b8b-9dc033bdddf8-14dcff4c,
#w-node-e910a936-9a45-5a8e-2b8b-9dc033bdddfa-14dcff4c,
#w-node-_9f4e818b-f340-3cfb-3480-1b313a9b221c-14dcff4c,
#w-node-e569a51d-7d33-51e1-d8e6-5f0eb31f816d-14dcff4c,
#w-node-_462779ba-6aa7-4e77-eadf-89edb65cbc25-14dcff4c,
#w-node-_462779ba-6aa7-4e77-eadf-89edb65cbc26-14dcff4c,
#w-node-cd589e47-98f2-9ff9-c34d-1983b36acb67-14dcff4c,
#w-node-cd589e47-98f2-9ff9-c34d-1983b36acb68-14dcff4c,
#w-node-_9f3234af-a63b-973b-ee85-975e1e712672-14dcff4c,
#w-node-_9f3234af-a63b-973b-ee85-975e1e712673-14dcff4c,
#w-node-d8c0fc0a-bbbd-35de-ae3c-26c6a2160be8-14dcff4c,
#w-node-d8c0fc0a-bbbd-35de-ae3c-26c6a2160be9-14dcff4c,
#w-node-_6c0ac6b6-57c2-44b7-f152-1060a8b73c89-14dcff4c,
#w-node-_6c0ac6b6-57c2-44b7-f152-1060a8b73c8a-14dcff4c,
#w-node-_287122a5-5b21-6a6a-6016-61bf6b020afc-14dcff4c,
#w-node-_287122a5-5b21-6a6a-6016-61bf6b020afe-14dcff4c,
#w-node-_287122a5-5b21-6a6a-6016-61bf6b020b01-14dcff4c,
#w-node-e66e5ce5-2324-e418-6aeb-14dbf5be3428-14dcff4c,
#w-node-cb3c137f-a6dd-403b-74ee-b960d1abfd03-14dcff4e,
#w-node-d9d5b954-729d-2564-a0a7-6e34ddfeb7d3-14dcff4e,
#w-node-_5c5291fe-3f1a-07f3-38d5-e01d9406466c-14dcff4e,
#w-node-_5c5291fe-3f1a-07f3-38d5-e01d9406466f-14dcff4e,
#w-node-_78d2178c-25e4-b09f-a8c0-068afd6f2181-14dcff4e,
#w-node-_78d2178c-25e4-b09f-a8c0-068afd6f2184-14dcff4e,
#w-node-_9cf469ad-e26c-6be2-3e84-cdeb0ed4ebe1-14dcff4e,
#w-node-_9cf469ad-e26c-6be2-3e84-cdeb0ed4ebe4-14dcff4e,
#w-node-_17fba174-ac25-8b48-5993-14604354d659-14dcff4f,
#w-node-_5f31f53e-6dd2-5e86-2acb-2cdcdd01ebf6-14dcff4f,
#w-node-b1fca471-4d72-0798-1190-528d5a7b8b1f-14dcff4f,
#w-node-d3f383e0-837f-6aa0-2c34-fa2b1176e891-14dcff4f,
#w-node-_40ea44b1-8cf1-4243-37a0-202ebf03e87b-14dcff4f,
#w-node-_13d150a4-3b78-a375-df65-01fb6aa31449-14dcff4f,
#w-node-dc7ed77f-08f6-fe30-6b85-6efdde31ad16-14dcff4f,
#w-node-_13376daa-f56e-b249-53fc-2284b9e476a7-14dcff4f,
#w-node-fda45922-153f-e11c-1c8a-ee5b922edc33-14dcff4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #message.w-node-eea6ddef-9c20-5cc1-bdc1-257efd87bdc7-14dcff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0f62df3-31dc-3819-c385-a520adb8378c-14dcff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  .icon-links {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/CreatoDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sf Pro Display";
  src: url("../fonts/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Reel Overlay Styles */
.img-hero-1,
.img-hero-2,
.img-hero-3,
.img-hero-4,
.img-hero-5,
.img-hero-6,
.img-hero-7,
.img-hero-8,
.img-hero-9,
.img-hero-10,
.img-hero-11,
.img-hero-12 {
  position: relative;
}

.reel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-top: 10rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.img-hero-1:hover .reel-overlay,
.img-hero-2:hover .reel-overlay,
.img-hero-3:hover .reel-overlay,
.img-hero-4:hover .reel-overlay,
.img-hero-5:hover .reel-overlay,
.img-hero-6:hover .reel-overlay,
.img-hero-7:hover .reel-overlay,
.img-hero-8:hover .reel-overlay,
.img-hero-9:hover .reel-overlay,
.img-hero-10:hover .reel-overlay,
.img-hero-11:hover .reel-overlay,
.img-hero-12:hover .reel-overlay {
  opacity: 1;
}

.reel-value-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.reel-value-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

.reel-value-count {
  font-size: 1rem;
  color: white;
  font-weight: 300;
}

/* Social links styles from pro-template-02 */
.socials-container {
  padding-top: 18rem;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.socials-icons-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1rem;
}

.social-icon:hover {
  background: var(--color--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-icon:hover .icon-links {
  transform: scale(1.1);
}

.icon-links {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.products-section {
  padding-bottom: 60px;
}

.past-collaboration-section {
  margin-top: 100px;
}
