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-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 500ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
    cursor: pointer;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.ladi-gallery .ladi-gallery-view > .selected, .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
    display: block;
}

.ladi-gallery .ladi-gallery-view > .selected {
    left: 0;
}

.ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.ladi-gallery .ladi-gallery-view > .next {
    left: 100%;
}

.ladi-gallery .ladi-gallery-view > .prev {
    left: -100%;
}

.ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right {
    left: 0;
}

.ladi-gallery .ladi-gallery-view > .selected.left {
    left: -100%;
}

.ladi-gallery .ladi-gallery-view > .selected.right {
    left: 100%;
}

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
    position: relative;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
    cursor: pointer;
    filter: invert(15%);
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
    filter: none;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
    filter: none;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    ;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - (33px) / 2);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0px;
    transform: rotateY(180deg) scale(0.6);
    -webkit-transform: rotateY(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out;
}

.ladi-box.loaded {
    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;
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}

#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}

#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
    position: relative !important;
}

#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9000000080;
    cursor: pointer;
    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%23000%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");
}

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

.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%;
    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 .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-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;
}

.ladi-element.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
}

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

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

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

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 300ms ease-in-out;
}

body {
    direction: ltr;
}

.ladi-wraper {
    margin: 0 auto;
    width: 420px;
}

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

#SECTION26 {
    height: 33px;
}

#HEADLINE85 {
    width: 237px;
    top: 7px;
    left: 181px;
}

#HEADLINE85 > .ladi-headline {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#SECTION1 {
    height: 85px;
}

#SECTION1 > .ladi-section-background.loaded,#SECTION6 > .ladi-section-background.loaded,#BOX12 > .ladi-box.loaded,#BOX13 > .ladi-box.loaded,#BOX14 > .ladi-box.loaded,#BOX15 > .ladi-box.loaded,#BOX16 > .ladi-box.loaded,#BOX17 > .ladi-box.loaded,#BOX18 > .ladi-box.loaded,#BOX19 > .ladi-box.loaded,#BOX20 > .ladi-box.loaded,#BOX21 > .ladi-box.loaded,#BOX22 > .ladi-box.loaded,#BOX23 > .ladi-box.loaded,#SECTION7 > .ladi-section-background.loaded,#SECTION8 > .ladi-section-background.loaded,#SECTION12 > .ladi-section-background.loaded,#SECTION32 > .ladi-section-background.loaded,#SECTION41 > .ladi-section-background.loaded,#SECTION20 > .ladi-section-background.loaded,#BOX45 > .ladi-box.loaded,#BOX44 > .ladi-box.loaded,#SECTION44 > .ladi-section-background.loaded {
    background-color: rgb(20, 41, 94);
}

#HEADLINE3 {
    width: 164px;
    top: 16.5px;
    left: 10px;
}

#HEADLINE3 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE3 > .ladi-headline:hover,#BUTTON2 > .ladi-button:hover,#BUTTON_TEXT2 > .ladi-headline:hover,#BOX11 > .ladi-box.loaded:hover,#HEADLINE5 > .ladi-headline:hover,#BOX46 > .ladi-box.loaded:hover,#BUTTON3 > .ladi-button:hover,#BUTTON_TEXT3 > .ladi-headline:hover,#BOX12 > .ladi-box.loaded:hover,#BOX13 > .ladi-box.loaded:hover,#BOX14 > .ladi-box.loaded:hover,#BOX15 > .ladi-box.loaded:hover,#BOX16 > .ladi-box.loaded:hover,#BOX17 > .ladi-box.loaded:hover,#BOX18 > .ladi-box.loaded:hover,#BOX19 > .ladi-box.loaded:hover,#BOX20 > .ladi-box.loaded:hover,#BOX21 > .ladi-box.loaded:hover,#BOX22 > .ladi-box.loaded:hover,#BOX23 > .ladi-box.loaded:hover,#HEADLINE12 > .ladi-headline:hover,#HEADLINE87 > .ladi-headline:hover,#HEADLINE88 > .ladi-headline:hover,#HEADLINE89 > .ladi-headline:hover,#HEADLINE90 > .ladi-headline:hover,#HEADLINE91 > .ladi-headline:hover,#HEADLINE15 > .ladi-headline:hover,#HEADLINE16 > .ladi-headline:hover,#HEADLINE17 > .ladi-headline:hover,#HEADLINE18 > .ladi-headline:hover,#HEADLINE19 > .ladi-headline:hover,#HEADLINE20 > .ladi-headline:hover,#BOX2 > .ladi-box.loaded:hover,#HEADLINE21 > .ladi-headline:hover,#BOX4 > .ladi-box.loaded:hover,#BOX25 > .ladi-box.loaded:hover,#BOX24 > .ladi-box.loaded:hover,#BOX26 > .ladi-box.loaded:hover,#BOX27 > .ladi-box.loaded:hover,#BOX28 > .ladi-box.loaded:hover,#BOX7 > .ladi-box.loaded:hover,#BOX8 > .ladi-box.loaded:hover,#BOX29 > .ladi-box.loaded:hover,#BOX30 > .ladi-box.loaded:hover,#BOX31 > .ladi-box.loaded:hover,#BOX33 > .ladi-box.loaded:hover,#BOX35 > .ladi-box.loaded:hover,#BOX37 > .ladi-box.loaded:hover,#BOX38 > .ladi-box.loaded:hover,#CAROUSEL_ITEM1 > .ladi-frame:hover, #CAROUSEL_ITEM1 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE121:hover > .ladi-image,#CAROUSEL_ITEM2 > .ladi-frame:hover, #CAROUSEL_ITEM2 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE122:hover > .ladi-image,#CAROUSEL_ITEM3 > .ladi-frame:hover, #CAROUSEL_ITEM3 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE123:hover > .ladi-image,#BOX39 > .ladi-box.loaded:hover,#CAROUSEL_ITEM5 > .ladi-frame:hover, #CAROUSEL_ITEM5 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE125:hover > .ladi-image,#CAROUSEL_ITEM6 > .ladi-frame:hover, #CAROUSEL_ITEM6 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE126:hover > .ladi-image,#CAROUSEL_ITEM7 > .ladi-frame:hover, #CAROUSEL_ITEM7 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE127:hover > .ladi-image,#BOX40 > .ladi-box.loaded:hover,#CAROUSEL_ITEM8 > .ladi-frame:hover, #CAROUSEL_ITEM8 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE128:hover > .ladi-image,#CAROUSEL_ITEM9 > .ladi-frame:hover, #CAROUSEL_ITEM9 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE129:hover > .ladi-image,#CAROUSEL_ITEM10 > .ladi-frame:hover, #CAROUSEL_ITEM10 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE130:hover > .ladi-image,#CAROUSEL_ITEM4 > .ladi-frame:hover, #CAROUSEL_ITEM4 > .ladi-frame:hover ~ .ladi-frame-bg,#IMAGE131:hover > .ladi-image,#BOX41 > .ladi-box.loaded:hover,#BOX42 > .ladi-box.loaded:hover,#BOX43 > .ladi-box.loaded:hover,#HEADLINE73 > .ladi-headline:hover,#BOX45 > .ladi-box.loaded:hover,#BOX44 > .ladi-box.loaded:hover,#HEADLINE74 > .ladi-headline:hover,#HEADLINE83 > .ladi-headline:hover,#PARAGRAPH2 > .ladi-paragraph:hover,#PARAGRAPH3 > .ladi-paragraph:hover,#PARAGRAPH4 > .ladi-paragraph:hover,#HEADLINE81 > .ladi-headline:hover,#HEADLINE78 > .ladi-headline:hover,#HEADLINE79 > .ladi-headline:hover,#BUTTON6 > .ladi-button:hover,#BUTTON_TEXT6 > .ladi-headline:hover,#IMAGE104:hover > .ladi-image,#PARAGRAPH23 > .ladi-paragraph:hover,#PARAGRAPH24 > .ladi-paragraph:hover,#IMAGE105:hover > .ladi-image,#PARAGRAPH26 > .ladi-paragraph:hover,#PARAGRAPH27 > .ladi-paragraph:hover,#IMAGE106:hover > .ladi-image,#PARAGRAPH28 > .ladi-paragraph:hover,#PARAGRAPH29 > .ladi-paragraph:hover,#IMAGE108:hover > .ladi-image,#PARAGRAPH30 > .ladi-paragraph:hover,#PARAGRAPH31 > .ladi-paragraph:hover,#IMAGE109:hover > .ladi-image,#PARAGRAPH32 > .ladi-paragraph:hover,#PARAGRAPH33 > .ladi-paragraph:hover,#IMAGE110:hover > .ladi-image,#PARAGRAPH34 > .ladi-paragraph:hover,#PARAGRAPH35 > .ladi-paragraph:hover,#IMAGE111:hover > .ladi-image,#PARAGRAPH36 > .ladi-paragraph:hover,#PARAGRAPH37 > .ladi-paragraph:hover,#IMAGE112:hover > .ladi-image,#PARAGRAPH38 > .ladi-paragraph:hover,#PARAGRAPH39 > .ladi-paragraph:hover,#IMAGE113:hover > .ladi-image,#PARAGRAPH40 > .ladi-paragraph:hover,#PARAGRAPH41 > .ladi-paragraph:hover,#IMAGE114:hover > .ladi-image,#PARAGRAPH42 > .ladi-paragraph:hover,#PARAGRAPH43 > .ladi-paragraph:hover,#HEADLINE82 > .ladi-headline:hover,#BUTTON7 > .ladi-button:hover,#BUTTON_TEXT7 > .ladi-headline:hover {
    opacity: 1;
}

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

#IMAGE1 {
    top: 18.6447px;
    left: 174px;
}

