:root {
  --dim-grey: #323232;
  --firebrick: #ac1313;
  --white-smoke: #f8f6f4;
  --black: black;
  --flowui-component-library-success-darker: #006638;
  --royal-blue: #265adf;
  --white: white;
  --gainsboro: #dbdbdb;
  --black-background: #1b1b1b;
  --background-dark: #383333;
  --vaya-blue: #00a68c;
  --burlywood: #ebb96a;
  --vaya-new-logo-blue: #32c5ff;
  --blanka-gray: #5e5e5e;
  --dark-grey: #a1a1a1;
  --grey: #858585;
  --untitled-ui-gray700: #344054;
  --dim-grey-2: #4d4d4d;
  --vaya-icon-blue: #63c3fa;
  --navy: #19437d;
  --primary600: #0c604c;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --spark-library-foreground-secondary: #000000c2;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-border-default: #00000029;
  --spark-library-foreground-tertiary: #0000008f;
  --spark-library-black: black;
  --spark-library-background--interactive: #f0ecfd;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --walsh-walsh-light-green: #c2ecd5;
  --walsh-black: #2c2c2c;
  --walsh-walsh-dark-green: #204f58;
  --conversion-flow-library-medium-purple: #b16cea;
  --vaya-green: #5adf57;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray500: #667085;
  --untitled-ui-warning500: #f79009;
  --untitled-ui-indigo500: #6172f3;
  --untitled-ui-blue500: #2e90fa;
  --untitled-ui-orange50: #fef6ee;
  --untitled-ui-orange700: #b93815;
  --untitled-ui-indigo50-501: #eef4ff;
  --untitled-ui-indigo700: #3538cd;
  --flowui-component-library-grey-300: #e4e6f1;
  --untitled-ui-pink700: #c11574;
  --untitled-ui-blue50-501: #eff8ff;
  --untitled-ui-blue700: #175cd3;
  --untitled-ui-gray200: #eaecf0;
  --yellow: #df0;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --conversion-flow-library-coral: #ff8a56;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--300: #edeeee;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --gjhg: #1e1e2e;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-primary25: #fcfaff;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-secondary--color-1: #223f38;
  --untitled-ui-primary200: #e9d7fe;
  --vaya-dark-green: #000;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: var(--lynx-white);
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-100: #f7f9fd;
  --medium-aquamarine: #44d7b6;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-primary-base: #642eff;
  --walsh-walsh-dark-green-2: #2c5c5d;
  --flowui-component-library-primary-dark: #2d0896;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-disabled: #98a1b3;
  --new-ds-secondary-colors: #ede3d4;
  --light-coral: #d77474;
  --untitled-ui--primary900: #42307d;
  --scanpay: #052964;
  --background-section: #fefcfe;
  --white-2: #ffffff69;
  --19437d: transparent;
  --lynx-medium-purple: #8979ec;
  --lynx-grey: #797c83;
  --untitled-ui-pink500: #ee46bc;
  --untitled-ui-pink50-501: #fdf2fa;
  --ff6b00: var(--conversion-flow-library-coral);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #0c152f99;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.wrapper-pages {
  overflow: hidden;
}

.hero-section {
  color: #0000;
  background-color: #0000;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 3%;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-14.jpg');
  background-position: 0 0, 50% 67%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-3-3.jpg');
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.about-us.plates {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-1-7.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.nav-link {
  opacity: 1;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--flowui-component-library-success-darker);
}

.nav-link:active {
  color: var(--flowui-component-library-success-darker);
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--flowui-component-library-success-darker);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-direction: row;
  align-items: center;
}

.section {
  background-color: var(--royal-blue);
  border-top: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  position: relative;
}

.section.collections {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/brush-stroke-1.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  background-clip: border-box;
  border-top-style: none;
  padding: 120px 20px;
  position: relative;
}

.section.footer-section {
  background-color: var(--white);
  color: #0000;
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  border-top-style: solid;
  position: relative;
}

.section.gray {
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: 0;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, #ffffffe3 13%, #fff0 57%), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.how-vaya-works {
  color: #0000;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #0000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.how-vaya-works.about {
  padding-bottom: 0;
}

