a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1)
}

.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute
}

.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite
}

.ladi-loading .loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.ladi-loading .loading div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.ladi-loading .loading div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.ladi-loading .loading div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.ladi-loading .loading div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.ladi-loading .loading div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.ladi-loading .loading div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.ladi-loading .loading div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.ladi-loading .loading div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.ladi-loading .loading div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.ladi-loading .loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes ladi-loading {
    0%, 100%, 20%, 80% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.5)
    }
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, .3)
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
}

.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 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
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.ladi-transition {
    transition: all 150ms linear 0s;
}

.opacity-0 {
    opacity: 0;
}

.height-0 {
    height: 0 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}

.transition-readmore {
    transition: height 350ms linear 0s;
}

.transition-collapse {
    transition: height 150ms linear 0s;
}

body.grab {
    cursor: grab;
}

.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.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;
}

@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}

.ladi-section {
    margin: 0 auto;
    position: relative;
}

.ladi-section[data-tab-id] {
    display: none;
}

.ladi-section.selected[data-tab-id] {
    display: block;
}

.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: top 350ms ease-in-out, left 350ms ease-in-out;
}

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
}

.ladi-carousel-indicators-circle {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.ladi-carousel-indicators-circle .item {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    border-radius: 100%;
    cursor: pointer;
    outline: 1px solid #fff;
}

.ladi-carousel-indicators-circle .item.selected, .ladi-carousel-indicators-circle .item:hover {
    background-color: #808080;
}

.ladi-carousel-indicators-number {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.ladi-carousel-indicators-number .item {
    width: 15px;
    height: 15px;
    background-color: #D6D6D6;
    border-radius: 100%;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    outline: 1px solid #fff;
}

.ladi-carousel-indicators-number .item.selected, .ladi-carousel-indicators-number .item:hover {
    background-color: #808080;
    color: #fff;
}

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 500ms 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(img/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 > .selected, .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
    display: block;
}

.ladi-gallery .ladi-gallery-view > .selected {
    left: 0;
}

.ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.ladi-gallery .ladi-gallery-view > .next {
    left: 100%;
}

.ladi-gallery .ladi-gallery-view > .prev {
    left: -100%;
}

.ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right {
    left: 0;
}

.ladi-gallery .ladi-gallery-view > .selected.left {
    left: -100%;
}

.ladi-gallery .ladi-gallery-view > .selected.right {
    left: 100%;
}

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden;
}

.ladi-gallery .ladi-gallery-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: rotateY(180deg);
    -webkit-transform: rotateY(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-control .ladi-gallery-control-box {
    position: relative;
}

.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(img/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-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-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-bottom .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - (33px) / 2);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0px;
    transform: rotateY(180deg) scale(0.6);
    -webkit-transform: rotateY(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.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-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-button > .ladi-button-headline, .ladi-button > .ladi-button-shape {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-button > .ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}

.ladi-button > .ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form > .ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form .ladi-button > .ladi-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial;
}

.ladi-form > .ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > [data-quantity="true"] .ladi-form-item-container {
    overflow: hidden;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    padding-right: 24px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px);
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px);
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
    display: inline-block;
    width: fit-content;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form .ladi-form-item-title-value {
    font-weight: bold;
    word-break: break-word;
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%;
}

.ladi-form .ladi-form-control-file {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0px !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: 0.35;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: 0.2;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: 0.15;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto;
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 0 5px;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-flex;
    align-items: center;
    border: none;
    position: relative;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    margin-right: 5px;
    display: block;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    cursor: default;
    word-break: break-word;
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px;
}

.ladi-form .ladi-button {
    cursor: pointer;
}

.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none;
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button, .ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}

.ladi-form .ladi-form-item.otp-resend .button-get-code {
    display: block;
}

.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial;
}

.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.ladi-video .ladi-video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

.ladi-paragraph a {
    text-decoration: underline;
}

.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}

.ladi-list-paragraph a {
    text-decoration: underline;
}

.ladi-list-paragraph ul li {
    position: relative;
    counter-increment: linum;
}

.ladi-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.ladi-list-paragraph ul li:last-child {
    padding-bottom: 0 !important;
}

.ladi-line {
    position: relative;
}

.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden="true"] {
    display: none
}

[data-action="true"] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.ladi-animation-hidden {
    visibility: hidden !important;
    opacity: 0 !important
}

.element-click-selected {
    cursor: pointer
}

.is-2nd-click {
    cursor: pointer
}

.ladi-button-shape.is-2nd-click, .ladi-accordion-shape.is-2nd-click {
    z-index: 1
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040
}

.ladi-lazyload {
    background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}

.ladi-element.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
}

[data-hint]:not([data-timeout-id-copied]):before, [data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
}

.ladi-section.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.ladi-carousel .ladi-carousel-content {
    transition: top 300ms ease-in-out, left 300ms ease-in-out;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 300ms ease-in-out;
}

body {
    direction: ltr;
}

.ladi-wraper {
    margin: 0 auto;
    width: 420px;
}

body {
    font-family: "Open Sans", sans-serif
}

#SECTION1 {
    height: 935.667px;
}

#SECTION1 > .ladi-section-background, #BOX899 > .ladi-box {
    background-color: rgb(16, 152, 75);
}

#IMAGE936, #IMAGE936 > .ladi-image > .ladi-image-background {
    width: 417.56px;
    height: 887.32px;
}

#IMAGE936 {
    top: -7.00111px;
    left: 0px;
}

#IMAGE936 > .ladi-image > .ladi-image-background, #IMAGE918, #IMAGE918 > .ladi-image > .ladi-image-background, #IMAGE862 > .ladi-image > .ladi-image-background, #IMAGE863 > .ladi-image > .ladi-image-background, #IMAGE865 > .ladi-image > .ladi-image-background, #IMAGE830 > .ladi-image > .ladi-image-background, #GROUP923, #HEADLINE678, #GROUP677, #GROUP936, #HEADLINE144, #GROUP303, #IMAGE592 > .ladi-image > .ladi-image-background, #HEADLINE942, #GROUP935, #HEADLINE944, #GROUP938, #IMAGE822 > .ladi-image > .ladi-image-background, #IMAGE818 > .ladi-image > .ladi-image-background, #IMAGE810, #IMAGE810 > .ladi-image > .ladi-image-background, #IMAGE803 > .ladi-image > .ladi-image-background, #IMAGE806 > .ladi-image > .ladi-image-background, #IMAGE821 > .ladi-image > .ladi-image-background, #IMAGE924, #IMAGE924 > .ladi-image > .ladi-image-background, #IMAGE934 > .ladi-image > .ladi-image-background, #IMAGE928 > .ladi-image > .ladi-image-background, #BOX899, #IMAGE942 > .ladi-image > .ladi-image-background, #IMAGE943 > .ladi-image > .ladi-image-background, #IMAGE951, #IMAGE952, #IMAGE954, #GROUP917, #IMAGE950, #IMAGE956, #GROUP920, #HEADLINE569, #LINE552, #LINE555, #LINE567, #IMAGE530 > .ladi-image > .ladi-image-background, #HEADLINE423, #LIST_PARAGRAPH743, #BOX875, #IMAGE891 > .ladi-image > .ladi-image-background, #IMAGE892 > .ladi-image > .ladi-image-background, #IMAGE961 > .ladi-image > .ladi-image-background, #BOX903, #BOX904, #BOX905, #BOX906, #BOX907, #BOX908, #BOX909, #BOX910, #IMAGE962, #IMAGE963 > .ladi-image > .ladi-image-background, #HEADLINE954, #IMAGE964 > .ladi-image > .ladi-image-background, #BOX881, #BOX883, #IMAGE875 > .ladi-image > .ladi-image-background, #IMAGE876 > .ladi-image > .ladi-image-background, #IMAGE877 > .ladi-image > .ladi-image-background, #IMAGE878 > .ladi-image > .ladi-image-background, #IMAGE879 > .ladi-image > .ladi-image-background, #IMAGE905, #IMAGE905 > .ladi-image > .ladi-image-background, #IMAGE906 > .ladi-image > .ladi-image-background, #IMAGE900 > .ladi-image > .ladi-image-background, #IMAGE965 > .ladi-image > .ladi-image-background, #IMAGE966 > .ladi-image > .ladi-image-background, #IMAGE967 > .ladi-image > .ladi-image-background, #HEADLINE733, #IMAGE493 > .ladi-image > .ladi-image-background, #IMAGE488 > .ladi-image > .ladi-image-background, #IMAGE489 > .ladi-image > .ladi-image-background, #IMAGE490 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
}

#IMAGE936 > .ladi-image > .ladi-image-background {
    background-image: url("../img/55t547-20230619014350-pnyh2.jpg");
}

#BUTTON74 {
    width: 420px;
    height: 49.348px;
    top: 886.319px;
    left: 0.5px;
}

#BUTTON74 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(246, 228, 107), rgb(255, 223, 1));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON74 > .ladi-button > .ladi-button-background, #BOX577 > .ladi-box, #BOX155 > .ladi-box, #BOX798 > .ladi-box, #BUTTON613 > .ladi-button > .ladi-button-background, #BUTTON615 > .ladi-button > .ladi-button-background, #BOX635 > .ladi-box, #BOX895 > .ladi-box, #BOX874 > .ladi-box, #BOX868 > .ladi-box, #BUTTON727 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}

