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

.safe-wrapper {
    position: relative;
    /*height: calc(var(--vh, 1vh) * 100);*/
    overflow-y: auto;
    overflow-anchor: none;
    overscroll-behavior: none;
    contain: layout paint;
    will-change: transform;
}

.pencil-sketch-mobile .overlap-group-ps {
    min-height: 100%;
    position: relative;
}

.pencil-sketch-mobile .screen a {
    display: contents;
    text-decoration: none;
}

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

.pencil-sketch-mobile .container-center-horizontal > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.pencil-sketch-mobile .valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

* {
    box-sizing: border-box;
}


.pencil-sketch-mobile {
    --black: #000000;
    --blue-charcoal: #020617;
    --charade: #293138;
    --gray500: #667084;
    --gray600: #475466;
    --gray900: #0f1728;
    --shark: #27272a;
    --ship-gray: #3f3f46;
    --trout: #52525b;
    --white: #ffffff;

    --font-size-l: 14.5px;
    --font-size-m: 14px;
    --font-size-s: 13px;
    --font-size-xl: 15.3px;
    --font-size-xs: 12px;
    --font-size-xxl: 16px;
    --font-size-xxxl: 32.9px;

    --font-family-balsamiq_sans: "Balsamiq Sans", Helvetica;
    --font-family-bricolage_grotesque: "Bricolage Grotesque", Helvetica;
    --font-family-caveat_brush: "Caveat Brush", Helvetica;
    --font-family-inter: "Inter", Helvetica;
}

