a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

a {
    text-decoration: none;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
}

.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
}

.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite;
}

.ladi-loading .loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.ladi-loading .loading div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px;
}

.ladi-loading .loading div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px;
}

.ladi-loading .loading div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px;
}

.ladi-loading .loading div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px;
}

.ladi-loading .loading div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px;
}

.ladi-loading .loading div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px;
}

.ladi-loading .loading div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px;
}

.ladi-loading .loading div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px;
}

.ladi-loading .loading div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px;
}

.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.ladi-loading .loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes ladi-loading {
    0%,100%,20%,80% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0,0,0,.3);
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0,0,0,.3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6,21,40,.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: 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;
    touch-action: manipulation;
}

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

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

.ladi-element {
    position: absolute;
}

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

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

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

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

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

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

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

.ladi-button:active {
    transform: translateY(2px);
    transition: transform .2s linear;
}

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

.ladi-button>.ladi-button-headline,.ladi-button>.ladi-button-shape {
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-button>.ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}

.ladi-button>.ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}

.ladi-checkout-product-cart-icon .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    min-width: 18px;
    min-height: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
    z-index: 90000000;
    padding: 3px 4px;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    animation: .6s infinite loading;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
    animation-delay: 0s;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
    animation-delay: .2s;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
    animation-delay: .4s;
}

@keyframes loading {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    pointer-events: none;
    top: -1px;
    left: -1px;
    transform: none;
}

.ladi-form,.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form>.ladi-element,.ladi-form>.ladi-element .ladi-form-item-container,.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true],.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-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 [data-form-checkout-item=bump_offer] .ladi-form-item,.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;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item,.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;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    color: inherit;
}

.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),.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),.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-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 option {
    color: initial;
}

.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-decoration: 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-form-item-title-value {
    font-weight: 700;
    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: 0!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: .35;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: .2;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: .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;
    padding: 0 5px;
}

.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.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-inner-spin-button,.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-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-checkout-bump-offer-product.option-2,.ladi-form .ladi-form-item.otp-resend .button-get-code,.ladi-form [data-form-checkout-item=payment] .ladi-form-checkout-payment-content div>span {
    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-element[data-form-checkout-item] {
    padding: 0;
}

.ladi-form .ladi-form-checkout-title {
    margin-bottom: 8px;
}

.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
    height: auto!important;
    position: unset!important;
}

.ladi-form .ladi-form-checkout-box {
    gap: 12px;
    display: flex;
    flex-flow: column;
    margin: 8px 12px;
    margin-top: 14px!important;
    padding-bottom: 14px;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    border-radius: 0!important;
}

.ladi-form .ladi-form-checkout-box:last-child {
    border: none!important;
    padding-bottom: 4px;
}

.ladi-form .ladi-form-checkout-box:first-child,.ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
    margin-top: 0;
}

.ladi-form .ladi-form-checkout-payment-item {
    display: flex;
    flex-flow: row;
    gap: 12px;
    align-items: center;
    --check-size: 18px;
    --width-quantity: 65px;
}

.ladi-form .ladi-form-checkout-payment-check {
    --border-size: 1px;
    width: var(--check-size);
    height: var(--check-size);
    flex: 0 0 var(--check-size);
    border: var(--border-size) solid;
    border-radius: 100%;
    display: block;
    position: relative;
}

.ladi-form .ladi-form-checkout-payment-check.checked:before {
    content: "";
    width: calc(var(--check-size)/ 2);
    height: calc(var(--check-size)/ 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(calc(50% - var(--border-size)),calc(50% - var(--border-size)));
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple,.ladi-form .ladi-form-checkout-payment-check.multiple {
    border-radius: 4px;
}

.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size);
    height: var(--check-size);
    -webkit-mask-size: var(--check-size);
    mask-size: var(--check-size);
    background-color: #fff;
    position: absolute;
}

.ladi-form .ladi-form-checkout-payment-content,.ladi-form .ladi-form-checkout-product-content {
    display: flex;
    flex-flow: row;
    --gap: 10px;
    gap: var(--gap);
    align-items: center;
    width: calc(100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2);
}

.ladi-form .ladi-form-checkout-payment-content img,.ladi-form .ladi-form-checkout-product-content img {
    width: 36px;
    max-height: 36px;
    border-radius: 4px;
}

.ladi-form .ladi-form-checkout-payment-content div,.ladi-form .ladi-form-checkout-product-content div {
    display: flex;
    flex-flow: column;
}

.ladi-form .ladi-form-checkout-payment-content div>span,.ladi-form .ladi-form-checkout-product-content div>span {
    font-size: inherit;
}

.ladi-form .ladi-form-checkout-payment-content div>span.small,.ladi-form .ladi-form-checkout-product-content div>span.small {
    font-size: 80%;
    opacity: .8;
}

.ladi-form .ladi-form-checkout-payment-content div .price.price-compare,.ladi-form .ladi-form-checkout-product-content div .price.price-compare {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row!important;
}