#BUTTON74 > .ladi-button:hover, #BUTTON_TEXT74 > .ladi-headline:hover, #SHAPE90:hover > .ladi-shape, #BOX577 > .ladi-box:hover, #HEADLINE581 > .ladi-headline:hover, #BOX401 > .ladi-box:hover, #HEADLINE305 > .ladi-headline:hover, #HEADLINE306 > .ladi-headline:hover, #PARAGRAPH414 > .ladi-paragraph:hover, #IMAGE863:hover > .ladi-image, #IMAGE830:hover > .ladi-image, #HEADLINE915 > .ladi-headline:hover, #BOX893 > .ladi-box:hover, #PARAGRAPH876 > .ladi-paragraph:hover, #HEADLINE678 > .ladi-headline:hover, #HEADLINE679 > .ladi-headline:hover, #IMAGE681:hover > .ladi-image, #PARAGRAPH683 > .ladi-paragraph:hover, #HEADLINE144 > .ladi-headline:hover, #HEADLINE150 > .ladi-headline:hover, #IMAGE592:hover > .ladi-image, #PARAGRAPH645 > .ladi-paragraph:hover, #HEADLINE942 > .ladi-headline:hover, #HEADLINE943 > .ladi-headline:hover, #HEADLINE944 > .ladi-headline:hover, #HEADLINE945 > .ladi-headline:hover, #IMAGE822:hover > .ladi-image, #IMAGE644:hover > .ladi-image, #BOX155 > .ladi-box:hover, #HEADLINE156 > .ladi-headline:hover, #HEADLINE159 > .ladi-headline:hover, #PARAGRAPH300 > .ladi-paragraph:hover, #IMAGE282:hover > .ladi-image, #HEADLINE589 > .ladi-headline:hover, #HEADLINE298 > .ladi-headline:hover, #BOX798 > .ladi-box:hover, #HEADLINE799 > .ladi-headline:hover, #IMAGE818:hover > .ladi-image, #IMAGE810:hover > .ladi-image, #PARAGRAPH811 > .ladi-paragraph:hover, #HEADLINE814 > .ladi-headline:hover, #HEADLINE815 > .ladi-headline:hover, #PARAGRAPH817 > .ladi-paragraph:hover, #IMAGE803:hover > .ladi-image, #PARAGRAPH800 > .ladi-paragraph:hover, #HEADLINE801 > .ladi-headline:hover, #HEADLINE802 > .ladi-headline:hover, #HEADLINE804 > .ladi-headline:hover, #IMAGE806:hover > .ladi-image, #PARAGRAPH807 > .ladi-paragraph:hover, #PARAGRAPH828 > .ladi-paragraph:hover, #IMAGE821:hover > .ladi-image, #PARAGRAPH823 > .ladi-paragraph:hover, #HEADLINE825 > .ladi-headline:hover, #HEADLINE826 > .ladi-headline:hover, #PARAGRAPH827 > .ladi-paragraph:hover, #BUTTON613 > .ladi-button:hover, #BUTTON_TEXT613 > .ladi-headline:hover, #BUTTON615 > .ladi-button:hover, #BUTTON_TEXT615 > .ladi-headline:hover, #BOX635 > .ladi-box:hover, #IMAGE633:hover > .ladi-image, #HEADLINE636 > .ladi-headline:hover, #PARAGRAPH854 > .ladi-paragraph:hover, #BOX896 > .ladi-box:hover, #IMAGE934:hover > .ladi-image, #HEADLINE917 > .ladi-headline:hover, #PARAGRAPH878 > .ladi-paragraph:hover, #HEADLINE914 > .ladi-headline:hover, #BOX895 > .ladi-box:hover, #PARAGRAPH877 > .ladi-paragraph:hover, #HEADLINE918 > .ladi-headline:hover, #BOX900 > .ladi-box:hover, #BOX899 > .ladi-box:hover, #BOX901 > .ladi-box:hover, #PARAGRAPH879 > .ladi-paragraph:hover, #PARAGRAPH880 > .ladi-paragraph:hover, #HEADLINE936 > .ladi-headline:hover, #IMAGE951:hover > .ladi-image, #HEADLINE937 > .ladi-headline:hover, #IMAGE954:hover > .ladi-image, #HEADLINE938 > .ladi-headline:hover, #HEADLINE939 > .ladi-headline:hover, #IMAGE950:hover > .ladi-image, #IMAGE956:hover > .ladi-image, #HEADLINE940 > .ladi-headline:hover, #HEADLINE941 > .ladi-headline:hover, #IMAGE957:hover > .ladi-image, #HEADLINE569 > .ladi-headline:hover, #BOX556 > .ladi-box:hover, #BOX568 > .ladi-box:hover, #BOX550 > .ladi-box:hover, #SHAPE570:hover > .ladi-shape, #SHAPE571:hover > .ladi-shape, #SHAPE572:hover > .ladi-shape, #PARAGRAPH573 > .ladi-paragraph:hover, #PARAGRAPH574 > .ladi-paragraph:hover, #PARAGRAPH575 > .ladi-paragraph:hover, #HEADLINE426 > .ladi-headline:hover, #IMAGE530:hover > .ladi-image, #HEADLINE423 > .ladi-headline:hover, #HEADLINE537 > .ladi-headline:hover, #BOX535 > .ladi-box:hover, #PARAGRAPH536 > .ladi-paragraph:hover, #PARAGRAPH693 > .ladi-paragraph:hover, #PARAGRAPH694 > .ladi-paragraph:hover, #LIST_PARAGRAPH534 > .ladi-list-paragraph:hover, #LIST_PARAGRAPH743 > .ladi-list-paragraph:hover, #BOX874 > .ladi-box:hover, #BOX875 > .ladi-box:hover, #PARAGRAPH872 > .ladi-paragraph:hover, #SHAPE871:hover > .ladi-shape, #SHAPE872:hover > .ladi-shape, #HEADLINE886 > .ladi-headline:hover, #SHAPE873:hover > .ladi-shape, #SHAPE874:hover > .ladi-shape, #HEADLINE887 > .ladi-headline:hover, #HEADLINE888 > .ladi-headline:hover, #HEADLINE889 > .ladi-headline:hover, #HEADLINE891 > .ladi-headline:hover, #SHAPE876:hover > .ladi-shape, #IMAGE889:hover > .ladi-image, #IMAGE890:hover > .ladi-image, #HEADLINE892 > .ladi-headline:hover, #HEADLINE893 > .ladi-headline:hover, #IMAGE891:hover > .ladi-image, #IMAGE892:hover > .ladi-image, #BOX902 > .ladi-box:hover, #SHAPE890:hover > .ladi-shape, #IMAGE960:hover > .ladi-image, #IMAGE961:hover > .ladi-image, #BOX903 > .ladi-box:hover, #PARAGRAPH882 > .ladi-paragraph:hover, #PARAGRAPH883 > .ladi-paragraph:hover, #BOX904 > .ladi-box:hover, #HEADLINE948 > .ladi-headline:hover, #BOX905 > .ladi-box:hover, #PARAGRAPH884 > .ladi-paragraph:hover, #PARAGRAPH885 > .ladi-paragraph:hover, #BOX906 > .ladi-box:hover, #HEADLINE949 > .ladi-headline:hover, #BOX907 > .ladi-box:hover, #PARAGRAPH886 > .ladi-paragraph:hover, #PARAGRAPH887 > .ladi-paragraph:hover, #BOX908 > .ladi-box:hover, #HEADLINE950 > .ladi-headline:hover, #PARAGRAPH888 > .ladi-paragraph:hover, #PARAGRAPH889 > .ladi-paragraph:hover, #PARAGRAPH890 > .ladi-paragraph:hover, #BOX909 > .ladi-box:hover, #HEADLINE951 > .ladi-headline:hover, #SHAPE891:hover > .ladi-shape, #BOX910 > .ladi-box:hover, #HEADLINE952 > .ladi-headline:hover, #SHAPE892:hover > .ladi-shape, #IMAGE962:hover > .ladi-image, #HEADLINE953 > .ladi-headline:hover, #BOX911 > .ladi-box:hover, #PARAGRAPH891 > .ladi-paragraph:hover, #BOX870 > .ladi-box:hover, #HEADLINE868 > .ladi-headline:hover, #BOX881 > .ladi-box:hover, #HEADLINE900 > .ladi-headline:hover, #HEADLINE901 > .ladi-headline:hover, #BOX882 > .ladi-box:hover, #HEADLINE903 > .ladi-headline:hover, #BOX883 > .ladi-box:hover, #HEADLINE906 > .ladi-headline:hover, #HEADLINE907 > .ladi-headline:hover, #BOX884 > .ladi-box:hover, #HEADLINE908 > .ladi-headline:hover, #BOX880 > .ladi-box:hover, #HEADLINE894 > .ladi-headline:hover, #SHAPE877:hover > .ladi-shape, #SHAPE878:hover > .ladi-shape, #HEADLINE896 > .ladi-headline:hover, #BOX868 > .ladi-box:hover, #HEADLINE869 > .ladi-headline:hover, #HEADLINE870 > .ladi-headline:hover, #BOX869 > .ladi-box:hover, #HEADLINE871 > .ladi-headline:hover, #HEADLINE872 > .ladi-headline:hover, #IMAGE875:hover > .ladi-image, #IMAGE876:hover > .ladi-image, #IMAGE877:hover > .ladi-image, #IMAGE878:hover > .ladi-image, #IMAGE879:hover > .ladi-image, #HEADLINE897 > .ladi-headline:hover, #IMAGE905:hover > .ladi-image, #IMAGE906:hover > .ladi-image, #HEADLINE873 > .ladi-headline:hover, #HEADLINE874 > .ladi-headline:hover, #HEADLINE875 > .ladi-headline:hover, #BOX871 > .ladi-box:hover, #HEADLINE876 > .ladi-headline:hover, #SHAPE888:hover > .ladi-shape, #SHAPE889:hover > .ladi-shape, #HEADLINE946 > .ladi-headline:hover, #HEADLINE947 > .ladi-headline:hover, #IMAGE900:hover > .ladi-image, #IMAGE967:hover > .ladi-image, #BUTTON727 > .ladi-button:hover, #BUTTON_TEXT727 > .ladi-headline:hover, #HEADLINE733 > .ladi-headline:hover, #HEADLINE734 > .ladi-headline:hover, #HEADLINE735 > .ladi-headline:hover, #IMAGE493:hover > .ladi-image, #HEADLINE481 > .ladi-headline:hover, #SHAPE482:hover > .ladi-shape, #HEADLINE491 > .ladi-headline:hover, #IMAGE488:hover > .ladi-image, #IMAGE489:hover > .ladi-image, #IMAGE490:hover > .ladi-image, #HEADLINE98 > .ladi-headline:hover {
    opacity: 1;
}

#BUTTON_TEXT74, #HEADLINE156, #HEADLINE159, #HEADLINE423, #PARAGRAPH693, #PARAGRAPH694, #HEADLINE733 {
    width: 420px;
}

#BUTTON_TEXT74, #BUTTON_TEXT613, #BUTTON_TEXT615 {
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT74 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(40, 40, 40);
    text-align: center;
}

#SECTION89 {
    height: 419.417px;
}

#VIDEO90 {
    width: 419.417px;
    height: 419.417px;
}

#VIDEO90, #CAROUSEL649 {
    top: 0px;
    left: 0.7915px;
}

#VIDEO90 > .ladi-video > .ladi-video-background {
    background-image: url("../img/6601f1cc5d88d7df667a9b1e7bf6f457-20221031025545-2aldo.jpg");
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#SHAPE90 {
    width: 40px;
    height: 40px;
    top: 189.708px;
    left: 189.708px;
}

#SHAPE90 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#BOX577 {
    width: 347px;
    height: 45.499px;
    top: 3px;
    left: 0px;
}

#BOX577 > .ladi-box {
    border-width: 3px;
    border-radius: 47px;
    border-style: solid;
    border-color: rgb(255, 219, 148);
}

#BOX577 > .ladi-box, #BOX868 > .ladi-box {
    background-image: linear-gradient(rgb(229, 45, 39), rgb(179, 18, 23));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#HEADLINE581, #HEADLINE98 {
    width: 327px;
}

#HEADLINE581 {
    top: 0px;
    left: 9px;
}

#HEADLINE581 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 31px;
    line-height: 1.4;
    color: rgb(241, 243, 244);
    text-align: center;
}

#HEADLINE581 > .ladi-headline, #HEADLINE886 > .ladi-headline, #HEADLINE887 > .ladi-headline, #HEADLINE888 > .ladi-headline, #HEADLINE903 > .ladi-headline, #HEADLINE908 > .ladi-headline, #HEADLINE896 > .ladi-headline, #HEADLINE870 > .ladi-headline, #HEADLINE871 > .ladi-headline, #HEADLINE897 > .ladi-headline, #HEADLINE875 > .ladi-headline, #HEADLINE876 > .ladi-headline, #HEADLINE946 > .ladi-headline {
    -webkit-text-stroke-width: 0px;
}

#HEADLINE581.ladi-animation > .ladi-headline {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#GROUP911 {
    width: 347px;
    height: 48.499px;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 8px;
    position: fixed;
    z-index: 1;
    margin: 0px auto;
}

#SECTION302 {
    height: 942.5px;
}

#SECTION302 > .ladi-section-background {
    background-color: rgb(250, 238, 205);
}

#IMAGE918, #IMAGE918 > .ladi-image > .ladi-image-background {
    width: 418.153px;
    height: 630.575px;
}

#IMAGE918 > .ladi-image > .ladi-image-background {
    background-image: url("../img/15ba0811673326916067d0b024ab3-20230617031319-lxknw.jpg");
}

#BOX401 {
    width: 347.649px;
    height: 34px;
    top: 82.968px;
    left: 35.0765px;
}

#BOX401 > .ladi-box, #BOX893 > .ladi-box, #BOX155 > .ladi-box, #IMAGE633 > .ladi-image, #BOX901 > .ladi-box {
    border-radius: 0px;
}

#BOX401 > .ladi-box, #BOX535 > .ladi-box, #BOX870 > .ladi-box, #BOX881 > .ladi-box, #BOX883 > .ladi-box {
    background-color: rgb(2, 90, 40);
}

#HEADLINE305, #HEADLINE915 {
    width: 405px;
    top: 10.968px;
    left: 6.5765px;
}

#HEADLINE305 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 51.28px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(241, 243, 244);
    text-transform: uppercase;
    text-align: center;
    -webkit-text-stroke: 7px rgb(241, 243, 244);
}

#HEADLINE306 {
    width: 373px;
    top: 76.028px;
    left: 20.804px;
}

#HEADLINE306 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 30.26px;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

#PARAGRAPH414 {
    width: 178px;
    top: 646.04px;
    left: 233.577px;
}

#PARAGRAPH414 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 19.31px;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: left;
}

#BOX843 {
    width: 59.164px;
    height: 40.538px;
    top: 392.226px;
    left: 233.577px;
}

#BOX843 > .ladi-box {
    border-radius: 5000px;
    background-color: rgb(27, 248, 123);
    transform: rotate(-13deg);
    filter: blur(14px);
}

#BOX843 > .ladi-box:hover, #IMAGE862:hover > .ladi-image, #IMAGE865:hover > .ladi-image {
    transform: rotate(0deg);
    opacity: 1;
    filter: blur(0px);
}

#IMAGE862, #IMAGE862 > .ladi-image > .ladi-image-background, #IMAGE865, #IMAGE865 > .ladi-image > .ladi-image-background {
    width: 78.476px;
    height: 36.8086px;
}

#IMAGE862 {
    top: 288.291px;
    left: 43.093px;
}

#IMAGE862 > .ladi-image > .ladi-image-background, #IMAGE865 > .ladi-image > .ladi-image-background {
    background-image: url("../img/card-artboard-56-20220830132524.png");
}