.pencil-sketch-mobile .balsamiqsans-normal-mirage-14px {
    color: var(--gray900);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-normal-trout-13px {
    color: var(--trout);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .inter-semi-bold-fiord-16px {
    color: var(--gray600);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 600;
}

.pencil-sketch-mobile .caveatbrush-normal-blue-charcoal-32-9px {
    color: var(--blue-charcoal);
    font-family: var(--font-family-caveat_brush);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .inter-normal-fiord-16px {
    color: var(--gray600);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-normal-shark-30px {
    color: var(--shark);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .bricolagegrotesque-normal-white-12px {
    color: var(--white);
    font-family: var(--font-family-bricolage_grotesque);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-bold-ship-gray-14px {
    color: var(--ship-gray);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
}

.pencil-sketch-mobile .balsamiqsans-normal-shark-12-3px {
    color: var(--shark);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 12.3px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-bold-mirage-28px {
    color: var(--gray900);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.pencil-sketch-mobile .balsamiqsans-normal-trout-15-3px {
    color: var(--trout);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-normal-mirage-15-1px {
    color: var(--gray900);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 15.1px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-bold-mirage-22-7px {
    color: var(--gray900);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 22.7px;
    font-style: normal;
    font-weight: 700;
}

.pencil-sketch-mobile .balsamiqsans-normal-fiord-13px {
    color: var(--gray600);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .inter-semi-bold-black-16px {
    color: var(--black);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 600;
}

.pencil-sketch-mobile .balsamiqsans-normal-trout-14px {
    color: var(--trout);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .caveatbrush-normal-white-42-7px {
    color: var(--white);
    font-family: var(--font-family-caveat_brush);
    font-size: 42.7px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-normal-white-14-2px {
    color: var(--white);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 14.2px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .balsamiqsans-normal-fiord-15px {
    color: var(--gray600);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile .inter-semi-bold-pale-sky-14px {
    color: var(--gray500);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 600;
}

.pencil-sketch-mobile .caveatbrush-normal-white-25-5px {
    color: var(--white);
    font-family: var(--font-family-caveat_brush);
    font-size: 25.5px;
    font-style: normal;
    font-weight: 400;
}

.pencil-sketch-mobile {
    align-items: flex-start;
    background-color: var(--white);
    display: flex;
    height: 11530px;
    overflow: hidden;
    width: 402px;
    border: 1px solid rgba(0, 0, 0, 0.341);
    margin-top: -10px;
}

.pencil-sketch-mobile .overlap-group16 {
    height: 12010px;
    margin-left: -369px;
    margin-top: 80px;
    position: relative;
    width: 1715px;
}

.pencil-sketch-mobile .background {
    background-color: var(--white);
    height: 11530px;
    left: 369px;
    position: absolute;
    top: 0;
    width: 402px;
}

.pencil-sketch-mobile .pattern-0 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 370px;
    min-height: 12010px;
    position: absolute;
    top: 0;
    width: 401px;
}

.pencil-sketch-mobile .pattern {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 1201px;
    opacity: 0.3;
    width: 401px;
}

.pencil-sketch-mobile .reversible-container {
    height: 800px;
    position: relative;
    width: 401px;
}

.pencil-sketch-mobile .x216reversible {
    height: 401px;
    left: 0;
    position: absolute;
    top: 0;
    width: 401px;
}

.pencil-sketch-mobile .x216reversible-1 {
    height: 401px;
    left: 0;
    position: absolute;
    top: 400px;
    width: 401px;
}

.pencil-sketch-mobile .x216reversible-2 {
    height: 401px;
    width: 401px;
}

.pencil-sketch-mobile .pattern-1 {
    height: 1201px;
    opacity: 0.3;
    position: relative;
    width: 401px;
}

.pencil-sketch-mobile .reversible-container-1 {
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 401px;
}

.pencil-sketch-mobile .x216reversible-3 {
    height: 401px;
    left: 0;
    position: absolute;
    top: 800px;
    width: 401px;
}

.pencil-sketch-mobile .pattern-2 {
    align-items: flex-start;
    display: flex;
    gap: 2466px;
    height: 1201px;
    min-width: 401px;
    opacity: 0.3;
}

.pencil-sketch-mobile .reversible-container-2 {
    height: 721px;
    position: relative;
    width: 401px;
}

.pencil-sketch-mobile .x216reversible-4 {
    height: 321px;
    left: 0;
    position: absolute;
    top: 400px;
    width: 401px;
}

.pencil-sketch-mobile .x216reversible-5 {
    align-self: flex-end;
    height: 401px;
    margin-bottom: -6415.0px;
    width: 401px;
}

.pencil-sketch-mobile .clip-path-group {
    height: 106px;
    left: 661px;
    position: absolute;
    top: 7044px;
    width: 92px;
}

.pencil-sketch-mobile .praveenjuge_create_l {
    height: 317px;
    left: 400px;
    position: absolute;
    top: 67px;
    width: 341px;
}

.pencil-sketch-mobile .clip-path-group-1 {
    height: 73px;
    left: 736px;
    position: absolute;
    top: 774px;
    width: 35px;
}

.pencil-sketch-mobile .group-59651 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 7px;
    left: 369px;
    min-height: 62px;
    position: absolute;
    top: 453px;
    width: 55px;
}

.pencil-sketch-mobile .clip-path-group-2 {
    height: 24px;
    margin-left: 6.31px;
    width: 24px;
}

.pencil-sketch-mobile .vector-container {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    min-width: 55px;
}

.pencil-sketch-mobile .vector-6 {
    height: 31px;
    width: 30px;
}

.pencil-sketch-mobile .vector-7 {
    height: 15px;
    margin-top: 3.4px;
    width: 14px;
}

.pencil-sketch-mobile .frame-22 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 15.32px;
    left: 401px;
    position: absolute;
    top: 444px;
}

.pencil-sketch-mobile .frame-18 {
    align-items: flex-start;
    border-radius: 18.38px;
    display: inline-flex;
    gap: 6.13px;
    height: 16.09px;
    padding: 4.6px 0px;
    position: relative;
}

.pencil-sketch-mobile .instant-design-excellence {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7.34px;
    margin-top: -0.77px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pencil-sketch-mobile .all-your-design-need {
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .x-you {
    letter-spacing: 0.20px;
    line-height: 22.2px;
    position: relative;
    width: 343px;
}

.pencil-sketch-mobile .line-8 {
    height: 8px;
    left: 197px;
    position: absolute;
    top: 109px;
    width: 93px;
}

.pencil-sketch-mobile .line-1 {
    height: 11px;
    left: 64px;
    position: absolute;
    top: 72px;
    width: 133px;
}

.pencil-sketch-mobile .frame-2 {
    height: 11px;
    left: 0;
    position: absolute;
    top: -11px;
    width: 1px;
}

.pencil-sketch-mobile .frame-68 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 15.32px;
    left: 400px;
    position: absolute;
    top: 6536px;
}

.pencil-sketch-mobile .surname {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7.34px;
    margin-top: -0.77px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pencil-sketch-mobile .hundreds-of-happy-customers {
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .text-17 {
    color: #18181b;
    font-family: var(--font-family-balsamiq_sans);
    font-size: 15px;
    font-weight: 400;
    left: 488px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 800px;
    width: 164px;
}

.pencil-sketch-mobile .frame-63 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    left: 370px;
    position: absolute;
    top: 896px;
    width: 401px;
    overflow: hidden;
}

.pencil-sketch-mobile .frame-60, .pencil-sketch-mobile .frame-61, .pencil-sketch-mobile .frame-62 {
    display: flex;
    gap: 38.98px;
    padding: 10px 0;
    flex-shrink: 0;
    min-width: 100%;
}

.pencil-sketch-mobile .frame-60:nth-child(2),
.pencil-sketch-mobile .frame-61:nth-child(2),
.pencil-sketch-mobile .frame-62:nth-child(2) {
    animation-fill-mode: forwards;
}

.pencil-sketch-mobile .goodmeetings-logo-160 {
    height: 49.19px;
    object-fit: cover;
    position: relative;
    width: 135.27px;
}

.pencil-sketch-mobile .logo-1 {
    background-image: url(../img/first_mobile/logo-1@2x.png);
    width: 133.22px;
}

.pencil-sketch-mobile .images-2-1 {
    height: 49.19px;
    position: relative;
    width: 67.63px;
}

.pencil-sketch-mobile .d26dc7_52f3e29994654 {
    flex: 1;
    flex-grow: 1;
    height: 49.19px;
    object-fit: cover;
    position: relative;
}

.pencil-sketch-mobile .frame-61 {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    gap: 38.98px;
    justify-content: center;
    position: relative;
    width: 711px;
}

.pencil-sketch-mobile .frame-46 {
    background-image: url(../img/first_mobile/frame-46@2x.png);
    background-position: 50% 50%;
    background-size: cover;
    flex: 1;
    flex-grow: 1;
    height: 49.19px;
    position: relative;
}

.pencil-sketch-mobile .logo-3 {
    background-image: url(../img/first_mobile/logo-3@2x.png);
    width: 149.62px;
}

.pencil-sketch-mobile .neufin-header {
    background-image: url(../img/first_mobile/neufin-header@2x.png);
    background-position: 50% 50%;
    background-size: cover;
    flex: 1;
    flex-grow: 1;
    height: 40.99px;
    position: relative;
}

.pencil-sketch-mobile .frame-47 {
    background-image: url(../img/first_mobile/frame-47@2x.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 40.99px;
    position: relative;
    width: 143.47px;
}

.pencil-sketch-mobile .frame-62 {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    gap: 38.98px;
    justify-content: center;
    position: relative;
    width: 645px;
}

.pencil-sketch-mobile .maxresdefault-3 {
    flex: 1;
    flex-grow: 1;
    height: 40.99px;
    object-fit: cover;
    position: relative;
}

.pencil-sketch-mobile .maxresdefault-3-1 {
    height: 40.99px;
    position: relative;
    width: 112.72px;
}

.pencil-sketch-mobile .praveenjuge_create_l-1 {
    height: 341px;
    left: 400px;
    object-fit: cover;
    position: absolute;
    top: 1248px;
    width: 341px;
}

.pencil-sketch-mobile .clip-path-group-3 {
    height: 51px;
    left: 689px;
    position: absolute;
    top: 1217px;
    width: 82px;
}

.pencil-sketch-mobile .group-59653 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
    left: 401px;
    min-height: 101px;
    position: absolute;
    top: 2085px;
    width: 369px;
}

.pencil-sketch-mobile .overlap-group {
    height: 58px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .what-we-do {
    left: 0;
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: absolute;
    top: 18px;
    width: 365px;
}

.pencil-sketch-mobile .group-24 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    left: 152px;
    min-height: 44px;
    padding: 0.7px 0.4px;
    position: absolute;
    top: 2px;
    transform: rotate(-14.34deg);
    width: 26px;
}

.pencil-sketch-mobile .vector {
    align-self: flex-start;
    height: 13px;
    margin-left: 1.41px;
    transform: rotate(14.34deg);
    width: 8px;
}

.pencil-sketch-mobile .vector-1 {
    height: 9px;
    margin-right: 1.35px;
    margin-top: 3px;
    transform: rotate(14.34deg);
    width: 16px;
}

.pencil-sketch-mobile .vector-2 {
    height: 5px;
    margin-top: 7px;
    transform: rotate(14.34deg);
    width: 18px;
}

.pencil-sketch-mobile .take-a-look-at-what {
    letter-spacing: 0.20px;
    line-height: 22.2px;
    min-height: 23px;
    width: 343px;
}

.pencil-sketch-mobile .what-you-get-with-lurulabs {
    left: 401px;
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: absolute;
    top: 3447px;
    width: 286px;
}

.pencil-sketch-mobile .overlap-group11 {
    height: 489px;
    left: 381px;
    position: absolute;
    top: 2868px;
    width: 377px;
}

.pencil-sketch-mobile .content {
    background-image: url(../img/first_mobile/content@2x.png);
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 17.09px;
    height: 377px;
    left: -56px;
    position: absolute;
    top: 56px;
    transform: rotate(-90.00deg);
    width: 489px;
}

.pencil-sketch-mobile .frame-65 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    left: 60px;
    position: absolute;
    top: 81px;
}

.pencil-sketch-mobile .metric-item {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 14.24px;
    position: relative;
    width: 258.44px;
}

.pencil-sketch-mobile .number-and-text {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8.54px;
    position: relative;
    width: 100%;
}

.pencil-sketch-mobile .number {
    align-self: stretch;
    letter-spacing: -0.85px;
    line-height: 51.3px;
    margin-top: -0.71px;
    position: relative;
    text-align: center;
}

.pencil-sketch-mobile .text {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 19.9px;
    position: relative;
    text-align: center;
}

.pencil-sketch-mobile .clip-path-group-4 {
    height: 92px;
    left: 726px;
    position: absolute;
    top: 3373px;
    width: 45px;
}

.pencil-sketch-mobile .group-59480 {
    height: 133px;
    left: 369px;
    position: absolute;
    top: 3528px;
    width: 102px;
}

.pencil-sketch-mobile .content-1 {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 95px;
    height: 743px;
    justify-content: center;
    left: 423px;
    position: absolute;
    top: 3651px;
}

.pencil-sketch-mobile .feature-text {
    align-items: center;
    display: inline-flex;
    flex: 1;
    flex-direction: column;
    flex-grow: 1;
    gap: 20px;
    position: relative;
}

.pencil-sketch-mobile .group-59473 {
    height: 75px;
    margin-top: -0.50px;
    position: relative;
    width: 54.84px;
}

.pencil-sketch-mobile .text-and-supporting-text {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
    margin-bottom: -13.67px;
    position: relative;
}

.pencil-sketch-mobile .flex-container-57169627 {
    display: flex;
    gap: 20px;
    height: 72px;
    width: 300px;
}

.pencil-sketch-mobile .text-1 {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 16px;
    position: relative;
    text-align: center;
}

.pencil-sketch-mobile .supporting-text {
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.pencil-sketch-mobile .group-59472 {
    height: 76.35px;
    position: relative;
    width: 100.56px;
}

.pencil-sketch-mobile .text-and-supporting-text-2 {
    gap: 8px;
    margin-bottom: -12.02px;
}

.pencil-sketch-mobile .text-18 {
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    width: 256px;
}

.pencil-sketch-mobile .group {
    height: 78px;
    position: relative;
    width: 75.31px;
}

.pencil-sketch-mobile .text-19 {
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    width: 300px;
}

.pencil-sketch-mobile .group-59859 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 21px;
    left: 400px;
    min-height: 966px;
    position: absolute;
    top: 5350px;
    width: 365px;
}

.pencil-sketch-mobile .frame-67 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 15.32px;
    position: relative;
}

.pencil-sketch-mobile .how-it-works {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7.34px;
    margin-top: -0.77px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pencil-sketch-mobile .a-seamless-way-of-working {
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .line-1-1 {
    height: 8px;
    left: 25px;
    position: absolute;
    top: 68px;
    width: 175px;
}

.pencil-sketch-mobile .group-59656 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 92px;
    margin-right: 24.36px;
    min-height: 834px;
    width: 277px;
}

.pencil-sketch-mobile .row {
    align-items: center;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 92.21px;
    height: 355px;
    justify-content: flex-end;
    margin-right: 0;
    position: relative;
    width: 257px;
}

.pencil-sketch-mobile .feature-text-2 {
    margin-top: -2.37px;
}

.pencil-sketch-mobile .group-1 {
    height: 75.32px;
    position: relative;
    width: 105.4px;
}

.pencil-sketch-mobile .text-and-supporting-text-1 {
    gap: 6.05px;
    justify-content: center;
}

.pencil-sketch-mobile .text-2 {
    letter-spacing: 0;
    line-height: 22.7px;
    margin-top: -0.76px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.pencil-sketch-mobile .supporting-text-2 {
    letter-spacing: 0;
    line-height: 18.1px;
    position: relative;
    text-align: center;
    width: 253.97px;
}

.pencil-sketch-mobile .group-2 {
    height: 63.31px;
    position: relative;
    width: 88.95px;
}

.pencil-sketch-mobile .text-and-supporting-text-3 {
    gap: 6.05px;
    justify-content: center;
    margin-left: -13.50px;
    margin-right: -13.50px;
}

.pencil-sketch-mobile .text-20 {
    letter-spacing: 0;
    line-height: 22.7px;
    margin-top: -0.76px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.pencil-sketch-mobile .supporting-text-3 {
    letter-spacing: 0;
    line-height: 18.1px;
    position: relative;
    text-align: center;
    width: 284px;
}

.pencil-sketch-mobile .row-1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 92.21px;
    height: 387px;
    margin-left: 0;
    position: relative;
    width: 257px;
}

.pencil-sketch-mobile .group-3 {
    height: 85.89px;
    position: relative;
    width: 95.37px;
}

.pencil-sketch-mobile .text-21 {
    letter-spacing: 0;
    line-height: 22.7px;
    margin-top: -0.76px;
    position: relative;
    text-align: center;
    width: 257px;
}

.pencil-sketch-mobile .supporting-text-4 {
    letter-spacing: 0;
    line-height: 18.1px;
    position: relative;
    text-align: center;
    width: 256.99px;
}

.pencil-sketch-mobile .feature-text-3 {
    margin-bottom: -25.37px;
}

.pencil-sketch-mobile .group-4 {
    background-image: url(../img/first_mobile/graphic-elements.svg);
    background-size: 100% 100%;
    height: 84.92px;
    position: relative;
    width: 109.45px;
}

.pencil-sketch-mobile .supporting-text-5 {
    letter-spacing: 0;
    line-height: 18.1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.pencil-sketch-mobile .group-59483 {
    height: 141px;
    left: 369px;
    position: absolute;
    top: 6329px;
    width: 103px;
}

.pencil-sketch-mobile .clip-path-group-5 {
    height: 22px;
    left: 390px;
    position: absolute;
    top: 6536px;
    width: 91px;
}

.pencil-sketch-mobile .group-59871 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 391px;
    position: absolute;
    top: 7238px;
    width: 374px;
}

.pencil-sketch-mobile .group-59864 {
    align-items: flex-start;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-right: -2px;
    min-height: 303px;
    width: 368px;
}

.pencil-sketch-mobile .overlap-group-5 {
    height: 204px;
    margin-left: 1px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .frame-70 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 15.32px;
    left: 0;
    position: absolute;
    top: 0;
}

.pencil-sketch-mobile .faq {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7.34px;
    margin-top: -0.77px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pencil-sketch-mobile .have-any-other-quest {
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .vector-8 {
    height: 13px;
    left: 88px;
    position: absolute;
    top: 191px;
    width: 139px;
}

.pencil-sketch-mobile .everything-you-need {
    letter-spacing: 0.20px;
    line-height: 22.2px;
    min-height: 67px;
    width: 343px;
}

.pencil-sketch-mobile .group-59865 {
    height: auto;
    position: relative;
    width: 362px;
    margin-top: 15px;
}

.pencil-sketch-mobile .overlap-group4 {
    background-image: url(../img/first_mobile/vector-9.svg);
    background-size: 100% 100%;
    min-height: 70px;
    position: relative;
    width: 357px;
    transition: all 0.3s ease;
}

.pencil-sketch-mobile .overlap-group4:has(.supporting-text-6.active) {
    background-image: url(../img/first_mobile/vector-10.svg);
    min-height: 197px;
}

.pencil-sketch-mobile .text-22 {
    color: var(--gray900);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 15px;
    font-weight: 400;
    padding: 22px 24px;
    letter-spacing: 0;
    line-height: 23.4px;
    position: relative;
    width: calc(100% - 60px);
    cursor: pointer;
}

.pencil-sketch-mobile .supporting-text-6 {
    color: var(--gray600);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-xs);
    font-weight: 400;
    padding: 0 24px;
    letter-spacing: 0;
    line-height: 20.1px;
    width: 381px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pencil-sketch-mobile .supporting-text-6.active {
    height: auto;
    opacity: 1;
    padding: 0 24px 24px 24px;
}

.pencil-sketch-mobile .minus-circle {
    position: absolute;
    right: 20px;
    top: 25px;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}

.pencil-sketch-mobile .minus-circle.active {
    transform: none;
}

.pencil-sketch-mobile .group-59866 {
    align-items: flex-start;
    align-self: center;
    display: flex;
    gap: 49px;
    height: 47px;
    margin-right: 11.26px;
    margin-top: 32px;
    min-width: 315px;
}

.pencil-sketch-mobile .text-23 {
    letter-spacing: 0;
    line-height: 23.4px;
    min-height: 47px;
    width: 246px;
}

.pencil-sketch-mobile .icon {
    height: 18px;
    margin-top: 6.16px;
    width: 18px;
}

.pencil-sketch-mobile .group-container {
    height: 112px;
    margin-left: 1px;
    margin-top: 29px;
    position: relative;
    width: 352px;
}

.pencil-sketch-mobile .overlap-group1 {
    height: 24px;
    left: 23px;
    position: absolute;
    top: 6px;
    width: 314px;
}

.pencil-sketch-mobile .text-24 {
    left: 0;
    letter-spacing: 0;
    line-height: 23.4px;
    position: absolute;
    top: 0;
    width: 300px;
}

.pencil-sketch-mobile .icon-1 {
    left: 295px;
    position: absolute;
    top: 3px;
}

.pencil-sketch-mobile .group-59868 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 19px;
    left: 0;
    min-height: 112px;
    padding: 0 0.1px;
    position: absolute;
    top: 0;
    width: 352px;
}

.pencil-sketch-mobile .vector-10 {
    height: 46px;
    margin-right: 2.16px;
    width: 350px;
}

.pencil-sketch-mobile .flex-row {
    gap: 34px;
    height: 47px;
    margin-left: 7.12px;
    min-width: 314px;
}

.pencil-sketch-mobile .text-25 {
    letter-spacing: 0;
    line-height: 23.4px;
    min-height: 47px;
    width: 261px;
}

.pencil-sketch-mobile .icon-2 {
    margin-top: 3.16px;
}

.pencil-sketch-mobile .overlap-group2 {
    height: 49px;
    margin-left: 0.08px;
    margin-top: 27px;
    position: relative;
    width: 350px;
}

.pencil-sketch-mobile .text-26 {
    left: 19px;
    letter-spacing: 0;
    line-height: 23.4px;
    position: absolute;
    top: 10px;
    width: 271px;
}

.pencil-sketch-mobile .icon-3 {
    left: 314px;
    position: absolute;
    top: 13px;
}

.pencil-sketch-mobile .vector-11 {
    height: 49px;
    left: 0;
    position: absolute;
    top: 0;
    width: 350px;
}

.pencil-sketch-mobile .overlap-group3 {
    height: 69px;
    margin-left: 0.12px;
    margin-top: 11px;
    position: relative;
    width: 350px;
}

.pencil-sketch-mobile .text-27 {
    left: 24px;
    letter-spacing: 0;
    line-height: 23.4px;
    position: absolute;
    top: 7px;
    width: 213px;
}

.pencil-sketch-mobile .icon-4 {
    left: 319px;
    position: absolute;
    top: 9px;
}

.pencil-sketch-mobile .vector-12 {
    height: 69px;
    left: 0;
    position: absolute;
    top: 0;
    width: 350px;
}

.pencil-sketch-mobile .group-59665 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 400px;
    min-height: 765px;
    position: absolute;
    top: 8370px;
    width: 365px;
}

.pencil-sketch-mobile .group-59662 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 123px;
    width: 371px;
}

.pencil-sketch-mobile .surname-1 {
    left: 0;
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: absolute;
    top: 18px;
    width: 365px;
}

.pencil-sketch-mobile .group-24-1 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    left: 166px;
    min-height: 44px;
    padding: 0.7px 0.4px;
    position: absolute;
    top: 2px;
    transform: rotate(-14.34deg);
    width: 26px;
}

.pencil-sketch-mobile .read {
    left: 0;
    letter-spacing: 0;
    line-height: normal;
    position: absolute;
    top: 5px;
}

.pencil-sketch-mobile .discover-how-our-des {
    letter-spacing: 0.20px;
    line-height: 22.2px;
    min-height: 45px;
    width: 343px;
}

.pencil-sketch-mobile .group-59663 {
    height: 295px;
    margin-top: 35px;
    position: relative;
    width: 338px;
}

.pencil-sketch-mobile .overlap-group1-1 {
    height: 188px;
    left: 0;
    position: absolute;
    top: 0;
    width: 330px;
}

.pencil-sketch-mobile .image {
    background-image: url(../img/first_mobile/case1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 8.33px;
    height: 183px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 325px;
}

.pencil-sketch-mobile .vector-13 {
    height: 188px;
    left: 0;
    position: absolute;
    top: 0;
    width: 330px;
}

.pencil-sketch-mobile .flex-col {
    flex-direction: column;
    gap: 3px;
    left: 4px;
    min-height: 97px;
    position: absolute;
    top: 198px;
    width: 307px;
}

.pencil-sketch-mobile .heading {
    color: var(--gray900);
    font-family: var(--font-family-balsamiq_sans);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    width: 278px;
}

.pencil-sketch-mobile .supporting-text-1 {
    color: var(--gray600);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    min-height: 54px;
    width: 307px;
}

.pencil-sketch-mobile .arrow-up-right {
    height: 16px;
    left: 318px;
    position: absolute;
    top: 199px;
    width: 16px;
}

.pencil-sketch-mobile .group-59664 {
    height: 295px;
    margin-top: 17px;
    position: relative;
    width: 338px;
}

.pencil-sketch-mobile .overlap-group2-1 {
    height: 188px;
    left: 0;
    position: absolute;
    top: 0;
    width: 330px;
}

.pencil-sketch-mobile .image-1 {
    background-image: url(../img/first_mobile/case2.jpg);
    border-radius: 8.33px;
    height: 183px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 325px;
}

.pencil-sketch-mobile .vector-14 {
    height: 188px;
    left: 0;
    position: absolute;
    top: 0;
    width: 330px;
}

.pencil-sketch-mobile .overlap-group13 {
    height: 824px;
    left: 384px;
    position: absolute;
    top: 9285px;
    width: 373px;
}

.pencil-sketch-mobile .flex-container-57169850 {
    display: flex;
    gap: 30px;
    height: 309px;
    left: 0;
    position: absolute;
    top: 103px;
    width: 373px;
}

.pencil-sketch-mobile .text-3 {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 15px;
    position: relative;
    text-align: center;
}

.pencil-sketch-mobile .vector-15 {
    height: 37px;
    left: 30px;
    position: absolute;
    top: 714px;
    width: 36px;
}

.pencil-sketch-mobile .vector-16 {
    height: 62px;
    left: 30px;
    position: absolute;
    top: 415px;
    width: 42px;
}

.pencil-sketch-mobile .vector-17 {
    height: 36px;
    left: 221px;
    position: absolute;
    top: 573px;
    width: 42px;
}

.pencil-sketch-mobile .vector-18 {
    height: 27px;
    left: 156px;
    position: absolute;
    top: 648px;
    width: 94px;
}

.pencil-sketch-mobile .vector-19 {
    height: 32px;
    left: 288px;
    position: absolute;
    top: 620px;
    width: 42px;
}

.pencil-sketch-mobile .group-59676 {
    height: 71px;
    left: 45px;
    position: absolute;
    top: 748px;
    width: 115px;
}

.pencil-sketch-mobile .vector-20 {
    height: 24px;
    left: 321px;
    position: absolute;
    top: 339px;
    width: 21px;
}

.pencil-sketch-mobile .group-5 {
    height: 48px;
    left: 31px;
    position: absolute;
    top: 119px;
    width: 51px;
}

.pencil-sketch-mobile .group-59670 {
    height: 34px;
    left: 300px;
    position: absolute;
    top: 425px;
    width: 42px;
}

.pencil-sketch-mobile .group-59669 {
    height: 71px;
    left: 231px;
    position: absolute;
    top: 89px;
    width: 78px;
}

.pencil-sketch-mobile .group-59668 {
    height: 19px;
    left: 97px;
    position: absolute;
    top: 160px;
    width: 22px;
}

.pencil-sketch-mobile .group-59667 {
    height: 98px;
    left: 24px;
    position: absolute;
    top: 559px;
    width: 139px;
}

.pencil-sketch-mobile .vector-21 {
    height: 51px;
    left: 34px;
    position: absolute;
    top: 11px;
    width: 217px;
}

.pencil-sketch-mobile .group-59666 {
    height: 162px;
    left: 196px;
    position: absolute;
    top: 655px;
    width: 155px;
}

.pencil-sketch-mobile .vector-22 {
    height: 824px;
    left: 17px;
    position: absolute;
    top: 0;
    width: 338px;
}

.pencil-sketch-mobile .frame-71 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    left: 89px;
    position: absolute;
    top: 363px;
}

.pencil-sketch-mobile .group-59674 {
    height: 70.47px;
    position: relative;
    width: 207px;
}

.pencil-sketch-mobile .overlap-group-1 {
    height: 70px;
    position: relative;
}

.pencil-sketch-mobile .fun-label-color {
    align-items: center;
    background-color: var(--ship-gray);
    border-radius: 16px;
    display: inline-flex;
    gap: 10px;
    height: 56px;
    justify-content: center;
    left: 4px;
    overflow: hidden;
    padding: 15px 24px;
    position: absolute;
    top: 5px;
}

.pencil-sketch-mobile .group-59671 {
    height: 19px;
    margin-right: -2.00px;
    position: relative;
    width: 155px;
}

.pencil-sketch-mobile .label-text {
    color: var(--white);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xxl);
    font-weight: 500;
    left: 0;
    letter-spacing: 0;
    line-height: normal;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.pencil-sketch-mobile .group-59671-1 {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 207px;
}

.pencil-sketch-mobile .group-59673 {
    height: 70.47px;
    position: relative;
    width: 217px;
}

.pencil-sketch-mobile .fun-label-color-1 {
    background-color: var(--white);
    border-radius: 16px;
    display: inline-flex;
    gap: 10px;
    left: 7px;
    padding: 15px 24px;
    top: 6px;
}

.pencil-sketch-mobile .group-59672 {
    height: 26px;
    margin-right: -2.00px;
    position: relative;
    width: 160px;
}

.pencil-sketch-mobile .flex-row-1 {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 158px;
}

.pencil-sketch-mobile .ellipse-2 {
    height: 26px;
    object-fit: cover;
    width: 26px;
}

.pencil-sketch-mobile .label-text-1 {
    color: var(--shark);
    font-size: var(--font-size-xxl);
    min-height: 19px;
    min-width: 88px;
    white-space: nowrap;
}

.pencil-sketch-mobile .phone {
    height: 24px;
    width: 24px;
}

.pencil-sketch-mobile .group-59672-1 {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 217px;
}

.pencil-sketch-mobile .frame-72 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 43px;
    left: 400px;
    position: absolute;
    top: 10446px;
}

.pencil-sketch-mobile .logo-and-supporting-text {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 32px;
    position: relative;
    width: 320px;
}

.pencil-sketch-mobile .logo-2-1 {
    height: 34px;
    position: relative;
    width: 113.68px;
}

.pencil-sketch-mobile .clip-path-group-6 {
    height: 23px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 105px;
}

.pencil-sketch-mobile .text-4 {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
}

.pencil-sketch-mobile .footer-links-column-1 {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 277.33px;
}

.pencil-sketch-mobile .heading-1 {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
}

.pencil-sketch-mobile .footer-links {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
}

.pencil-sketch-mobile .footer-link {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    position: relative;
}

.pencil-sketch-mobile .button {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    position: relative;
}

.pencil-sketch-mobile .text-5 {
    letter-spacing: 0;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.pencil-sketch-mobile .footer-links-column {
    flex: 0 0 auto;
    gap: 16px;
    width: 277.33px;
}

.pencil-sketch-mobile .footer-links-1 {
    align-self: stretch;
    gap: 12px;
    height: 160px;
    width: 100%;
}

.pencil-sketch-mobile .flex-container-57169992 {
    display: inline-flex;
    gap: 16px;
}

.pencil-sketch-mobile .flex-container-57169995 {
    display: flex;
    gap: 16px;
    height: 109px;
    width: 256px;
}

.pencil-sketch-mobile .text-6 {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 10px;
    position: relative;
}

.pencil-sketch-mobile .frame-73 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center;
    left: 400px;
    position: absolute;
    top: 11388px;
}

.pencil-sketch-mobile .footer-text {
    color: var(--gray500);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xxl);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    width: 174px;
}

.pencil-sketch-mobile .social-icons {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
}

.pencil-sketch-mobile .social-icon {
    height: 24px;
    position: relative;
    width: 24px;
}

.pencil-sketch-mobile .group-59652 {
    /* -webkit-backdrop-filter: blur(10px) brightness(100%); */
    align-items: center;
    background-color: white;
    display: flex;
    -webkit-backdrop-filter: blur(10px) brightness(100%);


    /* gap: 32px; */
    height: 80px;
    justify-content: space-between;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    height: 69px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pencil-sketch-mobile .group-19 {
    align-items: flex-start;
    align-self: center;
    background-image: url(../img/first_mobile/clip-path-group-7@2x.png);
    background-size: 100% 100%;
    display: flex;
    margin-bottom: 3.0px;
    min-width: 100px;
}

.pencil-sketch-mobile .group-19-1 {
    background-image: url(../img/first_mobile/clip-path-group-8@2x.png);
    background-size: 100% 100%;
    height: 22px;
    width: 100px;
}

.pencil-sketch-mobile .evamenu-fill {
    height: 37px;
    width: 37px;
}

.pencil-sketch-mobile .line-8-1 {
    height: 7px;
    left: 400px;
    position: absolute;
    top: 6644px;
    width: 153px;
}

.pencil-sketch-mobile .group-59856 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
    left: 0;
    min-height: 668px;
    position: absolute;
    top: 4514px;
    width: 1127px;
}

.pencil-sketch-mobile .frame-66 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 15.32px;
    margin-left: 37.76px;
    position: relative;
}

.pencil-sketch-mobile .how-we-compare {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7.34px;
    margin-top: -0.77px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pencil-sketch-mobile .unlimited-design-vs-other-solutions {
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: relative;
    width: 365px;
}

.pencil-sketch-mobile .group-59854 {
    align-items: flex-end;
    display: flex;
    height: 548px;
    min-width: 1127px;
}

.pencil-sketch-mobile .group-59849 {
    align-items: flex-end;
    display: flex;
    min-width: 360px;
}

.pencil-sketch-mobile .overlap-group-2 {
    height: 269px;
    position: relative;
    width: 346px;
}

.pencil-sketch-mobile .group-container-1 {
    height: 269px;
    left: 0;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .group-59836 {
    align-items: center;
    display: flex;
    gap: 2522px;
    height: 269px;
    justify-content: flex-end;
    left: 0;
    min-width: 346px;
    position: absolute;
    top: 0;
}

.pencil-sketch-mobile .rectangle-66 {
    background-color: var(--white);
    border-radius: 18px;
    height: 266px;
    margin-top: 0.6px;
    width: 344px;
}

.pencil-sketch-mobile .vector-3 {
    align-self: flex-end;
    height: 269px;
    margin-bottom: -6415.0px;
    width: 346px;
}

.pencil-sketch-mobile .group-59839 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: 9px;
    min-height: 140px;
    position: absolute;
    top: 0;
    width: 155px;
}

.pencil-sketch-mobile .text-7 {
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 13.0px;
    min-width: 126px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-8 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 5.0px;
    min-width: 144px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-9 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8.0px;
    min-width: 147px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-10 {
    align-self: flex-end;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    min-width: 96px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-11 {
    left: 13px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 24px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-28 {
    left: 263px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: right;
    top: 24px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-12 {
    left: 13px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 68px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-13 {
    left: 13px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 108px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-14 {
    left: 13px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 148px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-15 {
    left: 13px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 228px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-16 {
    left: 13px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 188px;
    white-space: nowrap;
}

.pencil-sketch-mobile .group-59846 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    left: 152px;
    min-height: 138px;
    position: absolute;
    top: 68px;
    width: 190px;
}

.pencil-sketch-mobile .text-29 {
    align-self: flex-start;
    letter-spacing: 0;
    line-height: 20px;
    min-width: 182px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-30 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 20px;
    min-width: 93px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-31 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 20px;
    min-width: 115px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-32 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 18px;
    min-width: 34px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .overlap-group-3 {
    align-items: flex-end;
    background-image: url(../img/first_mobile/vector-25@2x.png);
    background-size: 100% 100%;
    display: flex;
    height: 20px;
    margin-bottom: -6392.14px;
    margin-left: 2814px;
    min-width: 41px;
    padding: 3.2px 13.3px;
}

.pencil-sketch-mobile .group-59793 {
    height: 12px;
    width: 14px;
}

.pencil-sketch-mobile .vector-4 {
    height: 345px;
    margin-bottom: -6540.6px;
    margin-left: 12px;
    width: 17px;
}

.pencil-sketch-mobile .group-59852 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 11px;
    min-height: 548px;
    width: 398px;
}

.pencil-sketch-mobile .overlap-group5 {
    height: 269px;
    margin-right: -4px;
    position: relative;
    width: 377px;
}

.pencil-sketch-mobile .overlap-group-6 {
    height: 269px;
    left: 0;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .rectangle-66-1 {
    background-color: var(--white);
}

.pencil-sketch-mobile .vector-23 {
    height: 269px;
    left: 0;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .vector-5 {
    height: 7px;
    left: 1px;
    position: absolute;
    top: 49px;
    width: 345px;
}

.pencil-sketch-mobile .text-33 {
    left: 18px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 24px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-34 {
    left: 277px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 24px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-35 {
    left: 18px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 68px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-36 {
    left: 18px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 108px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-37 {
    left: 18px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 148px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-38 {
    left: 18px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 228px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-39 {
    left: 18px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: center;
    top: 188px;
    white-space: nowrap;
}

.pencil-sketch-mobile .group-59840 {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 156px;
    min-height: 175px;
    position: absolute;
    top: 66px;
    width: 221px;
}

.pencil-sketch-mobile .overlap-group2-2 {
    align-items: flex-end;
    background-image: url(../img/first_mobile/rectangle-75.svg);
    background-size: 100% 100%;
    display: flex;
    height: 22px;
    justify-content: flex-end;
    margin-right: 17.53px;
    min-width: 155px;
    padding: 0 8.5px;
}

.pencil-sketch-mobile .text-40 {
    letter-spacing: 0;
    line-height: 20px;
    min-width: 138px;
    white-space: nowrap;
}

.pencil-sketch-mobile .overlap-group3-1 {
    align-items: flex-end;
    align-self: flex-start;
    background-image: url(../img/first_mobile/rectangle-76.svg);
    background-size: 100% 100%;
    display: flex;
    height: 22px;
    margin-left: 7px;
    margin-top: 18px;
    min-width: 172px;
    padding: 0 7px;
}

.pencil-sketch-mobile .text-41 {
    letter-spacing: 0;
    line-height: 20px;
    min-width: 157px;
    white-space: nowrap;
}

.pencil-sketch-mobile .overlap-group4-1 {
    align-items: flex-end;
    align-self: flex-start;
    background-image: url(../img/first_mobile/rectangle-77.svg);
    background-size: 100% 100%;
    display: flex;
    height: 22px;
    justify-content: flex-end;
    margin-top: 18px;
    min-width: 177px;
    padding: 0 6.2px;
}

.pencil-sketch-mobile .text-42 {
    letter-spacing: 0;
    line-height: 20px;
    min-width: 164px;
    white-space: nowrap;
}

.pencil-sketch-mobile .overlap-group1-2 {
    align-items: flex-end;
    background-image: url(../img/first_mobile/rectangle-78.svg);
    background-size: 100% 100%;
    display: flex;
    height: 22px;
    justify-content: flex-end;
    margin-left: 9.32px;
    margin-top: 18px;
    min-width: 122px;
    padding: 0 5.3px;
}

.pencil-sketch-mobile .text-43 {
    letter-spacing: 0;
    line-height: 20px;
    min-width: 108px;
    white-space: nowrap;
}

.pencil-sketch-mobile .group-59839-1 {
    height: 20px;
    margin-left: 76.0px;
    margin-top: 13px;
    width: 50px;
}

/* .pencil-sketch-mobile .group-container-2 {
  height: 269px;
  position: relative;
  width: 398px;
} */

.pencil-sketch-mobile .overlap-group1-3 {
    height: 269px;
    left: 25px;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .overlap-group-7 {
    height: 269px;
    left: 0;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .rectangle-66-2 {
    background-color: #f3f3f3;
}

.pencil-sketch-mobile .vector-24 {
    height: 269px;
    left: 0;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .text-44 {
    left: 238px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: right;
    top: 24px;
    white-space: nowrap;
}

.pencil-sketch-mobile .overlap-group-8 {
    align-items: flex-end;
    background-image: url(../img/first_mobile/rectangle-70-2.svg);
    background-size: 100% 100%;
    display: flex;
    height: 20px;
    justify-content: flex-end;
    left: 293px;
    min-width: 36px;
    padding: 3.2px 9.1px;
    position: absolute;
    top: 226px;
}

.pencil-sketch-mobile .group-59846-1 {
    left: 161px;
    width: 181px;
}

.pencil-sketch-mobile .text-45 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    min-width: 112px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-46 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 20px;
    min-width: 89px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-47 {
    align-self: flex-start;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 20px;
    min-width: 173px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-48 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 18px;
    min-width: 27px;
    text-align: right;
    white-space: nowrap;
}

.pencil-sketch-mobile .group-59850 {
    align-items: flex-start;
    display: flex;
    gap: 348px;
    height: 25px;
    left: 0;
    min-width: 398px;
    position: absolute;
    top: 128px;
}

.pencil-sketch-mobile .group-59828-1 {
    align-items: flex-end;
    display: flex;
    min-width: 25px;
    transform: rotate(180deg);
    z-index: 10;
}

.pencil-sketch-mobile .eiarrow-up {
    height: 26x;
    margin-bottom: 0;
    transform: rotate(-180deg);
    width: 26px;
}

.pencil-sketch-mobile .group-59827 {
    background-image: url(../img/first_mobile/ei-arrow-up.svg);
    background-size: 100% 100%;
    height: 26px;
    margin-top: 0;
    width: 26px;
}

.pencil-sketch-mobile .group-59847 {
    align-items: flex-end;
    display: flex;
    margin-left: 12px;
    min-width: 360px;
}

.pencil-sketch-mobile .group-container-3 {
    height: 269px;
    left: 0;
    position: absolute;
    top: 0;
    width: 346px;
}

.pencil-sketch-mobile .text-49 {
    left: 212px;
    letter-spacing: 0;
    line-height: 17.6px;
    position: absolute;
    text-align: right;
    top: 24px;
    white-space: nowrap;
}

.pencil-sketch-mobile .group-59846-2 {
    left: 164px;
    width: 178px;
}

.pencil-sketch-mobile .text-50 {
    align-self: flex-start;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-51 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 20px;
    min-width: 89px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-52 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 20px;
    min-width: 115px;
    white-space: nowrap;
}

.pencil-sketch-mobile .text-53 {
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 18px;
    min-width: 34px;
    white-space: nowrap;
}

.pencil-sketch-mobile .overlap-group14 {
    height: 368px;
    left: 448px;
    position: absolute;
    top: 6679px;
    width: 244px;
}

.pencil-sketch-mobile .rectangle-79 {
    background-color: var(--white);
    border-radius: 14.18px;
    height: 364px;
    left: 1px;
    position: absolute;
    top: 0;
    width: 244px;
}

.pencil-sketch-mobile .group-10 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    left: 18px;
    min-height: 304px;
    position: absolute;
    top: 18px;
    width: 202px;
}

.pencil-sketch-mobile .frame-16 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 6.35px;
    position: relative;
}

.pencil-sketch-mobile .frame-10 {
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 7.93px;
    position: relative;
}

.pencil-sketch-mobile .name {
    color: transparent;
    font-family: var(--font-family-balsamiq_sans);
    font-size: 11.1px;
    font-weight: 400;
    height: 33.32px;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -0.79px;
    position: relative;
    width: 180.3px;
}

.pencil-sketch-mobile .span0 {
    color: var(--charade);
    font-weight: 700;
    width: 100%;
}


.pencil-sketch-mobile .span2 {
    color: #7d7979;
    width: 100%;
}

.pencil-sketch-mobile .group-8 {
    height: 10.31px;
    position: relative;
    width: 64.27px;
}

.pencil-sketch-mobile .frame-6 {
    align-items: flex-start;
    display: flex;
    margin-left: 0;
    position: relative;
    width: 166px;
}

.pencil-sketch-mobile .amet-minim-mollit-no {
    color: var(--charade);
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-l);
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    margin-right: -40.25px;
    margin-top: -0.79px;
    position: relative;
    width: 250.07px;
}

.pencil-sketch-mobile .vector-25 {
    height: 368px;
    left: 0;
    position: absolute;
    top: 0;
    width: 244px;
}

.pencil-sketch-mobile .group-59850-1 {
    align-items: center;
    display: flex;
    gap: 300px;
    height: 25px;
    left: 395px;
    min-width: 350px;
    position: absolute;
    top: 6851px;
    z-index: 2;
}

.pencil-sketch-mobile .group-59828,
.pencil-sketch-mobile .group-59827-1 {
    width: 40px; /* Same size */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Circular */
    background-color: rgba(0, 0, 0, 0.1); /* Light background */
    border: 2px solid rgba(0, 0, 0, 0.3); /* Border */
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pencil-sketch-mobile .group-59828 {
    left: 0px; /* Same horizontal positioning */
    transform: translateY(-50%) rotate(180deg); /* Fix vertical misalignment */
}

.pencil-sketch-mobile .group-59827-1 {
    right: 0px;
}

.pencil-sketch-mobile .group-59828:hover,
.pencil-sketch-mobile .group-59827-1:hover {
    background-color: rgba(0, 0, 0, 0.2); /* Darker on hover */
    border: 2px solid rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}


.pencil-sketch-mobile .overlap-group15 {
    height: 57px;
    left: 398px;
    position: absolute;
    top: 630px;
    width: 196px;
}

.pencil-sketch-mobile .fun-label-color-2 {
    background-color: var(--ship-gray);
    border-radius: 12.85px;
    display: flex;
    gap: 8.03px;
    height: 45px;
    left: 3px;
    padding: 12.05px 19.28px;
    top: 4px;
    width: 190px;
}

.pencil-sketch-mobile .label-text-2 {
    color: var(--white);
    font-size: var(--font-size-xs);
    position: relative;
    width: fit-content;
}

.pencil-sketch-mobile .vector-26 {
    height: 57px;
    left: 0;
    position: absolute;
    top: 0;
    width: 196px;
}

.pencil-sketch-mobile .group-59807 {
    align-items: center;
    background-image: url(../img/first_mobile/group-59803@2x.png);
    background-size: 100% 100%;
    display: flex;
    gap: 8px;
    height: 57px;
    left: 401px;
    min-width: 195px;
    padding: 18px 15px;
    position: absolute;
    top: 694px;
}

.pencil-sketch-mobile .ellipse-2-1 {
    align-self: flex-start;
    height: 21px;
    object-fit: cover;
    width: 21px;
}

.pencil-sketch-mobile .label-text-3 {
    color: var(--shark);
    font-size: var(--font-size-xs);
    margin-bottom: 0.11px;
    min-height: 15px;
    min-width: 108px;
}

.pencil-sketch-mobile .phone-1 {
    height: 19px;
    margin-bottom: 0.11px;
    width: 19px;
}

.pencil-sketch-mobile .frame-64 {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 15.32px;
    left: 401px;
    position: absolute;
    top: 1654px;
}

.pencil-sketch-mobile .no-more-stressing-over-design-tasks {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7.34px;
    margin-top: -0.77px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pencil-sketch-mobile .weve-got-you-covered-instantly {
    letter-spacing: 0.33px;
    line-height: 39.9px;
    position: relative;
    width: 341px;
}

.pencil-sketch-mobile .ps-it-really-is-i {
    color: #090909;
    font-family: var(--font-family-balsamiq_sans);
    font-size: var(--font-size-xl);
    font-weight: 400;
    letter-spacing: 0.20px;
    line-height: 22.2px;
    position: relative;
    width: 343px;
}

.pencil-sketch-mobile .vector-27 {
    height: 6px;
    left: 0;
    position: absolute;
    top: 108px;
    width: 146px;
}

.pencil-sketch-mobile .group-59891 {
    align-items: center;
    display: flex;
    height: 426px;
    justify-content: flex-end;
    left: 336px;
    min-width: 1379px;
    padding: 0 0.5px;
    position: absolute;
    top: 2200px;
}

.pencil-sketch-mobile .overlap-group2-3 {
    height: 422px;
    margin-top: 0.45px;
    position: relative;
    width: 322px;
}

.pencil-sketch-mobile .image-2 {
    align-items: flex-end;
    /* background-image: url(../img/first_mobile/image-3@2x.png); */
    border-radius: 2.55px;
    display: flex;
    height: 393px;
    justify-content: flex-end;
    left: 10px;
    min-width: 294px;
    position: absolute;
    top: 15px;
}

.pencil-sketch-mobile .overlap-group-9 {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 2.55px;
    display: flex;
    height: 257px;
    margin-bottom: -0.04px;
    min-width: 294px;
    padding: 20.4px 21.3px;
}

.pencil-sketch-mobile .name-1 {
    color: var(--white);
    font-family: var(--font-family-caveat_brush);
    font-size: 24.5px;
    font-weight: 400;
    line-height: 31.1px;
    min-height: 32px;
    min-width: 120px;
}

.pencil-sketch-mobile .vector-28 {
    height: 422px;
    left: 25px;
    position: absolute;
    top: 0;
    width: 297px;
}

.pencil-sketch-mobile .overlap-group1-4 {
    height: 416px;
    margin-bottom: 0.28px;
    margin-left: 33px;
    position: relative;
    width: 307px;
}

.pencil-sketch-mobile .image-3 {
    align-items: flex-end;
    /* background-image: url(../img/first_mobile/image-2@2x.png); */
    border-radius: 2.55px;
    display: flex;
    height: 393px;
    justify-content: flex-end;
    left: 12px;
    min-width: 294px;
    position: absolute;
    top: 8px;
}

.pencil-sketch-mobile .overlap-group-10 {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 2.55px;
    display: flex;
    height: 257px;
    margin-bottom: -0.04px;
    min-width: 294px;
    padding: 20.2px 21.3px;
}

.pencil-sketch-mobile .name-2 {
    line-height: 32.3px;
    min-height: 33px;
    min-width: 199px;
}

.pencil-sketch-mobile .clip-path-group-7 {
    height: 416px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72px;
}

.pencil-sketch-mobile .group-59889 {
    align-items: center;
    display: flex;
    gap: 2549px;
    height: 426px;
    justify-content: flex-end;
    margin-left: 42px;
    min-width: 346px;
}

.pencil-sketch-mobile .image-4 {
    align-items: flex-end;
    /* background-image: url(../img/first_mobile/image-4@2x.png); */
    border-radius: 2.55px;
    display: flex;
    height: 386px;
    justify-content: flex-end;
    margin-bottom: 2.42px;
    min-width: 290px;
}

.pencil-sketch-mobile .overlap-group-4 {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 2.55px;
    display: flex;
    height: 257px;
    margin-bottom: -0.63px;
    min-width: 294px;
    padding: 14.3px 23.0px;
}

.pencil-sketch-mobile .name-3 {
    line-height: 32.3px;
    min-height: 33px;
    min-width: 187px;
}

.pencil-sketch-mobile .vector-29 {
    align-self: flex-end;
    height: 397px;
    margin-bottom: -6417.0px;
    width: 307px;
}

.pencil-sketch-mobile .image-5 {
    align-items: flex-end;
    /* background-image: url(../img/first_mobile/image-5@2x.png); */
    border-radius: 2.55px;
    display: flex;
    gap: 1495px;
    height: 386px;
    justify-content: flex-end;
    margin-left: 32px;
    margin-top: 0.84px;
    min-width: 290px;
    transform: rotate(-0.16deg);
}

.pencil-sketch-mobile .name-4 {
    line-height: 32.3px;
    min-height: 33px;
    min-width: 174px;
}

.pencil-sketch-mobile .vector-30 {
    height: 403px;
    margin-bottom: -4120.55px;
    transform: rotate(0.16deg);
    width: 315px;
}

.pencil-sketch-mobile .vector-31 {
    height: 71px;
    left: 396px;
    position: absolute;
    top: 7917px;
    width: 350px;
}

.pencil-sketch-mobile .feature-text-4 {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 15.12px;
    position: relative;
    width: 256.99px;
}

.pencil-sketch-mobile .flex {
    align-items: flex-start;
    display: flex;
}

.pencil-sketch-mobile .flex-container {
    align-items: flex-start;
    flex-direction: column;
}

.pencil-sketch-mobile .footer-links-2 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pencil-sketch-mobile .fun-label-color-3 {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
}

.pencil-sketch-mobile .group-59846-3 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    min-height: 138px;
    position: absolute;
    top: 68px;
}

.pencil-sketch-mobile .icon-5 {
    height: 18px;
    width: 18px;
}

.pencil-sketch-mobile .image-6 {
    background-position: 50% 50%;
    background-size: cover;
}

.pencil-sketch-mobile .label-text-4 {
    font-family: var(--font-family-inter);
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
}

.pencil-sketch-mobile .logo {
    background-position: 50% 50%;
    background-size: cover;
    height: 49.19px;
    position: relative;
}

.pencil-sketch-mobile .name-5 {
    letter-spacing: 0;
    white-space: nowrap;
}

.pencil-sketch-mobile .rectangle-66-3 {
    border-radius: 18px;
    height: 266px;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 344px;
}

.pencil-sketch-mobile .text-and-supporting-text-4 {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    position: relative;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1001;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-overlay.active {
    display: block;
    opacity: 1;
}

.nav-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: black;
    font-size: 40px;
    cursor: pointer;
}

.nav-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.nav-item {
    color: black;
    text-decoration: none;
    font-family: var(--font-family-balsamiq_sans);
    font-size: 24px;
    padding: 10px;
    transition: color 0.3s ease;
}

.nav-item:hover {
    color: black;
}

.evamenu-fill {
    cursor: pointer;
    z-index: 10000;
}

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

@keyframes slide-reverse {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

/* Add slider row styles */
.slider-row {
    display: flex;
    width: 100%;
    animation: slide 20s linear infinite;
}

.slider-row.reverse {
    animation: slide-reverse 20s linear infinite;
}

/* Update frame styles for sliding */
.pencil-sketch-mobile .frame-60,
.pencil-sketch-mobile .frame-61,
.pencil-sketch-mobile .frame-62 {
    display: flex;
    gap: 38.98px;
    padding: 10px 0;
    flex-shrink: 0;
    min-width: 100%;
}

/* Clone styles */
.frame-60:nth-child(2),
.frame-61:nth-child(2),
.frame-62:nth-child(2) {
    animation-fill-mode: forwards;
}

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

@keyframes slide-reverse {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

/* Hide scrollbar but keep functionality */
.pencil-sketch-mobile .frame-63::-webkit-scrollbar {
    display: none;
}

.pencil-sketch-mobile .frame-63 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Add bounce animation for the group images */
.pencil-sketch-mobile .group-59473,
.pencil-sketch-mobile .group-59472,
.pencil-sketch-mobile .group {
    animation: mildBounce 3s ease-in-out infinite;
    transform-origin: center;
}


@keyframes mildBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

/* Add initial state for rise-up animation */
.pencil-sketch-mobile .group-1,
.pencil-sketch-mobile .group-2,
.pencil-sketch-mobile .group-3,
.pencil-sketch-mobile .group-4 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

/* Class to be added when element comes into view */
.rise-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Add these styles at the end of the file */

/* Hide answers by default */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* Show answer when active */
.faq-answer.active {
    max-height: 200px; /* Adjust based on content */
}

/* Style for active question */
.faq-question.active {
    color: var(--shark);
}

/* Add pointer cursor to questions */
.faq-question {
    cursor: pointer;
}

/* Rotate icon when active */
.faq-icon {
    transition: transform 0.3s ease;
}

.faq-icon.active {
    transform: rotate(45deg);
}

/* Add these styles for the review slider */
.reviews-container {
    position: relative;
    width: 1000px;
    height: 368px;
    margin: 0 auto;
}

.review-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.review-item.active {
    opacity: 1;
    visibility: visible;
}

/* Update overlap-group14 styles */
.pencil-sketch-mobile .overlap-group14 {
    height: 368px;
    position: relative;
    width: 244px;
}

/* Update arrow container styles */
.pencil-sketch-mobile .group-59850-1 {
    align-items: center;
    display: flex;
    gap: 300px;
    height: 25px;
    left: 395px;
    min-width: 350px;
    position: absolute;
    top: 6851px;
    z-index: 2;
}

/* Update review content styles */
.pencil-sketch-mobile .group-10 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    left: 18px;
    min-height: 304px;
    position: absolute;
    top: 18px;
    width: 202px;
    z-index: 1;
}

.pencil-sketch-mobile .group-container-2 {
    height: 269px;
    position: relative;
    width: 398px;
}

.pencil-sketch-mobile .slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.pencil-sketch-mobile .slider-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 300%; /* Adjust based on number of slides */
}

.pencil-sketch-mobile .overlap-group1-3 {
    flex: 0 0 100%;
    width: 100%;
    height: 269px;
    position: relative;
}


.pencil-sketch-mobile .group-59828-1 {
    margin-left: 2.5px;
}

/* Add these styles for disabled state of slider buttons */
.pencil-sketch-mobile .group-59828-1.disabled,
.pencil-sketch-mobile .group-59827.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* What We Do Slider Styles */
.group-59891 {
    position: absolute;
    width: 1379px;
    left: 316px;
    top: 2087px;
    z-index: 10;
    display: flex;
    justify-content: flex-end; /* Align to right */
    padding-right: 100px; /* Adjust this value to move left/right */
}

.wwd-slider-container {
    position: relative;
    width: 900px; /* Adjust width as needed */
    margin-right: 400px; /* Adjust spacing from right */
    margin-bottom: 350px; /* Adjust spacing from right */
}

.wwd-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 40px;
}

.wwd-slide {
    flex: 0 0 280px; /* Fixed width for each slide */
    min-width: 120px;
    position: relative;
    right: 30px;
}

.wwd-slide img {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    object-fit: contain;
}

/* Navigation Buttons */
.wwd-nav-btn {
    position: absolute;
    top: 100%;
    transform: translateY(1100%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.wwd-prev {
    left: -30px;
}

.wwd-next {
    margin-left: 295px; /* Adjust button position */
}

/* Ensure specific images maintain proper sizing */
.vector-28 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}






