@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-Bold.ttf') format("truetype"), url('../fonts/NotoSerifDisplay_Condensed-BoldItalic.ttf') format("truetype"), url('../fonts/NotoSerifDisplay_Condensed-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-Italic.ttf') format("truetype"), url('../fonts/NotoSerifDisplay_Condensed-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserifdisplay Condensed;
  src: url('../fonts/NotoSerifDisplay_Condensed-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-headings: #1a1a1a;
  --paragraphs: #333;
  --white: white;
  --subtitle: #727272;
  --border: #ffffff1a;
  --buttons: var(--dark-headings);
}

.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-headings);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: space-between;
  font-family: Red Hat Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
}

h1 {
  color: var(--white);
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Red Hat Display, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.15em;
}

h2 {
  color: var(--dark-headings);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Red Hat Display, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15em;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
}

h4 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
}

h5 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35em;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-top: 25px;
  margin-bottom: 25px;
}

a {
  border-bottom: 1px solid var(--paragraphs);
  color: var(--paragraphs);
  text-decoration: none;
  transition: color .3s cubic-bezier(.445, .05, .55, .95), border-color .3s cubic-bezier(.445, .05, .55, .95), border-width .15s cubic-bezier(.445, .05, .55, .95);
}

a:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--white);
  color: var(--subtitle);
}

