:root {
  --neutral--500-p: #313131;
  --white: white;
  --neutral--100: #d2d2d2;
  --black: black;
  --neutral--200: #a6a6a6;
  --purples--primary: #996fd6;
  --purples--300: #b59ce0;
  --purples--200: #b59ce0;
  --neutral--300: #7c7c7c;
  --neutral--800: #181818;
  --neutral--50: white;
  --neutral--600: #282828;
  --neutral--400: #555;
  --neutral--700: #202020;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: var(--neutral--500-p);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--neutral--500-p);
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 135%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: var(--neutral--500-p);
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: .88rem;
  font-weight: 400;
  line-height: 160%;
}

a {
  color: var(--neutral--500-p);
  text-decoration: none;
}

img {
  display: inline-block;
}

.global-padding {
  width: 100%;
  max-width: 75rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.text-large-18px {
  color: var(--neutral--500-p);
  font-size: 1.13rem;
  line-height: 155%;
}

.text-normal-16px {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text-small-14px {
  font-size: .88rem;
  font-weight: 400;
  line-height: 150%;
}

.text-small-14px.is-hide {
  display: none;
}

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

.input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--100);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 1.5rem;
  padding-bottom: .375rem;
  padding-left: 0;
  padding-right: 0;
  font-size: .88rem;
  font-weight: 500;
}

.input:focus {
  border-bottom-color: var(--neutral--500-p);
}

.input::placeholder {
  color: var(--neutral--200);
  font-size: .8rem;
  font-weight: 400;
}

.button-invert {
  color: var(--neutral--500-p);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 31.25rem;
  align-self: stretch;
  padding: 1.13rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
}

.button-invert:hover {
  background-color: var(--purples--primary);
  color: var(--white);
}

.button-invert:active {
  background-color: rgba(255, 255, 255, .25);
}

.contact-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4rem;
  font-size: .94rem;
  display: flex;
}

.color-text-orange {
  color: var(--purples--primary);
}

.button-primary {
  background-color: var(--purples--primary);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 31.25rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 60%;
  padding: 1.13rem 2.3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .1s linear;
  display: flex;
}

.button-primary:hover {
  border-width: .0625rem;
  border-color: var(--purples--300);
  background-color: var(--black);
}

.button-primary:active {
  background-color: #ffeee2;
  border-color: #999;
}

.section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.team-card-img-wrapper {
  border-radius: .25rem;
  margin-bottom: 1rem;
}

.heading-wrapper {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.num-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f6f6;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1rem;
}

.section-large {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 260vh;
  position: relative;
}

.sticky-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.large-wrapped-header {
  padding-left: 5%;
  padding-right: 5%;
}

.body {
  background-color: #fdfcfa;
}

.button-tab {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.team-card-subtitle {
  color: var(--neutral--200);
}

.team-card-heading {
  color: var(--purples--200);
}

.team-card {
  flex-flow: column;
  display: flex;
}

.team-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
}

.footer-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
  display: flex;
}

.icon-social {
  width: 2rem;
  height: 2rem;
}

.footer-address {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  font-size: .94rem;
  line-height: 150%;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.footer-copyright {
  color: var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  border-top: 1px solid var(--neutral--100);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.section-hero {
  background-image: url('../images/IMG_0389_BW_Leveled_WashedOut.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: -5.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.navbar {
  z-index: 3;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 5.5rem;
  display: flex;
  position: relative;
}

.brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/256-logo.png');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 4rem;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.quot-header {
  color: #996fd6;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 5.13rem;
  font-weight: 600;
  line-height: 120%;
}

.form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.paragraph-wrapper {
  margin-bottom: 3rem;
}

.fadein-animation-wrapper {
  margin-bottom: 0;
}

.circle {
  z-index: -1;
  background-color: var(--neutral--800);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 25vw;
  position: absolute;
}

.tabs-menu {
  flex-direction: column;
  padding-right: 8.5rem;
  display: flex;
}

.tabs {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.tab-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--neutral--50);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: .94rem;
  font-weight: 400;
  line-height: 145%;
  display: flex;
}

.tab-link {
  color: #bdbdbd;
  background-color: rgba(221, 221, 221, 0);
  align-self: flex-start;
  height: auto;
  margin-bottom: 1rem;
  padding: 0 0 .6rem;
  font-family: Turret Road;
  font-size: 3rem;
  line-height: 120%;
}

.tab-link:hover {
  color: #bc7644;
}

.tab-link.w--current {
  border-bottom: 1px solid var(--purples--primary);
  color: #996fd6;
  background-color: rgba(200, 200, 200, 0);
  align-self: flex-start;
  padding: 0 0 .6rem;
  line-height: 120%;
}

.tab-pane-tab-1 {
  margin-bottom: 0;
}

.hero-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45rem;
  display: flex;
}

