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 {
    cursor: pointer;
    font-weight: 700;
    color: #c21414;
    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;
    outline: 0
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.ladi-transition {
    transition: all 150ms linear 0s;
}

.z-index-1 {
    z-index: 1;
}

.opacity-0 {
    opacity: 0;
}

.height-0 {
    height: 0 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}

.transition-readmore {
    transition: height 350ms linear 0s;
}

.transition-collapse {
    transition: height 150ms linear 0s;
}

body.grab {
    cursor: grab;
}

.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

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

.ladi-element {
    position: absolute;
}

@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}

.ladi-section {
    margin: 0 auto;
    position: relative;
}

.ladi-section[data-tab-id] {
    display: none;
}

.ladi-section.selected[data-tab-id] {
    display: block;
}

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

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: top 350ms ease-in-out, left 350ms ease-in-out;
}

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/arrow2.svg);
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: -10px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: -10px;
}

.ladi-carousel-indicators-circle {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.ladi-carousel-indicators-circle .item {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    border-radius: 100%;
    cursor: pointer;
    outline: 1px solid #fff;
}

.ladi-carousel-indicators-circle .item.selected,
.ladi-carousel-indicators-circle .item:hover {
    background-color: #808080;
}

.ladi-carousel-indicators-number {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.ladi-carousel-indicators-number .item {
    width: 15px;
    height: 15px;
    background-color: #D6D6D6;
    border-radius: 100%;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    outline: 1px solid #fff;
}

.ladi-carousel-indicators-number .item.selected,
.ladi-carousel-indicators-number .item:hover {
    background-color: #808080;
    color: #fff;
}

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame-bg .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-frame-bg:not(.ladi-frame) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    display: table;
    pointer-events: none;
}

.ladi-countdown .ladi-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none;
}

.ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle;
}

.ladi-countdown>.ladi-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block;
}

.ladi-countdown>.ladi-element:last-child {
    margin-right: 0px !important;
}

.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-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-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

.ladi-line {
    position: relative;
}

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

.ladi-notify-transition {
    transition: top 500ms ease-in-out, bottom 500ms ease-in-out, opacity 500ms ease-in-out;
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none;
}

.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px;
}

.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden;
}

.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    display: inline-block;
    top: -4px;
}

.ladi-notify .ladi-notify-copyright svg {
    vertical-align: middle;
}

.ladi-notify .ladi-notify-copyright svg:not(:root) {
    overflow: hidden;
}

.ladi-notify .ladi-notify-copyright div {
    text-decoration: none;
    color: rgba(64, 64, 64, 1);
    display: inline;
}

.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700;
}

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

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

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    [data-hint]:not([data-timeout-id-copied]):before,
    [data-hint]:not([data-timeout-id-copied]):after {
        display: none !important;
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .ladi-carousel .ladi-carousel-content {
        transition: top 300ms ease-in-out, left 300ms ease-in-out;
    }
}

body {
    direction: ltr;
}

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

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

body {
    font-family: "Sarabun", sans-serif;
}

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

#IMAGE1>.ladi-image>.ladi-image-background,
#IMAGE2>.ladi-image>.ladi-image-background,
#IMAGE3>.ladi-image>.ladi-image-background,
#IMAGE4,
#IMAGE4>.ladi-image>.ladi-image-background,
#IMAGE5,
#IMAGE5>.ladi-image>.ladi-image-background,
#SHAPE1,
#GROUP6,
#IMAGE7,
#IMAGE7>.ladi-image>.ladi-image-background,
#IMAGE8,
#IMAGE8>.ladi-image>.ladi-image-background,
#IMAGE9,
#IMAGE9>.ladi-image>.ladi-image-background,
#IMAGE10,
#IMAGE10>.ladi-image>.ladi-image-background,
#IMAGE11>.ladi-image>.ladi-image-background,
#BOX1,
#IMAGE12>.ladi-image>.ladi-image-background,
#IMAGE16>.ladi-image>.ladi-image-background,
#BOX3,
#IMAGE17>.ladi-image>.ladi-image-background,
#IMAGE18>.ladi-image>.ladi-image-background,
#BOX4,
#IMAGE19>.ladi-image>.ladi-image-background,
#IMAGE20>.ladi-image>.ladi-image-background,
#BOX5,
#IMAGE21>.ladi-image>.ladi-image-background,
#IMAGE22,
#IMAGE22>.ladi-image>.ladi-image-background,
#IMAGE23,
#IMAGE23>.ladi-image>.ladi-image-background,
#IMAGE24,
#IMAGE24>.ladi-image>.ladi-image-background,
#IMAGE25,
#IMAGE25>.ladi-image>.ladi-image-background,
#IMAGE26,
#IMAGE26>.ladi-image>.ladi-image-background,
#IMAGE27>.ladi-image>.ladi-image-background,
#IMAGE28>.ladi-image>.ladi-image-background,
#IMAGE29>.ladi-image>.ladi-image-background,
#IMAGE30>.ladi-image>.ladi-image-background,
#IMAGE31>.ladi-image>.ladi-image-background,
#IMAGE32>.ladi-image>.ladi-image-background,
#IMAGE33>.ladi-image>.ladi-image-background,
#IMAGE34>.ladi-image>.ladi-image-background,
#GROUP33,
#IMAGE35>.ladi-image>.ladi-image-background,
#CAROUSEL_ITEM12,
#IMAGE36,
#IMAGE36>.ladi-image>.ladi-image-background,
#IMAGE37,
#IMAGE37>.ladi-image>.ladi-image-background,
#IMAGE38,
#IMAGE38>.ladi-image>.ladi-image-background,
#IMAGE69,
#IMAGE69>.ladi-image>.ladi-image-background,
#IMAGE40>.ladi-image>.ladi-image-background,
#IMAGE41>.ladi-image>.ladi-image-background,
#IMAGE42>.ladi-image>.ladi-image-background,
#IMAGE44>.ladi-image>.ladi-image-background,
#LINE2,
#LINE3,
#IMAGE45>.ladi-image>.ladi-image-background,
#IMAGE46>.ladi-image>.ladi-image-background,
#IMAGE47>.ladi-image>.ladi-image-background,
#IMAGE48>.ladi-image>.ladi-image-background,
#IMAGE49>.ladi-image>.ladi-image-background,
#IMAGE51>.ladi-image>.ladi-image-background,
#IMAGE52>.ladi-image>.ladi-image-background,
#GROUP43,
#BOX16,
#IMAGE54>.ladi-image>.ladi-image-background,
#GROUP46,
#BOX17,
#IMAGE55>.ladi-image>.ladi-image-background,
#GROUP48,
#BOX18,
#IMAGE56>.ladi-image>.ladi-image-background,
#GROUP50,
#BOX19,
#IMAGE57>.ladi-image>.ladi-image-background,
#BOX20,
#BOX22,
#IMAGE58>.ladi-image>.ladi-image-background,
#BOX23,
#BOX25,
#IMAGE59>.ladi-image>.ladi-image-background,
#BOX26,
#BOX28,
#IMAGE60>.ladi-image>.ladi-image-background,
#BOX29,
#BOX31,
#BOX32,
#BOX34,
#IMAGE62>.ladi-image>.ladi-image-background,
#BOX35,
#BOX37,
#IMAGE78,
#IMAGE78>.ladi-image>.ladi-image-background,
#IMAGE79,
#IMAGE79>.ladi-image>.ladi-image-background,
#IMAGE80,
#IMAGE80>.ladi-image>.ladi-image-background,
#IMAGE81>.ladi-image>.ladi-image-background,
#IMAGE82>.ladi-image>.ladi-image-background,
#IMAGE83>.ladi-image>.ladi-image-background,
#IMAGE88,
#IMAGE88>.ladi-image>.ladi-image-background,
#IMAGE89,
#IMAGE89>.ladi-image>.ladi-image-background,
#IMAGE90,
#IMAGE90>.ladi-image>.ladi-image-background,
#IMAGE91,
#IMAGE91>.ladi-image>.ladi-image-background,
#IMAGE92>.ladi-image>.ladi-image-background,
#BOX43,
#COUNTDOWN1,
#IMAGE95>.ladi-image>.ladi-image-background,
#IMAGE96>.ladi-image>.ladi-image-background,
#IMAGE94,
#IMAGE94>.ladi-image>.ladi-image-background {
    top: 0px;
    left: 0px;
}

#IMAGE2,
#IMAGE2>.ladi-image>.ladi-image-background {
    width: 500px;
    height: 375px;
}

#IMAGE2>.ladi-image>.ladi-image-background {
    background-image: url("../img/product-back.png");
}

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

#IMAGE3>.ladi-image>.ladi-image-background {
    background-image: url("../img/logobp.png");
}

#GROUP1,
#GROUP2 {
    width: 310px;
    height: 48.5px;
}

#IMAGE4,
#IMAGE4>.ladi-image>.ladi-image-background,
#IMAGE5,
#IMAGE5>.ladi-image>.ladi-image-background {
    width: 48.5px;
    height: 48.5px;
}

#IMAGE4>.ladi-image>.ladi-image-background {
    background-image: url("../img/natural.png");
}

#PARAGRAPH1,
#PARAGRAPH2,
#PARAGRAPH3 {
    width: 250px;
}

#PARAGRAPH1,
#PARAGRAPH2 {
    top: 10px;
    left: 60px;
}