.section.collection {
  border-top-width: 0;
  border-top-color: var(--black);
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.built-for-developers {
  background-color: var(--background-dark);
  color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #0000;
  border-top-width: 0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.built-for-developers.about {
  padding-bottom: 0;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-flex {
  background-color: var(--white);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--vaya-blue);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.left, .top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--vaya-blue);
  margin-bottom: -20px;
  font-weight: 600;
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  z-index: 1;
  color: #fff;
  text-align: center;
  border-top: 1px solid #0000;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px 100px;
  display: block;
  position: relative;
}

.container.about-section {
  padding-left: 0;
  padding-right: 0;
}

.text-field-2 {
  float: left;
  color: var(--dim-grey);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.text-field-2.email {
  background-image: url('../images/icons8-secured-letter-80-1_1icons8-secured-letter-80 (1).png');
  width: 94%;
  margin-bottom: 24px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--firebrick);
}

.top-padding {
  margin-top: 40px;
}

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  background-color: var(--burlywood);
  background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: #0000;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  float: left;
  clear: both;
  background-color: var(--vaya-new-logo-blue);
  color: #fff;
  text-align: left;
  object-fit: fill;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
  position: static;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

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

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

.button.black {
  background-color: var(--black);
  color: #fff;
  height: 38px;
  font-family: Poppins, sans-serif;
}

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

.product-page-image {
  text-align: center;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: #0c152f99;
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: #0c152f99;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: var(--black);
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 58px;
}

.paragraph {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph.main {
  font-size: 16px;
}

.tab-block {
  background-color: var(--burlywood);
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.section-tittle {
  color: var(--black);
  text-align: left;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.history-tittle {
  color: #000;
  text-align: right;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: right;
  margin-top: 20px;
  line-height: 24px;
}

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

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: #0000;
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--blanka-gray);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

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

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

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  font-family: Libre Franklin, sans-serif;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.cta-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.different-font {
  color: var(--firebrick);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 400px;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: left;
  width: 70%;
  margin-top: 80px;
}

.how-it-works {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.how-it-works.contact {
  margin-top: 0;
}

.how-it-works.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.how-it-works.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.button-link:hover {
  text-decoration: underline;
}

.button-link.product {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.footer-title {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  float: left;
  width: 90%;
}

.div-column-right {
  float: right;
  object-fit: fill;
  width: 90%;
  overflow: visible;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
  background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 120px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  background-color: #fff;
  height: 620px;
  padding: 60px 30%;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--royal-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--blanka-gray);
}

.center-button-block {
  text-align: left;
  margin-top: 10px;
}

.left-form {
  text-align: left;
}

.text-field-3 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  background-color: #dbdbdb1a;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 12px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  width: 98%;
  min-height: 130px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  height: 440px;
}

.map-wrapper {
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  height: auto;
  padding: 60px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  background-image: url('../images/Group-12-3.png');
  background-position: 0 51%;
  background-repeat: repeat-x;
  background-size: 35%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 295px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  margin-top: 3px;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 11px;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div-2 {
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.columns-3 {
  margin-top: 40px;
  padding-bottom: 80px;
}

.sticky-navbar {
  z-index: 1000;
  background-color: var(--white);
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-3 {
  z-index: 10;
  text-align: center;
  border-radius: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid #dcdcdc40;
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  background-color: #0000;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: #0000;
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  opacity: .7;
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

.cart-button:hover {
  opacity: 1;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--firebrick);
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: #dbdbdb1a;
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  flex: 1;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  flex: 1;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  border-radius: 4px;
  height: 45px;
}

.about-hero-block-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  background-color: #ff8e644d;
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  background-color: var(--white);
  width: 60%;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 108px;
  margin-right: 0%;
  display: block;
}

.hero-image {
  text-align: right;
  object-fit: fill;
  background-image: url('../images/Frame-5-1-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
  justify-content: flex-end;
  align-self: flex-end;
  width: 900px;
  height: 480px;
  margin-left: -220px;
  margin-right: -165px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 28px;
  display: block;
  position: relative;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: static;
}

.discount {
  border-top-style: none;
  margin-bottom: 20px;
}

.image-5 {
  padding-left: 0;
}

.image-6 {
  float: left;
  position: static;
}

.column-2 {
  position: static;
}

.text-field-1 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-1.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-1.contact-form.gray {
  background-color: #dbdbdb1a;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 94%;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 12px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.text-field-2-copy {
  float: left;
  color: var(--dim-grey);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.text-field-2-copy.email, .text-field-2-copy.phone-number {
  background-image: url('../images/icons8-ringer-volume-80_1icons8-ringer-volume-80.png');
  width: 94%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  margin-top: 60px;
}

.div-block-4 {
  margin-top: 120px;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  font-weight: 400;
}

.heading-3 {
  color: var(--black);
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}

.heading-4 {
  color: var(--black);
  text-align: left;
  font-weight: 400;
}

.heading-5 {
  color: var(--black);
  text-align: left;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: 700;
}

.heading-6 {
  color: var(--black);
  text-align: left;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.heading-7 {
  color: var(--black);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.image-7, .image-8 {
  max-width: 60%;
  margin-top: 10px;
}

.columns-4 {
  margin-top: 5%;
}

.image-9 {
  max-width: 60%;
  margin-top: 10px;
}

.columns-5 {
  margin-top: 5%;
}

.heading-8 {
  text-align: left;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--dim-grey-2);
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.paragraph-3 {
  color: var(--gainsboro);
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.heading-9 {
  color: var(--white);
  text-align: left;
  padding-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  padding-left: 20px;
  font-weight: 400;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
}

.image-10 {
  width: auto;
  min-width: 75px;
  max-width: 75px;
  margin-top: 10px;
  margin-bottom: 13px;
}

.image-11 {
  width: auto;
  min-width: 75px;
  max-width: 72px;
  padding-bottom: 23px;
}

.image-12 {
  width: auto;
  max-width: 75px;
  margin-top: 4px;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.section-tittle-white {
  color: var(--white);
  text-align: left;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 78px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}

.section-tittle-white.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.heading-12 {
  color: var(--black);
  text-align: left;
}

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

.image-13 {
  margin-top: -39px;
  margin-left: -72px;
}

.heading-13 {
  color: var(--black);
}

.columns-6 {
  margin-top: 0;
  margin-bottom: 40px;
}

.container-copy {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 102px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.landing-container {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.landing-container.about-section {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  border: 0px solid var(--dark-grey);
  background-color: var(--white);
  border-radius: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.heading-14 {
  color: var(--vaya-blue);
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.container-copy-copy {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin: 100px auto 102px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container-copy-copy.about-section {
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  padding-top: 64px;
  padding-left: 54px;
}

.column-6 {
  color: var(--black);
}

.container-4 {
  margin-top: 67px;
  padding-right: 0;
}

.heading-15 {
  color: var(--white);
  font-weight: 400;
}

.section-copy {
  background-color: var(--background-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 0 solid #0000;
  border-width: 0 1px;
  padding-top: 0;
  padding-bottom: 40px;
  font-weight: 500;
  position: relative;
}

.section-copy.collections {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/brush-stroke-1.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  background-clip: border-box;
  border-top-style: none;
  padding: 120px 20px;
  position: relative;
}

.section-copy.footer-section {
  color: #0000;
  background-color: #dbdbdb1a;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section-copy.newslatter {
  border-top-style: solid;
  position: relative;
}

.section-copy.gray {
  background-color: #f8f8f8;
  margin-top: 90px;
}

.section-copy.gray.testimonials {
  position: relative;
}

.section-copy.cta {
  background-image: linear-gradient(to right, #ffffffe3 13%, #fff0 57%), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-copy.how-vaya-works {
  color: #0000;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border: 1px solid #0000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-copy.how-vaya-works.about {
  padding-bottom: 0;
}

.section-copy.collection {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-copy.built-for-developers {
  background-color: var(--background-dark);
  color: #0000;
  background-image: url('../images/Frame-4-1-1.png');
  background-size: cover;
  border: 1px solid #0000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-copy.built-for-developers.about {
  padding-bottom: 0;
}

.heading-16, .heading-17, .heading-18 {
  text-align: left;
  padding-left: 20px;
}

.column-7 {
  background-color: #0000;
  margin-top: 20px;
  padding-left: 48px;
}

.container-5 {
  object-fit: fill;
}

.section-tittle-white-copy {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle-white-copy.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.row-padding-copy {
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 0;
}

.image-14 {
  clear: both;
  border: 1px none var(--white-smoke);
  box-shadow: 1px 1px 3px 1px var(--vaya-icon-blue);
  border-radius: 1px;
  max-width: 120%;
  margin-top: 80px;
  margin-left: 0;
}

.heading-19 {
  color: var(--black);
}

.lenders-section-heading {
  color: var(--black);
  text-align: left;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.column-8 {
  padding-top: 36px;
}

.container-copy {
  z-index: 1;
  color: #fff;
  text-align: center;
  border-top: 1px solid #0000;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px 60px;
  display: block;
  position: relative;
}

.container-copy.about-section {
  padding-left: 0;
  padding-right: 0;
}

.column-9, .column-10, .column-11 {
  margin-top: 40px;
}

.heading-3-lenders {
  color: var(--black);
  text-align: center;
  padding-left: 0;
  font-weight: 400;
}

.image-15, .image-16, .image-17 {
  max-width: 75px;
  margin-right: 0;
}

.columns-7 {
  margin-bottom: 60px;
}

.column-12 {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 100px;
}

.column-13 {
  text-align: left;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 100px;
}

.heading-developers {
  font-size: 24px;
  font-weight: 400;
}

.column-15 {
  margin-top: 4px;
}

.paragraph-4 {
  text-align: left;
}

.heading-20 {
  color: var(--black);
}

.heading-21 {
  color: var(--vaya-blue);
  font-size: 22px;
  line-height: 28px;
}

.column-17 {
  padding-left: 0;
}

.uui-layout62_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout62_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout62_image-wrapper {
  background-color: #f2f4f7;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout62_lightbox-image {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto 3rem auto auto;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout62_lightbox {
  background-color: #f2f4f7;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout62_tabs-link {
  background-color: #0000;
  border-left: 4px solid #f2f4f7;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout62_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-width: 4px;
  border-left-color: #7f56d9;
}

.uui-layout62_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.spark-line-3 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-text-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-secondary {
  color: #f0ecfd;
  text-decoration: none;
}

.spark-bottom-bar-link-row {
  grid-column-gap: 32px;
  display: flex;
}

.spark-bottom-bar-text {
  margin-bottom: 0;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-flexed {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-absolute-bottom-bar {
  color: #fff;
  background-color: #5532fa;
  width: 100%;
  padding: 8px 64px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-sub-text-in-card-link {
  text-align: left;
  background-color: #155eefb3;
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1.3rem;
  position: absolute;
}

.spark-large-card-link {
  color: #fff;
  background-image: url('../images/Media_1Media.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  height: 450px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-large-card-link:hover {
  opacity: 1;
}

.spark-hold-card-links {
  grid-column-gap: 32px;
  display: flex;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-large-icon {
  width: 32px;
}

.spark-mega-nav-link-label {
  margin-bottom: 0;
}

.spark-mega-nav-link {
  color: #000;
  border-bottom: 3px solid #f0ecfd;
  justify-content: space-between;
  width: 300px;
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.spark-mega-nav-link:hover {
  opacity: 1;
  color: #5532fa;
  border-bottom-color: #5532fa;
}

.spark-mega-nav-link.w--current {
  color: #5532fa;
}

.spark-mega-menu-take-over {
  background-color: #fff;
  width: 100%;
  height: 90vh;
  max-height: 100vh;
  padding: 172px 64px;
  inset: 0% 0% auto;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-take-over-menu {
  background-color: #fff;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  inset: 0% 0% auto;
}

.spark-small-sub-paragraph {
  color: #000000c2;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-side-flat-tab {
  color: #000;
  background-color: #0000;
  border-bottom: 3px solid #f0ecfd;
  width: 100%;
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  opacity: 1;
  color: #5532fa;
  border-bottom-color: #a695fb;
}

.spark-side-flat-tab.w--current {
  color: #5532fa;
  background-color: #0000;
  border-bottom-color: #5532fa;
}

.spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph {
  color: #000000c2;
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.main-section {
  width: 100%;
  padding: 40px 100px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.main-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.main-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.main-section h2 {
  text-align: center;
}

.main-section h3 {
  text-align: left;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.main-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.main-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 30px;
  position: static;
}

.main-section li {
  margin-bottom: .5rem;
  text-decoration: none;
}

.main-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-wider-simple-icon-tabs-content {
  float: none;
  clear: none;
  width: 75%;
  display: block;
  position: static;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-float-right {
  margin-left: auto;
  display: inline-block;
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-simple-flat-square-tab {
  color: #000;
  background-color: #0000;
  border-bottom: 3px solid #f0ecfd;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-flat-square-tab:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
  border-bottom-color: #a695fb;
}

.spark-simple-flat-square-tab.w--current {
  color: #5532fa;
  background-color: #0000;
  border-bottom-color: #5532fa;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow {
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-right: 14px;
  transition: background-position .15s, background-color .15s, color .15s;
  display: flex;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
  background-color: #fff;
  position: static;
}

.spark-wide-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: sticky;
  top: 150px;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog07_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog07_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog07_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog07_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog07_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog07_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall-2 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog07_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog07_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog07_category-link:hover {
  color: #53389e;
}

.uui-blog07_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog07_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog07_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog07_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog07_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog07_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-heading-small {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  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: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog07_featured-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
  display: block;
}

.uui-blog07_menu-link {
  color: #667085;
  white-space: nowrap;
  border-radius: .375rem;
  width: 100%;
  margin-bottom: .25rem;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog07_menu-link:hover, .uui-blog07_menu-link.w--current {
  color: #344054;
  background-color: #f9fafb;
}

.uui-blog07_category-heading {
  color: #6941c6;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog07_category-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.uui-blog07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 6rem;
  display: grid;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: #101828;
  margin-top: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-rich-text {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  color: #00a68c;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  color: #475467;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: #667085;
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost05_content {
  margin-bottom: 4rem;
  font-size: 16px;
  line-height: 24px;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: #98a2b3;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost05_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost05_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uui-blogpost05_divider {
  background-color: #eaecf0;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-blogpost05_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost05_form {
  margin-bottom: 0;
}

.uui-blogpost05_sidebar-heading {
  color: #7f56d9;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-blogpost05_author-heading {
  color: var(--navy);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost05_author-heading:hover {
  color: var(--vaya-icon-blue);
}

.uui-blogpost05_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-blogpost05_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogpost05_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost05_content-left {
  max-width: 20rem;
  position: sticky;
  top: 5rem;
}

.uui-blogpost05_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogpost03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost05_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost05_date {
  color: #7f56d9;
  margin-left: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost05_date-wrapper {
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  color: #6941c6;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: #53389e;
}

.uui-blogpost04_meta-wrapper {
  color: #6941c6;
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-blogpost05_title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost05_header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 6rem;
  display: grid;
}

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

.navbar-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-2 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-3 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text-2 {
  color: var(--vaya-new-logo-blue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.uui-text-rich-text-2 h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-2 h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text-2 h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-2 h4 {
  color: var(--black-background);
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
}

.uui-text-rich-text-2 h5, .uui-text-rich-text-2 h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-2 p {
  color: var(--background-dark);
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.uui-text-rich-text-2 blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text-2 ul {
  color: var(--background-dark);
  font-size: 16px;
  line-height: 26px;
  list-style-type: disc;
}

.uui-text-rich-text-2 a {
  text-decoration: underline;
}

.uui-text-rich-text-2 figcaption {
  color: #667085;
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: #98a2b3;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-2.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-2.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: #7f56d9;
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large-2 {
  color: #101828;
  margin-top: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time-2 {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link-2 {
  color: #6941c6;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link-2:hover {
  color: #53389e;
}

.uui-blogpost04_meta-wrapper-2 {
  color: #6941c6;
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text-4 {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  margin-top: 60px;
}

.columns-8 {
  display: flex;
}

.container-7 {
  padding-left: 89px;
}

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

.column-18 {
  font-family: Open Sans, sans-serif;
  position: relative;
}

.bold-text-5 {
  color: var(--navy);
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  color: #5532fa;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #5532fa;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-footer-bottom {
  background-color: #f0ecfd;
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  color: #5532fa;
  background-color: #fff;
}

.spark-footer-link {
  color: #000;
  padding: 16px 24px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-footer-link:hover {
  opacity: 1;
  color: #5532fa;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-column.spark-right-side-footer-column {
  flex-direction: column;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.footer-home {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.footer-home h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.footer-home h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-home h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.footer-home h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.footer-home h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.footer-home h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer-home p {
  margin-bottom: 0;
}

.footer-home ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.footer-home li {
  margin-bottom: .5rem;
}

.footer-home.spark-primary-bottom-border {
  border-bottom: 1px solid #5532fa;
  padding-top: 140px;
  padding-bottom: 100px;
}

.footer {
  width: 100%;
  position: relative;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-light-button {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  min-height: 0;
  padding: 16px 24px;
  font-weight: 400;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  color: var(--royal-blue);
  background-color: #63c3fa21;
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-foreground-secondary {
  color: #000000c2;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .75fr .25fr;
  grid-template-areas: ". Area";
  grid-auto-columns: .5fr;
}

.text-block-4 {
  box-shadow: none;
  color: var(--navy);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  display: block;
}

.column-19 {
  padding-bottom: 40px;
}

.uui-footer08_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_legal-link:hover {
  color: #475467;
}

.uui-footer08_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: #667085;
}

.uui-footer08_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link-3 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: #344054;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-3 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-footer08_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer08_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer08_heading {
  color: #101828;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-footer08_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer08_link {
  color: #475467;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_link:hover {
  color: #344054;
}

.uui-footer08_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer08_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer08_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-footer08_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-3.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar05_link {
  color: #667085;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: #344054;
}

.uui-navbar05_link.w--current {
  color: #000;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: #53389e;
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: #f9fafb;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-navbar05_item-heading {
  color: #101828;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large-2 {
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link:hover {
  background-color: #f9fafb;
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar05_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: #344054;
}

.uui-navbar05_menu-dropdown {
  position: static;
}

.uui-navbar05_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar05_logo-link {
  padding-left: 0;
}

.uui-navbar05_component {
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  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 {
  color: #868898;
  background-color: #fff;
  border: 1px solid #dedfe3;
  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: #5167f6;
}

.a-faq-dropdown {
  background-color: #fff;
  border-bottom: 1px solid #dedfe3;
  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-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.a-h3-heading {
  color: #131316;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.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 {
  padding: 92px 5%;
  position: relative;
}

.dev {
  color: var(--black-background);
}

.line {
  background-color: var(--gainsboro);
  color: var(--black-background);
  height: 1px;
}

.line.divider {
  border: 1px solid var(--flowui-component-library-success-darker);
  background-color: var(--gainsboro);
  margin: 0 auto;
  padding-left: 0;
}

.line.divider.white {
  border-width: .5px;
  border-color: var(--dark-grey);
  width: 100%;
}

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

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-4:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-blogsection07_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-text-size-small-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider-2 {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-2.text-size-small {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection07_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection07_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection07_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection07_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection07_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  min-height: 230px;
  padding-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
}

.uui-blogsection07_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall-4 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  align-self: stretch;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.uui-blogsection07_title-link {
  color: var(--untitled-ui-gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection07_category-link {
  color: var(--untitled-ui-primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection07_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogsection07_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection07_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection07_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection07_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection07_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection07_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-blogsection07_list-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.uui-blogsection07_heading {
  flex: 1;
}

.uui-blogsection07_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection07_component {
  flex-direction: column;
  align-items: center;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: .5rem;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  border: 0 #000;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-blogsection05_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection05_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection05_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection05_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection05_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection05_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection05_title-link {
  color: var(--untitled-ui-gray900);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection05_category-link {
  color: var(--untitled-ui-primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection05_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogsection05_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection05_image {
  border: 0px solid var(--dark-grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection05_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection05_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection05_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection05_item {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  display: flex;
}

.uui-blogsection05_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.uui-blogsection05_component {
  flex-direction: column;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 4rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_blogsection05 {
  background-color: var(--white);
}

.text-block-5 {
  color: var(--vaya-new-logo-blue);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  color: var(--vaya-icon-blue);
  font-family: Manrope, sans-serif;
}

.uui-layout01_image {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout01_image-wrapper {
  background-color: var(--untitled-ui-gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-5:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.spark-icon-2 {
  width: 12px;
  display: inline-block;
}

.spark-icon-2.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph-2.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-bold-heading-3 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-vertical-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 310px;
}

.spark-stacked-card {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-four-column-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-gray-paragraph {
  color: var(--spark-library-foreground-secondary);
  line-height: 1.3;
}

.spark-horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.spark-horizontal-team-member-image.spark-small {
  width: 310px;
  height: 310px;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-top-aligned {
  align-items: flex-start;
}

.spark-flex-row-of-two-team-members {
  grid-column-gap: 64px;
  margin-bottom: 64px;
  display: flex;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-left-aligned {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spark-section {
  width: 100%;
  padding: 176px 120px 176px 119px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  text-align: right;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-absolute-watch-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.spark-sub-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.spark-lightbox:hover {
  opacity: 1;
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-input {
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library-foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library-border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library-foreground-interactive-hover);
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library-white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.lynx-image-customer {
  max-height: 40px;
}

.lynx-customer {
  background-color: var(--lynx-white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-grid-4-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.lynx-content {
  background-color: #dbdbdb0d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-inner-rounded-banner-image {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 50%;
  min-height: 45em;
  display: flex;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-green {
  background-color: var(--walsh-walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium {
  color: var(--walsh-black);
  margin-top: 0;
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-inner-rounded-banner {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding: 6em;
  display: flex;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-marker-green {
  color: #214f58;
  background-image: url('../images/span-marker-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh-walsh-dark-green);
  position: relative;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(146deg, var(--vaya-icon-blue), var(--vaya-green) 46%, var(--vaya-new-logo-blue));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-2 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.cf-testimonial-black-name {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text {
  color: #000;
  margin-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text {
  margin-top: 160px;
}

.cf-18px-paragraph-1-2 {
  color: #000000e6;
  width: 80%;
  max-width: 510px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-testimonial-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 70%;
  height: 100%;
  display: flex;
}

.cf-round-testimonial-image {
  border-radius: 0%;
  width: 100%;
  position: relative;
  left: 80px;
}

.cf-testimonial-black-image {
  background-color: #63c3fa17;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 50%;
  width: 50%;
  max-width: 420px;
}

.cf-home-testimonial-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.cf-62px-heading---white {
  color: var(--white);
  text-align: left;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.cf-heading-part-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button.header-4 {
  border-color: var(--vaya-green);
  color: var(--vaya-green);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  transition-duration: .1s;
}

.cf-call-arrow-button.header-4:hover {
  background-color: var(--white);
  color: var(--white);
}

.cf-gradient-span {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: repeating-linear-gradient(311deg, #6dffdd, #00b1d8);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.cf-heading-part-1 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.cf-hero-section-4 {
  background-color: #fff;
  overflow: hidden;
}

.text-block-7 {
  color: var(--white);
  font-size: 17px;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
}

.cf-body---18px-2 {
  color: #000c;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.cf-h3-heading-40px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  color: var(--black);
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-menu {
  color: var(--flowui-component-library-success-darker);
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container {
  max-width: 100%;
  margin-bottom: 0;
}

.cf-wrapper-11611 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-11611.different-flex {
  background-color: #f5fbff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 60px 20px;
}

.p-b-section {
  color: #173672;
  -webkit-text-fill-color: inherit;
  background-color: #ede3d4;
  background-clip: padding-box;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-right-image {
  font-size: 1px;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph--b {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph--b.header-2 {
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-style: normal;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  padding-right: 60px;
  display: flex;
}

.cf-1140px-wrapper {
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  background-color: #f3f3f300;
  background-image: linear-gradient(188deg, #63c3fa3d, #5adf5700 25%);
  overflow: hidden;
}

.uui-career09_icon {
  color: var(--untitled-ui-gray400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-career07_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.uui-career07_detail-wrapper {
  color: var(--untitled-ui-gray600);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career09_job-details-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-4 {
  grid-column-gap: .5rem;
  color: var(--flowui-component-library-success-darker);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-4:hover {
  color: var(--untitled-ui-primary800);
}

.badge-dot {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--untitled-ui-warning500);
}

.badge-dot.text-color-indigo500 {
  color: var(--untitled-ui-indigo500);
}

.badge-dot.text-color-pink500 {
  color: var(--royal-blue);
}

.badge-dot.text-color-blue500 {
  color: var(--untitled-ui-blue500);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-orange {
  background-color: var(--untitled-ui-orange50);
  color: var(--untitled-ui-orange700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui-indigo50-501);
  color: var(--untitled-ui-indigo700);
}

.uui-badge.is-pink {
  background-color: var(--flowui-component-library-grey-300);
  color: var(--untitled-ui-pink700);
}

.uui-badge.is-blue {
  background-color: var(--untitled-ui-blue50-501);
  color: var(--untitled-ui-blue700);
  font-size: .875rem;
  font-weight: 500;
}

.uui-career09_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-career09_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.uui-career09_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.uui-career09_top-wrapper {
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.uui-career09_item {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: var(--white);
  border-radius: 1rem;
  margin-top: 60px;
  padding: 1.5rem;
  overflow: hidden;
}

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

.uui-career09_tabs-content {
  width: 100%;
  overflow: visible;
}

.uui-career09_tab-link {
  color: var(--untitled-ui-gray500);
  background-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-career09_tab-link.w--current {
  color: var(--untitled-ui-gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-career09_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui-gray100);
  background-color: var(--untitled-ui-gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-career09_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.uui-text-size-large-4 {
  color: var(--untitled-ui-gray600);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-padding-vertical-xhuge-6 {
  padding: 7rem 100px;
}

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

.uui-page-padding-7 {
  padding-left: .1rem;
  padding-right: .1rem;
  font-family: Manrope, sans-serif;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-hero-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-left: 1px solid #df0;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.fn-section-off-black {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fh-section-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-list-checkmark-icon {
  color: #0f1213;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex;
}

.fn-list-checkmark {
  background-color: #df0;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-get-a-demo-shape-second {
  border: 1px solid var(--yellow);
  color: var(--black);
  border-radius: 50%;
  flex: none;
  width: 193px;
  height: 193px;
  position: absolute;
  inset: auto auto auto 0;
}

.fn-get-a-demo-shape {
  border: 1px solid var(--yellow);
  border-radius: 49%;
  flex: none;
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover, .fn-span-color-text {
  color: #df0;
}

.fn-heading-jambo-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1em;
}

.fn-label-jambo {
  color: #cdd3d2;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 96px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-off-black-2 {
  background-color: var(--white);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--vaya-icon-blue), white 44%);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: none;
  padding: 100px 30px 120px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.text-block-9 {
  color: var(--black);
  font-weight: 600;
}

.fn-button-2 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-hero-box-2 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-left: 1px solid var(--vaya-icon-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.fn-heading-jambo-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-off-black-3-2 {
  background-color: var(--untitled-ui-gray100);
  color: var(--gainsboro);
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.body-copy-1 {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-6 {
  font-family: Montserrat, sans-serif;
  font-size: 68px;
}

.bold-text-6._62px-heading-1--black {
  color: var(--black);
}

.cf-logo-images-2 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bold-text-7 {
  color: #bad600;
}

.text-block-11 {
  color: var(--navy);
}

.container-10 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--yellow), #0000 34%);
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library-light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-purple-button {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library-coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library-sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.fn-logos-image {
  color: #687373;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 150px;
  height: 42px;
  display: flex;
}

.fn-logos-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-label {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-2.overflow-none {
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

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

.brix---section-small {
  background-color: var(--spark-library-black);
  padding: 20px 100px 40px;
}

.cf-testimonial-black-name-2 {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text-2 {
  color: #000;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars-2 {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text-2 {
  margin-top: 160px;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
}

.cf-testimonial-right-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.cf-round-testimonial-image-2 {
  opacity: 1;
  border-radius: 100%;
  width: 100%;
  position: relative;
  left: 80px;
}

.cf-testimonial-black-image-2 {
  background-color: var(--untitled-ui-gray900);
  border-radius: 50%;
  width: 40%;
  max-width: 380px;
}

.cf-home-testimonial-wrap-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

._62px-heading-1--black {
  color: var(--black);
  text-align: left;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
}

.cf-heading-part-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-2 {
  letter-spacing: 0;
}

.cf-call-arrow-contain-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-2.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button-2:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button-2.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-heading-part-6 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper-2 {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.cf-hero-section-6 {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/Layer_1.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: scroll;
  height: 80vh;
  overflow: hidden;
}

.text-block-12 {
  font-size: 16px;
}

.cf-review-text---18px---italic {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-review-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-down-3 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down-3.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain-3 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-3.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(251deg, #04bbe3, #06bc92);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Frank Ruhl Libre, sans-serif;
  font-weight: 400;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-1140px-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-image-container-2 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient-2 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(336deg, var(--vaya-icon-blue), var(--vaya-icon-blue) 29%, var(--vaya-green) 73%, var(--vaya-green));
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-cta-arrow-div-2 {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text-2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  background-color: var(--black);
  border-radius: 20px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-82px-heading-2 {
  color: #fff;
  text-align: center;
  border-radius: 1px;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 100%;
}

.cf-82px-heading-2.black {
  color: #191818;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

.cf-pricing-plan-pointer-text-18px-2 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon-2 {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-2.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container-2 {
  margin-top: 40px;
}

.cf-body---18px-3 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tabs-content-2 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image-2 {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link-2 {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link-2.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-menu-2 {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container-2 {
  width: 100%;
}

.cf-italic-text-2 {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container-2 {
  margin-bottom: 64px;
}

.cf-wrapper-11612 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-11612.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.cf-absolute-tab-image {
  width: 100%;
  max-width: 315px;
  position: absolute;
  inset: 7% -8% auto auto;
}

.cf-tab-image-2 {
  background-color: var(--vaya-icon-blue);
  object-fit: contain;
}

.cf-flex-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-tabs-content-2 {
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
  overflow: visible;
}

.cf-18px-paragraph-dim-grey {
  color: #646464;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-tab-paragraph-contain {
  padding-left: 40px;
  display: block;
}

.cf-tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.cf-tab-heading-contain {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.cf-tab-content {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.cf-tab-link {
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.cf-tab-link.w--current {
  background-color: #0000;
}

.cf-tab-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  max-width: 600px;
  display: flex;
}

.cf-tabs {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-feature-tabs-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.cf-feature-tabs-section {
  width: 100%;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

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

.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---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

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

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

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

.brix---heading-h2-size {
  margin-top: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

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

.brix---section {
  background-color: var(--untitled-ui-gray100);
  color: var(--white-smoke);
  padding-top: 176px;
  padding-bottom: 176px;
}

.cf-footer-link {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-copyright-text-2 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section {
  background-color: var(--untitled-ui-gray900);
  color: #fff;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-field-message {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-form-standard {
  flex-direction: column;
  display: flex;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small-2 {
  color: var(--vaya-icon-blue);
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-container-grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.cf-mission-image-2 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-mission-image-2._1 {
  border-radius: 12px;
}

.cf-image-animation-div-2 {
  width: auto;
}

.cf-mission-special-image-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-hero-image-wrapper-2 {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px-4 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px-4.white {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mission-grid-text-wrapper-2 {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-4.white {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.cf-heading-animation-div-2 {
  width: auto;
}

.cf-yellow-king-text-span-2 {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(to right, var(--vaya-icon-blue), var(--vaya-green) 24%, var(--vaya-icon-blue) 69%, var(--vaya-icon-blue));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container-2 {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper-2 {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper-2.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container-2 {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-wrapper-11613 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-11613.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-mission-section-2 {
  color: #fff;
  background-color: #000;
  position: relative;
}

.cf-parallax-scribble-3 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-4 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-5 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-6 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-7 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-8 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading-3 {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper-2 {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-7 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.fn-button-secondery-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: #3e4545;
}

.fn-button-3 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-3:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-cover-image-2 {
  float: none;
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
}

.fh-features-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.fn-featured-tabs-content-wrapper {
  width: 100%;
}

.fn-featured-tabs-content {
  width: 40%;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.fn-tabs-paragraph {
  color: #bac3c3;
  flex: none;
  overflow: hidden;
}

.fn-tabs-link-title-icon {
  color: #df0;
  object-fit: contain;
  width: 19px;
  height: 19px;
}

.fn-tabs-link-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-tabs-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #939b9b;
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  transition: opacity .25s;
  display: flex;
}

.fn-tabs-link:hover {
  opacity: .8;
  color: #939b9b;
}

.fn-tabs-link.w--current {
  background-color: #0f1213;
}

.fn-featured-tabs-menu {
  flex-direction: column;
  display: flex;
}

.fn-featured-tabs {
  width: 80%;
  margin-bottom: 32px;
  position: static;
}

.subheading-2--grey {
  color: var(--gainsboro);
  text-align: left;
  width: 70%;
  margin-bottom: 32px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-container-grid-8.relative {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
}

.fn-section-5 {
  color: #ecf0ef;
  background-color: #040404;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-13, .text-block-14, .text-block-15 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-6:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-5:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-5:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--gjhg);
  background-color: var(--untitled-ui-primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-text-size-medium-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout20_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-5 {
  color: var(--white);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-text-size-large-5.text-block-10 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-5 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  padding: 7rem 40px;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-8 {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.uui-section_layout20 {
  background-color: var(--black);
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.subheading-v2 {
  color: var(--white);
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-v2.cf-62px-heading---white {
  color: var(--gainsboro);
  max-width: 600px;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-8 {
  padding: 7rem 60px;
}

.uui-text-style-link-4 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-form_input-4 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-4:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-4::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-header03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge-3 {
  color: var(--untitled-ui-gray600);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-heroheader23_card-image {
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 24rem;
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader23_card-image.is-hovering {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  transform: translate(3rem, -4rem);
  box-shadow: -68px 68px 32px #10182840;
}

.uui-heroheader23_image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotateX(-51deg)rotateY(0)rotateZ(-30deg);
}

.uui-heroheader23_image-wrapper {
  background-color: var(--untitled-ui-gray500);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.25rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.uui-heroheader23_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-heroheader23_item {
  align-items: center;
  display: flex;
}

.uui-heroheader23_item-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-heroheader23_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

.uui-heroheader23_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.uui-layout13_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout13_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout13_image-wrapper {
  background-color: var(--untitled-ui-gray100);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox-image {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-lightbox_play-icon-2 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer-2 {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout13_lightbox {
  background-color: var(--untitled-ui-gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heading-xsmall-5 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout13_tabs-link {
  border-left: 4px solid var(--untitled-ui-gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link.w--current {
  border-left-color: var(--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-layout13_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout13_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.uui-page-padding-9 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout21_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout21_item {
  display: flex;
}

.uui-layout21_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout20_component-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cf-parallax-scribble-5 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-6 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-9 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-10 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 63%;
}

.cf-parallax-image-11 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-12 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading-4 {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper-3 {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-8 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner03_close-button {
  color: var(--untitled-ui-primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner03_close-button:hover {
  background-color: var(--gjhg);
  color: var(--primary600);
}

.error-message-4 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-4 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-message-4.banner-success-message {
  padding: .5rem 1rem;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-7:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-7:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-7.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-5 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-5:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-5::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-banner03_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.uui-banner03_form-block {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 0;
}

.uui-banner03_supporting-text {
  color: var(--primary600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner03_text {
  color: var(--untitled-ui-primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner03_text-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-outline-medium {
  border: .375rem solid var(--gjhg);
  background-color: var(--untitled-ui-primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner03_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner03_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner03_wrapper {
  border: 1px solid var(--untitled-ui-primary300);
  background-color: var(--untitled-ui-primary25);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos02_logo {
  height: 2.5rem;
}

.uui-logos02_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos02_logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-text-size-large-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-5.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-logos02_component {
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  padding: 4rem;
}

.uui-text-size-medium-7 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui-primary500);
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout83_item {
  background-color: var(--untitled-ui-gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout83_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.uui-button-secondary-gray-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-6:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-6:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-6 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout83_content {
  flex-direction: column;
  align-items: center;
}

.uui-layout83_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brix---instagram-image-full-width {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-grid-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---paragraph-default-2 {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
  font-family: Montserrat, sans-serif;
}

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

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

._62 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
}

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

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-600px---center-2 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-2 {
  background-color: var(--black);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.uui-button-8 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-8:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-8:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-7:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-7:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-7 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-7.button-row-center {
  justify-content: center;
}

.uui-space-medium-5 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-xlarge-4 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-7 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-align-center-4 {
  text-align: center;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-11 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-16 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-span-2 {
  color: var(--vaya-new-logo-blue);
  font-weight: 300;
}

.uui-text-style-link-5 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-5:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-6.text-color-gray500 {
  color: var(--untitled-ui-gray500);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.uui-button-9 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-9:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-9:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input-6 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-6:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-6::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-header03_form-2 {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge-5 {
  color: var(--gainsboro);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-5 {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.uui-heading-subheading-8 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-12 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-12 {
  background-color: var(--black);
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph-7 {
  color: var(--white);
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 21px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 388px;
  padding-top: 23px;
  display: grid;
  position: static;
  left: 98px;
}

.paragraph-8 {
  color: #c7c7c7;
  font-family: Manrope, sans-serif;
}

.paragraph-9 {
  color: #d3d3d3;
}

.grid-3 {
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 40px 40px 52px;
}

.uui-footer07_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer07_bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.uui-footer07_link {
  color: var(--untitled-ui-gray600);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content .5fr .5fr .5fr .25fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  justify-items: start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.uui-page-padding-13 {
  background-color: #eef6f3;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-19 {
  float: none;
  clear: none;
  text-align: center;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--untitled-ui-gray400);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  align-self: auto;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple) 31%, var(--conversion-flow-library-light-coral) 75%, var(--conversion-flow-library-coral) 92%, var(--conversion-flow-library-sandy-brown));
}

.cf-tabs-content-text {
  clear: right;
  color: #101010;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library-medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  border-radius: 8px;
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 56%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-email {
  font-family: Montserrat, sans-serif;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: var(--black);
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--vaya-icon-blue);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.vaya-subhead-black {
  color: var(--dim-grey-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 2220px;
}

.cf-features-section-4 {
  background-color: var(--untitled-ui-gray100);
}

.list {
  color: #000;
  padding-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.vaya-subhead-black-left {
  color: var(--dim-grey-2);
  text-align: left;
  max-width: 100%;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.bold-text-8 {
  font-weight: 400;
}

.list-item-4 {
  line-height: 180%;
}

.heading-22 {
  color: var(--white);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.bold-text-9 {
  font-size: 62px;
  font-weight: 700;
}

.link-3 {
  color: var(--untitled-ui-blue700);
}

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

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: var(--dim-grey);
}

.bold-text-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vaya-subhead-black-left--70 {
  color: var(--dim-grey-2);
  text-align: left;
  max-width: 70%;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.uui-heroheader15_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 79%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 33%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 16%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 33%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 79%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-button-10 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-10:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-10:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-10.is-button-large {
  grid-column-gap: .75rem;
  background-color: var(--black);
  color: var(--white);
  border-width: 0;
  border-color: #0000;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-4.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-8 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-8:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-8:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-8.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-8.button-row-center {
  justify-content: center;
}

.uui-button-row-8.button-row-center.is-reverse-mobile-landscape {
  margin: 20px 40px 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-6 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-6.text-color-primary200 {
  color: var(--untitled-ui-primary200);
}

.uui-max-width-large-7 {
  width: 100%;
  max-width: 70rem;
}

.uui-max-width-large-7.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-small-6 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-2.text-color-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.uui-heroheader15_subheading {
  color: var(--vaya-green);
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-align-center-5 {
  text-align: center;
}

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7vh;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-14 {
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Montserrat, sans-serif;
}

.uui-section_heroheader15 {
  background-color: var(--vaya-dark-green);
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

.uui-button-11 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-11:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-11:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-9 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-9:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-9:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-9 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall-5 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--gjhg);
  background-color: var(--untitled-ui-primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-text-size-medium-8 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout20_item-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-7 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-6 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-9 {
  color: var(--flowui-component-library-success-darker);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-15 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.f-image-cover {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100vh;
  display: inline-block;
}

.f-image-cover.vaya {
  object-fit: contain;
  object-position: 50% 0%;
  height: 100vh;
  display: block;
}

.f-gallery-image-s {
  height: 300px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-three-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 4rem 60px 60px;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-top: 0;
  margin-bottom: 60px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-container-regular {
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.f-section-large {
  background-color: var(--white);
  padding: 92px 5%;
  position: relative;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button-12 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-12:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-12:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-12.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-5.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-10 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-10:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-10:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-10.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-10 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-7 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-7 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-14 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-12 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-16 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader02 {
  overflow: hidden;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

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

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

.f-button-neutral {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ee4751;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.f-field-input {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large {
  color: var(--untitled-ui-gray100);
  text-align: left;
  letter-spacing: -.02em;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

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

.f-title-wrapper-left {
  max-width: 500px;
}

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

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.f-header-button-wrapper.bottom {
  justify-content: center;
  display: flex;
}

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

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

.f-header-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--vaya-dark-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.blanka-hero-banner {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 0%;
  display: flex;
  position: static;
}

.image-20 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 50px;
}

.image-20.small {
  text-align: left;
  width: auto;
  padding-top: 7px;
}

.image-20.vaya {
  width: 30%;
}

.heading-23 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 130%;
}

.f-image-cover-2 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.f-sub-heading-small {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

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

.f-content-icon-square {
  background-color: var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-divider {
  background-color: var(--flowui-component-library-gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.uui-layout17_image {
  object-fit: cover;
  width: 100%;
}

.uui-layout17_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  height: 100%;
}

.uui-text-size-medium-9 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-6 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-6 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout17_item-text-wrapper {
  padding-top: .5rem;
}

.uui-icon-1x1-xsmall-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-3 {
  border: .5rem solid var(--gjhg);
  background-color: var(--untitled-ui-primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.layout17_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout17_item {
  display: flex;
}

.uui-layout17_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.uui-layout17_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-4 {
  text-align: center;
  background-color: #d7f3ff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-21 {
  text-align: center;
  min-width: 15%;
  max-width: 80%;
  display: block;
}

.image-22 {
  min-width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-11 {
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.bold-text-12 {
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.bold-text-13 {
  color: var(--flowui-component-library-success-darker);
  font-weight: 600;
}

.uui-layout13_image-01-2 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout13_image-02-2 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout13_image-wrapper-2 {
  background-color: var(--untitled-ui-gray100);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox-image-2 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-lightbox_play-icon-3 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer-3 {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout13_lightbox-2 {
  background-color: var(--untitled-ui-gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-medium-10 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-7 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-7 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout13_tabs-link-2 {
  border-left: 4px solid var(--untitled-ui-gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link-2.w--current {
  border-left-color: var(--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-layout13_tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout13_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-15 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.uui-container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-17 {
  background-color: #0000;
  padding-bottom: 40px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-button-13 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-13:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-13:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-11 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-11:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-11:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-11 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall-4 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall-7 {
  width: 100%;
  min-height: 1rem;
}

.uui-icon-1x1-xsmall-7 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-4 {
  border: .5rem solid var(--gjhg);
  background-color: var(--untitled-ui-primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout20_item-list-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-8 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.uui-heading-medium-7 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-10 {
  color: var(--flowui-component-library-success-darker);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout05_image-02 {
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% -5rem 2rem;
}

.uui-layout05_image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 6rem;
}

.uui-layout05_lightbox {
  background-color: var(--untitled-ui-gray100);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout05_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-layout05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout04_image-02 {
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% -5rem 2rem;
}

.uui-layout04_image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 16%;
}

.uui-layout04_image-01.shadow-xlarge {
  left: 0%;
  right: 0;
}

.uui-layout04_image-wrapper {
  background-color: var(--untitled-ui-gray100);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout04_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-heading-subheading-11 {
  color: var(--flowui-component-library-success-darker);
  text-align: left;
  margin-bottom: .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout04_component {
  grid-column-gap: 2.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-space-medium-6 {
  width: 100%;
  min-height: 2rem;
}

.subheading---dark {
  color: var(--dim-grey-2);
  text-align: right;
  max-width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-space-small-8 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-6 {
  color: var(--untitled-ui-gray900);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.left-small-heading-aligned {
  color: var(--flowui-component-library-success-darker);
  text-align: right;
  margin-bottom: .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-8 {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  font-family: Montserrat, sans-serif;
}

.uui-text-size-medium-11 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-button-icon-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-5 {
  grid-column-gap: .5rem;
  color: var(--flowui-component-library-success-darker);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-5:hover {
  color: var(--untitled-ui-primary800);
}

.uui-career02_flag-icon {
  object-fit: cover;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-left: -.375rem;
  margin-right: .375rem;
}

.uui-career02_location {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.uui-career02_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.uui-career02_title-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-career02_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-career02_item {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: #63c3fa1c;
  border-radius: 1rem;
  padding: 1.5rem;
}

.uui-career02_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-career02_list-wrapper {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-career02_job-department {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.uui-career02_accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
}

.uui-career02_component {
  margin-top: 4rem;
}

.subheading-left-aligned {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.left-aligned-heading {
  color: var(--untitled-ui-gray900);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-padding-vertical-xhuge-16 {
  background-color: #ede3d4;
  padding: 8rem 60px 7rem;
}

.uui-section_career02 {
  background-color: #ede3d4;
}

.uui-layout13_image-01-3 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout13_image-02-3 {
  width: auto;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout13_image-wrapper-3 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox-image-3 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-layout13_lightbox-image-3.shadow-xlarge {
  border-width: 0;
}

.uui-lightbox_play-icon-4 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer-4 {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout13_lightbox-3 {
  color: #fff0;
  background-color: #121212;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  padding: 1rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-medium-12 {
  color: var(--dark-grey);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-8 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-8 {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout13_tabs-link-3 {
  border-left: 4px solid var(--untitled-ui-gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link-3.w--current {
  border-left-color: var(--flowui-component-library-success-darker);
  opacity: 1;
  background-color: #0000;
}

.uui-layout13_tabs-menu-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout13_component-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-17 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-14 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-18 {
  background-color: #f3f5f9;
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-section_layout13-3 {
  background-color: var(--white);
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20 {
  color: var(--flowui-component-library-success-darker);
  font-family: PT Serif, serif;
}

.bold-text-14 {
  color: var(--medium-aquamarine);
}

.cf-cta-image-bubbles {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  inset: 14% -2% auto auto;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  inset: 11% auto auto 3%;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  inset: 40% auto auto -1%;
}

.cf-arrow-button {
  color: #fff;
  background-color: #0c604c;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #44d7b6;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  color: var(--white);
  background-color: #44d7b6;
  background-image: url('../images/Group-385.svg');
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 500;
}

.cf-arrow-button.contact {
  background-color: var(--medium-aquamarine);
  color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.cf-arrow-button--dark {
  border: 2px solid var(--flowui-component-library-success-darker);
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/Arrow---Right-1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 64px 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button--dark:hover {
  background-color: var(--flowui-component-library-success-darker);
  color: var(--white);
  background-image: url('../images/Group-385.svg');
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  font-weight: 500;
}

.uui-heading-large-white {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.subheading---liight {
  color: var(--dim-grey);
  padding-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.f-navigation-button {
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #4dc4f0;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: #0000;
  border: 1px solid #44b0d5;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #174038;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 20px 5%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-button-icon-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-6 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-6:hover {
  color: var(--untitled-ui-primary800);
}

.uui-space-small-9 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-13 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-xsmall-9 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blog02_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blog02_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blog02_meta-wrapper {
  background-color: var(--gjhg);
  color: var(--untitled-ui-primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blog02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog02_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog02_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog02_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blog02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog02_menu-link {
  color: var(--gainsboro);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog02_menu-link:hover {
  border-bottom-color: var(--untitled-ui-primary700);
  color: var(--medium-aquamarine);
}

.uui-blog02_menu-link.w--current {
  border-bottom-color: var(--untitled-ui-primary700);
  color: var(--untitled-ui-primary700);
}

.uui-blog02_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog02_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui-gray200);
  justify-content: center;
}

.uui-blog02_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large-10 {
  color: var(--black);
  letter-spacing: normal;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-large-7 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-13 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-9 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-9.align-center, .align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-6 {
  text-align: center;
}

.uui-padding-vertical-xhuge-18 {
  padding-top: 7rem;
  padding-bottom: 0;
}

.uui-container-large-15 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-19 {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.uui-section_blog02 {
  padding-top: 0;
}

.uui-button-row-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-12.button-row-center {
  justify-content: center;
}

.uui-space-xxsmall-9 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-5 {
  color: var(--vaya-dark-green);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-8 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large-2 {
  background-color: var(--vaya-dark-green);
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout72_item {
  background-color: #fff;
  border: .1px solid #aeaeae;
  border-radius: 17px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.uui-padding-vertical-xhuge-19 {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.uui-section_layout72 {
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-21 {
  color: var(--gainsboro);
}

.text-block-22, .text-block-23 {
  color: var(--white);
}

.text-block-24 {
  color: var(--gainsboro);
}

.uui-layout27_lightbox-image-01 {
  width: 28rem;
  min-width: 28rem;
  margin-left: 20rem;
  position: absolute;
  top: 5%;
}

.uui-layout27_lightbox-image-02 {
  width: 22rem;
  min-width: 22rem;
  margin-right: 20rem;
  position: absolute;
  top: 18%;
}

.uui-lightbox_play-icon-5 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer-5 {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout27_lightbox {
  background-color: var(--untitled-ui-gray100);
  justify-content: center;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-14 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-14:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-14:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-12 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-12:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-12:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-layout27_item-text-wrapper {
  padding-bottom: 0;
}

.uui-layout27_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout27_item {
  display: flex;
}

.uui-layout27_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: stretch stretch;
  margin-bottom: 2.5rem;
  padding-left: 0;
  display: grid;
}

.uui-layout27_content-right {
  padding-top: 2rem;
}

.uui-space-xsmall-8 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-9 {
  color: var(--black);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.learn-more---blog {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--vaya-dark-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout02_image {
  width: 70%;
}

.uui-layout02_image.uui-layout02_image-copy {
  width: 100%;
}

.uui-layout02_image-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6.7rem 4rem 9.2rem;
  display: grid;
}

.uui-space-medium-7 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-11 {
  color: var(--gainsboro);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-medium-10 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-primary {
  background-color: var(--gjhg);
  color: var(--untitled-ui-primary700);
}

.uui-layout02_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.uui-layout02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  display: grid;
}

.uui-page-padding-20 {
  padding-left: 60px;
  padding-right: 60px;
}

.uui-layout40_image {
  width: 100%;
}

.uui-layout40_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template: ". . . . . Area"
                 ". . . . . Area-2"
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout40_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: var(--medium-aquamarine);
}

.uui-layout04_component-copy {
  grid-column-gap: 2.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr .75fr;
}

.bold-text-15 {
  color: var(--flowui-component-library-success-darker);
}

.bold-text-16 {
  color: var(--flowui-component-library-success-darker);
  font-weight: 600;
}

.image-23 {
  min-height: auto;
  max-height: none;
}

.uui-section_layout03-copy {
  background-color: #ede3d4;
}

.section-1 {
  padding-top: 8rem;
  padding-bottom: 0;
}

.uui-heroheader23_card-image-2 {
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 24rem;
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader23_card-image-2.is-hovering {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  transform: translate(3rem, -4rem);
  box-shadow: -68px 68px 32px #10182840;
}

.uui-heroheader23_image-grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotateX(-51deg)rotateY(0)rotateZ(-30deg);
}

.uui-heroheader23_image-wrapper-2 {
  background-color: var(--untitled-ui-gray500);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.25rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-large-12 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.uui-heroheader23_item-icon-wrapper-2 {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-heroheader23_item-2 {
  align-items: center;
  display: flex;
}

.uui-heroheader23_item-list-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-text-style-link-6 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-6:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-7 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-15 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-15:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-15:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input-7 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-7:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-7::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader23_form-2 {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge-8 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-large-10 {
  width: 100%;
  max-width: 48rem;
}

.uui-space-small-10 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader23_content-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.uui-padding-vertical-xhuge-20 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-16 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-21 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18 {
  color: var(--vaya-icon-blue);
}

.section-3-grid {
  grid-column-gap: 2.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-11 {
  clear: left;
}

.uui-text-style-link-7 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-7:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-8 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-16 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-16:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-16:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input-8 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-8:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-8::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-header06_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge-9 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-header06_content-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2.75rem;
  display: flex;
}

.uui-heading-large-8 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-14 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-header06_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge-21 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-17 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-22 {
  padding-left: 2rem;
  padding-right: 0;
}

.uui-heading-subheading-12-copy {
  color: var(--flowui-component-library-success-darker);
  text-align: left;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout26_image-01 {
  width: 28rem;
  min-width: 28rem;
  margin-left: 20rem;
  position: absolute;
  top: 5%;
}

.uui-layout26_image-02 {
  width: 22rem;
  min-width: 22rem;
  margin-right: 20rem;
  position: absolute;
  top: 18%;
}

.uui-layout26_image-wrapper {
  background-color: var(--untitled-ui-gray100);
  justify-content: center;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-17 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-17:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-17:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-13 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-13:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-13:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-13 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large-13 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-9 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout26_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout26_item {
  display: flex;
}

.uui-layout26_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout26_content-right {
  padding-top: 3rem;
}

.uui-space-xsmall-9 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-11 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-15 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout26_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  display: grid;
}

.uui-padding-vertical-xhuge-22 {
  background-color: #f3f5f9;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-23 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.subheading---center-align {
  color: var(--gainsboro);
  text-align: center;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

._82px-heading-1-hero {
  color: #000;
  text-align: center;
  border-radius: 1px;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.image-24 {
  max-height: none;
  overflow: scroll;
}

.uui-button-icon-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-7 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-7:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-14 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-11 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-14 {
  color: var(--flowui-component-library-gray-400);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-10 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-10 {
  color: var(--walsh-walsh-dark-green-2);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-1x1-xsmall-10 {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-5 {
  background-color: var(--vaya-dark-green);
  color: var(--white);
  border: .5rem solid #c5e8e0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout47_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout47_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-padding-vertical-xhuge-23 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-19 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-24 {
  padding: 8em 100px 4em;
}

.uui-section_layout46 {
  background-color: var(--white);
}

.subheading-center-aligned-copy {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.center-aligned-heading-copy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.center-aligned-h1 {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  display: flex;
}

.uui-heading-subheading-11-copy {
  color: var(--flowui-component-library-success-darker);
  text-align: left;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.topic-heading-center-aligned {
  color: var(--vaya-blue);
  text-align: center;
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-cta12_logo {
  height: 2.5rem;
}

.uui-cta13_logo {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 2.5rem;
}

.uui-cta13_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.error-message-5 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message-5 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link-8 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-8:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-9 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-9.text-align-left {
  text-align: left;
}

.uui-button-18 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-18:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-18:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input-9 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-9:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-9::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta13_form {
  max-width: 30rem;
  margin: 2.5rem auto 4rem;
}

.uui-text-size-large-14 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-10 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-12 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-11 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-11.align-center, .align-center-5 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-7 {
  text-align: center;
  align-self: center;
}

.uui-cta13_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-page-padding-25 {
  padding-left: 60px;
  padding-right: 60px;
}

.uui-section_cta13 {
  background-color: #fff;
}

.div-block-9 {
  max-width: 10%;
}

.center-aligned-heading---black {
  color: #101010;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.subheading-center-aligned--black {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-footer04_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-10 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-10.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: var(--untitled-ui-gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image-3 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-3 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-3 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-3 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xlarge-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-20 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-26 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
  font-family: Montserrat, sans-serif;
}

.contact-us-header {
  background-color: var(--vaya-dark-green);
  background-image: linear-gradient(#ede3d4, #ede3d4);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

.join-us-header {
  background-color: var(--vaya-dark-green);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  display: block;
  overflow: hidden;
}

.error-text-2 {
  color: #e23939;
}

.error-message-6 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.success-message-6 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-19 {
  grid-column-gap: .5rem;
  border: 1px solid var(--vaya-dark-green);
  background-color: var(--vaya-dark-green);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: 2.6rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-19:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--vaya-dark-green);
}

.uui-button-19:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-9 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-9:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui-gray700);
  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: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--gjhg);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--gjhg);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--gjhg);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-10 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-10:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-10::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input-10.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

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

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  margin: 6rem auto 0;
}

.uui-text-size-large-15 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-11 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-13 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-subheading-16 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-12 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-12.align-center, .align-center-6 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-8 {
  text-align: center;
}

.uui-padding-vertical-xhuge-24 {
  background-color: var(--white);
  border-radius: 13px;
  min-width: 60%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7rem;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: -100px;
}

.uui-container-small-3 {
  width: 100%;
  max-width: 48rem;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-27 {
  background-color: var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-200);
  flex-direction: column;
  align-items: center;
  height: 130vh;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-text-style-link-02 {
  color: var(--flowui-component-library-success-darker);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-small-12 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-15 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-11 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-6 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge-3 {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-11 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large-3 {
  background-color: var(--flowui-component-library-success-darker);
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact09_item {
  background-color: var(--untitled-ui-gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-contact09_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large-16 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-14 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-padding-vertical-xhuge-25 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-21 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-28 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.blog-header {
  background-color: var(--vaya-dark-green);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

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

.bold-text-17 {
  font-size: 1.25rem;
  line-height: 3;
}

.subhead--list {
  color: #1d1d1d;
  font-size: 1.25rem;
  line-height: 3;
  display: block;
}

.image-26 {
  max-width: 40%;
  padding-top: 10px;
}

.text-block-36 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-36:hover {
  color: var(--black);
  letter-spacing: 0;
  font-size: 18px;
}

.text-block-36:active {
  color: var(--black);
}

.text-block-36:focus {
  font-size: 16px;
}

.text-block-36.denim {
  color: var(--black);
}

.denim-exp {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ee4751;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.denim-exp:hover {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #ee4751;
}

.denim-exp.denim {
  background-color: #93db16;
}

.denim-exp.denim:hover {
  color: var(--white);
  background-color: #93db16;
  border-color: #93db16;
}

.uui-footer07_legal-link-2 {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link-2:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer07_legal-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-11 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-11.text-color-gray500 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.uui-footer07_bottom-wrapper-2 {
  border-top: 0px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  min-width: 1px;
  max-width: 1500px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.uui-footer07_link-2 {
  color: var(--untitled-ui-gray600);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer07_link-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image-4 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-4 {
  text-align: center;
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-4 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-4 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-4 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-4 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer07_logo-link-2 {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_top-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xlarge-4 {
  padding: .5rem 60px 1rem;
}

.uui-container-large-22 {
  width: auto;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.uui-page-padding-29 {
  background-color: #080808;
  width: 1200px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.uui-footer07_component-2 {
  background-color: #dc5758;
}

.uui-footer07_component-2.rcp {
  background-color: var(--vaya-dark-green);
  width: auto;
}

.explainer-footer {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.image-27, .image-27-copy, .image-27-mobile {
  display: block;
  overflow: hidden;
}

.image-desktop {
  object-fit: contain;
  display: none;
}

.image-28 {
  text-align: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: auto;
}

.image-28.denim {
  padding-left: 0;
  padding-right: 0;
}

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

.f-banner-badge {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

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

.f-banner-button {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-banner-icon-button {
  color: var(--flowui-component-library-white);
  border-radius: 100px;
  transition: background-color .3s;
}

.f-banner-icon-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-banner-close {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-paragraph-detail {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.f-banner-text-span {
  color: var(--flowui-component-library-primary-base);
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-center {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.f-banner-container-center {
  z-index: 5;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: #93db16;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-three-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.f-paragraph-large-2 {
  text-align: center;
  letter-spacing: -.02em;
  align-self: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

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

.f-heading-detail-small-2 {
  color: #93db16;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 60px;
}

.f-container-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: auto;
  max-width: 1279px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 60px;
  display: grid;
  position: relative;
  right: 0;
}

.denim-banner {
  background-color: #132660;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-3.denim {
  color: var(--gainsboro);
  font-family: Lato, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
}

.f-paragraph-large-3.vaya-exp {
  text-align: center;
  font-family: PT Serif, serif;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

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

.f-h1-heading-2.white {
  color: #fff;
  font-size: 5em;
  font-weight: 300;
}

.f-margin-bottom-129 {
  margin-bottom: 24px;
}

.f-header-wrapper-left {
  max-width: 700px;
  padding-top: 60px;
}

.pippin-button {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: 0;
  background-color: #ee4751;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.pippin-button:hover {
  color: var(--black);
  background-color: #ee4751;
  border: 1px solid #ee4751;
}

.f-feature-icon-wrapper-2 {
  background-color: #93db16;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-h3-heading-3 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.denim-section2 {
  padding: 40px 5%;
  position: relative;
}

.div-block-13, .div-block-14, .div-block-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-page-padding-29-copy {
  background-color: #ee4751;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-29-copy.denim {
  background-color: #106eb4;
}

.image-29 {
  max-height: none;
}

.image-30 {
  display: none;
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-2 {
  width: 124px;
}

.f-navigation-link-wrapper-2 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.uui-button-icon-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-8 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-8:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-15 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-15.button-row-center {
  justify-content: center;
}

.uui-space-small-13 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-16 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-12 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-7 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-12 {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-6 {
  color: var(--primary600);
  background-color: #3cd338;
  border: .5rem solid #c3f5c2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-icon-featured-outline-large-6.vaya {
  background-color: var(--vaya-green);
  border-color: #c3f5c2;
}

.uui-layout85_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout85_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-padding-vertical-xhuge-26 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-23 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-30 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-5 {
  background-color: #132660;
}

.pippin-section2 {
  background-color: #0000;
  padding: 80px 5% 100px;
  position: relative;
}

.pippin-h2 {
  color: #010922;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 130%;
}

.pippin-sub-head {
  color: var(--dim-grey);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.scroll-button {
  color: #0c152f61;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.lottie-animation {
  max-width: 50px;
}

.container-12 {
  flex-direction: column;
  align-items: center;
  margin-top: -96px;
  padding-top: 0;
  display: flex;
}

.vaya-exp-banner {
  background-color: var(--vaya-dark-green);
  max-width: 100%;
  padding: 0 0%;
  position: relative;
}

.vaya-button-copy {
  background-color: var(--medium-aquamarine);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.vaya-button-copy:hover {
  background-color: var(--vaya-green);
  color: var(--black);
  border: 0 solid #ee4751;
}

.vaya-button-copy:active {
  flex: 0 auto;
}

.uui-button-20 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-20:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-20:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-14 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-14:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-14:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-16 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout36_number-text {
  color: var(--untitled-ui-gray900);
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.uui-layout36_number {
  color: var(--flowui-component-library-success-darker);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout36_number.vaya {
  color: var(--flowui-component-library-success-darker);
  font-size: 1.8rem;
}

.uui-layout21_text-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.uui-layout21_text-wrapper:hover {
  border: 2px solid var(--flowui-component-library-success-darker);
  box-shadow: 0 2px 5px #00663847;
}

.uui-layout36_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-17 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-15 {
  color: var(--untitled-ui-gray900);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.uui-heading-subheading-17 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout36_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.uui-padding-vertical-xhuge-27 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.uui-container-large-24 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-31 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.vaya-exp-section3 {
  background-color: #e8f6f0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.vaya-exp-section3.responsive {
  display: none;
}

.uui-layout42_number-copy {
  color: var(--flowui-component-library-success-darker);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout42_number-copy.vaya {
  color: var(--vaya-blue);
  text-align: left;
  font-size: 42px;
  font-weight: 900;
}

.vaya-exp-footer {
  background-color: var(--vaya-dark-green);
}

.cf-tab-image-3.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-3.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-3.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-3.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab-2 {
  background-color: var(--conversion-flow-library-medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element-2 {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element-2._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button-2:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple) 31%, var(--conversion-flow-library-light-coral) 75%, var(--conversion-flow-library-coral) 92%, var(--conversion-flow-library-sandy-brown));
}

.cf-tabs-content-text-2 {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading-2 {
  color: var(--conversion-flow-library-medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain-2 {
  border-radius: 12px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  padding-bottom: 40px;
  display: block;
}

.cf-tabs-image-2.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image-2.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-2.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image-2.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image-2.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-2.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content-3 {
  border-radius: 12px;
}

.cf-home-tab-link-2 {
  color: #fff;
  background-color: #ffffffdb;
  border-radius: 7px;
  max-width: 40%;
  padding: 15px 30px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-2:hover {
  opacity: .8;
}

.cf-home-tab-link-2.w--current {
  background-color: var(--white);
  color: #fff;
  border: 1px solid #00663882;
  border-radius: 7px;
  padding: 10px 30px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 0 2px 5px #c8dedb;
}

.cf-tabs-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading-2 {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header-2 {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper-2 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-5 {
  background-color: #0d0e10;
}

.choose-product--vaya {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

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

.div-block-17 {
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.text-block-37 {
  color: var(--untitled-ui-gray900);
  text-align: center;
  max-width: 700px;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.container-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vaya-p2 {
  color: var(--dim-grey-2);
  text-align: center;
  letter-spacing: -.02em;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.vaya--p1 {
  color: var(--untitled-ui-gray100);
  text-align: left;
  letter-spacing: 0;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.section-6 {
  color: var(--medium-aquamarine);
  padding-top: 60px;
  padding-bottom: 40px;
}

.pippin-header-grid-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--vaya-dark-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.pippin-header-grid-copy.pippin {
  background-color: var(--white);
  justify-items: center;
}

.pippin-p1 {
  color: var(--dim-grey-2);
  text-align: left;
  letter-spacing: -.02em;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.pippin-h1 {
  color: #04050a;
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 130%;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start end;
  align-self: center;
  min-width: auto;
  max-width: 1400px;
  min-height: 100%;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pippin--hero-image {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 90vh;
  margin-top: 20px;
  display: inline-block;
}

.pippin--hero-image.outpave {
  object-fit: contain;
  width: auto;
}

.grid-7 {
  grid-template-rows: auto;
}

.rpc-banner {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding: 60px 0% 40px;
  position: static;
}

.rpc-section2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 60px 0% 40px;
  position: static;
}

.f-error-message-2 {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

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

.f-contact-divider-2 {
  background-color: var(--flowui-component-library-grey-300);
  width: 1px;
  height: 24px;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-contact-submit-wrapper-2 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area-2::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-130 {
  margin-bottom: 32px;
}

.f-field-input-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-contact-form-2 {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-4 {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.f-margin-bottom-131 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-132 {
  margin-bottom: 8px;
}

.f-title-wrapper-left-2 {
  max-width: 500px;
}

.f-margin-bottom-133 {
  text-align: center;
  margin-bottom: 48px;
}

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

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.rpc-exp {
  min-width: 90%;
  padding-left: 40px;
  padding-right: 40px;
}

.rpc-exp.denim {
  padding-left: 0;
  padding-right: 0;
}

.rpc--p1-copy {
  color: var(--dim-grey-2);
  text-align: left;
  letter-spacing: -.02em;
  max-width: 700px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.rpc-h1-copy {
  color: #04050a;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 130%;
}

.video {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  opacity: .79;
  border-radius: 1px;
  font-style: italic;
}

.rpc-button-copy {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #33966b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.rpc-button-copy:hover {
  color: var(--black);
  background-color: #ee4751;
  border: 1px solid #ee4751;
}

.grid-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  place-items: center start;
  padding-bottom: 0;
}

.text-block-38 {
  color: #363636;
  text-transform: none;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: block;
}

.text-block-39 {
  color: #32c5ff61;
  -webkit-text-stroke-color: var(--medium-aquamarine);
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
}

.image-20-copy {
  width: 100%;
  max-width: none;
}

.image-20-copy.small {
  text-align: left;
  width: 50%;
}

.image-20-copy.vaya {
  width: 30%;
}

.image-20-copy.pippinlogo {
  width: 20%;
}

.f-image-cover-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.f-content-image-tall-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 500px;
  overflow: hidden;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.f-sub-heading-small-2 {
  color: #101010;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.f-margin-bottom-134 {
  margin-bottom: 0;
}

.f-icon-regular-3 {
  color: var(--vaya-dark-green);
  -webkit-text-stroke-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-icon-square-2 {
  background-color: var(--medium-aquamarine);
  color: var(--flowui-component-library-gray-900);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.f-content-list-item-large-2 {
  grid-column-gap: 24px;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.f-content-list-wrapper-small-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-divider-2 {
  background-color: var(--flowui-component-library-success-darker);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-5.rpc--p1-copy {
  font-family: Poppins, sans-serif;
}

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

.f-h3-heading-5.rpc-h1-copy {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-135 {
  margin-bottom: 16px;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-136 {
  margin-bottom: 12px;
}

.f-grid-two-column-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-section-large-5 {
  padding: 92px 5%;
  position: relative;
}

.rpc-explainer {
  background-color: #e8f6f0;
  padding: 60px 5%;
  position: relative;
}

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

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

.f-paragraph-regular-5.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-137 {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-138 {
  margin-bottom: 16px;
}

.f-testimonial-outline-fixed {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  max-width: 340px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

.f-testimonial-outline-fixed:hover {
  border-color: #0000;
  box-shadow: 29px 57px 140px -48px #393b6a1f;
}

.f-testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

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

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center-4 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-139 {
  margin-bottom: 48px;
}

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

.f-testimonial-background {
  background-color: var(--flowui-component-library-gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.spark-secondary-paragraph-5 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-small-icon-3 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-3.spark-primary-color {
  color: var(--spark-library-foreground-interactive);
}

.spark-small-icon-3.spark-primary-color.spark-margin-bottom-16px {
  color: var(--vaya-green);
  -webkit-text-stroke-color: #5adf57;
  width: 32px;
  height: 32px;
}

.spark-three-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 90px;
}

.about-term-loan {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 0 64px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  color: var(--flowui-component-library-success-darker);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  color: var(--vaya-dark-green);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.vaya-image-banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100vh;
  display: inline-block;
}

.vaya-image-banner.vaya {
  object-fit: contain;
  object-position: 50% 0%;
  height: 100vh;
  display: block;
}

.vaya-p3 {
  margin-bottom: 40px;
}

.vaya-about-product {
  background-color: #e8f6f0;
  padding: 40px 5% 60px;
  position: relative;
}

.vaya-about-product.rpc {
  padding-top: 60px;
}

.spark-section-2-copy {
  width: 100%;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2-copy h5 {
  color: var(--flowui-component-library-success-darker);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2-copy h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2-copy h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2-copy h2 {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.spark-section-2-copy h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2-copy h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2-copy p {
  color: var(--black);
  max-width: 800px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.spark-section-2-copy ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2-copy li {
  margin-bottom: .5rem;
}

.saltbox {
  color: #fdb706;
}

.rpc-about-product-copy {
  background-color: #e8f6f0;
  padding: 40px 5% 60px;
  position: relative;
}

.rpc-about-product-copy.rpc {
  padding-top: 60px;
}

.text-block-40 {
  color: var(--untitled-ui-gray900);
  font-weight: 400;
}

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

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-vertical-line {
  background-color: var(--spark-library-foreground-interactive);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line {
  background-color: var(--spark-library-foreground-interactive);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-faq-button {
  background-color: var(--spark-library-white);
  color: var(--spark-library-black);
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-faq-button:focus {
  outline-color: var(--spark-library-foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-color: var(--spark-library-foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-expander {
  border: 2px solid var(--spark-library-black);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2rem;
}

.spark-secondary-paragraph-7 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-900-width-3 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-3.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.uui-button-21 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-21:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-21:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row-17 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-17.button-row-center {
  justify-content: center;
}

.uui-space-small-14 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-18 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-13 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-8 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center-9 {
  text-align: center;
}

.uui-faq01_cta {
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-8 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-17 {
  color: var(--dim-grey-2);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line-2 {
  background-color: var(--flowui-component-library-success-darker);
  color: var(--flowui-component-library-success-darker);
  -webkit-text-stroke-color: var(--flowui-component-library-success-darker);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  background-color: var(--flowui-component-library-success-darker);
  color: var(--flowui-component-library-success-darker);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component-2 {
  border: 2px solid var(--flowui-component-library-success-darker);
  color: var(--untitled-ui-gray400);
  -webkit-text-stroke-color: var(--flowui-component-library-grey-300);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.uui-space-xsmall-12 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-16 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-18 {
  color: var(--flowui-component-library-success-darker);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-13.align-center, .align-center-7 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-28 {
  padding-top: 7rem;
  padding-bottom: 0;
}

.uui-container-large-25 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.text-block-42 {
  color: #0178bd;
  background-color: #c3e8fd;
  border-radius: 6px;
  margin-top: -31px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
}

.container-14 {
  padding-top: 0;
  display: flex;
}

.secondary-button {
  color: var(--medium-aquamarine);
  background-color: #3898ec00;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.secondary-button:hover {
  color: var(--vaya-green);
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.f-navigation-button-3 {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-link-3 {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-3:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link-3.w--current {
  color: var(--black);
}

.f-navigation-menu-3 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content-3 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo-3 {
  width: 124px;
}

.f-navigation-container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-3 {
  background-color: var(--vaya-dark-green);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 10px 5%;
  display: none;
}

.uui-button-22 {
  grid-column-gap: .5rem;
  border: 0px solid var(--primary600);
  background-color: var(--flowui-component-library-success-darker);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-22:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--vaya-dark-green);
}

.uui-button-22:focus {
  background-color: var(--vaya-dark-green);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row-18 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-18.button-row-center {
  justify-content: center;
}

.uui-space-small-15 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-19 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-14 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-9 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item-2, .uui-avatar-stack_item-2 {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-2.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center-10 {
  text-align: center;
}

.uui-faq01_cta-2 {
  background-color: #d7e5df;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-9 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-18 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer-2 {
  overflow: hidden;
}

.accordion-icon_vertical-line-3 {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-3 {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component-3 {
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper-2 {
  color: var(--primary600);
}

.uui-faq01_heading-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion-2 {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-2.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list-2 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component-2 {
  margin-top: 4rem;
}

.uui-space-xsmall-13 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-17 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-19 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-14 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-14.align-center, .align-center-8 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-29 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-26 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-33 {
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.bold-text-18 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.spark-dropdown-text-2 {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.spark-faq-dropdown-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown-2.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-button-text-3 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-vertical-line-2 {
  background-color: var(--spark-library-foreground-interactive);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line-2 {
  background-color: var(--spark-library-foreground-interactive);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-plus-to-x-2 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-faq-button-2 {
  background-color: var(--spark-library-white);
  color: var(--spark-library-black);
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button-2:hover {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-faq-button-2:focus {
  outline-color: var(--spark-library-foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button-2.w--open {
  background-color: var(--spark-library-background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button-2.w--open:focus {
  outline-color: var(--spark-library-foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-expander-2 {
  border: 2px solid var(--spark-library-black);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2rem;
}

.spark-secondary-paragraph-9 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-900-width-4 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-4.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-43 {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

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

.uui-layout02_image-copy, .uui-layout02_image-copy.uui-layout02_image-copy {
  width: 100%;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 500px;
  padding-top: 10px;
  display: flex;
}

.image-33 {
  max-width: 30%;
}

.text-block-44 {
  color: #0c152fe3;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-34 {
  width: 20%;
}

.div-block-20 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-35 {
  width: 20%;
  min-width: 30%;
}

.text-block-45, .text-block-46, .text-block-47, .text-block-48 {
  color: var(--untitled-ui-gray900);
  font-weight: 400;
}

.orderco-button {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #33966b;
  background-image: linear-gradient(141deg, #ff6b00, #ad2a00);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.orderco-button:hover {
  color: var(--black);
  background-color: #ee4751;
  border: 1px solid #ee4751;
}

.image-36 {
  object-fit: fill;
}

.container-15 {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 40px;
  display: flex;
}

.image-37 {
  display: block;
}

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

.f-banner-icon-button-2 {
  color: var(--flowui-component-library-white);
  border-radius: 100px;
  transition: background-color .3s;
}

.f-banner-icon-button-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-banner-button-divider {
  background-color: var(--flowui-component-library-gray-700);
  border-radius: 4px;
  width: 1px;
  height: 14px;
}

.f-banner-button-2 {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button-2:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-banner-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-banner-text-span-2 {
  color: var(--flowui-component-library-primary-base);
}

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

.f-banner-container-between {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.spark-rounded-corner-image-2 {
  object-fit: contain;
  border-radius: 12px;
  height: auto;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  position: static;
}

.spark-3-column-flex-row {
  grid-column-gap: 50px;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.spark-900-width-5 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-5.spark-margin-bottom-104px {
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  display: block;
}

.spark-container-6 {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
  box-shadow: 0 2px 8px 2px #0003;
}

.ordersco-benefit {
  background-color: var(--gainsboro);
  background-image: linear-gradient(#ff6b00, #ff6b00);
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.ordersco-benefit h5 {
  color: #fff;
  background-color: #fff0;
  border: 0 #000;
  border-radius: 8px;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.ordersco-benefit h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.ordersco-benefit h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.ordersco-benefit h2 {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.ordersco-benefit h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.ordersco-benefit h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.ordersco-benefit p {
  color: var(--white-smoke);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.ordersco-benefit ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.ordersco-benefit li {
  margin-bottom: .5rem;
}

.cell {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  align-items: center;
}

.section-7 {
  background-color: #fdf2eb;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-7.blanka {
  background-color: #f5f5f5;
  width: 100%;
}

.image-38 {
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  align-self: stretch;
}

.cell-3 {
  background-image: url('../images/linkedin-sales-solutions-Mis5fyJi7Q0-unsplash.jpg');
  background-position: 0 0;
  background-size: contain;
}

.div-block-21 {
  align-self: center;
  display: block;
  position: static;
  overflow: visible;
}

.ordersco-banner {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  padding: 60px 0% 0;
  position: static;
}

.image-39 {
  height: 90%;
}

.image-40 {
  width: 200px;
}

.div-block-22 {
  color: #ee4750;
  background-color: #eeb3b6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 1px;
  max-height: 1px;
  display: inline-block;
  overflow: visible;
}

.pipppin-benefits {
  background-color: var(--flowui-component-library-gray-100);
  background-image: linear-gradient(#7bbfe340, #7bbfe340);
  width: 100%;
  padding: 100px 64px;
  font-family: PT Serif, serif;
  position: relative;
}

.pipppin-benefits h5 {
  color: #161616;
  background-color: #fff0;
  border: 0 #000;
  border-radius: 8px;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.pipppin-benefits h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.pipppin-benefits h1 {
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.pipppin-benefits h2 {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.pipppin-benefits h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.pipppin-benefits h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.pipppin-benefits p {
  color: var(--dim-grey-2);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.pipppin-benefits ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.pipppin-benefits li {
  margin-bottom: .5rem;
}

.section-7-copy {
  background-color: #e2f3fb;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.pippin-vaya-partnership {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-22 {
  color: #d76f5b;
  font-family: Nunito Sans, sans-serif;
}

.bold-text-22.outpave {
  color: #ff4e17;
  font-size: 55px;
}

.bold-text-22.saltbox {
  color: #6a59ff;
}

.bold-text-22.scanpay {
  color: #3776bb;
  font-family: Inter, sans-serif;
}

.bold-text-23 {
  font-size: 30px;
  line-height: 120%;
}

.uui-button-23 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-23:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-23:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-15 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-15:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-15:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-19 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-19.button-row-center {
  justify-content: center;
}

.uui-layout38_logo {
  height: 2rem;
}

.uui-layout38_logo-row {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.uui-text-size-medium-19 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-medium-10 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-20 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-14 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-18 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-20 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-15 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-15.align-center, .align-center-9 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-11 {
  text-align: center;
}

.uui-padding-vertical-xhuge-30 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-27 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-34 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-16 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.heading-25 {
  font-size: 58px;
  font-weight: 400;
}

.paragraph-10 {
  font-family: Manrope, sans-serif;
}

.button-3 {
  background-color: #30524a;
}

.new-ds-h1 {
  color: #101010;
  margin-top: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-11 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.button-4 {
  background-color: #30524a;
}

.quick-stack {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  margin-left: 100px;
  margin-right: auto;
}

.spark-button-3 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  background-image: linear-gradient(#2b5047, #2b5047);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-3.spark-full-width {
  background-color: var(--spark-library-foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-3.spark-full-width:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
}

.spark-button-3.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-small-icon-4 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-4.spark-primary-color {
  color: var(--spark-library-foreground-interactive);
}

.spark-small-icon-4.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled);
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library-foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library-border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-left-aligned {
  grid-row-gap: 12px;
  border-bottom-width: 0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 40px;
}

.spark-foreground-secondary-2 {
  color: var(--spark-library-foreground-secondary);
}

.spark-foreground-secondary-2.spark-no-bottom {
  margin-bottom: 0;
}

.spark-plan-name {
  color: var(--spark-library-foreground-interactive);
  margin-bottom: .4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.spark-foreground-primary {
  color: var(--spark-library-black);
  font-weight: 600;
}

.spark-foreground-primary.spark-no-bottom {
  margin-bottom: 0;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-price-text.spark-no-bottom {
  margin-bottom: 0;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-flexed-price.spark-left-aligned {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
}

.spark-pricing-top {
  border-bottom: 1px solid var(--spark-library-border-default);
  text-align: center;
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.sparking-top-left-aligned {
  text-align: left;
  border-bottom-width: 0;
  padding: 20px;
}

.spark-pricing-column {
  background-color: var(--spark-library-white);
  border-radius: 8px;
  width: 458px;
  max-width: 100%;
}

.spark-pricing-column.spark-simple-shadow-tiny {
  background-color: var(--elements-webflow-library-secondary--color-1);
  flex: 0 auto;
}

.spark-simple-shadow-tiny {
  box-shadow: -1px 1px 10px #0000001f;
}

.spark-flex-row-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.spark-white {
  color: var(--spark-library-white);
}

.spark-container-7 {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spark-container-7.spark-left-aligned {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  display: flex;
}

.spark-container-7.spark-primary-background {
  z-index: 2;
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  background-image: linear-gradient(#223f38, #223f38);
  border-radius: 12px;
  padding: 64px;
}

.spark-absolute-dark-background {
  background-color: var(--new-ds-secondary-colors);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-absolute-dark-background.spark-top-aligned {
  z-index: 0;
  background-color: var(--spark-library-foreground-interactive);
  background-image: linear-gradient(#ede3d4, #ede3d4);
  height: 52%;
  inset: 0% 0% auto;
}

.benefits {
  width: 100%;
  padding: 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.benefits h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.benefits h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.benefits h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.benefits h2 {
  color: var(--untitled-ui-gray900);
  text-align: center;
  justify-content: center;
  width: 900px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.benefits h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

.benefits h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.benefits p {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.benefits ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.benefits li {
  margin-bottom: .5rem;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  display: block;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  align-items: center;
}

.spark-flex-row-3.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph-2 {
  color: var(--dim-grey);
  width: 90%;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.spark-hero-sub-paragraph-2.spark-secondary-font-color {
  color: var(--spark-library-background--interactive);
  text-align: left;
  margin-bottom: 0;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-line-7 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-8 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-9 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-9.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-3 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-3.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.spark-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-menu-2 {
  align-items: center;
  display: flex;
}

.spark-brand-logo-3 {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links-2 {
  background-color: var(--spark-library-white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding: 60px 0 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: grid;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.spark-section-5 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 p {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.spark-rounded-corner-image-3 {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-side-tabs-content-2 {
  width: 60%;
  display: block;
}

.spark-small-sub-paragraph-3 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-4 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-simple-flat-tab {
  color: var(--spark-library-black);
  background-color: #0000;
  margin-bottom: 16px;
  padding: 16px 24px;
  transition: border-color .3s, color .15s;
}

.spark-simple-flat-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-simple-flat-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  background-color: #0000;
}

.spark-simple-stacked-flat-tabs {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
}

.spark-simple-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph-11 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-902 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.spark-section-6 {
  background-image: url('../images/Frame-1000001081.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  padding: 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-6 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.spark-section-6 h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-6 h2 {
  color: var(--black);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.spark-section-6 h3 {
  color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-6 p {
  color: var(--dim-grey);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.spark-section-6 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-6 li {
  margin-bottom: .5rem;
}

.spark-button-text-4 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-absolute-watch-button-2 {
  grid-column-gap: 16px;
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.spark-sub-image-2 {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-lightbox-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.spark-lightbox-2:hover {
  opacity: 1;
}

.spark-button-4 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-input-2 {
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-2:focus {
  border-color: var(--spark-library-foreground-interactive);
}

.spark-input-2::placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input-2.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library-border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input-2.spark-with-a-inner-shadow:hover, .spark-input-2.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library-foreground-interactive-hover);
}

.spark-field-label-2 {
  text-align: left;
}

.spark-flexed-form-2 {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-900-width-6 {
  width: 952px;
  max-width: 100%;
}

.spark-line-10 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-10.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-11 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-11.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-button-5 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-5:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-5.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
}

.spark-button-5.spark-dark-button:hover {
  opacity: .5;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-section-8 {
  background-color: var(--new-ds-secondary-colors);
  width: 100%;
  padding: 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-8 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-8 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-8 h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.spark-section-8 h2 {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-8 h3 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.spark-section-8 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-8 p {
  text-align: center;
  margin-bottom: 0;
}

.spark-section-8 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-8 li {
  margin-bottom: .5rem;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-eight {
  color: #fff;
  background-color: #b62121;
}

.btn-seven {
  background-color: #3f464c;
  font-family: Manrope, sans-serif;
}

.f-button-primary {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 70px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-button-icon-r {
  grid-column-gap: 12px;
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#0c604c, #0c604c);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 70px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.f-button-icon-r:hover {
  background-color: var(--medium-aquamarine);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.f-button-icon-r:focus {
  outline-color: var(--flowui-component-library-gray-400);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.div-block-23 {
  background-image: url('../images/Frame-1000001132.png');
  background-position: 0 0;
  background-size: cover;
}

.image-41 {
  background-color: #ffffff05;
  background-image: linear-gradient(#f6f4ed00, #f6f4ed00);
}

.text-block-49 {
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.white--icon-r-copy {
  grid-column-gap: 12px;
  background-color: var(--new-ds-secondary-colors);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 70px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.white--icon-r-copy:hover {
  background-color: var(--medium-aquamarine);
}

.white--icon-r-copy:focus {
  outline-color: var(--flowui-component-library-gray-400);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.text-block-51 {
  color: #000;
  font-family: Manrope, sans-serif;
}

.uui-icon-1x1-xxsmall-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner22_close-button {
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner22_close-button:hover {
  background-color: #fff3;
}

.uui-text-style-link-10 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-10:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-style-link-10.uui-text-color-primary100, .uui-text-color-primary100 {
  color: var(--untitled-ui-primary100);
}

.uui-banner22_supporting-text {
  color: var(--untitled-ui-primary100);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner22_text {
  color: var(--black);
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-banner22_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner22_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.uui-banner22_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.uui-page-padding-35 {
  margin-top: 100px;
  padding: 10px 2rem;
}

.uui-banner22_component {
  background-color: var(--new-ds-secondary-colors);
  border-radius: 7px;
  position: relative;
}

.uui-text-size-medium-20 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-15 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-10 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall-13 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-7 {
  border: .5rem solid var(--gjhg);
  background-color: var(--untitled-ui-primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  background-color: var(--primary600);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: var(--untitled-ui-gray200);
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-button-24 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-24:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-24:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-16 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-16:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-16:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-20 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-11 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-19 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-21 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-31 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-28 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-36 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout17_image-2 {
  object-fit: cover;
  width: 100%;
}

.uui-layout17_image-wrapper-2 {
  width: 100%;
  height: 100%;
}

.uui-button-25 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-25:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-25:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-17 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-17:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-17:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-21 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-medium-21 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-16 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-11 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout17_item-text-wrapper-2 {
  padding-top: 0;
}

.uui-icon-1x1-xsmall-14 {
  color: var(--flowui-component-library-success-darker);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-8 {
  border: .5rem solid var(--walsh-walsh-light-green);
  background-color: var(--walsh-walsh-light-green);
  color: var(--black-background);
  background-image: linear-gradient(#c7f3e91f, #c7f3e91f);
  border-radius: 14%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
  display: flex;
}

.layout17_item-icon-wrapper-2 {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout17_item-2 {
  display: flex;
}

.uui-layout17_item-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.uui-layout17_component-2 {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-32 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.uui-container-large-29 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-37 {
  padding-left: 0;
  padding-right: 0;
}

.uui-text-size-large-21 {
  color: var(--untitled-ui-white);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-15 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-20 {
  color: var(--untitled-ui-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-max-width-large-16 {
  width: 100%;
  max-width: 48rem;
}

.uui-cta04_content {
  flex: 1;
}

.uui-cta04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.uui-padding-vertical-xhuge-33 {
  padding: 4rem;
}

.uui-section_cta04 {
  background-color: var(--elements-webflow-library-secondary--color-1);
}

.section-8 {
  background-color: #00000026;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.container-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: visible;
}

.container-18 {
  background-color: #fff;
  width: auto;
  height: auto;
  position: absolute;
  inset: 10% 5% auto auto;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
}

.container-19 {
  background-color: #fff;
  background-image: url('../images/iPhone-11-Pro-Max---23.png');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  width: 500px;
  height: auto;
  margin-right: 10px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.uui-text-size-medium-22 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-17 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-11 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-right-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-icon-1x1-xsmall-15 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-9 {
  border: 0rem solid var(--gjhg);
  background-color: var(--black-background);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  line-height: 15px;
}

.uui-layout32_progress-bar-2 {
  background-color: var(--primary600);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper-2 {
  background-color: var(--untitled-ui-gray200);
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper-2 {
  background-image: url('../images/iPhone-11-Pro-Max---23.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.uui-button-26 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-26:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-26:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-18 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-18:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-18:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-22 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-12 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-21 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-22 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-34 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-30 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-38 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-xxlarge-4 {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logo-loop_inner {
  align-items: stretch;
  display: flex;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-logos04_text {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.uui-max-width-large-17 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-17.align-center, .align-center-10 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-12 {
  text-align: center;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logos03_logo {
  height: 3rem;
}

.uui-logos03_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-logos03_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.uui-logos03_text {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-logos03_content-left {
  max-width: 20rem;
}

.uui-logos03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.uui-container-large-31 {
  width: 100%;
  max-width: 80rem;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-39 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-heroheader06_image-02 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.uui-heroheader06_image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
  vertical-align: baseline;
  border-width: 0;
  width: auto;
  min-width: auto;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

.uui-button-row-23 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-3 {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge-10 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small-16 {
  width: 100%;
  min-height: 3rem;
}

.uui-heading-xlarge-5 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader06_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-35 {
  max-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.uui-section_heroheader06 {
  background-color: var(--untitled-ui-gray50);
  overflow: hidden;
}

.uui-heroheader04_image {
  vertical-align: baseline;
  width: auto;
  min-width: auto;
  display: inline-block;
  position: absolute;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-button-27 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-27:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-27:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-27.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-10.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-19 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-19:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-19:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-19.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--gjhg);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

.uui-heroheader01_pattern-image {
  width: auto;
  max-height: 250px;
  position: absolute;
  top: 46%;
  left: 177.299px;
  right: auto;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
  background-color: #fff;
  width: 320px;
  bottom: 4%;
  left: -15%;
}

.uui-heroheader01_image {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.uui-heroheader01_image-wrapper {
  position: static;
}

.uui-heroheader01_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  display: flex;
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.container-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: .5px solid #e1e1e1;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  box-shadow: 0 2px 16px -5px #0003;
}

.paragraph-12 {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.paragraph-13 {
  font-family: Inter, sans-serif;
}

.paragraph-14 {
  color: var(--black-background);
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.icon-box {
  border: .5px solid var(--walsh-walsh-light-green);
  background-color: var(--spark-library-white);
  color: var(--black-background);
  object-fit: fill;
  background-image: linear-gradient(#c7eba4ab, #c7eba400);
  border-radius: 14%;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4rem;
  font-weight: 700;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid #dcdcdc;
  border-radius: 7px;
  padding: 10px;
  box-shadow: -3px 4px 9px #0000001a;
}

.cell-5 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cell-6 {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
}

.f-button-arrow-white {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.uui-button-icon-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-11.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-link-9 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-9:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-24 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-17 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-23 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-18 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-12 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge-5 {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-16 {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 22px;
}

.icon-featured-square-large-4 {
  background-color: var(--white);
  color: var(--untitled-ui-white);
  background-image: linear-gradient(#c7eba4a3, #c7eba433);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
}

.uui-layout72_item-2 {
  background-color: var(--untitled-ui-gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.uui-padding-vertical-xhuge-36 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-32 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-40 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader01_pattern-image-2 {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper-2 {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_image-2 {
  object-fit: contain;
  border-top-left-radius: 0;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_image-wrapper-2 {
  position: relative;
}

.uui-button-28 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-28:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-28:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-28.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-secondary-gray-20 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-20:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-20:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-20.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-large-4 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-11 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.uui-heading-xlarge-6 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader01_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader01-2 {
  overflow: hidden;
}

.uui-heroheader01_pattern-image-3 {
  width: 18.625rem;
  position: absolute;
  top: 31%;
  right: 7%;
}

.uui-heroheader01_fileupload-image2-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper-3 {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_image-3 {
  object-fit: contain;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_image-wrapper-3 {
  position: relative;
}

.uui-button-29 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-29:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-29:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-29.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-12.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-21 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-21:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-21:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-21.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-25 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-5 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-12 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium-3 {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-18 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-7 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader01_component-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-37 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-33 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-41 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader01-3 {
  overflow: hidden;
}

.uui-text-size-medium-24 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-19 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-12 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.uui-layout66_item-text-wrapper {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.uui-icon-1x1-xsmall-17 {
  color: var(--background-dark);
  width: auto;
  height: auto;
}

.uui-icon-featured-outline-large-10 {
  border: .5rem none var(--walsh-walsh-light-green);
  background-color: var(--white);
  color: var(--primary600);
  background-image: linear-gradient(#c7eba487, #c7eba42e);
  border-radius: 12%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout66_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout66_item {
  background-color: var(--white);
  border: .5px solid #d7d7d7;
  border-radius: 9px;
  padding: 10px;
  display: flex;
  box-shadow: -2px 2px 7px -1px #0000001a;
}

.uui-layout66_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.uui-layout66_image {
  object-fit: cover;
  width: 100%;
}

.uui-layout66_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  height: 100%;
}

.uui-layout66_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.spark-small-sub-paragraph-4 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-5 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-5.spark-card-title {
  font-size: 1.2rem;
}

.spark-card-details-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--spark-library-background--interactive);
  color: var(--spark-library-black);
  background-color: #0000;
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  box-shadow: 0 3px 0 0 var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  background-color: #0000;
}

.spark-flat-tabs-menu {
  grid-column-gap: 0px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-secondary-paragraph-13 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-903 {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 950px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-container-8 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-9 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-9 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-9 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-9 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-9 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-9 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-9 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-9 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-9 li {
  margin-bottom: .5rem;
}

.spark-pill-tab {
  color: var(--spark-library-black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-pill-tab:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-pill-tab.w--current {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-menu.spark-left-aligned {
  justify-content: flex-start;
}

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

.text-block-52 {
  color: var(--dim-grey);
  background-color: #bfe19d;
  border-radius: 13px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.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-gray-900);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  color: #0b0b0b99;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: var(--black);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.f-footer-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 100%;
  height: 1px;
  margin: 24px 40px;
}

.f-icon-regular-5 {
  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-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

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

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

.text-block-53 {
  color: var(--untitled-ui-blue50-501);
  -webkit-text-stroke-color: var(--untitled-ui-blue50-501);
}

.text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58 {
  color: var(--black);
}

.image-43 {
  width: auto;
  height: 100px;
}

.text-block-59 {
  color: var(--black);
}

.text-span-3 {
  font-family: Frank Ruhl Libre, sans-serif;
  font-weight: 400;
}

.uui-footer04_legal-link-2 {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link-2:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer04_legal-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-12 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-12.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link-2 {
  color: var(--untitled-ui-gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link-2:hover {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_social-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer04_link-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.uui-logo_image-5 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-5 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-5 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-5 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-5 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-5 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-5 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer04_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-container-large-34 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-42 {
  padding-left: 4rem;
  padding-right: 2rem;
}

.new-footer {
  overflow: visible;
}

.text-block-60 {
  color: var(--dim-grey-2);
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.text-block-61 {
  color: var(--dim-grey-2);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-62 {
  color: var(--dim-grey);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.team {
  background-color: #ede3d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.card-wrap {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.card {
  background-image: url('../images/Group-275-3.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px #1a00014d;
}

.card.bottom {
  background-image: url('../images/IMG_2756-1-2.webp');
  background-position: 50%;
  background-size: cover;
}

.card.top {
  background-image: url('../images/image-37-1.webp');
  background-size: cover;
  background-attachment: scroll;
}

.description-text {
  flex-direction: column;
  align-items: center;
  max-width: 30vw;
  margin-top: 30px;
  display: flex;
}

.fixed-text {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.corner-text {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-44 {
  object-fit: fill;
}

.image-45 {
  display: none;
}

.text-block-63 {
  font-family: Manrope, sans-serif;
}

.text-block-64, .text-block-65 {
  color: var(--dim-grey-2);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.section-9 {
  background-color: #e3e3e3;
  height: .5px;
  max-height: 1px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.container-21, .container-22 {
  display: none;
}

.error-text-3 {
  color: #e23939;
}

.error-message-7 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-3 {
  font-weight: 600;
}

.success-message-7 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-30 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-30:hover {
  border-width: 0;
  border-color: var(--untitled-ui-primary700);
  background-color: var(--medium-aquamarine);
}

.uui-button-30:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-11 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-11:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label-2 {
  color: var(--untitled-ui-gray700);
  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: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--primary600);
  background-color: var(--gjhg);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--gjhg);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--gjhg);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-11 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-11:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-11::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input-11.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label-2 {
  color: var(--untitled-ui-gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

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

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02-2 {
  color: var(--primary600);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-18 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact03_icon-wrapper {
  color: var(--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact03_item {
  align-items: center;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large-22 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-16 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-22 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-38 {
  padding: 7rem 2rem;
}

.uui-container-large-35 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-43 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-24 {
  display: flex;
}

.bold-text-24, .bold-text-25 {
  font-family: Manrope, sans-serif;
}

.maroo-benefit {
  background-color: var(--flowui-component-library-gray-100);
  background-image: linear-gradient(#e96d4d, #e96d4d);
  width: 100%;
  padding: 100px 64px;
  font-family: PT Serif, serif;
  position: relative;
}

.maroo-benefit h5 {
  color: #fff;
  background-color: #fff0;
  border: 0 #000;
  border-radius: 8px;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.maroo-benefit h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.maroo-benefit h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.maroo-benefit h2 {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.maroo-benefit h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.maroo-benefit h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.maroo-benefit p {
  color: var(--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.maroo-benefit ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.maroo-benefit li {
  margin-bottom: .5rem;
}

.maroo-cta {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.maroo-cta:hover {
  color: var(--black);
  background-color: #ea6d4d;
  border: 1px solid #ee4751;
}

.section-10 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--new-ds-secondary-colors);
  background-image: linear-gradient(#bdf18b, #bdf18b);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 10px 20px;
  display: flex;
}

.text-block-66 {
  color: var(--vaya-dark-green);
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-67 {
  color: var(--vaya-dark-green);
  align-self: center;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-23 {
  max-width: 70%;
}

.cell-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-68, .text-block-69 {
  font-family: Manrope, sans-serif;
}

.text-block-70 {
  color: #e86d4d;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-5 {
  letter-spacing: 4px;
  background-color: #246071;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.f-image-cover-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-success-message-3 {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-5 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-input-field {
  color: var(--flowui-component-library-gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-paragraph-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-140 {
  margin-bottom: 40px;
}

.blanka-heading {
  color: var(--untitled-ui-blue50-501);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.blanka-heading.black {
  color: var(--black);
}

.f-margin-bottom-141 {
  margin-bottom: 24px;
}

.f-heading-detail-small-6 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-142 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.f-section-large-6 {
  background-image: url('../images/Group-1000000867.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 380px;
  max-height: 400px;
  padding: 92px 5%;
  position: relative;
}

.blanka-heading-1 {
  color: var(--untitled-ui-blue50-501);
  letter-spacing: -.04em;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.section-11 {
  flex-flow: column;
  max-height: none;
  display: block;
}

.f-margin-bottom-143 {
  margin-bottom: 24px;
}

.f-margin-bottom-144 {
  margin-bottom: 8px;
}

.f-section-large-7 {
  background-image: url('../images/Group-1000000867.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  max-height: 550px;
  padding: 92px 0% 10px;
  display: flex;
  position: static;
}

.blanka-subheading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-12 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-13 {
  min-height: 400px;
  max-height: 400px;
}

.container-24 {
  background-color: #fcfcfcd9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -146%;
}

.text-block-71 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 21px;
  display: block;
}

.image-49 {
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  top: -42px;
}

.blanka-text {
  color: var(--blanka-gray);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.blanka-subheading-copy {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-14 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  top: -12px;
}

.container-25 {
  background-color: #d76f5b;
  min-width: 50px;
  max-width: 60px;
  min-height: 2px;
  max-height: 2px;
}

.image-50 {
  max-height: 250px;
}

.text-block-73 {
  color: #3c8f7c;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.section-15 {
  max-width: none;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  height: auto;
  max-height: none;
  margin: 2rem 4rem;
  position: static;
}

.image-51 {
  object-fit: cover;
  object-position: 50% 50%;
  max-height: none;
  display: block;
}

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

.cell-9 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 4rem 80px;
  position: relative;
}

.container-26 {
  box-shadow: none;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

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

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

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

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

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button-6 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-6:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-6.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-6.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-flex-row-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-4.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row-4.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.spark-container-9 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-line-12 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-12.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-13 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-13.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-14 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-14.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-4 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-4.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link-3 {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-3:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-3.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-3.spark-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-3.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link-3.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-menu-3 {
  align-items: center;
  display: flex;
}

.spark-brand-logo-4 {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links-3 {
  background-color: var(--spark-library-white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-section-10 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-10 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-10 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-10 h1 {
  margin-bottom: 1rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.spark-section-10 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-10 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-10 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-10 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-10 li {
  margin-bottom: .5rem;
}

.body-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.blanka-flow {
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.blanka-flow.denim {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-5 {
  width: auto;
  max-width: 1200px;
  padding: 100px 40px;
}

.blankah3 {
  color: #d76f5b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}

.uui-button-31 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-31:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-31:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-22 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-22:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-22:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-26 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large-23 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-19 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout21_item-icon-wrapper-2 {
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout21_item-2 {
  display: flex;
}

.uui-layout21_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-heading-medium-23 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-23 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component-copy-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-39 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-36 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-44 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-26 {
  background-color: #c2c2c2;
  height: 1px;
}

.list-item-5 {
  color: var(--blanka-gray);
  border-bottom: 1px solid #c4c4c4;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.list-2 {
  border-bottom: 0 solid #000;
  border-radius: 0;
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  color: var(--blanka-gray);
  border-bottom: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  color: var(--light-coral);
}

.outpave-hero-banner {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 0%;
  display: flex;
  position: static;
}

.quick-stack-6, .quick-stack-7 {
  max-width: 1200px;
}

.blanka-logoopy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.blanka-image-hero {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 90vh;
  margin-top: 20px;
  display: inline-block;
}

.blanka-image-hero.blanka {
  height: 80vh;
}

.blanka-hero-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 10px 40px 60px;
  display: grid;
}

.quick-stack-8 {
  max-width: 1200px;
}

.bold-text-26 {
  color: var(--blanka-gray);
}

.outpave-h1 {
  color: #04050a;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 130%;
}

.list-3 {
  border-bottom: 0 solid #000;
  border-radius: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.list-3.scanpay {
  font-family: Montserrat, sans-serif;
}

.text-span-14 {
  color: #d77474;
}

.list-item-11 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.text-span-15 {
  color: #d77474;
}

.list-item-12 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.text-span-16 {
  color: #d77474;
}

.list-item-13 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.text-span-17, .text-span-18, .text-span-19 {
  color: #d77474;
}

.bold-text-27 {
  color: #5e5e5e;
}

.quick-stack-9 {
  width: auto;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 100px;
}

.list-item-14 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.list-item-15, .list-item-16 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.f-section-large-8 {
  background-image: url('../images/Group-1000000867.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  max-height: 550px;
  padding: 92px 0% 10px;
  display: flex;
  position: static;
}

.f-container-regular-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.f-margin-bottom-145 {
  margin-bottom: 24px;
}

.blanka-heading-2 {
  color: #eff8ff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.f-margin-bottom-146 {
  margin-bottom: 40px;
}

.blanka-subheading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-6 {
  letter-spacing: 4px;
  background-color: #246071;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.uui-heroheader20_background-grid-mask {
  z-index: -1;
  background-color: var(--untitled-ui-white);
  width: 100%;
  height: 300%;
  position: absolute;
  inset: auto 0% -267%;
}

.uui-heroheader20_background-grid-section {
  background-color: #e6e8fd;
  height: 4.5rem;
}

.uui-heroheader20_background-grid-section.background-color-primary100 {
  background-color: var(--vaya-new-logo-blue);
  background-image: linear-gradient(#ff4e17, #ff4e17);
}

.uui-heroheader20_background-grid-section.background-color-primary300 {
  color: #ff4e17;
  -webkit-text-stroke-color: #ff4e17;
  background-color: #ff4e17;
}

.uui-heroheader20_background-grid-section.background-color-primary200 {
  background-color: #e6e8fd;
  border: 0 #fff;
}

.background-color-primary100 {
  background-color: var(--untitled-ui-primary100);
}

.background-color-white {
  background-color: var(--untitled-ui-white);
}

.background-color-primary300 {
  background-color: var(--untitled-ui-primary300);
}

.background-color-primary200 {
  background-color: var(--untitled-ui-primary200);
}

.uui-heroheader20_background-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 125rem;
  min-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-heroheader20_background {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  transform: skew(0deg, -7.25deg);
}

.uui-lightbox_play-icon-6 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-heroheader20_lightbox-image {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.uui-heroheader20_lightbox {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57.25rem;
  height: 32.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heroheader20_lightbox-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-button-32 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-32:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-32:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-32.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-13.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-23 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-23:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-23:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-23.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-27 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-27.button-row-center {
  justify-content: center;
}

.uui-space-large-6 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-13 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-13.text-color-primary700 {
  color: var(--untitled-ui-white);
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.uui-max-width-large-18 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-18.align-center, .align-center-11 {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-small-19 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-8 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-8.text-color-primary900 {
  color: var(--untitled-ui--primary900);
}

.uui-badge-group_icon-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon-2.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper-2 {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge-2 {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge-2.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group-2 {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group-2.is-primary {
  background-color: var(--gjhg);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.uui-text-align-center-13 {
  text-align: center;
}

.uui-heroheader20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-40 {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.uui-container-large-37 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-45 {
  max-height: 500px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader20 {
  box-sizing: border-box;
  background-color: var(--gjhg);
  margin-bottom: 500px;
  overflow: visible;
}

.outpave {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.text-span-20 {
  color: #ff4e17;
  font-size: 55px;
}

.text-span-20.saltbox {
  color: #fdb706;
}

.text-span-20.scanpay {
  color: #fff;
}

.text-span-20.pack {
  color: #e8faa0;
}

.outpave-h3 {
  color: #ff4e17;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
}

.outpave_button {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.outpave_button:hover {
  color: var(--black);
  background-color: #ff4e17;
  border: 1px solid #ee4751;
}

.saltbox-section2 {
  background-color: var(--black);
  overflow: hidden;
}

.saltbox-image {
  max-width: 80%;
  margin-top: 10px;
}

.saltbox-image2 {
  position: absolute;
}

.spark-button-7 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-7:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-7.spark-full-width {
  background-color: var(--spark-library-foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-7.spark-full-width:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
}

.spark-pricing-bottom-2 {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-small-icon-5 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-5.spark-primary-color {
  color: var(--spark-library-foreground-interactive);
}

.spark-small-icon-5.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled);
}

.spark-checked-item-2 {
  grid-column-gap: 16px;
  color: var(--spark-library-foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-features-included-2 {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library-border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included-2.spark-left-aligned {
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-foreground-secondary-3 {
  color: var(--spark-library-foreground-secondary);
}

.spark-foreground-secondary-3.spark-no-bottom {
  margin-bottom: 0;
}

.spark-plan-name-2 {
  color: var(--spark-library-foreground-interactive);
  margin-bottom: .4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.spark-foreground-primary-2 {
  color: var(--spark-library-black);
  font-weight: 600;
}

.spark-foreground-primary-2.spark-no-bottom {
  margin-bottom: 0;
}

.spark-price-text-2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-price-text-2.spark-no-bottom {
  margin-bottom: 0;
}

.spark-flexed-price-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-flexed-price-2.spark-left-aligned {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
}

.spark-pricing-top-2 {
  border-bottom: 1px solid var(--spark-library-border-default);
  text-align: center;
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top-2.sparking-top-left-aligned {
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-pricing-column-2 {
  background-color: var(--spark-library-white);
  border-radius: 8px;
  width: 458px;
  max-width: 100%;
}

.spark-pricing-column-2.spark-simple-shadow-tiny {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  display: flex;
}

.spark-simple-shadow-tiny-2 {
  box-shadow: -1px 1px 10px #0000001f;
}

.spark-flex-row-pricing-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

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

.spark-container-10 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -274px;
}

.spark-absolute-dark-background-2 {
  background-color: var(--spark-library-foreground-interactive-hover);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-absolute-dark-background-2.spark-top-aligned {
  z-index: 0;
  background-color: var(--black-background);
  height: 62%;
  inset: 0% 0% auto;
}

.spark-absolute-dark-background-2.spark-top-aligned.scanpay {
  background-color: var(--scanpay);
}

.spark-absolute-dark-background-2.spark-top-aligned.packsmith {
  background-color: #013d41;
}

.explainer-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.explainer-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.explainer-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.explainer-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.explainer-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.explainer-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.explainer-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.explainer-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.explainer-section-2 li {
  margin-bottom: .5rem;
}

.explainer-section-2.saltbox {
  color: #1b1b1b;
  background-color: #0000;
  margin-bottom: 100px;
  padding-bottom: 220px;
  display: block;
}

.explainer-section-2.scanpay {
  background-color: #0000;
  padding-bottom: 272px;
}

.explainer-section-2.packsmith {
  background-color: #0000;
  margin-bottom: 100px;
  padding-bottom: 220px;
  display: block;
}

.saltbox-section2-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fdb706;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.saltbox-section2-image.packsmith {
  background-color: #e8faa0;
}

.image-52 {
  max-width: 90%;
  padding: 40px;
}

.image-52.scanpay {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.text-block-74 {
  color: #202020;
  text-align: center;
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.container-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.saltbox-button {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: 0;
  background-color: #fdb706;
  border: 0 solid #000;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.saltbox-button:hover {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #fff;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-text-small {
  color: #00000080;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-heading-regular {
  color: var(--walsh-black);
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-quote-image {
  opacity: .26;
  align-self: flex-start;
  height: 56px;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-padding-medium {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 20px;
  position: relative;
}

.walsh-background-white {
  background-color: #fff;
  position: relative;
}

.saltbox-section-3 {
  display: block;
}

.walsh-text-small-white {
  color: #050505cc;
  margin-bottom: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #050505;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.walsh-heading-medium-white {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.walsh-cta-green-wrapper {
  background-color: var(--white);
}

.saltbox-heading-2 {
  color: #41414199;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.section-18 {
  background-image: url('../images/Frame-5259.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-weight: 400;
  display: flex;
}

.text-block-75 {
  float: left;
  color: #111;
  text-align: center;
  margin-top: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-27 {
  flex-flow: column;
  max-width: 46rem;
  display: flex;
}

.saltbox-subtext-black {
  color: #111;
  text-align: center;
  margin-top: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.saltbox-subtext2-black {
  color: #111;
  text-align: center;
  margin-top: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.image-53 {
  max-width: 850px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.saltbox-eligibility {
  width: auto;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 100px;
}

.cell-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.quick-stack-10 {
  border-bottom: 1px solid var(--white);
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-76 {
  color: #dfdfdfe8;
  text-align: center;
  margin: 10px 60px 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
  display: block;
}

.image-54 {
  width: 50px;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.image-55 {
  height: 30px;
}

.section-19 {
  background-image: linear-gradient(#111, #111);
}

.button-7 {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.saltbox-button-2 {
  color: #222;
  background-color: #feb706;
  padding: 20px 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.saltbox-button-2:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.cell-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.section-20 {
  background-image: linear-gradient(#000000fa, #000000fa);
}

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

.quick-stack-11 {
  margin-left: 60px;
  margin-right: 60px;
}

.text-block-77 {
  color: #eb5c01;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.explainer-logo {
  color: #fdb706;
}

.explainer-banner-image {
  max-width: 80%;
  margin-top: 10px;
}

.explainer-hero-banner-cta {
  color: #222;
  background-color: #feb706;
  padding: 20px 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.explainer-hero-banner-cta:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.explainer-hero-banner-cta.scanpay {
  background-color: var(--scanpay);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #052964;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

.explainer-h3 {
  color: #fdb706;
}

.explainer-h3.scanpay {
  color: #30524a;
  font-family: Libre Franklin, sans-serif;
  font-size: 32px;
}

.scanpay-button {
  color: #222;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #dadada;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.scanpay-button:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.scanpay-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b5cbee;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.pack-button {
  color: #222;
  background-color: #e8faa0;
  padding: 20px 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.pack-button:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.packsmith {
  color: #013d41;
}

.packsmith-eligibility {
  width: auto;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 100px;
}

.packsmith-h2 {
  color: #013d41;
}

.list-item-17 {
  color: #0c152fd1;
  margin-bottom: 20px;
  text-decoration: none;
}

.list-item-18 {
  color: #0c152fdb;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.list-item-19, .list-item-20 {
  color: #0c152fdb;
  margin-bottom: 20px;
  font-weight: 400;
}

.quick-stack-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #e9e9e9;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.step-1 {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin: 0 60px 40px;
}

.number-circle {
  background-color: #6a59ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.div-block-29 {
  border-bottom: 1px solid #000;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-79 {
  color: #0c152f;
  text-transform: uppercase;
  align-self: center;
  margin-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-22 {
  background-color: #f1eadf;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-28 {
  font-weight: 400;
}

.cell-13, .cell-14, .cell-15, .cell-16, .cell-17 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-18 {
  justify-content: flex-start;
  align-items: center;
}

.list-4 {
  color: #0c152f36;
  margin-left: 30px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.list-5, .list-6, .list-7, .list-8 {
  margin-left: 30px;
  font-size: 16px;
  line-height: 22px;
}

.heading-26 {
  color: #223f38;
  text-align: center;
  margin-bottom: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block-80 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-30 {
  background-color: #fdb7064f;
  border-radius: 3px;
  margin: 20px 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-81 {
  color: #3c8f7c;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.section-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 95vh;
  margin-top: 0;
  display: flex;
}

.text-block-82 {
  color: #223f38;
  text-align: center;
  align-self: center;
  width: 700px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.image-56 {
  order: 1;
  width: 90%;
  max-width: 100%;
}

.bold-text-29 {
  color: #0c604c;
  font-size: 32px;
}

.text-block-83 {
  text-align: center;
  background-color: #ffcfba;
  border-left: 4px solid #470202;
  border-radius: 5px;
  width: 750px;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: clip;
}

.section-24 {
  background-image: linear-gradient(#111, #111);
}

.quick-stack-13 {
  border-bottom: 1px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
}

.uui-text-size-small-13 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-13.text-color-gray500 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.cell-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-84 {
  color: #dfdfdfe8;
  text-align: center;
  margin: 10px 60px 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
  display: block;
}

.image-57 {
  width: 100px;
}

.section-25 {
  padding-top: 20px;
  padding-left: 20px;
}

.cell-20 {
  flex-flow: row;
}

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

.text-block-85-4 {
  background-color: #ffd5c3;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  position: relative;
  top: 67px;
  right: 0;
}

.cell-22 {
  flex-flow: row;
}

.div-block-31 {
  position: absolute;
}

.text-block-88-2 {
  background-color: #fff2ba;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: 71px;
  right: -20px;
}

.image-58 {
  align-self: flex-end;
}

.text-block-85-4-copy {
  background-color: #ffd5c3;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  position: relative;
  top: 201px;
  right: 0;
}

.list-item-21 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cell-23 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.list-item-22, .list-item-23, .list-item-24 {
  color: #5e5e5e;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.eligibility {
  width: auto;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 100px;
}

.text-block-85-5 {
  background-color: #ffd5c3;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  position: relative;
  top: 1px;
  right: 0;
}

.bold-text-30 {
  font-family: Frank Ruhl Libre, sans-serif;
}

.bold-text-31 {
  font-weight: 500;
}

.div-block-32 {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.explainer-template {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 0%;
  display: flex;
  position: static;
}

.new-explainer {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.new-explainer h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.new-explainer h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.new-explainer h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.new-explainer h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.new-explainer h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.new-explainer h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.new-explainer ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.new-explainer li {
  margin-bottom: .5rem;
}

.new-explainer.saltbox {
  color: #1b1b1b;
  background-color: #0000;
  margin-bottom: 100px;
  padding-bottom: 220px;
  display: block;
}

.new-explainer.scanpay {
  background-color: #0000;
  padding-bottom: 272px;
}

.new-explainer.packsmith {
  background-color: #0000;
  margin-bottom: 100px;
  padding-bottom: 220px;
  display: block;
}

.section-22-copy {
  background-color: #e9f5fa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-15 {
  margin: 20px 0;
}

.q-a-layout {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 10px;
  width: 900px;
  margin: 0 60px 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-33 {
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 20px;
}

.div-block-34 {
  object-fit: fill;
  background-color: #ffd0b4a8;
  border-left: 3px solid #ff5601;
  border-radius: 9px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-15-copy {
  border-radius: 19px;
  margin: 0;
  padding: 0 10px;
}

.section-23-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 95vh;
  margin-top: 0;
  display: flex;
}

.div-block-35 {
  flex-flow: column;
  align-self: center;
  width: 900px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-85 {
  color: #1a1a1a;
  text-align: center;
  margin-top: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.bold-text-32 {
  display: block;
}

.div-block-29-copy {
  border-bottom: 1px solid #000;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-79-copy {
  color: #0c152f;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  align-self: center;
  margin-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-85-copy {
  color: #1a1a1a;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #ffe9c5;
  background-clip: border-box;
  border-top: 1px #000;
  border-left: 4px solid #ff7b08;
  border-radius: 7px;
  margin-top: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.image-28-copy {
  text-align: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: auto;
}

.image-28-copy.denim {
  padding-left: 0;
  padding-right: 0;
}

.flychain-banner {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 0%;
  display: flex;
  position: static;
}

.flychain, .headstart {
  color: #fdb706;
}

.cell-24 {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.cell-25, .cell-26 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-86 {
  font-size: 36px;
}

.quick-stack-14 {
  width: 500px;
}

.section-26 {
  background-color: #fff;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-87 {
  padding-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 140%;
}

.text-span-21 {
  color: #6a59ff;
  font-weight: 700;
}

.paragraph-16 {
  color: var(--blanka-gray);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.div-block-38 {
  object-fit: fill;
  background-color: #ffd0b4a8;
  border-left: 3px solid #ff5601;
  border-radius: 9px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-59 {
  width: 600px;
}

@media screen and (min-width: 1280px) {
  .navbar {
    background-color: var(--white);
  }

  .uui-blogsection05_title-link {
    align-items: stretch;
  }

  .cf-yellow-king-text-span {
    background-image: repeating-linear-gradient(to right, #29a4eb, var(--vaya-green) 32%, #47d3a6 64%, #51c5f3);
  }

  .cf-call-arrow-button.header-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-gradient-span {
    background-image: repeating-linear-gradient(117deg, #6dffdd, #00b1d8);
  }

  .cf-h2-heading-56px, .cf-wrapper-11611.different-flex {
    font-size: 52px;
  }

  .p-b-section {
    background-color: #f3f5f9;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-18px-paragraph--b {
    color: #ffffffe6;
    font-size: 16px;
    font-weight: 400;
  }

  .cf-18px-paragraph--b.header-2 {
    font-family: Manrope, sans-serif;
    font-weight: 400;
  }

  .fn-container-grid {
    grid-row-gap: 6px;
    grid-auto-rows: minmax(auto, .75fr);
    grid-auto-flow: row;
  }

  .text-block-8 {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 500;
  }

  .fn-list {
    margin-bottom: 1px;
  }

  .fn-span-color-text {
    color: var(--vaya-green);
    font-weight: 700;
  }

  .fn-heading-jambo-2 {
    font-weight: 600;
  }

  .fn-container-grid-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-auto-flow: column;
  }

  .fn-section-off-black-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-9 {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
  }

  .container-9 {
    max-height: 1px;
  }

  .fn-section-off-black-3-2 {
    background-image: none;
    height: auto;
    padding-bottom: 201px;
  }

  .bold-text-7 {
    color: #bad600;
    text-align: center;
  }

  .paragraph-5 {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-6 {
    padding-left: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .div-block-8 {
    text-align: left;
    align-self: flex-start;
    width: 60%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .uui-page-padding-8 {
    background-image: none;
  }

  .uui-section_layout20 {
    background-color: var(--black);
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .f-container-regular {
    flex-direction: row;
    justify-content: center;
    margin-right: auto;
  }

  .f-paragraph-large {
    color: var(--white-smoke);
    text-align: left;
  }

  .f-header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blanka-hero-banner {
    align-self: center;
    padding-right: 0%;
  }

  .uui-padding-vertical-xhuge-19, .uui-padding-vertical-xhuge-23 {
    padding-top: 8rem;
  }

  .uui-padding-vertical-xlarge-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-footer07_component-2.rcp {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-27, .image-27-copy, .image-27-mobile {
    display: none;
  }

  .image-28.denim {
    display: block;
  }

  .f-h1-heading-2.white {
    font-size: 5em;
  }

  .uui-layout85_component {
    justify-items: center;
    max-width: 900px;
  }

  .uui-padding-vertical-xhuge-26 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .vaya-exp-banner {
    padding-right: 0%;
  }

  .vaya-exp-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 21%;
  }

  .vaya-p2 {
    color: var(--grey);
    text-align: center;
  }

  .vaya--p1 {
    color: var(--white-smoke);
    text-align: left;
  }

  .pippin-header-grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pippin-p1 {
    color: var(--black);
    text-align: left;
    font-size: 18px;
    line-height: 32px;
  }

  .grid-6 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .rpc-banner {
    flex-flow: column;
    padding-right: 0%;
    display: flex;
  }

  .rpc-section2 {
    padding-right: 0%;
  }

  .rpc-exp.denim {
    display: block;
  }

  .rpc--p1-copy {
    color: var(--black);
    text-align: left;
  }

  .spark-900-width-5.spark-margin-bottom-104px {
    font-size: 20px;
  }

  .ordersco-benefit {
    padding-top: 100px;
  }

  .ordersco-benefit h1 {
    text-align: center;
    width: 1000px;
    display: block;
  }

  .ordersco-benefit h2 {
    width: 1000px;
    min-width: 600px;
  }

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

  .ordersco-banner {
    padding-right: 0%;
  }

  .pipppin-benefits {
    padding-top: 100px;
  }

  .pipppin-benefits h1 {
    text-align: center;
    width: 1000px;
    display: block;
  }

  .pipppin-benefits h2 {
    width: 1000px;
    min-width: 600px;
  }

  .new-ds-h1 {
    font-size: 4em;
  }

  .uui-space-small-16 {
    min-height: 3rem;
  }

  .uui-heroheader01_image {
    justify-content: flex-end;
    align-items: flex-start;
    display: inline-flex;
  }

  .card {
    background-image: url('../images/1000032279.jpg');
    background-size: cover;
  }

  .card.bottom {
    background-image: url('../images/IMG_6829-1.webp');
  }

  .card.top {
    background-image: url('../images/image-36.png');
    background-size: cover;
    background-attachment: scroll;
  }

  .maroo-benefit {
    padding-top: 100px;
  }

  .maroo-benefit h1 {
    text-align: center;
    width: 1000px;
    display: block;
  }

  .maroo-benefit h2 {
    width: 1000px;
    min-width: 600px;
  }

  .quick-stack-4 {
    height: auto;
  }

  .image-51 {
    height: 34rem;
  }

  .hero-heading-left {
    background-color: #fff;
  }

  .body-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blanka-flow.denim {
    display: block;
  }

  .outpave-hero-banner {
    align-self: center;
    padding-right: 0%;
  }

  .blanka-image-hero.blanka {
    height: 80vh;
  }

  .blanka-hero-2 {
    justify-content: stretch;
    padding-bottom: 40px;
  }

  .outpave-h1 {
    font-size: 65px;
  }

  .list-item-17 {
    margin-bottom: 20px;
  }

  .list-item-18 {
    padding-bottom: 20px;
  }

  .list-item-19, .list-item-20 {
    margin-bottom: 20px;
  }

  .step-1 {
    font-size: 1px;
  }

  .number-circle {
    background-color: #6a59ff;
  }

  .text-block-78 {
    color: #fff;
  }

  .section-22 {
    background-color: #ede3d4;
  }

  .list-4, .list-5, .list-6 {
    font-size: 18px;
  }

  .list-7 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .heading-26 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .text-block-80 {
    font-size: 18px;
  }

  .div-block-30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-81 {
    font-size: 36px;
  }

  .section-23 {
    height: 95vh;
  }

  .text-block-82 {
    width: 750px;
  }

  .image-56 {
    align-self: center;
    width: 80%;
  }

  .bold-text-29 {
    color: #0c604c;
  }

  .text-block-83 {
    background-color: #ffcfba;
    border-left: 4px solid #30524a;
  }

  .cell-20, .text-block-85-4, .text-block-88-2, .text-block-85-4-copy, .text-block-85-5 {
    font-size: 18px;
  }

  .explainer-template {
    align-self: center;
    padding-right: 0%;
  }

  .section-22-copy {
    background-color: #e9f5fa;
  }

  .q-a-layout {
    font-size: 1px;
  }

  .section-23-copy {
    height: 95vh;
  }

  .image-28-copy.denim {
    display: block;
  }

  .flychain-banner {
    align-self: center;
    padding-right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    color: var(--black);
  }

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

  .uui-blogsection05_list {
    place-items: stretch stretch;
  }

  .spark-vertical-image {
    height: 170px;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .spark-horizontal-team-member-image.spark-small {
    width: 210px;
    height: 210px;
  }

  .spark-flex-row-of-team-members {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-container-3 {
    max-width: 1140px;
    font-family: Montserrat, sans-serif;
  }

  .cf-18px-paragraph-1-2 {
    width: 90%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .cf-62px-heading---white {
    max-width: 1190px;
  }

  .cf-call-arrow-button.header-4 {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .p-b-section {
    background-color: #f3f5f9;
    background-image: none;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-18px-paragraph--b.header-2 {
    color: #000000e6;
  }

  .home-left-wrapper {
    padding-right: 30px;
  }

  .section-3 {
    margin-top: 100px;
  }

  .uui-text-size-medium-5 {
    max-width: 70%;
  }

  .uui-text-size-large-4 {
    text-align: center;
    padding-top: 30px;
  }

  .uui-container-small {
    max-width: 70rem;
  }

  .fn-heading-jambo {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .fn-container-grid-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .fn-section-off-black-3-2 {
    background-image: none;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .uui-space-xhuge {
    padding-bottom: 0;
  }

  .uui-section_heroheader15 {
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .uui-page-padding-15 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .f-gallery-image-s {
    height: 350px;
  }

  .f-container-regular {
    margin-right: 0;
  }

  .f-header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blanka-hero-banner {
    width: auto;
    padding-right: 0%;
  }

  .image-20 {
    width: auto;
  }

  .f-grid-two-column {
    justify-content: center;
    justify-items: center;
  }

  .uui-container-large-13 {
    max-width: none;
  }

  .uui-max-width-large-8 {
    max-width: 60rem;
  }

  .uui-padding-vertical-xhuge-16 {
    background-color: #0000;
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 4rem;
  }

  .uui-layout02_component {
    justify-items: center;
  }

  .uui-page-padding-20 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  ._82px-heading-1-hero {
    max-width: none;
    font-size: 110px;
  }

  .uui-heading-xsmall-10 {
    color: var(--walsh-walsh-dark-green-2);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .uui-icon-featured-outline-large-5 {
    background-color: var(--vaya-dark-green);
    border-color: #c5e8e0;
    width: 5rem;
    height: 5rem;
  }

  .uui-padding-vertical-xhuge-23 {
    padding-top: 8rem;
  }

  .uui-page-padding-24 {
    background-color: var(--white);
    color: var(--black);
  }

  .uui-section_layout46 {
    background-color: var(--lynx-black);
    border-color: #c5e8e073;
  }

  .uui-cta13_logo-row {
    flex-flow: wrap;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .uui-cta13_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: center;
  }

  .uui-page-padding-25 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .uui-section_cta13 {
    color: var(--flowui-component-library-gray-200);
  }

  .contact-us-header {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .join-us-header {
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .blog-header {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image-27, .image-27-copy, .image-27-mobile {
    display: none;
  }

  .image-28.denim {
    display: block;
  }

  .f-container-regular-2 {
    justify-items: end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    right: auto;
  }

  .f-h1-heading-2.white {
    font-size: 5em;
  }

  .f-header-wrapper-left {
    max-width: none;
  }

  .image-29 {
    display: block;
  }

  .uui-layout85_component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pippin-section2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .vaya-exp-banner {
    padding-right: 0%;
  }

  .cf-tab-image-3.tab-5 {
    width: 68%;
  }

  .cf-tab-image-3.tab-4 {
    width: 78%;
  }

  .cf-tab-image-3.tab-3 {
    width: 80%;
  }

  .cf-tab-image-3.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image-2.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-2.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-2.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-2.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-2.tab-2 {
    width: 62%;
  }

  .div-block-16 {
    margin-left: 60px;
  }

  .div-block-17 {
    margin-left: 20px;
  }

  .pippin-header-grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pippin-p1 {
    font-size: 20px;
    line-height: 38px;
  }

  .pippin-h1 {
    margin-bottom: 60px;
  }

  .grid-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
  }

  .rpc-banner, .rpc-section2 {
    padding-right: 0%;
  }

  .rpc-exp.denim {
    display: block;
  }

  .ordersco-banner {
    padding-right: 0%;
  }

  .spark-flex-row-3.spark-5-spacing {
    align-self: flex-end;
  }

  .spark-section-6 {
    padding-bottom: 100px;
  }

  .text-block-50 {
    color: #000;
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .uui-container-large-31 {
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .uui-page-padding-39 {
    margin-right: 0;
    padding-bottom: 44px;
    padding-right: 4rem;
    display: block;
  }

  .uui-space-small-16 {
    min-height: 3rem;
  }

  .uui-padding-vertical-xhuge-35 {
    padding-top: 6rem;
  }

  .uui-heroheader04_component {
    place-items: start stretch;
  }

  .uui-heroheader01_pattern-image {
    left: 264.299px;
  }

  .uui-heroheader01_image {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-heroheader01_component {
    justify-content: stretch;
    justify-items: stretch;
  }

  .text-block-66 {
    font-size: 18px;
  }

  .text-block-67 {
    font-size: 24px;
    font-weight: 700;
  }

  .blanka-text {
    font-size: 18px;
  }

  .quick-stack-4 {
    height: auto;
  }

  .image-51 {
    height: 38rem;
  }

  .blanka-flow.denim {
    display: block;
  }

  .outpave-hero-banner {
    width: auto;
    padding-right: 0%;
  }

  .blanka-hero-2 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .outpave-h1 {
    margin-bottom: 60px;
  }

  .number-circle {
    background-color: #6a59ff;
  }

  .text-block-81 {
    font-size: 40px;
  }

  .text-block-82 {
    width: 850px;
    font-size: 28px;
  }

  .bold-text-29 {
    font-size: 40px;
  }

  .text-block-83 {
    width: 800px;
    font-size: 18px;
    line-height: 130%;
  }

  .explainer-template {
    width: auto;
    padding-right: 0%;
  }

  .image-28-copy.denim {
    display: block;
  }

  .flychain-banner {
    width: auto;
    padding-right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: var(--white);
  }

  .line.divider.white {
    width: 100%;
  }

  .uui-text-size-medium-5 {
    max-width: 70%;
  }

  .fn-section-off-black-3-2 {
    background-image: none;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .uui-button-row-8.button-row-center.is-reverse-mobile-landscape {
    padding-bottom: 0;
  }

  .uui-section_heroheader15 {
    background-size: cover;
    background-attachment: fixed;
  }

  .f-image-cover.vaya {
    height: 100vh;
  }

  .f-gallery-image-s {
    height: 500px;
  }

  .f-gallery-three-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-container-regular {
    margin-right: auto;
  }

  .f-header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blanka-hero-banner {
    align-self: center;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-20 {
    height: 60px;
  }

  .image-22 {
    display: block;
  }

  .uui-padding-vertical-xhuge-15 {
    padding-top: 4rem;
  }

  .uui-container-large-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: block;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 8rem;
  }

  .uui-layout02_content {
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .uui-heading-xsmall-10 {
    color: var(--walsh-walsh-dark-green);
  }

  .uui-icon-featured-outline-large-5 {
    background-color: var(--vaya-dark-green);
    border-color: #c5e8e0;
  }

  .uui-page-padding-24 {
    padding-bottom: 40px;
  }

  .uui-section_layout46 {
    background-color: var(--spark-library-white);
  }

  .uui-padding-vertical-xlarge-3 {
    padding-top: 8rem;
  }

  .join-us-header {
    background-image: none;
    display: none;
  }

  .blog-header {
    background-size: cover;
    background-attachment: fixed;
  }

  .subhead--list {
    font-size: 2rem;
  }

  .text-block-36.denim {
    font-size: 24px;
  }

  .denim-exp.denim {
    font-size: 22px;
  }

  .image-27, .image-27-copy, .image-27-mobile {
    display: none;
  }

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

  .image-28.denim {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .f-container-regular-2 {
    justify-items: center;
    max-width: 1400px;
    position: static;
  }

  .f-paragraph-large-3.denim {
    font-size: 1.25em;
    line-height: 150%;
  }

  .f-paragraph-large-3.vaya-exp {
    font-size: 22px;
  }

  .f-h1-heading-2.white {
    font-size: 5em;
  }

  .f-h3-heading-3 {
    color: var(--black);
    font-size: 62px;
  }

  .div-block-17 {
    margin-left: 0;
  }

  .pippin-header-grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pippin-p1 {
    font-size: 22px;
    line-height: 38px;
  }

  .pippin-h1 {
    font-size: 62px;
  }

  .grid-6 {
    justify-content: center;
  }

  .rpc-banner {
    height: 90vh;
    display: flex;
  }

  .rpc-exp.denim {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rpc--p1-copy {
    font-size: 22px;
    line-height: 38px;
  }

  .rpc-h1-copy {
    font-size: 90px;
  }

  .vaya-image-banner.vaya {
    height: 100vh;
  }

  .ordersco-banner {
    height: 90vh;
  }

  .new-ds-h1 {
    font-size: 5rem;
  }

  .spark-container-7 {
    justify-content: flex-start;
    align-items: center;
    max-width: 1600px;
  }

  .benefits h2 {
    width: 100%;
    font-size: 72px;
  }

  .benefits h3 {
    font-size: 2.2rem;
  }

  .benefits p {
    font-size: 18px;
    line-height: 28px;
  }

  .spark-flex-row-3.spark-5-spacing {
    font-size: 4.2rem;
  }

  .spark-hero-sub-paragraph-2 {
    font-size: 26px;
  }

  .spark-section-5 {
    flex-flow: row;
  }

  .spark-section-6 h4 {
    font-size: 20px;
  }

  .spark-section-6 h2 {
    font-size: 72px;
  }

  .spark-section-6 p {
    font-size: 22px;
  }

  .spark-900-width-6 {
    width: auto;
  }

  .spark-section-8 h1 {
    font-size: 72px;
  }

  .text-block-49 {
    font-size: 22px;
  }

  .uui-padding-vertical-xhuge-32 {
    display: flex;
  }

  .uui-container-large-29 {
    width: auto;
  }

  .uui-page-padding-39 {
    padding-right: 4rem;
  }

  .uui-space-small-16 {
    min-height: 4rem;
  }

  .uui-heroheader01_pattern-image {
    top: 35%;
    left: 375.299px;
  }

  .uui-heroheader01_content {
    margin-bottom: 0;
  }

  .spark-centered-903 {
    width: auto;
  }

  .card-wrap {
    width: 400px;
  }

  .maroo-benefit h1 {
    text-align: center;
    align-self: center;
    font-size: 3rem;
  }

  .maroo-benefit p {
    font-size: 24px;
  }

  .text-block-66 {
    font-size: 20px;
  }

  .container-23 {
    flex-flow: column;
    display: flex;
  }

  .text-block-70 {
    font-size: 24px;
  }

  .image-46, .image-47, .image-48 {
    width: 8rem;
  }

  .quick-stack-3 {
    padding-bottom: 40px;
  }

  .f-container-regular-6 {
    width: auto;
  }

  .f-section-large-7 {
    align-self: center;
  }

  .blanka-text {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block-73 {
    font-size: 32px;
  }

  .image-51 {
    height: 42rem;
  }

  .section-16 {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .blanka-flow {
    max-width: 1200px;
  }

  .blanka-flow.denim {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blankah3 {
    font-size: 42px;
  }

  .outpave-hero-banner {
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .blanka-image-hero.blanka {
    height: 60vh;
  }

  .blanka-hero-2 {
    justify-content: start;
    padding-bottom: 10px;
  }

  .outpave-h1 {
    font-size: 62px;
  }

  .f-section-large-8 {
    align-self: center;
  }

  .f-container-regular-7 {
    width: auto;
  }

  .outpave-h3 {
    font-size: 42px;
  }

  .step-1 {
    width: 1080px;
  }

  .section-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-81 {
    width: 800px;
  }

  .section-23 {
    font-size: 28px;
  }

  .text-block-82 {
    width: 1000px;
    font-size: 42px;
  }

  .bold-text-29 {
    font-size: 64px;
  }

  .text-block-83 {
    width: 1000px;
    font-size: 26px;
  }

  .explainer-template {
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-23-copy {
    font-size: 28px;
  }

  .image-28-copy {
    max-width: none;
  }

  .image-28-copy.denim {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flychain-banner {
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: linear-gradient(#0000, #0000);
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 110px 8px;
  }

  .hero-section.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-link {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.collections {
    background-size: auto;
    border-top-width: 0;
  }

  .section.footer-section {
    background-color: var(--white);
    background-image: none;
  }

  .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.how-vaya-works {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: -38px;
  }

  .section.collection {
    border-top-color: var(--black-background);
    background-color: var(--white);
  }

  .section.built-for-developers {
    background-image: none;
    padding-right: 0;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

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

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .container {
    margin-bottom: -60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-2.email {
    margin-bottom: 20px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .button.dark {
    float: none;
    clear: none;
    text-align: left;
    padding: 10px;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: var(--black);
    margin-top: 0;
  }

  .page-title.big {
    color: #000;
    text-align: left;
    width: 70%;
  }

  .paragraph {
    overflow: visible;
  }

  .paragraph.main {
    text-align: center;
    width: 45%;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 40px;
  }

  .sub-footer {
    background-color: var(--white);
    margin-top: 0;
  }

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

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .row-padding {
    margin-top: 0;
    margin-bottom: 73px;
  }

  .div-column-right {
    max-width: 89.997%;
  }

  .team-wrapper {
    width: 96%;
  }

  .form-block-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row {
    width: 100%;
  }

  .image-div {
    background-repeat: repeat-x;
    margin-top: -60px;
    margin-bottom: -60px;
    padding-bottom: 0;
  }

  .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

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

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

  .about-hero-block {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

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

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

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .hero-image {
    background-size: 700px;
    width: 100%;
    margin-top: 46px;
    margin-left: 41px;
    margin-right: 0;
  }

  .hero-image-div {
    width: 100%;
  }

  .heading-2, .heading-3 {
    margin-top: 10px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 24px;
  }

  .image-7, .image-8, .image-9 {
    margin-top: 20px;
  }

  .paragraph-2 {
    color: var(--dim-grey-2);
    text-align: left;
  }

  .heading-11 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-tittle-white {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .image-13 {
    margin-top: -105px;
    padding-top: 0;
  }

  .landing-container {
    flex-direction: column;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-copy.collections {
    background-size: auto;
    border-top-width: 0;
  }

  .section-copy.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-7 {
    margin-top: 0;
  }

  .row-padding-copy {
    margin-top: 0;
    margin-bottom: 73px;
  }

  .image-14 {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 20px;
  }

  .lenders-section-heading {
    font-size: 40px;
  }

  .container-copy {
    margin-bottom: -30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3-lenders {
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    max-width: 35%;
    margin-right: 40px;
  }

  .image-16, .image-17 {
    max-width: 35%;
  }

  .column-12 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 40px;
  }

  .column-13 {
    text-align: center;
    margin-top: 40px;
    padding-right: 40px;
  }

  .heading-developers {
    margin-top: -6px;
    margin-right: 0;
  }

  .uui-layout62_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout62_image-02 {
    display: none;
  }

  .uui-layout62_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    right: 2rem;
  }

  .uui-layout62_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: #5532fa;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: #5532fa;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: #5532fa;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-bottom-bar-link-row {
    grid-column-gap: 16px;
  }

  .spark-container.spark-flexed {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-absolute-bottom-bar {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    font-size: .7rem;
  }

  .spark-mega-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-mega-nav-link-list {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    display: flex;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-take-over-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .main-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .uui-blog07_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog07_featured-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog07_component {
    grid-column-gap: 3rem;
    grid-template-columns: .25fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost05_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost05_form-wrapper {
    display: flex;
  }

  .uui-blogpost05_newsletter, .uui-blogpost05_contributers {
    position: static;
  }

  .uui-blogpost05_content-left {
    width: 100%;
    max-width: none;
    position: static;
  }

  .uui-blogpost05_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost05_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .footer-home {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .uui-footer08_form-block {
    min-width: auto;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray-3.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: #101828;
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar05_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

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

  .uui-blogsection07_button-row {
    flex: none;
  }

  .uui-blogsection07_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogsection07_heading {
    margin-right: 3rem;
  }

  .uui-blogsection07_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection05_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout01_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-stacked-card {
    width: 45%;
  }

  .spark-four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    grid-column-gap: 64px;
    width: 100%;
  }

  .spark-flex-row-of-two-team-members {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner-2 {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lynx-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-4-customers {
    margin-top: 10px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .walsh-inner-rounded-banner-image {
    max-width: none;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-testimonial-bottom-text {
    margin-top: 60px;
  }

  .cf-18px-paragraph-1-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-testimonial-right-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-round-testimonial-image {
    left: 40px;
  }

  .cf-testimonial-black-image {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-home-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-62px-heading---white {
    font-size: 65px;
  }

  .cf-call-arrow-button {
    flex: none;
  }

  .cf-call-arrow-button.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-1.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    flex-direction: column;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px-2 {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-11611 {
    flex-direction: column;
  }

  .cf-wrapper-11611.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-18px-paragraph--b {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph--b.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fn-hero-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-size: 28px;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fh-section-image-wrapper-first {
    height: 334px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-heading-jambo-2 {
    font-size: 76px;
  }

  .fn-label-jambo {
    margin-bottom: 26px;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-hero-box-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-size: 28px;
  }

  .fn-heading-jambo-3 {
    font-size: 76px;
  }

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black-3-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .fn-logos-image {
    max-width: 100px;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .cf-testimonial-bottom-text-2 {
    margin-top: 60px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-testimonial-right-wrap-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-round-testimonial-image-2 {
    left: 40px;
  }

  .cf-testimonial-black-image-2 {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-home-testimonial-wrap-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  ._62px-heading-1--black {
    font-size: 65px;
  }

  .cf-call-arrow-button-2 {
    flex: none;
  }

  .cf-call-arrow-button-2.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-6.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    flex-direction: column;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading-2 {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-pricing-plan-pointer-text-18px-2, .cf-body---18px-3 {
    line-height: 150%;
  }

  .cf-different-tabs-content-2 {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu-2 {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px-2 {
    font-size: 30px;
  }

  .cf-wrapper-11612 {
    flex-direction: column;
  }

  .cf-wrapper-11612.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-heading-4 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 550px;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .fn-heading-5 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-mission-special-image-2 {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper-2 {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px-4 {
    line-height: 150%;
  }

  .cf-mission-text-container-2 {
    width: 100%;
  }

  .cf-mission-image-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container-2 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-11613 {
    flex-direction: column;
  }

  .cf-wrapper-11613.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-parallax-scribble-3 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-4 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-6 {
    bottom: 25%;
  }

  .cf-parallax-image-8 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain-2 {
    margin-bottom: 60px;
  }

  .cf-82px-heading-3 {
    font-size: 70px;
  }

  .fn-button-secondery-2 {
    transition: none;
  }

  .fn-button-secondery-2:hover {
    background-color: #0000;
  }

  .fh-features-image-wrapper {
    height: 450px;
  }

  .fn-featured-tabs-content {
    width: 58%;
  }

  .fn-tabs-link {
    transition: none;
  }

  .fn-tabs-link:hover {
    opacity: 1;
  }

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .uui-layout20_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large-3 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader23_card-image {
    border-radius: 1.125rem;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.9)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper {
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader23_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-layout13_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout13_image-02 {
    display: none;
  }

  .uui-layout13_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout13_lightbox {
    padding: 2rem;
  }

  .uui-layout13_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cf-parallax-scribble-5 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-6 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-10 {
    bottom: 25%;
  }

  .cf-parallax-image-12 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain-3 {
    margin-bottom: 60px;
  }

  .cf-82px-heading-4 {
    font-size: 70px;
  }

  .uui-banner03_form-block {
    flex: 1;
  }

  .uui-banner03_icon-wrapper {
    display: none;
  }

  .uui-banner03_wrapper {
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-logos02_component {
    padding: 3rem;
  }

  .uui-layout83_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  ._62 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-heading-large-4 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large-5 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-layout20_component-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-14 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-button-wrapper {
    justify-content: center;
    display: flex;
  }

  .f-header-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blanka-hero-banner {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
    display: flex;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .uui-layout17_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout17_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .image-22 {
    display: none;
  }

  .uui-layout13_image-01-2 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout13_image-02-2 {
    display: none;
  }

  .uui-layout13_lightbox-image-2 {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout13_lightbox-2 {
    padding: 2rem;
  }

  .uui-layout13_component-2 {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-15 {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .uui-layout20_component-3 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-layout05_image-02 {
    width: 35%;
    min-width: auto;
    bottom: -15%;
  }

  .uui-layout05_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -40%;
    position: static;
    left: auto;
    right: -2rem;
  }

  .uui-layout05_lightbox {
    min-height: auto;
    padding: 4rem 2rem;
  }

  .uui-layout05_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .uui-layout04_image-02 {
    width: 35%;
    min-width: auto;
    bottom: -15%;
  }

  .uui-layout04_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -40%;
    position: static;
    left: auto;
    right: -2rem;
  }

  .uui-layout04_image-wrapper {
    padding: 4rem 2rem;
  }

  .uui-layout04_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .uui-heading-large-6 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout13_image-01-3 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout13_image-02-3 {
    display: none;
  }

  .uui-layout13_lightbox-image-3 {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout13_lightbox-3 {
    padding: 2rem;
  }

  .uui-layout13_component-3 {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-17 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .uui-heading-large-white {
    font-size: 2.75rem;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .uui-blog02_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large-7 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout27_lightbox-image-02 {
    width: 20rem;
    min-width: 20rem;
  }

  .uui-layout27_lightbox {
    height: 35rem;
  }

  .uui-layout27_item-list {
    padding-left: 0;
  }

  .learn-more---blog {
    grid-column-gap: 3rem;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .uui-layout02_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .uui-layout40_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-layout04_component-copy {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .section-1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader23_card-image-2 {
    border-radius: 1.125rem;
  }

  .uui-heroheader23_image-grid-2 {
    transform: scale(.9)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper-2 {
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }

  .uui-heading-xlarge-4 {
    font-size: 3.25rem;
  }

  .uui-heroheader23_content-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-3-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .uui-header06_content-right {
    margin-top: 0;
  }

  .uui-heading-large-8 {
    font-size: 2.75rem;
  }

  .uui-header06_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-layout26_image-02 {
    width: 20rem;
    min-width: 20rem;
  }

  .uui-layout26_image-wrapper {
    height: 35rem;
  }

  .uui-layout26_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-22 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._82px-heading-1-hero {
    font-size: 70px;
  }

  .uui-layout47_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-23 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta13_logo-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge-3 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-padding-vertical-xhuge-24 {
    padding: 0 20px 6rem;
    top: -20px;
  }

  .uui-space-xxlarge-3 {
    min-height: 4.5rem;
  }

  .uui-padding-vertical-xhuge-25 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-xlarge-4 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .image-desktop {
    display: block;
  }

  .image-desktop.ordersco, .image-28 {
    display: none;
  }

  .f-sub-heading-large {
    text-align: center;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .f-heading-detail-small-2 {
    color: #93db16;
    text-align: center;
  }

  .f-container-regular-2 {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 60px;
    display: flex;
  }

  .f-paragraph-large-3.denim, .f-h1-heading-2.white {
    text-align: center;
  }

  .image-29 {
    padding-left: 20px;
    display: none;
  }

  .image-30 {
    display: block;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: relative;
  }

  .uui-layout85_component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-26 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pippin-section2 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-12 {
    display: none;
  }

  .vaya-exp-banner {
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .uui-layout36_number {
    font-size: 1.7rem;
  }

  .uui-layout36_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-27 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout42_number-copy {
    font-size: 3.25rem;
  }

  .cf-tabs-right-tab-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .div-block-16 {
    margin-right: 60px;
  }

  .div-block-17 {
    margin-left: 0;
    padding-left: 0;
  }

  .pippin-header-grid-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .pippin-header-grid-copy.pippin {
    justify-items: center;
  }

  .pippin-h1 {
    font-size: 38px;
  }

  .grid-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
  }

  .pippin--hero-image {
    align-self: auto;
    width: auto;
    height: 50vh;
    display: none;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .rpc-banner {
    opacity: 1;
    background-position: 0 0;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .rpc-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .rpc-exp {
    display: none;
  }

  .rpc--p1-copy, .rpc-h1-copy {
    max-width: 500px;
  }

  .f-content-image-tall-2 {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small-2 {
    flex-direction: row;
    max-width: 100%;
    display: block;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section-2, .spark-section-2-copy {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .uui-padding-vertical-xhuge-28 {
    padding: 6rem 40px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh-walsh-dark-green-2);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .f-navigation-menu-button-3 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-3.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-link-3 {
    width: 100%;
  }

  .f-navigation-menu-3 {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-3.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-content-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link-3 {
    margin-right: 0;
  }

  .f-navigation-3 {
    position: relative;
  }

  .uui-padding-vertical-xhuge-29 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-section-4, .ordersco-benefit {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ordersco-banner {
    opacity: 1;
    background-position: 0 0;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .pipppin-benefits {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bold-text-22 {
    font-size: 38px;
  }

  .uui-layout38_logo-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-padding-vertical-xhuge-30 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .spark-flex-row-pricing {
    flex-flow: row;
    justify-content: center;
  }

  .spark-container-7.spark-primary-background {
    padding: 32px;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 400px;
  }

  .benefits {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .benefits h2 {
    width: auto;
    margin-top: 0;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row-3.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph-2.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-9.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-3 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-3.w--open {
    background-color: #0000;
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu-2 {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner-3 {
    padding: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-flat-tabs {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-simple-flat-tab-parent {
    display: flex;
  }

  .spark-section-6 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-10.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-11.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-section-8 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-31 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout17_image-2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout17_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-32 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta04_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-33 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout32_timeline-step-2 {
    grid-column-gap: 24px;
  }

  .uui-layout32_component-2 {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-34 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge-4 {
    min-height: 4.5rem;
  }

  .uui-logos03_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-logos03_content-left {
    max-width: 16rem;
  }

  .uui-logos03_component {
    grid-column-gap: 3rem;
    align-items: start;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-space-large-3 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-5 {
    font-size: 3.25rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-35 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_pattern-image {
    left: 350.299px;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
    width: auto;
    left: -6%;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-xxlarge-5 {
    min-height: 4.5rem;
  }

  .uui-layout72_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-36 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader01_fileupload-image-wrapper-2 {
    left: -2.5%;
  }

  .uui-space-large-4 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-6 {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper-3 {
    left: -2.5%;
  }

  .uui-space-large-5 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-7 {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-37 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout66_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout66_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section-9 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

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

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

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

  .uui-footer04_top-wrapper-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge-5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .description-text {
    max-width: 50vw;
  }

  .container-22 {
    display: none;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-38 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .maroo-benefit {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blanka-text {
    font-size: 14px;
  }

  .text-block-73 {
    font-size: 24px;
  }

  .quick-stack-4 {
    width: auto;
  }

  .image-51 {
    height: auto;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-line-12.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-13.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-14.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-4 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-4.w--open {
    background-color: #0000;
  }

  .spark-nav-link-3 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-3.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu-3 {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner-4 {
    padding: 0;
  }

  .spark-square-menu-with-links-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-10 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .blanka-flow {
    display: none;
  }

  .quick-stack-5 {
    width: auto;
  }

  .uui-layout20_component-copy-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-39 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .outpave-hero-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
    display: flex;
  }

  .blanka-image-hero {
    align-self: auto;
    width: auto;
    height: 50vh;
    display: none;
  }

  .blanka-image-hero.blanka {
    display: block;
    overflow: visible;
  }

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

  .blanka-hero-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .outpave-h1 {
    font-size: 38px;
  }

  .quick-stack-9 {
    width: auto;
  }

  .button-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .uui-heroheader20_background-grid-section {
    height: 7.5vw;
  }

  .uui-heroheader20_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .uui-heroheader20_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-heroheader20_lightbox {
    max-width: none;
    height: 30rem;
  }

  .uui-heroheader20_lightbox-wrapper {
    height: auto;
  }

  .uui-space-large-6 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-8 {
    font-size: 3.25rem;
  }

  .uui-padding-vertical-xhuge-40 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-features-included-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .spark-flex-row-pricing-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-absolute-dark-background-2.spark-top-aligned {
    height: 230px;
  }

  .explainer-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .saltbox-section2-image {
    flex-wrap: wrap;
    justify-content: center;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: auto;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .image-53 {
    width: 600px;
    min-width: auto;
  }

  .saltbox-eligibility {
    width: auto;
  }

  .scanpay-image {
    flex-wrap: wrap;
    justify-content: center;
  }

  .packsmith-eligibility {
    width: auto;
  }

  .text-block-82 {
    width: 650px;
  }

  .text-block-83 {
    width: 600px;
  }

  .eligibility {
    width: auto;
  }

  .explainer-template {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
    display: flex;
  }

  .new-explainer {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .q-a-layout {
    width: auto;
  }

  .div-block-35 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-28-copy {
    display: none;
  }

  .flychain-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    height: auto;
    padding-top: 6%;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 24%, #ffffffbf), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .section.collections {
    background-size: auto;
  }

  .section.footer-section {
    border: 1px solid var(--white);
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, #fff0), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.how-vaya-works {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section.collection {
    background-color: var(--white);
    background-image: none;
    background-size: auto;
  }

  .section.built-for-developers {
    background-position: 50% 0;
    border-bottom-width: 0;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .vertical-category {
    display: none;
  }

  .container {
    height: auto;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .button.dark {
    margin-left: 0;
    margin-right: 0;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph {
    padding-left: 0;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .section-tittle {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .sub-footer {
    margin-top: 120px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    margin-top: 0;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 150px;
    margin-left: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    text-align: center;
    background-color: #0000;
    height: auto;
    margin-top: -25px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-2.contact {
    background-color: var(--vaya-new-logo-blue);
  }

  .center-button-block {
    clear: both;
    text-align: center;
  }

  .image-div {
    margin-top: -130px;
    margin-bottom: -90px;
  }

  .column {
    margin-top: 0;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .hero-image {
    background-size: 500px;
    height: 400px;
    margin-left: 30px;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    text-align: center;
    margin-top: -20px;
  }

  .heading-4 {
    text-align: center;
  }

  .image-7 {
    max-width: 15%;
  }

  .image-8 {
    max-width: 15%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .image-9 {
    max-width: 15%;
  }

  .paragraph-2, .paragraph-3 {
    text-align: center;
    margin-top: 0;
  }

  .heading-9, .heading-10, .heading-11 {
    text-align: center;
  }

  .image-10 {
    margin-bottom: -15px;
    padding-bottom: 0;
  }

  .image-11 {
    margin-top: 20px;
  }

  .image-12 {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .section-tittle-white {
    text-align: center;
    margin-top: 60px;
  }

  .columns-6 {
    margin-top: -34px;
  }

  .landing-container {
    height: auto;
    margin-top: 0;
  }

  .container-copy-copy {
    height: auto;
  }

  .section-copy {
    background-position: 30% 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
  }

  .section-copy.collections {
    background-size: auto;
  }

  .section-copy.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, #fff0), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-copy.how-vaya-works, .section-copy.built-for-developers {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .column-7 {
    margin-top: 0;
  }

  .section-tittle-white-copy {
    text-align: center;
  }

  .row-padding-copy {
    margin-bottom: 90px;
  }

  .image-14 {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-5 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .container-copy {
    height: auto;
  }

  .column-10 {
    margin-top: 0;
  }

  .heading-3-lenders {
    text-align: center;
    margin-top: 20px;
  }

  .image-15, .image-16, .image-17 {
    max-width: 15%;
    margin-right: 0;
  }

  .column-12 {
    padding-right: 20px;
  }

  .column-14 {
    padding-left: 0;
  }

  .column-15 {
    margin-top: -15px;
  }

  .div-block-6 {
    text-align: center;
    display: inline-block;
  }

  .div-block-7 {
    text-align: center;
    margin-left: 100px;
  }

  .uui-layout62_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout62_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout62_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout62_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout62_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout62_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout62_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-container {
    width: 100%;
  }

  .spark-large-card-link {
    background-position: 50%;
    width: 100%;
    height: 340px;
  }

  .spark-hold-card-links {
    width: 100%;
  }

  .spark-mega-nav-link {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }

  .spark-mega-menu-take-over {
    min-height: auto;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-take-over-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .main-section {
    padding-top: 0;
    padding-bottom: 88px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-flat-square-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-left: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    grid-column-gap: 16px;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 90px;
    overflow: scroll;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-blog07_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog07_image-link:hover {
    box-shadow: none;
  }

  .uui-blog07_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-blog07_featured-list {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .uui-blog07_menu-link:hover {
    color: #667085;
    background-color: #0000;
  }

  .uui-blog07_category-menu {
    overflow: scroll;
  }

  .uui-blog07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

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

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost05_content {
    margin-bottom: 0;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-blogpost05_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-blogpost05_form-wrapper {
    flex-direction: column;
  }

  .uui-blogpost05_date-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-blogpost05_header {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 4rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text-2 figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text-2 figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-blogpost04_category-link-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper-2 {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .footer-home {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .uui-footer08_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer08_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer08_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-footer08_link:hover {
    color: #667085;
  }

  .uui-footer08_link-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    color: #475467;
    background-color: #0000;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-navbar05_link, .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: #6941c6;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection07_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-heading-xsmall-4 {
    font-size: 1.25rem;
  }

  .uui-blogsection07_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection07_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection07_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection07_list-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection07_heading {
    margin-right: 0;
  }

  .uui-blogsection07_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-blogsection05_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection05_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection05_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection05_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout01_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout01_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-lightbox {
    margin-top: 64px;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

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

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

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

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-testimonial-bottom-text {
    margin-top: 0;
  }

  .cf-testimonial-bottom-text.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 80px;
  }

  .cf-62px-heading---white {
    font-size: 54px;
  }

  .cf-heading-part-3 {
    justify-content: center;
  }

  .cf-call-arrow-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-1.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-body---18px-2 {
    font-size: 16px;
  }

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

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-button-gradient, .cf-cta-button {
    font-size: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .uui-career07_detail-wrapper {
    margin-right: 1.25rem;
  }

  .uui-career09_job-details-wrapper {
    margin-top: 1.25rem;
  }

  .uui-button-link-4 {
    font-size: 1rem;
  }

  .uui-button-link-4:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-career09_item {
    padding: 1.35rem;
  }

  .uui-career09_component {
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fn-button {
    width: 100%;
  }

  .fn-hero-box {
    margin-top: 12px;
    font-size: 24px;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-get-a-demo-shape-second, .fn-get-a-demo-shape {
    display: none;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-heading-jambo-2 {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-label-jambo {
    margin-bottom: 0;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-hero-box-2 {
    margin-top: 12px;
    font-size: 24px;
  }

  .fn-heading-jambo-3 {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black-3-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .fn-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

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

  .cf-testimonial-bottom-text-2 {
    margin-top: 0;
  }

  .cf-testimonial-bottom-text-2.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 80px;
  }

  ._62px-heading-1--black {
    font-size: 54px;
  }

  .cf-heading-part-4 {
    justify-content: center;
  }

  .cf-call-arrow-button-2 {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-6.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper-2 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient-2, .cf-cta-button-2, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading-2 {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-body---18px-3 {
    font-size: 16px;
  }

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

  .cf-different-tab-link-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu-2 {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px-2 {
    font-size: 28px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-4 {
    font-size: 34px;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .cf-absolute-tab-image {
    width: 60%;
    right: -3%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .fn-heading-5 {
    font-size: 34px;
  }

  .fn-label-small-2 {
    margin-bottom: 12px;
  }

  .fn-container-grid-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .cf-mission-special-image-2 {
    width: 30%;
  }

  .cf-body---18px-4 {
    font-size: 16px;
  }

  .cf-h3-heading-40px-4 {
    font-size: 22px;
  }

  .cf-mission-image-wrapper-2.small {
    margin-right: 0;
  }

  .cf-wrapper-11613.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-parallax-scribble-3 {
    bottom: 3%;
  }

  .cf-parallax-scribble-4 {
    bottom: 53%;
  }

  .cf-parallax-image-6 {
    bottom: 19%;
  }

  .cf-parallax-image-8 {
    bottom: 5%;
  }

  .cf-parallax-image-contain-2 {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading-3 {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper-2 {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .fn-button-3 {
    width: 100%;
  }

  .fh-features-image-wrapper {
    height: 350px;
  }

  .fn-featured-tabs-content {
    width: 100%;
    margin-top: 12px;
    position: static;
  }

  .subheading-2--grey {
    margin-bottom: 24px;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-container-grid-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-layout20_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout20_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .subheading-v2 {
    font-size: 1.125rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-large-3 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-header03_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.7)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper {
    height: 17rem;
    margin-left: -1rem;
  }

  .uui-heroheader23_form {
    margin-top: 2rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-layout13_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout13_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout13_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout13_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout13_lightbox {
    height: 24rem;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heading-xsmall-5 {
    font-size: 1.25rem;
  }

  .uui-layout13_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout13_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout21_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cf-parallax-scribble-5 {
    bottom: 3%;
  }

  .cf-parallax-scribble-6 {
    bottom: 53%;
  }

  .cf-parallax-image-10 {
    bottom: 19%;
  }

  .cf-parallax-image-12 {
    bottom: 5%;
  }

  .cf-parallax-image-contain-3 {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading-4 {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper-3 {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .uui-banner03_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner03_close-button:hover {
    color: var(--untitled-ui-primary500);
    background-color: #0000;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-banner03_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }

  .uui-banner03_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .uui-page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos02_wrapper {
    padding: .5rem 1rem;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-logos02_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-layout83_item {
    padding: 1.5rem;
  }

  .uui-layout83_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-button-row-6.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout83_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  ._62 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-button-8 {
    font-size: 1rem;
  }

  .uui-button-8:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-5 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-7 {
    align-self: stretch;
  }

  .uui-button-row-7.button-row-center.is-reverse-mobile-landscape, .uui-button-row-7.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-5 {
    min-height: 1.5rem;
  }

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-large-4 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-9 {
    font-size: 1rem;
  }

  .uui-button-9:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-header03_form-2 {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-5 {
    font-size: 1.125rem;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-heading-large-5 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    border-radius: .75rem;
    width: 24rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 22rem;
  }

  .uui-button-10 {
    font-size: 1rem;
  }

  .uui-button-10:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-10.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-6.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-6 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-4.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-8.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-button-row-8.button-row-center.is-reverse-mobile-landscape {
    text-align: left;
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 20px;
  }

  .uui-button-row-8.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-6 {
    font-size: 1.125rem;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-page-padding-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-11 {
    font-size: 1rem;
  }

  .uui-button-11:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-7.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-7 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-9 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-9:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-9 {
    align-self: stretch;
  }

  .uui-button-row-9.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-layout20_item-list-2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout20_component-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-15 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr;
  }

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

  .f-margin-bottom-08 {
    margin-bottom: 40px;
  }

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

  .uui-button-12 {
    font-size: 1rem;
  }

  .uui-button-12:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-12.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-8.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-8 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-5.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-10 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-10:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-10.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-10 {
    align-self: stretch;
  }

  .uui-button-row-10.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-7 {
    font-size: 1.125rem;
  }

  .uui-space-small-7 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .blanka-hero-banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-20 {
    text-align: left;
  }

  .uui-heading-xsmall-6 {
    font-size: 1.25rem;
  }

  .uui-layout17_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-22 {
    display: none;
  }

  .uui-layout13_image-01-2 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout13_image-02-2 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout13_image-wrapper-2 {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout13_lightbox-image-2 {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-lightbox_play-icon-3 {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout13_lightbox-2 {
    height: 24rem;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heading-xsmall-7 {
    font-size: 1.25rem;
  }

  .uui-layout13_tabs-link-2 {
    padding-left: 1.5rem;
  }

  .uui-layout13_component-2 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-13 {
    font-size: 1rem;
  }

  .uui-button-13:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-9.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-9 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-11 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-11:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-11 {
    align-self: stretch;
  }

  .uui-button-row-11.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-7 {
    min-height: .75rem;
  }

  .uui-layout20_item-list-3 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-8 {
    font-size: 1rem;
  }

  .uui-heading-medium-7 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout20_component-3 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-layout05_image-02 {
    width: 35%;
    max-width: none;
    bottom: -15%;
    left: 1rem;
  }

  .uui-layout05_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -30%;
    position: static;
  }

  .uui-layout05_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout05_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout04_image-02 {
    width: 35%;
    max-width: none;
    bottom: -15%;
    left: 1rem;
  }

  .uui-layout04_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -30%;
    position: static;
  }

  .uui-layout04_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout04_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

  .subheading---dark {
    font-size: 1.125rem;
  }

  .uui-space-small-8 {
    min-height: 1.25rem;
  }

  .uui-heading-large-6 {
    font-size: 2.25rem;
  }

  .uui-button-link-5 {
    font-size: 1rem;
  }

  .uui-button-link-5:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-career02_title-wrapper {
    margin-bottom: 1.25rem;
  }

  .uui-career02_item {
    padding: 1.5rem 1.25rem;
  }

  .uui-career02_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-career02_accordion {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-career02_component {
    margin-top: 3rem;
  }

  .subheading-left-aligned {
    font-size: 1rem;
  }

  .left-aligned-heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout13_image-01-3 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout13_image-02-3 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout13_image-wrapper-3 {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout13_lightbox-image-3 {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-lightbox_play-icon-4 {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout13_lightbox-3 {
    height: 24rem;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heading-xsmall-8 {
    font-size: 1.25rem;
  }

  .uui-layout13_tabs-link-3 {
    padding-left: 1.5rem;
  }

  .uui-layout13_component-3 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-heading-large-white {
    font-size: 2.25rem;
  }

  .subheading---liight {
    font-size: 1.125rem;
  }

  .uui-button-link-6 {
    font-size: 1rem;
  }

  .uui-button-link-6:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-space-small-9 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-9 {
    font-size: 1.25rem;
  }

  .uui-blog02_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog02_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blog02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog02_image-link:hover {
    box-shadow: none;
  }

  .uui-blog02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog02_menu-link:hover {
    color: var(--untitled-ui-gray500);
    border-bottom-style: none;
  }

  .uui-blog02_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog02_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog02_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog02_component {
    margin-top: 4rem;
  }

  .uui-text-size-large-10 {
    font-size: 1rem;
  }

  .uui-heading-large-7 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-19 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-row-12 {
    align-self: stretch;
  }

  .uui-button-row-12.is-reverse-mobile-landscape, .uui-button-row-12.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout27_lightbox-image-01 {
    width: 60%;
    min-width: auto;
    margin-left: 0;
    top: 2%;
    right: 0%;
  }

  .uui-layout27_lightbox-image-02 {
    width: 50%;
    min-width: auto;
    margin-right: 0;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-lightbox_play-icon-5 {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout27_lightbox {
    height: 24rem;
    margin-top: 3rem;
  }

  .uui-button-14 {
    font-size: 1rem;
  }

  .uui-button-14:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-10.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-10 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-12 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-12:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-layout27_item-list {
    margin-bottom: 2rem;
  }

  .uui-layout27_content-right {
    padding-top: 0;
  }

  .uui-space-xsmall-8 {
    min-height: .75rem;
  }

  .uui-heading-medium-9 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .learn-more---blog {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-space-medium-7 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-11 {
    font-size: 1rem;
  }

  .uui-heading-medium-10 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-layout02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout40_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout04_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader23_image-grid-2 {
    transform: scale(.7)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper-2 {
    height: 17rem;
    margin-left: -1rem;
  }

  .uui-text-size-large-12, .uui-button-15 {
    font-size: 1rem;
  }

  .uui-button-15:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-heroheader23_form-2 {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-8 {
    font-size: 1.125rem;
  }

  .uui-space-small-10 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-4 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-21 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-3-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-16 {
    font-size: 1rem;
  }

  .uui-button-16:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-header06_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-9 {
    font-size: 1.125rem;
  }

  .uui-heading-large-8 {
    font-size: 2.25rem;
  }

  .uui-header06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-22 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout26_image-01 {
    width: 60%;
    min-width: auto;
    margin-left: 0;
    top: 2%;
    right: 0%;
  }

  .uui-layout26_image-02 {
    width: 50%;
    min-width: auto;
    margin-right: 0;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout26_image-wrapper {
    height: 24rem;
    margin-top: 3rem;
  }

  .uui-button-17 {
    font-size: 1rem;
  }

  .uui-button-17:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-11.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-11 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-13 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-13:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-13 {
    align-self: stretch;
  }

  .uui-button-row-13.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large-13 {
    font-size: 1rem;
  }

  .uui-layout26_item-list {
    margin-bottom: 2rem;
  }

  .uui-layout26_content-right {
    padding-top: 0;
  }

  .uui-space-xsmall-9 {
    min-height: .75rem;
  }

  .uui-heading-medium-11 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout26_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-22 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-23 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheading---center-align {
    font-size: 1.125rem;
  }

  ._82px-heading-1-hero {
    font-size: 50px;
  }

  .uui-button-link-7 {
    font-size: 1rem;
  }

  .uui-button-link-7:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-14 {
    align-self: stretch;
  }

  .uui-space-small-11 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-10 {
    font-size: 1.25rem;
  }

  .uui-layout47_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-23 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-24 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheading-center-aligned-copy {
    font-size: 1rem;
  }

  .center-aligned-heading-copy {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-cta13_logo-row {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-button-18 {
    font-size: 1rem;
  }

  .uui-button-18:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-cta13_form {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-14 {
    font-size: 1rem;
  }

  .uui-space-xsmall-10 {
    min-height: .75rem;
  }

  .uui-heading-medium-12 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-page-padding-25 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .center-aligned-heading---black {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .subheading-center-aligned--black {
    font-size: 1rem;
  }

  .uui-footer04_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-26 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-19 {
    font-size: 1rem;
  }

  .uui-button-19:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-contact01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large-15 {
    font-size: 1rem;
  }

  .uui-space-xsmall-11 {
    min-height: .75rem;
  }

  .uui-heading-medium-13 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-24 {
    min-width: 80%;
    padding: 0 10px 4rem;
    top: -25px;
  }

  .uui-page-padding-27 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-small-12 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 3rem;
  }

  .uui-contact09_item {
    padding: 1.5rem;
  }

  .uui-contact09_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-16 {
    font-size: 1rem;
  }

  .uui-heading-medium-14 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-25 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-28 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer07_legal-list-2 {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link-2:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer07_link-list-2 {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-4 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-4 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-29 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-desktop {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-28 {
    display: none;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-center {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner-container-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

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

  .denim-banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

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

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

  .denim-section2 {
    padding-top: 72px;
    padding-bottom: 72px;
    display: block;
  }

  .uui-page-padding-29-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-link-8 {
    font-size: 1rem;
  }

  .uui-button-link-8:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-15 {
    align-self: stretch;
  }

  .uui-space-small-13 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-7 {
    font-size: 1.125rem;
  }

  .uui-layout85_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: grid;
  }

  .uui-page-padding-30 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pippin-section2 {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .vaya-exp-banner {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .uui-button-20 {
    font-size: 1rem;
  }

  .uui-button-20:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-12.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-12 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-14 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-14:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-16 {
    align-self: stretch;
  }

  .uui-button-row-16.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout36_number {
    font-size: 1.5rem;
  }

  .uui-layout36_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-17 {
    font-size: 1rem;
  }

  .uui-heading-medium-15 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout36_component {
    grid-row-gap: 1rem;
  }

  .uui-padding-vertical-xhuge-27 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .uui-page-padding-31 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vaya-exp-section3 {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .vaya-exp-section3.responsive {
    display: none;
  }

  .uui-layout42_number-copy {
    font-size: 2.25rem;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 22px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link-2 {
    padding: 15px 10px;
  }

  .cf-home-tab-link-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-tabs-menu-3 {
    width: 100%;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 35px;
  }

  .choose-product--vaya {
    padding-bottom: 40px;
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .container-13 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rpc-banner, .rpc-section2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .rpc-exp {
    display: none;
  }

  .image-20-copy {
    text-align: left;
  }

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

  .f-grid-two-column-2 {
    display: block;
  }

  .f-section-large-5, .rpc-explainer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .about-term-loan {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .vaya-about-product {
    padding-top: 72px;
    padding-bottom: 72px;
    display: none;
  }

  .spark-section-2-copy {
    padding: 88px 60px;
  }

  .rpc-about-product-copy {
    padding-top: 72px;
    padding-bottom: 72px;
    display: none;
  }

  .image-32 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-secondary-paragraph-7 {
    margin-bottom: 32px;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .uui-button-21 {
    font-size: 1rem;
  }

  .uui-button-21:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-row-17 {
    align-self: stretch;
  }

  .uui-button-row-17.button-row-center.is-reverse-mobile-landscape, .uui-button-row-17.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-14 {
    min-height: 1.25rem;
  }

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

  .uui-heading-xxsmall-8 {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-8 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-12 {
    min-height: .75rem;
  }

  .uui-heading-medium-16 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-28 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-32 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .uui-button-22 {
    font-size: 1rem;
  }

  .uui-button-22:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-row-18 {
    align-self: stretch;
  }

  .uui-button-row-18.button-row-center.is-reverse-mobile-landscape, .uui-button-row-18.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-15 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-19 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-9 {
    font-size: 1.125rem;
  }

  .avatar-stack_component-2 {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta-2 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-9 {
    min-height: 1.5rem;
  }

  .uui-faq01_component-2 {
    margin-top: 3rem;
  }

  .uui-space-xsmall-13 {
    min-height: .75rem;
  }

  .uui-heading-medium-17 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-29 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-33 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-dropdown-text-2 {
    padding: 24px;
  }

  .spark-faq-button-2 {
    padding-left: 24px;
  }

  .spark-secondary-paragraph-9 {
    margin-bottom: 32px;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .spark-container-6 {
    width: 100%;
  }

  .ordersco-benefit {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .ordersco-banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pipppin-benefits {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .uui-button-23 {
    font-size: 1rem;
  }

  .uui-button-23:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-13.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-13 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-15 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-15:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-19 {
    align-self: stretch;
  }

  .uui-button-row-19.button-row-center.is-reverse-mobile-landscape, .uui-button-row-19.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout38_logo-row {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-medium-10 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-20 {
    font-size: 1rem;
  }

  .uui-space-xsmall-14 {
    min-height: .75rem;
  }

  .uui-heading-medium-18 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-30 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-34 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-flex-row-pricing {
    flex-direction: column;
  }

  .spark-container-7 {
    width: 100%;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 550px;
  }

  .benefits {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .benefits h2 {
    width: auto;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-3.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

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

  .spark-nav-menu-2 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 60px;
    display: grid;
  }

  .spark-section-5 h1 {
    margin-top: 10px;
  }

  .spark-side-tabs-content-2 {
    width: 100%;
  }

  .spark-small-sub-paragraph-3 {
    line-height: 1.3;
  }

  .spark-simple-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-flat-tabs {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0%;
  }

  .spark-simple-flat-tab-parent {
    flex-direction: column;
  }

  .spark-secondary-paragraph-11 {
    margin-bottom: 32px;
  }

  .spark-section-6 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-lightbox-2 {
    margin-top: 64px;
  }

  .spark-input-2.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-section-8 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .f-button-icon-r {
    padding: 10px 20px;
  }

  .text-block-49 {
    line-height: 17px;
  }

  .uui-banner22_close-button {
    background-color: #0000;
  }

  .uui-banner22_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .uui-banner22_content-wrapper {
    align-items: flex-start;
  }

  .uui-page-padding-35 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall-10 {
    font-size: 1.125rem;
  }

  .uui-button-24 {
    font-size: 1rem;
  }

  .uui-button-24:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-14.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-14 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-16 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-16:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-20 {
    align-self: stretch;
  }

  .uui-button-row-20.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-11 {
    min-height: 1.5rem;
  }

  .uui-heading-medium-19 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-31 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-36 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-25 {
    font-size: 1rem;
  }

  .uui-button-25:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-15.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-15 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-17 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-17:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-21 {
    align-self: stretch;
  }

  .uui-button-row-21.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xsmall-11 {
    font-size: 1.25rem;
  }

  .uui-layout17_item-list-2 {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout17_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-32 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-37 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-21 {
    font-size: 1rem;
  }

  .uui-space-xsmall-15 {
    min-height: .75rem;
  }

  .uui-heading-medium-20 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-cta04_content {
    margin-right: 0;
  }

  .uui-cta04_component {
    flex-direction: column;
  }

  .uui-padding-vertical-xhuge-33 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xxsmall-11 {
    font-size: 1.125rem;
  }

  .uui-button-26 {
    font-size: 1rem;
  }

  .uui-button-26:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-16.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-16 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-18 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-18:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-22 {
    align-self: stretch;
  }

  .uui-button-row-22.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-12 {
    min-height: 1.5rem;
  }

  .uui-heading-medium-21 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-34 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-38 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xxlarge-4 {
    min-height: 3rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-logos03_logo {
    height: 2.5rem;
  }

  .uui-logos03_wrapper {
    width: auto;
  }

  .uui-logos03_logo-list {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .uui-logos03_content-left {
    max-width: none;
  }

  .uui-logos03_component {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-page-padding-39 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    min-width: auto;
    max-width: 15.25rem;
    position: static;
    inset: 0% 0% auto;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .uui-button-wrapper-17.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-row-23 {
    align-self: stretch;
  }

  .uui-button-row-23.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-23.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-space-large-3 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-10 {
    font-size: 1.125rem;
  }

  .uui-space-small-16 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-5 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-35 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-27 {
    font-size: 1rem;
  }

  .uui-button-27:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-27.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .max-width-full-mobile-landscape-17 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-10.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-19 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-19:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-19.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    inset: auto -10% -15% 271.299px;
  }

  .uui-heroheader01_image {
    object-fit: fill;
    border-top-left-radius: 6rem;
    width: 70%;
    height: auto;
  }

  .uui-heroheader01_image-wrapper {
    display: none;
    overflow: visible;
  }

  .uui-button-icon-11.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-link-9 {
    font-size: 1rem;
  }

  .uui-button-link-9:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-24 {
    align-self: stretch;
  }

  .uui-button-row-24.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-17 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-12 {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge-5 {
    min-height: 3rem;
  }

  .uui-layout72_item-2 {
    padding: 1.5rem;
  }

  .uui-layout72_component-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-36 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-40 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader01_pattern-image-2 {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape-3 {
    display: none;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button-28 {
    font-size: 1rem;
  }

  .uui-button-28:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-28.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-18.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-18 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-20 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-20:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-20.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-large-4 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-11 {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge-6 {
    font-size: 2.25rem;
  }

  .uui-heroheader01_pattern-image-3 {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape-4 {
    display: none;
  }

  .uui-heroheader01_image-3 {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button-29 {
    font-size: 1rem;
  }

  .uui-button-29:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-29.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-19.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-19 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-12.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-21 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-21:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-21.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-25 {
    align-self: stretch;
  }

  .uui-button-row-25.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-5 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-12 {
    font-size: 1.125rem;
  }

  .uui-space-small-18 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-7 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-37 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-41 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall-12 {
    font-size: 1.25rem;
  }

  .uui-layout66_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout66_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spark-small-sub-paragraph-4 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-secondary-paragraph-13 {
    margin-bottom: 32px;
  }

  .spark-container-8 {
    width: 100%;
  }

  .spark-section-9 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .uui-footer04_legal-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_legal-list-2 {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_link-2:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer04_link-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-5 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-42 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-45 {
    margin-top: 40px;
    display: inline-block;
  }

  .container-22 {
    display: none;
  }

  .uui-button-30 {
    font-size: 1rem;
  }

  .uui-button-30:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-text-size-large-22 {
    font-size: 1rem;
  }

  .uui-space-xsmall-16 {
    min-height: .75rem;
  }

  .uui-heading-medium-22 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-38 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-43 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .maroo-benefit {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .blanka-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

  .blanka-heading-1 {
    margin-top: 0;
    font-size: 48px;
  }

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

  .quick-stack-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-4 {
    flex-direction: column;
  }

  .spark-flex-row-4.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-2, .spark-container-9 {
    width: 100%;
  }

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

  .spark-nav-menu-3 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-10 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .blanka-flow {
    display: none;
  }

  .uui-button-31 {
    font-size: 1rem;
  }

  .uui-button-31:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-20.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-20 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-22 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-22:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-26 {
    align-self: stretch;
  }

  .uui-button-row-26.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large-23 {
    font-size: 1rem;
  }

  .uui-layout21_item-list-2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-heading-medium-23 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout20_component-copy-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-39 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-44 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .outpave-hero-banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blanka-hero-2 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .blanka-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .uui-heroheader20_background {
    background-image: url('../images/Background-Pattern-Small.svg');
    background-position: 50% -80px;
    top: 46%;
  }

  .uui-lightbox_play-icon-6 {
    width: 4rem;
    height: 4rem;
  }

  .uui-heroheader20_lightbox {
    height: 20rem;
  }

  .uui-button-32 {
    font-size: 1rem;
  }

  .uui-button-32:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-32.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-21.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-21 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-13.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-23 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-23:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-23.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-27 {
    align-self: stretch;
  }

  .uui-button-row-27.button-row-center.is-reverse-mobile-landscape, .uui-button-row-27.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-6 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-13 {
    font-size: 1.125rem;
  }

  .uui-space-small-19 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-8 {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group-2 {
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-45 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-flex-row-pricing-2 {
    flex-direction: column;
  }

  .spark-container-10 {
    width: 100%;
  }

  .spark-absolute-dark-background-2.spark-top-aligned {
    height: 270px;
  }

  .explainer-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .saltbox-section2-image {
    flex-direction: column;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .image-53 {
    width: 500px;
  }

  .scanpay-image {
    flex-direction: column;
  }

  .section-23 {
    justify-content: center;
    height: auto;
  }

  .text-block-82 {
    width: 500px;
    font-size: 22px;
  }

  .image-56 {
    width: 100%;
    margin-top: 60px;
  }

  .text-block-83 {
    width: 500px;
  }

  .explainer-template {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .new-explainer {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-23-copy {
    justify-content: center;
    height: auto;
  }

  .image-28-copy {
    display: none;
  }

  .flychain-banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 46%, #ffffffbf), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .left-block.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section {
    padding-top: 10%;
  }

  .section.collections {
    background-size: auto;
    background-attachment: scroll;
  }

  .section.footer-section {
    padding-top: 0%;
  }

  .section.how-vaya-works {
    margin-top: -40px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section.collection {
    margin-top: 0;
    padding-top: 25%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.built-for-developers {
    text-align: center;
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .nav-flex {
    height: 80px;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .icon-2 {
    color: var(--black);
  }

  .container {
    height: auto;
    margin-top: -65px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2 {
    float: none;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .top-padding {
    text-align: center;
    margin-top: 19px;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big {
    text-align: center;
    width: 100%;
    margin: -40px 17px auto -3px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }

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

  .paragraph.main {
    width: 100%;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    text-align: center;
    margin: 60px -5px -64px;
    padding-left: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 80px;
  }

  .row-padding {
    padding-top: 0;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

  .contact-div-wrapper {
    width: 100%;
  }

  .form-block-2 {
    color: var(--white);
    background-color: #0000;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .button-2.contact {
    text-align: center;
    margin-right: 0;
    display: inline-block;
  }

  .left-form {
    text-align: left;
  }

  .map-wrapper {
    padding: 29px;
  }

  .image-div {
    margin-top: -170px;
    margin-bottom: -159px;
  }

  .column {
    margin-top: 0;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

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

  .checkout-form-container {
    background-color: #0000;
    padding: 0;
  }

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .order-confirmation-container {
    color: #0000;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .text-block {
    color: var(--untitled-ui-gray700);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-div.small {
    margin-left: 0;
  }

  .hero-image {
    background-position: 10%;
    background-size: 300px;
    height: 200px;
    margin-top: 20px;
    margin-left: -3px;
    margin-right: -12px;
    padding-top: 0;
    padding-left: 0;
  }

  .column-3 {
    margin-top: 90px;
  }

  .text-field-2-copy {
    float: none;
    width: 100%;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: 18px;
  }

  .image-7, .image-8, .image-9 {
    max-width: 25%;
  }

  .heading-10, .heading-11 {
    font-size: 18px;
  }

  .image-10 {
    margin-top: 0;
  }

  .section-tittle-white {
    text-align: center;
    margin-top: 60px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .image-13 {
    margin-left: 0;
  }

  .container-copy, .landing-container, .container-copy-copy {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding-top: 10%;
  }

  .section-copy.collections {
    background-size: auto;
    background-attachment: scroll;
  }

  .section-copy.how-vaya-works {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .section-copy.collection {
    margin-top: 0;
    padding-top: 25%;
  }

  .section-copy.checkout, .section-copy.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-copy.built-for-developers {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .section-tittle-white-copy {
    text-align: center;
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .row-padding-copy {
    padding-top: 0;
  }

  .image-14 {
    max-width: 85%;
    margin-left: 0;
  }

  .container-copy {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    margin-top: 0;
  }

  .image-15 {
    max-width: 25%;
    margin-top: 20px;
    margin-right: 0;
  }

  .image-16, .image-17 {
    max-width: 25%;
    margin-right: 0;
  }

  .column-13 {
    text-align: left;
    padding-left: 10px;
  }

  .column-14 {
    padding-left: 0;
  }

  .heading-developers {
    text-align: center;
  }

  .column-16 {
    margin-top: 20px;
  }

  .heading-21 {
    text-align: center;
    margin-right: 9px;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-3 {
    text-align: center;
    font-size: 10px;
  }

  .uui-layout62_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout62_image-02 {
    top: 20%;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-container.spark-flexed {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-absolute-bottom-bar {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .spark-large-card-link {
    height: 260px;
  }

  .spark-hold-card-links {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .spark-mega-nav-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 64px;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-inner.spark-full-width-nav {
    z-index: 10;
    padding-left: 20px;
    position: relative;
  }

  .spark-take-over-menu {
    z-index: 2;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding: 16px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .main-section {
    padding: 0 20px 64px;
  }

  .main-section h2 {
    font-size: 2.5rem;
  }

  .main-section h3 {
    margin-top: 0;
  }

  .main-section h1 {
    font-size: 3rem;
  }

  .spark-simple-flat-square-tab {
    padding: 16px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 100vw;
    margin-bottom: 32px;
    margin-left: -20px;
    padding: 16px 20px;
    top: 60px;
  }

  .uui-blogpost05_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost05_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost05_header {
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-text-rich-text-2 p {
    font-size: 14px;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .columns-9 {
    flex-direction: row;
    display: block;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-home {
    padding: 64px 20px;
  }

  .footer-home h1 {
    font-size: 3rem;
  }

  .footer-home h2 {
    font-size: 2.5rem;
  }

  .footer-home p {
    padding-left: 25px;
  }

  .footer-home.spark-primary-bottom-border {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .column-19 {
    padding-bottom: 20px;
  }

  .uui-footer08_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 48px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .uui-text-size-medium-4 {
    font-size: 14px;
  }

  .uui-heading-xsmall-4 {
    font-size: 18px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .uui-page-padding-5 {
    padding-bottom: 1rem;
  }

  .uui-blogsection05_list {
    margin-top: 40px;
  }

  .image-18 {
    text-align: center;
    padding-left: 24px;
  }

  .spark-icon-2.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-bold-heading-3 {
    line-height: 1.3;
  }

  .spark-stacked-card, .spark-horizontal-team-member-image.spark-small {
    width: 100%;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-lightbox {
    margin-top: 32px;
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .walsh-inner-rounded-banner-image {
    height: 30em;
    min-height: auto;
  }

  .walsh-link-wrapper, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-18px-paragraph-1-2 {
    font-size: 16px;
  }

  .cf-round-testimonial-image {
    left: 20px;
  }

  .cf-testimonial-black-image {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 60px;
  }

  .cf-62px-heading---white {
    font-size: 40px;
  }

  .cf-call-arrow-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-heading-part-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

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

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-11611 {
    width: 90%;
  }

  .cf-wrapper-11611.different-flex {
    padding-top: 10px;
  }

  .p-b-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph--b {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .uui-text-size-medium-5 {
    font-family: Manrope, sans-serif;
    font-size: 14px;
  }

  .uui-career09_button-wrapper {
    display: none;
  }

  .uui-career09_title-wrapper {
    flex-flow: row;
    align-items: flex-start;
  }

  .uui-career09_top-wrapper {
    flex-flow: row;
    margin-bottom: 1rem;
    display: flex;
  }

  .uui-career09_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: flex;
  }

  .fn-button {
    width: 100%;
  }

  .fh-section-image-wrapper-first {
    height: 220px;
  }

  .fn-button-secondery, .fn-button-wrapper, .fn-button-2 {
    width: 100%;
  }

  .fn-container-grid-4 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fn-section-off-black-3-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-logo-images-2 {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

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

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

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-round-testimonial-image-2 {
    left: 20px;
  }

  .cf-testimonial-black-image-2 {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 60px;
  }

  ._62px-heading-1--black {
    font-size: 40px;
  }

  .cf-call-arrow-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-heading-part-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span-3 {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div-2 {
    flex: none;
  }

  .cf-button-text-2 {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-82px-heading-2 {
    text-align: center;
    font-size: 26px;
    line-height: 130%;
  }

  .cf-82px-heading-2.black {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .cf-pricing-plan-pointer-text-18px-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon-2 {
    margin-right: 8px;
  }

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

  .cf-different-tab-link-2.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu-2 {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px-2 {
    font-size: 24px;
  }

  .cf-wrapper-11612 {
    width: 90%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    grid-row-gap: 8px;
    padding-top: 16px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-mission-image-2 {
    border-radius: 4px;
  }

  .cf-mission-image-2._1 {
    border-radius: 4px;
    width: 100%;
  }

  .cf-mission-special-image-2 {
    border-radius: 4px;
  }

  .cf-mission-hero-image-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px-4 {
    font-size: 20px;
  }

  .cf-mission-image-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-11613 {
    width: 90%;
  }

  .cf-wrapper-11613.mission-flex {
    padding-bottom: 100px;
  }

  .cf-parallax-scribble-3 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-4 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-6 {
    bottom: 25%;
  }

  .cf-parallax-image-8 {
    bottom: 8%;
  }

  .cf-parallax-image-contain-2 {
    height: 350px;
  }

  .cf-82px-heading-3 {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper-2 {
    padding-bottom: 60px;
  }

  .fn-button-secondery-2, .fn-button-3, .fn-button-wrapper-2 {
    width: 100%;
  }

  .fn-cover-image-2 {
    margin-left: 0;
  }

  .fh-features-image-wrapper {
    height: 220px;
  }

  .fn-column-3.tabs-992 {
    flex-direction: column;
  }

  .fn-section-5 {
    padding-left: 10px;
  }

  .uui-layout20_item-list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader23_card-image {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader23_image-wrapper {
    width: 100vw;
  }

  .uui-heading-xlarge {
    display: flex;
  }

  .uui-heroheader23_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: block;
  }

  .uui-layout13_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout13_image-02 {
    top: 20%;
  }

  .cf-parallax-scribble-5 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-6 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-10 {
    bottom: 25%;
  }

  .cf-parallax-image-12 {
    bottom: 8%;
  }

  .cf-parallax-image-contain-3 {
    height: 350px;
  }

  .cf-82px-heading-4 {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper-3 {
    padding-bottom: 60px;
  }

  .uui-banner03_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-logos02_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .uui-logos02_logo-row {
    justify-content: center;
  }

  .uui-layout83_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

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

  .brix---instagram-image-full-width {
    border-radius: 16px;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

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

  ._62 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .uui-text-size-small-6.text-color-gray500 {
    text-align: center;
  }

  .uui-signup-form_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: flex;
    left: 0;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: row-reverse;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .vaya-subhead-black {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .vaya-subhead-black-left {
    flex-direction: row;
    padding-bottom: 20px;
    font-size: 16px;
    display: block;
  }

  .heading-22 {
    line-height: 130%;
  }

  .vaya-subhead-black-left--70 {
    flex-direction: row;
    padding-bottom: 20px;
    font-size: 16px;
    display: block;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    border-radius: .5rem;
    width: 14rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .uui-button-row-8.button-row-center.is-reverse-mobile-landscape {
    margin-top: 0;
    padding-top: 20px;
  }

  .uui-heroheader15_component {
    margin-top: 0;
    font-size: 12px;
  }

  .uui-section_heroheader15 {
    flex-direction: column;
    min-height: 0;
  }

  .uui-layout20_item-list-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-15 {
    padding-bottom: 40px;
  }

  .f-image-cover {
    object-fit: cover;
    max-width: none;
    height: 40vh;
  }

  .f-gallery-three-column {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .f-margin-bottom-08 {
    margin-bottom: 20px;
  }

  .f-container-regular {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-container-regular.pippin {
    padding-top: 100px;
  }

  .hide-mobile-portrait-2 {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .f-header-button-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .f-h1-heading {
    text-align: left;
    font-size: 38px;
  }

  .f-header-grid {
    background-color: #0000;
  }

  .blanka-hero-banner {
    flex-flow: column;
    width: auto;
    padding: 40px 0% 20px;
  }

  .image-20 {
    width: 100px;
  }

  .heading-23 {
    margin-top: 0;
    font-size: 38px;
  }

  .f-image-cover-2 {
    min-width: 50px;
    height: 50%;
  }

  .f-button-wrapper {
    justify-content: center;
  }

  .f-grid-two-column {
    flex-direction: column-reverse;
    display: flex;
  }

  .f-content-image-wrapper-large {
    height: auto;
    display: none;
  }

  .image-22 {
    display: none;
  }

  .bold-text-11 {
    font-size: 22px;
    font-weight: 500;
  }

  .uui-layout13_image-01-2 {
    width: 80%;
    right: -7%;
  }

  .uui-layout13_image-02-2 {
    top: 20%;
  }

  .uui-text-size-medium-10 {
    color: var(--dim-grey);
    font-size: 14px;
  }

  .uui-padding-vertical-xhuge-15 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .uui-page-padding-17 {
    padding-bottom: 10px;
  }

  .uui-layout20_item-list-3 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-text-size-large-8 {
    color: var(--dim-grey);
    padding-top: 20px;
    font-size: 14px;
  }

  .uui-heading-medium-7 {
    font-size: 22px;
    font-weight: 500;
  }

  .uui-layout05_image-02 {
    width: 50%;
    bottom: -12%;
  }

  .uui-layout05_image-01 {
    width: 150%;
    min-width: 150%;
    margin-right: -100%;
  }

  .uui-layout05_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout04_image-02 {
    width: 50%;
    bottom: -12%;
  }

  .uui-layout04_image-01 {
    width: 150%;
    min-width: 150%;
    margin-right: -100%;
  }

  .uui-layout04_item-list {
    grid-template-columns: 1fr;
  }

  .subheading---dark {
    max-width: none;
  }

  .uui-heading-large-6 {
    font-size: 22px;
  }

  .left-small-heading-aligned {
    font-size: 12px;
  }

  .uui-career02_title-heading {
    margin-bottom: 1.25rem;
  }

  .uui-career02_title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .left-aligned-heading {
    font-size: 22px;
    font-weight: 600;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout13_image-01-3 {
    width: 80%;
    right: -7%;
  }

  .uui-layout13_image-02-3 {
    top: 20%;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding: 20px 65px 20px 30px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-arrow-button--dark {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .uui-heading-large-white {
    font-size: 22px;
  }

  .subheading---liight {
    padding-top: 20px;
    font-size: 14px;
  }

  .f-navigation-button {
    display: none;
  }

  .icon-3 {
    color: var(--dark-grey);
  }

  .uui-text-size-medium-13 {
    font-size: 14px;
  }

  .uui-padding-vertical-xhuge-19 {
    padding-top: 2rem;
  }

  .uui-layout27_lightbox-image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout27_lightbox-image-02 {
    top: 20%;
  }

  .uui-layout27_item {
    margin-top: 20px;
  }

  .uui-layout27_item-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .uui-layout02_component {
    padding-top: 40px;
  }

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

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .section-1 {
    padding-bottom: 0;
  }

  .uui-heroheader23_card-image-2 {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader23_image-wrapper-2 {
    width: 100vw;
  }

  .uui-signup-form_wrapper-3, .uui-signup-form_wrapper-4 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-header06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .uui-page-padding-22 {
    padding-left: 0;
  }

  .uui-layout26_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout26_image-02 {
    top: 20%;
  }

  .uui-layout26_component {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._82px-heading-1-hero {
    text-align: center;
    font-size: 32px;
    line-height: 130%;
  }

  .uui-heading-xsmall-10 {
    font-family: Montserrat, sans-serif;
    font-size: 1.15rem;
  }

  .uui-layout47_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-padding-vertical-xhuge-23 {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .uui-cta13_logo-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .uui-signup-form_wrapper-5 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-text-size-small-10.text-color-gray500 {
    text-align: center;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: auto;
    place-items: flex-start start;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    display: grid;
  }

  .uui-footer04_top-wrapper {
    justify-items: center;
  }

  .text-block-26, .text-block-27 {
    font-size: 12px;
  }

  .text-block-28, .text-block-29 {
    font-size: 12px;
    font-weight: 600;
  }

  .uui-button-19:hover {
    background-color: var(--vaya-dark-green);
  }

  .uui-text-size-large-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-heading-medium-13 {
    padding-top: 20px;
  }

  .uui-padding-vertical-xhuge-24 {
    align-self: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 10px;
  }

  .subhead--list {
    margin-top: 20px;
    line-height: 2;
    display: block;
  }

  .text-block-35 {
    text-align: left;
  }

  .text-block-36 {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
  }

  .uui-text-size-small-11.text-color-gray500 {
    font-size: .7rem;
    display: block;
    overflow: visible;
  }

  .uui-footer07_bottom-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .uui-footer07_link-list-2 {
    grid-template-rows: auto auto auto;
  }

  .uui-padding-vertical-xlarge-4 {
    padding: .125rem 0;
  }

  .uui-container-large-22, .uui-page-padding-29 {
    width: auto;
  }

  .image-desktop {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-desktop.denim {
    padding-top: 0;
  }

  .image-desktop.ordersco {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-28 {
    display: none;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .f-banner-close {
    display: none;
  }

  .f-banner-center {
    text-align: left;
  }

  .f-sub-heading-large {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .f-grid-three-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .f-container-regular-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .denim-banner {
    padding-top: 20px;
  }

  .f-paragraph-large-3.denim {
    text-align: center;
    font-size: 16px;
  }

  .f-paragraph-large-3.vaya-exp {
    font-size: 16px;
    line-height: 26px;
  }

  .f-h1-heading-2.white {
    text-align: center;
    font-size: 36px;
  }

  .f-header-wrapper-left {
    padding-top: 20px;
  }

  .pippin-button {
    padding: 10px 33px 10px 32px;
  }

  .f-h3-heading-3 {
    text-align: center;
    font-size: 32px;
  }

  .denim-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-14 {
    text-align: center;
    align-items: center;
  }

  .f-navigation-button-2 {
    display: none;
  }

  .uui-heading-xxsmall-7 {
    font-size: 14px;
    font-weight: 500;
  }

  .uui-icon-1x1-xsmall-12 {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 17px;
  }

  .uui-icon-featured-outline-large-6 {
    border-width: .25rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .uui-layout85_component {
    display: flex;
  }

  .uui-padding-vertical-xhuge-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 2rem;
    display: grid;
  }

  .heading-24 {
    font-size: 32px;
    font-weight: 400;
  }

  .pippin-section2 {
    padding: 0 0%;
  }

  .pippin-h2 {
    margin-top: 0;
    font-size: 38px;
  }

  .container-12 {
    display: none;
  }

  .vaya-exp-banner {
    padding: 0 0%;
  }

  .uui-layout36_number-text {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .uui-layout36_number {
    font-size: 1rem;
  }

  .uui-layout36_item-list {
    grid-template-columns: 1fr;
  }

  .uui-heading-medium-15 {
    max-width: 700px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block;
  }

  .uui-padding-vertical-xhuge-27 {
    padding-top: 4rem;
  }

  .vaya-exp-section3 {
    display: none;
  }

  .vaya-exp-section3.responsive {
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element-2._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text-2 {
    font-size: 16px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 20px;
  }

  .cf-tabs-left-wrap-2 {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain-2 {
    min-height: auto;
  }

  .cf-home-tab-link-2 {
    flex-direction: row;
    max-width: 100%;
    height: 24vh;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .cf-home-tab-link-2.w--current {
    height: 24vh;
  }

  .cf-tabs-menu-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    display: grid;
  }

  .cf-home-tabs-2 {
    flex-direction: column;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 30px;
  }

  .choose-product--vaya {
    padding-bottom: 0;
  }

  .div-block-16 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-37 {
    font-size: 24px;
  }

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

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vaya-p2 {
    font-size: 14px;
    line-height: 130%;
  }

  .pippin-header-grid-copy {
    background-color: var(--white);
  }

  .pippin-p1 {
    color: var(--dim-grey-2);
    font-size: 14px;
    font-weight: 400;
  }

  .pippin-h1 {
    margin-top: 0;
    font-size: 28px;
  }

  .grid-6 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .pippin--hero-image {
    object-fit: cover;
    max-width: none;
    height: 40vh;
    display: block;
  }

  .pippin--hero-image.outpave {
    width: 100%;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rpc-banner {
    object-fit: none;
    padding: 40px 0%;
  }

  .rpc-section2 {
    padding: 40px 0%;
  }

  .f-contact-divider-2 {
    display: none;
  }

  .f-contact-submit-wrapper-2 {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .rpc-exp {
    display: none;
  }

  .rpc--p1-copy {
    color: var(--dim-grey-2);
    font-size: 14px;
    font-weight: 400;
  }

  .rpc-h1-copy {
    margin-top: 40px;
    font-size: 28px;
  }

  .image-20-copy {
    width: 100px;
  }

  .f-image-cover-3, .f-content-image-tall-2 {
    height: auto;
  }

  .f-sub-heading-small-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }

  .f-content-icon-square-2 {
    width: 20px;
    height: 20px;
  }

  .f-content-list-wrapper-small-2 {
    display: block;
  }

  .f-paragraph-large-5.rpc--p1-copy {
    line-height: 140%;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    width: auto;
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .vaya-image-banner {
    object-fit: cover;
    max-width: none;
    height: 40vh;
  }

  .vaya-about-product, .image-31 {
    display: block;
  }

  .spark-section-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 64px 0;
    display: flex;
  }

  .spark-section-2-copy h5 {
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
  }

  .spark-section-2-copy h1 {
    font-size: 3rem;
  }

  .spark-section-2-copy h2 {
    font-size: 25px;
  }

  .spark-section-2-copy p {
    font-size: 14px;
  }

  .saltbox {
    font-family: Nunito Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
  }

  .rpc-about-product-copy {
    display: block;
  }

  .text-block-40 {
    text-align: left;
  }

  .spark-900-width-3.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .uui-faq01_heading {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-42 {
    background-color: #d8f1ff;
    margin-top: -29px;
    display: block;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .f-navigation-button-3 {
    display: none;
  }

  .uui-heading-medium-17 {
    text-align: left;
  }

  .spark-900-width-4.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .orderco-button {
    padding: 0 20px;
    overflow: visible;
  }

  .image-36 {
    max-width: 200%;
    overflow: scroll;
  }

  .image-37, .f-banner-block {
    display: none;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-3-column-flex-row {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .spark-900-width-5.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .ordersco-benefit {
    padding: 64px 20px;
  }

  .ordersco-benefit h5 {
    font-size: 14px;
  }

  .ordersco-benefit h1 {
    font-size: 28px;
  }

  .ordersco-benefit h2 {
    font-size: 2.5rem;
  }

  .ordersco-benefit p {
    font-family: PT Serif, serif;
    font-size: 14px;
  }

  .cell {
    display: none;
    overflow: visible;
  }

  .ordersco-banner {
    object-fit: none;
    padding: 40px 0%;
  }

  .image-40 {
    width: 150px;
  }

  .link-block-9 {
    display: none;
  }

  .link-block-9.w--current {
    display: block;
    overflow: visible;
  }

  .cell-4 {
    display: none;
    overflow: scroll;
  }

  .pipppin-benefits {
    padding: 64px 20px;
  }

  .pipppin-benefits h5 {
    font-size: 14px;
  }

  .pipppin-benefits h1 {
    font-size: 28px;
  }

  .pipppin-benefits h2 {
    font-size: 2.5rem;
  }

  .pipppin-benefits p {
    font-family: PT Serif, serif;
    font-size: 14px;
  }

  .pippin-vaya-partnership {
    flex-flow: column;
    padding-bottom: 40px;
    display: block;
  }

  .bold-text-22.saltbox {
    font-weight: 700;
  }

  .bold-text-22.scanpay {
    font-family: Inter, sans-serif;
    font-size: 32px;
  }

  .uui-layout38_logo {
    height: 1.2rem;
  }

  .uui-layout38_logo-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: start center;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .new-ds-h1 {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-features-included.spark-left-aligned {
    padding-bottom: 20px;
  }

  .spark-flex-row-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
  }

  .spark-container-7.spark-primary-background {
    padding: 20px;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 450px;
  }

  .benefits {
    padding: 64px 20px;
  }

  .benefits h1 {
    font-size: 3rem;
  }

  .benefits h2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .benefits h3 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .benefits p {
    font-size: 14px;
    font-weight: 300;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-left-aligned, .spark-flex-row-3.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-hero-sub-paragraph-2 {
    margin-top: 30px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
  }

  .spark-simple-menu-button-3 {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-menu-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner-3 {
    background-color: var(--spark-library-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-right: 0;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1, .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .spark-bold-heading-4 {
    line-height: 1.3;
  }

  .spark-simple-flat-tab {
    margin-bottom: 8px;
    padding: 16px;
  }

  .spark-simple-stacked-flat-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-902 {
    margin-bottom: 0;
  }

  .spark-section-6 {
    padding: 64px 20px 0;
  }

  .spark-section-6 h4 {
    font-size: 14px;
  }

  .spark-section-6 h1 {
    font-size: 3rem;
  }

  .spark-section-6 h2 {
    font-size: 22px;
  }

  .spark-section-6 p {
    font-size: 14px;
  }

  .spark-lightbox-2 {
    margin-top: 32px;
  }

  .spark-input-2.spark-with-a-inner-shadow, .spark-form-label-and-input-2 {
    width: 100%;
  }

  .spark-flexed-form-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-section-8 {
    padding: 20px 20px 64px;
  }

  .spark-section-8 h1 {
    font-size: 22px;
  }

  .spark-section-8 h2 {
    font-size: 2.5rem;
  }

  .spark-section-8 p {
    line-height: 130%;
  }

  .f-button-icon-r {
    min-width: auto;
    min-height: auto;
  }

  .uui-layout17_item-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .uui-layout17_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .uui-padding-vertical-xhuge-32 {
    padding-top: 2rem;
  }

  .uui-page-padding-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large-21 {
    font-weight: 400;
  }

  .uui-heading-medium-20 {
    font-size: 1.5rem;
  }

  .uui-padding-vertical-xhuge-33 {
    padding: 2rem 20px;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos04_text {
    color: var(--dim-grey-2);
    font-size: 14px;
  }

  .uui-logos03_logo-list {
    justify-content: center;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-35 {
    padding-top: .25rem;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    left: 114.299px;
    right: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
    overflow: visible;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    width: 100%;
    height: 15rem;
    overflow: hidden;
  }

  .uui-heroheader01_image-wrapper {
    overflow: visible;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_pattern-image-2 {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_pattern-image-3 {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image-3 {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_component-3, .uui-layout66_item-list {
    grid-template-columns: 1fr;
  }

  .spark-bold-heading-5 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-903 {
    margin-bottom: 0;
  }

  .spark-section-9 {
    padding: 64px 20px;
  }

  .spark-section-9 h1 {
    font-size: 3rem;
  }

  .spark-section-9 h2 {
    font-size: 2.5rem;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .text-block-52 {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }

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

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

  .uui-text-size-small-12.text-color-gray500 {
    text-align: center;
  }

  .uui-footer04_bottom-wrapper-2 {
    margin-top: 1rem;
    padding-top: 0;
  }

  .uui-footer04_social-list-2 {
    justify-content: stretch;
    align-items: start;
  }

  .uui-footer04_link-2 {
    padding-left: 0;
  }

  .uui-footer04_link-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-items: stretch;
    display: flex;
  }

  .uui-footer04_top-wrapper-2 {
    grid-column-gap: 1vw;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .uui-padding-vertical-xlarge-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-60, .text-block-61, .text-block-62 {
    font-size: 12px;
  }

  .team {
    min-height: 60vh;
  }

  .card-wrap {
    width: 40vw;
    height: 30vh;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .card {
    width: 150px;
    height: 250px;
    display: none;
  }

  .description-text {
    max-width: 80vw;
  }

  .image-45 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .text-block-64, .text-block-65 {
    font-size: 12px;
  }

  .container-21 {
    display: block;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .bold-text-24, .bold-text-25 {
    font-size: 18px;
  }

  .maroo-benefit {
    padding: 64px 20px;
  }

  .maroo-benefit h5 {
    font-size: 14px;
  }

  .maroo-benefit h1 {
    font-size: 28px;
  }

  .maroo-benefit h2 {
    font-size: 2.5rem;
  }

  .maroo-benefit p {
    font-family: Manrope, sans-serif;
    font-size: 14px;
  }

  .maroo-cta {
    padding: 10px 33px 10px 32px;
  }

  .section-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-23 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 14px;
  }

  .blanka-heading {
    font-family: Nunito Sans, sans-serif;
    font-size: 32px;
  }

  .section-11 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .f-section-large-7 {
    min-height: 300px;
    max-height: 450px;
  }

  .blanka-subheading {
    font-size: 14px;
  }

  .container-24 {
    margin-left: 10px;
    margin-right: 10px;
    bottom: -115%;
  }

  .text-block-71 {
    font-size: 18px;
  }

  .image-49 {
    max-width: none;
    position: static;
    overflow: auto;
  }

  .section-14 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .quick-stack-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-51 {
    height: auto;
  }

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

  .spark-flex-row-4 {
    align-items: flex-start;
  }

  .spark-flex-row-4.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-simple-menu-button-4 {
    padding-left: 0;
  }

  .spark-nav-link-3 {
    margin-bottom: .5rem;
  }

  .spark-nav-menu-3 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner-4 {
    background-color: var(--spark-library-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links-3 {
    padding-right: 0;
  }

  .spark-section-10 {
    padding: 64px 20px;
  }

  .spark-section-10 h1 {
    font-size: 3rem;
  }

  .spark-section-10 h2 {
    font-size: 2.5rem;
  }

  .blanka-flow {
    display: none;
  }

  .quick-stack-5 {
    width: auto;
  }

  .blankah3 {
    margin-top: 0;
    font-size: 26px;
  }

  .list-item-5 {
    font-size: 16px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
    font-size: 16px;
  }

  .outpave-hero-banner {
    flex-flow: column;
    width: auto;
    padding: 40px 0% 20px;
  }

  .blanka-logoopy {
    flex-flow: column;
    padding-bottom: 40px;
    display: block;
  }

  .blanka-image-hero {
    object-fit: cover;
    max-width: none;
    height: 40vh;
    display: block;
  }

  .blanka-image-hero.blanka {
    width: 100%;
  }

  .blanka-hero-2 {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .outpave-h1 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
  }

  .list-3 {
    padding: 10px;
  }

  .list-3.scanpay, .list-item-11 {
    font-size: 14px;
  }

  .list-item-12, .list-item-13 {
    font-size: 16px;
  }

  .quick-stack-9 {
    width: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-14 {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .list-item-15, .list-item-16 {
    font-size: 14px;
  }

  .f-section-large-8 {
    min-height: 300px;
    max-height: 450px;
  }

  .blanka-heading-2 {
    font-family: Nunito Sans, sans-serif;
    font-size: 32px;
  }

  .blanka-subheading-2 {
    font-size: 14px;
  }

  .button-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 14px;
  }

  .uui-heroheader20_background {
    top: 42%;
  }

  .uui-heroheader20_lightbox {
    height: 15rem;
  }

  .uui-text-size-xlarge-13.text-color-primary700 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .uui-max-width-xlarge {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-heroheader20_component {
    justify-content: center;
    align-items: center;
  }

  .uui-padding-vertical-xhuge-40 {
    padding-top: .25rem;
  }

  .uui-page-padding-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-section_heroheader20 {
    margin-bottom: 256px;
  }

  .outpave {
    font-size: 32px;
    line-height: 32px;
  }

  .text-span-20 {
    font-size: 32px;
  }

  .outpave-h3 {
    margin-top: 0;
    font-size: 26px;
  }

  .outpave_button {
    padding: 10px 33px 10px 32px;
  }

  .columns-10 {
    flex-flow: column;
    display: block;
  }

  .spark-checked-item-2 {
    grid-column-gap: 8px;
  }

  .spark-features-included-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row-pricing-2 {
    align-items: flex-start;
    margin-top: 64px;
  }

  .spark-container-10 {
    bottom: -311px;
  }

  .spark-absolute-dark-background-2.spark-top-aligned {
    align-self: center;
    height: 500px;
  }

  .explainer-section-2 {
    padding: 64px 20px;
  }

  .explainer-section-2 h1 {
    font-family: Inter, sans-serif;
    font-size: 2rem;
    line-height: 130%;
  }

  .explainer-section-2 h2 {
    font-size: 2.5rem;
  }

  .explainer-section-2.saltbox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .explainer-section-2.scanpay {
    padding-bottom: 298px;
  }

  .explainer-section-2.packsmith {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .saltbox-section2-image {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .image-52, .image-52.scanpay {
    padding: 10px;
  }

  .text-block-74 {
    margin-bottom: 40px;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .saltbox-button {
    padding: 10px 33px 10px 32px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-quote-image {
    height: 40px;
  }

  .walsh-cta-h-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-main-grid {
    align-self: center;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .walsh-text-small-white {
    font-size: 12px;
  }

  .walsh-heading-small-white {
    font-size: 16px;
  }

  .walsh-heading-medium-white {
    font-size: .8em;
  }

  .saltbox-heading-2 {
    font-size: 24px;
    line-height: 130%;
  }

  .section-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-75 {
    margin-top: 0;
    line-height: 130%;
  }

  .saltbox-subtext-black {
    margin-top: 0;
    font-size: .8rem;
  }

  .saltbox-subtext2-black {
    margin-top: 0;
  }

  .image-53 {
    width: auto;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .saltbox-eligibility {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    padding: 40px 20px;
  }

  .quick-stack-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    font-family: Nunito Sans, sans-serif;
  }

  .text-block-76 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Nunito Sans, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 130%;
  }

  .section-19 {
    padding-bottom: 20px;
  }

  .saltbox-button-2 {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 100%;
  }

  .explainer-logo {
    font-family: Nunito Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
  }

  .explainer-banner-image {
    max-width: 100%;
  }

  .explainer-hero-banner-cta {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 100%;
  }

  .explainer-hero-banner-cta.scanpay {
    letter-spacing: 3px;
    letter-spacing: 3px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .explainer-h3 {
    font-family: Nunito Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
  }

  .explainer-h3.scanpay {
    font-family: Inter, sans-serif;
  }

  .scanpay-button {
    letter-spacing: 3px;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 100%;
  }

  .scanpay-image {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .pack-button {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 100%;
  }

  .packsmith-eligibility {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    padding: 40px 20px;
  }

  .packsmith-h2 {
    font-family: Nunito Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
  }

  .list-item-17, .list-item-18, .list-item-19, .list-item-20 {
    font-size: 14px;
  }

  .quick-stack-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .number-circle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .div-block-29 {
    margin-top: 10px;
  }

  .section-22 {
    padding-top: 40px;
  }

  .list-4, .list-5, .list-6, .list-7, .list-8 {
    padding-left: 10px;
  }

  .heading-26 {
    margin-left: 20px;
    margin-right: 20px;
    font-family: Libre Franklin, sans-serif;
    font-size: 18px;
  }

  .text-block-81 {
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  .section-23 {
    justify-content: space-between;
    height: auto;
  }

  .text-block-82 {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-family: Libre Franklin, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .image-56 {
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: 100%;
    max-width: 100%;
  }

  .bold-text-29 {
    color: #3c8f7c;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-83 {
    flex-flow: column;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Libre Franklin, sans-serif;
    font-size: 12px;
    line-height: 130%;
    display: flex;
  }

  .section-24 {
    padding-bottom: 20px;
  }

  .quick-stack-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    font-family: Nunito Sans, sans-serif;
  }

  .uui-text-size-small-13.text-color-gray500 {
    font-size: .7rem;
    display: block;
    overflow: visible;
  }

  .text-block-84 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Nunito Sans, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 130%;
  }

  .text-block-85-4 {
    font-size: 12px;
    top: 112px;
    right: 4px;
  }

  .text-block-85-4-copy {
    font-size: 12px;
    top: 322px;
    right: 4px;
  }

  .list-item-21 {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .list-item-22, .list-item-23, .list-item-24 {
    font-size: 14px;
  }

  .eligibility {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    padding: 40px 20px;
  }

  .text-block-85-5 {
    font-size: 12px;
    top: 6px;
    right: 12px;
  }

  .bold-text-30, .bold-text-31 {
    font-weight: 600;
  }

  .explainer-template {
    flex-flow: column;
    width: auto;
    padding: 40px 0% 20px;
  }

  .new-explainer {
    padding: 64px 20px;
  }

  .new-explainer h1 {
    font-family: Inter, sans-serif;
    font-size: 2rem;
    line-height: 130%;
  }

  .new-explainer h2 {
    font-size: 2.5rem;
  }

  .new-explainer.saltbox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .new-explainer.scanpay {
    padding-bottom: 298px;
  }

  .new-explainer.packsmith {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-22-copy {
    padding-top: 40px;
  }

  .q-a-layout {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .div-block-33 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-23-copy {
    justify-content: space-between;
    height: auto;
  }

  .text-block-85, .bold-text-32 {
    font-size: 14px;
  }

  .div-block-29-copy {
    margin-top: 10px;
  }

  .text-block-85-copy {
    font-size: 14px;
  }

  .image-28-copy {
    display: none;
  }

  .flychain-banner {
    flex-flow: column;
    width: auto;
    padding: 40px 0% 20px;
  }

  .flychain, .headstart {
    font-family: Nunito Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
  }

  .quick-stack-14 {
    width: 300px;
  }

  .text-block-87 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
  }
}

#w-node-ad922f3e-edba-a228-b8eb-3a9bf0826dd8-d56e47b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c142e26-94c3-6254-a55f-06c9a05e7933-d56e47b6, #w-node-_9c142e26-94c3-6254-a55f-06c9a05e793d-d56e47b6, #w-node-_9c142e26-94c3-6254-a55f-06c9a05e7947-d56e47b6, #w-node-b296e55b-d7cd-6174-fd9d-c1419bf1a505-d56e47b6 {
  align-self: start;
}

#w-node-_4bb5a322-7ddb-9a4f-7755-23379dc1fa98-d56e47b6 {
  align-self: center;
}

#w-node-_260f6d7c-eb36-e24e-34f8-8fbb29dd2519-29dd2500 {
  justify-self: end;
}

#w-node-_5017e6b3-8bca-32d2-cfaf-c0a762efb3ea-8d568825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01a730d7-f69e-47f3-3219-fbce00c14832-8d568825 {
  place-self: stretch stretch;
}

#w-node-_01a730d7-f69e-47f3-3219-fbce00c14842-8d568825 {
  align-self: start;
}

#w-node-_98cc0a7e-80f4-d7d2-7da6-4a5fa76ece71-2c2ca582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df6fe4c8-d1b9-5641-e53f-5ffd3288d0cb-2c2ca582 {
  justify-self: end;
}

#w-node-_6e1e8538-bfd6-ba39-b967-af7646a12170-2c2ca582 {
  place-self: center;
}

#w-node-_8c3f6dfb-ed1d-0ddf-f08e-6b600efcc6ce-8d56885e, #w-node-_8c3f6dfb-ed1d-0ddf-f08e-6b600efcc6dc-8d56885e, #w-node-_8c3f6dfb-ed1d-0ddf-f08e-6b600efcc6e7-8d56885e, #w-node-_8c3f6dfb-ed1d-0ddf-f08e-6b600efcc6ef-8d56885e {
  align-self: start;
}

#w-node-d544205b-4788-f447-6c12-288f70503cc2-8d568866 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d544205b-4788-f447-6c12-288f70503cc3-8d568866 {
  justify-self: center;
}

#w-node-_0c9f2096-40bd-a101-4fb4-cee687bd3786-8d568867, #w-node-_0c9f2096-40bd-a101-4fb4-cee687bd3789-8d568867 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c9f2096-40bd-a101-4fb4-cee687bd3792-8d568867 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_477176c7-abb9-597a-07f3-266726626976-8d56887b {
  align-self: stretch;
}

#w-node-_1bc54e06-05ac-ae56-50b1-13b5d0f00512-8d56887b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_140a806f-0c5c-c292-c1bc-73236337210a-8d56887b {
  justify-self: center;
}

#w-node-cc273ded-3b67-032a-e956-d6572c1f9aa9-2c1f9a7f {
  justify-self: end;
}

#w-node-_03cde2ef-cdc1-6345-e270-8e64794a3930-8d568884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb0d045-e211-efc6-6025-fa3629f8e695-8d568884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a46a271f-5f38-9dd3-5944-1926ff34415a-8d568884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6fced52-4c18-96f4-7b29-188f87840c26-8d568884, #w-node-a6fced52-4c18-96f4-7b29-188f87840c2c-8d568884, #w-node-a6fced52-4c18-96f4-7b29-188f87840c32-8d568884, #w-node-fcd1071d-0138-0a74-eeb0-ab2441f25041-8d568884 {
  align-self: start;
}

#w-node-_506d23a4-6f1b-9455-8ebb-d441ac20c6f5-8d568884 {
  align-self: auto;
}

#w-node-_506d23a4-6f1b-9455-8ebb-d441ac20c6f7-8d568884, #w-node-_506d23a4-6f1b-9455-8ebb-d441ac20c6f9-8d568884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_506d23a4-6f1b-9455-8ebb-d441ac20c6fc-8d568884 {
  align-self: center;
}

#w-node-_506d23a4-6f1b-9455-8ebb-d441ac20c6fd-8d568884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_578f2b79-74e5-3aa0-a097-986545db8e0d-8d568884, #w-node-_6bc4df53-d78b-02ff-476a-252fa8891918-8d568884, #w-node-_112f7668-cd20-f063-4931-2de81b149ef4-8d568884, #w-node-_506d23a4-6f1b-9455-8ebb-d441ac20c6fb-8d568884, #w-node-_71903111-4287-b047-5a6a-2fd41fb4f50e-8d568884 {
  align-self: center;
}

#w-node-_417bfc08-2b9e-cccb-18b8-37bf37ccbd13-8d568885, #w-node-_417bfc08-2b9e-cccb-18b8-37bf37ccbd18-8d568885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_417bfc08-2b9e-cccb-18b8-37bf37ccbd23-8d568885 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-8d568888 {
  align-self: center;
}

#w-node-_50fe34cf-0f27-dbcc-8eb2-1951ba4eaf59-8d568888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50fe34cf-0f27-dbcc-8eb2-1951ba4eaf5a-8d568888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50fe34cf-0f27-dbcc-8eb2-1951ba4eaf5c-8d568888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9ef1a4bb-a670-5f3d-2430-adc4755b5d44-8d568888 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6d78a078-981b-f0b6-fd2e-06ed56043357-8d568889, #w-node-_6d78a078-981b-f0b6-fd2e-06ed5604335a-8d568889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d78a078-981b-f0b6-fd2e-06ed56043363-8d568889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-8d56889f {
  align-self: center;
}

#w-node-_9258792d-3ef0-ab88-911b-6768c871217d-8d56889f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c9ce9f8-f04b-e3c7-f632-b821ce45e9ad-8d56889f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_354c83ca-2c64-74de-2eca-f1781fc9a166-8d56889f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a4ec9306-5a5c-7000-35c5-31aee49dbe7f-8d56889f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92dcf8a0-80cd-4fd4-22f6-e8d1f8e61a27-8d56889f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2811d0e6-2b91-e976-c020-8ae54a5622aa-8d5688a2, #w-node-_2811d0e6-2b91-e976-c020-8ae54a5622ad-8d5688a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2811d0e6-2b91-e976-c020-8ae54a5622b6-8d5688a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9f06252-e994-9357-0abb-4706da17688c-8d5688a4 {
  align-self: center;
}

#w-node-_8994558f-d9e1-f76d-de95-8655173528c5-173528b7, #w-node-_8994558f-d9e1-f76d-de95-8655173528cb-173528b7, #w-node-c890f2d5-767f-286b-d94b-a595c776e2e5-173528b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85aa2441-dbb5-9d99-b610-0e17fb1d5cb7-6702c7e6 {
  place-self: start;
}

#w-node-f9f06252-e994-9357-0abb-4706da17688c-6702c7e6 {
  align-self: center;
}

#w-node-_71d26847-44db-f356-1cc4-7f7cce9a57fa-6702c7e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-7a964cf8 {
  align-self: start;
}

#w-node-e84fe528-7c47-f904-382a-dacce8354203-7a964cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_33c5252b-af42-4872-b036-cd4bdbd94b4c-7a964cf8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-41a0329a {
  align-self: center;
}

#w-node-_50fe34cf-0f27-dbcc-8eb2-1951ba4eaf59-41a0329a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ac56d795-fc7e-186b-9f66-b013e57fb51a-41a0329a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c437540a-a01e-8444-0fec-c99076c9bdfd-4ad72da4 {
  place-self: center;
}

#w-node-c437540a-a01e-8444-0fec-c99076c9bdff-4ad72da4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_59e4695d-f950-efe8-b091-33c81a286c54-4ad72da4 {
  justify-self: end;
}

#w-node-_64ac9b49-db65-af92-2de7-c25278b89d35-4ad72da4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_671cebbb-11d0-829f-8f5d-793feecba72e-4ad72da4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-f6f595f0 {
  align-self: center;
}

#w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-f6f595f0 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb43fc-f6f595f0 {
  grid-area: span 1 / span 20 / span 1 / span 20;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb43fd-f6f595f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb43fe-f6f595f0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb43ff-f6f595f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb4400-f6f595f0, #w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb4401-f6f595f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb4402-f6f595f0 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb4403-f6f595f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-f6f595f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-cf00d92c-3b39-83d5-402e-50a99392134d-f6f595f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-d91aaf9a {
  align-self: center;
}

#w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-d91aaf9a {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dc6c7c7a-5b98-8ffc-3a77-85c71996457c-d91aaf9a {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_7e251c39-54df-9ebd-5c1b-df7b365828a8-d91aaf9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-d91aaf9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_62dc1def-7abc-300a-228a-a8cfadfe7e25-d91aaf9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-b80656ee {
  align-self: center;
}

#w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-b80656ee {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-b80656ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_62dc1def-7abc-300a-228a-a8cfadfe7e25-b80656ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-48913f41 {
  align-self: center;
}

#w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-48913f41 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-48913f41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_62dc1def-7abc-300a-228a-a8cfadfe7e25-48913f41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74de25cb-3d67-3717-7037-42b93cd2f3b4-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-c3f38879-d35d-ed99-a59a-a65d065f9e98-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_995beb8b-75e9-eb6a-5826-2b20f26af892-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-cf45d26e-1700-6ffd-7413-c10cc5b8ea7d-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-e64c0b6c-96c3-7ef8-effe-804c3ff6c4dd-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-bebf9b97-85d3-88cf-3889-07eec9505a58-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_55b29f61-3581-be4a-e52a-4caaaf4ef3cf-fadf41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0ada275e-7f55-1944-657d-87d46e100238-9a64fa20 {
  align-self: center;
}

#w-node-_0ada275e-7f55-1944-657d-87d46e100244-9a64fa20 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_74de25cb-3d67-3717-7037-42b93cd2f3b4-9a64fa20, #w-node-aa1cdf63-1e46-28ae-476d-c8b5ae53084b-9a64fa20, #w-node-_8d1d4e54-158c-6ec7-b78a-2a8ac18ff04a-9a64fa20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3f38879-d35d-ed99-a59a-a65d065f9e98-9a64fa20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_995beb8b-75e9-eb6a-5826-2b20f26af892-9a64fa20 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-cf45d26e-1700-6ffd-7413-c10cc5b8ea7d-9a64fa20 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-e64c0b6c-96c3-7ef8-effe-804c3ff6c4dd-9a64fa20 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-bebf9b97-85d3-88cf-3889-07eec9505a58-9a64fa20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_55b29f61-3581-be4a-e52a-4caaaf4ef3cf-9a64fa20, #w-node-_55b29f61-3581-be4a-e52a-4caaaf4ef3cf-9f0bf13e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-e8e0db8b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-cf00d92c-3b39-83d5-402e-50a99392134d-e8e0db8b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_805266c5-99a6-dde8-6dcc-616a3316cae2-9c5158ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_74de25cb-3d67-3717-7037-42b93cd2f3b4-9c5158ce, #w-node-aa1cdf63-1e46-28ae-476d-c8b5ae53084b-9c5158ce, #w-node-_8d1d4e54-158c-6ec7-b78a-2a8ac18ff04a-9c5158ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3f38879-d35d-ed99-a59a-a65d065f9e98-9c5158ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_995beb8b-75e9-eb6a-5826-2b20f26af892-9c5158ce {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-cf45d26e-1700-6ffd-7413-c10cc5b8ea7d-9c5158ce {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_55b29f61-3581-be4a-e52a-4caaaf4ef3cf-9c5158ce, #w-node-_55b29f61-3581-be4a-e52a-4caaaf4ef3cf-8f8a4b60 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_5017e6b3-8bca-32d2-cfaf-c0a762efb3ea-8d568825 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ecf7fc4a-d3f3-f1d1-9bc2-57ea032bacae-8d568864, #w-node-_88f8fa09-5a91-9d20-2c52-1b8c40162968-8d568864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c437540a-a01e-8444-0fec-c99076c9bdfd-4ad72da4 {
    align-self: center;
  }

  #w-node-_59e4695d-f950-efe8-b091-33c81a286c54-4ad72da4 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1bc54e06-05ac-ae56-50b1-13b5d0f00512-8d56887b {
    justify-self: auto;
  }

  #w-node-c437540a-a01e-8444-0fec-c99076c9bdfd-4ad72da4 {
    place-self: center start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ad922f3e-edba-a228-b8eb-3a9bf0826dd8-d56e47b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ffb0d045-e211-efc6-6025-fa3629f8e695-8d568884 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f9f06252-e994-9357-0abb-4706da17688c-8d5688a4, #w-node-f9f06252-e994-9357-0abb-4706da17688c-6702c7e6 {
    place-self: end;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-7a964cf8 {
    align-self: start;
  }

  #w-node-c437540a-a01e-8444-0fec-c99076c9bdfd-4ad72da4 {
    justify-self: start;
  }

  #w-node-_59e4695d-f950-efe8-b091-33c81a286c54-4ad72da4 {
    justify-self: end;
  }

  #w-node-_3487c322-b7d3-4a2c-c445-76e4c0eb43fd-f6f595f0 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ad922f3e-edba-a228-b8eb-3a9bf0826dd8-d56e47b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_260f6d7c-eb36-e24e-34f8-8fbb29dd2519-29dd2500, #w-node-df6fe4c8-d1b9-5641-e53f-5ffd3288d0cb-2c2ca582 {
    justify-self: center;
  }

  #w-node-ecf7fc4a-d3f3-f1d1-9bc2-57ea032bacb4-8d568864, #w-node-_88f8fa09-5a91-9d20-2c52-1b8c4016296e-8d568864, #w-node-_0c9f2096-40bd-a101-4fb4-cee687bd3792-8d568867 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_477176c7-abb9-597a-07f3-266726626976-8d56887b {
    order: -9999;
  }

  #w-node-_140a806f-0c5c-c292-c1bc-73236337210a-8d56887b {
    justify-self: center;
  }

  #w-node-_417bfc08-2b9e-cccb-18b8-37bf37ccbd23-8d568885 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-8d568888 {
    order: -9999;
  }

  #w-node-_6d78a078-981b-f0b6-fd2e-06ed56043363-8d568889 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-8d56889f {
    order: -9999;
  }

  #w-node-_2811d0e6-2b91-e976-c020-8ae54a5622b6-8d5688a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9f06252-e994-9357-0abb-4706da17687a-8d5688a4, #w-node-f9f06252-e994-9357-0abb-4706da17687a-6702c7e6, #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-7a964cf8, #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-41a0329a, #w-node-c437540a-a01e-8444-0fec-c99076c9bdfd-4ad72da4 {
    order: -9999;
  }

  #w-node-_64ac9b49-db65-af92-2de7-c25278b89d35-4ad72da4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-f6f595f0 {
    order: -9999;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-f6f595f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-d91aaf9a {
    order: -9999;
  }

  #w-node-dc6c7c7a-5b98-8ffc-3a77-85c71996457c-d91aaf9a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-d91aaf9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-b80656ee {
    order: -9999;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-b80656ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38af-48913f41 {
    order: -9999;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-48913f41, #w-node-bebf9b97-85d3-88cf-3889-07eec9505a58-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ada275e-7f55-1944-657d-87d46e100238-9a64fa20 {
    order: -9999;
  }

  #w-node-bebf9b97-85d3-88cf-3889-07eec9505a58-9a64fa20, #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-e8e0db8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad922f3e-edba-a228-b8eb-3a9bf0826dd8-d56e47b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_260f6d7c-eb36-e24e-34f8-8fbb29dd2505-29dd2500 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc6c7c7a-5b98-8ffc-3a77-85c71996457c-d91aaf9a {
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_260f6d7c-eb36-e24e-34f8-8fbb29dd2509-29dd2500 {
    place-self: start center;
  }

  #w-node-_260f6d7c-eb36-e24e-34f8-8fbb29dd2519-29dd2500 {
    justify-self: end;
  }

  #w-node-_140a806f-0c5c-c292-c1bc-73236337210a-8d56887b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ef1a4bb-a670-5f3d-2430-adc4755b5d44-8d568888 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9ef1a4bb-a670-5f3d-2430-adc4755b5d45-8d568888, #w-node-_9ef1a4bb-a670-5f3d-2430-adc4755b5d4b-8d568888 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92dcf8a0-80cd-4fd4-22f6-e8d1f8e61a27-8d56889f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_92dcf8a0-80cd-4fd4-22f6-e8d1f8e61a28-8d56889f, #w-node-_92dcf8a0-80cd-4fd4-22f6-e8d1f8e61a2e-8d56889f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4f80376-a7ee-96d2-ef93-590dd5d04a0e-6702c7e6 {
    place-self: auto;
  }

  #w-node-_651d3fde-3647-be7e-9b63-c240d05d38bd-7a964cf8 {
    justify-self: center;
  }

  #w-node-_33c5252b-af42-4872-b036-cd4bdbd94b4c-7a964cf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cbe4ea11-1910-f120-c97f-51f8f9c67387-7a964cf8, #w-node-_898dd38f-aabd-036f-885d-9f069c76b5a2-7a964cf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac56d795-fc7e-186b-9f66-b013e57fb51a-41a0329a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_59e4695d-f950-efe8-b091-33c81a286c54-4ad72da4 {
    justify-self: center;
  }

  #w-node-_64ac9b49-db65-af92-2de7-c25278b89d35-4ad72da4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_671cebbb-11d0-829f-8f5d-793feecba72e-4ad72da4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_671cebbb-11d0-829f-8f5d-793feecba72f-4ad72da4, #w-node-_671cebbb-11d0-829f-8f5d-793feecba735-4ad72da4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-f6f595f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf00d92c-3b39-83d5-402e-50a99392134d-f6f595f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cf00d92c-3b39-83d5-402e-50a99392134e-f6f595f0, #w-node-cf00d92c-3b39-83d5-402e-50a993921354-f6f595f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-d91aaf9a {
    justify-self: center;
  }

  #w-node-dc6c7c7a-5b98-8ffc-3a77-85c71996457c-d91aaf9a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-d91aaf9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-b80656ee {
    justify-self: start;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-b80656ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5d4637a-694a-3a1c-9296-3ad8bdb7ecd2-48913f41 {
    justify-self: center;
  }

  #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-48913f41 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_74de25cb-3d67-3717-7037-42b93cd2f3b4-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-c3f38879-d35d-ed99-a59a-a65d065f9e98-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_995beb8b-75e9-eb6a-5826-2b20f26af892-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-cf45d26e-1700-6ffd-7413-c10cc5b8ea7d-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-e64c0b6c-96c3-7ef8-effe-804c3ff6c4dd-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-bebf9b97-85d3-88cf-3889-07eec9505a58-fadf41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ada275e-7f55-1944-657d-87d46e100244-9a64fa20 {
    justify-self: center;
  }

  #w-node-_74de25cb-3d67-3717-7037-42b93cd2f3b4-9a64fa20, #w-node-aa1cdf63-1e46-28ae-476d-c8b5ae53084b-9a64fa20, #w-node-_8d1d4e54-158c-6ec7-b78a-2a8ac18ff04a-9a64fa20 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-c3f38879-d35d-ed99-a59a-a65d065f9e98-9a64fa20 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_995beb8b-75e9-eb6a-5826-2b20f26af892-9a64fa20 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-cf45d26e-1700-6ffd-7413-c10cc5b8ea7d-9a64fa20 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-e64c0b6c-96c3-7ef8-effe-804c3ff6c4dd-9a64fa20 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-bebf9b97-85d3-88cf-3889-07eec9505a58-9a64fa20, #w-node-_236e47c2-56a6-7348-6ea1-052320ebfbeb-e8e0db8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf00d92c-3b39-83d5-402e-50a99392134d-e8e0db8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cf00d92c-3b39-83d5-402e-50a99392134e-e8e0db8b, #w-node-cf00d92c-3b39-83d5-402e-50a993921354-e8e0db8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74de25cb-3d67-3717-7037-42b93cd2f3b4-9c5158ce, #w-node-aa1cdf63-1e46-28ae-476d-c8b5ae53084b-9c5158ce, #w-node-_8d1d4e54-158c-6ec7-b78a-2a8ac18ff04a-9c5158ce {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-c3f38879-d35d-ed99-a59a-a65d065f9e98-9c5158ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_995beb8b-75e9-eb6a-5826-2b20f26af892-9c5158ce {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-cf45d26e-1700-6ffd-7413-c10cc5b8ea7d-9c5158ce {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}


