:root {
  --transparent: #fff0;
  --flowui-component-library--gray-900: #160042;
  --peru: #c96c47;
  --alley-component-library--neutral--white: white;
  --dark-slate-gray-3: #312b3de3;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--primary-600: #6157f8;
  --combine-library--primary-800: #472def;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--white: white;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --dark-slate-gray-2: #1a1f33;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--900: #131316;
  --flowui-component-library--grey-600: #393b6a;
  --silver: #c2beb396;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-400: #b6b9ce;
}

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

h1 {
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px #000000ba, 0 2px 4px #00000030;
  background-color: #fff;
  margin: 10px 0 16px;
  font-family: Gothic A1, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
}

a {
  text-decoration: underline;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #00000030;
  background-color: #c96c47;
  border-radius: 4px;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #0000001c, inset 0 0 0 1px #ffffff14, inset 0 1px #ffffff29, inset 0 -44px 38px -25px #00000017;
}

.button:hover {
  background-color: #e66f40;
}

.button:active {
  background-color: #e66f40a1;
  box-shadow: 0 1px #ffffff42, 0 0 0 1px #00000029, inset 0 2px 6px 1px #0000001c, inset 0 1px #0003, inset 0 44px 38px -25px #00000021;
}

.subtitle {
  color: #f1f1f1;
  text-shadow: 1px 1px 2px #0000003d, 0 1px #00000040;
  mix-blend-mode: luminosity;
  margin-top: auto;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 34px;
}

.field {
  float: left;
  color: #fff;
  background-color: #2f292ba6;
  border: 0 solid #000;
  border-radius: 4px;
  width: 65%;
  height: 54px;
  margin-right: 3%;
  font-size: 16px;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 1px #ffffff17, 0 1px #ffffff21;
}

.field:hover {
  background-color: #2f292bc2;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.sign-up-form {
  margin-top: 47px;
}

.social-widget {
  float: left;
  opacity: .41;
  width: 100px;
  transition: opacity .3s;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  color: #fff;
  text-shadow: 0 1px #0000008f;
  background-color: #c96c47;
  border-radius: 4px;
  padding: 29px;
  transition: all .3s;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #00000024, inset 0 0 0 1px #ffffff17, inset 0 1px #ffffff1f;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.header-section {
  background-color: var(--transparent);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  padding-top: 140px;
  padding-bottom: 237px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  transition: opacity .2s;
  transform: translate(0);
}

.footer-section {
  color: #7e7c87;
  background-color: #2f292b;
  padding-top: 38px;
  padding-bottom: 34px;
  box-shadow: 0 -1px #ffffff14, inset 0 1px 1px #0000003d;
}

.copyright {
  color: #ffffff4a;
}

.container {
  padding-left: 129px;
  padding-right: 129px;
}

.share-button {
  width: 58px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  text-shadow: none;
  margin-bottom: 10px;
}

.referal-text {
  color: #ffffff9c;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 13px;
  font-size: 15px;
}

