:root {
  --dark: #121211;
  --paragraphs: rgba(156, 156, 156, .6);
  --light: #e5dfd5;
  --border: rgba(229, 223, 213, .15);
}

.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: .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, sans-serif;
  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, sans-serif;
  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 .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .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 .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .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 {
  height: 100vh;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-hero {
  text-transform: uppercase;
  margin-bottom: 0;
  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 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Taviraj, sans-serif;
  font-size: 195px;
  font-style: italic;
  font-weight: 200;
  line-height: 92%;
}

.img-hero-1 {
  width: 20vw;
  max-width: none;
  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;
  align-items: center;
  justify-items: stretch;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.img-hero-11 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -8.2vw;
  left: .7vw;
}

.img-hero-12 {
  width: 20vw;
  max-width: none;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.paragraph-hero {
  max-width: 490px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.text-accent {
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.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;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

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

.color-bg {
  z-index: -10;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-top: 20px;
  padding: 24px 40px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .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: rgba(229, 223, 213, .4);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 13px;
  line-height: 120%;
}

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

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

.navbar {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.nav-menu {
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(15, 15, 14, .9);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-links {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: rgba(0, 0, 0, 0);
}

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

.menu-icon {
  height: 37px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  transition: height .2s cubic-bezier(.25, .46, .45, .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;
}

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

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

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

.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 {
  text-transform: uppercase;
  margin-bottom: 0;
}

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

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  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: space-between;
  align-items: center;
  margin-top: auto;
  padding: 14px 10px;
  display: flex;
}

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

.link-footer {
  color: rgba(229, 223, 213, .4);
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

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

.content {
  width: 100%;
  max-width: 1360px;
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

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

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

.heading-call-to-action {
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-call-to-action {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  max-width: 1190px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.project-line-long {
  width: 1px;
  height: 57px;
  background-color: var(--border);
  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, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 140%;
}

.image-project-main {
  width: 100%;
  object-fit: cover;
  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 {
  width: 100%;
  object-fit: cover;
}

.heading-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 100px;
  font-style: normal;
  line-height: 107%;
}

.heading-top.asset-top {
  margin-top: -51px;
}

.section-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 12%;
  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;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

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

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

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

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

.tokensale {
  height: 58px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--paragraphs);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  line-height: 94%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.tokensale::-ms-input-placeholder {
  color: rgba(229, 223, 213, .5);
}

.tokensale::placeholder {
  color: rgba(229, 223, 213, .5);
}

.tokensale.margin {
  margin-bottom: 24px;
}

.tokensale.percentageinput {
  width: 210%;
  -webkit-text-stroke-color: var(--paragraphs);
}

.form-block {
  width: 100%;
  max-width: 660px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  flex: 0 auto;
  grid-template: ". ."
                 ". Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: -19px;
  line-height: 151%;
  display: grid;
}

.textarea {
  max-height: 250px;
  max-width: 100%;
  min-height: 124px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.textarea::-ms-input-placeholder {
  color: rgba(229, 223, 213, .5);
}

.textarea::placeholder {
  color: rgba(229, 223, 213, .5);
}

.error-message {
  background-color: rgba(218, 57, 60, .1);
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px;
}

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

.success-message {
  background-color: rgba(49, 226, 117, .06);
  border-radius: 50px;
  padding: 20px;
}

.text-success {
  color: rgba(49, 226, 117, .6);
  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) minmax(auto, 780px);
  align-items: start;
}

.subheading {
  margin-bottom: 0;
}

.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%;
}

.block-client-logo {
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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-size: 23vw;
  font-weight: 400;
  line-height: 82%;
}

.section-highlighting {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.block-color {
  min-height: 120px;
  border: 1px solid var(--border);
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  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: .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: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .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, sans-serif;
  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 {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

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

.utility-page-content {
  width: 100%;
  max-width: 300px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  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%;
}

.heading {
  width: auto;
  color: var(--paragraphs);
  text-align: justify;
  margin-top: -54px;
  margin-bottom: -54px;
  font-size: 22px;
}

.priceheading {
  color: var(--paragraphs);
  text-align: justify;
  letter-spacing: .35px;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: -58px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
}

.image {
  height: 212px;
  align-self: flex-start;
  line-height: 110%;
}

@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 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-licensing {
    height: 270px;
  }
}

@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;
  }

  .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: 130px;
    padding-bottom: 80px;
  }

  .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 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(auto, 780px);
  }

  .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;
  }
}

@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;
  }

  .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-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-client {
    grid-template-columns: 1fr 1fr;
  }

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

  .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-_34fbe4e8-7bbf-762b-61d0-2800b49503d3-103a5fad, #w-node-_3a217ec2-da37-d7ee-79bc-5e7c989a045e-103a5fad, #w-node-_98ee1d9a-620b-cedd-d17e-c5664fb5f1bd-103a5fad, #w-node-e910a936-9a45-5a8e-2b8b-9dc033bdddf8-103a5fad, #w-node-e910a936-9a45-5a8e-2b8b-9dc033bdddfa-103a5fad, #w-node-_9f4e818b-f340-3cfb-3480-1b313a9b221c-103a5fad, #w-node-e569a51d-7d33-51e1-d8e6-5f0eb31f816d-103a5fad, #w-node-_462779ba-6aa7-4e77-eadf-89edb65cbc25-103a5fad, #w-node-_462779ba-6aa7-4e77-eadf-89edb65cbc26-103a5fad, #w-node-cd589e47-98f2-9ff9-c34d-1983b36acb67-103a5fad, #w-node-cd589e47-98f2-9ff9-c34d-1983b36acb68-103a5fad, #w-node-_9f3234af-a63b-973b-ee85-975e1e712672-103a5fad, #w-node-_9f3234af-a63b-973b-ee85-975e1e712673-103a5fad, #w-node-d8c0fc0a-bbbd-35de-ae3c-26c6a2160be8-103a5fad, #w-node-d8c0fc0a-bbbd-35de-ae3c-26c6a2160be9-103a5fad, #w-node-_6c0ac6b6-57c2-44b7-f152-1060a8b73c89-103a5fad, #w-node-_6c0ac6b6-57c2-44b7-f152-1060a8b73c8a-103a5fad, #w-node-_287122a5-5b21-6a6a-6016-61bf6b020afc-103a5fad, #w-node-_287122a5-5b21-6a6a-6016-61bf6b020afe-103a5fad, #w-node-_287122a5-5b21-6a6a-6016-61bf6b020b01-103a5fad, #w-node-e66e5ce5-2324-e418-6aeb-14dbf5be3428-103a5fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_17fba174-ac25-8b48-5993-14604354d659-103a5fb1, #w-node-_5f31f53e-6dd2-5e86-2acb-2cdcdd01ebf6-103a5fb1, #w-node-b1fca471-4d72-0798-1190-528d5a7b8b1f-103a5fb1, #w-node-d3f383e0-837f-6aa0-2c34-fa2b1176e891-103a5fb1, #w-node-_40ea44b1-8cf1-4243-37a0-202ebf03e87b-103a5fb1, #w-node-_13d150a4-3b78-a375-df65-01fb6aa31449-103a5fb1, #w-node-dc7ed77f-08f6-fe30-6b85-6efdde31ad16-103a5fb1, #w-node-_13376daa-f56e-b249-53fc-2284b9e476a7-103a5fb1, #w-node-fda45922-153f-e11c-1c8a-ee5b922edc33-103a5fb1, #w-node-cb3c137f-a6dd-403b-74ee-b960d1abfd03-103a5fb2, #w-node-d9d5b954-729d-2564-a0a7-6e34ddfeb7d3-103a5fb2, #w-node-_5c5291fe-3f1a-07f3-38d5-e01d9406466c-103a5fb2, #w-node-_5c5291fe-3f1a-07f3-38d5-e01d9406466f-103a5fb2, #w-node-_78d2178c-25e4-b09f-a8c0-068afd6f2181-103a5fb2, #w-node-_78d2178c-25e4-b09f-a8c0-068afd6f2184-103a5fb2, #w-node-_9cf469ad-e26c-6be2-3e84-cdeb0ed4ebe1-103a5fb2, #w-node-_9cf469ad-e26c-6be2-3e84-cdeb0ed4ebe4-103a5fb2, #w-node-e9eceaa1-6ca1-a6f6-012c-5894f8110c92-103a5fb4, #w-node-_24fdee58-03bf-891f-f0e0-7bff1a423565-103a5fb4, #w-node-_3a895689-40e1-4d12-d6f2-0d847bfe3c73-103a5fb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b4182e6-9bfc-3399-37d3-6f5f4ac7b02e-018ce04d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_57315f18-5e93-9309-ec55-79fd6d76231f-018ce04d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: center;
}

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

  #w-node-e0f62df3-31dc-3819-c385-a520adb8378c-103a5faf, #w-node-_57315f18-5e93-9309-ec55-79fd6d76231f-018ce04d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@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;
}