#IMAGE1 > .ladi-image > .ladi-image-background.loaded,#HEADLINE4,#IMAGE66 > .ladi-image > .ladi-image-background.loaded,#IMAGE132,#IMAGE132 > .ladi-image > .ladi-image-background.loaded,#IMAGE119 > .ladi-image > .ladi-image-background.loaded,#IMAGE118,#IMAGE118 > .ladi-image > .ladi-image-background.loaded,#IMAGE117 > .ladi-image > .ladi-image-background.loaded,#IMAGE133 > .ladi-image > .ladi-image-background.loaded,#IMAGE134 > .ladi-image > .ladi-image-background.loaded,#IMAGE140 > .ladi-image > .ladi-image-background.loaded,#IMAGE67,#IMAGE67 > .ladi-image > .ladi-image-background.loaded,#SHAPE7,#IMAGE11,#IMAGE11 > .ladi-image > .ladi-image-background.loaded,#BOX2,#IMAGE12 > .ladi-image > .ladi-image-background.loaded,#IMAGE69 > .ladi-image > .ladi-image-background.loaded,#HEADLINE25,#IMAGE14 > .ladi-image > .ladi-image-background.loaded,#IMAGE15 > .ladi-image > .ladi-image-background.loaded,#IMAGE70 > .ladi-image > .ladi-image-background.loaded,#IMAGE120 > .ladi-image > .ladi-image-background.loaded,#IMAGE28,#IMAGE28 > .ladi-image > .ladi-image-background.loaded,#IMAGE30 > .ladi-image > .ladi-image-background.loaded,#IMAGE29 > .ladi-image > .ladi-image-background.loaded,#IMAGE71 > .ladi-image > .ladi-image-background.loaded,#IMAGE31 > .ladi-image > .ladi-image-background.loaded,#BOX26,#IMAGE36 > .ladi-image > .ladi-image-background.loaded,#IMAGE77 > .ladi-image > .ladi-image-background.loaded,#IMAGE78 > .ladi-image > .ladi-image-background.loaded,#BOX27,#IMAGE80 > .ladi-image > .ladi-image-background.loaded,#IMAGE81 > .ladi-image > .ladi-image-background.loaded,#IMAGE82 > .ladi-image > .ladi-image-background.loaded,#IMAGE83 > .ladi-image > .ladi-image-background.loaded,#BOX28,#IMAGE35 > .ladi-image > .ladi-image-background.loaded,#BOX7,#BOX8,#IMAGE39 > .ladi-image > .ladi-image-background.loaded,#BOX29,#IMAGE17,#IMAGE17 > .ladi-image > .ladi-image-background.loaded,#IMAGE18,#IMAGE18 > .ladi-image > .ladi-image-background.loaded,#IMAGE19 > .ladi-image > .ladi-image-background.loaded,#IMAGE20,#IMAGE20 > .ladi-image > .ladi-image-background.loaded,#IMAGE21,#IMAGE21 > .ladi-image > .ladi-image-background.loaded,#IMAGE22,#IMAGE22 > .ladi-image > .ladi-image-background.loaded,#IMAGE23 > .ladi-image > .ladi-image-background.loaded,#BOX30,#IMAGE25 > .ladi-image > .ladi-image-background.loaded,#IMAGE26 > .ladi-image > .ladi-image-background.loaded,#IMAGE27 > .ladi-image > .ladi-image-background.loaded,#IMAGE84 > .ladi-image > .ladi-image-background.loaded,#IMAGE32,#IMAGE32 > .ladi-image > .ladi-image-background.loaded,#IMAGE85,#IMAGE85 > .ladi-image > .ladi-image-background.loaded,#IMAGE87 > .ladi-image > .ladi-image-background.loaded,#IMAGE88,#IMAGE88 > .ladi-image > .ladi-image-background.loaded,#BOX35,#IMAGE89 > .ladi-image > .ladi-image-background.loaded,#SHAPE10,#BOX37,#IMAGE90 > .ladi-image > .ladi-image-background.loaded,#IMAGE135 > .ladi-image > .ladi-image-background.loaded,#BOX38,#CAROUSEL_ITEM1,#IMAGE121 > .ladi-image > .ladi-image-background.loaded,#IMAGE122 > .ladi-image > .ladi-image-background.loaded,#IMAGE123 > .ladi-image > .ladi-image-background.loaded,#BOX39,#CAROUSEL_ITEM5,#IMAGE125 > .ladi-image > .ladi-image-background.loaded,#IMAGE126 > .ladi-image > .ladi-image-background.loaded,#IMAGE127 > .ladi-image > .ladi-image-background.loaded,#BOX40,#CAROUSEL_ITEM8,#IMAGE128 > .ladi-image > .ladi-image-background.loaded,#IMAGE129 > .ladi-image > .ladi-image-background.loaded,#IMAGE130 > .ladi-image > .ladi-image-background.loaded,#IMAGE131 > .ladi-image > .ladi-image-background.loaded,#IMAGE139 > .ladi-image > .ladi-image-background.loaded,#BOX41,#IMAGE91 > .ladi-image > .ladi-image-background.loaded,#IMAGE92 > .ladi-image > .ladi-image-background.loaded,#IMAGE93 > .ladi-image > .ladi-image-background.loaded,#BOX42,#IMAGE94,#IMAGE94 > .ladi-image > .ladi-image-background.loaded,#IMAGE53,#IMAGE53 > .ladi-image > .ladi-image-background.loaded,#IMAGE56,#IMAGE56 > .ladi-image > .ladi-image-background.loaded,#IMAGE57,#IMAGE57 > .ladi-image > .ladi-image-background.loaded,#IMAGE97 > .ladi-image > .ladi-image-background.loaded,#HEADLINE72,#GROUP49,#HEADLINE74,#HEADLINE83,#PARAGRAPH2,#IMAGE62 > .ladi-image > .ladi-image-background.loaded,#IMAGE63 > .ladi-image > .ladi-image-background.loaded,#IMAGE64 > .ladi-image > .ladi-image-background.loaded,#COUNTDOWN1,#FORM_ITEM2,#IMAGE104 > .ladi-image > .ladi-image-background.loaded,#IMAGE105 > .ladi-image > .ladi-image-background.loaded,#IMAGE107 > .ladi-image > .ladi-image-background.loaded,#IMAGE106 > .ladi-image > .ladi-image-background.loaded,#IMAGE108 > .ladi-image > .ladi-image-background.loaded,#IMAGE116 > .ladi-image > .ladi-image-background.loaded,#IMAGE109 > .ladi-image > .ladi-image-background.loaded,#IMAGE115 > .ladi-image > .ladi-image-background.loaded,#IMAGE110 > .ladi-image > .ladi-image-background.loaded,#IMAGE111 > .ladi-image > .ladi-image-background.loaded,#IMAGE112 > .ladi-image > .ladi-image-background.loaded,#IMAGE113 > .ladi-image > .ladi-image-background.loaded,#IMAGE114 > .ladi-image > .ladi-image-background.loaded,#IMAGE99 > .ladi-image > .ladi-image-background.loaded,#IMAGE98,#IMAGE65 > .ladi-image > .ladi-image-background.loaded,#POPUP2 {
    top: 0px;
    left: 0px;
}

#IMAGE1 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/flag-stars-and-stripes-july-4-1818-20200530034346-20201109040011.webp");
}

#BUTTON2 {
    width: 153px;
    height: 48px;
    top: 16.5px;
    left: 257px;
}

#BUTTON2 > .ladi-button > .ladi-button-background,#BUTTON7 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 151, 22), rgb(255, 0, 0));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON2 > .ladi-button > .ladi-button-background,#BUTTON3 > .ladi-button > .ladi-button-background,#BUTTON7 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}

#BUTTON2 > .ladi-button,#BUTTON3 > .ladi-button,#BUTTON7 > .ladi-button {
    border-radius: 126px;
}

#BUTTON2 .ladi-button,#BUTTON3 .ladi-button,#BUTTON7 .ladi-button {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#BUTTON_TEXT2 {
    width: 153px;
}

#BUTTON_TEXT2,#BUTTON_TEXT9,#BUTTON_TEXT10,#BUTTON_TEXT3,#BUTTON_TEXT7 {
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT2 > .ladi-headline,#BUTTON_TEXT7 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

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

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

#LINE1,#LINE2 {
    width: 159px;
}

#LINE1 {
    top: 0px;
    left: 10px;
}

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

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

#LINE2 {
    top: 64.5px;
    left: 10px;
}

#SECTION2 {
    height: 157.119px;
}

#SECTION2 > .ladi-section-background.loaded {
    background-color: rgb(101, 157, 234);
}

#BOX11 {
    width: 366px;
    height: 129px;
    top: 14.0595px;
    left: 31.152px;
}

#BOX11 > .ladi-box.loaded {
    border-width: 4px;
    border-radius: 25px;
    border-style: solid;
    border-color: rgb(20, 41, 94);
}

#BOX11 > .ladi-box.loaded,#BOX46 > .ladi-box.loaded,#BOX24 > .ladi-box.loaded,#BOX26 > .ladi-box.loaded,#SECTION13 > .ladi-section-background.loaded,#BOX27 > .ladi-box.loaded,#BOX28 > .ladi-box.loaded,#BOX29 > .ladi-box.loaded,#BOX30 > .ladi-box.loaded,#BOX31 > .ladi-box.loaded,#BOX33 > .ladi-box.loaded,#BOX35 > .ladi-box.loaded,#BOX37 > .ladi-box.loaded,#BOX38 > .ladi-box.loaded,#BOX39 > .ladi-box.loaded,#BOX40 > .ladi-box.loaded,#BOX41 > .ladi-box.loaded,#BOX42 > .ladi-box.loaded,#SECTION24 > .ladi-section-background.loaded {
    background-color: rgb(241, 243, 244);
}

#GROUP52 {
    width: 420px;
    height: 92px;
    top: 30px;
    left: 0px;
}

#GROUP52 .ladi-group {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

#HEADLINE4,#HEADLINE5,#HEADLINE20,#HEADLINE72,#HEADLINE73,#HEADLINE74,#HEADLINE83,#HEADLINE125 {
    width: 420px;
}

#HEADLINE4 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE4 .ladi-headline,#HEADLINE5 .ladi-headline {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}

#HEADLINE5 {
    top: 50px;
    left: 0px;
}

#HEADLINE5 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#IMAGE66,#IMAGE66 > .ladi-image > .ladi-image-background.loaded {
    width: 102.144px;
    height: 91.8561px;
}

#IMAGE66 {
    top: -26.9283px;
    left: 317.856px;
}

