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

body {
  font-family: 'DM Sans', sans-serif;
  color: #797988;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
}

h1 {
  margin-top: 35px;
  margin-bottom: 26px;
  color: #000;
  font-size: 55px;
  line-height: 1.27em;
  font-weight: 500;
}

h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  color: #000;
  font-size: 44px;
  line-height: 1.3em;
  font-weight: 500;
}

h3 {
  margin-top: 27px;
  margin-bottom: 20px;
  color: #000;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 500;
}

h4 {
  margin-top: 20px;
  margin-bottom: 18px;
  color: #000;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 500;
}

h5 {
  margin-top: 18px;
  margin-bottom: 17px;
  color: #000;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 500;
}

h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}

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

a {
  text-decoration: underline;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}

ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #000;
  font-weight: 700;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-left: 2px solid #ffb74e;
  color: #000;
  font-size: 22px;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.paragraph-large {
  max-width: 600px;
  font-size: 22px;
  line-height: 1.75em;
}

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

.grid-hero {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-white {
  position: relative;
  background-color: #fff;
}

.block-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15vh 12% 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf1f4;
}

.collection-list-1st {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-project {
  width: 100%;
  height: 100%;
  max-height: 65vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-image-project-1st {
  overflow: hidden;
  width: 100%;
}

.project-1st {
  width: 100%;
  max-width: 700px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-decoration: none;
}

.bg-color-project-1st {
  padding: 7%;
}

.title-project {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.9vw;
}

.text-info-project {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.block-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-radius: 12px;
}

.default-bg-color-1st {
  background-color: #000;
}

.empty-state {
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e0e3;
  border-radius: 12px;
  background-color: #fff;
}

.block-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 36px 38px 80px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.menu-button {
  z-index: 999;
  width: 110px;
  height: 40px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 44px;
  line-height: 1.27em;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #fff;
}

.block-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 180px;
  max-width: none;
}

.text-menu-nav {
  color: #000;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.menu-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-menu {
  width: 17px;
  max-width: none;
  margin-left: 14px;
}

.block-hero {
  max-width: 650px;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.icon-close {
  width: 16px;
  max-width: none;
  margin-left: 14px;
}

.text-close-nav {
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.close-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.icon-arrow {
  width: 15px;
  height: 15px;
}

.text-arrow {
  display: inline-block;
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.block-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixed-navbar-full {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-footer {
  width: 130px;
  margin-right: 5px;
  margin-left: 14px;
}

.footer-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer {
  margin-right: 14px;
  margin-left: 14px;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
}

.link-footer:hover {
  opacity: 1;
}

.link-footer.small {
  font-size: 12px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  padding: 130px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.block-hero-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-hero-large {
  font-size: 70px;
  text-align: center;
}

.collection-list-wrapper-2nd {
  width: 100%;
  max-width: 900px;
  margin-top: 70px;
  margin-right: 45px;
  margin-left: 45px;
}

.collection-list-2nd {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-project-2nd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 12px;
}

.project-link-2nd {
  width: 100%;
  text-decoration: none;
}

.bg-color-project-2nd {
  padding: 35px;
}

.default-bg-color-2nd {
  position: absolute;
  left: -25px;
  bottom: 55px;
  z-index: 100;
  overflow: hidden;
  max-width: 500px;
  margin-right: 25px;
  border-radius: 12px;
  background-color: #000;
}

.block-image-project-2nd {
  overflow: hidden;
  width: 100%;
}

.title-project-2nd {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
}

.fixed-navbar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 50%;
  padding-top: 33px;
  padding-right: 50px;
  padding-left: 6%;
}

.block-accent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15vh 12% 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffb74e;
}

.default-bg-color-3rd {
  padding: 7%;
  background-color: #000;
}

.collection-list-3rd {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-link-3rd {
  width: 100%;
  height: 100%;
  max-width: 700px;
  text-decoration: none;
}

.block-image-project-3rd {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-single-project {
  width: 100%;
  max-height: 400px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 105px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.block-single-project {
  width: 100%;
  max-width: 900px;
  margin-top: 5vw;
}

.text-info-single-project {
  color: #000;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.title-single-project {
  margin-top: 8px;
  margin-bottom: 12px;
}

.rich-text-block img {
  border-radius: 12px;
}

.rich-text-block figcaption {
  font-size: 16px;
}

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

.rich-text-block a {
  border-bottom: 2px solid #ffb74e;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  text-decoration: none;
}

.rich-text-block a:hover {
  border-bottom-color: #000;
}

.rich-text-block strong {
  color: #000;
  font-weight: 700;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 1px solid #d9e0e3;
  background-color: #fff;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.block-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-single-page.left {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-large-single {
  font-size: 22px;
  line-height: 1.75em;
  text-align: left;
}

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

.image-single-page {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-single-page {
  width: 100%;
  margin-top: 15px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-banner {
  width: 100%;
  max-height: 350px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-banner-accent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #ffb74e;
}

.title-banner {
  margin-top: 0px;
  margin-bottom: 30px;
}

.button {
  padding: 24px 45px;
  border-radius: 12px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button.small {
  padding: 15px 28px;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-text-contact {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  margin-right: 20px;
  padding: 32px;
  border-radius: 12px;
  background-color: #1d61bf;
}

.block-text-contact.type-1 {
  background-color: #d03152;
}

.block-text-contact.type-2 {
  background-color: #25534e;
}

.text-info-contact {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.heading-contact {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-contact-info {
  position: relative;
  min-height: 350px;
  border-radius: 12px;
  background-image: url('../images/contact_img_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-contact-info.type-1 {
  background-image: url('../images/contact_img_3.jpg');
}

.block-contact-info.type-2 {
  background-image: url('../images/contact_img_2.jpg');
}

.submit-button {
  padding: 30px 45px;
  border-radius: 12px;
  background-color: #ffb74e;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #000;
  color: #fff;
}

.text-field {
  min-height: 65px;
  margin-bottom: 20px;
  padding: 20px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e0e3;
  border-radius: 12px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  font-size: 18px;
}

.text-field:focus {
  border-color: #ffb74e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.text-field:-ms-input-placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.text-field::-ms-input-placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.text-field::placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.textarea {
  max-height: 400px;
  min-height: 190px;
  margin-bottom: 20px;
  padding: 20px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e0e3;
  border-radius: 12px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  font-size: 18px;
}

.textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ffb74e;
}

.textarea::-webkit-input-placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.textarea:-ms-input-placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.textarea::-ms-input-placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.textarea::placeholder {
  color: rgba(121, 121, 136, 0.7);
}

.success-message {
  max-width: 100%;
  border-radius: 12px;
  background-color: #ecf1f4;
}

.block-contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-success {
  color: #000;
}

.error-message {
  padding: 20px 24px;
  border-radius: 12px;
  background-color: #d03152;
}

.text-error {
  color: #fff;
}

.space {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #d9e0e3;
}

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

.color-style {
  padding: 26px;
  border-radius: 12px;
  background-color: #000;
}

.color-style.type-1 {
  background-color: #000;
}

.color-style.type-2 {
  background-color: #797988;
}

.color-style.type-3 {
  background-color: #d9e0e3;
}

.color-style.type-4 {
  background-color: #ecf1f4;
}

.color-style.type-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #d9e0e3;
  background-color: #fff;
}

.color-style.type-6 {
  background-color: #ffb74e;
}

.color-style.type-7 {
  background-color: #1d61bf;
}

.color-style.type-8 {
  background-color: #d03152;
}

.color-style.type-9 {
  background-color: #25534e;
}

.text-color {
  color: #000;
  font-size: 16px;
  text-align: center;
}

.text-color.white {
  color: #fff;
}

.grid-buttons {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #ffb74e;
}

.buttons-style.white {
  border-style: solid;
  border-width: 1px;
  border-color: #d9e0e3;
  background-color: #fff;
}

.button-accent {
  padding: 24px 45px;
  border-radius: 12px;
  background-color: #ffb74e;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-accent:hover {
  background-color: #000;
  color: #fff;
}

.button-accent.small {
  padding: 15px 28px;
}

.button-accent.link-to-nft {
  margin-top: 40px;
}

.link {
  border-bottom: 2px solid #ffb74e;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #000;
}

.grid-image-licensing {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-licensing {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.image-splash {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e0e3;
  border-radius: 12px;
}

.link-splash {
  margin-top: 25px;
  margin-bottom: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  font-size: 24px;
  line-height: 1.27em;
  font-weight: 500;
  text-decoration: none;
}

.link-splash:hover {
  border-bottom-color: #ffb74e;
}

.link-image-splash {
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.link-image-splash:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.grid-splash {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 900px;
  margin-top: 35px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.block-splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-group-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-info-link-to-nft {
  color: #000;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
}

.nft-embed-block {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .grid-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-background {
    padding-top: 80px;
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .title-project {
    font-size: 30px;
  }

  .block-sticky {
    padding-right: 50px;
    padding-left: 50px;
  }

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

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

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .title-hero-large {
    font-size: 55px;
  }

  .bg-color-project-2nd {
    padding: 26px;
  }

  .title-project-2nd {
    font-size: 30px;
  }

  .fixed-navbar {
    position: absolute;
    width: 100%;
    padding-left: 50px;
  }

  .block-accent {
    padding-top: 80px;
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .content-project {
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .title-single-project {
    font-size: 50px;
  }

  .block-single-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-single-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-banner {
    height: 250px;
  }

  .block-banner-accent {
    padding: 57px;
  }

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

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

@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-background {
    padding: 65px 30px 50px;
  }

  .collection-list-1st {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .title-project {
    font-size: 24px;
  }

  .block-sticky {
    padding-right: 30px;
    padding-bottom: 65px;
    padding-left: 30px;
  }

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

  .block-arrow {
    margin-top: 50px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-group {
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .content {
    min-height: 60vh;
    padding-bottom: 80px;
  }

  .title-hero-large {
    font-size: 48px;
  }

  .collection-list-wrapper-2nd {
    margin-right: 15px;
    margin-left: 15px;
  }

  .default-bg-color-2nd {
    left: -9px;
    bottom: 20px;
  }

  .title-project-2nd {
    font-size: 24px;
  }

  .fixed-navbar {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .block-accent {
    padding: 65px 30px 50px;
  }

  .collection-list-3rd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-project {
    padding-right: 30px;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .title-single-project {
    font-size: 40px;
  }

  .block-single-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-single-page {
    height: 200px;
  }

  .image-banner {
    height: 200px;
  }

  .block-banner-accent {
    padding: 40px;
  }

  .block-text-contact {
    padding: 22px;
  }

  .block-contact-info {
    min-height: 300px;
  }

  .grid-color-style {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-splash {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .footer-group-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .block-background {
    padding: 50px 20px 30px;
  }

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

  .title-project {
    font-size: 20px;
  }

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

  .block-sticky {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .block-arrow {
    margin-top: 35px;
  }

  .fixed-navbar-full {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .title-hero-large {
    font-size: 42px;
  }

  .collection-list-wrapper-2nd {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bg-color-project-2nd {
    padding: 18px;
  }

  .title-project-2nd {
    font-size: 20px;
  }

  .fixed-navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-accent {
    padding: 50px 20px 30px;
  }

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

  .image-single-project {
    min-height: 300px;
  }

  .content-project {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

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

  .title-single-project {
    font-size: 35px;
  }

  .paragraph-large-single {
    font-size: 20px;
  }

  .image-single-page {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-single-page {
    margin-top: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .block-banner-accent {
    padding: 20px;
  }

  .title-banner {
    margin-bottom: 20px;
  }

  .block-text-contact {
    left: 10px;
    bottom: 10px;
    margin-right: 10px;
    padding: 14px;
  }

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

  .textarea {
    margin-bottom: 10px;
  }

  .grid-color-style {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-style {
    padding: 15px;
  }

  .text-color {
    font-size: 14px;
  }

  .grid-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .buttons-style {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .link-splash {
    font-size: 22px;
  }

  .text-info-link-to-nft {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_005c38d5-b70b-8ed7-9c98-893071fd86b4-fc16a99a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d218cad4-f2d6-25de-7298-ff69083d2a80-fc16a99a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