.ladi-form .ladi-form-checkout-payment-quantity,.ladi-form .ladi-form-checkout-product-quantity {
    position: relative;
    --icon-size: calc(var(--check-size) * 0.8);
}

.ladi-form .ladi-form-checkout-payment-quantity input,.ladi-form .ladi-form-checkout-product-quantity input {
    padding: 4px calc(var(--check-size)) 4px 8px;
    border-radius: 8px;
    position: relative;
    width: var(--width-quantity);
    min-height: 34px;
    border: 1px solid;
    background-color: transparent;
    top: 0;
    left: 0;
    display: block;
}

.ladi-form .ladi-form-checkout-payment-quantity input::-webkit-inner-spin-button,.ladi-form .ladi-form-checkout-payment-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ladi-form .ladi-form-checkout-payment-quantity .up {
    width: var(--icon-size);
    height: var(--icon-size);
    top: -1px;
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
}

.ladi-form .ladi-form-checkout-payment-quantity .up:before {
    content: '';
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    top: 4px;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size);
}

.ladi-form .ladi-form-checkout-payment-quantity .down {
    width: var(--icon-size);
    height: var(--icon-size);
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 3px;
}

.ladi-form .ladi-form-checkout-payment-quantity .down:before {
    content: '';
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size);
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item {
    display: table;
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content {
    width: calc(100% - 18px);
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div.arrow:before {
    content: '';
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.ladi-form [data-form-checkout-item=total_price] {
    display: flex;
    flex-flow: column;
    gap: 3px;
    justify-content: center;
}

.ladi-form [data-form-checkout-item=total_price] .line {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.ladi-form [data-form-checkout-item=total_price] .title-number-price.big,.ladi-form [data-form-checkout-item=total_price] .title-price.big {
    font-weight: 700;
    font-size: 130%;
}

.ladi-form [data-form-checkout-item=total_price] .title-number-price {
    font-size: 115%;
}

.ladi-form [data-form-checkout-item=total_price] .space {
    border-top: 1px solid;
    margin: 15px 0 10px;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox {
    display: flex;
    flex-flow: row;
    gap: 8px;
    padding: 8px;
    margin: 12px 8px 0;
    border-radius: 8px;
    align-items: center;
    --check-size-bumpoffer: 18px;
    --width-quantity-bumpoffer: 60px;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
    background-color: #3c72f9;
    margin: 0;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
    color: #fff;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
    background-color: #fde298;
    margin: 12px 0 4px;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
    background-color: #f3f4f5;
    margin: 8px 0 0;
    padding: 4px 8px;
    width: max-content;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}

.ladi-form .ladi-form-checkout-bump-offer-check {
    --border-size: 1px;
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    flex: 0 0 var(--check-size-bumpoffer);
    border: var(--border-size) solid #cfd3d8;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
}

.ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
    content: "";
    width: calc(var(--check-size-bumpoffer)/ 2);
    height: calc(var(--check-size-bumpoffer)/ 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(calc(50% - var(--border-size)),calc(50% - var(--border-size)));
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    -webkit-mask-size: var(--check-size-bumpoffer);
    mask-size: var(--check-size-bumpoffer);
    background-color: #000;
    position: absolute;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    top: -5px;
    left: -3px;
}

.ladi-form .ladi-form-checkout-bump-offer-product {
    display: flex;
    flex-flow: row;
    gap: 16px;
    margin: 8px 12px;
    align-items: center;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    border-radius: 0!important;
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
    display: block!important;
    padding-bottom: 8px;
}

.ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
    border: none!important;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 12px;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
    margin-bottom: 0;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-title {
    font-size: 90%;
    opacity: .6;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-description {
    color: #9fa7b1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
    display: flex;
    flex-direction: column;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .shock-promotion-label {
    background-color: #ef9300;
    width: max-content;
    border-radius: 4px;
    padding: 2px 8px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
    font-weight: 400;
    font-size: 120%;
    line-height: 1.4;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
    font-weight: 400;
    line-height: 1.4;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
    text-decoration: line-through;
    opacity: .6;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
    background-color: #e01a1a;
    padding: 2px 8px;
    margin-right: 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 80%;
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block {
    padding: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ladi-form [data-form-checkout-item=coupon_code] .ladi-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder span,.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title span {
    font-weight: 400;
    font-size: 100%;
    line-height: 1.4;
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title i {
    width: 16px;
    height: 16px;
    mask-image: url(../fonts/ldicon-discount-coupon.svg);
    display: inline-block;
    mask-size: cover;
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder i {
    width: 16px;
    height: 16px;
    mask-image: url(../fonts/new-ldicon-arrow-left.svg);
    display: inline-block;
    mask-size: cover;
    background-color: #6d6d6d!important;
}

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-shape .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
}

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

.ladi-image .ladi-image-background.loaded {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

.ladi-paragraph a {
    text-decoration: underline;
}

.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}

.ladi-list-paragraph a {
    text-decoration: underline;
}

.ladi-list-paragraph ul li {
    position: relative;
    counter-increment: linum;
}

.ladi-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.ladi-list-paragraph ul li:last-child {
    padding-bottom: 0 !important;
}

.ladi-line {
    position: relative;
}

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

.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: 3;
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060;
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040;
}

.ladi-lazyload {
    background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}

@media (min-width: 768px) {
}

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

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: "Open Sans", sans-serif;
}

#GROUP1,#BOX1 {
    width: 2409px;
}

#BOX1,#IMAGE1 > .ladi-image > .ladi-image-background.loaded,#GROUP2,#PARAGRAPH5,#IMAGE2 > .ladi-image > .ladi-image-background.loaded,#IMAGE10 > .ladi-image > .ladi-image-background.loaded,#IMAGE3 > .ladi-image > .ladi-image-background.loaded,#IMAGE11 > .ladi-image > .ladi-image-background.loaded,#FORM_ITEM16,#IMAGE4 > .ladi-image > .ladi-image-background.loaded,#IMAGE5 > .ladi-image > .ladi-image-background.loaded,#SHAPE1,#IMAGE8 > .ladi-image > .ladi-image-background.loaded,#FORM_ITEM6,#IMAGE9 > .ladi-image > .ladi-image-background.loaded,#IMAGE12 > .ladi-image > .ladi-image-background.loaded {
    top: 0px;
    left: 0px;
}

#BOX1 > .ladi-box.loaded {
    border-radius: 0px;
    background-color: rgb(255, 22, 22);
}

#BOX1 > .ladi-box.loaded:hover,#PARAGRAPH1 > .ladi-paragraph:hover,#PARAGRAPH2 > .ladi-paragraph:hover,#PARAGRAPH3 > .ladi-paragraph:hover,#LIST_PARAGRAPH1 > .ladi-list-paragraph:hover,#PARAGRAPH4 > .ladi-paragraph:hover,#PARAGRAPH5 > .ladi-paragraph:hover,#BOX3 > .ladi-box.loaded:hover,#PARAGRAPH6 > .ladi-paragraph:hover,#BOX4 > .ladi-box.loaded:hover,#PARAGRAPH7 > .ladi-paragraph:hover,#PARAGRAPH8 > .ladi-paragraph:hover,#PARAGRAPH9 > .ladi-paragraph:hover,#PARAGRAPH10 > .ladi-paragraph:hover,#BUTTON6 > .ladi-button:hover,#BUTTON_TEXT400 > .ladi-headline:hover,#PARAGRAPH11 > .ladi-paragraph:hover,#PARAGRAPH12 > .ladi-paragraph:hover,#PARAGRAPH13 > .ladi-paragraph:hover,#PARAGRAPH16 > .ladi-paragraph:hover,#PARAGRAPH17 > .ladi-paragraph:hover,#PARAGRAPH18 > .ladi-paragraph:hover,#LIST_PARAGRAPH2 > .ladi-list-paragraph:hover,#PARAGRAPH24 > .ladi-paragraph:hover,#BOX5 > .ladi-box.loaded:hover,#PARAGRAPH20 > .ladi-paragraph:hover,#PARAGRAPH21 > .ladi-paragraph:hover,#BUTTON3 > .ladi-button:hover,#BUTTON_TEXT40 > .ladi-headline:hover,#PARAGRAPH22 > .ladi-paragraph:hover,#PARAGRAPH23 > .ladi-paragraph:hover,#IMAGE9:hover > .ladi-image {
    opacity: 1;
}

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

#PARAGRAPH2 > .ladi-paragraph,#PARAGRAPH16 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#PARAGRAPH3 > .ladi-paragraph {
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(255, 22, 22);
    text-align: center;
}

#IMAGE1 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/2-1-768x768-20240409025631-_5j03.gif");
}

#IMAGE1 > .ladi-image,#IMAGE2 > .ladi-image,#BOX4 > .ladi-box.loaded,#IMAGE4 > .ladi-image,#IMAGE5 > .ladi-image,#BOX5 > .ladi-box.loaded {
    border-radius: 20px;
}

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

#LIST_PARAGRAPH1 > .ladi-list-paragraph,#LIST_PARAGRAPH2 > .ladi-list-paragraph {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#LIST_PARAGRAPH1 ul li,#LIST_PARAGRAPH2 ul li {
    padding-left: 30px;
}

