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

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

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.ladi-html strong {
    font-weight: 700
}

.ladi-html em {
    font-style: italic
}

.ladi-html a {
    text-decoration: underline
}

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: 10000000000;
    background: rgba(0, 0, 0, .3)
}

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

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

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

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

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

.ladi-section .ladi-section-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 90000040
}

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

.ladi-survey .ladi-survey-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    transition: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

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

.ladi-survey .ladi-survey-option-label {
    display: block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    position: relative
}

.ladi-survey .ladi-survey-option-image {
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    vertical-align: middle;
    border-radius: inherit;
    position: relative
}

.ladi-survey .ladi-survey-button-next {
    display: block
}

.ladi-survey .ladi-survey-button-next.empty {
    display: none
}

.ladi-survey .ladi-survey-button-next.no-select {
    display: none
}

.ladi-survey .ladi-survey-button-next button {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px
}

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

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

.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;
    touch-action: pan-y
}

.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("") 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;
    touch-action: pan-y
}

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

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

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

.ladi-tabs>.ladi-element[data-index] {
    display: none
}

.ladi-tabs>.ladi-element.selected[data-index] {
    display: block
}

.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("");
    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 {
    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("");
    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("ladi-icons.svg")
}

#SECTION_POPUP .popup-close,
.ladi-section .ladi-section-close,
.lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("")
}

#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: rgba(64, 64, 64, 1);
    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: rgba(64, 64, 64, 1);
    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: "Prompt-Regular.ttf";
    
}

@font-face {
    font-family: "Prompt-Bold.ttf";
    
}

@font-face {
    font-family: "Prompt-Italic.ttf";
 
}

@font-face {
    font-family: "Prompt-SemiBold.ttf";
    
}

@font-face {
    font-family: "Prompt-ExtraBold.ttf";
    
}

@font-face {
    font-family: "SFUEurostileCondensed.TTF";
    
}

body {
    font-family: "Prompt-Regular.ttf"
}

