@font-face {
  font-family: "Fa Solid 900";
  src: url('https://ctct.me/fos/assets/fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('https://ctct.me/fos/assets/fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('https://ctct.me/fos/assets/fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ctsans;
  src: url('https://ctct.me/fos/assets/fonts/CTSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--blue--900: #186ded;
  --alley-component-library--blue--800: #2481ff;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--gray--300: #868898;
  --propurple: #8801ff;
  --propurple-hover: #a641ff;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--gray--100: #b2b3bd;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--700: #383942;
  --light-blue: #f3f6fc;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--neutral--black: black;
  --alley-component-library--neutral--white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.navigation {
  z-index: 10000;
  background-color: #eff6ff;
  border-bottom: 1px solid #0000;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  padding: 12px 24px;
  display: flex;
}

.logo-block {
  border-radius: 0;
  width: 190px;
  margin-right: auto;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.nav-item {
  background-color: #dfd8d8;
  border-radius: 7px;
  width: 120px;
  height: 20px;
}

.a-h1-heading {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block._16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-2 {
  border-radius: 20px;
  margin-left: -15px;
  box-shadow: -4px 0 5px #00000012;
}

.a-header-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #383942;
  flex-flow: column;
  min-width: 500px;
  max-width: 500px;
  display: flex;
}

.shadow-div {
  z-index: 10;
  background-color: #fff;
  border-radius: 16px;
  width: 45%;
  height: 56%;
  display: none;
  position: absolute;
  inset: 10px auto auto 10px;
  box-shadow: 0 10px 30px 7px #34363a12;
}

.a-header-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.a-container-regular {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

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

.a-header-button-wrapper.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 270px;
}

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

.a-button-primary:hover {
  color: #fff;
  background-color: #348aff;
  transform: translate(0, -5px);
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-button-primary.centered {
  margin-left: auto;
  margin-right: auto;
}

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

.a-button-primary.full-width.rounderrect.purple {
  background-color: #8801ff;
}

.a-button-primary.full-width.rounderrect.gray {
  background-color: var(--alley-component-library--gray--0);
  color: #575757;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.a-paragraph-small.light {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}

.a-paragraph-small.centered {
  text-align: center;
  margin-bottom: 12px;
}

.a-header-section {
  background-image: linear-gradient(#eff6ff, #fff);
  padding: 13vh 24px 100px;
  position: relative;
  overflow: hidden;
}

.rive {
  z-index: 100;
  object-fit: contain;
  flex: none;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-span-2 {
  color: #016fff;
  text-decoration: underline;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 90%;
  display: flex;
}

.div-block-2 {
  object-position: 0% 0%;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  height: 450px;
  display: flex;
  position: relative;
}

.a-paragraph-regular {
  color: #5e606e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.a-header-logo-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5e606e;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-text-color-primary {
  color: #016fff;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 102%;
  padding-top: 41px;
  padding-bottom: 32px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 200px;
  display: flex;
}

.a-section-regular {
  background-image: linear-gradient(#eff6ff, #fff);
  height: 100vh;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.slide-nav {
  display: none;
}

.a-margin-bottom-49 {
  margin-bottom: 0;
}

.carousel_quote {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.carousel_quote.small {
  font-size: 20px;
  font-weight: 500;
}

.a-cta-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.a-detail-regular {
  color: #131316;
  letter-spacing: .08em;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.8;
}

.left-arrow {
  opacity: .38;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -140px;
}

.left-arrow:hover {
  opacity: 100;
  background-color: #f5f5f5;
}

.right-arrow {
  opacity: .38;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -140px;
}

.right-arrow:hover {
  opacity: 100;
  background-color: #f5f5f5;
}

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

.a-error-message {
  background-color: #fdd8e0;
}

.a-h2-heading {
  color: #131316;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.a-account-form-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 24px;
  box-shadow: 40px 40px 20px -20px #00000008;
}

.a-account-button-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-account-button-wrapper.signup-wrap {
  max-width: none;
}

.a-account-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-account-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.a-account-password {
  position: relative;
}

.a-account-form-block-large {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

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

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

.a-button-primary-2:active {
  background-color: #7788f8;
}

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

.a-button-primary-2.centered {
  letter-spacing: .5px;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 24px;
}

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

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

.a-button-primary-2.full-width.gray {
  background-color: var(--alley-component-library--gray--500);
}

.a-button-primary-2.full-width.gray:hover {
  background-color: var(--alley-component-library--gray--300);
}

.a-button-primary-2.full-width.purple {
  background-color: var(--propurple);
}

.a-button-primary-2.full-width.purple:hover {
  background-color: var(--propurple-hover);
}

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

.a-account-text-field {
  border: 1px solid #dedfe3;
  border-radius: 16px;
  height: 56px;
  margin-top: 8px;
  margin-bottom: 0;
}

.a-account-text-field:focus {
  border-width: 2px;
  border-color: #5167f6;
}

.a-success-message {
  background-color: #c5e7d1;
}

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

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

.a-text-link-regular {
  color: #5167f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-account-password-icon-wrapper {
  color: #5e606e;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 16px 10px 0% auto;
}

.a-account-password-icon-wrapper:hover {
  color: #5167f6;
}

.a-account-forgot {
  grid-column-gap: 4px;
  text-align: center;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

.a-h3-heading.signin {
  text-align: left;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
}

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

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

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

.a-button-primary-3 {
  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;
  min-height: 48px;
  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-3:hover {
  background-color: var(--alley-component-library--blue--800);
}

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

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

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

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

.a-text-link-regular-2 {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-success-message-2 {
  background-color: var(--alley-component-library--green--400);
}

.a-error-message-2 {
  background-color: var(--alley-component-library--red--200);
}

.a-account-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.a-account-background-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-account-divider-wrapper {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.a-account-divider {
  background-color: var(--alley-component-library--gray--100);
  width: 100%;
  height: 1px;
}

.a-account-form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.a-account-form {
  grid-column-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.a-account-text-field-2 {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 16px;
  height: 56px;
  margin-top: 8px;
  margin-bottom: 0;
}

.a-account-text-field-2:focus {
  border-width: 2px;
  border-color: var(--alley-component-library--blue--900);
}

.a-account-forgot-2 {
  grid-column-gap: 4px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.a-account-password-2 {
  position: relative;
}

.a-account-password-icon-wrapper-2 {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 16px 10px 0% auto;
}

.a-account-password-icon-wrapper-2:hover {
  color: var(--alley-component-library--blue--900);
}

.a-account-social-button {
  grid-column-gap: 12px;
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--700);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.a-account-social-button:hover {
  background-color: var(--alley-component-library--gray--0);
}

.image-3 {
  border-radius: 20px;
}

.body {
  letter-spacing: 0;
  font-family: Ctsans, Tahoma, sans-serif;
}

.mask {
  flex: 0 auto;
  align-self: center;
}

.icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

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

.a-detail-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

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

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

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

.a-section-large {
  background-color: #fafcff;
  flex-flow: column;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

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

.a-button-primary-4 {
  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;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

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

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

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

.a-feature-icon {
  background-color: #e5e7f7;
  border-radius: 17%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-icon.create {
  background-color: #882de7;
}

.a-feature-icon.share {
  background-color: var(--alley-component-library--blue--900);
}

.a-feature-icon.notify {
  background-color: #169941;
}

.a-feature-card {
  border: 2px solid var(--alley-component-library--neutral--off-white);
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
}

.a-feature-card:hover {
  box-shadow: 4px 4px 20px #00000012;
}

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

.a-paragraph-small-4 {
  color: var(--alley-component-library--gray--500);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.a-feature-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 40px;
}

.a-feature-bottom-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-paragraph-regular-3 {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.8;
}

.a-paragraph-regular-3.left-align {
  text-align: left;
}

.a-paragraph-regular-3.centered {
  text-align: center;
}

.a-paragraph-regular-3.left-aligned {
  text-align: left;
}

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

.quote-section {
  padding-bottom: 48px;
}

.quote-section.hidden {
  display: none;
}

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

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

.a-section-large-2 {
  padding: 120px 5%;
  position: relative;
}

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

.a-button-primary-5 {
  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;
  max-width: 260px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

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

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

.a-button-primary-5.centered {
  margin-left: auto;
  margin-right: auto;
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-feature-basic-grid {
  grid-column-gap: 24px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-feature-icon-2 {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-card-2 {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

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

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

.a-text-color-orange-900 {
  color: var(--alley-component-library--orange--900);
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

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

.a-cta-grid-wrapper {
  z-index: 10;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: #fbfcff;
  border: 1px solid #e2e5ee;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.a-cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.a-cta-button-wrapper.nopad {
  width: 100%;
  max-width: 270px;
  margin-bottom: 0;
}

.a-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  max-width: 430px;
  display: flex;
  overflow: hidden;
}

.a-cta-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-cta-image-bottom-right {
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-cta-image-wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
}

.a-cta-image-top {
  width: 45%;
  margin-bottom: 18px;
}

.a-cta-icon-circle {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.div-block-4 {
  z-index: 0;
  background-color: #fbfcff;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.a-section-regular-4 {
  background-color: #f0f6ff;
  padding: 92px 5%;
  position: relative;
}

.a-button-primary-6 {
  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;
  min-height: 48px;
  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-6:hover {
  background-color: var(--alley-component-library--blue--800);
}

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

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

.a-footer-divider {
  background-color: var(--alley-component-library--gray--0);
  width: 1px;
  height: 32px;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.a-icon-button {
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.a-footer-social {
  grid-column-gap: 8px;
  display: none;
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-footer-text-field.gray {
  border-color: var(--alley-component-library--gray--0);
  padding-left: 24px;
}

.a-footer-form-icon {
  z-index: 1;
  position: absolute;
  inset: auto auto 13px 14px;
}

.a-footer-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library--gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
  display: none;
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-footer-link {
  color: var(--alley-component-library--gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

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

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-link-small {
  color: var(--alley-component-library--gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 10px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: none;
}

.a-success-message-3 {
  background-color: var(--alley-component-library--green--400);
}

.a-error-message-3 {
  background-color: var(--alley-component-library--red--200);
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-input-wrapper {
  flex: 1;
  position: relative;
}

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

.a-feature-links-grid {
  grid-template-rows: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.a-feature-content {
  max-width: 500px;
}

.a-margin-bottom-54 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.a-margin-bottom-55 {
  margin-bottom: 20px;
}

.a-feature-icon-3 {
  background-color: #fbfcff;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: none;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-card-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px solid var(--alley-component-library--neutral--off-white);
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.a-feature-card-3.purple {
  border-color: var(--propurple);
  justify-content: space-between;
  align-items: flex-start;
}

.a-feature-card-3.blue {
  border-color: #016fff;
}

.a-feature-card-3.gray {
  border-color: var(--alley-component-library--gray--0);
}

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

.a-paragraph-small-5.quote {
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.4;
}

.a-paragraph-small-5.center-align {
  text-align: center;
}

.text-span-3 {
  color: #066fff;
}

.rive-2 {
  opacity: .79;
  width: 360px;
  height: 100%;
}

.div-block-5 {
  max-width: 750px;
}

.div-block-6 {
  max-width: 470px;
  padding-top: 0;
}

.div-block-7 {
  height: 450px;
  padding-top: 51px;
}

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

.a-span-colorblue {
  color: #036fff;
  font-weight: 700;
  text-decoration: underline;
}

.contain-quote {
  background-color: #036fff0d;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  display: none;
}

.bold-text {
  display: flex;
}

.result-text {
  font-weight: 700;
}

.flex-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.flex-center.middle {
  justify-content: center;
  align-items: center;
}

.a-feature-icon-nobottompad {
  background-color: #fbfcff;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.div-block-9 {
  margin-bottom: auto;
}

._750container {
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.a-span-smalltext {
  font-size: 16px;
}

._950container {
  max-width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.a-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #036fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff0;
  border: 2px solid #036fff;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

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

.a-button-secondary:active {
  background-color: #7788f8;
}

.a-label-small {
  color: #0046ae;
  font-size: 12px;
}

.a-label-small.gray {
  color: #7fa1d5;
}

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

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

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

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

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

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

.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-subheading-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.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-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.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-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.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-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.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-v-gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 8px;
  display: flex;
}

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

.a-subheading-regular.blue {
  color: var(--alley-component-library--blue--900);
  font-size: 16px;
  font-weight: 500;
}

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

.bottom-align {
  max-width: 470px;
  padding-top: 0;
  padding-bottom: 64px;
}

.bottom-align.top-pad {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.a-button-tertiary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #036fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-tertiary:hover {
  background-color: #e7e8f0;
}

.a-button-tertiary:active {
  background-color: #7788f8;
}

.h-flex._8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (max-width: 991px) {
  .a-header-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-container-regular {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .a-header-button-wrapper.vertical {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .a-paragraph-small.light {
    margin-left: 0;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .a-header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

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

  .a-header-logo-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .a-button-primary-2, .a-button-primary-3, .a-button-primary-4 {
    display: flex;
  }

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

  .a-paragraph-regular-3 {
    text-align: center;
  }

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

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

  .a-feature-basic-grid {
    flex-flow: wrap;
    display: flex;
  }

  .a-cta-grid-wrapper {
    flex-flow: column;
    padding: 57px 4%;
  }

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

  .a-cta-image-wrapper {
    max-width: 100%;
  }

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

  .a-footer-detail-row {
    justify-content: center;
  }

  .a-feature-card-3 {
    flex-flow: column;
    width: 48%;
  }

  .a-feature-card-3.purple {
    width: 100%;
  }

  .div-block-6 {
    width: 101%;
    max-width: none;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

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

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

@media screen and (max-width: 767px) {
  .a-h1-heading {
    font-size: 48px;
  }

  .a-container-regular {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .left-arrow, .right-arrow {
    display: none;
  }

  .a-h2-heading {
    font-size: 44px;
  }

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

  .a-account-container-regular, .a-account-container-regular.signin {
    padding-top: 20px;
  }

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

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

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

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

  .a-subheading-semibold {
    line-height: 130%;
  }

  .a-feature-card-grid {
    flex-flow: column;
    display: flex;
  }

  .a-paragraph-regular-3 {
    text-align: center;
  }

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

  .a-feature-grid {
    flex-flow: column;
  }

  .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-feature-basic-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .a-cta-grid-wrapper {
    flex-flow: column;
    padding-left: 8%;
    padding-right: 8%;
  }

  .a-cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .a-footer-form {
    flex-direction: column;
  }

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

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

  .a-feature-card-3, .a-feature-card-3.blue, .a-feature-card-3.gray {
    width: 100%;
  }

  .a-paragraph-small-5 {
    line-height: 130%;
  }

  .rive-2 {
    width: auto;
    margin-left: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-6 {
    padding-bottom: 12px;
  }

  .div-block-7 {
    padding-top: 0;
    padding-right: 0;
  }

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

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

  .bottom-align {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    background-color: #fff;
  }

  .logo-block {
    width: 150px;
  }

  .a-h1-heading {
    text-align: left;
    font-size: 38px;
    line-height: 130%;
  }

  .image-2 {
    margin-left: -19px;
  }

  .a-header-content {
    min-width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .a-container-regular {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .a-paragraph-small {
    font-size: 14px;
  }

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

  .rive {
    align-self: center;
    height: 200px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .div-block-2 {
    flex: none;
    height: auto;
  }

  .a-paragraph-regular {
    text-align: left;
  }

  .a-header-logo-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-3 {
    height: 98%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .a-section-regular {
    background-image: none;
    padding-top: 20px;
  }

  .carousel_quote {
    font-size: 18px;
  }

  .a-cta-container {
    overflow: hidden;
  }

  .a-detail-regular {
    line-height: 130%;
  }

  .left-arrow {
    top: 168px;
    left: 96px;
  }

  .right-arrow {
    top: 168px;
    right: 76px;
  }

  .a-h2-heading.signup {
    font-size: 36px;
  }

  .a-account-form-large {
    box-shadow: none;
    background-color: #fff0;
    border-style: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .a-account-container-regular.signin {
    padding-top: 0;
  }

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

  .a-title-wrap-center {
    padding-left: 0;
    padding-right: 0;
  }

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

  .a-container-regular-2 {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

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

  .a-subheading-semibold {
    line-height: 130%;
  }

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

  .quote-section {
    padding-bottom: 27px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .a-section-large-2 {
    background-color: var(--light-blue);
  }

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

  .a-feature-basic-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .a-h5-heading {
    font-size: 26px;
  }

  .a-cta-grid-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 33px 19px;
  }

  .a-cta-content {
    flex-direction: column;
  }

  .a-subheading-large {
    line-height: 130%;
  }

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

  .a-footer-divider {
    display: none;
  }

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

  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

  .a-feature-card-3 {
    border-color: var(--alley-component-library--gray--0);
    width: 100%;
  }

  .rive-2 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .div-block-7 {
    padding-top: 0;
    padding-right: 0;
  }

  .flex-center {
    flex-flow: column;
  }

  .a-button-secondary {
    width: 100%;
    display: none;
  }

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

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

  .bottom-align {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .bottom-align.top-pad {
    justify-content: center;
    align-items: center;
  }

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

  .flex-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

#w-node-f5074e96-5553-5b48-78fd-fba55fad09e0-0f0526b7, #w-node-_479d1789-2519-0950-9dd2-695510b52ad2-0f0526b7, #w-node-_479d1789-2519-0950-9dd2-695510b52ada-0f0526b7, #w-node-_479d1789-2519-0950-9dd2-695510b52ae2-0f0526b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa526509-cc9a-40e3-cb9a-0791a8d6455c-0f0526b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aa526509-cc9a-40e3-cb9a-0791a8d6456d-0f0526b7, #w-node-aa526509-cc9a-40e3-cb9a-0791a8d64576-0f0526b7, #w-node-aa526509-cc9a-40e3-cb9a-0791a8d6457e-0f0526b7, #w-node-c0cb7454-d238-3cbb-ee01-d575402ee566-0f0526b7, #w-node-_57ede090-492c-bc76-584a-3ef5387aedf9-0f0526b7, #w-node-_9ea1341b-e7d7-cdcd-87c7-eaa67a6128c4-0f0526b7, #w-node-aa526509-cc9a-40e3-cb9a-0791a8d6456e-0f0526b7, #w-node-_989bb0ca-d6cb-cf4c-6c94-3adb05c92230-05c92220, #w-node-_989bb0ca-d6cb-cf4c-6c94-3adb05c9223a-05c92220, #w-node-_989bb0ca-d6cb-cf4c-6c94-3adb05c92244-05c92220, #w-node-_989bb0ca-d6cb-cf4c-6c94-3adb05c9224e-05c92220, #w-node-_7e0b8b28-3384-773e-7aec-dea45485b5e5-3dfe8dda, #w-node-f5074e96-5553-5b48-78fd-fba55fad09e0-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ea1ac83-f059-5371-ceae-97c7724c2595-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0ea1ac83-f059-5371-ceae-97c7724c259e-af9712fc, #w-node-_0ea1ac83-f059-5371-ceae-97c7724c259f-af9712fc, #w-node-_0ea1ac83-f059-5371-ceae-97c7724c25a9-af9712fc, #w-node-_0ea1ac83-f059-5371-ceae-97c7724c25b2-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa526509-cc9a-40e3-cb9a-0791a8d6455c-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aa526509-cc9a-40e3-cb9a-0791a8d6456d-af9712fc, #w-node-c07ae3d0-f1cc-2dd2-87d3-d6be076334b8-af9712fc, #w-node-a6f8a5eb-e15a-6626-c506-2efaa58eb498-af9712fc, #w-node-_599f0363-ba71-df5d-c63c-6f8b351e29c2-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62e81eea-e13d-791f-a6a9-6193a4a12540-af9712fc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a01-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a0a-af9712fc, #w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a0b-af9712fc, #w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a16-af9712fc, #w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a21-af9712fc, #w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a2c-af9712fc, #w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a37-af9712fc, #w-node-_2fa92de9-c000-f12c-fd73-43fe4c572a42-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1d7969-336c-6d15-634b-05550c33ec02-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca1d7969-336c-6d15-634b-05550c33ec0b-af9712fc, #w-node-ca1d7969-336c-6d15-634b-05550c33ec0c-af9712fc, #w-node-ca1d7969-336c-6d15-634b-05550c33ec21-af9712fc, #w-node-ca1d7969-336c-6d15-634b-05550c33ec36-af9712fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1d7969-336c-6d15-634b-05550c33ec4b-af9712fc {
  grid-area: 2 / 2 / 3 / 3;
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('https://ctct.me/fos/assets/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('https://ctct.me/fos/assets/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('https://ctct.me/fos/assets/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ctsans';
  src: url('https://ctct.me/fos/assets/fonts/CTSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}