#LIST_PARAGRAPH1 ul li:before,#LIST_PARAGRAPH2 ul li:before {
    width: 20px;
    height: 20px;
    top: 5px;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20%20width%3D%2269px%22%20height%3D%2269px%22%20class%3D%22%22%20fill%3D%22rgba(0%2C%20128%2C%2055%2C%201)%22%3E%3Cpath%20d%3D%22M50%2C6.6C26%2C6.6%2C6.6%2C26%2C6.6%2C50C6.6%2C74%2C26%2C93.4%2C50%2C93.4S93.4%2C74%2C93.4%2C50C93.4%2C26%2C74%2C6.6%2C50%2C6.6z%20M45.9%2C69.6%20%20c-1%2C1-2.4%2C1.6-3.9%2C1.6c-1.5%2C0-2.9-0.6-3.9-1.6L22.6%2C54.1l7.8-7.8L42%2C57.9l27.6-27.6l7.8%2C7.8L45.9%2C69.6z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    content: "";
}

#PARAGRAPH4 {
    width: 276px;
}

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

#GROUP3,#GROUP2 {
    width: 469px;
    height: 186px;
}

#PARAGRAPH5 {
    width: 469px;
}

#PARAGRAPH5 > .ladi-paragraph {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#BOX3 {
    width: 138.11px;
    height: 50px;
    top: 45px;
    left: 163.945px;
}