#PARAGRAPH1>.ladi-paragraph,
#PARAGRAPH2>.ladi-paragraph,
#PARAGRAPH3>.ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH1>.ladi-paragraph:hover,
#IMAGE5:hover>.ladi-image,
#PARAGRAPH2>.ladi-paragraph:hover,
#PARAGRAPH3>.ladi-paragraph:hover,
#HEADLINE3>.ladi-headline:hover,
#HEADLINE4>.ladi-headline:hover,
#HEADLINE5>.ladi-headline:hover,
#IMAGE7:hover>.ladi-image,
#HEADLINE6>.ladi-headline:hover,
#IMAGE8:hover>.ladi-image,
#HEADLINE7>.ladi-headline:hover,
#IMAGE9:hover>.ladi-image,
#HEADLINE8>.ladi-headline:hover,
#IMAGE10:hover>.ladi-image,
#IMAGE11:hover>.ladi-image,
#PARAGRAPH4>.ladi-paragraph:hover,
#PARAGRAPH5>.ladi-paragraph:hover,
#BUTTON2>.ladi-button:hover,
#BUTTON_TEXT2>.ladi-headline:hover,
#HEADLINE9>.ladi-headline:hover,
#HEADLINE10>.ladi-headline:hover,
#HEADLINE11>.ladi-headline:hover,
#HEADLINE12>.ladi-headline:hover,
#IMAGE17:hover>.ladi-image,
#IMAGE18:hover>.ladi-image,
#HEADLINE13>.ladi-headline:hover,
#HEADLINE14>.ladi-headline:hover,
#IMAGE19:hover>.ladi-image,
#IMAGE20:hover>.ladi-image,
#HEADLINE15>.ladi-headline:hover,
#HEADLINE16>.ladi-headline:hover,
#BOX5>.ladi-box:hover,
#BOX6>.ladi-box:hover,
#PARAGRAPH6>.ladi-paragraph:hover,
#HEADLINE17>.ladi-headline:hover,
#HEADLINE18>.ladi-headline:hover,
#IMAGE21:hover>.ladi-image,
#HEADLINE19>.ladi-headline:hover,
#IMAGE22:hover>.ladi-image,
#IMAGE23:hover>.ladi-image,
#HEADLINE20>.ladi-headline:hover,
#IMAGE24:hover>.ladi-image,
#HEADLINE21>.ladi-headline:hover,
#IMAGE25:hover>.ladi-image,
#HEADLINE22>.ladi-headline:hover,
#IMAGE26:hover>.ladi-image,
#HEADLINE23>.ladi-headline:hover,
#BOX7>.ladi-box:hover,
#IMAGE27:hover>.ladi-image,
#HEADLINE24>.ladi-headline:hover,
#IMAGE28:hover>.ladi-image,
#HEADLINE25>.ladi-headline:hover,
#IMAGE29:hover>.ladi-image,
#HEADLINE26>.ladi-headline:hover,
#IMAGE30:hover>.ladi-image,
#HEADLINE27>.ladi-headline:hover,
#IMAGE31:hover>.ladi-image,
#HEADLINE28>.ladi-headline:hover,
#IMAGE32:hover>.ladi-image,
#HEADLINE29>.ladi-headline:hover,
#IMAGE33:hover>.ladi-image,
#HEADLINE30>.ladi-headline:hover,
#IMAGE34:hover>.ladi-image,
#HEADLINE31>.ladi-headline:hover,
#IMAGE35:hover>.ladi-image,
#PARAGRAPH7>.ladi-paragraph:hover,
#CAROUSEL_ITEM12>.ladi-frame:hover,
#CAROUSEL_ITEM12>.ladi-frame:hover~.ladi-frame-bg,
#BOX8>.ladi-box:hover,
#HEADLINE32>.ladi-headline:hover,
#CAROUSEL_ITEM13>.ladi-frame:hover,
#CAROUSEL_ITEM13>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE37:hover>.ladi-image,
#BOX9>.ladi-box:hover,
#HEADLINE33>.ladi-headline:hover,
#CAROUSEL_ITEM14>.ladi-frame:hover,
#CAROUSEL_ITEM14>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE38:hover>.ladi-image,
#BOX10>.ladi-box:hover,
#HEADLINE34>.ladi-headline:hover,
#CAROUSEL_ITEM15>.ladi-frame:hover,
#CAROUSEL_ITEM15>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE69:hover>.ladi-image,
#BOX38>.ladi-box:hover,
#HEADLINE44>.ladi-headline:hover,
#IMAGE40:hover>.ladi-image,
#IMAGE41:hover>.ladi-image,
#IMAGE42:hover>.ladi-image,
#PARAGRAPH8>.ladi-paragraph:hover,
#IMAGE44:hover>.ladi-image,
#HEADLINE36>.ladi-headline:hover,
#HEADLINE37>.ladi-headline:hover,
#HEADLINE38>.ladi-headline:hover,
#BUTTON_TEXT3>.ladi-headline:hover,
#BOX12>.ladi-box:hover,
#IMAGE45:hover>.ladi-image,
#PARAGRAPH9>.ladi-paragraph:hover,
#BOX13>.ladi-box:hover,
#IMAGE46:hover>.ladi-image,
#PARAGRAPH10>.ladi-paragraph:hover,
#BOX14>.ladi-box:hover,
#IMAGE47:hover>.ladi-image,
#PARAGRAPH11>.ladi-paragraph:hover,
#BOX15>.ladi-box:hover,
#PARAGRAPH12>.ladi-paragraph:hover,
#HEADLINE39>.ladi-headline:hover,
#IMAGE50:hover>.ladi-image,
#PARAGRAPH13>.ladi-paragraph:hover,
#IMAGE51:hover>.ladi-image,
#PARAGRAPH14>.ladi-paragraph:hover,
#PARAGRAPH15>.ladi-paragraph:hover,
#PARAGRAPH16>.ladi-paragraph:hover,
#PARAGRAPH17>.ladi-paragraph:hover,
#IMAGE54:hover>.ladi-image,
#HEADLINE40>.ladi-headline:hover,
#IMAGE55:hover>.ladi-image,
#HEADLINE41>.ladi-headline:hover,
#IMAGE56:hover>.ladi-image,
#HEADLINE42>.ladi-headline:hover,
#IMAGE57:hover>.ladi-image,
#HEADLINE43>.ladi-headline:hover,
#PARAGRAPH18>.ladi-paragraph:hover,
#BOX20>.ladi-box:hover,
#BOX21>.ladi-box:hover,
#PARAGRAPH19>.ladi-paragraph:hover,
#PARAGRAPH20>.ladi-paragraph:hover,
#BOX22>.ladi-box:hover,
#IMAGE58:hover>.ladi-image,
#BOX23>.ladi-box:hover,
#BOX24>.ladi-box:hover,
#PARAGRAPH21>.ladi-paragraph:hover,
#PARAGRAPH22>.ladi-paragraph:hover,
#BOX25>.ladi-box:hover,
#IMAGE59:hover>.ladi-image,
#BOX26>.ladi-box:hover,
#BOX27>.ladi-box:hover,
#PARAGRAPH23>.ladi-paragraph:hover,
#PARAGRAPH24>.ladi-paragraph:hover,
#BOX28>.ladi-box:hover,
#IMAGE60:hover>.ladi-image,
#BOX29>.ladi-box:hover,
#BOX30>.ladi-box:hover,
#PARAGRAPH25>.ladi-paragraph:hover,
#PARAGRAPH26>.ladi-paragraph:hover,
#BOX31>.ladi-box:hover,
#IMAGE61:hover>.ladi-image,
#BOX32>.ladi-box:hover,
#BOX33>.ladi-box:hover,
#PARAGRAPH27>.ladi-paragraph:hover,
#PARAGRAPH28>.ladi-paragraph:hover,
#BOX34>.ladi-box:hover,
#IMAGE62:hover>.ladi-image,
#BOX35>.ladi-box:hover,
#BOX36>.ladi-box:hover,
#PARAGRAPH29>.ladi-paragraph:hover,
#PARAGRAPH30>.ladi-paragraph:hover,
#BOX37>.ladi-box:hover,
#IMAGE63:hover>.ladi-image,
#PARAGRAPH31>.ladi-paragraph:hover,
#IMAGE78:hover>.ladi-image,
#PARAGRAPH32>.ladi-paragraph:hover,
#IMAGE79:hover>.ladi-image,
#PARAGRAPH33>.ladi-paragraph:hover,
#IMAGE80:hover>.ladi-image,
#PARAGRAPH34>.ladi-paragraph:hover,
#PARAGRAPH35>.ladi-paragraph:hover,
#IMAGE81:hover>.ladi-image,
#IMAGE82:hover>.ladi-image,
#IMAGE83:hover>.ladi-image,
#PARAGRAPH36>.ladi-paragraph:hover,
#PARAGRAPH37>.ladi-paragraph:hover,
#PARAGRAPH38>.ladi-paragraph:hover,
#SHAPE3:hover>.ladi-shape,
#SHAPE4:hover>.ladi-shape,
#PARAGRAPH42>.ladi-paragraph:hover,
#HEADLINE48>.ladi-headline:hover,
#HEADLINE49>.ladi-headline:hover,
#IMAGE88:hover>.ladi-image,
#HEADLINE50>.ladi-headline:hover,
#IMAGE89:hover>.ladi-image,
#HEADLINE51>.ladi-headline:hover,
#IMAGE90:hover>.ladi-image,
#HEADLINE52>.ladi-headline:hover,
#IMAGE91:hover>.ladi-image,
#IMAGE92:hover>.ladi-image,
#BOX43>.ladi-box:hover,
#HEADLINE53>.ladi-headline:hover,
#BOX45>.ladi-box:hover,
#PARAGRAPH45>.ladi-paragraph:hover,
#HEADLINE54>.ladi-headline:hover,
#HEADLINE55>.ladi-headline:hover,
#BUTTON_TEXT5>.ladi-headline:hover,
#IMAGE94:hover>.ladi-image,
#PARAGRAPH46>.ladi-paragraph:hover,
#PARAGRAPH47>.ladi-paragraph:hover {
    opacity: 1;
}

#IMAGE5>.ladi-image>.ladi-image-background {
    background-image: url("../img/recom3.png");
}

#GROUP4 {
    width: 310px;
    height: 58.5px;
}

#PARAGRAPH3 {
    top: 20px;
    left: 60px;
}

#SHAPE1 {
    width: 58.5px;
    height: 58.5px;
}

#SHAPE1 svg:last-child {
    fill: rgb(25, 103, 107);
}

#HEADLINE3>.ladi-headline {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(0, 0, 0);
}

#HEADLINE4>.ladi-headline {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: #c21414;
    text-align: left;
}

#GROUP5 {
    width: 549.76px;
    height: 310px;
}

#GROUP6,
#GROUP7,
#GROUP8 {
    width: 549.941px;
    height: 51.329px;
}

#GROUP6.ladi-animation>.ladi-group,
#GROUP7.ladi-animation>.ladi-group,
#GROUP8.ladi-animation>.ladi-group,
#GROUP9.ladi-animation>.ladi-group,
#IMAGE21.ladi-animation>.ladi-image,
#IMAGE81.ladi-animation>.ladi-image,
#IMAGE82.ladi-animation>.ladi-image,
#IMAGE83.ladi-animation>.ladi-image,
#PARAGRAPH42.ladi-animation>.ladi-paragraph {
    animation-name: fadeInLeft;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#HEADLINE5,
#HEADLINE6,
#HEADLINE7 {
    width: 477px;
}

#HEADLINE5,
#HEADLINE6,
#HEADLINE7,
#HEADLINE8 {
    top: 6px;
    left: 72.9411px;
}

#HEADLINE5>.ladi-headline,
#HEADLINE6>.ladi-headline,
#HEADLINE7>.ladi-headline,
#HEADLINE8>.ladi-headline,
#HEADLINE49>.ladi-headline,
#HEADLINE50>.ladi-headline,
#HEADLINE51>.ladi-headline,
#HEADLINE52>.ladi-headline {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#IMAGE7,
#IMAGE7>.ladi-image>.ladi-image-background,
#IMAGE8,
#IMAGE8>.ladi-image>.ladi-image-background,
#IMAGE9,
#IMAGE9>.ladi-image>.ladi-image-background,
#IMAGE10,
#IMAGE10>.ladi-image>.ladi-image-background {
    width: 58px;
    height: 58px;
}

#IMAGE7>.ladi-image>.ladi-image-background,
#IMAGE8>.ladi-image>.ladi-image-background,
#IMAGE9>.ladi-image>.ladi-image-background,
#IMAGE10>.ladi-image>.ladi-image-background {
    background-image: url("../img/list-image.png");
}

#GROUP7 {
    top: 71.5904px;
    left: 0px;
}

#GROUP8 {
    top: 148.584px;
    left: 0px;
}

#GROUP9 {
    width: 445.941px;
    height: 51.329px;
    top: 229.63px;
    left: 0px;
}

#HEADLINE8 {
    width: 373px;
}

#GROUP10 {
    width: 262.307px;
    height: 130px;
}

#IMAGE11,
#IMAGE11>.ladi-image>.ladi-image-background {
    width: 224.615px;
    height: 146px;
}

#IMAGE11 {
    top: 0px;
    left: 20px;
}

#IMAGE11>.ladi-image>.ladi-image-background {
    background-image: url("../img/text-message.png");
}

#IMAGE11>.ladi-image {
    transform: perspective(1000px) rotateY(180deg);
}

#PARAGRAPH4,
#PARAGRAPH5,
#PARAGRAPH46,
#PARAGRAPH47 {
    width: 260px;
}

#PARAGRAPH4 {
    top: 72px;
    left: 4px;
}

#PARAGRAPH4>.ladi-paragraph,
#PARAGRAPH46>.ladi-paragraph {
    font-size: 18px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-decoration-line: line-through;
    text-align: center;
}

#PARAGRAPH5 {
    top: 30px;
    left: 4px;
}

#PARAGRAPH5>.ladi-paragraph,
#PARAGRAPH47>.ladi-paragraph {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: yellow;
    text-align: center;
    text-shadow: 2px 2px #504b00;
}

#BUTTON2 {
    width: 340px;
    height: 60px;
}

#BUTTON2>.ladi-button>.ladi-button-background,
#BUTTON3>.ladi-button>.ladi-button-background {
    background-image: linear-gradient(rgb(235, 51, 73), rgb(244, 92, 67));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON2>.ladi-button>.ladi-button-background,
#BOX8>.ladi-box,
#BOX9>.ladi-box,
#BOX10>.ladi-box,
#BOX38>.ladi-box,
#BUTTON3>.ladi-button>.ladi-button-background,
#BOX45>.ladi-box,
#BUTTON5>.ladi-button>.ladi-button-background {
    -webkit-background-clip: initial;
}

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

#BUTTON_TEXT2 {
    width: 340px;
}

#BUTTON_TEXT2,
#BUTTON_TEXT3,
#BUTTON_TEXT5 {
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT2>.ladi-headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgb(255, 22, 22) 1px 2px 3px;
}

#BUTTON_TEXT2.ladi-animation>.ladi-headline,
#BUTTON3.ladi-animation>.ladi-button {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#NOTIFY1 {
    width: 300px;
    height: 62px;
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
    position: fixed;
    z-index: 90000060;
}

#NOTIFY1>.ladi-notify {
    background-color: rgba(250, 250, 250, 0.9);
    color: rgb(64, 64, 64);
}

#HEADLINE9>.ladi-headline {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: center;
}

#HEADLINE10>.ladi-headline {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    color: rgb(0, 0, 0);
    text-align: center;
}

#GROUP13,
#GROUP14 {
    width: 295px;
    height: 383.25px;
}

#GROUP11,
#BOX1,
#GROUP15,
#BOX3,
#GROUP17,
#BOX4 {
    width: 210px;
    height: 210px;
}

#GROUP11,
#GROUP15,
#GROUP17 {
    top: 0px;
    left: 42.5px;
}

#BOX1>.ladi-box,
#BOX3>.ladi-box,
#BOX4>.ladi-box,
#BOX16>.ladi-box,
#BOX17>.ladi-box,
#BOX18>.ladi-box,
#BOX19>.ladi-box {
    border-width: 7px;
    border-radius: 10000px;
    border-style: solid;
    border-color: #3aceba;
    filter: blur(3px);
}

#BOX1>.ladi-box:hover,
#BOX3>.ladi-box:hover,
#BOX4>.ladi-box:hover,
#BOX16>.ladi-box:hover,
#BOX17>.ladi-box:hover,
#BOX18>.ladi-box:hover,
#BOX19>.ladi-box:hover {
    opacity: 1;
    filter: blur(0px);
}