.footer-logo {
  height: 3rem;
}

.success-message {
  border: .13rem solid var(--purples--primary);
  background-color: rgba(221, 221, 221, 0);
  border-radius: .625rem;
  height: 100%;
  font-weight: 500;
}

.error-message {
  background-color: var(--black);
  color: var(--purples--primary);
  border-radius: 8rem;
  width: 100%;
  font-size: .75rem;
  font-weight: 600;
}

.state-text {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: var(--purples--primary);
  flex-flow: column;
  margin-top: 6.88rem;
  margin-bottom: auto;
  font-size: 1.13rem;
  display: flex;
}

.nav-brand {
  height: 4rem;
  margin-right: 2.38rem;
}

.num-block-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.text-span {
  color: var(--purples--primary);
}

.hero-subtitle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.columns {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.colum-secondary {
  padding-left: 0;
  padding-right: 10px;
}

.colum-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.paragraph-normal-16px {
  text-align: justify;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.section-fill {
  background-color: var(--neutral--800);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-fill {
  background-color: #fdfcfa;
  border-radius: .94rem;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr;
}

.footer-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.num-block-heading {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 3rem;
  margin-bottom: 2rem;
  display: flex;
}

.team-card-img {
  border-radius: .25rem;
  width: 100%;
}

.sp-hero-wrapper {
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: -7rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7rem 2% 3rem;
  position: relative;
  top: -7rem;
  left: 0%;
  right: 0%;
}

.sp-hero-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  margin-top: 9rem;
  display: flex;
}

.sp-card-color {
  border-radius: .75rem;
  height: 5rem;
}

.sp-card-color.sp-color-1 {
  background-color: var(--purples--primary);
}

.sp-card-color.sp-color-3 {
  background-color: var(--purples--200);
}

.sp-card-color.sp-color-5 {
  border: .0625rem solid var(--neutral--100);
  background-color: #fff;
  border-radius: .5rem;
}

.sp-card-color.sp-color-4 {
  background-color: var(--neutral--500-p);
  border: .0625rem solid rgba(255, 255, 255, .1);
}

.sp-copy {
  color: var(--neutral--300);
  font-size: .94rem;
  font-weight: 400;
  line-height: 140%;
}

.sp-component-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 4rem;
  display: flex;
}

.sp-list-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: flex;
}

.sp-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 1.5rem;
  display: flex;
}

.sp-menu-flex {
  background-color: #f4f4f4;
  border: .0625rem solid rgba(255, 255, 255, .1);
  border-radius: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}

.sp-list-heading-wrapper {
  margin-bottom: 1rem;
}

.sp-list-wrapper {
  margin-bottom: 6rem;
}

