:root {
  --white: #f3f2ee;
  --hover: #7d797f;
  --black: #252326;
  --serif: Times New Roman;
  --alley-component-library-blue--100: #eceefe;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-neutral--off-white: #f4f4f6;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-gray--900: #131316;
  --main: Varela Round;
}

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: var(--white);
  letter-spacing: .25px;
  cursor: auto;
  object-fit: fill;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-link-4:hover {
  color: var(--hover);
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  width: auto;
  justify-content: space-around;
  text-decoration: none;
  transition: color .3s;
}

.nav-link-4.w--current:hover {
  color: #7d797f;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.navbar-no-shadow-2 {
  z-index: 1000000;
  width: 100%;
  max-width: 1152px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: 10%;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  border: 2px none var(--white);
  object-fit: fill;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.navbar-brand-2 {
  width: 15%;
  height: 54px;
  max-height: 54px;
  max-width: none;
  min-height: 54px;
  border-top: 1px #000;
  border-right: 2px solid var(--white);
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-brand-2.w--current {
  min-width: 0%;
}

.nav-menu-2 {
  width: auto;
  max-width: none;
  min-width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--white);
  background-color: var(--black);
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.body {
  max-width: 1152px;
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  margin: 0% auto 10%;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  transition: color .2s, opacity .2s;
  display: block;
  overflow: visible;
}

.body.home {
  background-image: url('../images/Subtract.svg');
  background-position: 100% 220px;
  background-repeat: no-repeat;
  background-size: auto 22rem;
  overflow: visible;
}

.text-block {
  width: 1rem;
  max-width: 0;
  min-width: 115px;
  border-style: none;
  border-width: 2px 0 2px 2px;
  border-color: var(--white);
  color: var(--white);
  text-align: left;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin: 15px 0 15px 50px;
  padding: 0;
  font-family: miller-banner, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  display: block;
}

.image {
  border-right: 2px solid var(--white);
}

.image-2 {
  border-right: 2px none var(--white);
  margin-top: 19px;
  margin-bottom: 19px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  font-family: var(--serif);
  color: var(--white);
}

.list-item {
  flex: 0 auto;
  display: block;
}

.container-4 {
  width: auto;
  max-height: none;
  max-width: none;
  min-width: 35%;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--black);
  text-align: justify;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image-3 {
  padding: 19px 40px;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item-2 {
  max-width: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 51px;
  height: 54px;
  max-height: 54px;
  max-width: 51%;
  min-height: 54px;
  min-width: 51px;
  object-fit: fill;
  display: inline-block;
}

.section {
  justify-content: flex-start;
  display: flex;
}

.heading-2 {
  float: none;
  letter-spacing: 0;
  white-space: normal;
  font-family: roc-grotesk, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 77%;
}

.noah-weston {
  width: 100%;
  max-width: none;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1.25fr 571px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin: 14rem auto 4rem;
  display: block;
  overflow: visible;
}

.container-6 {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.heading-3 {
  max-height: 30px;
  max-width: none;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: miller-banner, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  overflow: visible;
}

.image-5 {
  min-height: 196px;
  min-width: 455px;
  aspect-ratio: auto;
  -webkit-text-stroke-color: var(--white);
  padding-top: 44px;
  padding-bottom: 44px;
}

.image-6 {
  display: inline-block;
}

.image-7 {
  width: 33vw;
  max-width: 475.188px;
  min-height: 0;
  min-width: 475.188px;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.image-8 {
  max-height: none;
  max-width: 100%;
  min-height: 500px;
  min-width: 0%;
  margin-left: 0;
  margin-right: 0;
}

.container-7 {
  margin-left: 0;
  margin-right: 0;
}

.image-9 {
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-left: 0;
  overflow: hidden;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 59px;
  display: grid;
}

.image-10 {
  max-height: 3px;
  min-width: 100%;
  display: block;
}

.my-work {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 474.609px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 4rem auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.div-block {
  width: 100%;
  max-width: 1152px;
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--white);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-12 {
  width: auto;
  height: 5rem;
  max-width: 320.938px;
  margin-top: 4rem;
  padding-top: 0;
}

.paragraph {
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  font-family: miller-banner, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 167%;
}

.container-8 {
  aspect-ratio: 1 / 1;
  border: 2px solid var(--white);
  object-fit: cover;
  background-color: #534f4f;
  justify-content: flex-start;
  display: block;
}

.grid {
  min-height: auto;
  min-width: auto;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  padding-top: 4rem;
  display: grid;
}

.text-block-2 {
  max-width: none;
  color: var(--white);
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 41px;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 132.5%;
  overflow: visible;
}

.text-block-2._1 {
  padding-top: 20px;
  padding-bottom: 0;
}

.container-9 {
  aspect-ratio: 3 / 2;
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--white);
  object-fit: cover;
  padding: 25px;
  display: block;
}

.container-10 {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.container-11 {
  justify-content: space-around;
  margin-left: -1px;
  margin-right: -351px;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  min-height: 24.7rem;
  position: absolute;
  left: 40%;
}

.container-12 {
  max-width: none;
  min-height: auto;
  min-width: 50%;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.section-6 {
  align-items: flex-end;
  display: flex;
}

.see-more {
  width: 100%;
  max-width: 1152px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: block;
}

.image-13 {
  width: auto;
  height: 2.5rem;
  max-width: none;
  padding-top: 0;
}

.text-block-3 {
  color: var(--white);
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.text-block-3.work {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-3.work:hover {
  color: var(--black);
}

.click {
  width: auto;
  height: 52px;
  max-width: none;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--white);
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.click:hover {
  color: var(--black);
}

.image-14 {
  width: auto;
  height: auto;
}

.image-14:hover {
  -webkit-text-stroke-width: 2px;
}

.container-14 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-15 {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  display: flex;
}

.container-16 {
  max-width: none;
  min-width: auto;
  flex: 1;
  padding-top: 0;
  padding-bottom: 4rem;
}

.a-header-dashboard {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-header-play {
  width: 32px;
  height: 32px;
  background-color: var(--alley-component-library-blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-video {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 12px;
  color: var(--alley-component-library-blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library-neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library-blue--100);
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library-blue--700);
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library-blue--900);
  color: var(--alley-component-library-blue--900);
}

.a-h1-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary, .a-text-color-primary {
  color: var(--alley-component-library-blue--900);
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-title-wrap-center {
  max-width: 510px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-header {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container-17 {
  max-width: none;
  justify-content: space-between;
  display: flex;
}

.footer {
  max-width: 1152px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.container-18 {
  width: auto;
  height: auto;
  max-width: none;
  min-width: 30%;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--white);
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  font-family: miller-banner, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  display: block;
}

.list {
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-19 {
  max-width: none;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.link {
  color: var(--white);
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link.footer-link {
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
}

.link.footer-link:hover {
  color: #7d7980;
}

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

.image-15 {
  width: 51px;
  height: 54px;
}

.container-20 {
  width: 133px;
  height: 54px;
  border: 2px solid var(--white);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.container-21 {
  max-width: none;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--white);
  border-radius: 0;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

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

.header {
  max-width: 70%;
  justify-content: flex-start;
  margin-top: 18rem;
  display: block;
}

.block-quote {
  min-width: auto;
  color: var(--white);
  letter-spacing: .05rem;
  border-left-style: none;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
  font-family: miller-banner, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  line-height: 167%;
}

.container-22 {
  max-width: none;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4rem;
  font-size: 14vw;
  display: flex;
}

.heading-4 {
  min-height: auto;
  min-width: auto;
  color: var(--white);
  flex: none;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.container-23 {
  flex: 1;
}

.container-24 {
  flex: none;
  align-self: flex-end;
}

.div-block-3 {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--white);
  padding-top: 4rem;
}

.section-7 {
  width: 66%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .85fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.image-16 {
  width: auto;
  border: 2px solid var(--white);
  border-radius: 292px;
  padding: 5%;
}

.paragraph-2 {
  width: auto;
  color: var(--white);
  letter-spacing: .05rem;
  margin-bottom: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 190%;
}

.text-block-5 {
  color: var(--white);
  letter-spacing: .7px;
  font-family: miller-banner, sans-serif;
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
}

.container-25 {
  justify-content: flex-end;
  padding-top: 1rem;
  display: flex;
}

.button {
  border: 2px solid var(--white);
  color: var(--black);
  flex: 0 auto;
  align-items: center;
  margin: 0;
  padding: 15px 25px;
  transition: background-color .5s;
  display: flex;
}

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

.button.linkedin {
  height: 52px;
  text-decoration: none;
}

.container-26 {
  max-width: 67%;
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-8 {
  width: auto;
  max-width: 54%;
  justify-content: flex-start;
  padding-top: 0;
  display: block;
}

.section-9 {
  max-width: 54%;
  min-height: 0;
  margin-top: 18rem;
}

.container-27 {
  max-width: none;
}

.text-block-6 {
  color: var(--white);
  letter-spacing: .05rem;
  padding-top: 4rem;
  font-family: miller-banner, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

.div-block-4 {
  max-width: 54%;
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--white);
  padding-top: 4rem;
}

.container-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-30 {
  max-width: none;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.container-30.over {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.container-30.in {
  max-width: 49%;
}

.container-31 {
  max-width: none;
  flex: 1;
}

.container-31.in {
  max-width: 49%;
}

.section-10 {
  width: auto;
  max-width: 54%;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.container-32 {
  width: 357.438px;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.container-33 {
  flex: 0 auto;
  justify-content: flex-start;
  display: block;
}

.container-34 {
  flex: 0 auto;
  display: block;
}

.image-17, .image-18 {
  padding-bottom: 2rem;
}

.section-11 {
  max-width: 54%;
}

.container-35 {
  width: 47%;
  max-width: none;
}

.container-36 {
  justify-content: space-between;
  display: flex;
}

.fill {
  flex: 1;
}

.image-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.image-20 {
  max-width: none;
  object-fit: fill;
  display: inline-block;
}

.container-37 {
  min-height: auto;
  min-width: auto;
  aspect-ratio: 1 / 1;
  border: 2px solid var(--white);
  object-fit: cover;
  justify-content: flex-start;
  display: block;
}

.container-38 {
  width: auto;
  height: 254px;
  max-width: none;
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--white);
  padding: 30px 30px 60px;
}

.section-12 {
  width: auto;
  max-width: 1152px;
  grid-column-gap: 40px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 2rem auto 4rem;
  padding-top: 0;
  display: grid;
}

.image-21 {
  padding-top: 10%;
}

.container-39 {
  width: 100%;
}

.text-block-7 {
  opacity: 1;
  outline-offset: 0px;
  color: var(--white);
  letter-spacing: .03rem;
  outline: 3px #f3f2ee;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  overflow: visible;
}

.image-22 {
  height: 6rem;
  max-height: 75px;
  min-height: 4rem;
  padding-bottom: 2rem;
}

.image-22.v {
  height: 6rem;
  max-width: 221px;
  padding-bottom: 1.3rem;
}

.div-block-5 {
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 286px;
  right: -21%;
  overflow: hidden;
}

.image-23 {
  overflow: hidden;
}

.container-40 {
  align-items: stretch;
  display: flex;
}

.link-block {
  max-width: none;
  outline-offset: 0px;
  outline: 3px #00e;
  text-decoration: none;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.link-block-3.vig {
  display: none;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-pricing-footnote {
  max-width: 430px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-button-primary-square {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-square:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary-square:active {
  background-color: var(--alley-component-library-blue--700);
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-prcing-feature-wrap {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.a-pricing-features-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-h3-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-h3-heading.a-weight-bold {
  font-weight: 700;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-pricing-badge {
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-pricing-card-detail {
  justify-content: space-between;
  display: flex;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-pricing-card {
  background-color: var(--alley-component-library-neutral--off-white);
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
}

.a-button-secondary-square {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--alley-component-library-blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-secondary-square:hover {
  background-color: var(--alley-component-library-blue--100);
}

.a-button-secondary-square:active {
  background-color: #d8d7df;
}

.a-pricing-grid-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-49 {
  margin-bottom: 16px;
}

.a-title-wrap-center-2 {
  max-width: 510px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-margin-bottom-64 {
  margin-bottom: 64px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.image-24 {
  height: 100%;
  max-width: none;
  min-height: 100%;
  overflow: visible;
}

.container-41 {
  max-height: 100%;
  max-width: none;
  margin-left: -80px;
}

.image-25 {
  height: 100%;
  margin-left: 0;
  padding-left: 0;
}

.div-block-6 {
  align-items: center;
  padding-left: 30rem;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
  overflow: visible;
}

.image-26 {
  overflow: visible;
}

.button-2 {
  width: auto;
  height: 52px;
  border: 2px solid var(--white);
  background-color: rgba(255, 255, 255, 0);
  margin-top: 4rem;
  padding: 15px 25px;
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  transition: color .5s, background-color .5s;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-2.alt {
  margin-top: 0;
}

.button-2.alt1 {
  margin-top: 2rem;
}

.button-2.alt3 {
  margin-top: 0;
}

.section-13 {
  max-width: 54%;
}

.name {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  grid-column-gap: 59px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 14rem;
  display: flex;
}

.text-block-8 {
  width: 100%;
  color: var(--white);
  letter-spacing: .04rem;
  padding-top: 4rem;
  font-family: miller-banner, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 2.2rem;
}

.div-block-100 {
  width: 100%;
  max-width: none;
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--white);
  margin-top: 4rem;
  padding-top: 0;
  position: relative;
}

.div-block-100.short {
  padding-top: 2rem;
}

.div-block-100.short.alt.alt2 {
  margin-top: 0;
}

.section-15 {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.section-15.down {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: column;
}

.section-15.bottom {
  align-items: flex-end;
}

.section-15._2x2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.paragraph-3 {
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: .05rem;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.9rem;
}

.paragraph-3.wide {
  width: 100%;
  font-style: normal;
}

.paragraph-3.alt1 {
  padding-bottom: 4rem;
}

.container-42 {
  width: 100%;
  max-width: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 90% 5%;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.text-block-9 {
  color: var(--white);
  font-family: miller-banner, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-9 {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-10 {
  width: 50%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  align-self: auto;
  margin-top: 4rem;
  display: flex;
  overflow: hidden;
}

.div-block-10.side {
  margin-top: 0;
}

.div-block-11 {
  max-height: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-10 {
  color: var(--white);
  align-items: flex-start;
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.image-27 {
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.link-block-4 {
  width: 80px;
  clear: none;
  justify-content: space-between;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  color: var(--hover);
}

.section-16 {
  width: 1500px;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-17 {
  margin-top: 0;
  padding-top: 4rem;
}

.div-block-12 {
  aspect-ratio: 16 / 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 4rem;
}

.container-43 {
  max-width: 100%;
  padding-bottom: 0;
}

.section-18 {
  max-width: 54%;
  padding-top: 4rem;
}

.text-block-11 {
  color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: miller-banner, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.link-block-5.w--current:hover {
  color: var(--hover);
}

.section-19 {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.link-block-6 {
  width: auto;
  max-width: none;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: var(--white);
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-13 {
  width: 20px;
}

.dropdown-list {
  display: none;
}

.div-block-101 {
  height: 52px;
}

.container-45 {
  width: 50%;
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.container-45.wide {
  width: 100%;
}

.container-46 {
  width: 100%;
  max-width: 50%;
}

.image-28 {
  height: auto;
  max-height: none;
  max-width: none;
  overflow: hidden;
}

.image-29 {
  width: 100%;
}

.container-47 {
  max-width: none;
  margin-left: auto;
}

.image-31 {
  padding-right: 0;
}

.div-block-103 {
  aspect-ratio: auto;
  position: absolute;
}

.image-32 {
  height: 3rem;
  max-height: none;
  max-width: none;
}

.image-33 {
  max-height: 100%;
  max-width: none;
  overflow: hidden;
}

.heading-5 {
  color: var(--white);
  letter-spacing: -.18rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 100%;
}

.image-34 {
  height: 100%;
  max-width: none;
}

.image-35 {
  width: 100%;
  height: auto;
  max-width: none;
  border: 2px solid var(--white);
  margin-top: 4rem;
}

.image-35.white-wide, .image-35.alt {
  padding: 5px;
}

.container-48 {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-width: auto;
  padding-right: 60px;
}

.container-49 {
  width: 50%;
  max-width: none;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
}

.heading-7 {
  color: var(--white);
  letter-spacing: -.2rem;
  padding-top: 4rem;
  font-family: roc-grotesk, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 100%;
}

.heading-7.av {
  letter-spacing: -.65rem;
}

.div-block-104 {
  width: 50%;
  height: 414px;
  max-height: none;
  min-width: auto;
  background-image: linear-gradient(#000, #fff);
}

.image-36 {
  height: 100%;
  max-height: 100%;
  max-width: none;
  overflow: visible;
}

.image-37 {
  width: 50%;
  height: 300px;
  max-height: none;
  max-width: 50%;
  object-fit: cover;
  overflow: visible;
}

.section-20 {
  margin-top: 4rem;
}

.container-50 {
  max-width: none;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.paragraph-4 {
  width: 12%;
  color: var(--white);
  margin-right: 5%;
  padding-top: 4rem;
  font-family: miller-banner, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.9rem;
}

.container-51 {
  width: 100%;
  max-width: 1152px;
  display: flex;
}

.container-52 {
  width: 50%;
  margin-left: 0;
}

.image-38 {
  height: 100%;
  border: 2px solid var(--white);
  object-fit: fill;
  padding-top: .5%;
  padding-right: .5%;
}

.image-39 {
  width: 50%;
  height: auto;
  max-width: none;
  border: 2px solid var(--white);
  padding: 5px;
}

.image-40 {
  width: 50%;
  max-width: none;
  border: 2px solid var(--white);
  padding-top: 0;
  padding-right: 0;
}

.image-40.alt1 {
  padding: 2px;
}

.image-40.alt2 {
  object-fit: cover;
  padding: 5px;
}

.container-53 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.image-41 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.image-42 {
  width: 100%;
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-105 {
  width: 100%;
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-106 {
  width: 3%;
}

.div-block-107 {
  width: 450px;
  height: 350px;
  max-height: 350px;
  max-width: 450px;
  min-height: 350px;
  min-width: 450px;
  border: 2px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-107.hold {
  height: 420px;
  max-height: 420px;
  max-width: 450px;
  min-height: 420px;
  min-width: 450px;
}

.div-block-107.stabil {
  width: 420px;
  height: 420px;
  max-height: 420px;
  min-height: 420px;
  min-width: 420px;
}

.div-block-107.track {
  width: 50%;
  max-width: 50%;
  min-height: 380px;
  min-width: 50%;
  align-self: flex-start;
  align-items: center;
}

.image-43 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  align-self: flex-start;
}

.image-44 {
  width: 50%;
  height: 100%;
  max-height: 700px;
  max-width: 50%;
  min-width: auto;
  aspect-ratio: auto;
  border: 2px solid var(--white);
  object-fit: cover;
  padding: 5px;
}

.image-44.alt4 {
  padding: 0;
}

.image-44.alt {
  width: 47.5%;
}

.image-45 {
  border: 2px solid var(--white);
  padding: 5px;
}

.italic-text {
  font-style: normal;
}

.container-54 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.image-46 {
  width: 100%;
  max-width: none;
  border: 2px solid var(--white);
  margin-top: 4rem;
  padding: 5px;
}

.image-47 {
  width: 100%;
  border: 2px solid var(--white);
  margin-top: 4rem;
  padding: 5px;
}

.image-47.al6 {
  padding: 0;
}

.image-48 {
  width: 100%;
  border: 2px solid var(--white);
  margin-top: 4rem;
  padding: 5px;
}

.image-49, .image-49.pres, .pres, .image-50, .image-51, .image-52 {
  width: 100%;
  border: 2px solid var(--white);
  margin-top: 4rem;
}

.section-21 {
  width: 10%;
}

.container-55 {
  width: 100%;
  max-width: none;
  justify-content: space-around;
  align-self: flex-start;
  display: flex;
}

.video {
  border: 2px solid var(--white);
  margin-top: 4rem;
}

.image-53 {
  width: 100%;
  border: 2px solid var(--white);
  margin-top: 4rem;
  padding: 5px;
}

.container-56 {
  width: 50%;
  max-width: none;
  flex-direction: column;
  display: flex;
}

.div-block-108 {
  height: 60px;
}

.image-54 {
  border: 2px solid var(--white);
  padding: 5px;
}

.video-2 {
  border: 2px solid var(--white);
  margin-top: 4rem;
}

.image-55 {
  width: 100%;
  max-width: 100%;
  border: 2px solid var(--white);
  padding: 5px;
}

.image-55.alt {
  margin-top: 4rem;
}

.container-57 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.container-58 {
  width: 100%;
}

.image-56, .image-57 {
  width: 100%;
  border: 2px solid var(--white);
  margin-top: 4rem;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-no-shadow-2 {
    justify-content: space-around;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .body, .body.home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block {
    flex: 0 auto;
  }

  .container-4 {
    flex: 0 auto;
    margin-right: 0;
    display: none;
    overflow: visible;
  }

  .grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .container-12 {
    flex: 1;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .container-18 {
    display: none;
    overflow: visible;
  }

  .header {
    margin-top: 14rem;
  }

  .section-7 {
    width: 100%;
  }

  .image-16 {
    border-width: 2px;
  }

  .section-8 {
    max-width: 82%;
  }

  .section-9, .div-block-4, .section-10 {
    max-width: 100%;
  }

  .section-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .a-button-primary-square {
    display: flex;
  }

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

  .section-13 {
    max-width: 82%;
  }

  .name {
    flex-direction: column;
  }

  .section-15 {
    flex-direction: column;
    padding-top: 0;
  }

  .section-15.down {
    padding-top: 4rem;
  }

  .div-block-10 {
    width: 100%;
    height: 600px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-11 {
    line-height: 2rem;
  }

  .container-45 {
    width: 100%;
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .container-46 {
    width: 100%;
    max-width: none;
    order: -1;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .image-29 {
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .image-30 {
    max-width: none;
  }

  .image-34 {
    width: 100%;
    height: auto;
  }

  .image-35 {
    width: 100%;
  }

  .container-48 {
    width: 100%;
    padding-bottom: 4rem;
  }

  .paragraph-4 {
    width: 20%;
  }

  .image-40 {
    width: 100%;
  }

  .div-block-107 {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .image-43 {
    width: 100%;
    height: 100%;
  }

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

  .container-55 {
    flex-direction: column;
  }

  .container-56 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .navbar-no-shadow-2 {
    flex-direction: column;
    padding-top: 1.5rem;
  }

  .navbar-brand-2 {
    width: 100%;
    max-width: none;
    min-width: auto;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand-2.w--current {
    width: 100%;
    max-width: none;
    justify-content: center;
    padding-right: 0;
  }

  .nav-menu-2 {
    height: 52px;
    border-left-style: solid;
    flex-direction: row;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .container-12 {
    width: 100%;
    min-width: auto;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-section-header {
    padding-top: 72px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-100.small {
    display: none;
  }

  .section-15 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    padding-top: 0;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
    display: block;
  }

  .container-45 {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-45.wide.alt {
    padding-top: 0;
  }

  .container-46 {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section-20 {
    display: none;
  }

  .container-51 {
    flex-direction: column;
  }

  .container-56 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .navbar-no-shadow-2 {
    flex-direction: column;
    padding-top: 1.5rem;
    display: flex;
  }

  .navbar-brand-2.w--current {
    width: 100%;
    max-width: none;
    min-width: auto;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    border-left-style: solid;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .text-block {
    flex: none;
  }

  .list-item-2 {
    height: 52px;
  }

  .image-4 {
    background-color: var(--white);
  }

  .noah-weston {
    margin-top: 14rem;
    margin-bottom: 4rem;
  }

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

  .image-7 {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .my-work {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .div-block {
    margin-top: 4rem;
  }

  .div-block.alt {
    margin-top: 0;
  }

  .image-12 {
    width: 13rem;
    height: auto;
    max-width: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .container-12 {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .see-more {
    width: 100%;
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-13 {
    width: 100%;
    height: auto;
  }

  .container-16 {
    padding-bottom: 0;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-20 {
    width: 100%;
  }

  .container-21 {
    display: none;
  }

  .header {
    max-width: 100%;
    margin-top: 18rem;
  }

  .block-quote {
    letter-spacing: .07rem;
    font-size: 1.1rem;
  }

  .container-22 {
    padding-top: 2rem;
  }

  .div-block-3 {
    padding-top: 4rem;
  }

  .section-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    padding-top: 4rem;
  }

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

  .section-8 {
    max-width: 100%;
  }

  .text-block-6 {
    padding-top: 2rem;
    font-size: 1.4rem;
  }

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

  .image-18 {
    padding-bottom: 0;
  }

  .section-12 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .a-button-primary-square {
    width: 100%;
  }

  .section-13, .name {
    max-width: 100%;
  }

  .text-block-8 {
    padding-top: 4rem;
  }

  .div-block-100 {
    margin-top: 4rem;
    padding-top: 0;
  }

  .div-block-100.short.alt {
    margin-top: 0;
  }

  .section-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 4rem;
    padding-top: 0;
  }

  .section-15.down, .section-15.down.alt {
    margin-top: 0;
    padding-top: 0;
  }

  .section-15.down.alt.pad {
    padding-top: 4rem;
  }

  .section-15.alt {
    margin-top: 4rem;
  }

  .paragraph-3 {
    letter-spacing: .07rem;
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .paragraph-3.alt {
    padding-bottom: 4rem;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-27 {
    max-width: none;
  }

  .section-17 {
    padding-top: 4rem;
  }

  .section-18 {
    max-width: 100%;
  }

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

  .dropdown-link {
    width: 100%;
    border-style: none solid solid;
    border-width: 2px;
    border-color: var(--white);
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-family: roc-grotesk, sans-serif;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    background-color: var(--black);
    color: var(--white);
  }

  .dropdown {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    border-style: none solid solid;
    border-width: 2px;
    border-color: var(--white);
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: roc-grotesk, sans-serif;
  }

  .dropdown-link-4.w--current {
    border-top-style: solid;
  }

  .text-block-13 {
    height: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-44 {
    width: 100%;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-item-3, .div-block-101, .div-block-102 {
    display: none;
  }

  .container-45 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-45.wide {
    padding-top: 4rem;
  }

  .container-45.alt {
    margin-top: 0;
  }

  .container-46 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-46.alt {
    padding-top: 4rem;
  }

  .heading-5 {
    letter-spacing: -.05rem;
    font-size: 2.5rem;
  }

  .container-52.alt {
    width: 100%;
  }

  .image-40 {
    margin-top: 4rem;
  }

  .image-40.alt1.alt {
    margin-top: 0;
  }

  .image-40.alt2 {
    margin-top: 4rem;
  }

  .div-block-107 {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .div-block-107.hold {
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-107.stabil {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .div-block-107.track {
    max-height: 200%;
    min-height: 100px;
    min-width: 100%;
  }

  .image-43 {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .image-44.alt4 {
    margin-top: 4rem;
  }

  .image-44.alt4.bottom {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .image-44.alt {
    width: 100%;
    margin-top: 0;
  }

  .container-56 {
    width: 100%;
  }

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

  .container-57, .container-58 {
    width: 100%;
    padding-top: 4rem;
  }

  .image-56 {
    border-style: solid;
  }
}

#w-node-_4ea64234-fad8-54e6-8d8e-c1c6d87e40fe-db806fe9 {
  align-self: auto;
  justify-self: start;
}

#w-node-_1f2e8761-f3df-d8a3-8f35-eec789722566-db806fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2bfb6ffa-3ee2-12e9-dc49-3b67cfa1f389-db806fe9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ad5457b3-1a1b-3688-2f76-f98e1230a2ac-db806fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd5edc7c-cb8c-588c-a715-b0af7357ad89-db806fe9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_892a7854-8fd1-d61d-4afd-ef6b9e8ca3db-db806fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8114d60-016d-fd15-abaf-8b2dd08e066d-db806fe9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8103a6ba-15aa-1101-9a54-02fd5ebb74b7-db806fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8103a6ba-15aa-1101-9a54-02fd5ebb74b8-db806fe9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_39b15fd5-344b-88b8-343a-43cfa53d2479-db806fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39b15fd5-344b-88b8-343a-43cfa53d247a-db806fe9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ca3a7602-1bce-5b63-fc6e-756283987a32-db806fec, #w-node-_7386601a-3c61-f4e0-ec00-f5c498f3a421-db806fec, #w-node-_8459bfa2-d5f2-ba37-4bbe-04d6e474b882-db806fec, #w-node-_2864d1c9-816f-c6ea-a6ce-e31a1ab18a80-db806fec, #w-node-_95f5f5ca-b3ab-50e2-9652-f5ff828ccc5f-db806fec, #w-node-e961e0d5-5a3b-d218-38d1-396bfbfdbd7e-db806fec, #w-node-_296bc400-6f2b-d73e-e98c-9bf9bc2c739d-db806fec, #w-node-f03352de-1c77-73cf-60f6-67523773a996-db806fec, #w-node-_7da5583d-7ac9-ed81-d822-69d246b9c415-db806fec, #w-node-b57b2aff-b6af-f7fd-ff56-60b16a006236-db806fec, #w-node-_92ab3494-0a6e-7e92-409c-f853b8fe5c56-db806fec, #w-node-eec54282-88a1-8db8-72e1-e86dfb3696a2-db806fed, #w-node-_411d3dbd-0c86-d818-9c38-eb8cd58e2031-db806fed, #w-node-_0cb45a50-5b3b-3da4-9161-1e123afa22b5-db806fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


