@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:500,400,600|Bricolage+Grotesque:700,400");

@font-face {
    font-family: "Bricolage Grotesque 18pt-Bold";
    font-style: normal;
    font-weight: 700;
}

.blueprint-main .screen textarea:focus,
.blueprint-main .screen input:focus {
    outline: none;
}

.blueprint-main .screen * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.blueprint-main .screen div {
    -webkit-text-size-adjust: none;
}

.blueprint-main .component-wrapper a {
    display: contents;
    pointer-events: auto;
    text-decoration: none;
}

.blueprint-main .component-wrapper * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    pointer-events: none;
}

.blueprint-main .component-wrapper a *,
.blueprint-main .component-wrapper input,
.blueprint-main .component-wrapper video,
.blueprint-main .component-wrapper iframe {
    pointer-events: auto;
}

.blueprint-main .component-wrapper.not-ready,
.blueprint-main .component-wrapper.not-ready * {
    visibility: hidden !important;
}

.blueprint-main .screen a {
    display: contents;
    text-decoration: none;
}

.blueprint-main .full-width-a {
    width: 100%;
}

.blueprint-main .full-height-a {
    height: 100%;
}

.blueprint-main .container-center-vertical {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    pointer-events: none;
}

.blueprint-main .container-center-vertical > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.blueprint-main .container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.blueprint-main .container-center-horizontal > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.blueprint-main .auto-animated div {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.blueprint-main .auto-animated input {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.blueprint-main .auto-animated .container-center-vertical,
.blueprint-main .auto-animated .container-center-horizontal {
    opacity: 1;
}

.blueprint-main .overlay-base {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.blueprint-main .overlay-base.animate-appear {
    align-items: center;
    animation: reveal 0.3s ease-in-out 1 normal forwards;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.blueprint-main .overlay-base.animate-disappear {
    animation: reveal 0.3s ease-in-out 1 reverse forwards;
    display: block;
    opacity: 1;
    pointer-events: none;
}

.blueprint-main .overlay-base.animate-disappear * {
    pointer-events: none;
}

@keyframes reveal {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.blueprint-main .animate-nodelay {
    animation-delay: 0s;
}

.blueprint-main .align-self-flex-start {
    align-self: flex-start;
}

.blueprint-main .align-self-flex-end {
    align-self: flex-end;
}

.blueprint-main .align-self-flex-center {
    align-self: flex-center;
}

.blueprint-main .valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blueprint-main .valign-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blueprint-main input:focus {
    outline: none;
}

.blueprint-main .listeners-active,
.blueprint-main .listeners-active * {
    pointer-events: auto;
}

.blueprint-main .hidden,
.blueprint-main .hidden * {
    pointer-events: none;
    visibility: hidden;
}

.blueprint-main .smart-layers-pointers,
.blueprint-main .smart-layers-pointers * {
    pointer-events: auto;
    visibility: visible;
}

.blueprint-main .listeners-active-click,
.blueprint-main .listeners-active-click * {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

.blueprint-main {
    --black: #000000;
    --gray200: #eaecf0;
    --gray500: #667084;
    --gray600: #475466;
    --gray900: #0f1728;
    --medium-purple: #8b5cf6;
    --mirage: #0f172a;
    --moon-raker: #d8d7f733;
    --shark: #27272a;
    --ship-gray: #3f3f46;
    --storm-gray: #64748b;
    --trout: #52525b;
    --white: #ffffff;
    --white-2: #ffffff80;
    --white-3: #ffffff33;

    --font-size-l: 16px;
    --font-size-m: 15px;
    --font-size-s: 14px;
    --font-size-xl: 18px;
    --font-size-xxl: 20px;
    --font-size-xxxl: 28px;
    --font-size-xxxxl: 52px;

    --font-family-bricolage_grotesque: "Bricolage Grotesque", Helvetica;
    --font-family-bricolage_grotesque_18pt-bold: "Bricolage Grotesque", Helvetica;
    --font-family-bricolage_grotesque_18pt-regular: "Bricolage Grotesque", Helvetica;
    --font-family-bricolage_grotesque_18pt-semibold: "Bricolage Grotesque", Helvetica;
    --font-family-bricolage_grotesque_28pt-regular: "Bricolage Grotesque", Helvetica;
    --font-family-bricolage_grotesque_36pt-semibold: "Bricolage Grotesque", Helvetica;
    --font-family-inter: "Inter", Helvetica;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-storm-gray-14px {
    color: var(--storm-gray);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque18pt-bold-ship-gray-14px {
    color: var(--ship-gray);
    font-family: var(--font-family-bricolage_grotesque_18pt-bold);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;
}

.blueprint-main .inter-semi-bold-fiord-16px {
    color: var(--gray600);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-storm-gray-15px {
    color: var(--storm-gray);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-trout-20px {
    color: var(--trout);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .inter-normal-fiord-16px {
    color: var(--gray600);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque28pt-regular-normal-shark-16px {
    color: var(--shark);
    font-family: var(--font-family-bricolage_grotesque_28pt-regular);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque36pt-semi-bold-white-56px {
    color: var(--white);
    font-family: var(--font-family-bricolage_grotesque_36pt-semibold);
    font-size: var(--font-size-xxxxl);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-mirage-18px {
    color: var(--gray900);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .inter-semi-bold-mirage-16px {
    color: var(--mirage);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .inter-semi-bold-medium-purple-16px {
    color: var(--medium-purple);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .bricolagegrotesque36pt-semi-bold-white-30px {
    color: var(--white);
    font-family: var(--font-family-bricolage_grotesque_36pt-semibold);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-white-14px {
    color: var(--white);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque-bold-ship-gray-20px {
    color: var(--ship-gray);
    font-family: var(--font-family-bricolage_grotesque);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 700;
}

.blueprint-main .bricolagegrotesque-normal-storm-gray-18px {
    color: var(--storm-gray);
    font-family: var(--font-family-bricolage_grotesque);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-fiord-18px {
    color: var(--gray600);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}

.blueprint-main .bricolagegrotesque18pt-semi-bold-white-56px {
    color: var(--white);
    font-family: var(--font-family-bricolage_grotesque_18pt-semibold);
    font-size: var(--font-size-xxxxl);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .inter-semi-bold-pale-sky-14px {
    color: var(--gray500);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .bricolagegrotesque18pt-bold-white-60px {
    color: var(--white);
    font-family: var(--font-family-bricolage_grotesque_18pt-bold);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}

.blueprint-main .bricolagegrotesque18pt-semi-bold-trout-25px {
    color: var(--trout);
    font-family: var(--font-family-bricolage_grotesque_18pt-semibold);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}

.blueprint-main .bricolagegrotesque18pt-regular-normal-trout-18px {
    color: var(--trout);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}


/* screen - blueprint-main */

.blueprint-main {
    background-color: var(--white);
    height: 9400px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.blueprint-main .rectangle-20-yGWMx4 {
    background-color: #cabefa;
    height: 9930px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1512px;
}

.blueprint-main .group-17-yGWMx4 {
    background-color: transparent;
    height: 56px;
    left: 503px;
    position: absolute;
    top: 30px;
    width: 892px;
}

.blueprint-main .frame-1-azRTy8 {
    gap: 45px;
    left: 0px;
    position: absolute;
    top: 14px;
}

.blueprint-main .frame-1-EGjMPN {
    flex: 0 0 auto;
    gap: 2px;
    position: relative;
    border-bottom: 3px solid var(--medium-purple);
    padding-bottom: 5px;
}

.blueprint-main .frame-2-EGjMPN {
    /*align-items: center;*/
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 2px;
    justify-content: center;
    position: relative;
}

.blueprint-main .pricing-EGjMPN {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .frame-3-EGjMPN {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 2px;
    justify-content: center;
    position: relative;
}

.blueprint-main .case-study-EGjMPN {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-azRTy8 {
    align-items: flex-start;
    background-color: transparent;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    left: 605px;
    overflow: hidden;
    padding: 6px 12px;
    position: absolute;
    top: 13px;
    cursor: pointer;
    z-index: 1;
}

.blueprint-main .button-AMQvXW {
    background-color: transparent;
    color: #1e293b;
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -5px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .fun-label-color-azRTy8 {
    cursor: pointer;
    z-index: 1;
    background-color: var(--medium-purple);
    height: 49px;
    left: 691px;
    position: absolute;
    top: 0px;
}

.blueprint-main .label-text-QfDHHS {
    color: var(--white);
}

.blueprint-main .group-19-yGWMx4 {
    cursor: pointer;
    background-color: transparent;
    height: 24px;
    left: 116px;
    position: absolute;
    top: 38px;
    width: 112px;
}

.blueprint-main .rectangle-26-yGWMx4 {
    left: 831px;
    top: 1186px;
    width: 307px;
}

.blueprint-main .frame-22-yGWMx4 {
    align-items: center;
    gap: 24px;
    justify-content: center;
    left: 419px;
    position: absolute;
    top: 1804px;
}

.blueprint-main .what-we-do-kEbHTu {
    background-color: transparent;
    height: 53px;
    letter-spacing: 0.56px;
    line-height: 68px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 542px;
    color: var(--medium-purple);
}

.blueprint-main .instantly-connect-wi-kEbHTu {
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: relative;
    text-align: center;
    width: 674px;
}

.blueprint-main .rectangle-27-yGWMx4 {
    background-color: var(--white-3);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 181px;
    left: 165px;
    position: absolute;
    top: 2718px;
    width: 1183px;
}

.blueprint-main .what-you-get-with-lurulabs-yGWMx4 {
    background-color: transparent;
    height: auto;
    left: 464px;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: absolute;
    text-align: center;
    top: 3028px;
    width: 584px;
    color: var(--medium-purple);
}

.blueprint-main .group-yGWMx4 {
    height: 169px;
    left: 464px;
    top: 3687px;
    width: 584px;
}

.blueprint-main .rectangle-29-wac0wd {
    height: 23px;
    left: 215px;
    position: absolute;
    top: 0;
    width: 160px;
}

.blueprint-main .group-27-wac0wd {
    background-color: transparent;
    height: 167px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 586px;
}

.blueprint-main .frame-18-emAJSQ {
    left: 215px;
    padding: 0px 14px;
    position: absolute;
    top: 0px;
}

.blueprint-main .how-we-compare-VBqZch {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .unlimited-design-vs-other-solutions-emAJSQ {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: absolute;
    text-align: center;
    top: 31px;
    width: 584px;
    color: var(--medium-purple);
}

.blueprint-main .section-yGWMx4 {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 64px;
    height: 486px;
    left: 0px;
    padding: 64px 0px 48px;
    position: absolute;
    top: 8900px;
    width: 1512px;
}

.blueprint-main .container-dS0XAC {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    gap: 48px;
    width: 1280px;
}

.blueprint-main .content-uoqxFn {
    align-items: flex-start;
    align-self: stretch;
    flex: 0 0 auto;
    gap: 64px;
    position: relative;
    width: 100%;
}

.blueprint-main .logo-and-supporting-text-7ML5gx {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    width: 320px;
}

.blueprint-main .logo-2-1-DDlmjx {
    background-color: transparent;
    position: relative;
    width: 113.68421173095703px;
}

.blueprint-main .supporting-text-DDlmjx {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: relative;
    text-align: left;
}

.blueprint-main .links-7ML5gx {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 1;
    flex-grow: 1;
    gap: 32px;
    position: relative;
}

.blueprint-main .heading-WLPFZy {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.blueprint-main .footer-links-WLPFZy {
    flex: 0 0 auto;
}

.blueprint-main .button-zYgIIL {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-dRuxRU {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-L52xvP {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-6aCzXk {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-lotHfw {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-r5uWyz {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-4saCNH {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-tzW8Uo {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .heading-ftpawE {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.blueprint-main .footer-links-ftpawE {
    flex: 0 0 auto;
}

.blueprint-main .button-AfjUqh {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-QUL0Zq {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-wEeCnW {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-CgIP6u {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-xrXIlk {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-5qbE64 {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-vpQBj1 {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-LeblXF {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-bnMeVo {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-4k5kfY {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-OpYTRe {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-5jzy9o {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .button-9tF8VN {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.blueprint-main .text-xEvg77 {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .heading-vWXwxI {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.blueprint-main .footer-links-vWXwxI {
    height: 160px;
}

.blueprint-main .flex-container-126132-8GkwK4 {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
}

.blueprint-main .text0-126132-vjyr4b {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: relative;
    text-align: left;
}

.blueprint-main .span0-2z073Y {
}

.blueprint-main .text1-126132-vjyr4b {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: relative;
    text-align: left;
}

.blueprint-main .span1-CBxPOx {
}

.blueprint-main .flex-container-126135-8GkwK4 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 109px;
    width: 234px;
}

.blueprint-main .text0-126135-BZcpxf {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 10px;
    position: relative;
    text-align: left;
}

.blueprint-main .span0-oLqV4y {
}

.blueprint-main .text1-126135-BZcpxf {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 10px;
    position: relative;
    text-align: left;
}

.blueprint-main .span1-2KvsxQ {
}

.blueprint-main .text2-126135-BZcpxf {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 10px;
    position: relative;
    text-align: left;
}

.blueprint-main .span2-SXZoI9 {
}

.blueprint-main .text3-126135-BZcpxf {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 10px;
    position: relative;
    text-align: left;
}

.blueprint-main .span3-kDfX1j {
}

.blueprint-main .container-YmRPCs {
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 32px;
    margin-bottom: -22.00px;
    width: 1280px;
}

.blueprint-main .content-aDvE3x {
    align-items: center;
    align-self: stretch;
    border-bottom-style: none;
    border-color: var(--gray200);
    border-left-style: none;
    border-right-style: none;
    border-top-style: solid;
    border-top-width: 1px;
    flex: 0 0 auto;
    gap: 32px;
    padding: 32px 0px 0px;
    position: relative;
    width: 100%;
}

.blueprint-main .footer-text-0xnXJ6 {
    background-color: transparent;
    color: var(--gray500);
    flex: 1;
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.blueprint-main .social-icons-0xnXJ6 {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
}

.blueprint-main .frame-26-yGWMx4 {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    gap: 86px;
    left: 842px;
    position: absolute;
    top: 1189px;
}

.blueprint-main .frame-23-txDvj7 {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 36px;
    position: relative;
}

.blueprint-main .frame-22-SnX236 {
    align-items: flex-start;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
}

.blueprint-main .frame-18-Q9yzNu {
    flex: 0 0 auto;
    position: relative;
}

.blueprint-main .design-urgency-4wMMqv {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .weve-got-you-covered-instantly-Q9yzNu {
    background-color: transparent;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: relative;
    text-align: left;
    width: 542px;
    color: var(--medium-purple);
}

.blueprint-main .experience-instant-d-Q9yzNu {
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: relative;
    text-align: left;
    width: 555px;
}

.blueprint-main .images-1b-1-yGWMx4 {
    background-color: transparent;
    height: 748px;
    left: 653px;
    object-fit: cover;
    position: absolute;
    top: 101px;
    width: 748px;
}

.blueprint-main .images-2-c-1-yGWMx4 {
    background-color: transparent;
    height: 632px;
    left: 95px;
    object-fit: cover;
    position: absolute;
    top: 1120px;
    width: 632px;
}

.blueprint-main .group-59499-z2KgHI {
    background-color: transparent;
    height: 193px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 87px;
}

.blueprint-main .group-59647-z2KgHI {
    background-color: transparent;
    height: 204px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 83px;
}

.blueprint-main .group-59501-yGWMx4 {
    background-color: transparent;
    height: 82px;
    left: 52px;
    position: absolute;
    top: 160px;
    width: 82px;
}

.blueprint-main .rectangle-27-XghQ5T {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: #d8d7f70d;
    border-radius: 21px;
    height: 82px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 82px;
}

.blueprint-main .rectangle-28-XghQ5T {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 21px;
    height: 82px;
    left: 0px;
    top: 0px;
    width: 82px;
}

.blueprint-main .group-59511-yGWMx4 {
    background-color: transparent;
    height: 500px;
    position: absolute;
    top: 2003px;
    width: 1590px;
}

.blueprint-main .group-59510-d83aFD {
    background-color: transparent;
    height: 500px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1582px;
}

.blueprint-main .mask-group-82z7LZ {
    height: 500px;
    left: 0px;
    width: 384px;
}

.blueprint-main .mask-group-cFQ2T0 {
    height: 500px;
    left: 399px;
    width: 384px;
}

.blueprint-main .mask-group-VuZTHu {
    height: 500px;
    left: 799px;
    width: 384px;
}

.blueprint-main .group-59509-82z7LZ {
    background-color: transparent;
    height: 500px;
    left: 1198px;
    position: absolute;
    top: 0px;
    width: 384px;
}

.blueprint-main .rectangle-34-VB9DaF {
    background-color: #1c1b19;
    border-radius: 10px;
    height: 500px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 384px;
}

.blueprint-main .mask-group-VB9DaF {
    height: 500px;
    left: 1198px;
    width: 384px;
}

.blueprint-main .group-59508-d83aFD {
    background-color: transparent;
    height: 500px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1582px;
}

.blueprint-main .rectangle-30-MrHLBO {
    background: linear-gradient(180deg, rgb(46.36593282222748, 29.395832531154156, 85.0000025331974) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;
    border-radius: 10px;
    height: 500px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 384px;
}

.blueprint-main .rectangle-31-MrHLBO {
    background: linear-gradient(180deg, rgb(46.36593282222748, 29.395832531154156, 85.0000025331974) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;
    border-radius: 10px;
    height: 500px;
    left: 399px;
    position: absolute;
    top: 0px;
    width: 384px;
}

.blueprint-main .rectangle-32-MrHLBO {
    background: linear-gradient(180deg, rgb(46.36593282222748, 29.395832531154156, 85.0000025331974) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;
    border-radius: 10px;
    height: 500px;
    left: 799px;
    position: absolute;
    top: 0px;
    width: 384px;
}

.blueprint-main .rectangle-33-MrHLBO {
    background: linear-gradient(180deg, rgb(46.36593282222748, 29.395832531154156, 85.0000025331974) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;
    border-radius: 10px;
    height: 500px;
    left: 1198px;
    position: absolute;
    top: 0px;
    width: 384px;
}

.blueprint-main .branding-d83aFD {
    background-color: transparent;
    height: auto;
    left: 26px;
    letter-spacing: 0.30px;
    line-height: 68px;
    position: absolute;
    text-align: left;
    top: 419px;
    width: 141px;
}

.blueprint-main .app-web-design-d83aFD {
    background-color: transparent;
    height: auto;
    left: 425px;
    letter-spacing: 0.30px;
    line-height: 68px;
    position: absolute;
    text-align: left;
    top: 419px;
    width: 258px;
}

.blueprint-main .printing-design-d83aFD {
    background-color: transparent;
    height: auto;
    left: 824px;
    letter-spacing: 0.30px;
    line-height: 68px;
    position: absolute;
    text-align: left;
    top: 419px;
    width: 217px;
}

.blueprint-main .packaging-design-d83aFD {
    background-color: transparent;
    height: auto;
    left: 1224px;
    letter-spacing: 0.30px;
    line-height: 68px;
    position: absolute;
    text-align: left;
    top: 419px;
    width: 252px;
}

.blueprint-main .metric-item-yGWMx4 {
    left: 179px;
}

.blueprint-main .text-RrYl3m {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: relative;
    text-align: center;
}

.blueprint-main .metric-item-SroUQZ {
    left: 574px;
}

.blueprint-main .text-d1exWE {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: relative;
    text-align: center;
}

.blueprint-main .metric-item-3nIfOO {
    left: 969px;
}

.blueprint-main .text-FaM8xB {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: relative;
    text-align: center;
}

.blueprint-main .group-59502-yGWMx4 {
    height: 82px;
    left: 216px;
    top: 119px;
    width: 82px;
}

.blueprint-main .rectangle-27-MVtdop {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: #d8d7f70d;
    border-radius: 68px;
    height: 82px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 82px;
}

.blueprint-main .rectangle-28-MVtdop {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 82px;
    left: 0px;
    top: 0px;
    width: 82px;
}

.blueprint-main .social-proof-section-yGWMx4 {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    left: -371px;
    position: absolute;
    top: 913px;
}

.blueprint-main .container-tXSsjo {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 42px;
    padding: 0px 32px;
}

.blueprint-main .text-1ydEtp {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
}

.blueprint-main .logos-1ydEtp {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 19.875px;
    justify-content: center;
    position: relative;
    width: 2190.676025390625px;
}

.blueprint-main .goodmeetings-logo-160-wM7nxx {
    background-color: transparent;
    height: 53px;
    object-fit: cover;
    position: relative;
    width: 145.75px;
}

.blueprint-main .logo-1-wM7nxx {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    height: 53px;
    overflow: hidden;
    position: relative;
    width: 143.5457763671875px;
}

.blueprint-main .images-2-1-wM7nxx {
    background-color: transparent;
    height: 53px;
    position: relative;
    width: 62.5869140625px;
}

.blueprint-main .d26dc7_52f3e29994654-wM7nxx {
    background-color: transparent;
    height: 53px;
    object-fit: cover;
    position: relative;
    width: 164.5208282470703px;
}

.blueprint-main .frame-46-wM7nxx {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    height: 53px;
    position: relative;
    width: 194.33865356445312px;
}

.blueprint-main .logo-3-wM7nxx {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    height: 53px;
    overflow: hidden;
    position: relative;
    width: 161.2083282470703px;
}

.blueprint-main .neufin-header-wM7nxx {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    height: 44.16666793823242px;
    overflow: hidden;
    position: relative;
    width: 200.9583282470703px;
}

.blueprint-main .frame-47-wM7nxx {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    height: 44.16666793823242px;
    position: relative;
    width: 154.5833282470703px;
}

.blueprint-main .maxresdefault-3-wM7nxx {
    object-fit: cover;
    width: 245.6770782470703px;
}

.blueprint-main .maxresdefault-3-IaCY1q {
    object-fit: cover;
    width: 245.6770782470703px;
}

.blueprint-main .maxresdefault-3-0yZjpw {
    margin-bottom: -5086.58px;
    margin-right: -4587.00px;
    width: 121.45833587646484px;
}

.blueprint-main .maxresdefault-3-lG1Wsf {
    margin-bottom: -5086.58px;
    margin-right: -4728.33px;
    width: 121.45833587646484px;
}

.blueprint-main .rectangle-28-yGWMx4 {
    background-color: var(--white-3);
    border-radius: 23px;
    height: 23px;
    left: 754px;
    top: 3740px;
    width: 87px;
}

.blueprint-main .group-59568-yGWMx4 {
    background-color: transparent;
    height: 384px;
    left: 184px;
    position: absolute;
    top: 3651px;
    width: 1171px;
}

.blueprint-main .group-59550-zVZep6 {
    background-color: transparent;
    height: 384px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 438px;
}

.blueprint-main .group-59502-PtdaoC {
    height: 141px;
    left: 142px;
    top: 89px;
    width: 141px;
}

.blueprint-main .rectangle-27-7OV6Pu {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 141px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 141px;
}

.blueprint-main .rectangle-28-7OV6Pu {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 141px;
    left: 0px;
    top: 0px;
    width: 141px;
}

.blueprint-main .group-59538-PtdaoC {
    background-color: transparent;
    height: 141px;
    left: 297px;
    position: absolute;
    top: 121px;
    width: 141px;
}

.blueprint-main .rectangle-27-BCOpA9 {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 141px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 141px;
}

.blueprint-main .rectangle-28-BCOpA9 {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 141px;
    left: 0px;
    top: 0px;
    width: 141px;
}

.blueprint-main .group-59539-PtdaoC {
    background-color: transparent;
    height: 111px;
    left: 30px;
    position: absolute;
    top: 207px;
    width: 111px;
}

.blueprint-main .rectangle-27-uXV1eA {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 111px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 111px;
}

.blueprint-main .rectangle-28-uXV1eA {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 111px;
    left: 0px;
    top: 0px;
    width: 111px;
}

.blueprint-main .group-59540-PtdaoC {
    background-color: transparent;
    height: 112px;
    left: 0px;
    position: absolute;
    top: 85px;
    width: 112px;
}

.blueprint-main .rectangle-27-RwFZiO {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 112px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 112px;
}

.blueprint-main .rectangle-28-RwFZiO {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 112px;
    left: 0px;
    top: 0px;
    width: 112px;
}

.blueprint-main .group-59541-PtdaoC {
    background-color: transparent;
    height: 81px;
    left: 105px;
    position: absolute;
    top: 9px;
    width: 81px;
}

.blueprint-main .rectangle-27-aLh3no {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 81px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 81px;
}

.blueprint-main .rectangle-28-aLh3no {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 81px;
    left: 0px;
    top: 0px;
    width: 81px;
}

.blueprint-main .group-59542-PtdaoC {
    background-color: transparent;
    height: 100px;
    left: 250px;
    position: absolute;
    top: 0px;
    width: 100px;
}

.blueprint-main .rectangle-27-pZgJto {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 100px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100px;
}

.blueprint-main .rectangle-28-pZgJto {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 100px;
    left: 0px;
    top: 0px;
    width: 100px;
}

.blueprint-main .group-59543-PtdaoC {
    background-color: transparent;
    height: 76px;
    left: 239px;
    position: absolute;
    top: 230px;
    width: 76px;
}

.blueprint-main .rectangle-27-H10vcK {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 76px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 76px;
}

.blueprint-main .rectangle-28-H10vcK {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 76px;
    left: 0px;
    top: 0px;
    width: 76px;
}

.blueprint-main .group-59544-PtdaoC {
    background-color: transparent;
    height: 108px;
    left: 138px;
    position: absolute;
    top: 276px;
    width: 108px;
}

.blueprint-main .rectangle-27-VLJx5U {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 108px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 108px;
}

.blueprint-main .rectangle-28-VLJx5U {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 108px;
    left: 0px;
    top: 0px;
    width: 108px;
}

.blueprint-main .group-59545-PtdaoC {
    background-color: transparent;
    height: 84px;
    left: 315px;
    position: absolute;
    top: 276px;
    width: 84px;
}

.blueprint-main .rectangle-27-adbcFW {
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    background-color: var(--moon-raker);
    border-radius: 68px;
    height: 84px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 84px;
}

.blueprint-main .rectangle-28-adbcFW {
    -webkit-backdrop-filter: blur(20px) brightness(100%);
    backdrop-filter: blur(20px) brightness(100%);
    background-color: transparent;
    border-radius: 68px;
    height: 84px;
    left: 0px;
    top: 0px;
    width: 84px;
}

.blueprint-main .image-tools-yGWMx4 {
    background-color: transparent;
    height: 383px;
    left: 10px;
    object-fit: cover;
    position: absolute;
    top: 10px;
    width: 438px;
}

.blueprint-main .outlined_-mnemonics_-logos-VQRoxT {
    height: 48px;
    left: 340px;
    top: 167px;
    width: 65px;
}

.blueprint-main .vector-VQRoxT {
    height: 39px;
    left: 259px;
    top: 249px;
    width: 39px;
}

.blueprint-main .content-zVZep6 {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    left: 515px;
    padding: 64px;
    position: absolute;
    top: 28px;
    width: 656px;
}

.blueprint-main .our-tools-7dcQPi {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .elevating-brands-7dcQPi {
    background-color: transparent;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .tailored-digital-and-7dcQPi {
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    margin-right: -45.00px;
    position: relative;
    text-align: left;
    width: 573px;
}

.blueprint-main .group-59566-yGWMx4 {
    background-color: transparent;
    height: 508px;
    left: 165px;
    position: absolute;
    top: 3846px;
    width: 1183px;
}

.blueprint-main .rectangle-27-Fiq2WQ {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 508px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1183px;
}

.blueprint-main .rectangle-31-Fiq2WQ {
    background-color: var(--medium-purple);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 23px;
    left: 1017px;
    position: absolute;
    top: 75px;
    width: 87px;
}

.blueprint-main .rectangle-32-Fiq2WQ {
    background-color: var(--medium-purple);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 23px;
    left: 1017px;
    position: absolute;
    top: 138px;
    width: 87px;
}

.blueprint-main .rectangle-34-Fiq2WQ {
    background-color: var(--medium-purple);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 23px;
    left: 1017px;
    position: absolute;
    top: 266px;
    width: 87px;
}

.blueprint-main .rectangle-35-Fiq2WQ {
    background-color: var(--medium-purple);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 23px;
    left: 996px;
    position: absolute;
    top: 393px;
    width: 129px;
}

.blueprint-main .group-59565-Fiq2WQ {
    background-color: transparent;
    height: 472px;
    left: 21px;
    position: absolute;
    top: 23px;
    width: 1140px;
}

.blueprint-main .group-59564-Q1dwC5 {
    background-color: transparent;
    height: 456px;
    left: 38px;
    position: absolute;
    top: 0px;
    width: 139px;
}

.blueprint-main .text-UwcOjD {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59559-UwcOjD {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 54px;
    width: 114px;
}

.blueprint-main .text-5ozVti {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59558-UwcOjD {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 117px;
    width: 110px;
}

.blueprint-main .text-W7aHPL {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59557-UwcOjD {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 181px;
    width: 66px;
}

.blueprint-main .text-wllw4s {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59556-UwcOjD {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 245px;
    width: 112px;
}

.blueprint-main .text-9Z8dsY {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59555-UwcOjD {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 309px;
    width: 95px;
}

.blueprint-main .text-OhsBbv {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59554-UwcOjD {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 372px;
    width: 111px;
}

.blueprint-main .text-R3jNbR {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-ixao0h {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 436px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59560-Q1dwC5 {
    background-color: transparent;
    height: 457px;
    left: 302px;
    position: absolute;
    top: 0px;
    width: 82px;
}

.blueprint-main .text-IcIAqm {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-OPkDDI {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 54px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-uesXq3 {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 117px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-IcIAqm {
    height: 21px;
    left: 24px;
    top: 181px;
    width: 21px;
}

.blueprint-main .vector-OPkDDI {
    height: 21px;
    left: 24px;
    top: 436px;
    width: 21px;
}

.blueprint-main .text-gEsuKJ {
    background-color: transparent;
    height: auto;
    left: 9px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 245px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-LKSsiM {
    background-color: transparent;
    height: auto;
    left: 18px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 372px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59562-Q1dwC5 {
    background-color: transparent;
    height: 457px;
    left: 755px;
    position: absolute;
    top: 0px;
    width: 111px;
}

.blueprint-main .text-Tg8ely {
    background-color: transparent;
    height: auto;
    left: 1px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-zxTysP {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 54px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-Smgrxm {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 117px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-t2EvDF {
    background-color: transparent;
    height: auto;
    left: 34px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 245px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-Tg8ely {
    height: 21px;
    left: 40px;
    top: 181px;
    width: 21px;
}

.blueprint-main .vector-zxTysP {
    height: 21px;
    left: 40px;
    top: 436px;
    width: 21px;
}

.blueprint-main .vector-Smgrxm {
    height: 21px;
    left: 40px;
    top: 308px;
    width: 21px;
}

.blueprint-main .text-bGZexm {
    background-color: transparent;
    height: auto;
    left: 33px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 372px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59561-Q1dwC5 {
    background-color: transparent;
    height: 457px;
    left: 503px;
    position: absolute;
    top: 0px;
    width: 133px;
}

.blueprint-main .text-cxexqA {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-gOmdov {
    background-color: transparent;
    height: auto;
    left: 27px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 54px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-jOTYed {
    background-color: transparent;
    height: auto;
    left: 11px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 117px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-xMqx8g {
    background-color: transparent;
    height: auto;
    left: 35px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 245px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-cxexqA {
    height: 21px;
    left: 51px;
    top: 307px;
    width: 21px;
}

.blueprint-main .vector-gOmdov {
    height: 21px;
    left: 51px;
    top: 436px;
    width: 21px;
}

.blueprint-main .vector-jOTYed {
    height: 21px;
    left: 51px;
    top: 181px;
    width: 21px;
}

.blueprint-main .text-nwlShj {
    background-color: transparent;
    height: auto;
    left: 42px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 372px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59563-Q1dwC5 {
    background-color: transparent;
    height: 456px;
    left: 985px;
    position: absolute;
    top: 0px;
    width: 119px;
}

.blueprint-main .text-yRvlC2 {
    background-color: transparent;
    height: auto;
    left: 26px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-upUcVs {
    background-color: transparent;
    height: auto;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 54px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-BstSQC {
    background-color: transparent;
    height: auto;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 117px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-xzz6pY {
    background-color: transparent;
    height: auto;
    left: 22px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 245px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-yRvlC2 {
    height: 21px;
    left: 40px;
    top: 181px;
    width: 21px;
}

.blueprint-main .vector-upUcVs {
    height: 21px;
    left: 40px;
    top: 435px;
    width: 21px;
}

.blueprint-main .vector-BstSQC {
    height: 21px;
    left: 40px;
    top: 308px;
    width: 21px;
}

.blueprint-main .text-uFhhv1 {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 372px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .line-19-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    object-fit: cover;
    position: absolute;
    top: 31px;
    width: 1140px;
}

.blueprint-main .line-20-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 95px;
    width: 1140px;
}

.blueprint-main .line-21-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 159px;
    width: 1140px;
}

.blueprint-main .line-23-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 222px;
    width: 1140px;
}

.blueprint-main .line-24-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 286px;
    width: 1140px;
}

.blueprint-main .line-25-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 350px;
    width: 1140px;
}

.blueprint-main .line-26-Q1dwC5 {
    background-color: transparent;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 414px;
    width: 1140px;
}

.blueprint-main .line-28-Q1dwC5 {
    background-color: transparent;
    height: 472px;
    left: 921px;
    position: absolute;
    top: 0px;
    width: 1px;
}

.blueprint-main .line-29-Q1dwC5 {
    background-color: transparent;
    height: 472px;
    left: 691px;
    position: absolute;
    top: 0px;
    width: 1px;
}

.blueprint-main .line-30-Q1dwC5 {
    background-color: transparent;
    height: 472px;
    left: 439px;
    position: absolute;
    top: 0px;
    width: 1px;
}

.blueprint-main .line-31-Q1dwC5 {
    background-color: transparent;
    height: 472px;
    left: 238px;
    position: absolute;
    top: 0px;
    width: 1px;
}

.blueprint-main .vector-Q1dwC5 {
    height: 21px;
    left: 326px;
    top: 308px;
    width: 21px;
}

.blueprint-main .group-59567-yGWMx4 {
    background-color: transparent;
    height: 308px;
    left: 171px;
    position: absolute;
    top: 3202px;
    width: 1182px;
}

.blueprint-main .text-9CuDeF {
    background-color: transparent;
    height: auto;
    left: 35px;
    letter-spacing: 0.33px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 253px;
}

.blueprint-main .supporting-text-9CuDeF {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.24px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 279px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-9CuDeF {
    height: 163px;
    left: 78px;
    top: 6px;
    width: 168px;
}

.blueprint-main .text-RJZaBH {
    background-color: transparent;
    height: auto;
    left: 467px;
    letter-spacing: 0.33px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 205px;
    width: 216px;
}

.blueprint-main .supporting-text-RJZaBH {
    background-color: transparent;
    height: auto;
    left: 413px;
    letter-spacing: 0.24px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 279px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-RJZaBH {
    height: 153px;
    left: 501px;
    top: 12px;
    width: 168px;
}

.blueprint-main .text-3xUuKq {
    background-color: transparent;
    height: auto;
    left: 873px;
    letter-spacing: 0.33px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 205px;
    width: 253px;
}

.blueprint-main .supporting-text-3xUuKq {
    background-color: transparent;
    height: auto;
    left: 829px;
    letter-spacing: 0.24px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 279px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-3xUuKq {
    height: 176px;
    left: 912px;
    top: 0px;
    width: 175px;
}

.blueprint-main .group-59575-yGWMx4 {
    background-color: transparent;
    height: 739px;
    left: 257px;
    position: absolute;
    top: 4485px;
    width: 998px;
}

.blueprint-main .group-59608-FGRQlP {
    background-color: transparent;
    height: 739px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 998px;
}

.blueprint-main .group-59574-KvEspU {
    background-color: transparent;
    height: 459px;
    left: 0px;
    position: absolute;
    top: 280px;
    width: 998px;
}

.blueprint-main .group-59570-4dvGsA {
    background-color: transparent;
    height: 215px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 488px;
}

.blueprint-main .text-1xnHb7 {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 90px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-zfCwPY {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 121px;
    width: 395px;
}

.blueprint-main .group-1xnHb7 {
    height: 27px;
    left: 45px;
    top: 46px;
    width: 55px;
}

.blueprint-main .group-59572-4dvGsA {
    background-color: transparent;
    height: 215px;
    left: 0px;
    position: absolute;
    top: 245px;
    width: 488px;
}

.blueprint-main .text-xAmYT0 {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 90px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-85NZJ0 {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 121px;
    width: 395px;
}

.blueprint-main .group-xAmYT0 {
    height: 38px;
    left: 45px;
    top: 36px;
    width: 43px;
}

.blueprint-main .group-59571-4dvGsA {
    background-color: transparent;
    height: 215px;
    left: 514px;
    position: absolute;
    top: 0px;
    width: 488px;
}

.blueprint-main .text-SXARDm {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 90px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-YSgItU {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 121px;
    width: 395px;
}

.blueprint-main .group-SXARDm {
    height: 42px;
    left: 47px;
    top: 32px;
    width: 35px;
}

.blueprint-main .group-59573-4dvGsA {
    background-color: transparent;
    height: 215px;
    left: 514px;
    position: absolute;
    top: 245px;
    width: 488px;
}

.blueprint-main .text-TACbPZ {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 90px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-vxHdiZ {
    background-color: transparent;
    height: auto;
    left: 45px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 121px;
    width: 395px;
}

.blueprint-main .group-TACbPZ {
    height: 35px;
    left: 47px;
    top: 38px;
    width: 43px;
}

.blueprint-main .group-59607-KvEspU {
    background-color: transparent;
    height: 190px;
    left: 209px;
    position: absolute;
    top: 0px;
    width: 585px;
}

.blueprint-main .group-59606-xN00k5 {
    background-color: transparent;
    height: 23px;
    left: 230px;
    position: absolute;
    top: 0px;
    width: 121px;
}

.blueprint-main .container-zSHsft {
    align-items: center;
    display: inline-flex;
    gap: 32px;
    justify-content: center;
    left: 0px;
    top: 0px;
}

.blueprint-main .rectangle-29-KoTlMc {
    height: 24px;
    position: relative;
    width: 125px;
}

.blueprint-main .heading-xN00k5 {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: absolute;
    text-align: center;
    top: 54px;
    width: 581px;
    color: var(--medium-purple);
}

.blueprint-main .how-it-works-xN00k5 {
    background-color: transparent;
    height: auto;
    left: 244px;
    letter-spacing: 0.00px;
    line-height: normal;
    position: absolute;
    text-align: center;
    top: 3px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59609-yGWMx4 {
    background-color: transparent;
    height: 953px;
    left: 194px;
    position: absolute;
    top: 5335px;
    width: 1127px;
}

.blueprint-main .group-59579-CvECqI {
    background-color: transparent;
    height: 171px;
    left: 178px;
    position: absolute;
    top: 0px;
    width: 772px;
}

.blueprint-main .rectangle-29-a7FR2t {
    height: 23px;
    left: 324px;
    position: absolute;
    top: 2px;
    width: 124px;
}

.blueprint-main .wall-of-love-a7FR2t {
    background-color: transparent;
    height: auto;
    left: 342px;
    letter-spacing: 0.00px;
    line-height: normal;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .heading-a7FR2t {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 768px;
    color: var(--medium-purple);
}

.blueprint-main .group-59605-CvECqI {
    background-color: transparent;
    height: 698px;
    left: 0px;
    position: absolute;
    top: 254px;
    width: 1127px;
}

.blueprint-main .rectangle-50-FzxYjR {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 159px;
    left: 383px;
    position: absolute;
    top: 7px;
    width: 357px;
}

.blueprint-main .group-59585-FzxYjR {
    background-color: transparent;
    height: 49px;
    left: 404px;
    position: absolute;
    top: 30px;
    width: 304px;
}

.blueprint-main .ellipse-5-uzsgE8 {
    left: 0px;
    top: 0px;
}

.blueprint-main .text-xLw1Xr {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-2WDaG3 {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-uzsgE8 {
    height: 20px;
    left: 281px;
    top: 14px;
    width: 22px;
}

.blueprint-main .group-59595-FzxYjR {
    background-color: transparent;
    height: 56px;
    left: 407px;
    position: absolute;
    top: 96px;
    width: 317px;
}

.blueprint-main .amet-minim-mollit-no-dpSsUC {
    top: 27px;
}

.blueprint-main .group-59591-dpSsUC {
    left: 0px;
    width: 138px;
}

.blueprint-main .star-1-iTWhKt {
    left: 1px;
}

.blueprint-main .star-2-iTWhKt {
    left: 29px;
}

.blueprint-main .group-59610-FzxYjR {
    height: 339px;
    left: 6px;
    top: 7px;
    transform: rotate(-2.16deg);
    width: 357px;
}

.blueprint-main .rectangle-52-Y68xJI {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 339px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 357px;
}

.blueprint-main .group-59584-Y68xJI {
    background-color: transparent;
    height: 49px;
    left: 21px;
    position: absolute;
    top: 23px;
    width: 304px;
}

.blueprint-main .ellipse-5-OXuM6h {
    left: -0px;
    top: -0px;
    transform: rotate(2.16deg);
}

.blueprint-main .text-bxtKzD {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-4vNbnY {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-OXuM6h {
    height: 21px;
    left: 281px;
    top: 14px;
    transform: rotate(2.16deg);
    width: 23px;
}

.blueprint-main .group-59596-Y68xJI {
    background-color: transparent;
    height: 230px;
    left: 21px;
    position: absolute;
    top: 89px;
    width: 317px;
}

.blueprint-main .amet-minim-mollit-no-cEApw1 {
    top: 27px;
}

.blueprint-main .group-59591-cEApw1 {
    left: 0px;
    width: 138px;
}

.blueprint-main .star-1-UUnjn8 {
    left: 0px;
    transform: rotate(2.16deg);
}

.blueprint-main .star-2-UUnjn8 {
    left: 29px;
    transform: rotate(2.16deg);
}

.blueprint-main .star-3-UUnjn8 {
    transform: rotate(2.16deg);
}

.blueprint-main .star-4-UUnjn8 {
    transform: rotate(2.16deg);
}

.blueprint-main .star-5-UUnjn8 {
    transform: rotate(2.16deg);
}

.blueprint-main .group-59604-FzxYjR {
    background-color: transparent;
    height: 243px;
    left: 383px;
    position: absolute;
    top: 186px;
    transform: rotate(2.89deg);
    width: 357px;
}

.blueprint-main .rectangle-53-xpvvB7 {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 243px;
    left: -0px;
    position: absolute;
    top: 0px;
    width: 357px;
}

.blueprint-main .group-59588-xpvvB7 {
    background-color: transparent;
    height: 49px;
    left: 21px;
    position: absolute;
    top: 15px;
    width: 304px;
}

.blueprint-main .ellipse-5-LlUBQ5 {
    left: -0px;
    top: -0px;
    transform: rotate(-2.89deg);
}

.blueprint-main .text-1PVASM {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-zkZtRv {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-LlUBQ5 {
    height: 23px;
    left: 281px;
    top: 13px;
    transform: rotate(-2.89deg);
    width: 24px;
}

.blueprint-main .group-59597-xpvvB7 {
    background-color: transparent;
    height: 143px;
    left: 24px;
    position: absolute;
    top: 87px;
    width: 317px;
}

.blueprint-main .amet-minim-mollit-no-aS0ITd {
    top: 27px;
}

.blueprint-main .group-59591-aS0ITd {
    left: 0px;
    width: 109px;
}

.blueprint-main .star-1-dyjdJr {
    left: 1px;
    transform: rotate(-2.89deg);
}

.blueprint-main .star-2-dyjdJr {
    left: 30px;
    transform: rotate(-2.89deg);
}

.blueprint-main .star-3-dyjdJr {
    transform: rotate(-2.89deg);
}

.blueprint-main .star-4-dyjdJr {
    transform: rotate(-2.89deg);
}

.blueprint-main .group-59601-FzxYjR {
    background-color: transparent;
    height: 499px;
    left: 760px;
    position: absolute;
    top: 7px;
    transform: rotate(2.25deg);
    width: 357px;
}

.blueprint-main .rectangle-51-GClBUr {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 499px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 357px;
}

.blueprint-main .group-59586-GClBUr {
    background-color: transparent;
    height: 49px;
    left: 21px;
    position: absolute;
    top: 23px;
    width: 304px;
}

.blueprint-main .ellipse-5-Oz6MTs {
    left: -0px;
    top: -0px;
    transform: rotate(-2.25deg);
}

.blueprint-main .text-U8ww8e {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-xorCiE {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-Oz6MTs {
    height: 21px;
    left: 281px;
    top: 14px;
    transform: rotate(-2.25deg);
    width: 22px;
}

.blueprint-main .group-59599-GClBUr {
    background-color: transparent;
    height: 389px;
    left: 21px;
    position: absolute;
    top: 89px;
    width: 317px;
}

.blueprint-main .flex-container-126617-8qPQcW {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 362px;
    left: -0px;
    position: absolute;
    top: 27px;
    width: 315px;
}

.blueprint-main .text0-126617-Om2l3G {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 29px;
    position: relative;
    text-align: left;
}

.blueprint-main .span0-65tC5V {
}

.blueprint-main .text1-126617-Om2l3G {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 29px;
    position: relative;
    text-align: left;
}

.blueprint-main .span1-h4sLUT {
}

.blueprint-main .group-59591-8qPQcW {
    left: 0px;
    width: 80px;
}

.blueprint-main .star-1-4Yj2iM {
    left: 1px;
    transform: rotate(-2.25deg);
}

.blueprint-main .star-2-4Yj2iM {
    left: 29px;
    transform: rotate(-2.25deg);
}

.blueprint-main .star-3-4Yj2iM {
    transform: rotate(-2.25deg);
}

.blueprint-main .group-59603-FzxYjR {
    background-color: transparent;
    height: 243px;
    left: 383px;
    position: absolute;
    top: 448px;
    transform: rotate(2.55deg);
    width: 357px;
}

.blueprint-main .rectangle-54-4LMGVZ {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 243px;
    left: -0px;
    position: absolute;
    top: 0px;
    width: 357px;
}

.blueprint-main .group-59590-4LMGVZ {
    background-color: transparent;
    height: 49px;
    left: 21px;
    position: absolute;
    top: 11px;
    width: 304px;
}

.blueprint-main .ellipse-5-xksxAj {
    left: -0px;
    top: -0px;
    transform: rotate(-2.55deg);
}

.blueprint-main .text-uqxOe3 {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: -0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-taFxBr {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-xksxAj {
    height: 21px;
    left: 281px;
    top: 14px;
    transform: rotate(-2.55deg);
    width: 22px;
}

.blueprint-main .group-59598-4LMGVZ {
    background-color: transparent;
    height: 143px;
    left: 24px;
    position: absolute;
    top: 78px;
    width: 317px;
}

.blueprint-main .amet-minim-mollit-no-5243vy {
    top: 27px;
}

.blueprint-main .group-59591-5243vy {
    left: -0px;
    width: 109px;
}

.blueprint-main .star-1-O6vVTl {
    left: 1px;
    transform: rotate(-2.55deg);
}

.blueprint-main .star-2-O6vVTl {
    left: 29px;
    transform: rotate(-2.55deg);
}

.blueprint-main .star-3-O6vVTl {
    transform: rotate(-2.55deg);
}

.blueprint-main .star-4-O6vVTl {
    transform: rotate(-2.55deg);
}

.blueprint-main .group-59602-FzxYjR {
    background-color: transparent;
    height: 164px;
    left: 760px;
    position: absolute;
    top: 526px;
    transform: rotate(-0.88deg);
    width: 357px;
}

.blueprint-main .rectangle-55-cGRODE {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 164px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 357px;
}

.blueprint-main .group-59589-cGRODE {
    background-color: transparent;
    height: 49px;
    left: 21px;
    position: absolute;
    top: 15px;
    width: 304px;
}

.blueprint-main .ellipse-5-FIcJG3 {
    left: 0px;
    top: -0px;
    transform: rotate(0.88deg);
}

.blueprint-main .text-j7CSug {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-autif7 {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .vector-FIcJG3 {
    height: 21px;
    left: 281px;
    top: 14px;
    transform: rotate(0.88deg);
    width: 23px;
}

.blueprint-main .group-59600-cGRODE {
    background-color: transparent;
    height: 56px;
    left: 21px;
    position: absolute;
    top: 81px;
    width: 317px;
}

.blueprint-main .amet-minim-mollit-no-JZiOiz {
    top: 27px;
}

.blueprint-main .group-59591-JZiOiz {
    left: 0px;
    width: 109px;
}

.blueprint-main .star-1-8SNrtT {
    left: 1px;
    transform: rotate(0.88deg);
}

.blueprint-main .star-2-8SNrtT {
    left: 29px;
    transform: rotate(0.88deg);
}

.blueprint-main .star-3-8SNrtT {
    transform: rotate(0.88deg);
}

.blueprint-main .star-4-8SNrtT {
    transform: rotate(0.88deg);
}

.blueprint-main .group-59611-FzxYjR {
    height: 324px;
    left: 6px;
    top: 366px;
    transform: rotate(1.62deg);
    width: 357px;
}

.blueprint-main .rectangle-49-moyGHm {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 324px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 357px;
}

.blueprint-main .group-59587-moyGHm {
    background-color: transparent;
    height: 49px;
    left: 21px;
    position: absolute;
    top: 25px;
    width: 304px;
}

.blueprint-main .ellipse-5-Pz67l7 {
    left: -0px;
    top: -0px;
    transform: rotate(-1.62deg);
}

.blueprint-main .text-rXedcD {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .text-6GmL2n {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 19px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-Pz67l7 {
    height: 23px;
    left: 281px;
    top: 12px;
    transform: rotate(-1.62deg);
    width: 23px;
}

.blueprint-main .group-59593-moyGHm {
    background-color: transparent;
    height: 208px;
    left: 21px;
    position: absolute;
    top: 107px;
    width: 317px;
}

.blueprint-main .amet-minim-mollit-no-uarJcz {
    top: 34px;
}

.blueprint-main .group-59592-uarJcz {
    background-color: transparent;
    height: 23px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 138px;
}

.blueprint-main .star-1-r9pWxS {
    left: 1px;
    transform: rotate(-1.62deg);
}

.blueprint-main .star-2-r9pWxS {
    left: 29px;
    transform: rotate(-1.62deg);
}

.blueprint-main .star-3-r9pWxS {
    transform: rotate(-1.62deg);
}

.blueprint-main .star-4-r9pWxS {
    transform: rotate(-1.62deg);
}

.blueprint-main .star-5-r9pWxS {
    transform: rotate(-1.62deg);
}

.blueprint-main .group-59624-yGWMx4 {
    background-color: transparent;
    height: 675px;
    left: 109px;
    position: absolute;
    top: 6447px;
    width: 1275px;
}

.blueprint-main .rectangle-29-uLsR2c {
    height: 23px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 53px;
}

.blueprint-main .group-59620-uLsR2c {
    background-color: transparent;
    height: 675px;
    left: 543px;
    position: absolute;
    top: 0px;
    width: 732px;
}

.blueprint-main .group-59616-Px5r33 {
    background-color: transparent;
    height: 20px;
    left: 41px;
    position: absolute;
    top: 247px;
    width: 658px;
}

.blueprint-main .icon-knjxUl {
    top: -1px;
}

.blueprint-main .group-59615-Px5r33 {
    background-color: transparent;
    height: 20px;
    left: 41px;
    position: absolute;
    top: 349px;
    width: 658px;
}

.blueprint-main .what-does-unlimited-really-mean-8kssR7 {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 4px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .icon-8kssR7 {
    top: -1px;
}

.blueprint-main .group-59614-Px5r33 {
    background-color: transparent;
    height: 20px;
    left: 41px;
    position: absolute;
    top: 451px;
    width: 658px;
}

.blueprint-main .how-long-does-it-tak-kryBGr {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 4px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .icon-kryBGr {
    top: -1px;
}

.blueprint-main .group-59612-Px5r33 {
    background-color: transparent;
    height: 20px;
    left: 41px;
    position: absolute;
    top: 553px;
    width: 658px;
}

.blueprint-main .how-do-i-create-a-design-request-FodreO {
    top: 4px;
}

.blueprint-main .icon-FodreO {
    top: -1px;
}

.blueprint-main .group-59613-Px5r33 {
    background-color: transparent;
    height: 20px;
    left: 41px;
    position: absolute;
    top: 655px;
    width: 658px;
}

.blueprint-main .icon-SxWBxs {
    top: -1px;
}

.blueprint-main .group-59619-Px5r33 {
    background-color: transparent;
    height: 165px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 732px;
}

.blueprint-main .rectangle-56-NP3bmx {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 165px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 732px;
}

.blueprint-main .group-59618-NP3bmx {
    background-color: transparent;
    height: 108px;
    left: 41px;
    position: absolute;
    top: 32px;
    width: 660px;
}

.blueprint-main .how-do-i-create-a-design-request-TiMGEB {
    top: 0px;
}

.blueprint-main .yes-you-can-try-us-f-TiMGEB {
    background-color: transparent;
    color: var(--gray600);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: 24px;
    left: 0px;
    letter-spacing: 0.00px;
    position: absolute;
    text-align: left;
    top: 36px;
    width: 554px;
}

.blueprint-main .icon-TiMGEB {
    top: 2px;
}

.blueprint-main .heading-and-supporting-text-uLsR2c {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    left: 7px;
    position: absolute;
    top: 4px;
}

.blueprint-main .heading-and-subheading-GR2bzI {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.blueprint-main .faq-2lC9DM {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .heading-2lC9DM {
    background-color: transparent;
    color: var(--medium-purple);
    font-family: var(--font-family-bricolage_grotesque_18pt-semibold);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 47px;
    position: relative;
    text-align: left;
    width: 468px;
}

.blueprint-main .supporting-text-GR2bzI {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: relative;
    text-align: left;
    width: 468px;
}


.blueprint-main .span1-962kgo {
    text-decoration: underline;
}


.blueprint-main .group-59635-yGWMx4 {
    background-color: transparent;
    height: 517px;
    left: 131px;
    position: absolute;
    top: 8300px;
    width: 1250px;
}

.blueprint-main .group-59633-eCY8FR {
    background-color: transparent;
    height: 517px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1252px;
}

.blueprint-main .rectangle-62-jD2lea {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 517px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1250px;
}

.blueprint-main .frame-6-jD2lea {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    gap: 42px;
    left: 396px;
    position: absolute;
    top: 294px;
}

.blueprint-main .fun-label-color-1XNbEY {
    cursor: pointer;
    z-index: 1;
    background-color: var(--medium-purple);
    flex: 0 0 auto;
    height: 56px;
    position: relative;
}

.blueprint-main .label-text-P7PKNl {
    color: var(--white);
}

.blueprint-main .fun-label-color-i1usiJ {
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--trout);
    flex: 0 0 auto;
    position: relative;
}

.blueprint-main .label-text-71UUaB {
    color: var(--trout);
}

.blueprint-main .heading-jD2lea {
    background-color: transparent;
    color: var(--shark);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    height: 102px;
    left: 288px;
    letter-spacing: 0.00px;
    line-height: 58px;
    position: absolute;
    text-align: center;
    top: 155px;
    width: 674px;
}

.blueprint-main .mask-group-eCY8FR {
    height: 517px;
    left: 0px;
    width: 1250px;
}

.blueprint-main .group-59638-yGWMx4 {
    background-color: transparent;
    height: 706px;
    left: 108px;
    position: absolute;
    top: 7326px;
    width: 1297px;
}

.blueprint-main .group-59621-QCoTex {
    background-color: transparent;
    height: 505px;
    left: 0px;
    position: absolute;
    top: 201px;
    width: 635px;
}

.blueprint-main .codelation-case-stud-mxuXfS {
    background-color: transparent;
    color: var(--gray900);
    font-family: var(--font-family-bricolage_grotesque);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 700;
    height: auto;
    left: 28px;
    letter-spacing: 0.00px;
    line-height: 32px;
    position: absolute;
    text-align: left;
    top: 380px;
    width: 521px;
}

.blueprint-main .supporting-text-mxuXfS {
    background-color: transparent;
    color: var(--storm-gray);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: 28px;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: absolute;
    text-align: left;
    top: 420px;
    width: 532px;
}

.blueprint-main .group-59622-QCoTex {
    background-color: transparent;
    height: 505px;
    left: 665px;
    position: absolute;
    top: 201px;
    width: 635px;
}

.blueprint-main .development-be-agency-mostly-on-working-AZV2gl {
    background-color: transparent;
    color: var(--gray900);
    font-family: var(--font-family-bricolage_grotesque);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 700;
    height: auto;
    left: 28px;
    letter-spacing: 0.00px;
    line-height: 32px;
    position: absolute;
    text-align: left;
    top: 380px;
    width: 521px;
}

.blueprint-main .supporting-text-AZV2gl {
    background-color: transparent;
    color: var(--storm-gray);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: 28px;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: absolute;
    text-align: left;
    top: 420px;
    width: 532px;
}

.blueprint-main .group-59637-QCoTex {
    background-color: transparent;
    height: 139px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1297px;
}

.blueprint-main .rectangle-29-01wtpd {
    height: 23px;
    left: 617px;
    position: absolute;
    top: 0px;
    width: 63px;
}

.blueprint-main .group-59636-01wtpd {
    background-color: transparent;
    height: 136px;
    left: 0px;
    position: absolute;
    top: 3px;
    width: 1303px;
}

.blueprint-main .read-OpjVQt {
    background-color: transparent;
    height: auto;
    left: 630px;
    letter-spacing: 0.00px;
    line-height: normal;
    position: absolute;
    text-align: center;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .heading-OpjVQt {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: absolute;
    text-align: center;
    top: 30px;
    white-space: nowrap;
    width: 1297px;
    color: var(--medium-purple);
}

.blueprint-main .supporting-text-OpjVQt {
    background-color: transparent;
    height: auto;
    left: 343px;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 107px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .group-59650-yGWMx4 {
    background-color: transparent;
    height: 376px;
    left: 107px;
    position: absolute;
    top: 279px;
    width: 631px;
}

.blueprint-main .rectangle-26-KvSDEF {
    left: 0px;
    top: 4px;
    width: 209px;
}

.blueprint-main .frame-27-KvSDEF {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 36px;
    justify-content: center;
    left: 9px;
    position: absolute;
    top: 0px;
}

.blueprint-main .frame-22-kQAwg9 {
    align-items: flex-start;
    flex: 0 0 auto;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.blueprint-main .frame-18-Vv1Y0P {
    height: 21px;
    padding: 6px 0px;
    position: relative;
}

.blueprint-main .instant-design-excellence-OZXxcr {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-bottom: -9.00px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .your-creative-soluti-Vv1Y0P {
    background-color: transparent;
    letter-spacing: 0.56px;
    line-height: 68px;
    position: relative;
    text-align: left;
    width: 622px;
    color: var(--medium-purple);
}

.blueprint-main .effortless-design-br-Vv1Y0P {
    background-color: transparent;
    letter-spacing: 0.26px;
    line-height: 29px;
    position: relative;
    text-align: left;
    width: 550px;
}

.blueprint-main .fun-label-color-vcmLJZ {
    cursor: pointer;
    z-index: 1;
    background-color: var(--medium-purple);
    flex: 0 0 auto;
    height: 56px;
    position: relative;
}

.blueprint-main .label-text-Msr94H {
    color: #ffffff;
}

.blueprint-main .fun-label-color-oxkxBx {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--trout);
    flex: 0 0 auto;
    position: relative;
}

.blueprint-main .label-text-VNefl6 {
    color: var(--trout);
}

.blueprint-main .amet-minim-mollit-no {
    background-color: transparent;
    height: auto;
    left: -0px;
    letter-spacing: 0.00px;
    line-height: 29px;
    position: absolute;
    text-align: left;
    width: 315px;
}

.blueprint-main .can-i-submit-multipl {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    top: 4px;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .container {
    background-color: transparent;
    flex-direction: column;
    position: relative;
}

.blueprint-main .content {
    background-color: transparent;
    display: flex;
}

.blueprint-main .ellipse-2 {
    background-color: transparent;
    height: 26px;
    object-fit: cover;
    position: relative;
    width: 26px;
}

.blueprint-main .ellipse-5 {
    background-color: transparent;
    height: 49px;
    object-fit: cover;
    position: absolute;
    width: 49px;
}

.blueprint-main .footer-link {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    position: relative;
}

.blueprint-main .footer-links {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
}

.blueprint-main .footer-links-column {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
    position: relative;
}

.blueprint-main .frame-1 {
    /*align-items: center;*/
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
}

.blueprint-main .frame-18 {
    align-items: flex-start;
    background-color: transparent;
    border-radius: 24px;
    display: inline-flex;
    gap: 8px;
}

.blueprint-main .frame-22 {
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
}

.blueprint-main .frame-5 {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 12px;
    position: relative;
}

.blueprint-main .fun-label-color {
    align-items: center;
    border-radius: 16px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    padding: 15px 24px;
}

.blueprint-main .group {
    background-color: transparent;
    position: absolute;
}

.blueprint-main .group-59502 {
    background-color: transparent;
    position: absolute;
}

.blueprint-main .group-59583 {
    background-color: transparent;
    height: 39px;
    left: 71px;
    position: absolute;
    top: 5px;
    width: 93px;
}

.blueprint-main .group-59591 {
    background-color: transparent;
    height: 23px;
    position: absolute;
    top: 0px;
}

.blueprint-main .group-59610 {
    background-color: transparent;
    position: absolute;
}

.blueprint-main .group-59611 {
    background-color: transparent;
    position: absolute;
}

.blueprint-main .how-do-i-create-a-design-request {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.blueprint-main .icon {
    background-color: transparent;
    height: 22px;
    left: 635px;
    position: absolute;
    width: 22px;
}

.blueprint-main .label-text {
    background-color: transparent;
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.00px;
    line-height: normal;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .mask-group {
    background-color: transparent;
    position: absolute;
    top: 0px;
}

.blueprint-main .maxresdefault-3 {
    background-color: transparent;
    height: 44.16666793823242px;
    position: relative;
}

.blueprint-main .metric-item {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 2752px;
    width: 363px;
}

.blueprint-main .number {
    align-self: stretch;
    background-color: transparent;
    letter-spacing: -1.20px;
    line-height: 72px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    color: var(--medium-purple);
}

.blueprint-main .number-and-text {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
}

.blueprint-main .outlined_-mnemonics_-logos {
    background-color: transparent;
    position: absolute;
}

.blueprint-main .phone {
    background-color: transparent;
    height: 24px;
    position: relative;
    width: 24px;
}

.blueprint-main .products {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.blueprint-main .rectangle-26 {
    background-color: var(--white-3);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 23px;
    position: absolute;
}

.blueprint-main .rectangle-28 {
    border: 0.5px solid;
    border-color: var(--white);
    position: absolute;
}

.blueprint-main .rectangle-29 {
    background-color: var(--white-3);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
}

.blueprint-main .rectangle-47 {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 15px;
    height: 215px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 484px;
}

.blueprint-main .rectangle-58 {
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
    height: 480px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 631px;
}

.blueprint-main .rectangle-59 {
    background-color: transparent;
    height: 359px;
    left: -0px;
    position: absolute;
    top: 2px;
    width: 632px;
    border-radius: 30px;
    padding: 10px;
}

.blueprint-main .social-icon img {
    background-color: transparent;
    height: 24px;
    position: relative;
    width: 24px;
}

.blueprint-main .star-1 {
    background-color: transparent;
    height: 21px;
    position: absolute;
    top: 0px;
    width: 22px;
}

.blueprint-main .star-2 {
    background-color: transparent;
    height: 21px;
    position: absolute;
    top: 0px;
    width: 22px;
}

.blueprint-main .star-3 {
    background-color: transparent;
    height: 21px;
    left: 58px;
    position: absolute;
    top: 0px;
    width: 22px;
}

.blueprint-main .star-4 {
    background-color: transparent;
    height: 21px;
    left: 87px;
    position: absolute;
    top: 0px;
    width: 22px;
}

.blueprint-main .star-5 {
    background-color: transparent;
    height: 21px;
    left: 116px;
    position: absolute;
    top: 0px;
    width: 22px;
}

.blueprint-main .vector {
    background-color: transparent;
    position: absolute;
}


/* for logo scroll */
.blueprint-main .group-59507-HppLKH {
    background-color: transparent;
    height: 143px;
    left: -340px;
    position: absolute;
    top: 913px;
    width: 2195px;
}


.blueprint-main .text-QRQx6i {
    background-color: transparent;
    color: var(--medium-purple);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
}

.blueprint-main .group-59506-QRQx6i {
    background-color: transparent;
    height: 102px;
    position: absolute;
    top: 42px;
    width: 100%;
}


.blueprint-main .logos {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blueprint-main .logo-slide {
    display: flex;
    animation: slide 30s linear infinite;
    width: fit-content; /* Allow container to fit content width */
}

.blueprint-main .logo-group {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-right: 25px; /* Add padding equal to gap to maintain spacing */
}

.blueprint-main .logos img {
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* for logo scroll */
/* ------------------------------------------------------------- */
/* Navbar styles for 2.html */
.blueprint-main .nav-div {
    background: linear-gradient(180deg, #CABEFA 0%, #CABEFA 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    height: 90px;
    top: -15px;
    left: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blueprint-main .frame-1-EGjMPN,
.blueprint-main .frame-2-EGjMPN {
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.blueprint-main .frame-1-EGjMPN:hover,
.blueprint-main .frame-2-EGjMPN:hover {
    cursor: pointer;
    z-index: 1;
    border-bottom-color: var(--medium-purple);
}

.blueprint-main .button-azRTy8 {
    transition: all 0.3s ease;
}

.blueprint-main .button-azRTy8:hover {
    opacity: 0.9;
}

.blueprint-main .fun-label-color-azRTy8 {
    background: linear-gradient(135deg, var(--medium-purple) 0%, #8b5cf6 100%);
    transition: all 0.3s ease;
}

.blueprint-main .fun-label-color-azRTy8:hover {
    transform: translateY(-1px);
    transform: translateX(1px);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

/* Navbar styles for 2.html */
/* -------------------------------------------------------------  */

/* Add these animation keyframes */
@keyframes riseUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Style for the animated elements */
.blueprint-main .group-xAmYT0,
.blueprint-main .group-SXARDm,
.blueprint-main .group-TACbPZ,
.blueprint-main .group-1xnHb7 {
    opacity: 0;
    visibility: hidden;
}

.animate-rise-up {
    animation: riseUp 2s ease-out forwards;
    visibility: visible !important;
}

/* Style for the animated elements */


.blueprint-main .group-59620-DxYC2h {
    background-color: transparent;
    height: 679px;
    left: 536px;
    position: absolute;
    top: 0px;
    width: 732px;
}

/* FAQ Styles */
.blueprint-main .faq-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.blueprint-main .faq-item {

    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--white-2);
    border: 0.5px solid;
    border-color: var(--white);
    border-radius: 23px;
}

.blueprint-main .faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.blueprint-main .faq-question p {
    margin: 0;
    color: #101828;
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 28px;

}

.blueprint-main .faq-icon {
    width: 24px;
    height: 24px;
}

.blueprint-main .faq-icon.minus {
    display: none;
}

.blueprint-main .faq-item.active .faq-icon.plus {
    display: none;
}

.blueprint-main .faq-item.active .faq-icon.minus {
    display: block;
}

.blueprint-main .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 20px;
    opacity: 0;
    color: #475467;
}

.blueprint-main .faq-item.active .faq-answer {

    max-height: 500px; /* Increased to accommodate longer answers */
    padding: 0 20px 20px 20px;
    opacity: 1;
}

.blueprint-main .faq-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.blueprint-main .faq-icons {
    position: relative;
    width: 24px;
    height: 24px;
}

.blueprint-main .faq-icon.plus,
.blueprint-main .faq-icon.minus {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.blueprint-main .faq-icon.minus {
    opacity: 0;
    transform: rotate(-90deg);
}

.blueprint-main .faq-item.active .faq-icon.plus {
    opacity: 0;
    transform: rotate(90deg);
}

.blueprint-main .faq-item.active .faq-icon.minus {
    opacity: 1;
    transform: rotate(0);
}

.blueprint-main .bricolagegrotesque-normal-silver-sand-18px {
    background-color: transparent;
    color: var(--gray600);
    font-family: var(--font-family-bricolage_grotesque_18pt-regular);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: 24px;
}

/* Services Slider Styles */
.blueprint-main .services-slide-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.blueprint-main .services-slide {
    display: flex;
    animation: slideServices 30s linear infinite;
    width: fit-content;
}

.blueprint-main .services-group {
    display: flex;
    padding: 0 10px;
    flex-shrink: 0;
}

.blueprint-main .service-item {
    width: 378px; /* Specific width */
    height: 450px; /* Specific height */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.blueprint-main .service-item .service-image {
    width: 100%;
    height: 100%;
    background-size: contain; /* Changed to contain to show full image */
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover; /* Ensures image covers the container properly */
}

.blueprint-main .service-item .service-name {
    position: absolute;
    bottom: 20px;
    left: 50px;
    color: white;
    font-family: var(--font-family-bricolage_grotesque_36pt-semibold);
    font-size: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes slideServices {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.blueprint-main .services-slide:hover {
    animation-play-state: paused;
}

/* Mode Switcher Styles */
.blueprint-main .mode-switcher {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 99999;
}

.blueprint-main .mode-img {
    width: 55px;
    height: 55px;
    cursor: pointer;
    transition: all 0.3s ease;
    object-fit: contain;
}

.blueprint-main .mode-img:hover {
    transform: translateX(-5px);
}

/* Target the third mode icon specifically */
.blueprint-main .mode-img:nth-child(3) {
    width: 62px;
    height: 65px;
}

/* Update the animation classes */
.animate-rise-up {
    animation: riseUp 1s ease-out forwards;
    visibility: visible !important;
}

/* Add delay classes */
.delay-0 {
    animation-delay: 0.6s;
}

.delay-200 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.9s;
}

.delay-600 {
    animation-delay: 0s;
}

@keyframes riseUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.blueprint-main .footer-link a div:hover {
    color: #8b5cf6;
}

.blueprint-main .group-9CuDeF,
.blueprint-main .group-RJZaBH,
.blueprint-main .group-3xUuKq {
    animation: mildBounce 3s ease-in-out infinite;
    will-change: transform;
}

/* Add these animation styles */
@keyframes mildBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}