#IMAGE12,
#IMAGE12>.ladi-image>.ladi-image-background,
#IMAGE17,
#IMAGE17>.ladi-image>.ladi-image-background,
#IMAGE19,
#IMAGE19>.ladi-image>.ladi-image-background {
    width: 200px;
    height: 200px;
}

#IMAGE12,
#IMAGE17,
#IMAGE19 {
    top: 5px;
    left: 5px;
}

#IMAGE12>.ladi-image>.ladi-image-background {
    background-image: url("../img/age1.png");
}

#IMAGE12>.ladi-image,
#IMAGE17>.ladi-image,
#IMAGE19>.ladi-image {
    border-width: 4px;
    border-color: rgb(25, 103, 107);
}

#IMAGE16,
#IMAGE16>.ladi-image>.ladi-image-background,
#IMAGE18,
#IMAGE18>.ladi-image>.ladi-image-background,
#IMAGE20,
#IMAGE20>.ladi-image>.ladi-image-background {
    width: 20px;
    height: 38.3203px;
}

#IMAGE16,
#IMAGE18,
#IMAGE20 {
    top: 269.148px;
    left: 137.5px;
}

#IMAGE16>.ladi-image>.ladi-image-background,
#IMAGE18>.ladi-image>.ladi-image-background,
#IMAGE20>.ladi-image>.ladi-image-background {
    background-image: url("../img/down-20240327043245-149za.png");
}

#HEADLINE11,
#HEADLINE13,
#HEADLINE15 {
    width: 200px;
    top: 226.25px;
    left: 42.5px;
}

#HEADLINE11>.ladi-headline,
#HEADLINE12>.ladi-headline,
#HEADLINE13>.ladi-headline,
#HEADLINE14>.ladi-headline,
#HEADLINE15>.ladi-headline,
#HEADLINE16>.ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#HEADLINE12,
#HEADLINE14,
#HEADLINE16 {
    width: 295px;
    top: 325.25px;
    left: 0px;
}

#IMAGE17>.ladi-image>.ladi-image-background {
    background-image: url("../img/age2.png");
}

#GROUP16 {
    width: 295px;
    height: 354.25px;
}

#IMAGE19>.ladi-image>.ladi-image-background {
    background-image: url("../img/age3.png");
}

#GROUP18,
#BOX5 {
    width: 420px;
    height: 420px;
}

#BOX5>.ladi-box,
#BOX6>.ladi-box {
    border-radius: 257px;
}

#BOX5>.ladi-box,
#BOX15>.ladi-box {
    background-color: rgb(226, 242, 255);
}

#BOX6 {
    width: 369.6px;
    height: 369.6px;
    top: 25.2px;
    left: 25.2px;
}

#BOX6>.ladi-box,
#BOX7>.ladi-box,
#BOX12>.ladi-box,
#BOX13>.ladi-box,
#BOX14>.ladi-box,
#BOX21>.ladi-box,
#BOX24>.ladi-box,
#BOX27>.ladi-box,
#BOX30>.ladi-box,
#BOX33>.ladi-box,
#BOX36>.ladi-box,
#BOX43>.ladi-box,
#BOX102>.ladi-box,
#BOX110>.ladi-box {
    background-color: rgb(255, 255, 255);
}

#PARAGRAPH6>.ladi-paragraph {
    font-weight: bold;
    line-height: 1.4;
    color: #be0707;
    text-align: center;
}

#PARAGRAPH6.ladi-animation>.ladi-paragraph,
#HEADLINE17.ladi-animation>.ladi-headline,
#HEADLINE18.ladi-animation>.ladi-headline,
#PARAGRAPH7.ladi-animation>.ladi-paragraph,
#HEADLINE32.ladi-animation>.ladi-headline,
#HEADLINE33.ladi-animation>.ladi-headline,
#HEADLINE34.ladi-animation>.ladi-headline,
#HEADLINE44.ladi-animation>.ladi-headline,
#PARAGRAPH8.ladi-animation>.ladi-paragraph,
#PARAGRAPH17.ladi-animation>.ladi-paragraph,
#PARAGRAPH18.ladi-animation>.ladi-paragraph,
#PARAGRAPH31.ladi-animation>.ladi-paragraph,
#PARAGRAPH35.ladi-animation>.ladi-paragraph,
#PARAGRAPH36.ladi-animation>.ladi-paragraph,
#PARAGRAPH37.ladi-animation>.ladi-paragraph,
#PARAGRAPH38.ladi-animation>.ladi-paragraph,
#HEADLINE48.ladi-animation>.ladi-headline {
    animation-name: fadeInDown;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#HEADLINE17>.ladi-headline {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

#HEADLINE18>.ladi-headline {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: rgb(0, 0, 0);
}

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

#IMAGE21>.ladi-image>.ladi-image-background {
    background-image: url("../img/problem.png");
}

#GROUP19,
#GROUP20,
#GROUP21,
#GROUP22 {
    width: 380px;
    height: 76px;
}

#HEADLINE19,
#HEADLINE20,
#HEADLINE21,
#HEADLINE22,
#PARAGRAPH10,
#PARAGRAPH45 {
    width: 281px;
}

#HEADLINE19,
#HEADLINE20,
#HEADLINE21,
#HEADLINE22 {
    top: 12.5px;
    left: 100px;
}

#HEADLINE19>.ladi-headline,
#HEADLINE20>.ladi-headline,
#HEADLINE21>.ladi-headline,
#HEADLINE22>.ladi-headline,
#HEADLINE23>.ladi-headline,
#HEADLINE24>.ladi-headline,
#HEADLINE25>.ladi-headline,
#HEADLINE26>.ladi-headline,
#HEADLINE27>.ladi-headline,
#HEADLINE28>.ladi-headline,
#HEADLINE29>.ladi-headline,
#HEADLINE30>.ladi-headline,
#HEADLINE31>.ladi-headline {
    font-size: 19px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: left;
}

#IMAGE22,
#IMAGE22>.ladi-image>.ladi-image-background,
#IMAGE23,
#IMAGE23>.ladi-image>.ladi-image-background,
#IMAGE24,
#IMAGE24>.ladi-image>.ladi-image-background,
#IMAGE25,
#IMAGE25>.ladi-image>.ladi-image-background,
#IMAGE26,
#IMAGE26>.ladi-image>.ladi-image-background {
    width: 76px;
    height: 76px;
}

#IMAGE22>.ladi-image>.ladi-image-background {
    background-image: url("../img/s1.png");
}

#IMAGE23>.ladi-image>.ladi-image-background {
    background-image: url("../img/s2.png");
}

#IMAGE24>.ladi-image>.ladi-image-background {
    background-image: url("../img/s3.png");
}

#IMAGE25>.ladi-image>.ladi-image-background {
    background-image: url("../img/s4.png");
}

#IMAGE26>.ladi-image>.ladi-image-background {
    background-image: url("../img/s5.png");
}

#HEADLINE23 {
    left: 100px;
}

#BOX7 {
    top: 20px;
    left: 0px;
}

#BOX7>.ladi-box {
    border-width: 1px;
    border-radius: 13px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
}

#IMAGE27,
#IMAGE27>.ladi-image>.ladi-image-background,
#IMAGE45>.ladi-image>.ladi-image-background,
#IMAGE46>.ladi-image>.ladi-image-background,
#IMAGE47>.ladi-image>.ladi-image-background {
    width: 50px;
    height: 50px;
}

#IMAGE27,
#IMAGE45,
#IMAGE46,
#IMAGE47,
#HEADLINE40,
#HEADLINE41,
#HEADLINE42,
#HEADLINE43,
#IMAGE61>.ladi-image>.ladi-image-background,
#IMAGE63>.ladi-image>.ladi-image-background,
#PARAGRAPH32,
#BOX45,
#FORM_ITEM2 {
    top: 0px;
}

#IMAGE27>.ladi-image>.ladi-image-background,
#IMAGE45>.ladi-image>.ladi-image-background,
#IMAGE46>.ladi-image>.ladi-image-background,
#IMAGE47>.ladi-image>.ladi-image-background {
    background-image: url("../img/sign.png");
}

#GROUP25 {
    width: 371px;
    height: 463.7px;
}

#GROUP26,
#GROUP27,
#GROUP28,
#GROUP29,
#GROUP30,
#GROUP31 {
    width: 371px;
    height: 26px;
}

#GROUP26,
#GROUP28,
#GROUP29,
#GROUP30,
#GROUP31,
#GROUP32,
#BOX12,
#BOX13,
#BOX14,
#BOX21,
#BOX24,
#BOX27,
#BOX30,
#BOX33,
#BOX36,
#BUTTON5 {
    left: 0px;
}

#HEADLINE24,
#HEADLINE25,
#HEADLINE26,
#HEADLINE27,
#HEADLINE28,
#HEADLINE29,
#HEADLINE30,
#HEADLINE31 {
    width: 338px;
    top: 0px;
    left: 33px;
}

#IMAGE28,
#IMAGE28>.ladi-image>.ladi-image-background,
#IMAGE29,
#IMAGE29>.ladi-image>.ladi-image-background,
#IMAGE30,
#IMAGE30>.ladi-image>.ladi-image-background,
#IMAGE31,
#IMAGE31>.ladi-image>.ladi-image-background,
#IMAGE32,
#IMAGE32>.ladi-image>.ladi-image-background,
#IMAGE33,
#IMAGE33>.ladi-image>.ladi-image-background,
#IMAGE34,
#IMAGE34>.ladi-image>.ladi-image-background,
#IMAGE35,
#IMAGE35>.ladi-image>.ladi-image-background {
    width: 18px;
    height: 14px;
}

#IMAGE28,
#IMAGE29,
#IMAGE30,
#IMAGE31,
#IMAGE32,
#IMAGE33,
#IMAGE34,
#IMAGE35 {
    top: 10px;
    left: 0px;
}

#IMAGE28>.ladi-image>.ladi-image-background,
#IMAGE29>.ladi-image>.ladi-image-background,
#IMAGE30>.ladi-image>.ladi-image-background,
#IMAGE31>.ladi-image>.ladi-image-background,
#IMAGE32>.ladi-image>.ladi-image-background,
#IMAGE33>.ladi-image>.ladi-image-background,
#IMAGE34>.ladi-image>.ladi-image-background,
#IMAGE35>.ladi-image>.ladi-image-background {
    background-image: url("../img/list-image2.svg");
}

#GROUP27 {
    top: 437.7px;
    left: 0px;
}

#GROUP32,
#GROUP33 {
    width: 371px;
}

#PARAGRAPH7>.ladi-paragraph {
    font-weight: bold;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: center;
}

#CAROUSEL11 {
    height: 859px;
}

#CAROUSEL11 .ladi-carousel .ladi-carousel-content {
    width: 1270px;
}

#CAROUSEL_ITEM12,
#CAROUSEL_ITEM13,
#CAROUSEL_ITEM14,
#CAROUSEL_ITEM15 {
    width: 310px;
    height: 859px;
}

#GROUP34,
#GROUP35,
#GROUP36,
#GROUP63 {
    width: 286.266px;
    height: 807.297px;
}

#GROUP34 {
    top: 31.953px;
    left: 11.87px;
}

#IMAGE36,
#IMAGE36>.ladi-image>.ladi-image-background,
#IMAGE37,
#IMAGE37>.ladi-image>.ladi-image-background,
#IMAGE38,
#IMAGE38>.ladi-image>.ladi-image-background,
#IMAGE69,
#IMAGE69>.ladi-image>.ladi-image-background {
    width: 286.266px;
    height: 763.594px;
}

#IMAGE36>.ladi-image>.ladi-image-background {
    background-image: url("../img/prob1.jpg");
}

#BOX8,
#BOX9,
#BOX10,
#BOX38 {
    width: 286.266px;
    height: 248px;
    top: 559.297px;
    left: 0px;
}

#BOX8>.ladi-box,
#BOX9>.ladi-box,
#BOX10>.ladi-box,
#BOX38>.ladi-box {
    border-radius: 0px;
}

#BOX8>.ladi-box,
#BOX38>.ladi-box {
    background-image: linear-gradient(rgba(75, 30, 61, 0), rgb(56, 22, 46));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#HEADLINE32,
#HEADLINE33,
#HEADLINE34,
#HEADLINE44 {
    width: 267px;
}

#HEADLINE32 {
    top: 270px;
    left: 9.633px;
}

#HEADLINE32>.ladi-headline,
#HEADLINE33>.ladi-headline,
#HEADLINE34>.ladi-headline,
#HEADLINE44>.ladi-headline {
    font-size: 20px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

#CAROUSEL_ITEM13 {
    top: 0px;
    left: 320px;
}

#GROUP35 {
    top: 32.852px;
    left: 11.667px;
}

#IMAGE37>.ladi-image>.ladi-image-background {
    background-image: url("../img/prob2.jpg");
}

#BOX9>.ladi-box,
#BOX10>.ladi-box {
    background-image: linear-gradient(rgba(75, 30, 61, 0), rgb(0, 0, 0));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#HEADLINE33 {
    top: 358px;
    left: 9.633px;
}

#CAROUSEL_ITEM14 {
    top: 0px;
    left: 640px;
}

