:root {
  --dark-grey: #191919;
  --overlay-black: #1f1f1f69;
  --white: white;
  --dark-brown: #001eff00;
  --light-grey: #69729b;
  --transparent: transparent;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.flex-h {
  position: relative;
}

.sticky-hero-visual {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  align-self: auto;
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.inner-wrapper.width-50 {
  width: 50%;
}

.inner-wrapper.width-50.bg-dark-grey {
  background-color: var(--dark-grey);
}

.hero-section.width-100 {
  background-color: #0000;
  background-image: url('../images/Untitled-design-5.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.overlay {
  z-index: 1;
  background-color: var(--overlay-black);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-title-wrap {
  z-index: 2;
  box-sizing: border-box;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 100%;
  display: block;
  position: absolute;
  inset: 53% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.heading-h1 {
  aspect-ratio: auto;
  opacity: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.scroll-down-wrap {
  z-index: 2;
  width: 5%;
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.width-100, .scroll-down-icon {
  width: 100%;
}

.heading-h3 {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.space-small {
  width: 1rem;
  height: 1rem;
}

.about-section {
  width: 100%;
  height: auto;
}

.outter-hero-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.container {
  padding: 15% 10% 0%;
}

.container.last-container {
  padding-bottom: 10%;
}

.container.padding-bottom-15 {
  padding-bottom: 8%;
}

.heading-h2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
}

.about-image-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.text-normal {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-normal.line-height-medium {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-weight: 200;
  line-height: 1.3;
  position: relative;
}

.text-normal.color-white {
  color: var(--white);
  font-weight: 200;
}

.text-normal.width-50 {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.big-image {
  z-index: 2;
  filter: grayscale(16%);
  background-image: url('../images/albert-dera-ILip77SbmOE-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 55%;
  height: 65vh;
  position: relative;
}

.small-image {
  z-index: 3;
  filter: grayscale(34%);
  background-image: url('../images/kim-becker-EoCwQ5PerAs-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 50%;
  height: 40vh;
  position: absolute;
  top: 10%;
  left: 0;
}

.space-large {
  width: 3rem;
  height: 3rem;
}

.color-block {
  aspect-ratio: auto;
  background-color: var(--dark-brown);
  width: 40%;
  height: 40%;
  position: absolute;
  top: 42%;
  left: -3%;
}

.achivements {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.achivements.achivements-margin-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.achivement {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.achieve-number {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.section-summary {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.section-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.title-line {
  background-color: var(--dark-brown);
  transform-origin: 0%;
  color: var(--light-grey);
  flex: 1;
  align-self: auto;
  width: 20%;
  height: 1px;
  margin-bottom: 0;
}

.service-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--dark-brown);
  opacity: 1;
  background-image: url('../images/christopher-campbell-rDEOVtE7vOs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
}

.service-wrap.border-righr-bottom {
  background-image: url('../images/haley-truong-pBUTCrOFlL4-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: solid;
  border-right-style: solid;
  position: relative;
}

.service-wrap.border-bottom {
  background-image: url('../images/fotis-fotopoulos-6L4ALETAORU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: solid;
  position: relative;
}

.service-wrap.border-right {
  background-image: url('../images/paul-skorupskas-7KLa-xLbSXA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right-style: solid;
  position: relative;
}

.service-icon {
  z-index: 2;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.hero-vice-title {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.hero-vice-title.text-aa-caps {
  text-transform: uppercase;
}

.hero-vice-title.text-aa-caps.hero-vice-title-padding {
  float: none;
  opacity: 1;
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  cursor: auto;
  padding-right: 0%;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-brown);
  grid-template-columns: 1.5fr;
}

.service-overlay {
  background-color: #1f1f1fba;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-section.portfolios-page {
  background-color: var(--dark-grey);
}

.collection-list-wrapper {
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 2em;
  display: block;
}

.masonary-grid-container {
  direction: ltr;
  column-count: 3;
  margin: 0;
}

.collection-item {
  object-fit: fill;
  margin-bottom: 0;
  padding: 0;
  line-height: 1em;
  position: static;
  overflow: visible;
}

.masonry-grid-image-horizontal {
  object-fit: cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
}

.project-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.masonary-image-vertical {
  object-fit: cover;
  width: 100%;
  line-height: 5em;
  overflow: hidden;
}

.take-photo-top {
  transform-origin: 50% 0;
  background-color: #212121;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.take-photo-bottom {
  transform-origin: 50% 100%;
  background-color: #212121;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-image-border-right {
  z-index: 3;
  border-style: none solid solid none;
  border-width: 2px;
  border-color: #d1bc9e var(--dark-brown) var(--dark-brown) #d1bc9e;
  width: 2vw;
  height: 2vw;
  position: absolute;
  inset: auto 3% 3% auto;
}

.portfolio-image-border-left {
  z-index: 3;
  border-style: solid none none solid;
  border-width: 2px 1px 1px 2px;
  border-color: var(--dark-brown) var(--dark-brown) #d1bc9e;
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 3%;
  left: 3%;
}

.masonry-grid-image-vertical {
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 5em;
  text-decoration: none;
  display: block;
}

.testimonial-slider {
  background-color: var(--transparent);
  height: auto;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-image-wrap {
  background-image: url('../images/reviewer-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.testimonial-image-wrap.testimonial-two {
  background-image: url('../images/reviewer-8.jpg');
}

.testimonial {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.text-small {
  color: var(--light-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.right-arrow {
  width: 3rem;
  height: 3rem;
  margin-top: -48px;
  margin-left: 64px;
  margin-right: 0;
  position: relative;
}

.blog-post-wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.article-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.cms-main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

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

.blog-post-card {
  width: auto;
}

.collection-item-post {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.blog-post-card-image-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}

.blog-post-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.collection-blogs-list-wrapper {
  display: block;
}

.blog-post-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.read-more {
  color: var(--light-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.collection-blogs-list-wrapper-index {
  display: block;
}

.collection-list-index {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: stretch;
  display: flex;
}

.footer-section {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.form-block-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block-holder.brown-light {
  background-color: var(--dark-brown);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 3em 2em;
}

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

.form-block-header.form-block-header-marign {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.form {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60px;
  min-height: auto;
  display: flex;
  position: relative;
}

.form-block-paragraph {
  font-size: 18px;
  line-height: 1.1;
}

.form-block-paragraph.grey-heavy {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.subscribe-button {
  background-color: var(--dark-grey);
  min-width: 130px;
  height: 40px;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: 10px 10px auto auto;
}

.subscribe-button:hover {
  background-color: var(--white);
  color: var(--dark-grey);
  border: 1px solid #000;
}

.form-block {
  order: 1;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.subscribe-email-field {
  -webkit-text-stroke-width: 0px;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 10px 150px 10px 12px;
  font-family: Inter, sans-serif;
}

.contact-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #797979;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
}

.input:focus {
  border-bottom-color: var(--white);
}

.input.text-area {
  min-height: 200px;
}

.button {
  background-color: var(--white);
  color: #212121;
  border: 8px #000;
  border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 12px 28px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  transition: all .2s;
  display: block;
}

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

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--dark-brown);
  pointer-events: auto;
  cursor: auto;
  background-image: radial-gradient(circle, #0d00ffd1, #fff);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0%;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
}

.flex-nav {
  display: flex;
}

.flex-nav.navbar-container {
  flex: none;
  order: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.nav-logo {
  width: auto;
  height: 35px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-brown);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 3px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  transition: all .2s;
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-grey) #313135;
  color: var(--white);
  padding-bottom: 3px;
  transition-property: none;
}

.brand {
  order: -1;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 0;
  display: block;
  position: relative;
  inset: 0 auto auto 0;
}

.brand.w--current {
  order: -1;
  margin-top: 0;
  margin-left: 30px;
  position: relative;
  top: 0;
  left: 0;
}

.body-bg {
  background-color: var(--dark-grey);
}

.collection-blog-archive-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.social-icon-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.link-block {
  width: 23px;
}

.link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.link:hover {
  background-color: #0000;
}

.footer-logo {
  width: 200px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
  justify-content: stretch;
  width: 100%;
}

.container-1200px {
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.text-small-xs {
  font-size: 1.125rem;
}

.text-small-xs.inter {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-small-xs.inter.color-white {
  color: #fff;
  line-height: 1.3;
}

.text-small-xs.inter.font-weight-bold {
  font-weight: 600;
}

.text-small-xs.inter.font-weight-bold.color-white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.flex-v {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.block-footer-down {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3rem;
  padding-top: 3rem;
  display: flex;
}

.copyright {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1.125em;
  font-weight: 200;
}

.link-footer-down {
  color: var(--white);
  text-decoration: underline;
}

.template-info-wrapper {
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.h2-heading {
  justify-content: center;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h2-heading.align-center {
  color: var(--white);
  text-align: center;
  width: auto;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.license-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.button-secondary {
  background-color: #01aa6c;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-secondary.outline {
  color: #313135;
  -webkit-text-stroke-color: #313135;
  background-color: #fff;
  border: 2px solid #313135;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: color .2s, background-color .2s;
}

.button-secondary.outline:hover {
  color: #fff;
  background-color: #313135;
  border-color: #0000;
}

.button-secondary.green-color-light {
  background-color: #313135;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color .2s;
}

.button-secondary.green-color-light:hover {
  background-color: var(--dark-brown);
  color: var(--white);
}

.button-group {
  grid-column-gap: 10px;
  display: flex;
}

.button-group.license-button-gruop {
  align-self: center;
}

.color-grey {
  color: var(--light-grey);
}

.article-hidden-title {
  display: none;
}

.text-span {
  color: var(--white);
  -webkit-text-stroke-color: var(--light-grey);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.bold-text {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .hero-title-wrap, .section-title-wrap {
    overflow: hidden;
  }

  .title-line {
    transform-origin: 0%;
  }

  .hero-vice-title.text-aa-caps.hero-vice-title-padding {
    text-align: center;
    padding-right: 0%;
  }

  .flex-nav.navbar-container {
    width: 50%;
  }

  .nav-logo {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .brand {
    margin-top: 0;
  }

  .container-1200px {
    width: 1200px;
  }

  .button-secondary.outline {
    color: #313135;
    -webkit-text-stroke-color: #ad7ff7;
    border: 2px solid #313135;
  }

  .button-secondary.outline:hover {
    background-color: #313135;
    border-color: #313135;
  }

  .button-secondary.green-color-light {
    background-color: #313135;
  }

  .button-secondary.green-color-light:hover {
    color: #25242b;
    background-color: #ecdbc2;
  }

  .article-hidden-title {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .flex-h {
    flex-flow: column;
  }

  .sticky-hero-visual {
    width: 100%;
    position: relative;
  }

  .inner-wrapper.width-50.bg-dark-grey {
    width: 100%;
  }

  .hero-section.width-100 {
    height: 50vh;
  }

  .hero-title-wrap {
    padding-left: 7%;
    padding-right: 7%;
    top: 50%;
  }

  .heading-h1 {
    font-size: 9rem;
  }

  .scroll-down-wrap {
    width: 10%;
  }

  .container.padding-bottom-15 {
    padding-top: 17%;
    padding-bottom: 13%;
  }

  .color-block {
    left: -5%;
  }

  .achivements.achivements-margin-bottom {
    grid-column-gap: 20px;
  }

  .section-summary {
    font-size: 16px;
  }

  .hero-vice-title.text-aa-caps.hero-vice-title-padding {
    font-size: 1.6rem;
  }

  .collection-list-wrapper {
    padding-left: 0;
  }

  .masonary-grid-container {
    column-count: 3;
    padding-left: 0%;
    padding-right: 0%;
  }

  .take-photo-top, .take-photo-bottom, .portfolio-image-border-right, .portfolio-image-border-left {
    display: none;
  }

  .blog-post-wrapper {
    width: 100%;
    padding: 15% 10% 10%;
  }

  .article-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .cms-main-image {
    height: 400px;
  }

  .blog-post-card-image-wrapper {
    height: 300px;
  }

  .blog-post-title {
    line-height: 1.1;
  }

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

  .form-block-header.form-block-header-marign {
    margin-bottom: 6px;
    font-size: 28px;
  }

  .contact-form-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar {
    background-color: var(--transparent);
  }

  .nav-logo {
    width: 50%;
    height: auto;
  }

  .nav-menu {
    background-color: var(--dark-brown);
    height: auto;
    padding: 5%;
  }

  .nav-link {
    flex: 0 auto;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    font-size: 1.6rem;
    display: block;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .menu-button {
    background-color: var(--dark-brown);
    height: auto;
    padding: 20px;
  }

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

  .nav-icon {
    color: var(--white);
    font-size: 2rem;
  }

  .brand, .brand.w--current {
    margin-top: 0;
  }

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

  .social-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .link-block {
    width: 40px;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 7%;
    grid-row-gap: 7%;
  }

  .container-1200px {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .copyright {
    line-height: 1.2;
  }

  .template-info-wrapper {
    width: 100%;
    padding: 15% 10% 10%;
  }

  .h2-heading {
    text-align: center;
  }

  .button-secondary.outline {
    color: #313135;
    background-color: #fff;
    border-style: solid;
    border-color: #313135;
  }

  .button-secondary.outline:hover {
    background-color: #313135;
    border-color: #313135;
  }

  .button-secondary.green-color-light {
    background-color: #313135;
  }

  .button-secondary.green-color-light:hover {
    color: #25242b;
    background-color: #ecdbc2;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-title-wrap {
    overflow: hidden;
  }

  .heading-h1 {
    font-size: 4.5rem;
  }

  .scroll-down-wrap {
    width: 18%;
    bottom: 20px;
    right: 20px;
  }

  .container.padding-bottom-15 {
    padding-top: 30%;
    padding-bottom: 15%;
  }

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

  .about-image-wrap {
    flex-flow: column;
  }

  .text-normal {
    font-size: 1.125rem;
  }

  .text-normal.width-50 {
    width: 100%;
  }

  .big-image {
    width: 100%;
    height: 40vh;
  }

  .small-image {
    width: 100%;
    height: 35vh;
    position: relative;
  }

  .color-block {
    width: 50%;
    inset: auto -7% -3% auto;
  }

  .achivements.achivements-margin-bottom {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .achieve-number {
    font-size: 3rem;
  }

  .section-summary {
    font-size: 1rem;
  }

  .section-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-vice-title.text-aa-caps.hero-vice-title-padding {
    font-size: 1.25rem;
    line-height: 1.2;
  }

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

  .collection-list-wrapper {
    padding: 0%;
    font-size: 16px;
  }

  .masonary-grid-container {
    column-count: 2;
  }

  .portfolio-image-border-right, .portfolio-image-border-left {
    width: 40px;
    height: 40px;
  }

  .testimonial-content {
    flex-flow: column;
  }

  .testimonial-image-wrap.testimonial-one {
    width: 100%;
    height: 200px;
  }

  .blog-post-wrapper {
    padding-top: 30%;
  }

  .article-heading {
    font-size: 3.6rem;
  }

  .cms-main-image {
    height: 280px;
  }

  .blog-post-card-image-wrapper {
    height: 250px;
  }

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

  .blog-post-title {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .form-block-holder.brown-light {
    flex-direction: column;
    margin-top: 3rem;
    padding: 10% 8%;
  }

  .form-block-header.form-block-header-marign {
    font-size: 2rem;
    line-height: 1.1;
  }

  .form {
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin-top: 0;
  }

  .form-block-header-holder {
    text-align: center;
  }

  .form-block-paragraph.grey-heavy {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .subscribe-button {
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    top: auto;
    right: auto;
  }

  .subscribe-email-field {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-form-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-form {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .input {
    width: 100%;
    font-size: 1.125rem;
  }

  .input.text-area {
    min-height: 100px;
  }

  .button {
    width: 100%;
    height: auto;
    font-size: 16px;
  }

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

  .nav-logo {
    width: 80%;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .menu-button {
    padding: 10px;
  }

  .brand {
    flex: 0 auto;
    order: -1;
    margin-left: 15px;
    padding-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .brand.w--current {
    margin-left: 15px;
    padding-left: 0;
  }

  .social-icon-wrap {
    flex-flow: row;
  }

  .link-block {
    width: 25px;
  }

  .link {
    word-break: break-all;
  }

  .footer-grid {
    grid-column-gap: 7%;
    grid-row-gap: 7%;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    height: 100%;
    display: grid;
    position: relative;
  }

  .text-small-xs.inter {
    color: #fff;
    line-height: 1.3;
  }

  .flex-v {
    position: relative;
  }

  .block-footer-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 4rem;
    padding-top: 2rem;
  }

  .copyright {
    font-size: 1.125em;
    line-height: 1.3;
  }

  .template-info-wrapper {
    padding-top: 30%;
  }

  .h2-heading, .h2-heading.align-center {
    text-align: left;
    font-size: 30px;
  }

  .license-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cell {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-secondary.outline {
    color: #313135;
    text-align: center;
    border-style: solid;
    border-color: #313135;
    align-self: stretch;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button-secondary.outline:hover {
    background-color: #313135;
    border-color: #313135;
  }

  .button-secondary.green-color-light {
    text-align: center;
    background-color: #313135;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button-secondary.green-color-light:hover {
    color: #25242b;
    background-color: #ecdbc2;
  }

  .button-group {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-group.license-button-gruop {
    width: 100%;
  }

  .article-hidden-title {
    display: none;
  }
}

#Contact-Info-3.w-node-d511e4da-20b0-3a92-b6bc-3015a05274d3-eac80b09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d511e4da-20b0-3a92-b6bc-3015a05274d4-eac80b09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-dffb9b68-82a3-2ddd-37c2-10fa98b108b3-eac80b0e, #w-node-dffb9b68-82a3-2ddd-37c2-10fa98b108bc-eac80b0e, #w-node-dffb9b68-82a3-2ddd-37c2-10fa98b108c5-eac80b0e {
  justify-self: center;
}


