a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
                   margin: 0;
                   padding: 0;
                   border: 0;
                   outline: 0;
                   font-size: 100%;
                   font: inherit;
                   vertical-align: baseline;
                   box-sizing: border-box;
                   -webkit-font-smoothing: antialiased;
                   -moz-osx-font-smoothing: grayscale
               }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ladi-html strong {
    font-weight: 700
}

.ladi-html em {
    font-style: italic
}

.ladi-html a {
    text-decoration: underline
}

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
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, .3)
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
}

.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer
}

.ladi-wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

.ladi-section[data-tab-id] {
    display: none
}

.ladi-section.selected[data-tab-id] {
    display: block
}

.ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040
}

.ladi-section .ladi-section-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 90000040
}

.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-survey {
    width: 100%;
    display: inline-block
}

.ladi-survey .ladi-survey-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    transition: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-survey .ladi-survey-option-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: inherit
}

.ladi-survey .ladi-survey-option-label {
    display: block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    position: relative
}

.ladi-survey .ladi-survey-option-image {
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    vertical-align: middle;
    border-radius: inherit;
    position: relative
}

.ladi-survey .ladi-survey-button-next {
    display: block
}

.ladi-survey .ladi-survey-button-next.empty {
    display: none
}

.ladi-survey .ladi-survey-button-next.no-select {
    display: none
}

.ladi-survey .ladi-survey-button-next button {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px
}

.ladi-survey .ladi-survey-button-next button:active {
    transform: translateY(2px);
    transition: transform .2s linear
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y
}

.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;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px
}

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
    touch-action: pan-y
}

.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(https://w.ladicdn.com/source/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;
    touch-action: pan-y
}

.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;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    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% - (33px) / 2)
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6)
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(.6);
    -webkit-transform: scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(.6);
    -webkit-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% - (33px) / 2)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
}

.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(https://w.ladicdn.com/source/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-tabs {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-tabs .ladi-tabs-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-tabs > .ladi-element[data-index] {
    display: none
}

.ladi-tabs > .ladi-element.selected[data-index] {
    display: block
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit
}

.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[data-fixed-close=true] {
    position: relative !important
}

#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important
}

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer
}

.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;
    transition: inherit
}

.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;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-collection .ladi-collection-arrow-right {
    right: 5px
}

.ladi-collection .ladi-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.orderForm {
    position: absolute;
    width: 100%;
    height: 100%
}

.orderForm > .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
}

.orderForm .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
}

.orderForm > .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
}

.orderForm > [data-quantity=true] .ladi-form-item-container {
    overflow: hidden
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.orderForm > .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
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px)
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px
}

.orderForm > .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)
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
}

.orderForm > .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
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit
}

.orderForm > .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
}

.orderForm > .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
}

.orderForm > .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
}

.orderForm > .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
}

.orderForm .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.orderForm .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word
}

.orderForm .ladi-form-label-container {
    position: relative;
    width: 100%
}

.orderForm .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.orderForm .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.orderForm .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important
}

.orderForm .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: .35
}

.orderForm .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: .2
}

.orderForm .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: .15
}

.orderForm .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid
}

.orderForm .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute
}

.orderForm .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute
}

.orderForm .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.orderForm .ladi-form-item.ladi-form-checkbox {
    height: auto
}

.orderForm .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.orderForm .ladi-form-item.ladi-form-checkbox {
    padding: 10px 5px
}

.orderForm .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
}

.orderForm .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
}

.orderForm .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px
}

.orderForm .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word
}

.orderForm .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
    position: absolute;
    top: 4px
}

.orderForm .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
    padding-left: 18px
}

.orderForm .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px
}

.orderForm .ladi-button {
    cursor: pointer
}

.orderForm .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none
}

.ladi-combobox {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-combobox .ladi-combobox-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
    color: initial
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: inherit;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
    text-decoration: inherit
}

.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;
    word-break: break-word
}

.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
    font-weight: 700;
    display: block;
    word-break: break-word
}

.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 10px 0 5px
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word
}

.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-button-group > .ladi-element {
    transition: inherit
}

.ladi-button-group > .ladi-element > .ladi-button {
    transition: inherit
}

.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
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center
}

[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
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000080
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.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
}

.orderForm > .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
}

.orderForm > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button, .orderForm > .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
}

.orderForm [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
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    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%
}

.ladi-carousel .ladi-carousel-arrow, .ladi-collection .ladi-collection-arrow, .ladi-collection .ladi-collection-button-next, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close, .ladi-section .ladi-section-close, .lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

#POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
}

.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
}

#POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
    height: auto !important
}

.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;
    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;
    -webkit-text-decoration-line: inherit;
    text-transform: 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;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
}
.ladi-wraper {
                                             margin: 0 auto;
                                             width: 420px;
                                         }

body {
    font-family: "Open Sans", sans-serif
}
#SECTION_POPUP {
                                                height: 0px;
                                            }

#SECTION_POPUP .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SECTION33 {
    height: 1057.72px;
}

#SECTION33 > .ladi-overlay {
    background-color: rgb(226, 240, 214);
}

#SECTION33 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x1057/5c7362c6c417ab07e5196b05/jwhxzpbe20200224043421.jpg");
    background-position: center top;
    background-repeat: repeat;
}

#SECTION33 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX35 {
    width: 225.828px;
    height: 528.257px;
    top: 529.467px;
    left: 194.172px;
}

#BOX35 > .ladi-box > .ladi-overlay {
    background-color: rgba(69, 102, 55, 0.8);
}

#BOX35 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x850/57b167c9ca57d39c18a1c57c/utxdlcbc20200325075558.jpg");
    background-position: center top;
    background-repeat: repeat;
}

#BOX36 {
    width: 420px;
    height: 399.116px;
    top: 461.667px;
    left: 0px;
}

#BOX36 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
}

#GROUP37 {
    width: 430.13px;
    height: 443.47px;
    top: -196.937px;
    left: 0.435px;
}

#BOX38 {
    width: 205.927px;
    height: 443.47px;
    top: 0px;
    left: 0px;
}

#BOX38 > .ladi-box {
    background-color: rgb(139, 164, 127);
}

#BOX39 {
    width: 369.205px;
    height: 364.412px;
    top: 23.6821px;
    left: 60.9249px;
}

#BOX39 > .ladi-box {
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-color: rgba(69, 102, 55, 0.1);
    border-width: 3px;
}

#BOX41 {
    width: 273.647px;
    height: 262.852px;
    top: -123.242px;
    left: 106.177px;
}

#BOX41 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("product.png");
    background-position: center top;
    background-repeat: repeat;
}

#PARAGRAPH45 {
    width: 269px;
    top: 758.336px;
    left: 16.935px;
}

#PARAGRAPH45 > .ladi-paragraph {
    color: rgb(64, 72, 60);
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#BUTTON46 {
    width: 173.26px;
    height: 40px;
    top: 816.595px;
    left: 16.935px;
}

#BUTTON46 > .ladi-button > .ladi-button-background {
    background-color: rgb(115, 197, 86);
}

#BUTTON46 > .ladi-button {
    border-radius: 1000px;
}

#BUTTON_TEXT46 {
    width: 173px;
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT46 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#IMAGE48 {
    width: 197.786px;
    height: 57.0214px;
    top: 184.989px;
    left: -3.614px;
}

#IMAGE48 > .ladi-image > .ladi-image-background {
    width: 197.786px;
    height: 57.0214px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x400/5cd6eb1a30dba94fe2f42ea0/logo-gluzabet4x-20210309032405-20210517022139-20211203173937-20220714032917.png");
}

#IMAGE48 > .ladi-image {
    box-shadow: 99px 79px 45px 13px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 99px 79px 45px 13px rgba(0, 0, 0, 1);
    border-radius: 1px;
}

#IMAGE48 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20969%20303.1%22%20class%3D%22%22%3E%3Cdefs%3E%3Cstyle%3E.cls-oPZcRS%7Bopacity%3A0.3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-KRpQIP%22%3E%3Crect%20class%3D%22cls-ggBnMA%22%20x%3D%2216.5%22%20width%3D%22952.5%22%20height%3D%22303.11%22%3E%3C%2Frect%3E%3C%2Fg%3E%3Cg%20class%3D%22cls-oPZcRS%22%3E%3Crect%20class%3D%22cls-ggBnMA%22%20x%3D%228.2%22%20width%3D%22956.4%22%20height%3D%22303.11%22%3E%3C%2Frect%3E%3C%2Fg%3E%3Crect%20class%3D%22cls-ggBnMA%22%20width%3D%22960.3%22%20height%3D%22303.11%22%3E%3C%2Frect%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
}

#GROUP49 {
    width: 340px;
    height: 289.455px;
    top: 455.667px;
    left: 0px;
}

#HEADLINE50 {
    width: 340px;
    top: 37.4554px;
    left: 0px;
}

#HEADLINE50 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

#PARAGRAPH51 {
    width: 264px;
    top: 0px;
    left: 14.87px;
}

#PARAGRAPH51 > .ladi-paragraph {
    color: rgb(46, 52, 44);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

#SECTION271 {
    height: 1424.11px;
}

#SECTION271 > .ladi-section-background {
    background-color: rgba(226, 240, 214, 0.5);
}

#SECTION271 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX274 {
    width: 420px;
    height: 221px;
    top: 0px;
    left: 0px;
}

#BOX274 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(180deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
}

#LIST_PARAGRAPH275 {
    width: 368px;
    top: 16.552px;
    left: 22.6843px;
}

#LIST_PARAGRAPH275 > .ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6;
}

#LIST_PARAGRAPH275 ul li {
    padding-bottom: 20px;
    padding-left: 20px;
}

#LIST_PARAGRAPH275 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20fill%3D%22rgba(234%2C%20242%2C%20254%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M768%20256q-130%200-248.5%2051t-204%20136.5-136.5%20204T128%20896t51%20248.5%20136.5%20204%20204%20136.5%20248.5%2051%20248.5-51%20204-136.5%20136.5-204%2051-248.5-51-248.5-136.5-204-204-136.5T768%20256zm768%20640q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 10px;
    height: 10px;
    top: 6px;
}

#HEADLINE276 {
    width: 402px;
    top: 665.104px;
    left: 21.5px;
}

#HEADLINE276 > .ladi-headline {
    color: rgb(139, 164, 127);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}

#GROUP277 {
    width: 360px;
    height: 370px;
    top: 6.15px;
    left: 30px;
}

#BOX278 {
    width: 360px;
    height: 370px;
    top: 0px;
    left: 0px;
}

#BOX278 > .ladi-box {
    background-color: rgb(255, 255, 255);
}

#HEADLINE279 {
    width: 325px;
    top: 9.783px;
    left: 22px;
}

#HEADLINE279 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

#HEADLINE280 {
    width: 289px;
    top: 199px;
    left: 22px;
}

#HEADLINE280 > .ladi-headline {
    color: rgb(5, 34, 74);
    font-size: 14px;
    line-height: 1.6;
}

#BUTTON281 {
    width: 169.416px;
    height: 40px;
    top: 310px;
    left: 22px;
}

#BUTTON281 > .ladi-button > .ladi-button-background {
    background-color: rgba(255, 255, 255, 0);
}

#BUTTON281 > .ladi-button {
    border-style: solid;
    border-color: rgb(115, 198, 86);
    border-width: 1px;
    border-radius: 100px;
}

