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;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-animation: ladi-loading 1.2s linear infinite;
    animation: ladi-loading 1.2s linear infinite
}

.ladi-loading div:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.ladi-loading div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.ladi-loading div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.ladi-loading div:nth-child(4) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.ladi-loading div:nth-child(5) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.ladi-loading div:nth-child(6) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.ladi-loading div:nth-child(7) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.ladi-loading div:nth-child(8) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.ladi-loading div:nth-child(9) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.ladi-loading div:nth-child(10) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.ladi-loading div:nth-child(11) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.ladi-loading div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@-webkit-keyframes ladi-loading {

    0%,
    100%,
    20%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes ladi-loading {

    0%,
    100%,
    20%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    -webkit-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    -webkit-transition: height 350ms linear 0s;
    transition: height 350ms linear 0s
}

.transition-collapse {
    -webkit-transition: height 150ms linear 0s;
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    -webkit-transition: height 150ms linear 0s;
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    -webkit-transition: top 150ms linear 0s;
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010
}

.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[data-tab-id] {
    display: none
}

.ladi-section.selected[data-tab-id] {
    display: block
}

.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;
    -webkit-transition: 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;
    -webkit-transition: inherit;
    transition: inherit
}

.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 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: left 350ms ease-in-out;
    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;
    -ms-touch-action: pan-y;
    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;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-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(../images/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 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;
    -webkit-transform: translate3d(-100%, 0, 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;
    -webkit-transform: translate3d(0, 0, 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;
    -ms-touch-action: pan-y;
    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-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 0;
    -webkit-transition: left 150ms ease-in-out;
    transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 0;
    -webkit-transition: left 150ms ease-in-out;
    transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
    display: -ms-inline-grid;
    display: inline-grid;
    top: 0;
    -webkit-transition: top 150ms ease-in-out;
    transition: top 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
    display: -ms-inline-grid;
    display: inline-grid;
    top: 0;
    -webkit-transition: top 150ms ease-in-out;
    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;
    -webkit-filter: invert(15%);
    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(../images/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
    -webkit-filter: none;
    filter: none
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
    -webkit-filter: none;
    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%
}

.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;
    -webkit-transition: inherit;
    transition: inherit
}

.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 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    -webkit-transition: inherit;
    transition: inherit
}

.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;
    -webkit-transition: left 350ms ease-in-out;
    transition: left 350ms ease-in-out
}

.ladi-collection .ladi-collection-content .ladi-collection-item {
    display: block;
    position: relative;
    float: left
}

.ladi-collection .ladi-collection-content .ladi-collection-page {
    float: left
}

.ladi-collection .ladi-collection-arrow {
    position: absolute;
    top: calc(50% - (33px)/ 2);
    cursor: pointer;
    z-index: 90000040
}

.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.ladi-collection .ladi-collection-arrow-right {
    right: 5px
}

.ladi-collection .ladi-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form>.ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-button>.ladi-element {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial
}

.ladi-form>.ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>[data-quantity=true] .ladi-form-item-container {
    overflow: hidden
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: .35
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: .2
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: .15
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute
}

.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute
}

.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 10px 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: table;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-block;
    border: none;
    position: relative
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
    position: absolute;
    top: 4px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
    padding-left: 18px
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px
}

.ladi-form .ladi-button {
    cursor: pointer
}

.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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-box;
    display: -ms-inline-flexbox;
    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 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-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 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-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-button-group>.ladi-element {
    -webkit-transition: inherit;
    transition: inherit
}

.ladi-button-group>.ladi-element>.ladi-button {
    -webkit-transition: inherit;
    transition: inherit
}

.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("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000080
}

.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-box;
    display: -ms-inline-flexbox;
    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;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    width: 0%
}

.ladi-carousel .ladi-carousel-arrow,
.ladi-collection .ladi-collection-arrow,
.ladi-collection .ladi-collection-button-next,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close,
.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("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

#POPUP_BLOG .ladi-headline img,
#POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
}

@media (min-width:768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .ladi-fullwidth .ladi-gallery-view-item {
        -webkit-transition-duration: 1.5s;
        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 {
        -webkit-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

    #POPUP_BLOG .ladi-headline img,
    #POPUP_BLOG .ladi-paragraph img {
        height: auto !important
    }

    .opacity-0 {
        opacity: 1;
    }
}

.ladi-notify-transition {
    -webkit-transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out;
    transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
}

.ladi-notify {
    padding: 5px;
    -webkit-box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px
}

.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none
}

.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px
}

.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden
}

.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: .6;
    display: inline-block;
    top: -4px
}

.ladi-notify .ladi-notify-copyright svg {
    vertical-align: middle
}

.ladi-notify .ladi-notify-copyright svg:not(:root) {
    overflow: hidden
}

.ladi-notify .ladi-notify-copyright div {
    text-decoration: none;
    color: #404040;
    display: inline
}

.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700
}

.builder-container .ladi-notify {
    -webkit-transition: unset;
    transition: unset
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 7px 0 rgba(64, 64, 64, .6), 0 8px 50px rgba(64, 64, 64, .3);
    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;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out
}

.ladi-spin-lucky .ladi-spin-lucky-start:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ladi-spin-lucky .ladi-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 7s cubic-bezier(.25, .1, 0, 1);
    transition: -webkit-transform 7s cubic-bezier(.25, .1, 0, 1);
    transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    transition: transform 7s cubic-bezier(.25, .1, 0, 1), -webkit-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
}

/*new*/

@media (min-width:768px) {
    .ladi-section .ladi-container {
        width: 1200px
    }
}

@media (max-width:767px) {
    .ladi-section .ladi-container {
        width: 420px
    }
}

@font-face {
    font-family: "SVN-Gotham Book.otf";
    src: url("../fonts/svn-gotham-book-20211004093518.eot");
    src: url("../fonts/svn-gotham-book-20211004093518.eot#iefix") format("embedded-opentype"), url("../fonts/svn-gotham-book-20211004093518.woff2") format('woff2'), url("../fonts/svn-gotham-book-20211004093518.woff") format('woff'), url("../fonts/svn-gotham-book-20211004093518.ttf") format('truetype'), url("../images/svn-gotham-book-20211004093518.svg#svn-gotham-book-20211004093518") format('svg')
}

@font-face {
    font-family: "SVN-Gotham Bold.ttf";
    src: url("../fonts/svn-gotham-bold-20211004093517.eot");
    src: url("../fonts/svn-gotham-bold-20211004093517.eot#iefix") format("embedded-opentype"), url("../fonts/svn-gotham-bold-20211004093517.woff2") format('woff2'), url("../fonts/svn-gotham-bold-20211004093517.woff") format('woff'), url("../images/svn-gotham-bold-20211004093517.svg#SVN-GothamBold") format('svg')
}

@font-face {
    font-family: "Roboto-Medium.ttf";
    src: url("../fonts/roboto-medium-20200721090717.eot");
    src: url("../fonts/roboto-medium-20200721090717.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-20200721090717.woff2") format('woff2'), url("../fonts/roboto-medium-20200721090717.woff") format('woff'), url("../images/roboto-medium-20200721090717.svg#RobotoMedium") format('svg')
}

@font-face {
    font-family: "#9Slide05 GREATVIBES.ttf";
    src: url("../fonts/9slide05-greatvibes-20201103032028.eot");
    src: url("../fonts/9slide05-greatvibes-20201103032028.eot#iefix") format("embedded-opentype"), url("../fonts/9slide05-greatvibes-20201103032028.woff2") format('woff2'), url("../fonts/9slide05-greatvibes-20201103032028.woff") format('woff'), url("../images/9slide05-greatvibes-20201103032028.svg##9Slide05GreatVibes") format('svg')
}

@font-face {
    font-family: "#9Slide05 SVNShintia Script.ttf";
    src: url("../fonts/9slide05-svnshintia-script-20210416062125.eot");
    src: url("../fonts/9slide05-svnshintia-script-20210416062125.eot#iefix") format("embedded-opentype"), url("../fonts/9slide05-svnshintia-script-20210416062125.woff2") format('woff2'), url("../fonts/9slide05-svnshintia-script-20210416062125.woff") format('woff'), url("../images/9slide05-svnshintia-script-20210416062125.svg##9Slide05SVNShintiaScript") format('svg')
}

@font-face {
    font-family: "Barlow-Bold.ttf";
    src: url("../fonts/barlow-bold-20210407090356.eot");
    src: url("../fonts/barlow-bold-20210407090356.eot#iefix") format("embedded-opentype"), url("../fonts/barlow-bold-20210407090356.woff2") format('woff2'), url("../fonts/barlow-bold-20210407090356.woff") format('woff'), url("../images/barlow-bold-20210407090356.svg#Barlow") format('svg')
}

@font-face {
    font-family: "UTM HelvetIns.ttf";
    src: url("../fonts/utm-helvetins-20200828042229.eot");
    src: url("../fonts/utm-helvetins-20200828042229.eot#iefix") format("embedded-opentype"), url("../fonts/utm-helvetins-20200828042229.woff2") format('woff2'), url("../fonts/utm-helvetins-20200828042229.woff") format('woff'), url("../images/utm-helvetins-20200828042229.svg#UTMHelvetIns") format('svg')
}

@font-face {
    font-family: "Prompt-Black.ttf";
    src: url("../fonts/prompt-black-20211018024043.eot");
    src: url("../fonts/prompt-black-20211018024043.eot#iefix") format("embedded-opentype"), url("../fonts/prompt-black-20211018024043.woff2") format('woff2'), url("../fonts/prompt-black-20211018024043.woff") format('woff'), url("../images/prompt-black-20211018024043.svg#PromptBlack") format('svg')
}

@font-face {
    font-family: "SVN-Gotham Black.otf";
    src: url("../fonts/svn-gotham-black-20211004093517.eot");
    src: url("../fonts/svn-gotham-black-20211004093517.eot#iefix") format("embedded-opentype"), url("../fonts/svn-gotham-black-20211004093517.woff2") format('woff2'), url("../fonts/svn-gotham-black-20211004093517.woff") format('woff'), url("../fonts/svn-gotham-black-20211004093517.ttf") format('truetype'), url("../images/svn-gotham-black-20211004093517.svg#svn-gotham-black-20211004093517") format('svg')
}

@font-face {
    font-family: "SVN-Gotham Regular.otf";
    src: url("../fonts/svn-gotham-regular-20211004093528.eot");
    src: url("../fonts/svn-gotham-regular-20211004093528.eot#iefix") format("embedded-opentype"), url("../fonts/svn-gotham-regular-20211004093528.woff2") format('woff2'), url("../fonts/svn-gotham-regular-20211004093528.woff") format('woff'), url("../fonts/svn-gotham-regular-20211004093528.ttf") format('truetype'), url("../images/svn-gotham-regular-20211004093528.svg#svn-gotham-regular-20211004093528") format('svg')
}

@font-face {
    font-family: "Montserrat-Black.otf";
    src: url("../fonts/montserrat-black-20210312061037.eot");
    src: url("../fonts/montserrat-black-20210312061037.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-black-20210312061037.woff2") format('woff2'), url("../fonts/montserrat-black-20210312061037.woff") format('woff'), url("../fonts/montserrat-black-20210312061037.ttf") format('truetype'), url("../images/montserrat-black-20210312061037.svg#montserrat-black-20210312061037") format('svg')
}

@font-face {
    font-family: "Roboto-Bold.ttf";
    src: url("../fonts/roboto-bold-20200721090708.eot");
    src: url("../fonts/roboto-bold-20200721090708.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-20200721090708.woff2") format('woff2'), url("../fonts/roboto-bold-20200721090708.woff") format('woff'), url("../images/roboto-bold-20200721090708.svg#Roboto") format('svg')
}

body {
    font-family: "SVN-Gotham Book.otf"
}

/*new*/