.sp-item {
  border: .03125rem solid var(--neutral--100);
  border-radius: .38rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.sp-card {
  border: .0625rem solid var(--neutral--100);
  border-radius: .75rem;
  flex: 1;
  padding: .25rem .25rem 1rem;
}

.sp-column-menu {
  flex-direction: column;
  align-items: center;
  margin-top: 3.4rem;
  margin-bottom: 6rem;
  padding: 0;
  display: flex;
}

.sp-list-components {
  background-color: var(--neutral--600);
  border: .0625rem solid rgba(255, 255, 255, .1);
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.sp-menu-link {
  color: var(--neutral--400);
  width: 100%;
  padding: .75rem 1rem;
  font-weight: 500;
}

.sp-menu-link:hover {
  background-color: rgba(200, 200, 200, .5);
}

.sp-list-header {
  color: var(--purples--primary);
  text-align: left;
  font-size: 2rem;
}

.sp-text-span {
  color: var(--purples--primary);
}

.header-form {
  color: var(--purples--primary);
  margin-bottom: 2rem;
}

.color-text-black {
  color: var(--neutral--500-p);
  text-transform: uppercase;
  margin-top: 0;
}

.sp-menu-heading {
  color: var(--neutral--200);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.container-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.button-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  max-width: 20rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
}

.button-link:hover {
  border-bottom: 1px solid var(--purples--primary);
  color: var(--purples--primary);
}

.footer-link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
}

.partner-logo-wrapper {
  width: 100px;
  height: 100%;
}

.partner-logo {
  height: 100%;
}

.hero-heading {
  color: var(--neutral--500-p);
  text-align: left;
  width: 45rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.carousel-components {
  height: 50px;
  display: flex;
}

.carousel-item {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 12rem 12rem 12rem 12rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.section-carousel {
  background-color: var(--neutral--600);
  position: relative;
}

.over-hide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}

.utility-page-wrap {
  background-color: var(--purples--200);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message-2 {
  color: var(--black);
  background-color: #fff767;
  border-radius: .25rem;
}

.faq-icon {
  z-index: 2;
  width: 1.5em;
  margin-right: 1em;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.faq-header {
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 4em 0 0;
  font-size: 1.13rem;
  font-weight: 400;
  display: flex;
}

.faq-header.w--open {
  border-bottom: .0625rem rgba(0, 0, 0, .1);
}

.faq-body-wrapper {
  color: var(--neutral--100);
  border-top: .0625rem #000;
  padding: 1.25em 1.25em 1.25em 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.faq-item {
  border-top: .0625rem solid var(--neutral--500-p);
  height: 100%;
  overflow: hidden;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-title {
  color: var(--neutral--50);
}

.faq-heading {
  padding-bottom: 3rem;
}

.license-item-wrapper {
  padding-bottom: 4rem;
}

.style-list-license-wrapper {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.style-list-heading {
  margin-bottom: 1rem;
}

.style-list-header {
  color: var(--purples--primary);
  font-size: 2rem;
}

.style-item {
  border: .03125rem solid var(--neutral--100);
  border-radius: .38rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.text-body-normal {
  color: var(--neutral--300);
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-small-14px {
  font-size: .88rem;
  line-height: 150%;
}

.paragraph-large-18px {
  margin-bottom: 1.5rem;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 155%;
}

.social-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2rem;
  display: flex;
}

.text-block {
  text-align: center;
}

.form-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 28rem;
  margin-bottom: 0;
  display: flex;
}

.input-footer {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--100);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .88rem;
  font-weight: 500;
}

.input-footer:focus {
  border-bottom-color: var(--neutral--500-p);
}

.input-footer::placeholder {
  color: var(--neutral--200);
  font-size: .8rem;
  font-weight: 400;
}

.icon-tab {
  width: 3rem;
  height: 3rem;
}

.button-navbar {
  color: var(--neutral--500-p);
  text-align: center;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  order: 0;
  align-self: stretch;
  padding-top: 1.13rem;
  padding-bottom: .2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-navbar:hover {
  border-bottom: 1px solid var(--purples--primary);
}

.button-navbar:active {
  color: var(--purples--200);
}

.icon-social-cta {
  mix-blend-mode: exclusion;
  width: 2rem;
  height: 2rem;
  position: static;
}

.heading {
  color: var(--purples--primary);
  mix-blend-mode: luminosity;
}

.cta-heading-form {
  margin-bottom: 1rem;
}

.footer-template {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-template {
  color: var(--neutral--300);
}

.image {
  border-radius: .9rem;
  position: relative;
  bottom: auto;
}

.text-span-2 {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -32px;
  padding-left: 0;
  font-size: 3rem;
  font-weight: 400;
  display: flex;
}

.container {
  background-color: #000;
  width: 80px;
  max-width: 30px;
  height: 500px;
  position: absolute;
  top: -250px;
  bottom: 0;
  left: -488px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.youtube {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.youtube-2 {
  width: auto;
}

.section-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.colum-secondary-copy {
  padding-left: 0;
  padding-right: 10px;
}

.colum-secondary-copy-copy {
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 10px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-items: end;
  justify-items: end;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.column {
  flex: none;
}

.quick-stack {
  grid-row-gap: 21px;
}

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

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-3 {
  flex-flow: column-reverse wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}

.text-block-3 {
  align-self: stretch;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.div-block-2 {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0%;
  display: flex;
  overflow: visible;
}

.link-block {
  align-self: flex-end;
  width: 60%;
  padding-bottom: 14px;
  padding-right: 0;
}

.text-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: 100.003%;
  display: flex;
}

.text-block-5 {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.button-primary-copy {
  background-color: var(--purples--primary);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 31.25rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 60%;
  padding: 1.13rem 2.3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .1s linear;
  display: flex;
}

.button-primary-copy:hover {
  border-width: .0625rem;
  border-color: var(--purples--300);
  background-color: var(--black);
}

.button-primary-copy:active {
  background-color: #ffeee2;
  border-color: #999;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.38rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .global-padding {
    padding-left: 2%;
    padding-right: 2%;
  }

  .button-primary {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .num-block {
    min-width: 45%;
    max-width: 48%;
  }

  .button-tab {
    font-size: 2rem;
  }

  .team-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-top: 3rem;
  }

  .footer-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-hero {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 9rem;
  }

  .brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    max-width: none;
    height: 3rem;
  }

  .nav-menu {
    margin-left: 1.88rem;
  }

  .navbar-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .quot-header {
    font-size: 3.44rem;
  }

  .nav-links-wrapper {
    display: flex;
  }

  .num-block-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-subtitle {
    width: 100%;
  }

  .columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .colum-secondary {
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
  }

  .section-fill {
    margin-top: -.375rem;
  }

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

  .sp-menu-flex {
    display: none;
    box-shadow: 2px 2px .125rem rgba(171, 171, 171, .2);
  }

  .partner-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .carousel-components {
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .carousel-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 8rem 8rem 8rem 8rem;
    grid-auto-columns: 8rem;
    width: auto;
    margin-right: 3rem;
  }

  .over-hide {
    padding-left: 2%;
    padding-right: 2%;
  }

  .faq-icon {
    width: 1.5rem;
  }

  .faq-body-wrapper {
    font-size: .94rem;
  }

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

  .social-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-button-wrapper {
    align-self: flex-start;
  }

  .text-span-2 {
    font-size: 2.5rem;
  }

  .colum-secondary-copy, .colum-secondary-copy-copy {
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
  }

  .text-block-5 {
    align-self: flex-end;
    width: 80%;
  }

  .button-primary-copy {
    flex-direction: column;
    justify-content: center;
    width: 80%;
    display: flex;
  }

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

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

  h3 {
    margin-bottom: 0;
  }

  p {
    font-size: .81rem;
  }

  .global-padding {
    justify-content: space-between;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-large-18px {
    font-size: 1rem;
  }

  .input {
    margin-bottom: 1.5rem;
  }

  .button-invert {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-wrapper {
    margin-top: 2rem;
  }

  .button-primary {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .team-card-img-wrapper {
    width: 100%;
  }

  .num-block {
    width: 100%;
    min-width: auto;
    max-width: 48%;
  }

  .section-large {
    height: 110vh;
    overflow: hidden;
  }

  .sticky-container {
    overflow: visible;
  }

  .team-card {
    flex-direction: column;
  }

  .footer-social {
    justify-content: flex-end;
    width: 100%;
    margin-top: 1.5rem;
  }

  .footer-address {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form-block {
    width: 100%;
  }

  .section-hero {
    height: 100vh;
    position: static;
    overflow: hidden;
  }

  .nav-menu {
    z-index: 0;
    background-color: #fdfcfa;
    width: 15.63rem;
    position: absolute;
  }

  .quot-header {
    font-size: 3rem;
  }

  .menu-button.w--open {
    z-index: 2;
    color: var(--neutral--800);
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(221, 221, 221, 0);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 5.5rem;
    padding-bottom: 50rem;
    display: flex;
    box-shadow: -2px 2px 10px -6px rgba(0, 0, 0, .2);
  }

  .tabs {
    display: flex;
  }

  .tab-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tab-link, .tab-link.w--current {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .hero-container {
    width: auto;
    display: block;
  }

  .footer-logo {
    height: 3.125rem;
  }

  .num-block-grid {
    margin-top: 2rem;
  }

  .columns {
    display: block;
  }

  .colum-secondary {
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .section-fill {
    padding: 4rem 2%;
  }

  .cta-fill {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid {
    grid-row-gap: 36px;
    grid-template-columns: 3fr;
  }

  .num-block-heading {
    align-items: center;
    display: flex;
  }

  .team-card-img {
    width: 100%;
  }

  .sp-hero-title {
    margin-top: 4rem;
  }

  .sp-list-flex {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .sp-item {
    padding: .75rem;
  }

  .sp-card {
    flex: 0 auto;
    min-width: 10rem;
    max-width: 15rem;
  }

  .sp-column-menu {
    display: none;
  }

  .container-sticky {
    padding-top: 0;
  }

  .hero-heading {
    width: auto;
    margin-top: 0;
    font-size: 2.8rem;
  }

  .carousel-components {
    padding-top: 0;
    padding-bottom: 0;
  }

  .carousel-item {
    grid-row-gap: 1rem;
    grid-template-columns: 12rem 12rem 12rem 12rem;
    grid-auto-columns: 12rem;
    justify-items: center;
    margin-right: 1rem;
  }

  .over-hide {
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
  }

  .faq-icon {
    width: 1.5rem;
  }

  .faq-item {
    width: 100%;
  }

  .text-body-normal {
    font-size: .88rem;
  }

  .paragraph-large-18px {
    line-height: 140%;
  }

  .social-wrapper {
    justify-content: flex-end;
  }

  .form-footer {
    flex-flow: column;
    width: 100%;
  }

  .input-footer {
    margin-bottom: 1.5rem;
  }

  .icon-tab {
    width: 3rem;
    height: 3rem;
  }

  .button-navbar {
    border-top: 1px solid var(--neutral--100);
    border-bottom-color: var(--neutral--100);
    text-align: right;
    margin-bottom: -1px;
    padding: 1.5rem 29px 1.5rem 0;
    font-size: 1rem;
  }

  .button-navbar:hover {
    border-top-color: var(--neutral--100);
    border-bottom-color: var(--neutral--100);
  }

  .image {
    object-fit: contain;
    width: 100%;
    height: 25rem;
  }

  .tabs-content {
    display: flex;
  }

  .hero-button-wrapper {
    align-self: flex-start;
  }

  .text-span-2 {
    font-size: 2rem;
  }

  .colum-secondary-copy, .colum-secondary-copy-copy {
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .text-block-5 {
    width: 50%;
  }

  .button-primary-copy {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 50%;
  }

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

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

  h3 {
    font-size: 1rem;
  }

  .global-padding {
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-normal-16px {
    font-size: .88rem;
  }

  .contact-wrapper {
    margin-bottom: 2rem;
  }

  .team-card-img-wrapper {
    flex-direction: column;
  }

  .heading-wrapper {
    max-width: 19rem;
  }

  .num-block {
    max-width: 23.75rem;
  }

  .team-card-heading {
    margin-bottom: 0;
  }

  .team-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer-address {
    font-size: .88rem;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-hero {
    background-position: 100% 0;
    height: auto;
    padding-top: 8rem;
    overflow: visible;
  }

  .nav-menu {
    align-content: flex-start;
    width: auto;
  }

  .quot-header {
    font-size: 2.4rem;
  }

  .menu-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-links-wrapper {
    z-index: 4;
  }

  .tabs-menu {
    top: 0;
  }

  .tabs {
    margin-top: 0;
  }

  .tab-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .hero-container {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .footer-logo {
    height: 3.125rem;
  }

  .num-block-grid {
    justify-content: flex-start;
  }

  .hero-subtitle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .colum-copy {
    margin-top: 0;
  }

  .paragraph-normal-16px {
    font-size: .88rem;
  }

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

  .num-block-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .sp-list-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .sp-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .sp-list-heading-wrapper {
    margin-bottom: 0;
  }

  .sp-list-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .sp-item {
    width: 100%;
    padding: .75rem;
  }

  .sp-card, .sp-list-components {
    width: 100%;
  }

  .container-sticky {
    margin-bottom: 3rem;
    padding-top: 0;
    position: static;
  }

  .partner-logo-wrapper {
    min-width: 8rem;
    max-width: 9rem;
  }

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

  .carousel-item {
    grid-column-gap: 1.13rem;
    grid-row-gap: 1.13rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .over-hide {
    justify-content: space-between;
  }

  .faq-icon {
    margin-right: 0;
  }

  .faq-header {
    padding: 1rem 0;
  }

  .faq-title {
    margin-right: 1.88rem;
  }

  .style-list-license-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .style-list-heading {
    margin-bottom: 0;
  }

  .style-item {
    width: 100%;
    padding: .75rem;
  }

  .paragraph-large-18px {
    font-size: .88rem;
  }

  .social-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-button-wrapper {
    align-self: stretch;
  }

  .text-span-2 {
    font-size: 1rem;
  }

  .text-block-5, .button-primary-copy {
    width: 80%;
  }

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

#w-node-cd9c8b2d-d076-a6a8-7c72-7822c1aa35f7-8030cf6d, #w-node-_36000930-c665-fa23-5e36-2482a843e097-8030cf6d, #w-node-b6cd8358-e126-1a69-27ac-fe5bfcac9ab4-8030cf6d, #w-node-_27213dba-4bd4-e05d-108c-165bff3989c6-8030cf6d, #w-node-_818f3449-0609-e0fe-0160-0006724850d0-8030cf6d, #w-node-_4ae3e465-4778-b8df-ee83-6d9eec0225d4-8030cf6d, #w-node-b9ab4e52-205f-c372-f871-07b4685e2c47-8030cf6d, #w-node-_4943a7e5-4533-162c-d015-604ef19d5577-8030cf6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f221f4d-dfbc-b70e-a43b-27f4d0de2ded-8030cf6d, #w-node-_4adb4511-2d8b-cf5b-e19f-51fbdde9a675-8030cf6d {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-bd5b1fd7-ed48-a43a-9a6b-7e1a35336713-8030cf6d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bd5b1fd7-ed48-a43a-9a6b-7e1a35336716-8030cf6d {
  grid-area: 2 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_9a6aa5f1-9ca5-8666-b881-93fa6e5f28d6-8030cf6d {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_29f14abf-01d9-b8d9-5787-5a66683027e0-683027df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f14abf-01d9-b8d9-5787-5a66683027e2-683027df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29f14abf-01d9-b8d9-5787-5a66683027f1-683027df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_29f14abf-01d9-b8d9-5787-5a66683027e0-683027df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_29f14abf-01d9-b8d9-5787-5a66683027f1-683027df {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f221f4d-dfbc-b70e-a43b-27f4d0de2ded-8030cf6d, #w-node-_4adb4511-2d8b-cf5b-e19f-51fbdde9a675-8030cf6d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-bd5b1fd7-ed48-a43a-9a6b-7e1a35336713-8030cf6d {
    grid-column-end: 13;
  }

  #w-node-bd5b1fd7-ed48-a43a-9a6b-7e1a35336716-8030cf6d {
    grid-row-start: 2;
    grid-column-end: 9;
  }

  #w-node-_9a6aa5f1-9ca5-8666-b881-93fa6e5f28d6-8030cf6d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_29f14abf-01d9-b8d9-5787-5a66683027e0-683027df {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_29f14abf-01d9-b8d9-5787-5a66683027f1-683027df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Cabin';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}