#BOX3 > .ladi-box.loaded {
    border-width: 4px;
    border-radius: 300px;
    border-style: solid;
    border-color: rgb(0, 128, 55);
    background-color: rgba(242, 243, 244, 0);
}

#BOX3 .ladi-box.loaded {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#LINE1 {
    width: 104px;
    top: 151.5px;
    left: 259.5px;
}

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

#LINE1 > .ladi-line {
    width: 100%;
    transform: rotate(8deg);
    padding: 8px 0px;
}

#PARAGRAPH6 {
    width: 182px;
}

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

#BOX4 > .ladi-box.loaded,#BOX5 > .ladi-box.loaded {
    background-color: rgb(234, 234, 234);
}

#PARAGRAPH7,#PARAGRAPH20 {
    width: 150px;
}

#PARAGRAPH7 > .ladi-paragraph,#PARAGRAPH20 > .ladi-paragraph {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

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

#PARAGRAPH9,#PARAGRAPH10,#PARAGRAPH22,#PARAGRAPH23 {
    width: 282px;
}

#PARAGRAPH9 > .ladi-paragraph,#PARAGRAPH10 > .ladi-paragraph,#PARAGRAPH22 > .ladi-paragraph,#PARAGRAPH23 > .ladi-paragraph {
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#IMAGE11,#IMAGE11 > .ladi-image > .ladi-image-background.loaded,#IMAGE12,#IMAGE12 > .ladi-image > .ladi-image-background.loaded {
    width: 454px;
    height: 454px;
}

#IMAGE11 > .ladi-image > .ladi-image-background.loaded,#IMAGE12 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/viseee-my-deco-3-20250630060513-lejva.webp");
}

#FORM390 > .ladi-form,#FORM39 > .ladi-form {
    font-size: 12px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#FORM390 .ladi-form .ladi-form-checkout-payment-item,#FORM39 .ladi-form .ladi-form-checkout-payment-item {
    --check-size: calc(12px * 1.5);
    --width-quantity: calc(12px * 2.5 + 30px);
}

#FORM390 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],#FORM390 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,#FORM390 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,#FORM390 .ladi-form .ladi-survey-option .ladi-survey-option-label,#FORM390 .ladi-form-item .ladi-form-control::placeholder,#FORM390 .ladi-form-item select.ladi-form-control[data-selected=""],#FORM390 .ladi-form-checkout-payment-quantity input,#FORM39 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],#FORM39 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,#FORM39 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,#FORM39 .ladi-form .ladi-survey-option .ladi-survey-option-label,#FORM39 .ladi-form-item .ladi-form-control::placeholder,#FORM39 .ladi-form-item select.ladi-form-control[data-selected=""],#FORM39 .ladi-form-checkout-payment-quantity input {
    color: rgb(0, 0, 0);
}

#FORM390:hover .overlay-checkout,#FORM39:hover .overlay-checkout {
    display: flex !important;
}

#FORM390 .ladi-form-item,#FORM39 .ladi-form-item {
    padding-left: 5px;
    padding-right: 5px;
}

#FORM390 .ladi-form-item.otp-countdown:before,#FORM39 .ladi-form-item.otp-countdown:before {
    right: 10px;
}

#FORM390 .ladi-form-item.ladi-form-checkbox,#FORM39 .ladi-form-item.ladi-form-checkbox {
    padding-left: 10px;
    padding-right: 10px;
}

#FORM390 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,#FORM390 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,#FORM390 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,#FORM390 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,#FORM390 .ladi-form-checkout-payment-quantity .up:before,#FORM390 .ladi-form-checkout-payment-quantity .down:before,#FORM390 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,#FORM39 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,#FORM39 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,#FORM39 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,#FORM39 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,#FORM39 .ladi-form-checkout-payment-quantity .up:before,#FORM39 .ladi-form-checkout-payment-quantity .down:before,#FORM39 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before {
    background-color: rgb(0, 0, 0);
}

#FORM390 .ladi-survey-option,#FORM39 .ladi-survey-option {
    text-align: left;
}