#BUTTON281 > .ladi-button:hover .ladi-button-background {
    background: none !important;
    background-color: rgb(244, 64, 37) !important;
}

#BUTTON_TEXT281 {
    width: 167px;
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT281 > .ladi-headline {
    color: rgb(115, 198, 86);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#BUTTON_TEXT281 > .ladi-headline:hover {
    color: rgb(255, 255, 255);
}

#SECTION301 {
    height: 978.25px;
}

#SECTION301 > .ladi-section-background {
    background-color: rgba(226, 240, 214, 0.1);
}

#SECTION301 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#PARAGRAPH303 {
    width: 400px;
    top: 94.729px;
    left: 10px;
}

#PARAGRAPH303 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 1.6;
}

#SHAPE304 {
    width: 80px;
    height: 80px;
    top: 41px;
    left: 16px;
}

#SHAPE304 svg:last-child {
    fill: rgba(226, 240, 214, 0.4);
}

#HEADLINE305 {
    width: 356px;
    top: 22px;
    left: 10px;
}

#HEADLINE305 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

#GROUP310 {
    width: 332px;
    height: 80px;
    top: 880.254px;
    left: 30px;
}

#HEADLINE311 {
    width: 288px;
    top: 0px;
    left: 44px;
}

#HEADLINE311 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
}

#HEADLINE312 {
    width: 239px;
    top: 58px;
    left: 44.5px;
}

#HEADLINE312 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#SHAPE313 {
    width: 26.5px;
    height: 26.5px;
    top: 0px;
    left: 0px;
}

#SHAPE313 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP314 {
    width: 183.5px;
    height: 55px;
    top: 670.954px;
    left: 32px;
}

#HEADLINE315 {
    width: 120px;
    top: 0px;
    left: 9px;
}

#HEADLINE315 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

#HEADLINE316 {
    width: 150px;
    top: 33px;
    left: 33.5px;
}

#HEADLINE316 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#SHAPE317 {
    width: 26.5px;
    height: 26.5px;
    top: 0px;
    left: 0px;
}

#SHAPE317 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#HEADLINE319 {
    width: 257px;
    top: 0px;
    left: 42.5529px;
}

#HEADLINE319 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
}

#HEADLINE320 {
    width: 204px;
    top: 57px;
    left: 40.7764px;
}

#HEADLINE320 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#SHAPE321 {
    width: 26.859px;
    height: 26.5px;
    top: 3.25px;
    left: 0px;
}

#SHAPE321 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#LINE322 {
    height: 67px;
    top: 265.729px;
    left: 194.877px;
}

#LINE322 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#LINE322 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
}

#LINE324 {
    height: 67px;
    top: 318.729px;
    left: 618.877px;
}

#LINE324 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#LINE324 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
}

#SECTION325 {
    height: 1103.5px;
}

#SECTION325 > .ladi-section-background {
    background-color: rgba(226, 240, 214, 0);
}

#SECTION325 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#GROUP326 {
    width: 918px;
    height: 449.75px;
    top: 156px;
    left: 13.248px;
}

#GROUP327 {
    width: 299px;
    height: 449.75px;
    top: 0px;
    left: 0px;
}

#BOX328 {
    width: 295px;
    height: 240px;
    top: 0px;
    left: 4px;
}

#BOX328 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s600x550/5cd6eb1a30dba94fe2f42ea0/download-20220424154253.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-top-left-radius: 80px;
}

#BOX329 {
    width: 299px;
    height: 209.75px;
    top: 240px;
    left: 0px;
}

#BOX329 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    background-color: rgb(255, 255, 255);
}

#GROUP330 {
    width: 71px;
    height: 71px;
    top: 206px;
    left: 114px;
}

#BOX331 {
    width: 71px;
    height: 71px;
    top: 0px;
    left: 0px;
}

#BOX331 > .ladi-box {
    box-shadow: 0px 0px 30px -15px #000;
    -webkit-box-shadow: 0px 0px 30px -15px #000;
    background-color: rgb(255, 255, 255);
    border-radius: 1000px;
}

#SHAPE332 {
    width: 36.5px;
    height: 36.5px;
    top: 15.25px;
    left: 17.25px;
}

#SHAPE332 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP333 {
    width: 247px;
    height: 145.5px;
    top: 291.25px;
    left: 26px;
}

#PARAGRAPH334 {
    width: 203px;
    top: 0px;
    left: 37px;
}

#PARAGRAPH334 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#PARAGRAPH335 {
    width: 247px;
    top: 33.5px;
    left: 0px;
}

#PARAGRAPH335 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#GROUP336 {
    width: 301px;
    height: 430px;
    top: 18px;
    left: 617px;
}

#BOX337 {
    width: 299px;
    height: 224.668px;
    top: 0px;
    left: 2px;
}

#BOX337 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s600x550/5cd6eb1a30dba94fe2f42ea0/9df6c2cfea8136528a64dd024cd3079e4826a5ff-20220423090254.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 0px;
}

#BOX338 {
    width: 299px;
    height: 205.332px;
    top: 224.668px;
    left: 0px;
}

#BOX338 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    background-color: rgb(255, 255, 255);
}

#GROUP339 {
    width: 71px;
    height: 71.8534px;
    top: 190.26px;
    left: 114px;
}

#BOX340 {
    width: 71px;
    height: 71.8534px;
    top: 0px;
    left: 0px;
}

#BOX340 > .ladi-box {
    box-shadow: 0px 0px 30px -15px #000;
    -webkit-box-shadow: 0px 0px 30px -15px #000;
    background-color: rgb(255, 255, 255);
    border-radius: 1000px;
}

#SHAPE341 {
    width: 36.5px;
    height: 36.9387px;
    top: 15.4333px;
    left: 17.25px;
}

#SHAPE341 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP342 {
    width: 248px;
    height: 130.044px;
    top: 276.534px;
    left: 36px;
}

#PARAGRAPH343 {
    width: 208px;
    top: 0px;
    left: 20px;
}

#PARAGRAPH343 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH344 {
    width: 248px;
    top: 62.239px;
    left: 0px;
}

#PARAGRAPH344 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#GROUP345 {
    width: 299.5px;
    height: 429.75px;
    top: 18px;
    left: 308.75px;
}

#BOX346 {
    width: 299px;
    height: 207.75px;
    top: 222px;
    left: 0.5px;
}

#BOX346 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(204deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(204deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
}

#BOX347 {
    width: 299px;
    height: 222px;
    top: 0px;
    left: 0px;
}

#BOX347 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s600x550/5cd6eb1a30dba94fe2f42ea0/hat-oc-cho-20210630074851-20210703054718-20220409051556.jpg");
    background-position: center top;
    background-repeat: repeat;
}

#GROUP348 {
    width: 71px;
    height: 71px;
    top: 188px;
    left: 114px;
}

#BOX349 {
    width: 71px;
    height: 71px;
    top: 0px;
    left: 0px;
}

#BOX349 > .ladi-box {
    box-shadow: 0px 0px 30px -15px #000;
    -webkit-box-shadow: 0px 0px 30px -15px #000;
    background-color: rgb(255, 255, 255);
    border-radius: 1000px;
}

#SHAPE350 {
    width: 36.5px;
    height: 36.5px;
    top: 15.25px;
    left: 17.25px;
}

#SHAPE350 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP351 {
    width: 247px;
    height: 145.5px;
    top: 270.25px;
    left: 26.5px;
}

#PARAGRAPH352 {
    width: 141px;
    top: 0px;
    left: 55px;
}

#PARAGRAPH352 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#PARAGRAPH353 {
    width: 247px;
    top: 33.5px;
    left: 0px;
}

#PARAGRAPH353 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#HEADLINE354 {
    width: 420px;
    top: 8px;
    left: 0.68434px;
}

#HEADLINE354 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

#SECTION355 {
    height: 979.02px;
}

#SECTION355 > .ladi-section-background {
    background-color: rgba(226, 240, 214, 0.2);
}

#SECTION355 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX356 {
    width: 420px;
    height: 596.02px;
    top: 383px;
    left: 0px;
}

#BOX356 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(178deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(178deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
}

#GROUP357 {
    width: 666.504px;
    height: 496.644px;
    top: 456.756px;
    left: 13.248px;
}

#GROUP358 {
    width: 213.504px;
    height: 496.644px;
    top: 0px;
    left: 0px;
}

#BOX359 {
    width: 213.504px;
    height: 453.842px;
    top: 42.802px;
    left: 0px;
}

#BOX359 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
}

#PARAGRAPH360 {
    width: 187px;
    top: 160.644px;
    left: 15.248px;
}

#PARAGRAPH360 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#IMAGE361 {
    width: 78.6802px;
    height: 78.6801px;
    top: 0px;
    left: 67.412px;
}

#IMAGE361 > .ladi-image > .ladi-image-background {
    width: 78.6802px;
    height: 78.6801px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5cd6eb1a30dba94fe2f42ea0/k3-20211206014716-removebg-preview-20220423092510.png");
}

#IMAGE361 > .ladi-image {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
    border-radius: 270px;
}

#HEADLINE362 {
    width: 205px;
    top: 112.924px;
    left: 6.146px;
}

#HEADLINE362 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

#GROUP363 {
    width: 69.5569px;
    height: 12.8152px;
    top: 143.198px;
    left: 71.973px;
}

#SHAPE364 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 0px;
}

#SHAPE364 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE365 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 14.2391px;
}

#SHAPE365 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE366 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 43.1922px;
}

#SHAPE366 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE367 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 28.9528px;
}

#SHAPE367 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE368 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 56.7417px;
}

#SHAPE368 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#HEADLINE369 {
    width: 200px;
    top: 90.8849px;
    left: 9.24799px;
}

#HEADLINE369 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

#GROUP370 {
    width: 213.504px;
    height: 496.288px;
    top: 0px;
    left: 453px;
}

#BOX371 {
    width: 213.504px;
    height: 453.486px;
    top: 42.802px;
    left: 0px;
}

#BOX371 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
}

#PARAGRAPH372 {
    width: 187px;
    top: 160.644px;
    left: 15.248px;
}

#PARAGRAPH372 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#IMAGE373 {
    width: 78.6802px;
    height: 78.6801px;
    top: 0px;
    left: 67.412px;
}

#IMAGE373 > .ladi-image > .ladi-image-background {
    width: 78.6802px;
    height: 78.6801px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5cd6eb1a30dba94fe2f42ea0/k5-20211206014717-20220423092659.png");
}

#IMAGE373 > .ladi-image {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
    border-radius: 270px;
}

#HEADLINE374 {
    width: 205px;
    top: 112.924px;
    left: 6.146px;
}

#HEADLINE374 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

#GROUP375 {
    width: 69.5569px;
    height: 12.8152px;
    top: 143.198px;
    left: 71.973px;
}

#SHAPE376 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 0px;
}

#SHAPE376 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE377 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 14.2391px;
}

#SHAPE377 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE378 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 43.1922px;
}

#SHAPE378 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE379 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 28.9528px;
}

#SHAPE379 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE380 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 56.7417px;
}

#SHAPE380 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#HEADLINE381 {
    width: 200px;
    top: 90.8849px;
    left: 9.24799px;
}

#HEADLINE381 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

#GROUP382 {
    width: 213.504px;
    height: 496.644px;
    top: 0px;
    left: 226.5px;
}

