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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraBold.otf') format("opentype"), url('../fonts/Manrope-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-ExtraBold.otf') format("opentype"), url('../fonts/IntegralCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --white: #e9e9e9;
  --gold: #ceb8a2;
  --black: #1f1f1f;
}

body {
  background-color: var(--white);
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Integralcf, Impact, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Integralcf, Impact, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  border-bottom: 1px solid #d1d1d1;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  background-color: var(--gold);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 100rem;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 1.3rem 2rem;
  font-family: Integralcf, Impact, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
  transition: letter-spacing .4s cubic-bezier(.215, .61, .355, 1);
}

h6:hover {
  letter-spacing: .5px;
}

p {
  margin-bottom: 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #998978;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #6b5e51;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Integralcf, Impact, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.hero {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-info-wrap {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Integralcf, Impact, sans-serif;
  font-size: 10rem;
  line-height: 1;
}

.hero-paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.hero-bg {
  z-index: 1;
  filter: brightness(40%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-heading {
  color: #181818;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Integralcf, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.medium-stacked-intro {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 2.75fr) 3.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

.grid-left-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.paragraph {
  color: #666;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
}

.primary-btn {
  z-index: 10;
  background-color: var(--gold);
  color: var(--black);
  letter-spacing: 1px;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 2rem;
  font-family: Oswald, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn:hover {
  letter-spacing: 2px;
}

.primary-btn.is-outline {
  color: var(--white);
  background-color: #ceb8a226;
  border: 1px solid #fff;
}

.stacked-heading-3 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.small-header {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

.footer-btn-text {
  text-transform: uppercase;
}

.header-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

.intro-section {
  width: 100vw;
  padding: 5rem 8vw;
  position: relative;
}

.grid-left-img-wrap {
  border-radius: 1rem;
  width: 100%;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.project-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.blog-card-list-wrap {
  width: 100%;
}

.cs-card-category {
  color: #fffc;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

.card-overlay {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(0deg, #1f1f1f, #00000026 61%);
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-image {
  z-index: 1;
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-card-item {
  width: 100%;
}

.card-link {
  border-width: 1px;
  border-color: #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  min-height: 30rem;
  transition: transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.project-ttitle {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.page-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Integralcf, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.page-heading.is-cms-hero {
  width: 20ch;
}

.cms-hero-wrap {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cms-hero {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 8vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms-hero-paragraph {
  font-size: 1.2rem;
}

.article-main-content-2 {
  border-left: 1px solid #bad1d8;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 60em;
  padding-top: .8em;
  padding-left: 5vw;
  display: flex;
}

.category-list-text {
  background-color: #bad1d8;
  border-radius: 100rem;
  padding: 5px 8px;
  font-size: .7rem;
  font-weight: 500;
}

.category-list-text.bigger {
  padding: 10px;
  font-size: .9rem;
}

.article-about-2 {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 18em;
  height: 100%;
  padding-left: 2em;
  display: flex;
  position: sticky;
  top: 2.5em;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.article-content-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vert-line-pin {
  background-color: #e6948ccc;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 3em;
  display: flex;
  overflow: hidden;
}

.vert-line-pin.in-sidebar {
  background-color: #bad1d8;
}

.article-sidebar-title {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}

.article-post-section {
  z-index: 10;
  width: 100%;
  padding: 4rem 8vw 4rem 3vw;
  position: relative;
}

.article-rich-text {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.parallax-animation-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.article-sidebar-text {
  z-index: 10;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}

.cms-category-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.link-wrap {
  width: 100%;
  height: 100%;
}

.sidebar-link {
  box-shadow: none;
  color: var(--white);
  padding-top: .2em;
  padding-bottom: .2em;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  transition: border-color .2s, color .2s;
  display: block;
}

.sidebar-link:hover {
  color: #331f1d;
  border-bottom-color: #b36b64;
}

.sidebar-link.w--current {
  font-weight: 600;
}

.category-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.7rem;
  display: flex;
}

.category-list.side-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.article-about-block {
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 22em;
  padding-top: .8em;
  display: flex;
  overflow: hidden;
}

.article-about-block.hide {
  display: none;
}

.article-header {
  margin-bottom: 2rem;
}

.vert-line-2 {
  background-color: #8cd0e633;
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.footer-link-text {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 1.2em;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

.footer-link-text:hover {
  color: #fff;
}

.footer-animated-bg {
  z-index: 1;
  background-color: #141414;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-animated-bg.is-grey {
  background-color: #1f1f1f;
}

.footer-contact-links {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid #f5ecea26;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-link-3 {
  z-index: 10;
  color: #141414;
  letter-spacing: 0;
  text-indent: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5em 4vw;
  line-height: 1.1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.footer-link-3:hover {
  letter-spacing: .2em;
  text-indent: .2em;
}

.footer-link-3.is-white-color {
  opacity: .85;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3vw;
  padding-right: 3vw;
  font-weight: 700;
}

.footer-link-3.is-white-color:hover {
  opacity: 1;
}

.footer-contact-title-2 {
  color: #fff;
  background-color: #1f1f1f;
  border-radius: 100rem;
  margin-bottom: 0;
  padding: 8px;
  font-size: .7rem;
  line-height: 1em;
  display: none;
  position: absolute;
}

.footer-main-links {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8em 6em;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.footer-rows {
  flex-direction: column;
  width: 100vw;
  display: flex;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.footer-made-logo {
  filter: brightness(200%) grayscale();
  object-fit: contain;
  width: 5em;
  font-size: 1.3em;
}

.footer-made-logo.is-icon {
  width: 1.3em;
  margin-right: 16px;
}

.footer-links-wrap {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: #080808;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid #f5ecea26;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 8em;
  padding: 2em 1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  color: #757575;
}

.footer-link.hide {
  display: none;
}

.big-button {
  z-index: 10;
  color: #101010;
  border-top: 1px solid #79797926;
  border-bottom: 1px solid #79797926;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 140px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.5rem;
  font-weight: 600;
  transition: min-height .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-button:hover {
  min-height: 160px;
}

.paragraph-large {
  font-size: 1.2rem;
  line-height: 1.7;
}

.mobile-nav-links {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.mobile-nav-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.right-nav {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu-links {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100%;
  display: flex;
}

.nav-logo-mobile {
  width: 10rem;
  display: none;
}

.mobile-nav-menu {
  z-index: 10;
  background-color: #c8c8c800;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  display: none;
}

.button-line {
  width: 100%;
  height: 5px;
  position: relative;
}

.left-nav {
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 10rem;
  display: none;
}

.navbar-wrap {
  z-index: 99;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-btn {
  color: var(--white);
  font-variation-settings: "wght" 400;
  font-size: 1.2rem;
  line-height: 22px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.nav-link-btn:hover {
  box-shadow: none;
}

.brand-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.brand-link:hover {
  border-color: #dfdcd880;
  transform: scale(1.05);
}

.button-line-absolute {
  z-index: 1;
  background-color: #ffffff63;
  width: 100%;
  height: 2px;
  position: absolute;
}

.nav-links {
  z-index: 10;
  background-color: #c8c8c800;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.navbar {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 8em;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.hero-bg-video {
  z-index: 1;
  filter: brightness(40%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.downloads-section {
  border-top: 1px solid #afafaf;
  width: 100%;
  min-height: 10vh;
  margin-top: 20px;
  padding-top: 20px;
}

.blog-posts {
  width: 100vw;
  padding: 0 2vw 2rem;
  position: relative;
}

.blog-posts.cms {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-text-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 11vw;
  padding-right: 11vw;
  font-family: Oswald, sans-serif;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.is-bw {
  filter: brightness(38%) grayscale(70%);
}

.button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.home-hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-lottie {
  width: 10rem;
}

.text-wrap-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.home-hero-paragraph {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
}

.page-hero-wrap {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-outline-header {
  z-index: 1;
  opacity: .45;
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15em;
  font-weight: 700;
  line-height: 1em;
  display: inline;
  position: relative;
}

.hero-tag {
  z-index: 5;
  font-weight: 600;
  position: absolute;
}

.scroll-down-wrap {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.scroll-down-line-wrapper-2 {
  filter: invert();
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 48px;
  position: relative;
  overflow: hidden;
}

.scroll-down-line-bg {
  z-index: 1;
  background-color: #ffffff59;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.scroll-down-line {
  z-index: 10;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.dark-body {
  background-color: var(--black);
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  .dual-wrapper {
    grid-column-gap: 100px;
  }

  .card-link {
    height: 38rem;
  }

  .project-ttitle {
    font-size: 2.1rem;
  }

  .navbar {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  p {
    margin-bottom: 25px;
  }

  .section-heading {
    font-size: 4rem;
  }

  .dual-wrapper {
    grid-column-gap: 220px;
  }

  .primary-btn {
    height: 50px;
    font-size: 1rem;
  }

  .footer-btn-text {
    font-size: 1rem;
  }

  .grid-left-img-wrap {
    min-height: 60vh;
  }

  .project-content {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .cs-card-category {
    font-size: 1.2rem;
  }

  .card-link {
    height: 45rem;
  }

  .project-ttitle {
    font-size: 3rem;
  }

  .article-content-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link-text {
    font-size: 3.5vw;
  }

  .footer-made-logo {
    width: 8em;
  }

  .footer-made-logo.is-icon {
    width: 2.7em;
  }

  .footer-link {
    min-height: 12em;
  }

  .big-button {
    height: 220px;
    font-size: 2.5rem;
  }

  .paragraph-large {
    font-size: 1.4rem;
  }

  .nav-logo-mobile, .nav-logo {
    width: 12rem;
  }

  .navbar-wrap {
    padding-top: 1rem;
  }

  .nav-link-btn {
    font-size: 1.1rem;
  }

  .hero-outline-header {
    font-size: 30em;
  }
}

@media screen and (max-width: 991px) {
  .home-hero-heading {
    font-size: 7rem;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .intro-section {
    padding: 3rem 5vw;
  }

  .project-content {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cs-card-category {
    font-size: 1rem;
  }

  .card-overlay {
    background-image: linear-gradient(#fff0, #0000004d);
  }

  .card-link {
    min-height: 20rem;
  }

  .card-link:hover {
    transform: none;
  }

  .blog-card-list {
    grid-template-columns: 1fr;
  }

  .project-ttitle {
    width: 20ch;
    margin-bottom: 1px;
    font-family: Integralcf, Impact, sans-serif;
    font-size: 1.8rem;
  }

  .page-heading {
    font-size: 4rem;
  }

  .page-heading.is-cms-hero {
    width: 100%;
    font-size: 3.8rem;
  }

  .article-main-content-2 {
    border-left-style: none;
  }

  .article-about-2 {
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
  }

  .article-content-2 {
    flex-wrap: wrap;
  }

  .article-about-block {
    max-width: none;
  }

  .article-about-block.hide-on-mobile {
    display: none;
  }

  .footer-link-text {
    font-size: 4em;
  }

  .footer-link-3 {
    flex: 0 auto;
    padding: .8em 0;
  }

  .footer-link-3:hover {
    letter-spacing: 0;
    text-indent: 0;
  }

  .footer-contact-title-2 {
    opacity: .6;
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: .8em;
    font-weight: 600;
    display: none;
    position: relative;
  }

  .footer-main-links {
    flex-direction: column;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .footer-made-logo {
    font-size: 1.1em;
  }

  .footer-made-logo.is-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .big-button {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile-nav-links {
    z-index: 2;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    grid-template-columns: auto;
    grid-auto-flow: row;
    place-content: start flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2.2rem;
    padding-bottom: .7rem;
    display: flex;
    position: relative;
  }

  .mobile-nav-button {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #88888880;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-left: 17px;
    padding-right: 17px;
    transition: background-color .3s cubic-bezier(.215, .61, .355, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: absolute;
    inset: 1rem 2rem auto auto;
  }

  .mobile-nav-button:hover {
    background-color: #b4b4b480;
    transform: scale(1.05);
  }

  .right-nav {
    height: 4rem;
    padding-right: 2rem;
    display: none;
  }

  .nav-menu-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: auto;
    grid-auto-flow: row;
    place-content: start flex-start;
    align-items: center;
    width: 100%;
    padding-top: .7rem;
    padding-bottom: .7rem;
    display: flex;
  }

  .nav-logo-mobile {
    width: 10rem;
    margin-bottom: 1rem;
    display: block;
  }

  .mobile-nav-menu {
    z-index: 97;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    outline-offset: 0px;
    color: #fbfbfb;
    background-color: #252525;
    outline: 3px #fbfbfb;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding: 2rem 0 2rem 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100%);
  }

  .left-nav {
    z-index: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-logo {
    width: 9rem;
  }

  .navbar-wrap {
    position: fixed;
  }

  .nav-link-btn {
    color: #efebdf;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 1.1rem;
    font-size: 2.3rem;
    display: flex;
  }

  .nav-link-btn:hover {
    color: #a39d89;
  }

  .brand-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand-link:hover {
    border-color: #0000;
  }

  .button-line-absolute {
    display: none;
  }

  .nav-links {
    color: #fbfbfb;
    background-color: #605e4b80;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    padding-right: 0;
    display: none;
    inset: auto 0% 0%;
  }

  .navbar {
    z-index: 98;
    padding-left: 0;
    padding-right: 2em;
  }

  .blog-posts {
    padding: 3rem 5vw;
  }

  .home-hero-section {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5rem;
  }

  .hero-outline-header {
    font-size: 12em;
  }
}

@media screen and (max-width: 767px) {
  .hero-info-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5vw;
  }

  .home-hero-heading {
    font-size: 8rem;
  }

  .hero-paragraph {
    width: 35ch;
  }

  .section-heading {
    font-size: 2rem;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

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

  .grid-left-img-wrap {
    min-height: 350px;
  }

  .blog-card-list {
    justify-content: center;
  }

  .page-heading {
    font-size: 3.2rem;
  }

  .page-heading.is-cms-hero {
    font-size: 2.4rem;
  }

  .article-about-2 {
    width: 100%;
  }

  .article-content-2 {
    flex-wrap: wrap;
  }

  .footer-link-text {
    font-size: 2em;
  }

  .footer-contact-links {
    flex-wrap: wrap;
  }

  .footer-main-links {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }

  .footer-link {
    border-bottom: 1px solid #f5ecea26;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
    min-height: 4em;
  }

  .mobile-nav-button {
    width: 50px;
    height: 50px;
    top: .7rem;
    right: 1rem;
  }

  .right-nav {
    grid-column-gap: 12px;
  }

  .nav-logo-mobile {
    width: 7rem;
  }

  .mobile-nav-menu {
    padding-top: 3rem;
    transform: translate(0, -100%);
  }

  .brand-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .navbar {
    min-height: 6em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .blog-posts {
    padding-top: 1rem;
  }

  .home-hero-section {
    padding-left: 3.8rem;
  }

  .page-hero-wrap {
    background-position: 61%;
  }

  .hero-outline-header {
    font-size: 7em;
  }

  .scroll-down-wrap {
    bottom: 11%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.3rem;
  }

  .home-hero-heading {
    font-size: 5rem;
  }

  .hero-paragraph {
    width: 100%;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .small-header {
    margin-bottom: 0;
    font-size: .7rem;
  }

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

  .grid-left-img-wrap {
    min-height: 250px;
  }

  .project-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-card-category {
    font-size: .9rem;
  }

  .card-overlay {
    opacity: 81;
  }

  .blog-card-item {
    width: 100%;
  }

  .card-link {
    height: 18rem;
    margin-bottom: 19px;
  }

  .project-ttitle {
    width: 100%;
    font-size: 1.3rem;
  }

  .page-heading {
    font-size: 2.3rem;
  }

  .page-heading.is-cms-hero {
    font-size: 2rem;
  }

  .cms-hero-paragraph {
    font-size: 1.1rem;
  }

  .article-post-section {
    padding-right: 3vw;
  }

  .article-rich-text {
    width: 100%;
  }

  .footer-link-text {
    font-size: 10vw;
  }

  .footer-contact-title-2 {
    font-size: .9em;
  }

  .made-by-block {
    flex-flow: column wrap;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link {
    width: 100%;
  }

  .big-button {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 1.3rem;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .mobile-nav-links {
    padding-top: 1rem;
  }

  .mobile-nav-button {
    width: 45px;
    height: 45px;
    padding-left: 11px;
    padding-right: 11px;
    position: absolute;
    top: .8rem;
    right: .8rem;
  }

  .right-nav {
    justify-items: center;
  }

  .nav-menu-links {
    padding-top: 1rem;
  }

  .nav-logo-mobile {
    width: 5rem;
  }

  .mobile-nav-menu {
    padding-top: 4.5rem;
    transform: translate(0, -100%);
  }

  .nav-logo {
    width: 7rem;
  }

  .brand-link {
    padding-left: .5em;
    padding-right: .5em;
  }

  .navbar {
    min-height: 5em;
  }

  .blog-posts {
    padding-bottom: 1rem;
  }

  ._404-text-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-section {
    padding-left: .7rem;
  }

  ._404-lottie {
    width: 9rem;
  }

  .home-hero-paragraph {
    text-align: center;
    width: 100%;
  }

  .hero-outline-header {
    width: auto;
    font-size: 5em;
  }

  .hero-tag {
    font-weight: 600;
  }

  .scroll-down-wrap {
    bottom: 9%;
  }
}

#w-node-a0c2ca3c-fe05-268d-0a30-12c36a52dbb3-d3217531 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0c2ca3c-fe05-268d-0a30-12c36a52dbb4-d3217531 {
  place-self: center start;
}

#w-node-a0c2ca3c-fe05-268d-0a30-12c36a52dbb5-d3217531, #w-node-a0c2ca3c-fe05-268d-0a30-12c36a52dbb6-d3217531 {
  align-self: start;
}

#w-node-a0c2ca3c-fe05-268d-0a30-12c36a52dbbe-d3217531, #w-node-_64d82610-7d2a-ba25-00b9-b33867c6ece4-67c6ece1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a0c2ca3c-fe05-268d-0a30-12c36a52dbc2-d3217531 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.otf') format('opentype'), url('../fonts/Manrope-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-ExtraBold.otf') format('opentype'), url('../fonts/IntegralCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}