:root {
  --black: black;
  --white: white;
  --grey: #1d1d1d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.home-hero_section {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70vh;
  min-height: auto;
  max-height: none;
  display: flex;
  position: sticky;
  top: 0;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.home-hero_image {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.text-size-display {
  letter-spacing: -.07em;
  font-family: Ppcirka, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: .8;
}

.home-hero_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_heading.text-size-display {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  flex: 0 auto;
  max-width: 1600px;
  font-family: Inter Tight, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: .8em;
}

.c_button_link {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  min-width: 10em;
  padding: 1em 2.1em;
  line-height: 1;
}

.c_button_link:hover {
  color: var(--white);
  background-color: #0000;
}

.c_button_link.is-alt {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.c_button_link.is-alt:hover {
  background-color: var(--white);
  color: var(--black);
}

.spacer-32 {
  padding-bottom: 2em;
}

.home-intro_section {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.home-intro_layout {
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-intro_layout.is-alt {
  flex-direction: row-reverse;
}

.home-intro_content {
  width: 53%;
  max-width: 38em;
}

.text-size-h2 {
  letter-spacing: -.04em;
  font-family: Ppcirka, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: .9;
}

.home-intro_visual {
  width: 41%;
}

.home-intro_visual-height {
  padding-top: 120%;
  position: relative;
}

.home-intro_image {
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro_image.is-top {
  object-position: 50% 0%;
}

.spacer-12 {
  padding-bottom: .75em;
}

.home-hero_wrapper {
  margin-bottom: -100vh;
  display: block;
}

.home-cta_section {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  mix-blend-mode: screen;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-cta_wrapper {
  background-color: #141414;
  background-image: url('../images/pexels-ivan-samkov-7621385.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
}

.home-content_wrapper {
  z-index: 2;
  background-color: #111;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.spacer-64 {
  padding-bottom: 4em;
}

.quotes {
  padding-bottom: 0;
}

.home-intro_p {
  max-width: 34em;
}

.home-cta_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.spacer-80 {
  padding-bottom: 5em;
}

.footer_component {
  background-color: var(--black);
  position: sticky;
  bottom: 0;
}

.footer_top-layout {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_logo-text {
  letter-spacing: -.04em;
  font-family: Ppcirka, sans-serif;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1;
}

.footer_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_link-header {
  margin-bottom: .6em;
  font-size: 1.4em;
  line-height: 1;
}

.footer_link {
  color: #fff6;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.9;
  transition: color .1s;
  display: block;
}

.footer_link:hover {
  color: var(--white);
}

.footer_bottom {
  grid-column-gap: .75em;
  grid-row-gap: .5em;
  color: #fff6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_small-link:hover {
  color: var(--white);
}

.footer_wrapper {
  background-color: #000;
  margin-top: -100vh;
}

.spacer {
  height: 100vh;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  display: block;
  overflow: hidden;
}

.about-heading {
  color: #bdbdbd;
  letter-spacing: -2px;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 8vw;
  overflow: hidden;
}

.heading-2 {
  letter-spacing: -5px;
  white-space: normal;
  margin-bottom: 10px;
  font-family: Merriweathersans, sans-serif;
  font-size: 6vw;
  line-height: 8.5vw;
  overflow: hidden;
}

.text-block {
  color: #e0e0e0;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  z-index: 1;
  color: #e0e0e0;
  font-size: 2vw;
  line-height: 2.5vw;
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  z-index: 1;
  color: #e0e0e0;
  font-size: 2vw;
  line-height: 2vw;
  position: relative;
  overflow: hidden;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 65vh;
  padding-left: 24px;
  display: flex;
  position: fixed;
}

.div-block-2 {
  overflow: hidden;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  width: 80%;
  position: absolute;
  overflow: hidden;
}

.bg-logo {
  z-index: -1;
  opacity: .9;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: absolute;
}

.logo-inner {
  opacity: 1;
  border: 15px #fff;
  border-radius: 0%;
  width: auto;
  max-height: none;
  position: absolute;
}

.body {
  overflow: visible;
}

.div-block-6 {
  color: var(--white);
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 8vw;
  display: flex;
  position: absolute;
}

.logo-outter {
  opacity: 1;
  border-radius: 0;
  position: absolute;
}

.heading-3 {
  color: #bdbdbd;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Merriweathersans, sans-serif;
  font-size: 3rem;
  line-height: 5rem;
}

.quick-stack {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  padding: 0;
}

.work-block {
  display: flex;
}

.work-block-img {
  width: 50%;
}

.work-block-rt {
  flex-flow: column;
  width: 50%;
  padding-left: 0;
  display: flex;
}

.text-block-4 {
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
}

.text-block-5 {
  color: #e0e0e0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5em;
}

.text-block-6 {
  font-size: 2em;
}

.text-block-7 {
  font-size: 1.5em;
}

.text-block-8 {
  color: #00ceeb;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 2em;
}

.work-block-btm {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-wrap {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: block;
  position: fixed;
}

.container-3 {
  width: 100%;
  max-width: 1600px;
  padding-left: 20px;
  overflow: hidden;
}

.div-block-9 {
  border-radius: 50%;
}

.image {
  max-width: 48px;
}

.work-block-btm-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-10 {
  border: 1px solid #fff;
  border-radius: 50%;
  order: 1;
  align-self: center;
  width: 500px;
  height: 500px;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circ-2 {
  opacity: 1;
  display: block;
  position: absolute;
}

.circ-1 {
  opacity: .9;
}

.cird-3, .circ-4, .circ-5, .circ-6, .circ-7 {
  opacity: 1;
  position: absolute;
}

.circ-8 {
  opacity: .05;
  position: absolute;
}

.logo {
  opacity: .45;
  position: absolute;
}

.logo-embossed, .circ-9 {
  position: absolute;
}

.bold-text {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 3rem;
  line-height: 1.3;
  display: block;
}

.heading-4 {
  color: #bdbdbd;
}

.block-quote {
  color: #e0e0e0;
  -webkit-text-stroke-color: #bdbdbd;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
}

.div-block-12 {
  border-radius: 20px;
  display: flex;
}

.image-2 {
  border-radius: 100px;
  width: auto;
  max-width: 64px;
  height: 64px;
  margin-right: 20px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: #e0e0e0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25em;
}

.text-block-10 {
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
}

.text-block-11 {
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.cell, .cell-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 48px;
  padding-left: 0;
}

.cell-3 {
  justify-content: space-between;
  align-items: flex-start;
}

.footer {
  z-index: 4;
  clear: none;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-top: 5%;
  display: flex;
  position: relative;
}

.container-4 {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-3 {
  width: 64vw;
  max-width: 5vw;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 20px;
  display: flex;
}

.heading-5 {
  margin-left: 10px;
  font-size: 5vw;
}

.text-block-12 {
  color: #bdbdbd;
  margin-left: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-13 {
  color: var(--white);
  margin-left: 0;
  padding-left: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-15, .div-block-16, .div-block-17 {
  margin-bottom: 5%;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 40px;
  display: block;
}

.text-block-14 {
  color:#00ceeb;
  margin-left: 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-19 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-15 {
  color: #0aceec;
  margin-left: 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.link-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.link-block-2, .link-block-3, .link-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-16 {
  margin-left: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
}

.text-block-16-copy {
  margin-left: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 2.5rem;
}

.navbar {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
}

.container-5 {
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  padding-top: 20px;
  padding-left: 20px;
  position: fixed;
}

.image-4 {
  width: 48px;
}

.content-wrap {
  width: 100%;
  max-width: 1600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.title-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 5vw;
  line-height: 6vw;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  color: #bdbdbd;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
}

.paragraph {
  color: #e0e0e0;
  width: 50%;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
}

.quick-stack-3 {
  margin-bottom: 0;
}

.logo-about {
  z-index: 0;
  border-radius: 500px;
  max-width: 40%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  width: 50%;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-start;
}

.bold-text-4 {
  color: #bdbdbd;
  padding-left: 0;
  font-family: Merriweathersans, sans-serif;
  font-size: 3rem;
}

.text-block-17 {
  font-family: Inter Tight, sans-serif;
  font-size: 2.5rem;
}

.heading-8 {
  margin-bottom: 10px;
  font-size: 32px;
}

.text-block-18 {
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 1.2rem;
}

.text-block-19 {
  color: #bdbdbd;
  margin-bottom: 10px;
  font-size: 1rem;
}

.text-block-20 {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.body-2 {
  background-color: #131313;
}

.div-block-21, .div-block-22 {
  width: 100%;
}

.work-block-btm-copy-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-6 {
  border: 1px solid #464646;
}

.image-7 {
  z-index: 0;
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 40%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  position: relative;
}

.div-block-24 {
  padding-left: 20px;
}

.slide {
  max-width: 50%;
  height: auto;
}

.slider {
  color: #fff0;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 40vh;
  max-height: none;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.mask {
  color: #fff;
  width: 100%;
  height: auto;
  overflow: visible;
}

.image-8 {
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
}

.icon {
  color: #38c4e2;
  border-radius: 0;
}

.images-wrapper {
  width: 100%;
}

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

.sticky-element {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.track {
  height: 100%;
}

.track-flex {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.panel-3 {
  width: 800px;
}

.image-9 {
  max-width: 800px;
}

.image-10 {
  padding-right: 20px;
}

.right-arrow {
  background-color: #14141487;
  border-radius: 50px;
  max-width: 64px;
  max-height: 64px;
}

.left-arrow {
  opacity: .5;
  color: #38c4e2;
  background-color: #141414;
  border-radius: 50px;
  max-width: 64px;
  max-height: 64px;
  position: absolute;
}

.bold-text-4-copy {
  color: #bdbdbd;
  padding-left: 0;
  font-family: Merriweathersans, sans-serif;
  font-size: 3rem;
}

.cell-6 {
  justify-content: space-between;
  align-items: flex-start;
}

.image-11 {
  border-radius: 50px;
  margin-right: 10px;
}

.div-block-25 {
  display: flex;
}

.block-quote-2 {
  border-left-color: #bdbdbd;
  font-family: Inter Tight, sans-serif;
}

.text-block-21 {
  font-family: Inter Tight, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.text-block-22 {
  font-family: Inter Tight, sans-serif;
  font-size: 1.25em;
}

.block-quote-2-copy {
  border-left-color: #bdbdbd;
  font-family: Inter Tight, sans-serif;
}

.image-12 {
  border: 1px solid #000;
  max-width: 64px;
}

.image-13, .image-14 {
  max-width: 24px;
  margin-left: 10px;
}

.div-block-26 {
  overflow: hidden;
}

.quick-stack-3-copy {
  margin-bottom: 0;
}

.heading-6-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 5vw;
  line-height: 6vw;
  display: flex;
  overflow: hidden;
}

.logo-div-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: absolute;
}

.title {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-left {
  width: 50%;
}

.intro-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.intro-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 60vh;
  display: flex;
  position: relative;
}

.paragraph-2 {
  letter-spacing: 1px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.circle-2 {
  max-width: 40%;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-15 {
  max-width: 40%;
  position: absolute;
  inset: 0%;
}

.image-16 {
  max-width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-17 {
  max-width: 40%;
  position: absolute;
  inset: 0%;
}

.image-18, .image-19 {
  max-width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-20 {
  max-width: 40%;
  position: absolute;
  inset: 0%;
}

.paragraph-2-copy {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.paragraph-2-copy-copy {
  letter-spacing: 1px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.heading-9 {
  letter-spacing: 0;
  font-family: Inter Tight, sans-serif;
}

.container-6 {
  width: 100%;
  max-width: 1600px;
  position: static;
}

.intro-stack {
  padding-top: 0;
  position: static;
}

.image-21 {
  z-index: 0;
  max-width: 100%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-22 {
  max-width: 100%;
  position: relative;
  inset: 0%;
}

.logo-about-1 {
  z-index: 5;
  clear: none;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.cell-7 {
  display: flex;
}

.div-block-27 {
  position: relative;
}

.cric-2, .circ-3, .cric-4, .xirc-5, .cric-6, .cric-7, .image-23 {
  position: absolute;
}

.paragraph-3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.paragraph-4, .paragraph-5 {
  margin-bottom: 10px;
}

.heading-10 {
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
}

.bold-text-5 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.image-24 {
  width: 100%;
  max-width: 756px;
}

.slider-2 {
  margin-bottom: 40px;
}

.slide-2 {
  overflow: hidden;
}

.div-block-29 {
  height: 100%;
}

.image-scroll-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  display: grid;
  overflow: visible;
}

.image-box {
  margin-bottom: 20px;
  padding-right: 10px;
}

.image-25 {
  width: 100%;
  max-width: 7563px;
}

.div-block-30, .div-block-31 {
  overflow: hidden;
}

.quick-stack-4 {
  margin-bottom: 40px;
}

.div-block-32, .div-block-33 {
  padding-left: 20px;
}

.paragraph-6 {
  width: 50%;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-hero_section {
    height: 65vh;
  }

  .home-intro_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-intro_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: 30em;
  }

  .home-intro_layout.is-alt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-intro_content, .home-intro_visual {
    width: 100%;
  }

  .footer_component {
    position: relative;
  }

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

  .about-heading {
    margin-top: 0;
    padding-top: 0;
    font-size: 9vw;
    line-height: 12vw;
  }

  .heading-2 {
    letter-spacing: -3px;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 12vw;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .container-2 {
    height: 65vh;
  }

  .logo-inner {
    max-width: 481px;
  }

  .heading-3 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .quick-stack {
    margin-right: 0;
  }

  .text-block-4 {
    font-size: 1.5rem;
  }

  .text-block-5 {
    font-size: 1em;
  }

  .logo-embossed {
    inset: 0% auto 0% 0%;
  }

  .bold-text {
    font-size: 6vw;
    line-height: 8vw;
  }

  .block-quote {
    font-size: 1rem;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 8vw;
    max-width: 7vw;
    font-size: 8vw;
    line-height: 8vh;
  }

  .div-block-14 {
    padding-left: 20px;
  }

  .heading-5 {
    font-size: 9vw;
  }

  .title-wrap {
    padding-left: 0;
  }

  .bold-text-4 {
    font-size: 7vw;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-4-copy {
    margin-bottom: 20px;
    font-size: 7vw;
  }

  .image-11 {
    max-width: 100%;
  }

  .block-quote-2, .block-quote-2-copy {
    font-size: 1rem;
  }

  .intro-stack {
    padding-bottom: 0;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-5 {
    font-size: 3.5vw;
  }

  .bold-text-6 {
    font-size: 2rem;
  }

  .div-block-30 {
    margin-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero_section {
    height: 55vh;
  }

  .text-size-display {
    font-size: 5.7em;
  }

  .home-intro_section {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-h2 {
    font-size: 3.2em;
  }

  .home-hero_wrapper {
    display: block;
  }

  .quotes {
    padding-right: 0;
  }

  .about-heading {
    font-size: 9.5vw;
    line-height: 12vw;
  }

  .heading-2 {
    font-size: 9.5vw;
    line-height: 14vw;
    text-decoration: none;
  }

  .text-block, .text-block-2 {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .text-block-3 {
    width: 90%;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .container-2 {
    height: 60vh;
  }

  .div-block-5 {
    width: 100%;
  }

  .bg-logo {
    justify-content: center;
    align-items: center;
    inset: 0% auto 0% 0%;
  }

  .heading-3 {
    font-size: 6vw;
  }

  .quick-stack {
    padding-right: 0;
  }

  .logo-embossed {
    display: block;
    inset: 0%;
  }

  .bold-text {
    font-size: 6vw;
  }

  .image-3 {
    max-width: 9vw;
  }

  .heading-5 {
    font-size: 8vw;
  }

  .cell-4 {
    padding-right: 0;
  }

  .text-block-16-copy {
    font-size: 2rem;
  }

  .title-wrap {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 9vw;
  }

  .bold-text-4 {
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .text-block-20 {
    font-size: 1em;
  }

  .bold-text-4-copy {
    font-size: 8vw;
  }

  .heading-6-copy {
    margin-bottom: 40px;
    font-size: 9vw;
  }

  .process {
    padding-top: 10px;
  }

  .heading-10 {
    line-height: 3rem;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-5 {
    font-size: 2rem;
  }

  .bold-text-6 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

  .div-block-30 {
    margin-top: 0%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 10px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .home-hero_section {
    height: 40vh;
  }

  .text-size-display {
    font-size: 3.9em;
  }

  .text-size-h2 {
    font-size: 2.6em;
  }

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

  .about-heading, .heading-2 {
    letter-spacing: -1px;
  }

  .text-block, .text-block-2 {
    font-size: 4.5vw;
  }

  .text-block-3 {
    width: 90%;
    font-size: 4.5vw;
  }

  .container-2 {
    height: 40vh;
    padding-left: 20px;
    inset: 0% auto auto 0%;
  }

  .bg-logo {
    inset: 0% 0% auto;
  }

  .logo-inner {
    display: block;
  }

  .body {
    overflow: visible;
  }

  .heading-3 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .text-block-4 {
    font-size: 1.2rem;
  }

  .div-block-10 {
    justify-content: space-between;
    align-items: flex-start;
    width: 500px;
    min-width: 500px;
    min-height: 500px;
    display: block;
    overflow: visible;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .logo-embossed {
    inset: 0%;
  }

  .bold-text {
    font-size: 24px;
  }

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

  .block-quote {
    font-size: 16px;
  }

  .div-block-12 {
    flex-flow: row;
  }

  .image-2 {
    max-width: 80px;
    max-height: 80px;
  }

  .text-block-9 {
    font-size: 1em;
  }

  .text-block-10 {
    font-size: 1rem;
  }

  .text-block-11 {
    font-size: 1.2rem;
  }

  .image-3 {
    width: 64px;
    max-width: 10vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .div-block-14 {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .heading-5 {
    font-size: 8vw;
  }

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

  .text-block-13 {
    font-size: 18px;
  }

  .div-block-18 {
    width: 90%;
  }

  .text-block-14, .text-block-15 {
    font-size: 18px;
  }

  .text-block-16-copy {
    font-size: 1.5rem;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 1rem;
  }

  .title-wrap {
    margin-bottom: 0;
  }

  .bold-text-4 {
    padding-top: 20px;
    font-size: 9vw;
    line-height: 9vw;
  }

  .heading-8 {
    font-size: 30px;
  }

  .text-block-18 {
    padding-right: 25px;
  }

  .text-block-20 {
    font-size: 1em;
  }

  .slider {
    height: 20vh;
    margin-bottom: 0;
  }

  .cell-6 {
    padding-bottom: 20px;
  }

  .image-13 {
    max-width: 20px;
  }

  .image-14 {
    max-width: 24px;
  }

  .bold-text-5 {
    font-size: 1.7rem;
  }

  .paragraph-6 {
    width: 90%;
  }
}

#w-node-dca019f1-8c21-29eb-4018-d5f7d8bafedb-6d206d17 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-abaa67b1-1d2c-4e14-2279-249ba39ff800-6d206d17 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_859bb590-66dd-2fd3-40b6-496575df0ba2-6d206d17, #w-node-a1cc3dcf-40a8-3b6a-bed6-a263ade46ac9-6d206d17, #w-node-c4f9bb68-58c1-872c-4c16-1285390defcc-6d206d17, #w-node-f731a59a-d853-d86a-636b-66cb4ac42ccf-6d206d17, #w-node-_25c66ab8-c6aa-f79e-4912-1c0ab00d7b28-6d206d17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65c2072f-c3d8-b7e4-c507-08b32fb270e5-11f93ad6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_15f04855-1d3b-32d4-825b-9f91820b46e9-11f93ad6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_34abfc37-5285-0d22-0739-f1e7276cd1e5-11f93ad6, #w-node-_4cc6c505-74f8-af33-e2ea-99a4c2cbffbd-11f93ad6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-abaa67b1-1d2c-4e14-2279-249ba39ff800-6d206d17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_65c2072f-c3d8-b7e4-c507-08b32fb270e5-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_65c2072f-c3d8-b7e4-c507-08b32fb270e6-11f93ad6 {
    grid-row: span 2 / span 2;
  }

  #w-node-_15f04855-1d3b-32d4-825b-9f91820b46e9-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4cc6c505-74f8-af33-e2ea-99a4c2cbffbd-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dca019f1-8c21-29eb-4018-d5f7d8bafedb-6d206d17 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-abaa67b1-1d2c-4e14-2279-249ba39ff800-6d206d17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_65c2072f-c3d8-b7e4-c507-08b32fb270e5-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_15f04855-1d3b-32d4-825b-9f91820b46e9-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_34abfc37-5285-0d22-0739-f1e7276cd1e5-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15f04855-1d3b-32d4-825b-9f91820b46e9-11f93ad6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Ppcirka';
  src: url('../fonts/PPCirka-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweathersans';
  src: url('../fonts/MerriweatherSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweathersans';
  src: url('../fonts/MerriweatherSans-Bold.ttf') format('truetype'), url('../fonts/MerriweatherSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweathersans';
  src: url('../fonts/MerriweatherSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}