#IMAGE66 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/thu-tuc-xin-giay-chung-nhan-fda-6-removebg-preview-20210831043807-20210913173434-20211201030207-20230222074743-cr9t1-20231222093756-xbtor.webp");
}

#SECTION4 {
    height: 457.7px;
}

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

#IMAGE132 {
    width: 420px;
    height: 451px;
}

#IMAGE132 > .ladi-image > .ladi-image-background.loaded {
    width: 435px;
    height: 451px;
    background-image: url("../images/photo_2024-01-05_17-28-01-20240105102817-xuzdx.webp");
}

#BUTTON9,#BUTTON10 {
    width: 170px;
    height: 53px;
}

#BUTTON9 {
    top: 130.381px;
    left: 14px;
}

#BUTTON9 > .ladi-button > .ladi-button-background,#BUTTON10 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 22, 22);
}

#BUTTON9 > .ladi-button,#BUTTON10 > .ladi-button {
    border-radius: 20px;
}

#BUTTON9 .ladi-button,#BUTTON10 .ladi-button {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#BUTTON_TEXT9,#BUTTON_TEXT10 {
    width: 170px;
}

#BUTTON_TEXT9 > .ladi-headline,#BUTTON_TEXT10 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-align: center;
}

#BUTTON10 {
    top: 195.85px;
    left: 14px;
}

#GROUP76 {
    width: 89.9px;
    height: 101.221px;
    top: 261.85px;
    left: 323.978px;
}

#GROUP75 {
    width: 89.9px;
    height: 71px;
    top: 30.221px;
    left: 0px;
}

#IMAGE119,#IMAGE119 > .ladi-image > .ladi-image-background.loaded,#IMAGE118,#IMAGE118 > .ladi-image > .ladi-image-background.loaded {
    width: 71px;
    height: 71px;
}

#IMAGE119 {
    top: 0px;
    left: 18.9px;
}

#IMAGE119 > .ladi-image > .ladi-image-background.loaded,#IMAGE118 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/red-blank-price-tag-label-badge-ribbon-banner-advertising-vector_165143-320-removebg-preview-20210303032426.webp");
}

#IMAGE119 > .ladi-image {
    transform: rotate(70deg);
}

#IMAGE118 > .ladi-image {
    transform: rotate(107deg);
}

#IMAGE117,#IMAGE117 > .ladi-image > .ladi-image-background.loaded {
    width: 82.8996px;
    height: 89.2px;
}

#IMAGE117 {
    top: 0px;
    left: 3.5px;
}

#IMAGE117 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/kis.webp-bestseller-label-sticker-the-new-york-times-best-s-download-cmm-beta-from-campgroundmaintena-20230309073159-z0imk.webp");
}

#BOX46 {
    width: 145px;
    height: 116px;
    top: 288.548px;
    left: 0px;
}

#BOX46 > .ladi-box.loaded,#BOX12 > .ladi-box.loaded,#BOX13 > .ladi-box.loaded,#BOX14 > .ladi-box.loaded,#BOX15 > .ladi-box.loaded,#BOX16 > .ladi-box.loaded,#BOX17 > .ladi-box.loaded,#BOX18 > .ladi-box.loaded,#BOX19 > .ladi-box.loaded,#BOX20 > .ladi-box.loaded,#BOX21 > .ladi-box.loaded,#BOX22 > .ladi-box.loaded,#BOX23 > .ladi-box.loaded,#BOX2 > .ladi-box.loaded,#BOX25 > .ladi-box.loaded,#BOX7 > .ladi-box.loaded,#BOX8 > .ladi-box.loaded,#BOX43 > .ladi-box.loaded {
    border-radius: 0px;
}

#IMAGE133,#IMAGE133 > .ladi-image > .ladi-image-background.loaded {
    width: 137.071px;
    height: 124.155px;
}

#IMAGE133 {
    top: 280.393px;
    left: 3.9645px;
}

#IMAGE133 > .ladi-image > .ladi-image-background.loaded,#IMAGE71 > .ladi-image > .ladi-image-background.loaded,#IMAGE77 > .ladi-image > .ladi-image-background.loaded,#IMAGE82 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-mockup-transparency-20240503052059-u75jg.webp");
}

#IMAGE134,#IMAGE134 > .ladi-image > .ladi-image-background.loaded {
    width: 84.357px;
    height: 28.119px;
}

#IMAGE134 {
    top: 7.54767px;
    left: 49.8215px;
}

#IMAGE134 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-logo_1-20240503052058-d_h-d.webp");
}

#IMAGE140,#IMAGE140 > .ladi-image > .ladi-image-background.loaded {
    width: 75.569px;
    height: 25.1897px;
}

#IMAGE140 {
    top: 404.548px;
    left: 184px;
}

#IMAGE140 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-logo_2-20240503052058-_y8fe.webp");
}

#SECTION6 {
    height: 470.7px;
}

#BUTTON3 {
    width: 241px;
    height: 60px;
    top: 376.35px;
    left: 107.25px;
}

#BUTTON3 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 88, 71), rgb(221, 68, 52));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON_TEXT3 {
    width: 241px;
}

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

#SHAPE5 {
    width: 74px;
    height: 74px;
    top: 369.35px;
    left: 14px;
}

#SHAPE5 .ladi-shape {
    animation-name: fadeInLeft;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#SHAPE5 svg:last-child {
    fill: rgb(255, 255, 255);
}

#IMAGE67,#IMAGE67 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 331.23px;
}

#IMAGE67 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_3-20240105065120-k2awo.webp");
}

#GROUP53,#GROUP54,#GROUP55,#GROUP56,#GROUP58 {
    width: 113px;
    height: 47px;
}

#GROUP53 {
    top: 113.07px;
    left: 14px;
}

#BOX12,#BOX14,#BOX16,#BOX18,#BOX22 {
    width: 113px;
    height: 27px;
    top: 20px;
    left: 0px;
}

#BOX13,#BOX15,#BOX17,#BOX19 {
    width: 84px;
    height: 27px;
}

#BOX13,#BOX15,#BOX17,#BOX19,#BOX21,#BOX23 {
    top: 0px;
    left: 6.5px;
}

#GROUP54 {
    top: 117.07px;
    left: 153.5px;
}

#GROUP55 {
    top: 113.07px;
    left: 290px;
}

#GROUP56 {
    top: 271.07px;
    left: 14px;
}

#GROUP57 {
    width: 140.5px;
    height: 51px;
    top: 267.07px;
    left: 133.5px;
}

#BOX20 {
    width: 126px;
    height: 27px;
    top: 24px;
    left: 0px;
}

#BOX21 {
    width: 134px;
    height: 27px;
}

#GROUP58 {
    top: 271.07px;
    left: 284px;
}

#BOX23 {
    width: 106.5px;
    height: 27px;
}

#HEADLINE12,#HEADLINE87,#HEADLINE88,#HEADLINE89,#HEADLINE91 {
    width: 135px;
}

#HEADLINE12 {
    top: 117.57px;
    left: 0px;
}

#HEADLINE12 > .ladi-headline,#HEADLINE87 > .ladi-headline,#HEADLINE88 > .ladi-headline,#HEADLINE89 > .ladi-headline,#HEADLINE90 > .ladi-headline,#HEADLINE91 > .ladi-headline {
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE87 {
    top: 121.57px;
    left: 136.25px;
}

#HEADLINE88 {
    top: 121.57px;
    left: 271.25px;
}

#HEADLINE89 {
    top: 271.07px;
    left: 0px;
}

#HEADLINE90 {
    width: 134px;
    top: 271.07px;
    left: 139.652px;
}

#HEADLINE91 {
    top: 275.57px;
    left: 274px;
}

#SECTION3 {
    height: 155.7px;
}

#SECTION3 > .ladi-section-background.loaded,#BOX2 > .ladi-box.loaded,#BOX7 > .ladi-box.loaded,#SECTION23 > .ladi-section-background.loaded {
    background-color: rgb(168, 14, 48);
}

#GROUP12 {
    width: 384.5px;
    height: 119px;
    top: 19.85px;
    left: 35.5px;
}

#HEADLINE15 {
    width: 299px;
    top: 0px;
    left: 85.5px;
}

#HEADLINE15 > .ladi-headline {
    font-size: 33px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: left;
}

#GROUP11 {
    width: 77.0083px;
    height: 66.4434px;
    top: 6.2783px;
    left: 0px;
}

#GROUP11 .ladi-group {
    animation-iteration-count: infinite;
}

#SHAPE7 {
    width: 77.0083px;
    height: 65.3658px;
}

#SHAPE7 svg:last-child {
    fill: rgb(46, 4, 13);
}

#SHAPE6 {
    width: 65.4434px;
    height: 65.4434px;
    top: 1px;
    left: 5.7824px;
}

#SHAPE6 .ladi-shape,#HEADLINE21 .ladi-headline {
    animation-name: flash;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

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

#SECTION5 {
    height: 1852.7px;
}

#GROUP13,#IMAGE11,#IMAGE11 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 247.059px;
}

#GROUP13 {
    top: 3px;
    left: 0px;
}

#IMAGE11 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/i-02-20230815060949-evyar.webp");
}

#HEADLINE16 {
    width: 123px;
    top: 25.2735px;
    left: 0px;
}

#HEADLINE16 > .ladi-headline,#HEADLINE17 > .ladi-headline,#HEADLINE18 > .ladi-headline,#HEADLINE19 > .ladi-headline {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    color: rgb(84, 84, 84);
    text-align: center;
}

#HEADLINE17,#HEADLINE19 {
    width: 99px;
}

#HEADLINE17 {
    top: 184.274px;
    left: 93.652px;
}

#HEADLINE18 {
    width: 116px;
    top: 25.2735px;
    left: 215.652px;
}

#HEADLINE19 {
    top: 184.274px;
    left: 309.652px;
}

#HEADLINE20 {
    top: 244.15px;
    left: 0px;
}

#HEADLINE20 > .ladi-headline {
    font-family: Anton, sans-serif;
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    color: rgb(220, 25, 69);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#GROUP14,#BOX2 {
    width: 420px;
    height: 60px;
}

#GROUP14 {
    top: 319.7px;
    left: 0px;
}

#HEADLINE21 {
    width: 391px;
    top: 6px;
    left: 14.5px;
}

