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
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff
}

.ladi-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden
}

.ladi-loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite
}

.ladi-loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.ladi-loading div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.ladi-loading div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.ladi-loading div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.ladi-loading div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.ladi-loading div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.ladi-loading div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.ladi-loading div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.ladi-loading div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.ladi-loading div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.ladi-loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.ladi-loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes ladi-loading {
    0%, 100%, 20%, 80% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.5)
    }
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    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 h1 {
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.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;
    font-weight: 600;
    cursor: pointer
}

.ladi-wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

.ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-element {
    position: absolute
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out
}

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px
}

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
    cursor: pointer
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../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 > .next, .ladi-gallery .ladi-gallery-view > .prev, .ladi-gallery .ladi-gallery-view > .selected {
    display: block
}

.ladi-gallery .ladi-gallery-view > .selected {
    left: 0
}

.ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.ladi-gallery .ladi-gallery-view > .next {
    left: 100%
}

.ladi-gallery .ladi-gallery-view > .prev {
    left: -100%
}

.ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right {
    left: 0
}

.ladi-gallery .ladi-gallery-view > .selected.left {
    left: -100%
}

.ladi-gallery .ladi-gallery-view > .selected.right {
    left: 100%
}

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
    width: 100%
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
    top: 0;
    width: 100%
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
    height: 100%
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
    height: 100%
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
    height: 100%
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
    height: 100%;
    right: 0
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - (33px) / 2)
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6)
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(.6);
    -webkit-transform: scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(.6);
    -webkit-transform: scale(.6)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
    left: calc(50% - (33px) / 2)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
    position: relative
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
    cursor: pointer;
    filter: invert(15%)
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../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-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

.ladi-table table {
    width: 100%
}

.ladi-table table td {
    vertical-align: middle
}

.ladi-table tbody td {
    word-break: break-word
}

.ladi-table table td img {
    cursor: pointer;
    width: 100%
}

.ladi-box.loaded {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-banner .ladi-banner-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none
}

#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close=true] {
    position: relative !important
}

#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important
}

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    display: table;
    pointer-events: none
}

.ladi-countdown .ladi-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none
}

.ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle
}

.ladi-countdown > .ladi-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block
}

.ladi-countdown > .ladi-element:last-child {
    margin-right: 0 !important
}

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-button:active {
    transform: translateY(2px);
    transition: transform .2s linear
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-button > .ladi-element {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-button > .ladi-element .ladi-headline {
    display: table-cell;
    vertical-align: middle
}

.ladi-collection {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-collection.carousel {
    overflow: hidden
}

.ladi-collection .ladi-collection-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out
}

.ladi-collection .ladi-collection-content .ladi-collection-item {
    display: block;
    position: relative;
    float: left
}

.ladi-collection .ladi-collection-content .ladi-collection-page {
    float: left
}

.ladi-collection .ladi-collection-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-collection .ladi-collection-arrow-right {
    right: 5px
}

.ladi-collection .ladi-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form > .ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-button > .ladi-element {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial
}

.ladi-form > .ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form > [data-quantity=true] .ladi-form-item-container {
    overflow: hidden
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px)
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px)
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%
}

.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
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 10px 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: table;
    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-block;
    border: none;
    position: relative
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
    position: absolute;
    top: 4px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
    padding-left: 18px
}

.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-combobox {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-combobox .ladi-combobox-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
    color: initial
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: inherit;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
    text-decoration: inherit
}

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

.ladi-cart .ladi-cart-row {
    position: relative;
    display: inline-table;
    width: 100%
}

.ladi-cart .ladi-cart-row:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dcdcdc
}

.ladi-cart .ladi-cart-no-product {
    text-align: center;
    font-size: 16px;
    vertical-align: middle
}

.ladi-cart .ladi-cart-image {
    width: 16%;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.ladi-cart .ladi-cart-image img {
    max-width: 100%
}

.ladi-cart .ladi-cart-title {
    vertical-align: middle;
    padding: 0 5px;
    word-break: break-all
}

.ladi-cart .ladi-cart-title .ladi-cart-title-name {
    display: block;
    margin-bottom: 5px;
    word-break: break-word
}

.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
    font-weight: 700;
    display: block;
    word-break: break-word
}

.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
    position: absolute;
    top: -3px;
    right: -5px;
    background: rgba(150, 149, 149, .9);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px
}

.ladi-cart .ladi-cart-quantity {
    width: 70px;
    vertical-align: middle;
    text-align: center
}

.ladi-cart .ladi-cart-quantity-content {
    display: -webkit-inline-flex;
    display: inline-flex
}

.ladi-cart .ladi-cart-quantity input {
    width: 24px;
    text-align: center;
    height: 22px;
    -moz-appearance: textfield;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button, .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-cart .ladi-cart-quantity button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 21px;
    height: 22px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-cart .ladi-cart-quantity button:active {
    transform: translateY(2px);
    transition: transform .2s linear
}

.ladi-cart .ladi-cart-quantity button span {
    font-size: 18px;
    position: relative;
    left: .5px
}

.ladi-cart .ladi-cart-quantity button:first-child span {
    top: -1.2px
}

.ladi-cart .ladi-cart-price {
    width: 100px;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 5px
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word
}

.ladi-cart .ladi-cart-action {
    width: 28px;
    vertical-align: middle;
    text-align: center
}

.ladi-cart .ladi-cart-action button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-cart .ladi-cart-action button:active {
    transform: translateY(2px);
    transition: transform .2s linear
}

.ladi-cart .ladi-cart-action button span {
    font-size: 13px;
    position: relative;
    top: .5px
}

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

.ladi-video .ladi-video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-button-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.ladi-image .ladi-image-background.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;
    background-size: cover;
    background-position: center center
}

.ladi-headline a {
    text-decoration: underline
}

.ladi-paragraph {
    width: 100%;
    display: inline-block
}

.ladi-paragraph a {
    text-decoration: underline
}

.ladi-list-paragraph {
    width: 100%;
    display: inline-block
}

.ladi-list-paragraph a {
    text-decoration: underline
}

.ladi-list-paragraph ul li {
    position: relative;
    counter-increment: linum
}

.ladi-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0
}

.ladi-list-paragraph ul li:last-child {
    padding-bottom: 0 !important
}

.ladi-line {
    position: relative
}

.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%
}

.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button, .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form-quantity button span {
    font-size: 18px;
    position: relative;
    left: .5px
}

.ladi-form-quantity button:first-child span {
    top: -1.2px
}

.ladi-form [data-variant=true] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important
}

.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer
}

.ladi-story-page-progress-bar-item:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ladi-story-page-progress-bar-item.active:before {
    background: #fff
}

.ladi-story-page-progress-bar-item span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width .3s linear;
    width: 0%
}

.ladi-carousel .ladi-carousel-arrow, .ladi-collection .ladi-collection-arrow, .ladi-collection .ladi-collection-button-next, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close, .lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

#POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
}

@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important
    }

    .ladi-fullwidth .ladi-gallery-view-item {
        transition-duration: 1.5s
    }
}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .ladi-carousel .ladi-carousel-content {
        transition: left .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform .3s ease-in-out
    }

    #POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
        height: auto !important
    }
}

.ladi-notify-transition {
    transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    color: #404040;
    background: rgba(250, 250, 250, .9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px
}

.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none
}

.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px
}

.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden
}

.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: .6;
    display: inline-block;
    top: -4px
}

.ladi-notify .ladi-notify-copyright svg {
    vertical-align: middle
}

.ladi-notify .ladi-notify-copyright svg:not(:root) {
    overflow: hidden
}

.ladi-notify .ladi-notify-copyright div {
    text-decoration: none;
    color: #404040;
    display: inline
}

.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700
}

.builder-container .ladi-notify {
    transition: unset
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64, 64, 64, .6), 0 8px 50px rgba(64, 64, 64, .3);
    background-repeat: no-repeat;
    background-size: cover
}

.ladi-spin-lucky .ladi-spin-lucky-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 20%;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out
}

.ladi-spin-lucky .ladi-spin-lucky-start:hover {
    transform: scale(1.1)
}

.ladi-spin-lucky .ladi-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-spin-lucky .ladi-spin-lucky-label {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 42%;
    padding-left: 12%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 1200px
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px
    }
}

@font-face {
    font-family: "Montserrat-Medium.otf";
    src: url(../montserrat-medium-20210312061048.otf)
}

@font-face {
    font-family: "Montserrat-ExtraBold.otf";
    src: url(../montserrat-extrabold-20210312061038.otf)
}

@font-face {
    font-family: "Montserrat-ExtraLight.otf";
    src: url(../montserrat-extralight-20210312061038.otf)
}

@font-face {
    font-family: "Montserrat-Light.otf";
    src: url(../montserrat-light-20210312061048.otf)
}

@font-face {
    font-family: "Montserrat-Thin.otf";
    src: url(../montserrat-thin-20210312061053.otf)
}

@font-face {
    font-family: "Barlow-Bold.ttf";
    src: url(../fonts/barlow-bold-20210407090356.ttf) format("truetype")
}

body {
    font-family: "Montserrat-Medium.otf" !important
}