#BOX383 {
    width: 213.504px;
    height: 453.842px;
    top: 42.802px;
    left: 0px;
}

#BOX383 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
}

#PARAGRAPH384 {
    width: 187px;
    top: 160.644px;
    left: 15.248px;
}

#PARAGRAPH384 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#IMAGE385 {
    width: 78.6802px;
    height: 78.6801px;
    top: 0px;
    left: 67.412px;
}

#IMAGE385 > .ladi-image > .ladi-image-background {
    width: 78.6802px;
    height: 78.6801px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5cd6eb1a30dba94fe2f42ea0/k4-20211206014717-removebg-preview-20220423092614.png");
}

#IMAGE385 > .ladi-image {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
    border-radius: 270px;
}

#HEADLINE386 {
    width: 205px;
    top: 112.924px;
    left: 6.146px;
}

#HEADLINE386 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

#GROUP387 {
    width: 69.5569px;
    height: 12.8152px;
    top: 143.198px;
    left: 71.973px;
}

#SHAPE388 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 0px;
}

#SHAPE388 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE389 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 14.2391px;
}

#SHAPE389 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE390 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 43.1922px;
}

#SHAPE390 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE391 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 28.9528px;
}

#SHAPE391 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#SHAPE392 {
    width: 12.8152px;
    height: 12.8152px;
    top: 0px;
    left: 56.7417px;
}

#SHAPE392 svg:last-child {
    fill: rgba(255, 174, 15, 1);
}

#HEADLINE393 {
    width: 200px;
    top: 90.8849px;
    left: 9.24799px;
}

#HEADLINE393 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

#SHAPE394 {
    width: 118.352px;
    height: 98.623px;
    top: 0px;
    left: 11.6645px;
}

#SHAPE394 svg:last-child {
    fill: url("#SHAPE394_desktop_gradient");
}

#HEADLINE395 {
    width: 408px;
    top: 114.18px;
    left: 13.248px;
}

#HEADLINE395 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(64, 72, 60);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

#PARAGRAPH396 {
    width: 378px;
    top: 406.68px;
    left: 21px;
}

#PARAGRAPH396 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(5, 31, 77);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#LINE397 {
    width: 83px;
    top: 90.3115px;
    left: 13.248px;
}

#LINE397 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(242, 67, 13);
    border-right: 2px solid rgb(242, 67, 13);
    border-bottom: 2px solid rgb(242, 67, 13);
    border-left: 0px !important;
}

#LINE397 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#SECTION429 {
    height: 451.02px;
}

#SECTION429 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#HEADLINE430 {
    width: 323px;
    top: 44px;
    left: 13.248px;
}

#HEADLINE430 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 29px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

#LINE432 {
    width: 119px;
    top: 22px;
    left: 20px;
}

#LINE432 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(226, 240, 214);
    border-right: 2px solid rgb(226, 240, 214);
    border-bottom: 2px solid rgb(226, 240, 214);
    border-left: 0px !important;
}

#LINE432 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#GROUP433 {
    width: 961px;
    height: 223px;
    top: 175px;
    left: 0px;
}

#GROUP434 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 0px;
}

#BOX435 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 0px;
}

#BOX435 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(217deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(217deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-radius: 160px;
}

#GROUP436 {
    width: 185px;
    height: 141.669px;
    top: 34.166px;
    left: 19px;
}

#SHAPE437 {
    width: 80px;
    height: 79.9539px;
    top: 0px;
    left: 52.5px;
}

#SHAPE437 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}

#HEADLINE438 {
    width: 185px;
    top: 74.669px;
    left: 0px;
}

#HEADLINE438 > .ladi-headline {
    color: rgb(234, 242, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH439 {
    width: 175px;
    top: 96.669px;
    left: 8px;
}

#PARAGRAPH439 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#GROUP440 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 738px;
}

#BOX441 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 0px;
}

#BOX441 > .ladi-box {
    background-color: rgb(226, 240, 214);
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-radius: 160px;
}

#HEADLINE442 {
    width: 185px;
    top: 108.835px;
    left: 19px;
}

#HEADLINE442 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH443 {
    width: 175px;
    top: 130.835px;
    left: 27px;
}

#PARAGRAPH443 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#SHAPE444 {
    width: 60.9891px;
    height: 60.9539px;
    top: 43.666px;
    left: 79.339px;
}

#SHAPE444 svg:last-child {
    fill: rgba(64, 72, 60, 1.0);
}

#GROUP445 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 492px;
}

#BOX446 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 0px;
}

#BOX446 > .ladi-box {
    background-color: rgb(226, 240, 214);
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-radius: 160px;
}

#HEADLINE447 {
    width: 185px;
    top: 108.835px;
    left: 19px;
}

#HEADLINE447 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH448 {
    width: 175px;
    top: 130.835px;
    left: 27px;
}

#PARAGRAPH448 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#SHAPE449 {
    width: 50.8071px;
    height: 48.9539px;
    top: 45.666px;
    left: 86.0964px;
}

#SHAPE449 svg:last-child {
    fill: rgba(64, 72, 60, 1.0);
}

#GROUP450 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 246px;
}

#BOX451 {
    width: 223px;
    height: 223px;
    top: 0px;
    left: 0px;
}

#BOX451 > .ladi-box {
    background-color: rgb(226, 240, 214);
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-radius: 160px;
}

#HEADLINE452 {
    width: 185px;
    top: 108.835px;
    left: 19px;
}

#HEADLINE452 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH453 {
    width: 175px;
    top: 130.835px;
    left: 27px;
}

#PARAGRAPH453 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#SHAPE454 {
    width: 72.4956px;
    height: 72.4539px;
    top: 34.166px;
    left: 75.252px;
}

#SHAPE454 svg:last-child {
    fill: rgba(64, 72, 60, 1.0);
}

#SECTION490 {
    height: 860px;
}

#SECTION490 > .ladi-section-background {
    background-color: rgba(226, 240, 214, 0.3);
}

#SECTION490 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#GROUP491 {
    width: 420px;
    height: 1579.89px;
    top: -10.9848px;
    left: 0px;
}

#IMAGE492 {
    width: 420px;
    height: 1555.86px;
    top: 24.0241px;
    left: 0px;
}

#IMAGE492 > .ladi-image > .ladi-overlay {
    background-color: rgba(69, 102, 55, 0.8);
}

#IMAGE492 > .ladi-image > .ladi-image-background {
    width: 945.936px;
    height: 1555.86px;
    top: 0px;
    left: -227px;
    background-image: url("https://w.ladicdn.com/s1250x1900/57b167c9ca57d39c18a1c57c/mm_uwwrw20200325085843.jpg");
}

#HEADLINE495 {
    width: 367px;
    top: 45.1683px;
    left: 53px;
}

#HEADLINE495 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

#BOX496 {
    width: 19.8px;
    height: 189.736px;
    top: 0px;
    left: 17.764px;
}

#BOX496 > .ladi-box {
    background-color: rgb(115, 198, 86);
}

#SECTION562 {
    height: 640px;
}

#SECTION562 > .ladi-overlay {
    background-color: rgba(5, 31, 78, 0.9);
}

#SECTION562 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x960/5c7362c6c417ab07e5196b05/KYdDc01S20200313034718.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#SECTION562 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#FRAME563 {
    width: 201px;
    height: 41.306px;
    top: 413.628px;
    left: 19.675px;
}

#FRAME563 > .ladi-frame > .ladi-frame-background {
    background-color: rgb(255, 255, 255);
}

#IMAGE564 {
    width: 35.5258px;
    height: 22.6523px;
    top: 9.805px;
    left: 60.688px;
}

#IMAGE564 > .ladi-image > .ladi-image-background {
    width: 35.5258px;
    height: 22.6523px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/mastercard-20200311062250-20200312040745.svg");
}

#IMAGE565 {
    width: 35.526px;
    height: 22.6523px;
    top: 9.805px;
    left: 18.532px;
}

#IMAGE565 > .ladi-image > .ladi-image-background {
    width: 35.526px;
    height: 22.6523px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/visa-20200311062250-20200312040726.svg");
}

#IMAGE566 {
    width: 79.4545px;
    height: 30.4573px;
    top: 6px;
    left: 100.214px;
}

#IMAGE566 > .ladi-image > .ladi-image-background {
    width: 79.4545px;
    height: 30.4573px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/bo-cong-thuong-20200311062345-20200312040731.svg");
}

#LINE567 {
    width: 400px;
    top: 459.934px;
    left: 9px;
}

#LINE567 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0px !important;
}

#LINE567 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#HEADLINE568 {
    width: 390px;
    top: 481.934px;
    left: 16.533px;
}

#HEADLINE568 > .ladi-headline {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
}

#GROUP569 {
    width: 402px;
    height: 134px;
    top: 135px;
    left: 9px;
}

#SHAPE570 {
    width: 22.5469px;
    height: 22.5469px;
    top: 6px;
    left: 0px;
}

#SHAPE570 svg:last-child {
    fill: rgba(255, 255, 255, 1);
}

#HEADLINE571 {
    width: 369px;
    top: 0px;
    left: 33px;
}

#HEADLINE571 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

#HEADLINE572 {
    width: 282px;
    top: 282.934px;
    left: 15.5px;
}

#HEADLINE572 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

#GROUP573 {
    width: 243.65px;
    height: 22.6801px;
    top: 318px;
    left: 15.5px;
}

#HEADLINE574 {
    width: 211px;
    top: 0px;
    left: 32.65px;
}

#HEADLINE574 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

#SHAPE575 {
    width: 22.6801px;
    height: 22.6801px;
    top: 0px;
    left: 0px;
}

#SHAPE575 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}

#GROUP576 {
    width: 242.65px;
    height: 19px;
    top: 354.321px;
    left: 241px;
}

#HEADLINE577 {
    width: 211px;
    top: 0px;
    left: 31.65px;
}

#HEADLINE577 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

#SHAPE578 {
    width: 18.4385px;
    height: 18.4658px;
    top: 0px;
    left: 0px;
}

#SHAPE578 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}

#GROUP579 {
    width: 176px;
    height: 22px;
    top: 314.774px;
    left: 237px;
}

#HEADLINE580 {
    width: 141px;
    top: 3px;
    left: 35px;
}

#HEADLINE580 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

#SHAPE581 {
    width: 21.3362px;
    height: 21.3362px;
    top: 0px;
    left: 0px;
}

#SHAPE581 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}

#GROUP582 {
    width: 178.65px;
    height: 24.6135px;
    top: 354.321px;
    left: 19.675px;
}

#HEADLINE583 {
    width: 146px;
    top: 0px;
    left: 32.65px;
}

#HEADLINE583 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

#SHAPE584 {
    width: 22.2998px;
    height: 24.6135px;
    top: 0px;
    left: 0px;
}

#SHAPE584 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}

#SHAPE585 {
    width: 22.5469px;
    height: 22.5469px;
    top: 199.146px;
    left: 9px;
}

#SHAPE585 svg:last-child {
    fill: rgba(255, 255, 255, 1);
}

#SHAPE586 {
    width: 22.5469px;
    height: 22.5469px;
    top: 246.453px;
    left: 9px;
}

#SHAPE586 svg:last-child {
    fill: rgba(255, 255, 255, 1);
}

#IMAGE587 {
    width: 367.273px;
    height: 101px;
    top: 18.765px;
    left: 26.3635px;
}

