
        a,
        abbr,
        acronym,
        address,
        applet,
        article,
        aside,
        audio,
        b,
        big,
        blockquote,
        body,
        button,
        canvas,
        caption,
        center,
        cite,
        code,
        dd,
        del,
        details,
        dfn,
        div,
        dl,
        dt,
        em,
        embed,
        fieldset,
        figcaption,
        figure,
        footer,
        form,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        header,
        hgroup,
        html,
        i,
        iframe,
        img,
        input,
        ins,
        kbd,
        label,
        legend,
        li,
        mark,
        menu,
        nav,
        object,
        ol,
        output,
        p,
        pre,
        q,
        ruby,
        s,
        samp,
        section,
        select,
        small,
        span,
        strike,
        strong,
        sub,
        summary,
        sup,
        table,
        tbody,
        td,
        textarea,
        tfoot,
        th,
        thead,
        time,
        tr,
        tt,
        u,
        ul,
        var,
        video {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        menu,
        nav,
        section {
            display: block
        }

        body {
            line-height: 1
        }

        a {
            text-decoration: none
        }

        ol,
        ul {
            list-style: none
        }

        blockquote,
        q {
            quotes: none
        }

        blockquote:after,
        blockquote:before,
        q:after,
        q:before {
            content: '';
            content: none
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        .ladi-loading {
            z-index: 900000000000;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, .1)
        }

        .ladi-loading .loading {
            width: 80px;
            height: 80px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            overflow: hidden;
            position: absolute
        }

        .ladi-loading .loading div {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            animation: ladi-loading 1.2s linear infinite
        }

        .ladi-loading .loading div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px
        }

        .ladi-loading .loading div:nth-child(2) {
            animation-delay: -.1s;
            top: 22px;
            left: 62px
        }

        .ladi-loading .loading div:nth-child(3) {
            animation-delay: -.2s;
            top: 11px;
            left: 52px
        }

        .ladi-loading .loading div:nth-child(4) {
            animation-delay: -.3s;
            top: 7px;
            left: 37px
        }

        .ladi-loading .loading div:nth-child(5) {
            animation-delay: -.4s;
            top: 11px;
            left: 22px
        }

        .ladi-loading .loading div:nth-child(6) {
            animation-delay: -.5s;
            top: 22px;
            left: 11px
        }

        .ladi-loading .loading div:nth-child(7) {
            animation-delay: -.6s;
            top: 37px;
            left: 7px
        }

        .ladi-loading .loading div:nth-child(8) {
            animation-delay: -.7s;
            top: 52px;
            left: 11px
        }

        .ladi-loading .loading div:nth-child(9) {
            animation-delay: -.8s;
            top: 62px;
            left: 22px
        }

        .ladi-loading .loading div:nth-child(10) {
            animation-delay: -.9s;
            top: 66px;
            left: 37px
        }

        .ladi-loading .loading div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px
        }

        .ladi-loading .loading div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px
        }

        @keyframes ladi-loading {

            0%,
            100%,
            20%,
            80% {
                transform: scale(1)
            }

            50% {
                transform: scale(1.5)
            }
        }

        .ladipage-message {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 10000000000;
            background: rgba(0, 0, 0, .3)
        }

        .ladipage-message .ladipage-message-box {
            width: 400px;
            max-width: calc(100% - 50px);
            height: 160px;
            border: 1px solid rgba(0, 0, 0, .3);
            background-color: #fff;
            position: fixed;
            top: calc(50% - 155px);
            left: 0;
            right: 0;
            margin: auto;
            border-radius: 10px
        }

        .ladipage-message .ladipage-message-box span {
            display: block;
            background-color: rgba(6, 21, 40, .05);
            color: #000;
            padding: 12px 15px;
            font-weight: 600;
            font-size: 16px;
            line-height: 16px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .ladipage-message .ladipage-message-box .ladipage-message-text {
            display: -webkit-box;
            font-size: 14px;
            padding: 0 20px;
            margin-top: 16px;
            line-height: 20px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word
        }

        .ladipage-message .ladipage-message-box .ladipage-message-close {
            display: block;
            position: absolute;
            right: 15px;
            bottom: 10px;
            margin: 0 auto;
            padding: 10px 0;
            border: none;
            width: 80px;
            text-transform: uppercase;
            text-align: center;
            color: #000;
            background-color: #e6e6e6;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
            cursor: pointer;
            outline: 0
        }

        .lightbox-screen {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            z-index: 9000000080;
            background: rgba(0, 0, 0, .5)
        }

        .lightbox-screen .lightbox-close {
            position: absolute;
            z-index: 9000000090;
            cursor: pointer
        }

        .lightbox-screen .lightbox-hidden {
            display: none
        }

        .lightbox-screen .lightbox-close {
            width: 16px;
            height: 16px;
            margin: 10px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
        }

        body {
            font-size: 12px;
            -ms-text-size-adjust: none;
            -moz-text-size-adjust: none;
            -o-text-size-adjust: none;
            -webkit-text-size-adjust: none;
            background-color: #fff;
        }

        .overflow-hidden {
            overflow: hidden;
        }

        .ladi-transition {
            transition: all 150ms linear 0s;
        }

        .z-index-1 {
            z-index: 1;
        }

        .opacity-0 {
            opacity: 0;
        }

        .height-0 {
            height: 0 !important;
        }

        .pointer-events-none {
            pointer-events: none;
        }

        .transition-parent-collapse-height {
            transition: height 150ms linear 0s;
        }

        .transition-parent-collapse-top {
            transition: top 150ms linear 0s;
        }

        .transition-readmore {
            transition: height 350ms linear 0s;
        }

        .transition-collapse {
            transition: height 150ms linear 0s;
        }

        body.grab {
            cursor: grab;
        }

        .ladi-wraper {
            width: 100%;
            min-height: 100%;
            overflow: hidden;
            touch-action: manipulation;
        }

        .ladi-container {
            position: relative;
            margin: 0 auto;
            height: 100%;
        }

        .ladi-overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            pointer-events: none;
        }

        .ladi-element {
            position: absolute;
        }

        @media (hover: hover) {
            .ladi-check-hover {
                opacity: 0;
            }
        }

        .ladi-section {
            margin: 0 auto;
            position: relative;
        }

        .ladi-section[data-tab-id] {
            display: none;
        }

        .ladi-section.selected[data-tab-id] {
            display: block;
        }

        .ladi-section .ladi-section-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .ladi-carousel {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .ladi-carousel .ladi-carousel-content {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            transition: top 350ms ease-in-out, left 350ms ease-in-out;
        }

        .ladi-carousel .ladi-carousel-arrow {
            position: absolute;
            top: calc(50% - (33px) / 2);
            cursor: pointer;
            z-index: 90000040;
            width: 33px;
            height: 33px;
            background-repeat: no-repeat;
            background-position: center center;
            opacity: 1 !important;
            pointer-events: auto !important;
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        .ladi-carousel .ladi-carousel-arrow-left {
            left: 5px;
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
        }

        .ladi-carousel .ladi-carousel-arrow-right {
            right: 20px;
        }

        .ladi-carousel-indicators-circle {
            display: inline-flex;
            gap: 10px;
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: auto;
            width: fit-content;
        }

        .ladi-carousel-indicators-circle .item {
            width: 10px;
            height: 10px;
            background-color: #D6D6D6;
            border-radius: 100%;
            cursor: pointer;
            outline: 1px solid #fff;
        }

        .ladi-carousel-indicators-circle .item.selected,
        .ladi-carousel-indicators-circle .item:hover {
            background-color: #808080;
        }

        .ladi-carousel-indicators-number {
            display: inline-flex;
            gap: 10px;
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: auto;
            width: fit-content;
        }

        .ladi-carousel-indicators-number .item {
            width: 15px;
            height: 15px;
            background-color: #D6D6D6;
            border-radius: 100%;
            cursor: pointer;
            font-size: 10px;
            text-align: center;
            line-height: 15px;
            outline: 1px solid #fff;
        }

        .ladi-carousel-indicators-number .item.selected,
        .ladi-carousel-indicators-number .item:hover {
            background-color: #808080;
            color: #fff;
        }

        .ladi-box {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .ladi-frame {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .ladi-frame-bg .ladi-frame-background {
            height: 100%;
            width: 100%;
            pointer-events: none;
            transition: inherit;
        }

        .ladi-frame-bg:not(.ladi-frame) {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        #SECTION_POPUP .ladi-container {
            z-index: 90000070;
        }

        #SECTION_POPUP .ladi-container>.ladi-element {
            z-index: 90000070;
            position: fixed;
            display: none;
        }

        #SECTION_POPUP .ladi-container>.ladi-element[data-fixed-close="true"] {
            position: relative !important;
        }

        #SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important;
        }

        #SECTION_POPUP .popup-close {
            position: absolute;
            right: 0px;
            top: 0px;
            z-index: 9000000080;
            cursor: pointer;
            width: 16px;
            height: 16px;
            margin: 10px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        .ladi-popup {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .ladi-popup .ladi-popup-background {
            height: 100%;
            width: 100%;
            pointer-events: none;
        }

        .ladi-countdown {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
        }

        .ladi-countdown .ladi-countdown-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit;
            display: table;
            pointer-events: none;
        }

        .ladi-countdown .ladi-countdown-text {
            position: absolute;
            width: 100%;
            height: 100%;
            text-decoration: inherit;
            display: table;
            pointer-events: none;
        }

        .ladi-countdown .ladi-countdown-text span {
            display: table-cell;
            vertical-align: middle;
        }

        .ladi-countdown>.ladi-element {
            text-decoration: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit;
            position: relative;
            display: inline-block;
        }

        .ladi-countdown>.ladi-element:last-child {
            margin-right: 0px !important;
        }

        .ladi-button {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden
        }

        .ladi-button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .ladi-button .ladi-button-background {
            height: 100%;
            width: 100%;
            pointer-events: none;
            transition: inherit
        }

        .ladi-button>.ladi-button-headline,
        .ladi-button>.ladi-button-shape {
            width: 100% !important;
            height: 100% !important;
            top: 0 !important;
            left: 0 !important;
            display: table;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-button>.ladi-button-shape .ladi-shape {
            margin: auto;
            top: 0;
            bottom: 0
        }

        .ladi-button>.ladi-button-headline .ladi-headline {
            display: table-cell;
            vertical-align: middle
        }

        .ladi-checkout-product-cart-icon .ladi-cart-number {
            position: absolute;
            top: -2px;
            right: -7px;
            background: #f36e36;
            text-align: center;
            min-width: 18px;
            min-height: 18px;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            border-radius: 100%;
            z-index: 90000000;
            padding: 3px 4px
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
            display: inline-block;
            font-size: 32px;
            line-height: 1;
            animation: .6s infinite loading
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
            animation-delay: 0s
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
            animation-delay: .2s
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
            animation-delay: .4s
        }

        @keyframes loading {

            0%,
            100% {
                opacity: 0
            }

            50% {
                opacity: 1
            }
        }

        .ladi-group {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .ladi-shape {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .ladi-shape .ladi-cart-number {
            position: absolute;
            top: -2px;
            right: -7px;
            background: #f36e36;
            text-align: center;
            width: 18px;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            border-radius: 100%;
        }

        .ladi-image {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .ladi-image .ladi-image-background {
            background-repeat: no-repeat;
            background-position: left top;
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            position: absolute;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .ladi-headline {
            width: 100%;
            display: inline-block;
            word-break: break-word;
            background-size: cover;
            background-position: center center;
        }

        .ladi-headline a {
            text-decoration: underline;
        }

        .ladi-paragraph {
            width: 100%;
            display: inline-block;
            word-break: break-word;
        }

        .ladi-paragraph a {
            text-decoration: underline;
        }

        .ladi-list-paragraph {
            width: 100%;
            display: inline-block;
        }

        .ladi-list-paragraph a {
            text-decoration: underline;
        }

        .ladi-list-paragraph ul li {
            position: relative;
            counter-increment: linum;
        }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0;
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important;
        }

        a[data-action] {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            cursor: pointer;
        }

        a:visited {
            color: inherit;
        }

        a:link {
            color: inherit;
        }

        [data-opacity="0"] {
            opacity: 0;
        }

        [data-hidden="true"] {
            display: none;
        }

        [data-action="true"] {
            cursor: pointer;
        }

        .ladi-hidden {
            display: none;
        }

        .ladi-animation-hidden {
            visibility: hidden !important;
            opacity: 0 !important;
        }

        .element-click-selected {
            cursor: pointer;
        }

        .is-2nd-click {
            cursor: pointer;
        }

        .ladi-button-shape.is-2nd-click,
        .ladi-accordion-shape.is-2nd-click {
            z-index: 3;
        }

        .backdrop-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 90000060;
        }

        .backdrop-dropbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 90000040;
        }

        .ladi-lazyload {
            background-image: none !important;
        }

        .ladi-list-paragraph ul li.ladi-lazyload:before {
            background-image: none !important;
        }

        .ladi-element.ladi-auto-scroll {
            overflow-x: auto;
            overflow-y: hidden;
            width: 100% !important;
            left: 0 !important;
            -webkit-overflow-scrolling: touch;
        }

        [data-hint]:not([data-timeout-id-copied]):before,
        [data-hint]:not([data-timeout-id-copied]):after {
            display: none !important;
        }

        .ladi-section.ladi-auto-scroll {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .ladi-carousel .ladi-carousel-content {
            transition: top 300ms ease-in-out, left 300ms ease-in-out;
        }

        @media (min-width: 768px) {

        }

        @media (max-width: 767px) {


        }

        body {
            direction: ltr;
        }

        .ladi-wraper {
            margin: 0 auto;
            width: 420px;
        }

        @font-face {
            font-family: "UGwcGlucyCbGFjalYWxpYydGY";
            src: url("../font/poppins-blackitalic-20250630015447-gdurz.ttf") format("truetype");
        }

        body {
            font-family: Play, sans-serif
        }

        #SECTION25 {
            height: 1148.18px;
        }

        #SECTION25>.ladi-section-background {
            background-image: url("../image/trouble_bg-20250626103706-pfoxi.jpg");
            background-size: cover;
            background-origin: content-box;
            background-position: 50% 0%;
            background-repeat: repeat;
            background-attachment: scroll;
        }

        #SHAPE138 {
            width: 18px;
            height: 18px;
            top: 874.179px;
            left: 61.0982px;
        }

        #SHAPE138 svg:last-child,
        #SHAPE286 svg:last-child,
        #SHAPE287 svg:last-child {
            fill: rgba(75, 147, 118, 0.3);
        }

        #HEADLINE242 {
            width: 376px;
            top: 1064.25px;
            left: 18.273px;
        }

        #HEADLINE242>.ladi-headline {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #HEADLINE242.ladi-animation>.ladi-headline {
            animation-iteration-count: 1;
        }

        #BUTTON56 {
            width: 399.173px;
            height: 61.9668px;
            top: 3px;
            left: 0px;
            right: 0px;
            bottom: auto;
            position: fixed;
            z-index: 90000050;
            margin: 0px auto;
        }

        #BUTTON56>.ladi-button>.ladi-button-background {
            background-color: rgb(211, 249, 1);
        }

        #BUTTON56>.ladi-button {
            border-width: 3px;
            border-radius: 279px;
            border-style: solid;
            border-color: rgb(92, 225, 230);
        }

        #BUTTON56.ladi-animation>.ladi-button,
        #BUTTON66.ladi-animation>.ladi-button,
        #BUTTON69.ladi-animation>.ladi-button,
        #BUTTON71.ladi-animation>.ladi-button,
        #BUTTON70.ladi-animation>.ladi-button {
            animation-name: pulse;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

        .ladi-button {
            animation-name: pulse;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

        #BUTTON_TEXT56,
        #BUTTON_TEXT69,
        #BUTTON_TEXT71 {
            width: 393px;
        }

        #BUTTON_TEXT56,
        #BUTTON_TEXT66,
        #BUTTON_TEXT69,
        #BUTTON_TEXT71,
        #BUTTON_TEXT70,
        #BUTTON_TEXT47 {
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT56>.ladi-headline {
            font-size: 22px;
            font-weight: bold;
            line-height: 1.3;
            color: rgb(1, 1, 1);
            text-transform: uppercase;
            text-align: center;
        }

        #BUTTON_TEXT56>.ladi-headline,
        #BUTTON_TEXT66>.ladi-headline,
        #BUTTON_TEXT69>.ladi-headline,
        #BUTTON_TEXT71>.ladi-headline,
        #BUTTON_TEXT70>.ladi-headline {
            text-shadow: rgb(0, 0, 0) 1px 1px 2px;
        }

        #GROUP658,
        #IMAGE221 {
            width: 419.654px;
            height: 591.438px;
        }

        #GROUP658 {
            top: 64.306px;
            left: 0.173px;
        }

        #SHAPE286 {
            width: 29.1942px;
            height: 30.102px;
            top: 292.569px;
            left: 219.668px;
        }

        #SHAPE286.ladi-animation>.ladi-shape {
            animation-name: fadeIn;
            animation-delay: 0s;
            animation-duration: 2s;
            animation-iteration-count: 1;
        }

        #IMAGE221,
        #IMAGE222>.ladi-image>.ladi-image-background,
        #IMAGE223>.ladi-image>.ladi-image-background,
        #PARAGRAPH295,
        #IMAGE178>.ladi-image>.ladi-image-background,
        #IMAGE210,
        #IMAGE210>.ladi-image>.ladi-image-background,
        #GROUP653,
        #IMAGE214>.ladi-image>.ladi-image-background,
        #GROUP655,
        #IMAGE215>.ladi-image>.ladi-image-background,
        #BOX269,
        #PARAGRAPH271,
        #IMAGE229>.ladi-image>.ladi-image-background,
        #IMAGE230>.ladi-image>.ladi-image-background,
        #IMAGE231>.ladi-image>.ladi-image-background,
        #IMAGE239,
        #IMAGE239>.ladi-image>.ladi-image-background,
        #IMAGE240>.ladi-image>.ladi-image-background,
        #IMAGE241,
        #IMAGE241>.ladi-image>.ladi-image-background,
        #IMAGE247,
        #IMAGE247>.ladi-image>.ladi-image-background,
        #IMAGE243>.ladi-image>.ladi-image-background,
        #IMAGE244,
        #IMAGE244>.ladi-image>.ladi-image-background,
        #PARAGRAPH298,
        #CAROUSEL_ITEM151,
        #IMAGE233>.ladi-image>.ladi-image-background,
        #IMAGE234>.ladi-image>.ladi-image-background,
        #IMAGE235>.ladi-image>.ladi-image-background,
        #POPUP11 {
            top: 0px;
            left: 0px;
        }

        #IMAGE221>.ladi-image>.ladi-image-background {
            width: 442.48px;
            height: 663.72px;
            top: -21px;
            left: -23.6667px;
            background-image: url("../image/z6754869479296_9f38c6f078298258860c754b293e23f1-20250629141723-0pzbh.jpg");
        }

        #IMAGE221>.ladi-image {
            border-radius: 33px 33px 0px 0px;
        }

        #GROUP659 {
            width: 110px;
            height: 94.0165px;
            top: 7.6073px;
            left: 244.827px;
        }

        #IMAGE222,
        #IMAGE222>.ladi-image>.ladi-image-background {
            width: 56.4806px;
            height: 55.9083px;
        }

        #IMAGE222 {
            top: 0px;
            left: 26.8602px;
        }

        #IMAGE222>.ladi-image>.ladi-image-background {
            background-image: url("../image/whatsappsvg-20250612101100-wgqsq.webp");
        }

        #PARAGRAPH293 {
            width: 110px;
            top: 52.0165px;
            left: 0px;
        }

        #PARAGRAPH293>.ladi-paragraph {
            font-size: 13px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 222, 89);
            text-align: center;
        }

        #PARAGRAPH293>.ladi-paragraph,
        #PARAGRAPH294>.ladi-paragraph {
            text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        }

        #GROUP660 {
            width: 102px;
            height: 106.822px;
            top: 107.395px;
            left: 307.866px;
        }

        #IMAGE223,
        #IMAGE223>.ladi-image>.ladi-image-background {
            width: 58.9851px;
            height: 40.3561px;
        }

        #IMAGE223 {
            top: 0px;
            left: 21.3154px;
        }

        #IMAGE223>.ladi-image>.ladi-image-background {
            background-image: url("../image/youtube_logo-20250612101011-33fbb.png");
        }

        #IMAGE223>.ladi-image {
            border-radius: 17px;
            box-shadow: rgb(255, 255, 255) 0px 5px 20px -13px;
        }

        #PARAGRAPH294 {
            width: 102px;
            top: 44.8216px;
            left: 0px;
        }

        #PARAGRAPH294>.ladi-paragraph {
            font-size: 13px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 222, 89);
            text-transform: uppercase;
            text-align: center;
        }

        #GROUP661 {
            width: 424px;
            height: 321.78px;
            top: 657.903px;
            left: -2px;
        }

        #SHAPE287 {
            width: 18px;
            height: 17.76px;
            top: 190.818px;
            left: 45.819px;
        }

        #SHAPE288 {
            width: 401.074px;
            height: 25.6536px;
            top: 104.309px;
            left: 18.8805px;
        }

        #SHAPE288 svg:last-child {
            fill: rgb(211, 249, 1);
        }

        #BOX280 {
            width: 417.835px;
            height: 162.39px;
            top: 130.585px;
            left: 3.0825px;
        }

        #BOX280>.ladi-box {
            border-radius: 10px;
            background-color: rgba(2, 2, 2, 0.2);
        }

        #BOX280>.ladi-box:hover,
        #BOX281>.ladi-box:hover,
        #BOX276>.ladi-box:hover,
        #BOX277>.ladi-box:hover,
        #PARAGRAPH290>.ladi-paragraph:hover,
        #HEADLINE261>.ladi-headline:hover,
        #BOX278>.ladi-box:hover,
        #IMAGE215:hover>.ladi-image,
        #SHAPE284:hover>.ladi-shape,
        #PARAGRAPH291>.ladi-paragraph:hover,
        #HEADLINE262>.ladi-headline:hover,
        #BOX269>.ladi-box:hover,
        #PARAGRAPH298>.ladi-paragraph:hover,
        #CAROUSEL_ITEM151>.ladi-frame:hover,
        #CAROUSEL_ITEM151>.ladi-frame:hover~.ladi-frame-bg,
        #BOX285>.ladi-box:hover,
        #PARAGRAPH301>.ladi-paragraph:hover,
        #SHAPE290:hover>.ladi-shape,
        #IMAGE233:hover>.ladi-image,
        #HEADLINE273>.ladi-headline:hover,
        #HEADLINE274>.ladi-headline:hover,
        #CAROUSEL_ITEM152>.ladi-frame:hover,
        #CAROUSEL_ITEM152>.ladi-frame:hover~.ladi-frame-bg,
        #BOX286>.ladi-box:hover,
        #PARAGRAPH302>.ladi-paragraph:hover,
        #SHAPE291:hover>.ladi-shape,
        #IMAGE234:hover>.ladi-image,
        #HEADLINE275>.ladi-headline:hover,
        #HEADLINE276>.ladi-headline:hover,
        #CAROUSEL_ITEM153>.ladi-frame:hover,
        #CAROUSEL_ITEM153>.ladi-frame:hover~.ladi-frame-bg,
        #BOX287>.ladi-box:hover,
        #PARAGRAPH303>.ladi-paragraph:hover,
        #SHAPE292:hover>.ladi-shape,
        #IMAGE235:hover>.ladi-image,
        #HEADLINE277>.ladi-headline:hover,
        #HEADLINE278>.ladi-headline:hover,
        #CAROUSEL_ITEM154>.ladi-frame:hover,
        #CAROUSEL_ITEM154>.ladi-frame:hover~.ladi-frame-bg,
        #BOX288>.ladi-box:hover,
        #PARAGRAPH304>.ladi-paragraph:hover,
        #SHAPE293:hover>.ladi-shape,
        #IMAGE236:hover>.ladi-image,
        #HEADLINE279>.ladi-headline:hover,
        #HEADLINE280>.ladi-headline:hover {
            opacity: 1;
        }

        #LIST_PARAGRAPH39 {
            width: 407px;
            top: 136.78px;
            left: 10.5px;
        }

        #LIST_PARAGRAPH39>.ladi-list-paragraph {
            font-family: Muli, sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-shadow: rgb(0, 0, 0) 1px 2px 1px;
        }

        #LIST_PARAGRAPH39 ul li {
            padding-bottom: 4px;
            padding-left: 24px;
        }

        #LIST_PARAGRAPH39 ul li:before,
        #LIST_PARAGRAPH38 ul li:before {
            width: 20px;
            height: 20px;
            content: "";
        }

        #LIST_PARAGRAPH39 ul li:before {
            top: 5px;
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2255.896279813044906px%22%20height%3D%2269px%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%2059%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
        }

        #BOX281 {
            width: 369.67px;
            height: 93.3624px;
            top: 0px;
            left: 29.165px;
        }

        #BOX281>.ladi-box {
            border-width: 1px;
            border-radius: 28px;
            border-style: solid;
            border-color: rgb(255, 255, 255);
            background-color: rgba(1, 1, 1, 0.1);
            box-shadow: rgb(92, 225, 230) 0px 15px 20px -15px;
        }

        #PARAGRAPH295 {
            width: 424px;
        }

        #PARAGRAPH295>.ladi-paragraph {
            font-family: Oswald, sans-serif;
            font-size: 27px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 222, 89);
            text-transform: uppercase;
            text-align: center;
            text-shadow: rgb(92, 225, 230) 1px 1px 1px;
        }

        #BUTTON66 {
            width: 373.639px;
            height: 63.0278px;
            top: 986.852px;
            left: 19.4535px;
        }

        #BUTTON66>.ladi-button>.ladi-button-background,
        #BUTTON69>.ladi-button>.ladi-button-background,
        #BUTTON71>.ladi-button>.ladi-button-background,
        #BUTTON70>.ladi-button>.ladi-button-background {
            background-image: linear-gradient(rgb(198, 66, 110), rgb(100, 43, 115));
            background-color: initial;
            background-size: initial;
            background-origin: initial;
            background-position: initial;
            background-repeat: initial;
            background-attachment: initial;
        }

        #BUTTON66>.ladi-button>.ladi-button-background,
        #BUTTON69>.ladi-button>.ladi-button-background,
        #BOX269>.ladi-box,
        #BUTTON71>.ladi-button>.ladi-button-background,
        #SECTION53>.ladi-section-background,
        #BUTTON70>.ladi-button>.ladi-button-background {
            -webkit-background-clip: initial;
        }

        #BUTTON66>.ladi-button,
        #BUTTON69>.ladi-button,
        #BUTTON71>.ladi-button,
        #BUTTON70>.ladi-button {
            border-width: 3px;
            border-radius: 279px;
            border-style: dashed;
            border-color: rgb(211, 249, 1);
        }

        #BUTTON_TEXT66 {
            width: 368px;
        }

        #BUTTON_TEXT66>.ladi-headline {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.4;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            text-align: center;
        }

        #IMAGE177 {
            width: 200px;
            height: 78.94px;
            top: 1069.24px;
            left: -42.455px;
        }

        #IMAGE177>.ladi-image>.ladi-image-background {
            width: 200px;
            height: 112.48px;
            top: -14px;
            left: 0px;
        }

        #IMAGE177>.ladi-image>.ladi-image-background,
        #IMAGE178>.ladi-image>.ladi-image-background,
        #IMAGE229>.ladi-image>.ladi-image-background,
        #IMAGE230>.ladi-image>.ladi-image-background,
        #IMAGE231>.ladi-image>.ladi-image-background {
            background-image: url("../image/webp-1-20250225172414-_sder.webp");
        }

        #IMAGE178 {
            width: 109.674px;
            height: 78.94px;
            top: 1049.88px;
            left: 322.153px;
        }

        #IMAGE178>.ladi-image>.ladi-image-background,
        #IMAGE229>.ladi-image>.ladi-image-background,
        #IMAGE230>.ladi-image>.ladi-image-background,
        #IMAGE231>.ladi-image>.ladi-image-background {
            width: 200px;
            height: 108.94px;
        }

        #SECTION48 {
            height: 574.5px;
        }

        #IMAGE210,
        #IMAGE210>.ladi-image>.ladi-image-background {
            width: 420px;
            height: 574.5px;
        }

        #IMAGE210>.ladi-image>.ladi-image-background {
            background-image: url("../image/trouble_bg-20250626103706-pfoxi1.jpg");
        }

        #PARAGRAPH288 {
            width: 350px;
            top: 8.4px;
            left: 35.319px;
        }

        #PARAGRAPH288>.ladi-paragraph {
            font-size: 31px;
            font-weight: bold;
            line-height: 1.3;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #BOX276 {
            width: 376.5px;
            height: 350px;
            top: 100.4px;
            left: 22.273px;
        }

        #BOX276>.ladi-box {
            border-width: 5px;
            border-radius: 0px;
            border-style: solid;
            border-color: rgb(255, 255, 255);
            background-color: rgba(1, 75, 173, 0.3);
        }

        #LIST_PARAGRAPH38 {
            width: 325px;
            top: 111.4px;
            left: 48.023px;
        }

        #LIST_PARAGRAPH38>.ladi-list-paragraph {
            font-family: Muli, sans-serif;
            font-size: 15px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
        }

        #LIST_PARAGRAPH38 ul li {
            padding-bottom: 4px;
            padding-left: 28px;
        }

        #LIST_PARAGRAPH38 ul li:before {
            top: 4px;
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2269px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2269px%22%20%20class%3D%22%22%20fill%3D%22rgba(13%2C%20183%2C%2079%2C%201.0)%22%3E%3Cpath%20d%3D%22m421-298%20283-283-46-45-237%20237-120-120-45%2045%20165%20166Zm59%20218q-82%200-155-31.5t-127.5-86Q143-252%20111.5-325T80-480q0-83%2031.5-156t86-127Q252-817%20325-848.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2082-31.5%20155T763-197.5q-54%2054.5-127%2086T480-80Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        #PARAGRAPH289 {
            width: 390px;
            top: 456.5px;
            left: 15.273px;
        }

        #PARAGRAPH289>.ladi-paragraph {
            font-size: 17px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-decoration-line: underline;
            text-align: center;
        }

        #SECTION49 {
            height: 575.1px;
        }

        #SECTION49>.ladi-section-background {
            background-image: url("../image/abstract-technology-particle-background_52683-25766-20250625123958-orxwi.jpg");
            background-size: cover;
            background-position: 50% 0%;
            background-repeat: repeat;
            background-attachment: fixed;
        }

        #GROUP652,
        #GROUP653 {
            width: 396px;
            height: 225.148px;
        }

        #GROUP652 {
            top: 15.3999px;
            left: 12px;
        }

        #BOX277 {
            width: 396px;
            height: 149px;
        }

        #BOX277,
        #BOX278 {
            top: 22px;
            left: 0px;
        }

        #BOX277>.ladi-box,
        #BOX278>.ladi-box {
            border-radius: 16px;
            filter: drop-shadow(rgb(180, 246, 248) 0px 1px 2px);
        }

        #BOX277>.ladi-box,
        #BOX278>.ladi-box,
        #BOX285>.ladi-box,
        #BOX286>.ladi-box,
        #BOX287>.ladi-box,
        #BOX288>.ladi-box,
        #POPUP11>.ladi-popup>.ladi-popup-background {
            background-color: rgb(255, 255, 255);
        }

        #IMAGE214,
        #IMAGE214>.ladi-image>.ladi-image-background,
        #IMAGE215,
        #IMAGE215>.ladi-image>.ladi-image-background {
            width: 58px;
            height: 58px;
        }

        #IMAGE214,
        #IMAGE215 {
            top: 0px;
            left: 169px;
        }

        #IMAGE214>.ladi-image>.ladi-image-background {
            background-image: url("../image/bd241a4c45bc04f278a0b91497b01fa0-20250616074216-ldywe.png");
        }

        #SHAPE283,
        #SHAPE284 {
            width: 54.551px;
            height: 98.0301px;
        }

        #SHAPE283 {
            top: 127.118px;
            left: 169px;
        }

        #SHAPE283 svg:last-child,
        #SHAPE284 svg:last-child {
            fill: rgb(234, 234, 234);
        }

        #PARAGRAPH290 {
            width: 369px;
            top: 90.074px;
            left: 13.5px;
        }

        #PARAGRAPH290>.ladi-paragraph,
        #PARAGRAPH291>.ladi-paragraph {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: center;
        }

        #HEADLINE261 {
            width: 378px;
            top: 61.074px;
            left: 9px;
        }

        #HEADLINE261>.ladi-headline,
        #HEADLINE262>.ladi-headline {
            background-image: linear-gradient(90deg, rgb(8, 255, 212), rgb(0, 115, 255));
            background-color: initial;
            background-size: initial;
            background-origin: initial;
            background-position: initial;
            background-repeat: initial;
            background-attachment: initial;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-transform: uppercase;
            text-align: center;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #GROUP654,
        #GROUP655 {
            width: 396px;
            height: 247.148px;
        }

        #GROUP654 {
            top: 234.618px;
            left: 11px;
        }

        #BOX278 {
            width: 396px;
            height: 171px;
        }

        #IMAGE215>.ladi-image>.ladi-image-background {
            background-image: url("../image/2640a1918421abae2e4742ed80a2bb12-20250616075633-6gp1s.png");
        }

        #SHAPE284 {
            top: 149.118px;
            left: 171.725px;
        }

        #PARAGRAPH291 {
            width: 365px;
            top: 87px;
            left: 18.5px;
        }

        #HEADLINE262 {
            width: 359px;
            top: 58px;
            left: 18.5px;
        }

        #BUTTON69 {
            width: 351.917px;
            height: 63.0278px;
            top: 486.766px;
            left: 33.0415px;
        }

        #BUTTON_TEXT69>.ladi-headline,
        #BUTTON_TEXT71>.ladi-headline,
        #BUTTON_TEXT70>.ladi-headline {
            font-size: 17px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            text-align: center;
        }

        #SECTION50 {
            height: 833.052px;
        }

        #BOX269 {
            width: 420px;
            height: 247.052px;
        }

        #BOX269>.ladi-box {
            border-radius: 0px;
            background-image: linear-gradient(181deg, rgb(28, 105, 71), rgb(0, 11, 56));
            background-color: initial;
            background-size: initial;
            background-origin: initial;
            background-position: initial;
            background-repeat: initial;
            background-attachment: initial;
        }

        #HEADLINE264 {
            width: 422px;
            top: 110.205px;
            left: -0.5px;
        }

        #HEADLINE264>.ladi-headline {
            font-family: Anton, sans-serif;
            font-size: 26px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #COUNTDOWN2 {
            width: 248.778px;
            height: 45.8963px;
            top: 180.682px;
            left: 84.611px;
        }

        #COUNTDOWN2>.ladi-countdown {
            font-size: 31px;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #COUNTDOWN2>.ladi-countdown>.ladi-element {
            width: calc(25% - 5.25px);
            height: 100%;
            margin-right: 7px;
        }

        #COUNTDOWN2>.ladi-countdown .ladi-countdown-background {
            border-width: 2px;
            border-radius: 12px;
            border-style: solid;
            border-color: rgb(92, 225, 230);
            background-color: rgb(0, 74, 173);
        }

        #GROUP666 {
            width: 261.343px;
            height: 21px;
            top: 152.205px;
            left: 79.3285px;
        }

        #PARAGRAPH271 {
            width: 45px;
        }

        #PARAGRAPH271>.ladi-paragraph,
        #PARAGRAPH272>.ladi-paragraph,
        #PARAGRAPH273>.ladi-paragraph,
        #PARAGRAPH274>.ladi-paragraph {
            font-size: 13px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            text-align: center;
        }

        #PARAGRAPH272,
        #PARAGRAPH273,
        #PARAGRAPH274 {
            width: 76px;
        }

        #PARAGRAPH272 {
            top: 0px;
            left: 54.62px;
        }

        #PARAGRAPH273 {
            top: 0px;
            left: 116.343px;
        }

        #PARAGRAPH274 {
            top: 0px;
            left: 185.343px;
        }

        #IMAGE229,
        #IMAGE230,
        #IMAGE231 {
            width: 200px;
            height: 67.339px;
        }

        #IMAGE229 {
            top: -34.4895px;
            left: -52px;
        }

        #HEADLINE272 {
            width: 420px;
            top: 8.526px;
            left: 0px;
        }

        #HEADLINE272>.ladi-headline {
            background-image: linear-gradient(rgb(255, 221, 0), rgb(251, 176, 52));
            background-color: initial;
            background-size: initial;
            background-origin: initial;
            background-position: initial;
            background-repeat: initial;
            background-attachment: initial;
            font-family: UGwcGlucyCbGFjalYWxpYydGY;
            font-size: 30px;
            font-weight: bold;
            line-height: 1;
            color: rgb(0, 0, 0);
            text-align: center;
            -webkit-background-clip: text;
            filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
            -webkit-text-stroke: 1px rgb(255, 255, 255);
            -webkit-text-fill-color: transparent;
        }

        #IMAGE230 {
            top: -34.4895px;
            left: 322px;
        }

        #IMAGE231 {
            top: 32.8495px;
            left: 118px;
        }

        #IMAGE238 {
            width: 420px;
            height: 586px;
            top: 247.052px;
            left: -0.5px;
        }

        #IMAGE238>.ladi-image>.ladi-image-background {
            width: 420px;
            height: 630px;
            top: -16px;
            left: 0px;
            background-image: url("../image/z6755792306366_140a0ba3ad96a7a76e926446affdcde0-20250630021444-12kdm.jpg");
        }

        #SECTION54 {
            height: 760.75px;
        }

        #SECTION54>.ladi-section-background {
            background-color: rgb(2, 2, 2);
        }

        #IMAGE239,
        #IMAGE239>.ladi-image>.ladi-image-background {
            width: 420px;
            height: 760.75px;
        }

        #IMAGE239>.ladi-image>.ladi-image-background,
        #IMAGE247>.ladi-image>.ladi-image-background {
            background-image: url("../image/abstract-technology-particle-background_52683-25766-20250625123958-orxwi.jpg");
        }

        #IMAGE239>.ladi-image,
        #IMAGE247>.ladi-image {
            filter: contrast(113%);
        }

        #IMAGE240,
        #IMAGE240>.ladi-image>.ladi-image-background,
        #IMAGE243,
        #IMAGE243>.ladi-image>.ladi-image-background {
            width: 388.045px;
            height: 232.827px;
        }

        #IMAGE240 {
            top: 91px;
            left: 15.9775px;
        }

        #IMAGE240>.ladi-image>.ladi-image-background {
            background-image: url("../image/reason1-20250626105202-lbwsu.jpg");
        }

        #PARAGRAPH305,
        #PARAGRAPH307 {
            width: 333px;
        }

        #PARAGRAPH305 {
            top: 5.5px;
            left: 71.0225px;
        }

        #PARAGRAPH305>.ladi-paragraph {
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            text-align: center;
        }

        #IMAGE241,
        #IMAGE241>.ladi-image>.ladi-image-background,
        #IMAGE244,
        #IMAGE244>.ladi-image>.ladi-image-background {
            width: 81.0067px;
            height: 85px;
        }

        #IMAGE241>.ladi-image>.ladi-image-background {
            background-image: url("../image/screenshot_1750935230-20250626105422-vfqmj.png");
        }

        #PARAGRAPH306,
        #PARAGRAPH308,
        #BUTTON_TEXT70 {
            width: 374px;
        }

        #PARAGRAPH306,
        #PARAGRAPH308 {
            top: 340.672px;
            left: 23px;
        }

        #PARAGRAPH306>.ladi-paragraph,
        #PARAGRAPH308>.ladi-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
        }

        #IMAGE248 {
            width: 98.403px;
            height: 101.699px;
            top: 222.128px;
            left: 15.9775px;
        }

        #IMAGE248>.ladi-image>.ladi-image-background {
            width: 98.403px;
            height: 149.348px;
            top: -39.3612px;
            left: 0px;
            background-image: url("../image/z6756213274615_8f9e15784145ca790d1eae81f858d939-20250630035357--aghf.jpg");
        }

        #BUTTON71 {
            width: 348.278px;
            height: 63.0278px;
            top: 656.154px;
            left: 35.861px;
        }

        #SECTION55 {
            height: 772.75px;
        }

        #IMAGE247,
        #IMAGE247>.ladi-image>.ladi-image-background {
            width: 420px;
            height: 772.75px;
        }

        #IMAGE243 {
            top: 85px;
            left: 15.9775px;
        }

        #IMAGE243>.ladi-image>.ladi-image-background {
            background-image: url("../image/reason2-20250626142013-bp_lx.jpg");
        }

        #PARAGRAPH307 {
            top: 10.5px;
            left: 71.0225px;
        }

        #PARAGRAPH307>.ladi-paragraph {
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #IMAGE244>.ladi-image>.ladi-image-background {
            background-image: url("../image/screenshot_1750935242-20250626105524-austi.png");
        }

        #SECTION56 {
            height: 1249.63px;
        }

        #SECTION56>.ladi-section-background,
        #BUTTON47>.ladi-button>.ladi-button-background {
            background-color: rgb(0, 0, 0);
        }

        #PARAGRAPH309 {
            width: 403px;
            top: -3.372px;
            left: 8.5px;
        }

        #PARAGRAPH309>.ladi-paragraph {
            font-size: 25px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 222, 89);
            text-transform: uppercase;
            text-decoration-line: underline;
            text-align: center;
        }

        #IMAGE245 {
            width: 420px;
            height: 537px;
            top: 126.628px;
            left: 0px;
        }

        #IMAGE245>.ladi-image>.ladi-image-background {
            width: 420px;
            height: 631px;
            top: -91px;
            left: 0px;
            background-image: url("../image/z6756076152305_0bbd9b703fd8918a8542a77463f39826-20250630032058-zt5ub.jpg");
        }

        #IMAGE246 {
            width: 420px;
            height: 570px;
            top: 663.628px;
            left: 0px;
        }

        #IMAGE246>.ladi-image>.ladi-image-background {
            width: 420px;
            height: 633px;
            top: -17px;
            left: 0px;
            background-image: url("../image/z6756076133472_fa2b9dcb910ce243210f4c6358431e61-20250630032058-2jkrv.jpg");
        }

        #SECTION53 {
            height: 664.1px;
        }

        #SECTION53>.ladi-section-background {
            background-image: linear-gradient(90deg, rgb(168, 48, 63), rgb(0, 0, 0));
            background-color: initial;
            background-size: initial;
            background-origin: initial;
            background-position: initial;
            background-repeat: initial;
            background-attachment: initial;
        }

        #PARAGRAPH298 {
            width: 416px;
        }

        #PARAGRAPH298>.ladi-paragraph {
            font-size: 22px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 236, 82);
            text-transform: uppercase;
            text-decoration-line: underline;
            text-align: center;
        }

        #CAROUSEL14 {
            width: 435.947px;
            height: 470px;
            top: 83.29px;
            left: 7.2855px;
        }

        #CAROUSEL14 .ladi-carousel .ladi-carousel-content {
            width: 1030px;
        }

        #CAROUSEL_ITEM151,
        #CAROUSEL_ITEM152,
        #CAROUSEL_ITEM153,
        #CAROUSEL_ITEM154 {
            width: 250px;
            height: 470px;
        }

        #CAROUSEL_ITEM151>.ladi-frame-bg>.ladi-frame-background,
        #CAROUSEL_ITEM152>.ladi-frame-bg>.ladi-frame-background,
        #CAROUSEL_ITEM153>.ladi-frame-bg>.ladi-frame-background,
        #CAROUSEL_ITEM154>.ladi-frame-bg>.ladi-frame-background {
            background-color: rgb(244, 244, 244);
        }

        #BOX285,
        #BOX286,
        #BOX287,
        #BOX288 {
            width: 200px;
            height: 364px;
            top: 23px;
            left: 25px;
        }

        #PARAGRAPH301,
        #PARAGRAPH302,
        #PARAGRAPH303,
        #PARAGRAPH304 {
            width: 177px;
            top: 29px;
            left: 36.5px;
        }

        #PARAGRAPH301>.ladi-paragraph,
        #PARAGRAPH302>.ladi-paragraph,
        #PARAGRAPH303>.ladi-paragraph,
        #PARAGRAPH304>.ladi-paragraph {
            font-size: 14px;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
        }

        #SHAPE290,
        #SHAPE291,
        #SHAPE292,
        #SHAPE293 {
            width: 49px;
            height: 49px;
            top: 282px;
            left: 176px;
        }

        #SHAPE290 svg:last-child,
        #SHAPE291 svg:last-child,
        #SHAPE292 svg:last-child,
        #SHAPE293 svg:last-child {
            fill: rgb(109, 109, 109);
        }

        #IMAGE233,
        #IMAGE233>.ladi-image>.ladi-image-background,
        #IMAGE234,
        #IMAGE234>.ladi-image>.ladi-image-background,
        #IMAGE235,
        #IMAGE235>.ladi-image>.ladi-image-background,
        #IMAGE236 {
            width: 50px;
            height: 50px;
        }

        #IMAGE233,
        #IMAGE234,
        #IMAGE235,
        #IMAGE236 {
            top: 397px;
            left: 23px;
        }

        #IMAGE233>.ladi-image>.ladi-image-background {
            background-image: url("../image/b4efd95eadc45995be07f67dd582117351cee3e2_xlarge-20250626032515-axhh1.jpg");
        }

        #IMAGE233>.ladi-image,
        #IMAGE234>.ladi-image,
        #IMAGE235>.ladi-image,
        #IMAGE236>.ladi-image {
            border-radius: 100px;
        }

        #HEADLINE273,
        #HEADLINE274,
        #HEADLINE275,
        #HEADLINE276,
        #HEADLINE277,
        #HEADLINE278,
        #HEADLINE279,
        #HEADLINE280 {
            width: 142px;
        }

        #HEADLINE273,
        #HEADLINE275,
        #HEADLINE277,
        #HEADLINE279 {
            top: 403px;
            left: 88px;
        }

        #HEADLINE273>.ladi-headline,
        #HEADLINE275>.ladi-headline,
        #HEADLINE277>.ladi-headline,
        #HEADLINE279>.ladi-headline {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
        }

        #HEADLINE274,
        #HEADLINE276,
        #HEADLINE278,
        #HEADLINE280 {
            top: 428px;
            left: 82px;
        }

        #HEADLINE274>.ladi-headline,
        #HEADLINE276>.ladi-headline,
        #HEADLINE278>.ladi-headline,
        #HEADLINE280>.ladi-headline {
            font-size: 12px;
            line-height: 1.6;
            color: rgb(109, 109, 109);
            text-align: left;
        }

        #CAROUSEL_ITEM152 {
            top: 0px;
            left: 260px;
        }

        #IMAGE234>.ladi-image>.ladi-image-background {
            background-image: url("../image/images-20250626032633-rsdrs.jpg");
        }

        #CAROUSEL_ITEM153 {
            top: 0px;
            left: 520px;
        }

        #IMAGE235>.ladi-image>.ladi-image-background {
            background-image: url("../image/ifhc362p20220811082343.jpg");
        }

        #CAROUSEL_ITEM154 {
            top: 0px;
            left: 780px;
        }

        #IMAGE236>.ladi-image>.ladi-image-background {
            width: 89px;
            height: 50px;
            top: -1px;
            left: -11px;
            background-image: url("../image/img_8eaf90c7c13b934ebe7eb00cd3c57fa8109145-20250626032803-7tgel.jpg");
        }

        #BUTTON70 {
            width: 380.278px;
            height: 63.0278px;
            top: auto;
            left: 0px;
            right: 0px;
            bottom: 0px;
            position: fixed;
            z-index: 90000050;
            margin: 0px auto;
        }

        #SECTION_POPUP {
            height: 0px;
        }

        #POPUP11 {
            width: 401px;
            height: 386px;
            right: 0px;
            bottom: 0px;
            margin: auto;
        }

        #POPUP11>.ladi-popup>.ladi-overlay,
        #POPUP11>.ladi-popup>.ladi-popup-background,
        #POPUP11>.ladi-popup {
            border-radius: 21px;
        }

        #FRAME143 {
            width: 359.984px;
            height: 219.359px;
            top: 25px;
            left: 20.508px;
        }

        #FRAME143>.ladi-frame-bg>.ladi-frame-background {
            background-color: rgb(51, 115, 90);
        }

        #FRAME143>.ladi-frame {
            border-radius: 15px;
        }

        #HEADLINE237 {
            width: 221px;
            top: 41px;
            left: 30.492px;
        }

        #HEADLINE237>.ladi-headline,
        #HEADLINE238>.ladi-headline {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
        }

        #HEADLINE238 {
            width: 200px;
            top: 108.5px;
            left: 40.992px;
        }

        #BUTTON47 {
            width: 160px;
            height: 40px;
            top: 147px;
            left: 99.992px;
        }

        #BUTTON_TEXT47 {
            width: 160px;
        }

        #BUTTON_TEXT47>.ladi-headline {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(241, 243, 244);
            text-align: center;
        }

        /* body.lazyload .ladi-overlay,
        body.lazyload .ladi-box,
        body.lazyload .ladi-button-background,
        body.lazyload .ladi-collection-item:before,
        body.lazyload .ladi-countdown-background,
        body.lazyload .ladi-form-item-background,
        body.lazyload .ladi-form-label-container .ladi-form-label-item.image,
        body.lazyload .ladi-frame-background,
        body.lazyload .ladi-gallery-view-item,
        body.lazyload .ladi-gallery-control-item,
        body.lazyload .ladi-headline,
        body.lazyload .ladi-image-background,
        body.lazyload .ladi-image-compare,
        body.lazyload .ladi-list-paragraph ul li:before,
        body.lazyload .ladi-section-background,
        body.lazyload .ladi-survey-option-background,
        body.lazyload .ladi-survey-option-image,
        body.lazyload .ladi-tabs-background,
        body.lazyload .ladi-video-background,
        body.lazyload .ladi-banner,
        body.lazyload .ladi-spin-lucky-screen,
        body.lazyload .ladi-spin-lucky-start {
            background-image: none !important;
        } */