@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0
    }

    #SECTION1 {
        height: 729px
    }

    #SECTION1 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/block1-bg-20210526033115.jpg);
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION3 {
        height: 480.1px
    }

    #IMAGE4 {
        width: 774.2px;
        height: 585.167px;
        top: -7.9835px;
        left: 578.8px
    }

    #IMAGE4 > .ladi-image > .ladi-image-background.loaded {
        width: 774.2px;
        height: 585.167px;
        top: 0;
        left: 0;
        /*background-image: url(../images/block1-pic1-20210526033115.png)*/
    }

    #IMAGE4 > .ladi-image {
        opacity: .8
    }

    #PARAGRAPH5 {
        width: 500px;
        top: 60px;
        left: 0
    }

    #PARAGRAPH5 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 31px;
        line-height: 1.6
    }

    #PARAGRAPH6 {
        width: 470px;
        top: 280px;
        left: 0
    }

    #PARAGRAPH6 > .ladi-paragraph {
        color: #fff;
        font-size: 20px;
        line-height: 1.6
    }

    #IMAGE7 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE7 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX8 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX8 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP9 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH10 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH10 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP11 {
        width: 508px;
        height: 29px;
        top: 360px;
        left: 0
    }

    #IMAGE14 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE14 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX15 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX15 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP13 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH16 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH16 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP12 {
        width: 508px;
        height: 29px;
        top: 403.4px;
        left: 0
    }

    #IMAGE19 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE19 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX20 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX20 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP18 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH21 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH21 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP17 {
        width: 508px;
        height: 29px;
        top: 446.8px;
        left: 0
    }

    #IMAGE24 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE24 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX25 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX25 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP23 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH26 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH26 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP22 {
        width: 508px;
        height: 29px;
        top: 490.2px;
        left: 0
    }

    #IMAGE29 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE29 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX30 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX30 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP28 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH31 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH31 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP27 {
        width: 508px;
        height: 57px;
        top: 533.6px;
        left: 0
    }

    #BOX32 {
        width: 325.585px;
        height: 520px;
        top: 0;
        left: 0
    }

    #BOX32 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 20px
    }

    #BOX33 {
        width: 194.379px;
        height: 64px;
        top: 37px;
        left: 145.59px
    }

    #BOX33 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 10px
    }

    #SHAPE35 {
        width: 32.0725px;
        height: 31px;
        top: 17px;
        left: 304.009px
    }

    #SHAPE35 > .ladi-shape {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg)
    }

    #SHAPE35 svg:last-child {
        fill: url(index.html#SHAPE35_desktop_gradient)
    }

    #GROUP37 {
        width: 339.969px;
        height: 520px;
        top: 0;
        left: 5.83137px
    }

    #PARAGRAPH38 {
        width: 157px;
        top: 48px;
        left: 168.138px
    }

    #PARAGRAPH38 > .ladi-paragraph {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH39 {
        width: 154px;
        top: 12px;
        left: 179.315px
    }

    #PARAGRAPH39 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH40 {
        width: 143px;
        top: 12px;
        left: 12.6346px
    }

    #PARAGRAPH40 > .ladi-paragraph {
        font-family: "Montserrat-ExtraLight.otf";
        color: #848484;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH41 {
        width: 154px;
        top: 52px;
        left: 0
    }

    #PARAGRAPH41 > .ladi-paragraph {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #848484;
        font-size: 21px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP42 {
        width: 345.8px;
        height: 520px;
        top: 0;
        left: 0
    }

    #FORM52 {
        width: 290px;
        height: 220px;
        top: 120px;
        left: 23px
    }

    #FORM52 > .ladi-form {
        color: #b4b4b4;
        font-size: 12px;
        line-height: 1.6
    }

    #FORM52 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false], #FORM52 .ladi-form-item .ladi-form-control::placeholder {
        color: #b4b4b4
    }

    #FORM52 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(180%2C%20180%2C%20180%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM52 .ladi-form-item-container, #FORM52 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 10px
    }

    #FORM52 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #e86830
    }

    #BUTTON53 {
        width: 238.541px;
        height: 64.3902px;
        top: 155.61px;
        left: 29.6928px
    }

    #BUTTON53 > .ladi-button > .ladi-button-background {
        background: #da4453;
        background: -webkit-linear-gradient(180deg, #da4453, #89216b);
        background: linear-gradient(180deg, #da4453, #89216b)
    }

    #BUTTON53 > .ladi-button {
        border-radius: 20px
    }

    #BUTTON_TEXT53 {
        width: 247px;
        top: 12.0732px;
        left: 0
    }

    #BUTTON_TEXT53 > .ladi-headline {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT53.ladi-animation > .ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #FORM_ITEM54 {
        width: 290px;
        height: 60.3659px;
        top: 0;
        left: 0
    }

    #FORM_ITEM56 {
        width: 290px;
        height: 60.3659px;
        top: 75.122px;
        left: 0
    }

    #PARAGRAPH58 {
        width: 302px;
        top: 360px;
        left: 18px
    }

    #PARAGRAPH58 > .ladi-paragraph {
        font-family: "Montserrat";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
        /* font-weight: 600; */
    }

    #GROUP60 {
        width: 345.8px;
        height: 520px;
        top: 129px;
        left: 860px
    }

    #SECTION61 {
        height: 692.373px
    }

    #SECTION61 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/layout-venafix_pc-20200821074754.jpg);
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION62 {
        height: 660.1px
    }

    #PARAGRAPH63 {
        width: 1008px;
        top: 6.3px;
        left: 96.5px
    }

    #PARAGRAPH63 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH64 {
        width: 1070px;
        top: 61.3px;
        left: 65.5px
    }

    #PARAGRAPH64 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE65 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE65 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img1-20210526033135.jpg)
    }

    #PARAGRAPH66 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH66 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP67 {
        width: 179px;
        height: 281px;
        top: 165.244px;
        left: 126.5px
    }

    #IMAGE69 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE69 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img2-20210526033135.jpg)
    }

    #PARAGRAPH70 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH70 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP68 {
        width: 179px;
        height: 254px;
        top: 165.244px;
        left: 382.5px
    }

    #IMAGE72 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE72 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img3-20210526033135.jpg)
    }

    #PARAGRAPH73 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH73 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP71 {
        width: 179px;
        height: 286px;
        top: 165.244px;
        left: 638.5px
    }

    #IMAGE75 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE75 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img4-20210526033135.jpg)
    }

    #PARAGRAPH76 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH76 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP74 {
        width: 179px;
        height: 286px;
        top: 174.05px;
        left: 894.5px
    }

    #PARAGRAPH77 {
        width: 728px;
        top: 520.3px;
        left: 237px
    }

    #PARAGRAPH77 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON78 {
        width: 325px;
        height: 53px;
        top: 579.856px;
        left: 437.5px
    }

    #BUTTON78 > .ladi-button > .ladi-button-background {
        background: #da4453;
        background: -webkit-linear-gradient(180deg, #da4453, #89216b);
        background: linear-gradient(180deg, #da4453, #89216b)
    }

    #BUTTON78 > .ladi-button {
        border-radius: 30px
    }

    #BUTTON_TEXT78 {
        width: 325px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT78 > .ladi-headline {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT78.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION79 {
        height: 590.1px
    }

    #SECTION79 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952_4.png);
        background-position: center top;
        background-repeat: repeat
    }

    #PARAGRAPH80 {
        width: 1008px;
        top: 8.2px;
        left: 79.5px
    }

    #PARAGRAPH80 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH81 {
        width: 1070px;
        top: 62.2px;
        left: 17.5px
    }

    #PARAGRAPH81 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE82 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 12px
    }

    #IMAGE82 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel1-20210526045054.png)
    }

    #PARAGRAPH83 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH83 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BOX91 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 8px
    }

    #BOX91 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX91 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #BOX92 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX92 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #GROUP94 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 22.028px
    }

    #GROUP95 {
        width: 197px;
        height: 249px;
        top: 175.2px;
        left: 23.235px
    }

    #BOX98 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX98 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX99 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 8px
    }

    #BOX99 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX99 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE100 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 12px
    }

    #IMAGE100 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel2-20210526045054.png)
    }

    #GROUP97 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 22.028px
    }

    #PARAGRAPH101 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH101 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP96 {
        width: 197px;
        height: 192px;
        top: 175.2px;
        left: 262.617px
    }

    #BOX104 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX104 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX105 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 7px
    }

    #BOX105 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX105 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE106 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 11px
    }

    #IMAGE106 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel5-20210526045054.png)
    }

    #GROUP103 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 25.028px
    }

    #PARAGRAPH107 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH107 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP102 {
        width: 197px;
        height: 220px;
        top: 175.2px;
        left: 501.999px
    }

    #BOX110 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX110 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX111 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 7px
    }

    #BOX111 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX111 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE112 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 11px
    }

    #IMAGE112 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel3-20210526045054.png)
    }

    #GROUP109 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 25.028px
    }

    #PARAGRAPH113 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH113 > .ladi-paragraph {
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP108 {
        width: 196px;
        height: 219px;
        top: 175.2px;
        left: 741.381px
    }

    #BOX116 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX116 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX117 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 7px
    }

    #BOX117 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX117 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE118 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 11px
    }

    #IMAGE118 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel4-20210526045054.png)
    }

    #GROUP115 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 25.028px
    }

    #PARAGRAPH119 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH119 > .ladi-paragraph {
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP114 {
        width: 196px;
        height: 274px;
        top: 175.2px;
        left: 980.763px
    }

    #PARAGRAPH126 {
        width: 644px;
        top: 0;
        left: 53px
    }

    #PARAGRAPH126 > .ladi-paragraph {
        color: #fff;
        font-size: 20px;
        line-height: 1.6
    }

    #SHAPE127 {
        width: 42.7358px;
        height: 52.7543px;
        top: 9.246px;
        left: 0
    }

    #SHAPE127 svg:last-child {
        fill: #e83a30
    }

    #GROUP128 {
        width: 697px;
        height: 95px;
        top: 486.533px;
        left: 235px
    }

    #IMAGE129 {
        width: 425px;
        height: 413px;
        top: 297.703px;
        left: 40.765px
    }

    #IMAGE129 > .ladi-image > .ladi-image-background.loaded {
        width: 469px;
        height: 408.594px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-08-20210630092701_1.png)
    }

    #PARAGRAPH130 {
        width: 870px;
        top: 26.6px;
        left: 180px
    }

    #PARAGRAPH130 > .ladi-paragraph {
        color: #000;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE131 {
        width: 278.203px;
        height: 485.875px;
        top: 169.055px;
        left: 281.203px
    }

    #IMAGE131 > .ladi-image > .ladi-image-background.loaded {
        width: 278.203px;
        height: 485.875px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix_ind_sk_2-20210624110330.jpg)
    }

    #IMAGE132 {
        width: 278.203px;
        height: 485.875px;
        top: 169.055px;
        left: 10px
    }

    #IMAGE132 > .ladi-image > .ladi-image-background.loaded {
        width: 278.203px;
        height: 485.875px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix_ind_sk_1-20210624110330_1.jpg)
    }

    #PARAGRAPH133 {
        width: 584px;
        top: 166.597px;
        left: 596.764px
    }

    #PARAGRAPH133 > .ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #SECTION134 {
        height: 746.2px
    }

    #SECTION134 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952_6.png);
        background-position: center top;
        background-repeat: repeat
    }

    #PARAGRAPH135 {
        width: 1008px;
        top: 7.727px;
        left: 96.5px
    }

    #PARAGRAPH135 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH136 {
        width: 884px;
        top: 70.727px;
        left: 159px
    }

    #PARAGRAPH136 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BOX137 {
        width: 508px;
        height: 508px;
        top: 0;
        left: 0
    }

    #BOX137 > .ladi-box.loaded {
        opacity: .44;
        background-color: #fff;
        border-radius: 500px
    }

    #BOX138 {
        width: 437px;
        height: 437px;
        top: 35.5px;
        left: 35.5px
    }

    #BOX138 > .ladi-box.loaded {
        opacity: .44;
        background-color: #fff;
        border-radius: 500px
    }

    #BOX139 {
        width: 370px;
        height: 370px;
        top: 69px;
        left: 69px
    }

    #BOX139 > .ladi-box.loaded {
        opacity: .44;
        background-color: #fff;
        border-radius: 500px
    }

    #IMAGE140 {
        width: 513.334px;
        height: 462px;
        top: 143.56px;
        left: 340.666px
    }

    #IMAGE140 > .ladi-image > .ladi-image-background.loaded {
        width: 527.1px;
        height: 462px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-05-20210630092701_3.png)
    }

    #GROUP141 {
        width: 508px;
        height: 508px;
        top: 159.56px;
        left: 346px
    }

    #IMAGE144 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE144 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX145 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX145 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP143 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH146 {
        width: 231px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH146 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP142 {
        width: 269px;
        height: 57px;
        top: 238.727px;
        left: 905.5px
    }

    #IMAGE149 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE149 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX150 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX150 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP148 {
        width: 27px;
        height: 27px;
        top: 13px;
        left: 0
    }

    #PARAGRAPH151 {
        width: 231px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH151 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP147 {
        width: 269px;
        height: 57px;
        top: 323.06px;
        left: 905.5px
    }

    #IMAGE154 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE154 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX155 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX155 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP153 {
        width: 27px;
        height: 27px;
        top: 24px;
        left: 0
    }

    #PARAGRAPH156 {
        width: 231px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH156 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP152 {
        width: 269px;
        height: 86px;
        top: 407.394px;
        left: 905.5px
    }

    #IMAGE159 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE159 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX160 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX160 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP158 {
        width: 27px;
        height: 27px;
        top: 14px;
        left: 0
    }

    #PARAGRAPH161 {
        width: 213px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH161 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP157 {
        width: 250px;
        height: 57px;
        top: 518.727px;
        left: 905.5px
    }

    #IMAGE164 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE164 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX165 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX165 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP163 {
        width: 27px;
        height: 27px;
        top: 19px;
        left: 215.5px
    }

    #PARAGRAPH166 {
        width: 203px;
        top: 0;
        left: 0
    }

    #PARAGRAPH166 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP162 {
        width: 242.5px;
        height: 57px;
        top: 238.727px;
        left: 60px
    }

    #IMAGE169 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE169 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX170 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX170 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP168 {
        width: 27px;
        height: 27px;
        top: 19px;
        left: 189px
    }

    #PARAGRAPH171 {
        width: 176px;
        top: 0;
        left: 0
    }

    #PARAGRAPH171 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP167 {
        width: 216px;
        height: 57px;
        top: 323.06px;
        left: 86.5px
    }

    #IMAGE174 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE174 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX175 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX175 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP173 {
        width: 27px;
        height: 27px;
        top: 19px;
        left: 276.5px
    }

    #PARAGRAPH176 {
        width: 264px;
        top: 0;
        left: 0
    }

    #PARAGRAPH176 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP172 {
        width: 303.5px;
        height: 57px;
        top: 407.394px;
        left: 0
    }

    #IMAGE179 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE179 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX180 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX180 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP178 {
        width: 27px;
        height: 27px;
        top: 28px;
        left: 285.5px
    }

    #PARAGRAPH181 {
        width: 276px;
        top: 0;
        left: 0
    }

    #PARAGRAPH181 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP177 {
        width: 312.5px;
        height: 86px;
        top: 491.727px;
        left: -10px
    }

    #SECTION182 {
        height: 968.2px
    }

    #PARAGRAPH183 {
        width: 1008px;
        top: 15.527px;
        left: 79.5px
    }

    #PARAGRAPH183 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH184 {
        width: 1070px;
        top: 62.527px;
        left: 65.5px
    }

    #PARAGRAPH184 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #BOX185 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX185 > .ladi-box.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952.png);
        background-position: center top;
        background-repeat: repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(rgb(195, 66, 69) 0 2px 6px)
    }

    #PARAGRAPH187 {
        width: 356px;
        top: 18.4151px;
        left: .5px
    }

    #PARAGRAPH187 > .ladi-paragraph {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP189 {
        width: 356.5px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX190 {
        width: 355px;
        height: 580.075px;
        top: 90.9245px;
        left: 0
    }

    #BOX190 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        filter: drop-shadow(rgb(48, 201, 232) 0 2px 6px)
    }

    #GROUP191 {
        width: 356.5px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE192 {
        width: 229.714px;
        height: 170.077px;
        top: 108.184px;
        left: 62.643px
    }

    #IMAGE192 > .ladi-image > .ladi-image-background.loaded {
        width: 229.714px;
        height: 170.077px;
        top: 0;
        left: 0;
        background-image: url(../images/section4-1-20210526045054.png)
    }

    #BOX193 {
        width: 307px;
        height: 185px;
        top: 99.184px;
        left: 22px
    }

    #BOX193 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 20px
    }

    #PARAGRAPH194 {
        width: 308px;
        top: 290.222px;
        left: 22px
    }

    #PARAGRAPH194 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE195 {
        width: 23px;
        height: 22px;
        top: 16.961px;
        left: 0
    }

    #IMAGE195 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH196 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH196 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP197 {
        width: 340px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE198 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE198 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE198 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP199 {
        width: 341px;
        height: 68px;
        top: 316.222px;
        left: 7px
    }

    #IMAGE202 {
        width: 23px;
        height: 22px;
        top: 16.961px;
        left: 0
    }

    #IMAGE202 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH203 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH203 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP201 {
        width: 340px;
        height: 38.961px;
        top: 17px;
        left: 1px
    }

    #LINE204 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE204 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE204 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP200 {
        width: 341px;
        height: 55.961px;
        top: 393.222px;
        left: 7.5px
    }

    #IMAGE207 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE207 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH208 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH208 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP206 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE209 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE209 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE209 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP205 {
        width: 341px;
        height: 43px;
        top: 461.222px;
        left: 7.5px
    }

    #IMAGE212 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE212 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH213 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH213 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP211 {
        width: 340px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE214 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE214 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE214 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP210 {
        width: 341px;
        height: 68px;
        top: 510.222px;
        left: 7.5px
    }

    #IMAGE217 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE217 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH218 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH218 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP216 {
        width: 340px;
        height: 51px;
        top: 21px;
        left: 1px
    }

    #LINE219 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE219 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE219 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP215 {
        width: 341px;
        height: 72px;
        top: 590.222px;
        left: 7px
    }

    #GROUP220 {
        width: 356.5px;
        height: 671px;
        top: 173.099px;
        left: 13px
    }

    #BOX224 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX224 > .ladi-box.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952.png);
        background-position: center top;
        background-repeat: repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(rgb(195, 66, 69) 0 2px 6px)
    }

    #PARAGRAPH225 {
        width: 356px;
        top: 18.4151px;
        left: .5px
    }

    #PARAGRAPH225 > .ladi-paragraph {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP223 {
        width: 356.5px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX226 {
        width: 355px;
        height: 580.075px;
        top: 90.9245px;
        left: 0
    }

    #BOX226 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        filter: drop-shadow(rgb(48, 201, 232) 0 2px 6px)
    }

    #GROUP222 {
        width: 356.5px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE227 {
        width: 229.714px;
        height: 170.077px;
        top: 108.184px;
        left: 62.643px
    }

    #IMAGE227 > .ladi-image > .ladi-image-background.loaded {
        width: 229.714px;
        height: 170.077px;
        top: 0;
        left: 0;
        background-image: url(../images/section4-2-20210526045054.png)
    }

    #BOX228 {
        width: 307px;
        height: 185px;
        top: 99.184px;
        left: 22px
    }

    #BOX228 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 20px
    }

    #PARAGRAPH229 {
        width: 308px;
        top: 290.222px;
        left: 22px
    }

    #PARAGRAPH229 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE232 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE232 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH233 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH233 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP231 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE234 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE234 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE234 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP230 {
        width: 341px;
        height: 43px;
        top: 316.222px;
        left: 7px
    }

    #IMAGE237 {
        width: 23px;
        height: 22px;
        top: 16.961px;
        left: 0
    }

    #IMAGE237 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH238 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH238 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP236 {
        width: 340px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE239 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE239 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE239 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP235 {
        width: 341px;
        height: 68px;
        top: 367.222px;
        left: 7px
    }

    #IMAGE242 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE242 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH243 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH243 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP241 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE244 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE244 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE244 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP240 {
        width: 341px;
        height: 43px;
        top: 461.222px;
        left: 7.5px
    }

    #IMAGE247 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE247 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH248 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH248 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP246 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE249 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE249 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE249 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP245 {
        width: 340px;
        height: 43px;
        top: 510.222px;
        left: 7.5px
    }

    #IMAGE252 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE252 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH253 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH253 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP251 {
        width: 340px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE254 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE254 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE254 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP250 {
        width: 341px;
        height: 68px;
        top: 584.222px;
        left: 7.5px
    }

    #GROUP221 {
        width: 356.5px;
        height: 671px;
        top: 178.099px;
        left: 424.5px
    }

    #BOX258 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX258 > .ladi-box.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952.png);
        background-position: center top;
        background-repeat: repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(rgb(195, 66, 69) 0 2px 6px)
    }

    #PARAGRAPH259 {
        width: 356px;
        top: 18.4151px;
        left: .5px
    }

    #PARAGRAPH259 > .ladi-paragraph {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP257 {
        width: 356.5px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX260 {
        width: 355px;
        height: 580.075px;
        top: 90.9245px;
        left: 0
    }

    #BOX260 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        filter: drop-shadow(rgb(48, 201, 232) 0 2px 6px)
    }

    #GROUP256 {
        width: 356.5px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE261 {
        width: 229.714px;
        height: 170.077px;
        top: 108.184px;
        left: 62.643px
    }

    #IMAGE261 > .ladi-image > .ladi-image-background.loaded {
        width: 229.714px;
        height: 170.077px;
        top: 0;
        left: 0;
        background-image: url(../images/section4-3-20210526045054.png)
    }

    #BOX262 {
        width: 307px;
        height: 185px;
        top: 99.184px;
        left: 22px
    }

    #BOX262 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 20px
    }

    #PARAGRAPH263 {
        width: 308px;
        top: 290.222px;
        left: 22px
    }

    #PARAGRAPH263 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE266 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE266 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH267 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH267 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP265 {
        width: 340px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE268 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE268 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE268 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP264 {
        width: 341px;
        height: 68px;
        top: 316.222px;
        left: 7px
    }

    #IMAGE271 {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0
    }

    #IMAGE271 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH272 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH272 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP270 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE273 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE273 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE273 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP269 {
        width: 341px;
        height: 43px;
        top: 392.222px;
        left: 7.5px
    }

    #IMAGE276 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE276 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH277 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH277 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP275 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE278 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE278 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE278 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP274 {
        width: 341px;
        height: 43px;
        top: 435.222px;
        left: 7.5px
    }

    #IMAGE281 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE281 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH282 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH282 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP280 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE283 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE283 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE283 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP279 {
        width: 341px;
        height: 43px;
        top: 493.222px;
        left: 7.5px
    }

    #IMAGE286 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE286 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH287 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH287 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP285 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE288 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE288 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE288 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP284 {
        width: 341px;
        height: 43px;
        top: 603.222px;
        left: 7.5px
    }

    #GROUP255 {
        width: 356.5px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE291 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE291 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH292 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH292 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP290 {
        width: 340px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE293 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE293 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE293 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP289 {
        width: 341px;
        height: 43px;
        top: 555.039px;
        left: 8.5px
    }

    #BUTTON_TEXT294 {
        width: 325px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT294 > .ladi-headline {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT294.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON294 {
        width: 325px;
        height: 53px;
        top: 532.66px;
        left: 707.5px
    }

    #BUTTON294 > .ladi-button > .ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217)
    }

    #BUTTON294 > .ladi-button {
        border-radius: 30px
    }

    #BUTTON_TEXT296 {
        width: 325px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT296 > .ladi-headline {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT296.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON296 {
        width: 325px;
        height: 53px;
        top: 887.087px;
        left: 437.5px
    }

    #BUTTON296 > .ladi-button > .ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217)
    }

    #BUTTON296 > .ladi-button {
        border-radius: 30px
    }

    #PARAGRAPH298 {
        width: 1200px;
        top: 4.327px;
        left: 0
    }

    #PARAGRAPH298 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 40px;
        text-align: center;
        line-height: 1
    }

    #PARAGRAPH299 {
        width: 1070px;
        top: 79.827px;
        left: 50px
    }

    #PARAGRAPH299 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE300 {
        width: 555.584px;
        height: 289.054px;
        top: 157.522px;
        left: 100px
    }

    #IMAGE300 > .ladi-image > .ladi-image-background.loaded {
        width: 555.584px;
        height: 289.054px;
        top: 0;
        left: 0;
        background-image: url(../images/graf2-20210526071303_1.png)
    }

    #BOX301 {
        width: 16px;
        height: 16px;
        top: 0;
        left: 0
    }

    #BOX301 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-radius: 100px
    }

    #SHAPE302 {
        width: 12.1514px;
        height: 15px;
        top: 1px;
        left: 2px
    }

    #SHAPE302 svg:last-child {
        fill: #C34245
    }

    #GROUP303 {
        width: 16px;
        height: 16px;
        top: 174.172px;
        left: 649.667px
    }

    #BOX305 {
        width: 16px;
        height: 16px;
        top: 0;
        left: 0
    }

    #BOX305 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 100px
    }

    #SHAPE306 {
        width: 12.1514px;
        height: 15px;
        top: 1px;
        left: 2.257px
    }

    #SHAPE306 svg:last-child {
        fill: #e86830
    }

    #GROUP310 {
        width: 16px;
        height: 16px;
        top: 260.172px;
        left: 649.667px
    }

    #BOX315 {
        width: 16px;
        height: 16px;
        top: 0;
        left: 0
    }

    #BOX315 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e8b730;
        border-width: 1px;
        border-radius: 100px
    }

    #SHAPE316 {
        width: 12.1514px;
        height: 15px;
        top: 1px;
        left: 2.257px
    }

    #SHAPE316 svg:last-child {
        fill: #e8b730
    }

    #GROUP317 {
        width: 16px;
        height: 16px;
        top: 352.172px;
        left: 649.667px
    }

    #PARAGRAPH318 {
        width: 251px;
        top: 0;
        left: 0
    }

    #PARAGRAPH318 > .ladi-paragraph {
        font-family: "Montserrat-Medium.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH319 {
        width: 380px;
        top: 31px;
        left: 0
    }

    #PARAGRAPH319 > .ladi-paragraph {
        font-family: "Montserrat-Thin.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP320 {
        width: 380px;
        height: 62px;
        top: 149.83px;
        left: 680.584px
    }

    #GROUP320.ladi-animation > .ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH322 {
        width: 251px;
        top: 0;
        left: 0
    }

    #PARAGRAPH322 > .ladi-paragraph {
        font-family: "Montserrat-Medium.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH323 {
        width: 380px;
        top: 31px;
        left: 0
    }

    #PARAGRAPH323 > .ladi-paragraph {
        font-family: "Montserrat-Thin.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP321 {
        width: 380px;
        height: 62px;
        top: 228.83px;
        left: 680.584px
    }

    #GROUP321.ladi-animation > .ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH325 {
        width: 251px;
        top: 0;
        left: 0
    }

    #PARAGRAPH325 > .ladi-paragraph {
        font-family: "Montserrat-Medium.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH326 {
        width: 380px;
        top: 31px;
        left: 0
    }

    #PARAGRAPH326 > .ladi-paragraph {
        font-family: "Montserrat-Thin.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP324 {
        width: 380px;
        height: 63px;
        top: 321.83px;
        left: 680.584px
    }

    #GROUP324.ladi-animation > .ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION327 {
        height: 492.2px
    }

    #SECTION327 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-position: center top;
        background-repeat: repeat
    }

    #NOTIFY328 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060
    }

    #SECTION329 {
        height: 946.6px
    }

    #SECTION329 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/layout-tensilab-06-20201209043547.png);
        background-position: center top;
        background-repeat: repeat
    }

    #HEADLINE330 {
        width: 1120px;
        top: 19.8001px;
        left: 30px
    }

    #HEADLINE330 > .ladi-headline {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #CAROUSEL331 {
        width: 1205px;
        height: 671px;
        top: 181.8px;
        left: 0
    }

    #IMAGE332 {
        width: 320px;
        height: 577.407px;
        top: 45.627px;
        left: 30px
    }

    #IMAGE332 > .ladi-image > .ladi-image-background.loaded {
        width: 305.835px;
        height: 597.407px;
        top: -16px;
        left: 14.1651px;
        background-image: url(../images/hemonix-1-20210603090600_1.jpeg)
    }

    #IMAGE333 {
        width: 340px;
        height: 577.067px;
        top: 45.627px;
        left: 420px
    }

    #IMAGE333 > .ladi-image > .ladi-image-background.loaded {
        width: 335.85px;
        height: 597.067px;
        top: -14px;
        left: 4.14981px;
        background-image: url(../images/hemonix-2-20210603090619_1.jpeg)
    }

    #IMAGE334 {
        width: 345.34px;
        height: 580px;
        top: 35.627px;
        left: 800px
    }

    #IMAGE334 > .ladi-image > .ladi-image-background.loaded {
        width: 274.594px;
        height: 580px;
        top: 0;
        left: 70.7462px;
        background-image: url(../images/hemonix-3-20210603090631_1.jpeg)
    }

    #IMAGE335 {
        width: 329.727px;
        height: 584.516px;
        top: 35.627px;
        left: 1240px
    }

    #IMAGE335 > .ladi-image > .ladi-image-background.loaded {
        width: 329.727px;
        height: 584.516px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-4-20210603090646.jpeg)
    }

    #SECTION336 {
        height: 543.3px
    }

    #SECTION336 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/layer-11-20201027050053.png);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE337 {
        width: 1078px;
        top: 12px;
        left: 77px
    }

    #HEADLINE337 > .ladi-headline {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #GROUP338 {
        width: 550px;
        height: 339px;
        top: 145px;
        left: 29px
    }

    #GROUP339 {
        width: 550px;
        height: 339px;
        top: 0;
        left: 0
    }

    #BOX340 {
        width: 550px;
        height: 269px;
        top: 70px;
        left: 0
    }

    #BOX340 > .ladi-box.loaded {
        background-color: #fff
    }

    #IMAGE341 {
        width: 90px;
        height: 90px;
        top: 0;
        left: 10px
    }

    #IMAGE341 > .ladi-image > .ladi-image-background.loaded {
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
        background-image: url(../images/drhong-20201027035537.jpg)
    }

    #IMAGE341 > .ladi-image {
        border-radius: 242px
    }

    #GROUP342 {
        width: 320px;
        height: 50px;
        top: 14px;
        left: 110px
    }

    #BOX343 {
        width: 270px;
        height: 30px;
        top: 0;
        left: 0
    }

    #BOX343 > .ladi-box.loaded {
        background-color: #ffe516
    }

    #PARAGRAPH344 {
        width: 300px;
        top: 0;
        left: 10px
    }

    #PARAGRAPH344 > .ladi-paragraph {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE345 {
        width: 320px;
        top: 30px;
        left: 0
    }

    #HEADLINE345 > .ladi-headline {
        color: #fff;
        font-size: 13px;
        line-height: 1.6
    }

    #PARAGRAPH346 {
        width: 513px;
        top: 110px;
        left: 20px
    }

    #PARAGRAPH346 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP347 {
        width: 577px;
        height: 339px;
        top: 145px;
        left: 639px
    }

    #GROUP348 {
        width: 577px;
        height: 339px;
        top: 0;
        left: 0
    }

    #BOX349 {
        width: 540px;
        height: 269px;
        top: 70px;
        left: 0
    }

    #BOX349 > .ladi-box.loaded {
        background-color: #fff
    }

    #IMAGE350 {
        width: 90px;
        height: 90px;
        top: 0;
        left: 10px
    }

    #IMAGE350 > .ladi-image > .ladi-image-background.loaded {
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
        background-image: url(../images/drchen-20201027035537.jpg)
    }

    #IMAGE350 > .ladi-image {
        border-radius: 242px
    }

    #GROUP351 {
        width: 467px;
        height: 50px;
        top: 14px;
        left: 110px
    }

    #BOX352 {
        width: 265px;
        height: 30px;
        top: 0;
        left: 0
    }

    #BOX352 > .ladi-box.loaded {
        background-color: #ffe516
    }

    #PARAGRAPH353 {
        width: 300px;
        top: 0;
        left: 10px
    }

    #PARAGRAPH353 > .ladi-paragraph {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE354 {
        width: 468px;
        top: 30px;
        left: 0
    }

    #HEADLINE354 > .ladi-headline {
        color: #fff;
        font-size: 13px;
        line-height: 1.6
    }

    #PARAGRAPH355 {
        width: 500px;
        top: 110px;
        left: 20px
    }

    #PARAGRAPH355 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE356 {
        width: 1078px;
        top: 17.1px;
        left: 64px
    }

    #HEADLINE356 > .ladi-headline {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 49px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #IMAGE357 {
        width: 925.926px;
        height: 350.765px;
        top: 366.878px;
        left: 169px
    }

    #IMAGE357 > .ladi-image > .ladi-image-background.loaded {
        width: 925.926px;
        height: 350.765px;
        top: 0;
        left: 0;
        background-image: url(../images/indonesia-flag-map-20210527070859.png)
    }

    #IMAGE357 > .ladi-image {
        transform: rotate(25deg);
        -webkit-transform: rotate(25deg)
    }

    #IMAGE358 {
        width: 273.996px;
        height: 273.996px;
        top: 0;
        left: 10px
    }

    #IMAGE358 > .ladi-image > .ladi-image-background.loaded {
        width: 273.996px;
        height: 273.996px;
        top: 0;
        left: 0;
        background-image: url(../images/images-2-20210527071436.png)
    }

    #SECTION359 {
        height: 827.4px
    }

    #SECTION359 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952_1.png);
        background-position: right top;
        background-repeat: repeat
    }

    #PARAGRAPH360 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #PARAGRAPH360 > .ladi-paragraph {
        color: #000;
        font-size: 23px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP361 {
        width: 283.996px;
        height: 296px;
        top: 139.827px;
        left: 60px
    }

    #IMAGE363 {
        width: 240.071px;
        height: 189px;
        top: 0;
        left: 4.9645px
    }

    #IMAGE363 > .ladi-image > .ladi-image-background.loaded {
        width: 240.071px;
        height: 189px;
        top: 0;
        left: 0;
        background-image: url(../images/images-3-20210527071517.png)
    }

    #PARAGRAPH364 {
        width: 276px;
        top: 221.727px;
        left: 0
    }

    #PARAGRAPH364 > .ladi-paragraph {
        color: #000;
        font-size: 23px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP362 {
        width: 276px;
        height: 293.727px;
        top: 179.823px;
        left: 461.998px
    }

    #IMAGE366 {
        width: 194.265px;
        height: 193.016px;
        top: 0;
        left: 40.8675px
    }

    #IMAGE366 > .ladi-image > .ladi-image-background.loaded {
        width: 194.265px;
        height: 209.806px;
        top: 0;
        left: 0;
        background-image: url(../images/pay-rounded-icon-vector-10489772-20210527071504.jpg)
    }

    #PARAGRAPH367 {
        width: 276px;
        top: 221.727px;
        left: 0
    }

    #PARAGRAPH367 > .ladi-paragraph {
        color: #000;
        font-size: 23px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP365 {
        width: 276px;
        height: 293.727px;
        top: 179.823px;
        left: 856px
    }

    #GROUP368 {
        width: 356.5px;
        height: 671px;
        top: 173.099px;
        left: 836px
    }

    #PARAGRAPH371 {
        width: 610px;
        top: 44.827px;
        left: 0
    }

    #PARAGRAPH371 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 30px;
        line-height: 1.6
    }

    #PARAGRAPH372 {
        width: 470px;
        top: 234.827px;
        left: 0
    }

    #PARAGRAPH372 > .ladi-paragraph {
        color: #fff;
        font-size: 20px;
        line-height: 1.6
    }

    #IMAGE375 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE375 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX376 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX376 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP374 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH377 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH377 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP373 {
        width: 508px;
        height: 29px;
        top: 304.827px;
        left: 0
    }

    #IMAGE380 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE380 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX381 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX381 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP379 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH382 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH382 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP378 {
        width: 508px;
        height: 29px;
        top: 348.227px;
        left: 0
    }

    #IMAGE385 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE385 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX386 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX386 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP384 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH387 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH387 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP383 {
        width: 508px;
        height: 29px;
        top: 391.627px;
        left: 0
    }

    #IMAGE390 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE390 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX391 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX391 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP389 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH392 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH392 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP388 {
        width: 508px;
        height: 29px;
        top: 435.027px;
        left: 0
    }

    #IMAGE395 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE395 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX396 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX396 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP394 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH397 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH397 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP393 {
        width: 508px;
        height: 57px;
        top: 478.427px;
        left: 0
    }

    #SHAPE401 {
        width: 33px;
        height: 31px;
        top: 17px;
        left: 312.8px
    }

    #SHAPE401 > .ladi-shape {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg)
    }

    #SHAPE401 svg:last-child {
        fill: url(index.html#SHAPE401_desktop_gradient)
    }

    #BOX402 {
        width: 335px;
        height: 503px;
        top: 0;
        left: 0
    }

    #BOX402 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 20px
    }

    #BOX403 {
        width: 200px;
        height: 64px;
        top: 37px;
        left: 149.8px
    }

    #BOX403 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 10px
    }

    #GROUP400 {
        width: 349.8px;
        height: 503px;
        top: 0;
        left: 6px
    }

    #PARAGRAPH404 {
        width: 161px;
        top: 48px;
        left: 173px
    }

    #PARAGRAPH404 > .ladi-paragraph {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH405 {
        width: 159px;
        top: 12px;
        left: 184.5px
    }

    #PARAGRAPH405 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH406 {
        width: 148px;
        top: 12px;
        left: 13px
    }

    #PARAGRAPH406 > .ladi-paragraph {
        font-family: "Montserrat-ExtraLight.otf";
        color: #848484;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH407 {
        width: 159px;
        top: 52px;
        left: 0
    }

    #PARAGRAPH407 > .ladi-paragraph {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #848484;
        font-size: 21px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP399 {
        width: 355.8px;
        height: 503px;
        top: 0;
        left: 0
    }

    #PARAGRAPH418 {
        width: 320px;
        top: 350px;
        left: 13px
    }

    #PARAGRAPH418 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP398 {
        width: 355.8px;
        height: 503px;
        top: 245.827px;
        left: 840px
    }

    #IMAGE419 {
        width: 729.997px;
        height: 522px;
        top: 25.827px;
        left: 340px
    }

    #IMAGE419 > .ladi-image > .ladi-image-background.loaded {
        width: 729.997px;
        height: 547.498px;
        top: 0;
        left: 0;
        background-image: url(../images/photo_2021-05-27_14-38-26-20210527074647.png)
    }

    #IMAGE420 {
        width: 467.851px;
        height: 400.49px;
        top: 454.827px;
        left: 390px
    }

    #IMAGE420 > .ladi-image > .ladi-image-background.loaded {
        width: 467.851px;
        height: 400.49px;
        top: 32px;
        left: 0;
        background-size: contain;
        background-image: url(../images/e-book.png)
    }

    #SECTION421 {
        height: 73.227px
    }

    #PARAGRAPH422 {
        width: 700px;
        top: 12.227px;
        left: 260px
    }

    #PARAGRAPH422 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE440 {
        width: 456.545px;
        height: 645px;
        top: 76px;
        left: 478px;
    }

    #IMAGE440 > .ladi-image > .ladi-image-background.loaded {
        top: 0;
        left: 0;
        background-size: contain;
        background-image: url(../images/ebook-column.png)
    }

    #FORM_ITEM441 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 1.17089px;
        display: none !important
    }

    #FORM_ITEM442 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 32.6622px;
        display: none !important
    }

    #FORM_ITEM443 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 64.1536px;
        display: none !important
    }

    #FORM_ITEM444 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 95.6449px;
        display: none !important
    }

    #FORM_ITEM445 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 127.136px;
        display: none !important
    }

    #FORM_ITEM446 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 158.627px;
        display: none !important
    }

    #FORM_ITEM447 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 190.119px;
        display: none !important
    }

    #FORM_ITEM448 {
        width: 21.5937px;
        height: 44.5366px;
        top: 148.902px;
        left: 221.61px;
        display: none !important
    }

    #BUTTON_TEXT450 {
        width: 255px;
        top: 11.2785px;
        left: 0
    }

    #BUTTON_TEXT450 > .ladi-headline {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT450.ladi-animation > .ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON450 {
        width: 254.993px;
        height: 60.1519px;
        top: 137.848px;
        left: 31px
    }

    #BUTTON450 > .ladi-button > .ladi-button-background {
        background: #da4453;
        background: -webkit-linear-gradient(180deg, #da4453, #89216b);
        background: linear-gradient(180deg, #da4453, #89216b)
    }

    #BUTTON450 > .ladi-button {
        border-radius: 20px
    }

    #FORM_ITEM452 {
        width: 310px;
        height: 56.3924px;
        top: 0;
        left: 0
    }

    #FORM_ITEM453 {
        width: 310px;
        height: 56.3924px;
        top: 70.1772px;
        left: 0
    }

    #FORM_ITEM454 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 1.25164px;
        display: none !important
    }

    #FORM_ITEM455 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 34.9148px;
        display: none !important
    }

    #FORM_ITEM456 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 68.5779px;
        display: none !important
    }

    #FORM_ITEM457 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 102.241px;
        display: none !important
    }

    #FORM_ITEM458 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 135.904px;
        display: none !important
    }

    #FORM_ITEM459 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 169.567px;
        display: none !important
    }

    #FORM_ITEM460 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 203.231px;
        display: none !important
    }

    #FORM_ITEM461 {
        width: 23.0829px;
        height: 41.6051px;
        top: 139.101px;
        left: 236.894px;
        display: none !important
    }

    #FORM449 {
        width: 310px;
        height: 198px;
        top: 365.827px;
        left: 67%;
    }

    #FORM449 > .ladi-form {
        color: #b4b4b4;
        font-size: 12px;
        line-height: 1.6
    }

    #FORM449 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false], #FORM449 .ladi-form-item .ladi-form-control::placeholder {
        color: #b4b4b4
    }

    #FORM449 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(180%2C%20180%2C%20180%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM449 .ladi-form-item-container, #FORM449 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 10px
    }

    #FORM449 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #e86830
    }

    #PARAGRAPH462 {
        width: 1090px;
        top: 96.6px;
        left: 50px
    }

    #PARAGRAPH462 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #SECTION464 {
        height: 886px
    }

    #SECTION464 > .ladi-overlay {
        background-color: #fff
    }

    #GROUP503 {
        width: 720px;
        height: 198px;
        top: 146.427px;
        left: 20px
    }

    #IMAGE504 {
        width: 144px;
        height: 144px;
        top: 0;
        left: 0
    }

    #IMAGE504 > .ladi-image > .ladi-image-background.loaded {
        width: 144px;
        height: 144px;
        top: 0;
        left: 0;
        background-image: url(../images/17438140_1065558786912629_2386804568672436224_n-20210715090203.jpg)
    }

    #IMAGE504 > .ladi-image {
        border-radius: 270px
    }

    #GROUP505 {
        width: 556px;
        height: 188px;
        top: 10px;
        left: 164px
    }

    #GROUP506 {
        width: 86.8693px;
        height: 16.4576px;
        top: 2px;
        left: 136px
    }

    #SHAPE507 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 0
    }

    #SHAPE507 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE508 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 18.2863px
    }

    #SHAPE508 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE509 {
        width: 14.5314px;
        height: 16.4576px;
        top: 0;
        left: 55.4686px
    }

    #SHAPE509 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE510 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 37.182px
    }

    #SHAPE510 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE511 {
        width: 14px;
        height: 14px;
        top: 2px;
        left: 72.8693px
    }

    #SHAPE511 svg:last-child {
        fill: #ffae0f
    }

    #HEADLINE512 {
        width: 556px;
        top: 30px;
        left: 0
    }

    #HEADLINE512 > .ladi-headline {
        color: #051f4d;
        font-size: 17px;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE513 {
        width: 146px;
        top: 0;
        left: 0
    }

    #HEADLINE513 > .ladi-headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2
    }

    #HEADLINE516 {
        width: 843px;
        top: 26.427px;
        left: 200px
    }

    #HEADLINE516 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: #051f4d;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #IMAGE531 {
        width: 144px;
        height: 144px;
        top: 0;
        left: 660px
    }

    #IMAGE531 > .ladi-image > .ladi-image-background.loaded {
        width: 144px;
        height: 144px;
        top: 0;
        left: 0;
        background-image: url(../images/id_female-20210331100504.jpg)
    }

    #IMAGE531 > .ladi-image {
        border-radius: 270px
    }

    #SHAPE534 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 0
    }

    #SHAPE534 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE535 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 18.2863px
    }

    #SHAPE535 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE536 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 55.4686px
    }

    #SHAPE536 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE537 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 37.182px
    }

    #SHAPE537 svg:last-child {
        fill: #ffae0f
    }

    #GROUP533 {
        width: 71.9262px;
        height: 16.4576px;
        top: 0;
        left: 440px
    }

    #HEADLINE539 {
        width: 640px;
        top: 30px;
        left: 0
    }

    #HEADLINE539 > .ladi-headline {
        color: #051f4d;
        font-size: 17px;
        text-align: right;
        line-height: 1.6
    }

    #HEADLINE540 {
        width: 146px;
        top: 0;
        left: 490px
    }

    #HEADLINE540 > .ladi-headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        line-height: 1.2
    }

    #GROUP532 {
        width: 640px;
        height: 214px;
        top: 10px;
        left: 0
    }

    #GROUP530 {
        width: 804px;
        height: 224px;
        top: 376.427px;
        left: 380px
    }

    #IMAGE542 {
        width: 144px;
        height: 144px;
        top: 0;
        left: 0
    }

    #IMAGE542 > .ladi-image > .ladi-image-background.loaded {
        width: 144px;
        height: 144px;
        top: 0;
        left: 0;
        background-image: url(../images/w9-20210618083711.jpg)
    }

    #IMAGE542 > .ladi-image {
        border-radius: 270px
    }

    #SHAPE545 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 0
    }

    #SHAPE545 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE546 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 18.2863px
    }

    #SHAPE546 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE547 {
        width: 14.5314px;
        height: 16.4576px;
        top: 0;
        left: 55.4686px
    }

    #SHAPE547 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE548 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 37.182px
    }

    #SHAPE548 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE549 {
        width: 14px;
        height: 14px;
        top: 2px;
        left: 72.8693px
    }

    #SHAPE549 svg:last-child {
        fill: #ffae0f
    }

    #GROUP544 {
        width: 86.8693px;
        height: 16.4576px;
        top: 2px;
        left: 136px
    }

    #HEADLINE550 {
        width: 696px;
        top: 30px;
        left: 0
    }

    #HEADLINE550 > .ladi-headline {
        color: #051f4d;
        font-size: 17px;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE551 {
        width: 146px;
        top: 0;
        left: 0
    }

    #HEADLINE551 > .ladi-headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2
    }

    #GROUP543 {
        width: 696px;
        height: 214px;
        top: 10px;
        left: 164px
    }

    #GROUP541 {
        width: 860px;
        height: 224px;
        top: 616.427px;
        left: 20px
    }

    #BOX555 {
        width: 331px;
        height: 200px;
        top: 3px;
        left: 0
    }

    #BOX555 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 11px
    }

    #BOX556 {
        width: 330px;
        height: 53px;
        top: 0;
        left: 0
    }

    #BOX556 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 11px 11px 0 0
    }

    #GROUP553 {
        width: 331px;
        height: 203px;
        top: 0;
        left: 0
    }

    #PARAGRAPH558 {
        width: 329px;
        top: 3px;
        left: 0
    }

    #PARAGRAPH558 > .ladi-paragraph {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP552 {
        width: 331px;
        height: 203px;
        top: 0;
        left: 0
    }

    #PARAGRAPH560 {
        width: 310px;
        top: 63px;
        left: 9.99999px
    }

    #PARAGRAPH560 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH561 {
        width: 310px;
        top: 111px;
        left: 10.5px
    }

    #PARAGRAPH561 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH562 {
        width: 320px;
        top: 163px;
        left: 5.5px
    }

    #PARAGRAPH562 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #BOX566 {
        width: 329px;
        height: 50px;
        top: 101px;
        left: 1px
    }

    #BOX566 > .ladi-box.loaded {
        background-color: #edd9c2;
        border-radius: 0
    }

    #GROUP567 {
        width: 331px;
        height: 203px;
        top: 132px;
        left: 520px
    }

    #PARAGRAPH568 {
        width: 311px;
        top: 560px;
        left: 880px
    }

    #PARAGRAPH568 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }

    #BOX572 {
        width: 335px;
        height: 200px;
        top: 3px;
        left: 0
    }

    #BOX572 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 11px
    }

    #BOX573 {
        width: 333.988px;
        height: 53px;
        top: 0;
        left: 0
    }

    #BOX573 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 11px 11px 0 0
    }

    #GROUP571 {
        width: 335px;
        height: 203px;
        top: 0;
        left: 0
    }

    #PARAGRAPH574 {
        width: 333px;
        top: 3px;
        left: 0
    }

    #PARAGRAPH574 > .ladi-paragraph {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH575 {
        width: 313px;
        top: 63px;
        left: 10.1208px
    }

    #PARAGRAPH575 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP570 {
        width: 335px;
        height: 203px;
        top: 0;
        left: .00604px
    }

    #PARAGRAPH576 {
        width: 323px;
        top: 163px;
        left: 5.56647px
    }

    #PARAGRAPH576 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #BOX577 {
        width: 333px;
        height: 50px;
        top: 101px;
        left: 1.00604px
    }

    #BOX577 > .ladi-box.loaded {
        background-color: #edd9c2;
        border-radius: 0
    }

    #PARAGRAPH578 {
        width: 313px;
        top: 111px;
        left: 10.6269px
    }

    #PARAGRAPH578 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP569 {
        width: 335px;
        height: 203px;
        top: 565.827px;
        left: 0
    }

    #PARAGRAPH579 {
        width: 320px;
        top: 675.827px;
        left: 850px
    }

    #PARAGRAPH579 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0
    }

    #SECTION1 {
        height: 1792.36px
    }

    #SECTION1 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/block1-bg-20210526033115_1.jpg);
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION3 {
        height: 746.239px
    }

    #IMAGE4 {
        width: 400px;
        height: 302.334px;
        top: 11.3338px;
        left: 746px
    }

    #IMAGE4 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 302.334px;
        top: 0;
        left: 0;
        background-image: url(../images/block1-pic1-20210526033115_1.png)
    }

    #IMAGE4 > .ladi-image {
        opacity: .8
    }

    #PARAGRAPH5 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH5 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 30px;
        line-height: 1.6
    }

    #PARAGRAPH6 {
        width: 401px;
        top: 320px;
        left: 10px
    }

    #PARAGRAPH6 > .ladi-paragraph {
        color: #fff;
        font-size: 24px;
        line-height: 1.6
    }

    #IMAGE7 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE7 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX8 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX8 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP9 {
        width: 27px;
        height: 27px;
        top: 20.004px;
        left: 0
    }

    #PARAGRAPH10 {
        width: 363px;
        top: 0;
        left: 40px
    }

    #PARAGRAPH10 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP11 {
        width: 402px;
        height: 57px;
        top: 440px;
        left: 10px
    }

    #IMAGE14 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE14 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX15 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX15 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP13 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH16 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH16 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP12 {
        width: 507px;
        height: 28px;
        top: 510px;
        left: 10px
    }

    #IMAGE19 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE19 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX20 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX20 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP18 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH21 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH21 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP17 {
        width: 507px;
        height: 28px;
        top: 543.5px;
        left: 10px
    }

    #IMAGE24 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE24 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX25 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX25 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP23 {
        width: 27px;
        height: 27px;
        top: 20px;
        left: 0
    }

    #PARAGRAPH26 {
        width: 363px;
        top: 0;
        left: 40px
    }

    #PARAGRAPH26 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP22 {
        width: 402px;
        height: 56px;
        top: 577px;
        left: 10px
    }

    #IMAGE29 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE29 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX30 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX30 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP28 {
        width: 27px;
        height: 27px;
        top: 10px;
        left: 0
    }

    #PARAGRAPH31 {
        width: 333px;
        top: 0;
        left: 40px
    }

    #PARAGRAPH31 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP27 {
        width: 372px;
        height: 56px;
        top: 638.5px;
        left: 10px
    }

    #BOX32 {
        width: 335px;
        height: 464px;
        top: 0;
        left: 0
    }

    #BOX32 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 20px
    }

    #BOX33 {
        width: 200px;
        height: 64px;
        top: 37px;
        left: 149.8px
    }

    #BOX33 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 10px
    }

    #SHAPE35 {
        width: 33px;
        height: 31px;
        top: 17px;
        left: 312.8px
    }

    #SHAPE35 > .ladi-shape {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg)
    }

    #SHAPE35 svg:last-child {
        fill: url(index.html#SHAPE35_desktop_gradient)
    }

    #GROUP37 {
        width: 349.8px;
        height: 464px;
        top: 0;
        left: 6px
    }

    #PARAGRAPH38 {
        width: 161px;
        top: 48px;
        left: 173px
    }

    #PARAGRAPH38 > .ladi-paragraph {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH39 {
        width: 159px;
        top: 12px;
        left: 184.5px
    }

    #PARAGRAPH39 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH40 {
        width: 148px;
        top: 12px;
        left: 13px
    }

    #PARAGRAPH40 > .ladi-paragraph {
        font-family: "Montserrat-ExtraLight.otf";
        color: #848484;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH41 {
        width: 159px;
        top: 52px;
        left: 0
    }

    #PARAGRAPH41 > .ladi-paragraph {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #848484;
        font-size: 21px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP42 {
        width: 355.8px;
        height: 464px;
        top: 0;
        left: 0
    }

    #FORM52 {
        width: 300px;
        height: 168px;
        top: 114px;
        left: 23px
    }

    #FORM52 > .ladi-form {
        color: #b4b4b4;
        font-size: 12px;
        line-height: 1.6
    }

    #FORM52 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false], #FORM52 .ladi-form-item .ladi-form-control::placeholder {
        color: #b4b4b4
    }

    #FORM52 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(180%2C%20180%2C%20180%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM52 .ladi-form-item-container, #FORM52 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 10px
    }

    #FORM52 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #e86830
    }

    #BUTTON53 {
        width: 246.767px;
        height: 48px;
        top: 120px;
        left: 20.4778px
    }

    #BUTTON53 > .ladi-button > .ladi-button-background {
        background: #da4453;
        background: -webkit-linear-gradient(180deg, #da4453, #89216b);
        background: linear-gradient(180deg, #da4453, #89216b)
    }

    #BUTTON53 > .ladi-button {
        border-radius: 20px
    }

    #BUTTON_TEXT53 {
        width: 239px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT53 > .ladi-headline {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT53.ladi-animation > .ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #FORM_ITEM54 {
        width: 300px;
        height: 45px;
        top: 0;
        left: 0
    }

    #FORM_ITEM56 {
        width: 300px;
        height: 45px;
        top: 56px;
        left: 0
    }

    #PARAGRAPH58 {
        width: 320px;
        top: 304px;
        left: 13px
    }

    #PARAGRAPH58 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP60 {
        width: 355.8px;
        height: 464px;
        top: 1271.6px;
        left: 37px
    }

    #SECTION61 {
        height: 1393.67px
    }

    #SECTION61 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/layout-venafix_pc-20200821074754_1.jpg);
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION62 {
        height: 1847px
    }

    #PARAGRAPH63 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH63 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH64 {
        width: 401px;
        top: 117.67px;
        left: 10px
    }

    #PARAGRAPH64 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE65 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE65 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img1-20210526033135.jpg)
    }

    #PARAGRAPH66 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH66 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP67 {
        width: 179px;
        height: 315px;
        top: 257.67px;
        left: 120px
    }

    #IMAGE69 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE69 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img2-20210526033135.jpg)
    }

    #PARAGRAPH70 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH70 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP68 {
        width: 179px;
        height: 315px;
        top: 634.337px;
        left: 120px
    }

    #IMAGE72 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE72 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img3-20210526033135.jpg)
    }

    #PARAGRAPH73 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH73 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP71 {
        width: 179px;
        height: 315px;
        top: 1011px;
        left: 120px
    }

    #IMAGE75 {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0
    }

    #IMAGE75 > .ladi-image > .ladi-image-background.loaded {
        width: 178px;
        height: 178px;
        top: 0;
        left: 0;
        background-image: url(../images/block6-img4-20210526033135.jpg)
    }

    #PARAGRAPH76 {
        width: 179px;
        top: 191px;
        left: 0
    }

    #PARAGRAPH76 > .ladi-paragraph {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP74 {
        width: 179px;
        height: 253px;
        top: 1387.67px;
        left: 120px
    }

    #PARAGRAPH77 {
        width: 401px;
        top: 1689.84px;
        left: 10px
    }

    #PARAGRAPH77 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON78 {
        width: 325px;
        height: 53px;
        top: 1767.67px;
        left: 40px
    }

    #BUTTON78 > .ladi-button > .ladi-button-background {
        background: #da4453;
        background: -webkit-linear-gradient(180deg, #da4453, #89216b);
        background: linear-gradient(180deg, #da4453, #89216b)
    }

    #BUTTON78 > .ladi-button {
        border-radius: 30px
    }

    #BUTTON_TEXT78 {
        width: 325px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT78 > .ladi-headline {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT78.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION79 {
        height: 2007.06px
    }

    #SECTION79 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952_5.png);
        background-position: center top;
        background-repeat: repeat
    }

    #PARAGRAPH80 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH80 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 35px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH81 {
        width: 401px;
        top: 147px;
        left: 10px
    }

    #PARAGRAPH81 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE82 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 12px
    }

    #IMAGE82 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel1-20210526045054.png)
    }

    #PARAGRAPH83 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH83 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BOX91 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 8px
    }

    #BOX91 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX91 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #BOX92 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX92 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #GROUP94 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 22.028px
    }

    #GROUP95 {
        width: 196px;
        height: 219px;
        top: 252.84px;
        left: 110px
    }

    #BOX98 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX98 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX99 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 8px
    }

    #BOX99 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX99 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE100 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 12px
    }

    #IMAGE100 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel2-20210526045054.png)
    }

    #GROUP97 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 22.028px
    }

    #PARAGRAPH101 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH101 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP96 {
        width: 196px;
        height: 191px;
        top: 530.67px;
        left: 110px
    }

    #BOX104 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX104 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX105 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 7px
    }

    #BOX105 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX105 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE106 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 11px
    }

    #IMAGE106 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel5-20210526045054.png)
    }

    #GROUP103 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 25.028px
    }

    #PARAGRAPH107 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH107 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP102 {
        width: 196px;
        height: 246px;
        top: 1482.84px;
        left: 110px
    }

    #BOX110 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX110 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX111 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 7px
    }

    #BOX111 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX111 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE112 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 11px
    }

    #IMAGE112 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel3-20210526045054.png)
    }

    #GROUP109 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 25.028px
    }

    #PARAGRAPH113 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH113 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP108 {
        width: 196px;
        height: 219px;
        top: 1142.84px;
        left: 110px
    }

    #BOX116 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 0
    }

    #BOX116 > .ladi-box.loaded {
        opacity: .8;
        background-color: #faddd1;
        border-radius: 300px
    }

    #BOX117 {
        width: 135.944px;
        height: 135px;
        top: 7px;
        left: 7px
    }

    #BOX117 > .ladi-box.loaded {
        background-color: #ee8f66;
        border-radius: 300px
    }

    #BOX117 > .ladi-box:hover {
        background-color: #f56f35;
        background-image: none
    }

    #IMAGE118 {
        width: 126px;
        height: 126px;
        top: 11px;
        left: 11px
    }

    #IMAGE118 > .ladi-image > .ladi-image-background.loaded {
        width: 126px;
        height: 126px;
        top: 0;
        left: 0;
        background-image: url(../images/carousel4-20210526045054.png)
    }

    #GROUP115 {
        width: 150.105px;
        height: 149.062px;
        top: 0;
        left: 25.028px
    }

    #PARAGRAPH119 {
        width: 198px;
        top: 163px;
        left: 0
    }

    #PARAGRAPH119 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP114 {
        width: 196px;
        height: 274px;
        top: 782.84px;
        left: 110px
    }

    #PARAGRAPH126 {
        width: 328px;
        top: 0;
        left: 53px
    }

    #PARAGRAPH126 > .ladi-paragraph {
        color: #fff;
        font-size: 20px;
        line-height: 1.6
    }

    #SHAPE127 {
        width: 42.7358px;
        height: 52.7543px;
        top: 40px;
        left: 0
    }

    #SHAPE127 svg:last-child {
        fill: #e83a30
    }

    #GROUP128 {
        width: 380px;
        height: 128px;
        top: 1762.84px;
        left: 20px
    }

    #IMAGE129 {
        width: 410px;
        height: 410px;
        top: 935.18px;
        left: 10px
    }

    #IMAGE129 > .ladi-image > .ladi-image-background.loaded {
        width: 410px;
        height: 410px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-08-20210630092701.png)
    }

    #PARAGRAPH130 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH130 > .ladi-paragraph {
        color: #000;
        font-size: 30px;
        line-height: 1.6
    }

    #IMAGE131 {
        width: 200px;
        height: 307.075px;
        top: 835.18px;
        left: 200px
    }

    #IMAGE131 > .ladi-image > .ladi-image-background.loaded {
        width: 200px;
        height: 307.075px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix_ind_sk_2-20210624110330_1.jpg)
    }

    #IMAGE132 {
        width: 200px;
        height: 307.075px;
        top: 835.18px;
        left: 10px
    }

    #IMAGE132 > .ladi-image > .ladi-image-background.loaded {
        width: 200px;
        height: 307.075px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix_ind_sk_1-20210624110330.jpg)
    }

    #PARAGRAPH133 {
        width: 401px;
        top: 371.61px;
        left: 10px
    }

    #PARAGRAPH133 > .ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #SECTION134 {
        height: 1531px
    }

    #SECTION134 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952_2.png);
        background-position: center top;
        background-repeat: repeat
    }

    #PARAGRAPH135 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH135 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 35px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH136 {
        width: 401px;
        top: 201.51px;
        left: 10px
    }

    #PARAGRAPH136 > .ladi-paragraph {
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #BOX137 {
        width: 397.27px;
        height: 397.27px;
        top: 0;
        left: 0
    }

    #BOX137 > .ladi-box.loaded {
        opacity: .44;
        background-color: #fff;
        border-radius: 500px
    }

    #BOX138 {
        width: 341.746px;
        height: 341.746px;
        top: 27.762px;
        left: 27.762px
    }

    #BOX138 > .ladi-box.loaded {
        opacity: .44;
        background-color: #fff;
        border-radius: 500px
    }

    #BOX139 {
        width: 289.35px;
        height: 289.35px;
        top: 53.9599px;
        left: 53.9599px
    }

    #BOX139 > .ladi-box.loaded {
        opacity: .44;
        background-color: #fff;
        border-radius: 500px
    }

    #IMAGE140 {
        width: 400px;
        height: 360px;
        top: 781.51px;
        left: 10px
    }

    #IMAGE140 > .ladi-image > .ladi-image-background.loaded {
        width: 410.727px;
        height: 360px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-05-20210630092701_1.png)
    }

    #GROUP141 {
        width: 397.27px;
        height: 397.27px;
        top: 681.51px;
        left: 10px
    }

    #IMAGE144 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE144 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX145 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX145 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP143 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH146 {
        width: 231px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH146 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP142 {
        width: 268px;
        height: 56px;
        top: 301.51px;
        left: 20px
    }

    #IMAGE149 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE149 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX150 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX150 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP148 {
        width: 27px;
        height: 27px;
        top: 13px;
        left: 0
    }

    #PARAGRAPH151 {
        width: 231px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH151 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP147 {
        width: 268px;
        height: 56px;
        top: 391.51px;
        left: 20px
    }

    #IMAGE154 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE154 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX155 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX155 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP153 {
        width: 27px;
        height: 27px;
        top: 24px;
        left: 0
    }

    #PARAGRAPH156 {
        width: 231px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH156 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP152 {
        width: 268px;
        height: 83px;
        top: 481.51px;
        left: 20px
    }

    #IMAGE159 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE159 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX160 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX160 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP158 {
        width: 27px;
        height: 27px;
        top: 14px;
        left: 0
    }

    #PARAGRAPH161 {
        width: 213px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH161 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP157 {
        width: 249px;
        height: 56px;
        top: 591.51px;
        left: 20px
    }

    #IMAGE164 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE164 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX165 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX165 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP163 {
        width: 27px;
        height: 27px;
        top: 19px;
        left: 189px
    }

    #PARAGRAPH166 {
        width: 176px;
        top: 0;
        left: 0
    }

    #PARAGRAPH166 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP162 {
        width: 216px;
        height: 56px;
        top: 1391.51px;
        left: 176px
    }

    #IMAGE169 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE169 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX170 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX170 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP168 {
        width: 27px;
        height: 27px;
        top: 19px;
        left: 189px
    }

    #PARAGRAPH171 {
        width: 176px;
        top: 0;
        left: 0
    }

    #PARAGRAPH171 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP167 {
        width: 216px;
        height: 56px;
        top: 1310.51px;
        left: 176px
    }

    #IMAGE174 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE174 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX175 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX175 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP173 {
        width: 27px;
        height: 27px;
        top: 19px;
        left: 255px
    }

    #PARAGRAPH176 {
        width: 243px;
        top: 0;
        left: 0
    }

    #PARAGRAPH176 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP172 {
        width: 282px;
        height: 56px;
        top: 1121.51px;
        left: 110px
    }

    #IMAGE179 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE179 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX180 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX180 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP178 {
        width: 27px;
        height: 27px;
        top: 28px;
        left: 254px
    }

    #PARAGRAPH181 {
        width: 243px;
        top: 0;
        left: 0
    }

    #PARAGRAPH181 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP177 {
        width: 281px;
        height: 83px;
        top: 1202.51px;
        left: 111px
    }

    #SECTION182 {
        height: 2406px
    }

    #PARAGRAPH183 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH183 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 35px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH184 {
        width: 401px;
        top: 84px;
        left: 10px
    }

    #PARAGRAPH184 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #BOX185 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX185 > .ladi-box.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952.png);
        background-position: center top;
        background-repeat: repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(rgb(195, 66, 69) 0 2px 6px)
    }

    #PARAGRAPH187 {
        width: 356px;
        top: 18.4151px;
        left: .5px
    }

    #PARAGRAPH187 > .ladi-paragraph {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP189 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX190 {
        width: 355px;
        height: 580.075px;
        top: 90.9245px;
        left: 0
    }

    #BOX190 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        filter: drop-shadow(rgb(48, 201, 232) 0 2px 6px)
    }

    #GROUP191 {
        width: 355px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE192 {
        width: 229.714px;
        height: 170.077px;
        top: 108.184px;
        left: 62.643px
    }

    #IMAGE192 > .ladi-image > .ladi-image-background.loaded {
        width: 229.714px;
        height: 170.077px;
        top: 0;
        left: 0;
        background-image: url(../images/section4-1-20210526045054.png)
    }

    #BOX193 {
        width: 307px;
        height: 185px;
        top: 99.184px;
        left: 22px
    }

    #BOX193 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 20px
    }

    #PARAGRAPH194 {
        width: 308px;
        top: 290.222px;
        left: 22px
    }

    #PARAGRAPH194 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE195 {
        width: 23px;
        height: 22px;
        top: 16.961px;
        left: 0
    }

    #IMAGE195 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH196 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH196 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP197 {
        width: 339px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE198 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE198 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE198 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP199 {
        width: 340px;
        height: 68px;
        top: 316.222px;
        left: 7px
    }

    #IMAGE202 {
        width: 23px;
        height: 22px;
        top: 16.961px;
        left: 0
    }

    #IMAGE202 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH203 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH203 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP201 {
        width: 339px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE204 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE204 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE204 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP200 {
        width: 340px;
        height: 68px;
        top: 393.222px;
        left: 7.5px
    }

    #IMAGE207 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE207 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH208 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH208 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP206 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE209 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE209 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE209 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP205 {
        width: 340px;
        height: 43px;
        top: 461.222px;
        left: 7.5px
    }

    #IMAGE212 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE212 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH213 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH213 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP211 {
        width: 339px;
        height: 77px;
        top: 17px;
        left: 1px
    }

    #LINE214 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE214 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE214 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP210 {
        width: 340px;
        height: 94px;
        top: 510.222px;
        left: 7.5px
    }

    #IMAGE217 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE217 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH218 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH218 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP216 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE219 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE219 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE219 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP215 {
        width: 340px;
        height: 43px;
        top: 602.222px;
        left: 7px
    }

    #GROUP220 {
        width: 355px;
        height: 671px;
        top: 173.27px;
        left: 30px
    }

    #BOX224 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX224 > .ladi-box.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952.png);
        background-position: center top;
        background-repeat: repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(rgb(195, 66, 69) 0 2px 6px)
    }

    #PARAGRAPH225 {
        width: 356px;
        top: 18.4151px;
        left: .5px
    }

    #PARAGRAPH225 > .ladi-paragraph {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP223 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX226 {
        width: 355px;
        height: 580.075px;
        top: 90.9245px;
        left: 0
    }

    #BOX226 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        filter: drop-shadow(rgb(48, 201, 232) 0 2px 6px)
    }

    #GROUP222 {
        width: 355px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE227 {
        width: 229.714px;
        height: 170.077px;
        top: 108.184px;
        left: 62.643px
    }

    #IMAGE227 > .ladi-image > .ladi-image-background.loaded {
        width: 229.714px;
        height: 170.077px;
        top: 0;
        left: 0;
        background-image: url(../images/section4-2-20210526045054.png)
    }

    #BOX228 {
        width: 307px;
        height: 185px;
        top: 99.184px;
        left: 22px
    }

    #BOX228 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 20px
    }

    #PARAGRAPH229 {
        width: 308px;
        top: 290.222px;
        left: 22px
    }

    #PARAGRAPH229 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE232 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE232 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH233 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH233 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP231 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE234 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE234 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE234 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP230 {
        width: 340px;
        height: 43px;
        top: 316.222px;
        left: 7px
    }

    #IMAGE237 {
        width: 23px;
        height: 22px;
        top: 16.961px;
        left: 0
    }

    #IMAGE237 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH238 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH238 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP236 {
        width: 339px;
        height: 77px;
        top: 17px;
        left: 1px
    }

    #LINE239 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE239 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE239 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP235 {
        width: 340px;
        height: 94px;
        top: 367.222px;
        left: 7px
    }

    #IMAGE242 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE242 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH243 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH243 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP241 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE244 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE244 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE244 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP240 {
        width: 340px;
        height: 43px;
        top: 461.222px;
        left: 7.5px
    }

    #IMAGE247 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE247 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH248 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH248 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP246 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE249 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE249 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE249 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP245 {
        width: 340px;
        height: 43px;
        top: 510.222px;
        left: 7.5px
    }

    #IMAGE252 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE252 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH253 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH253 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP251 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE254 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE254 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE254 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP250 {
        width: 340px;
        height: 43px;
        top: 565.222px;
        left: 7.5px
    }

    #GROUP221 {
        width: 355px;
        height: 671px;
        top: 893.27px;
        left: 30px
    }

    #BOX258 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX258 > .ladi-box.loaded {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952.png);
        background-position: center top;
        background-repeat: repeat;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(rgb(195, 66, 69) 0 2px 6px)
    }

    #PARAGRAPH259 {
        width: 356px;
        top: 18.4151px;
        left: .5px
    }

    #PARAGRAPH259 > .ladi-paragraph {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP257 {
        width: 355px;
        height: 90.9245px;
        top: 0;
        left: 0
    }

    #BOX260 {
        width: 355px;
        height: 580.075px;
        top: 90.9245px;
        left: 0
    }

    #BOX260 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        filter: drop-shadow(rgb(48, 201, 232) 0 2px 6px)
    }

    #GROUP256 {
        width: 355px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE261 {
        width: 229.714px;
        height: 170.077px;
        top: 108.184px;
        left: 62.643px
    }

    #IMAGE261 > .ladi-image > .ladi-image-background.loaded {
        width: 229.714px;
        height: 170.077px;
        top: 0;
        left: 0;
        background-image: url(../images/section4-3-20210526045054.png)
    }

    #BOX262 {
        width: 307px;
        height: 185px;
        top: 99.184px;
        left: 22px
    }

    #BOX262 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 20px
    }

    #PARAGRAPH263 {
        width: 308px;
        top: 290.222px;
        left: 22px
    }

    #PARAGRAPH263 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE266 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE266 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH267 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH267 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP265 {
        width: 339px;
        height: 51px;
        top: 17px;
        left: 1px
    }

    #LINE268 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE268 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE268 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP264 {
        width: 340px;
        height: 68px;
        top: 316.222px;
        left: 7px
    }

    #IMAGE271 {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0
    }

    #IMAGE271 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH272 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH272 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP270 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE273 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE273 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE273 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP269 {
        width: 340px;
        height: 43px;
        top: 392.222px;
        left: 7.5px
    }

    #IMAGE276 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE276 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH277 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH277 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP275 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE278 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE278 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE278 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP274 {
        width: 340px;
        height: 43px;
        top: 435.222px;
        left: 7.5px
    }

    #IMAGE281 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE281 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH282 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH282 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP280 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE283 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE283 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE283 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP279 {
        width: 340px;
        height: 43px;
        top: 493.222px;
        left: 7.5px
    }

    #IMAGE286 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE286 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH287 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH287 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP285 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE288 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE288 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE288 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP284 {
        width: 340px;
        height: 43px;
        top: 603.222px;
        left: 7.5px
    }

    #GROUP255 {
        width: 355px;
        height: 671px;
        top: 0;
        left: 0
    }

    #IMAGE291 {
        width: 23px;
        height: 22px;
        top: 2px;
        left: 0
    }

    #IMAGE291 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #PARAGRAPH292 {
        width: 311px;
        top: 0;
        left: 29px
    }

    #PARAGRAPH292 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP290 {
        width: 339px;
        height: 26px;
        top: 17px;
        left: 1px
    }

    #LINE293 {
        width: 338px;
        top: 0;
        left: 0
    }

    #LINE293 > .ladi-line > .ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE293 > .ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP289 {
        width: 340px;
        height: 43px;
        top: 555.039px;
        left: 8.5px
    }

    #BUTTON_TEXT294 {
        width: 325px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT294 > .ladi-headline {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT294.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON294 {
        width: 325px;
        height: 53px;
        top: 1315.18px;
        left: 40px
    }

    #BUTTON294 > .ladi-button > .ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217)
    }

    #BUTTON294 > .ladi-button {
        border-radius: 30px
    }

    #BUTTON_TEXT296 {
        width: 325px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT296 > .ladi-headline {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT296.ladi-animation > .ladi-headline {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON296 {
        width: 325px;
        height: 53px;
        top: 2323.27px;
        left: 40px
    }

    #BUTTON296 > .ladi-button > .ladi-button-background {
        background: #e52d27;
        background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
        background: linear-gradient(180deg, #e52d27, #b31217)
    }

    #BUTTON296 > .ladi-button {
        border-radius: 30px
    }

    #PARAGRAPH298 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #PARAGRAPH298 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 30px;
        text-align: center;
        line-height: 1
    }

    #PARAGRAPH299 {
        width: 401px;
        top: 174.51px;
        left: 10px
    }

    #PARAGRAPH299 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE300 {
        width: 442.078px;
        height: 230px;
        top: 484.51px;
        left: 10px
    }

    #IMAGE300 > .ladi-image > .ladi-image-background.loaded {
        width: 442.078px;
        height: 230px;
        top: 0;
        left: 0;
        background-image: url(../images/graf2-20210526071303.png)
    }

    #BOX301 {
        width: 16px;
        height: 16px;
        top: 0;
        left: 0
    }

    #BOX301 > .ladi-box.loaded {
        border-style: solid;
        border-color: #C34245;
        border-width: 1px;
        border-radius: 100px
    }

    #SHAPE302 {
        width: 12.1514px;
        height: 15px;
        top: 1px;
        left: 2px
    }

    #SHAPE302 svg:last-child {
        fill: #C34245
    }

    #GROUP303 {
        width: 16px;
        height: 16px;
        top: 254.47px;
        left: 10px
    }

    #BOX305 {
        width: 16px;
        height: 16px;
        top: 0;
        left: 0
    }

    #BOX305 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 100px
    }

    #SHAPE306 {
        width: 12.1514px;
        height: 15px;
        top: 1px;
        left: 2.257px
    }

    #SHAPE306 svg:last-child {
        fill: #e86830
    }

    #GROUP310 {
        width: 16px;
        height: 16px;
        top: 334.47px;
        left: 10px
    }

    #BOX315 {
        width: 16px;
        height: 16px;
        top: 0;
        left: 0
    }

    #BOX315 > .ladi-box.loaded {
        border-style: solid;
        border-color: #e8b730;
        border-width: 1px;
        border-radius: 100px
    }

    #SHAPE316 {
        width: 12.1514px;
        height: 15px;
        top: 1px;
        left: 2.257px
    }

    #SHAPE316 svg:last-child {
        fill: #e8b730
    }

    #GROUP317 {
        width: 16px;
        height: 16px;
        top: 434.47px;
        left: 10px
    }

    #PARAGRAPH318 {
        width: 251px;
        top: 0;
        left: 0
    }

    #PARAGRAPH318 > .ladi-paragraph {
        font-family: "Montserrat-Medium.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH319 {
        width: 380px;
        top: 31px;
        left: 0
    }

    #PARAGRAPH319 > .ladi-paragraph {
        font-family: "Montserrat-Thin.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP320 {
        width: 378px;
        height: 62px;
        top: 234.47px;
        left: 30px
    }

    #GROUP320.ladi-animation > .ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH322 {
        width: 251px;
        top: 0;
        left: 0
    }

    #PARAGRAPH322 > .ladi-paragraph {
        font-family: "Montserrat-Medium.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH323 {
        width: 380px;
        top: 31px;
        left: 0
    }

    #PARAGRAPH323 > .ladi-paragraph {
        font-family: "Montserrat-Thin.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP321 {
        width: 378px;
        height: 62px;
        top: 314.47px;
        left: 30px
    }

    #GROUP321.ladi-animation > .ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH325 {
        width: 251px;
        top: 0;
        left: 0
    }

    #PARAGRAPH325 > .ladi-paragraph {
        font-family: "Montserrat-Medium.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH326 {
        width: 380px;
        top: 31px;
        left: 0
    }

    #PARAGRAPH326 > .ladi-paragraph {
        font-family: "Montserrat-Thin.otf";
        color: #000;
        font-size: 20px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP324 {
        width: 378px;
        height: 93px;
        top: 394.47px;
        left: 30px
    }

    #GROUP324.ladi-animation > .ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION327 {
        height: 1234.45px
    }

    #SECTION327 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-position: center top;
        background-repeat: repeat
    }

    #NOTIFY328 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060
    }

    #SECTION329 {
        height: 933.53px
    }

    #HEADLINE330 {
        width: 400px;
        top: 10px;
        left: 10px
    }

    #HEADLINE330 > .ladi-headline {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #CAROUSEL331 {
        width: 401px;
        height: 671px;
        top: 195.271px;
        left: 10px
    }

    #IMAGE332 {
        width: 275.739px;
        height: 597.067px;
        top: 25.9667px;
        left: 53px
    }

    #IMAGE332 > .ladi-image > .ladi-image-background.loaded {
        width: 275.739px;
        height: 597.067px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-1-20210603090600.jpeg)
    }

    #IMAGE333 {
        width: 275.739px;
        height: 597.067px;
        top: 25.9667px;
        left: 459px
    }

    #IMAGE333 > .ladi-image > .ladi-image-background.loaded {
        width: 275.739px;
        height: 597.067px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-2-20210603090619.jpeg)
    }

    #IMAGE334 {
        width: 347.311px;
        height: 591.777px;
        top: 25.9667px;
        left: 827px
    }

    #IMAGE334 > .ladi-image > .ladi-image-background.loaded {
        width: 347.311px;
        height: 591.777px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-3-20210603090631.jpeg)
    }

    #IMAGE335 {
        width: 329.727px;
        height: 584.516px;
        top: 32.2422px;
        left: 1234px
    }

    #IMAGE335 > .ladi-image > .ladi-image-background.loaded {
        width: 329.727px;
        height: 584.516px;
        top: 0;
        left: 0;
        background-image: url(../images/hemonix-4-20210603090646.jpeg)
    }

    #SECTION336 {
        height: 1447px
    }

    #SECTION336 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/expert-bg-20201027035537.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE337 {
        width: 400px;
        top: 29.161px;
        left: 10px
    }

    #HEADLINE337 > .ladi-headline {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #GROUP338 {
        width: 443px;
        height: 520.87px;
        top: 290.261px;
        left: 10px
    }

    #GROUP339 {
        width: 443px;
        height: 520.87px;
        top: 0;
        left: 0
    }

    #BOX340 {
        width: 400px;
        height: 350.87px;
        top: 170px;
        left: 0
    }

    #BOX340 > .ladi-box.loaded {
        background-color: #fff
    }

    #IMAGE341 {
        width: 90px;
        height: 90px;
        top: 0;
        left: 146px
    }

    #IMAGE341 > .ladi-image > .ladi-image-background.loaded {
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
        background-image: url(../images/drhong-20201027035537.jpg)
    }

    #IMAGE341 > .ladi-image {
        border-radius: 242px
    }

    #GROUP342 {
        width: 443px;
        height: 57px;
        top: 99px;
        left: 0
    }

    #BOX343 {
        width: 120px;
        height: 30px;
        top: 0;
        left: 133px
    }

    #BOX343 > .ladi-box.loaded {
        background-color: #ffe516
    }

    #PARAGRAPH344 {
        width: 300px;
        top: 0;
        left: 143px
    }

    #PARAGRAPH344 > .ladi-paragraph {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE345 {
        width: 410px;
        top: 31px;
        left: 0
    }

    #HEADLINE345 > .ladi-headline {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH346 {
        width: 380px;
        top: 180px;
        left: 10px
    }

    #PARAGRAPH346 > .ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP347 {
        width: 400px;
        height: 520px;
        top: 861.131px;
        left: 10px
    }

    #GROUP348 {
        width: 400px;
        height: 520px;
        top: 0;
        left: 0
    }

    #BOX349 {
        width: 400px;
        height: 318.368px;
        top: 201.632px;
        left: 0
    }

    #BOX349 > .ladi-box.loaded {
        background-color: #fff
    }

    #IMAGE350 {
        width: 90px;
        height: 95.5102px;
        top: 0;
        left: 150px
    }

    #IMAGE350 > .ladi-image > .ladi-image-background.loaded {
        width: 90px;
        height: 95.5102px;
        top: 0;
        left: 0;
        background-image: url(../images/drchen-20201027035537.jpg)
    }

    #IMAGE350 > .ladi-image {
        border-radius: 242px
    }

    #GROUP351 {
        width: 400px;
        height: 65.1901px;
        top: 99.7551px;
        left: 0
    }

    #BOX352 {
        width: 120px;
        height: 31.8367px;
        top: 0;
        left: 138px
    }

    #BOX352 > .ladi-box.loaded {
        background-color: #ffe516
    }

    #PARAGRAPH353 {