#FORM390 .ladi-form-item-container,#FORM390 .ladi-form-checkout-box,#FORM390 .ladi-form-checkout-bump-offer-product,#FORM390 .ladi-form-label-container .ladi-form-label-item,#FORM39 .ladi-form-item-container,#FORM39 .ladi-form-checkout-box,#FORM39 .ladi-form-checkout-bump-offer-product,#FORM39 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
    box-shadow: rgb(0, 0, 0) 0px 13px 5px -15px;
}

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

#FORM390 .ladi-form-item-container .ladi-form-quantity .button,#FORM390 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,#FORM39 .ladi-form-item-container .ladi-form-quantity .button,#FORM39 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i {
    background-color: rgb(241, 243, 244);
}

#FORM390 .ladi-form [data-form-checkout-item="total_price"] .space,#FORM390 .ladi-form-checkout-payment-quantity input,#FORM39 .ladi-form [data-form-checkout-item="total_price"] .space,#FORM39 .ladi-form-checkout-payment-quantity input {
    border-color: rgb(241, 243, 244);
}

#FORM390 .ladi-form-checkout-payment-quantity input,#FORM39 .ladi-form-checkout-payment-quantity input {
    width: 65px;
}

#FORM390 .ladi-form-item-background,#FORM39 .ladi-form-item-background {
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
}

#FORM_ITEM16,#FORM_ITEM6 {
    width: 372px;
    height: 48px;
}

#FORM_ITEM17,#FORM_ITEM7 {
    width: 372px;
    height: 50px;
}

#FORM_ITEM17 {
    left: 0px;
}

#FORM_ITEM18,#FORM_ITEM19,#FORM_ITEM20,#FORM_ITEM21,#FORM_ITEM22,#FORM_ITEM23,#FORM_ITEM24,#FORM_ITEM25 {
    height: 35px;
}

#FORM_ITEM18,#FORM_ITEM8 {
    top: 161px;
    left: 0px;
}

#FORM_ITEM18,#FORM_ITEM19,#FORM_ITEM20,#FORM_ITEM21,#FORM_ITEM22,#FORM_ITEM23,#FORM_ITEM24,#FORM_ITEM25,#FORM_ITEM8,#FORM_ITEM9,#FORM_ITEM10,#FORM_ITEM11,#FORM_ITEM12,#FORM_ITEM13,#FORM_ITEM14,#FORM_ITEM15 {
    display: none !important;
}

#BUTTON6,#BUTTON3 {
    width: 237px;
    height: 47px;
    left: 67.5px;
}

#BUTTON6 > .ladi-button > .ladi-button-background,#BUTTON3 > .ladi-button > .ladi-button-background {
    background-color: rgb(0, 128, 55);
}

#BUTTON6 > .ladi-button,#BUTTON3 > .ladi-button {
    border-radius: 30px;
}

#BUTTON6 .ladi-button,#BUTTON3 .ladi-button {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#BUTTON_TEXT400,#BUTTON_TEXT40 {
    width: 237px;
}

#BUTTON_TEXT400,#BUTTON_TEXT4,#BUTTON_TEXT40 {
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT400 > .ladi-headline,#BUTTON_TEXT40 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-align: center;
}

#SECTION5 > .ladi-section-background.loaded {
    background-color: rgb(242, 242, 242);
}

#PARAGRAPH11 {
    width: 374px;
}

#PARAGRAPH11 > .ladi-paragraph {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 74, 173);
    text-align: center;
}

#IMAGE4 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/4-768x768-20240409031732-n3jb7.gif");
}

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

#IMAGE5 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/2-1-768x768-20240409033135-toje2.gif");
}

#GROUP6 {
    width: 298.062px;
    height: 116px;
}

#SHAPE1 {
    width: 125.062px;
    height: 116px;
}

#SHAPE1 svg:last-child {
    fill: rgb(255, 145, 77);
}

#PARAGRAPH17 {
    width: 177px;
    top: 45.5px;
    left: 121.062px;
}

#PARAGRAPH17 > .ladi-paragraph {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH18 > .ladi-paragraph {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#BUTTON4 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(248, 7, 89), rgb(188, 78, 156));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
}

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

#BUTTON4 .ladi-button {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#PARAGRAPH24 > .ladi-paragraph {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#FORM39 {
    height: 511px;
}

#FORM_ITEM7 {
    top: 101px;
    left: 0px;
}

#FORM_ITEM8,#FORM_ITEM9,#FORM_ITEM10,#FORM_ITEM11,#FORM_ITEM12,#FORM_ITEM13,#FORM_ITEM14,#FORM_ITEM15 {
    width: 372px;
    height: 35px;
}

#FORM_ITEM9 {
    top: 206px;
    left: 0px;
}

#FORM_ITEM10 {
    top: 251px;
    left: 0px;
}

#FORM_ITEM11 {
    top: 296px;
    left: 0px;
}