#IMAGE862 > .ladi-image {
    transform: rotate(15deg);
    filter: blur(2px);
}

#IMAGE863, #IMAGE863 > .ladi-image > .ladi-image-background {
    width: 96.78px;
    height: 60.9446px;
}

#IMAGE863 {
    top: 284.815px;
    left: 306.885px;
}

#IMAGE863 > .ladi-image > .ladi-image-background {
    background-image: url("../img/card-artboard-554-20220830132524.png");
}

#IMAGE865 {
    top: 375.314px;
    left: 77.8385px;
}

#IMAGE865 > .ladi-image {
    transform: rotate(2deg);
    filter: blur(1px);
}

#LINE868, #HEADLINE636 {
    width: 279px;
}

#LINE868 {
    top: 537.381px;
    left: 52.5695px;
}

#LINE868 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 255, 255);
    border-left: 0px !important;
}

#LINE868 > .ladi-line, #LINE680 > .ladi-line, #LINE151 > .ladi-line, #LINE870 > .ladi-line, #LINE871 > .ladi-line, #LINE552 > .ladi-line, #LINE565 > .ladi-line, #LINE548 > .ladi-line, #LINE538 > .ladi-line, #LINE872 > .ladi-line, #LINE484 > .ladi-line {
    width: 100%;
}

#LINE868 > .ladi-line {
    transform: rotate(-57deg);
    padding: 8px 0px;
}

#IMAGE830, #IMAGE830 > .ladi-image > .ladi-image-background {
    width: 191.994px;
    height: 143.995px;
}

#IMAGE830 {
    top: 609.711px;
    left: 21.0795px;
}

#IMAGE830 > .ladi-image > .ladi-image-background {
    background-image: url("../img/20190716_095538_822027_suygiammiendichlagimax-1800x1800-20230222020351-sawvs.jpg");
}

#IMAGE830 > .ladi-image {
    border-width: 3px;
    border-radius: 20px;
    border-style: solid;
    border-color: rgb(250, 238, 205);
}

#HEADLINE915 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 51.28px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(16, 152, 75);
    text-transform: uppercase;
    text-align: center;
}

#GROUP923 {
    width: 418.153px;
    height: 753.706px;
}

#BOX893 {
    width: 329.231px;
    height: 101.611px;
    top: 21.2762px;
    left: 0px;
}

#BOX893 > .ladi-box, #SECTION464 > .ladi-section-background {
    background-color: rgb(174, 9, 9);
}

#IMAGE919 {
    width: 192.918px;
    height: 144.162px;
    top: 0px;
    left: 198.601px;
}

#IMAGE919 > .ladi-image > .ladi-image-background {
    width: 219.682px;
    height: 152.034px;
    top: -7.55063px;
    left: -26.7642px;
    background-image: url("../img/come-migliorare-la-circolazione-del-sangue-20230726044149-_qm78.jpg");
}

#IMAGE919 > .ladi-image {
    border-width: 4px;
    border-radius: 17px;
    border-style: solid;
    border-color: rgb(250, 238, 205);
}

#PARAGRAPH876 {
    width: 183px;
    top: 37.081px;
    left: 19.5765px;
}

#PARAGRAPH876 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 19.31px;
    line-height: 1.2;
    color: rgb(255, 252, 252);
    text-align: left;
}

#GROUP925 {
    width: 391.519px;
    height: 144.162px;
    top: 777.113px;
    left: 0px;
}

#GROUP932 {
    width: 418.153px;
    height: 921.275px;
    top: 0px;
    left: 1.4235px;
}

#SECTION136 {
    height: 461.506px;
}

#SECTION136 > .ladi-section-background, #SECTION153 > .ladi-section-background, #SECTION627 > .ladi-section-background, #BOX901 > .ladi-box, #SECTION868 > .ladi-section-background {
    background-color: rgb(241, 243, 244);
}

#CAROUSEL649 {
    width: 420px;
    height: 461.506px;
}

#HEADLINE678, #HEADLINE679, #HEADLINE144, #HEADLINE150, #HEADLINE942, #HEADLINE943, #HEADLINE944, #HEADLINE945 {
    width: 424px;
}

#HEADLINE678 > .ladi-headline, #HEADLINE144 > .ladi-headline, #HEADLINE942 > .ladi-headline, #HEADLINE944 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 50.71px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(16, 152, 75);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE679, #HEADLINE150, #HEADLINE943, #HEADLINE945 {
    top: 54.0275px;
    left: 0.397032px;
}

#HEADLINE679 > .ladi-headline, #HEADLINE150 > .ladi-headline, #HEADLINE943 > .ladi-headline, #HEADLINE945 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(173, 83, 30);
    text-transform: uppercase;
    text-align: center;
}

#GROUP677, #GROUP303, #GROUP935, #GROUP938 {
    width: 424.397px;
    height: 102.028px;
}

#LINE680, #LINE151, #LINE870, #LINE871 {
    width: 246px;
    top: 102.52px;
    left: 89.353px;
}

#LINE680 > .ladi-line > .ladi-line-container, #LINE151 > .ladi-line > .ladi-line-container, #LINE870 > .ladi-line > .ladi-line-container, #LINE871 > .ladi-line > .ladi-line-container {
    border-top: 2px dashed rgb(40, 40, 40);
    border-right: 2px dashed rgb(40, 40, 40);
    border-bottom: 2px dashed rgb(40, 40, 40);
    border-left: 0px !important;
}

#LINE680 > .ladi-line, #LINE151 > .ladi-line, #LINE870 > .ladi-line, #LINE871 > .ladi-line, #LINE552 > .ladi-line, #LINE565 > .ladi-line, #LINE548 > .ladi-line, #LINE538 > .ladi-line, #LINE872 > .ladi-line, #LINE484 > .ladi-line {
    padding: 8px 0px;
}

#GROUP936, #GROUP933, #GROUP934, #GROUP937 {
    width: 424.397px;
    height: 120.52px;
}

#IMAGE681 {
    width: 425.514px;
    height: 250.621px;
    top: 226.22px;
    left: 0px;
}

#IMAGE681 > .ladi-image > .ladi-image-background {
    width: 425.514px;
    height: 308.344px;
    top: -34.9651px;
    left: 0px;
    background-image: url("../img/benefits-of-pure-barley-grass-1-20221101042442-4l1ch.png");
}

#LINE682, #LINE147 {
    height: 49px;
}

#LINE682 {
    top: 142.112px;
    left: 19.9536px;
}

#LINE682 > .ladi-line > .ladi-line-container, #LINE147 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 3px solid rgb(138, 168, 49);
    border-bottom: 3px solid rgb(138, 168, 49);
    border-left: 3px solid rgb(138, 168, 49);
}

#LINE682 > .ladi-line, #LINE147 > .ladi-line, #LINE299 > .ladi-line, #LINE551 > .ladi-line, #LINE555 > .ladi-line, #LINE567 > .ladi-line, #LINE549 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
}

#PARAGRAPH683, #PARAGRAPH645 {
    width: 365px;
}

#PARAGRAPH683 {
    top: 130.22px;
    left: 42.9536px;
}

#PARAGRAPH683 > .ladi-paragraph, #PARAGRAPH645 > .ladi-paragraph, #HEADLINE936 > .ladi-headline, #HEADLINE939 > .ladi-headline, #HEADLINE941 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: left;
}

#GROUP676 {
    width: 425.514px;
    height: 476.841px;
    top: 0px;
    left: 418.5px;
}

#GROUP933 {
    top: 0px;
    left: -6.014px;
}

#IMAGE592, #IMAGE592 > .ladi-image > .ladi-image-background {
    width: 408.31px;
    height: 272.207px;
}

#IMAGE592 {
    top: 200.414px;
    left: -0.5px;
}

#IMAGE592 > .ladi-image > .ladi-image-background {
    background-image: url("../img/senior-doctor-drink-milk-advisor-eating-healthy-food-diet_43300-1427-20221101014142-y-3uc.png");
}

#LINE147 {
    top: 142.112px;
    left: 13.9396px;
}

#PARAGRAPH645 {
    top: 138.04px;
    left: 38.986px;
}

#GROUP934 {
    top: 193.656px;
    left: -667.199px;
}

#GROUP937 {
    top: 37.656px;
    left: -549.199px;
}

#SECTION153 {
    height: 1179.67px;
}

#IMAGE822, #IMAGE822 > .ladi-image > .ladi-image-background, #IMAGE810, #IMAGE810 > .ladi-image > .ladi-image-background, #IMAGE803, #IMAGE803 > .ladi-image > .ladi-image-background {
    width: 132.848px;
    height: 188.109px;
}

#IMAGE822 {
    top: 927.559px;
    left: 19.395px;
}

#IMAGE822 > .ladi-image > .ladi-image-background, #IMAGE810 > .ladi-image > .ladi-image-background, #IMAGE803 > .ladi-image > .ladi-image-background {
    background-image: url("../img/pngwingcom-5-20230221101311-i_kau.png");
}

#IMAGE644 {
    width: 420px;
    height: 408.998px;
    top: 111px;
    left: 19.395px;
}

#IMAGE644 > .ladi-image > .ladi-image-background {
    width: 420.857px;
    height: 741.598px;
    top: -332.6px;
    left: -0.857214px;
    background-image: url("../img/dc4c5919ce18fc905f37b604f844cfd4-20221101041544-dpoc2.jpg");
}

#BOX155 {
    width: 420px;
    height: 111px;
    top: 0px;
    left: 19.395px;
}

#BOX155 > .ladi-box {
    background-image: linear-gradient(rgb(2, 90, 40), rgb(16, 152, 75));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#HEADLINE156 {
    top: 7.498px;
    left: 19.395px;
}

#HEADLINE156 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE159 {
    top: 55.498px;
    left: 19.895px;
}

#HEADLINE159 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-transform: uppercase;
    text-align: center;
}

#PARAGRAPH300, #HEADLINE951, #HEADLINE952 {
    width: 216px;
}

#PARAGRAPH300 {
    top: 181px;
    left: 200.767px;
}

#PARAGRAPH300 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: right;
}

#LINE299 {
    height: 57px;
    top: 126.498px;
    left: 173px;
}

#LINE299 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 2px solid rgb(2, 90, 40);
    border-bottom: 2px solid rgb(2, 90, 40);
    border-left: 2px solid rgb(2, 90, 40);
}

#IMAGE282 {
    width: 192.142px;
    height: 192.192px;
    top: 251.806px;
    left: 123.696px;
}

#IMAGE282 > .ladi-image > .ladi-image-background {
    width: 218.609px;
    height: 472.655px;
    top: -218.24px;
    left: -19.4847px;
    background-image: url("../img/lovepik-wheat-mature-mobile-phone-wallpaper-background-image_400376271-20221028024101-_xlwi.jpg");
}

#IMAGE282 > .ladi-image {
    border-radius: 888px;
}

#HEADLINE589 {
    width: 173px;
    top: 126.498px;
    left: 0px;
}

#HEADLINE589 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 48.43px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(173, 83, 30);
    text-transform: uppercase;
    text-align: right;
}

#HEADLINE589 > .ladi-headline, #HEADLINE298 > .ladi-headline {
    text-shadow: rgb(255, 255, 255) 1px 2px 3px;
}

#HEADLINE298, #HEADLINE918 {
    width: 292px;
}

#HEADLINE298 {
    top: 135.998px;
    left: 132.738px;
}

#HEADLINE298 > .ladi-headline, #HEADLINE815 > .ladi-headline, #HEADLINE804 > .ladi-headline, #HEADLINE826 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    text-align: center;
}

#BOX798 {
    width: 361.912px;
    height: 46.0002px;
    top: 500.476px;
    left: 48.439px;
}

#BOX798 > .ladi-box {
    border-radius: 500px;
    background-image: linear-gradient(rgb(2, 90, 40), rgb(4, 137, 62));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#HEADLINE799 {
    width: 332px;
    top: 510.476px;
    left: 63.895px;
}

#HEADLINE799 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 25.9px;
    line-height: 1;
    color: rgb(241, 243, 244);
    text-align: center;
}

#IMAGE818, #IMAGE818 > .ladi-image > .ladi-image-background {
    width: 167.082px;
    height: 130.945px;
}

#IMAGE818 {
    top: 57.164px;
    left: 252.918px;
}

#IMAGE818 > .ladi-image > .ladi-image-background {
    background-image: url("../img/pngwingcom-7-20230221102626-3g7qr.png");
}

#PARAGRAPH811 {
    width: 112px;
    top: 101px;
    left: 10.424px;
}