/*        width: 100px;*/
        top: 0;
        left: 148px
    }

    #PARAGRAPH353 > .ladi-paragraph {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE354 {
        width: 400px;
        top: 38.2041px;
        left: 0
    }

    #HEADLINE354 > .ladi-headline {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH355 {
        width: 380px;
        top: 210px;
        left: 10px
    }

    #PARAGRAPH355 > .ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE356 {
        width: 401px;
        top: 10px;
        left: 10px
    }

    #HEADLINE356 > .ladi-headline {
        font-family: "Montserrat-ExtraBold.otf";
        color: #000;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #IMAGE357 {
        width: 400px;
        height: 151.53px;
        top: 495.271px;
        left: -20px
    }

    #IMAGE357 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 151.53px;
        top: 0;
        left: 0;
        background-image: url(../images/indonesia-flag-map-20210527070859_1.png)
    }

    #IMAGE357 > .ladi-image {
        transform: rotate(25deg);
        -webkit-transform: rotate(25deg)
    }

    #IMAGE358 {
        width: 254px;
        height: 254px;
        top: 0;
        left: 11px
    }

    #IMAGE358 > .ladi-image > .ladi-image-background.loaded {
        width: 254px;
        height: 254px;
        top: 0;
        left: 0;
        background-image: url(../images/images-2-20210527071436.png)
    }

    #SECTION359 {
        height: 1851.29px
    }

    #SECTION359 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../images/section1_bg-20210526044952_3.png);
        background-position: right top;
        background-repeat: repeat
    }

    #PARAGRAPH360 {
        width: 276px;
        top: 248px;
        left: 0
    }

    #PARAGRAPH360 > .ladi-paragraph {
        color: #000;
        font-size: 23px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP361 {
        width: 276px;
        height: 320px;
        top: 173.701px;
        left: 80px
    }

    #IMAGE363 {
        width: 240.071px;
        height: 189px;
        top: 0;
        left: 4.9645px
    }

    #IMAGE363 > .ladi-image > .ladi-image-background.loaded {
        width: 240.071px;
        height: 189px;
        top: 0;
        left: 0;
        background-image: url(../images/images-3-20210527071517.png)
    }

    #PARAGRAPH364 {
        width: 276px;
        top: 221.727px;
        left: 0
    }

    #PARAGRAPH364 > .ladi-paragraph {
        color: #000;
        font-size: 23px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP362 {
        width: 276px;
        height: 293.727px;
        top: 543.701px;
        left: 70px
    }

    #IMAGE366 {
        width: 194.265px;
        height: 193.016px;
        top: 0;
        left: 40.8675px
    }

    #IMAGE366 > .ladi-image > .ladi-image-background.loaded {
        width: 194.265px;
        height: 209.806px;
        top: 0;
        left: 0;
        background-image: url(../images/pay-rounded-icon-vector-10489772-20210527071504.jpg)
    }

    #PARAGRAPH367 {
        width: 276px;
        top: 221.727px;
        left: 0
    }

    #PARAGRAPH367 > .ladi-paragraph {
        color: #000;
        font-size: 23px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP365 {
        width: 276px;
        height: 293.727px;
        top: 883.741px;
        left: 80px
    }

    #GROUP368 {
        width: 355px;
        height: 671px;
        top: 1613.27px;
        left: 30px
    }

    #PARAGRAPH371 {
        width: 390px;
        top: 18.891px;
        left: 10px
    }

    #PARAGRAPH371 > .ladi-paragraph {
        font-family: "Montserrat-ExtraBold.otf";
        color: #fff;
        font-size: 26px;
        line-height: 1.6
    }

    #PARAGRAPH372 {
        width: 401px;
        top: 214.291px;
        left: 10px
    }

    #PARAGRAPH372 > .ladi-paragraph {
        color: #fff;
        font-size: 20px;
        line-height: 1.6
    }

    #IMAGE375 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE375 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX376 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX376 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP374 {
        width: 27px;
        height: 27px;
        top: 19.983px;
        left: 0
    }

    #PARAGRAPH377 {
        width: 363px;
        top: 0;
        left: 40px
    }

    #PARAGRAPH377 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP373 {
        width: 402px;
        height: 56px;
        top: 1021.32px;
        left: 10px
    }

    #IMAGE380 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE380 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX381 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX381 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP379 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH382 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH382 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP378 {
        width: 507px;
        height: 28px;
        top: 1109.82px;
        left: 10px
    }

    #IMAGE385 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE385 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX386 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX386 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP384 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH387 {
        width: 470px;
        top: 0;
        left: 38px
    }

    #PARAGRAPH387 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP383 {
        width: 507px;
        height: 28px;
        top: 1170.32px;
        left: 10px
    }

    #IMAGE390 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE390 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX391 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX391 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP389 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #PARAGRAPH392 {
        width: 343px;
        top: 0;
        left: 40px
    }

    #PARAGRAPH392 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP388 {
        width: 383px;
        height: 28px;
        top: 1230.82px;
        left: 10px
    }

    #IMAGE395 {
        width: 23px;
        height: 22px;
        top: 5px;
        left: 3px
    }

    #IMAGE395 > .ladi-image > .ladi-image-background.loaded {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        background-image: url(../images/icon-20210526033643.png)
    }

    #BOX396 {
        width: 27px;
        height: 27px;
        top: 0;
        left: 0
    }

    #BOX396 > .ladi-box.loaded {
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        border-radius: 100px
    }

    #GROUP394 {
        width: 27px;
        height: 27px;
        top: 13.583px;
        left: 0
    }

    #PARAGRAPH397 {
        width: 343px;
        top: 0;
        left: 40px
    }

    #PARAGRAPH397 > .ladi-paragraph {
        color: #fff;
        font-size: 18px;
        line-height: 1.6
    }

    #GROUP393 {
        width: 382px;
        height: 56px;
        top: 1291.32px;
        left: 10px
    }

    #SHAPE401 {
        width: 33px;
        height: 31px;
        top: 17px;
        left: 312.8px
    }

    #SHAPE401 > .ladi-shape {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg)
    }

    #SHAPE401 svg:last-child {
        fill: url(index.html#SHAPE401_desktop_gradient)
    }

    #BOX402 {
        width: 335px;
        height: 467px;
        top: 0;
        left: 0
    }

    #BOX402 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 20px
    }

    #BOX403 {
        width: 200px;
        height: 64px;
        top: 37px;
        left: 149.8px
    }

    #BOX403 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 10px
    }

    #GROUP400 {
        width: 349.8px;
        height: 467px;
        top: 0;
        left: 6px
    }

    #PARAGRAPH404 {
        width: 161px;
        top: 48px;
        left: 173px
    }

    #PARAGRAPH404 > .ladi-paragraph {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH405 {
        width: 159px;
        top: 12px;
        left: 184.5px
    }

    #PARAGRAPH405 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH406 {
        width: 148px;
        top: 12px;
        left: 13px
    }

    #PARAGRAPH406 > .ladi-paragraph {
        font-family: "Montserrat-ExtraLight.otf";
        color: #848484;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH407 {
        width: 159px;
        top: 52px;
        left: 0
    }

    #PARAGRAPH407 > .ladi-paragraph {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #848484;
        font-size: 21px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP399 {
        width: 355.8px;
        height: 467px;
        top: 0;
        left: 0
    }

    #PARAGRAPH418 {
        width: 311px;
        top: 307px;
        left: 16px
    }

    #PARAGRAPH418 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP398 {
        width: 355.8px;
        height: 467px;
        top: 492.291px;
        left: 30px
    }

    #IMAGE419 {
        width: 400px;
        height: 300px;
        top: 1341.29px;
        left: 90px
    }

    #IMAGE419 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 300px;
        top: 0;
        left: 0;
        background-image: url(../images/photo_2021-05-27_14-38-26-20210527074647_1.png)
    }

    #IMAGE420 {
        width: 344.701px;
        height: 295.07px;
        top: 1551.29px;
        left: 30px
    }

    #IMAGE420 > .ladi-image > .ladi-image-background.loaded {
        width: 344.701px;
        height: 295.07px;
        top: 0;
        left: 0;
        background-image: url(../images/e-book.png);
        background-size: contain;
    }

    #SECTION421 {
        height: 98.62px
    }

    #PARAGRAPH422 {
        width: 400px;
        top: 19.111px;
        left: 10px
    }

    #PARAGRAPH422 > .ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE440 {
        width: 438px;
        height: 530.598px;
        top: 44%;
        left: 48%;
        transform: translate(-40%, -15%);
    }

    #IMAGE440 > .ladi-image > .ladi-image-background.loaded {
        width: 450px;
        height: 532.598px;
        top: 0;
        left: 0;
        background-image: url(../images/ebook-column.png);
        background-size: contain;
    }

    #FORM_ITEM441 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM442 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 32.5772px;
        display: none !important
    }

    #FORM_ITEM443 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 65.1545px;
        display: none !important
    }

    #FORM_ITEM444 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 97.7317px;
        display: none !important
    }

    #FORM_ITEM445 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 130.309px;
        display: none !important
    }

    #FORM_ITEM446 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 162.886px;
        display: none !important
    }

    #FORM_ITEM447 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 195.463px;
        display: none !important
    }

    #FORM_ITEM448 {
        width: 22.3383px;
        height: 33.2px;
        top: 111px;
        left: 228.041px;
        display: none !important
    }

    #BUTTON_TEXT450 {
        width: 255px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT450 > .ladi-headline {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT450.ladi-animation > .ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON450 {
        width: 254.992px;
        height: 48px;
        top: 120px;
        left: 21.1604px
    }

    #BUTTON450 > .ladi-button > .ladi-button-background {
        background: #da4453;
        background: -webkit-linear-gradient(180deg, #da4453, #89216b);
        background: linear-gradient(180deg, #da4453, #89216b)
    }

    #BUTTON450 > .ladi-button {
        border-radius: 20px
    }

    #FORM_ITEM452 {
        width: 310px;
        height: 45px;
        top: 0;
        left: 0
    }

    #FORM_ITEM453 {
        width: 310px;
        height: 45px;
        top: 56px;
        left: 0
    }

    #FORM_ITEM454 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM455 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 33.6631px;
        display: none !important
    }

    #FORM_ITEM456 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 67.3263px;
        display: none !important
    }

    #FORM_ITEM457 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 100.989px;
        display: none !important
    }

    #FORM_ITEM458 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 134.653px;
        display: none !important
    }

    #FORM_ITEM459 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 168.316px;
        display: none !important
    }

    #FORM_ITEM460 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 201.979px;
        display: none !important
    }

    #FORM_ITEM461 {
        width: 23.0829px;
        height: 33.2px;
        top: 111px;
        left: 235.642px;
        display: none !important
    }

    #FORM449 {
        width: 310px;
        height: 168px;
        top: 603.291px;
        left: 48px
    }

    #FORM449 > .ladi-form {
        color: #b4b4b4;
        font-size: 12px;
        line-height: 1.6
    }

    #FORM449 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false], #FORM449 .ladi-form-item .ladi-form-control::placeholder {
        color: #b4b4b4
    }

    #FORM449 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(180%2C%20180%2C%20180%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM449 .ladi-form-item-container, #FORM449 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 10px
    }

    #FORM449 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #e86830
    }

    #PARAGRAPH462 {
        width: 401px;
        top: 115px;
        left: 9.5px
    }

    #PARAGRAPH462 > .ladi-paragraph {
        color: #000;
        font-size: 30px;
        line-height: 1.6
    }

    #SECTION464 {
        height: 1728px
    }

    #SECTION464 > .ladi-overlay {
        background-color: #fff
    }

    #GROUP503 {
        width: 390px;
        height: 390px;
        top: 253.271px;
        left: 10px
    }

    #IMAGE504 {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0
    }

    #IMAGE504 > .ladi-image > .ladi-image-background.loaded {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0;
        background-image: url(../images/17438140_1065558786912629_2386804568672436224_n-20210715090203.jpg)
    }

    #IMAGE504 > .ladi-image {
        border-radius: 270px
    }

    #GROUP505 {
        width: 256px;
        height: 380px;
        top: 10px;
        left: 134px
    }

    #GROUP506 {
        width: 89.3269px;
        height: 16.4576px;
        top: 0;
        left: 136px
    }

    #SHAPE507 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 0
    }

    #SHAPE507 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE508 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 18.2863px
    }

    #SHAPE508 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE509 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 55.4686px
    }

    #SHAPE509 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE510 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 37.182px
    }

    #SHAPE510 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE511 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 72.8693px
    }

    #SHAPE511 svg:last-child {
        fill: #ffae0f
    }

    #HEADLINE512 {
        width: 256px;
        top: 30px;
        left: 0
    }

    #HEADLINE512 > .ladi-headline {
        color: #051f4d;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE513 {
        width: 136px;
        top: 0;
        left: 0
    }

    #HEADLINE513 > .ladi-headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2
    }

    #HEADLINE516 {
        width: 388px;
        top: 31px;
        left: 20px
    }

    #HEADLINE516 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: #051f4d;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #IMAGE531 {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0
    }

    #IMAGE531 > .ladi-image > .ladi-image-background.loaded {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0;
        background-image: url(../images/id_female-20210331100504.jpg)
    }

    #IMAGE531 > .ladi-image {
        border-radius: 270px
    }

    #SHAPE534 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 0
    }

    #SHAPE534 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE535 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 18.2863px
    }

    #SHAPE535 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE536 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 55.4686px
    }

    #SHAPE536 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE537 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 37.182px
    }

    #SHAPE537 svg:last-child {
        fill: #ffae0f
    }

    #GROUP533 {
        width: 71.9262px;
        height: 16.4576px;
        top: 0;
        left: 136px
    }

    #HEADLINE539 {
        width: 266px;
        top: 30px;
        left: 0
    }

    #HEADLINE539 > .ladi-headline {
        color: #051f4d;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE540 {
        width: 156px;
        top: 0;
        left: 0
    }

    #HEADLINE540 > .ladi-headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2
    }

    #GROUP532 {
        width: 266px;
        height: 430px;
        top: 10px;
        left: 134px
    }

    #GROUP530 {
        width: 400px;
        height: 440px;
        top: 693.271px;
        left: 10px
    }

    #IMAGE542 {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0
    }

    #IMAGE542 > .ladi-image > .ladi-image-background.loaded {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0;
        background-image: url(../images/w9-20210618083711.jpg)
    }

    #IMAGE542 > .ladi-image {
        border-radius: 270px
    }

    #SHAPE545 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 0
    }

    #SHAPE545 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE546 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 18.2863px
    }

    #SHAPE546 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE547 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 55.4686px
    }

    #SHAPE547 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE548 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 37.182px
    }

    #SHAPE548 svg:last-child {
        fill: #ffae0f
    }

    #SHAPE549 {
        width: 16.4576px;
        height: 16.4576px;
        top: 0;
        left: 72.8693px
    }

    #SHAPE549 svg:last-child {
        fill: #ffae0f
    }

    #GROUP544 {
        width: 89.3269px;
        height: 16.4576px;
        top: 0;
        left: 126px
    }

    #HEADLINE550 {
        width: 266px;
        top: 30px;
        left: 0
    }

    #HEADLINE550 > .ladi-headline {
        color: #051f4d;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE551 {
        width: 146px;
        top: 0;
        left: 0
    }

    #HEADLINE551 > .ladi-headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2
    }

    #GROUP543 {
        width: 266px;
        height: 370px;
        top: 0;
        left: 134px
    }

    #GROUP541 {
        width: 400px;
        height: 370px;
        top: 1203.27px;
        left: 10px
    }

    #BOX555 {
        width: 335px;
        height: 172px;
        top: 0;
        left: 0
    }

    #BOX555 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 11px
    }

    #BOX556 {
        width: 335px;
        height: 39.9436px;
        top: .000142px;
        left: 0
    }

    #BOX556 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 11px 11px 0 0
    }

    #GROUP553 {
        width: 335px;
        height: 172px;
        top: 0;
        left: 0
    }

    #PARAGRAPH558 {
        width: 202px;
        top: 1.0002px;
        left: 72px
    }

    #PARAGRAPH558 > .ladi-paragraph {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 24px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP552 {
        width: 335px;
        height: 172px;
        top: 0;
        left: 0
    }

    #PARAGRAPH560 {
        width: 320px;
        top: 47px;
        left: 7px
    }

    #PARAGRAPH560 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH561 {
        width: 320px;
        top: 91px;
        left: 7.5px
    }

    #PARAGRAPH561 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH562 {
        width: 320px;
        top: 131px;
        left: 7.5px
    }

    #PARAGRAPH562 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #BOX566 {
        width: 333px;
        height: 42.2659px;
        top: 84px;
        left: 1px
    }

    #BOX566 > .ladi-box.loaded {
        background-color: #edd9c2;
        border-radius: 0
    }

    #GROUP567 {
        width: 335px;
        height: 172px;
        top: 1081.6px;
        left: 42px
    }

    #PARAGRAPH568 {
        width: 300px;
        top: 1645.6px;
        left: 60px
    }

    #PARAGRAPH568 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #BOX572 {
        width: 335px;
        height: 172px;
        top: 0;
        left: 0
    }

    #BOX572 > .ladi-box.loaded {
        background-color: #fff;
        border-style: solid;
        border-color: #e86830;
        border-width: 1px;
        border-radius: 11px
    }

    #BOX573 {
        width: 335px;
        height: 39.9436px;
        top: .000142px;
        left: 0
    }

    #BOX573 > .ladi-box.loaded {
        background: #ffcc2f;
        background: -webkit-linear-gradient(180deg, #ffcc2f, #ef5734);
        background: linear-gradient(180deg, #ffcc2f, #ef5734);
        border-radius: 11px 11px 0 0
    }

    #GROUP571 {
        width: 335px;
        height: 172px;
        top: 0;
        left: 0
    }

    #PARAGRAPH574 {
        width: 202px;
        top: 1.0002px;
        left: 72px
    }

    #PARAGRAPH574 > .ladi-paragraph {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 24px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH575 {
        width: 320px;
        top: 47px;
        left: 7px
    }

    #PARAGRAPH575 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP570 {
        width: 335px;
        height: 172px;
        top: 0;
        left: 0
    }

    #PARAGRAPH576 {
        width: 320px;
        top: 131px;
        left: 7.5px
    }

    #PARAGRAPH576 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #BOX577 {
        width: 333px;
        height: 42.2659px;
        top: 84px;
        left: 1px
    }

    #BOX577 > .ladi-box.loaded {
        background-color: #edd9c2;
        border-radius: 0
    }

    #PARAGRAPH578 {
        width: 320px;
        top: 91px;
        left: 7.5px
    }

    #PARAGRAPH578 > .ladi-paragraph {
        color: #000;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP569 {
        width: 335px;
        height: 172px;
        top: 302.291px;
        left: 36px
    }

    #PARAGRAPH579 {
        width: 321px;
        top: 879.291px;
        left: 40px
    }

    #PARAGRAPH579 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }
}

.form-gray-text{
    text-align: center;
    margin-top: 7px;
    background-color: #373535;
    color: white;
    width: 116%;
    /* height: 30px; */
    padding: 9px;
    border-radius: 10px;
    position: relative;
    left: -23px;
    font-style: italic;
    font-size: 14px;
}