#IMAGE587 > .ladi-image > .ladi-image-background {
    width: 367.273px;
    height: 101px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x450/5cd6eb1a30dba94fe2f42ea0/logo-04-20210922084247-20211204002217.png");
}

#BOX620 {
    width: 295px;
    height: 240px;
    top: 0px;
    left: 4px;
}

#BOX620 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s600x550/5cd6eb1a30dba94fe2f42ea0/download-20220424155941.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-top-left-radius: 80px;
}

#BOX621 {
    width: 299px;
    height: 226.75px;
    top: 240px;
    left: 0px;
}

#BOX621 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    background-color: rgb(255, 255, 255);
}

#BOX623 {
    width: 71px;
    height: 71px;
    top: 0px;
    left: 0px;
}

#BOX623 > .ladi-box {
    box-shadow: 0px 0px 30px -15px #000;
    -webkit-box-shadow: 0px 0px 30px -15px #000;
    background-color: rgb(255, 255, 255);
    border-radius: 1000px;
}

#SHAPE624 {
    width: 36.5px;
    height: 36.5px;
    top: 15.25px;
    left: 17.25px;
}

#SHAPE624 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP622 {
    width: 71px;
    height: 71px;
    top: 206px;
    left: 114px;
}

#PARAGRAPH626 {
    width: 114px;
    top: 0px;
    left: 66.5px;
}

#PARAGRAPH626 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#PARAGRAPH627 {
    width: 247px;
    top: 33.5px;
    left: 0px;
}

#PARAGRAPH627 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#GROUP625 {
    width: 247px;
    height: 167.5px;
    top: 291.25px;
    left: 26px;
}

#GROUP619 {
    width: 299px;
    height: 466.75px;
    top: 7px;
    left: 0px;
}

#BOX629 {
    width: 298.058px;
    height: 249.073px;
    top: 0px;
    left: 0px;
}

#BOX629 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s600x550/5cd6eb1a30dba94fe2f42ea0/download-20220424160046.jpg");
    background-position: center top;
    background-repeat: repeat;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 0px;
}

#BOX630 {
    width: 299px;
    height: 227.927px;
    top: 241.073px;
    left: 0px;
}

#BOX630 > .ladi-box {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    background-color: rgb(255, 255, 255);
}

#BOX632 {
    width: 71px;
    height: 74.8612px;
    top: 0px;
    left: 0px;
}

#BOX632 > .ladi-box {
    box-shadow: 0px 0px 30px -15px #000;
    -webkit-box-shadow: 0px 0px 30px -15px #000;
    background-color: rgb(255, 255, 255);
    border-radius: 1000px;
}

#SHAPE633 {
    width: 36.5px;
    height: 38.485px;
    top: 16.0793px;
    left: 17.25px;
}

#SHAPE633 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP631 {
    width: 71px;
    height: 74.8612px;
    top: 205.224px;
    left: 114px;
}

#PARAGRAPH635 {
    width: 208px;
    top: 0px;
    left: 20px;
}

#PARAGRAPH635 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH636 {
    width: 248px;
    top: 64.8444px;
    left: 0px;
}

#PARAGRAPH636 > .ladi-paragraph {
    color: rgb(5, 31, 77);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#GROUP634 {
    width: 248px;
    height: 131.844px;
    top: 295.11px;
    left: 36px;
}

#GROUP628 {
    width: 299px;
    height: 469px;
    top: 0px;
    left: 617px;
}

#BOX638 {
    width: 299px;
    height: 225.697px;
    top: 238.053px;
    left: 0px;
}

#BOX638 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(204deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(204deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.3);
}

#BOX639 {
    width: 297.25px;
    height: 238.053px;
    top: 0px;
    left: 0.875px;
}

#BOX639 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s600x550/5cd6eb1a30dba94fe2f42ea0/download-20220424160026.jpg");
    background-position: center top;
    background-repeat: repeat;
}

#BOX641 {
    width: 71px;
    height: 71.6177px;
    top: 0px;
    left: 0px;
}

#BOX641 > .ladi-box {
    box-shadow: 0px 0px 30px -15px #000;
    -webkit-box-shadow: 0px 0px 30px -15px #000;
    background-color: rgb(255, 255, 255);
    border-radius: 1000px;
}

#SHAPE642 {
    width: 36.5px;
    height: 36.8175px;
    top: 15.3827px;
    left: 17.25px;
}

#SHAPE642 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP640 {
    width: 71px;
    height: 71.6177px;
    top: 203.757px;
    left: 113.5px;
}

#PARAGRAPH644 {
    width: 114px;
    top: 0px;
    left: 77px;
}

#PARAGRAPH644 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#PARAGRAPH645 {
    width: 247px;
    top: 29.2524px;
    left: 0px;
}

#PARAGRAPH645 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#GROUP643 {
    width: 247px;
    height: 142.227px;
    top: 291.262px;
    left: 26px;
}

#GROUP637 {
    width: 299px;
    height: 463.75px;
    top: 7px;
    left: 309.25px;
}

#GROUP618 {
    width: 916px;
    height: 473.75px;
    top: 617.75px;
    left: 13.248px;
}

#HEADLINE650 {
    width: 304px;
    top: 94px;
    left: 58px;
}

#HEADLINE650 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

#BOX651 {
    width: 143.28px;
    height: 62px;
    top: 0px;
    left: 0px;
}

#BOX651 > .ladi-box {
    box-shadow: 4px 15px 20px -15px #000;
    -webkit-box-shadow: 4px 15px 20px -15px #000;
    background-color: rgb(65, 116, 47);
    border-radius: 15px;
}

#HEADLINE652 {
    width: 128px;
    top: 5.5px;
    left: 8.64px;
}

#HEADLINE652 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#GROUP653 {
    width: 143.28px;
    height: 62px;
    top: 0px;
    left: 23.36px;
}

#GROUP654 {
    width: 420px;
    height: 221px;
    top: 53.544px;
    left: 0px;
}

#GROUP655 {
    width: 420px;
    height: 274.544px;
    top: 742.846px;
    left: 0px;
}

#BOX665 {
    width: 420px;
    height: 152px;
    top: 0px;
    left: 0px;
}

#BOX665 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(180deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
}

#LIST_PARAGRAPH666 {
    width: 368px;
    top: 66.3807px;
    left: 21.6843px;
}

#LIST_PARAGRAPH666 > .ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6;
}

#LIST_PARAGRAPH666 ul li {
    padding-bottom: 20px;
    padding-left: 20px;
}

#LIST_PARAGRAPH666 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20fill%3D%22rgba(234%2C%20242%2C%20254%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M768%20256q-130%200-248.5%2051t-204%20136.5-136.5%20204T128%20896t51%20248.5%20136.5%20204%20204%20136.5%20248.5%2051%20248.5-51%20204-136.5%20136.5-204%2051-248.5-51-248.5-136.5-204-204-136.5T768%20256zm768%20640q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 10px;
    height: 10px;
    top: 6px;
}

#GROUP664 {
    width: 420px;
    height: 152px;
    top: 28.544px;
    left: 0px;
}

#BOX668 {
    width: 143.28px;
    height: 41px;
    top: 0px;
    left: 0px;
}

#BOX668 > .ladi-box {
    box-shadow: 4px 15px 20px -15px #000;
    -webkit-box-shadow: 4px 15px 20px -15px #000;
    background-color: rgb(65, 116, 47);
    border-radius: 15px;
}

#HEADLINE669 {
    width: 128px;
    top: 7.5px;
    left: 7.64px;
}

#HEADLINE669 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#GROUP667 {
    width: 143.28px;
    height: 41px;
    top: 0px;
    left: 20.36px;
}

#GROUP663 {
    width: 420px;
    height: 180.544px;
    top: 0px;
    left: 0px;
}

#HEADLINE670 {
    width: 182px;
    top: 59.78px;
    left: 22px;
}

#HEADLINE670 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#GROUP671 {
    width: 420px;
    height: 180.544px;
    top: 1033.57px;
    left: 0px;
}

#BOX675 {
    width: 420px;
    height: 152px;
    top: 0px;
    left: 0px;
}

#BOX675 > .ladi-box {
    background: rgba(139, 164, 127, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
    background: linear-gradient(180deg, rgba(139, 164, 127, 1.0), rgba(69, 102, 54, 1.0));
}

#LIST_PARAGRAPH676 {
    width: 368px;
    top: 66.3807px;
    left: 21.6843px;
}

#LIST_PARAGRAPH676 > .ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6;
}

#LIST_PARAGRAPH676 ul li {
    padding-bottom: 20px;
    padding-left: 20px;
}

#LIST_PARAGRAPH676 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20fill%3D%22rgba(234%2C%20242%2C%20254%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M768%20256q-130%200-248.5%2051t-204%20136.5-136.5%20204T128%20896t51%20248.5%20136.5%20204%20204%20136.5%20248.5%2051%20248.5-51%20204-136.5%20136.5-204%2051-248.5-51-248.5-136.5-204-204-136.5T768%20256zm768%20640q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 10px;
    height: 10px;
    top: 6px;
}

#GROUP674 {
    width: 420px;
    height: 152px;
    top: 28.544px;
    left: 0px;
}

#BOX678 {
    width: 143.28px;
    height: 41px;
    top: 0px;
    left: 0px;
}

#BOX678 > .ladi-box {
    box-shadow: 4px 15px 20px -15px #000;
    -webkit-box-shadow: 4px 15px 20px -15px #000;
    background-color: rgb(65, 116, 47);
    border-radius: 15px;
}

#HEADLINE679 {
    width: 128px;
    top: 7.5px;
    left: 7.64px;
}

#HEADLINE679 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#GROUP677 {
    width: 143.28px;
    height: 41px;
    top: 0px;
    left: 20.36px;
}

#GROUP673 {
    width: 420px;
    height: 180.544px;
    top: 0px;
    left: 0px;
}

#HEADLINE680 {
    width: 182px;
    top: 59.78px;
    left: 22px;
}

#HEADLINE680 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#GROUP672 {
    width: 420px;
    height: 180.544px;
    top: 1230.57px;
    left: 0px;
}

#IMAGE682 {
    width: 377px;
    height: 269.791px;
    top: 386.544px;
    left: 21.5px;
}

#IMAGE682 > .ladi-image > .ladi-image-background {
    width: 377px;
    height: 269.791px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x600/5cd6eb1a30dba94fe2f42ea0/sua-tuoi-moi-ngay-960x687-20220425025420.jpg");
}

#SECTION683 {
    height: 1355px;
}

#SECTION683 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#HEADLINE684 {
    width: 407px;
    top: 20.3px;
    left: 6.5px;
}

#HEADLINE684 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(65, 116, 47);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(102, 161, 238) 2px 1px 2px;
}

#HEADLINE685 {
    width: 263px;
    top: 121.55px;
    left: 78.5px;
}

#HEADLINE685 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(65, 106, 51);
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

#GROUP686 {
    width: 392.074px;
    height: 1165.56px;
    top: 182.55px;
    left: 13.963px;
}

#IMAGE687 {
    width: 164px;
    height: 155.333px;
    top: 741.56px;
    left: 226px;
}

#IMAGE687 > .ladi-image > .ladi-image-background {
    width: 239px;
    height: 159.333px;
    top: -3.0003px;
    left: -39px;
    background-image: url("https://w.ladicdn.com/s550x500/5cd6eb1a30dba94fe2f42ea0/dscf0336-20210922170737-1-20211204002135.jpg");
}

