﻿
        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: #7f7f7f;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .lightbox-screen * {
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none
            }

            .lightbox-screen img {
                -webkit-user-drag: none;
                -khtml-user-drag: none;
                -moz-user-drag: none;
                -o-user-drag: none;
                user-drag: none;
                pointer-events: auto
            }

            .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")
            }

            .lightbox-screen img.lightbox-item {
                max-width: none
            }

        .lightbox-gallery-track {
            touch-action: none;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .lightbox-gallery-track .lightbox-gallery-preview, .lightbox-gallery-track .lightbox-item {
                will-change: transform;
                backface-visibility: hidden;
                margin: 0 !important;
                transform-origin: center center;
                position: absolute;
                left: 50%;
                top: 50%
            }

        .lightbox-nav-btn {
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: rgba(0,0,0,.5);
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 9999;
            user-select: none;
            font-size: 24px;
            font-weight: 700
        }

            .lightbox-nav-btn:hover {
                background-color: rgba(0,0,0,.8)
            }

        .lightbox-prev {
            left: 20px
        }

        .lightbox-next {
            right: 20px
        }

        * {
            -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-table {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: auto;
        }

            .ladi-table table {
                width: 100%;
            }

                .ladi-table table td {
                    vertical-align: middle;
                }

            .ladi-table tbody td {
                word-break: break-word;
            }

            .ladi-table table td img {
                cursor: pointer;
                width: 100%;
            }

        .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;
        }

        .ladi-button {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden
        }

            .ladi-button:active {
                transform: translateY(2px);
                transition: transform .2s linear
            }

            .ladi-button .ladi-button-background {
                height: 100%;
                width: 100%;
                pointer-events: none;
                transition: inherit
            }

            .ladi-button > .ladi-button-headline, .ladi-button > .ladi-button-shape {
                width: 100% !important;
                height: 100% !important;
                top: 0 !important;
                left: 0 !important;
                display: table;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none
            }

                .ladi-button > .ladi-button-shape .ladi-shape {
                    margin: auto;
                    top: 0;
                    bottom: 0
                }

                .ladi-button > .ladi-button-headline .ladi-headline {
                    display: table-cell;
                    vertical-align: middle
                }

        .ladi-checkout-product-cart-icon .ladi-cart-number {
            position: absolute;
            top: -2px;
            right: -7px;
            background: #f36e36;
            text-align: center;
            min-width: 18px;
            min-height: 18px;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            border-radius: 100%;
            z-index: 90000000;
            padding: 3px 4px
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
                display: inline-block;
                font-size: 32px;
                line-height: 1;
                animation: .6s infinite loading
            }

                .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
                    animation-delay: 0s
                }

                .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
                    animation-delay: .2s
                }

                .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
                    animation-delay: .4s
                }

        @keyframes loading {
            0%, 100% {
                opacity: 0
            }

            50% {
                opacity: 1
            }
        }

        .ladi-group {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .ladi-accordion {
            position: absolute;
            width: 100%;
            height: 100%;
        }

            .ladi-accordion .ladi-accordion-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-accordion .accordion-menu > .ladi-frame > .ladi-element:not(.ladi-accordion-shape) {
                z-index: 2;
            }

        .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;
            }

        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;
            }
        }

        @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;
            }
        }
    
        body {
            direction: ltr;
        }

        @media (min-width: 768px) {
            .ladi-section .ladi-container {
                width: 1200px;
            }
        }

        @media (max-width: 767px) {
            .ladi-section .ladi-container {
                width: 420px;
            }
        }

        body {
            font-family: Roboto, sans-serif
        }
    


        #SECTION1 > .ladi-section-background, #BUTTON3 > .ladi-button > .ladi-button-background, #SECTION501 > .ladi-section-background, #BDD503 > .ladi-box, #BOX10 > .ladi-box, #TABLE1 table tbody tr:nth-of-type(even) td, #TABLE1 table tbody tr:nth-of-type(odd) td, #BOX1 > .ladi-box, #BOX3 > .ladi-box, #BOX5 > .ladi-box, #BOX7 > .ladi-box, #BOX9 > .ladi-box, #BAR2004 > .ladi-box, #SECTION2501 > .ladi-section-background, #SECTION3001 > .ladi-section-background, #CAROUSEL_ITEM3507 > .ladi-frame-bg > .ladi-frame-background, #CAROUSEL_ITEM3511 > .ladi-frame-bg > .ladi-frame-background, #CAROUSEL_ITEM3515 > .ladi-frame-bg > .ladi-frame-background, #SECTION5001 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

        #IMAGE21 > .ladi-image > .ladi-image-background, #BT509, #SHAPE12, #IMAGE24 > .ladi-image > .ladi-image-background, #GROUP1, #BOX1, #BOX2, #BOX3, #BOX4, #BOX5, #BOX6, #BOX7, #BOX8, #IMG2009 > .ladi-image > .ladi-image-background, #BAR2004, #BNT2506, #BNT2510, #BNT2514, #BB3005, #BB3010, #IC3011_BOX, #BB3015, #IC3016_BOX, #GROUP9, #CB3020, #CAROUSEL_ITEM3507, #ACCORDION5004, #ACCORDION_MENU5006, #ACCORDION_MENU5012, #ACCORDION_MENU5018, #ACCORDION_MENU5024, #ACCORDION_MENU5030, #ACCORDION_MENU5036, #IMAGE14 > .ladi-image > .ladi-image-background {
            top: 0px;
            left: 0px;
        }

        #BUTTON2, #BUTTON3 {
            height: 40px;
        }

            #BUTTON2 > .ladi-button > .ladi-button-background, #BDG502 > .ladi-box, #BTN508 > .ladi-button > .ladi-button-background, #TABLE1 table thead td, #SECTION1001 > .ladi-section-background, #LN1503 > .ladi-box, #SECTION2001 > .ladi-section-background, #LN2503 > .ladi-box, #BN2505 > .ladi-box, #BN2509 > .ladi-box, #BN2513 > .ladi-box, #BB3005 > .ladi-box, #LN5003 > .ladi-box, #ACCORDION_MENU5006 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_MENU5012 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_MENU5018 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_MENU5024 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_MENU5030 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_MENU5036 > .ladi-frame-bg > .ladi-frame-background {
                background-color: rgb(240, 81, 35);
            }

            #BUTTON2 > .ladi-button {
                border-radius: 100px;
            }

        #BUTTON_TEXT2, #BUTTON_TEXT3 {
            top: 9px;
            left: 0px;
        }

            #BUTTON_TEXT2 > .ladi-headline {
                font-size: 14px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }

        #BUTTON3 > .ladi-button {
            border-width: 2px;
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(240, 81, 35);
        }

        #BUTTON_TEXT3 > .ladi-headline {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(55, 78, 71);
            text-align: center;
        }

        #IMAGE18, #SHAPE5, #SHAPE6, #SHAPE7, #SHAPE8 {
            top: 0px;
        }

            #IMAGE18 > .ladi-image {
                transform: perspective(1000px) rotateY(180deg);
            }

        #HD506 > .ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.1;
            color: rgb(255, 255, 255);
            -webkit-text-stroke-color: rgb(255, 255, 255);
        }

        #HD506.ladi-animation > .ladi-headline {
            animation-name: fadeInDown;
            animation-delay: 0s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #HD506 > .ladi-headline:hover, #TRS510 > .ladi-paragraph:hover, #BDG502 > .ladi-box:hover, #BDT504 > .ladi-headline:hover, #BDD503 > .ladi-box:hover, #BOX10 > .ladi-box:hover, #BT509 > .ladi-headline:hover, #SH507 > .ladi-paragraph:hover, #SHAPE10:hover > .ladi-shape, #PARAGRAPH11 > .ladi-paragraph:hover, #SHAPE12:hover > .ladi-shape, #ST1005_NUM > .ladi-headline:hover, #ST1005_LBL > .ladi-headline:hover, #ST1003_NUM > .ladi-headline:hover, #ST1003_LBL > .ladi-headline:hover, #ST1004_NUM > .ladi-headline:hover, #ST1004_LBL > .ladi-headline:hover, #ST1002_NUM > .ladi-headline:hover, #ST1002_LBL > .ladi-headline:hover, #LN1503 > .ladi-box:hover, #HD1502 > .ladi-headline:hover, #SH1504 > .ladi-paragraph:hover, #BOX1 > .ladi-box:hover, #BOX2 > .ladi-box:hover, #SHAPE1:hover > .ladi-shape, #HEADLINE3 > .ladi-headline:hover, #PARAGRAPH3 > .ladi-paragraph:hover, #BOX3 > .ladi-box:hover, #BOX4 > .ladi-box:hover, #SHAPE2:hover > .ladi-shape, #HEADLINE4 > .ladi-headline:hover, #PARAGRAPH4 > .ladi-paragraph:hover, #BOX5 > .ladi-box:hover, #BOX6 > .ladi-box:hover, #SHAPE3:hover > .ladi-shape, #HEADLINE5 > .ladi-headline:hover, #PARAGRAPH5 > .ladi-paragraph:hover, #BOX7 > .ladi-box:hover, #BOX8 > .ladi-box:hover, #SHAPE4:hover > .ladi-shape, #HEADLINE6 > .ladi-headline:hover, #PARAGRAPH6 > .ladi-paragraph:hover, #BOX9 > .ladi-box:hover, #IMG2009:hover > .ladi-image, #P2005 > .ladi-paragraph:hover, #ST2006_NUM > .ladi-headline:hover, #ST2006_LBL > .ladi-headline:hover, #ST2007_NUM > .ladi-headline:hover, #ST2007_LBL > .ladi-headline:hover, #ST2008_NUM > .ladi-headline:hover, #ST2008_LBL > .ladi-headline:hover, #BAR2004 > .ladi-box:hover, #LBL2002 > .ladi-headline:hover, #H2003 > .ladi-headline:hover, #LN2503 > .ladi-box:hover, #HD2502 > .ladi-headline:hover, #BN2505 > .ladi-box:hover, #BNT2506 > .ladi-headline:hover, #NFT2507 > .ladi-headline:hover, #BN2509 > .ladi-box:hover, #BNT2510 > .ladi-headline:hover, #NFT2511 > .ladi-headline:hover, #BN2513 > .ladi-box:hover, #BNT2514 > .ladi-headline:hover, #NFT2515 > .ladi-headline:hover, #SH2504 > .ladi-paragraph:hover, #BB3005 > .ladi-box:hover, #CT3007 > .ladi-headline:hover, #CD3008 > .ladi-paragraph:hover, #IC3006_BOX > .ladi-box:hover, #IC3006_SHAPE:hover > .ladi-shape, #BB3010 > .ladi-box:hover, #IC3011_BOX > .ladi-box:hover, #IC3011_SHAPE:hover > .ladi-shape, #CT3012 > .ladi-headline:hover, #CD3013 > .ladi-paragraph:hover, #HD3002 > .ladi-headline:hover, #SH3003 > .ladi-paragraph:hover, #BB3015 > .ladi-box:hover, #IC3016_BOX > .ladi-box:hover, #IC3016_SHAPE:hover > .ladi-shape, #CT3017 > .ladi-headline:hover, #CD3018 > .ladi-paragraph:hover, #IC3021_SHAPE:hover > .ladi-shape, #CB3020 > .ladi-box:hover, #CT3022 > .ladi-headline:hover, #CD3023 > .ladi-paragraph:hover, #SHAPE13:hover > .ladi-shape, #LN3503 > .ladi-box:hover, #HD3502 > .ladi-headline:hover, #SH3504 > .ladi-paragraph:hover, #CAROUSEL_ITEM3507 > .ladi-frame:hover, #CAROUSEL_ITEM3507 > .ladi-frame:hover ~ .ladi-frame-bg, #CQ3508 > .ladi-paragraph:hover, #CR3510 > .ladi-headline:hover, #CN3509 > .ladi-headline:hover, #CAROUSEL_ITEM3511 > .ladi-frame:hover, #CAROUSEL_ITEM3511 > .ladi-frame:hover ~ .ladi-frame-bg, #CQ3512 > .ladi-paragraph:hover, #CR3514 > .ladi-headline:hover, #CN3513 > .ladi-headline:hover, #CAROUSEL_ITEM3515 > .ladi-frame:hover, #CAROUSEL_ITEM3515 > .ladi-frame:hover ~ .ladi-frame-bg, #CQ3516 > .ladi-paragraph:hover, #CR3518 > .ladi-headline:hover, #CN3517 > .ladi-headline:hover, #LN5003 > .ladi-box:hover, #HD5002 > .ladi-headline:hover, #ACCORDION_CONTENT5005 > .ladi-frame:hover, #ACCORDION_CONTENT5005 > .ladi-frame:hover ~ .ladi-frame-bg, #PARAGRAPH5009 > .ladi-paragraph:hover, #ACCORDION_MENU5006 > .ladi-frame:hover, #ACCORDION_MENU5006 > .ladi-frame:hover ~ .ladi-frame-bg, #HEADLINE5007 > .ladi-headline:hover, #ACCORDION_SHAPE5008:hover > .ladi-shape, #ACCORDION_CONTENT5011 > .ladi-frame:hover, #ACCORDION_CONTENT5011 > .ladi-frame:hover ~ .ladi-frame-bg, #PARAGRAPH5015 > .ladi-paragraph:hover, #ACCORDION_MENU5012 > .ladi-frame:hover, #ACCORDION_MENU5012 > .ladi-frame:hover ~ .ladi-frame-bg, #HEADLINE5013 > .ladi-headline:hover, #ACCORDION_SHAPE5014:hover > .ladi-shape, #ACCORDION_CONTENT5017 > .ladi-frame:hover, #ACCORDION_CONTENT5017 > .ladi-frame:hover ~ .ladi-frame-bg, #PARAGRAPH5021 > .ladi-paragraph:hover, #ACCORDION_MENU5018 > .ladi-frame:hover, #ACCORDION_MENU5018 > .ladi-frame:hover ~ .ladi-frame-bg, #HEADLINE5019 > .ladi-headline:hover, #ACCORDION_SHAPE5020:hover > .ladi-shape, #ACCORDION_CONTENT5023 > .ladi-frame:hover, #ACCORDION_CONTENT5023 > .ladi-frame:hover ~ .ladi-frame-bg, #PARAGRAPH5027 > .ladi-paragraph:hover, #ACCORDION_MENU5024 > .ladi-frame:hover, #ACCORDION_MENU5024 > .ladi-frame:hover ~ .ladi-frame-bg, #HEADLINE5025 > .ladi-headline:hover, #ACCORDION_SHAPE5026:hover > .ladi-shape, #ACCORDION_CONTENT5029 > .ladi-frame:hover, #ACCORDION_CONTENT5029 > .ladi-frame:hover ~ .ladi-frame-bg, #PARAGRAPH5033 > .ladi-paragraph:hover, #ACCORDION_MENU5030 > .ladi-frame:hover, #ACCORDION_MENU5030 > .ladi-frame:hover ~ .ladi-frame-bg, #HEADLINE5031 > .ladi-headline:hover, #ACCORDION_SHAPE5032:hover > .ladi-shape, #ACCORDION_CONTENT5035 > .ladi-frame:hover, #ACCORDION_CONTENT5035 > .ladi-frame:hover ~ .ladi-frame-bg, #PARAGRAPH5039 > .ladi-paragraph:hover, #ACCORDION_MENU5036 > .ladi-frame:hover, #ACCORDION_MENU5036 > .ladi-frame:hover ~ .ladi-frame-bg, #HEADLINE5037 > .ladi-headline:hover, #ACCORDION_SHAPE5038:hover > .ladi-shape, #IMAGE14:hover > .ladi-image, #PARAGRAPH1 > .ladi-paragraph:hover, #PARAGRAPH2 > .ladi-paragraph:hover {
            opacity: 1;
        }

        #TRS510 > .ladi-paragraph {
            line-height: 1.6;
            color: rgb(0, 0, 0);
        }

        #TRS510.ladi-animation > .ladi-paragraph, #SH507.ladi-animation > .ladi-paragraph, #PARAGRAPH11.ladi-animation > .ladi-paragraph {
            animation-name: fadeInUp;
            animation-delay: 0.2s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #BDG502 > .ladi-box {
            border-width: 1px;
            border-radius: 20px;
            border-style: solid;
            border-color: rgba(35, 102, 223, 0.2);
        }

        #BDT504 > .ladi-headline {
            font-weight: bold;
            line-height: 34px;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #BDD503, #BOX10 {
            width: 8px;
            height: 8px;
        }

            #BDD503 > .ladi-box, #BOX10 > .ladi-box, #LN1503 > .ladi-box, #BOX2 > .ladi-box, #BOX4 > .ladi-box, #BOX6 > .ladi-box, #BOX8 > .ladi-box, #BAR2004 > .ladi-box, #LN2503 > .ladi-box, #BN2505 > .ladi-box, #BN2509 > .ladi-box, #BN2513 > .ladi-box, #IC3006_BOX > .ladi-box, #IC3011_BOX > .ladi-box, #IC3016_BOX > .ladi-box, #LN3503 > .ladi-box, #LN5003 > .ladi-box {
                border-radius: 20px;
            }

        #BTN508, #BT509 {
            width: 280px;
        }

            #BTN508 > .ladi-button {
                border-radius: 50px;
            }

            #BTN508.ladi-animation > .ladi-button {
                animation-name: pulse;
                animation-delay: 0s;
                animation-duration: 3s;
                animation-iteration-count: infinite;
            }

            #BTN508 > .ladi-button:hover {
                opacity: 0.85;
            }

            #BT509 > .ladi-headline {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }

        #TABLE1 > .ladi-table {
            font-family: Muli, sans-serif;
            font-size: 14px;
            text-align: center;
        }

        #TABLE1 table {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(28, 0, 194);
        }

            #TABLE1 table tbody tr:nth-of-type(even) td, #TABLE1 table tbody tr:nth-of-type(odd) td {
                color: rgb(84, 84, 84);
            }

            #TABLE1 table tbody tr:nth-of-type(even) td, #TABLE1 table tbody tr:nth-of-type(odd) td, #TABLE1 table thead td, #TABLE1 table tbody tr td:first-child {
                padding: 8px;
            }

            #TABLE1 table td {
                border-width: 1px;
                border-style: solid;
                border-color: rgb(58, 60, 61);
            }

            #TABLE1 table thead td {
                color: rgb(255, 255, 255);
            }

        #TABLE1 .ladi-table thead td {
            font-weight: bold;
        }

        #GROUP19 {
            width: 281.5px;
            height: 68px;
        }

        #SH507, #PARAGRAPH11 {
            width: 232px;
        }

        #SH507 {
            top: 5px;
            left: 49.5px;
        }

            #SH507 > .ladi-paragraph, #PARAGRAPH11 > .ladi-paragraph {
                font-size: 20px;
                line-height: 1.1;
                color: rgb(255, 255, 255);
                text-align: left;
            }

        #SHAPE10, #SHAPE12 {
            width: 27.5px;
            height: 32px;
        }

        #SHAPE10 {
            top: 36px;
            left: 0px;
        }

            #SHAPE10 svg:last-child, #SHAPE12 svg:last-child, #SHAPE5 svg:last-child, #SHAPE6 svg:last-child, #SHAPE7 svg:last-child, #SHAPE8 svg:last-child, #IC3006_SHAPE svg:last-child, #IC3021_SHAPE svg:last-child {
                fill: rgb(255, 255, 255);
            }

        #PARAGRAPH11 {
            top: 41px;
            left: 49.5px;
        }

        #IMAGE24 {
            width: 276.27px;
            height: 338.966px;
        }

            #IMAGE24 > .ladi-image > .ladi-image-background {
                width: 276.27px;
                height: 429.876px;
                background-image: url("https://w.ladicdn.com/s600x750/5c24508718f5322924bbe205/mascot-trau-20260407031537-oycgx.png");
            }

        #ST1005_NUM, #ST1005_LBL, #ST1003_NUM, #ST1003_LBL, #ST1004_NUM, #ST1004_LBL, #ST1002_NUM, #ST1002_LBL, #ACCORDION5010, #ACCORDION5016, #ACCORDION5022, #ACCORDION5028, #ACCORDION5034 {
            left: 0px;
        }

            #ST1005_NUM > .ladi-headline, #ST1003_NUM > .ladi-headline, #ST1004_NUM > .ladi-headline, #ST1002_NUM > .ladi-headline {
                font-size: 32px;
                font-weight: bold;
                line-height: 1.2;
                color: rgb(255, 255, 255);
                text-align: center;
            }

            #ST1005_NUM.ladi-animation > .ladi-headline, #ST1005_LBL.ladi-animation > .ladi-headline, #ST1003_NUM.ladi-animation > .ladi-headline, #ST1003_LBL.ladi-animation > .ladi-headline, #ST1004_NUM.ladi-animation > .ladi-headline, #ST1004_LBL.ladi-animation > .ladi-headline, #ST1002_NUM.ladi-animation > .ladi-headline, #ST1002_LBL.ladi-animation > .ladi-headline, #ST2006_NUM.ladi-animation > .ladi-headline, #ST2006_LBL.ladi-animation > .ladi-headline, #ST2007_NUM.ladi-animation > .ladi-headline, #ST2007_LBL.ladi-animation > .ladi-headline, #ST2008_NUM.ladi-animation > .ladi-headline, #ST2008_LBL.ladi-animation > .ladi-headline, #LBL2002.ladi-animation > .ladi-headline {
                animation-name: fadeIn;
                animation-delay: 0s;
                animation-duration: 0.8s;
                animation-iteration-count: 1;
            }

            #ST1005_LBL > .ladi-headline, #ST1003_LBL > .ladi-headline, #ST1004_LBL > .ladi-headline, #ST1002_LBL > .ladi-headline {
                line-height: 1.4;
                color: rgba(255, 255, 255, 0.85);
                text-align: center;
            }

        #SECTION1501 > .ladi-section-background {
            background-color: rgba(255, 228, 194, 0.1);
        }

        #LN1503, #LN2503, #LN3503, #LN5003 {
            height: 3px;
        }

            #LN1503.ladi-animation > .ladi-box, #LN2503.ladi-animation > .ladi-box, #BG3004.ladi-animation > .ladi-group, #LN3503.ladi-animation > .ladi-box {
                animation-name: fadeInUp;
                animation-delay: 0s;
                animation-duration: 1s;
                animation-iteration-count: 1;
            }

        #HD1502, #HD3502 {
            top: 52px;
        }

            #HD1502 > .ladi-headline, #HD2502 > .ladi-headline, #HD3002 > .ladi-headline, #HD5002 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-weight: bold;
                line-height: 1.1;
                color: rgb(240, 81, 35);
                text-align: center;
            }

        #SH1504 > .ladi-paragraph, #SH2504 > .ladi-paragraph, #CD3013 > .ladi-paragraph, #CD3018 > .ladi-paragraph, #CD3023 > .ladi-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(240, 81, 35);
            text-align: center;
        }

        #SH1504.ladi-animation > .ladi-paragraph, #GROUP1.ladi-animation > .ladi-group, #BN2505.ladi-animation > .ladi-box, #SH2504.ladi-animation > .ladi-paragraph, #BG3009.ladi-animation > .ladi-group, #SH3003.ladi-animation > .ladi-paragraph, #SH3504.ladi-animation > .ladi-paragraph {
            animation-name: fadeInUp;
            animation-delay: 0.1s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #GROUP15 {
            width: 1183px;
            height: 290px;
        }

        #GROUP1, #BOX1, #GROUP3, #BOX3, #GROUP5, #BOX5, #GROUP7, #BOX7 {
            width: 285px;
            height: 290px;
        }

            #BOX1 > .ladi-box, #BOX3 > .ladi-box, #BOX5 > .ladi-box, #BOX7 > .ladi-box {
                border-width: 1px;
                border-radius: 20px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.06);
                box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 16px -10px;
            }

                #BOX1 > .ladi-box:hover, #BOX3 > .ladi-box:hover, #BOX5 > .ladi-box:hover, #BOX7 > .ladi-box:hover {
                    border-color: rgba(0, 0, 0, 0.12);
                }

        #GROUP2, #BOX2, #GROUP4, #BOX4, #GROUP6, #BOX6, #GROUP8, #BOX8, #IC3016_GROUP, #IC3016_BOX, #IC3021_SHAPE {
            width: 52px;
            height: 52px;
        }

        #GROUP2, #GROUP4, #GROUP6, #GROUP8 {
            top: 28px;
            left: 116px;
        }

        #BOX2 > .ladi-box, #BOX4 > .ladi-box, #BOX6 > .ladi-box, #BOX8 > .ladi-box {
            background-color: rgba(35, 102, 223, 0.12);
        }

        #SHAPE1, #SHAPE2, #SHAPE3, #SHAPE4, #IC3016_SHAPE, #SHAPE13 {
            width: 28px;
            height: 28px;
        }

        #SHAPE1, #SHAPE2, #SHAPE3, #SHAPE4, #IC3016_SHAPE {
            top: 12px;
            left: 12px;
        }

            #SHAPE1 svg:last-child, #SHAPE2 svg:last-child, #SHAPE3 svg:last-child, #SHAPE4 svg:last-child, #IC3011_SHAPE svg:last-child, #IC3016_SHAPE svg:last-child, #SHAPE13 svg:last-child {
                fill: rgb(240, 81, 35);
            }

        #HEADLINE3 {
            width: 257px;
            top: 89px;
            left: 13.5px;
        }

            #HEADLINE3 > .ladi-headline, #HEADLINE4 > .ladi-headline, #HEADLINE5 > .ladi-headline, #HEADLINE6 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.3;
                color: rgb(15, 24, 41);
                text-align: center;
            }

        #PARAGRAPH3, #HEADLINE4, #PARAGRAPH4, #HEADLINE5, #PARAGRAPH5, #HEADLINE6, #PARAGRAPH6 {
            width: 229px;
        }

        #PARAGRAPH3 {
            top: 135px;
            left: 28px;
        }

            #PARAGRAPH3 > .ladi-paragraph, #PARAGRAPH4 > .ladi-paragraph, #PARAGRAPH5 > .ladi-paragraph, #PARAGRAPH6 > .ladi-paragraph, #SH3504 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(34, 34, 34);
                text-align: center;
            }

        #GROUP3 {
            top: 0px;
            left: 299px;
        }

            #GROUP3.ladi-animation > .ladi-group, #BN2509.ladi-animation > .ladi-box {
                animation-name: fadeInUp;
                animation-delay: 0.3s;
                animation-duration: 1s;
                animation-iteration-count: 1;
            }

        #HEADLINE4, #HEADLINE5, #HEADLINE6 {
            top: 88px;
            left: 28px;
        }

        #PARAGRAPH4, #PARAGRAPH5, #PARAGRAPH6 {
            top: 120px;
            left: 28px;
        }

        #GROUP5 {
            top: 0px;
            left: 603px;
        }

            #GROUP5.ladi-animation > .ladi-group, #BN2513.ladi-animation > .ladi-box {
                animation-name: fadeInUp;
                animation-delay: 0.4s;
                animation-duration: 1s;
                animation-iteration-count: 1;
            }

        #GROUP7 {
            top: 0px;
            left: 898px;
        }

            #GROUP7.ladi-animation > .ladi-group {
                animation-name: fadeInUp;
                animation-delay: 0.6s;
                animation-duration: 1s;
                animation-iteration-count: 1;
            }

        #BOX9 > .ladi-box {
            border-width: 2px;
            border-radius: 16px;
            border-style: solid;
            border-color: rgb(241, 243, 244);
        }

        #IMG2009 > .ladi-image > .ladi-image-background {
            background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800");
        }

        #IMG2009 > .ladi-image, #BB3005 > .ladi-box {
            border-radius: 16px;
        }

        #IMG2009.ladi-animation > .ladi-image {
            animation-name: fadeInRight;
            animation-delay: 0.2s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #P2005 > .ladi-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
        }

        #P2005.ladi-animation > .ladi-paragraph {
            animation-name: fadeInLeft;
            animation-delay: 0.1s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #ST2006_NUM > .ladi-headline, #ST2007_NUM > .ladi-headline, #ST2008_NUM > .ladi-headline {
            font-weight: bold;
            line-height: 1.2;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #ST2006_LBL > .ladi-headline, #ST2007_LBL > .ladi-headline, #ST2008_LBL > .ladi-headline {
            font-size: 16px;
            line-height: 1.4;
            color: rgba(255, 255, 255, 0.85);
            text-align: center;
        }

        #GROUP18 {
            height: 138.5px;
        }

        #BAR2004 {
            width: 6.15556px;
            height: 138.5px;
        }

        #LBL2002 {
            width: 376px;
            top: 9.5px;
            left: 30.1556px;
        }

            #LBL2002 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-size: 24px;
                font-weight: bold;
                line-height: 1.3;
                color: rgb(255, 255, 255);
                text-align: left;
            }

        #H2003 {
            top: 51.5px;
            left: 30.1556px;
        }

            #H2003 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-weight: bold;
                line-height: 1.1;
                color: rgb(255, 255, 255);
                text-align: left;
            }

        #BNT2506 > .ladi-headline, #BNT2510 > .ladi-headline, #BNT2514 > .ladi-headline {
            font-weight: bold;
            line-height: 48px;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #NFT2507 > .ladi-headline, #NFT2511 > .ladi-headline, #NFT2515 > .ladi-headline, #CT3012 > .ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.3;
            color: rgb(240, 81, 35);
            text-align: center;
        }

        #PARAGRAPH7 {
            width: 344px;
        }

            #PARAGRAPH7 > .ladi-paragraph, #PARAGRAPH8 > .ladi-paragraph, #PARAGRAPH9 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(0, 0, 0);
                text-align: justify;
            }

        #PARAGRAPH8 {
            width: 349px;
        }

        #PARAGRAPH9 {
            width: 328px;
        }

        #BB3005 > .ladi-box {
            box-shadow: rgba(35, 102, 223, 0.15) 0px 4px 20px;
        }

        #CT3007 > .ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.3;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        #CD3008 > .ladi-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.85);
            text-align: center;
        }

        #IC3006_BOX, #IC3011_GROUP {
            top: 24px;
        }

            #IC3006_BOX > .ladi-box {
                background-color: rgba(255, 255, 255, 0.15);
            }

        #BB3010 > .ladi-box, #BB3015 > .ladi-box {
            border-width: 1px;
            border-radius: 16px;
            border-style: solid;
            border-color: rgba(255, 255, 255, 0.04);
        }

        #BB3010 > .ladi-box {
            background-color: rgba(218, 124, 8, 0.1);
        }

            #BB3010 > .ladi-box:hover, #BB3015 > .ladi-box:hover, #CB3020 > .ladi-box:hover, #CAROUSEL_ITEM3507 > .ladi-frame:hover, #CAROUSEL_ITEM3507 > .ladi-frame:hover ~ .ladi-frame-bg, #CAROUSEL_ITEM3511 > .ladi-frame:hover, #CAROUSEL_ITEM3511 > .ladi-frame:hover ~ .ladi-frame-bg, #CAROUSEL_ITEM3515 > .ladi-frame:hover, #CAROUSEL_ITEM3515 > .ladi-frame:hover ~ .ladi-frame-bg {
                border-color: rgba(255, 255, 255, 0.2);
            }

        #IC3011_BOX > .ladi-box, #IC3016_BOX > .ladi-box {
            background-color: rgba(255, 255, 255, 0.08);
        }

        #CT3012, #CD3013, #CR3510, #CN3509, #CR3514, #CN3513, #CR3518, #CN3517 {
            left: 24px;
        }

        #SH3003 > .ladi-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(240, 81, 35);
        }

        #GROUP10, #BB3015, #GROUP20, #GROUP9, #CB3020 {
            width: 390px;
            height: 257px;
        }

            #BB3015 > .ladi-box {
                background-color: rgba(238, 151, 20, 0.1);
            }

        #IC3016_GROUP {
            top: 24px;
            left: 169px;
        }

        #CT3017, #CD3018 {
            width: 342px;
        }

        #CT3017 {
            top: 84px;
            left: 24px;
        }

            #CT3017 > .ladi-headline, #CT3022 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.3;
                color: rgb(240, 81, 35);
                text-align: center;
            }

        #CD3018 {
            top: 116px;
            left: 24px;
        }

        #IC3021_SHAPE {
            top: 19.172px;
            left: 168.8px;
        }

        #CB3020 > .ladi-box {
            border-width: 1px;
            border-radius: 20px;
            border-style: solid;
            border-color: rgb(240, 81, 35);
            background-color: rgba(255, 255, 255, 0.06);
            box-shadow: rgba(0, 0, 0, 0.06) 0px 16px 40px -8px;
        }

        #CT3022, #CD3023 {
            width: 374px;
        }

        #CT3022 {
            top: 84px;
            left: 7.8px;
        }

        #CD3023 {
            top: 116px;
            left: 7.8px;
        }

        #SHAPE13 {
            top: 35px;
            left: 180.848px;
        }

        #SECTION3501 > .ladi-section-background {
            background-color: rgb(217, 217, 217);
        }

        #LN3503 > .ladi-box {
            background-color: rgb(34, 34, 34);
        }

        #HD3502 > .ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.1;
            color: rgb(244, 245, 245);
            text-align: center;
        }

        #CAROUSEL3505 .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(255%2C%20255%2C%20255%2C%201.0)%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");
        }

        #CAROUSEL3505 .ladi-carousel .ladi-carousel-content {
            width: 1810px;
        }

        #CAROUSEL_ITEM3507, #CAROUSEL_ITEM3511, #CAROUSEL_ITEM3515 {
            width: 590px;
        }

            #CAROUSEL_ITEM3507 > .ladi-frame, #CAROUSEL_ITEM3511 > .ladi-frame, #CAROUSEL_ITEM3515 > .ladi-frame {
                border-width: 1px;
                border-radius: 20px;
                border-style: solid;
                border-color: rgba(255, 255, 255, 0.04);
                box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px -8px;
            }

        #CQ3508, #CQ3512, #CQ3516 {
            top: 24px;
            left: 24px;
        }

            #CQ3508 > .ladi-paragraph, #CQ3512 > .ladi-paragraph, #CQ3516 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(55, 78, 71);
            }

        #CR3510 > .ladi-headline, #CR3514 > .ladi-headline, #CR3518 > .ladi-headline {
            line-height: 1.6;
            color: rgb(55, 78, 71);
            text-align: left;
        }

        #CN3509 > .ladi-headline, #CN3513 > .ladi-headline, #CN3517 > .ladi-headline {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(240, 81, 35);
            text-align: left;
        }

        #CAROUSEL_ITEM3511 {
            top: 0px;
            left: 610px;
        }

        #CAROUSEL_ITEM3515 {
            top: 0px;
            left: 1220px;
        }

        #ACCORDION5004.ladi-animation > .ladi-accordion {
            animation-name: fadeInUp;
            animation-delay: 0s;
            animation-duration: 0.8s;
            animation-iteration-count: 1;
        }

        #ACCORDION_CONTENT5005 {
            height: 257px;
        }

        #ACCORDION_CONTENT5005, #ACCORDION_CONTENT5011, #ACCORDION_CONTENT5017, #ACCORDION_CONTENT5023, #ACCORDION_CONTENT5029, #ACCORDION_CONTENT5035 {
            top: 96px;
            left: 0px;
            display: none !important;
        }

            #ACCORDION_CONTENT5005 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_CONTENT5011 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_CONTENT5017 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_CONTENT5023 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_CONTENT5029 > .ladi-frame-bg > .ladi-frame-background, #ACCORDION_CONTENT5035 > .ladi-frame-bg > .ladi-frame-background {
                background-color: rgb(255, 255, 255);
            }

        #PARAGRAPH5009, #PARAGRAPH5015, #PARAGRAPH5021, #PARAGRAPH5027, #PARAGRAPH5033, #PARAGRAPH5039 {
            top: 10px;
        }

            #PARAGRAPH5009 > .ladi-paragraph, #PARAGRAPH5015 > .ladi-paragraph, #PARAGRAPH5021 > .ladi-paragraph, #PARAGRAPH5027 > .ladi-paragraph, #PARAGRAPH5033 > .ladi-paragraph, #PARAGRAPH5039 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(158, 160, 163);
                text-align: left;
            }

        #ACCORDION_MENU5006 > .ladi-frame, #ACCORDION_MENU5012 > .ladi-frame, #ACCORDION_MENU5018 > .ladi-frame, #ACCORDION_MENU5024 > .ladi-frame, #ACCORDION_MENU5030 > .ladi-frame, #ACCORDION_MENU5036 > .ladi-frame {
            border-width: 0px 0px 1px;
            border-radius: 8px 0px;
            border-color: rgba(255, 255, 255, 0.1);
        }

        #HEADLINE5007 > .ladi-headline, #HEADLINE5013 > .ladi-headline, #HEADLINE5019 > .ladi-headline, #HEADLINE5025 > .ladi-headline, #HEADLINE5031 > .ladi-headline, #HEADLINE5037 > .ladi-headline {
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.3;
            color: rgb(244, 245, 245);
            text-align: left;
        }

        #ACCORDION_SHAPE5008 svg:last-child, #ACCORDION_SHAPE5014 svg:last-child, #ACCORDION_SHAPE5020 svg:last-child, #ACCORDION_SHAPE5026 svg:last-child, #ACCORDION_SHAPE5032 svg:last-child, #ACCORDION_SHAPE5038 svg:last-child {
            fill: rgb(148, 163, 184);
        }

        #ACCORDION5010.ladi-animation > .ladi-accordion {
            animation-name: fadeInUp;
            animation-delay: 0.1s;
            animation-duration: 0.8s;
            animation-iteration-count: 1;
        }

        #ACCORDION_CONTENT5011, #ACCORDION_CONTENT5023, #ACCORDION_CONTENT5035 {
            height: 282px;
        }

        #ACCORDION5016.ladi-animation > .ladi-accordion {
            animation-name: fadeInUp;
            animation-delay: 0.2s;
            animation-duration: 0.8s;
            animation-iteration-count: 1;
        }

        #ACCORDION_CONTENT5017 {
            height: 359px;
        }

        #ACCORDION5022.ladi-animation > .ladi-accordion {
            animation-name: fadeInUp;
            animation-delay: 0.3s;
            animation-duration: 0.8s;
            animation-iteration-count: 1;
        }

        #ACCORDION5028.ladi-animation > .ladi-accordion {
            animation-name: fadeInUp;
            animation-delay: 0.4s;
            animation-duration: 0.8s;
            animation-iteration-count: 1;
        }

        #ACCORDION_CONTENT5029 {
            height: 334px;
        }

        #ACCORDION5034.ladi-animation > .ladi-accordion {
            animation-name: fadeInUp;
            animation-delay: 0.5s;
            animation-duration: 0.8s;
            animation-iteration-count: 1;
        }

        #SECTION5501 > .ladi-section-background {
            background-color: rgba(255, 246, 107, 0);
        }

        #PARAGRAPH1 > .ladi-paragraph, #PARAGRAPH2 > .ladi-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(0, 0, 0);
        }

        @media (min-width: 768px) {
            #SECTION1 {
                height: 90.3px;
            }

            #IMAGE21, #IMAGE21 > .ladi-image > .ladi-image-background {
                width: 116.22px;
                height: 52.3511px;
            }

            #IMAGE21 {
                top: 18.9744px;
                left: 11px;
            }

                #IMAGE21 > .ladi-image > .ladi-image-background {
                    background-image: url("https://w.ladicdn.com/s450x400/5c24508718f5322924bbe205/logo-tima-01-20260203072247-jxdqi.png");
                }

            #BUTTON2, #BUTTON_TEXT2, #BUTTON3 {
                width: 160px;
            }

            #BUTTON2 {
                top: 25.15px;
                left: 796px;
            }

            #BUTTON3 {
                top: 25.15px;
                left: 980.405px;
            }

            #BUTTON_TEXT3 {
                width: 156px;
            }

            #SECTION501 {
                height: 560px;
            }

            #IMAGE18 {
                width: 1922.48px;
                height: 560px;
                left: -360.587px;
            }

                #IMAGE18 > .ladi-image > .ladi-image-background {
                    width: 1937.72px;
                    height: 605.538px;
                    top: -9px;
                    left: -15.14px;
                    background-image: url("https://w.ladicdn.com/s2250x950/5c24508718f5322924bbe205/17892153_5715675-01-20260407031154-crqgm.png");
                }

            #IMAGE22 {
                width: 545.346px;
                height: 490.975px;
                top: 69.025px;
                left: 711.5px;
            }

                #IMAGE22 > .ladi-image > .ladi-image-background {
                    width: 669.272px;
                    height: 704.074px;
                    top: -97px;
                    left: -23px;
                    background-image: url("https://w.ladicdn.com/s1000x1050/5c24508718f5322924bbe205/17892153_5715675-02-20260407031228-whonf.png");
                }

            #HD506 {
                width: 545px;
                top: 104px;
                left: 11px;
            }

                #HD506 > .ladi-headline {
                    font-size: 71.46px;
                    text-align: left;
                }

            #TRS510 {
                width: 312px;
                top: 497.5px;
                left: 566.27px;
            }

                #TRS510 > .ladi-paragraph {
                    font-size: 14px;
                    text-align: left;
                }

            #BDG502 {
                width: 420.235px;
                height: 47px;
                top: 37px;
                left: 11px;
            }

            #BDT504 {
                width: 338px;
                top: 6.5px;
                left: 41.1175px;
            }

                #BDT504 > .ladi-headline {
                    font-size: 27px;
                }

            #BDD503 {
                top: 19.5px;
                left: 15px;
            }

            #BOX10 {
                top: 19.5px;
                left: 395px;
            }

            #BTN508 {
                height: 58px;
                top: 479.5px;
                left: 11px;
            }

            #TABLE1 {
                width: 594.54px;
                height: 205.5px;
                top: 274px;
                left: 556px;
            }

                #TABLE1 > .ladi-table {
                    line-height: 1;
                }

                #TABLE1 .ladi-table colgroup col[data-name="text1"], #TABLE1 .ladi-table thead td[data-name="text1"] {
                    width: 124px;
                }

                #TABLE1 .ladi-table colgroup col[data-name="name"], #TABLE1 .ladi-table thead td[data-name="name"] {
                    width: 110px;
                }

                #TABLE1 .ladi-table colgroup col[data-name="text"], #TABLE1 .ladi-table thead td[data-name="text"] {
                    width: 164px;
                }

                #TABLE1 .ladi-table table {
                    min-width: 398px;
                }

            #GROUP19 {
                top: 364px;
                left: 8.5px;
            }

            #IMAGE24 {
                top: 221.034px;
                left: 290px;
            }

            #SECTION1001 {
                height: 232px;
            }

            #GROUP13, #GROUP12 {
                width: 267px;
                height: 128.5px;
            }

            #GROUP13 {
                top: 55.75px;
                left: 608.5px;
            }

            #ST1005_NUM, #ST1005_LBL, #ST1003_NUM, #ST1003_LBL, #ST1004_NUM, #ST1004_LBL, #ST1002_NUM, #ST1002_LBL {
                width: 267px;
            }

            #ST1005_NUM, #ST1003_NUM, #ST1002_NUM {
                top: 62.5px;
            }

            #ST1005_LBL, #ST1003_LBL {
                top: 106.5px;
            }

                #ST1005_LBL > .ladi-headline, #ST1003_LBL > .ladi-headline, #ST1004_LBL > .ladi-headline, #ST1002_LBL > .ladi-headline {
                    font-size: 16px;
                }

            #SHAPE5, #SHAPE6, #SHAPE7, #SHAPE8 {
                width: 40px;
                height: 40px;
                left: 113.5px;
            }

            #GROUP12 {
                top: 55.75px;
                left: 324.5px;
            }

            #GROUP11, #GROUP14 {
                width: 267px;
                height: 127px;
            }

            #GROUP11 {
                top: 55.75px;
                left: 40.5px;
            }

            #ST1004_NUM {
                top: 61px;
            }

            #ST1004_LBL, #ST1002_LBL {
                top: 105px;
            }

            #GROUP14 {
                top: 55.75px;
                left: 892.5px;
            }

            #SECTION1501 {
                height: 534px;
            }

            #LN1503, #LN3503 {
                width: 100px;
                top: 96px;
                left: 550px;
            }

            #HD1502, #HD2502, #HD3502, #HD5002 {
                width: 900px;
            }

            #HD1502, #HD3502 {
                left: 150px;
            }

                #HD1502 > .ladi-headline, #ST2006_NUM > .ladi-headline, #ST2007_NUM > .ladi-headline, #ST2008_NUM > .ladi-headline, #H2003 > .ladi-headline, #HD2502 > .ladi-headline, #HD3002 > .ladi-headline, #HD3502 > .ladi-headline, #HD5002 > .ladi-headline {
                    font-size: 32px;
                }

            #SH1504, #SH2504, #HD3002, #SH3504 {
                width: 840px;
            }

            #SH1504, #SH2504, #SH3504 {
                top: 104px;
                left: 180px;
            }

            #GROUP15 {
                top: 164.5px;
                left: 8.5px;
            }

            #SECTION2001 {
                height: 479px;
            }

            #BOX9 {
                width: 460.356px;
                height: 547px;
                top: -43px;
                left: 739.644px;
            }

            #IMG2009, #IMG2009 > .ladi-image > .ladi-image-background {
                width: 478px;
                height: 448px;
            }

            #IMG2009 {
                top: 15.5px;
                left: 694px;
            }

            #P2005 {
                width: 594px;
                top: 218px;
                left: 57.8444px;
            }

                #P2005 > .ladi-paragraph, #CQ3508 > .ladi-paragraph, #CQ3512 > .ladi-paragraph, #CQ3516 > .ladi-paragraph {
                    text-align: justify;
                }

            #ST2006_NUM, #ST2006_LBL, #ST2007_NUM, #ST2007_LBL, #ST2008_NUM, #ST2008_LBL {
                width: 180px;
            }

            #ST2006_NUM {
                top: 352px;
                left: 57.8444px;
            }

            #ST2006_LBL {
                top: 396px;
                left: 57.8444px;
            }

            #ST2007_NUM {
                top: 352px;
                left: 253.844px;
            }

            #ST2007_LBL {
                top: 396px;
                left: 253.844px;
            }

            #ST2008_NUM {
                top: 352px;
                left: 449.844px;
            }

            #ST2008_LBL {
                top: 396px;
                left: 449.844px;
            }

            #GROUP18 {
                width: 498.156px;
                top: 43.5px;
                left: 57.8444px;
            }

            #H2003 {
                width: 468px;
            }

            #SECTION2501 {
                height: 460px;
            }

            #LN2503, #LN5003 {
                width: 60px;
                top: 96px;
                left: 570px;
            }

            #HD2502 {
                top: 50px;
                left: 180px;
            }

            #BN2505, #BN2509, #BN2513 {
                width: 66px;
                height: 48px;
            }

            #BN2505 {
                top: 152px;
                left: 160px;
            }

            #BNT2506, #BNT2510, #BNT2514 {
                width: 66px;
            }

                #BNT2506 > .ladi-headline, #BNT2510 > .ladi-headline, #BNT2514 > .ladi-headline {
                    font-size: 20px;
                }

            #NFT2507, #NFT2511, #NFT2515 {
                width: 354px;
            }

            #NFT2507 {
                top: 218.5px;
                left: 16px;
            }

                #NFT2507 > .ladi-headline, #NFT2511 > .ladi-headline, #NFT2515 > .ladi-headline, #CT3007 > .ladi-headline, #CT3012 > .ladi-headline {
                    font-size: 18px;
                }

            #BN2509 {
                top: 152px;
                left: 566px;
            }

            #NFT2511 {
                top: 212px;
                left: 422px;
            }

            #BN2513 {
                top: 152px;
                left: 972px;
            }

            #NFT2515 {
                top: 212px;
                left: 828px;
            }

            #PARAGRAPH7 {
                top: 271px;
                left: 38.5px;
            }

            #PARAGRAPH8 {
                top: 271px;
                left: 420.5px;
            }

            #PARAGRAPH9 {
                top: 271px;
                left: 828px;
            }

            #SECTION3001 {
                height: 748px;
            }

            #BG3004, #BB3005 {
                width: 390px;
                height: 265px;
            }

            #BG3004 {
                top: 133px;
                left: 149.5px;
            }

            #CT3007, #CD3008 {
                width: 366px;
            }

            #CT3007 {
                top: 84px;
                left: 11.8482px;
            }

            #CD3008 {
                top: 116px;
                left: 11.8482px;
            }

            #IC3006_BOX, #IC3011_GROUP, #IC3011_BOX {
                width: 52px;
                height: 52px;
            }

            #IC3006_BOX {
                left: 168.848px;
            }

            #IC3006_SHAPE, #IC3011_SHAPE {
                width: 28px;
                height: 28px;
            }

            #IC3006_SHAPE {
                top: 36px;
                left: 181px;
            }

            #BG3009, #BB3010 {
                width: 390px;
                height: 257px;
            }

            #BG3009 {
                top: 133px;
                left: 660.5px;
            }

            #IC3011_GROUP {
                left: 169px;
            }

            #IC3011_SHAPE {
                top: 12px;
                left: 12px;
            }

            #CT3012, #CD3013 {
                width: 342px;
            }

            #CT3012 {
                top: 84px;
            }

            #CD3013 {
                top: 116px;
            }

            #HD3002 {
                top: 40px;
                left: 180px;
            }

            #SH3003 {
                width: 1180px;
                top: 83px;
                left: 5px;
            }

                #SH3003 > .ladi-paragraph {
                    text-align: center;
                }

            #GROUP10 {
                top: 424px;
                left: 660.5px;
            }

            #GROUP20 {
                top: 424px;
                left: 149.5px;
            }

            #SECTION3501 {
                height: 586px;
            }

            #CAROUSEL3505 {
                width: 1200px;
                height: 345px;
                top: 152px;
                left: 0px;
            }

            #CAROUSEL_ITEM3507, #CAROUSEL_ITEM3511, #CAROUSEL_ITEM3515 {
                height: 345px;
            }

            #CQ3508, #CR3510, #CN3509, #CQ3512, #CR3514, #CN3513, #CQ3516, #CR3518, #CN3517 {
                width: 542px;
            }

            #CR3510, #CR3514, #CR3518 {
                top: 303px;
            }

                #CR3510 > .ladi-headline, #CR3514 > .ladi-headline, #CR3518 > .ladi-headline {
                    font-size: 13px;
                }

            #CN3509, #CN3513, #CN3517 {
                top: 281px;
            }

            #SECTION5001 {
                height: 663px;
            }

            #HD5002 {
                top: 52px;
                left: 150px;
            }

            #GROUP17 {
                width: 1140px;
                height: 479px;
                top: 142px;
                left: 30px;
            }

            #ACCORDION5004, #ACCORDION_MENU5006, #ACCORDION5010, #ACCORDION_MENU5012, #ACCORDION5016, #ACCORDION_MENU5018, #ACCORDION5022, #ACCORDION_MENU5024, #ACCORDION5028, #ACCORDION_MENU5030, #ACCORDION5034, #ACCORDION_MENU5036 {
                width: 1140px;
                height: 71.5174px;
            }

            #ACCORDION_CONTENT5005, #ACCORDION_CONTENT5011, #ACCORDION_CONTENT5017, #ACCORDION_CONTENT5023, #ACCORDION_CONTENT5029, #ACCORDION_CONTENT5035 {
                width: 1140px;
            }

            #PARAGRAPH5009, #PARAGRAPH5015, #PARAGRAPH5021, #PARAGRAPH5027, #PARAGRAPH5033, #PARAGRAPH5039 {
                width: 1100px;
                left: 20px;
            }

            #HEADLINE5007, #HEADLINE5013, #HEADLINE5019, #HEADLINE5025, #HEADLINE5031, #HEADLINE5037 {
                width: 1080px;
                top: 24.9479px;
                left: 20px;
            }

            #ACCORDION_SHAPE5008, #ACCORDION_SHAPE5008 > .ladi-shape, #ACCORDION_SHAPE5014, #ACCORDION_SHAPE5014 > .ladi-shape, #ACCORDION_SHAPE5020, #ACCORDION_SHAPE5020 > .ladi-shape, #ACCORDION_SHAPE5026, #ACCORDION_SHAPE5026 > .ladi-shape, #ACCORDION_SHAPE5032, #ACCORDION_SHAPE5032 > .ladi-shape, #ACCORDION_SHAPE5038, #ACCORDION_SHAPE5038 > .ladi-shape {
                top: 29.1059px;
                left: 1100px;
            }

                #ACCORDION_SHAPE5008 > .ladi-shape, #ACCORDION_SHAPE5014 > .ladi-shape, #ACCORDION_SHAPE5020 > .ladi-shape, #ACCORDION_SHAPE5026 > .ladi-shape, #ACCORDION_SHAPE5032 > .ladi-shape, #ACCORDION_SHAPE5038 > .ladi-shape {
                    width: 16px;
                    height: 13.3056px;
                }

            #ACCORDION5010 {
                top: 81.4965px;
            }

            #ACCORDION5016 {
                top: 162.993px;
            }

            #ACCORDION5022 {
                top: 244.49px;
            }

            #ACCORDION5028 {
                top: 325.986px;
            }

            #ACCORDION5034 {
                top: 407.483px;
            }

            #SECTION5501 {
                height: 215px;
            }

            #IMAGE14, #IMAGE14 > .ladi-image > .ladi-image-background {
                width: 228.86px;
                height: 103.09px;
            }

            #IMAGE14 {
                top: 55.955px;
                left: 160.24px;
            }

                #IMAGE14 > .ladi-image > .ladi-image-background {
                    background-image: url("https://w.ladicdn.com/s550x450/5c24508718f5322924bbe205/logo-tima-01-20260203072247-jxdqi.png");
                }

            #PARAGRAPH1, #PARAGRAPH2 {
                width: 469px;
            }

            #PARAGRAPH1 {
                top: 21px;
                left: 542.5px;
            }

            #PARAGRAPH2 {
                top: 144.045px;
                left: 542.5px;
            }

                #PARAGRAPH2 > .ladi-paragraph {
                    text-align: left;
                }
        }

        @media (max-width: 767px) {
            #SECTION1 {
                height: 76.3511px;
            }

            #IMAGE21, #IMAGE21 > .ladi-image > .ladi-image-background {
                width: 88.8004px;
                height: 40px;
            }

            #IMAGE21 {
                top: 16.1756px;
                left: 21.89px;
            }

                #IMAGE21 > .ladi-image > .ladi-image-background {
                    background-image: url("https://w.ladicdn.com/s400x350/5c24508718f5322924bbe205/logo-tima-01-20260203072247-jxdqi.png");
                }

            #BUTTON2, #BUTTON3 {
                width: 132.299px;
            }

            #BUTTON2 {
                top: 16.1756px;
                left: 128.34px;
            }

            #BUTTON_TEXT2 {
                width: 132px;
            }

            #BUTTON3 {
                top: 16.1756px;
                left: 273.041px;
            }

            #BUTTON_TEXT3 {
                width: 128px;
            }

            #SECTION501 {
                height: 848.52px;
            }

            #IMAGE18 {
                width: 420px;
                height: 848.52px;
                left: 0px;
            }

                #IMAGE18 > .ladi-image > .ladi-image-background {
                    width: 3158.61px;
                    height: 1771.52px;
                    top: -821px;
                    left: -671.136px;
                    background-image: url("https://w.ladicdn.com/s3500x2100/5c24508718f5322924bbe205/17892153_5715675-01-20260407031154-crqgm.png");
                }

            #IMAGE22 {
                width: 271.899px;
                height: 288.666px;
                top: 174px;
                left: 206.441px;
            }

            #IMAGE22, #IMAGE24, #BOX9 {
                display: none !important;
            }

                #IMAGE22 > .ladi-image > .ladi-image-background {
                    width: 333.686px;
                    height: 351.038px;
                    top: 0px;
                    left: 0px;
                    background-image: url("https://w.ladicdn.com/s650x700/5c24508718f5322924bbe205/17892153_5715675-02-20260407031228-whonf.png");
                }

            #HD506, #TRS510, #HD1502, #SH1504, #P2005, #SH2504, #SH3003, #HD3502, #SH3504, #HD5002, #ACCORDION_CONTENT5005, #ACCORDION_CONTENT5011, #ACCORDION_CONTENT5017, #ACCORDION_CONTENT5023, #ACCORDION_CONTENT5029, #ACCORDION_CONTENT5035 {
                width: 370px;
            }

            #HD506 {
                top: 76.182px;
                left: 25px;
            }

                #HD506 > .ladi-headline {
                    font-size: 40px;
                    text-align: center;
                }

            #TRS510 {
                top: 793.321px;
                left: 25px;
            }

                #TRS510 > .ladi-paragraph {
                    font-size: 13px;
                    text-align: center;
                }

            #BDG502 {
                width: 300px;
                height: 35px;
                top: 19.182px;
                left: 66.681px;
            }

            #BDT504 {
                width: 240px;
                top: 0px;
                left: 30px;
            }

                #BDT504 > .ladi-headline {
                    font-size: 14px;
                }

            #BDD503, #BOX10 {
                top: 13px;
                left: 14px;
            }

            #BTN508 {
                height: 52px;
                top: 725.321px;
                left: 70px;
            }

            #TABLE1 {
                width: 400px;
                height: 357.939px;
                top: 329.243px;
                left: 10px;
            }

                #TABLE1 > .ladi-table {
                    line-height: 1.5;
                }

                #TABLE1 .ladi-table colgroup col[data-name="name"], #TABLE1 .ladi-table thead td[data-name="name"] {
                    width: 84px;
                }

                #TABLE1 .ladi-table colgroup col[data-name="text"], #TABLE1 .ladi-table thead td[data-name="text"] {
                    width: 91px;
                }

                #TABLE1 .ladi-table table {
                    min-width: 302px;
                }

                #TABLE1 .ladi-table colgroup col[data-name="text2"], #TABLE1 .ladi-table thead td[data-name="text2"] {
                    width: 127px;
                }

            #GROUP19 {
                top: 226.243px;
                left: 25px;
            }

            #IMAGE24 {
                top: 120.277px;
                left: -143.794px;
            }

            #SECTION1001 {
                height: 407.966px;
            }

            #GROUP13, #GROUP12 {
                width: 199px;
                height: 96.3415px;
            }

            #GROUP13 {
                top: 225.734px;
                left: 10px;
            }

            #ST1005_NUM, #ST1005_LBL, #ST1003_NUM, #ST1003_LBL, #ST1004_NUM, #ST1004_LBL, #ST1002_NUM, #ST1002_LBL {
                width: 199px;
            }

            #ST1005_NUM, #ST1003_NUM, #ST1002_NUM {
                top: 46.5619px;
            }

            #ST1005_LBL, #ST1003_LBL {
                top: 79.3415px;
            }

                #ST1005_LBL > .ladi-headline, #ST1003_LBL > .ladi-headline, #ST1004_LBL > .ladi-headline, #ST1002_LBL > .ladi-headline, #CR3510 > .ladi-headline, #CR3514 > .ladi-headline, #CR3518 > .ladi-headline {
                    font-size: 12px;
                }

            #SHAPE5, #SHAPE6, #SHAPE7, #SHAPE8 {
                width: 29.7996px;
                height: 29.7996px;
                left: 84.5562px;
            }

            #GROUP12 {
                top: 225.733px;
                left: 211.088px;
            }

            #GROUP11 {
                width: 199px;
                height: 104.224px;
                top: 66.965px;
                left: 10px;
            }

            #ST1004_NUM {
                top: 45.4444px;
            }

            #ST1004_LBL {
                top: 87.224px;
            }

            #GROUP14 {
                width: 199px;
                height: 101.562px;
                top: 66.964px;
                left: 211.088px;
            }

            #ST1002_LBL {
                top: 84.5619px;
            }

            #SECTION1501 {
                height: 493px;
            }

            #LN1503, #LN3503 {
                width: 70px;
                top: 124px;
                left: 175px;
            }

            #HD1502, #HD3502 {
                left: 25px;
            }

                #HD1502 > .ladi-headline, #H2003 > .ladi-headline, #HD2502 > .ladi-headline, #HD3002 > .ladi-headline, #HD3502 > .ladi-headline, #HD5002 > .ladi-headline {
                    font-size: 26px;
                }

            #SH1504, #SH3504 {
                top: 132px;
                left: 25px;
            }

            #GROUP15 {
                top: 193px;
                left: 15px;
            }

            #SECTION2001 {
                height: 788.5px;
            }

            #BOX9 {
                width: 420px;
                height: 277px;
                top: 625.5px;
                left: 0px;
            }

            #IMG2009, #IMG2009 > .ladi-image > .ladi-image-background {
                width: 370px;
                height: 277px;
            }

            #IMG2009 {
                top: 477px;
                left: 24.5px;
            }

            #P2005 {
                top: 185px;
                left: 25px;
            }

                #P2005 > .ladi-paragraph, #SH3003 > .ladi-paragraph, #CQ3508 > .ladi-paragraph, #CQ3512 > .ladi-paragraph, #CQ3516 > .ladi-paragraph {
                    text-align: left;
                }

            #ST2006_NUM, #ST2006_LBL, #ST2007_NUM, #ST2007_LBL, #ST2008_NUM, #ST2008_LBL {
                width: 118px;
            }

            #ST2006_NUM {
                top: 376px;
                left: 25px;
            }

                #ST2006_NUM > .ladi-headline, #ST2007_NUM > .ladi-headline, #ST2008_NUM > .ladi-headline {
                    font-size: 24px;
                }

            #ST2006_LBL {
                top: 410px;
                left: 25px;
            }

            #ST2007_NUM {
                top: 376px;
                left: 151px;
            }

            #ST2007_LBL {
                top: 410px;
                left: 151px;
            }

            #ST2008_NUM {
                top: 376px;
                left: 277px;
            }

            #ST2008_LBL {
                top: 410px;
                left: 277px;
            }

            #GROUP18 {
                width: 406.156px;
                top: 21px;
                left: 6.9222px;
            }

            #H2003 {
                width: 362px;
            }

            #SECTION2501 {
                height: 1017px;
            }

            #LN2503, #LN5003 {
                width: 50px;
            }

            #LN2503 {
                top: 113px;
                left: 184.5px;
            }

            #HD2502 {
                width: 302px;
                top: 41px;
                left: 57px;
            }

            #BN2505, #BN2509, #BN2513 {
                width: 63px;
                height: 40px;
            }

            #BN2505 {
                top: 160px;
                left: 176.5px;
            }

            #BNT2506, #BNT2510, #BNT2514 {
                width: 63px;
            }

                #BNT2506 > .ladi-headline, #BNT2510 > .ladi-headline, #BNT2514 > .ladi-headline {
                    font-size: 18px;
                }

            #NFT2507, #NFT2511, #NFT2515 {
                width: 346px;
            }

            #NFT2507 {
                top: 209px;
                left: 35px;
            }

                #NFT2507 > .ladi-headline, #NFT2511 > .ladi-headline, #NFT2515 > .ladi-headline, #CT3007 > .ladi-headline, #CT3012 > .ladi-headline {
                    font-size: 16px;
                }

            #BN2509 {
                top: 415px;
                left: 176.5px;
            }

            #NFT2511 {
                top: 465px;
                left: 35px;
            }

            #BN2513 {
                top: 710px;
                left: 176.5px;
            }

            #NFT2515 {
                top: 760px;
                left: 35px;
            }

            #SH2504 {
                top: 121px;
                left: 24.5px;
            }

            #PARAGRAPH7 {
                top: 240px;
                left: 36px;
            }

            #PARAGRAPH8 {
                top: 792px;
                left: 33.5px;
            }

            #PARAGRAPH9 {
                top: 496px;
                left: 44px;
            }

            #SECTION3001 {
                height: 1337px;
            }

            #BG3004, #BB3005 {
                width: 370px;
                height: 282px;
            }

            #BG3004 {
                top: 204px;
                left: 25px;
            }

            #CT3007, #CD3008, #CT3012, #CD3013, #CQ3508, #CR3510, #CN3509, #CQ3512, #CR3514, #CN3513, #CQ3516, #CR3518, #CN3517 {
                width: 322px;
            }

            #CT3007 {
                top: 80px;
                left: 24px;
            }

            #CD3008 {
                top: 109px;
                left: 24px;
            }

            #IC3006_BOX, #IC3011_GROUP, #IC3011_BOX {
                width: 48px;
                height: 48px;
            }

            #IC3006_BOX, #IC3011_GROUP {
                left: 159px;
            }

            #IC3006_SHAPE, #IC3011_SHAPE {
                width: 26px;
                height: 26px;
            }

            #IC3006_SHAPE {
                top: 35px;
                left: 170px;
            }

            #BG3009, #BB3010 {
                width: 370px;
                height: 246px;
            }

            #BG3009 {
                top: 498px;
                left: 25px;
            }

            #IC3011_SHAPE {
                top: 11px;
                left: 11px;
            }

            #CT3012 {
                top: 80px;
            }

            #CD3013 {
                top: 109px;
            }

            #HD3002 {
                width: 313px;
                top: 52px;
                left: 53.5px;
            }

            #SH3003 {
                top: 124px;
                left: 25px;
            }

            #GROUP10 {
                top: 754px;
                left: 15px;
            }

            #GROUP20 {
                top: 1021px;
                left: 15px;
            }

            #SECTION3501 {
                height: 768px;
            }

            #CAROUSEL3505 {
                width: 370px;
                height: 516px;
                top: 202px;
                left: 25px;
            }

            #CAROUSEL_ITEM3507, #CAROUSEL_ITEM3511, #CAROUSEL_ITEM3515 {
                height: 516px;
            }

            #CR3510, #CR3518 {
                top: 450px;
            }

            #CN3509, #CN3517 {
                top: 430px;
            }

            #CR3514 {
                top: 476px;
            }

            #CN3513 {
                top: 456px;
            }

            #SECTION5001 {
                height: 679px;
            }

            #LN5003 {
                top: 99px;
                left: 185px;
            }

            #HD5002 {
                top: 62px;
                left: 25px;
            }

            #GROUP17 {
                width: 370px;
                height: 453px;
                top: 155px;
                left: 25px;
            }

            #ACCORDION5004, #ACCORDION_MENU5006, #ACCORDION5010, #ACCORDION_MENU5012, #ACCORDION5016, #ACCORDION_MENU5018, #ACCORDION5022, #ACCORDION_MENU5024, #ACCORDION5028, #ACCORDION_MENU5030, #ACCORDION5034, #ACCORDION_MENU5036 {
                width: 370px;
                height: 67.6355px;
            }

            #PARAGRAPH5009, #PARAGRAPH5015, #PARAGRAPH5021, #PARAGRAPH5027, #PARAGRAPH5033, #PARAGRAPH5039 {
                width: 338px;
                left: 16px;
            }

            #HEADLINE5007, #HEADLINE5013, #HEADLINE5019, #HEADLINE5025, #HEADLINE5031, #HEADLINE5037 {
                width: 320px;
                top: 11.0104px;
                left: 16px;
            }

            #ACCORDION_SHAPE5008, #ACCORDION_SHAPE5008 > .ladi-shape, #ACCORDION_SHAPE5014, #ACCORDION_SHAPE5014 > .ladi-shape, #ACCORDION_SHAPE5020, #ACCORDION_SHAPE5020 > .ladi-shape, #ACCORDION_SHAPE5026, #ACCORDION_SHAPE5026 > .ladi-shape, #ACCORDION_SHAPE5032, #ACCORDION_SHAPE5032 > .ladi-shape, #ACCORDION_SHAPE5038, #ACCORDION_SHAPE5038 > .ladi-shape {
                top: 28.3125px;
                left: 336px;
            }

                #ACCORDION_SHAPE5008 > .ladi-shape, #ACCORDION_SHAPE5014 > .ladi-shape, #ACCORDION_SHAPE5020 > .ladi-shape, #ACCORDION_SHAPE5026 > .ladi-shape, #ACCORDION_SHAPE5032 > .ladi-shape, #ACCORDION_SHAPE5038 > .ladi-shape {
                    width: 14px;
                    height: 11.0104px;
                }

            #ACCORDION5010 {
                top: 77.0729px;
            }

            #ACCORDION5016 {
                top: 154.146px;
            }

            #ACCORDION5022 {
                top: 231.218px;
            }

            #ACCORDION5028 {
                top: 308.292px;
            }

            #ACCORDION5034 {
                top: 385.364px;
            }

            #SECTION5501 {
                height: 226.54px;
            }

            #IMAGE14, #IMAGE14 > .ladi-image > .ladi-image-background {
                width: 122.3px;
                height: 55.0901px;
            }

            #IMAGE14 {
                top: 122px;
                left: 148.85px;
            }

                #IMAGE14 > .ladi-image > .ladi-image-background {
                    background-image: url("https://w.ladicdn.com/s450x400/5c24508718f5322924bbe205/logo-tima-01-20260203072247-jxdqi.png");
                }

            #PARAGRAPH1, #PARAGRAPH2 {
                width: 400px;
            }

            #PARAGRAPH1 {
                top: 10px;
                left: 10px;
            }

            #PARAGRAPH2 {
                top: 187.09px;
                left: 10px;
            }

                #PARAGRAPH2 > .ladi-paragraph {
                    text-align: center;
                }
        }
    
