  
        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")
        }

        * {
            -webkit-tap-highlight-color: #fff0
        }

        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;
            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: 5px;
        }

        .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-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-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,
        .ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
            --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
            pointer-events: none;
            top: -1px;
            left: -1px;
            transform: none
        }

        .ladi-form,
        .ladi-form .ladi-form-item-container {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-form>.ladi-element,
        .ladi-form>.ladi-element .ladi-form-item-container,
        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true],
        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form .ladi-button>.ladi-button-headline {
            color: initial;
            font-size: initial;
            font-weight: initial;
            text-transform: initial;
            text-decoration: initial;
            font-style: initial;
            text-align: initial;
            letter-spacing: initial;
            line-height: initial
        }

        .ladi-form [data-form-checkout-item=bump_offer] .ladi-form-item,
        .ladi-form>[data-quantity=true] .ladi-form-item-container {
            overflow: hidden
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-size: 9px 6px !important;
            background-position: right .5rem center;
            background-repeat: no-repeat;
            padding-right: 24px;
            text-transform: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item,
        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
            text-transform: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit;
            color: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
            width: calc(100% / 2 - 5px);
            max-width: calc(100% / 2 - 5px);
            min-width: calc(100% / 2 - 5px)
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3),
        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),
        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
            margin-left: 7.5px
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
            width: calc(100% / 3 - 5px);
            max-width: calc(100% / 3 - 5px);
            min-width: calc(100% / 3 - 5px)
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
            color: initial
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
            text-decoration: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
            text-decoration: inherit;
            vertical-align: middle
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
            display: inline-block;
            width: fit-content
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-form .ladi-form-item-title-value {
            font-weight: 700;
            word-break: break-word
        }

        .ladi-form .ladi-form-label-container {
            position: relative;
            width: 100%
        }

        .ladi-form .ladi-form-control-file {
            background-repeat: no-repeat;
            background-position: calc(100% - 5px) center
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item {
            display: inline-block;
            cursor: pointer;
            position: relative;
            border-radius: 0 !important;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
            display: none !important
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
            opacity: .35
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
            opacity: .2
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
            opacity: .15
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
            content: '';
            width: 0;
            height: 0;
            bottom: -1px;
            right: -1px;
            position: absolute;
            border-width: 0 0 15px 15px;
            border-color: transparent;
            border-style: solid
        }

        .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
            content: '';
            background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: bottom right;
            width: 7px;
            height: 7px;
            bottom: 0;
            right: 0;
            position: absolute
        }

        .ladi-form .ladi-form-item {
            width: 100%;
            height: 100%;
            position: absolute
        }

        .ladi-form .ladi-form-item-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox {
            height: auto;
            padding: 0 5px
        }

        .ladi-form .ladi-form-item .ladi-form-control {
            background-color: transparent;
            min-width: 100%;
            min-height: 100%;
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            padding: 0 5px;
            color: inherit;
            font-size: inherit;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: flex;
            align-items: center;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 10px !important;
            display: inline-flex;
            align-items: center;
            border: none;
            position: relative
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            margin-right: 5px;
            display: block
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            cursor: default;
            word-break: break-word
        }

        .ladi-form .ladi-form-item textarea.ladi-form-control {
            resize: none;
            padding: 5px
        }

        .ladi-form .ladi-button {
            cursor: pointer
        }

        .ladi-form .ladi-button .ladi-headline {
            cursor: pointer;
            user-select: none
        }

        .ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
        .ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .ladi-form .ladi-element .ladi-form-item .button-get-code {
            display: none;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
            line-height: initial;
            padding: 5px 10px;
            height: max-content;
            cursor: pointer;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
            display: block !important;
            visibility: hidden !important
        }

        .ladi-form .ladi-form-checkout-bump-offer-product.option-2,
        .ladi-form .ladi-form-item.otp-resend .button-get-code,
        .ladi-form [data-form-checkout-item=payment] .ladi-form-checkout-payment-content div>span {
            display: block
        }

        .ladi-form .ladi-form-item.otp-countdown:before {
            content: attr(data-countdown-time) "s";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            height: max-content;
            line-height: initial
        }

        .ladi-form [data-variant=true] select option[disabled] {
            background: #fff;
            color: #b8b8b8 !important
        }

        .ladi-google-recaptcha-checkbox {
            position: absolute;
            display: inline-block;
            transform: translateY(-100%);
            margin-top: -5px;
            z-index: 90000010
        }

        .ladi-element[data-form-checkout-item] {
            padding: 0
        }

        .ladi-form .ladi-form-checkout-title {
            margin-bottom: 8px
        }

        .ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,
        .ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
            height: auto !important;
            position: unset !important
        }

        .ladi-form .ladi-form-checkout-box {
            gap: 12px;
            display: flex;
            flex-flow: column;
            margin: 8px 12px;
            margin-top: 14px !important;
            padding-bottom: 14px;
            border-left: none !important;
            border-right: none !important;
            border-top: none !important;
            border-radius: 0 !important
        }

        .ladi-form .ladi-form-checkout-box:last-child {
            border: none !important;
            padding-bottom: 4px
        }

        .ladi-form .ladi-form-checkout-box:first-child,
        .ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
            margin-top: 0
        }

        .ladi-form .ladi-form-checkout-payment-item {
            display: flex;
            flex-flow: row;
            gap: 12px;
            align-items: center;
            --check-size: 18px;
            --width-quantity: 65px
        }

        .ladi-form .ladi-form-checkout-payment-check {
            --border-size: 1px;
            width: var(--check-size);
            height: var(--check-size);
            flex: 0 0 var(--check-size);
            border: var(--border-size) solid;
            border-radius: 100%;
            display: block;
            position: relative
        }

        .ladi-form .ladi-form-checkout-payment-check.checked:before {
            content: "";
            width: calc(var(--check-size)/ 2);
            height: calc(var(--check-size)/ 2);
            border-radius: inherit;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)))
        }

        .ladi-form .ladi-form-checkout-bump-offer-check.multiple,
        .ladi-form .ladi-form-checkout-payment-check.multiple {
            border-radius: 4px
        }

        .ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
            content: "";
            -webkit-mask-image: var(--url);
            mask-image: var(--url);
            width: var(--check-size);
            height: var(--check-size);
            -webkit-mask-size: var(--check-size);
            mask-size: var(--check-size);
            background-color: #fff;
            position: absolute
        }

        .ladi-form .ladi-form-checkout-payment-content,
        .ladi-form .ladi-form-checkout-product-content {
            display: flex;
            flex-flow: row;
            --gap: 10px;
            gap: var(--gap);
            align-items: center;
            width: calc(100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2)
        }

        .ladi-form .ladi-form-checkout-payment-content img,
        .ladi-form .ladi-form-checkout-product-content img {
            width: 36px;
            max-height: 36px;
            border-radius: 4px
        }

        .ladi-form .ladi-form-checkout-payment-content div,
        .ladi-form .ladi-form-checkout-product-content div {
            display: flex;
            flex-flow: column
        }

        .ladi-form .ladi-form-checkout-payment-content div>span,
        .ladi-form .ladi-form-checkout-product-content div>span {
            font-size: inherit
        }

        .ladi-form .ladi-form-checkout-payment-content div>span.small,
        .ladi-form .ladi-form-checkout-product-content div>span.small {
            font-size: 80%;
            opacity: .8
        }

        .ladi-form .ladi-form-checkout-payment-content div .price.price-compare,
        .ladi-form .ladi-form-checkout-product-content div .price.price-compare {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-direction: row !important
        }

        .ladi-form .ladi-form-checkout-payment-quantity,
        .ladi-form .ladi-form-checkout-product-quantity {
            position: relative;
            --icon-size: calc(var(--check-size) * 0.8)
        }

        .ladi-form .ladi-form-checkout-payment-quantity input,
        .ladi-form .ladi-form-checkout-product-quantity input {
            padding: 4px calc(var(--check-size)) 4px 8px;
            border-radius: 8px;
            position: relative;
            width: var(--width-quantity);
            min-height: 34px;
            border: 1px solid;
            background-color: transparent;
            top: 0;
            left: 0;
            display: block
        }

        .ladi-form .ladi-form-checkout-payment-quantity input::-webkit-inner-spin-button,
        .ladi-form .ladi-form-checkout-payment-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .ladi-form .ladi-form-checkout-payment-quantity .up {
            width: var(--icon-size);
            height: var(--icon-size);
            top: -1px;
            right: 5px;
            cursor: pointer;
            display: block;
            position: absolute
        }

        .ladi-form .ladi-form-checkout-payment-quantity .up:before {
            content: '';
            --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
            -webkit-mask-image: var(--url);
            mask-image: var(--url);
            display: block;
            position: absolute;
            width: var(--icon-size);
            height: var(--icon-size);
            pointer-events: none;
            top: 4px;
            left: 2px;
            -webkit-mask-size: var(--icon-size);
            mask-size: var(--icon-size)
        }

        .ladi-form .ladi-form-checkout-payment-quantity .down {
            width: var(--icon-size);
            height: var(--icon-size);
            right: 5px;
            cursor: pointer;
            display: block;
            position: absolute;
            bottom: 3px
        }

        .ladi-form .ladi-form-checkout-payment-quantity .down:before {
            content: '';
            --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
            -webkit-mask-image: var(--url);
            mask-image: var(--url);
            display: block;
            position: absolute;
            width: var(--icon-size);
            height: var(--icon-size);
            pointer-events: none;
            left: 2px;
            -webkit-mask-size: var(--icon-size);
            mask-size: var(--icon-size)
        }

        .ladi-form [data-form-checkout-item=payment] .ladi-form-item {
            display: table
        }

        .ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content {
            width: calc(100% - 18px)
        }

        .ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div {
            display: table-cell;
            vertical-align: middle;
            padding: 0 6px;
            cursor: pointer;
            width: 100%;
            position: relative
        }

        .ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div.arrow:before {
            content: '';
            --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
            -webkit-mask-image: var(--url);
            mask-image: var(--url);
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            margin: auto;
            -webkit-mask-size: 100%;
            mask-size: 100%
        }

        .ladi-form [data-form-checkout-item=total_price] {
            display: flex;
            flex-flow: column;
            gap: 3px;
            justify-content: center
        }

        .ladi-form [data-form-checkout-item=total_price] .line {
            display: inline-flex;
            justify-content: space-between;
            align-items: center
        }

        .ladi-form [data-form-checkout-item=total_price] .title-number-price.big,
        .ladi-form [data-form-checkout-item=total_price] .title-price.big {
            font-weight: 700;
            font-size: 130%
        }

        .ladi-form [data-form-checkout-item=total_price] .title-number-price {
            font-size: 115%
        }

        .ladi-form [data-form-checkout-item=total_price] .space {
            border-top: 1px solid;
            margin: 15px 0 10px
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox {
            display: flex;
            flex-flow: row;
            gap: 8px;
            padding: 8px;
            margin: 12px 8px 0;
            border-radius: 8px;
            align-items: center;
            --check-size-bumpoffer: 18px;
            --width-quantity-bumpoffer: 60px
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
            background-color: #3c72f9;
            margin: 0
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
            color: #fff
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
            background-color: #fde298;
            margin: 12px 0 4px
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
            background-color: #f3f4f5;
            margin: 8px 0 0;
            padding: 4px 8px;
            width: max-content
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check {
            width: 12px;
            height: 12px;
            flex: 0 0 12px
        }

        .ladi-form .ladi-form-checkout-bump-offer-check {
            --border-size: 1px;
            width: var(--check-size-bumpoffer);
            height: var(--check-size-bumpoffer);
            flex: 0 0 var(--check-size-bumpoffer);
            border: var(--border-size) solid #cfd3d8;
            background-color: #fff;
            border-radius: 100%;
            display: block;
            position: relative
        }

        .ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
            content: "";
            width: calc(var(--check-size-bumpoffer)/ 2);
            height: calc(var(--check-size-bumpoffer)/ 2);
            border-radius: inherit;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)))
        }

        .ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
            content: "";
            -webkit-mask-image: var(--url);
            mask-image: var(--url);
            width: var(--check-size-bumpoffer);
            height: var(--check-size-bumpoffer);
            -webkit-mask-size: var(--check-size-bumpoffer);
            mask-size: var(--check-size-bumpoffer);
            background-color: #000;
            position: absolute
        }

        .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check.multiple.checked:before {
            top: -5px;
            left: -3px
        }

        .ladi-form .ladi-form-checkout-bump-offer-product {
            display: flex;
            flex-flow: row;
            gap: 16px;
            margin: 8px 12px;
            align-items: center;
            border-left: none !important;
            border-right: none !important;
            border-top: none !important;
            border-radius: 0 !important
        }

        .ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
            display: block !important;
            padding-bottom: 8px
        }

        .ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
            border: none !important
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-product {
            display: flex;
            gap: 16px;
            align-items: flex-start;
            margin-top: 16px;
            margin-bottom: 12px
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
            margin-bottom: 0
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
            width: 48px;
            height: 48px;
            border-radius: 4px;
            overflow: hidden
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-title {
            font-size: 90%;
            opacity: .6
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-description {
            color: #9fa7b1;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
            display: flex;
            flex-direction: column
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .shock-promotion-label {
            background-color: #ef9300;
            width: max-content;
            border-radius: 4px;
            padding: 2px 8px;
            color: #fff;
            margin-bottom: 4px;
            font-weight: 600
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
            font-weight: 400;
            font-size: 120%;
            line-height: 1.4
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
            font-weight: 400;
            line-height: 1.4
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
            text-decoration: line-through;
            opacity: .6
        }

        .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
            background-color: #e01a1a;
            padding: 2px 8px;
            margin-right: 6px;
            color: #fff;
            border-radius: 4px;
            font-size: 80%
        }

        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block {
            padding: 12px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .ladi-form [data-form-checkout-item=coupon_code] .ladi-form-item {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title {
            display: flex;
            align-items: center;
            gap: 8px
        }

        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder span,
        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title span {
            font-weight: 400;
            font-size: 100%;
            line-height: 1.4
        }

        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title i {
            width: 16px;
            height: 16px;
            mask-image: url(https://w.ladicdn.com/ladiui/icons/ldicon-discount-coupon.svg);
            display: inline-block;
            mask-size: cover
        }

        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer
        }

        .ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder i {
            width: 16px;
            height: 16px;
            mask-image: url(https://w.ladicdn.com/ladiui/icons/new-ldicon-arrow-left.svg);
            display: inline-block;
            mask-size: cover;
            background-color: #6d6d6d !important
        }

        .ladi-video {
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
            overflow: hidden;
        }

        .ladi-video .ladi-video-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
        }

        .button-unmute {
            cursor: pointer;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .button-unmute div {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
            width: 60px;
            height: 60px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 100%;
            background-size: 90%;
            background-repeat: no-repeat;
            background-position: center center;
        }

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

        .ladi-line {
            position: relative;
        }

        .ladi-line .ladi-line-container {
            border-bottom: 0 !important;
            border-right: 0 !important;
            width: 100%;
            height: 100%;
        }

        .ladi-menu {
            position: absolute;
        }

        .ladi-menu.list-menu-items.theme-1 {
            z-index: 1;
            display: flex;
            width: fit-content;
            height: 100%;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

        .ladi-menu.list-menu-items.theme-1 .ladi-menu-item {
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            align-self: center;
            position: relative;
            transition: all 150ms linear 0s, visibility 0s;
        }

        .ladi-menu.list-menu-items.theme-1 .ladi-menu-item>ul {
            visibility: hidden;
            opacity: 0;
            display: flex;
            position: absolute;
            top: 35px;
            width: max-content;
            gap: 10px;
            flex-flow: column;
            padding: 5px 10px;
        }

        .ladi-menu.list-menu-items.theme-1 .ladi-menu-item>ul:before {
            content: "";
            position: absolute;
            top: -35px;
            left: 0;
            width: 100%;
            height: 50px;
        }

        .ladi-menu.list-menu-items.theme-1 .ladi-menu-item>ul>.ladi-menu-item {
            width: 100%;
        }

        .ladi-menu.list-menu-items.theme-1 .ladi-menu-item:hover>ul {
            visibility: visible;
            opacity: 1;
        }

        .ladi-menu.list-menu-items.theme-1>.ladi-menu-item>ul .ladi-menu-item>ul {
            left: 100%;
            transform: translate(20px, -5px);
            top: 0;
        }

        .ladi-menu.list-menu-items.theme-1>.ladi-menu-item>ul .ladi-menu-item>ul:before {
            top: 0;
            left: -35px;
            height: 100%;
            width: 50px;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1,
        #POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 {
            margin: 0;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item,
        #POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 .ladi-menu-item {
            display: block;
            align-self: baseline;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item ul {
            position: relative;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item a,
        #POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 .ladi-menu-item a {
            padding-right: 20px;
            position: relative;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item[data-child="true"]>a {
            pointer-events: none;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item[data-child="true"]>a:before,
        #POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 .ladi-menu-item[data-child="true"]>a:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23fff%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.95437%2010.3254C3.13408%2010.535%203.44973%2010.5593%203.65939%2010.3796L8.00066%206.65853L12.3419%2010.3796C12.5516%2010.5593%2012.8672%2010.535%2013.047%2010.3254C13.2267%2010.1157%2013.2024%209.80007%2012.9927%209.62036L8.32606%205.62036C8.13881%205.45987%207.86251%205.45987%207.67526%205.62036L3.0086%209.62036C2.79893%209.80007%202.77465%2010.1157%202.95437%2010.3254Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
            background-position: top right;
            background-size: 20px;
            background-repeat: no-repeat;
            background-position-y: 3px;
            position: absolute;
            right: -3px;
            width: 20px;
            height: 20px;
            transform: rotate(180deg);
            top: 5px;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item ul {
            visibility: hidden;
            opacity: 0;
            display: none !important;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item.open>a:before {
            transform: rotate(0deg);
            top: 0;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item.open>ul {
            visibility: visible;
            opacity: 1;
            display: flex !important;
            top: 5px;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1 ul {
            display: flex !important;
            visibility: visible;
            opacity: 1;
            background: transparent;
            padding: 0;
            top: 35px;
            transform: translate(20px, 0);
            left: 0;
        }

        .popup-menu-mobile .ladi-menu.list-menu-items.theme-1>.ladi-menu-item .ladi-menu-item ul {
            left: 0;
            transform: translate(20px, 0);
        }

        .ladi-menu.menu-icon-item {
            width: 100%;
            height: 100%;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            cursor: pointer;
        }

        .ladi-menu.menu-icon-item.theme-1.menu-icon-1 {
            -webkit-mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon1.svg?v=1.0);
            mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon1.svg?v=1.0);
        }

        .ladi-menu.menu-icon-item.theme-1.menu-icon-2 {
            -webkit-mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon2.svg?v=1.0);
            mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon2.svg?v=1.0);
        }

        .ladi-menu.menu-icon-item.theme-1.menu-icon-3 {
            -webkit-mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon3.svg?v=1.0);
            mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon3.svg?v=1.0);
        }

        .ladi-menu.menu-icon-item.theme-1.menu-icon-4 {
            -webkit-mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon4.svg?v=1.0);
            mask-image: url(https://w.ladicdn.com/v2/source/builder/svg/menu_icon4.svg?v=1.0);
        }

        .ladi-popup .ladi-menu.menu-icon-item {
            display: none;
        }

        .ladi-popup .ladi-menu.list-menu-items {
            display: flex;
            flex-flow: column;
        }

        #SECTION_POPUP>.ladi-container>.ladi-element[id^="POPUP_MENU_MOBILE"][data-dropbox="true"] {
            display: none;
        }

        .popup-menu-mobile {
            width: 100% !important;
            height: 100% !important;
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            max-height: 100% !important;
        }

        .popup-menu-mobile .ladi-popup {
            min-height: 100%;
        }

        .popup-menu-mobile .ladi-popup,
        .popup-menu-mobile .ladi-popup-background {
            width: 100%;
            height: 100%;
        }

        .popup-menu-mobile .ladi-element .ladi-menu.menu-icon-item {
            display: none !important;
        }

        .popup-menu-mobile .ladi-element .ladi-menu.list-menu-items {
            display: flex !important;
        }

        .popup-menu-mobile .popup-close {
            position: absolute;
            width: 24px;
            height: 24px;
            top: 10px;
            right: 10px;
            cursor: pointer;
            background-color: #fff;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            -webkit-mask-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");
            mask-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");
        }

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

        @media (min-width: 768px) {
            .ladi-carousel-fullwidth {
                width: 100vw !important;
                left: calc(-50vw + 50%) !important;
                box-sizing: border-box !important;
                transform: none !important;
            }

            .ladi-menu.menu-icon-item.theme-1 {
                display: none;
            }

            .popup-menu-mobile {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .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;
            }

            .ladi-menu.list-menu-items.theme-1 {
                display: none;
            }
        }

        /* @media (min-width: 768px) {

            #GROUP3,
            #IMAGE6,
            #IMAGE12,
            #IMAGE14,
            #IMAGE15,
            #IMAGE16,
            #IMAGE17,
            #IMAGE18,
            #GROUP10,
            #IMAGE27,
            #IMAGE28,
            #IMAGE29,
            #IMAGE32,
            #IMAGE33,
            #IMAGE34,
            #IMAGE35,
            #IMAGE57,
            #IMAGE58 {
                opacity: 0 !important;
                pointer-events: none !important;
            }
        } */

        @media (max-width: 767px) {

            #GROUP3,
            #IMAGE6,
            #IMAGE12,
            #IMAGE14,
            #IMAGE15,
            #IMAGE16,
            #IMAGE17,
            #IMAGE18,
            #GROUP10,
            #IMAGE27,
            #IMAGE28,
            #IMAGE29,
            #IMAGE32,
            #IMAGE33,
            #IMAGE34,
            #IMAGE35,
            #IMAGE57,
            #IMAGE58 {
                opacity: 1 !important;
                pointer-events: none !important;
            }
            #HEADLINE10>.ladi-headline {
   
                line-height: 1.8;
            }
        }

        body {
            direction: ltr;
        }

        @media (min-width: 768px) {
            .ladi-section .ladi-container {
                width: 960px;
            }
        }

        @media (max-width: 767px) {
            .ladi-section .ladi-container {
                width: 420px;
            }
        }

        body {
            font-family: "Open Sans", sans-serif
        }

        #SECTION1>.ladi-section-background,
        #POPUP3>.ladi-popup>.ladi-popup-background,
        #POPUP4>.ladi-popup>.ladi-popup-background,
        #DROPBOX15>.ladi-popup>.ladi-popup-background,
        #DROPBOX17>.ladi-popup>.ladi-popup-background {
            background-color: rgb(255, 255, 255);
        }

        #IMAGE1>.ladi-image>.ladi-image-background,
        #BOX1,
        #IMAGE3>.ladi-image>.ladi-image-background,
        #IMAGE6>.ladi-image>.ladi-image-background,
        #BOX6,
        #IMAGE8>.ladi-image>.ladi-image-background,
        #IMAGE7>.ladi-image>.ladi-image-background,
        #BOX7,
        #IMAGE19>.ladi-image>.ladi-image-background,
        #IMAGE12>.ladi-image>.ladi-image-background,
        #IMAGE13>.ladi-image>.ladi-image-background,
        #IMAGE15>.ladi-image>.ladi-image-background,
        #IMAGE16>.ladi-image>.ladi-image-background,
        #IMAGE17>.ladi-image>.ladi-image-background,
        #IMAGE9>.ladi-image>.ladi-image-background,
        #IMAGE18>.ladi-image>.ladi-image-background,
        #IMAGE14>.ladi-image>.ladi-image-background,
        #IMAGE20>.ladi-image>.ladi-image-background,
        #IMAGE22>.ladi-image>.ladi-image-background,
        #BOX11,
        #IMAGE24>.ladi-image>.ladi-image-background,
        #IMAGE26>.ladi-image>.ladi-image-background,
        #IMAGE27>.ladi-image>.ladi-image-background,
        #IMAGE28>.ladi-image>.ladi-image-background,
        #IMAGE29>.ladi-image>.ladi-image-background,
        #IMAGE30>.ladi-image>.ladi-image-background,
        #IMAGE32>.ladi-image>.ladi-image-background,
        #IMAGE33>.ladi-image>.ladi-image-background,
        #IMAGE34>.ladi-image>.ladi-image-background,
        #IMAGE35>.ladi-image>.ladi-image-background,
        #CAROUSEL_ITEM7,
        #IMAGE45>.ladi-image>.ladi-image-background,
        #IMAGE46>.ladi-image>.ladi-image-background,
        #IMAGE47>.ladi-image>.ladi-image-background,
        #IMAGE48>.ladi-image>.ladi-image-background,
        #IMAGE54>.ladi-image>.ladi-image-background,
        #IMAGE55>.ladi-image>.ladi-image-background,
        #FORM_ITEM2,
        #HEADLINE27,
        #IMAGE57>.ladi-image>.ladi-image-background,
        #IMAGE58>.ladi-image>.ladi-image-background,
        #IMAGE50>.ladi-image>.ladi-image-background,
        #IMAGE59>.ladi-image>.ladi-image-background,
        #IMAGE60>.ladi-image>.ladi-image-background,
        #IMAGE62>.ladi-image>.ladi-image-background,
        #IMAGE63>.ladi-image>.ladi-image-background,
        #IMAGE64>.ladi-image>.ladi-image-background,
        #DROPBOX15,
        #DROPBOX17,
        #POPUP_MENU_MOBILE_MENU4 {
            top: 0px;
            left: 0px;
        }

        

        #GROUP3.ladi-animation>.ladi-group {
            animation-name: pulse;
            animation-delay: 1s;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

        #BOX1>.ladi-box {
            border-radius: 136px;
        }

        #BOX1>.ladi-box,
        #MENU4>.ladi-menu.menu-icon-item,
        #BOX6>.ladi-box,
        #SECTION6>.ladi-section-background {
            background-color: rgb(244, 125, 107);
        }

        #BOX1>.ladi-box:hover,
        #HEADLINE10>.ladi-headline:hover,
        #MENU4>.ladi-menu .ladi-menu-item:hover,
        #MENU4>.ladi-menu .ladi-menu-item.selected,
        #HEADLINE31>.ladi-headline:hover,
        #HEADLINE32>.ladi-headline:hover,
        #HEADLINE33>.ladi-headline:hover,
        #HEADLINE34>.ladi-headline:hover,
        #HEADLINE37>.ladi-headline:hover,
        #HEADLINE38>.ladi-headline:hover,
        #HEADLINE35>.ladi-headline:hover,
        #HEADLINE36>.ladi-headline:hover,
        #BOX11>.ladi-box:hover,
        #CAROUSEL_ITEM7>.ladi-frame:hover,
        #CAROUSEL_ITEM7>.ladi-frame:hover~.ladi-frame-bg,
        #CAROUSEL_ITEM8>.ladi-frame:hover,
        #CAROUSEL_ITEM8>.ladi-frame:hover~.ladi-frame-bg,
        #CAROUSEL_ITEM9>.ladi-frame:hover,
        #CAROUSEL_ITEM9>.ladi-frame:hover~.ladi-frame-bg,
        #CAROUSEL_ITEM10>.ladi-frame:hover,
        #CAROUSEL_ITEM10>.ladi-frame:hover~.ladi-frame-bg,
        #BUTTON2>.ladi-button:hover,
        #BUTTON_TEXT2>.ladi-headline:hover,
        #HEADLINE27>.ladi-headline:hover,
        #HEADLINE24>.ladi-headline:hover,
        #IMAGE50:hover>.ladi-image,
        #PARAGRAPH10>.ladi-paragraph:hover,
        #HEADLINE25>.ladi-headline:hover,
        #HEADLINE26>.ladi-headline:hover,
        #PARAGRAPH11>.ladi-paragraph:hover,
        #PARAGRAPH15>.ladi-paragraph:hover,
        #PARAGRAPH16>.ladi-paragraph:hover,
        #PARAGRAPH17>.ladi-paragraph:hover,
        #PARAGRAPH18>.ladi-paragraph:hover,
        #HEADLINE47>.ladi-headline:hover,
        #HEADLINE48>.ladi-headline:hover,
        #HEADLINE49>.ladi-headline:hover,
        #MENU44>.ladi-menu .ladi-menu-item:hover,
        #MENU44>.ladi-menu .ladi-menu-item.selected {
            opacity: 1;
        }

        #SHAPE2 svg:last-child,
        #SHAPE3 svg:last-child,
        #SHAPE4 svg:last-child,
        #SHAPE5 svg:last-child,
        #SHAPE6 svg:last-child {
            fill: rgb(255, 255, 255);
        }

        #HEADLINE10>.ladi-headline {
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        

        #MENU4>.ladi-menu .ladi-menu-item {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(3, 10, 30);
            text-transform: uppercase;
            text-align: left;
            -webkit-text-stroke: 0px rgb(255, 255, 255);
        }

        #MENU4>.ladi-menu .ladi-menu-item:hover,
        #MENU4>.ladi-menu .ladi-menu-item.selected,
        #HEADLINE31>.ladi-headline:hover,
        #HEADLINE32>.ladi-headline:hover,
        #HEADLINE33>.ladi-headline:hover,
        #HEADLINE34>.ladi-headline:hover,
        #HEADLINE37>.ladi-headline:hover,
        #HEADLINE38>.ladi-headline:hover,
        #HEADLINE35>.ladi-headline:hover,
        #HEADLINE36>.ladi-headline:hover,
        #HEADLINE47>.ladi-headline:hover,
        #HEADLINE48>.ladi-headline:hover,
        #HEADLINE49>.ladi-headline:hover {
            color: rgb(179, 198, 255);
        }

        #MENU4>.ladi-menu.list-menu-items {
            gap: 31px;
        }

        #HEADLINE31 {
            width: 112px;
        }

        #HEADLINE31>.ladi-headline,
        #HEADLINE32>.ladi-headline,
        #HEADLINE34>.ladi-headline,
        #HEADLINE37>.ladi-headline,
        #HEADLINE38>.ladi-headline,
        #HEADLINE35>.ladi-headline,
        #HEADLINE36>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
        }

        #HEADLINE33>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(1, 1, 1);
            text-align: left;
        }

        #HEADLINE34,
        #HEADLINE36 {
            width: 92px;
        }

        #HEADLINE38 {
            width: 89px;
        }

        #HEADLINE35 {
            width: 296px;
        }

        #SHAPE19,
        #SHAPE20 {
            width: 40.3646px;
            height: 40.3646px;
        }

        #SHAPE19 svg:last-child,
        #SHAPE20 svg:last-child,
        #SHAPE7 svg:last-child,
        #SHAPE8 svg:last-child {
            fill: rgb(0, 0, 0);
        }

        #SECTION12>.ladi-section-background,
        #SECTION2>.ladi-section-background {
            background-color: rgb(255, 236, 223);
        }

        #VIDEO1>.ladi-video>.ladi-video-background {
            background-size: cover;
            background-origin: content-box;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-attachment: scroll;
        }

        #SHAPE1 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

        #IMAGE5,
        #CAROUSEL_ITEM8,
        #CAROUSEL_ITEM9,
        #CAROUSEL_ITEM10,
        #SHAPE7,
        #SHAPE8 {
            top: 0px;
        }

        #IMAGE6.ladi-animation>.ladi-image {
            animation-name: pulse;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #BOX6>.ladi-box,
        #BOX7>.ladi-box {
            border-radius: 20px;
            opacity: 0.2;
        }

        #HEADLINE12>.ladi-headline,
        #HEADLINE13>.ladi-headline {
            font-family: Roboto, sans-serif;
            line-height: 1.7;
            color: rgb(0, 0, 0);
            text-align: justify;
        }

        #BOX7>.ladi-box {
            background-color: rgb(21, 35, 75);
        }

        #SECTION4>.ladi-section-background,
        #SECTION11>.ladi-section-background {
            background-color: rgb(255, 229, 216);
        }

        #IMAGE19>.ladi-image {
            opacity: 0.47;
        }

        #IMAGE10>.ladi-image>.ladi-image-background {
            background-image: url("https://w.ladicdn.com/s1300x1300/608629db46ad76009a7d0091/light-20251230075434-aph1p.png");
        }

        #IMAGE12.ladi-animation>.ladi-image,
        #IMAGE15.ladi-animation>.ladi-image,
        #IMAGE17.ladi-animation>.ladi-image,
        #IMAGE18.ladi-animation>.ladi-image,
        #IMAGE14.ladi-animation>.ladi-image {
            animation-name: fadeIn;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE16.ladi-animation>.ladi-image,
        #GROUP10.ladi-animation>.ladi-group {
            animation-name: pulse;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

        #SECTION5>.ladi-section-background,
        #POPUP2>.ladi-popup>.ladi-popup-background {
            background-size: cover;
            background-origin: content-box;
            background-position: 50% 0%;
            background-repeat: repeat;
            background-attachment: scroll;
        }

        #HEADLINE14>.ladi-headline {
            font-family: Roboto, sans-serif;
            font-weight: bold;
            line-height: 1.7;
            color: rgb(0, 0, 0);
            text-align: justify;
        }

        #HEADLINE15>.ladi-headline {
            font-family: Roboto, sans-serif;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
        }

        #IMAGE23>.ladi-image>.ladi-image-background,
        #SHAPE3,
        #SHAPE4,
        #SHAPE5,
        #IMAGE45,
        #IMAGE46,
        #IMAGE47,
        #IMAGE48,
        #BUTTON_TEXT2,
        #FORM_ITEM3,
        #LIST_PARAGRAPH2,
        #LIST_PARAGRAPH3 {
            left: 0px;
        }

        #HEADLINE16>.ladi-headline {
            font-family: Roboto, sans-serif;
            line-height: 1.7;
            color: rgb(255, 255, 255);
            text-align: justify;
        }

        #GROUP9 {
            width: 239.019px;
        }

        #HEADLINE17 {
            width: 210px;
            top: 0px;
            left: 29.019px;
        }

        #HEADLINE17>.ladi-headline {
            font-family: Roboto, sans-serif;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: left;
        }

        #BOX11>.ladi-box {
            border-width: 3px;
            border-radius: 50px;
            border-style: solid;
            border-color: rgb(255, 255, 255);
        }

        #HEADLINE18>.ladi-headline {
            font-family: Roboto, sans-serif;
            line-height: 1.2;
            color: rgb(255, 255, 255);
            text-align: right;
        }

        #PARAGRAPH2>.ladi-paragraph {
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
        }

        #SECTION8>.ladi-section-background {
            background-color: rgb(182, 190, 214);
        }

        #PARAGRAPH3>.ladi-paragraph {
            font-family: Roboto, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: rgb(0, 0, 0);
        }

        #IMAGE27.ladi-animation>.ladi-image {
            animation-name: fadeIn;
            animation-delay: 1s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE28.ladi-animation>.ladi-image {
            animation-name: fadeIn;
            animation-delay: 0.5s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE29.ladi-animation>.ladi-image {
            animation-name: fadeIn;
            animation-delay: 1.5s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #SECTION7>.ladi-section-background,
        #SECTION10>.ladi-section-background {
            background-color: rgb(255, 246, 241);
        }

        #PARAGRAPH4>.ladi-paragraph {
            font-family: Roboto, sans-serif;
            font-size: 16px !important;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: justify;
        }

        #IMAGE32.ladi-animation>.ladi-image {
            animation-name: bounceIn;
            animation-delay: 1s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE33.ladi-animation>.ladi-image {
            animation-name: bounceIn;
            animation-delay: 2s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE34.ladi-animation>.ladi-image {
            animation-name: bounceIn;
            animation-delay: 1.5s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE35.ladi-animation>.ladi-image {
            animation-name: bounceIn;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #CAROUSEL3 .ladi-carousel .ladi-carousel-arrow {
            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%22rgba(21%2C%2035%2C%2075%2C%201)%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");
        }

        #CAROUSEL_ITEM7>.ladi-frame-bg>.ladi-frame-background,
        #CAROUSEL_ITEM8>.ladi-frame-bg>.ladi-frame-background,
        #CAROUSEL_ITEM9>.ladi-frame-bg>.ladi-frame-background,
        #CAROUSEL_ITEM10>.ladi-frame-bg>.ladi-frame-background {
            background-color: rgb(244, 244, 244);
        }

        #FORM2>.ladi-form {
            font-size: 16px;
            line-height: 1;
        }

        #FORM2 .ladi-form .ladi-form-checkout-payment-item {
            --check-size: calc(16px * 1.5);
            --width-quantity: calc(16px * 2.5 + 30px);
        }

        #FORM2:hover .overlay-checkout {
            display: flex !important;
        }

        #FORM2 .ladi-form-item {
            padding-left: 5px;
            padding-right: 5px;
        }

        #FORM2 .ladi-form-item.otp-countdown:before {
            right: 10px;
        }

        #FORM2 .ladi-form-item.ladi-form-checkbox {
            padding-left: 10px;
            padding-right: 10px;
        }

        #FORM2 .ladi-survey-option {
            text-align: left;
        }

        #FORM2 .ladi-form-item-container,
        #FORM2 .ladi-form-checkout-box,
        #FORM2 .ladi-form-checkout-bump-offer-product,
        #FORM2 .ladi-form-label-container .ladi-form-label-item {
            border-width: 1px;
            border-radius: 10px;
            border-style: solid;
        }

        #FORM2 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
            width: calc(100% + 1px);
        }

        #FORM2 .ladi-form-checkout-payment-quantity input {
            width: 65px;
        }

        #FORM2 .ladi-form-item-background {
            border-radius: 9px;
            opacity: 0;
        }

        #BUTTON2>.ladi-button {
            border-radius: 40px;
        }

        #BUTTON2>.ladi-button:hover .ladi-button-background {
            background-image: none !important;
            background-color: rgb(211, 166, 146) !important;
            background-size: initial !important;
            background-origin: initial !important;
            background-position: initial !important;
            background-repeat: initial !important;
            background-attachment: initial !important;
            -webkit-background-clip: initial !important;
        }

        #BUTTON_TEXT2>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            color: rgb(255, 255, 255);
            letter-spacing: 0px;
            text-align: center;
        }

        #FORM_ITEM2 .ladi-form-item,
        #FORM_ITEM3 .ladi-form-item {
            background-image: none !important;
        }

        #GROUP11,
        #HEADLINE27 {
            width: 531px;
        }

        #HEADLINE27>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.5;
            color: rgb(21, 34, 75);
            text-transform: uppercase;
            text-align: center;
        }

        #IMAGE57,
        #IMAGE57>.ladi-image>.ladi-image-background,
        #IMAGE58,
        #IMAGE58>.ladi-image>.ladi-image-background {
            width: 39.599px;
            height: 22.8457px;
        }

        #IMAGE57>.ladi-image>.ladi-image-background,
        #IMAGE58>.ladi-image>.ladi-image-background {
            background-image: url("https://w.ladicdn.com/s350x350/608629db46ad76009a7d0091/group-248-20251231075219-p5ogy.png");
        }

        #IMAGE57.ladi-animation>.ladi-image,
        #IMAGE58.ladi-animation>.ladi-image {
            animation-name: fadeIn;
            animation-delay: 1s;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

        #IMAGE58>.ladi-image {
            transform: rotate(180deg);
        }

        #HEADLINE24>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-size: 14px;
            line-height: 1.6;
            color: rgb(21, 34, 75);
            text-align: justify;
        }

        #IMAGE50 {
            display: none !important;
        }

        #IMAGE50>.ladi-image>.ladi-image-background {
            background-image: url("https://w.ladicdn.com/s450x350/608629db46ad76009a7d0091/36-20230223045013-kr2zm.png");
        }

        #PARAGRAPH10>.ladi-paragraph {
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(21, 34, 75);
            text-transform: uppercase;
        }

        #HEADLINE25>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(21, 34, 75);
        }

        #HEADLINE26>.ladi-headline,
        #PARAGRAPH11>.ladi-paragraph,
        #PARAGRAPH13>.ladi-paragraph {
            font-family: Montserrat, sans-serif;
            font-size: 14px;
            line-height: 1.6;
            color: rgb(21, 34, 75);
        }

        #LINE1>.ladi-line>.ladi-line-container,
        #LINE2>.ladi-line>.ladi-line-container,
        #LINE3>.ladi-line>.ladi-line-container {
            border-right: 1px solid rgb(21, 34, 75);
            border-bottom: 1px solid rgb(21, 34, 75);
        }

        #IMAGE62>.ladi-image>.ladi-image-background {
            background-image: url("https://w.ladicdn.com/s350x350/608629db46ad76009a7d0091/ic-zl-20251231101410-agwg2.png");
        }

        #IMAGE63>.ladi-image>.ladi-image-background {
            background-image: url("https://w.ladicdn.com/s350x350/608629db46ad76009a7d0091/ic-fb-20251231101410-ronvz.png");
        }

        #PARAGRAPH14>.ladi-paragraph,
        #PARAGRAPH15>.ladi-paragraph,
        #PARAGRAPH16>.ladi-paragraph,
        #PARAGRAPH17>.ladi-paragraph,
        #PARAGRAPH18>.ladi-paragraph {
            font-family: Montserrat, sans-serif;
            font-size: 14px;
            line-height: 1.6;
            color: rgb(0, 0, 0);
        }

        #PARAGRAPH15>.ladi-paragraph:hover,
        #PARAGRAPH16>.ladi-paragraph:hover,
        #PARAGRAPH17>.ladi-paragraph:hover,
        #PARAGRAPH18>.ladi-paragraph:hover {
            color: rgb(244, 125, 107);
        }

        #SECTION_POPUP {
            height: 0px;
        }

        #POPUP2 {
            height: 250px;
        }

        #POPUP2,
        #POPUP3,
        #POPUP4 {
            bottom: auto;
            margin: auto;
        }

        #POPUP2>.ladi-popup>.ladi-overlay,
        #POPUP2>.ladi-popup>.ladi-popup-background,
        #POPUP3>.ladi-popup>.ladi-overlay,
        #POPUP3>.ladi-popup>.ladi-popup-background {
            border-radius: 13px;
        }

        #POPUP2>.ladi-popup {
            border-width: 1px;
            border-radius: 14px;
            border-style: solid;
            border-color: rgb(255, 255, 255);
        }

        #POPUP2 .popup-close {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22%23FFFFFF%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
        }

        #LIST_PARAGRAPH1 {
            width: 185px;
            top: 24px;
            left: 16.969px;
        }

        #LIST_PARAGRAPH1>.ladi-list-paragraph {
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.8;
            color: rgb(1, 14, 1);
        }

        #LIST_PARAGRAPH1 ul li,
        #LIST_PARAGRAPH4 ul li,
        #LIST_PARAGRAPH5 ul li,
        #LIST_PARAGRAPH6 ul li,
        #LIST_PARAGRAPH7 ul li,
        #LIST_PARAGRAPH2 ul li,
        #LIST_PARAGRAPH3 ul li,
        #LIST_PARAGRAPH8 ul li,
        #LIST_PARAGRAPH9 ul li,
        #LIST_PARAGRAPH10 ul li {
            padding-left: 15px;
        }

        #LIST_PARAGRAPH1 ul li:before,
        #LIST_PARAGRAPH4 ul li:before,
        #LIST_PARAGRAPH5 ul li:before,
        #LIST_PARAGRAPH6 ul li:before,
        #LIST_PARAGRAPH7 ul li:before,
        #LIST_PARAGRAPH2 ul li:before,
        #LIST_PARAGRAPH3 ul li:before,
        #LIST_PARAGRAPH8 ul li:before,
        #LIST_PARAGRAPH9 ul li:before,
        #LIST_PARAGRAPH10 ul li:before {
            top: -4px;
            font-size: 20px;
            color: rgb(244, 125, 107);
        }

        #LIST_PARAGRAPH1 ul li:before,
        #LIST_PARAGRAPH4 ul li:before,
        #LIST_PARAGRAPH5 ul li:before,
        #LIST_PARAGRAPH6 ul li:before,
        #LIST_PARAGRAPH7 ul li:before,
        #LIST_PARAGRAPH2 ul li:before,
        #LIST_PARAGRAPH3 ul li:before {
            content: counter(linum, disc);
        }

        #LIST_PARAGRAPH4 {
            top: 115.5px;
            left: 16.9688px;
        }

        #LIST_PARAGRAPH4>.ladi-list-paragraph,
        #LIST_PARAGRAPH5>.ladi-list-paragraph,
        #LIST_PARAGRAPH6>.ladi-list-paragraph,
        #LIST_PARAGRAPH7>.ladi-list-paragraph,
        #LIST_PARAGRAPH10>.ladi-list-paragraph {
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.8;
            color: rgb(1, 1, 1);
        }

        #LIST_PARAGRAPH5 {
            top: 146.5px;
            left: 16.9688px;
        }

        #LIST_PARAGRAPH6 {
            top: 204.5px;
            left: 16.969px;
        }

        #LIST_PARAGRAPH7 {
            top: 175.5px;
            left: 16.9688px;
        }

        #LIST_PARAGRAPH2>.ladi-list-paragraph,
        #LIST_PARAGRAPH3>.ladi-list-paragraph,
        #LIST_PARAGRAPH8>.ladi-list-paragraph,
        #LIST_PARAGRAPH9>.ladi-list-paragraph {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.8;
            color: rgb(1, 1, 1);
        }

        #SHAPE7 {
            height: 31.5px;
        }

        #GROUP12 {
            left: 16.9688px;
        }

        #POPUP3,
        #POPUP4 {
            left: auto;
        }

        #POPUP3>.ladi-popup {
            border-width: 1px;
            border-radius: 14px;
            border-style: solid;
            border-color: rgb(21, 35, 75);
        }

        #POPUP3 .popup-close,
        #POPUP4 .popup-close {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22%23000%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
        }

        #LIST_PARAGRAPH9 {
            width: 169px;
        }

        #POPUP4>.ladi-popup {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(21, 35, 75);
        }

        #DROPBOX15 {
            width: 225px;
            height: 96px;
        }

        #DROPBOX15,
        #DROPBOX17,
        #POPUP_MENU_MOBILE_MENU4 {
            right: 0px;
            bottom: 0px;
            margin: auto;
        }

        #HEADLINE47,
        #HEADLINE48,
        #HEADLINE49 {
            width: 214px;
        }

        #HEADLINE47 {
            top: 19px;
            left: 13.5px;
        }

        #HEADLINE47>.ladi-headline,
        #HEADLINE48>.ladi-headline,
        #HEADLINE49>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
        }

        #HEADLINE48 {
            top: 53px;
            left: 13.5px;
        }

        #DROPBOX17 {
            height: 52px;
        }

        #HEADLINE49 {
            top: 13px;
            left: 13px;
        }

        #POPUP_MENU_MOBILE_MENU4>.ladi-popup>.ladi-popup-background {
            background-color: rgb(21, 34, 75);
        }

        #POPUP_MENU_MOBILE_MENU4>.ladi-popup {
            opacity: 0.83;
        }

        #MENU44 {
            width: 350px;
            height: 539px;
            top: 40px;
            left: 37px;
        }

        #MENU44>.ladi-menu .ladi-menu-item {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            -webkit-text-stroke-width: 0px;
        }

        #MENU44>.ladi-menu .ladi-menu-item:hover,
        #MENU44>.ladi-menu .ladi-menu-item.selected {
            color: blue;
        }

        #MENU44>.ladi-menu.list-menu-items {
            gap: 30px;
        }

        #MENU44>.ladi-menu.menu-icon-item {
            background-color: rgb(255, 87, 87);
        }

        @media (min-width: 768px) {
            #SECTION1 {
                height: 86.1px;
            }

            #IMAGE1,
            #IMAGE1>.ladi-image>.ladi-image-background {
                width: 86.3263px;
                height: 53.919px;
            }

            #IMAGE1 {
                top: 10.2359px;
                left: -208.038px;
            }

            #GROUP3,
            #BOX1 {
                width: 141.117px;
                height: 46.7707px;
            }

            #GROUP3 {
                top: 17.3842px;
                left: 1265.38px;
            }

            #GROUP3,
            #IMAGE3,
            #MENU4,
            #CAROUSEL3,
            #IMAGE54 {
                display: none !important;
            }

            #SHAPE2 {
                width: 25.7377px;
                height: 31.7714px;
                top: 7.93921px;
                left: 18.7851px;
            }

            #HEADLINE10 {
                width: 85px;
                top: 10.7763px;
                left: 45.4397px;
            }

            #HEADLINE10>.ladi-headline,
            #HEADLINE12>.ladi-headline,
            #HEADLINE13>.ladi-headline {
                font-size: 17px;
            }

            #IMAGE3,
            #IMAGE3>.ladi-image>.ladi-image-background {
                width: 90.462px;
                height: 43.5804px;
            }

            #IMAGE3 {
                top: 24.9691px;
                left: -299.5px;
            }

            #MENU4 {
                width: 1740px;
                height: 52.1257px;
                top: 20.6964px;
                left: -294.5px;
            }

            #MENU4>.ladi-menu .ladi-menu-item,
            #HEADLINE14>.ladi-headline,
            #HEADLINE15>.ladi-headline,
            #HEADLINE16>.ladi-headline,
            #HEADLINE17>.ladi-headline {
                font-size: 18px;
            }

            #HEADLINE31 {
                top: 32.7747px;
                left: -85.038px;
            }

            #HEADLINE31>.ladi-headline,
            #HEADLINE32>.ladi-headline,
            #HEADLINE33>.ladi-headline,
            #HEADLINE34>.ladi-headline,
            #HEADLINE37>.ladi-headline,
            #HEADLINE38>.ladi-headline,
            #HEADLINE35>.ladi-headline,
            #HEADLINE36>.ladi-headline,
            #HEADLINE18>.ladi-headline,
            #LIST_PARAGRAPH8>.ladi-list-paragraph,
            #LIST_PARAGRAPH9>.ladi-list-paragraph {
                font-size: 15px;
            }

            #HEADLINE32 {
                width: 239px;
                top: 32.7747px;
                left: 549.962px;
            }

            #HEADLINE33 {
                width: 69px;
                top: 32.7747px;
                left: 799.962px;
            }

            #HEADLINE34 {
                top: 32.7747px;
                left: 37.962px;
            }

            #HEADLINE37 {
                width: 155px;
                top: 32.7747px;
                left: 889.962px;
            }

            #HEADLINE38 {
                top: 32.7747px;
                left: 1055.96px;
            }

            #HEADLINE35 {
                top: 32.7747px;
                left: 144.962px;
            }

            #SHAPE19 {
                top: 23.3677px;
                left: 380.801px;
            }

            #HEADLINE36 {
                top: 32.7747px;
                left: 434px;
            }

            #SHAPE20 {
                top: 22.9891px;
                left: 493.962px;
            }

            #SECTION12 {
                height: 667.1px;
            }

            #VIDEO1 {
                width: 1220.34px;
                height: 687.605px;
                top: -13.2779px;
                left: -106px;
            }

            

            #SHAPE1 {
                width: 40px;
                height: 40px;
                top: 323.803px;
                left: 590.17px;
            }

            #SECTION2 {
                height: 660.4px;
            }

            #IMAGE5 {
                width: 1054.14px;
                height: 660.4px;
                left: 231px;
            }

           

            #IMAGE6,
            #IMAGE6>.ladi-image>.ladi-image-background {
                width: 463.601px;
                height: 116.962px;
            }

            #IMAGE6 {
                top: 118.6px;
                left: -113.8px;
            }

           

            #GROUP6,
            #BOX6 {
                width: 616px;
                height: 309px;
            }

            #GROUP6 {
                top: 250.8px;
                left: -190px;
            }

            #HEADLINE12 {
                width: 566px;
                top: 23px;
                left: 27.3px;
            }

            #SECTION3 {
                height: 626.321px;
            }

            #IMAGE8,
            #IMAGE8>.ladi-image>.ladi-image-background {
                width: 459.888px;
                height: 196.421px;
            }

            #IMAGE8 {
                top: 39px;
                left: 465.91px;
            }

            

            #IMAGE7,
            #IMAGE7>.ladi-image>.ladi-image-background {
                width: 681.817px;
                height: 588.542px;
            }

            #IMAGE7 {
                top: 13.779px;
                left: -255.817px;
            }

           

            #GROUP7 {
                width: 579.881px;
                height: 282.126px;
                top: 261px;
                left: 409.414px;
            }

            #BOX7 {
                width: 579.881px;
                height: 274px;
            }

            #HEADLINE13 {
                width: 523px;
                top: 22.1258px;
                left: 27.9405px;
            }

            #SECTION4 {
                height: 1004.1px;
            }

            #IMAGE19,
            #IMAGE19>.ladi-image>.ladi-image-background {
                width: 1435.64px;
                height: 904.452px;
            }

            #IMAGE19 {
                top: 0px;
                left: -287.653px;
            }

            #IMAGE19>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s1750x1250/608629db46ad76009a7d0091/back-20251230085050-yz2af.png");
            }

            #IMAGE10 {
                width: 818.54px;
                height: 684.1px;
                top: 248px;
                left: 83.9005px;
            }

            #IMAGE10>.ladi-image>.ladi-image-background {
                width: 977.699px;
                height: 977.699px;
                top: -129.211px;
                left: -69.7329px;
            }

            #IMAGE12,
            #IMAGE12>.ladi-image>.ladi-image-background {
                width: 207.593px;
                height: 237.173px;
            }

            #IMAGE12 {
                top: 248px;
                left: 236.812px;
            }

            

            #IMAGE13,
            #IMAGE13>.ladi-image>.ladi-image-background {
                width: 750.701px;
                height: 555.581px;
            }

            #IMAGE13 {
                top: 369.519px;
                left: 123.437px;
            }

           

            #IMAGE15,
            #IMAGE15>.ladi-image>.ladi-image-background {
                width: 186.921px;
                height: 213.557px;
            }

            #IMAGE15 {
                top: 274.808px;
                left: 604.542px;
            }

           

            #IMAGE16,
            #IMAGE16>.ladi-image>.ladi-image-background {
                width: 459.648px;
                height: 86.0987px;
            }

            #IMAGE16 {
                top: 885.353px;
                left: 263.346px;
            }

            

            #IMAGE17,
            #IMAGE17>.ladi-image>.ladi-image-background {
                width: 187.913px;
                height: 214.69px;
            }

            #IMAGE17 {
                top: 383.205px;
                left: 11.6313px;
            }

            
            #IMAGE9,
            #IMAGE9>.ladi-image>.ladi-image-background {
                width: 531.384px;
                height: 168.37px;
            }

            #IMAGE9 {
                top: 34px;
                left: 214.308px;
            }

            

            #IMAGE18,
            #IMAGE18>.ladi-image>.ladi-image-background {
                width: 196.817px;
                height: 224.862px;
            }

            #IMAGE18 {
                top: 571.541px;
                left: 179.912px;
            }

           

            #IMAGE14,
            #IMAGE14>.ladi-image>.ladi-image-background {
                width: 216.025px;
                height: 246.803px;
            }

            #IMAGE14 {
                top: 529.908px;
                left: 658.113px;
            }

            

            #SECTION5 {
                height: 628.528px;
            }

            #SECTION5>.ladi-section-background {
                background-image: url("https://w.ladicdn.com/s1440x628/608629db46ad76009a7d0091/fill-20260107043956-kvqsn.png");
            }

            #IMAGE21 {
                width: 937.738px;
                height: 628.528px;
                top: 0px;
                left: 503.362px;
            }

            #IMAGE21>.ladi-image>.ladi-image-background {
                width: 868.706px;
                height: 629.497px;
                top: -0.354664px;
                left: -4.04608px;
                background-image: url("https://w.ladicdn.com/s1200x950/608629db46ad76009a7d0091/kham-20251230093435-ksdbl.png");
            }

            #HEADLINE14 {
                width: 445px;
                top: 278.528px;
                left: 208.667px;
            }

            #IMAGE20,
            #IMAGE20>.ladi-image>.ladi-image-background {
                width: 439.633px;
                height: 168.784px;
            }

            #IMAGE20 {
                top: 74.223px;
                left: 211.351px;
            }

            

            #HEADLINE15 {
                width: 441px;
                top: 413.079px;
                left: 208.667px;
            }

            #SECTION6 {
                height: 828.1px;
            }

            #IMAGE23,
            #IMAGE23>.ladi-image>.ladi-image-background {
                width: 1148.63px;
                height: 764.101px;
            }

            #IMAGE23 {
                top: 63.999px;
                left: -181.462px;
            }

            #IMAGE23>.ladi-image>.ladi-image-background,
            #IMAGE45,
            #IMAGE46,
            #IMAGE47,
            #IMAGE48 {
                top: 0px;
            }

            #IMAGE23>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s1450x1100/608629db46ad76009a7d0091/tiem-chich-20251231043501-kpsbe.png");
            }

            #IMAGE22,
            #IMAGE22>.ladi-image>.ladi-image-background {
                width: 599.063px;
                height: 177.139px;
            }

            #IMAGE22 {
                top: 52.999px;
                left: 328.437px;
            }

            

            #HEADLINE16 {
                width: 599px;
                top: 256.05px;
                left: 328.468px;
            }

            #GROUP9 {
                height: 86px;
                top: 358.55px;
                left: 521.48px;
            }

            #SHAPE3,
            #SHAPE4,
            #SHAPE5 {
                width: 22.3483px;
                height: 23.6463px;
            }

            #SHAPE3 {
                top: 3px;
            }

            #SHAPE4 {
                top: 32.177px;
            }

            #SHAPE5 {
                top: 57.823px;
            }

            #GROUP10,
            #BOX11 {
                width: 285.02px;
                height: 52.259px;
            }

            #GROUP10 {
                top: 470.049px;
                left: 485.458px;
            }

            #SHAPE6 {
                width: 30.4085px;
                height: 27.9116px;
                top: 13.9209px;
                left: 246.874px;
            }

            #HEADLINE18 {
                width: 132px;
                top: 8.83406px;
                left: 18.4851px;
            }

            #PARAGRAPH2 {
                width: 111px;
                top: 4.2507px;
                left: 157.488px;
            }

            #PARAGRAPH2>.ladi-paragraph {
                font-size: 27px;
            }

            #SECTION8 {
                height: 986.1px;
            }

            #IMAGE24 {
                width: 968.443px;
                height: 667.1px;
                top: 319px;
                left: 0.001px;
            }

          
            #IMAGE26,
            #IMAGE26>.ladi-image>.ladi-image-background {
                width: 555.761px;
                height: 193.71px;
            }

            #IMAGE26 {
                top: 55.596px;
                left: 202.119px;
            }

           

            #PARAGRAPH3 {
                width: 751px;
                top: 261.451px;
                left: 104.499px;
            }

            #PARAGRAPH3>.ladi-paragraph {
                font-weight: bold;
                text-align: center;
            }

            #IMAGE27,
            #IMAGE27>.ladi-image>.ladi-image-background,
            #IMAGE28,
            #IMAGE28>.ladi-image>.ladi-image-background,
            #IMAGE29,
            #IMAGE29>.ladi-image>.ladi-image-background {
                width: 404.027px;
                height: 75.9732px;
            }

            #IMAGE27 {
                top: 335.647px;
                left: 493.796px;
            }

            

            #IMAGE28 {
                top: 335.647px;
                left: 70.62px;
            }

            

            #IMAGE29 {
                top: 420.281px;
                left: 282.209px;
            }

           

            #SECTION7 {
                height: 714.1px;
            }

            #IMAGE30,
            #IMAGE30>.ladi-image>.ladi-image-background {
                width: 572.005px;
                height: 175.559px;
            }

            #IMAGE30 {
                top: 43px;
                left: 193.997px;
            }

           

            #PARAGRAPH4 {
                width: 1163px;
                top: 249px;
                left: -100.14px;
            }

            #IMAGE32,
            #IMAGE32>.ladi-image>.ladi-image-background,
            #IMAGE33,
            #IMAGE33>.ladi-image>.ladi-image-background,
            #IMAGE34,
            #IMAGE34>.ladi-image>.ladi-image-background,
            #IMAGE35,
            #IMAGE35>.ladi-image>.ladi-image-background {
                width: 279.318px;
                height: 306.374px;
            }

            #IMAGE32 {
                top: 344.665px;
                left: 195.301px;
            }

           

            #IMAGE33 {
                top: 344.669px;
                left: 783.542px;
            }

            


            #IMAGE34 {
                top: 344.669px;
                left: 490.604px;
            }

            

            #IMAGE35 {
                top: 344.665px;
                left: -100.001px;
            }

           

            #CAROUSEL3,
            #CAROUSEL_ITEM7,
            #CAROUSEL_ITEM8,
            #CAROUSEL_ITEM9,
            #CAROUSEL_ITEM10 {
                width: 250px;
                height: 64px;
            }

            #CAROUSEL3 {
                top: 139.384px;
                left: -314px;
            }

            #CAROUSEL3 .ladi-carousel .ladi-carousel-content {
                width: 1030px;
            }

            #IMAGE45,
            #IMAGE45>.ladi-image>.ladi-image-background,
            #IMAGE46,
            #IMAGE46>.ladi-image>.ladi-image-background,
            #IMAGE47,
            #IMAGE47>.ladi-image>.ladi-image-background,
            #IMAGE48,
            #IMAGE48>.ladi-image>.ladi-image-background {
                width: 293.903px;
                height: 322.376px;
            }

            #CAROUSEL_ITEM8 {
                left: 260px;
            }

           

            #CAROUSEL_ITEM9 {
                left: 520px;
            }

            #CAROUSEL_ITEM10 {
                left: 780px;
            }

            #SECTION10 {
                height: 468.4px;
            }

            #IMAGE54,
            #IMAGE54>.ladi-image>.ladi-image-background {
                width: 174.52px;
                height: 95.89px;
            }

            #IMAGE54 {
                top: 163px;
                left: -258px;
            }

           

            #IMAGE55,
            #IMAGE55>.ladi-image>.ladi-image-background {
                width: 607.738px;
                height: 93.903px;
            }

            #IMAGE55 {
                top: 9.186px;
                left: 179.317px;
            }

           

            #FORM2 {
                width: 412.303px;
                height: 186.426px;
                top: 239.276px;
                left: 277.035px;
            }

            #FORM2>.ladi-form,
            #FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM2 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM2 .ladi-form-item .ladi-form-control::placeholder,
            #FORM2 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM2 .ladi-form-checkout-payment-quantity input {
                color: rgb(41, 30, 25);
            }

            #FORM2 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(41%2C%2030%2C%2025)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }

            #FORM2 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM2 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM2 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM2 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM2 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM2 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
            #FORM2 .ladi-form-checkout-payment-quantity .up:before,
            #FORM2 .ladi-form-checkout-payment-quantity .down:before,
            #FORM2 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
            #FORM2 .ladi-form-item-background {
                background-color: rgb(41, 30, 25);
            }

            #FORM2 .ladi-form-item-container,
            #FORM2 .ladi-form-checkout-box,
            #FORM2 .ladi-form-checkout-bump-offer-product,
            #FORM2 .ladi-form-label-container .ladi-form-label-item,
            #FORM2 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM2 .ladi-form-checkout-payment-quantity input {
                border-color: rgb(41, 30, 25);
            }

            #BUTTON2 {
                width: 274.912px;
                height: 53.1458px;
                top: 133.28px;
                left: 65.509px;
            }

            #BUTTON2>.ladi-button>.ladi-button-background {
                background-image: linear-gradient(270deg, rgb(244, 126, 107), rgb(223, 95, 77));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
                -webkit-background-clip: initial;
            }

            #BUTTON2>.ladi-button {
                border-width: 1px;
                border-style: solid;
                border-color: rgb(223, 95, 76);
            }

            #BUTTON_TEXT2 {
                width: 273px;
                top: 9.6064px;
            }

            #FORM_ITEM2 {
                width: 412.303px;
                height: 45.2973px;
            }

            #FORM_ITEM3 {
                width: 412.303px;
                height: 45.3752px;
                top: 55.6049px;
            }

            #GROUP11 {
                height: 63px;
                top: 143.386px;
                left: 217.686px;
            }

            #HEADLINE27>.ladi-headline {
                font-size: 21px;
            }

            #IMAGE57 {
                top: 6px;
                left: 90.5px;
            }

            #IMAGE58 {
                top: 6px;
                left: 399.5px;
            }

            #SECTION11 {
                height: 437.4px;
            }

            #HEADLINE24 {
                width: 263px;
                top: 48.892px;
                left: 674.316px;
            }

            #IMAGE50,
            #IMAGE50>.ladi-image>.ladi-image-background {
                width: 113.506px;
                height: 34.3478px;
            }

            #IMAGE50 {
                top: 244.449px;
                left: -269.61px;
            }

            #PARAGRAPH10 {
                width: 248px;
                top: 48.892px;
                left: 290.863px;
            }

            #HEADLINE25 {
                width: 234px;
                top: 124.331px;
                left: 290.863px;
            }

            #HEADLINE26 {
                width: 240px;
                top: 149.149px;
                left: 290.863px;
            }

            #HEADLINE26>.ladi-headline {
                font-weight: bold;
            }

            #PARAGRAPH11 {
                width: 340px;
                top: 77.178px;
                left: 290.863px;
            }

            #PARAGRAPH11>.ladi-paragraph {
                text-align: left;
            }

            #LINE1,
            #LINE2,
            #LINE3 {
                height: 186px;
            }

            #LINE1 {
                top: 51.5327px;
                left: 256.348px;
            }

            #LINE1>.ladi-line>.ladi-line-container,
            #LINE2>.ladi-line>.ladi-line-container,
            #LINE3>.ladi-line>.ladi-line-container {
                border-top: 0px !important;
                border-left: 1px solid rgb(21, 34, 75);
            }

            #LINE1>.ladi-line,
            #LINE2>.ladi-line,
            #LINE3>.ladi-line {
                height: 100%;
                padding: 0px 8px;
            }

            #LINE2 {
                top: 51.536px;
                left: 640.207px;
            }

            #IMAGE59,
            #IMAGE59>.ladi-image>.ladi-image-background {
                width: 145.578px;
                height: 90.9266px;
            }

            #IMAGE59 {
                top: 67.384px;
                left: -250.881px;
            }

            #PARAGRAPH13 {
                width: 299px;
                top: 48.892px;
                left: -60.1926px;
            }

            #IMAGE60,
            #IMAGE60>.ladi-image>.ladi-image-background {
                width: 50.8429px;
                height: 50.8429px;
            }

            #IMAGE60 {
                top: 136.581px;
                left: -1.869px;
            }

            #IMAGE60>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s400x400/608629db46ad76009a7d0091/ic-tik-20251231101410-s9xhr.png");
            }

            #IMAGE62,
            #IMAGE62>.ladi-image>.ladi-image-background {
                width: 49.6999px;
                height: 46.6122px;
            }

            #IMAGE62 {
                top: 134.943px;
                left: 180.245px;
            }

            #IMAGE63,
            #IMAGE63>.ladi-image>.ladi-image-background {
                width: 22.9691px;
                height: 47.6963px;
            }

            #IMAGE63 {
                top: 138.238px;
                left: -61.0195px;
            }

            #IMAGE64,
            #IMAGE64>.ladi-image>.ladi-image-background {
                width: 45.9496px;
                height: 54.4044px;
            }

            #IMAGE64 {
                top: 134.884px;
                left: 89.131px;
            }

            #IMAGE64>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s350x400/608629db46ad76009a7d0091/ic-yt-20251231101410-jnavr.png");
            }

            #PARAGRAPH14 {
                width: 83px;
                top: 48.8928px;
                left: 999.55px;
            }

            #LINE3 {
                top: 51.536px;
                left: 964.8px;
            }

            #PARAGRAPH15 {
                width: 173px;
                top: 77.179px;
                left: 999.55px;
            }

            #PARAGRAPH16,
            #PARAGRAPH17,
            #PARAGRAPH18 {
                width: 388px;
            }

            #PARAGRAPH16 {
                top: 98.688px;
                left: 999.55px;
            }

            #PARAGRAPH17 {
                top: 120.453px;
                left: 999.55px;
            }

            #PARAGRAPH18 {
                top: 142.532px;
                left: 999.55px;
            }

            #POPUP2 {
                width: 315.938px;
                top: 61px;
                left: 635px;
                right: auto;
            }

            #POPUP2>.ladi-popup>.ladi-popup-background {
                background-image: url("https://w.ladicdn.com/s315x250/608629db46ad76009a7d0091/nen-20251231080535-i_4v2.png");
            }

            #LIST_PARAGRAPH4 {
                width: 246px;
            }

            #LIST_PARAGRAPH5,
            #LIST_PARAGRAPH6,
            #LIST_PARAGRAPH7 {
                width: 185px;
            }

            #GROUP13 {
                width: 307.969px;
                height: 84px;
                top: 0px;
                left: 0px;
            }

            #LIST_PARAGRAPH2 {
                width: 291px;
                top: 55px;
            }

            #LIST_PARAGRAPH2>.ladi-list-paragraph,
            #LIST_PARAGRAPH3>.ladi-list-paragraph {
                font-size: 16px;
            }

            #SHAPE7 {
                width: 31.5px;
                left: 220.5px;
            }

            #GROUP12 {
                width: 109.437px;
                height: 37.5px;
                top: 65px;
            }

            #LIST_PARAGRAPH3 {
                width: 100px;
                top: 27.9185px;
            }

            #SHAPE8 {
                width: 17.0683px;
                height: 10.4075px;
                left: 31.3088px;
            }

            #POPUP3 {
                width: 214px;
                height: 89px;
                right: 1086px;
            }

            #POPUP3,
            #POPUP4 {
                top: 63px;
            }

            #LIST_PARAGRAPH8 {
                width: 199px;
                top: 13px;
                left: 0.50019px;
            }

            #LIST_PARAGRAPH8 ul li:before,
            #LIST_PARAGRAPH9 ul li:before,
            #LIST_PARAGRAPH10 ul li:before {
                content: counter(linum, none);
            }

            #LIST_PARAGRAPH9 {
                top: 42px;
                left: 0.50019px;
            }

            #POPUP4 {
                width: 158px;
                height: 49px;
                right: 818px;
            }

            #POPUP4>.ladi-popup>.ladi-overlay,
            #POPUP4>.ladi-popup>.ladi-popup-background {
                border-radius: 13px;
            }

            #POPUP4>.ladi-popup {
                border-radius: 14px;
            }

            #LIST_PARAGRAPH10 {
                width: 126px;
                top: 10px;
                left: 0px;
            }

            #DROPBOX17 {
                width: 124px;
            }

            #POPUP_MENU_MOBILE_MENU4 {
                width: 320px;
                height: 300px;
            }
        }

        @media (max-width: 767px) {
            #SECTION1 {
                height: 97.266px;
            }

            #IMAGE1,
            #IMAGE1>.ladi-image>.ladi-image-background {
                width: 93.7168px;
                height: 58.5351px;
            }

            #IMAGE1 {
                top: 11.077px;
                left: 153.19px;
            }

            #GROUP3,
            #BOX1 {
                width: 110.659px;
                height: 36.6758px;
            }

            #GROUP3 {
                top: 22.0066px;
                left: 276.685px;
            }

            #SHAPE2 {
                width: 20.1827px;
                height: 24.9139px;
                top: 6.22563px;
                left: 14.7306px;
            }

            #HEADLINE10 {
                width: 72px;
                top: 8.00614px;
                left: 34.9132px;
            }

            #HEADLINE10>.ladi-headline {
                font-size: 13px !important;
            }

            #IMAGE3 {
                width: 53.7832px;
                height: 15.9195px;
                top: 16.3403px;
                left: 33.9405px;
            }

            #IMAGE3>.ladi-image>.ladi-image-background {
                width: 76.7349px;
                height: 36.9673px;
            }

            #MENU4 {
                width: 94.9772px;
                height: 46.9992px;
                top: 26.3368px;
                left: 10.3435px;
            }

            #MENU4>.ladi-menu .ladi-menu-item,
            #HEADLINE14>.ladi-headline,
            #HEADLINE15>.ladi-headline,
            #HEADLINE16>.ladi-headline,
            #HEADLINE17>.ladi-headline {
                font-size: 16px;
            }

            #HEADLINE31 {
                top: 21.4789px;
                left: -1388.5px;
            }

            #HEADLINE31>.ladi-headline,
            #HEADLINE32>.ladi-headline,
            #HEADLINE34>.ladi-headline,
            #HEADLINE37>.ladi-headline,
            #HEADLINE38>.ladi-headline,
            #HEADLINE35>.ladi-headline,
            #HEADLINE36>.ladi-headline {
                font-size: 17px;
            }

            #HEADLINE32 {
                width: 261px;
                top: 17.7593px;
                left: -706.5px;
            }

            #HEADLINE33 {
                width: 87px;
                top: 17.2593px;
                left: -437.5px;
            }

            #HEADLINE33>.ladi-headline,
            #HEADLINE27>.ladi-headline {
                font-size: 18px;
            }

            #HEADLINE34 {
                top: 21.4789px;
                left: -1258.5px;
            }

            #HEADLINE37 {
                width: 176px;
                top: 18.4788px;
                left: -342.5px;
            }

            #HEADLINE38 {
                top: 17.4788px;
                left: -168.504px;
            }

            #HEADLINE35 {
                top: 21.4789px;
                left: -1149.5px;
            }

            #SHAPE19 {
                top: 12.0771px;
                left: -880.5px;
            }

            #HEADLINE36 {
                top: 17.7593px;
                left: -826.5px;
            }

            #SHAPE20 {
                top: 11.077px;
                left: -756.5px;
            }

            #SECTION12 {
                height: 245.381px;
            }

            #VIDEO1 {
                width: 400px;
                height: 225.381px;
                top: 10px;
                left: 10px;
            }

            #VIDEO1>.ladi-video>.ladi-video-background {
                background-image: url("https://w.ladicdn.com/s400x225/608629db46ad76009a7d0091/banner-video-ldp-20260115100104-gocuo.jpg");
            }

            #SHAPE1 {
                width: 60px;
                height: 60px;
                top: 82.6906px;
                left: 170px;
            }

            #SECTION2 {
                height: 917.979px;
            }

            #IMAGE5 {
                width: 608.958px;
                height: 521.014px;
                left: -94px;
            }

           

            #IMAGE6,
            #IMAGE6>.ladi-image>.ladi-image-background {
                width: 324.872px;
                height: 81.962px;
            }

            #IMAGE6 {
                top: 383.75px;
                left: 47.4075px;
            }

           

            #GROUP6,
            #BOX6 {
                width: 373px;
                height: 398px;
            }

            #GROUP6 {
                top: 478.712px;
                left: 23.3435px;
            }

            #HEADLINE12 {
                width: 326px;
                top: 18px;
                left: 23px;
            }

            #HEADLINE12>.ladi-headline,
            #HEADLINE13>.ladi-headline,
            #LIST_PARAGRAPH2>.ladi-list-paragraph,
            #LIST_PARAGRAPH3>.ladi-list-paragraph {
                font-size: 15px !important;
            }

            #SECTION3 {
                height: 809.856px;
            }

            #IMAGE8,
            #IMAGE8>.ladi-image>.ladi-image-background {
                width: 300.677px;
                height: 128.421px;
            }

            #IMAGE8 {
                top: 8.289px;
                left: 59.505px;
            }

            

            #IMAGE7,
            #IMAGE7>.ladi-image>.ladi-image-background {
                width: 420px;
                height: 362.542px;
            }

            #IMAGE7 {
                top: 147px;
                left: 0px;
            }

          

            #GROUP7 {
                width: 373px;
                height: 304px;
                top: 480px;
                left: 23.3435px;
            }

            #BOX7 {
                width: 373px;
                height: 298px;
            }

            #HEADLINE13 {
                width: 334px;
                top: 21px;
                left: 19.5px;
            }

            #SECTION4 {
                height: 748.142px;
            }

            #IMAGE19,
            #IMAGE19>.ladi-image>.ladi-image-background {
                width: 296.823px;
                height: 186.998px;
            }

            #IMAGE19 {
                top: 185.072px;
                left: -405.489px;
            }

            #IMAGE19,
            #IMAGE32,
            #IMAGE33,
            #IMAGE34,
            #IMAGE35,
            #IMAGE55 {
                display: none !important;
            }

            #IMAGE19>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s600x500/608629db46ad76009a7d0091/back-20251230085050-yz2af.png");
            }

            #IMAGE10 {
                width: 420px;
                height: 667.1px;
                top: 10px;
                left: 0px;
            }

            #IMAGE10>.ladi-image>.ladi-image-background {
                width: 953.403px;
                height: 953.403px;
                top: -130px;
                left: -226px;
            }

            #IMAGE12,
            #IMAGE12>.ladi-image>.ladi-image-background,
            #IMAGE18,
            #IMAGE18>.ladi-image>.ladi-image-background {
                width: 120.269px;
                height: 137.406px;
            }

            #IMAGE12 {
                top: 201.792px;
                left: 62.287px;
            }

           

            #IMAGE13,
            #IMAGE13>.ladi-image>.ladi-image-background {
                width: 548.225px;
                height: 405.732px;
            }

            #IMAGE13 {
                top: 300px;
                left: -53.4642px;
            }

            

            #IMAGE15,
            #IMAGE15>.ladi-image>.ladi-image-background {
                width: 109.765px;
                height: 125.406px;
            }

            #IMAGE15 {
                top: 331.868px;
                left: 289.446px;
            }

           

            #IMAGE16,
            #IMAGE16>.ladi-image>.ladi-image-background {
                width: 294.998px;
                height: 55.2573px;
            }

            #IMAGE16 {
                top: 670.413px;
                left: 62.287px;
            }

           

            #IMAGE17,
            #IMAGE17>.ladi-image>.ladi-image-background {
                width: 118.131px;
                height: 134.963px;
            }

            #IMAGE17 {
                top: 394.908px;
                left: 33.2555px;
            }

            

            #IMAGE9,
            #IMAGE9>.ladi-image>.ladi-image-background {
                width: 351.489px;
                height: 111.37px;
            }

            #IMAGE9 {
                top: 42px;
                left: 34.0415px;
            }

          

            #IMAGE18 {
                top: 478.696px;
                left: 239.517px;
            }

           

            #IMAGE14,
            #IMAGE14>.ladi-image>.ladi-image-background {
                width: 111.925px;
                height: 127.872px;
            }

            #IMAGE14 {
                top: 176.398px;
                left: 243.689px;
            }

           

            #SECTION5 {
                height: 814.95px;
            }

            #SECTION5>.ladi-section-background {
                background-image: url("https://w.ladicdn.com/s768x814/608629db46ad76009a7d0091/fill-20260107043956-kvqsn.png");
            }

            #IMAGE21,
            #IMAGE21>.ladi-image>.ladi-image-background {
                width: 420px;
                height: 279.601px;
            }

            #IMAGE21 {
                top: 180.568px;
                left: 0px;
            }

            #IMAGE21>.ladi-image>.ladi-image-background {
                top: 0px;
                left: 0px;
                background-image: url("https://w.ladicdn.com/s750x600/608629db46ad76009a7d0091/kham-20251230093435-ksdbl.png");
            }

            #HEADLINE14,
            #HEADLINE15,
            #HEADLINE16 {
                width: 347px;
            }

            #HEADLINE14 {
                top: 488.502px;
                left: 36.5px;
            }

            #IMAGE20,
            #IMAGE20>.ladi-image>.ladi-image-background {
                width: 319.254px;
                height: 122.568px;
            }

            #IMAGE20 {
                top: 31px;
                left: 50.373px;
            }

           

            #HEADLINE15 {
                top: 634.502px;
                left: 36.5px;
            }

            #SECTION6 {
                height: 724.907px;
            }

            #IMAGE23 {
                width: 519.737px;
                height: 345.743px;
                top: 294.164px;
                left: -45px;
            }

            #IMAGE23>.ladi-image>.ladi-image-background {
                width: 536.193px;
                height: 358.418px;
                top: -11px;
                background-image: url("https://w.ladicdn.com/s850x700/608629db46ad76009a7d0091/tiem-chich-20251231043501-kpsbe.png");
            }

            #IMAGE22,
            #IMAGE22>.ladi-image>.ladi-image-background {
                width: 356.035px;
                height: 105.277px;
            }

            #IMAGE22 {
                top: 30px;
                left: 31.9825px;
            }

           

            #HEADLINE16 {
                top: 162.277px;
                left: 36.5px;
            }

            #GROUP9 {
                height: 77px;
                top: 285.905px;
                left: 167.49px;
            }

            #SHAPE3,
            #SHAPE4,
            #SHAPE5 {
                width: 20.0699px;
                height: 21.2355px;
            }

            #SHAPE3 {
                top: 2px;
            }

            #SHAPE4 {
                top: 27.2024px;
            }

            #SHAPE5 {
                top: 52.2338px;
            }

            #GROUP10,
            #BOX11 {
                width: 235.934px;
                height: 43.259px;
            }

            #GROUP10 {
                top: 639.907px;
                left: 96.9015px;
            }

            #SHAPE6 {
                width: 25.1716px;
                height: 23.1047px;
                top: 9.86789px;
                left: 204.357px;
            }

            #HEADLINE18 {
                width: 109px;
                top: 8.31267px;
                left: 15.3016px;
            }

            #HEADLINE18>.ladi-headline {
                font-size: 12px;
            }

            #PARAGRAPH2 {
                width: 77px;
                top: 5.69087px;
                left: 133.365px;
            }

            #PARAGRAPH2>.ladi-paragraph {
                font-size: 21px;
            }

            #SECTION8 {
                height: 866.276px;
            }

            #IMAGE24 {
                width: 599.68px;
                height: 413.082px;
                top: 453.194px;
                left: -84.8954px;
            }

           

            #IMAGE26,
            #IMAGE26>.ladi-image>.ladi-image-background {
                width: 379.373px;
                height: 132.23px;
            }

            #IMAGE26 {
                top: 30px;
                left: 20.3135px;
            }

           

            #PARAGRAPH3 {
                width: 367px;
                top: 179.42px;
                left: 26.5px;
            }

            #PARAGRAPH3>.ladi-paragraph,
            #PARAGRAPH11>.ladi-paragraph {
                text-align: justify;
            }

            #IMAGE27,
            #IMAGE27>.ladi-image>.ladi-image-background,
            #IMAGE28,
            #IMAGE28>.ladi-image>.ladi-image-background,
            #IMAGE29,
            #IMAGE29>.ladi-image>.ladi-image-background {
                width: 358.746px;
                height: 67.4585px;
            }

            #IMAGE27 {
                top: 354.276px;
                left: 30.627px;
            }

            

            #IMAGE28 {
                top: 276.817px;
                left: 30.627px;
            }

           

            #IMAGE29 {
                top: 431.73px;
                left: 30.627px;
            }

            

            #SECTION7 {
                height: 794.356px;
            }

            #IMAGE30,
            #IMAGE30>.ladi-image>.ladi-image-background {
                width: 362.91px;
                height: 111.384px;
            }

            #IMAGE30 {
                top: 31.677px;
                left: 33.4896px;
            }

            #PARAGRAPH4 {
                width: 338px;
                top: 157.369px;
                left: 41px;
            }

            #IMAGE32,
            #IMAGE32>.ladi-image>.ladi-image-background,
            #IMAGE33,
            #IMAGE33>.ladi-image>.ladi-image-background,
            #IMAGE34,
            #IMAGE34>.ladi-image>.ladi-image-background,
            #IMAGE35,
            #IMAGE35>.ladi-image>.ladi-image-background {
                width: 230.998px;
                height: 253.375px;
            }

            #IMAGE32 {
                top: 346.369px;
                left: -351.499px;
            }

           

            #IMAGE33 {
                top: 406.744px;
                left: -295.499px;
            }

            

            #IMAGE34 {
                top: 424.374px;
                left: -386.499px;
            }

            

            #IMAGE35 {
                top: 363.744px;
                left: -488.499px;
            }

            

            #CAROUSEL3 {
                width: 342px;
                height: 410px;
                top: 366.769px;
                left: 41px;
            }

            #CAROUSEL3 .ladi-carousel .ladi-carousel-content {
                width: 1402px;
            }

            #CAROUSEL_ITEM7,
            #CAROUSEL_ITEM8,
            #CAROUSEL_ITEM9,
            #CAROUSEL_ITEM10 {
                width: 343px;
                height: 410px;
            }

            #IMAGE45,
            #IMAGE45>.ladi-image>.ladi-image-background,
            #IMAGE47,
            #IMAGE47>.ladi-image>.ladi-image-background,
            #IMAGE48,
            #IMAGE48>.ladi-image>.ladi-image-background {
                width: 343px;
                height: 376.23px;
            }

            #IMAGE45,
            #IMAGE46,
            #IMAGE47,
            #IMAGE48 {
                top: 12.312px;
            }

            #CAROUSEL_ITEM8 {
                left: 353px;
            }

            #IMAGE46,
            #IMAGE46>.ladi-image>.ladi-image-background {
                width: 343px;
                height: 376.229px;
            }

           
            #CAROUSEL_ITEM9 {
                left: 706px;
            }

        
            #CAROUSEL_ITEM10 {
                left: 1059px;
            }

            #SECTION10 {
                height: 460.454px;
            }

            #IMAGE54,
            #IMAGE54>.ladi-image>.ladi-image-background {
                width: 261.88px;
                height: 143.89px;
            }

            #IMAGE54 {
                top: 21.068px;
                left: 84.06px;
            }

            #IMAGE55,
            #IMAGE55>.ladi-image>.ladi-image-background {
                width: 400px;
                height: 61.8049px;
            }

            #IMAGE55 {
                top: 261.958px;
                left: -447px;
            }

            #FORM2 {
                width: 300.853px;
                height: 137.426px;
                top: 271.763px;
                left: 64.4065px;
            }

            #FORM2>.ladi-form,
            #FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM2 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM2 .ladi-form-item .ladi-form-control::placeholder,
            #FORM2 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM2 .ladi-form-checkout-payment-quantity input {
                color: rgb(24, 8, 2);
            }

            #FORM2 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(24%2C%208%2C%202)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }

            #FORM2 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM2 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM2 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM2 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM2 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM2 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
            #FORM2 .ladi-form-checkout-payment-quantity .up:before,
            #FORM2 .ladi-form-checkout-payment-quantity .down:before,
            #FORM2 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before {
                background-color: rgb(24, 8, 2);
            }

            #FORM2 .ladi-form-item-container,
            #FORM2 .ladi-form-checkout-box,
            #FORM2 .ladi-form-checkout-bump-offer-product,
            #FORM2 .ladi-form-label-container .ladi-form-label-item,
            #FORM2 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM2 .ladi-form-checkout-payment-quantity input {
                border-color: rgb(24, 8, 2);
            }

            #FORM2 .ladi-form-item-background {
                background-color: rgb(255, 255, 255);
            }

            #BUTTON2 {
                width: 209.253px;
                height: 43.404px;
                top: 94.022px;
                left: 46.318px;
            }

            #BUTTON2>.ladi-button>.ladi-button-background {
                background-image: url("https://w.ladicdn.com/608629db46ad76009a7d0091/button-20251229075151-d4nxb.svg");
                background-size: cover;
                background-origin: content-box;
                background-position: 50% 0%;
                background-repeat: repeat;
                background-attachment: scroll;
            }

            #BUTTON_TEXT2 {
                width: 209px;
                top: 8.38778px;
            }

            #FORM_ITEM2 {
                width: 300.853px;
                height: 39.5511px;
            }

            #FORM_ITEM3 {
                width: 300.853px;
                height: 39.6191px;
                top: 43.5511px;
            }

            #GROUP11 {
                height: 54px;
                top: 188.958px;
                left: -50.5px;
            }

            #IMAGE57 {
                top: 0px;
                left: 116.5px;
            }

            #IMAGE58 {
                top: 0px;
                left: 375.5px;
            }

            #SECTION11 {
                height: 827.75px;
            }

            #HEADLINE24 {
                width: 360px;
                top: 389.8px;
                left: 37px;
            }

            #IMAGE50,
            #IMAGE50>.ladi-image>.ladi-image-background {
                width: 146.598px;
                height: 44.362px;
            }

            #IMAGE50 {
                top: 122px;
                left: -445.798px;
            }

            #PARAGRAPH10 {
                width: 300px;
                top: 231.8px;
                left: 38px;
            }

            #HEADLINE25 {
                width: 282px;
                top: 322.531px;
                left: 38px;
            }

            #HEADLINE26 {
                width: 290px;
                top: 349.8px;
                left: 38px;
            }

            #PARAGRAPH11 {
                width: 356px;
                top: 264.637px;
                left: 38px;
            }

            #LINE1,
            #LINE2,
            #LINE3,
            #PARAGRAPH16,
            #PARAGRAPH17 {
                width: 400px;
            }

            #LINE1 {
                top: 39.727px;
                left: -495px;
            }

            #LINE1>.ladi-line>.ladi-line-container,
            #LINE2>.ladi-line>.ladi-line-container,
            #LINE3>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(21, 34, 75);
                border-left: 0px !important;
            }

            #LINE1>.ladi-line,
            #LINE2>.ladi-line,
            #LINE3>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }

            #LINE2 {
                top: 66.727px;
                left: -495px;
            }

            #IMAGE59,
            #IMAGE59>.ladi-image>.ladi-image-background {
                width: 114.403px;
                height: 71.455px;
            }

            #IMAGE59 {
                top: 30.727px;
                left: 41.177px;
            }

            #PARAGRAPH13 {
                width: 370px;
                top: 146.8px;
                left: 36px;
            }

            #IMAGE60,
            #IMAGE60>.ladi-image>.ladi-image-background {
                width: 39.2794px;
                height: 39.2794px;
            }

            #IMAGE60 {
                top: 60.7795px;
                left: 239.087px;
            }

            #IMAGE60>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s350x350/608629db46ad76009a7d0091/ic-tik-20251231101410-s9xhr.png");
            }

            #IMAGE62,
            #IMAGE62>.ladi-image>.ladi-image-background {
                width: 38.3964px;
                height: 36.011px;
            }

            #IMAGE62 {
                top: 66.1718px;
                left: 347.917px;
            }

            #IMAGE63,
            #IMAGE63>.ladi-image>.ladi-image-background {
                width: 17.7451px;
                height: 36.8485px;
            }

            #IMAGE63 {
                top: 61.1739px;
                left: 204.782px;
            }

            #IMAGE64,
            #IMAGE64>.ladi-image>.ladi-image-background {
                width: 35.4991px;
                height: 42.0309px;
            }

            #IMAGE64 {
                top: 60.1516px;
                left: 297.358px;
            }

            #IMAGE64>.ladi-image>.ladi-image-background {
                background-image: url("https://w.ladicdn.com/s350x350/608629db46ad76009a7d0091/ic-yt-20251231101410-jnavr.png");
            }

            #PARAGRAPH14 {
                width: 101px;
                top: 605.8px;
                left: 42px;
            }

            #LINE3 {
                top: 262.637px;
                left: -499px;
            }

            #PARAGRAPH15 {
                width: 163px;
                top: 631.531px;
                left: 41px;
            }

            #PARAGRAPH16 {
                top: 653.531px;
                left: 41px;
            }

            #PARAGRAPH17 {
                top: 675.535px;
                left: 38px;
            }

            #PARAGRAPH18 {
                width: 279px;
                top: 697.535px;
                left: 38px;
            }

            #POPUP2 {
                width: 304.938px;
                top: 6px;
                left: auto;
            }

            #POPUP2,
            #POPUP3,
            #POPUP4 {
                right: 7px;
            }

            #POPUP2>.ladi-popup>.ladi-popup-background {
                background-image: url("https://w.ladicdn.com/s304x250/608629db46ad76009a7d0091/nen-20251231080535-i_4v2.png");
            }

            #LIST_PARAGRAPH4 {
                width: 276px;
            }

            #LIST_PARAGRAPH5,
            #LIST_PARAGRAPH6,
            #LIST_PARAGRAPH7 {
                width: 208px;
            }

            #GROUP13 {
                width: 287.969px;
                height: 33px;
                top: 49px;
                left: 16.969px;
            }

            #LIST_PARAGRAPH2 {
                width: 265px;
                top: 6px;
            }

            #SHAPE7 {
                width: 31.9685px;
                left: 256.001px;
            }

            #GROUP12 {
                width: 111.25px;
                height: 31.5px;
                top: 80.5px;
            }

            #LIST_PARAGRAPH3 {
                width: 95px;
                top: 4px;
            }

            #SHAPE8 {
                width: 31.5px;
                height: 31.5px;
                left: 79.75px;
            }

            #POPUP3 {
                width: 208px;
                height: 79px;
                top: 85px;
            }

            #LIST_PARAGRAPH8,
            #LIST_PARAGRAPH10 {
                width: 189px;
                top: 10.5px;
                left: 15.5px;
            }

            #LIST_PARAGRAPH8>.ladi-list-paragraph,
            #LIST_PARAGRAPH9>.ladi-list-paragraph {
                font-size: 14px;
            }

            #LIST_PARAGRAPH8 ul li:before,
            #LIST_PARAGRAPH9 ul li:before,
            #LIST_PARAGRAPH10 ul li:before {
                content: counter(linum, disc);
            }

            #LIST_PARAGRAPH9 {
                top: 39.5px;
                left: 15.5px;
            }

            #POPUP4 {
                width: 208px;
                height: 48px;
                top: 87px;
            }

            #POPUP4>.ladi-popup>.ladi-overlay,
            #POPUP4>.ladi-popup>.ladi-popup-background {
                border-radius: 17px;
            }

            #POPUP4>.ladi-popup {
                border-radius: 18px;
            }

            #DROPBOX17 {
                width: 126px;
            }

            #POPUP_MENU_MOBILE_MENU4 {
                width: 424px;
                height: 637px;
            }
        }

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