#GROUP36 {
    top: 33.953px;
    left: 10.333px;
}

#IMAGE38>.ladi-image>.ladi-image-background {
    background-image: url("../img/prob3.jpg");
}

#HEADLINE34 {
    top: 358px;
    left: 9.633px;
}

#CAROUSEL_ITEM15 {
    top: 0px;
    left: 960px;
}

#GROUP63 {
    top: 33.953px;
    left: 7px;
}

#IMAGE69>.ladi-image>.ladi-image-background {
    background-image: url("../img/prob4.jpg");
}

#HEADLINE44 {
    top: 416px;
    left: 12px;
}

#IMAGE40,
#IMAGE40>.ladi-image>.ladi-image-background,
#IMAGE41,
#IMAGE41>.ladi-image>.ladi-image-background {
    width: 144px;
    height: 25px;
}

#IMAGE40>.ladi-image>.ladi-image-background,
#IMAGE41>.ladi-image>.ladi-image-background {
    background-image: url("../img/border-20210222101614.png");
}

#PARAGRAPH8>.ladi-paragraph {
    line-height: 1.2;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: center;
}

#HEADLINE36>.ladi-headline,
#HEADLINE37>.ladi-headline,
#HEADLINE38>.ladi-headline {
    line-height: 1.4;
    color: rgb(0, 0, 0);
}

#GROUP38,
#GROUP39 {
    height: 20px;
}

#LINE2,
#LINE3 {
    width: 16px;
}

#LINE2>.ladi-line>.ladi-line-container {
    border-top: 4px solid rgb(183, 183, 183);
    border-right: 4px solid rgb(183, 183, 183);
    border-bottom: 4px solid rgb(183, 183, 183);
    border-left: 0px !important;
}

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

#HEADLINE37,
#HEADLINE38 {
    top: 0px;
    left: 30px;
}

#HEADLINE38 {
    width: 121px;
}

#LINE3>.ladi-line>.ladi-line-container {
    border-top: 4px solid rgb(57, 177, 73);
    border-right: 4px solid rgb(57, 177, 73);
    border-bottom: 4px solid rgb(57, 177, 73);
    border-left: 0px !important;
}

#BUTTON3 {
    height: 70px;
}

#BUTTON3>.ladi-button {
    border-radius: 74px;
    box-shadow: rgb(56, 56, 56) 0px 15px 20px -15px;
}

#BUTTON3>.ladi-button:hover,
#BUTTON5>.ladi-button:hover {
    transform: scale(1.05);
    opacity: 1;
}

#BUTTON3>.ladi-button:hover .ladi-button-background {
    background-image: none !important;
    background-color: rgb(123, 205, 48) !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
}

#BUTTON3>.ladi-button:hover .ladi-button-background,
#BUTTON5>.ladi-button:hover .ladi-button-background {
    -webkit-background-clip: initial !important;
}

#BUTTON_TEXT3>.ladi-headline {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#BOX12>.ladi-box,
#BOX13>.ladi-box,
#BOX14>.ladi-box {
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(183, 183, 183);
}

#IMAGE45,
#IMAGE46,
#IMAGE47 {
    height: 50px;
}

#PARAGRAPH9 {
    left: 20px;
}

#PARAGRAPH9>.ladi-paragraph,
#PARAGRAPH10>.ladi-paragraph,
#PARAGRAPH11>.ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#IMAGE48,
#IMAGE48>.ladi-image>.ladi-image-background {
    width: 173.486px;
    height: 184px;
}

#IMAGE48>.ladi-image>.ladi-image-background {
    background-image: url("../img/wcb26.png");
}

#IMAGE48>.ladi-image {
    filter: blur(4px);
}

#IMAGE49,
#IMAGE49>.ladi-image>.ladi-image-background {
    width: 270.746px;
    height: 283.247px;
}

#IMAGE49>.ladi-image>.ladi-image-background {
    background-image: url("../img/gsecb.png");
}

#SHAPE2 {
    width: 80px;
    height: 79.9536px;
}

#SHAPE2>.ladi-shape {
    transform: perspective(1000px) rotate(-5deg) rotateY(180deg);
}

#SHAPE2 svg:last-child {
    fill: rgb(255, 189, 89);
}

#BOX15>.ladi-box,
#BOX20>.ladi-box,
#BOX21>.ladi-box,
#BOX23>.ladi-box,
#BOX24>.ladi-box,
#BOX26>.ladi-box,
#BOX27>.ladi-box,
#BOX29>.ladi-box,
#BOX30>.ladi-box,
#BOX32>.ladi-box,
#BOX33>.ladi-box,
#BOX35>.ladi-box,
#BOX36>.ladi-box,
#BOX101>.ladi-box,
#BOX102>.ladi-box,
#BOX109>.ladi-box,
#BOX110>.ladi-box {
    border-radius: 10px;
}

#PARAGRAPH12>.ladi-paragraph {
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

#HEADLINE39>.ladi-headline {
    font-size: 20px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH13>.ladi-paragraph,
#PARAGRAPH14>.ladi-paragraph,
#PARAGRAPH15>.ladi-paragraph,
#PARAGRAPH16>.ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#PARAGRAPH17>.ladi-paragraph,
#PARAGRAPH35>.ladi-paragraph {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center;
}

#IMAGE54>.ladi-image,
#IMAGE55>.ladi-image,
#IMAGE56>.ladi-image,
#IMAGE57>.ladi-image {
    border-width: 4px;
    border-radius: 1000px;
    border-color: rgb(25, 103, 107);
}

#IMAGE54>.ladi-image>.ladi-image-background {
    background-image: url("../img/l-arginine.jpg");
}

#IMAGE55>.ladi-image>.ladi-image-background {
    background-image: url("../img/cordyceps.jpg");
}

#IMAGE56>.ladi-image>.ladi-image-background {
    background-image: url("../img/ginseng.jpg");
}

#IMAGE57>.ladi-image>.ladi-image-background {
    background-image: url("../img/ginkgo.jpg");
}

#HEADLINE40>.ladi-headline,
#HEADLINE41>.ladi-headline,
#HEADLINE42>.ladi-headline,
#HEADLINE43>.ladi-headline {
    font-size: 19px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#PARAGRAPH18>.ladi-paragraph {
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

#BOX20>.ladi-box,
#BOX23>.ladi-box,
#BOX26>.ladi-box,
#BOX29>.ladi-box,
#BOX32>.ladi-box,
#BOX35>.ladi-box,
#BOX101>.ladi-box,
#BOX109>.ladi-box {
    background-color: rgb(67, 156, 232);
}

#BOX21>.ladi-box,
#BOX24>.ladi-box,
#BOX27>.ladi-box,
#BOX30>.ladi-box,
#BOX33>.ladi-box,
#BOX36>.ladi-box,
#BOX102>.ladi-box,
#BOX110>.ladi-box {
    box-shadow: rgb(213, 213, 213) 4px 15px 31px -10px;
}

#PARAGRAPH19>.ladi-paragraph,
#PARAGRAPH21>.ladi-paragraph,
#PARAGRAPH23>.ladi-paragraph,
#PARAGRAPH25>.ladi-paragraph,
#PARAGRAPH27>.ladi-paragraph,
#PARAGRAPH29>.ladi-paragraph,
#PARAGRAPH103>.ladi-paragraph,
#PARAGRAPH111>.ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH20>.ladi-paragraph {
    font-size: 17px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#BOX22>.ladi-box,
#BOX25>.ladi-box,
#BOX28>.ladi-box,
#BOX31>.ladi-box,
#BOX34>.ladi-box,
#BOX37>.ladi-box,
#BOX106>.ladi-box,
#BOX114>.ladi-box {
    border-width: 2px;
    border-radius: 171px;
    border-style: solid;
    border-color: rgb(107, 180, 39);
}

#IMAGE58>.ladi-image,
#IMAGE107>.ladi-image {
    border-radius: 240px;
}

#IMAGE58>.ladi-image>.ladi-image-background,
#IMAGE107>.ladi-image>.ladi-image-background {
    background-image: url("../img/m1.jpg");
}

#PARAGRAPH22>.ladi-paragraph,
#PARAGRAPH24>.ladi-paragraph,
#PARAGRAPH26>.ladi-paragraph,
#PARAGRAPH28>.ladi-paragraph,
#PARAGRAPH30>.ladi-paragraph,
#PARAGRAPH104>.ladi-paragraph,
#PARAGRAPH112>.ladi-paragraph {
    font-size: 17px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#IMAGE59>.ladi-image,
#IMAGE115>.ladi-image {
    border-radius: 157px;
}

#IMAGE59>.ladi-image>.ladi-image-background,
#IMAGE115>.ladi-image>.ladi-image-background {
    background-image: url("../img/m3.jpg");
}

#CAROUSEL1 {
    width: 340px;
    height: 670px;
}

#CAROUSEL1 .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");
}

#IMAGE60>.ladi-image,
#IMAGE62>.ladi-image {
    border-radius: 263px;
}

#IMAGE61>.ladi-image,
#IMAGE63>.ladi-image {
    border-radius: 175px;
}

#PARAGRAPH31>.ladi-paragraph {
    line-height: 1.5;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
}

#GROUP67,
#IMAGE78 {
    height: 59px;
}

#IMAGE78>.ladi-image>.ladi-image-background {
    width: 41.3px;
    height: 59px;
    background-image: url("../img/eat1.png");
}

#PARAGRAPH32>.ladi-paragraph,
#PARAGRAPH33>.ladi-paragraph,
#PARAGRAPH34>.ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#IMAGE79,
#IMAGE79>.ladi-image>.ladi-image-background,
#IMAGE80,
#IMAGE80>.ladi-image>.ladi-image-background {
    width: 54.28px;
    height: 54.28px;
}

#IMAGE79>.ladi-image>.ladi-image-background {
    background-image: url("../img/eat2.png");
}

#PARAGRAPH33 {
    top: 0px;
    left: 70px;
}

#IMAGE80>.ladi-image>.ladi-image-background {
    background-image: url("../img/eat3.png");
}

#PARAGRAPH34 {
    left: 70px;
}

#IMAGE81,
#IMAGE81>.ladi-image>.ladi-image-background,
#IMAGE82,
#IMAGE82>.ladi-image>.ladi-image-background,
#IMAGE83,
#IMAGE83>.ladi-image>.ladi-image-background {
    width: 240px;
    height: 240px;
}

#IMAGE81>.ladi-image>.ladi-image-background {
    background-image: url("../img/h1.png");
}

#IMAGE82>.ladi-image>.ladi-image-background {
    background-image: url("../img/h3.png");
}

#IMAGE83>.ladi-image>.ladi-image-background {
    background-image: url("../img/h2.png");
}

#PARAGRAPH36>.ladi-paragraph,
#PARAGRAPH37>.ladi-paragraph,
#PARAGRAPH38>.ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#SHAPE3.ladi-animation>.ladi-shape,
#SHAPE4.ladi-animation>.ladi-shape {
    animation-name: fadeInLeft;
    animation-delay: 0s;
    animation-duration: 0s;
    animation-iteration-count: infinite;
}

#SHAPE3 svg:last-child {
    fill: rgb(164, 204, 127);
}

#SHAPE4 svg:last-child {
    fill: rgb(165, 204, 127);
}

#SECTION11>.ladi-overlay {
    background-size: cover;
    background-origin: content-box;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#PARAGRAPH42>.ladi-paragraph {
    line-height: 1.4;
    font-weight: 700;
}

#HEADLINE48>.ladi-headline {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#GROUP73 {
    width: 404px;
    height: 38px;
}

#HEADLINE49,
#HEADLINE50,
#HEADLINE51,
#HEADLINE52 {
    top: 5.5px;
    left: 54px;
}

#IMAGE88,
#IMAGE88>.ladi-image>.ladi-image-background,
#IMAGE89,
#IMAGE89>.ladi-image>.ladi-image-background,
#IMAGE90,
#IMAGE90>.ladi-image>.ladi-image-background,
#IMAGE91,
#IMAGE91>.ladi-image>.ladi-image-background {
    width: 36px;
    height: 38px;
}

#IMAGE88>.ladi-image>.ladi-image-background,
#IMAGE89>.ladi-image>.ladi-image-background,
#IMAGE90>.ladi-image>.ladi-image-background,
#IMAGE91>.ladi-image>.ladi-image-background {
    background-image: url("../img/list-image.png");
}

#GROUP75 {
    width: 404px;
    height: 58.5px;
}

#GROUP76 {
    height: 58.5px;
}

#GROUP77,
#BOX43 {
    height: 380px;
}

#BOX43>.ladi-box {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#HEADLINE53>.ladi-headline {
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    color: rgb(0, 0, 0);
}

#BOX45>.ladi-box {
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(216deg, rgb(107, 180, 39), rgb(27, 85, 160));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#PARAGRAPH45>.ladi-paragraph {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP79,
#COUNTDOWN1 {
    width: 250px;
    height: 57px;
}

#COUNTDOWN1>.ladi-countdown {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
}

#COUNTDOWN1>.ladi-countdown>.ladi-element {
    width: calc(25% - 7.5px);
    height: 100%;
    margin-right: 10px;
}