#HEADLINE21 > .ladi-headline {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

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

#IMAGE12 {
    top: 1664.87px;
    left: 0px;
}

#IMAGE12 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/i-04-20230815064337-t6wk7.webp");
}

#IMAGE12 > .ladi-image {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(7, 58, 145);
}

#HEADLINE92,#HEADLINE94,#HEADLINE28,#HEADLINE29 {
    width: 360px;
}

#HEADLINE92 {
    top: 391.981px;
    left: 34px;
}

#HEADLINE92 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: left;
}

#SHAPE9 {
    width: 20.3464px;
    height: 23.1842px;
    top: 386.7px;
    left: 7px;
}

#SHAPE9 svg:last-child {
    fill: rgb(85, 55, 83);
}

#PARAGRAPH18 {
    width: 386px;
    top: 577.281px;
    left: 34px;
}

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

#IMAGE69,#IMAGE69 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 350px;
}

#IMAGE69 {
    top: 842.448px;
    left: 0px;
}

#IMAGE69 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_4-20240105073614-_ltqp.webp");
}

#HEADLINE94 {
    top: 1207.98px;
    left: 30px;
}

#HEADLINE94 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: justify;
}

#PARAGRAPH20 {
    width: 390px;
    top: 1481.28px;
    left: 30px;
}

#SECTION7 {
    height: 2127.7px;
}

#GROUP15 {
    width: 393px;
    height: 105px;
    top: 11.5px;
    left: 27px;
}

#HEADLINE25 {
    width: 346px;
}

#HEADLINE25 > .ladi-headline {
    background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-family: "Dancing Script", cursive;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#HEADLINE26,#HEADLINE98,#HEADLINE102,#HEADLINE103,#PARAGRAPH9 {
    width: 393px;
}

#HEADLINE26 {
    top: 69px;
    left: 0px;
}

#HEADLINE26 > .ladi-headline {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: left;
}

#BOX4 {
    width: 400px;
    height: 1615.5px;
    top: 139px;
    left: 3.8605px;
}

#BOX4 > .ladi-box.loaded,#IMAGE15 > .ladi-image {
    border-radius: 11px;
}

#BOX4 > .ladi-box.loaded {
    background-color: rgb(243, 225, 159);
}

#HEADLINE28 {
    top: 395.5px;
    left: 30px;
}

#HEADLINE28 > .ladi-headline {
    font-size: 17px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: left;
}

#SHAPE8 {
    width: 18px;
    height: 18px;
    top: 381px;
    left: 12px;
}

#SHAPE8 svg:last-child {
    fill: rgb(102, 72, 100);
}

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

#IMAGE14 {
    top: 1173.33px;
    left: 3.8605px;
}

#IMAGE14 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/23_480x480-20230331025303-nt8hr-20230403041328-h-wff-20230410083848-kwwhr-20230815071124-wq6ci.webp");
}

#HEADLINE29 {
    top: 1477.5px;
    left: 23.8605px;
}

#HEADLINE29 > .ladi-headline {
    font-size: 17px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    text-align: justify;
}

#IMAGE15,#IMAGE15 > .ladi-image > .ladi-image-background.loaded {
    width: 363.721px;
    height: 293.25px;
}

#IMAGE15 {
    top: 1775.38px;
    left: 28.1395px;
}

#IMAGE15 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/joint-gif-20230815072054-1xb7l.gif");
}

#IMAGE70,#IMAGE70 > .ladi-image > .ladi-image-background.loaded {
    width: 159.522px;
    height: 141.924px;
}

#IMAGE70 {
    top: 1973.77px;
    left: 257.339px;
}

#IMAGE70 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-mockup-transparency-20240503052059-u75jg_1.webp");
}

#PARAGRAPH44 {
    width: 232px;
    top: 332px;
    left: 164px;
}

#PARAGRAPH44 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: right;
}

#IMAGE120 {
    width: 366px;
    height: 168.662px;
    top: 154.97px;
    left: 24px;
}

#IMAGE120 > .ladi-image > .ladi-image-background.loaded {
    width: 366px;
    height: 185.662px;
    background-image: url("images.webptree-the-old-male-doctor-working-in-the-clinic-old-male-doctor-picture-image_2188219-20230915041859-jlcxn.webp");
}

#SECTION27 {
    height: 144.6px;
}

#BOX25,#BOX24 {
    width: 375px;
    height: 110px;
}

#BOX25 {
    top: 17.3px;
    left: 24.3605px;
}

#BOX25 > .ladi-box.loaded {
    background-color: rgb(92, 133, 185);
}

#BOX24 {
    top: 8.8px;
    left: 15.3603px;
}

#BOX24 > .ladi-box.loaded {
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
}

#HEADLINE95 {
    width: 342px;
    top: 20.8px;
    left: 31.8603px;
}

#HEADLINE95 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#SECTION10 {
    height: 1131.89px;
}

#IMAGE28,#IMAGE28 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 262.5px;
}

#IMAGE28 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/20_480x480-20230331025428-xr4rr-20230403041328-cvmwr-20230410083848-_mxmu-20230815074703-a3wzt.webp");
}

#IMAGE30,#IMAGE30 > .ladi-image > .ladi-image-background.loaded,#IMAGE31,#IMAGE31 > .ladi-image > .ladi-image-background.loaded,#IMAGE81,#IMAGE81 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 420px;
}

#IMAGE30 {
    top: 701.886px;
    left: 0px;
}

#IMAGE30 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/kevin-nash-deformed-legs_480x480-20230331032010-nnpki-20230403044529-dnui3-20230410083849-xip4x-20230815074703-dddi9.webp");
}

#IMAGE29,#IMAGE29 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 413.386px;
}

#IMAGE29 {
    top: 262.5px;
    left: 0px;
}

#IMAGE29 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot2023-03-07at33653pm-20230331024603-cg2dd-20230403034641-fzyeb-20230410083909-kv9_i-20230815074703-87rak.webp");
}

#IMAGE71,#IMAGE71 > .ladi-image > .ladi-image-background.loaded,#IMAGE77,#IMAGE77 > .ladi-image > .ladi-image-background.loaded,#IMAGE82,#IMAGE82 > .ladi-image > .ladi-image-background.loaded {
    width: 129.188px;
    height: 114.936px;
}

#IMAGE71 {
    top: 1006.95px;
    left: 145.406px;
}

#SECTION11 {
    height: 471.091px;
}

#IMAGE31 {
    top: 51.0911px;
    left: 0px;
}

#IMAGE31 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/i-05-20230815075236-vbdlf.webp");
}

#HEADLINE40,#HEADLINE41 {
    width: 100px;
}

#HEADLINE40 {
    top: 118.091px;
    left: 11.5px;
}

#HEADLINE40 > .ladi-headline,#HEADLINE41 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 19px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    text-align: center;
}

#HEADLINE41 {
    top: 118.091px;
    left: 308.5px;
}

#HEADLINE42,#HEADLINE43,#PARAGRAPH12 {
    width: 87px;
}

#HEADLINE42 {
    top: 436.091px;
    left: 0px;
}

#HEADLINE42 > .ladi-headline,#HEADLINE43 > .ladi-headline {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE43 {
    top: 436.091px;
    left: 333px;
}

#GROUP59,#BOX26 {
    width: 401px;
    height: 91.0911px;
}

#GROUP59 {
    top: 0px;
    left: 11.5px;
}

#BOX26 > .ladi-box.loaded {
    border-width: 1px;
    border-radius: 18px;
    border-style: solid;
    border-color: rgb(20, 41, 94);
}

#HEADLINE39,#HEADLINE97,#HEADLINE101,#HEADLINE104,#HEADLINE105,#HEADLINE108,#HEADLINE112,#HEADLINE114,#HEADLINE116,#HEADLINE118,#HEADLINE120,#HEADLINE122 {
    width: 397px;
}

#HEADLINE39 {
    top: 10.11px;
    left: 2px;
}

#HEADLINE39 > .ladi-headline,#HEADLINE97 > .ladi-headline,#HEADLINE101 > .ladi-headline {
    font-family: "Paytone One", sans-serif;
    font-size: 31px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#SECTION13 {
    height: 651.97px;
}

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

#IMAGE36 {
    top: 0.0001px;
    left: 0px;
}

#IMAGE36 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/3_1fd8437c-2e58-44a4-b7dc-b7d0c0b8f2b8_480x480-20230331030349-gojqc-20230403041821-ab4i5-20230410083-20230815082238-ojxug.gif");
}

#IMAGE77 {
    top: 304.424px;
    left: 0px;
}

#IMAGE78,#IMAGE78 > .ladi-image > .ladi-image-background.loaded {
    width: 419.492px;
    height: 223.61px;
}

#IMAGE78 {
    top: 428.36px;
    left: 0px;
}

#IMAGE78 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_5-20240105075557-nemjc.webp");
}

#SECTION29 {
    height: 1286.53px;
}

#SECTION29 > .ladi-section-background.loaded {
    background-color: rgb(1, 45, 105);
}

#GROUP61,#BOX27 {
    width: 401px;
    height: 50.0911px;
}

#GROUP61 {
    top: 6.8845px;
    left: 9.5px;
}

#BOX27 > .ladi-box.loaded,#BOX28 > .ladi-box.loaded,#BOX29 > .ladi-box.loaded,#BOX30 > .ladi-box.loaded,#BOX31 > .ladi-box.loaded,#BOX33 > .ladi-box.loaded,#BOX35 > .ladi-box.loaded,#BOX37 > .ladi-box.loaded,#BOX38 > .ladi-box.loaded,#BOX39 > .ladi-box.loaded,#BOX40 > .ladi-box.loaded,#BOX41 > .ladi-box.loaded,#BOX42 > .ladi-box.loaded {
    border-width: 1px;
    border-radius: 18px;
    border-style: solid;
    border-color: rgb(7, 58, 145);
}

#HEADLINE97 {
    top: 4.8607px;
    left: 2px;
}

#IMAGE80 {
    width: 419.36px;
    height: 219.665px;
    top: 72.5975px;
    left: 0px;
}

#IMAGE80 > .ladi-image > .ladi-image-background.loaded,#IMAGE32,#IMAGE32 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 219.665px;
}