#PARAGRAPH811 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 28.18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: center;
}

#HEADLINE814, #HEADLINE802, #HEADLINE825 {
    width: 63px;
}

#HEADLINE814, #HEADLINE825 {
    top: 0px;
    left: 35px;
}

#HEADLINE814 > .ladi-headline, #HEADLINE802 > .ladi-headline, #HEADLINE825 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 126px;
    font-weight: bold;
    line-height: 1;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    text-align: right;
}

#HEADLINE815, #HEADLINE804, #HEADLINE826 {
    width: 133px;
}

#HEADLINE815, #HEADLINE826 {
    top: 114.024px;
    left: 0px;
}

#GROUP813, #GROUP824 {
    width: 133px;
    height: 152.024px;
}

#GROUP813 {
    top: 18.549px;
    left: 117.029px;
}

#PARAGRAPH817, #PARAGRAPH827 {
    width: 87px;
}

#PARAGRAPH817 {
    top: 188.109px;
    left: 307px;
}

#PARAGRAPH817 > .ladi-paragraph, #PARAGRAPH807 > .ladi-paragraph, #PARAGRAPH827 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: center;
}

#GROUP819 {
    width: 420px;
    height: 207.109px;
    top: 725.559px;
    left: 19.3945px;
}

#IMAGE803 {
    top: 543.559px;
    left: 19.3945px;
}

#PARAGRAPH800 {
    width: 131px;
    top: 665.559px;
    left: 19.3945px;
}

#PARAGRAPH800 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 19.06px;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: center;
}

#HEADLINE801 {
    width: 49px;
    top: 627.559px;
    left: 54.258px;
}

#HEADLINE801 > .ladi-headline {
    background-image: radial-gradient(circle, rgb(67, 67, 67), rgb(0, 0, 0));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-family: Oswald, sans-serif;
    font-size: 35.22px;
    font-weight: bold;
    line-height: 1;
    color: rgb(241, 243, 244);
    text-transform: uppercase;
    text-align: right;
}

#HEADLINE801 > .ladi-headline, #HEADLINE948 > .ladi-headline, #HEADLINE949 > .ladi-headline, #HEADLINE950 > .ladi-headline, #HEADLINE868 > .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#HEADLINE802 {
    top: 0px;
    left: 32px;
}

#HEADLINE804 {
    top: 113px;
    left: 0px;
}

#GROUP805 {
    width: 133px;
    height: 151px;
    top: 562.114px;
    left: 150.395px;
}

#IMAGE806, #IMAGE806 > .ladi-image > .ladi-image-background {
    width: 170.128px;
    height: 141.774px;
}

#IMAGE806 {
    top: 583.785px;
    left: 285.831px;
}

#IMAGE806 > .ladi-image > .ladi-image-background {
    background-image: url("../img/pngwingcom-6-20230221101947-di56m.png");
}

#PARAGRAPH807 {
    width: 52px;
    top: 726.476px;
    left: 343.895px;
}

#PARAGRAPH828 {
    width: 84px;
    top: 1037.56px;
    left: 44.819px;
}

#PARAGRAPH828 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 42.27px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: center;
}

#IMAGE821, #IMAGE821 > .ladi-image > .ladi-image-background {
    width: 130.126px;
    height: 122.231px;
}

#IMAGE821 {
    top: 975.901px;
    left: 304.832px;
}

#IMAGE821 > .ladi-image > .ladi-image-background {
    background-image: url("../img/pngwingcom-8-20230221103131-g0aso.png");
}

#PARAGRAPH823 {
    width: 73px;
    top: 1016.56px;
    left: 48.319px;
}

#PARAGRAPH823 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 18.23px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: center;
}

#GROUP824 {
    top: 946.108px;
    left: 136.424px;
}

#PARAGRAPH827 {
    top: 1109.67px;
    left: 326.395px;
}

#GROUP939 {
    width: 455.959px;
    height: 1128.67px;
    top: 0px;
    left: -19.395px;
}

#SECTION627 {
    height: 2654.39px;
}

#IMAGE924 {
    width: 485.211px;
    height: 699.8px;
}

#IMAGE924 > .ladi-image > .ladi-image-background {
    width: 485.211px;
    height: 829.8px;
    background-image: url("../img/3432423-20230617071541-xjawd.jpg");
}

#IMAGE924 > .ladi-image, #BOX874 > .ladi-box {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#BUTTON613 {
    width: 353.364px;
    height: 71px;
    top: 656.215px;
    left: 71.318px;
}

#BUTTON613 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(16, 152, 75), rgb(16, 152, 75));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON613 > .ladi-button {
    border-width: 1px;
    border-radius: 67px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
}

#BUTTON613 > .ladi-button, #BUTTON615 > .ladi-button, #BOX911 > .ladi-box {
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#BUTTON_TEXT613 {
    width: 351px;
}

#BUTTON_TEXT613 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

#BUTTON615 {
    width: 379.516px;
    height: 38px;
    top: 154.937px;
    left: 64.424px;
}

#BUTTON615 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(173, 83, 30), rgb(133, 63, 21));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON615 > .ladi-button {
    border-width: 1px;
    border-radius: 26px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
}

#BUTTON_TEXT615 {
    width: 378px;
}

#BUTTON_TEXT615 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 17px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: center;
}

#HEADLINE911, #HEADLINE912 {
    width: 444px;
    top: 23.937px;
    left: 52.5px;
}

#HEADLINE911 > .ladi-headline {
    font-family: Anton, sans-serif;
    font-size: 86.85px;
    line-height: 1.6;
    color: rgb(11, 193, 90);
    text-align: left;
    -webkit-text-stroke: 6px rgb(255, 252, 252);
}

#HEADLINE912 > .ladi-headline {
    font-family: Anton, sans-serif;
    font-size: 86.85px;
    line-height: 1.6;
    color: rgb(16, 152, 75);
    text-align: left;
}

#GROUP926 {
    width: 496.5px;
    height: 727.215px;
    top: 0px;
    left: -38px;
}

#BOX635 {
    width: 386.427px;
    height: 94px;
    top: 213px;
    left: 9.27px;
}

#BOX635 > .ladi-box, #BOX895 > .ladi-box {
    border-width: 0px;
    border-radius: 0px 0px 20px 20px;
    border-style: solid;
    border-color: rgb(250, 238, 205);
    background-image: linear-gradient(rgb(11, 163, 96), rgb(2, 90, 40));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#IMAGE633 {
    width: 419.967px;
    height: 180px;
    top: 43px;
    left: 0px;
}

#IMAGE633 > .ladi-image > .ladi-image-background {
    width: 419.967px;
    height: 419.967px;
    top: -191px;
    left: 2px;
    background-image: url("../img/yang-soo-bin-3-20221101030513-aqkpm.jpg");
}

#IMAGE633 > .ladi-image {
    filter: contrast(90%) brightness(170%);
}

#HEADLINE636 {
    top: 0px;
    left: 13.2865px;
}

#HEADLINE636 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    color: rgb(36, 36, 36);
    letter-spacing: 0px;
    text-align: left;
}

#PARAGRAPH854, #HEADLINE947 {
    width: 342px;
}

#PARAGRAPH854 {
    top: 231px;
    left: 26.9835px;
}

#PARAGRAPH854 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: left;
}

#GROUP927 {
    width: 419.967px;
    height: 307px;
    top: 753.42px;
    left: 0px;
}

#BOX896 {
    width: 376.891px;
    height: 376.891px;
    top: 132px;
    left: 21.5545px;
}

#BOX896 > .ladi-box {
    border-width: 16px;
    border-radius: 500px;
    border-style: solid;
    border-color: rgb(115, 216, 2);
    background-color: rgba(29, 1, 194, 0);
    opacity: 0.35;
}

#IMAGE934, #IMAGE934 > .ladi-image > .ladi-image-background {
    width: 344.395px;
    height: 373.324px;
}

#IMAGE934 {
    top: 126px;
    left: 41.8025px;
}

#IMAGE934 > .ladi-image > .ladi-image-background {
    background-image: url("../img/yoga_png75-20230225064850-dydh3.png");
}

#HEADLINE917 {
    width: 410px;
    top: 57.58px;
    left: 0px;
}

#HEADLINE917 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 20.75px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: center;
}

#SHAPE884, #SHAPE885, #SHAPE886, #SHAPE887 {
    width: 39.117px;
    height: 39.117px;
}

#SHAPE884 {
    top: 386.74px;
    left: 24.3364px;
}

#SHAPE884:hover > .ladi-shape, #SHAPE885:hover > .ladi-shape, #SHAPE886:hover > .ladi-shape, #SHAPE887:hover > .ladi-shape, #SHAPE875:hover > .ladi-shape {
    transform: rotate(0deg);
    opacity: 1;
}

#SHAPE884 svg:last-child, #SHAPE885 svg:last-child, #SHAPE886 svg:last-child, #SHAPE887 svg:last-child {
    fill: rgb(252, 81, 77);
}

#SHAPE884 > .ladi-shape {
    transform: rotate(68deg);
}

#PARAGRAPH878 {
    width: 428px;
    top: 0px;
    left: 3.7824px;
}

#PARAGRAPH878 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 44.23px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(5, 111, 50);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

#BOX897, #BOX898 {
    width: 46.92px;
    height: 92px;
}

#BOX897 {
    top: 262.66px;
    left: 154.088px;
}

#BOX897 > .ladi-box, #BOX898 > .ladi-box {
    border-radius: 50px;
    background-color: rgb(115, 216, 2);
}

#BOX897 > .ladi-box {
    opacity: 0.38;
    filter: blur(16px);
}

#BOX897 > .ladi-box:hover, #BOX898 > .ladi-box:hover {
    opacity: 1;
    filter: blur(0px);
}

#BOX898 {
    top: 262.66px;
    left: 212.088px;
}

#BOX898 > .ladi-box {
    opacity: 0.54;
    filter: blur(16px);
}

#SHAPE885 {
    top: 166.88px;
    left: 70.003px;
}

#SHAPE885 > .ladi-shape {
    transform: rotate(149deg);
}

#SHAPE886 {
    top: 230.97px;
    left: 349.927px;
}

#SHAPE886 > .ladi-shape {
    transform: rotate(251deg);
}

#SHAPE887 {
    top: 409.74px;
    left: 332.927px;
}

#SHAPE887 > .ladi-shape {
    transform: rotate(-48deg);
}

#GROUP929 {
    width: 431.782px;
    height: 508.891px;
    top: 2111.63px;
    left: 0px;
}

#IMAGE927 {
    width: 178.918px;
    height: 173.046px;
    top: 104px;
    left: 0px;
}

#IMAGE927 > .ladi-image > .ladi-image-background {
    width: 295.357px;
    height: 174.466px;
    top: -1.41998px;
    left: -116.439px;
    background-image: url("../img/16-20230619012402-9umah.jpg");
}

#HEADLINE914 {
    width: 519px;
    top: 0px;
    left: 4px;
}

#HEADLINE914 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(36, 36, 36);
    letter-spacing: 0px;
    text-align: left;
}

#BOX895 {
    width: 386.427px;
    height: 81px;
    top: 273.05px;
    left: 0px;
}

#PARAGRAPH877 {
    width: 350px;
    top: 287.05px;
    left: 17.697px;
}

#PARAGRAPH877 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 20.21px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: left;
}

#IMAGE928, #IMAGE928 > .ladi-image > .ladi-image-background {
    width: 233.523px;
    height: 169.05px;
}

#IMAGE928 {
    top: 104px;
    left: 177.395px;
}

#IMAGE928 > .ladi-image > .ladi-image-background {
    background-image: url("../img/importance-of-weight-loss-for-dieting-feat-1-20230619012425-5eyfi.jpg");
}

#HEADLINE918 {
    top: 45px;
    left: 4px;
}

#HEADLINE918 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 42.11px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(207, 26, 26);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
}

#GROUP928 {
    width: 523px;
    height: 354.05px;
    top: 1083.37px;
    left: 9.2865px;
}

#BOX900 {
    width: 223.318px;
    height: 555px;
    top: 47px;
    left: 174.594px;
}

#BOX900 > .ladi-box {
    border-radius: 214px;
    background-color: rgb(115, 112, 112);
}

#BOX899 {
    width: 201.199px;
    height: 626px;
}

#BOX899 > .ladi-box {
    border-radius: 206px;
}

#IMAGE942, #IMAGE942 > .ladi-image > .ladi-image-background {
    width: 256px;
    height: 182.857px;
}

#IMAGE942 {
    top: 0px;
    left: 162.594px;
}