#IMAGE687 > .ladi-image {
    border-radius: 10px;
}

#GROUP688 {
    width: 392.074px;
    height: 896.893px;
    top: 0px;
    left: 0px;
}

#IMAGE689 {
    width: 392.074px;
    height: 220.457px;
    top: 0px;
    left: 0px;
}

#IMAGE689 > .ladi-image > .ladi-image-background {
    width: 392.074px;
    height: 220.457px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x550/5cd6eb1a30dba94fe2f42ea0/dsc02498-20210922170736-1-20211204002135.jpg");
}

#IMAGE689 > .ladi-image {
    border-radius: 16px;
}

#IMAGE690 {
    width: 175px;
    height: 170.333px;
    top: 226.56px;
    left: 0px;
}

#IMAGE690 > .ladi-image > .ladi-image-background {
    width: 255.5px;
    height: 170.333px;
    top: 0px;
    left: -27px;
    background-image: url("https://w.ladicdn.com/s600x500/5cd6eb1a30dba94fe2f42ea0/dscf0346-20210922170737-20211204002135.jpg");
}

#IMAGE690 > .ladi-image {
    border-radius: 18px;
}

#IMAGE691 {
    width: 209.074px;
    height: 353.333px;
    top: 226.56px;
    left: 183px;
}

#IMAGE691 > .ladi-image > .ladi-image-background {
    width: 602px;
    height: 401.333px;
    top: -38px;
    left: -158px;
    background-image: url("https://w.ladicdn.com/s950x750/5cd6eb1a30dba94fe2f42ea0/dsc06964-20210922170736-20211204002135.jpg");
}

#IMAGE691 > .ladi-image {
    border-radius: 20px;
}

#IMAGE692 {
    width: 175px;
    height: 168.333px;
    top: 411.56px;
    left: 0px;
}

#IMAGE692 > .ladi-image > .ladi-image-background {
    width: 261.5px;
    height: 174.333px;
    top: -6px;
    left: -34px;
    background-image: url("https://w.ladicdn.com/s600x500/5cd6eb1a30dba94fe2f42ea0/dsc07011-20210922170737-20211204002135.jpg");
}

#IMAGE692 > .ladi-image {
    border-radius: 20px;
}

#IMAGE693 {
    width: 215px;
    height: 309.333px;
    top: 587.56px;
    left: 0px;
}

#IMAGE693 > .ladi-image > .ladi-image-background {
    width: 492.5px;
    height: 328.333px;
    top: 0px;
    left: -147px;
    background-image: url("https://w.ladicdn.com/s800x650/5cd6eb1a30dba94fe2f42ea0/dsc07008-20210922170736-20211204002135.jpg");
}

#IMAGE693 > .ladi-image {
    border-radius: 14px;
}

#IMAGE694 {
    width: 166.074px;
    height: 147.333px;
    top: 587.56px;
    left: 226px;
}

#IMAGE694 > .ladi-image > .ladi-image-background {
    width: 225.5px;
    height: 150.333px;
    top: -3px;
    left: -46px;
    background-image: url("https://w.ladicdn.com/s550x500/5cd6eb1a30dba94fe2f42ea0/dscf0365-20210922170737-1-20211204002200.jpg");
}

#IMAGE694 > .ladi-image {
    border-radius: 9px;
}

#IMAGE695 {
    width: 390px;
    height: 260px;
    top: 905.56px;
    left: 0px;
}

#IMAGE695 > .ladi-image > .ladi-image-background {
    width: 390px;
    height: 260px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x600/5cd6eb1a30dba94fe2f42ea0/dscf3611-20210922170737-1-20211204002200.jpg");
}

#IMAGE695 > .ladi-image {
    border-radius: 14px;
}

#IMAGE696 {
    width: 420px;
    height: 226.89px;
    top: 426.655px;
    left: 0px;
}

#IMAGE696 > .ladi-image > .ladi-image-background {
    width: 420px;
    height: 226.89px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x550/5cd6eb1a30dba94fe2f42ea0/sua-bot-cong-thuc-20211208163716.jpg");
}

#GROUP697 {
    width: 299.553px;
    height: 53px;
    top: 0px;
    left: 0px;
}

#GROUP698 {
    width: 299.553px;
    height: 102px;
    top: 756.204px;
    left: 33px;
}

#SECTION699 {
    height: 963.7px;
}

#SECTION699 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#IMAGE700 {
    width: 420px;
    height: 553.119px;
    top: -8.8px;
    left: 0px;
}

#IMAGE700 > .ladi-image > .ladi-image-background {
    width: 420px;
    height: 553.119px;
    top: 0px;
    left: 0px;
    background-image: url("z3334025706152_6153fb99eeb8e93e66c28686f6fc8754-20220425033349.jpg");
}

#HEADLINE701 {
    width: 223px;
    top: 544.319px;
    left: 104.5px;
}

#HEADLINE701 > .ladi-headline {
    color: rgb(65, 116, 47);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}

#SECTION705 {
    height: 700px;
}

#SECTION705 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#HEADLINE597 {
    width: 150px;
    top: 10px;
    left: 135px;
}

#HEADLINE597 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
}

#HEADLINE767 {
    width: 353px;
    top: 11.4232px;
    left: 25.3758px;
}

#HEADLINE767 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 20.35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#HEADLINE768 {
    width: 243px;
    top: 88.9081px;
    left: 80.3599px;
}

#HEADLINE768 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 13.99px;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#BOX770 {
    width: 384.449px;
    height: 430.952px;
    top: 0.000242px;
    left: 9.55123px;
}

#BOX770 > .ladi-box {
    box-shadow: 20px 25px 20px -15px #000;
    -webkit-box-shadow: 20px 25px 20px -15px #000;
    background-color: rgb(255, 255, 255);
    border-color: rgb(99, 99, 99);
    border-width: 1px;
    border-radius: 25px;
}

#BOX771 {
    width: 384.449px;
    height: 308.972px;
    top: 0px;
    left: 9.55123px;
}

#BOX771 > .ladi-box {
    background-color: rgb(65, 116, 47);
    border-color: rgb(99, 99, 99);
    border-width: 1px;
    border-radius: 25px 25px 100px 100px;
}

#HEADLINE772 {
    width: 159px;
    top: 372.215px;
    left: 236.182px;
}

#HEADLINE772 > .ladi-headline {
    color: rgb(65, 116, 47);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(115, 197, 86) 2px 3px 3px;
}

#HEADLINE773 {
    width: 394px;
    top: 159.96px;
    left: 0px;
}

#HEADLINE773 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#BOX775 {
    width: 268.528px;
    height: 43.7644px;
    top: 0px;
    left: 0px;
}

#BOX775 > .ladi-box {
    box-shadow: 20px 25px 20px -15px #000;
    -webkit-box-shadow: 20px 25px 20px -15px #000;
    background-color: rgb(65, 116, 47);
    border-style: solid;
    border-color: rgb(250, 250, 250);
    border-width: 2px;
    border-radius: 25px;
}

#HEADLINE776 {
    width: 198px;
    top: 8.82148px;
    left: 58.9759px;
}

#HEADLINE776 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: right;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#SHAPE777 {
    width: 38.1574px;
    height: 38.2265px;
    top: 3.6321px;
    left: 20.8185px;
}

#SHAPE777 svg:last-child {
    fill: rgba(250, 250, 250, 1);
}

#GROUP774 {
    width: 268.528px;
    height: 43.7644px;
    top: 94.6613px;
    left: 71.9266px;
}

#SHAPE778 {
    width: 67.6097px;
    height: 27.3315px;
    top: 380.317px;
    left: 157.688px;
}

#SHAPE778 svg:last-child {
    fill: rgba(241, 17, 17, 1);
}

#HEADLINE779 {
    width: 115px;
    top: 378.202px;
    left: 33.496px;
}

#HEADLINE779 > .ladi-headline {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(65, 116, 47);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(115, 197, 86) 2px 3px 3px;
}

#GROUP769 {
    width: 395.182px;
    height: 430.952px;
    top: 0px;
    left: 0px;
}

#HEADLINE780 {
    width: 366px;
    top: 11.4232px;
    left: 13.4034px;
}

#HEADLINE780 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#GROUP766 {
    width: 395.182px;
    height: 430.952px;
    top: 0px;
    left: 8.14433px;
}

#HEADLINE781 {
    width: 402px;
    top: 202.415px;
    left: 0px;
}

#HEADLINE781 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#GROUP765 {
    width: 403.326px;
    height: 430.952px;
    top: 0px;
    left: 0px;
}

#IMAGE783 {
    width: 108.568px;
    height: 189.466px;
    top: 0px;
    left: 0px;
}

#IMAGE783 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 191.482px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE784 {
    width: 108.568px;
    height: 189.466px;
    top: 18.1985px;
    left: 45.1481px;
}

#IMAGE784 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 191.482px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE785 {
    width: 108.568px;
    height: 194.518px;
    top: 0px;
    left: 102.037px;
}

#IMAGE785 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#GROUP782 {
    width: 210.605px;
    height: 207.664px;
    top: 199.955px;
    left: 70.4643px;
}

#GROUP764 {
    width: 403.326px;
    height: 430.952px;
    top: 0px;
    left: 0px;
}

#IMAGE786 {
    width: 108.568px;
    height: 194.518px;
    top: 215.937px;
    left: 237.533px;
}

#IMAGE786 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#GROUP707 {
    width: 412.167px;
    height: 441.824px;
    top: 0px;
    left: 0px;
}

#GROUP706 {
    width: 412.167px;
    height: 441.824px;
    top: 193.7px;
    left: 0px;
}

#GROUP702 {
    width: 182.142px;
    height: 211.475px;
    top: 203.568px;
    left: 114.49px;
}

#IMAGE704 {
    width: 111.307px;
    height: 194.245px;
    top: 17.2298px;
    left: 70.8357px;
}

#IMAGE704 > .ladi-image > .ladi-image-background {
    width: 195.275px;
    height: 196.312px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE703 {
    width: 111.307px;
    height: 194.245px;
    top: 0px;
    left: 0px;
}

#IMAGE703 > .ladi-image > .ladi-image-background {
    width: 195.275px;
    height: 196.312px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#GROUP600 {
    width: 412.167px;
    height: 441.824px;
    top: 0px;
    left: 0px;
}

#HEADLINE616 {
    width: 412px;
    top: 207.521px;
    left: 0px;
}

#HEADLINE616 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#GROUP601 {
    width: 405.14px;
    height: 441.824px;
    top: 0px;
    left: 7.02729px;
}

#HEADLINE615 {
    width: 374px;
    top: 11.7114px;
    left: 15.064px;
}

#HEADLINE615 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#GROUP604 {
    width: 405.14px;
    height: 441.824px;
    top: 0px;
    left: 0px;
}

#HEADLINE614 {
    width: 120px;
    top: 388.859px;
    left: 25.4141px;
}

#HEADLINE614 > .ladi-headline {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(65, 116, 47);
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(115, 197, 86) 2px 3px 3px;
}

#SHAPE613 {
    width: 69.3152px;
    height: 28.021px;
    top: 391.586px;
    left: 163.846px;
}

#SHAPE613 svg:last-child {
    fill: rgba(241, 17, 17, 1);
}

#GROUP609 {
    width: 275.302px;
    height: 44.8685px;
    top: 97.0495px;
    left: 73.7411px;
}