ul, ol {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

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

strong {
  font-weight: 700;
}

em {
  color: var(--white);
  font-style: italic;
}

blockquote {
  border-left: 3px solid var(--white);
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 4px 20px 4px 30px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.7em;
}

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

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.3em;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  background-image: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.block-navbar {
  z-index: 200;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.icon-menu-open {
  width: 22px;
  max-width: none;
  height: 22px;
  position: absolute;
}

.icon-menu-closed {
  opacity: 0;
  width: 18px;
  max-width: none;
  height: 18px;
  position: absolute;
}

.menu-button {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
}

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

.icon-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.logo {
  max-width: none;
}

.brand {
  border-bottom-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 15px;
  transition-property: none;
  display: flex;
}

.nav-link-text {
  color: var(--white);
  padding: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15em;
}

.nav-menu {
  background-color: var(--dark-headings);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.nav-link {
  border-bottom-style: none;
  text-decoration: none;
  transition-property: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding: 220px 40px 40px;
  display: flex;
}

.section.full {
  justify-content: space-between;
  min-height: 100vh;
  padding: 0 10px 0 110px;
}

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

.content.full {
  max-width: none;
  padding-top: 40px;
  padding-left: 46px;
  padding-right: 46px;
}

.title-hero {
  color: var(--dark-headings);
  text-align: center;
  max-width: none;
  margin-top: 10px;
  font-size: 112px;
}

.title-hero.center {
  text-align: center;
}

.title-hero.h3 {
  font-size: 74px;
}

.paragraph-hero {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  font-weight: 400;
  display: block;
}

.paragraph-hero.center {
  text-align: center;
}

.block-text-hero {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.block-text-hero.center {
  align-items: center;
}

.block-text-hero.full {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 70px;
}

.block-text-hero.about-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.project-link {
  border-bottom-style: none;
  width: 100%;
  text-decoration: none;
  transition-property: none;
}

.grid-project {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  width: 100%;
  padding-top: 25px;
}

.grid-project.center {
  border-top-style: none;
  grid-template-columns: 1fr;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-project.space {
  padding-top: 40px;
}

.image-project {
  object-fit: contain;
  width: 100%;
  height: 600px;
}

.collection-item {
  margin-bottom: -100px;
  position: static;
}

.info-project {
  color: var(--subtitle);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.info-project.small {
  font-size: 14px;
}

.info-project.center {
  text-align: center;
}

.heading-project {
  color: var(--dark-headings);
  margin-top: 10px;
}

.heading-project.small {
  margin-top: 5px;
  margin-bottom: 15px;
}

.project-text {
  max-width: 300px;
  margin-top: 15px;
}

.project-text.sticky {
  position: sticky;
  top: 80px;
}

.gradient {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.block-project-image {
  perspective: 1000px;
  transform: ;
  position: relative;
}

.block-project-text {
  z-index: 50;
  position: relative;
}

.block-project-text.absolute {
  background-color: var(--dark-headings);
  margin-top: 15px;
  margin-left: 15px;
  padding: 6px 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.empty-text {
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
}

.empty-state {
  border: 1px solid var(--border);
  background-color: #0000;
  padding: 20px;
}

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

.footer {
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
  display: flex;
}

.link {
  opacity: 1;
  color: var(--dark-headings);
  text-align: center;
  border-bottom-style: none;
  padding: 5px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.445, .05, .55, .95);
}

.link:hover {
  opacity: 1;
  color: var(--subtitle);
}

.block-footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.navbar-left {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.block-navbar-left {
  z-index: 200;
  border-right: 1px solid var(--border);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.brand-left {
  border-bottom-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition-property: none;
  display: flex;
}

.collection-item-full {
  position: static;
}

.collection-list-wrapper-full {
  border-bottom: 1px solid var(--border);
  width: 100%;
  padding-bottom: 40px;
}

.single-project-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.title-project {
  color: var(--dark-headings);
  text-align: center;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 0;
}

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

.rich-text-block {
  color: var(--paragraphs);
  text-align: left;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title {
  margin-top: 0;
}

.title.center {
  color: var(--dark-headings);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-headings);
}

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

.block-contact {
  align-self: auto;
  max-width: 760px;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.text-field {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  transition: border-width .3s cubic-bezier(.445, .05, .55, .95), border-color .3s cubic-bezier(.445, .05, .55, .95);
}

.text-field:focus {
  border-color: var(--border) var(--border) var(--white);
  border-bottom-width: 3px;
}

.textarea {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 400px;
  margin-bottom: 0;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  transition: border-width .3s cubic-bezier(.445, .05, .55, .95), border-color .3s cubic-bezier(.445, .05, .55, .95);
}

.textarea:focus {
  border-color: var(--border) var(--border) var(--white);
  border-bottom-width: 3px;
}

.success-message {
  border: 1px solid var(--border);
  background-color: #0000;
}

.success-text {
  color: var(--white);
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
}

.error-message {
  border: 1px solid var(--border);
  background-color: #0000;
  margin-top: 18px;
  padding: 20px;
}

.error-text {
  color: var(--white);
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
}

.submit-button {
  background-color: var(--border);
  color: var(--white);
  text-align: center;
  margin-top: 6px;
  padding: 18px 40px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95), color .3s cubic-bezier(.445, .05, .55, .95);
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--dark-headings);
}

.submit-button.protected {
  margin-top: 18px;
}

.form-block {
  margin-top: 45px;
  margin-bottom: 0;
}

.about {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-about {
  object-fit: contain;
  width: 300px;
  margin-right: 50px;
  display: block;
  position: static;
}

.title-about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  font-size: 129px;
  position: absolute;
}

.page-text-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 35px;
}

.info-link {
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.page-info-links {
  border-top: 1px solid var(--border);
  margin-top: 55px;
}

.link-info {
  color: var(--buttons);
  border-bottom-style: none;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: padding .2s cubic-bezier(.445, .05, .55, .95);
}

.link-info:hover {
  color: #1a3c8a;
  padding-left: 10px;
}

.text-info {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.grid-colors {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.color {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 15px;
  display: flex;
}

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

.color.subtitle {
  background-color: var(--subtitle);
}

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

.color.background {
  border: 1px solid var(--border);
  background-color: var(--dark-headings);
}

.text-color {
  color: var(--dark-headings);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.block-buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.grid-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  place-items: center;
  margin-bottom: 30px;
  display: grid;
}

.button {
  color: var(--white);
  text-align: center;
  background-color: #1a3c8a;
  padding: 18px 42px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95), color .3s cubic-bezier(.445, .05, .55, .95);
}

.button:hover {
  color: var(--dark-headings);
  background-color: #8197ca;
  text-decoration: underline;
}

.button.white {
  background-color: var(--white);
  color: var(--dark-headings);
}

.button.white:hover {
  background-color: var(--border);
  color: var(--white);
}

.button-small {
  background-color: var(--border);
  color: var(--white);
  text-align: center;
  padding: 12px 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95), color .3s cubic-bezier(.445, .05, .55, .95);
}

.button-small:hover, .button-small.white {
  background-color: var(--white);
  color: var(--dark-headings);
}

.button-small.white:hover {
  background-color: var(--border);
  color: var(--white);
}

.grid-image-licensing {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.splash-block {
  width: 100%;
  max-width: 1000px;
}

.splash-image {
  box-shadow: 0 20px 20px -20px #030303;
}

.splash-link {
  filter: grayscale();
  text-align: center;
  border-bottom-style: none;
  margin-top: 20px;
  margin-bottom: 60px;
  transition: filter .3s cubic-bezier(.445, .05, .55, .95);
}

.splash-link:hover {
  filter: grayscale(0%);
}

.splash-heading {
  margin-top: 20px;
  margin-bottom: 0;
}

.brand-name-left {
  border-bottom-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition-property: none;
  display: flex;
}

.about-section {
  min-width: 970px;
}

.body, .body-2 {
  background-color: var(--white);
}

.heading {
  font-size: 72px;
}

.image {
  max-width: 250px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image:hover {
  filter: grayscale();
}

.body-3, .body-4 {
  background-color: var(--white);
}

.bold-text {
  color: var(--paragraphs);
}

.body-5, .body-6 {
  background-color: var(--white);
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 23px;
  }

  .block-navbar {
    padding: 15px 10px;
  }

  .section {
    padding: 220px 30px 30px;
  }

  .section.full {
    padding-left: 85px;
    padding-right: 0;
  }

  .content.full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-hero {
    font-size: 86px;
  }

  .title-hero.h3 {
    font-size: 68px;
  }

  .block-text-hero {
    margin-bottom: 90px;
  }

  .block-text-hero.full {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .grid-project.center {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-project {
    height: 380px;
  }

  .collection-item {
    margin-bottom: -50px;
  }

  .block-project-text {
    z-index: 50;
    position: relative;
  }

  .collection-list-wrapper {
    margin-bottom: 50px;
  }

  .footer {
    padding: 25px 10px;
  }

  .link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-navbar-left {
    padding: 12px;
  }

  .single-project-text {
    margin-bottom: 60px;
  }

  .about {
    flex-flow: column;
    margin-bottom: 0;
  }

  .image-about {
    width: 50%;
    margin-right: 0;
  }

  .title-about {
    font-size: 120px;
  }

  .text-block {
    width: auto;
    margin-top: 40px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .block-navbar {
    padding: 10px;
  }

  .brand {
    margin-left: 0;
  }

  .nav-link-text {
    padding: 15px;
    font-size: 35px;
  }

  .section {
    padding: 120px 20px 20px;
  }

  .section.full {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.full {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-hero {
    font-size: 54px;
  }

  .title-hero.h3 {
    font-size: 36px;
  }

  .block-text-hero {
    margin-bottom: 60px;
  }

  .grid-project {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }

  .grid-project.center {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-project.space {
    padding-top: 20px;
  }

  .image-project {
    height: 330px;
  }

  .collection-item {
    margin-bottom: -20px;
  }

  .gradient {
    display: none;
  }

  .block-project-text.absolute {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    display: flex;
    position: relative;
  }

  .collection-list-wrapper {
    margin-bottom: 20px;
  }

  .footer {
    flex-direction: column;
    padding: 15px 10px;
  }

  .block-footer {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .navbar-left {
    inset: 0% 0% auto;
  }

  .block-navbar-left {
    flex-direction: row;
    padding: 10px;
  }

  .single-project-text {
    margin-bottom: 40px;
  }

  .title-project {
    margin-top: 5px;
  }

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

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

  .about {
    flex-direction: column;
  }

  .title-about {
    padding: 15px;
    font-size: 80px;
  }

  .page-text-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .splash-link {
    margin-bottom: 60px;
  }

  .brand-name-left {
    display: none;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .title-hero {
    margin-bottom: 0;
    font-size: 48px;
  }

  .title-hero.h3 {
    font-size: 36px;
  }

  .block-text-hero {
    margin-bottom: 40px;
  }

  .block-text-hero.center {
    margin-bottom: 20px;
  }

  .block-text-hero.full {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .image-project {
    height: 250px;
  }

  .link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .block-footer {
    flex-direction: column;
  }

  .image-about {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title-about {
    font-size: 60px;
  }

  .page-info-links {
    margin-top: 0;
  }

  .link-info {
    font-size: 18px;
  }

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

  .block-buttons {
    align-items: center;
  }

  .grid-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto;
    margin-bottom: 20px;
  }

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

  .text-block {
    margin-top: 15px;
  }
}


@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-Bold.ttf') format('truetype'), url('../fonts/NotoSerifDisplay_Condensed-BoldItalic.ttf') format('truetype'), url('../fonts/NotoSerifDisplay_Condensed-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-Italic.ttf') format('truetype'), url('../fonts/NotoSerifDisplay_Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserifdisplay Condensed';
  src: url('../fonts/NotoSerifDisplay_Condensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}