#IMAGE80 > .ladi-image > .ladi-image-background.loaded,#IMAGE32 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/i-06-20230815075851-gtut6.webp");
}

#HEADLINE98 {
    top: 306.262px;
    left: 9.5px;
}

#HEADLINE98 > .ladi-headline,#HEADLINE102 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#IMAGE81 {
    top: 358.43px;
    left: 0px;
}

#IMAGE81 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/2_ea6edb4f-989f-4312-87f8-f1e528cc66ce_480x480-20230331031807-bfyig-20230403044529-lszhe-20230410083-20230815080623-hcnkf.gif");
}

#IMAGE82 {
    top: 663.494px;
    left: 143.086px;
}

#HEADLINE99,#HEADLINE100 {
    width: 90px;
}

#HEADLINE99 {
    top: 806.93px;
    left: 53.086px;
}

#HEADLINE99 > .ladi-headline,#HEADLINE100 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE100 {
    top: 806.93px;
    left: 272.274px;
}

#IMAGE83,#IMAGE83 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 220.126px;
}

#IMAGE83 {
    top: 865.019px;
    left: 0px;
}

#IMAGE83 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_6-20240105080111-3qq15_1.webp");
}

#GROUP62,#BOX28 {
    width: 401px;
    height: 87.091px;
}

#GROUP62 {
    top: 1098.38px;
    left: 7.18025px;
}

#HEADLINE101 {
    top: 5.8607px;
    left: 2px;
}

#HEADLINE102 {
    top: 1200.93px;
    left: 11.18px;
}

#HEADLINE103 {
    top: 1255.93px;
    left: 7px;
}

#HEADLINE103 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 22, 22);
    text-align: center;
}

#SECTION30 {
    height: 289.6px;
}

#IMAGE35,#IMAGE35 > .ladi-image > .ladi-image-background.loaded {
    width: 409.64px;
    height: 214.669px;
}

#IMAGE35 {
    top: 0px;
    left: 0.18px;
}

#IMAGE35 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/i-07-20230815081407-ovcdr.webp");
}

#GROUP28,#BOX7,#GROUP30,#BOX8 {
    width: 210px;
    height: 66.5897px;
}

#GROUP28 {
    top: 221.942px;
    left: 7px;
}

#HEADLINE48,#HEADLINE49 {
    width: 183px;
}

#HEADLINE48 {
    top: 9.51282px;
    left: 13.5484px;
}

#HEADLINE48 > .ladi-headline,#HEADLINE49 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP30 {
    top: 221.942px;
    left: 210px;
}

#BOX8 > .ladi-box.loaded {
    background-color: rgb(85, 55, 83);
}

#HEADLINE49 {
    top: 9.51282px;
    left: 13.5px;
}

#SECTION15 {
    height: 439.172px;
}

#IMAGE39,#IMAGE39 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 323.626px;
}

#IMAGE39 {
    top: 115.546px;
    left: 0px;
}

#IMAGE39 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/i-09-20230815083115-llsu9.webp");
}

#GROUP63,#BOX29,#GROUP64,#BOX30 {
    width: 401px;
    height: 98.2851px;
}

#GROUP63 {
    top: 13.1549px;
    left: 9.5px;
}

#HEADLINE104,#HEADLINE105 {
    top: 6.61399px;
    left: 2px;
}

#HEADLINE104 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#SECTION8 {
    height: 528.7px;
}

#GROUP19,#GROUP22,#GROUP23 {
    width: 384.639px;
    height: 34px;
}

#GROUP19 {
    top: 108.8px;
    left: 15.3605px;
}

#IMAGE17,#IMAGE17 > .ladi-image > .ladi-image-background.loaded,#IMAGE18,#IMAGE18 > .ladi-image > .ladi-image-background.loaded,#IMAGE19,#IMAGE19 > .ladi-image > .ladi-image-background.loaded,#IMAGE20,#IMAGE20 > .ladi-image > .ladi-image-background.loaded,#IMAGE21,#IMAGE21 > .ladi-image > .ladi-image-background.loaded,#IMAGE22,#IMAGE22 > .ladi-image > .ladi-image-background.loaded,#IMAGE23,#IMAGE23 > .ladi-image > .ladi-image-background.loaded {
    width: 34px;
    height: 34px;
}

#IMAGE17 > .ladi-image > .ladi-image-background.loaded,#IMAGE18 > .ladi-image > .ladi-image-background.loaded,#IMAGE19 > .ladi-image > .ladi-image-background.loaded,#IMAGE20 > .ladi-image > .ladi-image-background.loaded,#IMAGE21 > .ladi-image > .ladi-image-background.loaded,#IMAGE22 > .ladi-image > .ladi-image-background.loaded,#IMAGE23 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/check-mark-gif-43241-20230815072509-ajey0.gif");
}

#HEADLINE31,#HEADLINE32,#HEADLINE33,#HEADLINE34,#HEADLINE35,#HEADLINE36,#HEADLINE37 {
    width: 340px;
}

#HEADLINE31,#HEADLINE32,#HEADLINE34,#HEADLINE35,#HEADLINE36 {
    top: 6px;
    left: 44.6395px;
}

#HEADLINE31 > .ladi-headline,#HEADLINE32 > .ladi-headline,#HEADLINE33 > .ladi-headline,#HEADLINE34 > .ladi-headline,#HEADLINE35 > .ladi-headline,#HEADLINE36 > .ladi-headline,#HEADLINE37 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: left;
}

#GROUP20,#GROUP24 {
    width: 384.639px;
    height: 49px;
}

#GROUP20 {
    top: 160.8px;
    left: 15.3603px;
}

#GROUP21 {
    width: 384.639px;
    height: 65px;
    top: 219.3px;
    left: 15.3603px;
}

#IMAGE19,#IMAGE23 {
    top: 4.5px;
    left: 0px;
}

#HEADLINE33,#HEADLINE37 {
    top: 0px;
    left: 44.6395px;
}

#GROUP22 {
    top: 291.8px;
    left: 15.3603px;
}

#GROUP23 {
    top: 346.05px;
    left: 15.3603px;
}

#GROUP24 {
    top: 400.3px;
    left: 15.3603px;
}

#GROUP25 {
    width: 384.639px;
    height: 38.5px;
    top: 464.3px;
    left: 15.3603px;
}

#GROUP64 {
    top: 0px;
    left: 7.18005px;
}

#HEADLINE105 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    line-height: 1.2;
    color: rgb(255, 88, 71);
    text-transform: uppercase;
    text-align: center;
}

#SECTION9 {
    height: 417.7px;
}

#IMAGE25,#IMAGE25 > .ladi-image > .ladi-image-background.loaded {
    width: 466.344px;
    height: 344.929px;
}

#IMAGE25 {
    top: 0.135px;
    left: -25px;
}

#IMAGE25 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/philippines-flag-4214-20230815073631-n1a5u.webp");
}

#IMAGE25 > .ladi-image {
    opacity: 0.34;
}

#IMAGE26,#IMAGE26 > .ladi-image > .ladi-image-background.loaded {
    width: 258.478px;
    height: 313.826px;
}

#IMAGE26 {
    top: 50.1872px;
    left: 165.762px;
}

#IMAGE26 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/1140-doctor-michael-kazim-20230410101346-t9wy3-20230815073805-l2qyg.webp");
}

#IMAGE27,#IMAGE27 > .ladi-image > .ladi-image-background.loaded {
    width: 231.811px;
    height: 24.636px;
}

#IMAGE27 {
    top: 373.064px;
    left: 188.189px;
}

#IMAGE27 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/b22bbb0dcf3b549c7aceadd501bb67cac4d808f8-20230410100918-q176d-20230815073846-l-vyc.webp");
}

#IMAGE84,#IMAGE84 > .ladi-image > .ladi-image-background.loaded,#IMAGE89,#IMAGE89 > .ladi-image > .ladi-image-background.loaded {
    width: 191.008px;
    height: 169.936px;
}

#IMAGE84 {
    top: 247.764px;
    left: 0px;
}

#IMAGE84 > .ladi-image > .ladi-image-background.loaded,#IMAGE89 > .ladi-image > .ladi-image-background.loaded,#IMAGE58 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-mockup-transparency-20240503052059-u75jg_3.webp");
}

#SECTION12 {
    height: 570.5px;
}

#BOX31 {
    width: 401px;
    height: 334.285px;
    top: 225.585px;
    left: 7.5px;
}

#HEADLINE54,#HEADLINE107,#HEADLINE110 {
    width: 392px;
}

#HEADLINE54 {
    top: 236.9px;
    left: 11.5px;
}

#HEADLINE54 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(255, 22, 22);
    text-align: center;
}

#SECTION31 {
    height: 303.6px;
}

#IMAGE85,#IMAGE85 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 295.775px;
}

#IMAGE85 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_7-20240105081446-nadb1.webp");
}

#SECTION32 {
    height: 448.6px;
}

#BOX33 {
    width: 401px;
    height: 49.285px;
    top: 16.486px;
    left: 9.5px;
}

#HEADLINE107 {
    top: 26.629px;
    left: 18.5px;
}

#HEADLINE107 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(20, 41, 94);
    text-align: center;
}

#IMAGE87,#IMAGE87 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 361.951px;
}

#IMAGE87 {
    top: 85.8245px;
    left: 0px;
}

#IMAGE87 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot2023-03-07at33721pm-20230331024603-xfy5z-20230403034641-caxx1-20230410083910-icp9i-20230815083531-dl3br.webp");
}

#SECTION34 {
    height: 451.6px;
}

#IMAGE88,#IMAGE88 > .ladi-image > .ladi-image-background.loaded {
    width: 419.494px;
    height: 451.375px;
}

#IMAGE88 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_8-20240105081649-kuq9t.webp");
}

#SECTION35 {
    height: 1168.6px;
}

#SECTION35 > .ladi-section-background.loaded {
    background-image: url("../images/rfq4yuat20230327023405.webp");
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

#GROUP67,#BOX35 {
    width: 401px;
    height: 78.2851px;
}

#GROUP67 {
    top: 13.2854px;
    left: 9.247px;
}

#HEADLINE108 {
    top: 11.1426px;
    left: 4px;
}