#COUNTDOWN_ITEM1 {
    visibility: hidden;
    pointer-events: none;
}

#HEADLINE54,
#HEADLINE55 {
    width: 30px;
    top: 4px;
}

#HEADLINE54>.ladi-headline,
#HEADLINE55>.ladi-headline {
    font-size: 27px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE54.ladi-animation>.ladi-headline,
#HEADLINE55.ladi-animation>.ladi-headline {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#FORM2>.ladi-form {
    font-size: 15px;
    line-height: 1.6;
    color: rgb(132, 132, 132);
    letter-spacing: 0px;
}

#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM2 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM2 .ladi-form-item .ladi-form-control::placeholder,
#FORM2 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: rgb(132, 132, 132);
}

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

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

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

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

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

#FORM2 .ladi-form-item-container,
#FORM2 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 163px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
}

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

#FORM2 .ladi-form-item-container .ladi-form-quantity .button {
    background-color: rgb(216, 216, 216);
}

#BUTTON5 {
    height: 60px;
}

#BUTTON5>.ladi-button>.ladi-button-background {
    background-image: linear-gradient(rgb(119, 201, 43), rgb(45, 91, 3));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON5>.ladi-button {
    border-radius: 264px;
}

#BUTTON5>.ladi-button:hover .ladi-button-background {
    background-image: none !important;
    background-color: rgb(115, 191, 47) !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
}

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

#FORM_ITEM2,
#FORM_ITEM3 {
    height: 58.8824px;
}

#FORM_ITEM3 {
    top: 80px;
}

#FORM_ITEM6,
#FORM_ITEM5,
#FORM_ITEM4 {
    height: 35px;
    display: none !important;
}

#IMAGE95,
#IMAGE95>.ladi-image>.ladi-image-background {
    width: 359px;
    height: 94px;
}

#IMAGE95>.ladi-image>.ladi-image-background {
    background-image: url("../img/logobp.png");
}

#IMAGE94>.ladi-image>.ladi-image-background {
    background-image: url("../img/tag.png");
}