#SHAPE612 {
    width: 39.12px;
    height: 39.1909px;
    top: 3.72374px;
    left: 21.3437px;
}

#SHAPE612 svg:last-child {
    fill: rgba(250, 250, 250, 1);
}

#HEADLINE611 {
    width: 203px;
    top: 9.04403px;
    left: 60.4637px;
}

#HEADLINE611 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: right;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#BOX610 {
    width: 275.302px;
    height: 44.8685px;
    top: 0px;
    left: 0px;
}

#BOX610 > .ladi-box {
    box-shadow: 20px 25px 20px -15px #000;
    -webkit-box-shadow: 20px 25px 20px -15px #000;
    background-color: rgb(65, 116, 47);
    border-style: solid;
    border-color: rgb(250, 250, 250);
    border-width: 2px;
    border-radius: 25px;
}

#HEADLINE608 {
    width: 404px;
    top: 163.996px;
    left: 0px;
}

#HEADLINE608 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#HEADLINE607 {
    width: 163px;
    top: 383.28px;
    left: 242.14px;
}

#HEADLINE607 > .ladi-headline {
    color: rgb(65, 116, 47);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(115, 197, 86) 2px 3px 3px;
}

#BOX606 {
    width: 384.355px;
    height: 316.767px;
    top: 0px;
    left: 9.79217px;
}

#BOX606 > .ladi-box {
    background-color: rgb(65, 116, 47);
    border-color: rgb(99, 99, 99);
    border-width: 1px;
    border-radius: 25px 25px 100px 100px;
}

#BOX605 {
    width: 384.355px;
    height: 441.824px;
    top: 0.000248px;
    left: 9.79217px;
}

#BOX605 > .ladi-box {
    box-shadow: 20px 25px 20px -15px #000;
    -webkit-box-shadow: 20px 25px 20px -15px #000;
    background-color: rgb(255, 255, 255);
    border-color: rgb(99, 99, 99);
    border-width: 1px;
    border-radius: 25px;
}

#HEADLINE603 {
    width: 249px;
    top: 91.1511px;
    left: 83.7097px;
}

#HEADLINE603 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 13.99px;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#HEADLINE602 {
    width: 362px;
    top: 11.7114px;
    left: 27.3384px;
}

#HEADLINE602 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 20.35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#GROUP809 {
    width: 210.605px;
    height: 207.664px;
    top: 0px;
    left: 0px;
}

#GROUP810 {
    width: 403.326px;
    height: 430.952px;
    top: 654.75px;
    left: 4.42048px;
}

#GROUP812 {
    width: 412.167px;
    height: 441.824px;
    top: 0px;
    left: 0px;
}

#SECTION813 {
    height: 1124.67px;
}

#SECTION813 > .ladi-section-background {
    background: rgba(121, 206, 91, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(121, 206, 91, 1.0), rgba(250, 250, 250, 1));
    background: linear-gradient(180deg, rgba(121, 206, 91, 1.0), rgba(250, 250, 250, 1));
}

#SECTION813 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX814 {
    width: 420px;
    height: 7px;
    top: 0px;
    left: 0px;
}

#BOX814 > .ladi-box {
    background-color: rgb(0, 0, 0);
}

#BOX815 {
    width: 420px;
    height: 7px;
    top: 1113.67px;
    left: 0px;
}

#BOX815 > .ladi-box {
    background-color: rgb(0, 0, 0);
}

#HEADLINE816 {
    width: 414px;
    top: 10.8px;
    left: 0px;
}

#HEADLINE816 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(27, 16, 145);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(255, 255, 255) 2px 1px 2px;
}

#GROUP817 {
    width: 288px;
    height: 43.366px;
    top: 106.8px;
    left: 59px;
}

#LINE818 {
    width: 119px;
    top: 26.366px;
    left: 0px;
}

#LINE818 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(27, 16, 145);
    border-right: 1px solid rgb(27, 16, 145);
    border-bottom: 1px solid rgb(27, 16, 145);
    border-left: 0px !important;
}

#LINE818 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#SHAPE819 {
    width: 28.0192px;
    height: 37.732px;
    top: 0px;
    left: 131.828px;
}

#SHAPE819 svg:last-child {
    fill: rgba(27, 16, 145, 1);
}

#LINE820 {
    width: 119px;
    top: 26.366px;
    left: 169px;
}

#LINE820 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(27, 16, 145);
    border-right: 1px solid rgb(27, 16, 145);
    border-bottom: 1px solid rgb(27, 16, 145);
    border-left: 0px !important;
}

#LINE820 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#IMAGE821 {
    width: 418.09px;
    height: 291.67px;
    top: 276.142px;
    left: -2.045px;
}

#IMAGE821 > .ladi-image > .ladi-image-background {
    width: 418.09px;
    height: 291.67px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x600/5cd6eb1a30dba94fe2f42ea0/0510190540_editor-20211208154207.jpg");
}

#IMAGE821 > .ladi-image {
    border-style: double;
    border-color: rgb(27, 16, 145);
    border-width: 4px;
    border-radius: 10px;
}

#LIST_PARAGRAPH822 {
    width: 383px;
    top: 606.67px;
    left: 22.5px;
}

#LIST_PARAGRAPH822 > .ladi-list-paragraph {
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

#LIST_PARAGRAPH822 ul li {
    padding-bottom: 18px;
    padding-left: 44px;
}

#LIST_PARAGRAPH822 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(33%2C%2012%2C%20252%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 40px;
    height: 40px;
    top: -3px;
}

#HEADLINE823 {
    width: 379px;
    top: 150.166px;
    left: 20.5px;
}

#HEADLINE823 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(27, 16, 145);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(255, 255, 255) 2px 1px 2px;
}

#SECTION824 {
    height: 808.656px;
}

#SECTION824 > .ladi-section-background {
    background: rgba(228, 228, 228, 1);
    background: -webkit-linear-gradient(180deg, rgba(228, 228, 228, 1), rgba(255, 255, 255, 1));
    background: linear-gradient(180deg, rgba(228, 228, 228, 1), rgba(255, 255, 255, 1));
}

#SECTION824 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#HEADLINE843 {
    width: 420px;
    top: 0px;
    left: 0px;
}

#HEADLINE843 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

#HEADLINE846 {
    width: 120px;
    top: 0px;
    left: 22.5px;
}

#HEADLINE846 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

#HEADLINE847 {
    width: 342px;
    top: 12px;
    left: 37.25px;
}

#HEADLINE847 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
}

#SHAPE848 {
    width: 26.5px;
    height: 26.5px;
    top: 17px;
    left: 0px;
}

#SHAPE848 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP845 {
    width: 379.25px;
    height: 98px;
    top: 531.6px;
    left: 25.75px;
}

#HEADLINE850 {
    width: 120px;
    top: 0px;
    left: 22.5px;
}

#HEADLINE850 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

#HEADLINE851 {
    width: 342px;
    top: 12px;
    left: 37.25px;
}

#HEADLINE851 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
}

#SHAPE852 {
    width: 26.5px;
    height: 26.5px;
    top: 17px;
    left: 0px;
}

#SHAPE852 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP849 {
    width: 379.25px;
    height: 70px;
    top: 639px;
    left: 25.75px;
}

#HEADLINE855 {
    width: 120px;
    top: 0px;
    left: 22.5px;
}

#HEADLINE855 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

#HEADLINE856 {
    width: 342px;
    top: 12px;
    left: 37.25px;
}

#HEADLINE856 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
}

#SHAPE857 {
    width: 26.5px;
    height: 26.5px;
    top: 17px;
    left: 0px;
}

#SHAPE857 svg:last-child {
    fill: rgba(115, 198, 86, 1.0);
}

#GROUP854 {
    width: 379.25px;
    height: 70px;
    top: 720.1px;
    left: 25.75px;
}

#IMAGE859 {
    width: 86px;
    height: 86px;
    top: 241.974px;
    left: 0px;
}

#IMAGE859 > .ladi-image > .ladi-image-background {
    width: 86px;
    height: 86px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5cd6eb1a30dba94fe2f42ea0/download-removebg-preview-2-20220425044735.png");
}

#FORM_ITEM595 {
    width: 338.435px;
    height: 40.3482px;
    top: 116.773px;
    left: 1.18078px;
}

#GROUP592 {
    width: 389.736px;
    height: 907.879px;
    top: 0px;
    left: 0px;
}

#HEADLINE524 {
    width: 332px;
    top: 16.8198px;
    left: 28.9832px;
}

#HEADLINE524 > .ladi-headline {
    color: rgb(64, 72, 60);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

#HEADLINE523 {
    width: 58px;
    top: 36.6932px;
    left: 229.645px;
}

#HEADLINE523 > .ladi-headline {
    color: rgb(132, 132, 132);
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
}

#HEADLINE522 {
    width: 58px;
    top: 36.6932px;
    left: 153.557px;
}

#HEADLINE522 > .ladi-headline {
    color: rgb(132, 132, 132);
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
}

#HEADLINE521 {
    width: 58px;
    top: 36.6932px;
    left: 77.4689px;
}

#HEADLINE521 > .ladi-headline {
    color: rgb(132, 132, 132);
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
}

#HEADLINE520 {
    width: 58px;
    top: 36.6932px;
    left: 1.38081px;
}

#HEADLINE520 > .ladi-headline {
    color: rgb(132, 132, 132);
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
}

#COUNTDOWN515 {
    width: 291.993px;
    height: 41.6663px;
    top: 0px;
    left: 0px;
}

#COUNTDOWN515 > .ladi-countdown {
    color: rgb(64, 72, 60);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#COUNTDOWN515 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
}

#HEADLINE508 {
    width: 291px;
    top: 130.791px;
    left: 49.368px;
}

#HEADLINE508 > .ladi-headline {
    color: rgb(5, 34, 74);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#FORM_ITEM507 {
    width: 338.047px;
    height: 46.1121px;
    top: 58.4043px;
    left: 0px;
}

#FORM_ITEM505 {
    width: 340.435px;
    height: 46.1121px;
    top: 0px;
    left: 0.60399px;
}

#BUTTON_TEXT503 {
    width: 248px;
    top: 10.3753px;
    left: 0px;
}

#BUTTON_TEXT503 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#BUTTON503 {
    width: 247.962px;
    height: 46.1121px;
    top: 145px;
    left: 45.0425px;
}

#BUTTON503 > .ladi-button > .ladi-button-background {
    background-color: rgb(241, 17, 17);
}

#BUTTON503 > .ladi-button {
    top: 0;
    border-radius: 36px;
}

#FORM502 {
    width: 341.181px;
    height: 418.233px;
    top: 335.876px;
    left: 28.9832px;
}

#FORM502 > .orderForm {
    color: rgb(132, 132, 132);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.6;
}

#FORM502 .ladi-form-item .ladi-form-control::placeholder, #FORM502 .orderForm .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
    color: rgba(132, 132, 132, 1.0);
}

#FORM502 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
}

#FORM502 .ladi-form-item.ladi-form-checkbox {
    padding-left: 13px;
    padding-right: 13px;
}

#FORM502 .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(132%2C%20132%2C%20132%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#FORM502 .ladi-form-item-container, #FORM502 .ladi-form-label-container .ladi-form-label-item {
    border-style: solid;
    border-color: rgba(65, 73, 61, 0.3);
    border-width: 1px;
    border-radius: 0px;
}