@media (min-width:768px) {
    #SECTION_POPUP {
        height: 0
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #SECTION1 {
        height: 68.4px
    }

    #SECTION1>.ladi-section-background {
        background-color: #358798
    }

    #SECTION1 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE2 {
        width: 156.805px;
        height: 36.3014px;
        top: 13.9999px;
        left: -8px
    }

    #IMAGE2>.ladi-image>.ladi-image-background {
        width: 156.805px;
        height: 36.3014px;
        top: 0;
        left: 0;
        background-image: url("../images/logo-05-20211102094125.png")
    }

    #BUTTON3 {
        width: 90px;
        height: 40px;
        top: 13.0753px;
        left: 387.11px
    }

    #BUTTON_TEXT3 {
        width: 160px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT3>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #SECTION4 {
        height: 893px;
        display: none !important
    }

    #SECTION4>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg2-20211105091251.png");
        background-position: center top;
        background-repeat: no-repeat
    }

    #SECTION4 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH8 {
        width: 387px;
        top: 53.678px;
        left: 332.067px
    }

    #PARAGRAPH8>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #017c75;
        font-size: 43px;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #IMAGE11 {
        width: 412.131px;
        height: 394.872px;
        top: 473px;
        left: 532.395px
    }

    #IMAGE11>.ladi-image>.ladi-image-background {
        width: 431.314px;
        height: 441.755px;
        top: -4.26442px;
        left: -19.1822px;
        background-image: url("../images/decor-eyelab-03-20211105093357.png")
    }

    #IMAGE11.ladi-animation>.ladi-image {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE11:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #SECTION12 {
        height: 790.076px
    }

    #SECTION12>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg3-20211104045811.png");
        background-position: center top;
        background-repeat: repeat;
        opacity: .2
    }

    #SECTION12 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH16 {
        width: 1084px;
        top: 88.524px;
        left: 58px
    }

    #PARAGRAPH16>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #358798;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH17 {
        width: 356px;
        top: 120px;
        left: 0
    }

    #PARAGRAPH17>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH18 {
        width: 342px;
        top: 157px;
        left: 7px
    }

    #PARAGRAPH18>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE19 {
        width: 120px;
        height: 120px;
        top: 0;
        left: 118px
    }

    #SHAPE19 svg:last-child {
        fill: rgba(58, 173, 197, 1.0)
    }

    #PARAGRAPH25 {
        width: 426px;
        top: 15px;
        left: 83px
    }

    #PARAGRAPH25>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH25.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: .2s;
        -webkit-animation-duration: .2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION21 {
        height: 776.479px
    }

    #SECTION21>.ladi-section-background {
        background-color: #fff;
        opacity: .6
    }

    #SECTION21 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH30 {
        width: 572px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH30>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH32 {
        width: 416px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH32>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #SECTION28 {
        height: 939.08px
    }

    #SECTION28>.ladi-section-background {
        background-color: #f3f9fe
    }

    #SECTION28 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #LINE35 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE35>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE35>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP36 {
        width: 593px;
        height: 88.986px;
        top: 15px;
        left: 431.726px
    }

    #GROUP36.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH59 {
        width: 364px;
        top: 13.191px;
        left: 53.324px
    }

    #PARAGRAPH59>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SECTION53 {
        height: 510.94px
    }

    #SECTION53>.ladi-section-background {
        background-color: #f3f9fe
    }

    #SECTION53 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #SECTION68 {
        height: 921.08px
    }

    #SECTION68.ladi-animation {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION68>.ladi-section-background {
        background-color: #f3f9fe
    }

    #SECTION68 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BOX88 {
        width: 439px;
        height: 433.1px;
        top: 0;
        left: 0
    }

    #BOX88>.ladi-box {
        opacity: .8;
        background-color: #358798;
        border-style: groove;
        border-color: #bcfffc;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE89 {
        width: 230px;
        top: 128.1px;
        left: 11.5px
    }

    #HEADLINE89>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-align: right;
        line-height: 1.6
    }

    #FORM_ITEM93 {
        width: 376.25px;
        height: 36.1905px;
        top: 41.3607px;
        left: 0
    }

    #FORM_ITEM94 {
        width: 376.25px;
        height: 36.1905px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT103 {
        width: 340px;
        top: 7.34695px;
        left: 0
    }

    #BUTTON_TEXT103>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON103 {
        width: 376.25px;
        height: 50.7348px;
        top: 91.2652px;
        left: 0
    }

    #BUTTON103>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON103>.ladi-button {
        border-radius: 4px
    }

    #BUTTON103>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON103>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM92 {
        width: 376.25px;
        height: 142px;
        top: 184.05px;
        left: 31.375px
    }

    #FORM92>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM92 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM92 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM92 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM92 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM92 .ladi-form-item-container,
    #FORM92 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM92 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM92 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #HEADLINE105 {
        width: 416px;
        top: 340.1px;
        left: 11.5px
    }

    #HEADLINE105>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP87 {
        width: 439px;
        height: 433.1px;
        top: 114.678px;
        left: 774.999px
    }

    #GROUP87.ladi-animation>.ladi-group {
        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
    }

    #COUNTDOWN_ITEM107 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN106 {
        width: 242.948px;
        height: 57px;
        top: 231.678px;
        left: 959.787px
    }

    #COUNTDOWN106>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #fff;
        font-size: 35px;
        text-align: center
    }

    #COUNTDOWN106>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #HEADLINE111 {
        width: 93px;
        top: 112.475px;
        left: 0
    }

    #HEADLINE111>.ladi-headline {
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        font-family: "Roboto-Medium.ttf";
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 1
    }

    #BOX115 {
        width: 422.957px;
        height: 102.928px;
        top: 0;
        left: 0
    }

    #BOX115>.ladi-box {
        background-color: #3aadc5;
        border-color: #ffd62c;
        border-width: 2px;
        border-radius: 6px
    }

    #HEADLINE116 {
        width: 116px;
        top: 14.94px;
        left: 19.2461px
    }

    #HEADLINE116>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #LINE117 {
        height: 103px;
        top: 0;
        left: 140.294px
    }

    #LINE117>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #256562;
        border-bottom: 1px solid #256562;
        border-left: 1px solid #256562
    }

    #LINE117>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP114 {
        width: 422.957px;
        height: 103px;
        top: 0;
        left: 0
    }

    #GROUP114.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
    }

    #HEADLINE118 {
        width: 116px;
        top: 13.952px;
        left: 157.099px
    }

    #HEADLINE118>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #LINE119 {
        height: 103px;
        top: 0;
        left: 277.094px
    }

    #LINE119>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #2a6c68;
        border-bottom: 1px solid #2a6c68;
        border-left: 1px solid #2a6c68
    }

    #LINE119>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE120 {
        width: 116px;
        top: 13.952px;
        left: 293.981px
    }

    #HEADLINE120>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #GROUP113 {
        width: 422.957px;
        height: 103px;
        top: 123.617px;
        left: 783.021px
    }

    #IMAGE125 {
        width: 363.478px;
        height: 53.2139px;
        top: 83.464px;
        left: 812.761px
    }

    #IMAGE125>.ladi-image>.ladi-image-background {
        width: 363.478px;
        height: 53.2139px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211103042701.png")
    }

    #IMAGE126 {
        width: 127.165px;
        height: 230.463px;
        top: 0;
        left: 2px
    }

    #IMAGE126>.ladi-image>.ladi-image-background {
        width: 127.165px;
        height: 230.463px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-14-20211103043432.png")
    }

    #IMAGE126>.ladi-image {
        transform: rotate(26deg);
        -webkit-transform: rotate(26deg)
    }

    #HEADLINE127 {
        width: 117px;
        top: 459px;
        left: 599.067px
    }

    #HEADLINE127>.ladi-headline {
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #000;
        font-size: 14px;
        text-align: left;
        line-height: 1.2
    }

    #GROUP128 {
        width: 129.165px;
        height: 230.463px;
        top: 594.261px;
        left: 425px
    }

    #GROUP128.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH13 {
        width: 1200px;
        top: -1.853px;
        left: 0
    }

    #PARAGRAPH13>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH154 {
        width: 1200px;
        top: 0;
        left: 0
    }

    #PARAGRAPH154>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #3aadc5;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH158 {
        width: 461px;
        top: 20px;
        left: 79px
    }

    #PARAGRAPH158>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH158.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH161 {
        width: 506px;
        top: 7.5px;
        left: 84px
    }

    #PARAGRAPH161>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH161.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: .8s;
        -webkit-animation-duration: .8s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH164 {
        width: 534px;
        top: 7.5px;
        left: 84px
    }

    #PARAGRAPH164>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH164.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.1s;
        -webkit-animation-duration: 1.1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH167 {
        width: 647px;
        top: 20px;
        left: 85px
    }

    #PARAGRAPH167>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH167.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.4s;
        -webkit-animation-duration: 1.4s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #LINE169 {
        width: 86px;
        top: 99px;
        left: 135.5px
    }

    #LINE169>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE169>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP170 {
        width: 356px;
        height: 207px;
        top: 205.538px;
        left: 20px
    }

    #GROUP170.ladi-animation>.ladi-group {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #LINE171 {
        height: 268px;
        top: 192.538px;
        left: 392.5px
    }

    #LINE171>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    #LINE171>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #LINE172 {
        height: 268px;
        top: 192.538px;
        left: 793.5px
    }

    #LINE172>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    #LINE172>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #LINE174 {
        width: 1200px;
        top: 450.538px;
        left: 0
    }

    #LINE174>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE174>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #PARAGRAPH176 {
        width: 356px;
        top: 106px;
        left: 0
    }

    #PARAGRAPH176>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH177 {
        width: 328px;
        top: 143px;
        left: 14px
    }

    #PARAGRAPH177>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE178 {
        width: 76px;
        height: 76px;
        top: 0;
        left: 135.5px
    }

    #SHAPE178 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE179 {
        width: 86px;
        top: 85px;
        left: 135.5px
    }

    #LINE179>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE179>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP175 {
        width: 356px;
        height: 218px;
        top: 215.538px;
        left: 422px
    }

    #GROUP175.ladi-animation>.ladi-group {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH181 {
        width: 356px;
        top: 104px;
        left: 0
    }

    #PARAGRAPH181>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH182 {
        width: 328px;
        top: 141px;
        left: 14px
    }

    #PARAGRAPH182>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE183 {
        width: 73.9726px;
        height: 75px;
        top: 0;
        left: 141.014px
    }

    #SHAPE183 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE184 {
        width: 86px;
        top: 83px;
        left: 135.5px
    }

    #LINE184>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE184>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP180 {
        width: 356px;
        height: 216px;
        top: 217.538px;
        left: 825px
    }

    #GROUP180.ladi-animation>.ladi-group {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH186 {
        width: 356px;
        top: 105px;
        left: 0
    }

    #PARAGRAPH186>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH187 {
        width: 328px;
        top: 142px;
        left: 14px
    }

    #PARAGRAPH187>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE188 {
        width: 73px;
        height: 73px;
        top: 0;
        left: 141.5px
    }

    #SHAPE188 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE189 {
        width: 86px;
        top: 84px;
        left: 135.5px
    }

    #LINE189>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE189>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP185 {
        width: 356px;
        height: 217px;
        top: 517.538px;
        left: 200.5px
    }

    #GROUP185.ladi-animation>.ladi-group {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH191 {
        width: 356px;
        top: 103px;
        left: 0
    }

    #PARAGRAPH191>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH192 {
        width: 328px;
        top: 140px;
        left: 14px
    }

    #PARAGRAPH192>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE193 {
        width: 75px;
        height: 75px;
        top: 0;
        left: 140.5px
    }

    #SHAPE193 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE194 {
        width: 86px;
        top: 82px;
        left: 135.5px
    }

    #LINE194>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE194>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP190 {
        width: 356px;
        height: 215px;
        top: 519.538px;
        left: 643.5px
    }

    #GROUP190.ladi-animation>.ladi-group {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #LINE195 {
        height: 294px;
        top: 458.6px;
        left: 591.5px
    }

    #LINE195>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    #LINE195>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #BOX196 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX196>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH197 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH197>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP198 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX200 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX200>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH201 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH201>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP199 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX203 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX203>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH204 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH204>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP202 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX206 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX206>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH207 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH207>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP205 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX209 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX209>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH210 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH210>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP208 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #LINE211 {
        width: 491px;
        top: 349.175px;
        left: 393px
    }

    #LINE211>.ladi-line>.ladi-line-container {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 0 !important
    }

    #LINE211>.ladi-line {
        width: 100%;
        transform: rotate(-66deg);
        -webkit-transform: rotate(-66deg);
        padding: 8px 0
    }

    #GROUP212 {
        width: 509px;
        height: 65px;
        top: 119.425px;
        left: 701px
    }

    #GROUP212.ladi-animation>.ladi-group {
        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
    }

    #GROUP213 {
        width: 540px;
        height: 65px;
        top: 221.909px;
        left: 659px
    }

    #GROUP213.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .3s;
        -webkit-animation-delay: .3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP214 {
        width: 590px;
        height: 65px;
        top: 325.268px;
        left: 610px
    }

    #GROUP214.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP215 {
        width: 618px;
        height: 65px;
        top: 428.19px;
        left: 562px
    }

    #GROUP215.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .9s;
        -webkit-animation-delay: .9s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP216 {
        width: 732px;
        height: 65px;
        top: 529.362px;
        left: 510px
    }

    #GROUP216.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        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
    }

    #BUTTON218 {
        width: 318px;
        height: 63px;
        top: 602.091px;
        left: 89.9535px
    }

    #BUTTON218>.ladi-button>.ladi-button-background {
        background: #ff4e01;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff4e01), to(#bd3a01));
        background: linear-gradient(180deg, #ff4e01, #bd3a01)
    }

    #BUTTON218>.ladi-button {
        box-shadow: 0 3px 0 0 #8c2b01;
        -webkit-box-shadow: 0 3px 0 0 #8c2b01;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 10px
    }

    #BUTTON218>.ladi-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BUTTON_TEXT218 {
        width: 245px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT218>.ladi-headline {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #LINE219 {
        width: 350px;
        top: 65px;
        left: 421.5px
    }

    #LINE219>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE219>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #LINE220 {
        width: 350px;
        top: 62.147px;
        left: 425px
    }

    #LINE220>.ladi-line>.ladi-line-container {
        border-top: 2px solid #6bb6c5;
        border-right: 2px solid #6bb6c5;
        border-bottom: 2px solid #6bb6c5;
        border-left: 0 !important
    }

    #LINE220>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP221 {
        width: 1200px;
        height: 83px;
        top: 14.071px;
        left: 0
    }

    #PARAGRAPH223 {
        width: 1200px;
        top: 0;
        left: 0
    }

    #PARAGRAPH223>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #LINE224 {
        width: 350px;
        top: 65px;
        left: 421.5px
    }

    #LINE224>.ladi-line>.ladi-line-container {
        border-top: 2px solid #68689d;
        border-right: 2px solid #68689d;
        border-bottom: 2px solid #68689d;
        border-left: 0 !important
    }

    #LINE224>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP222 {
        width: 1200px;
        height: 83px;
        top: 11px;
        left: 0
    }

    #PARAGRAPH255 {
        width: 1200px;
        top: 0;
        left: 0
    }

    #PARAGRAPH255>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #LINE256 {
        width: 298px;
        top: 64px;
        left: 451px
    }

    #LINE256>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE256>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP254 {
        width: 1200px;
        height: 82px;
        top: -27.232px;
        left: 0
    }

    #PARAGRAPH258 {
        width: 1200px;
        top: 0;
        left: 0
    }

    #PARAGRAPH258>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #LINE259 {
        width: 446px;
        top: 65px;
        left: 377px
    }

    #LINE259>.ladi-line>.ladi-line-container {
        border-top: 2px solid #68689d;
        border-right: 2px solid #68689d;
        border-bottom: 2px solid #68689d;
        border-left: 0 !important
    }

    #LINE259>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP257 {
        width: 1200px;
        height: 83px;
        top: 0;
        left: 0
    }

    #PARAGRAPH266 {
        width: 313px;
        top: 159.109px;
        left: 17.5px
    }

    #PARAGRAPH266>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH268 {
        width: 787px;
        top: 0;
        left: 0
    }

    #PARAGRAPH268>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.2
    }

    #LINE269 {
        width: 446px;
        top: 102px;
        left: 170.5px
    }

    #LINE269>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE269>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP267 {
        width: 787px;
        height: 120px;
        top: 21.692px;
        left: 206.5px
    }

    #SECTION265 {
        height: 778.076px
    }

    #SECTION265>.ladi-section-background {
        background-color: #f3f9fe;
        opacity: .6
    }

    #SECTION265 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BOX271 {
        width: 340px;
        height: 457.218px;
        top: 0;
        left: 0
    }

    #BOX271>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #IMAGE272 {
        width: 109.55px;
        height: 105.25px;
        top: 20.609px;
        left: 17.5px
    }

    #IMAGE272>.ladi-image>.ladi-image-background {
        width: 109.55px;
        height: 109.55px;
        top: 0;
        left: 0;
        background-image: url("../images/1-1-20211203094559.jpg")
    }

    #IMAGE272>.ladi-image {
        border-style: solid;
        border-color: #3aadc5;
        border-width: 2px;
        border-radius: 173px
    }

    #HEADLINE273 {
        width: 198px;
        top: 27.105px;
        left: 143px
    }

    #HEADLINE273>.ladi-headline {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH274 {
        width: 148px;
        top: 92.105px;
        left: 143px
    }

    #PARAGRAPH274>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH275 {
        width: 150px;
        top: 62.234px;
        left: 143px
    }

    #PARAGRAPH275>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #848484;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP276 {
        width: 341px;
        height: 457.218px;
        top: 17px;
        left: 28px
    }

    #PARAGRAPH292 {
        width: 206px;
        top: 0;
        left: 69.5px
    }

    #PARAGRAPH292>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH294 {
        width: 1200px;
        top: 0;
        left: 0
    }

    #PARAGRAPH294>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #LINE295 {
        width: 446px;
        top: 53.5px;
        left: 377px
    }

    #LINE295>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE295>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP293 {
        width: 1200px;
        height: 71.5px;
        top: 33.192px;
        left: 0
    }

    #SECTION291 {
        height: 566.588px
    }

    #SECTION291>.ladi-section-background {
        background-color: #fff;
        opacity: .6
    }

    #SECTION291 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH296 {
        width: 206px;
        top: 32px;
        left: 69.5px
    }

    #PARAGRAPH296>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SHAPE297 {
        width: 56px;
        height: 56px;
        top: 0;
        left: 0
    }

    #SHAPE297 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP298 {
        width: 275.5px;
        height: 57px;
        top: 215.535px;
        left: 108px
    }

    #GROUP298.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH300 {
        width: 206px;
        top: 0;
        left: 69.5px
    }

    #PARAGRAPH300>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH301 {
        width: 206px;
        top: 32px;
        left: 69.5px
    }

    #PARAGRAPH301>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SHAPE302 {
        width: 56px;
        height: 56px;
        top: 0;
        left: 0
    }

    #SHAPE302 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP299 {
        width: 275.5px;
        height: 57px;
        top: 299.535px;
        left: 108px
    }

    #GROUP299.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH304 {
        width: 206px;
        top: 0;
        left: 69.5px
    }

    #PARAGRAPH304>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH305 {
        width: 206px;
        top: 32px;
        left: 69.5px
    }

    #PARAGRAPH305>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SHAPE306 {
        width: 56px;
        height: 56px;
        top: 0;
        left: 0
    }

    #SHAPE306 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP303 {
        width: 275.5px;
        height: 57px;
        top: 392.535px;
        left: 108px
    }

    #GROUP303.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #BOX307 {
        width: 1110px;
        height: 370px;
        top: 147.538px;
        left: 45.0005px
    }

    #BOX307>.ladi-box>.ladi-overlay {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/image2-20211103091307.png");
        background-position: center top;
        background-repeat: repeat
    }

    #BOX307>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-style: solid;
        border-color: #44a7bb;
        border-width: 2px;
        border-radius: 12px
    }

    #BOX331 {
        width: 269px;
        height: 371.218px;
        top: 0;
        left: 0
    }

    #BOX331>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH336 {
        width: 252px;
        top: 0;
        left: 0
    }

    #PARAGRAPH336>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH337 {
        width: 243px;
        top: 42.5px;
        left: 4.5px
    }

    #PARAGRAPH337>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP335 {
        width: 252px;
        height: 162.5px;
        top: 163.68px;
        left: 8.5px
    }

    #SECTION330 {
        height: 464.588px
    }

    #SECTION330>.ladi-section-background {
        background-color: #f3f9fe
    }

    #SECTION330 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BUTTON388 {
        width: 386px;
        height: 63px;
        top: 852.226px;
        left: 407px
    }

    #BUTTON388>.ladi-button>.ladi-button-background {
        background: #ff4e01;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff4e01), to(#bd3a01));
        background: linear-gradient(180deg, #ff4e01, #bd3a01)
    }

    #BUTTON388>.ladi-button {
        box-shadow: 0 3px 0 0 #8c2b01;
        -webkit-box-shadow: 0 3px 0 0 #8c2b01;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 10px
    }

    #BUTTON388>.ladi-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BUTTON_TEXT388 {
        width: 218px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT388>.ladi-headline {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BOX382 {
        width: 10px;
        height: 10px;
        top: 302.224px;
        left: 810.5px
    }

    #BOX382>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #BOX379 {
        width: 10px;
        height: 10px;
        top: 448.724px;
        left: 842.002px
    }

    #BOX379>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #BOX378 {
        width: 10px;
        height: 10px;
        top: 688.224px;
        left: 337px
    }

    #BOX378>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #BOX377 {
        width: 10px;
        height: 10px;
        top: 535.091px;
        left: 318px
    }

    #BOX377>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #GROUP251 {
        width: 343px;
        height: 122.507px;
        top: 353.83px;
        left: 0
    }

    #GROUP251.ladi-animation>.ladi-group {
        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
    }

    #PARAGRAPH253 {
        width: 331px;
        top: 0;
        left: 12px
    }

    #PARAGRAPH253>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: right;
        line-height: 1.6
    }

    #PARAGRAPH252 {
        width: 343px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH252>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 14px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP247 {
        width: 331px;
        height: 144.507px;
        top: 677.117px;
        left: -3px
    }

    #GROUP247.ladi-animation>.ladi-group {
        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
    }

    #PARAGRAPH249 {
        width: 331px;
        top: 0;
        left: 0
    }

    #PARAGRAPH249>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: right;
        line-height: 1.6
    }

    #PARAGRAPH248 {
        width: 328px;
        top: 34.507px;
        left: 3px
    }

    #PARAGRAPH248>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 14px;
        text-align: right;
        line-height: 1.6
    }

    #GROUP244 {
        width: 401px;
        height: 76.507px;
        top: 527.224px;
        left: -94px
    }

    #GROUP244.ladi-animation>.ladi-group {
        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
    }

    #PARAGRAPH246 {
        width: 401px;
        top: 0;
        left: 0
    }

    #PARAGRAPH246>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 18px;
        text-transform: uppercase;
        text-align: right;
        line-height: 1.6
    }

    #PARAGRAPH245 {
        width: 307px;
        top: 32.507px;
        left: 94px
    }

    #PARAGRAPH245>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 14px;
        text-align: right;
        line-height: 1.6
    }

    #PARAGRAPH243 {
        width: 416px;
        top: 0;
        left: 16px
    }

    #PARAGRAPH243>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH242 {
        width: 343px;
        top: 34.507px;
        left: 16px
    }

    #PARAGRAPH242>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP238 {
        width: 415px;
        height: 78.507px;
        top: 295.323px;
        left: 831px
    }

    #GROUP238.ladi-animation>.ladi-group {
        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
    }

    #PARAGRAPH240 {
        width: 416px;
        top: 0;
        left: 0
    }

    #PARAGRAPH240>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH239 {
        width: 343px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH239>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP237 {
        width: 416px;
        height: 144.507px;
        top: 438.172px;
        left: 862px
    }

    #GROUP237.ladi-animation>.ladi-group {
        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
    }

    #GROUP225 {
        width: 1200px;
        height: 83px;
        top: 74.852px;
        left: 0
    }

    #LINE227 {
        width: 446px;
        top: 65px;
        left: 377px
    }

    #LINE227>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE227>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #PARAGRAPH226 {
        width: 1200px;
        top: 0;
        left: 0
    }

    #PARAGRAPH226>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH43 {
        width: 1064px;
        top: 167.452px;
        left: 48.9625px
    }

    #PARAGRAPH43>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 17px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #SECTION37 {
        height: 998.85px
    }

    #SECTION37>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg8-20211104073305.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION37 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH41 {
        width: 416px;
        top: 0;
        left: 0
    }

    #PARAGRAPH41>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH40 {
        width: 338px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH40>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH390 {
        width: 404px;
        top: 11.5px;
        left: 50.132px
    }

    #PARAGRAPH390>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.6
    }

    #IMAGE392 {
        width: 503.485px;
        height: 682.05px;
        top: 147.513px;
        left: 199.271px
    }

    #IMAGE392>.ladi-image>.ladi-image-background {
        width: 503.485px;
        height: 682.05px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab-chung-nhan1-202111031040322.png")
    }

    #BOX394 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 0
    }

    #BOX394>.ladi-box {
        background-color: #3aadc5;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px
    }

    #IMAGE396 {
        width: 313px;
        height: 313px;
        top: 18.5px;
        left: 18.5px
    }

    #IMAGE396>.ladi-image>.ladi-image-background {
        width: 469.265px;
        height: 313px;
        top: 0;
        left: -28px;
        background-image: url("../images/han-toolscom_330d9482eef1c2c6865513f644fa8a871636003041452-20211104052755.jpg")
    }

    #IMAGE396>.ladi-image {
        border-radius: 265px
    }

    #PARAGRAPH398 {
        width: 572px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH398>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH399 {
        width: 416px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH399>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE400 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE400>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE400>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP397 {
        width: 593px;
        height: 88.986px;
        top: 140px;
        left: 431.726px
    }

    #GROUP397.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .3s;
        -webkit-animation-delay: .3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH402 {
        width: 650px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH402>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH403 {
        width: 416px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH403>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE404 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE404>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE404>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP401 {
        width: 671px;
        height: 88.986px;
        top: 265px;
        left: 431.726px
    }

    #GROUP401.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP405 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 0
    }

    #GROUP405.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP406 {
        width: 1102.73px;
        height: 353.986px;
        top: 117.372px;
        left: 97.274px
    }

    #PARAGRAPH409 {
        width: 572px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH409>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH410 {
        width: 416px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH410>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE411 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE411>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE411>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP408 {
        width: 593px;
        height: 88.986px;
        top: 68.007px;
        left: 431.726px
    }

    #GROUP408.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .3s;
        -webkit-animation-delay: .3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #BOX413 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 0
    }

    #BOX413>.ladi-box {
        background-color: #3aadc5;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px
    }

    #IMAGE414 {
        width: 313px;
        height: 313px;
        top: 18.5px;
        left: 18.5px
    }

    #IMAGE414>.ladi-image>.ladi-image-background {
        width: 469.265px;
        height: 313px;
        top: 0;
        left: -89px;
        background-image: url("../images/han-toolscom_63b079fb798647979aba2b299da583171636002892772-20211104052758.jpg")
    }

    #IMAGE414>.ladi-image {
        border-radius: 265px
    }

    #GROUP412 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 0
    }

    #GROUP412.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH416 {
        width: 572px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH416>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH417 {
        width: 416px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH417>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE418 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE418>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE418>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP415 {
        width: 593px;
        height: 88.986px;
        top: 193.007px;
        left: 431.726px
    }

    #GROUP415.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP407 {
        width: 1024.73px;
        height: 350px;
        top: 547.372px;
        left: 97.274px
    }

    #IMAGE423 {
        width: 121.961px;
        height: 123.201px;
        top: 22.479px;
        left: 73.5195px
    }

    #IMAGE423>.ladi-image>.ladi-image-background {
        width: 121.961px;
        height: 123.201px;
        top: 0;
        left: 0;
        background-image: url("../images/shtit_1-01-20211104023736.png")
    }

    #GROUP424 {
        width: 269px;
        height: 371.218px;
        top: 43.858px;
        left: 112.125px
    }

    #GROUP424.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
    }

    #BOX462 {
        width: 269px;
        height: 371.218px;
        top: 0;
        left: 0
    }

    #BOX462>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH464 {
        width: 252px;
        top: 0;
        left: 0
    }

    #PARAGRAPH464>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH465 {
        width: 243px;
        top: 42.5px;
        left: 4.5px
    }

    #PARAGRAPH465>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP463 {
        width: 252px;
        height: 186.5px;
        top: 163.68px;
        left: 8.5px
    }

    #IMAGE466 {
        width: 134.961px;
        height: 123.201px;
        top: 22.479px;
        left: 67.0195px
    }

    #IMAGE466>.ladi-image>.ladi-image-background {
        width: 134.961px;
        height: 123.201px;
        top: 0;
        left: 0;
        background-image: url("../images/customers-20211104023724.png")
    }

    #GROUP461 {
        width: 269px;
        height: 371.218px;
        top: 43.858px;
        left: 465.5px
    }

    #GROUP461.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
    }

    #BOX474 {
        width: 269px;
        height: 371.218px;
        top: 0;
        left: 0
    }

    #BOX474>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH476 {
        width: 252px;
        top: 0;
        left: 0
    }

    #PARAGRAPH476>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH477 {
        width: 243px;
        top: 42.5px;
        left: 4.5px
    }

    #PARAGRAPH477>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP475 {
        width: 252px;
        height: 162.5px;
        top: 163.68px;
        left: 8.5px
    }

    #IMAGE478 {
        width: 159.586px;
        height: 145.68px;
        top: 9px;
        left: 54.707px
    }

    #IMAGE478>.ladi-image>.ladi-image-background {
        width: 159.586px;
        height: 145.68px;
        top: 0;
        left: 0;
        background-image: url("../images/box-20211104023724.png")
    }

    #GROUP473 {
        width: 269px;
        height: 371.218px;
        top: 43.858px;
        left: 818.875px
    }

    #GROUP473.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
    }

    #BOX480 {
        width: 10px;
        height: 10px;
        top: 10.507px;
        left: 0
    }

    #BOX480>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #PARAGRAPH481 {
        width: 364px;
        top: 5.999px;
        left: 44.132px
    }

    #PARAGRAPH481>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #BOX482 {
        width: 1110px;
        height: 370px;
        top: 96.706px;
        left: 45px
    }

    #BOX482>.ladi-box>.ladi-overlay {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/image3-20211104041649.png");
        background-position: center center;
        background-repeat: no-repeat
    }

    #BOX482>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-style: solid;
        border-color: #93cad6;
        border-width: 2px;
        border-radius: 12px
    }

    #SHAPE486 {
        width: 45px;
        height: 45px;
        top: 0;
        left: 0
    }

    #SHAPE486 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #SHAPE489 {
        width: 51.383px;
        height: 51.383px;
        top: 0;
        left: 0
    }

    #SHAPE489 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #SHAPE490 {
        width: 32.999px;
        height: 32.999px;
        top: 0;
        left: 0
    }

    #SHAPE490 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP492 {
        width: 454.132px;
        height: 45px;
        top: 273.206px;
        left: 644.192px
    }

    #GROUP492.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
    }

    #GROUP493 {
        width: 417.324px;
        height: 51.383px;
        top: 328.132px;
        left: 641px
    }

    #GROUP493.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP494 {
        width: 408.132px;
        height: 32.999px;
        top: 388.941px;
        left: 650.192px
    }

    #GROUP494.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE497 {
        width: 1920px;
        height: 264px;
        top: 512.479px;
        left: -355px
    }

    #IMAGE497>.ladi-image>.ladi-image-background {
        width: 1920px;
        height: 300px;
        top: 0;
        left: 0;
        background-image: url("../images/bg4-20211104052857.png")
    }

    #BOX506 {
        width: 340px;
        height: 471.218px;
        top: 0;
        left: 0
    }

    #BOX506>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH507 {
        width: 306px;
        top: 160.109px;
        left: 17.5px
    }

    #PARAGRAPH507>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE508 {
        width: 109.55px;
        height: 105.25px;
        top: 20.609px;
        left: 17.5px
    }

    #IMAGE508>.ladi-image>.ladi-image-background {
        width: 175.417px;
        height: 105.25px;
        top: 0;
        left: 0;
        background-image: url("../images/giadinh-1680-1562820219-20211209073146.jpg")
    }

    #IMAGE508>.ladi-image {
        border-style: solid;
        border-color: #3aadc5;
        border-width: 2px;
        border-radius: 173px
    }

    #HEADLINE509 {
        width: 198px;
        top: 27.105px;
        left: 143px
    }

    #HEADLINE509>.ladi-headline {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH510 {
        width: 148px;
        top: 92.105px;
        left: 143px
    }

    #PARAGRAPH510>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH511 {
        width: 150px;
        top: 62.234px;
        left: 143px
    }

    #PARAGRAPH511>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #848484;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP505 {
        width: 341px;
        height: 471.218px;
        top: 17px;
        left: 430px
    }

    #BOX513 {
        width: 340px;
        height: 445.218px;
        top: 0;
        left: 0
    }

    #BOX513>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH514 {
        width: 306px;
        top: 160.109px;
        left: 17.5px
    }

    #PARAGRAPH514>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE515 {
        width: 109.55px;
        height: 105.25px;
        top: 20.609px;
        left: 17.5px
    }

    #IMAGE515>.ladi-image>.ladi-image-background {
        width: 114.55px;
        height: 114.55px;
        top: -4px;
        left: -5px;
        background-image: url("../images/img-3067-jpg-8755-1602149329-20211209073146.jpg")
    }

    #IMAGE515>.ladi-image {
        border-style: solid;
        border-color: #3aadc5;
        border-width: 2px;
        border-radius: 173px
    }

    #HEADLINE516 {
        width: 198px;
        top: 27.105px;
        left: 143px
    }

    #HEADLINE516>.ladi-headline {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH517 {
        width: 148px;
        top: 92.105px;
        left: 143px
    }

    #PARAGRAPH517>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH518 {
        width: 150px;
        top: 62.234px;
        left: 143px
    }

    #PARAGRAPH518>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #848484;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP512 {
        width: 341px;
        height: 445.218px;
        top: 17px;
        left: 830px
    }

    #IMAGE519 {
        width: 1942.78px;
        height: 184.313px;
        top: 823.535px;
        left: -364.77px
    }

    #IMAGE519>.ladi-image>.ladi-image-background {
        width: 1942.78px;
        height: 197.313px;
        top: 0;
        left: 0;
        background-image: url("../images/bg7-202111040612122.png")
    }

    #SECTION520 {
        height: 734.076px
    }

    #SECTION520>.ladi-section-background {
        background-color: #e6f4ff
    }

    #SECTION520 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE545 {
        width: 275.465px;
        height: 482.846px;
        top: 14.886px;
        left: 316.618px
    }

    #IMAGE545>.ladi-image>.ladi-image-background {
        width: 275.465px;
        height: 482.846px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab_vn_-fb_mess_image-03-202112090739132.jpg")
    }

    #IMAGE546 {
        width: 279.561px;
        height: 503.198px;
        top: 14.886px;
        left: 909.618px
    }

    #IMAGE546>.ladi-image>.ladi-image-background {
        width: 279.561px;
        height: 503.198px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab_vn_-fb_mess_image-04-20211209073913.jpg")
    }

    #IMAGE547 {
        width: 275.876px;
        height: 495.133px;
        top: 17.71px;
        left: 614.618px
    }

    #IMAGE547>.ladi-image>.ladi-image-background {
        width: 275.876px;
        height: 495.133px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab_vn_-fb_mess_image-02-20211209073913.jpg")
    }

    #IMAGE548 {
        width: 285.195px;
        height: 507.266px;
        top: 14.886px;
        left: 7.618px
    }

    #IMAGE548>.ladi-image>.ladi-image-background {
        width: 285.195px;
        height: 507.266px;
        top: 0;
        left: 0;
        background-image: url("../img/viber_image_2021-12-09_14-22-24-007-20211209073913.jpg")
    }

    #SHAPE549 {
        width: 2115.28px;
        height: 174.75px;
        top: 627.326px;
        left: -487px
    }

    #SHAPE549 svg:last-child {
        fill: rgba(230, 244, 255, 1)
    }

    #IMAGE550 {
        width: 149.567px;
        height: 127.781px;
        top: 119.788px;
        left: 977px
    }

    #IMAGE550>.ladi-image>.ladi-image-background {
        width: 149.567px;
        height: 127.781px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211104062446.png")
    }

    #IMAGE551 {
        width: 150.418px;
        height: 128.508px;
        top: 119.788px;
        left: 626px
    }

    #IMAGE551>.ladi-image>.ladi-image-background {
        width: 150.418px;
        height: 128.508px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-2-20211104062446.png")
    }

    #IMAGE552 {
        width: 149.617px;
        height: 128.033px;
        top: 119.788px;
        left: 801.9px
    }

    #IMAGE552>.ladi-image>.ladi-image-background {
        width: 149.617px;
        height: 128.033px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-3-20211104062429.png")
    }

    #IMAGE553 {
        width: 1920px;
        height: 66px;
        top: 0;
        left: -359.726px
    }

    #IMAGE553>.ladi-image>.ladi-image-background {
        width: 1920px;
        height: 134.49px;
        top: -68.4903px;
        left: 0;
        background-image: url("../images/asset-3-20211104064348.svg")
    }

    #BUTTON_TEXT554 {
        width: 160px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT554>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON554 {
        width: 137.13px;
        height: 40px;
        top: 13.0753px;
        left: 479.045px
    }

    #BUTTON_TEXT556 {
        width: 160px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT556>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON556 {
        width: 143px;
        height: 40px;
        top: 13.0753px;
        left: 618.11px
    }

    #BUTTON_TEXT558 {
        width: 160px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT558>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON558 {
        width: 164px;
        height: 40px;
        top: 13.0753px;
        left: 763.045px
    }

    #BUTTON_TEXT560 {
        width: 160px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT560>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON560 {
        width: 126.52px;
        height: 40px;
        top: 13.0753px;
        left: 928.98px
    }

    #BUTTON562 {
        width: 130px;
        height: 40px;
        top: 12.1506px;
        left: 1070px
    }

    #BUTTON562>.ladi-button>.ladi-button-background {
        background: #ffcc2f;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffcc2f), to(#ef5734));
        background: linear-gradient(180deg, #ffcc2f, #ef5734)
    }

    #BUTTON562>.ladi-button {
        border-style: solid;
        border-color: #794628;
        border-width: 1px;
        border-radius: 83px
    }

    #BUTTON_TEXT562 {
        width: 128px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT562>.ladi-headline {
        font-family: "SVN-Gotham Bold.ttf";
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE563 {
        width: 2398px;
        height: 469.692px;
        top: 451.388px;
        left: -596px
    }

    #IMAGE563>.ladi-image>.ladi-image-background {
        width: 2398px;
        height: 469.692px;
        top: 0;
        left: 0;
        background-image: url("../images/bg6-20211104065323.png")
    }

    #PARAGRAPH564 {
        width: 556px;
        top: 4px;
        left: 101.491px
    }

    #PARAGRAPH564>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 98px;
        line-height: 1.6
    }

    #HEADLINE570 {
        width: 696px;
        top: 0;
        left: 0
    }

    #HEADLINE570>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 100px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE570 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #IMAGE572 {
        width: 224.729px;
        height: 227.229px;
        top: 303.127px;
        left: 1029.32px
    }

    #IMAGE572>.ladi-image>.ladi-image-background {
        width: 224.729px;
        height: 227.229px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_d2386938fb4a5c8dea3dd2a1544156f01636009109698-202111040725022.png")
    }

    #IMAGE573 {
        width: 182px;
        height: 184.024px;
        top: 231.132px;
        left: 169px
    }

    #IMAGE573>.ladi-image>.ladi-image-background {
        width: 182px;
        height: 184.024px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_d2386938fb4a5c8dea3dd2a1544156f01636009109698-202111040725023.png")
    }

    #IMAGE573>.ladi-image {
        transform: rotate(239deg);
        -webkit-transform: rotate(239deg)
    }

    #BOX574 {
        width: 200px;
        height: 200px;
        top: 603.731px;
        left: -83px
    }

    #BOX574>.ladi-box {
        background-color: #fff
    }

    #LINE611 {
        width: 1200px;
        top: 0;
        left: -715px;
        display: none !important
    }

    #LINE611>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE611>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #LINE612 {
        width: 1200px;
        top: -10.853px;
        left: -425.001px;
        display: none !important
    }

    #LINE612>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE612>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #LINE613 {
        width: 1200px;
        top: 17px;
        left: -572px;
        display: none !important
    }

    #LINE613>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE613>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #CAROUSEL615 {
        width: 1200px;
        height: 506px;
        top: 150px;
        left: 0
    }

    #CAROUSEL621 {
        width: 1200px;
        height: 535px;
        top: 161.29px;
        left: 0
    }

    #PEN_TOOL627 {
        width: 148.067px;
        height: 37.9996px;
        top: 500px;
        left: 568px
    }

    #PEN_TOOL627 svg:last-child {
        fill: rgba(255, 255, 255, 0)
    }

    #PEN_TOOL627 svg:last-child {
        stroke: rgb(0, 0, 0);
        stroke-width: 1px
    }

    #IMAGE628 {
        width: 1260.29px;
        height: 87.9579px;
        top: 524px;
        left: -1401px
    }

    #IMAGE628>.ladi-image>.ladi-image-background {
        width: 1260.29px;
        height: 87.9579px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-3-20211104064348.svg")
    }

    #IMAGE629 {
        width: 624.691px;
        height: 474.645px;
        top: 268px;
        left: 415px
    }

    #IMAGE629>.ladi-image>.ladi-image-background {
        width: 624.691px;
        height: 474.645px;
        top: 0;
        left: 0;
        background-image: url("../img/han-toolscom_14f55c809d88cdba4c49b4f59a3e61ca1636016378213-20211104090014.png")
    }

    #BOX630 {
        width: 267px;
        height: 45px;
        top: 697.645px;
        left: 745.258px
    }

    #BOX630>.ladi-box {
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f3f9fe));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f3f9fe)
    }

    #PARAGRAPH633 {
        width: 387px;
        top: 50.281px;
        left: 542.26px
    }

    #PARAGRAPH633>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #0152a7;
        font-size: 34px;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #PARAGRAPH633.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
    }

    #BOX635 {
        width: 368.615px;
        height: 433.1px;
        top: 0;
        left: 0
    }

    #BOX635>.ladi-box {
        background-color: #4e9bab;
        border-style: groove;
        border-color: #9fdeda;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE636 {
        width: 305px;
        top: 15.1px;
        left: 34.182px
    }

    #HEADLINE636>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE643 {
        width: 325px;
        top: 280.1px;
        left: 22.0368px
    }

    #HEADLINE643>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #ddfffd;
        font-size: 13px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP634 {
        width: 368.615px;
        height: 433.1px;
        top: 0;
        left: 0
    }

    #GROUP634.ladi-animation>.ladi-group {
        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
    }

    #COUNTDOWN644 {
        width: 242.948px;
        height: 57px;
        top: 62.15px;
        left: 59.03px
    }

    #COUNTDOWN644>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #ffd703;
        font-size: 35px;
        text-align: center
    }

    #COUNTDOWN644>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #HEADLINE660 {
        width: 209px;
        top: 23px;
        left: 22.253px
    }

    #HEADLINE660>.ladi-headline {
        font-family: "Montserrat-Black.otf";
        color: #ff0101;
        font-size: 24px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE661 {
        width: 137px;
        top: 101px;
        left: 62.73px
    }

    #HEADLINE661>.ladi-headline {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH663 {
        width: 556px;
        top: 61.735px;
        left: 441.978px
    }

    #PARAGRAPH663>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 98px;
        line-height: 1.6
    }

    #HEADLINE664 {
        width: 857px;
        top: 57.735px;
        left: 281.978px
    }

    #HEADLINE664>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 100px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE664.ladi-animation>.ladi-headline {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE664 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #SECTION631 {
        height: 811.131px
    }

    #SECTION631>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg9-20211104093252.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION631 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH665 {
        width: 97px;
        top: 182.735px;
        left: 594.239px
    }

    #PARAGRAPH665>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #012c5a;
        font-size: 35px;
        font-style: italic;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #IMAGE666 {
        width: 215.495px;
        height: 135.546px;
        top: 175.735px;
        left: 639.004px
    }

    #IMAGE666>.ladi-image>.ladi-image-background {
        width: 215.495px;
        height: 135.546px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_f4c4b1ccfc13d30d6d519ab926407f2d1636018278010-202111040935242.png")
    }

    #IMAGE666.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION667 {
        height: 112.4px
    }

    #SECTION667 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE668 {
        width: 200px;
        height: 46.3014px;
        top: 38.8423px;
        left: 18px
    }

    #IMAGE668>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 46.3014px;
        top: 0;
        left: 0;
        background-image: url("../images/logo-06-20211102094125.png")
    }

    #HEADLINE669 {
        width: 369px;
        top: 33.493px;
        left: 831px
    }

    #HEADLINE669>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: right;
        line-height: 1.6
    }

    #HEADLINE670 {
        width: 682px;
        top: 63.1437px;
        left: 518px
    }

    #HEADLINE670>.ladi-headline {
        color: #848484;
        font-size: 14px;
        font-style: italic;
        text-align: right;
        line-height: 1.6
    }

    #IMAGE671 {
        width: 274.46px;
        height: 173.243px;
        top: 0;
        left: 0
    }

    #IMAGE671>.ladi-image>.ladi-image-background {
        width: 274.46px;
        height: 173.243px;
        top: 0;
        left: 0;
        background-image: url("../images/tag-20211104094324.png")
    }

    #GROUP672 {
        width: 274.46px;
        height: 173.243px;
        top: 330.178px;
        left: 556.54px
    }

    #GROUP672.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE673 {
        width: 309.572px;
        height: 345.071px;
        top: 111.128px;
        left: -352px;
        display: none !important
    }

    #IMAGE673>.ladi-image>.ladi-image-background {
        width: 309.572px;
        height: 345.071px;
        top: 0;
        left: 0;
        background-image: url("../images/image7-20211104095123.png")
    }

    #IMAGE673.ladi-animation>.ladi-image {
        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
    }

    #IMAGE674 {
        width: 261.449px;
        height: 183.727px;
        top: 80.672px;
        left: 657px;
        mix-blend-mode: screen;
        will-change: transform, opacity
    }

    #IMAGE674>.ladi-image>.ladi-image-background {
        width: 261.449px;
        height: 183.727px;
        top: 0;
        left: 0;
        background-image: url("../images/pp-202007040308272.png")
    }

    #IMAGE674.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #NOTIFY675 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060
    }

    #NOTIFY675>.ladi-notify {
        color: #404040;
        background-color: rgba(250, 250, 250, .9)
    }

    #GROUP676 {
        width: 696px;
        height: 160px;
        top: 81.178px;
        left: 130.53px
    }

    #GROUP676.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE677 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE677>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE678 {
        width: 58px;
        top: 1px;
        left: 60px
    }

    #HEADLINE678>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP679 {
        width: 118px;
        height: 41px;
        top: 241.178px;
        left: 1079px
    }

    #HEADLINE681 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE681>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #ffd703;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE682 {
        width: 58px;
        top: 1px;
        left: 60px
    }

    #HEADLINE682>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #ffd703;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP680 {
        width: 118px;
        height: 41px;
        top: 72.15px;
        left: 148px
    }

    #GROUP680.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #PARAGRAPH683 {
        width: 584px;
        top: 90px;
        left: 308px
    }

    #PARAGRAPH683>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE686 {
        width: 80px;
        height: 80px;
        top: 34.678px;
        left: 659px
    }

    #SHAPE686.ladi-animation>.ladi-shape {
        animation-name: rubberBand;
        -webkit-animation-name: rubberBand;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SHAPE686 svg:last-child {
        fill: rgba(255, 166, 1, 1.0)
    }

    #PARAGRAPH688 {
        width: 387px;
        top: 47.821px;
        left: 421.067px
    }

    #PARAGRAPH688>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #017c75;
        font-size: 43px;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #BOX690 {
        width: 334px;
        height: 401.1px;
        top: 0;
        left: 0
    }

    #BOX690>.ladi-box {
        background-color: #358798;
        border-style: groove;
        border-color: #bcfffc;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE691 {
        width: 295px;
        top: 22.1px;
        left: 19.5px
    }

    #HEADLINE691>.ladi-headline {
        font-family: "#9Slide05 SVNShintia Script.ttf";
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.2
    }

    #FORM_ITEM693 {
        width: 291.25px;
        height: 36.1905px;
        top: 41.3607px;
        left: 0
    }

    #FORM_ITEM694 {
        width: 291.25px;
        height: 36.1905px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT695 {
        width: 291px;
        top: 7.34695px;
        left: 0
    }

    #BUTTON_TEXT695>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON695 {
        width: 291.25px;
        height: 44.7348px;
        top: 87.5512px;
        left: 0
    }

    #BUTTON695>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON695>.ladi-button {
        border-radius: 4px
    }

    #BUTTON695>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON695>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM692 {
        width: 291.25px;
        height: 437.551px;
        top: 143.55px;
        left: 21.375px
    }

    #FORM692>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM692 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM692 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM692 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM692 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM692 .ladi-form-item-container,
    #FORM692 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM692 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM692 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #HEADLINE697 {
        width: 301px;
        top: 299.322px;
        left: 16.5px
    }

    #HEADLINE697>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP689 {
        width: 334px;
        height: 581.101px;
        top: 0;
        left: 0
    }

    #GROUP689.ladi-animation>.ladi-group {
        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
    }

    #COUNTDOWN698 {
        width: 242.948px;
        height: 57px;
        top: 76px;
        left: 44.226px;
        overflow: hidden;
    }

    #COUNTDOWN698>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #fff;
        font-size: 35px;
        text-align: center
    }

    #COUNTDOWN698>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #BOX705 {
        width: 422.957px;
        height: 102.928px;
        top: 0;
        left: 0
    }

    #BOX705>.ladi-box {
        background-color: #3aadc5;
        border-color: #ffd62c;
        border-width: 2px;
        border-radius: 6px
    }

    #HEADLINE706 {
        width: 116px;
        top: 14.94px;
        left: 19.2461px
    }

    #HEADLINE706>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 16px;
        text-align: center;
        line-height: 1.4
    }

    #LINE707 {
        height: 103px;
        top: 0;
        left: 140.294px
    }

    #LINE707>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #256562;
        border-bottom: 1px solid #256562;
        border-left: 1px solid #256562
    }

    #LINE707>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP704 {
        width: 422.957px;
        height: 103px;
        top: 0;
        left: 0
    }

    #GROUP704.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
    }

    #HEADLINE708 {
        width: 116px;
        top: 13.952px;
        left: 157.099px
    }

    #HEADLINE708>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #LINE709 {
        height: 103px;
        top: 0;
        left: 277.094px
    }

    #LINE709>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #2a6c68;
        border-bottom: 1px solid #2a6c68;
        border-left: 1px solid #2a6c68
    }

    #LINE709>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE710 {
        width: 116px;
        top: 13.952px;
        left: 293.981px
    }

    #HEADLINE710>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #GROUP703 {
        width: 422.957px;
        height: 103px;
        top: 115.821px;
        left: -254.427px;
        display: none !important
    }

    #IMAGE711 {
        width: 363.478px;
        height: 53.2139px;
        top: 156.464px;
        left: -281.479px;
        display: none !important
    }

    #IMAGE711>.ladi-image>.ladi-image-background {
        width: 363.478px;
        height: 53.2139px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211103042701.png")
    }

    #IMAGE713 {
        width: 127.165px;
        height: 230.463px;
        top: 0;
        left: 2px
    }

    #IMAGE713>.ladi-image>.ladi-image-background {
        width: 127.165px;
        height: 230.463px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-14-20211103043432.png")
    }

    #IMAGE713>.ladi-image {
        transform: rotate(26deg);
        -webkit-transform: rotate(26deg)
    }

    #HEADLINE714 {
        width: 93px;
        top: 112.475px;
        left: 0
    }

    #HEADLINE714>.ladi-headline {
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        font-family: "Roboto-Medium.ttf";
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 1
    }

    #GROUP712 {
        width: 129.165px;
        height: 230.463px;
        top: 467.957px;
        left: 410px
    }

    #GROUP712.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH717 {
        width: 556px;
        top: 4px;
        left: 101.491px
    }

    #PARAGRAPH717>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 98px;
        line-height: 1.6
    }

    #HEADLINE718 {
        width: 696px;
        top: 0;
        left: 0
    }

    #HEADLINE718>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 100px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE718 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #GROUP716 {
        width: 696px;
        height: 160px;
        top: 87.321px;
        left: 213.53px
    }

    #GROUP716.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE720 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE720>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE721 {
        width: 58px;
        top: 1px;
        left: 60px
    }

    #HEADLINE721>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP719 {
        width: 118px;
        height: 41px;
        top: 84px;
        left: 131.177px
    }

    #GROUP719.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #HEADLINE722 {
        width: 130px;
        top: 323.6px;
        left: 640px
    }

    #HEADLINE722>.ladi-headline {
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #fff;
        font-size: 16px;
        text-align: left;
        line-height: 1.2
    }

    #PEN_TOOL723 {
        width: 191.515px;
        height: 52.9996px;
        top: 363.316px;
        left: 576.356px
    }

    #PEN_TOOL723 svg:last-child {
        fill: rgba(255, 255, 255, 0)
    }

    #PEN_TOOL723 svg:last-child {
        stroke: rgb(255, 1, 1);
        stroke-width: 1px
    }

    #SHAPE724 {
        width: 80px;
        height: 80px;
        top: 28.821px;
        left: 748px
    }

    #SHAPE724.ladi-animation>.ladi-shape {
        animation-name: rubberBand;
        -webkit-animation-name: rubberBand;
        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(255, 166, 1, 1.0)
    }

    #SECTION687 {
        height: 876px
    }

    #SECTION687>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg2-20211108072320.png");
        background-position: center top;
        background-repeat: no-repeat
    }

    #SECTION687 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #HEADLINE732 {
        width: 291px;
        top: 47.821px;
        left: 1060px;
        display: none !important
    }

    #HEADLINE732>.ladi-headline {
        font-family: "#9Slide05 SVNShintia Script.ttf";
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.2
    }

    #BOX734 {
        width: 176.886px;
        height: 48.716px;
        top: 318.6px;
        left: 613.114px
    }

    #BOX734>.ladi-box {
        background-color: #ff0101;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px
    }

    #IMAGE737 {
        width: 309.572px;
        height: 345.071px;
        top: 111.128px;
        left: -352px;
        display: none !important
    }

    #IMAGE737>.ladi-image>.ladi-image-background {
        width: 309.572px;
        height: 345.071px;
        top: 0;
        left: 0;
        background-image: url("../images/image7-20211104095123.png")
    }

    #IMAGE737.ladi-animation>.ladi-image {
        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
    }

    #PARAGRAPH738 {
        width: 387px;
        top: 50.281px;
        left: 542.26px
    }

    #PARAGRAPH738>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #0152a7;
        font-size: 34px;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #PARAGRAPH738.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
    }

    #BOX740 {
        width: 439px;
        height: 433.1px;
        top: 0;
        left: 0
    }

    #BOX740>.ladi-box {
        opacity: .8;
        background-color: #e0cd98;
        border-style: groove;
        border-color: #e0cd98;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE741 {
        width: 230px;
        top: 122.1px;
        left: 11.5px
    }

    #HEADLINE741>.ladi-headline {
        color: #242424;
        font-size: 14px;
        text-align: right;
        line-height: 1.6
    }

    #FORM_ITEM743 {
        width: 376.25px;
        height: 36.1905px;
        top: 41.3607px;
        left: 0
    }

    #FORM_ITEM744 {
        width: 376.25px;
        height: 36.1905px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT745 {
        width: 340px;
        top: 7.34695px;
        left: 0
    }

    #BUTTON_TEXT745>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON745 {
        width: 376.25px;
        height: 50.7348px;
        top: 91.2652px;
        left: 0
    }

    #BUTTON745>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON745>.ladi-button {
        border-radius: 4px
    }

    #BUTTON745>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON745>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM742 {
        width: 376.25px;
        height: 142px;
        top: 184.05px;
        left: 31.375px
    }

    #FORM742>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM742 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM742 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM742 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM742 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM742 .ladi-form-item-container,
    #FORM742 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM742 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM742 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #HEADLINE747 {
        width: 416px;
        top: 340.1px;
        left: 11.5px
    }

    #HEADLINE747>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #3c3636;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP739 {
        width: 439px;
        height: 433.1px;
        top: 142.128px;
        left: -29px
    }

    #GROUP739.ladi-animation>.ladi-group {
        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
    }

    #COUNTDOWN_ITEM749 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN748 {
        width: 242.948px;
        height: 57px;
        top: 261.281px;
        left: 151.03px
    }

    #COUNTDOWN748>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #3c3636;
        font-size: 35px;
        text-align: center
    }

    #COUNTDOWN748>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #BOX755 {
        width: 422.957px;
        height: 102.928px;
        top: 0;
        left: 0
    }

    #BOX755>.ladi-box {
        background-color: #bc5a54;
        border-color: #ffd62c;
        border-width: 2px;
        border-radius: 6px
    }

    #HEADLINE756 {
        width: 116px;
        top: 14.94px;
        left: 19.2461px
    }

    #HEADLINE756>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #LINE757 {
        height: 103px;
        top: 0;
        left: 140.294px
    }

    #LINE757>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #256562;
        border-bottom: 1px solid #256562;
        border-left: 1px solid #256562
    }

    #LINE757>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP754 {
        width: 422.957px;
        height: 103px;
        top: 0;
        left: 0
    }

    #GROUP754.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
    }

    #HEADLINE758 {
        width: 116px;
        top: 13.952px;
        left: 157.099px
    }

    #HEADLINE758>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #LINE759 {
        height: 103px;
        top: 0;
        left: 277.094px
    }

    #LINE759>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #2a6c68;
        border-bottom: 1px solid #2a6c68;
        border-left: 1px solid #2a6c68
    }

    #LINE759>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE760 {
        width: 116px;
        top: 13.952px;
        left: 293.981px
    }

    #HEADLINE760>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 19px;
        text-align: center;
        line-height: 1.4
    }

    #GROUP753 {
        width: 422.957px;
        height: 103px;
        top: 151.281px;
        left: -20.9785px
    }

    #IMAGE761 {
        width: 363.478px;
        height: 53.2139px;
        top: 111.128px;
        left: 8.761px
    }

    #IMAGE761>.ladi-image>.ladi-image-background {
        width: 363.478px;
        height: 53.2139px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211103042701.png")
    }

    #IMAGE762 {
        width: 423.521px;
        height: 348.031px;
        top: 463.1px;
        left: 430.978px
    }

    #IMAGE762>.ladi-image>.ladi-image-background {
        width: 439.351px;
        height: 364.55px;
        top: -3.51913px;
        left: -15.8297px;
        background-image: url("../images/decor-eyelab-01-20211104092415_1.png")
    }

    #IMAGE762.ladi-animation>.ladi-image {
        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
    }

    #IMAGE762:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #PARAGRAPH763 {
        width: 556px;
        top: 61.735px;
        left: 441.978px
    }

    #PARAGRAPH763>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 98px;
        line-height: 1.6
    }

    #HEADLINE764 {
        width: 857px;
        top: 57.735px;
        left: 281.978px
    }

    #HEADLINE764>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 100px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE764.ladi-animation>.ladi-headline {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE764 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #PARAGRAPH765 {
        width: 97px;
        top: 182.735px;
        left: 594.239px
    }

    #PARAGRAPH765>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #012c5a;
        font-size: 35px;
        font-style: italic;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #IMAGE766 {
        width: 215.495px;
        height: 135.546px;
        top: 175.735px;
        left: 639.004px
    }

    #IMAGE766>.ladi-image>.ladi-image-background {
        width: 215.495px;
        height: 135.546px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_f4c4b1ccfc13d30d6d519ab926407f2d1636018278010-202111040935242.png")
    }

    #IMAGE766.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE768 {
        width: 274.46px;
        height: 173.243px;
        top: 0;
        left: 0
    }

    #IMAGE768>.ladi-image>.ladi-image-background {
        width: 274.46px;
        height: 173.243px;
        top: 0;
        left: 0;
        background-image: url("../images/tag-20211104094324.png")
    }

    #HEADLINE769 {
        width: 209px;
        top: 23px;
        left: 22.253px
    }

    #HEADLINE769>.ladi-headline {
        font-family: "Montserrat-Black.otf";
        color: #ff0101;
        font-size: 24px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE770 {
        width: 117px;
        top: 101px;
        left: 62.73px
    }

    #HEADLINE770>.ladi-headline {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP767 {
        width: 274.46px;
        height: 173.243px;
        top: 330.178px;
        left: 556.54px
    }

    #GROUP767.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE771 {
        width: 261.449px;
        height: 183.727px;
        top: 80.672px;
        left: 657px;
        mix-blend-mode: screen;
        will-change: transform, opacity
    }

    #IMAGE771>.ladi-image>.ladi-image-background {
        width: 261.449px;
        height: 183.727px;
        top: 0;
        left: 0;
        background-image: url("../images/pp-202007040308272.png")
    }

    #IMAGE771.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #NOTIFY772 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060
    }

    #NOTIFY772>.ladi-notify {
        color: #404040;
        background-color: rgba(250, 250, 250, .9)
    }

    #HEADLINE774 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE774>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #545454;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE775 {
        width: 58px;
        top: 1px;
        left: 60px
    }

    #HEADLINE775>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #545454;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP773 {
        width: 118px;
        height: 41px;
        top: 270.281px;
        left: 269px
    }

    #SECTION736 {
        height: 811.131px;
        display: none !important
    }

    #SECTION736>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg9-20211104093252.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION736 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE776 {
        width: 575.062px;
        height: 103.036px;
        top: 127.463px;
        left: 388.582px
    }

    #IMAGE776>.ladi-image>.ladi-image-background {
        width: 575.062px;
        height: 103.036px;
        top: 0;
        left: 0;
        background-image: url("../images/line-20211108081428.png")
    }

    #GROUP785 {
        width: 334px;
        height: 581.101px;
        top: 285.804px;
        left: 891.343px
    }

    #GROUP785.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP786 {
        width: 368.615px;
        height: 433.1px;
        top: 345.128px;
        left: 12.1455px
    }

    #GROUP786.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH789 {
        width: 1066px;
        top: 0;
        left: 0
    }

    #PARAGRAPH789>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 38px;
        text-align: center;
        line-height: 1.2
    }

    #LINE790 {
        width: 446px;
        top: 63px;
        left: 310px
    }

    #LINE790>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE790>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP788 {
        width: 1066px;
        height: 81px;
        top: 54px;
        left: 67.0005px
    }

    #FORM_ITEM793 {
        width: 291.25px;
        height: 35px;
        top: 87.5512px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM794 {
        width: 291.25px;
        height: 35px;
        top: 132.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM795 {
        width: 291.25px;
        height: 35px;
        top: 177.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM796 {
        width: 291.25px;
        height: 35px;
        top: 222.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM797 {
        width: 291.25px;
        height: 35px;
        top: 267.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM798 {
        width: 291.25px;
        height: 35px;
        top: 312.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM799 {
        width: 291.25px;
        height: 35px;
        top: 357.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM800 {
        width: 291.25px;
        height: 35px;
        top: 402.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM828 {
        width: 291.25px;
        height: 36.1905px;
        top: 41.3607px;
        left: 0
    }

    #FORM_ITEM829 {
        width: 291.25px;
        height: 36.1905px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT830 {
        width: 291px;
        top: 7.34695px;
        left: 0
    }

    #BUTTON_TEXT830>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON830 {
        width: 291.25px;
        height: 44.7348px;
        top: 87.5512px;
        left: 0
    }

    #BUTTON830>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON830>.ladi-button {
        border-radius: 4px
    }

    #BUTTON830>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON830>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM_ITEM832 {
        width: 291.25px;
        height: 35px;
        top: 87.5512px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM833 {
        width: 291.25px;
        height: 35px;
        top: 132.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM834 {
        width: 291.25px;
        height: 35px;
        top: 177.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM835 {
        width: 291.25px;
        height: 35px;
        top: 222.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM836 {
        width: 291.25px;
        height: 35px;
        top: 267.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM837 {
        width: 291.25px;
        height: 35px;
        top: 312.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM838 {
        width: 291.25px;
        height: 35px;
        top: 357.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM839 {
        width: 291.25px;
        height: 35px;
        top: 402.551px;
        left: 0;
        display: none !important
    }

    #FORM827 {
        width: 291.25px;
        height: 437.551px;
        top: 477.861px;
        left: 50.828px
    }

    #FORM827>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM827 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM827 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM827 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM827 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM827 .ladi-form-item-container,
    #FORM827 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM827 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM827 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #IMAGE840 {
        width: 434.639px;
        height: 434.94px;
        top: 305.379px;
        left: 474.891px
    }

    #IMAGE840>.ladi-image>.ladi-image-background {
        width: 434.639px;
        height: 434.94px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-decor-2-20240503073144-cflcy4.png")
    }

    #IMAGE841 {
        width: 575px;
        height: 575px;
        top: 39.362px;
        left: -52px
    }

    #IMAGE841>.ladi-image>.ladi-image-background {
        width: 575px;
        height: 575px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-1-20240503073144-loymx4.png")
    }

    #IMAGE843 {
        width: 542.259px;
        height: 574.152px;
        top: 238.383px;
        left: 319.741px
    }

    #IMAGE843>.ladi-image>.ladi-image-background {
        width: 542.259px;
        height: 574.152px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-decor-03-1-20220629042702.png")
    }

    #BOX370 {
        width: 10px;
        height: 10px;
        top: 364.273px;
        left: 353px
    }

    #BOX370>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #GROUP844 {
        width: 432px;
        height: 79.507px;
        top: 618.717px;
        left: 842.002px
    }

    #IMAGE845 {
        width: 444px;
        height: 444px;
        top: 73.538px;
        left: 337px
    }

    #IMAGE845>.ladi-image>.ladi-image-background {
        width: 444px;
        height: 444px;
        top: 0;
        left: 0;
        background-image: url("../images/eyelab_vn_004-202206290426312.png")
    }

    #IMAGE846 {
        width: 396.532px;
        height: 396.806px;
        top: 431.531px;
        left: 505.218px
    }

    #IMAGE846>.ladi-image>.ladi-image-background {
        width: 396.532px;
        height: 396.806px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-decor-01-20220629042629.png")
    }
}