.social-btn {
  opacity: .31;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.social-btn:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.image {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  background-clip: border-box;
  outline: 3px #fff;
  margin-bottom: 50px;
  display: inline-block;
  overflow: auto;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.body {
  background-color: #0000;
}

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

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

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

.heading {
  color: #f1f1f1;
  letter-spacing: 1.25px;
  text-transform: capitalize;
  mix-blend-mode: luminosity;
  margin-bottom: 70px;
  font-family: Pacifico, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  font-size: 18px;
  display: flex;
}

.section.center {
  background-color: var(--flowui-component-library--gray-900);
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: overlay;
  border: 1px #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50vh;
  transition: background-color .65s;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--peru);
  color: #fff;
  mix-blend-mode: overlay;
  border-radius: 0;
  width: auto;
  height: auto;
  padding-bottom: 0;
  transition: transform .2s;
  position: static;
}

.section.center-copy {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: overlay;
  background-color: #6e2ed8;
  background-image: linear-gradient(135deg, #000435 11%, #671331 100%, #701431);
  border: 1px #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: background-color .65s;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.heading-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  color: #cc2b54;
  text-align: left;
  mix-blend-mode: overlay;
  margin-top: auto;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 7vh;
  font-weight: 700;
  display: flex;
}

.hero-subhead {
  color: var(--alley-component-library--neutral--white);
  max-width: 60%;
  margin-top: auto;
  font-family: Gothic A1, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.image-6 {
  object-fit: fill;
  flex: none;
  order: 0;
  align-self: auto;
  max-width: 100%;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.nav-logo-wrap {
  flex: none;
}

.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.heading-4 {
  color: #cc2b54;
  font-family: Gothic A1, sans-serif;
  font-size: 36px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.image-5 {
  max-width: 75%;
}

.feature-wrap-2 {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 20vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.black {
  color: #2663a4;
  justify-content: flex-end;
  align-items: center;
  font-family: Gothic A1, sans-serif;
  display: flex;
}

.paragraph-2 {
  color: var(--dark-slate-gray-3);
  text-align: justify;
  letter-spacing: 1.25px;
  object-fit: fill;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
}

.feature-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.image-3 {
  flex: none;
  order: 0;
  align-self: stretch;
  max-width: 100%;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: auto;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #999090;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
}

.image-7 {
  mix-blend-mode: luminosity;
  border-radius: 0;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact1_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  margin-bottom: 0;
  padding: 3rem 4rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-padding-section-medium {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_contact1 {
  background-color: var(--combine-library--grey-050);
}

.combine-contact4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-contact4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-contact4_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-contact4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.combine-contact4_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_contact4 {
  background-color: var(--combine-library--grey-050);
}

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

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  margin-left: 140px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 100px;
  height: 100px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--dark-slate-gray-2);
  padding: 32px 5%;
  position: relative;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---text-right---t-center {
  text-align: right;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---grid-footer-v11 {
  grid-template-rows: auto;
  align-items: center;
}

.brix---footer-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.text-block-4 {
  float: none;
  color: var(--transparent);
  text-align: center;
  width: 100px;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  display: block;
  position: static;
}

.text-block-5, .text-block-6 {
  width: 120px;
}

.text-block-7, .text-block-8 {
  color: var(--transparent);
  text-align: center;
  width: 100px;
  font-family: Gothic A1, sans-serif;
}

.f-footer-logo-xs-2 {
  width: 48px;
  height: 48px;
}

.f-footer-small-2 {
  background-color: var(--flowui-component-library--white);
  flex: none;
  padding: 32px 5%;
  position: static;
}

.f-footer-logo-xs-3 {
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: static;
}

.f-footer-small-3 {
  background-color: var(--dark-slate-gray-2);
  padding: 10px 5%;
  position: relative;
}

.text-block-9 {
  color: var(--alley-component-library--neutral--white);
}

.text-block-10 {
  color: var(--alley-component-library--neutral--white);
  white-space: nowrap;
  overflow-wrap: normal;
}

.text-block-11 {
  color: var(--alley-component-library--neutral--white);
  white-space: nowrap;
}

.a-paragraph-regular {
  color: var(--flowui-component-library--gray-700);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-arrow {
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--white);
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.a-faq-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle:hover {
  color: var(--alley-component-library--blue--900);
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.a-faq-dropdown.a-faq-remove-line {
  border-bottom-style: none;
}

.a-faq-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  margin-top: 64px;
}

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

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

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

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

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

.a-section-regular {
  object-fit: fill;
  background-color: #fff;
  padding: 92px 5%;
  position: relative;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Gothic A1, sans-serif;
}

.body-2 {
  background-color: var(--alley-component-library--neutral--white);
  text-align: center;
  mix-blend-mode: normal;
  font-family: Gothic A1, sans-serif;
}

.heading-5 {
  color: var(--flowui-component-library--grey-600);
  text-align: left;
  margin-top: 100px;
  margin-bottom: 60px;
  font-weight: 700;
}

.container-2 {
  background-color: #fff;
}

.paragraph-3 {
  color: var(--flowui-component-library--grey-600);
  text-align: left;
  font-style: normal;
}

.body-3 {
  background-color: var(--alley-component-library--neutral--white);
}

.feature-wrap-3 {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.image-4 {
  float: none;
  clear: none;
  flex: none;
  order: 0;
  max-width: 100%;
  margin-left: 20px;
  display: inline-block;
  overflow: auto;
}

.image-3-copy {
  flex: none;
  order: 0;
  margin-right: 40px;
}

.image-8 {
  flex: none;
  order: 0;
  margin-right: 0;
}

.link-block {
  width: auto;
}

.div-block {
  align-self: stretch;
  align-items: center;
  display: block;
}

.section-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  display: flex;
}

.section-nav.center {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: overlay;
  background-color: #6e2ed8;
  background-image: linear-gradient(135deg, #000435 11%, #671331 100%, #701431);
  border: 1px #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: background-color .65s;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-nav.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-nav.wide.img {
  color: #fff;
  mix-blend-mode: overlay;
  background-color: #191c39;
  border-radius: 0;
  width: auto;
  height: auto;
  padding-bottom: 0;
  transition: transform .2s;
  position: static;
}

.section-nav.center-copy {
  background-color: var(--flowui-component-library--gray-900);
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: overlay;
  border: 1px #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: background-color .65s;
  display: block;
  position: relative;
  overflow: visible;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  display: flex;
}

.section-2.center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--flowui-component-library--gray-900);
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: overlay;
  border: 1px #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  transition: background-color .65s;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-2.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-2.wide.img {
  color: #fff;
  mix-blend-mode: overlay;
  background-color: #191c39;
  border-radius: 0;
  width: auto;
  height: auto;
  padding-bottom: 0;
  transition: transform .2s;
  position: static;
}

.section-2.center-copy {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: overlay;
  background-color: #6e2ed8;
  background-image: linear-gradient(135deg, #000435 11%, #671331 100%, #701431);
  border: 1px #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: background-color .65s;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-3-copy, .paragraph {
  color: var(--flowui-component-library--grey-600);
  text-align: left;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 79px;
    padding-right: 79px;
  }

  .section.center, .section.center-copy {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero-content {
    height: 200%;
    margin-top: 60px;
    padding-left: 5vw;
    padding-right: 5vh;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 8vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .image-6 {
    float: right;
    max-width: 70%;
    max-height: none;
    position: sticky;
    inset: 0% auto auto 0%;
  }

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

  .nav {
    width: 100vw;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-2 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-contact4_component {
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .brix---text-right---t-center, .brix---text-left---t-center {
    text-align: center;
  }

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

  .brix---footer-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .a-faq-content {
    width: 100%;
  }

  .feature-wrap-3 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    max-width: 50%;
  }

  .section-nav.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section-nav.center-copy {
    flex-direction: column;
    height: auto;
  }

  .section-2.center {
    flex-direction: column;
    height: auto;
    position: static;
  }

  .section-2.center-copy {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }
}

@media screen and (max-width: 767px) {
  .sign-up-form {
    margin-bottom: 0;
  }

  .header-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }

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

  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .menu-icon {
    font-size: 30px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .feature-wrap-2 {
    flex-direction: row;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---footer-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  .feature-wrap-3 {
    flex-direction: row;
  }

  .image-4 {
    max-width: 90%;
  }

  .image-8 {
    max-width: 50%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 7px;
  }

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

  .section.center, .section.wide.img, .section.center-copy {
    padding-bottom: 10vh;
  }

  .heading-3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 56px;
  }

  .hero-subhead {
    max-width: 100%;
    font-size: 16px;
  }

  .image-6 {
    max-width: 90%;
  }

  .nav-inner {
    width: 100vw;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-4 {
    font-size: 14px;
  }

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

  .feature-wrap-2 {
    flex-direction: column;
  }

  .feature-content {
    width: auto;
  }

  .black {
    font-size: 30px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-3 {
    width: 100%;
  }

  .combine-contact1_component {
    padding: 2rem 1rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-contact4_content {
    padding: 1.5rem;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-faq-dropdown {
    padding: 24px;
  }

  .feature-wrap-3 {
    flex-direction: column;
  }

  .image-4 {
    width: 100%;
    margin-left: auto;
  }

  .image-3-copy, .image-8 {
    width: 100%;
  }

  .section-nav.center, .section-2.center-copy {
    padding-bottom: 10vh;
  }
}

#w-node-_3d43d1a9-daad-dbc7-46f5-cfbf9214ad3a-09a64882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