@media (min-width: 768px) {

    #SECTION1 {
        height: 796.6px;
    }

    #SECTION5 {
        height: 810px;
    }

    #SECTION1>.ladi-section-background {
        background-image: url("../img/bg1.png");
    }

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

    #IMAGE1 {
        top: 120px;
        left: -420px;
    }

    #IMAGE1>.ladi-image>.ladi-image-background {
        background-image: url("../img/man1.png");
    }

    #IMAGE2 {
        top: 430px;
        left: 168px;
    }

    #IMAGE3 {
        top: 10px;
        left: -90px;
    }

    #GROUP1 {
        top: 30px;
        left: 310px;
    }

    #GROUP2 {
        top: 30px;
        left: 620px;
    }

    #GROUP4 {
        top: 20px;
        left: 930px;
    }

    #HEADLINE3,
    #HEADLINE4 {
        width: 600px;
    }

    #HEADLINE3 {
        top: 110px;
        left: 580px;
    }

    #HEADLINE4 {
        top: 230px;
        left: 580px;
    }

    #GROUP5 {
        top: 320px;
        left: 590px;
    }

    #GROUP10 {
        top: 620px;
        left: 440px;
    }

    #BUTTON2 {
        top: 660px;
        left: 730px;
    }

    #SECTION2 {
        height: 714px;
    }

    #HEADLINE9,
    #HEADLINE10 {
        width: 1200px;
    }

    #HEADLINE9 {
        top: 40px;
        left: 0px;
    }

    #HEADLINE10 {
        top: 110px;
        left: 0px;
    }

    #GROUP13 {
        top: 244.4px;
        left: 5.5px;
    }

    #GROUP14 {
        top: 244.4px;
        left: 452.5px;
    }

    #GROUP16 {
        top: 244.4px;
        left: 899.5px;
    }

    #SECTION3 {
        height: 840.7px;
    }

    #GROUP18 {
        top: 303.7px;
        left: -50px;
    }

    #PARAGRAPH6 {
        width: 780px;
        top: 34.3px;
        left: 210px;
    }

    #PARAGRAPH6>.ladi-paragraph,
    #PARAGRAPH7>.ladi-paragraph {
        font-size: 46px;
    }

    #HEADLINE17 {
        width: 620px;
        top: 114.3px;
        left: 290px;
    }

    #HEADLINE18 {
        width: 681px;
        top: 193.7px;
        left: 90px;
    }

    #IMAGE21 {
        top: 383.7px;
        left: 50px;
    }

    #GROUP19 {
        top: 283.7px;
        left: 240px;
    }

    #GROUP19.ladi-animation>.ladi-group,
    #GROUP20.ladi-animation>.ladi-group,
    #GROUP21.ladi-animation>.ladi-group,
    #GROUP22.ladi-animation>.ladi-group,
    #GROUP23.ladi-animation>.ladi-group,
    #GROUP40.ladi-animation>.ladi-group,
    #GROUP41.ladi-animation>.ladi-group,
    #GROUP42.ladi-animation>.ladi-group,
    #GROUP51.ladi-animation>.ladi-group,
    #GROUP53.ladi-animation>.ladi-group,
    #GROUP55.ladi-animation>.ladi-group,
    #GROUP57.ladi-animation>.ladi-group,
    #GROUP59.ladi-animation>.ladi-group,
    #GROUP61.ladi-animation>.ladi-group,
    #GROUP67.ladi-animation>.ladi-group,
    #GROUP68.ladi-animation>.ladi-group,
    #GROUP69.ladi-animation>.ladi-group,
    #GROUP73.ladi-animation>.ladi-group,
    #GROUP74.ladi-animation>.ladi-group,
    #GROUP75.ladi-animation>.ladi-group,
    #GROUP76.ladi-animation>.ladi-group {
        animation-name: fadeInDown;
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }

    #GROUP20 {
        top: 373.7px;
        left: 310px;
    }

    #GROUP21 {
        top: 473.7px;
        left: 340px;
    }

    #GROUP22 {
        top: 573.7px;
        left: 310px;
    }

    #GROUP23 {
        width: 431px;
        height: 76px;
        top: 663.7px;
        left: 220px;
    }

    #HEADLINE23 {
        width: 331px;
        top: 25px;
    }

    #GROUP24 {
        width: 420px;
        height: 589.4px;
        top: 223.7px;
        left: 730px;
    }

    #GROUP24.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }

    #BOX7 {
        width: 420px;
        height: 569.4px;
    }

    #IMAGE27 {
        left: 180px;
    }

    #HEADLINE54 {
        left: 175px;
    }

    #GROUP25 {
        top: 78.7px;
        left: 30px;
    }

    #GROUP26 {
        top: 375.171px;
    }

    #GROUP28 {
        top: 312.643px;
    }

    #GROUP29 {
        top: 250.114px;
    }

    #GROUP30 {
        top: 187.586px;
    }

    #GROUP31 {
        top: 125.057px;
    }

    #GROUP32,
    #GROUP33 {
        height: 26px;
    }

    #GROUP32 {
        top: 62.5286px;
    }

    #SECTION4 {
        height: 1060px;
    }

    #SECTION4>.ladi-section-background {
        background-image: url("../img/bg2.jpg");
    }

    #PARAGRAPH7 {
        width: 950px;
        top: 34px;
        left: 125px;
    }

    #CAROUSEL11 {
        width: 1270px;
        top: 170px;
        left: -70px;
    }

    #SECTION6 {
        height: 1021.3px;
    }

    #IMAGE40 {
        top: 608.6px;
        left: 700px;
    }

    #IMAGE41 {
        top: 608.6px;
        left: 350px;
    }

    #IMAGE42,
    #IMAGE42>.ladi-image>.ladi-image-background {
        width: 757.568px;
        height: 539px;
    }

    #IMAGE42 {
        top: 58.6px;
        left: 390px;
    }

    #IMAGE42>.ladi-image>.ladi-image-background {
        background-image: url("../img/ipad.png");
    }

    #PARAGRAPH37 {
        width: 320px;
    }

    #PARAGRAPH8 {
        width: 400px;
        top: 60px;
        left: 0px;
    }

    #PARAGRAPH8>.ladi-paragraph,
    #PARAGRAPH12>.ladi-paragraph,
    #PARAGRAPH18>.ladi-paragraph,
    #PARAGRAPH31>.ladi-paragraph,
    #PARAGRAPH42>.ladi-paragraph {
        font-size: 36px;
    }

    #IMAGE44,
    #IMAGE44>.ladi-image>.ladi-image-background {
        width: 517.827px;
        height: 337.584px;
    }

    #IMAGE44 {
        top: 167.765px;
        left: 499.165px;
    }

    #IMAGE44>.ladi-image>.ladi-image-background {
        background-image: url("../img/graph.png");
    }

    #HEADLINE36 {
        width: 183px;
        top: 108.6px;
        left: 506.543px;
    }

    #HEADLINE36>.ladi-headline,
    #HEADLINE37>.ladi-headline,
    #HEADLINE38>.ladi-headline {
        font-size: 14px;
    }

    #GROUP38,
    #GROUP39 {
        width: 151px;
    }

    #GROUP38 {
        top: 118.6px;
        left: 706.543px;
    }

    #HEADLINE37 {
        width: 121px;
    }

    #GROUP39 {
        top: 118.6px;
        left: 886.543px;
    }

    #BUTTON3 {
        width: 260px;
        top: 913px;
        left: 470px;
    }

    #BUTTON_TEXT3 {
        width: 220px;
    }

    #GROUP40,
    #GROUP41,
    #GROUP42 {
        width: 326.4px;
        height: 264.4px;
    }

    #GROUP40 {
        top: 608.6px;
        left: 90px;
    }

    #BOX12,
    #BOX13,
    #BOX14 {
        width: 326.4px;
        height: 244.4px;
        top: 20px;
    }

    #IMAGE45,
    #IMAGE46,
    #IMAGE47 {
        width: 50px;
        left: 138.2px;
    }

    #PARAGRAPH9 {
        width: 291px;
        top: 64px;
    }

    #GROUP41 {
        top: 608.6px;
        left: 436.8px;
    }

    #PARAGRAPH10 {
        top: 64px;
        left: 23.2px;
    }

    #GROUP42 {
        top: 608.6px;
        left: 783.6px;
    }

    #PARAGRAPH11 {
        width: 290px;
        top: 64px;
        left: 16.4px;
    }

    #IMAGE48 {
        top: 240.6px;
        left: 17.1473px;
    }

    #IMAGE49 {
        top: 246.353px;
        left: 132.496px;
    }

    #SHAPE2 {
        top: 431.523px;
        left: 99px;
    }

    #SECTION7 {
        height: 954px;
    }

    #SECTION7>.ladi-section-background {
        background-image: url("../img/bg3.png");
        background-size: cover;
        background-origin: content-box;
        background-position: 50% 0%;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    #BOX15 {
        width: 580px;
        height: 90px;
        top: 114.9px;
        left: 510px;
    }

    #PARAGRAPH12,
    #PARAGRAPH15,
    #PARAGRAPH17 {
        width: 1020px;
    }

    #PARAGRAPH12 {
        top: 14.9px;
        left: 90px;
    }

    #HEADLINE39,
    #PARAGRAPH20,
    #PARAGRAPH22 {
        width: 521px;
    }

    #HEADLINE39 {
        top: 128px;
        left: 540px;
    }

    #HEADLINE39 br {
        display: none;
    }

    #HEADLINE39>.ladi-headline,
    #PARAGRAPH22>.ladi-paragraph,
    #PARAGRAPH24>.ladi-paragraph,
    #PARAGRAPH26>.ladi-paragraph,
    #PARAGRAPH28>.ladi-paragraph,
    #PARAGRAPH30>.ladi-paragraph {
        text-align: left;
    }

    #IMAGE50 {
        width: 460.117px;
        height: 662px;
        top: 50.6px;
        left: 40.39px;
    }

    #IMAGE50>.ladi-image>.ladi-image-background {
        width: 886.413px;
        height: 618.567px;
        top: 18.7328px;
        left: -166.934px;
        background-image: url("../img/prof.png");
    }

    #PARAGRAPH13,
    #PARAGRAPH16 {
        width: 580px;
    }

    #PARAGRAPH13 {
        top: 234.9px;
        left: 510px;
    }

    #IMAGE51,
    #IMAGE51>.ladi-image>.ladi-image-background {
        width: 190px;
        height: 152px;
    }

    #IMAGE51 {
        top: 440px;
        left: 510px;
    }

    #IMAGE51>.ladi-image>.ladi-image-background {
        background-image: url("../img/organism.png");
    }

    #HEADLINE49,
    #HEADLINE50,
    #HEADLINE51,
    #HEADLINE52 {
        width: 380px;
    }

    #PARAGRAPH14 {
        width: 370px;
        top: 442px;
        left: 720px;
    }

    #PARAGRAPH15 {
        top: 732px;
        left: 90px;
    }

    #PARAGRAPH16 {
        top: 623.3px;
        left: 510px;
    }

    #PARAGRAPH17 {
        top: 29px;
        left: 90px;
    }

    #IMAGE52,
    #IMAGE52>.ladi-image>.ladi-image-background {
        width: 700px;
        height: 525px;
    }

    #IMAGE52 {
        top: 270px;
        left: -100px;
    }

    #IMAGE52>.ladi-image>.ladi-image-background {
        background-image: url("../img/product-back.png");
    }

    #GROUP44 {
        width: 578.5px;
        height: 160px;
        top: 102.5px;
        left: 341.5px;
    }

    #GROUP43,
    #BOX16,
    #GROUP46,
    #BOX17,
    #GROUP48,
    #BOX18,
    #GROUP50,
    #BOX19 {
        width: 137px;
        height: 137px;
    }

    #IMAGE54,
    #IMAGE54>.ladi-image>.ladi-image-background,
    #IMAGE55,
    #IMAGE55>.ladi-image>.ladi-image-background,
    #IMAGE56,
    #IMAGE56>.ladi-image>.ladi-image-background,
    #IMAGE57,
    #IMAGE57>.ladi-image>.ladi-image-background {
        width: 121.995px;
        height: 121.995px;
    }

    #IMAGE54,
    #IMAGE55,
    #IMAGE56,
    #IMAGE57 {
        top: 7.50238px;
        left: 7.50238px;
    }

    #HEADLINE40,
    #HEADLINE41,
    #HEADLINE42,
    #HEADLINE43 {
        width: 426px;
        left: 152.5px;
    }

    #GROUP45,
    #GROUP47,
    #GROUP49 {
        width: 578.5px;
        height: 137px;
    }

    #GROUP45 {
        top: 279.5px;
        left: 504.5px;
    }

    #GROUP47 {
        top: 612.5px;
        left: 630.067px;
    }

    #GROUP49 {
        top: 442px;
        left: 607.5px;
    }

    #SECTION8 {
        height: 1061.7px;
    }

    #SECTION8>.ladi-overlay {
        background-image: url("../img/block9_bg1-20210222091133.png");
        background-size: cover;
        background-origin: content-box;
        background-position: 50% 0%;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    #SECTION8>.ladi-section-background {
        background-image: url("../img/bg4.png");
        background-size: cover;
        background-origin: content-box;
        background-position: 50% 0%;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    #PARAGRAPH18,
    #PARAGRAPH31,
    #PARAGRAPH35 {
        width: 980px;
    }

    #PARAGRAPH18 {
        top: 40.4px;
        left: 110px;
    }

    #GROUP51,
    #BOX20 {
        width: 565.276px;
        height: 441.6px;
    }

    #GROUP51 {
        top: 133.4px;
        left: 25.905px;
    }

    #BOX21 {
        width: 565.276px;
        height: 434.801px;
        top: 6.79908px;
    }

    #PARAGRAPH19 {
        width: 305px;
        top: 101.986px;
        left: 226.636px;
    }

    #PARAGRAPH19>.ladi-paragraph,
    #PARAGRAPH21>.ladi-paragraph,
    #PARAGRAPH23>.ladi-paragraph,
    #PARAGRAPH25>.ladi-paragraph,
    #PARAGRAPH27>.ladi-paragraph,
    #PARAGRAPH29>.ladi-paragraph {
        font-size: 24px;
        text-align: left;
    }

    #PARAGRAPH20 {
        top: 249.299px;
        left: 22.6636px;
    }

    #GROUP52,
    #BOX22 {
        width: 169.978px;
        height: 169.977px;
    }

    #GROUP52 {
        top: 45.3272px;
        left: 22.6636px;
    }

    #IMAGE58,
    #IMAGE58>.ladi-image>.ladi-image-background {
        width: 139.76px;
        height: 139.758px;
    }

    #IMAGE58 {
        top: 15.109px;
        left: 15.1091px;
    }

    #GROUP53,
    #BOX23 {
        width: 565.276px;
        height: 406.66px;
    }

    #GROUP53 {
        top: 594.1px;
        left: 25.905px;
    }

    #BOX24 {
        width: 565.276px;
        height: 401.007px;
        top: 5.65277px;
    }

    #PARAGRAPH21 {
        width: 327px;
        top: 90.4443px;
        left: 226.11px;
    }

    #PARAGRAPH22 {
        top: 237.416px;
        left: 22.611px;
    }

    #GROUP54,
    #BOX25 {
        width: 169.584px;
        height: 169.583px;
    }

    #GROUP54 {
        top: 33.9166px;
        left: 22.611px;
    }

    #IMAGE59 {
        width: 139.436px;
        height: 139.435px;
        top: 15.074px;
        left: 15.0741px;
    }

    #IMAGE59>.ladi-image>.ladi-image-background {
        width: 139.436px;
        height: 139.436px;
    }

    #CAROUSEL1 {
        top: 56.4px;
        left: -434px;
        display: none !important;
    }

    #GROUP55 {
        width: 500px;
        height: 412px;
        top: 0px;
        left: 0px;
    }

    #BOX32 {
        width: 560px;
        height: 410px;
    }

    #BOX26 {
        width: 500px;
        height: 410px;
    }

    #BOX27 {
        width: 500px;
        height: 407.071px;
    }

    #BOX27,
    #BOX33 {
        top: 4.92908px;
    }

    #PARAGRAPH23,
    #PARAGRAPH25,
    #PARAGRAPH27,
    #PARAGRAPH36,
    #PARAGRAPH38 {
        width: 281px;
    }

    #PARAGRAPH23,
    #PARAGRAPH27 {
        top: 80px;
        left: 200px;
    }

    #PARAGRAPH24 {
        width: 461px;
        top: 200px;
        left: 20px;
    }

    #PARAGRAPH28 {
        width: 515px;
        top: 220px;
        left: 23px;
    }

    #GROUP56,
    #BOX28,
    #GROUP60,
    #BOX34 {
        width: 148.117px;
        height: 148.116px;
    }

    #GROUP56,
    #GROUP60 {
        top: 30px;
        left: 20px;
    }

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

    #IMAGE60,
    #IMAGE62 {
        top: 13.1659px;
        left: 13.166px;
    }

    #IMAGE60>.ladi-image>.ladi-image-background,
    #IMAGE62>.ladi-image>.ladi-image-background {
        background-image: url("../img/m4.jpg");
    }

    #GROUP57,
    #BOX29 {
        width: 499.903px;
        height: 339.7px;
    }

    #GROUP57 {
        top: 64px;
        left: 231px;
    }

    #BOX30 {
        width: 499.903px;
        height: 334.7px;
        top: 5px;
    }

    #PARAGRAPH25 {
        top: 90px;
        left: 199.903px;
    }

    #PARAGRAPH26 {
        width: 460px;
        top: 220px;
        left: 19.903px;
    }

    #GROUP58,
    #BOX31 {
        width: 150.001px;
        height: 150px;
    }

    #GROUP58 {
        top: 40px;
        left: 19.903px;
    }

    #IMAGE61 {
        width: 123.334px;
        height: 123.333px;
        top: 13.3333px;
        left: 13.3334px;
    }

    #IMAGE61>.ladi-image>.ladi-image-background {
        width: 164.445px;
        height: 123.333px;
        left: -41.111px;
    }

    #IMAGE61>.ladi-image>.ladi-image-background,
    #IMAGE63>.ladi-image>.ladi-image-background {
        background-image: url("../img/m2.jpg");
    }

    #GROUP59 {
        width: 560px;
        height: 473.142px;
        top: 528px;
        left: 613.905px;
    }

    #BOX33 {
        width: 560px;
        height: 468.213px;
    }

    #GROUP61,
    #BOX35 {
        width: 560.191px;
        height: 380.667px;
    }

    #GROUP61 {
        top: 133.4px;
        left: 613.905px;
    }

    #BOX36 {
        width: 560.191px;
        height: 375.064px;
        top: 5.60299px;
    }

    #PARAGRAPH29 {
        width: 313px;
        top: 100.853px;
        left: 224.012px;
    }

    #PARAGRAPH30 {
        width: 516px;
        top: 246.532px;
        left: 22.3033px;
    }

    #GROUP62,
    #BOX37 {
        width: 168.091px;
        height: 168.089px;
    }

    #GROUP62 {
        top: 44.8239px;
        left: 22.3033px;
    }

    #IMAGE63 {
        width: 138.208px;
        height: 138.207px;
        top: 14.9412px;
        left: 14.9414px;
    }

    #IMAGE63>.ladi-image>.ladi-image-background {
        width: 184.277px;
        height: 138.207px;
        left: -46.069px;
    }

    #SECTION9 {
        height: 232.7px;
    }

    #PARAGRAPH31 {
        top: 55.7px;
        left: 110px;
    }

    #GROUP67 {
        width: 345px;
        top: 130.7px;
        left: 84.45px;
    }

    #IMAGE78 {
        width: 41.3px;
    }

    #PARAGRAPH32 {
        width: 285px;
        left: 60px;
    }

    #GROUP68 {
        width: 324px;
        height: 58px;
        top: 130.7px;
        left: 486.545px;
    }

    #PARAGRAPH33 {
        width: 254px;
    }

    #GROUP69 {
        width: 275px;
        height: 58px;
        top: 130.7px;
        left: 840.545px;
    }

    #PARAGRAPH34 {
        width: 205px;
        top: 0px;
    }

    #SECTION10 {
        height: 578.7px;
    }

    #PARAGRAPH35 {
        top: 28.7px;
        left: 110px;
    }

    #IMAGE81 {
        top: 128.7px;
        left: 110px;
    }

    #IMAGE82 {
        top: 128.7px;
        left: 850px;
    }

    #IMAGE83 {
        top: 128.7px;
        left: 480px;
    }

    #PARAGRAPH36 {
        top: 408.7px;
        left: 90px;
    }

    #PARAGRAPH37 {
        top: 408.7px;
        left: 440px;
    }

    #PARAGRAPH38 {
        top: 408.7px;
        left: 830px;
    }

    #SHAPE3,
    #SHAPE4 {
        width: 30.9895px;
        height: 41.732px;
    }

    #SHAPE3 {
        top: 219.6px;
        left: 400px;
    }

    #SHAPE4 {
        top: 219.6px;
        left: 780px;
    }

    #SECTION11 {
        height: 678px;
    }

    #SECTION11>.ladi-overlay {
        background-image: url("../img/block9_bg2-20210222091133.png");
    }

    #SECTION11>.ladi-section-background {
        background-image: url("../img/bg1.png");
        background-size: cover;
        background-origin: content-box;
        background-position: 50% 0%;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    #PARAGRAPH42 {
        width: 476px;
        top: 81.55px;
        left: 865.49px;
    }

    #HEADLINE48 {
        width: 420px;
        top: 196px;
        left: 865.49px;
    }

    #GROUP73 {
        top: 266px;
        left: 865.49px;
    }

    #GROUP74 {
        width: 407px;
        height: 38px;
        top: 322.383px;
        left: 865.49px;
    }

    #GROUP75 {
        top: 382.217px;
        left: 865.49px;
    }

    #GROUP76 {
        width: 330px;
        top: 445.15px;
        left: 865.49px;
    }

    #IMAGE92,
    #IMAGE92>.ladi-image>.ladi-image-background {
        width: 600px;
        height: 500px;
    }

    #IMAGE92 {
        top: 12px;
        left: 280px;
    }

    #IMAGE92>.ladi-image>.ladi-image-background {
        background-image: url("../img/man-thumb.png");
    }

    #GROUP77,
    #BOX43 {
        width: 300px;
    }

    #GROUP77 {
        top: 154px;
        left: 15px;
    }

    #HEADLINE53 {
        width: 263px;
        top: 318px;
        left: 20px;
    }

    #GROUP78 {
        width: 309px;
        height: 83px;
        top: 84px;
        left: 6px;
    }

    #BOX45 {
        width: 300px;
        height: 90px;
        left: 9px;
    }

    #PARAGRAPH45 {
        top: 10px;
        left: 20px;
    }

    #GROUP79 {
        top: 32px;
        left: 0px;
    }

    #COUNTDOWN1>.ladi-countdown {
        font-size: 34px;
    }

    #HEADLINE55 {
        left: 110px;
    }

    #FORM2 {
        width: 255.556px;
        height: 208.882px;
        top: 196px;
        left: 37.222px;
    }

    #BUTTON5 {
        width: 255.556px;
        top: 156px;
    }

    #BUTTON_TEXT5 {
        width: 256px;
    }

    #BUTTON_TEXT5>.ladi-headline {
        font-size: 28px;
    }

    #FORM_ITEM2,
    #FORM_ITEM3 {
        width: 254.395px;
        left: 0.5805px;
    }

    #FORM_ITEM6,
    #FORM_ITEM5,
    #FORM_ITEM4 {
        width: 34.7188px;
    }

    #FORM_ITEM6 {
        top: 113.882px;
        left: 110.419px;
    }

    #FORM_ITEM5 {
        top: 113.882px;
        left: 75.7002px;
    }

    #FORM_ITEM4 {
        top: 113.882px;
        left: 145.138px;
    }

    #IMAGE95 {
        top: -12px;
        left: 860px;
    }

    #IMAGE96,
    #IMAGE96>.ladi-image>.ladi-image-background {
        width: 500px;
        height: 375px;
    }

    #IMAGE96 {
        top: 320px;
        left: 320px;
    }

    #IMAGE96>.ladi-image>.ladi-image-background {
        background-image: url("../img/product-back.png");
    }

    #GROUP80 {
        width: 320.307px;
        height: 166.749px;
        top: 462px;
        left: 588px;
    }

    #IMAGE94,
    #IMAGE94>.ladi-image>.ladi-image-background {
        width: 282.144px;
        height: 166.749px;
    }

    #PARAGRAPH46 {
        top: 102px;
        left: 60.307px;
    }

    #PARAGRAPH47 {
        top: 56px;
        left: 60px;
    }

    #IMAGE88,
    #IMAGE89,
    #IMAGE90,
    #IMAGE91 {
        top: 7px;
    }
}

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

    #SECTION1>.ladi-section-background {
        background-image: url("../img/bg11.png");
    }

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

    #IMAGE1 {
        top: 980px;
        left: -10px;
    }

    #IMAGE1>.ladi-image>.ladi-image-background {
        background-image: url("../img/man2.png");
    }

    #IMAGE2 {
        top: 1280px;
        left: 10px;
    }

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

    #IMAGE3 {
        top: 10px;
        left: 19px;
    }

    #GROUP1,
    #GROUP2,
    #GROUP4 {
        width: 260px;
    }

    #GROUP1 {
        top: 120px;
        left: 80px;
    }

    #GROUP2 {
        top: 190px;
        left: 80px;
    }

    #GROUP4 {
        top: 250px;
        left: 80px;
    }

    #HEADLINE3,
    #HEADLINE4,
    #HEADLINE9,
    #HEADLINE10,
    #HEADLINE17,
    #HEADLINE18,
    #PARAGRAPH7,
    #PARAGRAPH8,
    #HEADLINE39,
    #PARAGRAPH14,
    #PARAGRAPH16,
    #PARAGRAPH17,
    #PARAGRAPH18,
    #PARAGRAPH31,
    #PARAGRAPH35,
    #PARAGRAPH42,
    #HEADLINE48 {
        width: 400px;
    }

    #HEADLINE3 {
        top: 335px;
        left: 10px;
    }

    #HEADLINE3>.ladi-headline {
        text-align: center;
    }

    #HEADLINE4 {
        top: 520px;
        left: 10.4px;
    }

    #GROUP5 {
        top: 650px;
        left: 10.4px;
    }

    #GROUP5,
    #GROUP6,
    #GROUP7,
    #GROUP8,
    #GROUP9 {
        width: 400px;
    }

    #HEADLINE5,
    #HEADLINE6,
    #HEADLINE7,
    #HEADLINE8 {
        width: 310px;
    }

    #GROUP7 {
        top: 62px;
    }

    #GROUP8 {
        top: 154px;
    }

    #GROUP9 {
        top: 246px;
    }

    #GROUP10 {
        top: 1502px;
        left: 68px;
    }

    #BUTTON2 {
        top: 1633.78px;
        left: 28px;
    }

    #SECTION2 {
        height: 1738.75px;
    }

    #HEADLINE9 {
        top: 30px;
        left: 10px;
    }

    #HEADLINE9>.ladi-headline {
        font-size: 31px;
    }
    
    #PARAGRAPH7,
    #PARAGRAPH17,
    #PARAGRAPH35 {
        top: 30px;
        left: 10px;
    }

    #HEADLINE10 {
        top: 188px;
        left: 10px;
    }

    #GROUP13 {
        top: 430px;
        left: 69.5px;
    }

    #GROUP14 {
        top: 862px;
        left: 69.5px;
    }

    #GROUP16 {
        top: 1328px;
        left: 69.5px;
    }

    #SECTION3 {
        height: 1424px;
    }

    #GROUP18 {
        top: 856.818px;
        left: -790px;
    }

    #PARAGRAPH6 {
        width: 400px;
        top: 33.82px;
        left: 10px;
    }

    #PARAGRAPH6>.ladi-paragraph,
    #PARAGRAPH12>.ladi-paragraph,
    #PARAGRAPH18>.ladi-paragraph,
    #PARAGRAPH31>.ladi-paragraph {
        font-size: 31px;
    }

    #HEADLINE17 {
        top: 144px;
        left: 10px;
    }

    #HEADLINE18 {
        top: 246px;
        left: 10px;
    }

    #HEADLINE18>.ladi-headline,
    #HEADLINE39>.ladi-headline,
    #PARAGRAPH22>.ladi-paragraph,
    #PARAGRAPH24>.ladi-paragraph,
    #PARAGRAPH26>.ladi-paragraph,
    #PARAGRAPH28>.ladi-paragraph,
    #PARAGRAPH30>.ladi-paragraph,
    #HEADLINE48>.ladi-headline,
    #PARAGRAPH104>.ladi-paragraph,
    #PARAGRAPH112>.ladi-paragraph {
        text-align: center;
    }

    #IMAGE21 {
        top: 826.818px;
        left: -660px;
    }

    #GROUP19 {
        top: 346.818px;
        left: 20px;
    }

    #GROUP20 {
        top: 451.818px;
        left: 20px;
    }

    #GROUP21 {
        top: 556.818px;
        left: 20px;
    }

    #GROUP22 {
        top: 661.818px;
        left: 20px;
    }

    #GROUP23 {
        width: 380px;
        height: 82.082px;
        top: 766.818px;
        left: 20px;
    }

    #HEADLINE23,
    #PARAGRAPH9,
    #PARAGRAPH11 {
        width: 281px;
    }

    #HEADLINE23 {
        top: 25px;
    }

    #GROUP24 {
        width: 400px;
        height: 504px;
        top: 866.818px;
        left: 10px;
    }

    #BOX7 {
        width: 400px;
        height: 484px;
    }

    #IMAGE27 {
        left: 170px;
    }

    #GROUP25 {
        height: 400px;
        top: 77.7px;
        left: 20px;
    }

    #GROUP26 {
        top: 312px;
    }

    #GROUP27 {
        top: 364px;
    }

    #GROUP28 {
        top: 260px;
    }

    #GROUP29 {
        top: 208px;
    }

    #GROUP30 {
        top: 156px;
    }

    #GROUP31 {
        top: 104px;
    }

    #GROUP32,
    #GROUP33 {
        height: 26px;
    }

    #GROUP32 {
        top: 52px;
    }

    #SECTION4 {
        height: 1090px;
    }

    #SECTION4>.ladi-section-background {
        background-image: url("../img/bg2.jpg");
    }

    #PARAGRAPH7>.ladi-paragraph {
        font-size: 34px;
    }

    #CAROUSEL11 {
        width: 320px;
        top: 212px;
        left: 50px;
    }

    #SECTION6 {
        height: 1992.56px;
    }

    #IMAGE40 {
        top: 1788.67px;
        left: -430px;
    }

    #IMAGE41 {
        top: 1753.67px;
        left: -430px;
    }

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

    #IMAGE42 {
        top: 266.478px;
        left: -750px;
    }

    #IMAGE42>.ladi-image>.ladi-image-background {
        background-image: url("../img/ipad.png");
    }

    #PARAGRAPH8 {
        top: 21.48px;
        left: 10px;
    }

    #PARAGRAPH8>.ladi-paragraph,
    #PARAGRAPH42>.ladi-paragraph {
        font-size: 30px;
        text-align: center;
    }

    #IMAGE44 {
        width: 400px;
        height: 260.77px;
        top: 291.48px;
        left: 10px;
    }

    #IMAGE44>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 260.769px;
        background-image: url("../img/graph.png");
    }

    #HEADLINE36,
    #PARAGRAPH38 {
        width: 400px;
    }

    #HEADLINE36 {
        top: 172px;
        left: 10px;
    }

    #HEADLINE36>.ladi-headline,
    #PARAGRAPH19>.ladi-paragraph,
    #PARAGRAPH21>.ladi-paragraph,
    #PARAGRAPH23>.ladi-paragraph,
    #PARAGRAPH25>.ladi-paragraph,
    #PARAGRAPH27>.ladi-paragraph,
    #PARAGRAPH29>.ladi-paragraph,
    #PARAGRAPH103>.ladi-paragraph,
    #PARAGRAPH111>.ladi-paragraph {
        font-size: 20px;
        text-align: center;
    }

    #GROUP38 {
        width: 170px;
        top: 226.478px;
        left: 40px;
    }

    #HEADLINE37 {
        width: 140px;
    }

    #HEADLINE37>.ladi-headline,
    #HEADLINE38>.ladi-headline {
        font-size: 16px;
    }

    #GROUP39 {
        width: 150px;
        top: 226.478px;
        left: 220px;
    }

    #BUTTON3 {
        width: 220px;
        top: 1860.68px;
        left: 101.5px;
    }

    #BUTTON_TEXT3 {
        width: 260px;
    }

    #GROUP40 {
        width: 321.4px;
        height: 275px;
        top: 982.681px;
        left: 49.3px;
    }

    #BOX12 {
        width: 321.4px;
        height: 244.998px;
    }

    #BOX12,
    #BOX14 {
        top: 30.002px;
    }

    #IMAGE45,
    #IMAGE46,
    #IMAGE47 {
        width: 49.2341px;
        left: 136.083px;
    }

    #PARAGRAPH9 {
        top: 70px;
    }

    #GROUP41 {
        width: 321.4px;
        height: 230px;
        top: 1305.68px;
        left: 49.3px;
    }

    #BOX13 {
        width: 321.4px;
        height: 209.998px;
        top: 20.002px;
    }

    #PARAGRAPH10,
    #PARAGRAPH11 {
        top: 60px;
        left: 20px;
    }

    #GROUP42 {
        width: 321.4px;
        height: 250px;
        top: 1568.68px;
        left: 50.8px;
    }

    #BOX14 {
        width: 321.4px;
        height: 219.998px;
    }

    #IMAGE48 {
        top: 586.25px;
        left: 25.257px;
    }

    #IMAGE49 {
        top: 627.25px;
        left: 139.254px;
    }

    #SHAPE2 {
        top: 796.497px;
        left: 102px;
    }

    #SECTION7 {
        height: 1778px;
    }

    #BOX15 {
        width: 400px;
        height: 118px;
        top: 510.956px;
        left: 11.5px;
    }

    #PARAGRAPH12 {
        width: 403px;
        top: 46.96px;
        left: 10px;
    }

    #HEADLINE39 {
        top: 522px;
        left: 11.5px;
    }

    #IMAGE50 {
        width: 400px;
        height: 332px;
        top: 178.958px;
        left: 11.5px;
    }

    #IMAGE50>.ladi-image>.ladi-image-background {
        width: 725.112px;
        height: 483.65px;
        top: 0px;
        left: -102px;
        background-image: url("../img/prof.png");
    }

    #PARAGRAPH13,
    #PARAGRAPH15,
    #PARAGRAPH36,
    #PARAGRAPH37 {
        width: 401px;
    }

    #PARAGRAPH13 {
        top: 656px;
        left: 10px;
    }

    #IMAGE51,
    #IMAGE51>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 160px;
    }

    #IMAGE51 {
        top: 916px;
        left: 110px;
    }

    #IMAGE51>.ladi-image>.ladi-image-background {
        background-image: url("../img/organism.png");
    }

    #PARAGRAPH14 {
        top: 1108px;
        left: 9.5px;
    }

    #PARAGRAPH15 {
        top: 1394px;
        left: 9.5px;
    }

    #PARAGRAPH16 {
        top: 1248.96px;
        left: 9.5px;
    }

    #SECTION5 {
        height: 1436px;
    }

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

    #IMAGE52 {
        top: 212px;
        left: 10px;
    }

    #IMAGE52>.ladi-image>.ladi-image-background {
        background-image: url("../img/product-back.png");
    }

    #GROUP44 {
        width: 402.782px;
        height: 224px;
        top: 524px;
        left: 10px;
    }

    #GROUP43,
    #BOX16,
    #GROUP46,
    #BOX17,
    #GROUP48,
    #BOX18,
    #GROUP50,
    #BOX19 {
        width: 108.506px;
        height: 108.506px;
    }

    #IMAGE54,
    #IMAGE54>.ladi-image>.ladi-image-background,
    #IMAGE55,
    #IMAGE55>.ladi-image>.ladi-image-background,
    #IMAGE56,
    #IMAGE56>.ladi-image>.ladi-image-background,
    #IMAGE57,
    #IMAGE57>.ladi-image>.ladi-image-background {
        width: 96.6216px;
        height: 96.6216px;
    }

    #IMAGE54,
    #IMAGE55,
    #IMAGE56,
    #IMAGE57 {
        top: 5.942px;
        left: 5.942px;
    }

    #HEADLINE40 {
        width: 282px;
    }

    #HEADLINE40,
    #HEADLINE41,
    #HEADLINE42,
    #HEADLINE43 {
        left: 120.782px;
    }

    #GROUP45 {
        width: 392.782px;
        height: 160px;
        top: 770px;
        left: 10px;
    }

    #HEADLINE41 {
        width: 272px;
    }

    #GROUP47 {
        width: 400.782px;
        height: 160px;
        top: 1204px;
        left: 10px;
    }

    #HEADLINE42 {
        width: 280px;
    }

    #GROUP49 {
        width: 393.782px;
        height: 192px;
        top: 988px;
        left: 10px;
    }

    #HEADLINE43 {
        width: 273px;
    }

    #SECTION8 {
        height: 840px;
    }

    #PARAGRAPH18 {
        top: 35.14px;
        left: 10px;
    }

    #GROUP51 {
        width: 318.841px;
        height: 760px;
        top: 131.14px;
        left: 50.5795px;
    }

    #GROUP51,
    #GROUP53,
    #GROUP59,
    #GROUP61 {
        display: none;
    }

    #BOX20,
    #BOX23,
    #BOX26,
    #BOX29,
    #BOX32,
    #BOX35,
    #BOX101,
    #BOX109 {
        width: 318.841px;
        height: 644.435px;
    }

    #BOX21 {
        width: 318.841px;
        height: 757.071px;
    }

    #BOX21,
    #BOX24,
    #BOX27,
    #BOX30,
    #BOX33,
    #BOX36,
    #BOX102,
    #BOX110 {
        top: 2.92908px;
    }

    #PARAGRAPH19,
    #PARAGRAPH20,
    #PARAGRAPH21,
    #PARAGRAPH22,
    #PARAGRAPH23,
    #PARAGRAPH24,
    #PARAGRAPH25,
    #PARAGRAPH26,
    #PARAGRAPH27,
    #PARAGRAPH28,
    #PARAGRAPH29,
    #PARAGRAPH30,
    #PARAGRAPH103,
    #PARAGRAPH104,
    #PARAGRAPH111,
    #PARAGRAPH112 {
        width: 299px;
    }

    #PARAGRAPH19,
    #PARAGRAPH21,
    #PARAGRAPH23,
    #PARAGRAPH25,
    #PARAGRAPH27,
    #PARAGRAPH29,
    #PARAGRAPH103,
    #PARAGRAPH111 {
        top: 244.444px;
        left: 10.628px;
    }

    #PARAGRAPH20,
    #PARAGRAPH22,
    #PARAGRAPH24,
    #PARAGRAPH26,
    #PARAGRAPH28,
    #PARAGRAPH30,
    #PARAGRAPH104,
    #PARAGRAPH112 {
        top: 297.585px;
        left: 10.628px;
    }

    #GROUP52,
    #BOX22,
    #GROUP54,
    #BOX25,
    #GROUP56,
    #BOX28,
    #GROUP58,
    #BOX31,
    #GROUP60,
    #BOX34,
    #GROUP62,
    #BOX37,
    #GROUP105,
    #BOX106,
    #GROUP113,
    #BOX114 {
        width: 191.305px;
        height: 191.304px;
    }

    #GROUP52,
    #GROUP54,
    #GROUP56,
    #GROUP58,
    #GROUP60,
    #GROUP62,
    #GROUP105,
    #GROUP113 {
        top: 31.8841px;
        left: 63.7682px;
    }

    #IMAGE58,
    #IMAGE58>.ladi-image>.ladi-image-background,
    #IMAGE59,
    #IMAGE59>.ladi-image>.ladi-image-background,
    #IMAGE60,
    #IMAGE60>.ladi-image>.ladi-image-background,
    #IMAGE61,
    #IMAGE61>.ladi-image>.ladi-image-background,
    #IMAGE62,
    #IMAGE62>.ladi-image>.ladi-image-background,
    #IMAGE63,
    #IMAGE63>.ladi-image>.ladi-image-background,
    #IMAGE107,
    #IMAGE107>.ladi-image>.ladi-image-background,
    #IMAGE115,
    #IMAGE115>.ladi-image>.ladi-image-background {
        width: 157.295px;
        height: 157.294px;
    }

    #IMAGE58,
    #IMAGE59,
    #IMAGE60,
    #IMAGE61,
    #IMAGE62,
    #IMAGE63,
    #IMAGE107,
    #IMAGE115 {
        top: 17.0048px;
        left: 17.0049px;
    }

    #GROUP53,
    #GROUP55,
    #GROUP57,
    #GROUP59,
    #GROUP61 {
        width: 318.841px;
        height: 660px;
    }

    #GROUP53 {
        top: 124.14px;
        left: 50.5795px;
    }

    #BOX24,
    #BOX27,
    #BOX30,
    #BOX33,
    #BOX36,
    #BOX102,
    #BOX110 {
        width: 318.841px;
        height: 657.071px;
    }

    #IMAGE59>.ladi-image>.ladi-image-background {
        background-image: url("https://theherb.online/backpropl/img/40s_male_05-20200922110342_1.jpg");
    }

    #CAROUSEL1 {
        top: 124.14px;
        left: 40px;
    }

    #GROUP100 {
        top: 5px;
        left: 10px;
    }

    #GROUP55 {
        top: 5px;
        left: 1026px;
    }

    #GROUP108 {
        top: 5px;
        left: 686px;
    }

    #IMAGE60>.ladi-image>.ladi-image-background,
    #IMAGE62>.ladi-image>.ladi-image-background {
        background-image: url("../img/m4.jpg");
    }

    #GROUP57 {
        top: 4.99996px;
        left: 347px;
    }

    #IMAGE61>.ladi-image>.ladi-image-background,
    #IMAGE63>.ladi-image>.ladi-image-background,
    #BOX45,
    #FORM_ITEM2,
    #FORM_ITEM3 {
        left: 0px;
    }

    #IMAGE61>.ladi-image>.ladi-image-background,
    #IMAGE63>.ladi-image>.ladi-image-background {
        background-image: url("../img/m2.jpg");
    }

    #GROUP59 {
        top: 119.14px;
        left: -519px;
    }

    #GROUP61 {
        top: 134.14px;
        left: -504px;
    }

    #SECTION9 {
        height: 380px;
    }

    #PARAGRAPH31 {
        top: 21.04px;
        left: 10px;
    }

    #GROUP67 {
        width: 399.429px;
        top: 140px;
        left: 11px;
    }

    #IMAGE78 {
        width: 38.8417px;
        left: 10px;
    }

    #PARAGRAPH32 {
        width: 339px;
        top: 15px;
        left: 70px;
    }

    #GROUP68 {
        width: 430px;
        height: 56px;
        top: 218px;
        left: 10px;
    }

    #PARAGRAPH33,
    #PARAGRAPH34 {
        width: 330px;
    }

    #GROUP69 {
        width: 430px;
        height: 54.28px;
        top: 296px;
        left: 10px;
    }

    #PARAGRAPH34 {
        top: 10px;
    }

    #SECTION10 {
        height: 1180px;
    }

    #IMAGE81 {
        top: 128px;
        left: 90px;
    }

    #IMAGE82 {
        top: 814px;
        left: 90px;
    }

    #IMAGE83 {
        top: 458px;
        left: 90px;
    }

    #PARAGRAPH36 {
        top: 388px;
        left: 10px;
    }

    #PARAGRAPH37 {
        top: 716px;
        left: 10px;
    }

    #PARAGRAPH38 {
        top: 1072px;
        left: 10px;
    }

    #SHAPE3,
    #SHAPE4 {
        width: 80px;
        height: 107.732px;
    }

    #SHAPE3 {
        top: 584.11px;
        left: -380px;
    }

    #SHAPE4 {
        top: 684.11px;
        left: -370px;
    }

    #SECTION11 {
        height: 1608px;
    }

    #SECTION11>.ladi-overlay {
        background-image: url("../img/block9_bg2-20210222091133_1.png");
    }

    #SECTION11>.ladi-section-background {
        background-image: radial-gradient(circle, rgb(250, 253, 255), rgb(181, 222, 255));
        background-color: initial;
        background-size: initial;
        background-origin: initial;
        background-position: initial;
        background-repeat: initial;
        background-attachment: initial;
        -webkit-background-clip: initial;
    }

    #PARAGRAPH42 {
        top: 135px;
        left: 10px;
    }

    #HEADLINE48 {
        top: 1214.93px;
        left: 8px;
    }

    #GROUP73 {
        top: 1301.96px;
        left: 8px;
    }

    #IMAGE88,
    #IMAGE89,
    #IMAGE90,
    #IMAGE91 {
        top: 5px;
    }

    #HEADLINE49,
    #HEADLINE50,
    #HEADLINE51,
    #HEADLINE52 {
        width: 351px;
        top: 0px;
    }

    #GROUP74 {
        width: 404px;
        height: 58.5px;
        top: 1386px;
        left: 8px;
    }

    #GROUP75 {
        top: 1442px;
        left: 8px;
    }

    #GROUP76 {
        width: 404px;
        top: 1498.36px;
        left: 8px;
    }

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

    #IMAGE92 {
        top: 211.31px;
        left: 0px;
    }

    #IMAGE92>.ladi-image>.ladi-image-background {
        background-image: url("../img/man-thumb.png");
    }

    #GROUP77,
    #BOX43 {
        width: 340px;
    }

    #GROUP77 {
        top: 793px;
        left: 35px;
    }

    #HEADLINE53 {
        width: 291px;
        top: 327px;
        left: 25.1851px;
    }

    #GROUP78,
    #BOX45 {
        width: 340px;
        height: 100px;
    }

    #GROUP78 {
        top: 688px;
        left: 35px;
    }

    #PARAGRAPH45 {
        top: 14px;
        left: 30px;
    }

    #GROUP79 {
        top: 36px;
        left: 12px;
    }

    #COUNTDOWN1>.ladi-countdown {
        font-size: 40px;
    }

    #HEADLINE54 {
        left: 110px;
    }

    #HEADLINE55 {
        left: 176px;
    }

    #FORM2 {
        width: 289.631px;
        height: 216px;
        top: 820px;
        left: 60.1845px;
    }

    #BUTTON5 {
        width: 289.631px;
        top: 156px;
    }

    #BUTTON_TEXT5 {
        width: 290px;
    }

    #BUTTON_TEXT5>.ladi-headline {
        font-size: 20px;
    }

    #FORM_ITEM2,
    #FORM_ITEM3 {
        width: 288.315px;
    }

    #FORM_ITEM6,
    #FORM_ITEM5,
    #FORM_ITEM4 {
        width: 35px;
    }

    #FORM_ITEM6 {
        top: 121px;
        left: 127.315px;
    }

    #FORM_ITEM5 {
        top: 121px;
        left: 162.315px;
    }

    #FORM_ITEM4 {
        top: 121px;
        left: 92.315px;
    }

    #IMAGE95 {
        top: 30px;
        left: 25px;
    }

    #IMAGE96,
    #IMAGE96>.ladi-image>.ladi-image-background {
        width: 360px;
        height: 270px;
    }

    #IMAGE96 {
        top: 414px;
        left: -5px;
    }

    #IMAGE96>.ladi-image>.ladi-image-background {
        background-image: url("../img/product-back.png");
    }

    #GROUP80 {
        width: 322.307px;
        height: 175.749px;
        top: 510px;
        left: 120px;
    }

    #IMAGE94,
    #IMAGE94>.ladi-image>.ladi-image-background {
        width: 297.372px;
        height: 175.749px;
    }

    #PARAGRAPH46 {
        top: 108px;
        left: 66px;
    }

    #PARAGRAPH47 {
        top: 64px;
        left: 68px;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.ladipage-animated-headline-duplicate {
    display: none;
}