#HEADLINE108 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(255, 88, 71);
    text-transform: uppercase;
    text-align: center;
}

#IMAGE89 {
    top: 107.46px;
    left: 120.496px;
}

#GROUP65,#SHAPE10 {
    width: 239px;
    height: 29.3768px;
}

#GROUP65 {
    top: 286.928px;
    left: 96.5px;
}

#SHAPE10 svg:last-child {
    fill: rgb(20, 41, 94);
}

#HEADLINE109,#HEADLINE69,#HEADLINE70,#HEADLINE71 {
    width: 200px;
}

#HEADLINE109 {
    top: 0px;
    left: 29.247px;
}

#HEADLINE109 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
}

#HEADLINE110 {
    top: 339.428px;
    left: 14px;
}

#HEADLINE110 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: left;
}

#SECTION36 {
    height: 632.6px;
}

#GROUP68,#BOX37,#GROUP69,#BOX38,#GROUP70,#BOX39 {
    width: 401px;
    height: 50.2851px;
}

#GROUP68 {
    top: 7.285px;
    left: 9.18px;
}

#HEADLINE112 {
    top: 7.14255px;
    left: 4px;
}

#HEADLINE112 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE113 {
    width: 193px;
    top: 75.28px;
    left: 227px;
}

#HEADLINE113 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(84, 84, 84);
    text-align: left;
}

#IMAGE90,#IMAGE90 > .ladi-image > .ladi-image-background.loaded {
    width: 220px;
    height: 542.844px;
}

#IMAGE90 {
    top: 80.858px;
    left: 0px;
}

#IMAGE90 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_9-20240105082530-z-ncd.webp");
}

#IMAGE135,#IMAGE135 > .ladi-image > .ladi-image-background.loaded {
    width: 24.0066px;
    height: 41.1946px;
}

#IMAGE135 {
    top: 314.298px;
    left: 56px;
}

#IMAGE135 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-mockup-bottle-20240503052058-maths.webp");
}

#SECTION37 {
    height: 449.739px;
}

#GROUP69,#GROUP70,#GROUP71,#GROUP72 {
    top: 0px;
    left: 9.5px;
}

#HEADLINE114,#HEADLINE116 {
    top: 10.1425px;
    left: 2px;
}

#HEADLINE114 > .ladi-headline,#HEADLINE116 > .ladi-headline,#HEADLINE118 > .ladi-headline,#HEADLINE120 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#CAROUSEL1,#CAROUSEL_ITEM1,#CAROUSEL_ITEM2,#CAROUSEL_ITEM3,#CAROUSEL2,#CAROUSEL_ITEM5,#CAROUSEL_ITEM6,#CAROUSEL_ITEM7,#CAROUSEL3,#CAROUSEL_ITEM8,#CAROUSEL_ITEM9,#CAROUSEL_ITEM10,#CAROUSEL_ITEM4 {
    width: 384px;
    height: 388px;
}

#CAROUSEL1 {
    top: 61.739px;
    left: 18px;
}

#CAROUSEL1 .ladi-carousel .ladi-carousel-content,#CAROUSEL2 .ladi-carousel .ladi-carousel-content {
    width: 1172px;
}

#IMAGE121,#IMAGE121 > .ladi-image > .ladi-image-background.loaded,#IMAGE122,#IMAGE122 > .ladi-image > .ladi-image-background.loaded,#IMAGE123,#IMAGE123 > .ladi-image > .ladi-image-background.loaded,#IMAGE125,#IMAGE125 > .ladi-image > .ladi-image-background.loaded,#IMAGE126,#IMAGE126 > .ladi-image > .ladi-image-background.loaded,#IMAGE127,#IMAGE127 > .ladi-image > .ladi-image-background.loaded,#IMAGE128,#IMAGE128 > .ladi-image > .ladi-image-background.loaded,#IMAGE129,#IMAGE129 > .ladi-image > .ladi-image-background.loaded,#IMAGE130,#IMAGE130 > .ladi-image > .ladi-image-background.loaded,#IMAGE131,#IMAGE131 > .ladi-image > .ladi-image-background.loaded {
    width: 351px;
    height: 351px;
}

#IMAGE121,#IMAGE122,#IMAGE123,#IMAGE125,#IMAGE126,#IMAGE127,#IMAGE128,#IMAGE129,#IMAGE130,#IMAGE131 {
    top: 20px;
    left: 17px;
}

#IMAGE121 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/nd1-20231017071958-_iij5-20240503073111-ng8x7.webp");
}

#IMAGE121 > .ladi-image,#IMAGE122 > .ladi-image,#IMAGE123 > .ladi-image,#IMAGE125 > .ladi-image,#IMAGE126 > .ladi-image,#IMAGE127 > .ladi-image,#IMAGE128 > .ladi-image,#IMAGE129 > .ladi-image,#IMAGE130 > .ladi-image,#IMAGE131 > .ladi-image {
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}

#CAROUSEL_ITEM2,#CAROUSEL_ITEM6,#CAROUSEL_ITEM9 {
    top: 0px;
    left: 394px;
}

#IMAGE122 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/nd2-20231017071958-yw_d_-20240503073137--5jrt.webp");
}

#CAROUSEL_ITEM3,#CAROUSEL_ITEM7,#CAROUSEL_ITEM10 {
    top: 0px;
    left: 788px;
}

#IMAGE123 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/nd3-20231017071958-djdtx-20240503073145-bq13r.webp");
}

#SECTION38 {
    height: 457.6px;
}

#CAROUSEL2 {
    top: 66.3px;
    left: 18px;
}

#IMAGE125 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/bs1-20231017072137-6l8wz-20240503073248-snn0g.webp");
}

#IMAGE126 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/bs2-20231017072136-ymiqk-20240503073301-vgwtt.webp");
}

#IMAGE127 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/bs3-20231017072136-iqj2t-20240503073313-q2w61.webp");
}

#SECTION39 {
    height: 448.7px;
}

#GROUP71,#BOX40,#GROUP72,#BOX41 {
    width: 401px;
    height: 47.2851px;
}

#HEADLINE118 {
    top: 8.64255px;
    left: 4px;
}

#CAROUSEL3 {
    top: 60.7px;
    left: 18px;
}

#CAROUSEL3 .ladi-carousel .ladi-carousel-content {
    width: 1566px;
}

#IMAGE128 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/fb2-20231017072207-d8eim.webp");
}

#IMAGE129 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/fb3-20231017072207-r1ylo.webp");
}

#IMAGE130 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/maxiflex-1-20231017074100-mda1p.webp");
}

#CAROUSEL_ITEM4 {
    top: 0px;
    left: 1182px;
}

#IMAGE131 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/maxiflex-2-20231017074100-6iwyg.webp");
}

#IMAGE139,#IMAGE139 > .ladi-image > .ladi-image-background.loaded {
    width: 209.936px;
    height: 190.155px;
}

#IMAGE139 {
    top: 253.545px;
    left: 131px;
}

#IMAGE139 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jointfire-mockup-transparency-20240503052059-u75jg_2.webp");
}

#SECTION40 {
    height: 1780.6px;
}

#HEADLINE120 {
    top: 8.64255px;
    left: 2px;
}

#IMAGE91,#IMAGE91 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 544.32px;
}

#IMAGE91 {
    top: 58.514px;
    left: 0px;
}

#IMAGE91 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/fda-phils-20220714081714-1-20230525145056-l_1pg-20240102072019-aqqys.webp");
}

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

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

#IMAGE92 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_10-20240105083141-oewvv.webp");
}

#IMAGE93,#IMAGE93 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 579.079px;
}

#IMAGE93 {
    top: 1186.79px;
    left: 0px;
}

#IMAGE93 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_11-20240105083238-q-zni.webp");
}

#SECTION41 {
    height: 610.6px;
}

#GROUP73,#BOX42 {
    width: 401px;
    height: 80.6771px;
}

#GROUP73 {
    top: 14.2711px;
    left: 9.5px;
}

#HEADLINE122 {
    top: 14.7458px;
    left: 4px;
}

#HEADLINE122 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(20, 41, 94);
    text-transform: uppercase;
    text-align: center;
}

#GALLERY1 {
    width: 420px;
    height: 450px;
    top: 144.878px;
    left: 0px;
}

#GALLERY1 .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,#GALLERY1 .ladi-gallery .ladi-gallery-control .ladi-gallery-control-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%22rgba(255%2C%20255%2C%20255%2C%201)%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");
}

#GALLERY1 > .ladi-gallery > .ladi-gallery-view {
    height: calc(100% - 90px);
}

#GALLERY1 > .ladi-gallery > .ladi-gallery-control {
    height: 80px;
}

#GALLERY1 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
    width: 80px;
    height: 80px;
}

#GALLERY1 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item,#COUNTDOWN1 > .ladi-countdown > .ladi-element {
    margin-right: 10px;
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
    background-image: url("../images/nha-may-hdpharma-eu-khach-mozambique-20230915070920-ghuwl-1-20240105100807-b6wkj_1.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
    background-image: url("../images/nha-may-hdpharma-eu-khach-mozambique-20230915070920-ghuwl-1-20240105100807-b6wkj.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
    background-image: url("../images/images903780_dsc_0122-20230915070920-erzlr-1-20240105100807-crnxi_1.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
    background-image: url("../images/images903780_dsc_0122-20230915070920-erzlr-1-20240105100807-crnxi.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
    background-image: url("../images/cac-co-so-san-xuat-dat-chuan-gmp-1-20230915070920-ykjs0-1-20240105100807-eczhj_1.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
    background-image: url("../images/cac-co-so-san-xuat-dat-chuan-gmp-1-20230915070920-ykjs0-1-20240105100807-eczhj.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
    background-image: url("../images/nha-may-duoc-gmp-1-20230915070920-4nqkw-20240105100829-itszg_1.webp");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
    background-image: url("../images/nha-may-duoc-gmp-1-20230915070920-4nqkw-20240105100829-itszg.webp");
}

#SECTION42 {
    height: 261.6px;
}

#IMAGE94,#IMAGE94 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 260.546px;
}

#IMAGE94 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_12-20240105083749-y60i3.webp");
}

#BOX43 {
    width: 155.5px;
    height: 81px;
}

#BOX43,#HEADLINE124 {
    top: 7.51478px;
    left: 255px;
}