#IMAGE942 > .ladi-image > .ladi-image-background {
    background-image: url("../img/recipe-food-eating-healthy-diet-meal-png-favpng-va1aazsfgxrygkbq7efy7jayc-20230619065550-vq7gn.png");
}

#IMAGE943, #IMAGE943 > .ladi-image > .ladi-image-background {
    width: 152.258px;
    height: 143.52px;
}

#IMAGE943 {
    top: 24px;
    left: 36.662px;
}

#IMAGE943 > .ladi-image > .ladi-image-background {
    background-image: url("../img/wheat-grass-juice-20230619070638-bzoha.png");
}

#HEADLINE919 {
    width: 127px;
    top: 167.52px;
    left: 227.094px;
}

#HEADLINE919 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 23px;
    line-height: 1.6;
    color: rgb(255, 219, 148);
    text-align: center;
}

#HEADLINE920 {
    width: 181px;
    top: 160.44px;
    left: 15.3955px;
}

#HEADLINE920 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 23px;
    line-height: 1.6;
    color: rgb(239, 247, 196);
    text-align: center;
}

#HEADLINE921, #HEADLINE922, #HEADLINE923, #HEADLINE924, #HEADLINE925, #HEADLINE926, #HEADLINE927, #HEADLINE928, #HEADLINE871 {
    width: 182px;
}

#HEADLINE921 {
    top: 245px;
    left: 9.4665px;
}

#HEADLINE921 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE922 {
    top: 245px;
    left: 209.117px;
}

#HEADLINE922 > .ladi-headline, #HEADLINE923 > .ladi-headline, #HEADLINE924 > .ladi-headline, #HEADLINE926 > .ladi-headline, #HEADLINE928 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
}

#HEADLINE923 {
    top: 286px;
    left: 14.8955px;
}

#HEADLINE924 {
    top: 286px;
    left: 209.117px;
}

#HEADLINE925 {
    top: 349px;
    left: 209.117px;
}

#HEADLINE925 > .ladi-headline, #HEADLINE927 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#HEADLINE926 {
    top: 354px;
    left: 10.1985px;
}

#HEADLINE927 {
    top: 440px;
    left: 209.117px;
}

#HEADLINE928 {
    top: 440px;
    left: 10.1985px;
}

#GROUP931 {
    width: 418.594px;
    height: 626px;
    top: 1485.63px;
    left: 12.088px;
}

#PARAGRAPH881, #PARAGRAPH874, #PARAGRAPH875 {
    width: 469px;
}

#PARAGRAPH881 {
    top: 2145.74px;
    left: -554.5px;
}

#PARAGRAPH881 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#SECTION870 {
    height: 696.85px;
}

#SECTION870 > .ladi-section-background, #SECTION465 > .ladi-overlay {
    background-color: rgb(5, 111, 50);
}

#BOX901 {
    width: 419px;
    height: 509px;
}

#BOX901, #CAROUSEL870 {
    top: 137px;
    left: 49px;
}

#PARAGRAPH879 {
    width: 438px;
    top: 0px;
    left: 44px;
}

#PARAGRAPH879 > .ladi-paragraph {
    font-family: Oswald, sans-serif;
    font-size: 59.77px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

#PARAGRAPH880 {
    width: 521px;
    top: 68px;
    left: 0px;
}

#PARAGRAPH880 > .ladi-paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 53.86px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 219, 148);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

#CAROUSEL870 {
    width: 420px;
    height: 509px;
}

#CAROUSEL870 .ladi-carousel .ladi-carousel-arrow {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#IMAGE955, #IMAGE959 {
    width: 154.664px;
    height: 273.644px;
}

#IMAGE955 {
    top: 0px;
    left: 269.911px;
}

#IMAGE955 > .ladi-image > .ladi-image-background {
    width: 275.73px;
    height: 275.73px;
    top: -0.2455px;
    left: -20.0982px;
    background-image: url("../img/71xgu9auell_sl1500_-20230619075318-hiy_j.jpg");
}

#HEADLINE936 {
    width: 394px;
    top: 340.807px;
    left: 13px;
}

#IMAGE951, #IMAGE956 {
    width: 49.7876px;
    height: 49.5054px;
}

#IMAGE951 > .ladi-image > .ladi-image-background {
    width: 128.067px;
    height: 72.111px;
    top: 0px;
    left: -78px;
    background-image: url("../img/maxresdefault-2-20230619072219-uva4_.jpg");
}

#IMAGE951 > .ladi-image, #IMAGE954 > .ladi-image, #IMAGE956 > .ladi-image {
    border-radius: 110px;
}

#HEADLINE937, #HEADLINE938, #HEADLINE940 {
    width: 150px;
}

#HEADLINE937, #HEADLINE940 {
    top: 9.782px;
    left: 59.1109px;
}

#HEADLINE937 > .ladi-headline, #HEADLINE938 > .ladi-headline, #HEADLINE940 > .ladi-headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(40, 40, 40);
}

#GROUP916, #GROUP920 {
    width: 209.111px;
    height: 49.5054px;
}

#GROUP916 {
    top: 281.451px;
    left: 19.4115px;
}

#IMAGE952 {
    width: 269.911px;
    height: 273.644px;
}

#IMAGE952 > .ladi-image > .ladi-image-background {
    width: 509.075px;
    height: 286.646px;
    top: -9px;
    left: -5px;
    background-image: url("../img/maxresdefault-2-20230619072219-uva4_1.jpg");
}

#GROUP922 {
    width: 424.575px;
    height: 455.807px;
    top: 0.59625px;
    left: 840px;
}

#IMAGE953 {
    width: 147.276px;
    height: 280.644px;
    top: -6.307px;
    left: 417.545px;
}

#IMAGE953 > .ladi-image > .ladi-image-background, #IMAGE958 > .ladi-image > .ladi-image-background {
    width: 433.055px;
    height: 322.31px;
    background-image: url("../img/before-after-beating-cancer-5-5992a5be53dc3_700-20230619072925-bq381.jpg");
}

#IMAGE953 > .ladi-image > .ladi-image-background {
    top: -1px;
    left: -52px;
}

#IMAGE954 {
    width: 49.7876px;
    height: 52.9305px;
}

#IMAGE954 > .ladi-image > .ladi-image-background {
    width: 128.067px;
    height: 140.872px;
    top: -1px;
    left: -7px;
    background-image: url("../img/03-most-inspirational-weight-loss-transformations-of-2017-courtesy-adriel-vissani-20230619073249-0zvk4.jpg");
}

#HEADLINE938 {
    top: 10.4588px;
    left: 59.1109px;
}

#GROUP917 {
    width: 209.111px;
    height: 52.9305px;
}

#HEADLINE939, #HEADLINE941 {
    width: 377px;
}

#HEADLINE939 {
    top: 62.4886px;
    left: 0px;
}

#GROUP918 {
    width: 377px;
    height: 177.489px;
    top: 277.555px;
    left: 442px;
}

#IMAGE950 {
    width: 188.013px;
    height: 274.337px;
}

#IMAGE950 > .ladi-image > .ladi-image-background {
    width: 248.516px;
    height: 298.149px;
    top: -7.0614px;
    left: -19.9478px;
    background-image: url("../img/5b285236c3091d574418-20230618043709-o7kgv.jpg");
}

#IMAGE956 > .ladi-image > .ladi-image-background {
    width: 61.8724px;
    height: 61.8724px;
    top: -4px;
    left: -5px;
    background-image: url("../img/325717662_1239709156903515_4322192366095256499_n-20230619030231-m3ijy.jpg");
}

#HEADLINE941 {
    top: 58.445px;
    left: 0px;
}

#GROUP919 {
    width: 377px;
    height: 192.445px;
    top: 283.99px;
    left: 25.544px;
}

#IMAGE957 {
    width: 247.53px;
    height: 274.337px;
    top: 0px;
    left: 188.014px;
}

#IMAGE957 > .ladi-image > .ladi-image-background {
    width: 297.624px;
    height: 357.149px;
    top: -35.0614px;
    left: -0.947831px;
    background-image: url("../img/34-20230619073554-mr_np.jpg");
}

#GROUP921 {
    width: 435.544px;
    height: 476.435px;
    top: -1.21775px;
    left: -15.544px;
}

#IMAGE958 {
    width: 128.366px;
    height: 273.452px;
    top: 0.59625px;
    left: 564.821px;
}

#IMAGE958 > .ladi-image > .ladi-image-background {
    top: -10px;
    left: -256px;
}

#IMAGE959 {
    top: 0.50025px;
    left: 693.187px;
}

#IMAGE959 > .ladi-image > .ladi-image-background {
    width: 209.82px;
    height: 314.73px;
    top: -5.2455px;
    left: -2.0982px;
    background-image: url("../img/barley-grass-juice-powder-health-benefits-18-e1543452481266-20230619072757-6oxq6.jpg");
}

#GROUP930 {
    width: 521px;
    height: 646px;
    top: 13.85px;
    left: -49px;
}

#SECTION540 {
    height: 498.778px;
}

#SECTION540 > .ladi-section-background, #BOX880 > .ladi-box {
    background-color: rgb(239, 247, 196);
}

#HEADLINE569, #HEADLINE537, #PARAGRAPH536, #HEADLINE868 {
    width: 419px;
}

#HEADLINE569 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(173, 83, 30);
    text-transform: uppercase;
    text-decoration-line: underline;
    text-align: center;
}

#LINE551 {
    height: 387px;
    top: 86px;
    left: 209px;
}

#LINE551 > .ladi-line > .ladi-line-container, #LINE555 > .ladi-line > .ladi-line-container, #LINE567 > .ladi-line > .ladi-line-container, #LINE549 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 3px solid rgb(173, 83, 30);
    border-bottom: 3px solid rgb(173, 83, 30);
    border-left: 3px solid rgb(173, 83, 30);
}

#LINE552, #LINE565, #LINE548 {
    width: 126px;
}

#LINE552 > .ladi-line > .ladi-line-container, #LINE565 > .ladi-line > .ladi-line-container, #LINE548 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(173, 83, 30);
    border-right: 3px solid rgb(173, 83, 30);
    border-bottom: 3px solid rgb(173, 83, 30);
    border-left: 0px !important;
}

#LINE555, #LINE567, #LINE549 {
    height: 96px;
}

#BOX556, #BOX568, #BOX550 {
    width: 10.3038px;
    height: 10.3556px;
}

#BOX556, #BOX568 {
    top: 90.5px;
    left: 4.3481px;
}

#BOX556 > .ladi-box, #BOX568 > .ladi-box, #BOX550 > .ladi-box {
    border-radius: 1e+15px;
    background-color: rgb(173, 83, 30);
}

#GROUP554, #GROUP566 {
    width: 19px;
    height: 100.856px;
}

#GROUP554 {
    top: 8.072px;
    left: 115.176px;
}

#GROUP557 {
    width: 134.176px;
    height: 108.928px;
    top: 196.678px;
    left: 218.824px;
}

#LINE565 {
    top: 0px;
    left: 9.824px;
}

#GROUP566 {
    top: 8.5px;
    left: 0px;
}

#GROUP564 {
    width: 135.824px;
    height: 109.356px;
    top: 302.5px;
    left: 83px;
}

#LINE548 {
    top: 112.5px;
    left: 92.8242px;
}

#LINE549 {
    top: 121px;
    left: 83.0002px;
}

#BOX550 {
    top: 211.5px;
    left: 87.3483px;
}

#SHAPE570, #SHAPE571 {
    width: 104.912px;
    height: 90.8735px;
}

#SHAPE570 {
    top: 329.982px;
    left: 103.368px;
}

#SHAPE570 svg:last-child, #SHAPE571 svg:last-child, #SHAPE572 svg:last-child {
    fill: rgb(173, 83, 30);
}

#SHAPE571 {
    top: 214.732px;
    left: 228px;
}

#SHAPE572 {
    width: 94.5216px;
    height: 81.8735px;
    top: 143.804px;
    left: 108.564px;
}

#PARAGRAPH573, #PARAGRAPH575 {
    width: 177px;
}

#PARAGRAPH573 {
    top: 229.996px;
    left: 26.0848px;
}

#PARAGRAPH573 > .ladi-paragraph, #PARAGRAPH575 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(173, 83, 30);
    text-align: right;
}

#PARAGRAPH574 {
    width: 196px;
    top: 312.178px;
    left: 228px;
}

#PARAGRAPH574 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(173, 83, 30);
    text-align: left;
}

#PARAGRAPH575 {
    top: 420.855px;
    left: 26.0846px;
}

#GROUP940 {
    width: 424px;
    height: 473px;
    top: 11px;
    left: 0px;
}