.ladipage-animated-words-wrapper b,
.ladipage-animated-words-wrapper i {
    font: inherit;
}

.ladipage-animated-words-wrapper,
.ladipage-animated-words-wrapper b {
    display: inline-block;
}

.ladipage-animated-words-wrapper {
    position: relative;
    text-align: left;
}

.ladipage-animated-words-wrapper b {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.ladipage-animated-words-wrapper b.is-visible {
    position: relative;
}

.no-js .ladipage-animated-words-wrapper b {
    opacity: 0;
}

.no-js .ladipage-animated-words-wrapper b.is-visible {
    opacity: 1;
}

.ladipage-animated-headline.push b {
    opacity: 0;
}

.ladipage-animated-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in .6s;
    animation: push-in .6s;
}

.ladipage-animated-headline.push b.is-hidden {
    -webkit-animation: push-out .6s;
    animation: push-out .6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.footer {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    background-color: #004747;
}

.footer p {
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    color: white;
    max-width: 1200px;
    font-size: 16px;
    line-height: 1.5;
}

.it {
    font-style: italic;
}
.scroll {cursor: pointer;}
.footer {
    text-align: center;
    padding: 20px 10px;
}
.footer * {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 400!important;
}
.form-btn {
    background: linear-gradient(rgb(119, 201, 43), rgb(45, 91, 3));
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
}
.form-inp {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px #bbb solid;
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-bottom: 10px;
}
.price-block {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}
.price-block b {
    color: red;
    font-weight: 600;
    padding-left: 8px;
}