#BOX43 > .ladi-box.loaded {
    background-color: rgb(218, 212, 218);
}

#HEADLINE124 {
    width: 156px;
}

#HEADLINE124 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(84, 84, 84);
    text-align: left;
}

#SECTION20 {
    height: 825.7px;
}

#GROUP42 {
    width: 200px;
    height: 405.945px;
    top: 22.655px;
    left: 6.727px;
}

#IMAGE53,#IMAGE56,#IMAGE57 {
    width: 200px;
    height: 130.89px;
}

#IMAGE53 > .ladi-image > .ladi-image-background.loaded,#IMAGE56 > .ladi-image > .ladi-image-background.loaded,#IMAGE57 > .ladi-image > .ladi-image-background.loaded {
    width: 207.28px;
    height: 130.89px;
}

#IMAGE53 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/immagine_2022-03-24_233541-1-20230410084051-h4xjd-20230815092829-j9uai.webp");
}

#IMAGE53 > .ladi-image,#IMAGE56 > .ladi-image,#IMAGE57 > .ladi-image {
    border-width: 2px;
    border-radius: 9px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0) 0px 15px 25px -22px;
}

#HEADLINE69,#HEADLINE70,#HEADLINE71 {
    top: 146.945px;
    left: 0px;
}

#HEADLINE69 > .ladi-headline,#HEADLINE70 > .ladi-headline,#HEADLINE71 > .ladi-headline {
    font-size: 18px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP43 {
    width: 200px;
    height: 492.945px;
    top: 22.655px;
    left: 213.273px;
}

#IMAGE56 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/it-blog-dolori-cervicale-uomo-girato-di-schiena-1-1-20230410084051-lybib-20230815092829-r95ht.webp");
}

#GROUP44 {
    width: 200px;
    height: 276.945px;
    top: 520.655px;
    left: 6.727px;
}

#IMAGE57 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/cuscino-per-dolore-cervicale-risveglio-1024x675-1-.webppagespeedce_t7krcdosaj-1-1-20230410084051-xjy7-20230815092829-_4eag.webp");
}

#IMAGE58 {
    width: 182.104px;
    height: 193.759px;
    top: 580.841px;
    left: 224.312px;
}

#IMAGE58 > .ladi-image > .ladi-image-background.loaded {
    width: 178.586px;
    height: 161.759px;
    top: 20px;
    left: 1px;
}

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

#IMAGE97 {
    top: 715.6px;
    left: 213.273px;
}

#IMAGE97 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/100-nature-20231229081314-nqr-n.webp");
}

#SECTION23 {
    height: 132px;
}

#GROUP45 {
    width: 420px;
    height: 102px;
    top: 15px;
    left: 0px;
}

#HEADLINE72 > .ladi-headline {
    font-size: 51px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE72 .ladi-headline {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

#HEADLINE73 {
    top: 64px;
    left: 0px;
}

#HEADLINE73 > .ladi-headline {
    font-size: 24px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

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

#SECTION24 {
    height: 886.668px;
}

#BOX45,#BOX44 {
    width: 96px;
    height: 48px;
}

#BOX45 {
    top: 76px;
    left: 233.165px;
}

#BOX45 > .ladi-box.loaded,#BOX44 > .ladi-box.loaded {
    border-radius: 17px;
}

#BOX44 {
    top: 76px;
    left: 104.165px;
}

#GROUP49 {
    width: 420px;
    height: 43px;
}

#GROUP49 .ladi-group {
    animation-name: flash;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#HEADLINE74 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(47, 101, 174);
    text-align: center;
}

#HEADLINE83 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(246, 203, 28);
    text-align: center;
}

#HEADLINE83 .ladi-headline {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#GROUP47 {
    width: 300px;
    height: 79.002px;
    top: 162.09px;
    left: 59.52px;
}

#PARAGRAPH2 {
    width: 300px;
}

#PARAGRAPH2 > .ladi-paragraph {
    font-size: 25px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-decoration-line: line-through;
    text-align: center;
}

#PARAGRAPH3 {
    width: 155px;
    top: 35.002px;
    left: 9.659px;
}

#PARAGRAPH3 > .ladi-paragraph {
    font-size: 25px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: right;
}

#PARAGRAPH4 {
    width: 118px;
    top: 31.002px;
    left: 171.677px;
}

#PARAGRAPH4 > .ladi-paragraph {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 34, 21);
}

#HEADLINE81,#HEADLINE82 {
    width: 407px;
}

#HEADLINE81 {
    top: 540.624px;
    left: 6.02px;
}

#HEADLINE81 > .ladi-headline {
    font-size: 16px;
    line-height: 1.2;
    color: rgb(102, 72, 100);
    text-align: center;
}

#IMAGE62,#IMAGE62 > .ladi-image > .ladi-image-background.loaded {
    width: 341.624px;
    height: 303.936px;
}

#IMAGE62 {
    top: 582.732px;
    left: 12.02px;
}

#IMAGE62 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/maxiflex-ph-decor-01-20230815041102-r3361.webp");
}

#IMAGE63,#IMAGE63 > .ladi-image > .ladi-image-background.loaded {
    width: 123.873px;
    height: 110.601px;
}

#IMAGE63 {
    top: 755.223px;
    left: 287.341px;
}

#IMAGE63 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/free-shipping-stamp-vector_4293922-20221217063850-wtmpa-20230808041455-dbroe.webp");
}

#IMAGE63 > .ladi-image {
    transform: rotate(13deg);
}

#IMAGE63 .ladi-image {
    animation-name: pulse;
    animation-iteration-count: infinite;
}

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

#IMAGE64 {
    top: 638.996px;
    left: 296.563px;
}

#IMAGE64 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/50-off-20230808035639-rzkd0.webp");
}

#IMAGE64 > .ladi-image {
    transform: rotate(10deg);
}

#GROUP46 {
    width: 472.181px;
    height: 78.3635px;
    top: 76px;
    left: -143.016px;
}

#COUNTDOWN1 {
    width: 471.181px;
    height: 41.9292px;
}

#COUNTDOWN1 > .ladi-countdown {
    font-size: 40px;
    font-weight: bold;
    color: rgb(220, 25, 69);
    text-align: center;
}

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

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

#HEADLINE78 {
    width: 79px;
    top: 49.3635px;
    left: 257.743px;
}

#HEADLINE78 > .ladi-headline,#HEADLINE79 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#HEADLINE79 {
    width: 103px;
    top: 49.3635px;
    left: 369.181px;
}

#HEADLINE80 {
    width: 38px;
    top: 0.9646px;
    left: 336.743px;
}

#HEADLINE80 > .ladi-headline {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(220, 25, 69);
    text-align: center;
}

#HEADLINE80 .ladi-headline {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}

#FORM2 {
    width: 362px;
    height: 257.5px;
    top: 264.65px;
    left: 29px;
}

#FORM2 > .ladi-form {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(112, 112, 112);
}

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

#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=""],#FORM2 .ladi-form-checkout-payment-quantity input {
    color: rgb(112, 112, 112);
}

#FORM2:hover .overlay-checkout {
    display: flex !important;
}

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

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

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

#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(112%2C%20112%2C%20112)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

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

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

#FORM2 .ladi-form-item-container,#FORM2 .ladi-form-checkout-box,#FORM2 .ladi-form-checkout-bump-offer-product,#FORM2 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(165, 165, 165);
}

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

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

#FORM2 .ladi-form [data-form-checkout-item="total_price"] .space,#FORM2 .ladi-form-checkout-payment-quantity input {
    border-color: rgb(165, 165, 165);
}

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

#FORM2 .ladi-form-item-background {
    border-radius: 4px;
}

#FORM2 .ladi-form-item-background,#POPUP2 > .ladi-popup > .ladi-popup-background {
    background-color: rgb(255, 255, 255);
}

#FORM_ITEM2,#FORM_ITEM3 {
    width: 362px;
    height: 56.5201px;
}

#FORM_ITEM2 .ladi-form-label-container .ladi-form-label-item:hover,#FORM_ITEM3 .ladi-form-label-container .ladi-form-label-item:hover {
    border-color: rgb(12, 97, 242);
}

#FORM_ITEM3 {
    top: 75.711px;
    left: 0px;
}

#FORM_ITEM4 {
    width: 362px;
    height: 35px;
    top: 142.231px;
    left: 0px;
}

#FORM_ITEM5,#FORM_ITEM6,#FORM_ITEM7,#FORM_ITEM8,#FORM_ITEM9,#FORM_ITEM10,#FORM_ITEM11,#FORM_ITEM12 {
    width: 70px;
    height: 35px;
    top: 187.231px;
    left: 0px;
    display: none !important;
}

#BUTTON6 {
    width: 362px;
    height: 62.0777px;
    top: 195.422px;
    left: 0px;
}

#BUTTON6 > .ladi-button > .ladi-button-background {
    background-color: rgb(232, 58, 48);
}

#BUTTON6 > .ladi-button {
    border-radius: 15px;
}

#BUTTON6 > .ladi-button:hover .ladi-button-background {
    background-image: none !important;
    background-color: rgb(255, 34, 21) !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    -webkit-background-clip: initial !important;
}

#BUTTON_TEXT6 {
    width: 362px;
    top: 20.0103px;
    left: 0px;
}

#BUTTON_TEXT6 > .ladi-headline {
    font-size: 25px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#BUTTON_TEXT6 .ladi-headline {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#SECTION48,#SECTION53 {
    height: 121.593px;
}

#IMAGE104,#IMAGE104 > .ladi-image > .ladi-image-background.loaded,#IMAGE105,#IMAGE105 > .ladi-image > .ladi-image-background.loaded,#IMAGE106,#IMAGE106 > .ladi-image > .ladi-image-background.loaded,#IMAGE108,#IMAGE108 > .ladi-image > .ladi-image-background.loaded,#IMAGE109,#IMAGE109 > .ladi-image > .ladi-image-background.loaded,#IMAGE110,#IMAGE110 > .ladi-image > .ladi-image-background.loaded,#IMAGE111,#IMAGE111 > .ladi-image > .ladi-image-background.loaded,#IMAGE112,#IMAGE112 > .ladi-image > .ladi-image-background.loaded,#IMAGE113,#IMAGE113 > .ladi-image > .ladi-image-background.loaded,#IMAGE114,#IMAGE114 > .ladi-image > .ladi-image-background.loaded {
    width: 59.733px;
    height: 59.733px;
}