#FORM502 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgba(65, 73, 61, 0.3);
}

#BOX501 {
    width: 389.736px;
    height: 585px;
    top: 0px;
    left: 0px;
}

#BOX501 > .ladi-box {
    background-color: rgb(238, 255, 209);
}

#IMAGE499 {
    width: 185.35px;
    height: 159.539px;
    top: 0.999678px;
    left: 0px;
}

#IMAGE499 > .ladi-image > .ladi-image-background {
    width: 185.35px;
    height: 188.025px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
}

#BOX498 {
    width: 360px;
    height: 1065.67px;
    top: 0px;
    left: 60px;
}

#BOX498 > .ladi-box {
    background-color: rgb(139, 164, 127);
}

#SECTION860 {
    height: 1620px;
}

#SECTION860 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#IMAGE861 {
    width: 407px;
    height: 271.333px;
    top: 79.024px;
    left: 6.5px;
}

#IMAGE861 > .ladi-image > .ladi-image-background {
    width: 408.017px;
    height: 272.448px;
    top: 0px;
    left: -1.0175px;
    background-image: url("11-1617347757-53-width660height495-20220218024605.jpg");
}

#IMAGE861 > .ladi-image {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 3px;
    border-radius: 20px;
}

#HEADLINE862 {
    width: 278px;
    top: 357.69px;
    left: 65px;
}

#HEADLINE862 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH863 {
    width: 398px;
    top: 418.478px;
    left: 18.75px;
}

#PARAGRAPH863 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6;
}

#VIDEO864 {
    width: 401.777px;
    height: 226px;
    top: 0px;
    left: 0px;
}

#VIDEO864 > .ladi-video > .ladi-video-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://img.youtube.com/vi/pwAZ9q-NlRI/hqdefault.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

#SHAPE864 {
    width: 60px;
    height: 60px;
    top: 83px;
    left: 170.888px;
}

#SHAPE864 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#HEADLINE866 {
    width: 407px;
    top: 3.3px;
    left: 6.5px;
}

#HEADLINE866 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(27, 16, 145);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(102, 161, 238) 2px 1px 2px;
}

#BOX868 {
    width: 375.111px;
    height: 110px;
    top: 237.751px;
    left: 13.333px;
}

#BOX868 > .ladi-box {
    background-color: rgb(16, 72, 145);
    border-radius: 10px;
}

#PARAGRAPH869 {
    width: 363px;
    top: 254.751px;
    left: 19.138px;
}

#PARAGRAPH869 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

#GROUP870 {
    width: 398px;
    height: 462.667px;
    top: 890px;
    left: 9.1115px;
}

#IMAGE871 {
    width: 396.001px;
    height: 264px;
    top: 0px;
    left: 0px;
}

#IMAGE871 > .ladi-image > .ladi-image-background {
    width: 550.441px;
    height: 309.622px;
    top: -43.6426px;
    left: -53.4601px;
    background-image: url("image003-20211208180827.jpg");
}

#IMAGE871 > .ladi-image {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 3px;
    border-radius: 20px;
}

#HEADLINE872 {
    width: 278px;
    top: 273px;
    left: 59.0005px;
}

#HEADLINE872 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#PARAGRAPH873 {
    width: 398px;
    top: 334.667px;
    left: 0px;
}

#PARAGRAPH873 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6;
}

#GROUP874 {
    width: 403.652px;
    height: 368px;
    top: 1120px;
    left: 6.2855px;
}

#VIDEO875 {
    width: 403.652px;
    height: 227.055px;
    top: 0px;
    left: 0px;
}

#VIDEO875 > .ladi-video > .ladi-video-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://img.youtube.com/vi/js8nWR3STlU/hqdefault.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

#SHAPE875 {
    width: 60px;
    height: 60px;
    top: 83.5275px;
    left: 171.826px;
}

#SHAPE875 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#BOX877 {
    width: 375.111px;
    height: 110px;
    top: 258px;
    left: 16.159px;
}

#BOX877 > .ladi-box {
    background-color: rgb(16, 72, 145);
}

#PARAGRAPH878 {
    width: 363px;
    top: 259px;
    left: 20.326px;
}

#PARAGRAPH878 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

#POPUP879 {
    width: 400px;
    height: 400px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

#POPUP879 > .ladi-popup > .ladi-overlay {
    border-radius: 21px;
}

#POPUP879 > .ladi-popup > .ladi-popup-background {
    background-color: rgb(65, 106, 51);
    border-radius: 21px;
}

#POPUP879 > .ladi-popup {
    border-radius: 21px;
}

#GROUP880 {
    width: 358.056px;
    height: 359px;
    top: 22px;
    left: 21.4724px;
}

#BOX881 {
    width: 358.056px;
    height: 359px;
    top: 0px;
    left: 0px;
}

#BOX881 > .ladi-box {
    background-color: rgb(217, 241, 246);
    border-radius: 16px;
}

#PARAGRAPH882 {
    width: 322px;
    top: 155.334px;
    left: 8.5276px;
}

#PARAGRAPH882 > .ladi-paragraph {
    color: rgb(232, 58, 48);
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}

#HEADLINE883 {
    width: 268px;
    top: 344px;
    left: 66.5004px;
}

#HEADLINE883 > .ladi-headline {
    color: rgb(33, 12, 252);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

#IMAGE884 {
    width: 220.011px;
    height: 164.919px;
    top: 5.0404px;
    left: 26.3005px;
}

#IMAGE884 > .ladi-image > .ladi-image-background {
    width: 220.011px;
    height: 164.919px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x500/5cd6eb1a30dba94fe2f42ea0/z2357412208182_5ebbf39192a35243d90c7dad216f4186-removebg-preview-20210302095302-20210517083820-20211203181705.png");
}

#IMAGE885 {
    width: 136.345px;
    height: 104.955px;
    top: 51.0226px;
    left: 233.311px;
}

#IMAGE885 > .ladi-image > .ladi-image-background {
    width: 136.345px;
    height: 104.955px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5cd6eb1a30dba94fe2f42ea0/rbg/fda-removebg-preview-20220224043916-20220318034414.png");
}

#IMAGE885 > .ladi-image {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
}

#BOX886 {
    width: 420px;
    height: 1580px;
    top: 0px;
    left: 0px;
}

#BOX886 > .ladi-box > .ladi-overlay {
    background-color: rgba(69, 102, 55, 0.8);
}

#BOX886 > .ladi-box {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s750x2300/57b167c9ca57d39c18a1c57c/utxdlcbc20200325075558.jpg");
    background-position: center top;
    background-repeat: repeat;
}

#GROUP887 {
    width: 401.777px;
    height: 347.751px;
    top: 510px;
    left: 9.1115px;
}

#GROUP889 {
    width: 389.736px;
    height: 907.879px;
    top: 0px;
    left: 0px;
}

#GROUP890 {
    width: 291.993px;
    height: 55.5908px;
    top: 160.63px;
    left: 48.8715px;
}

#IMAGE892 {
    width: 420px;
    height: 268.652px;
    top: 600.729px;
    left: 0px;
}

#IMAGE892 > .ladi-image > .ladi-image-background {
    width: 420px;
    height: 268.652px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x600/5cd6eb1a30dba94fe2f42ea0/chung-nhan-fda-1024x655-1-20220428040540.jpg");
}

#HEADLINE893 {
    width: 256px;
    top: 876px;
    left: 88px;
}

#HEADLINE893 > .ladi-headline {
    color: rgb(65, 116, 47);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}

#BUTTON895 {
    width: 248.435px;
    height: 62.1087px;
    top: 132px;
    left: 0px;
    bottom: auto;
    right: 0px;
    position: fixed;
    z-index: 90000050;
    margin: 0px auto;
}

#BUTTON895 > .ladi-button > .ladi-button-background {
    background-color: rgb(241, 18, 18);
}

#BUTTON895 > .ladi-button {
    border-radius: 20px;
}

#BUTTON895.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#BUTTON_TEXT895 {
    width: 248px;
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT895 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#SHAPE896 {
    width: 46.7979px;
    height: 36.6466px;
    top: 765px;
    left: 9px;
}

#SHAPE896.ladi-animation > .ladi-shape {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#SHAPE896 svg:last-child {
    fill: rgba(33, 12, 252, 1);
}

#HEADLINE941 {
    width: 337px;
    top: 367.601px;
    left: 45px;
}

#HEADLINE941 > .ladi-headline {
    color: rgb(232, 58, 48);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#FORM_ITEM943 {
    width: 340px;
    height: 215px;
    top: 157.121px;
    left: 1.18078px;
}

#FORM_ITEM943 .ladi-form-checkbox-item {
    margin: 5px;
}

#HEADLINE944 {
    width: 337px;
    top: 770px;
    left: 41.5px;
}

#HEADLINE944 > .ladi-headline {
    color: rgb(199, 31, 22);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#IMAGE945 {
    width: 206.055px;
    height: 241px;
    top: 19.533px;
    left: 0px;
}

#IMAGE945 > .ladi-image > .ladi-image-background {
    width: 241px;
    height: 241px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x550/5cd6eb1a30dba94fe2f42ea0/dau-tich-1-20220712113127.png");
}

#BOX947 {
    width: 213.945px;
    height: 294.533px;
    top: -48px;
    left: 206.055px;
}

#BOX947 > .ladi-box {
    background-color: rgb(161, 209, 145);
}

#SECTION950 {
    height: 246.533px;
}

#SECTION950 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX952 {
    width: 387.5px;
    height: 136.536px;
    top: 7.4636px;
    left: 16.25px;
}

#BOX952 > .ladi-box {
    box-shadow: 19px 14px 4px -15px rgba(199, 31, 22, 1);
    -webkit-box-shadow: 19px 14px 4px -15px rgba(199, 31, 22, 1);
    background-color: rgb(255, 174, 15);
    border-radius: 25px;
}

#LINE953 {
    width: 404px;
    top: 139px;
    left: 8px;
}

#LINE953 > .ladi-line > .ladi-line-container {
    border-top: 5px solid rgb(223, 16, 16);
    border-right: 5px solid rgb(223, 16, 16);
    border-bottom: 5px solid rgb(223, 16, 16);
    border-left: 0px !important;
}

#LINE953 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#PARAGRAPH954 {
    width: 389px;
    top: 7.4636px;
    left: 13px;
}

#PARAGRAPH954 > .ladi-paragraph {
    color: rgb(250, 250, 250);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#IMAGE955 {
    width: 133.747px;
    height: 102.954px;
    top: 63.1px;
    left: 296.818px;
}

#IMAGE955 > .ladi-image > .ladi-image-background {
    width: 133.747px;
    height: 102.954px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5cd6eb1a30dba94fe2f42ea0/fda-removebg-preview-20220224043916-20220318034414-20220531082419.png");
}

#IMAGE955 > .ladi-image {
    transform: rotate(39deg);
    -webkit-transform: rotate(39deg);
}

#SECTION956 {
    height: 459.2px;
}

#SECTION956 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX964 {
    width: 384.449px;
    height: 430.952px;
    top: 5.915px;
    left: 17.7755px;
}

#BOX964 > .ladi-box {
    box-shadow: 20px 25px 20px -15px #000;
    -webkit-box-shadow: 20px 25px 20px -15px #000;
    background-color: rgb(255, 255, 255);
    border-color: rgb(99, 99, 99);
    border-width: 1px;
    border-radius: 25px;
}