#SECTION421 {
    height: 668px;
}

#SECTION421 > .ladi-section-background {
    background-color: rgb(254, 250, 224);
}

#HEADLINE426 {
    width: 267px;
    top: 163.404px;
    left: 117px;
}

#HEADLINE426 > .ladi-headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-align: left;
}

#IMAGE530, #IMAGE530 > .ladi-image > .ladi-image-background {
    width: 421.48px;
    height: 353.412px;
}

#IMAGE530 {
    top: 134.499px;
    left: 0.1735px;
}

#IMAGE530 > .ladi-image > .ladi-image-background {
    background-image: url("../img/m1-min-20230427085706-juu8x.png");
}

#HEADLINE423 > .ladi-headline {
    font-family: Anton, sans-serif;
    font-size: 45.31px;
    line-height: 1.6;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE537 {
    top: 51.905px;
    left: 0.153px;
}

#HEADLINE537 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(16, 152, 75);
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

#GROUP941 {
    width: 420px;
    height: 99.905px;
    top: 16.996px;
    left: -1px;
}

#LINE538 {
    width: 270px;
    top: 110.904px;
    left: 74px;
}

#LINE538 > .ladi-line > .ladi-line-container {
    border-top: 3px dashed rgb(133, 63, 21);
    border-right: 3px dashed rgb(133, 63, 21);
    border-bottom: 3px dashed rgb(133, 63, 21);
    border-left: 0px !important;
}

#BOX535 {
    width: 395.446px;
    height: 46px;
    top: 113.997px;
    left: 12.6035px;
}

#BOX535 > .ladi-box {
    border-radius: 49px;
}

#PARAGRAPH536 {
    top: 116.995px;
    left: 0.6735px;
}

#PARAGRAPH536 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    letter-spacing: 1px;
    text-align: center;
}

#PARAGRAPH693 {
    top: 31px;
    left: 0px;
}

#PARAGRAPH693 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    text-align: center;
}

#PARAGRAPH694 {
    top: 0px;
    left: 0.347px;
}

#PARAGRAPH694 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    text-align: center;
}

#LIST_PARAGRAPH534, #LIST_PARAGRAPH743 {
    width: 241px;
}

#LIST_PARAGRAPH534 {
    top: 0px;
    left: 204.397px;
}

#LIST_PARAGRAPH534 > .ladi-list-paragraph, #LIST_PARAGRAPH743 > .ladi-list-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    color: rgb(2, 90, 40);
}

#LIST_PARAGRAPH534 ul li, #LIST_PARAGRAPH743 ul li {
    padding-left: 20px;
}

#LIST_PARAGRAPH534 ul li:before, #LIST_PARAGRAPH743 ul li:before {
    width: 14px;
    height: 14px;
    top: 9px;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(2%2C%2090%2C%2040%2C%201)%22%3E%20%3Cpath%20d%3D%22M1384%20927L56%201665q-23%2013-39.5%203T0%201632V160q0-26%2016.5-36t39.5%203l1328%20738q23%2013%2023%2031t-23%2031z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    content: "";
}

#GROUP757 {
    width: 445.397px;
    height: 34px;
    top: 72.5px;
    left: 8.6035px;
}

#GROUP942 {
    width: 454px;
    height: 159.997px;
    top: 492.439px;
    left: -0.1735px;
}

#SECTION869 {
    height: 1767.96px;
}

#BOX874 {
    width: 420px;
    height: 1655.58px;
    top: 112.377px;
    left: 0px;
}

#BOX874 > .ladi-box {
    background-image: linear-gradient(rgb(0, 147, 69), rgb(0, 76, 19));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BOX875, #GROUP874 {
    width: 305.502px;
    height: 77.377px;
}

#BOX875 > .ladi-box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: rgb(199, 31, 22);
}

#PARAGRAPH872 {
    width: 282px;
    top: 11.6885px;
    left: 11.751px;
}

#PARAGRAPH872 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#GROUP874 {
    top: 19.8325px;
    left: 114.498px;
}

#SHAPE871 {
    width: 82.244px;
    height: 82.244px;
    top: 17.399px;
    left: 21.5495px;
}

#SHAPE871 svg:last-child {
    fill: rgb(199, 31, 22);
}

#SHAPE872 {
    width: 104.179px;
    height: 93.2474px;
    top: 122.918px;
    left: 4.382px;
}

#SHAPE872 svg:last-child {
    fill: rgb(255, 252, 252);
}

#HEADLINE886 {
    width: 368px;
    top: 229.874px;
    left: 21.5495px;
}

#HEADLINE886 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#SHAPE873 {
    width: 77.1924px;
    height: 77.1924px;
    top: 1.82px;
    left: 0px;
}

#SHAPE873.ladi-animation > .ladi-shape, #SHAPE877.ladi-animation > .ladi-shape, #HEADLINE869.ladi-animation > .ladi-headline, #SHAPE888.ladi-animation > .ladi-shape {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#SHAPE873 svg:last-child, #SHAPE874 svg:last-child, #SHAPE875 svg:last-child {
    fill: rgb(255, 255, 255);
}

#SHAPE874 {
    width: 80.8319px;
    height: 80.8319px;
    top: 0px;
    left: 110.725px;
}

#HEADLINE887 {
    width: 48px;
    top: 15.062px;
    left: 72.276px;
}

#HEADLINE887 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 47px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP884 {
    width: 191.557px;
    height: 80.8319px;
    top: 131.883px;
    left: 205.509px;
}

#SHAPE875 {
    width: 70.9972px;
    height: 70.9971px;
    top: 0px;
    left: 9.07502px;
}

#SHAPE875 > .ladi-shape {
    transform: rotate(60deg);
}

#HEADLINE888 {
    width: 80px;
    top: 74.2686px;
    left: 0px;
}

#HEADLINE888 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP876 {
    width: 80.0722px;
    height: 93.2686px;
    top: 122.907px;
    left: 114.498px;
}

#GALLERY868 {
    width: 420px;
    height: 594px;
    top: 272.874px;
    left: 0px;
}

#GALLERY868 > .ladi-gallery > .ladi-gallery-view, #GALLERY869 > .ladi-gallery > .ladi-gallery-view {
    height: calc(100% - 0px);
}

#GALLERY868 > .ladi-gallery > .ladi-gallery-control, #GALLERY869 > .ladi-gallery > .ladi-gallery-control {
    height: 0px;
    display: none;
}

#GALLERY868 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item, #GALLERY869 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
    width: 0px;
    height: 0px;
    margin-right: 0px;
}

#GALLERY868 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
    background-image: url("../img/1-20230509032341-kiu7t.jpg");
}

#GALLERY868 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
    background-image: url("../img/1-20230509032341-kiu7t1.jpg");
}

#GALLERY868 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
    background-image: url("../img/2-20230509032341-2g9me.jpg");
}

#GALLERY868 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
    background-image: url("../img/2-20230509032341-2g9me1.jpg");
}

#GALLERY868 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
    background-image: url("../img/3-20230509032341-pejh1.jpg");
}

#GALLERY868 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
    background-image: url("../img/3-20230509032341-pejh11.jpg");
}

#GALLERY869 {
    width: 420px;
    height: 361.905px;
    top: 879.05px;
    left: 0px;
}

#GALLERY869 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
    background-image: url("../img/4-20230509032341-rif9a.jpg");
}

#GALLERY869 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
    background-image: url("../img/4-20230509032341-rif9a1.jpg");
}

#GALLERY869 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
    background-image: url("../img/5-20230509032341-b1rje.jpg");
}

#GALLERY869 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
    background-image: url("../img/5-20230509032341-b1rje1.jpg");
}

#GALLERY869 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
    background-image: url("../img/6-20230509032341-qph8y.jpg");
}

#GALLERY869 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
    background-image: url("../img/6-20230509032341-qph8y1.jpg");
}

#BOX879 {
    width: 370.596px;
    height: 67px;
    top: 1254.53px;
    left: 22.13px;
}

#BOX879 > .ladi-box {
    border-radius: 63px;
}

#BOX879 > .ladi-box, #BOX903 > .ladi-box, #BOX904 > .ladi-box, #BOX905 > .ladi-box, #BOX906 > .ladi-box, #BOX907 > .ladi-box, #BOX908 > .ladi-box, #BOX909 > .ladi-box, #BOX910 > .ladi-box, #BOX882 > .ladi-box, #BOX884 > .ladi-box, #BOX871 > .ladi-box, #FORM724 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
}

#HEADLINE889 {
    width: 336px;
    top: 1266.03px;
    left: 41.879px;
}

#HEADLINE889 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 27.25px;
    line-height: 1.6;
    color: rgb(255, 142, 1);
    text-align: center;
}

#HEADLINE889 > .ladi-headline, #HEADLINE900 > .ladi-headline, #HEADLINE906 > .ladi-headline, #HEADLINE869 > .ladi-headline, #HEADLINE873 > .ladi-headline {
    -webkit-text-stroke-width: 1px;
}

#HEADLINE891, #HEADLINE892, #HEADLINE893 {
    width: 118px;
}

#HEADLINE891 {
    top: 1598.03px;
    left: 21.13px;
}

#HEADLINE891 > .ladi-headline, #HEADLINE892 > .ladi-headline, #HEADLINE893 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: left;
}

#SHAPE876 {
    width: 245.291px;
    height: 245.291px;
    top: 1459.81px;
    left: 163.823px;
}

#SHAPE876 svg:last-child {
    fill: rgb(255, 219, 148);
}

#IMAGE889 {
    width: 262.518px;
    height: 376.124px;
    top: 1354.54px;
    left: 157.823px;
}

#IMAGE889 > .ladi-image > .ladi-image-background {
    width: 333.358px;
    height: 376.124px;
    top: -1.14256px;
    left: -70.8385px;
    background-image: url("../img/9789-20221024072648-lyx7h.png");
}

#IMAGE889 > .ladi-image {
    transform: perspective(1000px) rotateY(180deg);
}

#IMAGE890 {
    width: 231.949px;
    height: 171.394px;
    top: 1590.71px;
    left: 195.201px;
}

#IMAGE890 > .ladi-image > .ladi-image-background {
    width: 260.888px;
    height: 181.453px;
    top: -2.51481px;
    left: -22.6332px;
    background-image: url("../img/transparent-aloe-plant-leaf-xanthorrhoeaceae-grass-aloevera-gel-the-miracle-herb-healing-pharma5e79d8c449bc53144544141585043652302-20221117045119-dkh1d.png");
}

#HEADLINE892 {
    top: 1538.56px;
    left: 22.13px;
}

#HEADLINE893 {
    top: 1674.49px;
    left: 22.13px;
}

#IMAGE891, #IMAGE891 > .ladi-image > .ladi-image-background, #IMAGE892, #IMAGE892 > .ladi-image > .ladi-image-background {
    width: 117.051px;
    height: 152.143px;
}

#IMAGE891 {
    top: 1348.03px;
    left: 21.13px;
}

#IMAGE891 > .ladi-image > .ladi-image-background, #IMAGE892 > .ladi-image > .ladi-image-background {
    background-image: url("../img/h3dc84391eb9d44868432b9ee66114695x-20221116101325-naquu.jpg");
}

#IMAGE891 > .ladi-image, #IMAGE892 > .ladi-image, #IMAGE905 > .ladi-image, #IMAGE906 > .ladi-image, #IMAGE900 > .ladi-image, #IMAGE967 > .ladi-image {
    box-shadow: rgb(0, 0, 0) -9px 0px 20px -15px;
}

#IMAGE892 {
    top: 1348.03px;
    left: 91.62px;
}

#SECTION871 {
    height: 1198px;
}

#SECTION871 > .ladi-section-background {
    background-color: rgb(255, 144, 50);
}

#BOX902 {
    width: 364px;
    height: 200px;
    top: 315.33px;
    left: 30.389px;
}

#BOX902 > .ladi-box {
    border-radius: 13px;
    background-color: rgb(237, 112, 18);
}

#SHAPE890 {
    width: 444px;
    height: 444px;
    top: 613.33px;
    left: -148.66px;
}

#SHAPE890 svg:last-child {
    fill: url("https://www.phlmart.online/grass-powder?utm_source=D2T%20-%20T8613%20-%20TRANGNTQ%20-%20AMBI%20-%20MUN6%20-%20B%E1%BB%98T%20C%E1%BB%8E%20-%2015.9%20-%201&utm_campaign=Nh%C3%B3m%20qu%E1%BA%A3ng%20c%C3%A1o%20Doanh%20s%E1%BB%91%20m%E1%BB%9Bi&fbclid=IwAR1mdXBMBfk3WaYUraJbGNgfFoNWxCkxIZVAcHBjE2ProROMv-21m_9YVTc");
}