#IMAGE104,#IMAGE105,#IMAGE106,#IMAGE108,#IMAGE109,#IMAGE110,#IMAGE111,#IMAGE112,#IMAGE113,#IMAGE114 {
    top: 12px;
    left: 9.5px;
}

#IMAGE104 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/m27-20211203023431.webp");
}

#IMAGE104 > .ladi-image,#IMAGE105 > .ladi-image,#IMAGE106 > .ladi-image,#IMAGE108 > .ladi-image,#IMAGE109 > .ladi-image,#IMAGE110 > .ladi-image,#IMAGE111 > .ladi-image,#IMAGE112 > .ladi-image,#IMAGE113 > .ladi-image,#IMAGE114 > .ladi-image {
    border-radius: 7px;
}

#PARAGRAPH23,#PARAGRAPH26,#PARAGRAPH28,#PARAGRAPH30,#PARAGRAPH32,#PARAGRAPH34,#PARAGRAPH36,#PARAGRAPH38,#PARAGRAPH40,#PARAGRAPH42,#LINE4 {
    width: 400px;
}

#PARAGRAPH23,#PARAGRAPH26,#PARAGRAPH28,#PARAGRAPH30,#PARAGRAPH32,#PARAGRAPH34,#PARAGRAPH36,#PARAGRAPH38,#PARAGRAPH40,#PARAGRAPH42 {
    top: 12px;
    left: 84px;
}

#PARAGRAPH23 > .ladi-paragraph,#PARAGRAPH24 > .ladi-paragraph,#PARAGRAPH26 > .ladi-paragraph,#PARAGRAPH27 > .ladi-paragraph,#PARAGRAPH28 > .ladi-paragraph,#PARAGRAPH29 > .ladi-paragraph,#PARAGRAPH30 > .ladi-paragraph,#PARAGRAPH31 > .ladi-paragraph,#PARAGRAPH32 > .ladi-paragraph,#PARAGRAPH33 > .ladi-paragraph,#PARAGRAPH34 > .ladi-paragraph,#PARAGRAPH35 > .ladi-paragraph,#PARAGRAPH36 > .ladi-paragraph,#PARAGRAPH37 > .ladi-paragraph,#PARAGRAPH38 > .ladi-paragraph,#PARAGRAPH39 > .ladi-paragraph,#PARAGRAPH40 > .ladi-paragraph,#PARAGRAPH41 > .ladi-paragraph,#PARAGRAPH42 > .ladi-paragraph,#PARAGRAPH43 > .ladi-paragraph {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH24,#PARAGRAPH27,#PARAGRAPH29,#PARAGRAPH31,#PARAGRAPH33,#PARAGRAPH35,#PARAGRAPH37,#PARAGRAPH39,#PARAGRAPH41,#PARAGRAPH43 {
    width: 320px;
    top: 39.733px;
    left: 84px;
}

#SECTION49 {
    height: 561.593px;
}

#IMAGE105 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/download-20231121064002-03adm.webp");
}

#IMAGE107,#IMAGE107 > .ladi-image > .ladi-image-background.loaded {
    width: 288.619px;
    height: 309.4px;
}

#IMAGE107 {
    top: 235.152px;
    left: 84px;
}

#IMAGE107 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/maxiflex-ph-feedback-09-20231229111110-puhm_.webp");
}

#SECTION50 {
    height: 276.593px;
}

#IMAGE106 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/jcr_content-20231121064814-46inj.webp");
}

#SECTION51 {
    height: 920.59px;
}

#IMAGE108 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/download-3-20231121064424-nztc7.webp");
}

#IMAGE116,#IMAGE116 > .ladi-image > .ladi-image-background.loaded {
    width: 314.48px;
    height: 164.822px;
}

#IMAGE116 {
    top: 734.755px;
    left: 84px;
}

#IMAGE116 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_6-20240105080111-3qq15.webp");
}

#SECTION52 {
    height: 716.593px;
}

#IMAGE109 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/download-2-20231121064002-12q4v.webp");
}

#IMAGE115,#IMAGE115 > .ladi-image > .ladi-image-background.loaded {
    width: 268.544px;
    height: 246.824px;
}

#IMAGE115 {
    top: 457.661px;
    left: 84px;
}

#IMAGE115 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/maxiflex-ph-feedback-02-20231229111109-4on7w.webp");
}

#IMAGE110 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/download-20231121015743-p8slu.webp");
}

#SECTION54 {
    height: 184.593px;
}

#IMAGE111 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/images-20231121064110-yxb4h.webp");
}

#SECTION55 {
    height: 100.593px;
}

#IMAGE112 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/381452272_7216513208378444_2272751317612002996_n-20231121015743-qg2ae.webp");
}

#SECTION56 {
    height: 141.593px;
}

#IMAGE113 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/confident-asian-grandmother-park_8595-17053-20231121015951-nadrj.webp");
}

#SECTION57 {
    height: 108.593px;
}

#IMAGE114 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/382174751_331607045980851_9058845570990179111_n-20231121015743-b_f_q.webp");
}

#SECTION45 {
    height: 270.6px;
}

#SHAPE12 {
    width: 415.542px;
    height: 97.8357px;
    top: 137.528px;
    left: -4.328px;
}

#SHAPE12 svg:last-child {
    fill: rgb(255, 22, 22);
}

#HEADLINE129 {
    width: 286px;
    top: 151.446px;
    left: 67px;
}

#HEADLINE129 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#IMAGE100 {
    width: 190.501px;
    height: 76.501px;
    top: 18.945px;
    left: 114.749px;
}

#IMAGE100 > .ladi-image > .ladi-image-background.loaded {
    width: 288.697px;
    height: 191.501px;
    top: -59px;
    left: -50px;
    background-image: url("../images/loading_icon-20221216043302-pleml-20230418101938-zgrxm.gif");
}

#SECTION44 {
    height: 491.6px;
}

#IMAGE99,#IMAGE99 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 288.462px;
}

#IMAGE99 {
    top: 52.1127px;
    left: 0px;
}

#IMAGE99 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/screenshot_14-20240105090818-od52w.webp");
}

#HEADLINE125 {
    top: 13.794px;
    left: 0px;
}

#HEADLINE125 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE126,#HEADLINE127,#HEADLINE128 {
    width: 421px;
}

#HEADLINE126 {
    top: 358.794px;
    left: 0px;
}

#HEADLINE126 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(218, 212, 218);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE127 {
    top: 379.794px;
    left: -0.5px;
}

#HEADLINE127 > .ladi-headline {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

#HEADLINE128 {
    top: 410.794px;
    left: -0.5px;
}

#HEADLINE128 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(218, 212, 218);
    text-transform: uppercase;
    text-align: center;
}

#LINE4 {
    top: -19px;
    left: 10px;
}

#LINE4 > .ladi-line > .ladi-line-container {
    border-top: 6px solid rgb(20, 41, 94);
    border-right: 6px solid rgb(20, 41, 94);
    border-bottom: 6px solid rgb(20, 41, 94);
    border-left: 0px !important;
}

#SECTION43 {
    height: 101.053px;
}

#IMAGE98 {
    width: 420px;
    height: 100.053px;
}

#IMAGE98 > .ladi-image > .ladi-image-background.loaded {
    width: 420px;
    height: 133.399px;
    top: -22.3458px;
    left: 0px;
    background-image: url("../images/screenshot_13-20240105090616-yewwm.webp");
}

#SECTION22 {
    height: 209.7px;
}

#SECTION22 > .ladi-section-background.loaded {
    background-color: rgb(7, 58, 145);
}

#HEADLINE82 {
    top: 18.28px;
    left: 6.5px;
}

#HEADLINE82 > .ladi-headline {
    font-size: 16px;
    line-height: 1.2;
    color: rgb(165, 200, 249);
    text-align: center;
}

#PARAGRAPH9 {
    top: 171.28px;
    left: 13.5px;
}

#PARAGRAPH9 > .ladi-paragraph {
    font-size: 12px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#GROUP51 {
    width: 279px;
    height: 21.5895px;
    top: 144.985px;
    left: 70.5px;
}

#PARAGRAPH12 {
    top: 0.5895px;
    left: 0px;
}

#PARAGRAPH12 > .ladi-paragraph,#PARAGRAPH13 > .ladi-paragraph,#PARAGRAPH14 > .ladi-paragraph {
    font-family: TWlciFeHRyYUxpZhLnRZg;
    font-size: 13px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#PARAGRAPH13 {
    width: 121px;
    top: 0.5895px;
    left: 87px;
}

#PARAGRAPH14 {
    width: 71px;
    top: 0px;
    left: 208px;
}

#GROUP74 {
    width: 343px;
    height: 82px;
    top: 50.78px;
    left: 38.5px;
}

#BUTTON7 {
    width: 343px;
    height: 48px;
    top: 34px;
    left: 0px;
}

#BUTTON_TEXT7 {
    width: 343px;
}

#IMAGE65 {
    width: 39.4971px;
    height: 41.9104px;
    top: 0px;
    left: 151.271px;
}

#IMAGE65 > .ladi-image > .ladi-image-background.loaded {
    width: 74.8396px;
    height: 41.9104px;
    background-image: url("../images/xem-20191009135452-20191125094721-20201026031112-20210110181452-20230815094952-7rd15.gif");
}

#SECTION_POPUP {
    height: 0px;
}

#POPUP2 {
    width: 420px;
    height: 363px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#PARAGRAPH11 {
    width: 368px;
    top: 77px;
    left: 26px;
}

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

#HEADLINE86 {
    width: 318px;
    top: 23.9948px;
    left: 51px;
}

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

.shape_mjyMBoQPqd.cls-1 {
    fill: none;
}

.shape_GeddjnDrzT.cls-1 {
    opacity: 0.1;
}

.shape_GeddjnDrzT.cls-2 {
    opacity: 0.3;
}

@-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 flash {
    0%, 100%, 50% {
        opacity: 1;
    }

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

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

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

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