#BOX965 {
    width: 384.449px;
    height: 308.972px;
    top: 0px;
    left: 17.7755px;
}

#BOX965 > .ladi-box {
    background-color: rgb(65, 116, 47);
    border-color: rgb(99, 99, 99);
    border-width: 1px;
    border-radius: 25px 25px 100px 100px;
}

#HEADLINE966 {
    width: 159px;
    top: 383.721px;
    left: 255.853px;
}

#HEADLINE966 > .ladi-headline {
    color: rgb(65, 116, 47);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(115, 197, 86) 2px 3px 3px;
}

#SHAPE972 {
    width: 67.6097px;
    height: 27.3315px;
    top: 394.24px;
    left: 172.279px;
}

#SHAPE972 svg:last-child {
    fill: rgba(241, 17, 17, 1);
}

#HEADLINE973 {
    width: 115px;
    top: 389.221px;
    left: 39.3082px;
}

#HEADLINE973 > .ladi-headline {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(65, 116, 47);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(115, 197, 86) 2px 3px 3px;
}

#HEADLINE975 {
    width: 402px;
    top: 215.1px;
    left: 35px;
}

#HEADLINE975 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#IMAGE978 {
    width: 108.568px;
    height: 189.466px;
    top: 0px;
    left: 0px;
}

#IMAGE978 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 191.482px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE979 {
    width: 108.568px;
    height: 189.466px;
    top: 18.1985px;
    left: 45.1481px;
}

#IMAGE979 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 191.482px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE980 {
    width: 108.568px;
    height: 194.518px;
    top: 0px;
    left: 102.037px;
}

#IMAGE980 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#GROUP977 {
    width: 210.605px;
    height: 207.664px;
    top: 0px;
    left: 0px;
}

#GROUP976 {
    width: 210.605px;
    height: 207.664px;
    top: 229.203px;
    left: 70.4643px;
}

#IMAGE981 {
    width: 108.568px;
    height: 194.518px;
    top: 245.185px;
    left: 237.533px;
}

#IMAGE981 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE982 {
    width: 108.568px;
    height: 194.518px;
    top: 177.722px;
    left: 7.716px;
}

#IMAGE982 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE983 {
    width: 108.568px;
    height: 194.518px;
    top: 196.722px;
    left: 285px;
}

#IMAGE983 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE984 {
    width: 108.568px;
    height: 194.518px;
    top: 213.203px;
    left: 276.716px;
}

#IMAGE984 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE985 {
    width: 108.568px;
    height: 194.518px;
    top: 254.722px;
    left: 217.716px;
}

#IMAGE985 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE986 {
    width: 108.568px;
    height: 194.518px;
    top: 199.722px;
    left: 30.716px;
}

#IMAGE986 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#HEADLINE987 {
    width: 366px;
    top: 13.722px;
    left: 30.716px;
}

#HEADLINE987 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#BOX989 {
    width: 268.528px;
    height: 43.7644px;
    top: 0px;
    left: 0px;
}

#BOX989 > .ladi-box {
    box-shadow: 20px 25px 20px -15px #000;
    -webkit-box-shadow: 20px 25px 20px -15px #000;
    background-color: rgb(65, 116, 47);
    border-style: solid;
    border-color: rgb(250, 250, 250);
    border-width: 2px;
    border-radius: 25px;
}

#HEADLINE990 {
    width: 198px;
    top: 8.82148px;
    left: 58.9759px;
}

#HEADLINE990 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: right;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 2px 1px 2px;
}

#SHAPE991 {
    width: 38.1574px;
    height: 38.2265px;
    top: 3.6321px;
    left: 20.8185px;
}

#SHAPE991 svg:last-child {
    fill: rgba(250, 250, 250, 1);
}

#GROUP988 {
    width: 268.528px;
    height: 43.7644px;
    top: 109.722px;
    left: 83.736px;
}

#IMAGE993 {
    width: 108.568px;
    height: 194.518px;
    top: 229.203px;
    left: 176.432px;
}

#IMAGE993 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE994 {
    width: 108.568px;
    height: 194.518px;
    top: 181.722px;
    left: 281.069px;
}

#IMAGE994 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE995 {
    width: 108.568px;
    height: 194.518px;
    top: 206.722px;
    left: 224.852px;
}

#IMAGE995 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE996 {
    width: 108.568px;
    height: 194.518px;
    top: 213.203px;
    left: 116.284px;
}

#IMAGE996 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE997 {
    width: 100.568px;
    height: 194.518px;
    top: 169.722px;
    left: 96.5px;
}

#IMAGE997 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE998 {
    width: 108.568px;
    height: 194.518px;
    top: 199.722px;
    left: 70.4643px;
}

#IMAGE998 > .ladi-image > .ladi-image-background {
    width: 190.47px;
    height: 194.518px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
    background-size: contain;
}

#HEADLINE999 {
    width: 394px;
    top: 169.722px;
    left: 9.08364px;
}

#HEADLINE999 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

#GROUP500 {
    width: 389.736px;
    height: 907.879px;
    top: 139.749px;
    left: 18.2637px;
}

#GROUP497 {
    width: 420px;
    height: 1065.67px;
    top: 0.9952px;
    left: 0px;
}

#BOX1000 {
    width: 203.75px;
    height: 73px;
    top: 177px;
    left: 0.435px;
}

#BOX1000 > .ladi-box {
    background-color: rgb(250, 250, 250);
    border-radius: 32px;
}

#SECTION1001 {
    height: 859.11px;
}

#SECTION1001 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SHAPE1004 {
    width: 60px;
    height: 60px;
    top: 77.976px;
    left: 232.287px;
}

#SHAPE1004 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#VIDEO1004 {
    width: 524.574px;
    height: 215.952px;
    top: 0px;
    left: 0px;
}

#VIDEO1004 > .ladi-video > .ladi-video-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://img.youtube.com/vi/5Q20rCDRIUo/hqdefault.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

#BOX1007 {
    width: 183.375px;
    height: 58.1806px;
    top: 0px;
    left: 0px;
}

#BOX1007 > .ladi-box {
    background-color: rgb(16, 72, 145);
}

#PARAGRAPH1008 {
    width: 172px;
    top: 2.62943px;
    left: 5.44506px;
}

#PARAGRAPH1008 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

#GROUP1006 {
    width: 183.375px;
    height: 58.1806px;
    top: 230.93px;
    left: 169.675px;
}

#GROUP1003 {
    width: 524.574px;
    height: 289.111px;
    top: 0px;
    left: -57.287px;
}

#SHAPE1010 {
    width: 60px;
    height: 60px;
    top: 78.1025px;
    left: 217.472px;
}

#SHAPE1010 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#VIDEO1010 {
    width: 494.945px;
    height: 216.205px;
    top: 0px;
    left: 0px;
}

#VIDEO1010 > .ladi-video > .ladi-video-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://img.youtube.com/vi/uzO7DVKQkNo/hqdefault.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

#BOX1013 {
    width: 186.631px;
    height: 30.0208px;
    top: 0px;
    left: 0px;
}

#BOX1013 > .ladi-box {
    background-color: rgb(16, 72, 145);
}

#PARAGRAPH1014 {
    width: 175px;
    top: 1.35676px;
    left: 5.54175px;
}

#PARAGRAPH1014 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

#GROUP1012 {
    width: 186.631px;
    height: 30.0208px;
    top: 225.152px;
    left: 164.321px;
}

#GROUP1009 {
    width: 494.945px;
    height: 255.173px;
    top: 305.334px;
    left: -48.4725px;
}

#SHAPE1016 {
    width: 60px;
    height: 60px;
    top: 78.0605px;
    left: 229.973px;
}

#SHAPE1016 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#VIDEO1016 {
    width: 519.945px;
    height: 216.121px;
    top: 0px;
    left: 0px;
}

#VIDEO1016 > .ladi-video > .ladi-video-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://img.youtube.com/vi/nGytpS4zx_w/hqdefault.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

#BOX1019 {
    width: 196.057px;
    height: 32.0246px;
    top: 0px;
    left: 0px;
}

#BOX1019 > .ladi-box {
    background-color: rgb(16, 72, 145);
}

#PARAGRAPH1020 {
    width: 184px;
    top: 1.44733px;
    left: 5.82164px;
}

#PARAGRAPH1020 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

#GROUP1018 {
    width: 196.057px;
    height: 32.0246px;
    top: 230.103px;
    left: 161.944px;
}

#GROUP1015 {
    width: 519.945px;
    height: 262.128px;
    top: 575.447px;
    left: -47.9725px;
}

#SECTION1021 {
    height: 950.4px;
}

#SECTION1021 .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#IMAGE1022 {
    width: 420px;
    height: 388.546px;
    top: 6.40999px;
    left: 0px;
}

#IMAGE1022 > .ladi-image > .ladi-image-background {
    width: 420px;
    height: 388.546px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x700/5cd6eb1a30dba94fe2f42ea0/3-figure2-1-20220716033303.png");
}

#PARAGRAPH1023 {
    width: 385px;
    top: 394.956px;
    left: 40.5px;
}

#PARAGRAPH1023 > .ladi-paragraph {
    color: rgb(241, 17, 17);
    font-size: 24.62px;
    font-weight: bold;
    line-height: 1.6;
}

#LINE1024 {
    width: 232px;
    top: 421.421px;
    left: 105px;
}

#LINE1024 > .ladi-line > .ladi-line-container {
    border-top: 5px solid rgb(0, 0, 0);
    border-right: 5px solid rgb(0, 0, 0);
    border-bottom: 5px solid rgb(0, 0, 0);
    border-left: 0px !important;
}

#LINE1024 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#IMAGE1025 {
    width: 420px;
    height: 420px;
    top: 472.921px;
    left: 0px;
}

#IMAGE1025 > .ladi-image > .ladi-image-background {
    width: 420px;
    height: 420px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x750/5cd6eb1a30dba94fe2f42ea0/2464772408baa663c4dce1bd5f2a74b711197e-20220716033748.jpg");
}

#IMAGE1027 {
    width: 255px;
    height: 315px;
    top: 178.054px;
    left: 158px;
}

#IMAGE1027 > .ladi-image > .ladi-image-background {
    width: 378px;
    height: 465px;
    top: -150px;
    left: -123px;
    background-image: url("gluzabet-2-20220713095330.png");
}

#IMAGE1028 {
    width: 246.54px;
    height: 255.309px;
    top: 267px;
    left: -40.485px;
}

#IMAGE1028 > .ladi-image > .ladi-image-background {
    width: 248.355px;
    height: 414.256px;
    top: -12.706px;
    left: 0.000107px;
    background-image: url("product.png");
    background-size: contain;
}

#IMAGE1030 {
    width: 200px;
    height: 137.313px;
    top: 133.61px;
    left: 137.172px;
}

#IMAGE1030 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 137.313px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x450/5cd6eb1a30dba94fe2f42ea0/ly-do-nen-thue-dich-vu-van-chuyen-nhanh-hon-tu-ship-04-removebg-preview-20220709072923.png");
}

#IMAGE1032 {
    width: 422.232px;
    height: 316.674px;
    top: 165px;
    left: 0.435px;
}

#IMAGE1032 > .ladi-image > .ladi-image-background {
    width: 422.232px;
    height: 316.674px;
    top: 0px;
    left: 0px;
    background-image: url("product.png");
}