#IMAGE960 {
    width: 425.328px;
    height: 466.333px;
    top: -0.003px;
    left: -4.668px;
}

#IMAGE960 > .ladi-image > .ladi-image-background {
    width: 431.522px;
    height: 755.163px;
    top: -88.1786px;
    left: 6.65562px;
    background-image: url("../img/ezgifcom-gif-maker-28-20220928014607-efb25.gif");
}

#IMAGE960 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20423.281%20450.332%22%20data-pen-tool%3D%22true%22%3E%3Cpath%20d%3D%22M%203.15625%2C391.085937%20C3.15625%2C391.085937%20169.15625%2C419.085937%20243.15625%2C406.085937%20C317.15625%2C393.085937%20376.15625%2C369.085937%20423.15625%2C310.085937%20C470.15625%2C251.085937%20526.15625%2C6.085937%20526.15625%2C6.085937%20C526.15625%2C6.085937%20513.15625%2C-35.914063%20513.15625%2C-35.914063%20C513.15625%2C-35.914063%20-63.84375%2C-30.914063%20-63.84375%2C-30.914063%20C-63.84375%2C-30.914063%20-13.84375%2C404.085937%20-11.84375%2C399.085937%20C-9.84375%2C394.085937%202.15625%2C393.085937%203.15625%2C391.085937%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
}

#LINE872 {
    width: 109px;
    top: 566.33px;
    left: 157.889px;
}

#LINE872 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(231, 231, 231);
    border-right: 2px solid rgb(231, 231, 231);
    border-bottom: 2px solid rgb(231, 231, 231);
    border-left: 0px !important;
}

#IMAGE961, #IMAGE961 > .ladi-image > .ladi-image-background {
    width: 38.8966px;
    height: 40px;
}

#IMAGE961 {
    top: 680.247px;
    left: 357.148px;
}

#IMAGE961 > .ladi-image > .ladi-image-background {
    background-image: url("../img/tyh65-20201211095424.png");
}

#BOX903, #GROUP945, #BOX905, #GROUP947, #BOX907, #GROUP949 {
    width: 400.482px;
    height: 125.648px;
}

#BOX903 > .ladi-box, #BOX905 > .ladi-box, #BOX907 > .ladi-box {
    border-radius: 10px;
}

#BOX903 > .ladi-box, #BOX905 > .ladi-box, #BOX907 > .ladi-box, #BOX909 > .ladi-box, #BOX910 > .ladi-box {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
}

#PARAGRAPH882 {
    width: 190px;
}

#PARAGRAPH882, #PARAGRAPH884, #PARAGRAPH886 {
    top: 10.688px;
    left: 20.241px;
}

#PARAGRAPH882 > .ladi-paragraph, #PARAGRAPH886 > .ladi-paragraph {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(90, 61, 39);
}

#PARAGRAPH883, #PARAGRAPH885, #PARAGRAPH887 {
    width: 274px;
    top: 50.688px;
    left: 20.241px;
}

#PARAGRAPH883 > .ladi-paragraph, #PARAGRAPH885 > .ladi-paragraph, #PARAGRAPH887 > .ladi-paragraph {
    font-size: 17px;
    line-height: 1;
    color: rgb(103, 103, 103);
    text-align: left;
}

#BOX904, #GROUP946, #BOX906, #GROUP948, #BOX908, #GROUP950 {
    width: 71.8354px;
    height: 71.8351px;
}

#BOX904 > .ladi-box, #BOX906 > .ladi-box, #BOX908 > .ladi-box {
    border-width: 1px;
    border-radius: 100px;
    border-style: solid;
    border-color: rgb(183, 183, 183);
}

#HEADLINE948, #HEADLINE949, #HEADLINE950 {
    width: 53px;
    top: 5px;
    left: 8.9177px;
}

#HEADLINE948 > .ladi-headline, #HEADLINE949 > .ladi-headline, #HEADLINE950 > .ladi-headline {
    background-image: linear-gradient(rgb(253, 162, 30), rgb(249, 196, 78));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#GROUP946, #GROUP948, #GROUP950 {
    top: 14.688px;
    left: 313.274px;
}

#GROUP945 {
    top: 0px;
    left: 1.018px;
}

#PARAGRAPH884 {
    width: 264px;
}

#PARAGRAPH884 > .ladi-paragraph {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(90, 61, 39);
    text-transform: uppercase;
}

#GROUP947 {
    top: 133px;
    left: 0px;
}

#PARAGRAPH886 {
    width: 199px;
}

#GROUP949 {
    top: 272px;
    left: 0px;
}

#GROUP944 {
    width: 401.5px;
    height: 397.648px;
    top: 585.423px;
    left: 7.88px;
}

#PARAGRAPH888 {
    width: 217px;
}

#PARAGRAPH888, #PARAGRAPH889 {
    top: 0px;
    left: 23.314px;
}

#PARAGRAPH888 > .ladi-paragraph {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    text-align: left;
    -webkit-text-stroke: 6px rgb(255, 255, 255);
}

#PARAGRAPH889 {
    width: 250px;
}

#PARAGRAPH889 > .ladi-paragraph {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(237, 112, 18);
    text-transform: uppercase;
    text-align: left;
    -webkit-text-stroke: 0px rgb(255, 255, 255);
}

#PARAGRAPH890 {
    width: 45px;
    top: 29px;
    left: 217.706px;
}

#PARAGRAPH890 > .ladi-paragraph {
    font-size: 15px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#BOX909, #GROUP953, #BOX910, #GROUP954 {
    width: 264.862px;
    height: 41.84px;
}

#BOX909 > .ladi-box, #BOX910 > .ladi-box {
    border-radius: 7px;
}

#HEADLINE951, #HEADLINE952 {
    top: 5.921px;
    left: 42.724px;
}

#HEADLINE951 > .ladi-headline, #HEADLINE952 > .ladi-headline {
    font-size: 16px;
    line-height: 1;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

#SHAPE891, #SHAPE892 {
    width: 16.9138px;
    height: 16.9138px;
    top: 12.461px;
    left: 12.6551px;
}

#SHAPE891 svg:last-child, #SHAPE892 svg:last-child {
    fill: rgb(229, 76, 0);
}

#GROUP953 {
    top: 65.998px;
    left: 0px;
}

#GROUP954 {
    top: 118px;
    left: 0px;
}

#GROUP952 {
    width: 273.314px;
    height: 159.84px;
    top: 22.401px;
    left: 124.278px;
}

#IMAGE962 {
    width: 94.9777px;
    height: 218.639px;
}

#IMAGE962 > .ladi-image > .ladi-image-background {
    width: 189.798px;
    height: 265.975px;
    top: -17.096px;
    left: -47.4888px;
    background-image: url("../img/image4-20220928031058-0tydj.png");
}

#IMAGE962 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20100%20230.188%22%20data-pen-tool%3D%22true%22%3E%3Cpath%20d%3D%22M%2094.171875%2C173.65625%20C94.171875%2C173.65625%2097.171875%2C90.65625%2097.171875%2C90.65625%20C97.171875%2C90.65625%2098.171875%2C65.65625%2098.171875%2C65.65625%20C98.171875%2C65.65625%20110.171875%2C7.65625%20110.171875%2C7.65625%20C110.171875%2C7.65625%2081.171875%2C-29.34375%2080.171875%2C-29.34375%20C79.171875%2C-29.34375%20-26.828125%2C33.65625%20-26.828125%2C33.65625%20C-26.828125%2C33.65625%20-48.828125%2C205.65625%20-48.828125%2C205.65625%20C-48.828125%2C205.65625%20-25.828125%2C238.65625%20-21.828125%2C238.65625%20C-17.828125%2C238.65625%2059.171875%2C234.65625%2059.171875%2C234.65625%20C59.171875%2C234.65625%2096.171875%2C176.65625%2094.171875%2C173.65625%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0% 0% / 100% 100%;
}

#GROUP951 {
    width: 397.592px;
    height: 218.639px;
    top: 972.13px;
    left: 9.834px;
}

#HEADLINE953 {
    width: 375px;
    top: 458.33px;
    left: 24.889px;
}

#HEADLINE953 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#IMAGE963 {
    width: 144.099px;
    height: 178.828px;
    top: 295.391px;
    left: 275.901px;
}

#IMAGE963 > .ladi-image > .ladi-image-background {
    width: 144.099px;
    height: 180.989px;
    background-image: url("../img/a0b8ca9611c0c09e99d1-removebg-preview-20230605094500-50c7f.png");
}

#BOX911 {
    width: 418.379px;
    height: 57.006px;
    top: -0.003px;
    left: 0px;
}

#BOX911 > .ladi-box {
    border-radius: 0px 0px 28px;
    background-color: rgb(226, 63, 63);
}

#HEADLINE954 {
    width: 403px;
}

#HEADLINE954 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 234, 145);
    text-align: center;
}

#PARAGRAPH891 {
    width: 395px;
    top: 523.33px;
    left: 21.88px;
}

#PARAGRAPH891 > .ladi-paragraph {
    font-size: 28.06px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#IMAGE964, #IMAGE964 > .ladi-image > .ladi-image-background {
    width: 128.593px;
    height: 163.05px;
}

#IMAGE964 {
    top: 303.28px;
    left: 195.179px;
}

#IMAGE964 > .ladi-image > .ladi-image-background {
    background-image: url("../img/361834785_968895137684840_9087377583625790220_n-20230720091241-q1yvs.png");
}

#SECTION868 {
    /*height: 821px;*/
    height: 355px;
}

#BOX870 {
    width: 357.578px;
    height: 213.467px;
    top: 423.338px;
    left: 27.223px;
}

#BOX870 > .ladi-box, #BOX881 > .ladi-box, #BOX883 > .ladi-box, #BOX880 > .ladi-box, #BOX868 > .ladi-box {
    border-radius: 14px;
}

#HEADLINE868 {
    top: 21.349px;
    left: 0px;
}

#HEADLINE868 > .ladi-headline {
    background-image: linear-gradient(rgb(16, 152, 75), rgb(2, 90, 40));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-family: Oswald, sans-serif;
    font-size: 39px;
    font-weight: bold;
    line-height: 1;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

#PARAGRAPH874 {
    top: 305.834px;
    left: 597.5px;
}

#PARAGRAPH874 > .ladi-paragraph, #PARAGRAPH875 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(241, 243, 244);
}

#BOX881, #GROUP892, #BOX883, #GROUP893 {
    width: 171px;
    height: 133.467px;
}

#HEADLINE900, #HEADLINE906, #HEADLINE873 {
    width: 171px;
}

#HEADLINE900, #HEADLINE906 {
    top: 80.734px;
    left: 0px;
}

#HEADLINE900 > .ladi-headline, #HEADLINE906 > .ladi-headline, #HEADLINE873 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 43px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    text-align: center;
}

#HEADLINE901, #HEADLINE907 {
    width: 159px;
    top: 11.061px;
    left: 6px;
}

#HEADLINE901 > .ladi-headline, #HEADLINE907 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#BOX882, #BOX884 {
    width: 149.725px;
    height: 29.2315px;
    top: 43.618px;
    left: 10.6375px;
}

#BOX882 > .ladi-box, #BOX884 > .ladi-box, #BOX869 > .ladi-box, #BOX871 > .ladi-box {
    border-radius: 20px;
}

#HEADLINE903, #HEADLINE908, #HEADLINE876 {
    width: 139px;
}

#HEADLINE903, #HEADLINE908 {
    top: 49.734px;
    left: 16px;
}

#HEADLINE903 > .ladi-headline, #HEADLINE908 > .ladi-headline, #HEADLINE876 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(2, 90, 40);
    text-transform: uppercase;
    text-align: center;
}

#GROUP892 {
    top: 667.188px;
    left: 27.223px;
}

#GROUP893 {
    top: 667.188px;
    left: 213.801px;
}

#BOX880 {
    width: 420px;
    height: 304.291px;
    top: 105.896px;
    left: 0px;
}

#HEADLINE894 {
    width: 411px;
    top: 362px;
    left: 11.126px;
}

#HEADLINE894 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 17.98px;
    line-height: 1;
    color: rgb(40, 40, 40);
    text-align: center;
}

#SHAPE877, #SHAPE888 {
    width: 47.5884px;
    height: 47.5882px;
    top: 1.12201px;
    left: 0px;
}

#SHAPE877 svg:last-child, #SHAPE878 svg:last-child {
    fill: rgb(40, 40, 40);
}