@media (min-width: 768px) {
    #time {
        position: absolute;
        font-size: 40px;
        left: 261px;
        top: 10px;
        color: white;
        font-weight: 600;
    }

    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION1 {
        height: 60.3px;
    }

    #SECTION1>.ladi-section-background {
        background-color: #372a7f;
    }

    #SECTION1 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION4 {
        height: 324.2px;
    }

    #SECTION4 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION7 {
        height: 862.013px;
    }

    #SECTION7 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE14 {
        width: 928px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE14>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE15 {
        width: 337px;
        top: 109.93px;
        left: 0px;
    }

    #HEADLINE15>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #SECTION12 {
        height: 878.3px;
    }

    #SECTION12 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE20 {
        width: 949px;
        top: 585.3px;
        left: 125.5px;
    }

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

    #SECTION19 {
        height: 709.3px;
    }

    #SECTION19 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION27 {
        height: 819.035px;
    }

    #SECTION27 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE39 {
        width: 373px;
        top: 13.049px;
        left: 118.913px;
    }

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

    #SECTION35 {
        height: 787.3px;
    }

    #SECTION35>.ladi-section-background {
        background-color: rgb(247, 245, 255);
    }

    #SECTION35 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION47 {
        height: 698.41px;
    }

    #SECTION47>.ladi-section-background {
        background-color: rgba(244, 254, 255, 0.5);
    }

    #SECTION47 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE53 {
        width: 425px;
        top: 143.908px;
        left: 184px;
    }

    #HEADLINE53>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 35px;
        text-align: right;
        line-height: 1.6;
    }

    #HEADLINE55 {
        width: 449px;
        top: 0px;
        left: 21.817px;
    }

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

    #SECTION52 {
        height: 776.72px;
    }

    #SECTION52>.ladi-section-background {
        background-color: rgba(244, 254, 255, 0.5);
    }

    #SECTION52 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION64 {
        height: 651.3px;
    }

    #SECTION64 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION68 {
        height: 784.3px;
    }

    #SECTION68 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE75 {
        width: 836px;
        top: 80.65px;
        left: 182px;
    }

    #HEADLINE75>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION72 {
        height: 434.3px;
    }

    #SECTION72 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE76 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #SECTION81 {
        height: 717.3px;
    }

    #SECTION81>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("jjj-20210113024237.jpg");
        background-position: center top;
        background-repeat: repeat;
        filter: saturate(65%) hue-rotate(380deg);
        opacity: 0.7;
    }

    #SECTION81 .ladi-section-arrow-down {
        background-image: url("");
    }

    #IMAGE83 {
        width: 210.409px;
        height: 40.9561px;
        top: 10.1719px;
        left: 0px;
    }

    #IMAGE83>.ladi-image>.ladi-image-background {
        width: 210.409px;
        height: 40.9561px;
        top: 0px;
        left: 0px;
        background-image: url("logo.png");
    }

    #HEADLINE84 {
        width: 904px;
        top: 0px;
        left: 12px;
    }

    #HEADLINE84>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE84 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE85 {
        width: 781px;
        top: 48px;
        left: 64.5px;
    }

    #HEADLINE85>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 30px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP86 {
        width: 928px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

    #GROUP87 {
        width: 928px;
        height: 96px;
        top: 25px;
        left: 136px;
    }

    #IMAGE88 {
        width: 232px;
        height: 335.86px;
        top: 0px;
        left: 352px;
    }

    #IMAGE88>.ladi-image>.ladi-image-background {
        width: 580px;
        height: 386.86px;
        top: -28px;
        left: -336px;
        background-image: url("han-toolscom_2c346e20dd264dc6ab48477350afd1f41637748141415-20211124101850.jpg");
    }

    #IMAGE88>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE104 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE104>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE105 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE105>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE105 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP103 {
        width: 1110px;
        height: 48px;
        top: 40px;
        left: 0px;
    }

    #HEADLINE106 {
        width: 946px;
        top: 54px;
        left: 82px;
    }

    #HEADLINE106>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 22px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP102 {
        width: 1110px;
        height: 89px;
        top: 91.7px;
        left: 45px;
    }

    #HEADLINE8 {
        width: 561px;
        top: 0px;
        left: 69.5px;
    }

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

    #BOX108 {
        width: 52px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX108>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 0px 3px);
    }

    #HEADLINE109 {
        width: 52px;
        top: 2px;
        left: 0px;
    }

    #HEADLINE109>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FE5858;
        background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
        background: linear-gradient(180deg, #FE5858, #EE9617);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE109 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #IMAGE110 {
        width: 387.188px;
        height: 430.84px;
        top: 306.28px;
        left: 434.812px;
    }

    #IMAGE110>.ladi-image>.ladi-image-background {
        width: 387.188px;
        height: 430.84px;
        top: 0px;
        left: 0px;
        background-image: url("pro-i.png");
    }

    #IMAGE110:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #IMAGE115 {
        width: 320.607px;
        height: 157.896px;
        top: 559.404px;
        left: -312.359px;
    }

    #IMAGE115>.ladi-image>.ladi-image-background {
        width: 320.607px;
        height: 157.896px;
        top: 0px;
        left: 0px;
        background-image: url("fgvsrw34t4-20201102083944.png");
    }

    #IMAGE115>.ladi-image {
        opacity: 0.42;
    }

    #IMAGE195 {
        width: 585.727px;
        height: 607.402px;
        top: 109.898px;
        left: 700px;
    }

    #IMAGE195>.ladi-image>.ladi-image-background {
        width: 585.727px;
        height: 607.402px;
        top: 0px;
        left: -40px;
        background-image: url("img-logo.png");
    }

    #IMAGE195.ladi-animation>.ladi-image {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE196 {
        width: 320.607px;
        height: 157.896px;
        top: 189px;
        left: 427px;
    }

    #IMAGE196>.ladi-image>.ladi-image-background {
        width: 320.607px;
        height: 157.896px;
        top: 0px;
        left: 0px;
        background-image: url("fgvsrw34t4-20201102083944.png");
    }

    #IMAGE196>.ladi-image {
        opacity: 0.42;
    }

    #HEADLINE198 {
        width: 732px;
        top: 0px;
        left: 7.86062px;
    }

    #HEADLINE198>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE199 {
        width: 748px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE199>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE199 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP197 {
        width: 748px;
        height: 112px;
        top: 52.948px;
        left: 60px;
    }

    #PARAGRAPH219 {
        width: 350px;
        top: 30.899px;
        left: 42.8755px;
    }

    #PARAGRAPH219>.ladi-paragraph {
        font-family: "Prompt-SemiBold.ttf";
        color: rgb(55, 42, 127);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #BOX221 {
        width: 411.751px;
        height: 357.25px;
        top: 6.875px;
        left: 0px;
    }

    #BOX221>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 6px;
    }

    #SHAPE228 {
        width: 20.099px;
        height: 20.099px;
        top: 35.899px;
        left: 15px;
    }

    #SHAPE228 svg:last-child {
        fill: url("#SHAPE228_desktop_gradient");
    }

    #SHAPE229 {
        width: 20.099px;
        height: 20.099px;
        top: 102.537px;
        left: 15px;
    }

    #SHAPE229 svg:last-child {
        fill: url("#SHAPE229_desktop_gradient");
    }

    #SHAPE230 {
        width: 20.099px;
        height: 20.099px;
        top: 169.175px;
        left: 15px;
    }

    #SHAPE230 svg:last-child {
        fill: url("#SHAPE230_desktop_gradient");
    }

    #SHAPE231 {
        width: 20.099px;
        height: 20.099px;
        top: 235.812px;
        left: 15px;
    }

    #SHAPE231 svg:last-child {
        fill: url("#SHAPE231_desktop_gradient");
    }

    #SHAPE232 {
        width: 20.099px;
        height: 20.099px;
        top: 302.45px;
        left: 15px;
    }

    #SHAPE232 svg:last-child {
        fill: url("#SHAPE232_desktop_gradient");
    }

    #BOX233 {
        width: 411px;
        height: 353px;
        top: 0px;
        left: 7.7515px;
    }

    #BOX233>.ladi-box {
        border-style: dashed;
        border-color: rgb(55, 42, 127);
        border-width: 1px;
        border-radius: 7px;
    }

    #GROUP235 {
        width: 418.752px;
        height: 364.125px;
        top: 274.7px;
        left: 8.2485px;
    }

    #GROUP235.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX237 {
        width: 960px;
        height: 264px;
        top: 0px;
        left: 0px;
    }

    #BOX237>.ladi-box {
        background-color: rgb(243, 240, 255);
        border-style: solid;
        border-color: rgb(55, 42, 127);
        border-width: 1px;
        border-radius: 20px;
    }

    #HEADLINE239 {
        width: 469px;
        top: 190px;
        left: 491px;
    }

    #HEADLINE239>.ladi-headline {
        color: rgb(72, 110, 137);
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE242 {
        width: 187px;
        top: 73.929px;
        left: 53.416px;
    }

    #HEADLINE242>.ladi-headline {
        font-family: "Prompt-ExtraBold.ttf";
        color: rgb(156, 150, 190);
        font-size: 75px;
        text-align: center;
        line-height: 1;
    }

    #BOX243 {
        width: 470.416px;
        height: 58.3064px;
        top: 0px;
        left: 0px;
    }

    #BOX243>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 20px 0px 50px;
    }

    #HEADLINE244 {
        width: 200px;
        top: 42.204px;
        left: 152.339px;
    }

    #HEADLINE244>.ladi-headline {
        color: rgb(255, 245, 245);
        font-size: 25px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

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

    #COUNTDOWN245 {
        width: 231.791px;
        height: 34.0479px;
        top: 12.1292px;
        left: 190.437px;
    }

    #COUNTDOWN245>.ladi-countdown {
        color: rgb(250, 221, 209);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    #COUNTDOWN245>.ladi-countdown>.ladi-element {
        width: calc((100% - 15px * 3) / 4);
        /* margin-right: 15px; */
        height: 100%;
    }

    #COUNTDOWN245>.ladi-countdown .ladi-countdown-background {
        background-color: rgb(55, 42, 127);
        border-radius: 10px;
    }

    #BOX251 {
        width: 132.699px;
        height: 38.876px;
        top: 0px;
        left: 0px;
    }

    #BOX251>.ladi-box {
        background-color: rgb(33, 57, 74);
        border-radius: 17px;
    }

    #HEADLINE252 {
        width: 133px;
        top: 0.438px;
        left: 0px;
    }

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

    #GROUP250 {
        width: 133px;
        height: 38.876px;
        top: 106.347px;
        left: 282.416px;
    }

    #HEADLINE253 {
        width: 152px;
        top: 73.929px;
        left: 272.916px;
    }

    #HEADLINE253>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(249, 134, 136);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #LINE254 {
        height: 71px;
        top: 73.929px;
        left: 240.416px;
    }

    #LINE254>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(156, 150, 190);
        border-bottom: 1px solid rgb(156, 150, 190);
        border-left: 1px solid rgb(156, 150, 190);
    }

    #LINE254>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #BUTTON_TEXT256 {
        width: 368px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT256>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        text-shadow: rgb(33, 57, 74) 1px 2px 3px;
    }

    #BUTTON256 {
        width: 409px;
        height: 47px;
        top: 107px;
        left: 0px;
    }

    #BUTTON256>.ladi-button>.ladi-button-background {
        background: rgba(255, 1, 113, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
        background: linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
    }

    #BUTTON256>.ladi-button {
        border-radius: 8px;
    }

    #BUTTON256>.ladi-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #BUTTON256>.ladi-button:hover .ladi-button-background {
        background-color: rgb(255, 37, 25);
        background-image: none;
    }

    #FORM_ITEM258 {
        width: 406.994px;
        height: 40px;
        top: 0px;
        left: 1.003px;
    }

    #FORM_ITEM259 {
        width: 406.994px;
        height: 40px;
        top: 53px;
        left: 1.003px;
    }

    #FORM255 {
        width: 409px;
        height: 154px;
        top: 23.929px;
        left: 521px;
    }

    #FORM255>.ladi-form {
        color: rgb(72, 110, 137);
        font-size: 14px;
        line-height: 1.6;
    }

    #FORM255 .ladi-form-item .ladi-form-control::placeholder,
    #FORM255 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(72, 110, 137, 1.0);
    }

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

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

    #FORM255 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("");
    }

    #FORM255 .ladi-form-item-container,
    #FORM255 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(171, 208, 234);
        border-width: 2px;
        border-radius: 5px;
    }

    #FORM255 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(171, 208, 234);
    }

    #HEADLINE264 {
        width: 187px;
        top: 73.929px;
        left: 50.332px;
    }

    #HEADLINE264>.ladi-headline {
        font-family: "Prompt-ExtraBold.ttf";
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
        color: rgb(229, 83, 70);
        font-size: 75px;
        text-align: center;
        line-height: 1;
    }

    #HEADLINE264 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #BOX265 {
        width: 398px;
        height: 54px;
        top: 179.348px;
        left: 36.416px;
    }

    #BOX265>.ladi-box {
        background-color: rgb(255, 245, 245);
        border-style: solid;
        border-color: rgb(72, 110, 137);
        border-width: 1px;
        border-radius: 179px;
    }

    #BOX266 {
        width: 146px;
        height: 54px;
        top: 179.348px;
        left: 36.416px;
    }

    #BOX266>.ladi-box {
        background-color: rgb(229, 133, 71);
        border-radius: 179px;
    }

    #HEADLINE267 {
        width: 132px;
        top: 191.848px;
        left: 44.332px;
    }

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

    #HEADLINE268 {
        width: 237px;
        top: 191.848px;
        left: 187.832px;
    }

    #HEADLINE268>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE269 {
        width: 156px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE269>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 106px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP270 {
        width: 584px;
        height: 335.86px;
        top: 142.9px;
        left: 0px;
    }

    #GROUP270.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE284 {
        width: 232px;
        height: 335.86px;
        top: 0px;
        left: 0px;
    }

    #IMAGE284>.ladi-image>.ladi-image-background {
        width: 503.538px;
        height: 335.86px;
        top: 0px;
        left: -230px;
        background-image: url("el1.jpg");
    }

    #IMAGE284>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE285 {
        width: 350px;
        top: 106px;
        left: 251px;
    }

    #HEADLINE285>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE286 {
        width: 156px;
        top: 0px;
        left: 251px;
    }

    #HEADLINE286>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 106px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP283 {
        width: 601px;
        height: 335.86px;
        top: 142.9px;
        left: 599px;
    }

    #GROUP283.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE288 {
        width: 232px;
        height: 335.86px;
        top: 0px;
        left: 352px;
    }

    #IMAGE288>.ladi-image>.ladi-image-background {
        width: 503.538px;
        height: 335.86px;
        top: 0px;
        left: -145px;
        background-image: url("el3.jpg");
    }

    #IMAGE288>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE289 {
        width: 337px;
        top: 109.93px;
        left: 0px;
    }

    #HEADLINE289>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE290 {
        width: 156px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE290>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 106px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP287 {
        width: 584px;
        height: 335.86px;
        top: 495.9px;
        left: 0px;
    }

    #GROUP287.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE292 {
        width: 232px;
        height: 335.86px;
        top: 0px;
        left: 0px;
    }

    #IMAGE292>.ladi-image>.ladi-image-background {
        width: 503.538px;
        height: 335.86px;
        top: 0px;
        left: -200px;
        background-image: url("el2.jpg");
    }

    #IMAGE292>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE293 {
        width: 350px;
        top: 106px;
        left: 251px;
    }

    #HEADLINE293>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE294 {
        width: 156px;
        top: 0px;
        left: 251px;
    }

    #HEADLINE294>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 106px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP291 {
        width: 601px;
        height: 335.86px;
        top: 495.9px;
        left: 599px;
    }

    #GROUP291.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE295 {
        width: 2000px;
        height: 1088.54px;
        top: -143.02px;
        left: -359px;
    }

    #IMAGE295>.ladi-image>.ladi-image-background {
        width: 2000px;
        height: 1088.54px;
        top: 0px;
        left: 0px;
        background-image: url("bg2-20211125060610.png");
    }

    #GROUP296 {
        width: 52px;
        height: 52px;
        top: 3px;
        left: 0px;
    }

    #IMAGE297 {
        width: 500.097px;
        height: 481.605px;
        top: 216.598px;
        left: 728.86px;
    }

    #IMAGE297>.ladi-image>.ladi-image-background {
        width: 500.097px;
        height: 481.605px;
        top: 0px;
        left: 0px;
        background-image: url("12.png");
    }

    #IMAGE297:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #GROUP298 {
        width: 630.5px;
        height: 58px;
        top: 256.25px;
        left: 13px;
    }

    #GROUP298.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE300 {
        width: 561px;
        top: 0px;
        left: 69.5px;
    }

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

    #BOX302 {
        width: 52px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX302>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 0px 3px);
    }

    #HEADLINE303 {
        width: 52px;
        top: 2px;
        left: 0px;
    }

    #HEADLINE303>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FE5858;
        background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
        background: linear-gradient(180deg, #FE5858, #EE9617);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE303 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP301 {
        width: 52px;
        height: 52px;
        top: 3px;
        left: 0px;
    }

    #GROUP299 {
        width: 630.5px;
        height: 86px;
        top: 366.325px;
        left: 13px;
    }

    #GROUP299.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE305 {
        width: 561px;
        top: 0px;
        left: 69.5px;
    }

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

    #BOX307 {
        width: 52px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX307>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 0px 3px);
    }

    #HEADLINE308 {
        width: 52px;
        top: 2px;
        left: 0px;
    }

    #HEADLINE308>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FE5858;
        background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
        background: linear-gradient(180deg, #FE5858, #EE9617);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE308 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP306 {
        width: 52px;
        height: 52px;
        top: 3px;
        left: 0px;
    }

    #GROUP304 {
        width: 630.5px;
        height: 115px;
        top: 504.401px;
        left: 13px;
    }

    #GROUP304.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE311 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE311>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE312 {
        width: 1090px;
        top: 0px;
        left: 10px;
    }

    #HEADLINE312>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE312 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP310 {
        width: 1110px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE313 {
        width: 946px;
        top: 58.5px;
        left: 82px;
    }

    #HEADLINE313>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP309 {
        width: 1110px;
        height: 128.5px;
        top: -15px;
        left: 45px;
    }

    #HEADLINE315 {
        width: 278px;
        top: 0px;
        left: 154.797px;
    }

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

    #HEADLINE316 {
        width: 159px;
        top: 0px;
        left: 1.796px;
    }

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

    #HEADLINE317 {
        width: 199px;
        top: 57px;
        left: 0px;
    }

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

    #BOX319 {
        width: 125px;
        height: 40px;
        top: 16.7px;
        left: 0px;
    }

    #BOX319>.ladi-box {
        background-color: rgb(150, 221, 72);
    }

    #BOX319.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE320 {
        width: 199px;
        top: 24.4px;
        left: 13.2025px;
    }

    #HEADLINE320>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #BOX321 {
        width: 200px;
        height: 40px;
        top: 71.22px;
        left: 0px;
    }

    #BOX321>.ladi-box {
        background-color: rgb(186, 203, 14);
    }

    #BOX321.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX322 {
        width: 275px;
        height: 40px;
        top: 125.74px;
        left: 0px;
    }

    #BOX322>.ladi-box {
        background-color: rgb(236, 183, 20);
    }

    #BOX322.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX323 {
        width: 350px;
        height: 40px;
        top: 180.26px;
        left: 0px;
    }

    #BOX323>.ladi-box {
        background-color: rgb(255, 111, 25);
    }

    #BOX323.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: .9s;
        -webkit-animation-delay: .9s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX324 {
        width: 450px;
        height: 40px;
        top: 234.78px;
        left: 0px;
    }

    #BOX324>.ladi-box {
        background-color: rgb(255, 37, 25);
    }

    #BOX324.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX325 {
        width: 500px;
        height: 40px;
        top: 289.3px;
        left: 0px;
    }

    #BOX325>.ladi-box {
        background-color: rgb(199, 25, 16);
    }

    #BOX325.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE326 {
        width: 199px;
        top: 77.2px;
        left: 13.2025px;
    }

    #HEADLINE326>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #HEADLINE327 {
        width: 199px;
        top: 133.8px;
        left: 13.2025px;
    }

    #HEADLINE327>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #HEADLINE328 {
        width: 199px;
        top: 186.8px;
        left: 13.2025px;
    }

    #HEADLINE328>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #HEADLINE329 {
        width: 199px;
        top: 241.8px;
        left: 13.2025px;
    }

    #HEADLINE329>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #HEADLINE330 {
        width: 199px;
        top: 295.8px;
        left: 13.2025px;
    }

    #HEADLINE330>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #FRAME318 {
        width: 518px;
        height: 346px;
        top: 33.9px;
        left: 154.797px;
    }

    #HEADLINE331 {
        width: 147px;
        top: 111.38px;
        left: 1.796px;
    }

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

    #HEADLINE332 {
        width: 199px;
        top: 165.76px;
        left: 0px;
    }

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

    #HEADLINE333 {
        width: 199px;
        top: 220.14px;
        left: 1.796px;
    }

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

    #HEADLINE334 {
        width: 199px;
        top: 274.52px;
        left: 0px;
    }

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

    #HEADLINE335 {
        width: 199px;
        top: 328.9px;
        left: 1.796px;
    }

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

    #GROUP314 {
        width: 672.797px;
        height: 379.9px;
        top: 168.937px;
        left: 263.601px;
    }

    #HEADLINE338 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE338>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE339 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE339>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE339 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP337 {
        width: 1110px;
        height: 96px;
        top: 25.7px;
        left: 45px;
    }

    #BOX342 {
        width: 364.952px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

    #BOX342>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
    }

    #HEADLINE343 {
        width: 153px;
        top: 235.254px;
        left: 14.639px;
    }

    #HEADLINE343>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH344 {
        width: 336px;
        top: 280.582px;
        left: 14.639px;
    }

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

    #IMAGE355 {
        width: 335.674px;
        height: 208.4px;
        top: 11.8px;
        left: 14.639px;
    }

    #IMAGE355>.ladi-image>.ladi-image-background {
        width: 335.674px;
        height: 217.517px;
        top: -9.11675px;
        left: 0px;
        background-image: url("han-toolscom_1cd5f0773944a3ba19a190816f25b55f1637901398354-20211126043758.jpg");
    }

    #GROUP358 {
        width: 364.952px;
        height: 490px;
        top: 158.65px;
        left: 25.025px;
    }

    #GROUP358.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX360 {
        width: 364.952px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

    #BOX360>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
    }

    #IMAGE361 {
        width: 335.674px;
        height: 208.4px;
        top: 11.8px;
        left: 14.639px;
    }

    #IMAGE361>.ladi-image>.ladi-image-background {
        width: 335.674px;
        height: 223.895px;
        top: 0px;
        left: 0px;
        background-image: url("han-toolscom_0cb82ffe60a99c321514b0d52a8c77d91637901242084-20211126043536.jpg");
    }

    #HEADLINE362 {
        width: 336px;
        top: 235.254px;
        left: 14.639px;
    }

    #HEADLINE362>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH363 {
        width: 336px;
        top: 280.582px;
        left: 14.639px;
    }

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

    #GROUP359 {
        width: 364.952px;
        height: 490px;
        top: 158.65px;
        left: 417.525px;
    }

    #GROUP359.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX365 {
        width: 364.952px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

    #BOX365>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
    }

    #IMAGE366 {
        width: 335.674px;
        height: 208.4px;
        top: 11.8px;
        left: 14.639px;
    }

    #IMAGE366>.ladi-image>.ladi-image-background {
        width: 411.907px;
        height: 275.566px;
        top: -27px;
        left: -35px;
        background-image: url("hearing.jpg");
    }

    #HEADLINE367 {
        width: 336px;
        top: 235.254px;
        left: 14.639px;
    }

    #HEADLINE367>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH368 {
        width: 336px;
        top: 279.582px;
        left: 14.639px;
    }

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

    #GROUP364 {
        width: 364.952px;
        height: 490px;
        top: 158.65px;
        left: 810.025px;
    }

    #GROUP364.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE372 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE372>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE373 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE373>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE373 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP371 {
        width: 1110px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE374 {
        width: 946px;
        top: 53.5px;
        left: 82.0005px;
    }

    #HEADLINE374>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP370 {
        width: 1110px;
        height: 93.5px;
        top: 29.665px;
        left: 45.001px;
    }

    #BOX375 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX375>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #BOX376 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX376>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #GROUP377 {
        width: 18px;
        height: 18px;
        top: 75.7855px;
        left: 0px;
    }

    #LINE378 {
        width: 58px;
        top: 65.098px;
        left: 0px;
    }

    #LINE378>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX380 {
        width: 414.128px;
        height: 84.098px;
        top: 0px;
        left: 89.785px;
    }

    #BOX380>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #BOX381 {
        width: 60.0062px;
        height: 59.598px;
        top: 22.3615px;
        left: 46.413px;
    }

    #BOX381>.ladi-box {
        background: #4776e6;
        background: -webkit-linear-gradient(180deg, #4776e6, #8e54e9);
        background: linear-gradient(180deg, #4776e6, #8e54e9);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE382 {
        width: 49.25px;
        height: 49.25px;
        top: 27.5355px;
        left: 51.791px;
    }

    #SHAPE382 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP383 {
        width: 503.913px;
        height: 93.7855px;
        top: 222.338px;
        left: 717px;
    }

    #GROUP383.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX429 {
        width: 385.374px;
        height: 385.374px;
        top: 259.963px;
        left: 407.314px;
    }

    #BOX429>.ladi-box {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 5px;
        border-radius: 200px;
    }

    #LINE431 {
        width: 58px;
        top: 32.549px;
        left: 0px;
    }

    #LINE431>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX433 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX433>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX434 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX434>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP432 {
        width: 18px;
        height: 18px;
        top: 22.3615px;
        left: 0px;
    }

    #BOX435 {
        width: 390.128px;
        height: 84.098px;
        top: 0px;
        left: 80.785px;
    }

    #BOX435>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE436 {
        width: 361px;
        top: 13.049px;
        left: 109.913px;
    }

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

    #BOX437 {
        width: 60.0062px;
        height: 59.598px;
        top: 22.3615px;
        left: 37.413px;
    }

    #BOX437>.ladi-box {
        background: #4facfe;
        background: -webkit-linear-gradient(180deg, #4facfe, #00f2fe);
        background: linear-gradient(180deg, #4facfe, #00f2fe);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE438 {
        width: 43.5135px;
        height: 43.5135px;
        top: 30.4038px;
        left: 45.6593px;
    }

    #SHAPE438 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP430 {
        width: 470.913px;
        height: 84.098px;
        top: 536.757px;
        left: 742px;
    }

    #GROUP430.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #LINE440 {
        width: 58px;
        top: 40.3615px;
        left: 6px;
    }

    #LINE440>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX442 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX442>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX443 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX443>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP441 {
        width: 18px;
        height: 18px;
        top: 40.8615px;
        left: 0px;
    }

    #BOX444 {
        width: 379.128px;
        height: 110.098px;
        top: 0px;
        left: 86.785px;
    }

    #BOX444>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE445 {
        width: 338px;
        top: 13.049px;
        left: 115.913px;
    }

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

    #BOX446 {
        width: 60.0062px;
        height: 59.598px;
        top: 22.3615px;
        left: 43.413px;
    }

    #BOX446>.ladi-box {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE447 {
        width: 49.25px;
        height: 49.25px;
        top: 25.5355px;
        left: 47.791px;
    }

    #SHAPE447>.ladi-image>.ladi-image-background {
        width: 49.25px;
        height: 49.25px;
        top: 0px;
        left: 0px;
        background: url("ner.png");
    }

    #GROUP439 {
        width: 465.913px;
        height: 84.098px;
        top: 388.757px;
        left: 781px;
    }

    #GROUP439.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #LINE449 {
        width: 58px;
        top: 65.098px;
        left: 435.128px;
    }

    #LINE449>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX451 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX451>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX452 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX452>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP450 {
        width: 18px;
        height: 18px;
        top: 75.098px;
        left: 476.215px;
    }

    #BOX453 {
        width: 414.128px;
        height: 84.098px;
        top: 0px;
        left: 0px;
    }

    #BOX453>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE454 {
        width: 373px;
        top: 13.049px;
        left: 9.215px;
    }

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

    #BOX455 {
        width: 60.0062px;
        height: 59.598px;
        top: 24.5px;
        left: 403.128px;
    }

    #BOX455>.ladi-box {
        background: #96c93d;
        background: -webkit-linear-gradient(180deg, #96c93d, #00b09b);
        background: linear-gradient(180deg, #96c93d, #00b09b);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE456 {
        width: 35.424px;
        height: 35.424px;
        top: 35.625px;
        left: 414.419px;
    }

    #SHAPE456 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP448 {
        width: 494.215px;
        height: 93.098px;
        top: 219.289px;
        left: -9.215px;
    }

    #GROUP448.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #LINE458 {
        width: 58px;
        top: 40.799px;
        left: 366.75px;
    }

    #LINE458>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX460 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX460>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX461 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX461>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP459 {
        width: 18px;
        height: 18px;
        top: 41.299px;
        left: 414.75px;
    }

    #BOX462 {
        width: 347.128px;
        height: 84.098px;
        top: 0px;
        left: 0px;
    }

    #BOX462>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE463 {
        width: 292px;
        top: 13.049px;
        left: 23.064px;
    }

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

    #BOX464 {
        width: 60.0062px;
        height: 59.598px;
        top: 21.5px;
        left: 331.75px;
    }

    #BOX464>.ladi-box {
        background: #ed1e79;
        background: -webkit-linear-gradient(180deg, #ed1e79, #662d8c);
        background: linear-gradient(180deg, #ed1e79, #662d8c);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE465 {
        width: 42px;
        height: 42px;
        top: 29.1115px;
        left: 339.566px;
    }

    #SHAPE465 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP457 {
        width: 432.75px;
        height: 84.098px;
        top: 388.757px;
        left: -14.837px;
    }

    #GROUP457.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #LINE467 {
        width: 58px;
        top: 32.549px;
        left: 433.75px;
    }

    #LINE467>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX469 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX469>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX470 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX470>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP468 {
        width: 18px;
        height: 18px;
        top: 25.674px;
        left: 473.75px;
    }

    #BOX471 {
        width: 400.128px;
        height: 84.098px;
        top: 0px;
        left: 0px;
    }

    #BOX471>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE472 {
        width: 350px;
        top: 13.049px;
        left: 25.064px;
    }

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

    #BOX473 {
        width: 60.0062px;
        height: 59.598px;
        top: 21.5px;
        left: 384.75px;
    }

    #BOX473>.ladi-box {
        background: #ff9966;
        background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
        background: linear-gradient(180deg, #ff9966, #ff5e62);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE474 {
        width: 43.375px;
        height: 43.375px;
        top: 29.6115px;
        left: 393.066px;
    }

    #SHAPE474 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP466 {
        width: 491.75px;
        height: 84.098px;
        top: 545.757px;
        left: -26.837px;
    }

    #GROUP466.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON475 {
        width: 355px;
        height: 56px;
        top: 688.052px;
        left: 422.501px;
    }

    #BUTTON475>.ladi-button>.ladi-button-background {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
    }

    #BUTTON475>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON_TEXT475 {
        width: 355px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT475>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE478 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE478>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE479 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE479>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE479 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP477 {
        width: 1110px;
        height: 48px;
        top: 27.86px;
        left: 45px;
    }

    #CAROUSEL481 {
        width: 1200px;
        height: 628px;
        top: 122.252px;
        left: 0px;
    }

    #IMAGE487 {
        width: 283.757px;
        height: 573.821px;
        top: 12.778px;
        left: 310px;
    }

    #IMAGE487>.ladi-image>.ladi-image-background {
        width: 283.757px;
        height: 573.821px;
        top: 0px;
        left: 0px;
        background-image: url("line2.jpg");
    }

    #IMAGE487>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #IMAGE488 {
        width: 283.758px;
        height: 573.821px;
        top: 12.778px;
        left: 908px;
    }

    #IMAGE488>.ladi-image>.ladi-image-background {
        width: 283.758px;
        height: 573.821px;
        top: 0px;
        left: 0px;
        background-image: url("line4.jpg");
    }

    #IMAGE488>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #IMAGE489 {
        width: 283.758px;
        height: 573.821px;
        top: 12.778px;
        left: 609px;
    }

    #IMAGE489>.ladi-image>.ladi-image-background {
        width: 283.758px;
        height: 573.821px;
        top: 0px;
        left: 0px;
        background-image: url("line3.jpg");
    }

    #IMAGE489>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #IMAGE490 {
        width: 281.408px;
        height: 573.821px;
        top: 12.778px;
        left: 9px;
    }

    #IMAGE490>.ladi-image>.ladi-image-background {
        width: 281.408px;
        height: 573.821px;
        top: 0px;
        left: 0px;
        background-image: url("line1.jpg");
    }

    #IMAGE490>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #HEADLINE492 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE492>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE493 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE493>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE493 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP491 {
        width: 1110px;
        height: 48px;
        top: 24.56px;
        left: 45px;
    }

    #IMAGE494 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE494>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 180px;
        top: -8px;
        left: -17px;
        background-image: url("1-11.jpg");
    }

    #IMAGE494>.ladi-image {
        border-radius: 152px;
    }

    #BOX495 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX495>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #GROUP496 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP497 {
        width: 272px;
        height: 233.048px;
        top: 159.602px;
        left: 17.5px;
    }

    #HEADLINE509 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #BOX511 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX511>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #IMAGE512 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE512>.ladi-image>.ladi-image-background {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
        background-image: url("2-11.jpg");
    }

    #IMAGE512>.ladi-image {
        border-radius: 152px;
    }

    #GROUP510 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP508 {
        width: 272px;
        height: 233.048px;
        top: 159.602px;
        left: 315.167px;
    }

    #HEADLINE514 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #BOX516 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX516>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #IMAGE517 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE517>.ladi-image>.ladi-image-background {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
        background-image: url("3-11.jpg");
    }

    #IMAGE517>.ladi-image {
        border-radius: 152px;
    }

    #GROUP515 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP513 {
        width: 272px;
        height: 233.048px;
        top: 159.602px;
        left: 612.833px;
    }

    #HEADLINE519 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #BOX521 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX521>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #IMAGE522 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE522>.ladi-image>.ladi-image-background {
        width: 153px;
        height: 153px;
        top: -2px;
        left: -2px;
        background-image: url("4-11.jpg");
    }

    #IMAGE522>.ladi-image {
        border-radius: 152px;
    }

    #GROUP520 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP518 {
        width: 272px;
        height: 233.048px;
        top: 159.602px;
        left: 910.5px;
    }

    #HEADLINE526 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE526>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE527 {
        width: 1090px;
        top: 0px;
        left: 10px;
    }

    #HEADLINE527>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE527 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP525 {
        width: 1110px;
        height: 48px;
        top: 30.65px;
        left: 45.463px;
    }

    #IMAGE537 {
        width: 148.168px;
        height: 100.204px;
        top: 0px;
        left: 0px;
    }

    #IMAGE537>.ladi-image>.ladi-image-background {
        width: 148.168px;
        height: 100.204px;
        top: 0px;
        left: 0px;
        background-image: url("ling.png");
    }

    #PARAGRAPH538 {
        width: 288px;
        top: 53.201px;
        left: 168.771px;
    }

    #PARAGRAPH538>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH539 {
        width: 368px;
        top: 108.204px;
        left: 9px;
    }

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

    #SHAPE540 {
        width: 10px;
        height: 10px;
        top: 82.201px;
        left: 148.168px;
    }

    #SHAPE540 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #GROUP536 {
        width: 456.771px;
        height: 204.204px;
        top: 0px;
        left: 0px;
    }

    #IMAGE544 {
        width: 93.0011px;
        height: 105.85px;
        top: 0px;
        left: 0px;
    }

    #IMAGE544>.ladi-image>.ladi-image-background {
        width: 91.1701px;
        height: 105.85px;
        top: 0px;
        left: 0px;
        background-image: url("herb.png");
    }

    #PARAGRAPH545 {
        width: 288px;
        top: 51.425px;
        left: 93.0011px;
    }

    #PARAGRAPH545>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH546 {
        width: 336px;
        top: 119.85px;
        left: 0px;
    }

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

    #SHAPE547 {
        width: 10px;
        height: 10px;
        top: 86.605px;
        left: 83.0011px;
    }

    #SHAPE547 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #IMAGE551 {
        width: 150.528px;
        height: 111.161px;
        top: 0px;
        left: 222px;
    }

    #IMAGE551>.ladi-image>.ladi-image-background {
        width: 150.528px;
        height: 95.5855px;
        top: 15.5755px;
        left: 0px;
        background-image: url("dang.png");
    }

    #PARAGRAPH552 {
        width: 217px;
        top: 59.158px;
        left: 11px;
    }

    #PARAGRAPH552>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: right;
        line-height: 1.6;
    }

    #PARAGRAPH553 {
        width: 362px;
        top: 117.161px;
        left: 0px;
    }

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

    #SHAPE554 {
        width: 10px;
        height: 10px;
        top: 91.158px;
        left: 222px;
    }

    #SHAPE554 svg:last-child {
        fill: rgba(100, 80, 210, 1.0);
    }

    #GROUP550 {
        width: 372.528px;
        height: 219.161px;
        top: 0px;
        left: 78.422px;
    }

    #IMAGE558 {
        width: 157.168px;
        height: 102.21px;
        top: 8px;
        left: 269px;
    }

    #IMAGE558>.ladi-image>.ladi-image-background {
        width: 157.168px;
        height: 100.549px;
        top: 0px;
        left: 0px;
        background-image: url("gra.png");
    }

    #PARAGRAPH559 {
        width: 287px;
        top: 60.29px;
        left: 0px;
    }

    #PARAGRAPH559>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: right;
        line-height: 1.6;
    }

    #PARAGRAPH560 {
        width: 364px;
        top: 127.758px;
        left: 16px;
    }

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

    #SHAPE561 {
        width: 10px;
        height: 10px;
        top: 97.255px;
        left: 282px;
    }

    #SHAPE561 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #GROUP557 {
        width: 413.168px;
        height: 229.758px;
        top: 0px;
        left: 42px;
    }

    #SECTION529 {
        height: 1017.06px;
    }

    #SECTION529>.ladi-section-background {
        background: rgba(247, 245, 255, 1);
        background: -webkit-linear-gradient(180deg, rgba(247, 245, 255, 1), rgba(244, 254, 255, 0.5));
        background: linear-gradient(180deg, rgba(247, 245, 255, 1), rgba(244, 254, 255, 0.5));
    }

    #SECTION529 .ladi-section-arrow-down {
        background-image: url("");
    }

    #IMAGE572 {
        width: 301.54px;
        height: 65.3336px;
        top: 823.726px;
        left: 449.857px;
    }

    #IMAGE572>.ladi-image>.ladi-image-background {
        width: 301.54px;
        height: 65.3336px;
        top: 0px;
        left: 0px;
        background-image: url("");
    }

    #IMAGE577 {
        width: 170.5px;
        height: 115.4112px;
        top: -20px;
        left: 0px;
    }

    #IMAGE577>.ladi-image>.ladi-image-background {
        width: 170.5px;
        height: 115.5px;
        top: 0px;
        left: 0px;
        background-image: url("ast.png");
    }

    #PARAGRAPH578 {
        width: 288px;
        top: 42.7682px;
        left: 167.5px;
    }

    #PARAGRAPH578>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH579 {
        width: 447px;
        top: 96.4142px;
        left: 8.5px;
    }

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

    #SHAPE580 {
        width: 10px;
        height: 10px;
        top: 76.4112px;
        left: 167.5px;
    }

    #SHAPE580 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #LINE581 {
        width: 243px;
        top: 71.7682px;
        left: 167.5px;
    }

    #LINE581>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgb(156, 150, 190);
        border-right: 1px solid rgb(156, 150, 190);
        border-bottom: 1px solid rgb(156, 150, 190);
        border-left: 0px !important;
    }

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

    #GROUP576 {
        width: 455.5px;
        height: 192.414px;
        top: 137.086px;
        left: 387.435px;
    }

    #GROUP576.ladi-animation>.ladi-group {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PEN_TOOL583 {
        width: 309px;
        height: 72px;
        top: 95px;
        left: 0px;
    }

    #PEN_TOOL583 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL583 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #GROUP584 {
        width: 450.95px;
        height: 219.161px;
        top: 320.971px;
        left: 671.5px;
    }

    #GROUP584.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PEN_TOOL585 {
        width: 332px;
        height: 55px;
        top: 48.643px;
        left: 0px;
    }

    #PEN_TOOL585 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL585 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #GROUP586 {
        width: 455.168px;
        height: 229.758px;
        top: 558.573px;
        left: 671.5px;
    }

    #GROUP586.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    .product3 {
        max-width: 400px;
    }

    .product3 img {
        width: 100%;
    }

    #IMAGE592 {
        width: 260px;
        height: 394.424px;
        top: 310.861px;
        left: 470px;
    }

    #IMAGE592>.ladi-image>.ladi-image-background {
        width: 260px;
        height: 394.424px;
        top: 0px;
        left: 0px;
        background-image: url("product-front.png");
    }

    #GROUP543 {
        width: 381.001px;
        height: 221.85px;
        top: 0px;
        left: 0px;
    }

    #PEN_TOOL593 {
        width: 377px;
        height: 74px;
        top: 15.708px;
        left: 86.5671px;
    }

    #PEN_TOOL593 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL593 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #PEN_TOOL595 {
        width: 329px;
        height: 74px;
        top: 88.803px;
        left: 151.894px;
    }

    #PEN_TOOL595 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL595 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #HEADLINE597 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE597>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE598 {
        width: 1110px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE598>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE598 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP596 {
        width: 1110px;
        height: 48px;
        top: 27.383px;
        left: 45px;
    }

    #HEADLINE615 {
        width: 202px;
        top: 305.803px;
        left: 154.643px;
    }

    #HEADLINE615>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #BOX644 {
        width: 356.658px;
        height: 238.608px;
        top: 0px;
        left: 0px;
    }

    #BOX644>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #PARAGRAPH645 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH645>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE646 {
        width: 22px;
        height: 18.3327px;
        top: 207.693px;
        left: 321.829px;
    }

    #SHAPE646>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE646 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #IMAGE647 {
        width: 84.8291px;
        height: 84.8734px;
        top: 266.313px;
        left: 47.3481px;
    }

    #IMAGE647>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("commit_01.jpg");
    }

    #IMAGE647>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE648 {
        width: 160px;
        top: 273.515px;
        left: 154.643px;
    }

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

    #SHAPE650 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE650 svg:last-child {
        fill: url("#SHAPE650_desktop_gradient");
    }

    #SHAPE651 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE651 svg:last-child {
        fill: url("#SHAPE651_desktop_gradient");
    }

    #SHAPE652 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE652 svg:last-child {
        fill: url("#SHAPE652_desktop_gradient");
    }

    #SHAPE653 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE653 svg:last-child {
        fill: url("#SHAPE653_desktop_gradient");
    }

    #SHAPE654 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE654 svg:last-child {
        fill: url("#SHAPE654_desktop_gradient");
    }

    #GROUP649 {
        width: 69.8276px;
        height: 13.2817px;
        top: 332.71px;
        left: 154.643px;
    }

    #GROUP680 {
        width: 356.658px;
        height: 351.186px;
        top: 20.806px;
        left: 23.92px;
    }

    #BOX682 {
        width: 356.658px;
        height: 308.608px;
        top: 0px;
        left: 0px;
    }

    #BOX682>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #SHAPE683 {
        width: 22px;
        height: 18.3327px;
        top: 279.693px;
        left: 321.643px;
    }

    #SHAPE683>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE683 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #HEADLINE684 {
        width: 203px;
        top: 375.807px;
        left: 148.643px;
    }

    #HEADLINE684>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH685 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH685>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE686 {
        width: 84.8291px;
        height: 84.8734px;
        top: 336.317px;
        left: 41.3481px;
    }

    #IMAGE686>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("commit_02.jpg");
    }

    #IMAGE686>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE687 {
        width: 195px;
        top: 343.519px;
        left: 148.643px;
    }

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

    #SHAPE689 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE689 svg:last-child {
        fill: url("#SHAPE689_desktop_gradient");
    }

    #SHAPE690 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE690 svg:last-child {
        fill: url("#SHAPE690_desktop_gradient");
    }

    #SHAPE691 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE691 svg:last-child {
        fill: url("#SHAPE691_desktop_gradient");
    }

    #SHAPE692 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE692 svg:last-child {
        fill: url("#SHAPE692_desktop_gradient");
    }

    #SHAPE693 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE693 svg:last-child {
        fill: url("#SHAPE693_desktop_gradient");
    }

    #GROUP688 {
        width: 69.8276px;
        height: 13.2817px;
        top: 402.714px;
        left: 148.643px;
    }

    #GROUP681 {
        width: 356.658px;
        height: 441.19px;
        top: 21.806px;
        left: 421.671px;
    }

    #BOX695 {
        width: 356.658px;
        height: 288.608px;
        top: 0px;
        left: 0px;
    }

    #BOX695>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #SHAPE696 {
        width: 22px;
        height: 18.3327px;
        top: 256.693px;
        left: 323.829px;
    }

    #SHAPE696>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE696 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #HEADLINE697 {
        width: 193px;
        top: 355.811px;
        left: 152.643px;
    }

    #HEADLINE697>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH698 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH698>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE699 {
        width: 84.8291px;
        height: 84.8734px;
        top: 316.321px;
        left: 45.3481px;
    }

    #IMAGE699>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("commit_03.jpg");
    }

    #IMAGE699>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE700 {
        width: 193px;
        top: 323.523px;
        left: 152.643px;
    }

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

    #SHAPE702 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE702 svg:last-child {
        fill: url("#SHAPE702_desktop_gradient");
    }

    #SHAPE703 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE703 svg:last-child {
        fill: url("#SHAPE703_desktop_gradient");
    }

    #SHAPE704 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE704 svg:last-child {
        fill: url("#SHAPE704_desktop_gradient");
    }

    #SHAPE705 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE705 svg:last-child {
        fill: url("#SHAPE705_desktop_gradient");
    }

    #SHAPE706 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE706 svg:last-child {
        fill: url("#SHAPE706_desktop_gradient");
    }

    #GROUP701 {
        width: 69.8276px;
        height: 13.2817px;
        top: 382.718px;
        left: 152.643px;
    }

    #GROUP694 {
        width: 356.658px;
        height: 351.194px;
        top: 21.806px;
        left: 820.973px;
    }

    #BOX708 {
        width: 356.658px;
        height: 238.608px;
        top: 0px;
        left: 0px;
    }

    #BOX708>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #SHAPE709 {
        width: 22px;
        height: 18.3327px;
        top: 210.693px;
        left: 323.829px;
    }

    #SHAPE709>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE709 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #HEADLINE710 {
        width: 201px;
        top: 305.811px;
        left: 152.643px;
    }

    #HEADLINE710>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH711 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH711>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE712 {
        width: 84.8291px;
        height: 84.8734px;
        top: 266.321px;
        left: 45.3481px;
    }

    #IMAGE712>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("");
    }

    #IMAGE712>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE713 {
        width: 193px;
        top: 273.523px;
        left: 152.643px;
    }

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

    #SHAPE715 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE715 svg:last-child {
        fill: url("");
    }

    #SHAPE716 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE716 svg:last-child {
        fill: url("");
    }

    #SHAPE717 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE717 svg:last-child {
        fill: url("");
    }

    #SHAPE718 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE718 svg:last-child {
        fill: url("");
    }

    #SHAPE719 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE719 svg:last-child {
        fill: url("");
    }

    #GROUP714 {
        width: 69.8276px;
        height: 13.2817px;
        top: 332.718px;
        left: 152.643px;
    }

    #GROUP707 {
        width: 356.658px;
        height: 351.194px;
        top: 20.806px;
        left: 1223px;
    }

    #HEADLINE722 {
        width: 369px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE722>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(127, 119, 173);
        font-size: 36px;
        line-height: 1.4;
    }

    #HEADLINE723 {
        width: 431px;
        top: 101px;
        left: 0px;
    }

    #HEADLINE723>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 73px;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 1;
    }

    #GROUP721 {
        width: 431px;
        height: 161px;
        top: 46.715px;
        left: 603px;
    }

    #GROUP721.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;
    }

    #SHAPE724 {
        width: 33.3495px;
        height: 38.0008px;
        top: 46.715px;
        left: 556px;
    }

    #SHAPE724.ladi-animation>.ladi-shape {
        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;
    }

    #SHAPE724 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #PARAGRAPH726 {
        width: 580px;
        top: 234.715px;
        left: 566px;
    }

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

    #PARAGRAPH726.ladi-animation>.ladi-paragraph {
        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;
    }

    #IMAGE728 {
        width: 595.896px;
        height: 595.896px;
        top: 16.946px;
        left: -29.896px;
    }

    #IMAGE728>.ladi-image>.ladi-image-background {
        width: 500px;
        height: 500px;
        top: 50px;
        left: 39px;
        background-image: url("doc.png");
    }

    #HEADLINE729 {
        width: 357px;
        top: 557.16px;
        left: 84.2595px;
    }

    #HEADLINE729>.ladi-headline {
        font-family: "Prompt-ExtraBold.ttf";
        color: rgb(42, 35, 136);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE729.ladi-animation>.ladi-headline {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE730 {
        width: 346px;
        top: 615.95px;
        left: 104.104px;
    }

    #HEADLINE730>.ladi-headline {
        font-family: "Prompt-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE730.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE731 {
        width: 35.1043px;
        height: 40.0004px;
        top: 659px;
        left: 1146.82px;
    }

    #SHAPE731.ladi-animation>.ladi-shape {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE731 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #LINE732 {
        height: 381px;
        top: 244.715px;
        left: 538px;
    }

    #LINE732>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(156, 150, 190);
        border-bottom: 2px solid rgb(156, 150, 190);
        border-left: 2px solid rgb(156, 150, 190);
    }

    #LINE732.ladi-animation>.ladi-line {
        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;
    }

    #LINE732>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #SECTION720 {
        height: 757.41px;
    }

    #SECTION720>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("bg-05-20201111045526.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION720 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE735 {
        width: 168px;
        top: 0px;
        left: 6px;
    }

    #HEADLINE735>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #00dbde;
        background: -webkit-linear-gradient(180deg, #00dbde, #fc00ff);
        background: linear-gradient(180deg, #00dbde, #fc00ff);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE735 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE736 {
        width: 47px;
        top: 12px;
        left: 159px;
    }

    #HEADLINE736>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #00dbde;
        background: -webkit-linear-gradient(180deg, #00dbde, #fc00ff);
        background: linear-gradient(180deg, #00dbde, #fc00ff);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE736 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE737 {
        width: 197px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP738 {
        width: 206px;
        height: 126px;
        top: 19.065px;
        left: 8.0095px;
    }

    #BOX769 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX769>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(48, 128, 232);
        border-width: 2px;
        border-radius: 10px;
    }

    #LINE770 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP771 {
        width: 214.019px;
        height: 173px;
        top: 302.385px;
        left: 253.496px;
    }

    #GROUP771.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX801 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX801>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(216, 11, 1);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE803 {
        width: 159px;
        top: 0px;
        left: 15px;
    }

    #HEADLINE803>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE803 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE804 {
        width: 47px;
        top: 13px;
        left: 157px;
    }

    #HEADLINE804>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE804 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE805 {
        width: 190px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP802 {
        width: 204px;
        height: 126px;
        top: 19.065px;
        left: 8.0095px;
    }

    #LINE806 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP800 {
        width: 214.019px;
        height: 173px;
        top: 302.38px;
        left: 14px;
    }

    #GROUP800.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX808 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX808>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(255, 111, 25);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE810 {
        width: 174px;
        top: 0px;
        left: 7px;
    }

    #HEADLINE810>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FFED00;
        background: -webkit-linear-gradient(180deg, #FFED00, #FF0000);
        background: linear-gradient(180deg, #FFED00, #FF0000);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE810 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE811 {
        width: 47px;
        top: 13px;
        left: 155px;
    }

    #HEADLINE811>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FFED00;
        background: -webkit-linear-gradient(180deg, #FFED00, #FF0000);
        background: linear-gradient(180deg, #FFED00, #FF0000);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE811 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE812 {
        width: 190px;
        top: 74px;
        left: 0px;
    }

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

    #GROUP809 {
        width: 202px;
        height: 146px;
        top: 23.065px;
        left: 8.0095px;
    }

    #LINE813 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP807 {
        width: 214.019px;
        height: 173px;
        top: 302.385px;
        left: 971.982px;
    }

    #GROUP807.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX815 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX815>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(150, 221, 72);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE817 {
        width: 154px;
        top: 0px;
        left: 20px;
    }

    #HEADLINE817>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #dce35b;
        background: -webkit-linear-gradient(142deg, #dce35b, #45b649);
        background: linear-gradient(142deg, #dce35b, #45b649);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE817 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE818 {
        width: 47px;
        top: 12.5px;
        left: 157px;
    }

    #HEADLINE818>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #dce35b;
        background: -webkit-linear-gradient(180deg, #dce35b, #45b649);
        background: linear-gradient(180deg, #dce35b, #45b649);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE818 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE819 {
        width: 200px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP816 {
        width: 204px;
        height: 150px;
        top: 19.065px;
        left: 8.0095px;
    }

    #LINE820 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP814 {
        width: 214.019px;
        height: 173px;
        top: 302.385px;
        left: 492.991px;
    }

    #GROUP814.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX822 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX822>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(137, 48, 232);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE824 {
        width: 157px;
        top: 0px;
        left: 12px;
    }

    #HEADLINE824>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #e100ff;
        background: -webkit-linear-gradient(180deg, #e100ff, #7f00ff);
        background: linear-gradient(180deg, #e100ff, #7f00ff);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE824 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE825 {
        width: 47px;
        top: 13px;
        left: 161px;
    }

    #HEADLINE825>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #e100ff;
        background: -webkit-linear-gradient(180deg, #e100ff, #7f00ff);
        background: linear-gradient(180deg, #e100ff, #7f00ff);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE825 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE826 {
        width: 197px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP823 {
        width: 208px;
        height: 141px;
        top: 19.065px;
        left: 8.0095px;
    }

    #LINE827 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP821 {
        width: 216.01px;
        height: 173px;
        top: 302.385px;
        left: 732.487px;
    }

    #GROUP821.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE830 {
        width: 1920px;
        height: 132px;
        top: 687.035px;
        left: -360px;
    }

    #IMAGE830>.ladi-image>.ladi-image-background {
        width: 1920px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("untitled-1-20211126034337.png");
    }

    #IMAGE830>.ladi-image {
        transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
    }

    #PEN_TOOL832 {
        width: 1921px;
        height: 116px;
        top: -85.448px;
        left: -357.5px;
    }

    #PEN_TOOL832 svg:last-child {
        fill: rgba(247, 245, 255, 1);
    }

    #PEN_TOOL832 svg:last-child {
        stroke-width: 1px;
    }

    #IMAGE833 {
        width: 360.1px;
        height: 360.486px;
        top: 272.369px;
        left: 420.913px;
        filter: drop-shadow(rgb(132, 132, 132) 0px 0px 3px);
    }

    #IMAGE833>.ladi-image>.ladi-image-background {
        width: 360.1px;
        height: 360.486px;
        top: 0px;
        left: 0px;
        background-image: url("ab.png");
    }

    #IMAGE833:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #HEADLINE839 {
        width: 880px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE839>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE840 {
        width: 833px;
        top: 0px;
        left: 23.5px;
    }

    #HEADLINE840>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE840 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP838 {
        width: 880px;
        height: 5px;
        top: 34.82px;
        left: 155.897px;
    }

    #HEADLINE867 {
        width: 460px;
        top: 0px;
        left: 20.616px;
    }

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

    #HEADLINE870 {
        width: 880px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE870>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE871 {
        width: 833px;
        top: 0px;
        left: 23.5px;
    }

    #HEADLINE871>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE871 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP869 {
        width: 880px;
        height: 96px;
        top: 0px;
        left: 12px;
    }

    #HEADLINE872 {
        width: 902px;
        top: 105.5px;
        left: 0px;
    }

    #HEADLINE872>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 22px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP868 {
        width: 913px;
        height: 175.5px;
        top: 163.47px;
        left: 157.666px;
    }

    #IMAGE918 {
        width: 2022.83px;
        height: 1385px;
        top: -437.75px;
        left: -458.83px;
    }

    #IMAGE918>.ladi-image>.ladi-image-background {
        width: 2022.83px;
        height: 1501.32px;
        top: 0px;
        left: 0px;
        background-image: url("layer-10-20211126060838.png");
    }

    #IMAGE918>.ladi-image {
        opacity: 0.4;
    }

    #HEADLINE924 {
        width: 902px;
        top: 196.41px;
        left: 135.5px;
    }

    #HEADLINE924>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE926 {
        width: 333px;
        top: 0px;
        left: 10px;
    }

    #HEADLINE926>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 60px;
        text-align: center;
        line-height: 1.2;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE927 {
        width: 333px;
        top: 0px;
        left: 10px;
    }

    #HEADLINE927>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 60px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE927 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP925 {
        width: 333px;
        height: 72px;
        top: 125.563px;
        left: 596.884px;
    }

    #HEADLINE928 {
        width: 564px;
        top: 8px;
        left: 69.976px;
    }

    #HEADLINE928>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 22px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE929 {
        width: 1920px;
        height: 267.69px;
        top: 0px;
        left: -356px;
    }

    #IMAGE929>.ladi-image>.ladi-image-background {
        width: 1920px;
        height: 980.998px;
        top: 0px;
        left: 0px;
        background-image: url("untitled-4-20211126070212.png");
    }

    #IMAGE930 {
        width: 412.5px;
        height: 468.75px;
        top: 307.97px;
        left: 90.476px;
    }

    #IMAGE930>.ladi-image>.ladi-image-background {
        width: 412.5px;
        height: 468.75px;
        top: 0px;
        left: 0px;
        background-image: url("layer-122.png");
    }

    #BOX931 {
        width: 596px;
        height: 66px;
        top: 307.97px;
        left: -111.066px;
    }

    #BOX931>.ladi-box {
        background: rgba(250, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(250, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
        background: linear-gradient(180deg, rgba(250, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
    }

    #IMAGE932 {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

    #IMAGE932>.ladi-image>.ladi-image-background {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("true-20211126071444.png");
    }

    #GROUP935 {
        width: 633.976px;
        height: 50px;
        top: 420.72px;
        left: 509px;
    }

    #GROUP935.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE937 {
        width: 564px;
        top: 0px;
        left: 69.976px;
    }

    #HEADLINE937>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 22px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE938 {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

    #IMAGE938>.ladi-image>.ladi-image-background {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("true-20211126071444.png");
    }

    #GROUP936 {
        width: 633.976px;
        height: 70px;
        top: 499.72px;
        left: 509px;
    }

    #GROUP936.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE940 {
        width: 564px;
        top: 0px;
        left: 69.976px;
    }

    #HEADLINE940>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 22px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE941 {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

    #IMAGE941>.ladi-image>.ladi-image-background {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("true-20211126071444.png");
    }

    #GROUP939 {
        width: 633.976px;
        height: 70px;
        top: 598.72px;
        left: 509px;
    }

    #GROUP939.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON_TEXT943 {
        width: 355px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT943>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 21px;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON943 {
        width: 120px;
        height: 40.297px;
        top: 8.72495px;
        left: 1080px;
    }

    #BUTTON943>.ladi-button>.ladi-button-background {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
    }

    #BUTTON943>.ladi-button {
        border-radius: 10px;
    }

    #HEADLINE945 {
        width: 199px;
        top: 136px;
        left: -167px;
        display: none !important;
    }

    #HEADLINE945>.ladi-headline {
        color: rgb(150, 221, 72);
        font-size: 18px;
        line-height: 1.4;
    }

    #LINE946 {
        height: 48px;
        top: 4px;
        left: 0px;
    }

    #LINE946>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(156, 150, 190);
        border-bottom: 2px solid rgb(156, 150, 190);
        border-left: 2px solid rgb(156, 150, 190);
    }

    #LINE946>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #LINE947 {
        height: 48px;
        top: 4px;
        left: 0px;
    }

    #LINE947>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(156, 150, 190);
        border-bottom: 2px solid rgb(156, 150, 190);
        border-left: 2px solid rgb(156, 150, 190);
    }

    #LINE947>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #BOX948 {
        width: 399.519px;
        height: 52.5px;
        top: 554.91px;
        left: 63px;
    }

    #BOX948>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #CAROUSEL949 {
        width: 1200px;
        height: 505px;
        top: 114.49px;
        left: 0px;
    }

    #IMAGE955 {
        width: 574.927px;
        height: 596.203px;
        top: 124.862px;
        left: -85.0213px;
    }

    #IMAGE955>.ladi-image>.ladi-image-background {
        width: 574.927px;
        height: 596.203px;
        top: 0px;
        left: 0px;
        background-image: url("img-logo.png");
    }

    #IMAGE955.ladi-animation>.ladi-image {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE956 {
        width: 360.188px;
        height: 400.84px;
        top: 327.362px;
        left: 446.906px;
    }

    #IMAGE956>.ladi-image>.ladi-image-background {
        width: 360.188px;
        height: 400.84px;
        top: 0px;
        left: 0px;
        background-image: url("pro-i.png");
    }

    #IMAGE956:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #IMAGE958 {
        width: 320.607px;
        height: 157.896px;
        top: 184.627px;
        left: 318px;
    }

    #IMAGE958>.ladi-image>.ladi-image-background {
        width: 320.607px;
        height: 157.896px;
        top: 0px;
        left: 0px;
        background-image: url("fgvsrw34t4-20201102083944-1.png");
    }

    #IMAGE958>.ladi-image {
        opacity: 0.42;
    }

    #HEADLINE960 {
        width: 732px;
        top: 0px;
        left: 7.86062px;
    }

    #HEADLINE960>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.4;
        text-shadow: rgb(0, 0, 0) 1px 2px 3px;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE961 {
        width: 748px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE961>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE961 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP959 {
        width: 748px;
        height: 112px;
        top: 30.948px;
        left: 226px;
    }

    #GROUP959.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;
    }

    #BOX963 {
        width: 411px;
        height: 391px;
        top: 0px;
        left: 7.7515px;
    }

    #BOX963>.ladi-box {
        border-style: dashed;
        border-color: rgb(55, 42, 127);
        border-width: 1px;
        border-radius: 7px;
    }

    #BOX964 {
        width: 411.751px;
        height: 394.25px;
        top: 6.875px;
        left: 0px;
    }

    #BOX964>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 6px;
    }

    #GROUP962 {
        width: 418.752px;
        height: 401.125px;
        top: 284.7px;
        left: 818.093px;
    }

    #SECTION954 {
        height: 717.3px;
    }

    #SECTION954>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("jjj-20210113024237-1.jpg");
        background-position: center top;
        background-repeat: repeat;
        filter: saturate(65%) hue-rotate(380deg);
        opacity: 0.7;
    }

    #SECTION954 .ladi-section-arrow-down {
        background-image: url("");
    }

    #GROUP971 {
        width: 960px;
        height: 264px;
        top: 33.052px;
        left: 120px;
    }

    #BOX974 {
        width: 386px;
        height: 54px;
        top: 362.862px;
        left: 827.344px;
    }

    #BOX974>.ladi-box {
        background-color: rgb(255, 245, 245);
        border-style: solid;
        border-color: rgb(72, 110, 137);
        border-width: 1px;
        border-radius: 179px;
    }

    #BOX975 {
        width: 141.598px;
        height: 54px;
        top: 362.862px;
        left: 827.344px;
    }

    #BOX975>.ladi-box {
        background-color: rgb(229, 133, 71);
        border-radius: 179px;
    }

    #HEADLINE976 {
        width: 128px;
        top: 375.362px;
        left: 835.021px;
    }

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

    #HEADLINE977 {
        width: 230px;
        top: 375.362px;
        left: 974.195px;
    }

    #HEADLINE977>.ladi-headline {
        font-family: "Prompt-SemiBold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #BOX979 {
        width: 237.416px;
        height: 58.3064px;
        top: 290.974px;
        left: 818.093px;
    }

    #BOX979>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 6px 0px 50px;
    }

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

    #COUNTDOWN980 {
        width: 190.791px;
        height: 34.0479px;
        top: 302.627px;
        left: 1020.78px;
    }

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

    #COUNTDOWN980>.ladi-countdown>.ladi-element {
        width: calc((100% - 15px * 3) / 4);

        height: 100%;
    }

    #COUNTDOWN980>.ladi-countdown .ladi-countdown-background {
        background-color: rgb(55, 42, 127);
        border-radius: 10px;
    }

    #BUTTON_TEXT991 {
        width: 368px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT991>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        text-shadow: rgb(33, 57, 74) 1px 2px 3px;
    }

    #BUTTON991 {
        width: 369px;
        height: 47px;
        top: 107px;
        left: 0px;
    }

    #BUTTON991>.ladi-button>.ladi-button-background {
        background: rgba(255, 1, 113, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
        background: linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
    }

    #BUTTON991>.ladi-button {
        border-radius: 8px;
    }

    #FORM_ITEM993 {
        width: 367.19px;
        height: 40px;
        top: 0px;
        left: 0.904907px;
    }

    #FORM_ITEM994 {
        width: 367.19px;
        height: 40px;
        top: 53px;
        left: 0.904907px;
    }

    #FORM990 {
        width: 369px;
        height: 154px;
        top: 436.404px;
        left: 839.844px;
    }

    #FORM990>.ladi-form {
        color: rgb(72, 110, 137);
        font-size: 14px;
        line-height: 1.6;
    }

    #FORM990 .ladi-form-item .ladi-form-control::placeholder,
    #FORM990 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(72, 110, 137, 1.0);
    }

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

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

    #FORM990 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("");
    }

    #FORM990 .ladi-form-item-container,
    #FORM990 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(171, 208, 234);
        border-width: 2px;
        border-radius: 8px;
    }

    #FORM990 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(171, 208, 234);
    }

    #HEADLINE995 {
        width: 375px;
        top: 609px;
        left: 836.844px;
    }

    #HEADLINE995>.ladi-headline {
        color: rgb(72, 110, 137);
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE997 {
        width: 174px;
        top: 302.627px;
        left: 833.844px;
    }

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

    #BUTTON1000 {
        width: 74px;
        height: 40px;
        top: 8.72492px;
        left: 672px;
    }

    #BUTTON1000>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #BUTTON_TEXT1000 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1000>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON_TEXT1003 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1003>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON1003 {
        width: 74px;
        height: 40px;
        top: 8.72492px;
        left: 769px;
    }

    #BUTTON1003>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #BUTTON_TEXT1005 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1005>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON1005 {
        width: 74px;
        height: 40px;
        top: 8.72492px;
        left: 866px;
    }

    #BUTTON1005>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #BUTTON_TEXT1007 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1007>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON1007 {
        width: 74px;
        height: 40px;
        top: 8.72492px;
        left: 963px;
    }

    #BUTTON1007>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #GROUP1009 {
        width: 463.567px;
        height: 221.85px;
        top: 590.43px;
        left: 95.9329px;
    }

    #GROUP1009.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #GROUP1010 {
        width: 480.894px;
        height: 204.204px;
        top: 340.449px;
        left: 84.106px;
    }

    #GROUP1010.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #GROUP1011 {
        width: 469.616px;
        height: 51px;
        top: 525px;
        left: 139.5px;
    }

    #GROUP1012 {
        width: 470.817px;
        height: 52px;
        top: 525px;
        left: 661.104px;
    }

    #SECTION1013 {
        height: 182.4px;
    }

    #SECTION1013 .ladi-section-arrow-down {
        background-image: url("");
    }

    #PARAGRAPH1014 {
        width: 469px;
        top: 45.482px;
        left: 365.5px;
    }

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

    #IMAGE1016 {
        width: 147.045px;
        height: 133.287px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1016>.ladi-image>.ladi-image-background {
        width: 147.045px;
        height: 133.287px;
        top: 0px;
        left: 0px;
        background-image: url("layer-2-20211126092053.png");
    }

    #HEADLINE1017 {
        width: 133px;
        top: 12px;
        left: 7.0225px;
    }

    #HEADLINE1017>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(250, 210, 208);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1018 {
        width: 133px;
        top: 32px;
        left: 7.0225px;
    }

    #HEADLINE1018>.ladi-headline {
        font-family: "SFUEurostileCondensed.TTF";
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP1019 {
        width: 147.045px;
        height: 133.287px;
        top: 251.984px;
        left: 606px;
    }

    #IMAGE1021 {
        width: 124.09px;
        height: 398.86px;
        top: 0px;
        left: -239px;
        display: none !important;
    }

    #IMAGE1021>.ladi-image>.ladi-image-background {
        width: 124.09px;
        height: 398.86px;
        top: 0px;
        left: 0px;
        background-image: url("layer-11-20211126093008.png");
    }

    #IMAGE1021>.ladi-image {
        opacity: 0.5;
    }

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

    #SHAPE1023 {
        width: 80px;
        height: 80px;
        top: 0px;
        left: 0px;
        display: none !important;
    }

    #SHAPE1023.ladi-animation>.ladi-shape {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE1023 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1024 {
        width: 80px;
        height: 80px;
        top: 60.65px;
        left: -165.021px;
        display: none !important;
    }

    #SHAPE1024.ladi-animation>.ladi-shape {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE1024 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1025 {
        width: 80px;
        height: 80px;
        top: 72.56px;
        left: -173px;
        display: none !important;
    }

    #SHAPE1025.ladi-animation>.ladi-shape {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE1025 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1026 {
        width: 80px;
        height: 80px;
        top: 202px;
        left: 860px;
    }

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

    #SHAPE1026 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1027 {
        width: 80px;
        height: 80px;
        top: 202px;
        left: 560px;
    }

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

    #SHAPE1027 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1028 {
        width: 80px;
        height: 80px;
        top: 202px;
        left: 264px;
    }

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

    #SHAPE1028 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #IMAGE1030 {
        width: 124.09px;
        height: 398.86px;
        top: 0px;
        left: -239px;
        display: none !important;
    }

    #IMAGE1030>.ladi-image>.ladi-image-background {
        width: 124.09px;
        height: 398.86px;
        top: 0px;
        left: 0px;
        background-image: url("layer-11-20211126093008.png");
    }

    #IMAGE1030>.ladi-image {
        opacity: 0.5;
    }

    #BOX1071 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1071>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #PARAGRAPH1072 {
        width: 216px;
        top: 102px;
        left: 25.2595px;
    }

    #PARAGRAPH1072>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #BOX1073 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #BOX1073>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #GROUP1070 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1074 {
        width: 112.665px;
        height: 76.1111px;
        top: 7.944px;
        left: 76.927px;
    }

    #IMAGE1074>.ladi-image>.ladi-image-background {
        width: 112.665px;
        height: 76.1111px;
        top: 0px;
        left: 0px;
        background-image: url("5243694-middle-20211126044444.png");
    }

    #IMAGE1074>.ladi-image {
        filter: brightness(176%) grayscale(100%);
    }

    #GROUP1069 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #GROUP1069.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX1076 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1076>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1078 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1078>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1079 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1079 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1077 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1080 {
        width: 242px;
        top: 101.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1080>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1075 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 354.161px;
    }

    #GROUP1075.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX1082 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1082>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1084 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1084>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1085 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1085 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1083 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1086 {
        width: 242px;
        top: 101.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1086>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1081 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 708.322px;
    }

    #GROUP1081.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #GROUP1068 {
        width: 974.841px;
        height: 204.75px;
        top: 156.911px;
        left: 108.476px;
    }

    #BOX1090 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1090>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #PARAGRAPH1091 {
        width: 224px;
        top: 121px;
        left: 21.2595px;
    }

    #PARAGRAPH1091>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #BOX1092 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #BOX1092>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #GROUP1089 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1093 {
        width: 45.7495px;
        height: 69.1111px;
        top: 8px;
        left: 110.385px;
    }

    #IMAGE1093>.ladi-image>.ladi-image-background {
        width: 45.7495px;
        height: 71.697px;
        top: 0px;
        left: 0px;
        background-image: url("layer-121-20211126045455.png");
    }

    #IMAGE1093>.ladi-image {
        filter: brightness(176%) grayscale(100%);
    }

    #GROUP1088 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #GROUP1088.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX1095 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1095>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1097 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1097>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1098 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1098 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1096 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1099 {
        width: 242px;
        top: 120.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1099>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1094 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 354.161px;
    }

    #GROUP1094.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX1101 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1101>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1103 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1103>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1104 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1104 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1102 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1105 {
        width: 242px;
        top: 120.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1105>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1100 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 708.322px;
    }

    #GROUP1100.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #GROUP1087 {
        width: 974.841px;
        height: 204.75px;
        top: 416.911px;
        left: 108.476px;
    }

    #SECTION1029 {
        height: 650.052px;
    }

    #SECTION1029>.ladi-section-background {
        background-color: rgb(247, 245, 255);
    }

    #SECTION1029 .ladi-section-arrow-down {
        background-image: url("");
    }

    #BUTTON_TEXT1116 {
        width: 311px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1116>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON1116 {
        width: 355px;
        height: 56px;
        top: 910px;
        left: 436.665px;
    }

    #BUTTON1116>.ladi-button>.ladi-button-background {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
    }

    #BUTTON1116>.ladi-button {
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION1 {
        height: 61px;
    }

    #SECTION1>.ladi-section-background {
        background-color: #372a7f;
    }

    #SECTION1 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION4 {
        height: 513.502px;
    }

    #SECTION4 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION7 {
        height: 1172.92px;
    }

    #SECTION7 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE14 {
        width: 397px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE14>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE15 {
        width: 396px;
        top: 270.93px;
        left: 0px;
    }

    #HEADLINE15>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #SECTION12 {
        height: 1988.44px;
    }

    #SECTION12 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE20 {
        width: 400px;
        top: 655.53px;
        left: 10px;
    }

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

    #SECTION19 {
        height: 849.4px;
    }

    #SECTION19 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION27 {
        height: 1818.5px;
    }

    #SECTION27 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE39 {
        width: 325px;
        top: 16.549px;
        left: 58.5px;
    }

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

    #SECTION35 {
        height: 1365.79px;
    }

    #SECTION35>.ladi-section-background {
        background-color: rgb(247, 245, 255);
    }

    #SECTION35 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION47 {
        height: 1441.63px;
    }

    #SECTION47>.ladi-section-background {
        background-color: rgba(244, 254, 255, 0.5);
    }

    #SECTION47 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE53 {
        width: 119px;
        top: 62.01px;
        left: 20.34px;
    }

    #HEADLINE53>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 22px;
        text-align: right;
        line-height: 1.4;
    }

    #HEADLINE55 {
        width: 449px;
        top: 0px;
        left: 21.817px;
    }

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

    #SECTION52 {
        height: 984.31px;
    }

    #SECTION52>.ladi-section-background {
        background-color: rgba(244, 254, 255, 0.5);
    }

    #SECTION52 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION64 {
        height: 601px;
    }

    #SECTION64 .ladi-section-arrow-down {
        background-image: url("");
    }

    #SECTION68 {
        height: 921px;
    }

    #SECTION68 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE75 {
        width: 376px;
        top: 106px;
        left: 22px;
    }

    #HEADLINE75>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION72 {
        height: 1457.19px;
    }

    #SECTION72 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE76 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #SECTION81 {
        height: 906.504px;
    }

    #SECTION81>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("jjj-20210113024237-3.jpg");
        background-position: center top;
        background-repeat: repeat;
        filter: saturate(65%) hue-rotate(380deg);
        opacity: 0.7;
    }

    #SECTION81 .ladi-section-arrow-down {
        background-image: url("");
    }

    #IMAGE83 {
        width: 187.409px;
        height: 35.9561px;
        top: 14.022px;
        left: 118.296px;
    }

    #IMAGE83>.ladi-image>.ladi-image-background {
        width: 187.409px;
        height: 35.9561px;
        top: 0px;
        left: 0px;
        background-image: url("logo.png");
    }

    #HEADLINE84 {
        width: 387px;
        top: 0px;
        left: 5px;
    }

    #HEADLINE84>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE84 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE85 {
        width: 421px;
        top: 84px;
        left: 0px;
    }

    #HEADLINE85>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP86 {
        width: 397px;
        height: 84px;
        top: 0px;
        left: 11.5px;
    }

    #GROUP87 {
        width: 421px;
        height: 116px;
        top: 12px;
        left: 0px;
    }

    #IMAGE88 {
        width: 260px;
        height: 230px;
        top: 13px;
        left: 136px;
    }

    #IMAGE88>.ladi-image>.ladi-image-background {
        width: 344.828px;
        height: 230px;
        top: 0px;
        left: -66.4476px;
        background-image: url("han-toolscom_2c346e20dd264dc6ab48477350afd1f41637748141415-20211124101850-1.jpg");
    }

    #IMAGE88>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE104 {
        width: 395px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE104>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE105 {
        width: 395px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE105>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE105 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP103 {
        width: 395px;
        height: 108px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE106 {
        width: 395px;
        top: 121px;
        left: 0px;
    }

    #HEADLINE106>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP102 {
        width: 395px;
        height: 185px;
        top: 24.708px;
        left: 12.5px;
    }

    #HEADLINE8 {
        width: 327px;
        top: 0px;
        left: 69.5px;
    }

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

    #BOX108 {
        width: 52px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX108>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 0px 3px);
    }

    #HEADLINE109 {
        width: 52px;
        top: 2px;
        left: 0px;
    }

    #HEADLINE109>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FE5858;
        background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
        background: linear-gradient(180deg, #FE5858, #EE9617);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE109 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #IMAGE110 {
        width: 300.983px;
        height: 333.681px;
        top: 559.823px;
        left: 51.733px;
    }

    #IMAGE110>.ladi-image>.ladi-image-background {
        width: 300.983px;
        height: 333.681px;
        top: 0px;
        left: 0px;
        background-image: url("pro-i.png");
    }

    #IMAGE110:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #IMAGE115 {
        width: 200.808px;
        height: 98.896px;
        top: 510.504px;
        left: 0.5038px;
    }

    #IMAGE115>.ladi-image>.ladi-image-background {
        width: 200.808px;
        height: 98.896px;
        top: 0px;
        left: 0px;
        background-image: url("fgvsrw34t4-20201102083944.png");
    }

    #IMAGE115>.ladi-image {
        opacity: 0.42;
    }

    #IMAGE195 {
        width: 400px;
        height: 414.802px;
        top: 229px;
        left: 605px;
    }

    #IMAGE195>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 414.802px;
        top: 0px;
        left: 0px;
        background-image: url("img-logo.png");
    }

    #IMAGE195.ladi-animation>.ladi-image {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE196 {
        width: 165.019px;
        height: 81.2703px;
        top: 87.428px;
        left: 261.697px;
    }

    #IMAGE196>.ladi-image>.ladi-image-background {
        width: 165.019px;
        height: 81.2703px;
        top: 0px;
        left: 0px;
        background-image: url("fgvsrw34t4-20201102083944.png");
    }

    #IMAGE196>.ladi-image {
        opacity: 0.42;
    }

    #HEADLINE198 {
        width: 351px;
        top: 0px;
        left: 1px;
    }

    #HEADLINE198>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE199 {
        width: 353px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE199>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE199 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP197 {
        width: 353px;
        height: 126px;
        top: 13px;
        left: 33.5005px;
    }

    #PARAGRAPH219 {
        width: 334px;
        top: 21.4564px;
        left: 40.8737px;
    }

    #PARAGRAPH219>.ladi-paragraph {
        font-family: "Prompt-SemiBold.ttf";
        color: rgb(55, 42, 127);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #BOX221 {
        width: 392.527px;
        height: 340.571px;
        top: 6.55403px;
        left: 0px;
    }

    #BOX221>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 6px;
    }

    #SHAPE228 {
        width: 19.1606px;
        height: 19.1606px;
        top: 26.223px;
        left: 14.2997px;
    }

    #SHAPE228 svg:last-child {
        fill: url("#SHAPE228_desktop_gradient");
    }

    #SHAPE229 {
        width: 19.1606px;
        height: 19.1606px;
        top: 94.7498px;
        left: 14.2997px;
    }

    #SHAPE229 svg:last-child {
        fill: url("#SHAPE229_desktop_gradient");
    }

    #SHAPE230 {
        width: 19.1606px;
        height: 19.1606px;
        top: 158.679px;
        left: 14.2997px;
    }

    #SHAPE230 svg:last-child {
        fill: url("#SHAPE230_desktop_gradient");
    }

    #SHAPE231 {
        width: 19.1606px;
        height: 19.1606px;
        top: 226.803px;
        left: 14.2997px;
    }

    #SHAPE231 svg:last-child {
        fill: url("#SHAPE231_desktop_gradient");
    }

    #SHAPE232 {
        width: 19.1606px;
        height: 19.1606px;
        top: 291.329px;
        left: 14.2997px;
    }

    #SHAPE232 svg:last-child {
        fill: url("#SHAPE232_desktop_gradient");
    }

    #BOX233 {
        width: 391.811px;
        height: 336.519px;
        top: 0px;
        left: 7.3896px;
    }

    #BOX233>.ladi-box {
        border-style: dashed;
        border-color: rgb(55, 42, 127);
        border-width: 1px;
        border-radius: 7px;
    }

    #GROUP235 {
        width: 399.201px;
        height: 347.125px;
        top: 163.698px;
        left: 10.6242px;
    }

    #BOX237 {
        width: 400px;
        height: 472px;
        top: 0px;
        left: 0px;
    }

    #BOX237>.ladi-box {
        background-color: rgb(243, 240, 255);
        border-style: solid;
        border-color: rgb(55, 42, 127);
        border-width: 1px;
        border-radius: 20px;
    }

    #HEADLINE239 {
        width: 370px;
        top: 388.502px;
        left: 15.2245px;
    }

    #HEADLINE239>.ladi-headline {
        color: rgb(72, 110, 137);
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE242 {
        width: 123px;
        top: 66.5025px;
        left: 9.5px;
    }

    #HEADLINE242>.ladi-headline {
        font-family: "Prompt-ExtraBold.ttf";
        color: rgb(156, 150, 190);
        font-size: 50px;
        text-align: center;
        line-height: 1;
    }

    #BOX243 {
        width: 270px;
        height: 49.5786px;
        top: 0px;
        left: 1px;
    }

    #BOX243>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 20px 0px 50px;
    }

    #HEADLINE244 {
        width: 165px;
        top: 20.2893px;
        left: 28px;
    }

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

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

    #COUNTDOWN245 span {
        font-size: 30px;
        font-weight: 700;
    }

    #COUNTDOWN245 {
        width: 190.791px;
        height: 34.0479px;
        top: 7.7653px;
        left: 192.605px;
        font-size: 20px;
    }

    #COUNTDOWN245>.ladi-countdown {
        color: rgb(250, 221, 209);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    #COUNTDOWN245>.ladi-countdown>.ladi-element {
        width: calc((100% - 15px * 3) / 4);

        height: 100%;
    }

    #COUNTDOWN245>.ladi-countdown .ladi-countdown-background {
        background-color: rgb(55, 42, 127);
        border-radius: 10px;
    }

    #BOX251 {
        width: 114.699px;
        height: 35.876px;
        top: 0px;
        left: 0px;
    }

    #BOX251>.ladi-box {
        background-color: rgb(33, 57, 74);
        border-radius: 17px;
    }

    #HEADLINE252 {
        width: 114px;
        top: 0px;
        left: 1px;
    }

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

    #GROUP250 {
        width: 115px;
        height: 38.876px;
        top: 71.5025px;
        left: 271px;
    }

    #HEADLINE253 {
        width: 130px;
        top: 83.9405px;
        left: 140.304px;
    }

    #HEADLINE253>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(249, 134, 136);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

    #LINE254 {
        height: 50px;
        top: 62.9405px;
        left: 127.5px;
    }

    #LINE254>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(156, 150, 190);
        border-bottom: 1px solid rgb(156, 150, 190);
        border-left: 1px solid rgb(156, 150, 190);
    }

    #LINE254>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #BUTTON_TEXT256 {
        width: 409px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT256>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        text-shadow: rgb(33, 57, 74) 1px 2px 3px;
    }

    #BUTTON256 {
        width: 367.991px;
        height: 47px;
        top: 107px;
        left: 0px;
    }

    #BUTTON256>.ladi-button>.ladi-button-background {
        background: rgba(255, 1, 113, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
        background: linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
    }

    #BUTTON256>.ladi-button {
        border-radius: 8px;
    }

    #BUTTON256>.ladi-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #BUTTON256>.ladi-button:hover .ladi-button-background {
        background-color: rgb(255, 37, 25);
        background-image: none;
    }

    #FORM_ITEM258 {
        width: 366.186px;
        height: 40px;
        top: 0px;
        left: 0.902432px;
    }

    #FORM_ITEM259 {
        width: 366.186px;
        height: 40px;
        top: 53px;
        left: 0.902432px;
    }

    #FORM255 {
        width: 367.991px;
        height: 154px;
        top: 216.626px;
        left: 16.229px;
    }

    #FORM255>.ladi-form {
        color: rgb(72, 110, 137);
        font-size: 14px;
        line-height: 1.6;
    }

    #FORM255 .ladi-form-item .ladi-form-control::placeholder,
    #FORM255 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(72, 110, 137, 1.0);
    }

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

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

    #FORM255 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("");
    }

    #FORM255 .ladi-form-item-container,
    #FORM255 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(171, 208, 234);
        border-width: 2px;
        border-radius: 5px;
    }

    #FORM255 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(171, 208, 234);
    }

    #HEADLINE264 {
        width: 125px;
        top: 66.5025px;
        left: 6.5px;
    }

    #HEADLINE264>.ladi-headline {
        font-family: "Prompt-ExtraBold.ttf";
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
        color: rgb(229, 83, 70);
        font-size: 50px;
        text-align: center;
        line-height: 1;
    }

    #HEADLINE264 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #BOX265 {
        width: 370.771px;
        height: 44px;
        top: 151.502px;
        left: 16.229px;
    }

    #BOX265>.ladi-box {
        background-color: rgb(255, 245, 245);
        border-style: solid;
        border-color: rgb(72, 110, 137);
        border-width: 1px;
        border-radius: 179px;
    }

    #BOX266 {
        width: 140.771px;
        height: 44px;
        top: 151.502px;
        left: 16.229px;
    }

    #BOX266>.ladi-box {
        background-color: rgb(229, 133, 71);
        border-radius: 179px;
    }

    #HEADLINE267 {
        width: 126px;
        top: 160.502px;
        left: 23.6145px;
    }

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

    #HEADLINE268 {
        width: 218px;
        top: 160.502px;
        left: 161.5px;
    }

    #HEADLINE268>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE269 {
        width: 156px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE269>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 100px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP270 {
        width: 396px;
        height: 433.93px;
        top: 135px;
        left: 14px;
    }

    #IMAGE284 {
        width: 260px;
        height: 230px;
        top: 14px;
        left: 0px;
    }

    #IMAGE284>.ladi-image>.ladi-image-background {
        width: 344.828px;
        height: 230px;
        top: 0px;
        left: -52px;
        background-image: url("el1.jpg");

    }

    #IMAGE284>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE285 {
        width: 394px;
        top: 269px;
        left: 0px;
    }

    #HEADLINE285>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE286 {
        width: 156px;
        top: 0px;
        left: 269px;
    }

    #HEADLINE286>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 100px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP283 {
        width: 425px;
        height: 351px;
        top: 611.217px;
        left: 10px;
    }

    #IMAGE288 {
        width: 260px;
        height: 230px;
        top: 14px;
        left: 142px;
    }

    #IMAGE288>.ladi-image>.ladi-image-background {
        width: 344.828px;
        height: 230px;
        top: 0px;
        left: -82px;
        background-image: url("el3.jpg");
    }

    #IMAGE288>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE289 {
        width: 402px;
        top: 263.93px;
        left: 0px;
    }

    #HEADLINE289>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE290 {
        width: 156px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE290>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 106px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP287 {
        width: 402px;
        height: 453.93px;
        top: 1004.5px;
        left: 9px;
    }

    #IMAGE292 {
        width: 260px;
        height: 230px;
        top: 8px;
        left: 0px;
    }

    #IMAGE292>.ladi-image>.ladi-image-background {
        width: 344.828px;
        height: 230px;
        top: 0px;
        left: -50px;
        background-image: url("el2.jpg");
    }

    #IMAGE292>.ladi-image {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE293 {
        width: 400px;
        top: 263px;
        left: 0px;
    }

    #HEADLINE293>.ladi-headline {
        color: rgb(33, 57, 74);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE294 {
        width: 156px;
        top: 0px;
        left: 264px;
    }

    #HEADLINE294>.ladi-headline {
        font-family: "Montserrat", sans-serif;
        color: rgba(0, 0, 0, 0);
        font-size: 100px;
        line-height: 1;
        -webkit-text-stroke: 1px rgb(55, 42, 127);
    }

    #GROUP291 {
        width: 420px;
        height: 426px;
        top: 1500.72px;
        left: 9px;
    }

    #IMAGE295 {
        width: 1675.1px;
        height: 911.708px;
        top: -142px;
        left: -1018.55px;
    }

    #IMAGE295>.ladi-image>.ladi-image-background {
        width: 1675.1px;
        height: 911.708px;
        top: 0px;
        left: 0px;
        background-image: url("bg2-20211125060610.png");
    }

    #GROUP296 {
        width: 52px;
        height: 52px;
        top: 3px;
        left: 0px;
    }

    #IMAGE297 {
        width: 400px;
        height: 385.209px;
        top: 236.708px;
        left: 12.5px;
    }

    #IMAGE297>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 385.209px;
        top: 0px;
        left: 0px;
        background-image: url("12.png");
    }

    #IMAGE297:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #GROUP298 {
        width: 396.5px;
        height: 86px;
        top: 677.917px;
        left: 12.5px;
    }

    #GROUP298.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE300 {
        width: 329px;
        top: 0px;
        left: 69.5px;
    }

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

    #BOX302 {
        width: 52px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX302>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 0px 3px);
    }

    #HEADLINE303 {
        width: 52px;
        top: 2px;
        left: 0px;
    }

    #HEADLINE303>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FE5858;
        background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
        background: linear-gradient(180deg, #FE5858, #EE9617);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE303 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP301 {
        width: 52px;
        height: 52px;
        top: 3px;
        left: 0px;
    }

    #GROUP299 {
        width: 398.5px;
        height: 115px;
        top: 796.918px;
        left: 12.5px;
    }

    #GROUP299.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE305 {
        width: 327px;
        top: 0px;
        left: 69.5px;
    }

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

    #BOX307 {
        width: 52px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

    #BOX307>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        filter: drop-shadow(rgb(180, 180, 180) 0px 0px 3px);
    }

    #HEADLINE308 {
        width: 52px;
        top: 2px;
        left: 0px;
    }

    #HEADLINE308>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FE5858;
        background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
        background: linear-gradient(180deg, #FE5858, #EE9617);
        color: rgb(0, 0, 0);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE308 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP306 {
        width: 52px;
        height: 52px;
        top: 3px;
        left: 0px;
    }

    #GROUP304 {
        width: 396.5px;
        height: 202px;
        top: 944.92px;
        left: 12.5px;
    }

    #GROUP304.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE311 {
        width: 372px;
        top: 0px;
        left: 18.252px;
    }

    #HEADLINE311>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE312 {
        width: 408px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE312>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE312 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP310 {
        width: 408px;
        height: 72px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE313 {
        width: 408px;
        top: 88.5px;
        left: 0px;
    }

    #HEADLINE313>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP309 {
        width: 408px;
        height: 174.5px;
        top: 17px;
        left: 6px;
    }

    #HEADLINE315 {
        width: 278px;
        top: 4px;
        left: 123.797px;
    }

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

    #HEADLINE316 {
        width: 159px;
        top: 0px;
        left: 1.796px;
    }

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

    #HEADLINE317 {
        width: 199px;
        top: 57px;
        left: 0px;
    }

    #HEADLINE317>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.4;
    }

    #BOX319 {
        width: 83.703px;
        height: 40px;
        top: 16.7px;
        left: 0px;
    }

    #BOX319>.ladi-box {
        background-color: rgb(150, 221, 72);
    }

    #BOX319.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE320 {
        width: 199px;
        top: 24.2px;
        left: 4.703px;
    }

    #HEADLINE320>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 16px;
        line-height: 1.4;
    }

    #BOX321 {
        width: 120.8px;
        height: 40px;
        top: 71.22px;
        left: 0px;
    }

    #BOX321>.ladi-box {
        background-color: rgb(186, 203, 14);
    }

    #BOX321.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX322 {
        width: 159.35px;
        height: 40px;
        top: 125.74px;
        left: 0px;
    }

    #BOX322>.ladi-box {
        background-color: rgb(236, 183, 20);
    }

    #BOX322.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX323 {
        width: 206.703px;
        height: 40px;
        top: 180.26px;
        left: 0px;
    }

    #BOX323>.ladi-box {
        background-color: rgb(255, 111, 25);
    }

    #BOX323.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: .9s;
        -webkit-animation-delay: .9s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX324 {
        width: 259.3px;
        height: 40px;
        top: 234.78px;
        left: 0px;
    }

    #BOX324>.ladi-box {
        background-color: rgb(255, 37, 25);
    }

    #BOX324.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BOX325 {
        width: 277px;
        height: 40px;
        top: 289.3px;
        left: 0px;
    }

    #BOX325>.ladi-box {
        background-color: rgb(199, 25, 16);
    }

    #BOX325.ladi-animation>.ladi-box {
        animation-name: fadeInLeftBig;
        -webkit-animation-name: fadeInLeftBig;
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE326 {
        width: 199px;
        top: 78.2px;
        left: 13.2025px;
    }

    #HEADLINE326>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 17px;
        line-height: 1.4;
    }

    #HEADLINE327 {
        width: 199px;
        top: 133.8px;
        left: 13.2025px;
    }

    #HEADLINE327>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 17px;
        line-height: 1.4;
    }

    #HEADLINE328 {
        width: 199px;
        top: 186.8px;
        left: 13.2025px;
    }

    #HEADLINE328>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 17px;
        line-height: 1.4;
    }

    #HEADLINE329 {
        width: 199px;
        top: 241.8px;
        left: 13.2025px;
    }

    #HEADLINE329>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 18px;
        line-height: 1.4;
    }

    #HEADLINE330 {
        width: 199px;
        top: 297.8px;
        left: 13.2025px;
    }

    #HEADLINE330>.ladi-headline {
        color: rgb(252, 252, 252);
        font-size: 17px;
        line-height: 1.4;
    }

    #FRAME318 {
        width: 518px;
        height: 346px;
        top: 31.9px;
        left: 123.797px;
    }

    #HEADLINE331 {
        width: 147px;
        top: 111.38px;
        left: 1.796px;
    }

    #HEADLINE331>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.4;
    }

    #HEADLINE332 {
        width: 199px;
        top: 165.76px;
        left: 0px;
    }

    #HEADLINE332>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.4;
    }

    #HEADLINE333 {
        width: 199px;
        top: 220.14px;
        left: 1.796px;
    }

    #HEADLINE333>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.4;
    }

    #HEADLINE334 {
        width: 199px;
        top: 274.52px;
        left: 0px;
    }

    #HEADLINE334>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.4;
    }

    #HEADLINE335 {
        width: 199px;
        top: 328.9px;
        left: 1.796px;
    }

    #HEADLINE335>.ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.4;
    }

    #GROUP314 {
        width: 641.797px;
        height: 377.9px;
        top: 247.63px;
        left: 12.5px;
    }

    #HEADLINE338 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE338>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.5;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE339 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE339>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.5;
    }

    #HEADLINE339 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP337 {
        width: 420px;
        height: 108px;
        top: 15px;
        left: 0px;
    }

    #BOX342 {
        width: 364.952px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

    #BOX342>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
    }

    #HEADLINE343 {
        width: 153px;
        top: 235.254px;
        left: 14.639px;
    }

    #HEADLINE343>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH344 {
        width: 336px;
        top: 280.582px;
        left: 14.639px;
    }

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

    #IMAGE355 {
        width: 335.674px;
        height: 208.4px;
        top: 11.8px;
        left: 14.639px;
    }

    #IMAGE355>.ladi-image>.ladi-image-background {
        width: 335.674px;
        height: 217.517px;
        top: -9.11675px;
        left: 0px;
        background-image: url("han-toolscom_1cd5f0773944a3ba19a190816f25b55f1637901398354-20211126043758.jpg");
    }

    #GROUP358 {
        width: 364.952px;
        height: 490px;
        top: 168px;
        left: 27.524px;
    }

    #BOX360 {
        width: 364.952px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

    #BOX360>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
    }

    #IMAGE361 {
        width: 335.674px;
        height: 208.4px;
        top: 11.8px;
        left: 14.639px;
    }

    #IMAGE361>.ladi-image>.ladi-image-background {
        width: 335.674px;
        height: 223.895px;
        top: 0px;
        left: 0px;
        background-image: url("han-toolscom_0cb82ffe60a99c321514b0d52a8c77d91637901242084-20211126043536.jpg");
    }

    #HEADLINE362 {
        width: 336px;
        top: 235.254px;
        left: 14.639px;
    }

    #HEADLINE362>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH363 {
        width: 336px;
        top: 280.582px;
        left: 14.639px;
    }

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

    #GROUP359 {
        width: 364.952px;
        height: 490px;
        top: 689.5px;
        left: 27.524px;
    }

    #BOX365 {
        width: 364.952px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

    #BOX365>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
    }

    #IMAGE366 {
        width: 335.674px;
        height: 208.4px;
        top: 11.8px;
        left: 14.639px;
    }

    #IMAGE366>.ladi-image>.ladi-image-background {
        width: 411.907px;
        height: 275.566px;
        top: -27px;
        left: -35px;
        background-image: url("hearing.jpg")
    }

    #HEADLINE367 {
        width: 336px;
        top: 235.254px;
        left: 14.639px;
    }

    #HEADLINE367>.ladi-headline {
        color: rgb(55, 42, 127);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH368 {
        width: 336px;
        top: 279.582px;
        left: 14.639px;
    }

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

    #GROUP364 {
        width: 364.952px;
        height: 490px;
        top: 1214.5px;
        left: 27.524px;
    }

    #HEADLINE372 {
        width: 383px;
        top: 0px;
        left: 6.5px;
    }

    #HEADLINE372>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE373 {
        width: 396px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE373>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE373 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP371 {
        width: 396px;
        height: 84px;
        top: 0px;
        left: 3px;
    }

    #HEADLINE374 {
        width: 399px;
        top: 88.5px;
        left: 0px;
    }

    #HEADLINE374>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP370 {
        width: 399px;
        height: 146.5px;
        top: 9.1541px;
        left: 9px;
    }

    #BOX375 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX375>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #BOX376 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX376>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #GROUP377 {
        width: 18px;
        height: 18px;
        top: 21.9855px;
        left: 446.544px;
    }

    #LINE378 {
        width: 58px;
        top: 26.5615px;
        left: 460.544px;
    }

    #LINE378>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX380 {
        width: 368.512px;
        height: 84.098px;
        top: 0px;
        left: 30.372px;
    }

    #BOX380>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #BOX381 {
        width: 50px;
        height: 50px;
        top: 16.549px;
        left: 0px;
    }

    #BOX381>.ladi-box {
        background: #4776e6;
        background: -webkit-linear-gradient(180deg, #4776e6, #8e54e9);
        background: linear-gradient(180deg, #4776e6, #8e54e9);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE382 {
        width: 40.375px;
        height: 40.375px;
        top: 21.3615px;
        left: 5px;
    }

    #SHAPE382 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP383 {
        width: 518.544px;
        height: 84.098px;
        top: 564.752px;
        left: 11.1156px;
    }

    #BOX429 {
        width: 346.724px;
        height: 346.724px;
        top: 184.674px;
        left: 35.138px;
    }

    #BOX429>.ladi-box {
        border-style: solid;
        border-color: rgb(156, 150, 190);
        border-width: 5px;
        border-radius: 200px;
    }

    #LINE431 {
        width: 58px;
        top: 47.4903px;
        left: 495.379px;
    }

    #LINE431>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX433 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX433>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX434 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX434>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP432 {
        width: 18px;
        height: 18px;
        top: 26.448px;
        left: 477.379px;
    }

    #BOX435 {
        width: 369.13px;
        height: 84.098px;
        top: 0px;
        left: 29.754px;
    }

    #BOX435>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE436 {
        width: 327px;
        top: 21.098px;
        left: 62.754px;
    }

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

    #BOX437 {
        width: 50px;
        height: 50px;
        top: 17.049px;
        left: 0px;
    }

    #BOX437>.ladi-box {
        background: #4facfe;
        background: -webkit-linear-gradient(180deg, #4facfe, #00f2fe);
        background: linear-gradient(180deg, #4facfe, #00f2fe);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE438 {
        width: 35.126px;
        height: 35.126px;
        top: 24.486px;
        left: 7px;
    }

    #SHAPE438 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP430 {
        width: 553.379px;
        height: 84.098px;
        top: 790.287px;
        left: 11.1156px;
    }

    #LINE440 {
        width: 58px;
        top: 39.2115px;
        left: 477.544px;
    }

    #LINE440>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX442 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX442>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX443 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX443>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP441 {
        width: 18px;
        height: 18px;
        top: 39.7115px;
        left: 468.544px;
    }

    #BOX444 {
        width: 378.512px;
        height: 84.098px;
        top: 0px;
        left: 20.372px;
    }

    #BOX444>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE445 {
        width: 328px;
        top: 17.549px;
        left: 61.5px;
    }

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

    #BOX446 {
        width: 50px;
        height: 50px;
        top: 17.049px;
        left: 0px;
    }

    #BOX446>.ladi-box {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE447 {
        width: 39.5px;
        height: 39.5px;
        top: 22.299px;
        left: 5px;
    }

    #SHAPE447>.ladi-image>.ladi-image-background {
        width: 39.5px;
        height: 39.5px;
        top: 0px;
        left: 0px;
        background: url("ner40.png");
    }

    #GROUP439 {
        width: 535.544px;
        height: 84.098px;
        top: 677.52px;
        left: 11.1156px;
    }

    #LINE449 {
        width: 58px;
        top: 65.098px;
        left: 454.919px;
    }

    #LINE449>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX451 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX451>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX452 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX452>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP450 {
        width: 18px;
        height: 18px;
        top: 24.098px;
        left: 489.006px;
    }

    #BOX453 {
        width: 376.128px;
        height: 84.098px;
        top: 0px;
        left: 19.7912px;
    }

    #BOX453>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE454 {
        width: 315px;
        top: 20.049px;
        left: 60.0062px;
    }

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

    #BOX455 {
        width: 50px;
        height: 50px;
        top: 12.25px;
        left: 0px;
    }

    #BOX455>.ladi-box {
        background: #96c93d;
        background: -webkit-linear-gradient(180deg, #96c93d, #00b09b);
        background: linear-gradient(180deg, #96c93d, #00b09b);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE456 {
        width: 32.424px;
        height: 32.424px;
        top: 19.837px;
        left: 10.2102px;
    }

    #SHAPE456 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP448 {
        width: 512.919px;
        height: 84.098px;
        top: 903.055px;
        left: 11.1156px;
    }

    #LINE458 {
        width: 58px;
        top: 45.299px;
        left: 454px;
    }

    #LINE458>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX460 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX460>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX461 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX461>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP459 {
        width: 18px;
        height: 18px;
        top: 45.299px;
        left: 443px;
    }

    #BOX462 {
        width: 372.634px;
        height: 84.098px;
        top: 0px;
        left: 26.25px;
    }

    #BOX462>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE463 {
        width: 288px;
        top: 20.549px;
        left: 67.314px;
    }

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

    #BOX464 {
        width: 50px;
        height: 50px;
        top: 17.049px;
        left: 0px;
    }

    #BOX464>.ladi-box {
        background: #ed1e79;
        background: -webkit-linear-gradient(180deg, #ed1e79, #662d8c);
        background: linear-gradient(180deg, #ed1e79, #662d8c);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE465 {
        width: 33px;
        height: 33px;
        top: 26.049px;
        left: 10px;
    }

    #SHAPE465 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP457 {
        width: 512px;
        height: 84.098px;
        top: 1015.82px;
        left: 11.1156px;
    }

    #LINE467 {
        width: 58px;
        top: 32.549px;
        left: 463.692px;
    }

    #LINE467>.ladi-line>.ladi-line-container {
        border-top: 3px solid rgb(55, 42, 127);
        border-right: 3px solid rgb(55, 42, 127);
        border-bottom: 3px solid rgb(55, 42, 127);
        border-left: 0px !important;
    }

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

    #BOX469 {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }

    #BOX469>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 165px;
    }

    #BOX470 {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }

    #BOX470>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 165px;
    }

    #GROUP468 {
        width: 18px;
        height: 18px;
        top: 25.674px;
        left: 503.692px;
    }

    #BOX471 {
        width: 368.942px;
        height: 74.098px;
        top: 0px;
        left: 29.9422px;
    }

    #BOX471>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #HEADLINE472 {
        width: 327px;
        top: 11.549px;
        left: 59.0062px;
    }

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

    #BOX473 {
        width: 50px;
        height: 50px;
        top: 11.549px;
        left: 0px;
    }

    #BOX473>.ladi-box {
        background: #ff9966;
        background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
        background: linear-gradient(180deg, #ff9966, #ff5e62);
        border-radius: 160px;
        filter: drop-shadow(rgb(206, 206, 206) 0px 0px 5px);
    }

    #SHAPE474 {
        width: 32.125px;
        height: 32.125px;
        top: 20.9865px;
        left: 9.625px;
    }

    #SHAPE474 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

    #GROUP466 {
        width: 521.692px;
        height: 74.098px;
        top: 1128.59px;
        left: 11.1156px;
    }

    #BUTTON475 {
        width: 355px;
        height: 56px;
        top: 1243.69px;
        left: 32.5px;
    }

    #BUTTON475>.ladi-button>.ladi-button-background {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
    }

    #BUTTON475>.ladi-button {
        border-radius: 10px;
    }

    #BUTTON_TEXT475 {
        width: 355px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT475>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE478 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE478>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE479 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE479>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE479 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP477 {
        width: 400px;
        height: 108px;
        top: 18px;
        left: 10px;
    }

    #CAROUSEL481 {
        width: 380px;
        height: 728px;
        top: 167px;
        left: 18px;
    }

    #IMAGE487 {
        width: 344.087px;
        height: 705.821px;
        top: 5.0895px;
        left: 396.413px;
    }

    #IMAGE487>.ladi-image>.ladi-image-background {
        width: 344.087px;
        height: 695.821px;
        top: 0px;
        left: 0px;
        background-image: url("line2.jpg");
    }

    #IMAGE487>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #IMAGE488 {
        width: 344.088px;
        height: 705.821px;
        top: 5.0895px;
        left: 1158px;
    }

    #IMAGE488>.ladi-image>.ladi-image-background {
        width: 344.088px;
        height: 695.821px;
        top: 0px;
        left: 0px;
        background-image: url("line4.jpg");
    }

    #IMAGE488>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #IMAGE489 {
        width: 344.088px;
        height: 705.821px;
        top: 5.0895px;
        left: 779.67px;
    }

    #IMAGE489>.ladi-image>.ladi-image-background {
        width: 344.088px;
        height: 695.821px;
        top: 0px;
        left: 0px;
        background-image: url("line3.jpg");
    }

    #IMAGE489>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #IMAGE490 {
        width: 341.238px;
        height: 705.821px;
        top: 5.0895px;
        left: 21.1699px;
    }

    #IMAGE490>.ladi-image>.ladi-image-background {
        width: 341.238px;
        height: 695.821px;
        top: 0px;
        left: 0px;
        background-image: url("line1.jpg");
    }

    #IMAGE490>.ladi-image {
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #HEADLINE492 {
        width: 406px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE492>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE493 {
        width: 406px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE493>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE493 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP491 {
        width: 406px;
        height: 72px;
        top: 20px;
        left: 7px;
    }

    #IMAGE494 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE494>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 180px;
        top: -8px;
        left: -17px;
        background-image: url("1-11.jpg");
    }

    #IMAGE494>.ladi-image {
        border-radius: 152px;
    }

    #BOX495 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX495>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #GROUP496 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP497 {
        width: 272px;
        height: 233.048px;
        top: 193px;
        left: 74px;
    }

    #HEADLINE509 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #BOX511 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX511>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #IMAGE512 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE512>.ladi-image>.ladi-image-background {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
        background-image: url("2-11.jpg");
    }

    #IMAGE512>.ladi-image {
        border-radius: 152px;
    }

    #GROUP510 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP508 {
        width: 272px;
        height: 233.048px;
        top: 526.048px;
        left: 74px;
    }

    #HEADLINE514 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #BOX516 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX516>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #IMAGE517 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE517>.ladi-image>.ladi-image-background {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
        background-image: url("3-11.jpg");
    }

    #IMAGE517>.ladi-image {
        border-radius: 152px;
    }

    #GROUP515 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP513 {
        width: 272px;
        height: 233.048px;
        top: 859.096px;
        left: 74px;
    }

    #HEADLINE519 {
        width: 272px;
        top: 175.048px;
        left: 0px;
    }

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

    #BOX521 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 0px;
    }

    #BOX521>.ladi-box {
        background-color: rgb(234, 237, 238);
        border-radius: 200px;
    }

    #IMAGE522 {
        width: 150px;
        height: 150px;
        top: 5px;
        left: 5px;
    }

    #IMAGE522>.ladi-image>.ladi-image-background {
        width: 150px;
        height: 150px;
        top: 0px;
        left: 0px;
        background-image: url("4-11.jpg");
    }

    #IMAGE522>.ladi-image {
        border-radius: 152px;
    }

    #GROUP520 {
        width: 160px;
        height: 160px;
        top: 0px;
        left: 56px;
    }

    #GROUP518 {
        width: 272px;
        height: 233.048px;
        top: 1192.14px;
        left: 74px;
    }

    #HEADLINE526 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE526>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE527 {
        width: 412px;
        top: 0px;
        left: 4px;
    }

    #HEADLINE527>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE527 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP525 {
        width: 420px;
        height: 72px;
        top: 25px;
        left: 0px;
    }

    #IMAGE537 {
        width: 148.168px;
        height: 100.204px;
        top: 0px;
        left: 25px;
    }

    #IMAGE537>.ladi-image>.ladi-image-background {
        width: 148.168px;
        height: 100.204px;
        top: 0px;
        left: 0px;
        background-image: url("ling.png");
    }

    #PARAGRAPH538 {
        width: 118px;
        top: 53.201px;
        left: 188.771px;
    }

    #PARAGRAPH538>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH539 {
        width: 368px;
        top: 108.204px;
        left: 9px;
    }

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

    #SHAPE540 {
        width: 10px;
        height: 10px;
        top: 37.201px;
        left: 537.168px;
    }

    #SHAPE540 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #GROUP536 {
        width: 547.168px;
        height: 204.204px;
        top: 0px;
        left: 0px;
    }

    #IMAGE544 {
        width: 141.0011px;
        height: 125.85px;
        top: 0px;
        left: 25px;
    }

    #IMAGE544>.ladi-image>.ladi-image-background {
        width: 141.1701px;
        height: 125.85px;
        top: 0px;
        left: 0px;
        background-image: url("herb.png");
    }

    #PARAGRAPH545 {
        width: 88px;
        top: 55.605px;
        left: 187.0011px;
    }

    #PARAGRAPH545>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH546 {
        width: 396px;
        top: 119.85px;
        left: 0px;
    }

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

    #SHAPE547 {
        width: 10px;
        height: 10px;
        top: 55.605px;
        left: 496.001px;
    }

    #SHAPE547 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #IMAGE551 {
        width: 150.528px;
        height: 111.161px;
        top: 20px;
        left: 25px;
    }

    #IMAGE551>.ladi-image>.ladi-image-background {
        width: 150.528px;
        height: 95.5855px;
        top: 0.5755px;
        left: 0px;
        background-image: url("dang.png");
    }

    #PARAGRAPH552 {
        width: 87px;
        top: 68.158px;
        left: 190px;
    }

    #PARAGRAPH552>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH553 {
        width: 397px;
        top: 125.158px;
        left: 5px;
    }

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

    #SHAPE554 {
        width: 10px;
        height: 10px;
        top: 125.158px;
        left: 488px;
    }

    #SHAPE554 svg:last-child {
        fill: rgba(100, 80, 210, 1.0);
    }

    #GROUP550 {
        width: 498px;
        height: 227.158px;
        top: 0px;
        left: 0px;
    }

    #IMAGE558 {
        width: 187.168px;
        height: 122.21px;
        top: 0px;
        left: 13px;
    }

    #IMAGE558>.ladi-image>.ladi-image-background {
        width: 187.168px;
        height: 130.549px;
        top: -8.33887px;
        left: 0px;
        background-image: url("gra.png");
    }

    #PARAGRAPH559 {
        width: 97px;
        top: 77.21px;
        left: 207.584px;
    }

    #PARAGRAPH559>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH560 {
        width: 391px;
        top: 138.678px;
        left: 24px;
    }

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

    #SHAPE561 {
        width: 10px;
        height: 10px;
        top: 46.175px;
        left: 525px;
    }

    #SHAPE561 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #GROUP557 {
        width: 535px;
        height: 240.678px;
        top: 0px;
        left: 0px;
    }

    #SECTION529 {
        height: 1890.64px;
    }

    #SECTION529>.ladi-section-background {
        background: rgba(247, 245, 255, 1);
        background: -webkit-linear-gradient(180deg, rgba(247, 245, 255, 1), rgba(244, 254, 255, 0.5));
        background: linear-gradient(180deg, rgba(247, 245, 255, 1), rgba(244, 254, 255, 0.5));
    }

    #SECTION529 .ladi-section-arrow-down {
        background-image: url("");
    }

    #IMAGE572 {
        width: 269.231px;
        height: 58.3333px;
        top: 1702.82px;
        left: 62.416px;
    }

    #IMAGE572>.ladi-image>.ladi-image-background {
        width: 269.231px;
        height: 58.3333px;
        top: 0px;
        left: 0px;
        background-image: url("asset-4-20211125085008.svg");
    }

    #IMAGE577 {
        width: 155.048px;
        height: 109.204px;
        top: -20px;
        left: 35px;
    }

    #IMAGE577>.ladi-image>.ladi-image-background {
        width: 155.048px;
        height: 109.048px;
        top: 0.4735px;
        left: 0px;
        background-image: url("ast.png");
    }

    #PARAGRAPH578 {
        width: 88px;
        top: 49.058px;
        left: 207.271px;
    }

    #PARAGRAPH578>.ladi-paragraph {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH579 {
        width: 381px;
        top: 88.204px;
        left: 22.324px;
    }

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

    #SHAPE580 {
        width: 10px;
        height: 10px;
        top: 49.058px;
        left: 464.324px;
    }

    #SHAPE580 svg:last-child {
        fill: rgba(100, 80, 210, 1);
    }

    #LINE581 {
        width: 206px;
        top: 31.102px;
        left: 464.271px;
    }

    #LINE581>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgb(156, 150, 190);
        border-right: 1px solid rgb(156, 150, 190);
        border-bottom: 1px solid rgb(156, 150, 190);
        border-left: 0px !important;
    }

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

    #GROUP576 {
        width: 670.271px;
        height: 178.204px;
        top: 125px;
        left: 0px;
    }

    #PEN_TOOL583 {
        width: 309px;
        height: 72px;
        top: 61px;
        left: 490.578px;
    }

    #PEN_TOOL583 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL583 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #GROUP584 {
        width: 799.578px;
        height: 227.158px;
        top: 369.365px;
        left: 14.553px;
    }

    #PEN_TOOL585 {
        width: 332px;
        height: 55px;
        top: 17.339px;
        left: 615px;
    }

    #PEN_TOOL585 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL585 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #GROUP586 {
        width: 947px;
        height: 240.678px;
        top: 848.509px;
        left: -5.584px;
    }

    .product3 {

        max-width: 400px;
    }

    .product3 img {
        width: 100%;
    }

    #IMAGE592 {
        width: 240px;
        height: 305.424px;
        top: 1430.39px;
        left: 100px;
    }

    #IMAGE592>.ladi-image>.ladi-image-background {
        width: 240px;
        height: 305.424px;
        top: 0px;
        left: 0px;
        background-image: url("product-left.png");
    }

    #GROUP543 {
        width: 506.001px;
        height: 221.85px;
        top: 0px;
        left: 0px;
    }

    #PEN_TOOL593 {
        width: 377px;
        height: 74px;
        top: 16.708px;
        left: 425.567px;
    }

    #PEN_TOOL593 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL593 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #PEN_TOOL595 {
        width: 329px;
        height: 74px;
        top: 21.803px;
        left: 453.894px;
    }

    #PEN_TOOL595 svg:last-child {
        fill: rgba(255, 255, 255, 0);
    }

    #PEN_TOOL595 svg:last-child {
        stroke: rgb(156, 150, 190);
        stroke-width: 1px;
    }

    #HEADLINE597 {
        width: 405px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE597>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE598 {
        width: 398px;
        top: 0px;
        left: 3.5px;
    }

    #HEADLINE598>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE598 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP596 {
        width: 405px;
        height: 114px;
        top: 19px;
        left: 7.5px;
    }

    #HEADLINE615 {
        width: 202px;
        top: 305.803px;
        left: 154.643px;
    }

    #HEADLINE615>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #BOX644 {
        width: 356.658px;
        height: 238.608px;
        top: 0px;
        left: 0px;
    }

    #BOX644>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #PARAGRAPH645 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH645>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE646 {
        width: 22px;
        height: 18.3327px;
        top: 207.693px;
        left: 321.829px;
    }

    #SHAPE646>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE646 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #IMAGE647 {
        width: 84.8291px;
        height: 84.8734px;
        top: 266.313px;
        left: 47.3481px;
    }

    #IMAGE647>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("commit_01.jpg");
    }

    #IMAGE647>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE648 {
        width: 160px;
        top: 273.515px;
        left: 154.643px;
    }

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

    #SHAPE650 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE650 svg:last-child {
        fill: url("#SHAPE650_desktop_gradient");
    }

    #SHAPE651 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE651 svg:last-child {
        fill: url("#SHAPE651_desktop_gradient");
    }

    #SHAPE652 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE652 svg:last-child {
        fill: url("#SHAPE652_desktop_gradient");
    }

    #SHAPE653 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE653 svg:last-child {
        fill: url("#SHAPE653_desktop_gradient");
    }

    #SHAPE654 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE654 svg:last-child {
        fill: url("#SHAPE654_desktop_gradient");
    }

    #GROUP649 {
        width: 69.8276px;
        height: 13.2817px;
        top: 332.71px;
        left: 154.643px;
    }

    #GROUP680 {
        width: 356.658px;
        height: 381.186px;
        top: 20.806px;
        left: 23.92px;
    }

    #BOX682 {
        width: 356.658px;
        height: 303.608px;
        top: 0px;
        left: 0px;
    }

    #BOX682>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #SHAPE683 {
        width: 22px;
        height: 18.3327px;
        top: 276.693px;
        left: 321.643px;
    }

    #SHAPE683>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE683 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #HEADLINE684 {
        width: 203px;
        top: 365.807px;
        left: 148.643px;
    }

    #HEADLINE684>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH685 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH685>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE686 {
        width: 84.8291px;
        height: 84.8734px;
        top: 326.317px;
        left: 41.3481px;
    }

    #IMAGE686>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("commit_02.jpg");
    }

    #IMAGE686>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE687 {
        width: 195px;
        top: 333.519px;
        left: 148.643px;
    }

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

    #SHAPE689 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE689 svg:last-child {
        fill: url("#SHAPE689_desktop_gradient");
    }

    #SHAPE690 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE690 svg:last-child {
        fill: url("#SHAPE690_desktop_gradient");
    }

    #SHAPE691 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE691 svg:last-child {
        fill: url("#SHAPE691_desktop_gradient");
    }

    #SHAPE692 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE692 svg:last-child {
        fill: url("#SHAPE692_desktop_gradient");
    }

    #SHAPE693 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE693 svg:last-child {
        fill: url("#SHAPE693_desktop_gradient");
    }

    #GROUP688 {
        width: 69.8276px;
        height: 13.2817px;
        top: 392.714px;
        left: 148.643px;
    }

    #GROUP681 {
        width: 356.658px;
        height: 441.19px;
        top: 21.806px;
        left: 421.671px;
    }

    #BOX695 {
        width: 356.658px;
        height: 288.608px;
        top: 0px;
        left: 0px;
    }

    #BOX695>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #SHAPE696 {
        width: 22px;
        height: 18.3327px;
        top: 260.693px;
        left: 323.829px;
    }

    #SHAPE696>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE696 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #HEADLINE697 {
        width: 193px;
        top: 355.811px;
        left: 152.643px;
    }

    #HEADLINE697>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH698 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH698>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE699 {
        width: 84.8291px;
        height: 84.8734px;
        top: 316.321px;
        left: 45.3481px;
    }

    #IMAGE699>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("commit_03.jpg");
    }

    #IMAGE699>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE700 {
        width: 193px;
        top: 323.523px;
        left: 152.643px;
    }

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

    #SHAPE702 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE702 svg:last-child {
        fill: url("#SHAPE702_desktop_gradient");
    }

    #SHAPE703 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE703 svg:last-child {
        fill: url("#SHAPE703_desktop_gradient");
    }

    #SHAPE704 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE704 svg:last-child {
        fill: url("#SHAPE704_desktop_gradient");
    }

    #SHAPE705 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE705 svg:last-child {
        fill: url("#SHAPE705_desktop_gradient");
    }

    #SHAPE706 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE706 svg:last-child {
        fill: url("#SHAPE706_desktop_gradient");
    }

    #GROUP701 {
        width: 69.8276px;
        height: 13.2817px;
        top: 382.718px;
        left: 152.643px;
    }

    #GROUP694 {
        width: 356.658px;
        height: 431.194px;
        top: 21.806px;
        left: 820.973px;
    }

    #BOX708 {
        width: 356.658px;
        height: 238.608px;
        top: 0px;
        left: 0px;
    }

    #BOX708>.ladi-box {
        background-color: rgb(42, 35, 136);
        border-radius: 10px;
    }

    #SHAPE709 {
        width: 22px;
        height: 18.3327px;
        top: 210.693px;
        left: 323.829px;
    }

    #SHAPE709>.ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE709 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #HEADLINE710 {
        width: 201px;
        top: 305.811px;
        left: 152.643px;
    }

    #HEADLINE710>.ladi-headline {
        font-family: "Roboto", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH711 {
        width: 312px;
        top: 18.304px;
        left: 23.829px;
    }

    #PARAGRAPH711>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE712 {
        width: 84.8291px;
        height: 84.8734px;
        top: 266.321px;
        left: 45.3481px;
    }

    #IMAGE712>.ladi-image>.ladi-image-background {
        width: 93.9563px;
        height: 84.8734px;
        top: 0px;
        left: -7px;
        background-image: url("");
    }

    #IMAGE712>.ladi-image {
        border-radius: 200px;
    }

    #HEADLINE713 {
        width: 193px;
        top: 273.523px;
        left: 152.643px;
    }

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

    #SHAPE715 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 0px;
    }

    #SHAPE715 svg:last-child {
        fill: url("");
    }

    #SHAPE716 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 13.9655px;
    }

    #SHAPE716 svg:last-child {
        fill: url("");
    }

    #SHAPE717 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 27.9311px;
    }

    #SHAPE717 svg:last-child {
        fill: url("");
    }

    #SHAPE718 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 41.8967px;
    }

    #SHAPE718 svg:last-child {
        fill: url("");
    }

    #SHAPE719 {
        width: 13.9654px;
        height: 13.2817px;
        top: 0px;
        left: 55.8622px;
    }

    #SHAPE719 svg:last-child {
        fill: url("");
    }

    #GROUP714 {
        width: 69.8276px;
        height: 13.2817px;
        top: 332.718px;
        left: 152.643px;
    }

    #GROUP707 {
        width: 356.658px;
        height: 351.194px;
        top: 20.806px;
        left: 1223px;
    }

    #HEADLINE722 {
        width: 353px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE722>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(127, 119, 173);
        font-size: 35px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE723 {
        width: 359px;
        top: 84px;
        left: 0px;
    }

    #HEADLINE723>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(55, 42, 127);
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #GROUP721 {
        width: 359px;
        height: 148px;
        top: 13.129px;
        left: 33.5px;
    }

    #SHAPE724 {
        width: 22.0785px;
        height: 25.1579px;
        top: 13.129px;
        left: 11.4215px;
    }

    #SHAPE724.ladi-animation>.ladi-shape {
        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;
    }

    #SHAPE724 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #PARAGRAPH726 {
        width: 395px;
        top: 188.127px;
        left: 12.5px;
    }

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

    #PARAGRAPH726.ladi-animation>.ladi-paragraph {
        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;
    }

    #IMAGE728 {
        width: 350.456px;
        height: 350.456px;
        top: 695.116px;
        left: 34.772px;
    }

    #IMAGE728>.ladi-image>.ladi-image-background {
        width: 350px;
        height: 350px;
        top: 0px;
        left: 4px;
        background-image: url("doc.png");
    }

    #HEADLINE729 {
        width: 343px;
        top: 1045.19px;
        left: 38.5px;
    }

    #HEADLINE729>.ladi-headline {
        font-family: "Prompt-ExtraBold.ttf";
        color: rgb(42, 35, 136);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE729.ladi-animation>.ladi-headline {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE730 {
        width: 397px;
        top: 1105.57px;
        left: 13px;
    }

    #HEADLINE730>.ladi-headline {
        font-family: "Prompt-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE730.ladi-animation>.ladi-headline {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE731 {
        width: 21.9403px;
        height: 25.0004px;
        top: 639.129px;
        left: 385.56px;
    }

    #SHAPE731.ladi-animation>.ladi-shape {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE731 svg:last-child {
        fill: rgba(156, 150, 190, 1);
    }

    #LINE732 {
        height: 300px;
        top: 245.127px;
        left: -217px;
    }

    #LINE732>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(156, 150, 190);
        border-bottom: 2px solid rgb(156, 150, 190);
        border-left: 2px solid rgb(156, 150, 190);
    }

    #LINE732.ladi-animation>.ladi-line {
        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;
    }

    #LINE732>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #SECTION720 {
        height: 1200.13px;
    }

    #SECTION720>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("bg-05-20201111045526-1.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION720 .ladi-section-arrow-down {
        background-image: url("");
    }

    #HEADLINE735 {
        width: 168px;
        top: 0px;
        left: 6px;
    }

    #HEADLINE735>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #00dbde;
        background: -webkit-linear-gradient(180deg, #00dbde, #fc00ff);
        background: linear-gradient(180deg, #00dbde, #fc00ff);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE735 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE736 {
        width: 47px;
        top: 12px;
        left: 159px;
    }

    #HEADLINE736>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #00dbde;
        background: -webkit-linear-gradient(180deg, #00dbde, #fc00ff);
        background: linear-gradient(180deg, #00dbde, #fc00ff);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE736 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE737 {
        width: 197px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP738 {
        width: 206px;
        height: 126px;
        top: 19.065px;
        left: 8.0095px;
    }

    #BOX769 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX769>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(48, 128, 232);
        border-width: 2px;
        border-radius: 10px;
    }

    #LINE770 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP771 {
        width: 214.019px;
        height: 173px;
        top: 450.26px;
        left: 102.856px;
    }

    #BOX801 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX801>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(216, 11, 1);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE803 {
        width: 159px;
        top: 0px;
        left: 15px;
    }

    #HEADLINE803>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE803 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE804 {
        width: 47px;
        top: 13px;
        left: 157px;
    }

    #HEADLINE804>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #fc6767;
        background: -webkit-linear-gradient(180deg, #fc6767, #ec008c);
        background: linear-gradient(180deg, #fc6767, #ec008c);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE804 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE805 {
        width: 190px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP802 {
        width: 204px;
        height: 126px;
        top: 19.065px;
        left: 8.0095px;
    }

    #LINE806 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP800 {
        width: 214.019px;
        height: 173px;
        top: 249.01px;
        left: 102.856px;
    }

    #BOX808 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX808>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(255, 111, 25);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE810 {
        width: 174px;
        top: 0px;
        left: 7px;
    }

    #HEADLINE810>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FFED00;
        background: -webkit-linear-gradient(180deg, #FFED00, #FF0000);
        background: linear-gradient(180deg, #FFED00, #FF0000);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE810 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE811 {
        width: 47px;
        top: 13px;
        left: 155px;
    }

    #HEADLINE811>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #FFED00;
        background: -webkit-linear-gradient(180deg, #FFED00, #FF0000);
        background: linear-gradient(180deg, #FFED00, #FF0000);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE811 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE812 {
        width: 190px;
        top: 74px;
        left: 0px;
    }

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

    #GROUP809 {
        width: 202px;
        height: 146px;
        top: 23.065px;
        left: 8.0095px;
    }

    #LINE813 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP807 {
        width: 214.019px;
        height: 173px;
        top: 651.51px;
        left: 102.856px;
    }

    #BOX815 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX815>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(150, 221, 72);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE817 {
        width: 154px;
        top: 0px;
        left: 20px;
    }

    #HEADLINE817>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #dce35b;
        background: -webkit-linear-gradient(142deg, #dce35b, #45b649);
        background: linear-gradient(142deg, #dce35b, #45b649);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE817 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE818 {
        width: 47px;
        top: 12.5px;
        left: 157px;
    }

    #HEADLINE818>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #dce35b;
        background: -webkit-linear-gradient(180deg, #dce35b, #45b649);
        background: linear-gradient(180deg, #dce35b, #45b649);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE818 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE819 {
        width: 200px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP816 {
        width: 204px;
        height: 150px;
        top: 19.065px;
        left: 8.0095px;
    }

    #LINE820 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP814 {
        width: 214.019px;
        height: 173px;
        top: 852.76px;
        left: 102.856px;
    }

    #BOX822 {
        width: 214.019px;
        height: 173px;
        top: 0px;
        left: 0px;
    }

    #BOX822>.ladi-box {
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(137, 48, 232);
        border-width: 2px;
        border-radius: 10px;
    }

    #HEADLINE824 {
        width: 157px;
        top: 0px;
        left: 12px;
    }

    #HEADLINE824>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #e100ff;
        background: -webkit-linear-gradient(180deg, #e100ff, #7f00ff);
        background: linear-gradient(180deg, #e100ff, #7f00ff);
        color: rgb(216, 11, 1);
        font-size: 55px;
        line-height: 1;
    }

    #HEADLINE824 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE825 {
        width: 47px;
        top: 13px;
        left: 161px;
    }

    #HEADLINE825>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #e100ff;
        background: -webkit-linear-gradient(180deg, #e100ff, #7f00ff);
        background: linear-gradient(180deg, #e100ff, #7f00ff);
        color: rgb(199, 25, 16);
        font-size: 40px;
        line-height: 1;
    }

    #HEADLINE825 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE826 {
        width: 197px;
        top: 78px;
        left: 0px;
    }

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

    #GROUP823 {
        width: 208px;
        height: 141px;
        top: 19.065px;
        left: 8.0095px;
    }

    #LINE827 {
        width: 187px;
        top: 78px;
        left: 13.5095px;
    }

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

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

    #GROUP821 {
        width: 216.01px;
        height: 173px;
        top: 1054.01px;
        left: 101.861px;
    }

    #IMAGE830 {
        width: 1076.36px;
        height: 74px;
        top: 1744.5px;
        left: -174px;
    }

    #IMAGE830>.ladi-image>.ladi-image-background {
        width: 1076.36px;
        height: 74px;
        top: 0px;
        left: 0px;
        background-image: url("untitled-1-20211126034337-1.png");
    }

    #IMAGE830>.ladi-image {
        transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
    }

    #PEN_TOOL832 {
        width: 549.043px;
        height: 42.3082px;
        top: -39.1541px;
        left: -55.519px;
    }

    #PEN_TOOL832 svg:last-child {
        fill: rgba(247, 245, 255, 1);
    }

    #PEN_TOOL832 svg:last-child {
        stroke-width: 1px;
    }

    #IMAGE833 {
        width: 320.884px;
        height: 320.827px;
        top: 195.538px;
        left: 48.0578px;
        filter: drop-shadow(rgb(132, 132, 132) 0px 0px 3px);
    }

    #IMAGE833>.ladi-image>.ladi-image-background {
        width: 320.884px;
        height: 320.827px;
        top: 0px;
        left: 0px;
        background-image: url("ab.png");
    }

    #IMAGE833:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #HEADLINE839 {
        width: 410px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE839>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE840 {
        width: 410px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE840>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE840 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #HEADLINE839 .ladi-headline br, #HEADLINE840 .ladi-headline br {
        display: none;
    }

    #GROUP838 {
        width: 410px;
        height: 144px;
        top: 52px;
        left: 5px;
    }

    #HEADLINE867 {
        width: 385px;
        top: 0px;
        left: 20.616px;
    }

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

    #HEADLINE867 .ladi-headline br {
        display: none;
    }

    #HEADLINE870 {
        width: 403px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE870>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE871 {
        /* width: 376px; */
        top: 0px;
        /* left: 13.5px; */
    }

    #HEADLINE871>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE871 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP869 {
        width: 403px;
        height: 108px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE872 {
        width: 379px;
        top: 159.5px;
        left: 12px;
    }

    #HEADLINE872>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP868 {
        width: 403px;
        height: 196.5px;
        top: 54.769px;
        left: 9px;
    }

    #IMAGE918 {
        width: 1328.06px;
        height: 900.11px;
        top: 38px;
        left: 545.87px;
    }

    #IMAGE918>.ladi-image>.ladi-image-background {
        width: 1328.06px;
        height: 985.676px;
        top: 0px;
        left: 0px;
        background-image: url("layer-10-20211126060838-1.png");
    }

    #IMAGE918>.ladi-image {
        opacity: 0.4;
    }

    #HEADLINE924 {
        width: 400px;
        top: 147.01px;
        left: 10px;
    }

    #HEADLINE924>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE926 {
        width: 253px;
        top: 0px;
        left: 23.5px;
    }

    #HEADLINE926>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 48px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE927 {
        width: 253px;
        top: 0px;
        left: 23.5px;
    }

    #HEADLINE927>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 47px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE927 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP925 {
        width: 253px;
        height: 72px;
        top: 66.01px;
        left: 121px;
    }

    #HEADLINE928 {
        width: 320px;
        top: 0px;
        left: 69.976px;
    }

    #HEADLINE928>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE929 {
        width: 593.657px;
        height: 82.7687px;
        top: -12px;
        left: -75px;
    }

    #IMAGE929>.ladi-image>.ladi-image-background {
        width: 593.657px;
        height: 303.321px;
        top: 0px;
        left: 0px;
        background-image: url("untitled-4-20211126070212-1.png");
    }

    #IMAGE930 {
        width: 335.06px;
        height: 380.75px;
        top: 591.269px;
        left: 41px;
    }

    #IMAGE930>.ladi-image>.ladi-image-background {
        width: 335.06px;
        height: 380.75px;
        top: 0px;
        left: 0px;
        background-image: url("layer-122.png");
    }

    #BOX931 {
        width: 400px;
        height: 44.2953px;
        top: 591.269px;
        left: 26px;
    }

    #BOX931>.ladi-box {
        background: rgba(250, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(250, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
        background: linear-gradient(180deg, rgba(250, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
    }

    #IMAGE932 {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

    #IMAGE932>.ladi-image>.ladi-image-background {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("true-20211126071444.png");
    }

    #GROUP935 {
        width: 389.976px;
        height: 64px;
        top: 301.314px;
        left: 10px;
    }

    #GROUP935.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE937 {
        width: 327px;
        top: 0px;
        left: 69.976px;
    }

    #HEADLINE937>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE938 {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

    #IMAGE938>.ladi-image>.ladi-image-background {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("true-20211126071444.png");
    }

    #GROUP936 {
        width: 396.976px;
        height: 96px;
        top: 389.814px;
        left: 10px;
    }

    #GROUP936.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE940 {
        width: 328px;
        top: 0px;
        left: 69.976px;
    }

    #HEADLINE940>.ladi-headline {
        font-family: "Prompt-Italic.ttf";
        color: rgb(55, 42, 127);
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE941 {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }

    #IMAGE941>.ladi-image>.ladi-image-background {
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("true-20211126071444.png");
    }

    #GROUP939 {
        width: 397.976px;
        height: 64px;
        top: 510.314px;
        left: 10px;
    }

    #GROUP939.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON_TEXT943 {
        width: 120px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT943>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON943 {
        width: 355px;
        height: 56px;
        top: 5px;
        left: 605px;
    }

    #BUTTON943>.ladi-button>.ladi-button-background {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
    }

    #BUTTON943>.ladi-button {
        border-radius: 10px;
    }

    #HEADLINE945 {
        width: 199px;
        top: 314.5px;
        left: 518px;
    }

    #HEADLINE945>.ladi-headline {
        color: rgb(150, 221, 72);
        font-size: 18px;
        line-height: 1.4;
    }

    #LINE946 {
        height: 48px;
        top: 4px;
        left: 0px;
    }

    #LINE946>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(156, 150, 190);
        border-bottom: 2px solid rgb(156, 150, 190);
        border-left: 2px solid rgb(156, 150, 190);
    }

    #LINE946>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #LINE947 {
        height: 68px;
        top: 3.5px;
        left: 0px;
    }

    #LINE947>.ladi-line>.ladi-line-container {
        border-top: 0px !important;
        border-right: 2px solid rgb(156, 150, 190);
        border-bottom: 2px solid rgb(156, 150, 190);
        border-left: 2px solid rgb(156, 150, 190);
    }

    #LINE947>.ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #BOX948 {
        width: 342.669px;
        height: 57.5px;
        top: 1038.94px;
        left: 38.6655px;
    }

    #BOX948>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #CAROUSEL949 {
        width: 401px;
        height: 465px;
        top: 136px;
        left: 7.5px;
    }

    #IMAGE955 {
        width: 317.069px;
        height: 328.802px;
        top: 595px;
        left: 0px;
    }

    #IMAGE955>.ladi-image>.ladi-image-background {
        width: 317.069px;
        height: 328.802px;
        top: 0px;
        left: 0px;
        background-image: url("img-logo.png");
    }

    #IMAGE955.ladi-animation>.ladi-image {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE956 {
        width: 328.019px;
        height: 379.681px;
        top: 843.819px;
        left: 43px;
    }

    #IMAGE956>.ladi-image>.ladi-image-background {
        width: 328.019px;
        height: 379.681px;
        top: 0px;
        left: 0px;
        background-image: url("pro-i.png");
    }

    #IMAGE956:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    #IMAGE958 {
        width: 194.716px;
        height: 95.896px;
        top: 620px;
        left: 214.885px;
    }

    #IMAGE958>.ladi-image>.ladi-image-background {
        width: 194.716px;
        height: 95.896px;
        top: 0px;
        left: 0px;
        background-image: url("fgvsrw34t4-20201102083944.png");
    }

    #IMAGE958>.ladi-image {
        opacity: 0.42;
    }

    #HEADLINE960 {
        width: 351px;
        top: 0px;
        left: 1.0005px;
    }

    #HEADLINE960>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
        -webkit-text-stroke: 5px rgb(55, 42, 127);
    }

    #HEADLINE961 {
        width: 353px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE961>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        background: #ffe259;
        background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
        background: linear-gradient(180deg, #ffe259, #ffa751);
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE961 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #GROUP959 {
        width: 353px;
        height: 126px;
        top: 13px;
        left: 33.5px;
    }

    #BOX963 {
        width: 391.811px;
        height: 395.655px;
        top: 0px;
        left: 7.38961px;
    }

    #BOX963>.ladi-box {
        border-style: dashed;
        border-color: rgb(55, 42, 127);
        border-width: 1px;
        border-radius: 7px;
    }

    #BOX964 {
        width: 392.527px;
        height: 400.419px;
        top: 7.70576px;
        left: 0px;
    }

    #BOX964>.ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 6px;
    }

    #GROUP962 {
        width: 399.201px;
        height: 408.125px;
        top: 171.698px;
        left: 10.3997px;
    }

    #SECTION954 {
        height: 1210.5px;
    }

    #SECTION954>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("jjj-20210113024237-2.jpg");
        background-position: center top;
        background-repeat: repeat;
        filter: saturate(65%) hue-rotate(380deg);
        opacity: 0.7;
    }

    #SECTION954 .ladi-section-arrow-down {
        background-image: url("");
    }

    #GROUP971 {
        width: 400px;
        height: 472px;
        top: 10px;
        left: 10px;
    }

    #BOX974 {
        width: 370.771px;
        height: 44px;
        top: 253.28px;
        left: 20.733px;
    }

    #BOX974>.ladi-box {
        background-color: rgb(255, 245, 245);
        border-style: solid;
        border-color: rgb(72, 110, 137);
        border-width: 1px;
        border-radius: 179px;
    }

    #BOX975 {
        width: 140.771px;
        height: 44px;
        top: 253.28px;
        left: 20.733px;
    }

    #BOX975>.ladi-box {
        background-color: rgb(229, 133, 71);
        border-radius: 179px;
    }

    #HEADLINE976 {
        width: 136px;
        top: 264.28px;
        left: 24.118px;
    }

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

    #HEADLINE977 {
        width: 218px;
        top: 262.28px;
        left: 166.5px;
    }

    #HEADLINE977>.ladi-headline {
        font-family: "Prompt-SemiBold.ttf";
        color: rgb(55, 42, 127);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #BOX979 {
        width: 231px;
        height: 49.5786px;
        top: 178.778px;
        left: 11px;
    }

    #BOX979>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 6px 0px 50px;
    }

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

    #COUNTDOWN980 {
        width: 190.791px;
        height: 34.0479px;
        top: 188.309px;
        left: 198.605px;
    }

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

    #COUNTDOWN980>.ladi-countdown>.ladi-element {
        width: calc((100% - 15px * 3) / 4);

        height: 100%;
    }

    #COUNTDOWN980>.ladi-countdown .ladi-countdown-background {
        background-color: rgb(55, 42, 127);
        border-radius: 10px;
    }

    #BUTTON_TEXT991 {
        width: 369px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT991>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        text-shadow: rgb(33, 57, 74) 1px 2px 3px;
    }

    #BUTTON991 {
        width: 367.991px;
        height: 47px;
        top: 107px;
        left: 0px;
    }

    #BUTTON991>.ladi-button>.ladi-button-background {
        background: rgba(255, 1, 113, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
        background: linear-gradient(180deg, rgba(255, 1, 113, 1.0), rgba(145, 23, 16, 1));
    }

    #BUTTON991>.ladi-button {
        border-radius: 8px;
    }

    #FORM_ITEM993 {
        width: 366.186px;
        height: 40px;
        top: 0px;
        left: 0.902432px;
    }

    #FORM_ITEM994 {
        width: 366.186px;
        height: 40px;
        top: 53px;
        left: 0.902432px;
    }

    #FORM990 {
        width: 367.991px;
        height: 154px;
        top: 314.404px;
        left: 20.733px;
    }

    #FORM990>.ladi-form {
        color: rgb(72, 110, 137);
        font-size: 14px;
        line-height: 1.6;
    }

    #FORM990 .ladi-form-item .ladi-form-control::placeholder,
    #FORM990 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(72, 110, 137, 1.0);
    }

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

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

    #FORM990 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("");
    }

    #FORM990 .ladi-form-item-container,
    #FORM990 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(171, 208, 234);
        border-width: 2px;
        border-radius: 8px;
    }

    #FORM990 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(171, 208, 234);
    }

    #HEADLINE995 {
        width: 370px;
        top: 489.28px;
        left: 21.1185px;
    }

    #HEADLINE995>.ladi-headline {
        color: rgb(72, 110, 137);
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE997 {
        width: 189px;
        top: 181.567px;
        left: 24.9002px;
    }

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

    #BUTTON1000 {
        width: 74px;
        height: 40px;
        top: 5px;
        left: -264.5px;
    }

    #BUTTON1000>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #BUTTON_TEXT1000 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1000>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON_TEXT1003 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1003>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON1003 {
        width: 74px;
        height: 40px;
        top: 5px;
        left: -199.5px;
    }

    #BUTTON1003>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #BUTTON_TEXT1005 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1005>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON1005 {
        width: 74px;
        height: 40px;
        top: 5px;
        left: -241.499px;
    }

    #BUTTON1005>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #BUTTON_TEXT1007 {
        width: 74px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT1007>.ladi-headline:hover {
        color: rgb(236, 183, 20);
    }

    #BUTTON1007 {
        width: 74px;
        height: 40px;
        top: 5px;
        left: -109.499px;
    }

    #BUTTON1007>.ladi-button {
        border-color: rgb(156, 150, 190);
        border-width: 1px;
    }

    #GROUP1009 {
        width: 802.567px;
        height: 221.85px;
        top: 1133.19px;
        left: 14.553px;
    }

    #GROUP1009.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #GROUP1010 {
        width: 782.894px;
        height: 204.204px;
        top: 630.523px;
        left: 14.553px;
    }

    #GROUP1010.ladi-animation>.ladi-group {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #GROUP1011 {
        width: 405.616px;
        height: 77px;
        top: 1344.63px;
        left: 0px;
    }

    #GROUP1012 {
        width: 470.817px;
        height: 52px;
        top: 1282.01px;
        left: 0px;
    }

    #SECTION1013 {
        height: 148px;
    }

    #SECTION1013 .ladi-section-arrow-down {
        background-image: url("");
    }

    #PARAGRAPH1014 {
        width: 400px;
        top: 23.5px;
        left: 10.0002px;
    }

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

    #IMAGE1016 {
        width: 147.045px;
        height: 133.287px;
        top: 0px;
        left: 5.978px;
    }

    #IMAGE1016>.ladi-image>.ladi-image-background {
        width: 147.045px;
        height: 133.287px;
        top: 0px;
        left: 0px;
        background-image: url("layer-2-20211126092053.png");
    }

    #HEADLINE1017 {
        width: 159px;
        top: 16.948px;
        left: 0px;
    }

    #HEADLINE1017>.ladi-headline {
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: rgb(250, 210, 208);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE1018 {
        width: 159px;
        top: 35.948px;
        left: 0.001px;
    }

    #HEADLINE1018>.ladi-headline {
        font-family: "SFUEurostileCondensed.TTF";
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

    #GROUP1019 {
        width: 159.001px;
        height: 133.287px;
        top: 790.814px;
        left: 208px;
    }

    #GROUP1019.ladi-animation>.ladi-group {
        animation-name: tada;
        -webkit-animation-name: tada;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE1021 {
        width: 420.267px;
        height: 1350.86px;
        top: -46.85px;
        left: -0.267px;
    }

    #IMAGE1021>.ladi-image>.ladi-image-background {
        width: 420.267px;
        height: 1350.86px;
        top: 0px;
        left: 0px;
        background-image: url("layer-11-20211126093008-1.png");
    }

    #IMAGE1021>.ladi-image {
        opacity: 0.5;
    }

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

    #SHAPE1023 {
        width: 80px;
        height: 80px;
        top: 436.048px;
        left: 170px;
    }

    #SHAPE1023.ladi-animation>.ladi-shape {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE1023 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1024 {
        width: 80px;
        height: 80px;
        top: 769.096px;
        left: 170px;
    }

    #SHAPE1024.ladi-animation>.ladi-shape {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE1024 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1025 {
        width: 80px;
        height: 80px;
        top: 1102.14px;
        left: 170px;
    }

    #SHAPE1025.ladi-animation>.ladi-shape {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE1025 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1026 {
        width: 80px;
        height: 80px;
        top: 940.254px;
        left: -402px;
    }

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

    #SHAPE1026 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1027 {
        width: 80px;
        height: 80px;
        top: 970.254px;
        left: -402px;
    }

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

    #SHAPE1027 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #SHAPE1028 {
        width: 80px;
        height: 80px;
        top: 1000.25px;
        left: -402px;
    }

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

    #SHAPE1028 svg:last-child {
        fill: rgba(156, 147, 131, 1.0);
    }

    #IMAGE1030 {
        width: 420px;
        height: 1222px;
        top: -57.1px;
        left: 0px;
    }

    #IMAGE1030>.ladi-image>.ladi-image-background {
        width: 420px;
        height: 1350px;
        top: 0px;
        left: 0px;
        background-image: url("layer-11-20211126093008-1.png");
    }

    #IMAGE1030>.ladi-image {
        opacity: 0.5;
    }

    #BOX1071 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1071>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #PARAGRAPH1072 {
        width: 216px;
        top: 102px;
        left: 25.2595px;
    }

    #PARAGRAPH1072>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #BOX1073 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #BOX1073>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #GROUP1070 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1074 {
        width: 112.665px;
        height: 76.1111px;
        top: 7.944px;
        left: 76.927px;
    }

    #IMAGE1074>.ladi-image>.ladi-image-background {
        width: 112.665px;
        height: 76.1111px;
        top: 0px;
        left: 0px;
        background-image: url("5243694-middle-20211126044444.png");
    }

    #IMAGE1074>.ladi-image {
        filter: brightness(176%) grayscale(100%);
    }

    #GROUP1069 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #BOX1076 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1076>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1078 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1078>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1079 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1079 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1077 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1080 {
        width: 242px;
        top: 101.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1080>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1075 {
        width: 266.519px;
        height: 204.75px;
        top: 241px;
        left: 0px;
    }

    #BOX1082 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1082>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1084 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1084>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1085 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1085 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1083 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1086 {
        width: 242px;
        top: 101.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1086>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1081 {
        width: 266.519px;
        height: 204.75px;
        top: 482px;
        left: 0px;
    }

    #GROUP1068 {
        width: 266.519px;
        height: 686.75px;
        top: 241px;
        left: 76.7405px;
    }

    #BOX1090 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1090>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #PARAGRAPH1091 {
        width: 224px;
        top: 121px;
        left: 21.2595px;
    }

    #PARAGRAPH1091>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #BOX1092 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #BOX1092>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #GROUP1089 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #IMAGE1093 {
        width: 45.7495px;
        height: 69.1111px;
        top: 8px;
        left: 110.385px;
    }

    #IMAGE1093>.ladi-image>.ladi-image-background {
        width: 45.7495px;
        height: 71.697px;
        top: 0px;
        left: 0px;
        background-image: url("layer-121-20211126045455.png");
    }

    #IMAGE1093>.ladi-image {
        filter: brightness(176%) grayscale(100%);
    }

    #GROUP1088 {
        width: 266.519px;
        height: 204.75px;
        top: 0px;
        left: 0px;
    }

    #BOX1095 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1095>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1097 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1097>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1098 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1098 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1096 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1099 {
        width: 242px;
        top: 120.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1099>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1094 {
        width: 266.519px;
        height: 204.75px;
        top: 251px;
        left: 0px;
    }

    #BOX1101 {
        width: 266.519px;
        height: 152.5px;
        top: 52.25px;
        left: 0px;
    }

    #BOX1101>.ladi-box {
        background: rgba(255, 255, 255, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(243, 240, 255, 1));
        box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        -webkit-box-shadow: 0px 7px 15px 0px rgba(5, 26, 98, 0.1);
        border-style: solid;
        border-color: rgb(100, 80, 210);
        border-width: 2px;
        border-radius: 10px;
    }

    #BOX1103 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 0px;
    }

    #BOX1103>.ladi-box {
        background-color: rgb(55, 42, 127);
        border-radius: 99px;
    }

    #SHAPE1104 {
        width: 56.1172px;
        height: 56.1172px;
        top: 17.4412px;
        left: 17.4412px;
    }

    #SHAPE1104 svg:last-child {
        fill: rgba(252, 252, 252, 1);
    }

    #GROUP1102 {
        width: 90.9996px;
        height: 90.9996px;
        top: 0px;
        left: 87.7597px;
    }

    #PARAGRAPH1105 {
        width: 242px;
        top: 120.75px;
        left: 12.2595px;
    }

    #PARAGRAPH1105>.ladi-paragraph {
        color: rgb(29, 55, 150);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    #GROUP1100 {
        width: 266.519px;
        height: 204.75px;
        top: 502px;
        left: 0px;
    }

    #GROUP1087 {
        width: 266.519px;
        height: 706.75px;
        top: 973.855px;
        left: 76.7405px;
    }

    #SECTION1029 {
        height: 1722.23px;
    }

    #SECTION1029>.ladi-section-background {
        background-color: rgb(247, 245, 255);
    }

    #SECTION1029 .ladi-section-arrow-down {
        background-image: url("");
    }

    #BUTTON_TEXT1116 {
        width: 355px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1116>.ladi-headline {
        font-family: "Prompt-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON1116 {
        width: 355px;
        height: 56px;
        top: 1781.67px;
        left: 33.5px;
    }

    #BUTTON1116>.ladi-button>.ladi-button-background {
        background: #f9d423;
        background: -webkit-linear-gradient(180deg, #f9d423, #ff4e50);
        background: linear-gradient(180deg, #f9d423, #ff4e50);
    }

    #BUTTON1116>.ladi-button {
        border-radius: 10px;
    }

    #time {
        position: absolute;
        font-size: 32px;
        left: 151px;
        top: 8px;
        color: white;
        font-weight: 600;
    }
}

.ladi-paragraph a {
    cursor: pointer;
    font-weight: 700;
    color: #19ade6;
    text-decoration: none;
}