@media (max-width:767px) {
    #SECTION_POPUP {
        height: 0
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #SECTION1 {
        height: 70.3014px
    }

    #SECTION1>.ladi-section-background {
        background-color: #358798
    }

    #SECTION1 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE2 {
        width: 156.805px;
        height: 36.3014px;
        top: 15.1507px;
        left: 10px
    }

    #IMAGE2>.ladi-image>.ladi-image-background {
        width: 156.805px;
        height: 36.3014px;
        top: 0;
        left: 0;
        background-image: url("../images/logo-05-20211102094125.png")
    }

    #BUTTON3 {
        width: 160px;
        height: 40px;
        top: 13.3014px;
        left: 478px
    }

    #BUTTON_TEXT3 {
        width: 90px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT3>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #SECTION4 {
        height: 1044.78px;
        display: none !important
    }

    #SECTION4>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/mob-20211104085707_1.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION4 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH8 {
        width: 400px;
        top: 21.5px;
        left: 29.261px
    }

    #PARAGRAPH8>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #017c75;
        font-size: 35px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #IMAGE11 {
        width: 300.976px;
        height: 317.939px;
        top: 137.833px;
        left: 110.979px
    }

    #IMAGE11>.ladi-image>.ladi-image-background {
        width: 300.976px;
        height: 317.939px;
        top: 0;
        left: 0;
        background-image: url("../images/decor-eyelab-03-20211105093357_1.png")
    }

    #IMAGE11.ladi-animation>.ladi-image {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE11:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #SECTION12 {
        height: 1653.54px
    }

    #SECTION12>.ladi-section-background {
        background-image: url("../images/bg3-20211104045811.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        opacity: .2
    }

    #SECTION12 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH16 {
        width: 400px;
        top: 128px;
        left: 9.9995px
    }

    #PARAGRAPH16>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #358798;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH17 {
        width: 356px;
        top: 120px;
        left: 0
    }

    #PARAGRAPH17>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH18 {
        width: 342px;
        top: 157px;
        left: 7px
    }

    #PARAGRAPH18>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE19 {
        width: 120px;
        height: 120px;
        top: 0;
        left: 118px
    }

    #SHAPE19 svg:last-child {
        fill: rgba(58, 173, 197, 1.0)
    }

    #PARAGRAPH25 {
        width: 317px;
        top: 7.5px;
        left: 79px
    }

    #PARAGRAPH25>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH25.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: .2s;
        -webkit-animation-duration: .2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION21 {
        height: 1079.28px
    }

    #SECTION21 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH30 {
        width: 378px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH30>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH32 {
        width: 415px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH32>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #SECTION28 {
        height: 1659.53px
    }

    #SECTION28>.ladi-section-background {
        background-color: #f3f9fe
    }

    #SECTION28 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #LINE35 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE35>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE35>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP36 {
        width: 436px;
        height: 88.986px;
        top: 375px;
        left: 0
    }

    #GROUP36.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
    }

    #PARAGRAPH59 {
        width: 309px;
        top: 77.191px;
        left: 195.324px
    }

    #PARAGRAPH59>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SECTION53 {
        height: 911.715px
    }

    #SECTION53>.ladi-section-background {
        background-color: #f2faff
    }

    #SECTION53 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #SECTION68 {
        height: 674.488px
    }

    #SECTION68>.ladi-section-background {
        background-color: #f2faff
    }

    #SECTION68 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BOX88 {
        width: 392px;
        height: 509.57px;
        top: 0;
        left: 0
    }

    #BOX88>.ladi-box {
        opacity: .8;
        background-color: #358798;
        border-style: groove;
        border-color: #bcfffc;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE89 {
        width: 228px;
        top: 145px;
        left: 12px
    }

    #HEADLINE89>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 1.6
    }

    #FORM_ITEM93 {
        width: 340px;
        height: 45.2395px;
        top: 51.7025px;
        left: 0
    }

    #FORM_ITEM94 {
        width: 340px;
        height: 45.2395px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT103 {
        width: 376px;
        top: 9.18398px;
        left: 0
    }

    #BUTTON_TEXT103>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 22px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON103 {
        width: 340px;
        height: 45.9199px;
        top: 106.942px;
        left: 0
    }

    #BUTTON103>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON103>.ladi-button {
        border-radius: 4px
    }

    #BUTTON103>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON103>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM92 {
        width: 340px;
        height: 152.862px;
        top: 223px;
        left: 26px
    }

    #FORM92>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM92 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM92 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM92 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM92 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM92 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM92 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM92 .ladi-form-item-container,
    #FORM92 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM92 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM92 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #HEADLINE105 {
        width: 361px;
        top: 393px;
        left: 14px
    }

    #HEADLINE105>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP87 {
        width: 392px;
        height: 509.57px;
        top: 509.786px;
        left: 14px
    }

    #COUNTDOWN_ITEM107 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN_ITEM108 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN106 {
        width: 288px;
        height: 57px;
        top: 649.689px;
        left: 102px
    }

    #COUNTDOWN106>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #fff;
        font-size: 40px;
        text-align: center
    }

    #COUNTDOWN106>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #HEADLINE111 {
        width: 89px;
        top: 109.77px;
        left: 0
    }

    #HEADLINE111>.ladi-headline {
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        font-family: "Roboto-Medium.ttf";
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 1
    }

    #BOX115 {
        width: 374.043px;
        height: 122.952px;
        top: 0;
        left: 0
    }

    #BOX115>.ladi-box {
        background-color: #3aadc5;
        border-color: #ffd62c;
        border-width: 2px;
        border-radius: 6px
    }

    #HEADLINE116 {
        width: 130px;
        top: 28.988px;
        left: 0
    }

    #HEADLINE116>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 18px;
        text-align: center;
        line-height: 1.4
    }

    #LINE117 {
        height: 108px;
        top: 13px;
        left: 122.301px
    }

    #LINE117>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #256562;
        border-bottom: 1px solid #256562;
        border-left: 1px solid #256562
    }

    #LINE117>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP114 {
        width: 374.043px;
        height: 122.952px;
        top: 0;
        left: 0
    }

    #GROUP114.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
    }

    #HEADLINE118 {
        width: 117px;
        top: 28px;
        left: 133.931px
    }

    #HEADLINE118>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 18px;
        text-align: center;
        line-height: 1.4
    }

    #LINE119 {
        height: 108px;
        top: 13px;
        left: 241.512px
    }

    #LINE119>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #2a6c68;
        border-bottom: 1px solid #2a6c68;
        border-left: 1px solid #2a6c68
    }

    #LINE119>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE120 {
        width: 119px;
        top: 28px;
        left: 251.931px
    }

    #HEADLINE120>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 18px;
        text-align: center;
        line-height: 1.4
    }

    #GROUP113 {
        width: 374.043px;
        height: 122.952px;
        top: 517.784px;
        left: 22.978px
    }

    #IMAGE125 {
        width: 363.478px;
        height: 53.2139px;
        top: 483.786px;
        left: 29.261px
    }

    #IMAGE125>.ladi-image>.ladi-image-background {
        width: 363.478px;
        height: 53.2139px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211103042701.png")
    }

    #IMAGE126 {
        width: 122.199px;
        height: 221.463px;
        top: 0;
        left: 3.7098px
    }

    #IMAGE126>.ladi-image>.ladi-image-background {
        width: 122.199px;
        height: 221.463px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-14-20211103043432.png")
    }

    #IMAGE126>.ladi-image {
        transform: rotate(26deg);
        -webkit-transform: rotate(26deg)
    }

    #HEADLINE127 {
        width: 152px;
        top: 114.152px;
        left: 296px
    }

    #HEADLINE127>.ladi-headline {
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.2
    }

    #GROUP128 {
        width: 125.909px;
        height: 221.463px;
        top: 218.699px;
        left: 10px
    }

    #PARAGRAPH13 {
        width: 388px;
        top: 26px;
        left: 21.9995px
    }

    #PARAGRAPH13>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH154 {
        width: 354px;
        top: 0;
        left: 0
    }

    #PARAGRAPH154>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #3aadc5;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH158 {
        width: 316px;
        top: 7.5px;
        left: 79px
    }

    #PARAGRAPH158>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH158.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH161 {
        width: 313px;
        top: 0;
        left: 79px
    }

    #PARAGRAPH161>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH161.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: .8s;
        -webkit-animation-duration: .8s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH164 {
        width: 317px;
        top: 7.5px;
        left: 79px
    }

    #PARAGRAPH164>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH164.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.1s;
        -webkit-animation-duration: 1.1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH167 {
        width: 320px;
        top: 7.5px;
        left: 79px
    }

    #PARAGRAPH167>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 1.4
    }

    #PARAGRAPH167.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.4s;
        -webkit-animation-duration: 1.4s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #LINE169 {
        width: 85px;
        top: 99px;
        left: 135.5px
    }

    #LINE169>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE169>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP170 {
        width: 356px;
        height: 207px;
        top: 334px;
        left: 31.9995px
    }

    #GROUP170.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #LINE171 {
        height: 268px;
        top: 402px;
        left: -163.5px
    }

    #LINE171>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    #LINE171>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #LINE172 {
        height: 268px;
        top: 1074px;
        left: -261.5px
    }

    #LINE172>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    #LINE172>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #LINE174 {
        width: 400px;
        top: 564px;
        left: 9.9995px
    }

    #LINE174>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE174>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #PARAGRAPH176 {
        width: 356px;
        top: 106px;
        left: 0
    }

    #PARAGRAPH176>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH177 {
        width: 328px;
        top: 143px;
        left: 14px
    }

    #PARAGRAPH177>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE178 {
        width: 76px;
        height: 76px;
        top: 0;
        left: 135.5px
    }

    #SHAPE178 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE179 {
        width: 85px;
        top: 85px;
        left: 135.5px
    }

    #LINE179>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE179>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP175 {
        width: 356px;
        height: 218px;
        top: 596.25px;
        left: 31.9995px
    }

    #GROUP175.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH181 {
        width: 356px;
        top: 104px;
        left: 0
    }

    #PARAGRAPH181>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH182 {
        width: 328px;
        top: 141px;
        left: 14px
    }

    #PARAGRAPH182>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE183 {
        width: 73.9726px;
        height: 75px;
        top: 0;
        left: 141.014px
    }

    #SHAPE183 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE184 {
        width: 85px;
        top: 83px;
        left: 135.5px
    }

    #LINE184>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE184>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP180 {
        width: 356px;
        height: 216px;
        top: 869.5px;
        left: 31.9995px
    }

    #GROUP180.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH186 {
        width: 356px;
        top: 105px;
        left: 0
    }

    #PARAGRAPH186>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH187 {
        width: 328px;
        top: 142px;
        left: 14px
    }

    #PARAGRAPH187>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE188 {
        width: 73px;
        height: 73px;
        top: 0;
        left: 141.5px
    }

    #SHAPE188 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE189 {
        width: 85px;
        top: 84px;
        left: 135.5px
    }

    #LINE189>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE189>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP185 {
        width: 356px;
        height: 217px;
        top: 1140.75px;
        left: 31.9995px
    }

    #GROUP185.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH191 {
        width: 356px;
        top: 103px;
        left: 0
    }

    #PARAGRAPH191>.ladi-paragraph {
        color: #3aadc5;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH192 {
        width: 328px;
        top: 140px;
        left: 14px
    }

    #PARAGRAPH192>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE193 {
        width: 75px;
        height: 75px;
        top: 0;
        left: 140.5px
    }

    #SHAPE193 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #LINE194 {
        width: 85px;
        top: 82px;
        left: 135.5px
    }

    #LINE194>.ladi-line>.ladi-line-container {
        border-top: 2px solid #9fdeda;
        border-right: 2px solid #9fdeda;
        border-bottom: 2px solid #9fdeda;
        border-left: 0 !important
    }

    #LINE194>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP190 {
        width: 356px;
        height: 215px;
        top: 1413px;
        left: 31.9995px
    }

    #GROUP190.ladi-animation>.ladi-group {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #LINE195 {
        height: 268px;
        top: 1183px;
        left: -189.5px
    }

    #LINE195>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    #LINE195>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #BOX196 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX196>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH197 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH197>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP198 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX200 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX200>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH201 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH201>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP199 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX203 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX203>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH204 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH204>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP202 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX206 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX206>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH207 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH207>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP205 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #BOX209 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #BOX209>.ladi-box {
        box-shadow: 6px 6px 10px -4px #b4b4b4;
        -webkit-box-shadow: 6px 6px 10px -4px #b4b4b4;
        background-color: #fff;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 303px
    }

    #PARAGRAPH210 {
        width: 50px;
        top: 0;
        left: 5px
    }

    #PARAGRAPH210>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #3aadc5;
        font-size: 41px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP208 {
        width: 60px;
        height: 65px;
        top: 0;
        left: 0
    }

    #LINE211 {
        width: 400px;
        top: 737px;
        left: -515px
    }

    #LINE211>.ladi-line>.ladi-line-container {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 0 !important
    }

    #LINE211>.ladi-line {
        width: 100%;
        transform: rotate(-66deg);
        -webkit-transform: rotate(-66deg);
        padding: 8px 0
    }

    #GROUP212 {
        width: 396px;
        height: 65px;
        top: 536px;
        left: 12px
    }

    #GROUP212.ladi-animation>.ladi-group {
        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
    }

    #GROUP213 {
        width: 395px;
        height: 65px;
        top: 620px;
        left: 12px
    }

    #GROUP213.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .3s;
        -webkit-animation-delay: .3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP214 {
        width: 392px;
        height: 75px;
        top: 704px;
        left: 12px
    }

    #GROUP214.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP215 {
        width: 396px;
        height: 65px;
        top: 798px;
        left: 12px
    }

    #GROUP215.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: .9s;
        -webkit-animation-delay: .9s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP216 {
        width: 399px;
        height: 65px;
        top: 882px;
        left: 12px
    }

    #GROUP216.ladi-animation>.ladi-group {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        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
    }

    #BUTTON218 {
        width: 247px;
        height: 46px;
        top: 981px;
        left: 88px
    }

    #BUTTON218>.ladi-button>.ladi-button-background {
        background: #ff4e01;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff4e01), to(#bd3a01));
        background: linear-gradient(180deg, #ff4e01, #bd3a01)
    }

    #BUTTON218>.ladi-button {
        box-shadow: 0 3px 0 0 #8c2b01;
        -webkit-box-shadow: 0 3px 0 0 #8c2b01;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 10px
    }

    #BUTTON218>.ladi-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BUTTON_TEXT218 {
        width: 316px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT218>.ladi-headline {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #LINE219 {
        width: 148px;
        top: 72px;
        left: 107.066px
    }

    #LINE219>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE219>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #LINE220 {
        width: 350px;
        top: 102px;
        left: 40.9995px
    }

    #LINE220>.ladi-line>.ladi-line-container {
        border-top: 2px solid #6bb6c5;
        border-right: 2px solid #6bb6c5;
        border-bottom: 2px solid #6bb6c5;
        border-left: 0 !important
    }

    #LINE220>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP221 {
        width: 354px;
        height: 90px;
        top: 17px;
        left: 34.5px
    }

    #PARAGRAPH223 {
        width: 420px;
        top: 0;
        left: 0
    }

    #PARAGRAPH223>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #LINE224 {
        width: 140px;
        top: 72px;
        left: 140px
    }

    #LINE224>.ladi-line>.ladi-line-container {
        border-top: 2px solid #68689d;
        border-right: 2px solid #68689d;
        border-bottom: 2px solid #68689d;
        border-left: 0 !important
    }

    #LINE224>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP222 {
        width: 420px;
        height: 90px;
        top: 33px;
        left: 0
    }

    #PARAGRAPH255 {
        width: 380px;
        top: 0;
        left: 0
    }

    #PARAGRAPH255>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #LINE256 {
        width: 163px;
        top: 72px;
        left: 113px
    }

    #LINE256>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE256>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP254 {
        width: 380px;
        height: 90px;
        top: 28px;
        left: 20px
    }

    #PARAGRAPH258 {
        width: 413px;
        top: 0;
        left: 0
    }

    #PARAGRAPH258>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #LINE259 {
        width: 153px;
        top: 72px;
        left: 130px
    }

    #LINE259>.ladi-line>.ladi-line-container {
        border-top: 2px solid #68689d;
        border-right: 2px solid #68689d;
        border-bottom: 2px solid #68689d;
        border-left: 0 !important
    }

    #LINE259>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP257 {
        width: 413px;
        height: 90px;
        top: 17px;
        left: 0
    }

    #PARAGRAPH266 {
        width: 305px;
        top: 160.109px;
        left: 17.5px
    }

    #PARAGRAPH266>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH268 {
        width: 420px;
        top: 0;
        left: 0
    }

    #PARAGRAPH268>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #LINE269 {
        width: 355px;
        top: 78px;
        left: 32.5px
    }

    #LINE269>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE269>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP267 {
        width: 420px;
        height: 96px;
        top: 21px;
        left: 0
    }

    #SECTION265 {
        height: 763.423px
    }

    #SECTION265>.ladi-section-background {
        background-color: #f2faff
    }

    #SECTION265 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BOX271 {
        width: 340px;
        height: 463.218px;
        top: 0;
        left: 0
    }

    #BOX271>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #IMAGE272 {
        width: 109.55px;
        height: 105.25px;
        top: 20.609px;
        left: 17.5px
    }

    #IMAGE272>.ladi-image>.ladi-image-background {
        width: 109.55px;
        height: 109.55px;
        top: 0;
        left: 0;
        background-image: url("../images/1-1-20211203094559.jpg")
    }

    #IMAGE272>.ladi-image {
        border-style: solid;
        border-color: #3aadc5;
        border-width: 2px;
        border-radius: 173px
    }

    #HEADLINE273 {
        width: 198px;
        top: 27.105px;
        left: 143px
    }

    #HEADLINE273>.ladi-headline {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH274 {
        width: 148px;
        top: 92.105px;
        left: 143px
    }

    #PARAGRAPH274>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH275 {
        width: 150px;
        top: 62.234px;
        left: 143px
    }

    #PARAGRAPH275>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #848484;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP276 {
        width: 340px;
        height: 463.218px;
        top: 0;
        left: 31px
    }

    #PARAGRAPH292 {
        width: 206px;
        top: 0;
        left: 69.5px
    }

    #PARAGRAPH292>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH294 {
        width: 400px;
        top: 0;
        left: 344px
    }

    #PARAGRAPH294>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #LINE295 {
        width: 308px;
        top: 36px;
        left: 0
    }

    #LINE295>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE295>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP293 {
        width: 744px;
        height: 72px;
        top: 14px;
        left: -334px
    }

    #SECTION291 {
        height: 831.547px
    }

    #SECTION291 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH296 {
        width: 206px;
        top: 32px;
        left: 69.5px
    }

    #PARAGRAPH296>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SHAPE297 {
        width: 56px;
        height: 56px;
        top: 0;
        left: 0
    }

    #SHAPE297 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP298 {
        width: 275.5px;
        height: 57px;
        top: 562.007px;
        left: 81.25px
    }

    #GROUP298.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
    }

    #PARAGRAPH300 {
        width: 206px;
        top: 0;
        left: 69.5px
    }

    #PARAGRAPH300>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH301 {
        width: 206px;
        top: 32px;
        left: 69.5px
    }

    #PARAGRAPH301>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SHAPE302 {
        width: 56px;
        height: 56px;
        top: 0;
        left: 0
    }

    #SHAPE302 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP299 {
        width: 275.5px;
        height: 57px;
        top: 635.007px;
        left: 81.25px
    }

    #GROUP299.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH304 {
        width: 206px;
        top: 0;
        left: 69.5px
    }

    #PARAGRAPH304>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH305 {
        width: 206px;
        top: 32px;
        left: 69.5px
    }

    #PARAGRAPH305>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #SHAPE306 {
        width: 56px;
        height: 56px;
        top: 0;
        left: 0
    }

    #SHAPE306 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP303 {
        width: 275.5px;
        height: 57px;
        top: 708.007px;
        left: 81.25px
    }

    #GROUP303.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #BOX307 {
        width: 340px;
        height: 272.218px;
        top: 527.5px;
        left: 40px
    }

    #BOX307>.ladi-box>.ladi-overlay {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/image2-20211103091307.png");
        background-position: center top;
        background-repeat: repeat
    }

    #BOX307>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-style: solid;
        border-color: #44a7bb;
        border-width: 2px;
        border-radius: 12px
    }

    #BOX331 {
        width: 269px;
        height: 371.218px;
        top: 0;
        left: 0
    }

    #BOX331>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH336 {
        width: 252px;
        top: 0;
        left: 0
    }

    #PARAGRAPH336>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH337 {
        width: 243px;
        top: 42.5px;
        left: 4.5px
    }

    #PARAGRAPH337>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP335 {
        width: 252px;
        height: 162.5px;
        top: 163.68px;
        left: 8.5px
    }

    #SECTION330 {
        height: 1247.19px
    }

    #SECTION330>.ladi-section-background {
        background-color: #f2faff
    }

    #SECTION330 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #BUTTON388 {
        width: 220px;
        height: 50.0036px;
        top: 1634.99px;
        left: 95px
    }

    #BUTTON388>.ladi-button>.ladi-button-background {
        background: #ff4e01;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff4e01), to(#bd3a01));
        background: linear-gradient(180deg, #ff4e01, #bd3a01)
    }

    #BUTTON388>.ladi-button {
        box-shadow: 0 3px 0 0 #8c2b01;
        -webkit-box-shadow: 0 3px 0 0 #8c2b01;
        border-style: solid;
        border-color: #e4e4e4;
        border-width: 1px;
        border-radius: 10px
    }

    #BUTTON388>.ladi-button:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BUTTON_TEXT388 {
        width: 384px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT388>.ladi-headline {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BOX382 {
        width: 10px;
        height: 10px;
        top: 1125.52px;
        left: -140px
    }

    #BOX382>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #BOX379 {
        width: 10px;
        height: 10px;
        top: 913.92px;
        left: -121.5px
    }

    #BOX379>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #BOX378 {
        width: 10px;
        height: 10px;
        top: 1025.65px;
        left: -118.5px
    }

    #BOX378>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #BOX377 {
        width: 10px;
        height: 10px;
        top: 859.427px;
        left: -75.5px
    }

    #BOX377>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #GROUP251 {
        width: 402px;
        height: 134.507px;
        top: 1476.99px;
        left: 4.5px
    }

    #PARAGRAPH253 {
        width: 343px;
        top: 0;
        left: 0
    }

    #PARAGRAPH253>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH252 {
        width: 402px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH252>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP247 {
        width: 397px;
        height: 134.507px;
        top: 1166.2px;
        left: 5.5px
    }

    #PARAGRAPH249 {
        width: 370px;
        top: 0;
        left: 0
    }

    #PARAGRAPH249>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH248 {
        width: 397px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH248>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP244 {
        width: 401px;
        height: 82.507px;
        top: 1347.59px;
        left: 4.5px
    }

    #PARAGRAPH246 {
        width: 401px;
        top: 0;
        left: 0
    }

    #PARAGRAPH246>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH245 {
        width: 401px;
        top: 32.507px;
        left: 0
    }

    #PARAGRAPH245>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH243 {
        width: 415px;
        top: 127.861px;
        left: 229px
    }

    #PARAGRAPH243>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH242 {
        width: 411px;
        top: 162.368px;
        left: 229px
    }

    #PARAGRAPH242>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP238 {
        width: 415px;
        height: 84.507px;
        top: 697.005px;
        left: 5px
    }

    #PARAGRAPH240 {
        width: 415px;
        top: 0;
        left: 0
    }

    #PARAGRAPH240>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH239 {
        width: 400px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH239>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP237 {
        width: 415px;
        height: 159.507px;
        top: 828.401px;
        left: 4.5px
    }

    #GROUP225 {
        width: 399px;
        height: 130px;
        top: 49.75px;
        left: 10.5px
    }

    #LINE227 {
        width: 209px;
        top: 112px;
        left: 91px
    }

    #LINE227>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE227>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #PARAGRAPH226 {
        width: 399px;
        top: 0;
        left: 0
    }

    #PARAGRAPH226>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 30px;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH43 {
        width: 400px;
        top: 191.75px;
        left: 8.145px
    }

    #PARAGRAPH43>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #SECTION37 {
        height: 1731.59px
    }

    #SECTION37>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg8-202111040733052.png");
        background-position: left center;
        background-repeat: repeat;
        opacity: .07
    }

    #SECTION37 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH41 {
        width: 415px;
        top: 0;
        left: 0
    }

    #PARAGRAPH41>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #3aadc5;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH40 {
        width: 402px;
        top: 34.507px;
        left: 0
    }

    #PARAGRAPH40>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH390 {
        width: 311px;
        top: 11.5px;
        left: 199.132px
    }

    #PARAGRAPH390>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE392 {
        width: 315.846px;
        height: 427.863px;
        top: 171px;
        left: 27.077px
    }

    #IMAGE392>.ladi-image>.ladi-image-background {
        width: 315.846px;
        height: 427.863px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab-chung-nhan1-20211103104032.png")
    }

    #BOX394 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 0
    }

    #BOX394>.ladi-box {
        background-color: #3aadc5;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px
    }

    #IMAGE396 {
        width: 313px;
        height: 313px;
        top: 18.5px;
        left: 18.5px
    }

    #IMAGE396>.ladi-image>.ladi-image-background {
        width: 469.265px;
        height: 313px;
        top: 0;
        left: -28px;
        background-image: url("../images/han-toolscom_330d9482eef1c2c6865513f644fa8a871636003041452-20211104052755.jpg")
    }

    #IMAGE396>.ladi-image {
        border-radius: 265px
    }

    #PARAGRAPH398 {
        width: 378px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH398>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH399 {
        width: 388px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH399>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE400 {
        height: 133px;
        top: 5.986px;
        left: 0
    }

    #LINE400>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE400>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP397 {
        width: 409px;
        height: 138.986px;
        top: 490px;
        left: 0
    }

    #GROUP397.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH402 {
        width: 376px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH402>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH403 {
        width: 382px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH403>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE404 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE404>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE404>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP401 {
        width: 403px;
        height: 138.986px;
        top: 660px;
        left: 0
    }

    #GROUP401.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP405 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 19.274px
    }

    #GROUP406 {
        width: 436px;
        height: 798.986px;
        top: 160px;
        left: 0
    }

    #PARAGRAPH409 {
        width: 381px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH409>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH410 {
        width: 381px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH410>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE411 {
        height: 83px;
        top: 5.986px;
        left: 0
    }

    #LINE411>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE411>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP408 {
        width: 402px;
        height: 88.986px;
        top: 388.007px;
        left: 0
    }

    #GROUP408.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
    }

    #BOX413 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 0
    }

    #BOX413>.ladi-box {
        background-color: #3aadc5;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px
    }

    #IMAGE414 {
        width: 313px;
        height: 313px;
        top: 18.5px;
        left: 18.5px
    }

    #IMAGE414>.ladi-image>.ladi-image-background {
        width: 469.265px;
        height: 313px;
        top: 0;
        left: -89px;
        background-image: url("../images/han-toolscom_63b079fb798647979aba2b299da583171636002892772-20211104052758.jpg")
    }

    #IMAGE414>.ladi-image {
        border-radius: 265px
    }

    #GROUP412 {
        width: 350px;
        height: 350px;
        top: 0;
        left: 17.274px
    }

    #PARAGRAPH416 {
        width: 375px;
        top: 38.986px;
        left: 21px
    }

    #PARAGRAPH416>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH417 {
        width: 415px;
        top: 0;
        left: 21px
    }

    #PARAGRAPH417>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #02a4c6;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #LINE418 {
        height: 108px;
        top: 5.986px;
        left: 0
    }

    #LINE418>.ladi-line>.ladi-line-container {
        opacity: .5;
        border-top: 0 !important;
        border-right: 5px solid #3aadc5;
        border-bottom: 5px solid #3aadc5;
        border-left: 5px solid #3aadc5
    }

    #LINE418>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP415 {
        width: 436px;
        height: 113.986px;
        top: 510.007px;
        left: 0
    }

    #GROUP415.ladi-animation>.ladi-group {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP407 {
        width: 436px;
        height: 623.993px;
        top: 1002.99px;
        left: 0
    }

    #IMAGE423 {
        width: 121.961px;
        height: 123.201px;
        top: 22.479px;
        left: 73.5195px
    }

    #IMAGE423>.ladi-image>.ladi-image-background {
        width: 121.961px;
        height: 123.201px;
        top: 0;
        left: 0;
        background-image: url("../images/shtit_1-01-20211104023736.png")
    }

    #GROUP424 {
        width: 269px;
        height: 371.218px;
        top: 25px;
        left: 75.5px
    }

    #GROUP424.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
    }

    #BOX462 {
        width: 269px;
        height: 371.218px;
        top: 0;
        left: 0
    }

    #BOX462>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH464 {
        width: 252px;
        top: 0;
        left: 0
    }

    #PARAGRAPH464>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH465 {
        width: 243px;
        top: 42.5px;
        left: 4.5px
    }

    #PARAGRAPH465>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP463 {
        width: 252px;
        height: 186.5px;
        top: 163.68px;
        left: 8.5px
    }

    #IMAGE466 {
        width: 134.961px;
        height: 123.201px;
        top: 22.479px;
        left: 67.0195px
    }

    #IMAGE466>.ladi-image>.ladi-image-background {
        width: 134.961px;
        height: 123.201px;
        top: 0;
        left: 0;
        background-image: url("../images/customers-20211104023724.png")
    }

    #GROUP461 {
        width: 269px;
        height: 371.218px;
        top: 429.436px;
        left: 75.5px
    }

    #GROUP461.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
    }

    #BOX474 {
        width: 269px;
        height: 371.218px;
        top: 0;
        left: 0
    }

    #BOX474>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH476 {
        width: 252px;
        top: 0;
        left: 0
    }

    #PARAGRAPH476>.ladi-paragraph {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH477 {
        width: 243px;
        top: 42.5px;
        left: 4.5px
    }

    #PARAGRAPH477>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP475 {
        width: 252px;
        height: 162.5px;
        top: 163.68px;
        left: 8.5px
    }

    #IMAGE478 {
        width: 159.586px;
        height: 145.68px;
        top: 9px;
        left: 54.707px
    }

    #IMAGE478>.ladi-image>.ladi-image-background {
        width: 159.586px;
        height: 145.68px;
        top: 0;
        left: 0;
        background-image: url("../images/box-20211104023724.png")
    }

    #GROUP473 {
        width: 269px;
        height: 371.218px;
        top: 835.218px;
        left: 75.5px
    }

    #GROUP473.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
    }

    #BOX480 {
        width: 10px;
        height: 10px;
        top: 0;
        left: 0
    }

    #BOX480>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #PARAGRAPH481 {
        width: 317px;
        top: 69.999px;
        left: 160.132px
    }

    #PARAGRAPH481>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #BOX482 {
        width: 340px;
        height: 719.218px;
        top: 142px;
        left: 40px
    }

    #BOX482>.ladi-box>.ladi-overlay {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/image3-20211104041649.png");
        background-position: center center;
        background-repeat: no-repeat
    }

    #BOX482>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-style: solid;
        border-color: #93cad6;
        border-width: 2px;
        border-radius: 12px
    }

    #SHAPE486 {
        width: 45px;
        height: 45px;
        top: 0;
        left: 0
    }

    #SHAPE486 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #SHAPE489 {
        width: 51.383px;
        height: 51.383px;
        top: 0;
        left: 0
    }

    #SHAPE489 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #SHAPE490 {
        width: 32.999px;
        height: 32.999px;
        top: 0;
        left: 0
    }

    #SHAPE490 svg:last-child {
        fill: rgba(58, 173, 197, 1)
    }

    #GROUP492 {
        width: 510.132px;
        height: 45px;
        top: 323.023px;
        left: -141.066px
    }

    #GROUP492.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
    }

    #GROUP493 {
        width: 504.324px;
        height: 102.191px;
        top: 480.252px;
        left: -137.662px
    }

    #GROUP493.ladi-animation>.ladi-group {
        animation-name: bounceInUp;
        -webkit-animation-name: bounceInUp;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP494 {
        width: 477.132px;
        height: 94.999px;
        top: 696.63px;
        left: -107.066px
    }

    #GROUP494.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
    }

    #IMAGE497 {
        width: 671.091px;
        height: 92.275px;
        top: 987px;
        left: -78px
    }

    #IMAGE497>.ladi-image>.ladi-image-background {
        width: 671.091px;
        height: 104.858px;
        top: 0;
        left: 0;
        background-image: url("../images/bg4-20211104052857.png")
    }

    #BOX506 {
        width: 340px;
        height: 441.218px;
        top: 0;
        left: 0
    }

    #BOX506>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH507 {
        width: 306px;
        top: 160.109px;
        left: 17.5px
    }

    #PARAGRAPH507>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE508 {
        width: 109.55px;
        height: 105.25px;
        top: 20.609px;
        left: 17.5px
    }

    #IMAGE508>.ladi-image>.ladi-image-background {
        width: 109.55px;
        height: 109.55px;
        top: 0;
        left: 0;
        background-image: url("../images/giadinh-1680-1562820219-20211209073146.jpg")
    }

    #IMAGE508>.ladi-image {
        border-style: solid;
        border-color: #3aadc5;
        border-width: 2px;
        border-radius: 173px
    }

    #HEADLINE509 {
        width: 198px;
        top: 27.105px;
        left: 143px
    }

    #HEADLINE509>.ladi-headline {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH510 {
        width: 148px;
        top: 92.105px;
        left: 143px
    }

    #PARAGRAPH510>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH511 {
        width: 150px;
        top: 62.234px;
        left: 143px
    }

    #PARAGRAPH511>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #848484;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP505 {
        width: 340px;
        height: 441.218px;
        top: 2.391px;
        left: 432px
    }

    #BOX513 {
        width: 340px;
        height: 445.218px;
        top: 0;
        left: 0
    }

    #BOX513>.ladi-box {
        box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        -webkit-box-shadow: 0 0 30px -10px rgba(68, 58, 58, .3);
        background-color: #fff;
        border-color: #ffdfe0;
        border-width: 2px;
        border-radius: 12px
    }

    #PARAGRAPH514 {
        width: 306px;
        top: 160.109px;
        left: 17.5px
    }

    #PARAGRAPH514>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE515 {
        width: 109.55px;
        height: 105.25px;
        top: 20.609px;
        left: 17.5px
    }

    #IMAGE515>.ladi-image>.ladi-image-background {
        width: 114.55px;
        height: 114.55px;
        top: -4px;
        left: -5px;
        background-image: url("../images/img-3067-jpg-8755-1602149329-20211209073146.jpg")
    }

    #IMAGE515>.ladi-image {
        border-style: solid;
        border-color: #3aadc5;
        border-width: 2px;
        border-radius: 173px
    }

    #HEADLINE516 {
        width: 198px;
        top: 27.105px;
        left: 143px
    }

    #HEADLINE516>.ladi-headline {
        font-family: "SVN-Gotham Regular.otf";
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH517 {
        width: 148px;
        top: 92.105px;
        left: 143px
    }

    #PARAGRAPH517>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #000;
        font-size: 15px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH518 {
        width: 150px;
        top: 62.234px;
        left: 143px
    }

    #PARAGRAPH518>.ladi-paragraph {
        font-family: "SVN-Gotham Book.otf";
        color: #848484;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    #GROUP512 {
        width: 340px;
        height: 445.218px;
        top: 2.391px;
        left: 829px
    }

    #IMAGE519 {
        width: 923.411px;
        height: 87.6047px;
        top: 1643.99px;
        left: -135px
    }

    #IMAGE519>.ladi-image>.ladi-image-background {
        width: 923.411px;
        height: 93.7837px;
        top: 0;
        left: 0;
        background-image: url("../images/bg7-202111040612122.png")
    }

    #SECTION520 {
        height: 687.07px
    }

    #SECTION520>.ladi-section-background {
        background-color: #e6f4ff
    }

    #SECTION520 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE545 {
        width: 288.682px;
        height: 513.468px;
        top: 12.766px;
        left: 307.618px
    }

    #IMAGE545>.ladi-image>.ladi-image-background {
        width: 288.682px;
        height: 513.468px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab_vn_-fb_mess_image-03-202112090739132.jpg")
    }

    #IMAGE546 {
        width: 275.382px;
        height: 438.026px;
        top: 15.238px;
        left: 912.618px
    }

    #IMAGE546>.ladi-image>.ladi-image-background {
        width: 275.382px;
        height: 438.026px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab_vn_-fb_mess_image-04-20211209073913.jpg")
    }

    #IMAGE547 {
        width: 283.155px;
        height: 435.442px;
        top: 12.766px;
        left: 610.618px
    }

    #IMAGE547>.ladi-image>.ladi-image-background {
        width: 283.155px;
        height: 435.442px;
        top: 0;
        left: 0;
        background-image: url("../img/eyelab_vn_-fb_mess_image-02-20211209073913.jpg")
    }

    #IMAGE548 {
        width: 288.682px;
        height: 513.468px;
        top: 12.766px;
        left: 7.618px
    }

    #IMAGE548>.ladi-image>.ladi-image-background {
        width: 288.682px;
        height: 513.468px;
        top: 0;
        left: 0;
        background-image: url("../img/viber_image_2021-12-09_14-22-24-007-20211209073913.jpg")
    }

    #SHAPE549 {
        width: 565.018px;
        height: 150.205px;
        top: 613.218px;
        left: -78px
    }

    #SHAPE549 svg:last-child {
        fill: rgba(230, 244, 255, 1)
    }

    #IMAGE550 {
        width: 149.567px;
        height: 127.781px;
        top: 612.218px;
        left: 135.217px
    }

    #IMAGE550>.ladi-image>.ladi-image-background {
        width: 149.567px;
        height: 127.781px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211104062446.png")
    }

    #IMAGE551 {
        width: 150.418px;
        height: 128.508px;
        top: 179.667px;
        left: 134.791px
    }

    #IMAGE551>.ladi-image>.ladi-image-background {
        width: 150.418px;
        height: 128.508px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-2-20211104062446.png")
    }

    #IMAGE552 {
        width: 149.617px;
        height: 128.033px;
        top: 401.634px;
        left: 135.191px
    }

    #IMAGE552>.ladi-image>.ladi-image-background {
        width: 149.617px;
        height: 128.033px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-3-20211104062429.png")
    }

    #IMAGE553 {
        width: 400px;
        height: 13.75px;
        top: 10px;
        left: 10px
    }

    #IMAGE553>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 28.0188px;
        top: -68.4903px;
        left: 0;
        background-image: url("../images/asset-3-20211104064348.svg")
    }

    #BUTTON_TEXT554 {
        width: 137px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT554>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON554 {
        width: 160px;
        height: 40px;
        top: 13.3014px;
        left: 478px
    }

    #BUTTON_TEXT556 {
        width: 143px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT556>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON556 {
        width: 160px;
        height: 40px;
        top: 13.3014px;
        left: 478px
    }

    #BUTTON_TEXT558 {
        width: 164px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT558>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON558 {
        width: 160px;
        height: 40px;
        top: 13.3014px;
        left: 478px
    }

    #BUTTON_TEXT560 {
        width: 127px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT560>.ladi-headline {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON560 {
        width: 160px;
        height: 40px;
        top: 13.3014px;
        left: 478px
    }

    #BUTTON562 {
        width: 130px;
        height: 40px;
        top: 13.3014px;
        left: 280px
    }

    #BUTTON562>.ladi-button>.ladi-button-background {
        background: #ffcc2f;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffcc2f), to(#ef5734));
        background: linear-gradient(180deg, #ffcc2f, #ef5734)
    }

    #BUTTON562>.ladi-button {
        border-style: solid;
        border-color: #794628;
        border-width: 1px;
        border-radius: 83px
    }

    #BUTTON_TEXT562 {
        width: 128px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT562>.ladi-headline {
        font-family: "SVN-Gotham Bold.ttf";
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE563 {
        width: 902.154px;
        height: 91.625px;
        top: 582.863px;
        left: -236px
    }

    #IMAGE563>.ladi-image>.ladi-image-background {
        width: 902.154px;
        height: 91.625px;
        top: 0;
        left: 0;
        background-image: url("../images/bg6-20211104065323.png")
    }

    #PARAGRAPH564 {
        width: 556px;
        top: 0;
        left: 175.491px
    }

    #PARAGRAPH564>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 70px;
        line-height: 1.6
    }

    #HEADLINE570 {
        width: 696px;
        top: 0;
        left: 0
    }

    #HEADLINE570>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 70px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE570 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #IMAGE572 {
        width: 112.972px;
        height: 114.229px;
        top: 791.629px;
        left: 307.028px
    }

    #IMAGE572>.ladi-image>.ladi-image-background {
        width: 112.972px;
        height: 114.229px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_d2386938fb4a5c8dea3dd2a1544156f01636009109698-20211104072502.png")
    }

    #IMAGE573 {
        width: 182px;
        height: 184.024px;
        top: 139px;
        left: -325px
    }

    #IMAGE573>.ladi-image>.ladi-image-background {
        width: 182px;
        height: 184.024px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_d2386938fb4a5c8dea3dd2a1544156f01636009109698-202111040725023.png")
    }

    #IMAGE573>.ladi-image {
        transform: rotate(239deg);
        -webkit-transform: rotate(239deg)
    }

    #BOX574 {
        width: 200px;
        height: 200px;
        top: 1222.43px;
        left: -377px
    }

    #BOX574>.ladi-box {
        background-color: #fff
    }

    #LINE611 {
        width: 400px;
        top: 1378px;
        left: 9.9995px
    }

    #LINE611>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE611>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #LINE612 {
        width: 400px;
        top: 1105.5px;
        left: 10px
    }

    #LINE612>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE612>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #LINE613 {
        width: 400px;
        top: 836px;
        left: 12px
    }

    #LINE613>.ladi-line>.ladi-line-container {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 0 !important
    }

    #LINE613>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #CAROUSEL615 {
        width: 401px;
        height: 476px;
        top: 145.468px;
        left: 9.5px
    }

    #CAROUSEL621 {
        width: 300px;
        height: 539px;
        top: 113px;
        left: 60px
    }

    #PEN_TOOL627 {
        width: 148.067px;
        height: 37.9996px;
        top: 158.699px;
        left: 263.888px
    }

    #PEN_TOOL627 svg:last-child {
        fill: rgba(255, 255, 255, 0)
    }

    #PEN_TOOL627 svg:last-child {
        stroke: rgb(0, 0, 0);
        stroke-width: 1px
    }

    #IMAGE628 {
        width: 1260.29px;
        height: 87.9579px;
        top: 1607.08px;
        left: -422px
    }

    #IMAGE628>.ladi-image>.ladi-image-background {
        width: 1260.29px;
        height: 87.9579px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-3-20211104064348.svg")
    }

    #IMAGE629 {
        width: 376.192px;
        height: 315.645px;
        top: 334.218px;
        left: 84px
    }

    #IMAGE629>.ladi-image>.ladi-image-background {
        width: 376.192px;
        height: 315.645px;
        top: 0;
        left: 0;
        background-image: url("../img/han-toolscom_14f55c809d88cdba4c49b4f59a3e61ca1636016378213-202111040900142.png")
    }

    #BOX630 {
        width: 200px;
        height: 45px;
        top: 604.863px;
        left: 270px
    }

    #BOX630>.ladi-box {
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f3f9fe));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f3f9fe)
    }

    #PARAGRAPH633 {
        width: 400px;
        top: 33px;
        left: -32.261px
    }

    #PARAGRAPH633>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #0152a7;
        font-size: 21px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #PARAGRAPH633.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
    }

    #BOX635 {
        width: 368.615px;
        height: 433.1px;
        top: 0;
        left: 0
    }

    #BOX635>.ladi-box {
        background-color: #4e9bab;
        border-style: groove;
        border-color: #9fdeda;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE636 {
        width: 305px;
        top: 15.1px;
        left: 34.182px
    }

    #HEADLINE636>.ladi-headline {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE643 {
        width: 325px;
        top: 280.1px;
        left: 22.0368px
    }

    #HEADLINE643>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #ddfffd;
        font-size: 13px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP634 {
        width: 368.615px;
        height: 433.1px;
        top: 0;
        left: 0
    }

    #GROUP634.ladi-animation>.ladi-group {
        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
    }

    #COUNTDOWN644 {
        width: 242.948px;
        height: 57px;
        top: 62.15px;
        left: 59.03px
    }

    #COUNTDOWN644>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #ffd703;
        font-size: 35px;
        text-align: center
    }

    #COUNTDOWN644>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #HEADLINE660 {
        width: 169px;
        top: 18.6189px;
        left: 18.0142px
    }

    #HEADLINE660>.ladi-headline {
        font-family: "Montserrat-Black.otf";
        color: #ff0101;
        font-size: 20px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE661 {
        width: 125px;
        top: 79.7611px;
        left: 50.781px
    }

    #HEADLINE661>.ladi-headline {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH663 {
        width: 400px;
        top: 45.2894px;
        left: 13px
    }

    #PARAGRAPH663>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 50px;
        line-height: 1.6
    }

    #HEADLINE664 {
        width: 400px;
        top: 45.2894px;
        left: -53.261px
    }

    #HEADLINE664>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 50px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE664.ladi-animation>.ladi-headline {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE664 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #SECTION631 {
        height: 952.67px
    }

    #SECTION631>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/mob1-20211104095243.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION631 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #PARAGRAPH665 {
        width: 115px;
        top: 99.152px;
        left: 224px
    }

    #PARAGRAPH665>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #012c5a;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #IMAGE666 {
        width: 146.713px;
        height: 92.282px;
        top: 39.1484px;
        left: 277.715px
    }

    #IMAGE666>.ladi-image>.ladi-image-background {
        width: 146.713px;
        height: 92.282px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_f4c4b1ccfc13d30d6d519ab926407f2d1636018278010-20211104093524.png")
    }

    #IMAGE666.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SECTION667 {
        height: 155.301px
    }

    #SECTION667 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE668 {
        width: 200px;
        height: 46.3014px;
        top: 13px;
        left: 110px
    }

    #IMAGE668>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 46.3014px;
        top: 0;
        left: 0;
        background-image: url("../images/logo-06-20211102094125.png")
    }

    #HEADLINE669 {
        width: 369px;
        top: 115px;
        left: 25.5px
    }

    #HEADLINE669>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE670 {
        width: 400px;
        top: 65.3014px;
        left: 3.5px
    }

    #HEADLINE670>.ladi-headline {
        color: #848484;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE671 {
        width: 222.18px;
        height: 140.243px;
        top: 0;
        left: 0
    }

    #IMAGE671>.ladi-image>.ladi-image-background {
        width: 222.18px;
        height: 140.243px;
        top: 0;
        left: 0;
        background-image: url("../images/tag-202111040943242.png")
    }

    #GROUP672 {
        width: 222.18px;
        height: 140.243px;
        top: 593.236px;
        left: 197.82px
    }

    #GROUP672.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE673 {
        width: 309.572px;
        height: 345.071px;
        top: 603.59px;
        left: 0
    }

    #IMAGE673>.ladi-image>.ladi-image-background {
        width: 309.572px;
        height: 345.071px;
        top: 0;
        left: 0;
        background-image: url("../images/image7-20211104095123.png")
    }

    #IMAGE673.ladi-animation>.ladi-image {
        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
    }

    #IMAGE674 {
        width: 152.6px;
        height: 107.236px;
        top: -12.4254px;
        left: 299.7px;
        mix-blend-mode: screen;
        will-change: transform, opacity
    }

    #IMAGE674>.ladi-image>.ladi-image-background {
        width: 152.6px;
        height: 107.236px;
        top: 0;
        left: 0;
        background-image: url("../images/pp-20200704030827.png")
    }

    #IMAGE674.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #NOTIFY675 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060
    }

    #NOTIFY675>.ladi-notify {
        color: #404040;
        background-color: rgba(250, 250, 250, .9)
    }

    #GROUP676 {
        width: 731.491px;
        height: 112px;
        top: 37px;
        left: -159px
    }

    #GROUP676.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE677 {
        width: 58px;
        top: 23px;
        left: 0
    }

    #HEADLINE677>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE678 {
        width: 58px;
        top: 0;
        left: 154px
    }

    #HEADLINE678>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP679 {
        width: 212px;
        height: 63px;
        top: 634.689px;
        left: 314.94px
    }

    #HEADLINE681 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE681>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #ffd703;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE682 {
        width: 58px;
        top: 1px;
        left: 60px
    }

    #HEADLINE682>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #ffd703;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP680 {
        width: 118px;
        height: 41px;
        top: 72.15px;
        left: 148px
    }

    #GROUP680.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #PARAGRAPH683 {
        width: 400px;
        top: 103.689px;
        left: 10px
    }

    #PARAGRAPH683>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #SHAPE686 {
        width: 45px;
        height: 45px;
        top: 14px;
        left: 365px
    }

    #SHAPE686.ladi-animation>.ladi-shape {
        animation-name: rubberBand;
        -webkit-animation-name: rubberBand;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #SHAPE686 svg:last-child {
        fill: rgba(255, 166, 1, 1.0)
    }

    #PARAGRAPH688 {
        width: 400px;
        top: 21.5px;
        left: 29.261px
    }

    #PARAGRAPH688>.ladi-paragraph {
        font-family: "SVN-Gotham Bold.ttf";
        color: #017c75;
        font-size: 35px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #BOX690 {
        width: 334px;
        height: 445.099px;
        top: 0;
        left: 0
    }

    #BOX690>.ladi-box {
        background-color: #358798;
        border-style: groove;
        border-color: #bcfffc;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE691 {
        width: 291px;
        top: 22.1px;
        left: 22.5px
    }

    #HEADLINE691>.ladi-headline {
        font-family: "#9Slide05 SVNShintia Script.ttf";
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.2
    }

    #FORM_ITEM693 {
        width: 291.25px;
        height: 36.1904px;
        top: 41.3606px;
        left: 0
    }

    #FORM_ITEM694 {
        width: 291.25px;
        height: 36.1904px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT695 {
        width: 291px;
        top: 7.34693px;
        left: 0
    }

    #BUTTON_TEXT695>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON695 {
        width: 291.25px;
        height: 44.7347px;
        top: 87.551px;
        left: 0
    }

    #BUTTON695>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON695>.ladi-button {
        border-radius: 4px
    }

    #BUTTON695>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON695>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM692 {
        width: 291.25px;
        height: 437.55px;
        top: 144.55px;
        left: 22.5px
    }

    #FORM692>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM692 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM692 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM692 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM692 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM692 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM692 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM692 .ladi-form-item-container,
    #FORM692 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM692 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM692 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #HEADLINE697 {
        width: 301px;
        top: 299.321px;
        left: 16.5px
    }

    #HEADLINE697>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP689 {
        width: 334px;
        height: 582.1px;
        top: 0;
        left: 0
    }

    #GROUP689.ladi-animation>.ladi-group {
        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
    }

    #COUNTDOWN698 {
        width: 242.948px;
        height: 56.9999px;
        top: 75.9998px;
        left: 44.226px;
        overflow: hidden;
    }

    #COUNTDOWN698>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #fff;
        font-size: 35px;
        text-align: center
    }

    #COUNTDOWN698>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #BOX705 {
        width: 374.043px;
        height: 122.952px;
        top: 0;
        left: 0
    }

    #BOX705>.ladi-box {
        background-color: #3aadc5;
        border-color: #ffd62c;
        border-width: 2px;
        border-radius: 6px
    }

    #HEADLINE706 {
        width: 130px;
        top: 28.988px;
        left: 0
    }

    #HEADLINE706>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 18px;
        text-align: center;
        line-height: 1.4
    }

    #LINE707 {
        height: 108px;
        top: 13px;
        left: 122.301px
    }

    #LINE707>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #256562;
        border-bottom: 1px solid #256562;
        border-left: 1px solid #256562
    }

    #LINE707>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP704 {
        width: 374.043px;
        height: 122.952px;
        top: 0;
        left: 0
    }

    #GROUP704.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
    }

    #HEADLINE708 {
        width: 117px;
        top: 28px;
        left: 133.931px
    }

    #HEADLINE708>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 18px;
        text-align: center;
        line-height: 1.4
    }

    #LINE709 {
        height: 108px;
        top: 13px;
        left: 241.512px
    }

    #LINE709>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #2a6c68;
        border-bottom: 1px solid #2a6c68;
        border-left: 1px solid #2a6c68
    }

    #LINE709>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE710 {
        width: 119px;
        top: 28px;
        left: 251.931px
    }

    #HEADLINE710>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 18px;
        text-align: center;
        line-height: 1.4
    }

    #GROUP703 {
        width: 374.043px;
        height: 122.952px;
        top: 688.114px;
        left: 497.978px
    }

    #IMAGE711 {
        width: 363.478px;
        height: 53.2139px;
        top: 435.786px;
        left: -528.739px
    }

    #IMAGE711>.ladi-image>.ladi-image-background {
        width: 363.478px;
        height: 53.2139px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211103042701.png")
    }

    #IMAGE713 {
        width: 122.199px;
        height: 221.463px;
        top: 0;
        left: 3.7098px
    }

    #IMAGE713>.ladi-image>.ladi-image-background {
        width: 122.199px;
        height: 221.463px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-14-20211103043432.png")
    }

    #IMAGE713>.ladi-image {
        transform: rotate(26deg);
        -webkit-transform: rotate(26deg)
    }

    #HEADLINE714 {
        width: 89px;
        top: 109.77px;
        left: 0
    }

    #HEADLINE714>.ladi-headline {
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        font-family: "Roboto-Medium.ttf";
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 1
    }

    #GROUP712 {
        width: 125.909px;
        height: 221.463px;
        top: 246.699px;
        left: 26px
    }

    #PARAGRAPH717 {
        width: 556px;
        top: 0;
        left: 175.491px
    }

    #PARAGRAPH717>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 70px;
        line-height: 1.6
    }

    #HEADLINE718 {
        width: 696px;
        top: 0;
        left: 0
    }

    #HEADLINE718>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 70px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE718 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #GROUP716 {
        width: 731.491px;
        height: 112px;
        top: 37px;
        left: -159px
    }

    #GROUP716.ladi-animation>.ladi-group {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: .5s;
        -webkit-animation-delay: .5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE720 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE720>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE721 {
        width: 58px;
        top: .999998px;
        left: 60px
    }

    #HEADLINE721>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #fff;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP719 {
        width: 118px;
        height: 40.9999px;
        top: 83.9998px;
        left: 133.177px
    }

    #GROUP719.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #HEADLINE722 {
        width: 144px;
        top: 121px;
        left: 290px
    }

    #HEADLINE722>.ladi-headline {
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #fff;
        font-size: 14px;
        text-align: left;
        line-height: 1.2
    }

    #PEN_TOOL723 {
        width: 148.067px;
        height: 37.9996px;
        top: 156.699px;
        left: 247.888px
    }

    #PEN_TOOL723 svg:last-child {
        fill: rgba(255, 255, 255, 0)
    }

    #PEN_TOOL723 svg:last-child {
        stroke: rgb(255, 1, 1);
        stroke-width: 1px
    }

    #SHAPE724 {
        width: 45px;
        height: 45px;
        top: 14px;
        left: 365px
    }

    #SHAPE724.ladi-animation>.ladi-shape {
        animation-name: rubberBand;
        -webkit-animation-name: rubberBand;
        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(255, 166, 1, 1.0)
    }

    #SECTION687 {
        height: 1071.1px
    }

    #SECTION687>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/mob-20211104085707.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION687 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #HEADLINE732 {
        width: 365px;
        top: 688.114px;
        left: -352px
    }

    #HEADLINE732>.ladi-headline {
        font-family: "#9Slide05 SVNShintia Script.ttf";
        color: #fff;
        font-size: 26px;
        text-align: center;
        line-height: 1.2
    }

    #BOX734 {
        width: 139px;
        height: 39px;
        top: 118.699px;
        left: 277.909px
    }

    #BOX734>.ladi-box {
        background-color: #ff0101;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px
    }

    #IMAGE737 {
        width: 309.572px;
        height: 345.071px;
        top: 705.589px;
        left: -16px
    }

    #IMAGE737>.ladi-image>.ladi-image-background {
        width: 309.572px;
        height: 345.071px;
        top: 0;
        left: 0;
        background-image: url("../images/image7-20211104095123.png")
    }

    #IMAGE737.ladi-animation>.ladi-image {
        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
    }

    #PARAGRAPH738 {
        width: 400px;
        top: 33px;
        left: -32.261px
    }

    #PARAGRAPH738>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #0152a7;
        font-size: 21px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #PARAGRAPH738.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
    }

    #BOX740 {
        width: 392px;
        height: 412.57px;
        top: 0;
        left: 0
    }

    #BOX740>.ladi-box {
        opacity: .8;
        background-color: #e0cd98;
        border-style: groove;
        border-color: #e0cd98;
        border-width: 5px;
        border-radius: 14px
    }

    #HEADLINE741 {
        width: 372px;
        top: 13px;
        left: 10px
    }

    #HEADLINE741>.ladi-headline {
        color: #242424;
        font-size: 19px;
        text-align: center;
        line-height: 1.6
    }

    #FORM_ITEM743 {
        width: 340px;
        height: 45.2395px;
        top: 51.7025px;
        left: 0
    }

    #FORM_ITEM744 {
        width: 340px;
        height: 45.2395px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT745 {
        width: 376px;
        top: 9.18398px;
        left: 0
    }

    #BUTTON_TEXT745>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 22px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON745 {
        width: 340px;
        height: 45.9199px;
        top: 106.942px;
        left: 0
    }

    #BUTTON745>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON745>.ladi-button {
        border-radius: 4px
    }

    #BUTTON745>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON745>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM742 {
        width: 340px;
        height: 152.862px;
        top: 139px;
        left: 26px
    }

    #FORM742>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM742 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM742 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM742 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM742 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM742 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM742 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM742 .ladi-form-item-container,
    #FORM742 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM742 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM742 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #HEADLINE747 {
        width: 361px;
        top: 304px;
        left: 15.5px
    }

    #HEADLINE747>.ladi-headline {
        font-family: "SVN-Gotham Book.otf";
        color: #3c3636;
        font-size: 12px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP739 {
        width: 392px;
        height: 412.57px;
        top: 268.784px;
        left: 14px
    }

    #COUNTDOWN_ITEM749 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN748 {
        width: 288px;
        height: 57px;
        top: 334.194px;
        left: 32.261px
    }

    #COUNTDOWN748>.ladi-countdown {
        font-family: "UTM HelvetIns.ttf";
        color: #3c3636;
        font-size: 40px;
        text-align: center
    }

    #COUNTDOWN748>.ladi-countdown>.ladi-element {
        width: 25%;
        height: 100%
    }

    #BOX755 {
        width: 374.043px;
        height: 100.952px;
        top: 0;
        left: 0
    }

    #BOX755>.ladi-box {
        background-color: #bc5a54;
        border-color: #ffd62c;
        border-width: 2px;
        border-radius: 6px
    }

    #HEADLINE756 {
        width: 130px;
        top: 23.8011px;
        left: 0
    }

    #HEADLINE756>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 16px;
        text-align: center;
        line-height: 1.4
    }

    #LINE757 {
        height: 89px;
        top: 10.6739px;
        left: 122.301px
    }

    #LINE757>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #256562;
        border-bottom: 1px solid #256562;
        border-left: 1px solid #256562
    }

    #LINE757>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #GROUP754 {
        width: 374.043px;
        height: 100.952px;
        top: 0;
        left: 0
    }

    #GROUP754.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
    }

    #HEADLINE758 {
        width: 121px;
        top: 28px;
        left: 129.931px
    }

    #HEADLINE758>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 16px;
        text-align: center;
        line-height: 1.4
    }

    #LINE759 {
        height: 88px;
        top: 13px;
        left: 241.512px
    }

    #LINE759>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid #2a6c68;
        border-bottom: 1px solid #2a6c68;
        border-left: 1px solid #2a6c68
    }

    #LINE759>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE760 {
        width: 120px;
        top: 28px;
        left: 250.931px
    }

    #HEADLINE760>.ladi-headline {
        font-family: "Roboto-Bold.ttf";
        color: #ffbd03;
        font-size: 16px;
        text-align: center;
        line-height: 1.4
    }

    #GROUP753 {
        width: 374.043px;
        height: 101px;
        top: 158.784px;
        left: 22.9785px
    }

    #IMAGE761 {
        width: 314.478px;
        height: 46.0402px;
        top: 131.43px;
        left: 52.761px
    }

    #IMAGE761>.ladi-image>.ladi-image-background {
        width: 314.478px;
        height: 46.0402px;
        top: 0;
        left: 0;
        background-image: url("../images/asset-1-20211103042701_1.png")
    }

    #IMAGE762 {
        width: 435.832px;
        height: 335.953px;
        top: 925.478px;
        left: -5px
    }

    #IMAGE762>.ladi-image>.ladi-image-background {
        width: 435.832px;
        height: 335.953px;
        top: 0;
        left: 0;
        background-image: url("../images/decor-eyelab-01-20211104092415.png")
    }

    #IMAGE762.ladi-animation>.ladi-image {
        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
    }

    #IMAGE762:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #PARAGRAPH763 {
        width: 400px;
        top: 45.2894px;
        left: 13px
    }

    #PARAGRAPH763>.ladi-paragraph {
        font-family: "#9Slide05 GREATVIBES.ttf";
        color: #e4e4e4;
        font-size: 50px;
        line-height: 1.6
    }

    #HEADLINE764 {
        width: 400px;
        top: 45.2894px;
        left: -53.261px
    }

    #HEADLINE764>.ladi-headline {
        font-family: "#9Slide05 GREATVIBES.ttf";
        background: #ffed00;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(red));
        background: linear-gradient(180deg, #ffed00, red);
        color: #3c3636;
        font-size: 50px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE764.ladi-animation>.ladi-headline {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #HEADLINE764 .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #PARAGRAPH765 {
        width: 115px;
        top: 99.152px;
        left: 224px
    }

    #PARAGRAPH765>.ladi-paragraph {
        font-family: "Yeseva One", cursive;
        color: #012c5a;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #IMAGE766 {
        width: 146.713px;
        height: 92.282px;
        top: 39.1484px;
        left: 277.715px
    }

    #IMAGE766>.ladi-image>.ladi-image-background {
        width: 146.713px;
        height: 92.282px;
        top: 0;
        left: 0;
        background-image: url("../images/han-toolscom_f4c4b1ccfc13d30d6d519ab926407f2d1636018278010-20211104093524.png")
    }

    #IMAGE766.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE768 {
        width: 222.18px;
        height: 140.243px;
        top: 0;
        left: 0
    }

    #IMAGE768>.ladi-image>.ladi-image-background {
        width: 222.18px;
        height: 140.243px;
        top: 0;
        left: 0;
        background-image: url("../images/tag-202111040943242.png")
    }

    #HEADLINE769 {
        width: 169px;
        top: 18.6189px;
        left: 18.0142px
    }

    #HEADLINE769>.ladi-headline {
        font-family: "Montserrat-Black.otf";
        color: #ff0101;
        font-size: 20px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE770 {
        width: 95px;
        top: 79.7611px;
        left: 50.781px
    }

    #HEADLINE770>.ladi-headline {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        font-family: "Roboto-Medium.ttf";
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP767 {
        width: 222.18px;
        height: 140.243px;
        top: 773.235px;
        left: 214.82px
    }

    #GROUP767.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #IMAGE771 {
        width: 152.6px;
        height: 107.236px;
        top: -12.4254px;
        left: 299.7px;
        mix-blend-mode: screen;
        will-change: transform, opacity
    }

    #IMAGE771>.ladi-image>.ladi-image-background {
        width: 152.6px;
        height: 107.236px;
        top: 0;
        left: 0;
        background-image: url("../images/pp-20200704030827.png")
    }

    #IMAGE771.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #NOTIFY772 {
        width: 300px;
        height: 62px;
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        position: fixed;
        z-index: 90000060
    }

    #NOTIFY772>.ladi-notify {
        color: #404040;
        background-color: rgba(250, 250, 250, .9)
    }

    #HEADLINE774 {
        width: 58px;
        top: 0;
        left: 0
    }

    #HEADLINE774>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #545454;
        font-size: 25px;
        line-height: 1.6
    }

    #HEADLINE775 {
        width: 58px;
        top: 0;
        left: 72px
    }

    #HEADLINE775>.ladi-headline {
        font-family: "Prompt-Black.ttf";
        color: #545454;
        font-size: 25px;
        line-height: 1.6
    }

    #GROUP773 {
        width: 130px;
        height: 40px;
        top: 344.194px;
        left: 175.701px
    }

    #SECTION736 {
        height: 1269.02px;
        display: none !important
    }

    #SECTION736>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/mob1-20211104095243_1.png");
        background-position: center top;
        background-repeat: repeat
    }

    #SECTION736 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    }

    #IMAGE776 {
        width: 200px;
        height: 35.8346px;
        top: 77.5px;
        left: 360px
    }

    #IMAGE776>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 35.8346px;
        top: 0;
        left: 0;
        background-image: url("../images/line-20211108081428.png")
    }

    #GROUP785 {
        width: 334px;
        height: 582.1px;
        top: 473px;
        left: 48.9995px
    }

    #GROUP785.ladi-animation>.ladi-group {
        animation-name: bounceInRight;
        -webkit-animation-name: bounceInRight;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #GROUP786 {
        width: 368.615px;
        height: 433.1px;
        top: 141.673px;
        left: 26.6085px
    }

    #GROUP786.ladi-animation>.ladi-group {
        animation-name: bounceInLeft;
        -webkit-animation-name: bounceInLeft;
        animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1
    }

    #PARAGRAPH789 {
        width: 420px;
        top: 0;
        left: 0
    }

    #PARAGRAPH789>.ladi-paragraph {
        font-family: "SVN-Gotham Black.otf";
        color: #545454;
        font-size: 26px;
        text-align: center;
        line-height: 1.2
    }

    #LINE790 {
        width: 355px;
        top: 78px;
        left: 32.5px
    }

    #LINE790>.ladi-line>.ladi-line-container {
        border-top: 2px solid #3aadc5;
        border-right: 2px solid #3aadc5;
        border-bottom: 2px solid #3aadc5;
        border-left: 0 !important
    }

    #LINE790>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #GROUP788 {
        width: 420px;
        height: 96px;
        top: 10px;
        left: 0
    }

    #FORM_ITEM793 {
        width: 291.25px;
        height: 34.9999px;
        top: 87.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM794 {
        width: 291.25px;
        height: 34.9999px;
        top: 132.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM795 {
        width: 291.25px;
        height: 34.9999px;
        top: 177.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM796 {
        width: 291.25px;
        height: 34.9999px;
        top: 222.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM797 {
        width: 291.25px;
        height: 34.9999px;
        top: 267.55px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM798 {
        width: 291.25px;
        height: 34.9999px;
        top: 312.55px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM799 {
        width: 291.25px;
        height: 34.9999px;
        top: 357.55px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM800 {
        width: 291.25px;
        height: 34.9999px;
        top: 402.55px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM828 {
        width: 291.25px;
        height: 36.1905px;
        top: 41.3607px;
        left: 0
    }

    #FORM_ITEM829 {
        width: 291.25px;
        height: 36.1905px;
        top: 0;
        left: 0
    }

    #BUTTON_TEXT830 {
        width: 291px;
        top: 7.34695px;
        left: 0
    }

    #BUTTON_TEXT830>.ladi-headline {
        font-family: "Barlow-Bold.ttf";
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON830 {
        width: 291.25px;
        height: 44.7348px;
        top: 87.5512px;
        left: 0
    }

    #BUTTON830>.ladi-button>.ladi-button-background {
        background: #ffd62c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd62c), to(#e87e30));
        background: linear-gradient(180deg, #ffd62c, #e87e30)
    }

    #BUTTON830>.ladi-button {
        border-radius: 4px
    }

    #BUTTON830>.ladi-button:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #BUTTON830>.ladi-button:hover .ladi-button-background {
        background: 0 0 !important;
        background-color: #ffb503 !important
    }

    #FORM_ITEM832 {
        width: 291.25px;
        height: 35px;
        top: 87.5512px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM833 {
        width: 291.25px;
        height: 35px;
        top: 132.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM834 {
        width: 291.25px;
        height: 35px;
        top: 177.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM835 {
        width: 291.25px;
        height: 35px;
        top: 222.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM836 {
        width: 291.25px;
        height: 35px;
        top: 267.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM837 {
        width: 291.25px;
        height: 35px;
        top: 312.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM838 {
        width: 291.25px;
        height: 35px;
        top: 357.551px;
        left: 0;
        display: none !important
    }

    #FORM_ITEM839 {
        width: 291.25px;
        height: 35px;
        top: 402.551px;
        left: 0;
        display: none !important
    }

    #FORM827 {
        width: 291.25px;
        height: 437.551px;
        top: 270.126px;
        left: 65.291px
    }

    #FORM827>.ladi-form {
        color: #616161;
        font-size: 13px;
        line-height: 1.6
    }

    #FORM827 .ladi-form-item .ladi-form-control::-webkit-input-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item .ladi-form-control::-moz-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item .ladi-form-control:-ms-input-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item .ladi-form-control::-ms-input-placeholder {
        color: #616161
    }

    #FORM827 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM827 .ladi-form-item .ladi-form-control::placeholder {
        color: #616161
    }

    #FORM827 .ladi-form-item {
        padding-left: 12px;
        padding-right: 12px
    }

    #FORM827 .ladi-form-item.ladi-form-checkbox {
        padding-left: 17px;
        padding-right: 17px
    }

    #FORM827 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(97%2C%2097%2C%2097%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
    }

    #FORM827 .ladi-form-item-container,
    #FORM827 .ladi-form-label-container .ladi-form-label-item {
        border-color: #ffce01;
        border-width: 1px;
        border-radius: 4px
    }

    #FORM827 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ffce01
    }

    #FORM827 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 3px
    }

    #IMAGE840 {
        width: 306.065px;
        height: 306.277px;
        top: 133.101px;
        left: 97px
    }

    #IMAGE840>.ladi-image>.ladi-image-background {
        width: 306.065px;
        height: 306.277px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-decor-01-202206290426293.png")
    }

    #IMAGE841 {
        width: 507px;
        height: 507px;
        top: 29px;
        left: -55px
    }

    #IMAGE841>.ladi-image>.ladi-image-background {
        width: 507px;
        height: 507px;
        top: 0;
        left: 0;
        background-image: url("../images/eyelab_vn_001-202206290426292.png")
    }

    #IMAGE843 {
        width: 442.022px;
        height: 468.02px;
        top: 228.985px;
        left: -22.522px
    }

    #IMAGE843>.ladi-image>.ladi-image-background {
        width: 442.022px;
        height: 468.02px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-decor-03-1-202206290427022.png")
    }

    #BOX370 {
        width: 10px;
        height: 10px;
        top: 1556.49px;
        left: -88px
    }

    #BOX370>.ladi-box {
        background-color: #00a79e;
        border-radius: 162px
    }

    #GROUP844 {
        width: 644px;
        height: 213.368px;
        top: 906.934px;
        left: -224.5px
    }

    #IMAGE845 {
        width: 550px;
        height: 550px;
        top: -19px;
        left: -70px
    }

    #IMAGE845>.ladi-image>.ladi-image-background {
        width: 550px;
        height: 550px;
        top: 0;
        left: 0;
        background-image: url("../images/eyelab_vn_004-20220629042631.png")
    }

    #IMAGE846 {
        width: 226.65px;
        height: 226.806px;
        top: 686.77px;
        left: 206.727px
    }

    #IMAGE846>.ladi-image>.ladi-image-background {
        width: 226.65px;
        height: 226.806px;
        top: 0;
        left: 0;
        background-image: url("../images/ailen-decor-01-202206290426292.png")
    }
}

/*new*/

.js-animate {
    opacity: 0;
}

.animated {
    opacity: 1;
    z-index: 0!important;
}

.ladi-form button {
    position: relative;
    background: transparent;
}

button .ladi-button {
    position: absolute;
    top: 0;
}

.slick-disabled {
    display: none!important;
}

/*new*/

/*new*/

/*new*/