#SHAPE878 {
    width: 49.8321px;
    height: 49.8319px;
    top: 0px;
    left: 68.2609px;
}

#HEADLINE896, #HEADLINE897, #HEADLINE946 {
    width: 22px;
}

#HEADLINE896, #HEADLINE946 {
    top: 4.64277px;
    left: 48.0465px;
}

#HEADLINE896 > .ladi-headline, #HEADLINE897 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 34.03px;
    line-height: 1.2;
    color: rgb(40, 40, 40);
    text-align: center;
}

#GROUP885, #GROUP943 {
    width: 118.093px;
    height: 49.8319px;
}

#GROUP885 {
    top: 300.074px;
    left: 135.881px;
}

#BOX868 {
    width: 400.008px;
    height: 255.291px;
    top: 77.168px;
    left: 6.008px;
}

#HEADLINE869 {
    width: 198px;
    top: 191.365px;
    left: 11.126px;
}

#HEADLINE869 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 63.13px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    text-align: center;
}

#HEADLINE870 {
    width: 155px;
    top: 324px;
    left: 250px;
}

#HEADLINE870 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: rgb(173, 83, 30);
    letter-spacing: 0px;
    text-align: center;
}

#BOX869 {
    width: 200.3px;
    height: 35.25px;
    top: 151.646px;
    left: 17.1084px;
}

#BOX869 > .ladi-box {
    background-color: rgb(16, 26, 34);
}

#HEADLINE871 {
    top: 159.271px;
    left: 19.126px;
}

#HEADLINE871 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE872 {
    width: 401px;
    top: 90.226px;
    left: 9px;
}

#HEADLINE872 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

#IMAGE875, #IMAGE875 > .ladi-image > .ladi-image-background, #IMAGE876, #IMAGE876 > .ladi-image > .ladi-image-background, #IMAGE877, #IMAGE877 > .ladi-image > .ladi-image-background, #IMAGE879, #IMAGE879 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 134.771px;
}

#IMAGE875 {
    top: 126.53px;
    left: 178px;
}

#IMAGE875 > .ladi-image > .ladi-image-background {
    background-image: url("../img/-17-20221107022855-1uwk_.png");
}

#IMAGE876 {
    top: 131.53px;
    left: 225px;
}

#IMAGE876 > .ladi-image > .ladi-image-background, #IMAGE877 > .ladi-image > .ladi-image-background, #IMAGE879 > .ladi-image > .ladi-image-background {
    background-image: url("../img/-137-20221107050820-mxji-20221205075911-fi4jn-20221209072139-zndes.png");
}

#IMAGE877 {
    top: 141.226px;
    left: 257.736px;
}

#IMAGE878, #IMAGE878 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 155.938px;
}

#IMAGE878 {
    top: 151.646px;
    left: 199.201px;
}

#IMAGE878 > .ladi-image > .ladi-image-background {
    background-image: url("../img/-137-20221107050820-mxji-20221205075911-fi4jn-20221209072139-zndes1.png");
}

#IMAGE879 {
    top: 170.612px;
    left: 250px;
}

#HEADLINE897 {
    top: 305.5px;
    left: 113.881px;
}

#IMAGE905, #IMAGE905 > .ladi-image > .ladi-image-background, #IMAGE906, #IMAGE906 > .ladi-image > .ladi-image-background, #IMAGE900, #IMAGE900 > .ladi-image > .ladi-image-background {
    width: 47.2084px;
    height: 62.143px;
}

#IMAGE905 > .ladi-image > .ladi-image-background, #IMAGE906 > .ladi-image > .ladi-image-background, #IMAGE900 > .ladi-image > .ladi-image-background, #IMAGE967 > .ladi-image > .ladi-image-background {
    background-image: url("../img/h3dc84391eb9d44868432b9ee66114695x-20221116101325-naquu1.jpg");
}

#IMAGE906 {
    top: 0px;
    left: 36.684px;
}

#GROUP896 {
    width: 83.8924px;
    height: 62.143px;
    top: 507.418px;
    left: 44.126px;
}

#HEADLINE873 {
    top: 471.025px;
    left: 204.427px;
}

#HEADLINE874 {
    width: 355px;
    top: 433.938px;
    left: 27.223px;
}

#HEADLINE874 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE875 {
    width: 135px;
    top: 507.512px;
    left: 49.7584px;
}

#HEADLINE875 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: rgb(255, 231, 231);
    letter-spacing: 0px;
    text-align: center;
}

#BOX871 {
    width: 149.725px;
    height: 26.0144px;
    top: 471.025px;
    left: 43.7631px;
}

#HEADLINE876 {
    top: 476.468px;
    left: 49.1256px;
}

#SHAPE888 svg:last-child, #SHAPE889 svg:last-child, #SHAPE482 svg:last-child {
    fill: rgb(241, 243, 244);
}

#SHAPE889 {
    width: 48.0465px;
    height: 49.8319px;
    top: 0px;
    left: 70.0465px;
}

#HEADLINE946 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 34.03px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: center;
}

#GROUP943 {
    top: 519.512px;
    left: 217.408px;
}

#HEADLINE947 {
    top: 589px;
    left: 33.427px;
}

#HEADLINE947 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: rgb(250, 238, 205);
    text-align: center;
}

#IMAGE900 {
    top: 290.418px;
    left: 24.126px;
}

#IMAGE965, #IMAGE965 > .ladi-image > .ladi-image-background, #IMAGE966, #IMAGE966 > .ladi-image > .ladi-image-background {
    width: 50.5657px;
    height: 64.115px;
}

#IMAGE965 {
    top: 286.776px;
    left: 57.235px;
}

#IMAGE965 > .ladi-image > .ladi-image-background, #IMAGE966 > .ladi-image > .ladi-image-background {
    background-image: url("../img/361834785_968895137684840_9087377583625790220_n-20230720091241-q1yvs1.png");
}

#IMAGE966 {
    top: 507.512px;
    left: 119.235px;
}

#IMAGE967, #IMAGE967 > .ladi-image > .ladi-image-background {
    width: 42.604px;
    height: 56.082px;
}

#IMAGE967 {
    top: 290.793px;
    left: 6.008px;
}

#SECTION464 {
    /*height: 881.262px;*/
    height: 288.262px;
}

#FORM724 {
    width: 381.157px;
    height: 770.523px;
    top: 39.3391px;
    left: 13.5188px;
}

#FORM724 > .ladi-form {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    line-height: 1;
    color: rgb(16, 26, 34);
    letter-spacing: 0px;
}

#FORM724 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"], #FORM724 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing, #FORM724 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder, #FORM724 .ladi-form .ladi-survey-option .ladi-survey-option-label, #FORM724 .ladi-form-item .ladi-form-control::placeholder, #FORM724 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: rgb(16, 26, 34);
}

#FORM724 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(16%2C%2026%2C%2034)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#FORM724 .ladi-survey-option {
    text-align: left;
}

#FORM724 .ladi-form-item-container, #FORM724 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px 0px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(20, 20, 20);
}

#FORM724 .ladi-form-item-container .ladi-form-quantity .button {
    background-color: rgb(20, 20, 20);
}

#FORM724 .ladi-form-item {
    padding-left: 1px;
    padding-right: 1px;
}

#FORM724 .ladi-form-item.otp-countdown:before {
    right: 6px;
}

#FORM724 .ladi-form-item.ladi-form-checkbox {
    padding-left: 6px;
    padding-right: 6px;
}

#FORM_ITEM725 {
    width: 379.163px;
    height: 51.0225px;
    top: 0px;
    left: 1.637px;
}

#FORM_ITEM726 {
    width: 377.651px;
    height: 51.0225px;
    top: 58.7575px;
    left: 1.637px;
}

#BUTTON727 {
    width: 317.924px;
    height: 67.4495px;
    top: 703.073px;
    left: 32.2565px;
}

#BUTTON727 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(248, 216, 0), rgb(253, 235, 113));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON727 > .ladi-button {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 20px -15px;
}

#BUTTON727.ladi-animation > .ladi-button {
    animation-name: tada;
    animation-iteration-count: infinite;
}

#BUTTON_TEXT727 {
    width: 318px;
    top: 10.8237px;
    left: 0px;
}

#BUTTON_TEXT727 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(207, 26, 26);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

#FORM_ITEM729 {
    width: 378.458px;
    height: 82.7389px;
    top: 606.01px;
    left: 1.9895px;
}

#FORM_ITEM730 {
    width: 379.799px;
    height: 109.454px;
    top: 476.68px;
    left: 0.5005px;
}

#FORM_ITEM731 {
    width: 379px;
    height: 216px;
    top: 140.459px;
    left: 0px;
}

#FORM_ITEM731 .ladi-form-checkbox-item {
    margin: 5px;
}

#FORM_ITEM731 .ladi-form-item.ladi-form-checkbox {
    padding-top: 5px;
    padding-bottom: 5px;
}

#FORM_ITEM731 .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    width: 13px;
    height: 13px;
}

#FORM_ITEM731 .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    width: calc((100% - 5px) - 13px + 1px);
}

#FORM_ITEM732 {
    width: 379.877px;
    height: 41.0868px;
    top: 377.323px;
    left: 1.28px;
}

#HEADLINE733 > .ladi-headline {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE734 {
    width: 276px;
    top: 148.936px;
    left: 13.5188px;
}

#HEADLINE734 > .ladi-headline {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 252, 252);
    letter-spacing: 0px;
}

#HEADLINE735 {
    width: 288px;
    top: 472.966px;
    left: 20.5188px;
}

#HEADLINE735 > .ladi-headline {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
}

#GROUP723 {
    width: 420px;
    /*height: 809.862px;*/
    height: 264.862px;
    top: 22.4252px;
    left: 0px;
}

#PARAGRAPH875 {
    top: 13.249px;
    left: 591.5px;
}

#SECTION465 {
    height: 586px;
}

#SECTION465 > .ladi-overlay {
    opacity: 0.84;
}

#SECTION465 > .ladi-section-background {
    background-image: url("../img/15-amazing-benefits-of-barley-grass-juice-1-20230619041855-y5aj9.jpg");
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

#IMAGE493, #IMAGE493 > .ladi-image > .ladi-image-background {
    width: 325.54px;
    height: 126.178px;
}

#IMAGE493 {
    top: 5px;
    left: 35.56px;
}

#IMAGE493 > .ladi-image > .ladi-image-background {
    background-image: url("../img/artboard-774x2-20221027074602-xal4t.png");
}

#HEADLINE481 {
    width: 400px;
    top: 524.805px;
    left: 11.006px;
}

#HEADLINE481 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(241, 243, 244);
    text-align: center;
}

#SHAPE482 {
    width: 23.2566px;
    height: 26.7048px;
    top: 164.705px;
    left: 76.932px;
}

#LINE484 {
    width: 268px;
    top: 142.705px;
    left: 77.006px;
}

#LINE484 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(241, 243, 244);
    border-right: 3px solid rgb(241, 243, 244);
    border-bottom: 3px solid rgb(241, 243, 244);
    border-left: 0px !important;
}

#HEADLINE491 {
    width: 242px;
    top: 161.705px;
    left: 105.074px;
}

#HEADLINE491 > .ladi-headline {
    font-family: Muli, sans-serif;
    font-size: 17px;
    line-height: 2;
    color: rgb(241, 243, 244);
    text-align: justify;
}

#IMAGE488, #IMAGE488 > .ladi-image > .ladi-image-background {
    width: 156.226px;
    height: 42.1822px;
}

#IMAGE488 {
    top: 440.546px;
    left: 245.063px;
}

#IMAGE488 > .ladi-image > .ladi-image-background {
    background-image: url("../img/xpost-1566806202.png");
}

#IMAGE489, #IMAGE489 > .ladi-image > .ladi-image-background {
    width: 55.1358px;
    height: 55.1358px;
}

#IMAGE489 {
    top: 434.069px;
    left: 174.252px;
}

#IMAGE489 > .ladi-image > .ladi-image-background {
    background-image: url("../img/lbcexp-1566377955.png");
}

#IMAGE490, #IMAGE490 > .ladi-image > .ladi-image-background {
    width: 144.281px;
    height: 75.5075px;
}

#IMAGE490 {
    top: 423.884px;
    left: 21.1606px;
}

#IMAGE490 > .ladi-image > .ladi-image-background {
    background-image: url("../img/jt-20200922090553.png");
}

#HEADLINE98 {
    top: 216.705px;
    left: 38.3199px;
}

#HEADLINE98 > .ladi-headline {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-align: center;
}

.input-wrapper {
    position: relative;
    width: 100%;
}
