@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Heavy.woff2') format("woff2"), url('../fonts/GreycliffCF-Heavy.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-ExtraBoldOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-BoldOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-BoldOblique.woff') format("woff"), url('../fonts/GreycliffCF-ExtraBoldOblique.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-HeavyOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-HeavyOblique.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-LightOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-LightOblique.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-MediumOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-MediumOblique.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-DemiBoldOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-DemiBoldOblique.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Light.woff2') format("woff2"), url('../fonts/GreycliffCF-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-ExtraLightOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-ExtraLightOblique.woff') format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Medium.woff2') format("woff2"), url('../fonts/GreycliffCF-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Regular.woff2') format("woff2"), url('../fonts/GreycliffCF-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-RegularOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-RegularOblique.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-Thin.woff2') format("woff2"), url('../fonts/GreycliffCF-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-ExtraLight.woff2') format("woff2"), url('../fonts/GreycliffCF-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-ThinOblique.woff2') format("woff2"), url('../fonts/GreycliffCF-ThinOblique.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Greycliffcf;
  src: url('../fonts/GreycliffCF-DemiBold.woff2') format("woff2"), url('../fonts/GreycliffCF-DemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --bravely-red: #f22613;
}

.hero-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero {
  background-image: url('../images/Header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 726px;
  padding-top: 134px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.navbar-logo-left {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bravely-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar-logo {
  object-fit: contain;
  object-position: 0% 50%;
  justify-content: center;
  align-items: center;
  width: 196.998px;
  height: 45px;
  display: flex;
  position: static;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.what-we-do {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.what-we-do:hover {
  transform: scale(1.15);
}

.nav-text-wrapper {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 18px;
  font-weight: 400;
}

.how-we-do-it {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.how-we-do-it:hover {
  transform: scale(1.15);
}

.things-we-created {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.things-we-created:hover {
  transform: scale(1.15);
}

.who-we-are {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.who-we-are:hover {
  transform: scale(1.15);
}

.contact {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.contact:hover {
  transform: scale(1.15);
}

.nav-text-bold {
  color: #fff;
  letter-spacing: -.05em;
  font-family: Greycliffcf, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.shop {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.shop:hover {
  transform: scale(1.15);
}

.hero-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 400px;
  padding: 32px;
  display: flex;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.hero-content.hero-text-animated {
  max-width: 890px;
  height: auto;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.nav-text-light {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 18px;
  font-weight: 300;
}

.do-the-brave-thing-white {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 130px;
  position: relative;
}

.do-the-brave-thing-red {
  z-index: 1;
  color: #f22613;
  letter-spacing: -.08em;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  position: relative;
}

.capabilities-wrapper {
  z-index: auto;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px 0;
  font-family: Greycliffcf, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.inner-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body-paragraph-large {
  color: #5e5e5e;
  letter-spacing: -.03em;
  margin-top: 40px;
  font-family: Greycliffcf, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
}

.what-we-do-nav {
  letter-spacing: -.3px;
  min-height: 884px;
  padding-left: 0;
  font-family: Greycliffcf, sans-serif;
}

.what-we-do-nav-text {
  clear: none;
  color: #d9d8d8;
  letter-spacing: -.04em;
  cursor: pointer;
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
  transition: color .3s;
}

.what-we-do-nav-selected {
  color: #f22613;
  letter-spacing: undefinedundefined;
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
}

.what-we-do-nav-content {
  z-index: auto;
  pointer-events: none;
  color: #5e5e5e;
  letter-spacing: undefinedundefined;
  font-size: 28px;
  font-weight: 100;
  line-height: 150%;
  display: block;
  position: static;
}

.section-head-bold {
  z-index: 1;
  color: #fff;
  letter-spacing: -.03em;
  font-family: Greycliffcf, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 77.5%;
  position: static;
  top: 14px;
  left: 194px;
}

.section-head-light {
  z-index: 1;
  color: #fff;
  letter-spacing: -.08em;
  object-fit: fill;
  font-family: Greycliffcf, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 77.5%;
  position: static;
  top: 14px;
  left: 283px;
  overflow: visible;
}

.how-we-do-it-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.section-header {
  z-index: 10;
  background-color: #f22613;
  width: calc(50vw - 50px);
  min-width: 550px;
  max-width: 100%;
  height: 54px;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
}

.things-we-create-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: relative;
}

.brand-experience-wrapper, .who-we-are-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f22613;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 64px 24px;
  display: flex;
}

.body-paragraph-light {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Greycliffcf, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
}

.header-text-wrapper {
  width: 462px;
  max-width: calc(100% - 64px);
  position: absolute;
  top: 8px;
  left: 64px;
  transform: translate(0%);
}

.footer-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Grid-Header Grid-Header Grid-Header Grid-Header"
                 "Grid-Content-Left Grid-Content-Left . Area"
                 "Grid-Footer Grid-Footer Grid-Footer Grid-Footer"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
  display: flex;
}

.footer-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.footer-text-light {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Greycliffcf, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-block {
  text-align: center;
  font-weight: 100;
}

.footer-headline {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Greycliffcf, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  display: flex;
}

.inner-column-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand-logo-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.brand-logo {
  justify-content: center;
  align-items: center;
  max-height: 120px;
  display: flex;
}

.section-background {
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-paragraph-large-light {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 40px;
  font-family: Greycliffcf, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
}

.inner-column-align-bottom {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.how-nav-text {
  color: #f2f1ef;
  letter-spacing: -.03em;
  cursor: pointer;
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
}

.how-nav-content {
  pointer-events: none;
  color: #fff;
  letter-spacing: undefinedundefined;
  font-size: 28px;
  font-weight: 100;
  line-height: 150%;
  display: block;
}

.how-nav {
  letter-spacing: -.3px;
  max-width: 100%;
  font-family: Greycliffcf, sans-serif;
  list-style-type: none;
  overflow: hidden;
}

.who-headshot-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.things-lottie-animation {
  width: 100%;
  display: block;
}

.headshot-overlay {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  background-color: #ff2613cc;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 28px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.headshot-overlay:hover {
  opacity: 1;
}

.headshot-list-item {
  cursor: pointer;
  position: relative;
}

.headshot-text {
  color: #fff;
  letter-spacing: -.03em;
  flex: 0 auto;
  margin-top: 25px;
  font-family: Greycliffcf, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.who-headline-bold {
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Greycliffcf, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  transition: opacity .2s;
  display: flex;
}

.who-headline-light {
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Greycliffcf, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  transition: opacity .2s;
  display: block;
}

.single-column-full {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.what-we-do-nav-item {
  list-style-type: none;
  transition: color .3s;
  position: relative;
  overflow: visible;
}

.background-video {
  z-index: auto;
  pointer-events: none;
  background-color: #0000;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.work-animation {
  width: 100%;
  height: 1000vh;
  display: block;
  position: relative;
}

.do-the-brave-thing-start-absolute {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  text-shadow: 4px 4px 5px #00000026;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 130px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.hero-animated-text {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f22613;
  letter-spacing: -.08em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 55px;
  left: 494px;
}

.do-the-brave-thing-end-absolute {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  text-shadow: 4px 4px 5px #00000026;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 130px;
  display: inline-block;
  position: absolute;
  left: 1150px;
}

.hero-animated-text-item {
  position: absolute;
  top: 0;
  left: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.work-text-wrapper {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #0009;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
}

.work-text-list-item {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  font-family: Greycliffcf, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  position: static;
}

.work-text-list-item-bold {
  font-weight: 700;
}

.work-animated-text-item {
  position: absolute;
}

.work-animation-inner {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.image {
  display: inline-block;
  position: relative;
  top: 0;
}

.how-nav-wrapper {
  min-height: 600px;
  margin-bottom: 0;
  padding-left: 0;
}

.how-animations {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}

.how-animation-item {
  list-style-type: none;
  display: block;
  position: absolute;
  bottom: 0;
}

.how-animation-item.how-animation-immerse {
  width: 240px;
  bottom: 390px;
}

.how-animation-item.how-animation-ideate {
  width: 240px;
  bottom: 300px;
}

.how-animation-item.how-animation-implement {
  width: 240px;
  bottom: 220px;
}

.how-animation-item.how-animation-iterate {
  width: 240px;
  bottom: 110px;
}

.how-we-do-it-image-hidden {
  display: none;
}

.how-trigger-wrapper {
  pointer-events: none;
  height: 0;
  display: flex;
  overflow: hidden;
}

.what-we-do-nav-arrow {
  width: 50px;
  position: absolute;
  top: 29px;
  left: -60px;
}

.what-we-do-expand {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.main-navbar {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 32px;
}

.lottie-player {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-2 {
  object-fit: scale-down;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.image-3 {
  object-fit: scale-down;
  max-height: 100%;
}

.image-4, .image-5, .image-6, .image-9, .image-10, .image-11, .image-12 {
  object-fit: scale-down;
}

.logo-image {
  object-fit: scale-down;
  max-height: 100%;
}

.image-14, .image-15, .image-16 {
  object-fit: scale-down;
}

.footer-logo-wrapper {
  margin-left: 100px;
}

.logo-spacer-inline {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-text-wrapper-flex {
  opacity: 1;
  width: 100%;
  display: flex;
  position: absolute;
}

.do-the-brave-thing-start-flex {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  text-shadow: 4px 4px 5px #00000026;
  min-width: 500px;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 130px;
  display: inline-block;
  position: relative;
}

.hero-animated-text-flex {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f22613;
  letter-spacing: -.08em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 740px;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  display: flex;
  position: relative;
}

.do-the-brave-thing-end-flex {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  text-shadow: 4px 4px 5px #00000026;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 130px;
  display: inline-block;
  position: relative;
}

.hero-animated-text-item-flex {
  opacity: 0;
  height: 20px;
  position: absolute;
}

.navbar-logo-white {
  object-fit: contain;
  object-position: 0% 50%;
  justify-content: center;
  align-items: center;
  width: 196.998px;
  height: 45px;
  display: flex;
  position: static;
}

.link, .link-2, .link-3 {
  color: #fff;
}

.two-column-align-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-button {
  z-index: 100;
}

.inner-column-full {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero-image-alt {
  z-index: 5;
  object-fit: contain;
  position: absolute;
  top: -90px;
  left: calc(140px + 1vw);
}

.hero-image-alt.astronaut {
  width: 21%;
  overflow: visible;
}

.hero-text-wrapper-flex-alt {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.do-the-brave-thing-start-flex-alt {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  text-shadow: 4px 4px 5px #00000026;
  min-width: 350px;
  font-family: Greycliffcf, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 130px;
  display: inline-block;
  position: relative;
}

.do-the-brave-thing-end-flex-alt {
  z-index: 1;
  color: #fff;
  letter-spacing: -.05em;
  text-shadow: 4px 4px 5px #00000026;
  font-family: Greycliffcf, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 130px;
  display: inline-block;
  position: relative;
}

.hero-animated-text-flex-alt {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f22613;
  letter-spacing: -.08em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 740px;
  height: 100%;
  font-family: Greycliffcf, sans-serif;
  font-size: 140px;
  font-weight: 800;
  display: flex;
  position: relative;
}

.hero-animated-text-item-flex-alt {
  opacity: 0;
  letter-spacing: -.05em;
  font-size: 68px;
  line-height: 68px;
  position: absolute;
}

.inner-column-no-padding {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-image {
  z-index: 5;
  object-fit: contain;
  position: absolute;
  top: -90px;
  left: 140px;
}

.hero-image.astronaut {
  width: 21%;
  overflow: visible;
}

.hero-text-wrapper {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.hero-animated-text-item-flex-alt-visible {
  opacity: 0;
  letter-spacing: -.05em;
  font-size: 68px;
  line-height: 68px;
  position: absolute;
}

.label {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.label-2, .label-3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.button {
  color: #f22613;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 14px;
  padding: 5px;
  font-size: 14px;
}

.input, .input-2, .input-3 {
  color: #474747;
  border-radius: 5px;
  padding: 5px;
  font-size: 18px;
  font-weight: 300;
}

.hubspot-iframe-container {
  height: 500px;
  display: block;
}

.hubspot-iframe {
  border-width: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: scroll;
}

.label-4 {
  color: #fff;
  text-align: left;
  font-family: Greycliffcf, sans-serif;
  font-weight: 300;
}

.input-4 {
  text-align: left;
  border: 1px #000;
  border-radius: 5px;
  font-family: Greycliffcf, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.label-5, .label-6 {
  color: #fff;
  margin-top: 10px;
  font-family: Greycliffcf, sans-serif;
  font-weight: 300;
}

.div {
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  color: #f22613;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Greycliffcf, sans-serif;
  font-weight: 700;
}

.input-5 {
  border-radius: 5px;
  font-family: Greycliffcf, sans-serif;
}

.input-6 {
  border-radius: 5px;
  font-family: Greycliffcf, sans-serif;
  box-shadow: 0 0 #0003;
}

.button-2 {
  float: none;
  clear: none;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .hero-content.hero-text-animated {
    max-width: 1150px;
  }

  .hero-image-alt {
    left: calc(210px + 1vw);
  }

  .do-the-brave-thing-start-flex-alt {
    min-width: 420px;
    font-size: 96px;
  }

  .do-the-brave-thing-end-flex-alt {
    font-size: 96px;
  }

  .hero-animated-text-flex-alt {
    width: 254px;
  }

  .hero-animated-text-item-flex-alt {
    font-size: 96px;
    line-height: 96px;
  }

  .hero-image {
    left: 210px;
  }

  .hero-animated-text-item-flex-alt-visible {
    font-size: 96px;
    line-height: 96px;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 106px;
  }

  .navbar-logo-left {
    padding-left: 30px;
    padding-right: 0;
  }

  .bravely-logo {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar-logo {
    justify-content: flex-start;
    align-items: center;
    height: 36px;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #f22613;
  }

  .what-we-do, .how-we-do-it, .things-we-created, .who-we-are, .contact, .shop {
    justify-content: center;
  }

  .small-container {
    margin-top: 0;
  }

  .inner-column {
    width: 100%;
  }

  .two-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .body-paragraph-large {
    font-size: 28px;
    line-height: 34px;
  }

  .what-we-do-nav {
    min-height: auto;
  }

  .what-we-do-nav-text {
    letter-spacing: -.04em;
    font-size: 70px;
  }

  .what-we-do-nav-content {
    font-size: 24px;
  }

  .how-we-do-it-wrapper {
    padding-bottom: 0;
  }

  .section-header {
    width: 550px;
    min-width: 0;
  }

  .body-paragraph-light {
    font-size: 28px;
    line-height: 34px;
  }

  .header-text-wrapper {
    left: 64px;
    right: auto;
    transform: translate(0%);
  }

  .footer-columns {
    flex-direction: column;
    grid-template-areas: ". . . ."
                         "Grid-Footer Grid-Footer Grid-Footer Grid-Footer"
                         "Grid-Header Grid-Header Grid-Header Grid-Header";
    align-items: center;
  }

  .footer-text-light {
    text-align: center;
  }

  .footer-content {
    padding-left: 0;
  }

  .inner-column-center {
    border-left-style: none;
  }

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

  .body-paragraph-large-light {
    font-size: 28px;
    line-height: 34px;
  }

  .inner-column-align-bottom {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
  }

  .how-nav-text {
    font-size: 70px;
  }

  .how-nav-content {
    font-size: 24px;
  }

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

  .headshot-text {
    font-size: 14px;
    line-height: 18px;
  }

  .who-headline-bold, .who-headline-light {
    font-size: 30px;
    line-height: 32px;
  }

  .single-column-full {
    flex-direction: column;
    align-items: center;
  }

  .do-the-brave-thing-start-absolute {
    font-size: 60px;
    left: -30px;
  }

  .hero-animated-text {
    left: 282px;
  }

  .do-the-brave-thing-end-absolute {
    font-size: 60px;
    left: 507px;
  }

  .hero-animated-text-item {
    letter-spacing: -.05em;
    font-size: 60px;
    left: -42px;
  }

  .work-text-wrapper {
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
  }

  .work-text-01.work-animated-text-item, .work-text-02.work-animated-text-item {
    margin-right: 40px;
    padding-left: 40px;
  }

  .work-text-03.work-animated-text-item, .work-text-04.work-animated-text-item, .work-text-05.work-animated-text-item, .work-text-06.work-animated-text-item, .work-text-07.work-animated-text-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-nav-wrapper {
    min-height: 0;
  }

  .how-animations {
    justify-content: center;
    display: flex;
  }

  .how-animation-item.how-animation-immerse {
    max-width: 400px;
    max-height: 400px;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .how-animation-item.how-animation-ideate, .how-animation-item.how-animation-implement {
    max-width: 400px;
    max-height: 400px;
    top: 0;
    bottom: auto;
  }

  .how-animation-item.how-animation-iterate {
    max-width: 400px;
    max-height: 400px;
    display: block;
    top: 0;
    bottom: auto;
  }

  .what-we-do-nav-arrow {
    width: 35px;
    max-width: 100%;
    top: 27px;
    left: -44px;
  }

  .icon {
    color: #fff;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
    object-fit: scale-down;
  }

  .hero-text-wrapper-flex {
    margin-top: -66px;
  }

  .do-the-brave-thing-start-flex {
    font-size: 60px;
    left: -30px;
  }

  .hero-animated-text-flex {
    left: 282px;
  }

  .do-the-brave-thing-end-flex {
    font-size: 60px;
    left: 507px;
  }

  .hero-animated-text-item-flex {
    letter-spacing: -.05em;
    font-size: 60px;
    left: -42px;
  }

  .navbar-logo-white {
    justify-content: flex-start;
    align-items: center;
    height: 36px;
  }

  .two-column-align-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 12px 10px;
  }

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

  .menu-icon-top {
    background-color: #fff;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0 0 auto;
  }

  .menu-icon-middle {
    background-color: #fff;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 12px 0;
  }

  .menu-icon-bottom {
    background-color: #fff;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: auto 0 0;
  }

  .menu-icon-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .inner-column-full {
    width: 100%;
  }

  .hero-image-alt {
    z-index: 5;
    width: 160px;
    max-width: 100%;
    top: -144px;
    left: 110px;
  }

  .hero-text-wrapper-flex-alt {
    width: auto;
    margin-top: -66px;
    left: -15px;
    right: -15px;
  }

  .do-the-brave-thing-start-flex-alt {
    min-width: 250px;
    font-size: 56px;
  }

  .do-the-brave-thing-end-flex-alt {
    font-size: 56px;
    left: -6px;
  }

  .hero-animated-text-item-flex-alt {
    letter-spacing: -.05em;
    font-size: 56px;
    line-height: 56px;
  }

  .inner-column-no-padding {
    width: 100%;
    padding-right: 40px;
  }

  .hero-image {
    z-index: 5;
    width: 160px;
    max-width: 100%;
    top: -144px;
    left: 110px;
  }

  .hero-text-wrapper {
    width: auto;
    margin-top: -66px;
    left: -15px;
    right: -15px;
  }

  .hero-animated-text-item-flex-alt-visible {
    letter-spacing: -.05em;
    font-size: 56px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .bravely-logo {
    position: static;
  }

  .hero-content.hero-text-animated {
    justify-content: flex-start;
    align-items: center;
    max-width: 360px;
    min-height: 380px;
  }

  .body-paragraph-large {
    font-size: 24px;
  }

  .what-we-do-nav-text {
    letter-spacing: -.04em;
    font-size: 44px;
  }

  .what-we-do-nav-content {
    font-size: 24px;
  }

  .section-head-bold, .section-head-light {
    font-size: 34px;
  }

  .section-header {
    width: 100%;
    max-width: 550px;
  }

  .body-paragraph-light {
    font-size: 24px;
  }

  .header-text-wrapper {
    top: 10px;
  }

  .footer-text-light {
    align-self: center;
  }

  .inner-column-center {
    border-right-style: none;
  }

  .brand-logo-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .body-paragraph-large-light {
    font-size: 24px;
  }

  .inner-column-align-bottom {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .how-nav-text {
    font-size: 60px;
  }

  .how-nav-content {
    font-size: 24px;
  }

  .headshot-text {
    font-size: 12px;
    line-height: 14px;
  }

  .who-headline-bold, .who-headline-light {
    font-size: 20px;
    line-height: 22px;
  }

  .do-the-brave-thing-start-absolute {
    font-size: 70px;
    top: -98px;
    left: 80px;
  }

  .hero-animated-text {
    top: 18px;
    left: 80px;
  }

  .do-the-brave-thing-end-absolute {
    font-size: 70px;
    top: 30px;
    left: 80px;
  }

  .hero-animated-text-item {
    font-size: 70px;
    left: 0;
  }

  .work-text-list-item {
    font-size: 24px;
  }

  .main-navbar {
    top: 18px;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-logo-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .do-the-brave-thing-start-flex {
    font-size: 70px;
    top: -98px;
    left: 80px;
  }

  .hero-animated-text-flex {
    top: 18px;
    left: 80px;
  }

  .do-the-brave-thing-end-flex {
    font-size: 70px;
    top: 30px;
    left: 80px;
  }

  .hero-animated-text-item-flex {
    font-size: 70px;
    left: 0;
  }

  .hero-image-alt {
    width: 180px;
    position: absolute;
    top: 140px;
    left: auto;
  }

  .hero-image-alt.astronaut {
    width: 30%;
  }

  .hero-text-wrapper-flex-alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 210px;
    margin-top: 0;
    position: absolute;
    top: -30px;
    left: 0;
    right: auto;
  }

  .do-the-brave-thing-start-flex-alt {
    z-index: 10;
    font-size: 74px;
    line-height: 64px;
  }

  .do-the-brave-thing-end-flex-alt {
    z-index: 10;
    font-size: 74px;
    line-height: 64px;
    left: auto;
  }

  .hero-animated-text-flex-alt {
    width: 240px;
    height: auto;
    line-height: 64px;
  }

  .hero-animated-text-item-flex-alt {
    font-size: 74px;
    line-height: 64px;
    left: 0;
  }

  .hero-image {
    width: 180px;
    top: 0;
    left: -22px;
  }

  .hero-image.astronaut {
    width: 30%;
  }

  .hero-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 210px;
    margin-top: 0;
    top: 60px;
    left: 130px;
    right: auto;
  }

  .hero-animated-text-item-flex-alt-visible {
    font-size: 64px;
    line-height: 64px;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-inner {
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .small-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content.hero-text-animated {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-column {
    padding-left: 0;
    padding-right: 0;
  }

  .two-column {
    margin-left: 15px;
    margin-right: 10px;
    padding-bottom: 2px;
  }

  .body-paragraph-large {
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
  }

  .what-we-do-nav-text {
    letter-spacing: -.04em;
    font-size: 26px;
  }

  .what-we-do-nav-content {
    font-size: 18px;
  }

  .section-head-bold, .section-head-light {
    font-size: 30px;
  }

  .section-header {
    padding-left: 0;
  }

  .body-paragraph-light {
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
  }

  .header-text-wrapper {
    padding-left: 3px;
    top: 12px;
    left: 37px;
  }

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

  .text-block {
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .body-paragraph-large-light {
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
  }

  .inner-column-align-bottom {
    width: 100%;
  }

  .how-nav-text {
    font-size: 40px;
  }

  .how-nav-content {
    font-size: 18px;
    font-weight: 200;
  }

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

  .who-headline-bold {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    font-size: 18px;
    line-height: 18px;
  }

  .who-headline-light {
    font-size: 18px;
    line-height: 18px;
  }

  .do-the-brave-thing-start-absolute {
    font-size: 40px;
    left: 65px;
  }

  .hero-animated-text {
    top: -2px;
    left: 65px;
  }

  .do-the-brave-thing-end-absolute {
    font-size: 40px;
    top: -17px;
    left: 65px;
  }

  .hero-animated-text-item {
    font-size: 40px;
  }

  .work-text-list-item {
    font-size: 20px;
  }

  .how-nav-wrapper {
    padding-right: 28px;
  }

  .what-we-do-nav-arrow {
    width: 15px;
    top: 9px;
    left: -22px;
  }

  .icon {
    color: #fff;
  }

  .image-7 {
    object-fit: scale-down;
  }

  .footer-logo {
    text-align: center;
    padding-left: 0;
  }

  .div-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .do-the-brave-thing-start-flex {
    font-size: 40px;
    left: 65px;
  }

  .hero-animated-text-flex {
    top: -2px;
    left: 65px;
  }

  .do-the-brave-thing-end-flex {
    font-size: 40px;
    top: -17px;
    left: 65px;
  }

  .hero-animated-text-item-flex {
    font-size: 40px;
  }

  .two-column-align-bottom {
    margin-left: 15px;
    margin-right: 10px;
    padding-bottom: 2px;
  }

  .menu-button {
    background-color: #0000;
    right: 24px;
  }

  .inner-column-full {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-alt {
    z-index: 12;
    width: 200px;
    top: 90px;
  }

  .hero-image-alt.astronaut {
    width: 60%;
  }

  .hero-text-wrapper-flex-alt {
    min-height: 170px;
    top: -30px;
    left: 0;
  }

  .do-the-brave-thing-start-flex-alt, .do-the-brave-thing-end-flex-alt {
    font-size: 64px;
    line-height: 44px;
  }

  .hero-animated-text-flex-alt {
    width: 180px;
  }

  .hero-animated-text-item-flex-alt {
    font-size: 64px;
    line-height: 44px;
  }

  .inner-column-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image {
    width: 150px;
    top: -30px;
    left: -42px;
  }

  .hero-image.astronaut {
    width: 60%;
  }

  .hero-text-wrapper {
    min-height: 150px;
    top: 60px;
    left: 85px;
  }

  .hero-animated-text-item-flex-alt-visible {
    opacity: 1;
    font-size: 64px;
    line-height: 44px;
  }

  .button {
    float: none;
    clear: none;
    position: relative;
  }
}

#w-node-_584c6258-03d4-7b07-37d6-60e0b75e56f3-bdbadc35 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b32e8dcf-059c-6aa8-b1b6-968af808095d-bdbadc35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afbc4d14-55f6-6c89-71f3-dfb9b1f1a615-bdbadc35 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-b32e8dcf-059c-6aa8-b1b6-968af808095d-bdbadc35 {
    grid-column: span 4 / span 4;
  }

  #w-node-fb8f119d-a2e8-9a28-7bbe-b82d33f6ff34-bdbadc35, #w-node-_9033e29e-b985-22eb-330c-55888337ec4a-bdbadc35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb8f119d-a2e8-9a28-7bbe-b82d33f6ff34-bdbadc35, #w-node-_9033e29e-b985-22eb-330c-55888337ec4a-bdbadc35 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_584c6258-03d4-7b07-37d6-60e0b75e56f3-bdbadc35 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Heavy.woff2') format('woff2'), url('../fonts/GreycliffCF-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraBoldOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-BoldOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-BoldOblique.woff') format('woff'), url('../fonts/GreycliffCF-ExtraBoldOblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-HeavyOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-HeavyOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-LightOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-MediumOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBoldOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-DemiBoldOblique.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Light.woff2') format('woff2'), url('../fonts/GreycliffCF-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Bold.woff2') format('woff2'), url('../fonts/GreycliffCF-ExtraBold.woff2') format('woff2'), url('../fonts/GreycliffCF-ExtraBold.woff') format('woff'), url('../fonts/GreycliffCF-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraLightOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-ExtraLightOblique.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Medium.woff2') format('woff2'), url('../fonts/GreycliffCF-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'), url('../fonts/GreycliffCF-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-RegularOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-RegularOblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Thin.woff2') format('woff2'), url('../fonts/GreycliffCF-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraLight.woff2') format('woff2'), url('../fonts/GreycliffCF-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ThinOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-ThinOblique.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBold.woff2') format('woff2'), url('../fonts/GreycliffCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}