        @font-face {
            font-family: 'Outfit';
            src: url('fonts/Outfit-Regular.woff2') format('woff2'), url('/fonts/Outfit-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
        
        body {
            font-family: 'Outfit';
            background-color: #181818;
            overflow-x: hidden;
        }
        
        * {
            box-sizing: border-box;
            margin: 0;
        }
        
        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }
        
        header {
            padding: 0;
        }
        
        button {
            padding: 0;
            background-color: transparent;
            border: none;
        }
        
        img {
            width: auto;
            max-width: 100%;
            height: auto;
        }
        
        p {
            margin: 0;
        }
        
        .btn-line {
            background-color: #FFAA4C;
            height: 38px;
        }
        
        .btn-line-black {
            margin-left: 60px;
            background-color: #181818;
            color: #fff;
            width: 168px;
            height: 38px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            padding: 9px 40px;
            font-family: 'Outfit';
        }
        
        .btn-line-notcolore {
            color: #000;
            width: 185px;
            height: 38px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            padding: 9px 40px;
            font-family: 'Outfit';
        }
        
        .logo {
            display: flex;
            align-items: center;
            padding: 10px;
        }
        
        .logo-line {
            display: flex;
            justify-content: space-between;
            padding-left: 60px;
            align-items: center;
        }
        
        .logo-text {
            font-size: 37px;
            color: #fff;
            line-height: 17px;
            font-family: 'Outfit', sans-serif;
            font-weight: 600;
        }
        
        .logo picture img {
            width: 52px;
        }
        
        .hamburger {
            display: none;
            position: absolute;
            right: 26px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            cursor: pointer;
            height: 24px;
            width: 20px;
            gap: 7px;
        }
        
        .hamburger span {
            display: none;
            width: 24px;
            height: 2px;
            background: #FFFFFF;
        }
        
        .menu-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            z-index: 1000;
            padding: 16px;
            overflow: auto;
        }
        
        .menu-content {
            margin-top: 200px;
        }
        
        .menu-content .btn-contact-sales {
            margin-bottom: 30%;
        }
        
        .menu-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        
        .menu-links li a {
            color: #fff;
            font-size: 20px;
            text-decoration: none;
        }
        
        .menu-links li a:hover {
            text-decoration: underline;
        }
        
        .close-menu {
            position: absolute;
            top: 16px;
            right: 16px;
            font-size: 40px;
            color: #fff;
            background: none;
            border: none;
            cursor: pointer;
        }
        
        h1 {
            font-size: 96px;
            color: #FFFFFF;
            letter-spacing: 0.01em;
        }
        
        .main {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-left: 110px;
            margin-top: 82px;
        }
        
        .text-content {
            max-width: 50%;
            flex: 1;
            margin-right: 20px;
            flex: 1;
            margin-right: 20px;
        }
        
        .main-text {
            font-size: 20px;
            color: #FFFFFF;
        }
        
        .main-btn {
            margin-top: 40px;
        }
        
        .btn-contact-sales {
            margin-right: 60px;
            width: 182px;
            height: 57px;
            border-radius: 16px;
            background-color: #954CED;
            color: #fff;
            font-size: 20px;
            font-family: 'Outfit';
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .btn-contact-sales:hover {
            background-color: #181818;
        }
        
        .image-content {
            display: flex;
        }
        
        .image-content img {
            margin-left: 64px;
            width: 595px;
            height: auto;
            transition: transform 0.5s ease;
        }
        
        .about {
            margin-top: 100px;
        }
        
        .title {
            margin-left: 60px;
            font-size: 96px;
            color: #FFFFFF;
        }
        
        .wrapper {
            display: flex;
            margin-top: 80px;
            flex-wrap: wrap;
        }
        
        .left {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            flex: 1 1 30%;
        }
        
        .text-about {
            font-size: 36px;
            color: #fff;
            margin: 30px 145px 142px 60px;
            line-height: 1.2;
        }
        
        .highlight {
            position: relative;
            display: inline-block;
        }
        
        .highlight::before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 355px;
            height: 45px;
            background-color: #A64CED;
            border-radius: 30px;
            transform: rotate(-1.69deg);
            z-index: -1;
            opacity: 1;
        }
        
        .left img {
            width: 100%;
            height: auto;
            object-fit: cover;
            margin-top: 100px;
        }
        
        .right {
            padding-right: 160px;
            flex: 0 1 60%;
        }
        
        .boxes {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            column-gap: 70px;
            row-gap: 70px;
            margin: 30px;
        }
        
        .box {
            flex: 1 1;
        }
        
        .box img {
            display: flex;
            align-items: center;
            min-height: 65px;
            margin-bottom: 10px;
        }
        
        .box h3 {
            font-size: 48px;
            color: #fff;
            margin-bottom: 20px;
        }
        
        .box p {
            margin-bottom: 0;
            font-size: 24px;
            color: #fff;
        }
        
        .how-works {
            margin-top: 100px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .works__wrap {
            display: flex;
            flex-direction: column;
            row-gap: 68px;
            margin-top: 20px;
            margin-bottom: 100px;
            position: relative;
            width: 100%;
            overflow: hidden
        }
        
        .works__line {
            font-size: 128px;
            font-weight: bold;
            white-space: nowrap;
            line-height: normal;
            color: transparent;
            font-family: 'Gilroy', sans-serif;
            -webkit-text-stroke: 1px #444444;
            position: relative;
            display: inline-block;
            animation-duration: 10s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
        
        .works__line span {
            display: inline-block;
            animation-duration: 20s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
        
        .line-left {
            animation-name: move-left;
        }
        
        .line-right {
            animation-name: move-right;
        }
        
        @keyframes move-right {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        @keyframes move-left {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        
        .green {
            color: #2FDBBC;
            -webkit-text-stroke: 0px;
        }
        
        .purple {
            color: #A64CED;
            -webkit-text-stroke: 0px;
        }
        
        .orange {
            color: #FFAA4C;
            -webkit-text-stroke: 0px;
        }
        
        .phone-container {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 308px;
            height: auto;
            z-index: 2;
        }
        
        .phone-frame {
            position: relative;
            width: 100%;
            height: auto;
            display: block;
            z-index: 2;
        }
        
        .phone-video {
            position: absolute;
            top: 2%;
            left: 2%;
            width: 93%;
            height: 98%;
            object-fit: cover;
            border-radius: 49px;
            z-index: 1;
        }
        
        .line-persen {
            width: 100%;
            padding-top: 40px;
            background-color: #954CED;
            display: flex;
            justify-content: center;
            gap: 100px;
            padding-left: 350px;
            padding-right: 350px;
        }
        
        .persen-text {
            padding-top: 16px;
            padding-bottom: 16px;
            color: #fff;
            font-size: 24px;
        }
        
        .line-persen .percen {
            color: #fff;
            font-size: 64px;
        }
        
        .persen-item {
            max-width: 100%;
            text-align: center;
            word-wrap: break-word;
            white-space: normal;
            text-align: left;
            padding-bottom: 40px;
        }
        
        .why {
            margin-top: 100px;
            margin-bottom: 100px;
        }
        
        .why-budss-wrap {
            margin-bottom: 70px;
            display: flex;
            justify-content: center;
        }
        
        .why-budss {
            width: 60%;
        }
        
        .title-why {
            font-size: 64px;
            text-align: center;
            color: #fff;
        }
        
        .why p {
            font-size: 36px;
            color: #fff;
            text-align: center;
        }
        
        .why-wrapper {
            display: flex;
            justify-content: center;
        }
        
        .why-wrap {
            width: 1300px;
            margin-top: 70px;
            display: grid;
            row-gap: 20px;
        }
        
        .block h2 {
            font-size: 48px;
            margin: 0;
            color: #000;
        }
        
        .block p {
            font-size: 20px;
            margin: 10px 0 0;
            color: #000;
            text-align: left;
        }
        
        .block-1 {
            grid-column: 1 / 3;
            grid-row: 1 / 2;
            display: flex;
            position: relative;
            width: 733px;
            height: 362px;
            margin-right: 20px;
            background-color: #F5F5F5;
            padding: 40px 40px 50px 0px;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .block-1 .line {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 340px;
        }
        
        .block-1 .line-2 {
            display: none;
            position: absolute;
            left: 0px;
            bottom: -10px;
            width: 227px;
        }
        
        .block-1 .phone {
            position: absolute;
            bottom: -1px;
            left: 30px;
            transform: translateY(-50%) rotate(17deg);
            width: 250px;
            transform: rotate(-1.69deg);
        }
        
        .block-1 .stars1,
        .block-1 .stars2 {
            position: absolute;
            top: 20%;
            left: 210px;
        }
        
        .block-1 .stars1 {
            width: 39px;
            height: 39px;
        }
        
        .block-1 .stars2 {
            top: 12%;
            left: 33%;
            width: 25px;
            height: 25px;
        }
        
        .block-1 .why-text {
            margin-left: 335px;
            position: relative;
        }
        
        .block-1 h2 {
            font-size: 48px;
            margin: 0;
            color: #000;
        }
        
        .block-1 p {
            font-size: 20px;
            margin-top: 20px;
            color: #000;
            text-align: left;
        }
        
        .block-2 {
            grid-column: 4 / 5;
            grid-row: 1 / 2;
            width: 547px;
            height: 362px;
            display: flex;
            position: relative;
            background-color: #F5F5F5;
            padding: 40px 91px 86px 40px;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .block-2 .bag-1 {
            position: absolute;
            bottom: 0px;
            left: 72px;
            width: 72px;
        }
        
        .block-2 .bag-2 {
            position: absolute;
            bottom: 0px;
            right: 60px;
            width: 93px;
        }
        
        .block-2 .bag-3 {
            position: absolute;
            top: 80px;
            right: 0px;
            width: 88px;
        }
        
        .block-2 .why-text {
            position: relative;
        }
        
        .block-3 {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            width: 547px;
            height: 362px;
            display: flex;
            position: relative;
            background-color: #F5F5F5;
            padding: 40px 68px 50px 40px;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .block-3 .cashback {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 197px;
        }
        
        .block-4 {
            grid-column: 4 / 5;
            grid-row: 2 / 3;
            width: 733px;
            height: 362px;
            display: flex;
            position: relative;
            left: -185px;
            background-color: #F5F5F5;
            padding: 40px 291px 86px 40px;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .block-4 .ai {
            position: absolute;
            bottom: 0;
            right: 43px;
            width: 210px;
        }
        
        .brand {
            padding-top: 100px;
            background: #F5F5F5;
            padding-bottom: 50px;
        }
        
        .growth {
            border-radius: 60px;
            border: 1px solid #CFCFCF;
            margin-left: 60px;
            margin-right: 60px;
            padding-top: 100px;
            padding-bottom: 100px;
            display: flex;
            justify-content: center;
            text-align: center;
            flex-direction: column;
        }
        
        .growth .btn-contact-sales {
            margin-right: 0px;
        }
        
        .growth-title {
            font-size: 68px;
            color: #000;
            margin-bottom: 40px;
        }
        
        .your-brand {
            min-height: 272px;
            background: #F5F5F5;
            display: flex;
            margin-top: 100px;
        }
        
        .brand-wrap {
            display: flex;
            flex-direction: column;
            text-align: left;
            width: 822px;
            margin-bottom: 100px;
            margin-left: 60px;
        }
        
        .brand-title {
            font-size: 96px;
            margin-bottom: 20px;
            color: #000;
        }
        
        .brand-text {
            font-size: 20px;
            color: #000;
            width: 537px;
        }
        
        .social-wrap {
            padding-top: 45px;
        }
        
        .social-wrap img {
            width: 90px;
            height: 90px;
            margin-right: 40px;
        }
        
        .img-bottom {
            position: relative;
            top: 137px;
        }
        
        .logos {
            display: flex;
            justify-content: center;
            background: #F5F5F5;
        }
        
        .logo-wrap {
            margin-bottom: 100px;
            height: 60px;
            display: flex;
            gap: 90px;
            background: #F5F5F5;
            padding-top: 7px;
            padding-bottom: 7px;
            align-items: center;
        }
        
        .logo-wrap picture {
            order: 0;
        }
        
        .footer {
            width: 95%;
            margin: 40px 60px 20px 60px;
        }
        
        .info {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .info .logo {
            margin-right: 126px;
            padding: 3px;
        }
        
        .info .btn-contact-sales {
            margin-left: 86px;
        }
        
        .btn-notcolore {
            color: #fff;
            margin-right: 40px;
            font-size: 19px;
        }
        
        .divider {
            width: auto;
            height: 2px;
            background-color: #444444;
            margin: 30px auto 20px auto;
        }
        
        .footer-siteInfo {
            display: flex;
            justify-content: space-around;
        }
        
        .footer-siteInfo p {
            margin-right: 537px;
            color: #B9B9B9;
            font-size: 14px;
        }
        
        .footer-siteInfo a {
            text-transform: none;
            color: #B9B9B9;
            font-size: 14px;
            margin-left: 20px;
        }
        
        .footer-info-1 {
            display: none;
            color: #FFFFFF;
            text-decoration: none;
        }
        
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            padding: 30px;
            background-color: #FFFFFF;
            border-radius: 16px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 1000;
            box-sizing: border-box;
        }
        
        .cookie-text {
            color: #383838;
            font-size: 20px;
            margin-right: 140px;
            font-family: 'Outfit';
        }
        
        .cookie-actions {
            display: flex;
            gap: 20px;
            margin-right: 30px;
        }
        
        .cookie-btn {
            width: 124px;
            height: 57px;
            font-size: 20px;
            border-radius: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            transition: all 0.3s ease;
            font-family: 'Outfit';
        }
        
        .cookie-btn.accept {
            background-color: #954CED;
            color: #FFFFFF;
        }
        
        .cookie-btn.decline {
            background-color: #FFFFFF;
            color: #954CED;
            border: 2px solid #954CED;
        }
        
        .cookie-btn:hover {
            opacity: 0.8;
        }
        
        .cookie-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 26px;
            height: 26px;
            border: none;
            background: none;
            color: #B9B9B9;
            font-size: 18px;
            line-height: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
        
        .cookie-close:hover {
            opacity: 0.8;
        }
        
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            visibility: hidden;
            opacity: 0;
            z-index: 1000;
        }
        
        .modal {
            background-color: #fff;
            width: 417px;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }
        
        .modal h2 {
            margin: 0 0 20px 0;
            font-size: 24px;
            text-align: center;
        }
        
        .modal label {
            font-size: 16px;
            margin-bottom: 5px;
            align-self: flex-start;
        }
        
        .modal input {
            width: 100%;
            height: 40px;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #F1F1F1;
            border-radius: 14px;
            font-size: 16px;
        }
        
        .modal p {
            font-size: 14px;
            text-align: start;
            margin-bottom: 20px;
            color: #000;
        }
        
        .modal p a {
            text-decoration: none;
        }
        
        .modal p a:hover {
            text-decoration: underline;
        }
        
        .modal .close-btn {
            position: absolute;
            top: 19px;
            right: 19px;
            width: 26px;
            height: 26px;
            background: none;
            border: none;
            font-size: 26px;
            cursor: pointer;
        }
        
        .modal .submit-btn {
            width: 182px;
            height: 57px;
            background-color: #B9B9B9;
            color: #fff;
            border: none;
            border-radius: 16px;
            font-size: 20px;
            cursor: pointer;
        }
        
        .modal-overlay.active {
            visibility: visible;
            opacity: 1;
        }
        
        .imp {
            color: red;
        }
        
        input.error {
            border: 2px solid red;
            outline: none;
        }
        
        .error-message {
            display: none;
            color: red;
            font-size: 16px;
            margin-bottom: 10px;
        }
        
        .error-message.active {
            display: block;
        }
        
        .error-summary {
            display: none;
            color: red;
            font-size: 16px;
            margin-bottom: 10px;
        }
        
        .error-summary.active {
            display: block;
        }
        
        .phone-input-wrapper {
            position: relative;
            display: flex;
            align-items: baseline;
        }
        
        .phone-icon {
            width: 22px;
            height: auto;
            margin-right: -20px;
            position: relative;
            left: 16px;
        }
        
        .phone-input-wrapper input {
            padding-left: 43px;
            font-size: 14px;
            height: 40px;
            border: 1px solid #F1F1F1;
            border-radius: 14px;
            width: 100%;
            box-sizing: border-box;
        }
        
        .thank-you-modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 417px;
            height: 561px;
            padding: 40px 60px 60px 40px;
            background-color: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            text-align: center;
            display: none;
        }
        
        .close-thank-you {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 26px;
            height: 26px;
            font-size: 26px;
            color: #000;
            cursor: pointer;
        }
        
        .thank-you-modal img {
            width: 100%;
            margin-bottom: 20px;
        }
        
        .thank-you-modal h2 {
            font-size: 36px;
            color: #954CED;
            margin-bottom: 20px;
        }
        
        .thank-you-modal p {
            font-size: 24px;
            color: #000;
            margin-bottom: 20px;
        }
        
        .close-button {
            font-size: 20px;
            color: #fff;
            background-color: #954CED;
            border: none;
            border-radius: 8px;
            width: 100%;
            padding: 10px;
            cursor: pointer;
        }
        
        .thank-you-modal.active {
            display: block;
        }
        
        @media (max-width: 1300px) and (min-width: 1170px) {
            .image-content img {
                position: relative;
                right: -20%;
                max-width: 595px;
                margin-left: 0;
                width: 80%;
                bottom: -50px;
            }
            .why-wrapper {
                display: flex;
                justify-content: center;
                margin-bottom: 80px;
            }
            .why-wrap {
                width: 100%;
                margin: 0;
                display: grid;
                row-gap: 20px;
                justify-content: center;
                margin-bottom: 80px;
            }
            .block {
                display: flex;
                align-items: flex-start;
                width: 343px;
                height: 395px;
                padding: 20px;
                background-color: #F5F5F5;
                border-radius: 30px;
                overflow: hidden;
                position: relative;
                text-align: left;
            }
            .block h2 {
                font-size: 32px;
                margin: 0;
                color: #000;
            }
            .block p {
                font-size: 16px;
                color: #000;
                margin-top: 16px;
            }
            .block-1 {
                grid-row: 1/2;
                grid-row: 1/2;
                width: 343px;
            }
            .block-1 .why-text {
                margin-left: 0px;
            }
            .block-1 .line {
                display: none;
            }
            .block-1 .line-2 {
                display: block;
            }
            .block-1 .phone {
                width: 190px;
                bottom: -23px;
                transform: rotate(-14.69deg);
            }
            .block-1 .stars1 {
                width: 25px;
                height: 25px;
                top: 52%;
                left: 50%;
            }
            .block-1 .stars2 {
                top: 48%;
                left: 58%;
                width: 16px;
                height: 16px;
            }
            .block-4 {
                left: 0px;
            }
            .block-2 .bag-3 {
                top: 200px;
            }
            .block-2 .bag-2 {
                right: 115px;
            }
            .block-2 .bag-1 {
                left: 10px;
            }
            .block-3 .cashback {
                width: 202px;
            }
            .block-4 .ai {
                right: 55px;
                width: 143px;
                top: 210px;
            }
            .brand {
                padding: 80px;
            }
            .footer {
                width: 95%;
                margin: 40px 20px 20px 40px;
            }
            .footer-siteInfo {
                display: flex;
                justify-content: space-around;
            }
            .footer-siteInfo p {
                margin-right: 30%;
            }
            .info {
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                flex-wrap: wrap;
                row-gap: 20px;
            }
            .info .logo {
                margin-right: 40px;
            }
            .info .btn-contact-sales {
                margin-left: 0px;
                margin-right: 0px;
            }
            .divider {
                width: calc(100% - 32px);
                margin: 40px auto 10px auto;
            }
            .cookie-banner {
                width: 90%;
                height: auto;
                padding-top: 30px;
                padding-left: 20px;
                padding-right: 20px;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: center;
            }
            .cookie-text {
                font-size: 20px;
                margin-right: 100px;
                margin-bottom: 20px;
                max-width: 100%;
            }
            .cookie-actions {
                gap: 10px;
                flex-wrap: wrap;
                justify-content: flex-start;
            }
            .cookie-btn {
                width: auto;
                min-width: 100px;
                padding: 10px 20px;
                height: auto;
            }
        }
        
        @media (max-width: 1170px) and (min-width: 1024px) {
            .main {
                margin-top: 60px;
            }
            .image-content img {
                margin-left: 0px;
                width: 595px;
                height: auto;
                position: relative;
                bottom: -50px;
            }
            h1 {
                font-size: 64px;
            }
            .title {
                font-size: 64px;
            }
            .text-content p {
                font-size: 18px;
            }
            .boxes {
                flex-direction: column;
            }
            .works__wrap {
                margin-top: 80px;
            }
            .how-works {
                margin-bottom: 100px;
                margin-top: 100px;
            }
            .phone-container {
                width: 228px;
            }
            .works__line {
                font-size: 68px;
            }
            .line-persen {
                width: 100%;
                padding-top: 40px;
                display: flex;
                justify-content: center;
                gap: 40px;
                flex-direction: column;
                align-items: center;
                padding-left: 50px;
                padding-right: 50px;
            }
            .persen-item {
                display: flex;
                text-align: center;
                padding-bottom: 40px;
                gap: 20px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .why-wrap {
                width: 100%;
                margin: 0;
                display: grid;
                row-gap: 20px;
                justify-content: center;
            }
            .why-wrap {
                width: 100%;
                margin: 0;
                display: grid;
                row-gap: 20px;
                justify-content: center;
                margin-bottom: 80px;
            }
            .block {
                display: flex;
                align-items: flex-start;
                width: 343px;
                height: 395px;
                padding: 20px;
                background-color: #F5F5F5;
                border-radius: 30px;
                overflow: hidden;
                position: relative;
                text-align: left;
            }
            .block h2 {
                font-size: 32px;
                margin: 0;
                color: #000;
            }
            .block p {
                font-size: 16px;
                color: #000;
                margin-top: 16px;
            }
            .block-1 {
                grid-row: 1/2;
                grid-row: 1/2;
                width: 343px;
            }
            .block-1 .why-text {
                margin-left: 0px;
            }
            .block-1 .line {
                display: none;
            }
            .block-1 .line-2 {
                display: block;
            }
            .block-1 .phone {
                width: 190px;
                bottom: -23px;
                transform: rotate(-14.69deg);
            }
            .block-1 .stars1 {
                width: 25px;
                height: 25px;
                top: 52%;
                left: 50%;
            }
            .block-1 .stars2 {
                top: 48%;
                left: 58%;
                width: 16px;
                height: 16px;
            }
            .block-4 {
                left: 0px;
            }
            .block-2 .bag-3 {
                top: 200px;
            }
            .block-2 .bag-2 {
                right: 115px;
            }
            .block-2 .bag-1 {
                left: 10px;
            }
            .block-3 .cashback {
                width: 202px;
            }
            .block-4 .ai {
                right: 55px;
                width: 143px;
                top: 210px;
            }
            .your-brand {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-bottom: 140px;
            }
            .brand-wrap {
                margin-bottom: 80px;
            }
            .info {
                row-gap: 20px;
            }
            .info .btn-contact-sales {
                margin-left: 25px;
            }
            .social-wrap {
                margin-bottom: 100px;
                padding-bottom: 100px;
            }
            .cookie-banner {
                padding: 20px;
            }
        }
        
        @media (max-width: 1024px) and (min-width: 768px) {
            .image-content img {
                margin-left: 0;
                width: auto;
                position: relative;
                bottom: -20%;
            }
            .main {
                margin-left: 65px;
                margin-top: 60px;
            }
            .about .wrapper {
                flex-wrap: nowrap;
            }
            h1 {
                font-size: 60px;
            }
            .title {
                font-size: 60px;
            }
            .wrapper {
                flex-direction: column;
            }
            .line-1 {
                display: none;
            }
            .right {
                margin-left: 60px;
            }
            .works__line {
                font-size: 48px;
            }
            .works__wrap {
                margin-top: 100px;
            }
            .how-works {
                margin-bottom: 100px;
                margin-top: 100px;
            }
            .phone-container {
                width: 228px;
            }
            .line-persen {
                width: 100%;
                display: flex;
                justify-content: center;
                gap: 40px;
                flex-direction: column;
                align-items: center;
                text-align: left;
                padding: 40px 0px 40px 16px;
            }
            .persen-item {
                display: flex;
                text-align: left;
                align-content: center;
                flex-direction: row;
                align-items: center;
                gap: 20px;
                max-width: 100%;
                padding-bottom: 0px;
            }
            .why-wrap {
                width: 100%;
                margin: 0;
                display: grid;
                row-gap: 20px;
                justify-content: center;
                margin-bottom: 80px;
            }
            .block {
                display: flex;
                align-items: flex-start;
                width: 343px;
                height: 395px;
                padding: 20px;
                background-color: #F5F5F5;
                border-radius: 30px;
                overflow: hidden;
                position: relative;
                text-align: left;
            }
            .block h2 {
                font-size: 32px;
                margin: 0;
                color: #000;
            }
            .block p {
                font-size: 16px;
                color: #000;
                margin-top: 16px;
            }
            .block-1 {
                grid-row: 1/2;
                grid-row: 1/2;
                width: 343px;
            }
            .block-1 .why-text {
                margin-left: 0px;
            }
            .block-1 .line {
                display: none;
            }
            .block-1 .line-2 {
                display: block;
            }
            .block-1 .phone {
                width: 190px;
                bottom: -23px;
                transform: rotate(-14.69deg);
            }
            .block-1 .stars1 {
                width: 25px;
                height: 25px;
                top: 52%;
                left: 50%;
            }
            .block-1 .stars2 {
                top: 48%;
                left: 58%;
                width: 16px;
                height: 16px;
            }
            .block-4 {
                left: 0px;
            }
            .block-2 .bag-3 {
                top: 200px;
            }
            .block-2 .bag-2 {
                right: 115px;
            }
            .block-2 .bag-1 {
                left: 10px;
            }
            .block-3 .cashback {
                width: 202px;
            }
            .block-4 .ai {
                right: 55px;
                width: 143px;
                top: 210px;
            }
            .growth {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            .growth-title {
                font-size: 40px;
            }
            .growth .btn-contact-sales {
                font-size: 20px;
                width: 90%;
            }
            .your-brand {
                flex-direction: column;
                justify-content: center;
                margin-bottom: 50px;
                align-items: flex-start;
            }
            .brand-wrap {
                margin-bottom: 80px;
            }
            .brand-title {
                font-size: 40px;
            }
            .social-wrap {
                margin-bottom: 100px;
                padding-bottom: 100px;
                padding-left: 60px;
                padding-top: 0px;
            }
            .social-wrap img {
                width: 64px;
                height: 64px;
            }
            .logo-wrap {
                display: flex;
                flex-wrap: wrap;
                gap: 30px;
                background: #F5F5F5;
                padding: 10px 20px;
                align-items: center;
                justify-content: flex-start;
                margin-bottom: 50px;
            }
            .logo-wrap picture img {
                height: 40px;
                max-width: 100%;
                object-fit: contain;
            }
            .logo-wrap picture {
                order: 0;
            }
            .logo-wrap picture:nth-child(1) {
                order: 4;
            }
            .logo-wrap picture:nth-child(3) {
                order: 1;
            }
            .logo-wrap picture:nth-child(2) {
                order: 3;
            }
            .logo-wrap picture:nth-child(4) {
                order: 4;
            }
            .logo-wrap picture:nth-child(5) {
                order: 5;
            }
            .info {
                row-gap: 20px;
            }
            .info .btn-contact-sales {
                margin-left: 25px;
            }
            .footer-siteInfo p {
                margin-right: 0px;
            }
            .footer-siteInfo a {
                margin-right: 0px;
            }
        }
        
        @media (max-width: 768px) {
            .main {
                flex-direction: column;
                justify-content: center;
                margin-top: 50px;
                margin-left: 16px;
                gap: 20px;
            }
            .main-text {
                margin-top: 20px;
            }
            .text-content {
                max-width: 100%;
            }
            .image-content img {
                width: 85%;
                margin-left: 0;
            }
            h1 {
                font-size: 40px;
            }
            h2 {
                font-size: 16px;
            }
            .title {
                margin-left: 40px;
                font-size: 40px;
                text-align: left;
                margin-top: 20%;
            }
            .btn-line {
                display: flex;
                justify-content: flex-start;
            }
            .btn-line-black {
                margin-left: 0;
            }
            .logo-line {
                justify-content: flex-start;
                padding-left: 0px;
            }
            .logo-line .btn-contact-sales {
                display: none;
            }
            .logo {
                padding: 15px;
            }
            .logo-text {
                font-size: 30px;
            }
            .hamburger {
                display: flex;
            }
            .hamburger span {
                display: block;
            }
            .btn-contact-sales {
                width: 100%;
                margin-right: 0;
            }
            .wrapper {
                align-items: flex-start;
                margin-left: 16px;
                margin-top: 30px;
            }
            .left {
                flex: 1 1 100%;
            }
            .left img {
                display: none;
            }
            .text-about {
                font-size: 24px;
                margin: 20px;
            }
            .highlight::before {
                width: 234px;
                height: 22px;
                bottom: 0px;
                transform: rotate(-1.65deg);
            }
            .right {
                flex: 1 1 100%;
                justify-content: center;
                align-items: center;
            }
            .boxes {
                margin-top: 42px;
            }
            .box {
                flex: 1 1 100%;
                padding: 0px;
                margin-bottom: 0px;
            }
            .box img {
                width: 100px;
                margin-bottom: 60px;
            }
            .box h3 {
                font-size: 32px;
                margin-bottom: 10px
            }
            .box p {
                margin-top: 16px;
                font-size: 16px;
            }
            .phone-container {
                width: 200px;
            }
            .line-persen {
                width: 100%;
                padding-top: 40px;
                display: flex;
                justify-content: center;
                gap: 40px;
                padding-right: 0px;
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
                padding-left: 16px;
            }
            .persen-item {
                display: flex;
                text-align: left;
                align-content: center;
                flex-direction: row;
                align-items: center;
                gap: 20px;
                max-width: 100%;
            }
            .persen-text {
                font-size: 20px;
            }
            .line-persen .percen {
                font-size: 40px;
            }
            .why-budss .highlight::before {
                width: 204px;
                height: 19px;
                bottom: 5px;
            }
            .why-budss-wrap {
                margin: 40px 16px 40px 16px;
            }
            .title-why {
                font-size: 40px;
            }
            .why p {
                font-size: 20px;
            }
            .why-wrapper {
                display: flex;
                justify-content: center;
            }
            .why-wrap {
                display: flex;
                flex-direction: column;
                align-items: center;
                flex-wrap: wrap;
                gap: 20px;
                width: 100%;
                margin-top: 0px;
                margin-bottom: 80px;
            }
            .block {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 343px;
                height: 395px;
                background-color: #F5F5F5;
                border-radius: 30px;
                overflow: hidden;
                position: relative;
                text-align: left;
                padding: 20px;
            }
            .block h2 {
                font-size: 32px;
                margin: 0;
                color: #000;
            }
            .block p {
                font-size: 16px;
                color: #000;
                margin-top: 16px;
            }
            .block-1 {
                height: 362px;
                margin-right: 0px;
            }
            .block-1 .why-text {
                margin-left: 0px;
            }
            .block-1 .line {
                display: none;
            }
            .block-1 .line-2 {
                display: block;
                position: absolute;
                left: 0px;
                bottom: -10px;
                width: 55%;
            }
            .block-1 .phone {
                width: 50%;
                bottom: -35px;
                transform: rotate(-14.69deg);
            }
            .block-1 .stars1 {
                width: 25px;
                height: 25px;
                top: 57%;
                left: 52%;
            }
            .block-1 .stars2 {
                top: 52%;
                left: 58%;
                width: 16px;
                height: 16px;
            }
            .block-2 {
                height: 333px;
            }
            .block-2 .bag-3 {
                top: 200px;
            }
            .block-2 .bag-2 {
                right: 115px;
            }
            .block-2 .bag-1 {
                left: 10px;
            }
            .block-3 {
                height: 313px;
            }
            .block-3 .cashback {
                width: 202px;
            }
            .block-4 {
                left: 0px;
                height: 395px;
            }
            .block-4 .ai {
                right: 55px;
                width: 143px;
                top: 210px;
            }
            .growth {
                margin-left: 16px;
                margin-right: 16px;
                padding-top: 40px;
                padding-bottom: 40px;
            }
            .growth-title {
                font-size: 40px;
            }
            .growth .btn-contact-sales {
                font-size: 20px;
                width: 90%;
            }
            .your-brand {
                flex-direction: column;
                justify-content: center;
                margin-bottom: 50px;
                align-items: flex-start;
                margin-top: 0px;
                width: 100%;
            }
            .brand {
                padding-top: 40px;
            }
            .brand-wrap {
                margin: 40px 16px 20px 16px;
                width: 100%;
            }
            .brand-title {
                font-size: 40px;
                width: 90%;
            }
            .brand-text {
                width: 90%;
            }
            .social-wrap {
                margin-bottom: 100px;
                padding-bottom: 40px;
                padding-left: 16px;
                padding-top: 0px;
            }
            .social-wrap img {
                width: 64px;
                height: 64px;
                margin-right: 0px;
            }
            .img-bottom {
                position: relative;
                top: 85px;
            }
            .logo-wrap {
                display: flex;
                flex-wrap: wrap;
                gap: 30px;
                background: #F5F5F5;
                align-items: center;
                justify-content: flex-start;
                margin-left: 20px;
                margin-bottom: 50px;
            }
            .logos {
                margin-bottom: 40px;
            }
            .logo-wrap picture img {
                height: 70%;
            }
            .logo-wrap picture {
                order: 0;
                height: 100%;
            }
            .logo-wrap picture:nth-child(1) {
                order: 4;
            }
            .logo-wrap picture:nth-child(3) {
                order: 1;
            }
            .logo-wrap picture:nth-child(2) {
                order: 3;
            }
            .logo-wrap picture:nth-child(4) {
                order: 4;
            }
            .logo-wrap picture:nth-child(5) {
                order: 5;
            }
            .footer {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                margin-bottom: 20px;
            }
            .info {
                flex-direction: column;
                align-items: flex-start;
                row-gap: 20px;
            }
            .divider {
                width: calc(100% - 32px);
                margin: 40px auto 10px auto;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }
            .footer-siteInfo p {
                margin-right: 0px;
            }
            .info .btn-notcolore {
                width: 50%;
                text-align: left;
            }
            .info .btn-contact-sales {
                width: 40%;
                margin-left: 0px;
            }
            .info picture img {
                max-width: 120px;
            }
            .footer {
                width: 90%;
                margin: 20px;
                text-align: left;
            }
            .footer-info-2 {
                display: none;
            }
            .footer-info-1 {
                display: block;
            }
            .cookie-banner {
                width: 335px;
                height: 402px;
                flex-direction: column;
            }
            .cookie-text {
                margin: 0 0 20px 0;
            }
            .cookie-actions {
                flex-direction: column;
                width: 100%;
            }
            .cookie-btn {
                width: 100%;
                height: 50px;
            }
        }
        
        @media (max-width: 500px) {
            .modal {
                width: 90%;
            }
        }