        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
        }

        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: #fff
        }

        .ladi-loading {
            width: 80px;
            height: 80px;
            z-index: 900000000000;
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            overflow: hidden
        }

        .ladi-loading div {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            animation: ladi-loading 1.2s linear infinite
        }

        .ladi-loading div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px
        }

        .ladi-loading div:nth-child(2) {
            animation-delay: -.1s;
            top: 22px;
            left: 62px
        }

        .ladi-loading div:nth-child(3) {
            animation-delay: -.2s;
            top: 11px;
            left: 52px
        }

        .ladi-loading div:nth-child(4) {
            animation-delay: -.3s;
            top: 7px;
            left: 37px
        }

        .ladi-loading div:nth-child(5) {
            animation-delay: -.4s;
            top: 11px;
            left: 22px
        }

        .ladi-loading div:nth-child(6) {
            animation-delay: -.5s;
            top: 22px;
            left: 11px
        }

        .ladi-loading div:nth-child(7) {
            animation-delay: -.6s;
            top: 37px;
            left: 7px
        }

        .ladi-loading div:nth-child(8) {
            animation-delay: -.7s;
            top: 52px;
            left: 11px
        }

        .ladi-loading div:nth-child(9) {
            animation-delay: -.8s;
            top: 62px;
            left: 22px
        }

        .ladi-loading div:nth-child(10) {
            animation-delay: -.9s;
            top: 66px;
            left: 37px
        }

        .ladi-loading div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px
        }

        .ladi-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)
            }
        }

        .overflow-hidden {
            overflow: hidden
        }

        .ladi-transition {
            transition: all 150ms linear 0s
        }

        .opacity-0 {
            opacity: 0
        }

        .pointer-events-none {
            pointer-events: none
        }

        .ladipage-message {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1000000000;
            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 h1 {
            background-color: rgba(6, 21, 40, .05);
            color: #000;
            padding: 12px 15px;
            font-weight: 600;
            font-size: 16px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .ladipage-message .ladipage-message-box .ladipage-message-text {
            font-size: 14px;
            padding: 0 20px;
            margin-top: 10px;
            line-height: 18px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box
        }

        .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;
            font-weight: 600;
            cursor: pointer
        }

        .ladi-wraper {
            width: 100%;
            height: 100%;
            min-height: 100vh;
            /* overflow: hidden; */
            overflow-x: hidden;
            background: #fff
        }

        .ladi-section {
            margin: 0 auto;
            position: relative
        }

        .ladi-section .ladi-section-arrow-down {
            position: absolute;
            width: 36px;
            height: 30px;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            background-position: 4px;
            cursor: pointer;
            z-index: 90000040
        }

        .ladi-section.ladi-section-readmore {
            transition: height 350ms linear 0s
        }

        .ladi-section .ladi-section-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            overflow: hidden
        }

        .ladi-container {
            position: relative;
            margin: 0 auto;
            height: 100%
        }

        .ladi-element {
            position: absolute
        }

        .ladi-overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            pointer-events: none
        }

        .ladi-carousel {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden
        }

        .ladi-carousel .ladi-carousel-content {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            transition: left 350ms ease-in-out
        }

        .ladi-carousel .ladi-carousel-arrow {
            position: absolute;
            width: 30px;
            height: 36px;
            top: calc(50% - 18px);
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            cursor: pointer;
            z-index: 90000040
        }

        .ladi-carousel .ladi-carousel-arrow-left {
            left: 5px;
            background-position: -28px
        }

        .ladi-carousel .ladi-carousel-arrow-right {
            right: 5px;
            background-position: -52px
        }

        .ladi-gallery {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-gallery .ladi-gallery-view {
            position: absolute;
            overflow: hidden
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: relative;
            display: none;
            transition: transform .5s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video {
            cursor: pointer
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 60px;
            height: 60px;
            background: url(../images/ladipage-play.svg) no-repeat center center;
            background-size: contain;
            pointer-events: none;
            cursor: pointer
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
            left: 0;
            transform: translate3d(100%, 0, 0)
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev,
        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.left {
            left: 0;
            transform: translate3d(-100%, 0, 0)
        }

        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next.left,
        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev.right,
        .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected {
            left: 0;
            transform: translate3d(0, 0, 0)
        }

        .ladi-gallery .ladi-gallery-view>.next,
        .ladi-gallery .ladi-gallery-view>.prev,
        .ladi-gallery .ladi-gallery-view>.selected {
            display: block
        }

        .ladi-gallery .ladi-gallery-view>.selected {
            left: 0
        }

        .ladi-gallery .ladi-gallery-view>.next,
        .ladi-gallery .ladi-gallery-view>.prev {
            position: absolute;
            top: 0;
            width: 100%
        }

        .ladi-gallery .ladi-gallery-view>.next {
            left: 100%
        }

        .ladi-gallery .ladi-gallery-view>.prev {
            left: -100%
        }

        .ladi-gallery .ladi-gallery-view>.next.left,
        .ladi-gallery .ladi-gallery-view>.prev.right {
            left: 0
        }

        .ladi-gallery .ladi-gallery-view>.selected.left {
            left: -100%
        }

        .ladi-gallery .ladi-gallery-view>.selected.right {
            left: 100%
        }

        .ladi-gallery .ladi-gallery-control {
            position: absolute;
            overflow: hidden
        }

        .ladi-gallery.ladi-gallery-top .ladi-gallery-view {
            width: 100%
        }

        .ladi-gallery.ladi-gallery-top .ladi-gallery-control {
            top: 0;
            width: 100%
        }

        .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
            top: 0;
            width: 100%
        }

        .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
            width: 100%;
            bottom: 0
        }

        .ladi-gallery.ladi-gallery-left .ladi-gallery-view {
            height: 100%
        }

        .ladi-gallery.ladi-gallery-left .ladi-gallery-control {
            height: 100%
        }

        .ladi-gallery.ladi-gallery-right .ladi-gallery-view {
            height: 100%
        }

        .ladi-gallery.ladi-gallery-right .ladi-gallery-control {
            height: 100%;
            right: 0
        }

        .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
            position: absolute;
            width: 30px;
            height: 36px;
            top: calc(50% - 18px);
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            cursor: pointer;
            z-index: 90000040
        }

        .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
            left: 5px;
            background-position: -28px
        }

        .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
            right: 5px;
            background-position: -52px
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
            position: absolute;
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            cursor: pointer;
            z-index: 90000040
        }

        .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
        .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
            top: calc(50% - 18px);
            width: 30px;
            height: 36px
        }

        .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
            left: 0;
            background-position: -28px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
            right: 0;
            background-position: -52px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
            left: 0;
            background-position: -28px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
            right: 0;
            background-position: -52px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
        .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
            left: calc(50% - 18px);
            width: 36px;
            height: 30px
        }

        .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
            top: 0;
            background-position: -77px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
            bottom: 0;
            background-position: 3px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
            top: 0;
            background-position: -77px;
            transform: scale(.6)
        }

        .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
            bottom: 0;
            background-position: 3px;
            transform: scale(.6)
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
            position: relative
        }

        .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
            display: -webkit-inline-flex;
            display: inline-flex;
            left: 0;
            transition: left 150ms ease-in-out
        }

        .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
            display: -webkit-inline-flex;
            display: inline-flex;
            left: 0;
            transition: left 150ms ease-in-out
        }

        .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
            display: inline-grid;
            top: 0;
            transition: top 150ms ease-in-out
        }

        .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
            display: inline-grid;
            top: 0;
            transition: top 150ms ease-in-out
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            float: left;
            position: relative;
            cursor: pointer;
            filter: invert(15%)
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            background: url(../images/ladipage-play.svg) no-repeat center center;
            background-size: contain;
            pointer-events: none;
            cursor: pointer
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
            margin-right: 0 !important;
            margin-bottom: 0 !important
        }

        .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 .ladi-frame-background {
            height: 100%;
            width: 100%;
            pointer-events: none
        }

        .ladi-banner {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden
        }

        .ladi-banner .ladi-banner-background {
            height: 100%;
            width: 100%;
            pointer-events: none
        }

        #SECTION_POPUP .ladi-container {
            z-index: 90000070
        }

        #SECTION_POPUP .ladi-container>.ladi-element {
            z-index: 90000070;
            position: fixed;
            display: none
        }

        #SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important
        }

        #SECTION_POPUP .popup-close {
            width: 30px;
            height: 30px;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(.8);
            -webkit-transform: scale(.8);
            z-index: 9000000080;
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            background-position: -108px;
            cursor: pointer;
            display: none
        }

        .ladi-popup {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-popup .ladi-popup-background {
            height: 100%;
            width: 100%;
            pointer-events: none
        }

        .ladi-countdown {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-countdown .ladi-countdown-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit;
            display: table;
            pointer-events: none
        }

        .ladi-countdown .ladi-countdown-text {
            position: absolute;
            width: 100%;
            height: 100%;
            text-decoration: inherit;
            display: table;
            pointer-events: none
        }

        .ladi-countdown .ladi-countdown-text span {
            display: table-cell;
            vertical-align: middle
        }

        .ladi-countdown>.ladi-element {
            text-decoration: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit;
            position: relative;
            display: inline-block
        }

        .ladi-countdown>.ladi-element:last-child {
            margin-right: 0 !important
        }

        .ladi-button {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden
        }

        .ladi-button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .ladi-button .ladi-button-background {
            height: 100%;
            width: 100%;
            pointer-events: none
        }

        .ladi-button>.ladi-element {
            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-element .ladi-headline {
            display: table-cell;
            vertical-align: middle
        }

        .ladi-collection {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-collection.carousel {
            overflow: hidden
        }

        .ladi-collection .ladi-collection-content {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            transition: left 350ms ease-in-out
        }

        .ladi-collection .ladi-collection-content .ladi-collection-item {
            display: block;
            position: relative;
            float: left
        }

        .ladi-collection .ladi-collection-content .ladi-collection-page {
            float: left
        }

        .ladi-collection .ladi-collection-arrow {
            position: absolute;
            width: 30px;
            height: 36px;
            top: calc(50% - 18px);
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            cursor: pointer;
            z-index: 90000040
        }

        .ladi-collection .ladi-collection-arrow-left {
            left: 5px;
            background-position: -28px
        }

        .ladi-collection .ladi-collection-arrow-right {
            right: 5px;
            background-position: -52px
        }

        .ladi-collection .ladi-collection-button-next {
            position: absolute;
            width: 36px;
            height: 30px;
            bottom: -40px;
            right: 0;
            left: 0;
            margin: auto;
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            background-position: 4px;
            cursor: pointer;
            z-index: 90000040
        }

        .ladi-form {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-form>.ladi-element {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form .ladi-button>.ladi-element {
            color: initial;
            font-size: initial;
            font-weight: initial;
            text-transform: initial;
            text-decoration: initial;
            font-style: initial;
            text-align: initial;
            letter-spacing: initial;
            line-height: initial
        }

        .ladi-form>.ladi-element .ladi-form-item-container {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-size: 9px 6px !important;
            background-position: right .5rem center;
            background-repeat: no-repeat
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
            width: calc(100% / 3 - 5px);
            max-width: calc(100% / 3 - 5px);
            min-width: calc(100% / 3 - 5px)
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
            margin-left: 7.5px
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
            margin-left: 7.5px
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
            color: initial
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select[data-selected=""] {
            text-transform: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit;
            vertical-align: middle
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
            text-transform: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form .ladi-form-item-container {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-form .ladi-form-item {
            width: 100%;
            height: 100%;
            position: absolute
        }

        .ladi-form .ladi-form-item-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox {
            height: auto
        }

        .ladi-form .ladi-form-item .ladi-form-control {
            background-color: transparent;
            min-width: 100%;
            min-height: 100%;
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            padding-left: 15px;
            color: inherit;
            font-size: inherit;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox {
            padding: 10px 5px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: table;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 10px !important;
            display: inline-block;
            border: none;
            position: relative
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            vertical-align: middle;
            width: 13px;
            height: 13px;
            display: table-cell;
            margin-right: 5px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            display: table-cell;
            cursor: default;
            vertical-align: middle;
            word-break: break-word
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
            position: absolute;
            top: 4px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
            padding-left: 18px
        }

        .ladi-form .ladi-form-item textarea.ladi-form-control {
            resize: none;
            padding: 5px
        }

        .ladi-form .ladi-button {
            cursor: pointer
        }

        .ladi-form .ladi-button .ladi-headline {
            cursor: pointer;
            user-select: none
        }

        .ladi-cart {
            position: absolute;
            width: 100%;
            font-size: 12px
        }

        .ladi-cart .ladi-cart-row {
            position: relative;
            display: inline-table;
            width: 100%
        }

        .ladi-cart .ladi-cart-row:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: #dcdcdc
        }

        .ladi-cart .ladi-cart-no-product {
            text-align: center;
            font-size: 16px;
            vertical-align: middle
        }

        .ladi-cart .ladi-cart-image {
            width: 16%;
            vertical-align: middle;
            position: relative;
            text-align: center
        }

        .ladi-cart .ladi-cart-image img {
            max-width: 100%
        }

        .ladi-cart .ladi-cart-title {
            vertical-align: middle;
            padding: 0 5px;
            word-break: break-all
        }

        .ladi-cart .ladi-cart-title .ladi-cart-title-name {
            display: block;
            margin-bottom: 5px
        }

        .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
            font-weight: 700;
            display: block
        }

        .ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
            position: absolute;
            top: -3px;
            right: -5px;
            background: rgba(150, 149, 149, .9);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            text-align: center;
            color: #fff;
            line-height: 20px
        }

        .ladi-cart .ladi-cart-quantity {
            width: 70px;
            vertical-align: middle;
            text-align: center
        }

        .ladi-cart .ladi-cart-quantity-content {
            display: -webkit-inline-flex;
            display: inline-flex
        }

        .ladi-cart .ladi-cart-quantity input {
            width: 24px;
            text-align: center;
            height: 22px;
            -moz-appearance: textfield;
            border-top: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc
        }

        .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
        .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .ladi-cart .ladi-cart-quantity button {
            border: 1px solid #dcdcdc;
            cursor: pointer;
            text-align: center;
            width: 21px;
            height: 22px;
            position: relative;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-cart .ladi-cart-quantity button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .ladi-cart .ladi-cart-quantity button span {
            font-size: 18px;
            position: relative;
            left: .5px
        }

        .ladi-cart .ladi-cart-quantity button:first-child span {
            top: -1.2px
        }

        .ladi-cart .ladi-cart-price {
            width: 100px;
            vertical-align: middle;
            text-align: right;
            padding: 0 5px
        }

        .ladi-cart .ladi-cart-action {
            width: 28px;
            vertical-align: middle;
            text-align: center
        }

        .ladi-cart .ladi-cart-action button {
            border: 1px solid #dcdcdc;
            cursor: pointer;
            text-align: center;
            width: 25px;
            height: 22px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-cart .ladi-cart-action button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .ladi-cart .ladi-cart-action button span {
            font-size: 13px;
            position: relative;
            top: .5px
        }

        .ladi-video {
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
            overflow: hidden
        }

        .ladi-video .ladi-video-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

        .ladi-group {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-button-group {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-shape {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none
        }

        .ladi-html-code {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .ladi-image {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none
        }

        .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;
            background-size: cover;
            background-position: center center
        }

        .ladi-headline a {
            text-decoration: underline
        }

        .ladi-paragraph {
            width: 100%;
            display: inline-block
        }

        .ladi-paragraph a {
            text-decoration: underline
        }

        .ladi-list-paragraph {
            width: 100%;
            display: inline-block
        }

        .ladi-list-paragraph a {
            text-decoration: underline
        }

        .ladi-list-paragraph ul li {
            position: relative;
            counter-increment: linum
        }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important
        }

        .ladi-line {
            position: relative
        }

        .ladi-line .ladi-line-container {
            border-bottom: 0 !important;
            border-right: 0 !important;
            width: 100%;
            height: 100%
        }

        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
        }

        .backdrop-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 90000060
        }

        .lightbox-screen {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            z-index: 9000000080;
            background: rgba(0, 0, 0, .5)
        }

        .lightbox-screen .lightbox-close {
            width: 30px;
            height: 30px;
            position: absolute;
            z-index: 9000000090;
            background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
            background-position: -108px;
            transform: scale(.7);
            -webkit-transform: scale(.7);
            cursor: pointer
        }

        .lightbox-screen .lightbox-hidden {
            display: none
        }

        .ladi-animation-hidden {
            visibility: hidden !important
        }

        .ladi-lazyload {
            background-image: none !important
        }

        .ladi-list-paragraph ul li.ladi-lazyload:before {
            background-image: none !important
        }

        .ladi-cart-number {
            position: absolute;
            top: -2px;
            right: -7px;
            background: #f36e36;
            text-align: center;
            width: 18px;
            height: 18px;
            line-height: 18px;
            font-size: 11px;
            font-weight: 700;
            color: #fff;
            border-radius: 100%
        }

        .ladi-form-quantity {
            display: -webkit-inline-flex;
            display: inline-flex;
            border-color: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
            text-align: center;
            pointer-events: none;
            -moz-appearance: textfield;
            width: calc(100% - 45px);
            padding: 0;
            min-width: 24px;
            border-top: 1px hidden;
            border-bottom: 1px hidden;
            border-color: inherit
        }

        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
        .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .ladi-form-quantity button {
            border: 1px hidden;
            border-color: inherit;
            cursor: pointer;
            text-align: center;
            width: 30px;
            height: 100%;
            position: relative;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        .ladi-form-quantity button span {
            font-size: 18px;
            position: relative;
            left: .5px
        }

        .ladi-form-quantity button:first-child span {
            top: -1.2px
        }

        .ladi-form [data-variant=true] select option[disabled] {
            background: #fff;
            color: #b8b8b8 !important
        }

        .ladi-story-page-progress-bar {
            width: 100%;
            height: 25px;
            position: fixed;
            top: 0;
            left: 0;
            display: flex
        }

        .ladi-story-page-progress-bar-item {
            height: 100%;
            width: 100%;
            display: block;
            margin: 0 5px;
            position: relative;
            cursor: pointer
        }

        .ladi-story-page-progress-bar-item:before {
            content: '';
            position: absolute;
            background: rgba(255, 255, 255, .4);
            border-radius: 10px;
            width: 100%;
            height: 4px;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0
        }

        .ladi-story-page-progress-bar-item.active:before {
            background: #fff
        }

        .ladi-story-page-progress-bar-item span {
            background: #fff;
            border-radius: 10px;
            height: 4px;
            display: block;
            margin: auto 0;
            top: 0;
            bottom: 0;
            position: absolute;
            transition: width .3s linear;
            width: 0%
        }

        @media (min-width:768px) {
            .ladi-fullwidth {
                width: 100vw !important;
                left: calc(-50vw + 50%) !important;
                box-sizing: border-box !important;
                transform: none !important
            }
            .ladi-fullwidth .ladi-gallery-view-item {
                transition-duration: 1.5s
            }
        }

        @media (max-width:767px) {
            .ladi-element.ladi-auto-scroll {
                overflow-x: scroll;
                overflow-y: hidden;
                width: 100% !important;
                left: 0 !important;
                -webkit-overflow-scrolling: touch
            }
            .ladi-section.ladi-auto-scroll {
                overflow-x: scroll;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch
            }
            .ladi-carousel .ladi-carousel-content {
                transition: left .3s ease-in-out
            }
            .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
                transition: transform .3s ease-in-out
            }
        }

        .ladi-notify-transition {
            transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
        }

        .ladi-notify {
            padding: 5px;
            box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
            border-radius: 40px;
            color: rgba(64, 64, 64, 1);
            background: rgba(250, 250, 250, .9);
            line-height: 1.6;
            width: 100%;
            height: 100%;
            font-size: 13px
        }

        .ladi-notify .ladi-notify-image img {
            float: left;
            margin-right: 13px;
            border-radius: 50%;
            width: 53px;
            height: 53px;
            pointer-events: none
        }

        .ladi-notify .ladi-notify-title {
            font-size: 100%;
            height: 17px;
            overflow: hidden;
            font-weight: 700;
            overflow-wrap: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1
        }

        .ladi-notify .ladi-notify-content {
            font-size: 92.308%;
            height: 17px;
            overflow: hidden;
            overflow-wrap: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1;
            padding-top: 2px
        }

        .ladi-notify .ladi-notify-time {
            line-height: 1.6;
            font-size: 84.615%;
            display: inline-block;
            overflow-wrap: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: calc(100% - 155px);
            overflow: hidden
        }

        .ladi-notify .ladi-notify-copyright {
            font-size: 76.9231%;
            margin-left: 2px;
            position: relative;
            padding: 0 5px;
            cursor: pointer;
            opacity: .6;
            display: inline-block;
            top: -4px
        }

        .ladi-notify .ladi-notify-copyright svg {
            vertical-align: middle
        }

        .ladi-notify .ladi-notify-copyright svg:not(:root) {
            overflow: hidden
        }

        .ladi-notify .ladi-notify-copyright div {
            text-decoration: none;
            color: rgba(64, 64, 64, 1);
            display: inline
        }

        .ladi-notify .ladi-notify-copyright strong {
            font-weight: 700
        }

        .builder-container .ladi-notify {
            transition: unset
        }

        .ladi-spin-lucky {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            box-shadow: 0 0 7px 0 rgba(64, 64, 64, .6), 0 8px 50px rgba(64, 64, 64, .3);
            background-repeat: no-repeat;
            background-size: cover
        }

        .ladi-spin-lucky .ladi-spin-lucky-start {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 20%;
            height: 20%;
            cursor: pointer;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            transition: transform .3s ease-in-out;
            -webkit-transition: transform .3s ease-in-out
        }

        .ladi-spin-lucky .ladi-spin-lucky-start:hover {
            transform: scale(1.1)
        }

        .ladi-spin-lucky .ladi-spin-lucky-screen {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            transition: transform 7s cubic-bezier(.25, .1, 0, 1);
            -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
            text-decoration-line: inherit;
            text-transform: inherit;
            -webkit-text-decoration-line: inherit
        }

        .ladi-spin-lucky .ladi-spin-lucky-screen:before {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

        .ladi-spin-lucky .ladi-spin-lucky-label {
            position: absolute;
            top: 50%;
            left: 50%;
            overflow: hidden;
            width: 42%;
            padding-left: 12%;
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            text-decoration-line: inherit;
            text-transform: inherit;
            -webkit-text-decoration-line: inherit;
            line-height: 1.6;
            text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
        }
        @media (min-width: 768px) {
            .ladi-section .ladi-container {
                width: 1200px;
            }
        }

        @media (max-width: 767px) {
            .ladi-section .ladi-container {
                width: 420px;
            }
        }

        @font-face {
            font-family: "UTM Avo.ttf";
            src: url("../fonts/utm-avo-20200828042229.ttf") format("truetype"),
            url('../fonts/utm-avo-20200828042229.woff2') format('woff2'), 
            url('../fonts/utm-avo-20200828042229.woff') format('woff'),
            url('../fonts/utm-avo-20200828042229.eot') format('eot');
        }

        @font-face {
            font-family: "UTM AvoBold.ttf";
            src: url("../fonts/utm-avobold-20200828042229.ttf") format("truetype"),
            url('../fonts/utm-avobold-20200828042229.woff2') format('woff2'), 
            url('../fonts/utm-avobold-20200828042229.woff') format('woff'),
            url('../fonts/utm-avobold-20200828042229.eot') format('eot');
        }

        @font-face {
            font-family: "Merriweather-Black.ttf";
            src: url("../fonts/merriweather-black-20201007045253.ttf") format("truetype"),
            url('../fonts/merriweather-black-20201007045253.woff2') format('woff2'), 
            url('../fonts/merriweather-black-20201007045253.woff') format('woff'),
            url('../fonts/merriweather-black-20201007045253.eot') format('eot');
        }

        body {
            font-family: "UTM Avo.ttf"
        }
        @media (min-width: 768px) {
            #SECTION_POPUP {
                height: 0px;
            }
            #SECTION1 {
                height: 834px;
            }
            #SECTION1>.ladi-section-background {
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/bg1-20201209094517.png");
                background-position: center top;
                background-repeat: no-repeat;
            }
            #SECTION2 {
                height: 820.4px;
            }
            #SECTION2>.ladi-section-background {
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION6 {
                height: 663.4px;
            }
            #SECTION6>.ladi-section-background {
                background-color: rgb(58, 188, 214);
            }
            #SECTION7 {
                height: 997.512px;
            }
            #SECTION7>.ladi-section-background {
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION8 {
                height: 1007.4px;
            }
            #SECTION8>.ladi-section-background {
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION9 {
                height: 822.4px;
                display: none !important;
            }
            #SECTION9>.ladi-section-background {
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION10 {
                height: 996.4px;
            }
            #SECTION10>.ladi-section-background {
                background-image: url("../images/background-34-20200710031836-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION11 {
                height: 1094.4px;
            }
            #SECTION11>.ladi-section-background {
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: no-repeat;
            }
            #SECTION12 {
                height: 747.4px;
            }
            #SECTION12>.ladi-section-background {
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION13 {
                height: 552.688px;
            }
            #SECTION13>.ladi-section-background {
                background-position: center top;
                background-repeat: no-repeat;
            }
            #HEADLINE16 {
                width: 301px;
                top: 15px;
                left: 296px;
            }
            #HEADLINE16>.ladi-headline {
                font-family: "UTM AvoBold.ttf";
                color: rgb(243, 182, 16);
                font-size: 55px;
                text-align: center;
                line-height: 1.6;
            }
            #BOX17 {
                width: 300px;
                height: 84px;
                top: 0px;
                left: 0px;
            }
            #BOX17>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-top-right-radius: 20px;
            }
            #HEADLINE18 {
                width: 412px;
                top: 103px;
                left: 240.5px;
            }
            #HEADLINE18>.ladi-headline {
                color: rgb(0, 0, 0);
                font-size: 23px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE19 {
                width: 263px;
                top: 14px;
                left: 18.5px;
            }
            #HEADLINE19>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #IMAGE23 {
                width: 418px;
                height: 418px;
                top: -64px;
                left: 940px;
            }
            #IMAGE23>.ladi-image>.ladi-image-background {
                width: 418px;
                height: 418px;
                top: 0px;
                left: 0px;
                background-image: url("../images/pngtreefloating-yellow-green-leaves-material_4041139-20200710044327-20201029042906.png");
            }
            #IMAGE25 {
                width: 274.796px;
                height: 246.1px;
                top: 260px;
                left: 53.204px;
            }
            #IMAGE25>.ladi-image>.ladi-image-background {
                width: 274.796px;
                height: 274.796px;
                top: 0px;
                left: 0px;
                background-image: url("../images/pngwingcom-20200710030651-20201029042906.png");
            }
            #IMAGE25>.ladi-image {
                transform: rotate(-150deg);
                -webkit-transform: rotate(-150deg);
            }
            #BOX26 {
                width: 396.477px;
                height: 293.71px;
                top: 0px;
                left: 7.79005px;
            }
            #BOX26>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-radius: 20px;
            }
            #BOX27 {
                width: 396.477px;
                height: 293.71px;
                top: 3.55724px;
                left: 0px;
            }
            #BOX27>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-style: dashed;
                border-color: rgb(42, 178, 60);
                border-width: 1px;
                border-radius: 20px;
            }
            #GROUP28 {
                width: 404.267px;
                height: 297.267px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE29 {
                width: 367px;
                top: 63.6335px;
                left: 18.6335px;
            }
            #HEADLINE29>.ladi-headline {
                color: rgb(0, 0, 0);
                font-size: 19px;
                text-align: center;
                line-height: 1.8;
            }
            #GROUP33 {
                width: 404.267px;
                height: 297.267px;
                top: 72.733px;
                left: 211px;
            }
            #IMAGE34 {
                width: 474.113px;
                height: 740.088px;
                top: 7.312px;
                left: -80px;
            }
            #IMAGE34>.ladi-image>.ladi-image-background {
                width: 474.113px;
                height: 740.088px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-4-20201209102808.png");
            }
            #BOX35 {
                width: 704px;
                height: 124px;
                top: 0px;
                left: 0px;
            }
            #BOX35>.ladi-box {
                background: #fdfbfb;
                background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
                background: linear-gradient(180deg, #fdfbfb, #eaedee);
                border-radius: 100px;
            }
            #HEADLINE36 {
                width: 576px;
                top: 17.5333px;
                left: 64px;
            }
            #HEADLINE36>.ladi-headline {
                color: rgb(46, 96, 161);
                font-size: 35px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP37 {
                width: 704px;
                height: 124px;
                top: 51.2px;
                left: 495px;
            }
            #SHAPE38 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE38 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE39 {
                width: 51px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE39>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP40 {
                width: 80px;
                height: 80px;
                top: 13px;
                left: 0px;
            }
            #BOX42 {
                width: 704px;
                height: 109px;
                top: 0px;
                left: 92px;
            }
            #BOX42>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH44 {
                width: 652px;
                top: 16px;
                left: 118px;
            }
            #PARAGRAPH44>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP45 {
                width: 796px;
                height: 109px;
                top: 207.2px;
                left: 403px;
            }
            #SHAPE48 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE48 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE49 {
                width: 57px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE49>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP47 {
                width: 80px;
                height: 80px;
                top: 24.5px;
                left: 0px;
            }
            #BOX50 {
                width: 704px;
                height: 129px;
                top: 0px;
                left: 92px;
            }
            #BOX50>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH51 {
                width: 652px;
                top: 13.5px;
                left: 118px;
            }
            #PARAGRAPH51>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP46 {
                width: 796px;
                height: 129px;
                top: 332.867px;
                left: 403px;
            }
            #SHAPE54 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE54 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE55 {
                width: 56px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE55>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP53 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #BOX56 {
                width: 704px;
                height: 80px;
                top: 0px;
                left: 92px;
            }
            #BOX56>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH57 {
                width: 652px;
                top: 14.5px;
                left: 118px;
            }
            #PARAGRAPH57>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP52 {
                width: 796px;
                height: 80px;
                top: 478.533px;
                left: 403px;
            }
            #SHAPE60 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE60 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE61 {
                width: 56px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE61>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP59 {
                width: 80px;
                height: 80px;
                top: 13px;
                left: 0px;
            }
            #BOX62 {
                width: 704px;
                height: 109px;
                top: 0px;
                left: 92px;
            }
            #BOX62>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH63 {
                width: 652px;
                top: 16px;
                left: 118px;
            }
            #PARAGRAPH63>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP58 {
                width: 796px;
                height: 109px;
                top: 575.2px;
                left: 403px;
            }
            #HEADLINE64 {
                width: 1020px;
                top: 41.333px;
                left: 90px;
            }
            #HEADLINE64>.ladi-headline {
                color: rgb(23, 101, 201);
                font-size: 35px;
                text-align: center;
                line-height: 1.2;
            }
            #IMAGE65 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 56px;
            }
            #IMAGE65>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/karena-warisan-genetik-20200709044942-20201029042842.png");
            }
            #HEADLINE66 {
                width: 312px;
                top: 214px;
                left: 0px;
            }
            #HEADLINE66>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH67 {
                width: 312px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH67>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP68 {
                width: 312px;
                height: 408px;
                top: 133.2px;
                left: 76px;
            }
            #IMAGE70 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 56px;
            }
            #IMAGE70>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/kebiasaan-gaya-hidup-20200709045711-20201029042842.png");
            }
            #HEADLINE71 {
                width: 312px;
                top: 212px;
                left: 0px;
            }
            #HEADLINE71>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH72 {
                width: 312px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH72>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP69 {
                width: 312px;
                height: 383px;
                top: 133.2px;
                left: 804px;
            }
            #IMAGE74 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 56px;
            }
            #IMAGE74>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/ketidakseimbangan-hormon-20200709045427-20201029042842.png");
            }
            #HEADLINE75 {
                width: 312px;
                top: 211px;
                left: 0px;
            }
            #HEADLINE75>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH76 {
                width: 312px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH76>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP73 {
                width: 312px;
                height: 358px;
                top: 601.2px;
                left: 76px;
            }
            #IMAGE78 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 56px;
            }
            #IMAGE78>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/lingkungan-20200709045226-20201029042853.png");
            }
            #HEADLINE79 {
                width: 312px;
                top: 213px;
                left: 0px;
            }
            #HEADLINE79>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH80 {
                width: 312px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH80>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP77 {
                width: 312px;
                height: 333px;
                top: 601.2px;
                left: 804px;
            }
            #HEADLINE83 {
                width: 1021px;
                top: 24.4px;
                left: 90px;
            }
            #HEADLINE83>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 35px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE84 {
                width: 1021px;
                top: 56.4px;
                left: 90px;
            }
            #HEADLINE84>.ladi-headline {
                font-family: "UTM AvoBold.ttf";
                color: rgb(251, 216, 115);
                font-size: 64px;
                text-align: center;
                line-height: 1.6;
            }
            #BOX85 {
                width: 535px;
                height: 92px;
                top: 0px;
                left: 0px;
            }
            #BOX85>.ladi-box {
                background: #fdfbfb;
                background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
                background: linear-gradient(180deg, #fdfbfb, #eaedee);
                border-style: dashed;
                border-color: rgb(243, 184, 17);
                border-width: 3px;
                border-radius: 10px;
            }
            #HEADLINE86 {
                width: 503px;
                top: 14px;
                left: 16.5px;
            }
            #HEADLINE86>.ladi-headline {
                color: rgb(0, 0, 0);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP87 {
                width: 535px;
                height: 92px;
                top: 169.4px;
                left: 323px;
            }
            #PARAGRAPH91 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH91>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE92 {
                width: 596px;
                top: 26px;
                left: 0px;
            }
            #LINE92>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE92>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP93 {
                width: 647px;
                height: 43px;
                top: 332.898px;
                left: 569.5px;
            }
            #PARAGRAPH95 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH95>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE96 {
                width: 596px;
                top: 26px;
                left: 0px;
            }
            #LINE96>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE96>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP94 {
                width: 647px;
                height: 51px;
                top: 409.898px;
                left: 569.5px;
            }
            #PARAGRAPH98 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH98>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE99 {
                width: 596px;
                top: 26px;
                left: 0px;
            }
            #LINE99>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE99>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP97 {
                width: 647px;
                height: 51px;
                top: 494.898px;
                left: 569.5px;
            }
            #PARAGRAPH101 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH101>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE102 {
                width: 596px;
                top: 26px;
                left: 0px;
            }
            #LINE102>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE102>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP100 {
                width: 647px;
                height: 51px;
                top: 575.898px;
                left: 569.5px;
            }
            #PARAGRAPH104 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH104>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE105 {
                width: 596px;
                top: 26px;
                left: 0px;
            }
            #LINE105>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE105>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP103 {
                width: 647px;
                height: 51px;
                top: 650.898px;
                left: 569.5px;
            }
            #PARAGRAPH107 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH107>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE108 {
                width: 596px;
                top: 26px;
                left: 0px;
            }
            #LINE108>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE108>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP106 {
                width: 647px;
                height: 51px;
                top: 730.898px;
                left: 569.5px;
            }
            #PARAGRAPH109 {
                width: 647px;
                top: 781.898px;
                left: 569.5px;
            }
            #PARAGRAPH109>.ladi-paragraph {
                color: rgb(253, 225, 145);
                font-size: 16px;
                line-height: 1.6;
            }
            #HEADLINE112 {
                width: 1200px;
                top: 40.53px;
                left: 0px;
            }
            #HEADLINE112>.ladi-headline {
                color: rgb(23, 101, 201);
                font-size: 39px;
                text-align: center;
                line-height: 1.2;
            }
            #IMAGE113 {
                width: 412.093px;
                height: 369.167px;
                top: 136.417px;
                left: 371.907px;
            }
            #IMAGE113>.ladi-image>.ladi-image-background {
                width: 412.093px;
                height: 369.167px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_ind_decor-20210427084904.png");
            }
            #IMAGE114 {
                width: 139px;
                height: 139px;
                top: 7.53px;
                left: 0px;
            }
            #IMAGE114>.ladi-image>.ladi-image-background {
                width: 139px;
                height: 139px;
                top: 0px;
                left: 0px;
                background-image: url("../images/adb8479f91b7d4cb127de59db908fdcf_1518106520-b-20210427082254.jpg");
            }
            #IMAGE114>.ladi-image {
                border-style: solid;
                border-color: rgb(232, 140, 48);
                border-width: 5px;
                border-radius: 300000px;
            }
            #HEADLINE115 {
                width: 237px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE115>.ladi-headline {
                color: rgb(243, 184, 17);
                font-size: 27px;
                line-height: 1.6;
            }
            #PARAGRAPH116 {
                width: 227px;
                top: 104px;
                left: 0px;
            }
            #PARAGRAPH116>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP122 {
                width: 237px;
                height: 308px;
                top: 0px;
                left: 164.5px;
            }
            #GROUP123 {
                width: 401.5px;
                height: 308px;
                top: 167.001px;
                left: 0px;
            }
            #HEADLINE144 {
                width: 1020px;
                top: 39.13px;
                left: 90px;
            }
            #HEADLINE144>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 35px;
                text-align: center;
                line-height: 1.2;
            }
            #PARAGRAPH145 {
                width: 1020px;
                top: 97.6px;
                left: 90px;
            }
            #PARAGRAPH145>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #IMAGE146 {
                width: 374.948px;
                height: 375.382px;
                top: 215.292px;
                left: 406.316px;
            }
            #IMAGE146>.ladi-image>.ladi-image-background {
                width: 603.508px;
                height: 452.631px;
                top: -40px;
                left: -79px;
                background-image: url("../images/z2150554284134_0c94e26d8a98311ecc388399e5431f06-20201029080613.jpg");
            }
            #IMAGE146>.ladi-image {
                border-style: solid;
                border-color: rgb(47, 97, 161);
                border-width: 5px;
                border-radius: 310px;
            }
            #BOX148 {
                width: 270.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX148>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE149 {
                width: 233px;
                top: 14.114px;
                left: 18.9214px;
            }
            #HEADLINE149>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP150 {
                width: 270.79px;
                height: 79.228px;
                top: 0px;
                left: 47.29px;
            }
            #BOX152 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX152>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE153 {
                width: 208px;
                top: 14.114px;
                left: 16.895px;
            }
            #HEADLINE153>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP151 {
                width: 241.79px;
                height: 79.228px;
                top: 162.077px;
                left: 0px;
            }
            #BOX155 {
                width: 207.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX155>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE156 {
                width: 187px;
                top: 14.614px;
                left: 10.395px;
            }
            #HEADLINE156>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP154 {
                width: 207.79px;
                height: 79.228px;
                top: 314.154px;
                left: 110.29px;
            }
            #GROUP157 {
                width: 318.08px;
                height: 393.382px;
                top: 205.294px;
                left: 56px;
            }
            #BOX160 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX160>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE161 {
                width: 208px;
                top: 14.114px;
                left: 16.895px;
            }
            #HEADLINE161>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP159 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX163 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX163>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE164 {
                width: 151px;
                top: 14.614px;
                left: 45.395px;
            }
            #HEADLINE164>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP162 {
                width: 241.79px;
                height: 79.228px;
                top: 157.077px;
                left: 76.29px;
            }
            #BOX166 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX166>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE167 {
                width: 208px;
                top: 27.114px;
                left: 16.895px;
            }
            #HEADLINE167>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP165 {
                width: 241.79px;
                height: 79.228px;
                top: 314.154px;
                left: 0px;
            }
            #GROUP158 {
                width: 318.08px;
                height: 393.382px;
                top: 206.292px;
                left: 811px;
            }
            #BOX168 {
                width: 653px;
                height: 88px;
                top: 0px;
                left: 0px;
            }
            #BOX168>.ladi-box {
                opacity: 0.52;
                background-color: rgb(255, 255, 255);
                border-style: dashed;
                border-color: rgb(0, 0, 0);
                border-width: 2px;
            }
            #PARAGRAPH169 {
                width: 628px;
                top: 12px;
                left: 12.5px;
            }
            #PARAGRAPH169>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP170 {
                width: 653px;
                height: 88px;
                top: 676.6px;
                left: 272.5px;
            }
            #HEADLINE171 {
                width: 1020px;
                top: 41.73px;
                left: 90px;
            }
            #HEADLINE171>.ladi-headline {
                color: rgb(23, 101, 201);
                font-size: 35px;
                text-align: center;
                line-height: 1.2;
            }
            #IMAGE172 {
                width: 1053.28px;
                height: 467.834px;
                top: 117.783px;
                left: 73.36px;
            }
            #IMAGE172>.ladi-image>.ladi-image-background {
                width: 1053.28px;
                height: 467.834px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-1-1567479193-20200415064400-20200702032620-20201029042853.png");
            }
            #HEADLINE173 {
                width: 117px;
                top: 0px;
                left: 29px;
            }
            #HEADLINE173>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH174 {
                width: 226px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH174>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP175 {
                width: 225px;
                height: 189px;
                top: 614.2px;
                left: 50.36px;
            }
            #HEADLINE177 {
                width: 129px;
                top: 0px;
                left: 26px;
            }
            #HEADLINE177>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH178 {
                width: 217px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH178>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP176 {
                width: 217px;
                height: 137px;
                top: 614.2px;
                left: 338.12px;
            }
            #HEADLINE180 {
                width: 129px;
                top: 0px;
                left: 32px;
            }
            #HEADLINE180>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH181 {
                width: 231px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH181>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP179 {
                width: 231px;
                height: 210px;
                top: 614.2px;
                left: 617.88px;
            }
            #HEADLINE186 {
                width: 129px;
                top: 0px;
                left: 44px;
            }
            #HEADLINE186>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH187 {
                width: 253px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH187>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP185 {
                width: 253px;
                height: 163px;
                top: 614.2px;
                left: 911.64px;
            }
            #BOX189 {
                width: 653px;
                height: 88px;
                top: 0px;
                left: 0px;
            }
            #BOX189>.ladi-box {
                background-color: rgb(24, 103, 203);
                border-radius: 15px;
            }
            #PARAGRAPH190 {
                width: 628px;
                top: 12px;
                left: 12.5px;
            }
            #PARAGRAPH190>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP188 {
                width: 653px;
                height: 88px;
                top: 874.312px;
                left: 291px;
            }
            #HEADLINE193 {
                width: 1021px;
                top: 38.33px;
                left: 90px;
            }
            #HEADLINE193>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 35px;
                text-align: center;
                line-height: 1.2;
            }
            #SECTION192 {
                height: 895.4px;
            }
            #SECTION192>.ladi-section-background {
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #IMAGE194 {
                width: 356.417px;
                height: 268.061px;
                top: 576.101px;
                left: 282px;
            }
            #IMAGE194>.ladi-image>.ladi-image-background {
                width: 356.417px;
                height: 268.061px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-4-20191216145748-20200702044216-20201029042921.jpg");
            }
            #IMAGE195 {
                width: 406.705px;
                height: 403.301px;
                top: 172.8px;
                left: 793.295px;
            }
            #IMAGE195>.ladi-image>.ladi-image-background {
                width: 406.705px;
                height: 403.301px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-5-20191216145747-20200702044216-20201029042922.jpg");
            }
            #IMAGE196 {
                width: 396.523px;
                height: 403.301px;
                top: 172.8px;
                left: 401.738px;
            }
            #IMAGE196>.ladi-image>.ladi-image-background {
                width: 396.523px;
                height: 403.301px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-6-20191216145748-20200702044216-20201029042922.jpg");
            }
            #IMAGE197 {
                width: 282px;
                height: 282px;
                top: 560.8px;
                left: 0px;
            }
            #IMAGE197>.ladi-image>.ladi-image-background {
                width: 282px;
                height: 282px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-2-20191216145747-20200702044215-20201029042921.jpg");
            }
            #IMAGE198 {
                width: 403.301px;
                height: 403.301px;
                top: 172.8px;
                left: 0px;
            }
            #IMAGE198>.ladi-image>.ladi-image-background {
                width: 403.301px;
                height: 403.301px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-3-20191216145747-20200702044215-20201029042921.jpg");
            }
            #IMAGE199 {
                width: 265.612px;
                height: 269.778px;
                top: 576.101px;
                left: 638.417px;
            }
            #IMAGE199>.ladi-image>.ladi-image-background {
                width: 265.612px;
                height: 269.778px;
                top: 0px;
                left: 0px;
                background-image: url("../images/anh-mo-20200415165519-20200702044215-20201029042727.jpg");
            }
            #IMAGE200 {
                width: 300.526px;
                height: 269.9px;
                top: 576.101px;
                left: 899.474px;
            }
            #IMAGE200>.ladi-image>.ladi-image-background {
                width: 300.526px;
                height: 269.9px;
                top: 0px;
                left: 0px;
                background-image: url("../images/anh-mo-4-20200415165519-20200702044215-20201029042727.jpg");
            }
            #IMAGE201 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE201>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb-20200711033830-20201029042757.png");
            }
            #HEADLINE202 {
                width: 151px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE202>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE203 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE203>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP204 {
                width: 150px;
                height: 51.0968px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH205 {
                width: 323px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH205>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP206 {
                width: 473px;
                height: 202px;
                top: 56.512px;
                left: 30px;
            }
            #IMAGE214 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE214>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb2-20200711034246-20201029042756.png");
            }
            #HEADLINE216 {
                width: 203px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE216>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE217 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE217>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP215 {
                width: 203px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH218 {
                width: 323px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH218>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP213 {
                width: 473px;
                height: 176px;
                top: 56.4px;
                left: 691px;
            }
            #IMAGE220 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE220>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb3-20200711034439-20201029042757.png");
            }
            #HEADLINE222 {
                width: 192px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE222>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE223 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE223>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP221 {
                width: 192px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH224 {
                width: 323px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH224>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP219 {
                width: 473px;
                height: 125px;
                top: 316.512px;
                left: 30px;
            }
            #IMAGE226 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE226>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/sp4-20200711034614-20201029042906.png");
            }
            #HEADLINE228 {
                width: 203px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE228>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE229 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE229>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP227 {
                width: 203px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH230 {
                width: 323px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH230>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP225 {
                width: 473px;
                height: 253px;
                top: 317.4px;
                left: 691px;
            }
            #IMAGE232 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE232>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb4-20200711034938-20201029042757.png");
            }
            #HEADLINE234 {
                width: 192px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE234>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE235 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE235>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP233 {
                width: 192px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH236 {
                width: 323px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH236>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP231 {
                width: 473px;
                height: 381px;
                top: 616.512px;
                left: 30px;
            }
            #IMAGE238 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE238>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb5-20200711035114-20201029042757.png");
            }
            #HEADLINE240 {
                width: 192px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE240>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE241 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE241>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP239 {
                width: 192px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH242 {
                width: 323px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH242>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP237 {
                width: 473px;
                height: 176px;
                top: 616.512px;
                left: 690px;
            }
            #SHAPE264 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE264 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE265 {
                width: 51px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE265>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP263 {
                width: 80px;
                height: 80px;
                top: 13px;
                left: 0px;
            }
            #BOX266 {
                width: 704px;
                height: 109px;
                top: 0px;
                left: 92px;
            }
            #BOX266>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH267 {
                width: 652px;
                top: 16px;
                left: 118px;
            }
            #PARAGRAPH267>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: justify;
                line-height: 1.6;
            }
            #GROUP262 {
                width: 796px;
                height: 109px;
                top: 467.2px;
                left: 746px;
                display: none !important;
            }
            #SHAPE271 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE271 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE272 {
                width: 51px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE272>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP270 {
                width: 80px;
                height: 80px;
                top: 13px;
                left: 0px;
            }
            #BOX273 {
                width: 704px;
                height: 109px;
                top: 0px;
                left: 92px;
            }
            #BOX273>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH274 {
                width: 652px;
                top: 16px;
                left: 118px;
            }
            #PARAGRAPH274>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP269 {
                width: 796px;
                height: 109px;
                top: 195.2px;
                left: -63px;
                display: none !important;
            }
            #SHAPE277 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE277 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE278 {
                width: 51px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE278>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP276 {
                width: 80px;
                height: 80px;
                top: 13px;
                left: 0px;
            }
            #BOX279 {
                width: 704px;
                height: 109px;
                top: 0px;
                left: 92px;
            }
            #BOX279>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH280 {
                width: 652px;
                top: 19.312px;
                left: 199px;
            }
            #PARAGRAPH280>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP275 {
                width: 851px;
                height: 109px;
                top: 298px;
                left: -169px;
                display: none !important;
            }
            #IMAGE287 {
                width: 2163.05px;
                height: 716.688px;
                top: -213.344px;
                left: -357px;
            }
            #IMAGE287>.ladi-image>.ladi-image-background {
                width: 2163.05px;
                height: 755.688px;
                top: 0px;
                left: 0px;
                background-image: url("../images/shape-1-20201209101059.png");
            }
            #PARAGRAPH290 {
                width: 1020px;
                top: 28.2px;
                left: 90px;
            }
            #PARAGRAPH290>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 17px;
                text-align: center;
                line-height: 1.6;
            }
            #SECTION288 {
                height: 86.4px;
            }
            #SECTION288>.ladi-section-background {
                background-color: rgb(1, 81, 98);
            }
            #IMAGE292 {
                width: 520.898px;
                height: 536.2px;
                top: 285px;
                left: 319.102px;
            }
            #IMAGE292>.ladi-image>.ladi-image-background {
                width: 803.898px;
                height: 536.2px;
                top: 0px;
                left: 0px;
                background-image: url("../images/han-tools-20201209110942.png");
            }
            #IMAGE293 {
                width: 401.5px;
                height: 309.2px;
                top: 519.2px;
                left: 399px;
            }
            #IMAGE293>.ladi-image>.ladi-image-background {
                width: 401.5px;
                height: 309.2px;
                top: 0px;
                left: 0px;
                background-image: url("../images/4e3-20201209111125.png");
            }
            #BOX333 {
                width: 369px;
                height: 467px;
                top: 0px;
                left: 0px;
            }
            #BOX333>.ladi-box {
                background-color: rgba(252, 216, 216, 0.1);
                border-style: solid;
                border-color: rgb(160, 223, 255);
                border-width: 1px;
                border-radius: 17px;
            }
            #BOX334 {
                width: 358px;
                height: 445.867px;
                top: 9.56735px;
                left: 5px;
            }
            #BOX334>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-style: solid;
                border-color: rgb(130, 212, 255);
                border-width: 1px;
                border-radius: 11px;
            }
            #BUTTON_TEXT336 {
                width: 310px;
                top: 12.3748px;
                left: 0px;
            }
            #BUTTON_TEXT336>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON336 {
                width: 310px;
                height: 48.1241px;
                top: 132.096px;
                left: 0px;
                display: flex;
                background: transparent;
            }
            #BUTTON336>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON336>.ladi-button {
                border-radius: 11px;
            }
            #BUTTON336.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON336>.ladi-button:hover .ladi-button-background {
                background-color: rgb(232, 107, 48);
                background-image: none;
            }
            #FORM_ITEM338 {
                width: 310px;
                height: 48.1241px;
                top: 0px;
                left: 0px;
            }
            #FORM_ITEM339 {
                width: 310px;
                height: 48.1241px;
                top: 55.8463px;
                left: 0px;
            }
            #FORM335 {
                width: 310px;
                height: 180.22px;
                top: 229.002px;
                left: 28.9069px;
            }
            #FORM335>.ladi-form {
                color: rgb(99, 99, 99);
                font-size: 15px;
                line-height: 1.6;
            }
            #FORM335 .ladi-form-item .ladi-form-control::placeholder,
            #FORM335 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
            #FORM335 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
                color: rgba(99, 99, 99, 1.0);
            }
            #FORM335 .ladi-form-item {
                padding-left: 0px;
                padding-right: 0px;
            }
            #FORM335 .ladi-form-item.ladi-form-checkbox {
                padding-left: 23px;
                padding-right: 23px;
            }
            #FORM335 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(99%2C%2099%2C%2099%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            #FORM335 .ladi-form-item-container {
                border-style: solid;
                border-color: rgb(16, 125, 145);
                border-radius: 11px;
            }
            #FORM335 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(16, 125, 145);
            }
            #FORM335 .ladi-form-item-background {
                background-color: rgb(255, 255, 255);
                opacity: 0.69;
                border-radius: 10px
            }
            #HEADLINE340 {
                width: 312px;
                top: 426.164px;
                left: 28.9069px;
            }
            #HEADLINE340>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(0, 0, 0);
                font-size: 15px;
                text-align: center;
                line-height: 1.4;
            }
            #HEADLINE341 {
                width: 311px;
                top: 29.0776px;
                left: 29px;
            }
            #HEADLINE341>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(114, 48, 13);
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #BOX343 {
                width: 189.603px;
                height: 37.6129px;
                top: 0px;
                left: 118.768px;
            }
            #BOX343>.ladi-box {
                background: rgba(255, 255, 255, 1);
                background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                border-radius: 0px 11px 11px 0px;
            }
            #HEADLINE344 {
                width: 132px;
                top: 4;
                left: 0px;
            }
            #HEADLINE344>.ladi-headline {
                text-decoration-line: line-through;
                -webkit-text-decoration-line: line-through;
                color: rgb(164, 21, 21);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE345 {
                width: 128px;
                top: 0.87095px;
                left: 118.768px;
            }
            #HEADLINE345>.ladi-headline {
                font-family: "Roboto Slab", serif;
                color: rgb(164, 20, 20);
                font-size: 21px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #BOX346 {
                width: 310.558px;
                height: 39.6129px;
                top: 0px;
                left: 0px;
            }
            #BOX346>.ladi-box {
                border-style: solid;
                border-color: rgb(172, 103, 30);
                border-width: 3px;
                border-radius: 11px;
            }
            #GROUP342 {
                width: 310.558px;
                height: 39.6129px;
                top: 95.9003px;
                left: 28.6279px;
            }
            #GROUP332 {
                width: 369px;
                height: 500px;
                top: 0px;
                left: 73px;
            }
            #BOX348 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0px;
                left: 64.2361px;
            }
            #BOX348>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX349 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0.000765px;
                left: 127.708px;
            }
            #BOX349>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX350 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0px;
                left: 191.561px;
            }
            #BOX350>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #COUNTDOWN_ITEM352 {
                visibility: hidden;
                pointer-events: none;
            }
            #COUNTDOWN351 {
                width: 202.709px;
                height: 43.5889px;
                top: 2.80039px;
                left: 50px;
            }
            #COUNTDOWN351>.ladi-countdown {
                color: rgb(0, 0, 0);
                font-size: 40px;
                font-weight: bold;
                text-align: center;
            }
            #COUNTDOWN351>.ladi-countdown>.ladi-element {
                width: calc((100% - 12px * 3) / 4);
                margin-right: 12px;
                height: 100%;
            }
            #GROUP347 {
                width: 244.709px;
                height: 52.0015px;
                top: 156px;
                left: 118.146px;
            }
            #IMAGE356 {
                width: 427.76px;
                height: 534.7px;
                top: 0px;
                left: 0px;
            }
            #IMAGE356>.ladi-image>.ladi-image-background {
                width: 427.76px;
                height: 534.7px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-3-20201209093527.png");
            }
            #IMAGE358 {
                width: 371.509px;
                height: 272.548px;
                top: 75.352px;
                left: 0px;
            }
            #IMAGE358>.ladi-image>.ladi-image-background {
                width: 371.509px;
                height: 371.509px;
                top: 0px;
                left: 0px;
                background-image: url("../images/5a28ba928af4a54609862615126186425692-20200702072834-20201029042726.png");
            }
            #IMAGE359 {
                width: 383.771px;
                height: 310px;
                top: 0px;
                left: 74.058px;
            }
            #IMAGE359>.ladi-image>.ladi-image-background {
                width: 383.771px;
                height: 310px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_ind_decor-20210427084904.png");
            }
            #GROUP357 {
                width: 457.829px;
                height: 347.9px;
                top: 257.1px;
                left: 90.942px;
            }
            #IMAGE360 {
                width: 366.41px;
                height: 366.41px;
                top: 107px;
                left: 240px;
            }
            #IMAGE360>.ladi-image>.ladi-image-background {
                width: 366.41px;
                height: 366.41px;
                top: 0px;
                left: 0px;
                background-image: url("../images/58c94fa5ae861-20200710032401-20201029042726.png");
            }
            #HEADLINE361 {
                width: 429px;
                top: 596px;
                left: 97px;
            }
            #HEADLINE361>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                font-style: italic;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE362 {
                width: 516px;
                top: 510px;
                left: 0px;
            }
            #HEADLINE362>.ladi-headline {
                color: rgb(36, 36, 36);
                font-size: 16px;
                font-weight: bold;
                font-style: italic;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP363 {
                width: 606.41px;
                height: 605px;
                top: 16px;
                left: -15px;
            }
            #GROUP365 {
                width: 516px;
                height: 536px;
                top: 100px;
                left: 610.084px;
            }
            #IMAGE419 {
                width: 426.974px;
                height: 426.974px;
                top: 124.686px;
                left: 279.669px;
            }
            #IMAGE419>.ladi-image>.ladi-image-background {
                width: 426.974px;
                height: 426.974px;
                top: 0px;
                left: 0px;
                background-image: url("../images/58c94fa5ae861-20200710032401-20201029042726.png");
            }
            #IMAGE420 {
                width: 498.464px;
                height: 623.08px;
                top: 0px;
                left: 0px;
            }
            #IMAGE420>.ladi-image>.ladi-image-background {
                width: 498.464px;
                height: 623.08px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-3-20201209093527.png");
            }
            #IMAGE423 {
                width: 465.283px;
                height: 391.169px;
                top: 0px;
                left: 90.537px;
            }
            #IMAGE423>.ladi-image>.ladi-image-background {
                width: 465.283px;
                height: 391.169px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_ind_decor-20210427084904.png");
            }
            #GROUP418 {
                width: 706.643px;
                height: 705px;
                top: 129px;
                left: -33.643px;
            }
            #GROUP424 {
                width: 300px;
                height: 84px;
                top: 179px;
                left: 296px;
            }
            #BOX427 {
                width: 381.746px;
                height: 521.411px;
                top: 0px;
                left: 0px;
            }
            #BOX427>.ladi-box {
                background-color: rgba(252, 216, 216, 0.1);
                border-style: solid;
                border-color: rgb(160, 223, 255);
                border-width: 1px;
                border-radius: 17px;
            }
            #BOX428 {
                width: 370.366px;
                height: 500.617px;
                top: 9.89783px;
                left: 5.17271px;
            }
            #BOX428>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-style: solid;
                border-color: rgb(130, 212, 255);
                border-width: 1px;
                border-radius: 11px;
            }
            #BUTTON_TEXT430 {
                width: 310px;
                top: 12.8022px;
                left: 0px;
            }
            #BUTTON_TEXT430>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON430 {
                width: 320.708px;
                height: 49.7864px;
                top: 136.659px;
                left: 0px;
                display: flex;
                background: transparent;
                z-index: 100;
            }
            #BUTTON430>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON430>.ladi-button {
                border-radius: 11px;
            }
            #BUTTON430.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON430>.ladi-button:hover .ladi-button-background {
                background-color: rgb(232, 107, 48);
                background-image: none;
            }
            #FORM_ITEM432 {
                width: 320.708px;
                height: 49.7864px;
                top: 0px;
                left: 0px;
            }
            #FORM_ITEM433 {
                width: 320.708px;
                height: 49.7864px;
                top: 57.7753px;
                left: 0px;
            }
            #FORM429 {
                width: 320.708px;
                height: 186.445px;
                top: 280.363px;
                left: 30.0017px;
            }
            #FORM429>.ladi-form {
                color: rgb(99, 99, 99);
                font-size: 15px;
                line-height: 1.6;
            }
            #FORM429 .ladi-form-item .ladi-form-control::placeholder,
            #FORM429 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
            #FORM429 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
                color: rgba(99, 99, 99, 1.0);
            }
            #FORM429 .ladi-form-item {
                padding-left: 0;
                padding-right: 0;
            }
            #FORM429 .ladi-form-item.ladi-form-checkbox {
                padding-left: 23px;
                padding-right: 23px;
            }
            #FORM429 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(99%2C%2099%2C%2099%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            #FORM429 .ladi-form-item-container {
                border-style: solid;
                border-color: rgb(16, 125, 145);
                border-radius: 11px;
            }
            #FORM429 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(16, 125, 145);
            }
            #FORM429 .ladi-form-item-background {
                background-color: rgb(255, 255, 255);
                opacity: 0.69;
                border-radius: 10px
            }
            #HEADLINE434 {
                width: 323px;
                top: 483.301px;
                left: 30.0017px;
            }
            #HEADLINE434>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(0, 0, 0);
                font-size: 15px;
                text-align: center;
                line-height: 1.4;
            }
            #HEADLINE435 {
                width: 323px;
                top: 30.082px;
                left: 30.0017px;
            }
            #HEADLINE435>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(114, 48, 13);
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #BOX437 {
                width: 321.285px;
                height: 44.1412px;
                top: 0px;
                left: 0px;
            }
            #BOX437>.ladi-box {
                border-style: solid;
                border-color: rgb(172, 103, 30);
                border-width: 3px;
                border-radius: 11px;
            }
            #BOX438 {
                width: 198.324px;
                height: 44.1412px;
                top: 0px;
                left: 120.699px;
            }
            #BOX438>.ladi-box {
                background: rgba(255, 255, 255, 1);
                background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                border-radius: 0px 11px 11px 0px;
            }
            #HEADLINE439 {
                width: 130px;
                top: 4.663px;
                left: 0px;
            }
            #HEADLINE439>.ladi-headline {
                text-decoration-line: line-through;
                -webkit-text-decoration-line: line-through;
                color: rgb(164, 21, 21);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE440 {
                width: 137px;
                top: 4.163px;
                left: 120.699px;
            }
            #HEADLINE440>.ladi-headline {
                font-family: "Roboto Slab", serif;
                color: rgb(164, 20, 20);
                font-size: 22px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP436 {
                width: 321.285px;
                height: 44.1412px;
                top: 99.2129px;
                left: 29.6168px;
            }
            #GROUP426 {
                width: 381.746px;
                height: 551.411px;
                top: 0px;
                left: 75.5215px;
            }
            #BOX442 {
                width: 53.797px;
                height: 53.7969px;
                top: 0px;
                left: 66.455px;
            }
            #BOX442>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX443 {
                width: 53.797px;
                height: 53.7969px;
                top: 0.000791px;
                left: 132.119px;
            }
            #BOX443>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX444 {
                width: 53.797px;
                height: 53.7969px;
                top: 0px;
                left: 198.178px;
            }
            #BOX444>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #COUNTDOWN_ITEM446 {
                visibility: hidden;
                pointer-events: none;
            }
            #COUNTDOWN445 {
                width: 216.162px;
                height: 45.0945px;
                top: 2.89712px;
                left: 50px;
            }
            #COUNTDOWN445>.ladi-countdown {
                color: rgb(0, 0, 0);
                font-size: 40px;
                font-weight: bold;
                text-align: center;
            }
            #COUNTDOWN445>.ladi-countdown>.ladi-element {
                width: calc((100% - 12px * 3) / 4);
                margin-right: 12px;
                height: 100%;
            }
            #GROUP441 {
                width: 253.162px;
                height: 53.7977px;
                top: 195.528px;
                left: 112.916px;
            }
            #HEADLINE450 {
                width: 533px;
                top: 573.136px;
                left: 0px;
            }
            #HEADLINE450>.ladi-headline {
                color: rgb(36, 36, 36);
                font-size: 16px;
                font-weight: bold;
                font-style: italic;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP425 {
                width: 533px;
                height: 599.136px;
                top: 205px;
                left: 604px;
            }
            #IMAGE24 {
                width: 440.796px;
                height: 381.335px;
                top: 37.5325px;
                left: 650.102px;
            }
            #IMAGE24>.ladi-image>.ladi-image-background {
                width: 440.796px;
                height: 381.335px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax-20210427072412.png");
            }
            #BUTTON_TEXT451 {
                width: 330px;
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT451>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON451 {
                width: 403px;
                height: 58px;
                top: 467px;
                left: 398.5px;
            }
            #BUTTON451>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON451>.ladi-button {
                border-radius: 100px;
            }
            #BUTTON451.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON_TEXT453 {
                width: 330px;
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT453>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON453 {
                width: 403px;
                height: 58px;
                top: 997.91px;
                left: 398px;
            }
            #BUTTON453>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON453>.ladi-button {
                border-radius: 100px;
            }
            #BUTTON453.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON_TEXT455 {
                width: 330px;
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT455>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON455 {
                width: 260px;
                height: 58px;
                top: 906.512px;
                left: 454px;
            }
            #BUTTON455>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON455>.ladi-button {
                border-radius: 100px;
            }
            #BUTTON455.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #IMAGE457 {
                width: 277.156px;
                height: 452.17px;
                top: 0px;
                left: 0px;
            }
            #IMAGE457>.ladi-image>.ladi-image-background {
                width: 277.156px;
                height: 457.213px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_gp_1-20210427081113.jpg");
            }
            #IMAGE458 {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
            }
            #IMAGE458>.ladi-image>.ladi-image-background {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
                background-image: url("../images/tag-text-box-vector-yellow-text-label-removebg-preview-20210204024354.png");
            }
            #PARAGRAPH459 {
                width: 213px;
                top: 88px;
                left: 35.5px;
            }
            #PARAGRAPH459>.ladi-paragraph {
                font-family: "Merriweather-Black.ttf";
                color: rgb(164, 21, 21);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH459.ladi-animation>.ladi-paragraph {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #PARAGRAPH460 {
                width: 153px;
                top: 108px;
                left: 62px;
            }
            #PARAGRAPH460>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP461 {
                width: 284px;
                height: 284px;
                top: 229px;
                left: 389px;
            }
            #IMAGE463 {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
            }
            #IMAGE463>.ladi-image>.ladi-image-background {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
                background-image: url("../images/tag-text-box-vector-yellow-text-label-removebg-preview-20210204024354.png");
            }
            #PARAGRAPH464 {
                width: 213px;
                top: 88px;
                left: 35.5px;
            }
            #PARAGRAPH464>.ladi-paragraph {
                font-family: "Merriweather-Black.ttf";
                color: rgb(164, 21, 21);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH464.ladi-animation>.ladi-paragraph {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #PARAGRAPH465 {
                width: 153px;
                top: 108px;
                left: 62px;
            }
            #PARAGRAPH465>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP462 {
                width: 284px;
                height: 284px;
                top: 62.112px;
                left: 365px;
            }
            #HEADLINE466 {
                width: 130px;
                top: 314px;
                left: 920.14px;
            }
            #HEADLINE466>.ladi-headline {
                color: rgb(164, 21, 21);
                font-size: 14px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE467 {
                width: 130px;
                top: 202.112px;
                left: 917px;
            }
            #HEADLINE467>.ladi-headline {
                color: rgb(164, 21, 21);
                font-size: 14px;
                text-align: center;
                line-height: 1.6;
            }
            #IMAGE475 {
                width: 277.813px;
                height: 457.784px;
                top: 0px;
                left: 253.156px;
            }
            #IMAGE475>.ladi-image>.ladi-image-background {
                width: 277.813px;
                height: 457.784px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_gp_2-20210427081113.jpg");
            }
            #GROUP476 {
                width: 530.969px;
                height: 457.784px;
                top: 342.512px;
                left: 0px;
            }
            #GROUP421 {
                width: 555.82px;
                height: 441.478px;
                top: 263.522px;
                left: 105.974px;
            }
            #IMAGE422 {
                width: 432.915px;
                height: 317.598px;
                top: 123.88px;
                left: 0px;
            }
            #IMAGE422>.ladi-image>.ladi-image-background {
                width: 432.915px;
                height: 432.916px;
                top: 0px;
                left: 0px;
                background-image: url("../images/5a28ba928af4a54609862615126186425692-20200702072834-20201029042726.png");
            }
            #IMAGE478 {
                width: 136px;
                height: 136px;
                top: 0px;
                left: 0px;
            }
            #IMAGE478>.ladi-image>.ladi-image-background {
                width: 224.945px;
                height: 168.709px;
                top: -21.519px;
                left: -31.8481px;
                background-image: url("../images/camellia-sinensis-732x549-thumbnail-20210427080028.jpg");
            }
            #IMAGE478>.ladi-image {
                border-style: solid;
                border-color: rgb(232, 140, 48);
                border-width: 5px;
                border-radius: 300000px;
            }
            #HEADLINE480 {
                width: 247px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE480>.ladi-headline {
                color: rgb(243, 184, 17);
                font-size: 27px;
                line-height: 1.6;
            }
            #PARAGRAPH481 {
                width: 296px;
                top: 104px;
                left: 0px;
            }
            #PARAGRAPH481>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP479 {
                width: 296px;
                height: 257px;
                top: 0px;
                left: 161.5px;
            }
            #GROUP477 {
                width: 457.5px;
                height: 257px;
                top: 527.53px;
                left: 349.203px;
            }
            #IMAGE483 {
                width: 145px;
                height: 145px;
                top: 0px;
                left: 265.5px;
            }
            #IMAGE483>.ladi-image>.ladi-image-background {
                width: 339.104px;
                height: 191.289px;
                top: -33.2893px;
                left: -142.228px;
                background-image: url("../images/parameriae_slimmax-20210427080313.jpg");
            }
            #IMAGE483>.ladi-image {
                border-style: solid;
                border-color: rgb(232, 140, 48);
                border-width: 5px;
                border-radius: 300000px;
            }
            #HEADLINE485 {
                width: 247px;
                top: 0px;
                left: 1px;
            }
            #HEADLINE485>.ladi-headline {
                color: rgb(243, 184, 17);
                font-size: 27px;
                text-align: right;
                line-height: 1.6;
            }
            #PARAGRAPH486 {
                width: 249px;
                top: 104px;
                left: 0px;
            }
            #PARAGRAPH486>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: right;
                line-height: 1.6;
            }
            #GROUP484 {
                width: 249px;
                height: 283px;
                top: 0px;
                left: 0px;
            }
            #GROUP482 {
                width: 410.5px;
                height: 283px;
                top: 183.334px;
                left: 784px;
            }
            #IMAGE492 {
                width: 366.156px;
                height: 561px;
                top: -38px;
                left: 863.844px;
            }
            #IMAGE492>.ladi-image>.ladi-image-background {
                width: 366.292px;
                height: 561px;
                top: 0px;
                left: 0px;
                background-image: url("../images/z2457699659061_2f61d705722a04dacdc85562410eef8b-20210427084040.jpg");
            }
            #IMAGE491 {
                width: 366.694px;
                height: 459px;
                top: 0px;
                left: 450px;
            }
            #IMAGE491>.ladi-image>.ladi-image-background {
                width: 366.694px;
                height: 459px;
                top: 0px;
                left: 0px;
                background-image: url("../images/z2457699661832_ce5614e3555821cc9ff92f4e2e4a60ee-20210427084040.jpg");
            }
            #IMAGE490 {
                width: 371.432px;
                height: 531px;
                top: -8px;
                left: 27px;
            }
            #IMAGE490>.ladi-image>.ladi-image-background {
                width: 371.432px;
                height: 609.796px;
                top: -28px;
                left: 0px;
                background-image: url("../images/z2457699673220_231199880dda9ae6b11504769dd12dcf-20210427084040.jpg");
            }
            #CAROUSEL489 {
                width: 1257.17px;
                height: 523px;
                top: 141.233px;
                left: -20px;
            }
            #HEADLINE488 {
                width: 1020px;
                top: 36.233px;
                left: 100px;
            }
            #HEADLINE488>.ladi-headline {
                font-family: "Roboto";
                color: rgb(36, 36, 36);
                font-size: 55px;
                font-weight: bold;
                text-align: center;
                line-height: 1.2;
            }
            #SECTION487 {
                height: 705.9px;
            }
            #SECTION487>.ladi-section-background {
                background-color: rgb(255, 255, 255);
            }
            #NOTIFY493 {
                width: 300px;
                height: 62px;
                top: 10px;
                left: 10px;
                bottom: auto;
                right: auto;
                position: fixed;
                z-index: 90000060;
            }
        }

        @media (max-width: 767px) {
            #SECTION_POPUP {
                height: 0px;
            }
            #SECTION1 {
                height: 1085.74px;
            }
            #SECTION1>.ladi-section-background {
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/bg1-20201209094517.png");
                background-position: left top;
                background-repeat: no-repeat;
            }
            #SECTION2 {
                height: 1492.64px;
            }
            #SECTION2>.ladi-section-background {
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION6 {
                height: 1100.86px;
            }
            #SECTION6>.ladi-section-background {
                background-color: rgb(11, 152, 181);
            }
            #SECTION7 {
                height: 1897.02px;
            }
            #SECTION7>.ladi-section-background {
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION8 {
                height: 949.667px;
            }
            #SECTION8>.ladi-section-background {
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION9 {
                height: 1538.15px;
                display: none !important;
            }
            #SECTION9>.ladi-section-background {
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION10 {
                height: 1573.01px;
            }
            #SECTION10>.ladi-section-background {
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION11 {
                height: 1967px;
            }
            #SECTION11>.ladi-section-background {
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: no-repeat;
            }
            #SECTION12 {
                height: 782.4px;
            }
            #SECTION12>.ladi-section-background {
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #SECTION13 {
                height: 720.78px;
            }
            #SECTION13>.ladi-section-background {
                background-size: auto 100%;
                background-attachment: scroll;
                background-origin: content-box;
                background-image: url("../images/background-tuong-20200709034856-20201029042739.jpg");
                background-position: center top;
                background-repeat: no-repeat;
            }
            #HEADLINE16 {
                width: 247px;
                top: -1px;
                left: 96.814px;
            }
            #HEADLINE16>.ladi-headline {
                font-family: "UTM AvoBold.ttf";
                color: rgb(243, 182, 16);
                font-size: 44px;
                line-height: 1.6;
            }
            #BOX17 {
                width: 250px;
                height: 153px;
                top: 0px;
                left: 0px;
            }
            #BOX17>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-top-right-radius: 20px;
            }
            #HEADLINE18 {
                width: 264px;
                top: 62.567px;
                left: 78px;
            }
            #HEADLINE18>.ladi-headline {
                color: rgb(0, 0, 0);
                font-size: 17px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE19 {
                width: 180px;
                top: 29px;
                left: 10px;
            }
            #HEADLINE19>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 18px;
                font-weight: bold;
                text-align: left;
                line-height: 1.6;
            }
            #IMAGE23 {
                width: 195px;
                height: 195px;
                top: 96px;
                left: -42.395px;
            }
            #IMAGE23>.ladi-image>.ladi-image-background {
                width: 195px;
                height: 195px;
                top: 0px;
                left: 0px;
                background-image: url("../images/pngtreefloating-yellow-green-leaves-material_4041139-20200710044327-20201029042906.png");
            }
            #IMAGE25 {
                width: 111.065px;
                height: 99.467px;
                top: 215px;
                left: 323.623px;
            }
            #IMAGE25>.ladi-image>.ladi-image-background {
                width: 111.065px;
                height: 111.065px;
                top: 0px;
                left: 0px;
                background-image: url("../images/pngwingcom-20200710030651-20201029042906.png");
            }
            #IMAGE25>.ladi-image {
                transform: rotate(-150deg);
                -webkit-transform: rotate(-150deg);
            }
            #BOX26 {
                width: 369.016px;
                height: 191.942px;
                top: 0px;
                left: 0px;
            }
            #BOX26>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-radius: 20px;
            }
            #BOX27 {
                width: 369.016px;
                height: 191.942px;
                top: 4.16234px;
                left: 6.7495px;
            }
            #BOX27>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-style: dashed;
                border-color: rgb(42, 178, 60);
                border-width: 1px;
                border-radius: 20px;
            }
            #GROUP28 {
                width: 375.766px;
                height: 196.104px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE29 {
                width: 343px;
                top: 30.0522px;
                left: 16.8827px;
            }
            #HEADLINE29>.ladi-headline {
                color: rgb(0, 0, 0);
                font-size: 17px;
                text-align: center;
                line-height: 1.8;
            }
            #GROUP33 {
                width: 375.765px;
                height: 196.104px;
                top: 69.538px;
                left: 22.1173px;
            }
            #IMAGE34 {
                width: 386.281px;
                height: 608.4px;
                top: 176px;
                left: -119.632px;
            }
            #IMAGE34>.ladi-image>.ladi-image-background {
                width: 386.281px;
                height: 608.4px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-4-20201209102808.png");
            }
            #BOX35 {
                width: 393px;
                height: 77px;
                top: 0px;
                left: 0px;
            }
            #BOX35>.ladi-box {
                background: #fdfbfb;
                background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
                background: linear-gradient(180deg, #fdfbfb, #eaedee);
                border-radius: 100px;
            }
            #HEADLINE36 {
                width: 356px;
                top: 14.5px;
                left: 19px;
            }
            #HEADLINE36>.ladi-headline {
                color: rgb(46, 96, 161);
                font-size: 20px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP37 {
                width: 393px;
                height: 77px;
                top: 21.4px;
                left: 15.2505px;
            }
            #SHAPE38 {
                width: 53px;
                height: 53px;
                top: 0px;
                left: 0px;
            }
            #SHAPE38 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE39 {
                width: 52px;
                top: 1px;
                left: 10.6857px;
            }
            #HEADLINE39>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 32px;
                line-height: 1.6;
            }
            #GROUP40 {
                width: 62.6857px;
                height: 53px;
                top: 0px;
                left: 111.157px;
            }
            #BOX42 {
                width: 285px;
                height: 137px;
                top: 50px;
                left: 0px;
            }
            #BOX42>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH44 {
                width: 269px;
                top: 64px;
                left: 8px;
            }
            #PARAGRAPH44>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 14px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP45 {
                width: 285px;
                height: 187px;
                top: 108.4px;
                left: 126.5px;
            }
            #SHAPE48 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE48 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE49 {
                width: 57px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE49>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP47 {
                width: 80px;
                height: 80px;
                top: 24.5px;
                left: 0px;
            }
            #BOX50 {
                width: 704px;
                height: 129px;
                top: 0px;
                left: 92px;
            }
            #BOX50>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH51 {
                width: 652px;
                top: 13.5px;
                left: 118px;
            }
            #PARAGRAPH51>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: justify;
                line-height: 1.6;
            }
            #GROUP46 {
                width: 796px;
                height: 129px;
                top: 473.4px;
                left: 468px;
            }
            #SHAPE54 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE54 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE55 {
                width: 56px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE55>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP53 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #BOX56 {
                width: 704px;
                height: 80px;
                top: 0px;
                left: 92px;
            }
            #BOX56>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH57 {
                width: 652px;
                top: 14.5px;
                left: 118px;
            }
            #PARAGRAPH57>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: justify;
                line-height: 1.6;
            }
            #GROUP52 {
                width: 796px;
                height: 80px;
                top: 641.7px;
                left: 455px;
            }
            #SHAPE60 {
                width: 80px;
                height: 80px;
                top: 0px;
                left: 0px;
            }
            #SHAPE60 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE61 {
                width: 56px;
                top: 0px;
                left: 13.5px;
            }
            #HEADLINE61>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 47px;
                line-height: 1.6;
            }
            #GROUP59 {
                width: 80px;
                height: 80px;
                top: 13px;
                left: 0px;
            }
            #BOX62 {
                width: 704px;
                height: 109px;
                top: 0px;
                left: 92px;
            }
            #BOX62>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH63 {
                width: 652px;
                top: 16px;
                left: 118px;
            }
            #PARAGRAPH63>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 16px;
                text-align: justify;
                line-height: 1.6;
            }
            #GROUP58 {
                width: 796px;
                height: 109px;
                top: 274.4px;
                left: -897px;
            }
            #HEADLINE64 {
                width: 400px;
                top: 36px;
                left: 10px;
            }
            #HEADLINE64>.ladi-headline {
                color: rgb(23, 101, 201);
                font-size: 35px;
                text-align: center;
                line-height: 1.2;
            }
            #IMAGE65 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 100px;
            }
            #IMAGE65>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/karena-warisan-genetik-20200709044942-20201029042842.png");
            }
            #HEADLINE66 {
                width: 401px;
                top: 215px;
                left: 0px;
            }
            #HEADLINE66>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH67 {
                width: 400px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH67>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 18px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP68 {
                width: 401px;
                height: 426px;
                top: 163px;
                left: 10px;
            }
            #IMAGE70 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 98px;
            }
            #IMAGE70>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/kebiasaan-gaya-hidup-20200709045711-20201029042842.png");
            }
            #HEADLINE71 {
                width: 400px;
                top: 213px;
                left: 0px;
            }
            #HEADLINE71>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH72 {
                width: 400px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH72>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 18px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP69 {
                width: 400px;
                height: 398px;
                top: 633px;
                left: 10px;
            }
            #IMAGE74 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 98.75px;
            }
            #IMAGE74>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/ketidakseimbangan-hormon-20200709045427-20201029042842.png");
            }
            #HEADLINE75 {
                width: 401px;
                top: 211px;
                left: 0px;
            }
            #HEADLINE75>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH76 {
                width: 400px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH76>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 18px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP73 {
                width: 401px;
                height: 370px;
                top: 1073px;
                left: 10px;
            }
            #IMAGE78 {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 101.5px;
            }
            #IMAGE78>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 200px;
                top: 0px;
                left: 0px;
                background-image: url("../images/lingkungan-20200709045226-20201029042853.png");
            }
            #HEADLINE79 {
                width: 401px;
                top: 214px;
                left: 0px;
            }
            #HEADLINE79>.ladi-headline {
                color: rgb(243, 181, 8);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH80 {
                width: 400px;
                top: 258px;
                left: 0px;
            }
            #PARAGRAPH80>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 18px;
                text-align: justify;
                line-height: 1.6;
            }
            #GROUP77 {
                width: 401px;
                height: 314px;
                top: 1493px;
                left: 10px;
            }
            #HEADLINE83 {
                width: 401px;
                top: 20px;
                left: 10px;
            }
            #HEADLINE83>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 30px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE84 {
                width: 383px;
                top: 50px;
                left: 18.5px;
            }
            #HEADLINE84>.ladi-headline {
                font-family: "UTM AvoBold.ttf";
                color: rgb(251, 216, 115);
                font-size: 60px;
                text-align: center;
                line-height: 1.6;
            }
            #BOX85 {
                width: 403.5px;
                height: 122px;
                top: 0px;
                left: 0px;
            }
            #BOX85>.ladi-box {
                background: #fdfbfb;
                background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
                background: linear-gradient(180deg, #fdfbfb, #eaedee);
                border-style: dashed;
                border-color: rgb(243, 184, 17);
                border-width: 3px;
                border-radius: 10px;
            }
            #HEADLINE86 {
                width: 379px;
                top: 14px;
                left: 12.4444px;
            }
            #HEADLINE86>.ladi-headline {
                color: rgb(0, 0, 0);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP87 {
                width: 403.5px;
                height: 122px;
                top: 167px;
                left: 8.5px;
            }
            #PARAGRAPH91 {
                width: 403px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH91>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE92 {
                width: 403px;
                top: 46px;
                left: 0px;
            }
            #LINE92>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE92>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP93 {
                width: 402px;
                height: 63px;
                top: 912.08px;
                left: 10px;
            }
            #PARAGRAPH95 {
                width: 404px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH95>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE96 {
                width: 404px;
                top: 46px;
                left: 0px;
            }
            #LINE96>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE96>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP94 {
                width: 404px;
                height: 63px;
                top: 998.006px;
                left: 10.25px;
            }
            #PARAGRAPH98 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH98>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE99 {
                width: 403px;
                top: 26px;
                left: 0px;
            }
            #LINE99>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE99>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP97 {
                width: 647px;
                height: 51px;
                top: 1083.01px;
                left: 10.25px;
            }
            #PARAGRAPH101 {
                width: 403px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH101>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE102 {
                width: 403px;
                top: 47px;
                left: 0px;
            }
            #LINE102>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE102>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP100 {
                width: 403px;
                height: 64px;
                top: 1225.01px;
                left: 10.25px;
            }
            #PARAGRAPH104 {
                width: 647px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH104>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE105 {
                width: 403px;
                top: 26px;
                left: 0px;
            }
            #LINE105>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE105>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP103 {
                width: 647px;
                height: 51px;
                top: 1153.01px;
                left: 10.25px;
            }
            #PARAGRAPH107 {
                width: 406px;
                top: 0px;
                left: 0px;
            }
            #PARAGRAPH107>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 1.6;
            }
            #LINE108 {
                width: 407px;
                top: 46px;
                left: 0px;
            }
            #LINE108>.ladi-line>.ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE108>.ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #GROUP106 {
                width: 405px;
                height: 63px;
                top: 1313.01px;
                left: 10px;
            }
            #PARAGRAPH109 {
                width: 400px;
                top: 1392.01px;
                left: 10px;
            }
            #PARAGRAPH109>.ladi-paragraph {
                color: rgb(253, 225, 145);
                font-size: 16px;
                line-height: 1.6;
            }
            #HEADLINE112 {
                width: 400px;
                top: 50px;
                left: 10px;
            }
            #HEADLINE112>.ladi-headline {
                color: rgb(23, 101, 201);
                font-size: 37px;
                text-align: center;
                line-height: 1.2;
            }
            #IMAGE113 {
                width: 368.371px;
                height: 330px;
                top: 1139.07px;
                left: 10px;
            }
            #IMAGE113>.ladi-image>.ladi-image-background {
                width: 368.371px;
                height: 330px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_ind_decor-20210427084904.png");
            }
            #IMAGE114 {
                width: 158px;
                height: 158px;
                top: 21.896px;
                left: 0px;
            }
            #IMAGE114>.ladi-image>.ladi-image-background {
                width: 158px;
                height: 158px;
                top: 0px;
                left: 0px;
                background-image: url("../images/adb8479f91b7d4cb127de59db908fdcf_1518106520-b-20210427082254.jpg");
            }
            #IMAGE114>.ladi-image {
                border-style: solid;
                border-color: rgb(232, 140, 48);
                border-width: 5px;
                border-radius: 300000px;
            }
            #HEADLINE115 {
                width: 228px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE115>.ladi-headline {
                color: rgb(243, 184, 17);
                font-size: 24px;
                line-height: 1.6;
            }
            #PARAGRAPH116 {
                width: 213px;
                top: 90px;
                left: 0px;
            }
            #PARAGRAPH116>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP122 {
                width: 228px;
                height: 320px;
                top: 0px;
                left: 179.75px;
            }
            #GROUP123 {
                width: 407.75px;
                height: 320px;
                top: 129.074px;
                left: 10.25px;
            }
            #HEADLINE144 {
                width: 400px;
                top: 25px;
                left: 10px;
            }
            #HEADLINE144>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 37px;
                text-align: center;
                line-height: 1.2;
            }
            #PARAGRAPH145 {
                width: 400px;
                top: 125px;
                left: 10px;
            }
            #PARAGRAPH145>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 15px;
                text-align: center;
                line-height: 1.6;
            }
            #IMAGE146 {
                width: 374.948px;
                height: 375.382px;
                top: 600.764px;
                left: 22.526px;
            }
            #IMAGE146>.ladi-image>.ladi-image-background {
                width: 603.508px;
                height: 452.631px;
                top: -40px;
                left: -79px;
                background-image: url("../images/z2150554284134_0c94e26d8a98311ecc388399e5431f06-20201029080613.jpg");
            }
            #IMAGE146>.ladi-image {
                border-style: solid;
                border-color: rgb(47, 97, 161);
                border-width: 5px;
                border-radius: 310px;
            }
            #BOX148 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX148>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE149 {
                width: 227px;
                top: 17.114px;
                left: 7.895px;
            }
            #HEADLINE149>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP150 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 76.29px;
            }
            #BOX152 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX152>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE153 {
                width: 223px;
                top: 21.114px;
                left: 8.895px;
            }
            #HEADLINE153>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP151 {
                width: 241.79px;
                height: 79.228px;
                top: 107.577px;
                left: 0px;
            }
            #BOX155 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX155>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE156 {
                width: 219px;
                top: 21.614px;
                left: 11.895px;
            }
            #HEADLINE156>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP154 {
                width: 241.79px;
                height: 79.228px;
                top: 215.154px;
                left: 76.29px;
            }
            #GROUP157 {
                width: 318.08px;
                height: 294.382px;
                top: 260px;
                left: 50.96px;
            }
            #BOX160 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX160>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE161 {
                width: 220px;
                top: 19.114px;
                left: 9.04px;
            }
            #HEADLINE161>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP159 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX163 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX163>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE164 {
                width: 220px;
                top: 25.614px;
                left: 12.75px;
            }
            #HEADLINE164>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.2;
            }
            #GROUP162 {
                width: 241.79px;
                height: 79.228px;
                top: 107.077px;
                left: 76.29px;
            }
            #BOX166 {
                width: 241.79px;
                height: 79.228px;
                top: 0px;
                left: 0px;
            }
            #BOX166>.ladi-box {
                background-color: rgb(243, 184, 17);
                border-style: dashed;
                border-color: rgb(255, 255, 255);
                border-width: 2px;
                border-radius: 20px;
            }
            #HEADLINE167 {
                width: 220px;
                top: 22.614px;
                left: 10.04px;
            }
            #HEADLINE167>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP165 {
                width: 241.79px;
                height: 79.228px;
                top: 212.154px;
                left: 0px;
            }
            #GROUP158 {
                width: 318.08px;
                height: 291.382px;
                top: 1019.38px;
                left: 50.96px;
            }
            #BOX168 {
                width: 406px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #BOX168>.ladi-box {
                opacity: 0.52;
                background-color: rgb(255, 255, 255);
                border-style: dashed;
                border-color: rgb(0, 0, 0);
                border-width: 2px;
            }
            #PARAGRAPH169 {
                width: 392px;
                top: 12px;
                left: 7.5px;
            }
            #PARAGRAPH169>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 20px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP170 {
                width: 406px;
                height: 125px;
                top: 1359.15px;
                left: 7px;
            }
            #HEADLINE171 {
                width: 400px;
                top: 30px;
                left: 9px;
            }
            #HEADLINE171>.ladi-headline {
                color: rgb(23, 101, 201);
                font-size: 25px;
                text-align: center;
                line-height: 1.2;
            }
            #IMAGE172 {
                width: 400px;
                height: 177.667px;
                top: 139px;
                left: 10px;
            }
            #IMAGE172>.ladi-image>.ladi-image-background {
                width: 400px;
                height: 177.667px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-1-1567479193-20200415064400-20200702032620-20201029042853.png");
            }
            #HEADLINE173 {
                width: 117px;
                top: 0px;
                left: 20px;
            }
            #HEADLINE173>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH174 {
                width: 173px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH174>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 14px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP175 {
                width: 173px;
                height: 192px;
                top: 340.667px;
                left: 10px;
            }
            #HEADLINE177 {
                width: 129px;
                top: 0px;
                left: 38px;
            }
            #HEADLINE177>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH178 {
                width: 177px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH178>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 14px;
                text-align: right;
                line-height: 1.6;
            }
            #GROUP176 {
                width: 177px;
                height: 125px;
                top: 340.667px;
                left: 233px;
            }
            #HEADLINE180 {
                width: 129px;
                top: 0px;
                left: 32px;
            }
            #HEADLINE180>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH181 {
                width: 181px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH181>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 14px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP179 {
                width: 181px;
                height: 192px;
                top: 558.667px;
                left: 10.5px;
            }
            #HEADLINE186 {
                width: 129px;
                top: 0px;
                left: 58px;
            }
            #HEADLINE186>.ladi-headline {
                color: rgb(23, 170, 200);
                font-size: 22px;
                line-height: 1.6;
            }
            #PARAGRAPH187 {
                width: 199px;
                top: 35px;
                left: 0px;
            }
            #PARAGRAPH187>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 14px;
                text-align: right;
                line-height: 1.6;
            }
            #GROUP185 {
                width: 198px;
                height: 147px;
                top: 551.334px;
                left: 212px;
            }
            #BOX189 {
                width: 401px;
                height: 109px;
                top: 0px;
                left: 0px;
            }
            #BOX189>.ladi-box {
                background-color: rgb(24, 103, 203);
                border-radius: 15px;
            }
            #PARAGRAPH190 {
                width: 380px;
                top: 12px;
                left: 13.5px;
            }
            #PARAGRAPH190>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP188 {
                width: 401px;
                height: 109px;
                top: 792.667px;
                left: 9.5px;
            }
            #HEADLINE193 {
                width: 400px;
                top: 28.613px;
                left: 10px;
            }
            #HEADLINE193>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 26px;
                text-align: center;
                line-height: 1.2;
            }
            #SECTION192 {
                height: 919.642px;
            }
            #SECTION192>.ladi-section-background {
                background-image: url("../images/untitled-1-20201209105213.png");
                background-position: center top;
                background-repeat: repeat;
            }
            #IMAGE194 {
                width: 189px;
                height: 142.147px;
                top: 399.901px;
                left: 0px;
            }
            #IMAGE194>.ladi-image>.ladi-image-background {
                width: 189px;
                height: 142.147px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-4-20191216145748-20200702044216-20201029042921.jpg");
            }
            #IMAGE195 {
                width: 187.47px;
                height: 185.901px;
                top: 214px;
                left: 0px;
            }
            #IMAGE195>.ladi-image>.ladi-image-background {
                width: 187.47px;
                height: 185.901px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-5-20191216145747-20200702044216-20201029042922.jpg");
            }
            #IMAGE196 {
                width: 189.729px;
                height: 147.643px;
                top: 734.341px;
                left: 0px;
            }
            #IMAGE196>.ladi-image>.ladi-image-background {
                width: 189.729px;
                height: 192.972px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-6-20191216145748-20200702044216-20201029042922.jpg");
            }
            #IMAGE197 {
                width: 230.737px;
                height: 227px;
                top: 213.301px;
                left: 189px;
            }
            #IMAGE197>.ladi-image>.ladi-image-background {
                width: 230.737px;
                height: 227px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-2-20191216145747-20200702044215-20201029042921.jpg");
            }
            #IMAGE198 {
                width: 235.623px;
                height: 237.784px;
                top: 645.04px;
                left: 188.35px;
            }
            #IMAGE198>.ladi-image>.ladi-image-background {
                width: 235.623px;
                height: 237.784px;
                top: 0px;
                left: 0px;
                background-image: url("../images/truoc-sau-3-20191216145747-20200702044215-20201029042921.jpg");
            }
            #IMAGE199 {
                width: 189px;
                height: 191.964px;
                top: 542.048px;
                left: 0px;
            }
            #IMAGE199>.ladi-image>.ladi-image-background {
                width: 189px;
                height: 191.964px;
                top: 0px;
                left: 0px;
                background-image: url("../images/anh-mo-20200415165519-20200702044215-20201029042727.jpg");
            }
            #IMAGE200 {
                width: 230.309px;
                height: 206.839px;
                top: 440.362px;
                left: 188.737px;
            }
            #IMAGE200>.ladi-image>.ladi-image-background {
                width: 230.309px;
                height: 206.839px;
                top: 0px;
                left: 0px;
                background-image: url("../images/anh-mo-4-20200415165519-20200702044215-20201029042727.jpg");
            }
            #IMAGE201 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE201>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb-20200711033830-20201029042757.png");
            }
            #HEADLINE202 {
                width: 151px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE202>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE203 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE203>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP204 {
                width: 150px;
                height: 51.0968px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH205 {
                width: 251px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH205>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP206 {
                width: 401px;
                height: 279px;
                top: 20px;
                left: 10.5px;
            }
            #IMAGE214 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE214>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb2-20200711034246-20201029042756.png");
            }
            #HEADLINE216 {
                width: 359px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE216>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE217 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE217>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP215 {
                width: 358px;
                height: 57px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH218 {
                width: 251px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH218>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP213 {
                width: 508px;
                height: 198px;
                top: 336px;
                left: 10.5px;
            }
            #IMAGE220 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE220>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb3-20200711034439-20201029042757.png");
            }
            #HEADLINE222 {
                width: 192px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE222>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE223 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE223>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP221 {
                width: 192px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH224 {
                width: 251px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH224>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP219 {
                width: 401px;
                height: 151px;
                top: 1046px;
                left: 10.5px;
            }
            #IMAGE226 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE226>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/sp4-20200711034614-20201029042906.png");
            }
            #HEADLINE228 {
                width: 203px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE228>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE229 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE229>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP227 {
                width: 203px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH230 {
                width: 252px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH230>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP225 {
                width: 402px;
                height: 304px;
                top: 1518.66px;
                left: 10px;
            }
            #IMAGE232 {
                width: 124.38px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE232>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb4-20200711034938-20201029042757.png");
            }
            #HEADLINE234 {
                width: 191px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE234>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE235 {
                width: 111.444px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE235>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP233 {
                width: 191.047px;
                height: 58px;
                top: 6px;
                left: 149.256px;
            }
            #PARAGRAPH236 {
                width: 252px;
                top: 74px;
                left: 149.256px;
            }
            #PARAGRAPH236>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP231 {
                width: 401.256px;
                height: 474px;
                top: 573px;
                left: 10.5px;
            }
            #IMAGE238 {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
            }
            #IMAGE238>.ladi-image>.ladi-image-background {
                width: 125px;
                height: 125px;
                top: 0px;
                left: 0px;
                background-image: url("../images/fb5-20200711035114-20201029042757.png");
            }
            #HEADLINE240 {
                width: 192px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE240>.ladi-headline {
                color: rgb(24, 103, 204);
                font-size: 18px;
                line-height: 1.6;
            }
            #IMAGE241 {
                width: 112px;
                height: 27.0968px;
                top: 24px;
                left: 0px;
            }
            #IMAGE241>.ladi-image>.ladi-image-background {
                width: 112px;
                height: 27.0968px;
                top: 0px;
                left: 0px;
                background-image: url("../images/screenshot-2020-10-28-144858-20201028075227.png");
            }
            #GROUP239 {
                width: 192px;
                height: 58px;
                top: 6px;
                left: 150px;
            }
            #PARAGRAPH242 {
                width: 252px;
                top: 74px;
                left: 150px;
            }
            #PARAGRAPH242>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP237 {
                width: 402px;
                height: 228px;
                top: 1245px;
                left: 10px;
            }
            #SHAPE264 {
                width: 53px;
                height: 52.5932px;
                top: 0px;
                left: 0px;
            }
            #SHAPE264 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE265 {
                width: 51px;
                top: 0px;
                left: 8.5px;
            }
            #HEADLINE265>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 31px;
                line-height: 1.6;
            }
            #GROUP263 {
                width: 59.5px;
                height: 52.5932px;
                top: 0px;
                left: 121.75px;
            }
            #BOX266 {
                width: 284px;
                height: 185.61px;
                top: 49.3898px;
                left: 0px;
            }
            #BOX266>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH267 {
                width: 263px;
                top: 65.4068px;
                left: 13.5px;
            }
            #PARAGRAPH267>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 13px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP262 {
                width: 284px;
                height: 235px;
                top: 316.9px;
                left: 127px;
            }
            #SHAPE271 {
                width: 53px;
                height: 53px;
                top: 0px;
                left: 0px;
            }
            #SHAPE271 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE272 {
                width: 51px;
                top: 0px;
                left: 6.5px;
            }
            #HEADLINE272>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 33px;
                line-height: 1.6;
            }
            #GROUP270 {
                width: 57.5px;
                height: 53px;
                top: 0px;
                left: 112.75px;
            }
            #BOX273 {
                width: 283px;
                height: 110px;
                top: 51px;
                left: 0px;
            }
            #BOX273>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH274 {
                width: 261px;
                top: 66px;
                left: 11px;
            }
            #PARAGRAPH274>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 13px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP269 {
                width: 283px;
                height: 161px;
                top: 573.4px;
                left: 128px;
            }
            #SHAPE277 {
                width: 53px;
                height: 53px;
                top: 0px;
                left: 0px;
            }
            #SHAPE277 svg:last-child {
                fill: rgba(251, 215, 115, 1.0);
            }
            #HEADLINE278 {
                width: 51px;
                top: 0px;
                left: 6.5px;
            }
            #HEADLINE278>.ladi-headline {
                color: rgb(251, 216, 115);
                font-size: 33px;
                line-height: 1.6;
            }
            #GROUP276 {
                width: 57.5px;
                height: 53px;
                top: 13px;
                left: 0px;
            }
            #BOX279 {
                width: 210px;
                height: 175px;
                top: 0px;
                left: 59.5px;
            }
            #BOX279>.ladi-box {
                background-color: rgb(253, 224, 144);
                border-radius: 41px;
            }
            #PARAGRAPH280 {
                width: 188px;
                top: 15px;
                left: 75px;
            }
            #PARAGRAPH280>.ladi-paragraph {
                color: rgb(82, 80, 80);
                font-size: 13px;
                text-align: left;
                line-height: 1.6;
            }
            #GROUP275 {
                width: 269.5px;
                height: 175px;
                top: 492.2px;
                left: 475.25px;
            }
            #IMAGE287 {
                width: 664.036px;
                height: 231.375px;
                top: 19.258px;
                left: -120px;
            }
            #IMAGE287>.ladi-image>.ladi-image-background {
                width: 664.036px;
                height: 231.375px;
                top: 0px;
                left: 0px;
                background-image: url("../images/shape-1-20201209101059.png");
            }
            #PARAGRAPH290 {
                width: 400px;
                top: 19.5px;
                left: 10px;
            }
            #PARAGRAPH290>.ladi-paragraph {
                color: rgb(255, 255, 255);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #SECTION288 {
                height: 79px;
            }
            #SECTION288>.ladi-section-background {
                background-color: rgb(1, 100, 120);
            }
            #IMAGE292 {
                width: 200px;
                height: 133.4px;
                top: 499.382px;
                left: -359px;
            }
            #IMAGE292>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 133.4px;
                top: 0px;
                left: 0px;
                background-image: url("../images/han-tools-20201209110942.png");
            }
            #IMAGE293 {
                width: 200px;
                height: 133.4px;
                top: 508.382px;
                left: -390px;
            }
            #IMAGE293>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 133.4px;
                top: 0px;
                left: 0px;
                background-image: url("../images/4e3-20201209111125.png");
            }
            #BOX333 {
                width: 369px;
                height: 506px;
                top: 0px;
                left: 0px;
            }
            #BOX333>.ladi-box {
                background-color: rgba(252, 216, 216, 0.1);
                border-style: solid;
                border-color: rgb(160, 223, 255);
                border-width: 1px;
                border-radius: 17px;
            }
            #BOX334 {
                width: 358px;
                height: 485.867px;
                top: 9.56735px;
                left: 5px;
            }
            #BOX334>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-style: solid;
                border-color: rgb(130, 212, 255);
                border-width: 1px;
                border-radius: 11px;
            }
            #BUTTON_TEXT336 {
                width: 310px;
                top: 12.3748px;
                left: 0px;
            }
            #BUTTON_TEXT336>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON336 {
                width: 310px;
                height: 48.1241px;
                top: 132.096px;
                left: 0px;
                display: flex;
                background: transparent;
            }
            #BUTTON336>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON336>.ladi-button {
                border-radius: 11px;
            }
            #BUTTON336.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON336>.ladi-button:hover .ladi-button-background {
                background-color: rgb(232, 107, 48);
                background-image: none;
            }
            #FORM_ITEM338 {
                width: 310px;
                height: 48.1241px;
                top: 0px;
                left: 0px;
            }
            #FORM_ITEM339 {
                width: 310px;
                height: 48.1241px;
                top: 55.8463px;
                left: 0px;
            }
            #FORM335 {
                width: 310px;
                height: 180.22px;
                top: 271.002px;
                left: 29px;
            }
            #FORM335>.ladi-form {
                color: rgb(99, 99, 99);
                font-size: 15px;
                line-height: 1.6;
            }
            #FORM335 .ladi-form-item .ladi-form-control::placeholder,
            #FORM335 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
            #FORM335 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
                color: rgba(99, 99, 99, 1.0);
            }
            #FORM335 .ladi-form-item {
                padding-left: 0px;
                padding-right: 0px;
            }
            #FORM335 .ladi-form-item.ladi-form-checkbox {
                padding-left: 23px;
                padding-right: 23px;
            }
            #FORM335 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(99%2C%2099%2C%2099%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            #FORM335 .ladi-form-item-container {
                border-style: solid;
                border-color: rgb(16, 125, 145);
                border-radius: 11px;
            }
            #FORM335 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(16, 125, 145);
            }
            #FORM335 .ladi-form-item-background {
                background-color: rgb(255, 255, 255);
                opacity: 0.69;
                border-radius: 10px
            }
            #HEADLINE340 {
                width: 312px;
                top: 467.164px;
                left: 29px;
            }
            #HEADLINE340>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(0, 0, 0);
                font-size: 15px;
                text-align: center;
                line-height: 1.4;
            }
            #HEADLINE341 {
                width: 311px;
                top: 29.0776px;
                left: 29px;
            }
            #HEADLINE341>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(114, 48, 13);
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #BOX343 {
                width: 192.603px;
                height: 38.7416px;
                top: 0px;
                left: 117.582px;
            }
            #BOX343>.ladi-box {
                background: rgba(255, 255, 255, 1);
                background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                border-radius: 0px 11px 11px 0px;
            }
            #HEADLINE344 {
                width: 133px;
                top: 4.7903px;
                left: 0px;
            }
            #HEADLINE344>.ladi-headline {
                text-decoration-line: line-through;
                -webkit-text-decoration-line: line-through;
                color: rgb(164, 21, 21);
                font-size: 17px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE345 {
                width: 129px;
                top: 2px;
                left: 117.582px;
            }
            #HEADLINE345>.ladi-headline {
                font-family: "Roboto Slab", serif;
                color: rgb(164, 20, 20);
                font-size: 21px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #BOX346 {
                width: 310.558px;
                height: 38.7416px;
                top: 0px;
                left: 1.81395px;
            }
            #BOX346>.ladi-box {
                border-style: solid;
                border-color: rgb(172, 103, 30);
                border-width: 3px;
                border-radius: 11px;
            }
            #GROUP342 {
                width: 312.372px;
                height: 38.7416px;
                top: 102.9px;
                left: 25.314px;
            }
            #GROUP332 {
                width: 369px;
                height: 533px;
                top: 0px;
                left: 0px;
            }
            #BOX348 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0px;
                left: 64.2361px;
            }
            #BOX348>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX349 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0.000765px;
                left: 127.708px;
            }
            #BOX349>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX350 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0px;
                left: 191.561px;
            }
            #BOX350>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #COUNTDOWN_ITEM352 {
                visibility: hidden;
                pointer-events: none;
            }
            #COUNTDOWN351 {
                width: 202.709px;
                height: 43.5889px;
                top: 2.80039px;
                left: 50px;
            }
            #COUNTDOWN351>.ladi-countdown {
                color: rgb(0, 0, 0);
                font-size: 40px;
                font-weight: bold;
                text-align: center;
            }
            #COUNTDOWN351>.ladi-countdown>.ladi-element {
                width: calc((100% - 12px * 3) / 4);
                margin-right: 12px;
                height: 100%;
            }
            #GROUP347 {
                width: 244.709px;
                height: 52.0015px;
                top: 200px;
                left: 37.146px;
            }
            #IMAGE356 {
                width: 323.115px;
                height: 403.895px;
                top: 0px;
                left: 0px;
            }
            #IMAGE356>.ladi-image>.ladi-image-background {
                width: 323.115px;
                height: 403.895px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-3-20201209093527.png");
            }
            #IMAGE358 {
                width: 280.626px;
                height: 205.874px;
                top: 86.1361px;
                left: 0px;
            }
            #IMAGE358>.ladi-image>.ladi-image-background {
                width: 280.626px;
                height: 280.626px;
                top: 0px;
                left: 0px;
                background-image: url("../images/5a28ba928af4a54609862615126186425692-20200702072834-20201029042726.png");
            }
            #IMAGE359 {
                width: 284.985px;
                height: 268.473px;
                top: 0px;
                left: 71.6525px;
            }
            #IMAGE359>.ladi-image>.ladi-image-background {
                width: 300.303px;
                height: 268.473px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_ind_decor-20210427084904.png");
            }
            #GROUP357 {
                width: 356.638px;
                height: 292.01px;
                top: 166.987px;
                left: 48.6944px;
            }
            #IMAGE360 {
                width: 276.773px;
                height: 276.773px;
                top: 82.8242px;
                left: 161.288px;
            }
            #IMAGE360>.ladi-image>.ladi-image-background {
                width: 276.773px;
                height: 276.773px;
                top: 0px;
                left: 0px;
                background-image: url("../images/58c94fa5ae861-20200710032401-20201029042726.png");
            }
            #HEADLINE361 {
                width: 400px;
                top: 1008px;
                left: 10px;
            }
            #HEADLINE361>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 14px;
                font-style: italic;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE362 {
                width: 361px;
                top: 554px;
                left: 4.5px;
            }
            #HEADLINE362>.ladi-headline {
                color: rgb(36, 36, 36);
                font-size: 16px;
                font-weight: bold;
                font-style: italic;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP363 {
                width: 438.061px;
                height: 458.997px;
                top: 545.003px;
                left: -28.018px;
            }
            #GROUP365 {
                width: 369px;
                height: 604px;
                top: 47px;
                left: 28.5px;
            }
            #IMAGE419 {
                width: 276.773px;
                height: 276.773px;
                top: 82.8242px;
                left: 161.288px;
            }
            #IMAGE419>.ladi-image>.ladi-image-background {
                width: 276.773px;
                height: 276.773px;
                top: 0px;
                left: 0px;
                background-image: url("../images/58c94fa5ae861-20200710032401-20201029042726.png");
            }
            #IMAGE420 {
                width: 323.115px;
                height: 403.895px;
                top: 0px;
                left: 0px;
            }
            #IMAGE420>.ladi-image>.ladi-image-background {
                width: 323.115px;
                height: 403.895px;
                top: 0px;
                left: 0px;
                background-image: url("../images/layer-3-20201209093527.png");
            }
            #IMAGE423 {
                width: 284.985px;
                height: 268.473px;
                top: 0px;
                left: 71.6525px;
            }
            #IMAGE423>.ladi-image>.ladi-image-background {
                width: 300.303px;
                height: 268.473px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_ind_decor-20210427084904.png");
            }
            #GROUP418 {
                width: 438.061px;
                height: 476.997px;
                top: 102px;
                left: -22px;
            }
            #GROUP424 {
                width: 250px;
                height: 153px;
                top: 130px;
                left: 220px;
            }
            #BOX427 {
                width: 369px;
                height: 465px;
                top: 0px;
                left: 0px;
            }
            #BOX427>.ladi-box {
                background-color: rgba(252, 216, 216, 0.1);
                border-style: solid;
                border-color: rgb(160, 223, 255);
                border-width: 1px;
                border-radius: 17px;
            }
            #BOX428 {
                width: 358px;
                height: 445.867px;
                top: 9.56735px;
                left: 5px;
            }
            #BOX428>.ladi-box {
                background-color: rgb(243, 183, 17);
                border-style: solid;
                border-color: rgb(130, 212, 255);
                border-width: 1px;
                border-radius: 11px;
            }
            #BUTTON_TEXT430 {
                width: 321px;
                top: 12.3748px;
                left: 0px;
            }
            #BUTTON_TEXT430>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON430 {
                width: 310px;
                height: 48.1241px;
                top: 132.096px;
                left: 0px;
                display: flex;
                background: transparent;
                z-index: 100;
            }
            #BUTTON430>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON430>.ladi-button {
                border-radius: 11px;
            }
            #BUTTON430.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON430>.ladi-button:hover .ladi-button-background {
                background-color: rgb(232, 107, 48);
                background-image: none;
            }
            #FORM_ITEM432 {
                width: 310px;
                height: 48.1241px;
                top: 0px;
                left: 0px;
            }
            #FORM_ITEM433 {
                width: 310px;
                height: 48.1241px;
                top: 55.8463px;
                left: 0px;
            }
            #FORM429 {
                width: 310px;
                height: 180.22px;
                top: 227.002px;
                left: 30px;
            }
            #FORM429>.ladi-form {
                color: rgb(99, 99, 99);
                font-size: 15px;
                line-height: 1.6;
            }
            #FORM429 .ladi-form-item .ladi-form-control::placeholder,
            #FORM429 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
            #FORM429 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
                color: rgba(99, 99, 99, 1.0);
            }
            #FORM429 .ladi-form-item {
                padding-left: 0;
                padding-right: 0;
            }
            #FORM429 .ladi-form-item.ladi-form-checkbox {
                padding-left: 23px;
                padding-right: 23px;
            }
            #FORM429 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(99%2C%2099%2C%2099%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            #FORM429 .ladi-form-item-container {
                border-style: solid;
                border-color: rgb(16, 125, 145);
                border-radius: 11px;
            }
            #FORM429 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(16, 125, 145);
            }
            #FORM429 .ladi-form-item-background {
                background-color: rgb(255, 255, 255);
                opacity: 0.69;
                border-radius: 10px
            }
            #HEADLINE434 {
                width: 312px;
                top: 420.164px;
                left: 27.1859px;
            }
            #HEADLINE434>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(0, 0, 0);
                font-size: 15px;
                text-align: center;
                line-height: 1.4;
            }
            #HEADLINE435 {
                width: 311px;
                top: 29.0776px;
                left: 29px;
            }
            #HEADLINE435>.ladi-headline {
                font-family: "Roboto", sans-serif;
                color: rgb(114, 48, 13);
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #BOX437 {
                width: 310.558px;
                height: 37.5063px;
                top: 0px;
                left: 0px;
            }
            #BOX437>.ladi-box {
                border-style: solid;
                border-color: rgb(172, 103, 30);
                border-width: 3px;
                border-radius: 11px;
            }
            #BOX438 {
                width: 205.603px;
                height: 36.5063px;
                top: 0px;
                left: 102.768px;
            }
            #BOX438>.ladi-box {
                background: rgba(255, 255, 255, 1);
                background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
                border-radius: 0px 11px 11px 0px;
            }
            #HEADLINE439 {
                width: 113px;
                top: 4.7644px;
                left: 0px;
            }
            #HEADLINE439>.ladi-headline {
                text-decoration-line: line-through;
                -webkit-text-decoration-line: line-through;
                color: rgb(164, 21, 21);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE440 {
                width: 143px;
                top: 0px;
                left: 102.768px;
            }
            #HEADLINE440>.ladi-headline {
                font-family: "Roboto Slab", serif;
                color: rgb(164, 20, 20);
                font-size: 22px;
                font-weight: bold;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP436 {
                width: 310.558px;
                height: 37.5063px;
                top: 95.9003px;
                left: 28.6279px;
            }
            #GROUP426 {
                width: 369px;
                height: 533px;
                top: 0px;
                left: 0px;
            }
            #BOX442 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0px;
                left: 64.2361px;
            }
            #BOX442>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX443 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0.000765px;
                left: 127.708px;
            }
            #BOX443>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #BOX444 {
                width: 52.0007px;
                height: 52.0007px;
                top: 0px;
                left: 191.561px;
            }
            #BOX444>.ladi-box {
                background-color: rgb(255, 255, 255);
                border-radius: 10px;
            }
            #COUNTDOWN_ITEM446 {
                visibility: hidden;
                pointer-events: none;
            }
            #COUNTDOWN445 {
                width: 202.709px;
                height: 43.5889px;
                top: 2.80039px;
                left: 50px;
            }
            #COUNTDOWN445>.ladi-countdown {
                color: rgb(0, 0, 0);
                font-size: 40px;
                font-weight: bold;
                text-align: center;
            }
            #COUNTDOWN445>.ladi-countdown>.ladi-element {
                width: calc((100% - 12px * 3) / 4);
                margin-right: 12px;
                height: 100%;
            }
            #GROUP441 {
                width: 244.709px;
                height: 52.0015px;
                top: 155px;
                left: 39.146px;
            }
            #HEADLINE450 {
                width: 361px;
                top: 464px;
                left: 8px;
            }
            #HEADLINE450>.ladi-headline {
                color: rgb(36, 36, 36);
                font-size: 16px;
                font-weight: bold;
                font-style: italic;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP425 {
                width: 369px;
                height: 533px;
                top: 585px;
                left: 22.1173px;
            }
            #IMAGE24 {
                width: 404.576px;
                height: 350px;
                top: 262.26px;
                left: -10px;
            }
            #IMAGE24>.ladi-image>.ladi-image-background {
                width: 404.576px;
                height: 350px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax-20210427072412.png");
            }
            #BUTTON_TEXT451 {
                width: 403px;
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT451>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON451 {
                width: 330px;
                height: 53px;
                top: 621.26px;
                left: 45px;
            }
            #BUTTON451>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON451>.ladi-button {
                border-radius: 100px;
            }
            #BUTTON451.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON_TEXT453 {
                width: 403px;
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT453>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON453 {
                width: 330px;
                height: 53px;
                top: 1863.08px;
                left: 45px;
            }
            #BUTTON453>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON453>.ladi-button {
                border-radius: 100px;
            }
            #BUTTON453.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #BUTTON_TEXT455 {
                width: 260px;
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT455>.ladi-headline {
                color: rgb(255, 255, 255);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #BUTTON455 {
                width: 330px;
                height: 53px;
                top: 1488.76px;
                left: 59px;
            }
            #BUTTON455>.ladi-button>.ladi-button-background {
                background: #ff6a00;
                background: -webkit-linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
                background: linear-gradient(180deg, #ff6a00, rgba(199, 27, 1, 1.0));
            }
            #BUTTON455>.ladi-button {
                border-radius: 100px;
            }
            #BUTTON455.ladi-animation>.ladi-button {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #IMAGE457 {
                width: 329.869px;
                height: 538.17px;
                top: 0px;
                left: 0px;
            }
            #IMAGE457>.ladi-image>.ladi-image-background {
                width: 329.869px;
                height: 544.172px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_gp_1-20210427081113.jpg");
            }
            #IMAGE458 {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
            }
            #IMAGE458>.ladi-image>.ladi-image-background {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
                background-image: url("../images/tag-text-box-vector-yellow-text-label-removebg-preview-20210204024354.png");
            }
            #PARAGRAPH459 {
                width: 213px;
                top: 88px;
                left: 35.5px;
            }
            #PARAGRAPH459>.ladi-paragraph {
                font-family: "Merriweather-Black.ttf";
                color: rgb(164, 21, 21);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH459.ladi-animation>.ladi-paragraph {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #PARAGRAPH460 {
                width: 153px;
                top: 108px;
                left: 62px;
            }
            #PARAGRAPH460>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP461 {
                width: 284px;
                height: 284px;
                top: 510px;
                left: 70px;
            }
            #IMAGE463 {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
            }
            #IMAGE463>.ladi-image>.ladi-image-background {
                width: 284px;
                height: 284px;
                top: 0px;
                left: 0px;
                background-image: url("../images/tag-text-box-vector-yellow-text-label-removebg-preview-20210204024354.png");
            }
            #PARAGRAPH464 {
                width: 213px;
                top: 88px;
                left: 35.5px;
            }
            #PARAGRAPH464>.ladi-paragraph {
                font-family: "Merriweather-Black.ttf";
                color: rgb(164, 21, 21);
                font-size: 18px;
                text-align: center;
                line-height: 1.6;
            }
            #PARAGRAPH464.ladi-animation>.ladi-paragraph {
                animation-name: pulse;
                -webkit-animation-name: pulse;
                animation-delay: 0s;
                -webkit-animation-delay: 0s;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
            }
            #PARAGRAPH465 {
                width: 153px;
                top: 108px;
                left: 62px;
            }
            #PARAGRAPH465>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                text-align: center;
                line-height: 1.6;
            }
            #GROUP462 {
                width: 284px;
                height: 284px;
                top: 593px;
                left: 156px;
            }
            #HEADLINE466 {
                width: 145px;
                top: 686px;
                left: 241.5px;
            }
            #HEADLINE466>.ladi-headline {
                color: rgb(164, 21, 21);
                font-size: 15px;
                text-align: center;
                line-height: 1.6;
            }
            #HEADLINE467 {
                width: 145px;
                top: 158px;
                left: 245.5px;
            }
            #HEADLINE467>.ladi-headline {
                color: rgb(164, 21, 21);
                font-size: 13px;
                text-align: center;
                line-height: 1.6;
            }
            #IMAGE475 {
                width: 326.229px;
                height: 537.565px;
                top: 10px;
                left: 620px;
            }
            #IMAGE475>.ladi-image>.ladi-image-background {
                width: 326.229px;
                height: 537.565px;
                top: 0px;
                left: 0px;
                background-image: url("../images/slimmax_gp_2-20210427081113.jpg");
            }
            #GROUP476 {
                width: 946.229px;
                height: 547.565px;
                top: 332.08px;
                left: 43px;
            }
            #GROUP421 {
                width: 356.638px;
                height: 292.01px;
                top: 184.987px;
                left: 47.6944px;
            }
            #IMAGE422 {
                width: 280.626px;
                height: 205.874px;
                top: 86.1361px;
                left: 0px;
            }
            #IMAGE422>.ladi-image>.ladi-image-background {
                width: 280.626px;
                height: 280.626px;
                top: 0px;
                left: 0px;
                background-image: url("../images/5a28ba928af4a54609862615126186425692-20200702072834-20201029042726.png");
            }
            #IMAGE478 {
                width: 158px;
                height: 158px;
                top: 19.5px;
                left: 0px;
            }
            #IMAGE478>.ladi-image>.ladi-image-background {
                width: 158px;
                height: 158px;
                top: 0px;
                left: 0px;
                background-image: url("../images/camellia-sinensis-732x549-thumbnail-20210427080028.jpg");
            }
            #IMAGE478>.ladi-image {
                border-style: solid;
                border-color: rgb(232, 140, 48);
                border-width: 5px;
                border-radius: 300000px;
            }
            #HEADLINE480 {
                width: 228px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE480>.ladi-headline {
                color: rgb(243, 184, 17);
                font-size: 24px;
                line-height: 1.6;
            }
            #PARAGRAPH481 {
                width: 213px;
                top: 100px;
                left: 0px;
            }
            #PARAGRAPH481>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP479 {
                width: 228px;
                height: 330px;
                top: 0px;
                left: 180px;
            }
            #GROUP477 {
                width: 408px;
                height: 330px;
                top: 479.074px;
                left: 10px;
            }
            #IMAGE483 {
                width: 158px;
                height: 158px;
                top: 19.5px;
                left: 0px;
            }
            #IMAGE483>.ladi-image>.ladi-image-background {
                width: 158px;
                height: 158px;
                top: 0px;
                left: 0px;
                background-image: url("../images/parameriae_slimmax-20210427080313.jpg");
            }
            #IMAGE483>.ladi-image {
                border-style: solid;
                border-color: rgb(232, 140, 48);
                border-width: 5px;
                border-radius: 300000px;
            }
            #HEADLINE485 {
                width: 228px;
                top: 0px;
                left: 0px;
            }
            #HEADLINE485>.ladi-headline {
                color: rgb(243, 184, 17);
                font-size: 24px;
                line-height: 1.6;
            }
            #PARAGRAPH486 {
                width: 213px;
                top: 100px;
                left: 0px;
            }
            #PARAGRAPH486>.ladi-paragraph {
                color: rgb(0, 0, 0);
                font-size: 16px;
                line-height: 1.6;
            }
            #GROUP484 {
                width: 228px;
                height: 304px;
                top: 0px;
                left: 180px;
            }
            #GROUP482 {
                width: 408px;
                height: 304px;
                top: 839.07px;
                left: 10px;
            }
            #IMAGE492 {
                width: 315.936px;
                height: 481px;
                top: -30px;
                left: 897px;
            }
            #IMAGE492>.ladi-image>.ladi-image-background {
                width: 315.936px;
                height: 481px;
                top: 0px;
                left: 0px;
                background-image: url("../images/z2457699659061_2f61d705722a04dacdc85562410eef8b-20210427084040.jpg");
            }
            #IMAGE491 {
                width: 365.481px;
                height: 456.444px;
                top: 0px;
                left: 447.26px;
            }
            #IMAGE491>.ladi-image>.ladi-image-background {
                width: 365.481px;
                height: 456.444px;
                top: 0px;
                left: 0px;
                background-image: url("../images/z2457699661832_ce5614e3555821cc9ff92f4e2e4a60ee-20210427084040.jpg");
            }
            #IMAGE490 {
                width: 318.945px;
                height: 523px;
                top: 0px;
                left: 56.048px;
            }
            #IMAGE490>.ladi-image>.ladi-image-background {
                width: 318.945px;
                height: 523px;
                top: 0px;
                left: 0px;
                background-image: url("../images/z2457699673220_231199880dda9ae6b11504769dd12dcf-20210427084040.jpg");
            }
            #CAROUSEL489 {
                width: 420px;
                height: 523px;
                top: 174.944px;
                left: 0px;
            }
            #HEADLINE488 {
                width: 400px;
                top: 36.944px;
                left: 10px;
            }
            #HEADLINE488>.ladi-headline {
                font-family: "Roboto";
                color: rgb(36, 36, 36);
                font-size: 38px;
                font-weight: bold;
                text-align: center;
                line-height: 1.2;
            }
            #SECTION487 {
                height: 719px;
            }
            #SECTION487>.ladi-section-background {
                background-color: rgb(255, 255, 255);
            }
            #NOTIFY493 {
                width: 300px;
                height: 62px;
                top: 10px;
                left: 10px;
                bottom: auto;
                right: auto;
                position: fixed;
                z-index: 90000060;
            }
        }


        form .input-wrapper label {
            display: none !important;
            pointer-events: none;
        }
        
        form .input-wrapper {
            position: relative;
            margin: 0 auto 15px;
        }
        
        form .input-wrapper .error {
            border: 1px solid red !important;
            padding-top: 8px !important;
            border-radius: 11px;
        }
        
        form .input-wrapper .error+label {
            font-family: "Arial", sans-serif !important;
            width: 100% !important;
            height: 100%;
            color: red;
            display: block !important;
            font-size: 12px!important;
            line-height: 16px!important;
            font-weight: inherit !important;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0 !important;
            padding-left: 15px !important;
            text-align: left !important;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        form .input-wrapper .error+label:before,
        form .input-wrapper .error+label:after {
            content: "";
            position: absolute;
            right: 20px;
            top: 50%;
            width: 3px;
            height: 21px;
            background-color: red
        }
        
        form .input-wrapper .error+label:before {
            -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg)
        }
        
        form .input-wrapper .error+label:after {
            -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg)
        }


        .footer {
            background-color: rgb(1, 81, 98) !important;
            color: rgb(255, 255, 255) !important;
        }

        @-webkit-keyframes pulse {
            0% {
               -webkit-transform: scale(1);
               transform: scale(1)
            }
         
            50% {
               -webkit-transform: scale(1.1);
               transform: scale(1.1)
            }
         
            100% {
               -webkit-transform: scale(1);
               transform: scale(1)
            }
         }
         
         @keyframes pulse {
            0% {
               -webkit-transform: scale(1);
               transform: scale(1)
            }
         
            50% {
               -webkit-transform: scale(1.1);
               transform: scale(1.1)
            }
         
            100% {
               -webkit-transform: scale(1);
               transform: scale(1)
            }
         }
         
         .pulse {
            -webkit-animation-name: pulse;
            animation-name: pulse
         }

.slick-next,
.slick-prev {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../images/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040;
    font-size: 0;
}

.slick-next {
    right: 5px;
    background-position: -52px;
}

.slick-prev {
    left: 5px;
    background-position: -28px;
}

.slick-disabled{display: none!important}