#FORM_ITEM12 {
    top: 341px;
    left: 0px;
}

#FORM_ITEM14 {
    top: 431px;
    left: 0px;
}

#FORM_ITEM15 {
    top: 476px;
    left: 0px;
}

@media (min-width: 768px) {
    #SECTION1 {
        height: 603.5px;
    }

    #GROUP1,#BOX1 {
        height: 58px;
    }

    #GROUP1 {
        top: 0px;
        left: -611px;
    }

    #PARAGRAPH1 {
        width: 966px;
        top: 9px;
        left: 721.5px;
    }

    #PARAGRAPH1 > .ladi-paragraph {
        font-size: 25px;
    }

    #PARAGRAPH2 {
        width: 1130px;
        top: 78.5px;
        left: 28.5px;
    }

    #PARAGRAPH2 > .ladi-paragraph {
        font-size: 35px;
    }

    #PARAGRAPH3 {
        width: 834px;
        top: 200px;
        left: 176.5px;
    }

    #IMAGE1,#IMAGE1 > .ladi-image > .ladi-image-background.loaded {
        width: 548.25px;
        height: 313.286px;
    }

    #IMAGE1 {
        top: 269px;
        left: 325.875px;
    }

    #SECTION2 {
        height: 609px;
    }

    #LIST_PARAGRAPH1,#LIST_PARAGRAPH2 {
        width: 649px;
    }

    #LIST_PARAGRAPH1 {
        top: 23.833px;
        left: 325.875px;
    }

    #PARAGRAPH4 {
        top: 308.056px;
        left: 462px;
    }

    #GROUP3 {
        top: 358px;
        left: 365.5px;
    }

    #PARAGRAPH6 {
        top: 561px;
        left: 509px;
    }

    #SECTION3 {
        height: 599.5px;
    }

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

    #IMAGE2 {
        top: 20px;
        left: 320.25px;
    }

    #IMAGE2 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/2-768x768-20240409030659-mylw5.webp");
    }

    #IMAGE10,#IMAGE10 > .ladi-image > .ladi-image-background.loaded {
        width: 258px;
        height: 258px;
    }

    #IMAGE10 {
        top: 143.5px;
        left: 668px;
    }

    #IMAGE10 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/viseee-my-jar-20250630061647-1wldo_1.webp");
    }

    #SECTION4 {
        height: 930.5px;
    }

    #BOX4 {
        width: 559.5px;
        height: 877px;
    }

    #BOX4,#BOX5 {
        top: 11.5px;
        left: 320.25px;
    }

    #PARAGRAPH7 {
        top: 337.5px;
        left: 519.375px;
    }

    #PARAGRAPH8,#PARAGRAPH21 {
        width: 504px;
    }

    #PARAGRAPH8 {
        top: 389.5px;
        left: 348px;
    }

    #PARAGRAPH9 {
        top: 477.5px;
        left: 408.375px;
    }

    #PARAGRAPH10 {
        top: 577.5px;
        left: 408.375px;
    }

    #IMAGE3,#IMAGE3 > .ladi-image > .ladi-image-background.loaded,#IMAGE9,#IMAGE9 > .ladi-image > .ladi-image-background.loaded {
        width: 479.768px;
        height: 99.939px;
    }

    #IMAGE3 {
        top: 754.561px;
        left: 360.116px;
    }

    #IMAGE3 > .ladi-image > .ladi-image-background.loaded,#IMAGE9 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/ph1-20240409031542-c3us7.webp");
    }

    #IMAGE11 {
        top: -62px;
        left: 379.375px;
    }

    #FORM390 {
        width: 383px;
        height: 511px;
        top: 517px;
        left: 402.875px;
    }

    #FORM_ITEM17 {
        top: 101px;
    }

    #FORM_ITEM18,#FORM_ITEM19,#FORM_ITEM20,#FORM_ITEM21,#FORM_ITEM22,#FORM_ITEM23,#FORM_ITEM24,#FORM_ITEM25 {
        width: 372px;
    }

    #FORM_ITEM19 {
        top: 206px;
        left: 0px;
    }

    #FORM_ITEM20 {
        top: 251px;
        left: 0px;
    }

    #FORM_ITEM21 {
        top: 296px;
        left: 0px;
    }

    #FORM_ITEM22 {
        top: 341px;
        left: 0px;
    }

    #FORM_ITEM23,#FORM_ITEM13 {
        top: 385px;
        left: 11px;
    }

    #FORM_ITEM24 {
        top: 431px;
        left: 0px;
    }

    #FORM_ITEM25 {
        top: 476px;
        left: 0px;
    }

    #BUTTON6,#BUTTON3 {
        top: 176px;
    }

    #SECTION5 {
        height: 855.5px;
    }

    #PARAGRAPH11 {
        top: 14px;
        left: 418.625px;
    }

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

    #IMAGE4 {
        top: 71px;
        left: 289.125px;
    }

    #PARAGRAPH12 {
        width: 715px;
        top: 730px;
        left: 248.125px;
    }

    #PARAGRAPH13 {
        width: 911px;
        top: 777px;
        left: 144.5px;
    }

    #SECTION6 {
        height: 1023.5px;
    }

    #PARAGRAPH16 {
        width: 992px;
        top: 15.5px;
        left: 104px;
    }

    #PARAGRAPH16 > .ladi-paragraph {
        font-size: 33.85px;
    }

    #IMAGE5,#IMAGE5 > .ladi-image > .ladi-image-background.loaded {
        width: 635.75px;
        height: 363.286px;
    }

    #IMAGE5 {
        top: 95.357px;
        left: 282.125px;
    }

    #GROUP6 {
        top: 433.5px;
        left: 450.969px;
    }

    #PARAGRAPH18 {
        width: 469px;
        top: 532.5px;
        left: 282.125px;
    }

    #LIST_PARAGRAPH2 {
        top: 595.33px;
        left: 282.125px;
    }

    #IMAGE8,#IMAGE8 > .ladi-image > .ladi-image-background.loaded {
        width: 200px;
        height: 149.804px;
    }

    #IMAGE8 {
        top: 736.598px;
        left: 500px;
    }

    #IMAGE8 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/screenshot-2024-04-09-103903-20240409033921-xfw_h_1.webp");
    }

    #BUTTON4 {
        width: 440px;
        height: 60px;
        top: 924px;
        left: 395.625px;
    }

    #BUTTON_TEXT4 {
        width: 440px;
    }

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

    #SECTION7 {
        height: 971.5px;
    }

    #PARAGRAPH24 {
        width: 597px;
        top: 924.5px;
        left: 301.5px;
    }

    #BOX5 {
        width: 559.5px;
        height: 898px;
    }

    #PARAGRAPH20 {
        top: 362.5px;
        left: 519.375px;
    }

    #PARAGRAPH21 {
        top: 414.5px;
        left: 348px;
    }

    #FORM39 {
        width: 383px;
        top: 536px;
        left: 402.875px;
    }

    #PARAGRAPH22 {
        top: 502.5px;
        left: 408.375px;
    }

    #PARAGRAPH23 {
        top: 602.5px;
        left: 408.375px;
    }

    #IMAGE9 {
        top: 779.561px;
        left: 360.116px;
    }

    #IMAGE12 {
        top: -39.5px;
        left: 367.375px;
    }
}

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

    #GROUP1,#BOX1 {
        height: 75px;
    }

    #GROUP1 {
        top: 10px;
        left: -994.5px;
    }

    #PARAGRAPH1 {
        width: 397px;
        top: 4.5px;
        left: 1006px;
    }

    #PARAGRAPH1 > .ladi-paragraph {
        font-size: 21px;
    }

    #PARAGRAPH2,#PARAGRAPH3,#LIST_PARAGRAPH1,#PARAGRAPH16,#PARAGRAPH18,#LIST_PARAGRAPH2,#PARAGRAPH24 {
        width: 400px;
    }

    #PARAGRAPH2 {
        top: 101px;
        left: 10px;
    }

    #PARAGRAPH2 > .ladi-paragraph,#PARAGRAPH16 > .ladi-paragraph {
        font-size: 30px;
    }

    #PARAGRAPH3 {
        top: 302.286px;
        left: 10px;
    }

    #IMAGE1,#IMAGE1 > .ladi-image > .ladi-image-background.loaded,#IMAGE5,#IMAGE5 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 228.572px;
    }

    #IMAGE1 {
        top: 403px;
        left: 10px;
    }

    #SECTION2 {
        height: 658px;
    }

    #LIST_PARAGRAPH1,#IMAGE2 {
        top: 10px;
        left: 10px;
    }

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

    #GROUP3 {
        top: 411px;
        left: -24.5px;
    }

    #PARAGRAPH6 {
        top: 607px;
        left: 119px;
    }

    #SECTION3 {
        height: 430px;
    }

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

    #IMAGE2 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/2-768x768-20240409030659-mylw5_1.webp");
    }

    #IMAGE10,#IMAGE10 > .ladi-image > .ladi-image-background.loaded {
        width: 192px;
        height: 192px;
    }

    #IMAGE10 {
        top: 93px;
        left: 257px;
    }

    #IMAGE10 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/viseee-my-jar-20250630061647-1wldo.webp");
    }

    #SECTION4 {
        height: 884.17px;
    }

    #BOX4 {
        width: 400px;
        height: 753px;
        top: 0px;
        left: 10px;
    }

    #PARAGRAPH7 {
        top: 331.5px;
        left: 129.375px;
    }

    #PARAGRAPH8 {
        width: 384px;
        top: 383.5px;
        left: 18.375px;
    }

    #PARAGRAPH9 {
        top: 495.5px;
        left: 18.375px;
    }

    #PARAGRAPH10 {
        top: 698.5px;
        left: -406.625px;
    }

    #IMAGE3,#IMAGE3 > .ladi-image > .ladi-image-background.loaded {
        width: 388.259px;
        height: 80.877px;
    }

    #IMAGE3 {
        top: 768.56px;
        left: 15.8705px;
    }

    #IMAGE3 > .ladi-image > .ladi-image-background.loaded,#IMAGE9 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/ph1-20240409031542-c3us7_1.webp");
    }

    #IMAGE11 {
        top: -82px;
        left: -12px;
    }

    #FORM390 {
        width: 372px;
        height: 196px;
        top: 534.5px;
        left: 24.375px;
    }

    #FORM_ITEM17 {
        top: 63px;
    }

    #FORM_ITEM18,#FORM_ITEM19,#FORM_ITEM20,#FORM_ITEM21,#FORM_ITEM22,#FORM_ITEM23,#FORM_ITEM24,#FORM_ITEM25 {
        width: 23px;
    }

    #FORM_ITEM19 {
        top: 161px;
        left: 33px;
    }

    #FORM_ITEM20 {
        top: 161px;
        left: 66px;
    }

    #FORM_ITEM21 {
        top: 161px;
        left: 99px;
    }

    #FORM_ITEM22 {
        top: 161px;
        left: 132px;
    }

    #FORM_ITEM23 {
        top: 161px;
        left: 165px;
    }

    #FORM_ITEM24 {
        top: 161px;
        left: 198px;
    }

    #FORM_ITEM25 {
        top: 161px;
        left: 231px;
    }

    #BUTTON6 {
        top: 125px;
    }

    #SECTION5 {
        height: 727px;
    }

    #PARAGRAPH11 {
        top: 10px;
        left: 23px;
    }

    #IMAGE4 {
        top: 60px;
        left: 10px;
    }

    #PARAGRAPH12 {
        width: 391px;
        top: 478px;
        left: 14.5px;
    }

    #PARAGRAPH12 > .ladi-paragraph {
        text-align: center;
    }

    #PARAGRAPH13 {
        width: 396px;
        top: 556px;
        left: 12px;
    }

    #SECTION6 {
        height: 807.376px;
    }

    #PARAGRAPH16 {
        top: 9px;
        left: 10px;
    }

    #IMAGE5 {
        top: 128px;
        left: 10px;
    }

    #GROUP6 {
        top: 322.572px;
        left: 59.469px;
    }

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

    #LIST_PARAGRAPH2 {
        top: 458.572px;
        left: 8.5px;
    }

    #IMAGE8,#IMAGE8 > .ladi-image > .ladi-image-background.loaded {
        width: 125.235px;
        height: 93.8039px;
    }

    #IMAGE8 {
        top: 617.572px;
        left: 145.882px;
    }

    #IMAGE8 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/screenshot-2024-04-09-103903-20240409033921-xfw_h.webp");
    }

    #BUTTON4 {
        width: 321px;
        height: 49px;
        top: 719.428px;
        left: 41.117px;
    }

    #BUTTON_TEXT4 {
        width: 321px;
    }

    #BUTTON_TEXT4 > .ladi-headline {
        font-size: 18px;
    }

    #SECTION7 {
        height: 955px;
    }

    #PARAGRAPH24 {
        top: 868px;
        left: 8.4995px;
    }

    #BOX5 {
        width: 400px;
        height: 859px;
        top: 0px;
        left: 8.5px;
    }

    #PARAGRAPH20 {
        top: 341px;
        left: 129.375px;
    }

    #PARAGRAPH21 {
        width: 379px;
        top: 385px;
        left: 18.375px;
    }

    #FORM39 {
        width: 372px;
        top: 525.25px;
        left: 18.375px;
    }

    #FORM_ITEM13 {
        top: 386px;
        left: 0px;
    }

    #BUTTON3 {
        top: 170px;
    }

    #PARAGRAPH22 {
        top: 492px;
        left: 18.375px;
    }

    #PARAGRAPH23 {
        top: 592px;
        left: 18.375px;
    }

    #IMAGE9,#IMAGE9 > .ladi-image > .ladi-image-background.loaded {
        width: 379px;
        height: 78.9483px;
    }

    #IMAGE9 {
        top: 761.061px;
        left: 18.375px;
    }

    #IMAGE12 {
        top: -61.948px;
        left: -18.625px;
    }
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

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

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 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);
    }
}
        #NOTIFY490 {
            width: 250px;
            height: 62px;
            top: 10px;
            left: 10px;
            bottom: auto;
            right: auto;
            position: fixed;
        }
        #NOTIFY490 > .ladi-notify {
            color: #404040;
            background-color: rgba(250, 250, 250, 0.9);
            display: flex;
            align-items: center;
        }
        @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);
            }
        }
        @keyframes flash {
            0% { opacity: 1; }
            50% { opacity: .1; }
            100% { opacity: 1; }
      }