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

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

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ladi-loading {

    0%,
    100%,
    20%,
    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    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%;
    min-height: 100%;
    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;
    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;
    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 {
    transform: translateY(2px);
    transition: transform .2s linear
}

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
    touch-action: pan-y
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden;
    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: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

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

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

.ladi-gallery.ladi-gallery-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: rotateY(180deg) scale(.6);
    -webkit-transform: rotateY(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: rotateY(180deg) scale(.6);
    -webkit-transform: rotateY(180deg) scale(.6)
}

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

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
    left: calc(50% - (33px)/ 2)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(.6) rotate(270deg);
    -webkit-transform: scale(.6) rotate(270deg)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(.6) rotate(90deg);
    -webkit-transform: scale(.6) rotate(90deg)
}

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

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

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

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

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out
}

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

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

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

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

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

.ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

.ladi-table table {
    width: 100%
}

.ladi-table table td {
    vertical-align: middle
}

.ladi-table tbody td {
    word-break: break-word
}

.ladi-table table td img {
    cursor: pointer;
    width: 100%
}

.ladi-box {
    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;
    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 {
    transform: translateY(2px);
    transition: transform .2s linear
}

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

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

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

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

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

.ladi-collection.carousel {
    overflow: hidden
}

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

.ladi-collection .ladi-collection-content .ladi-collection-item {
    display: block;
    position: relative;
    float: left;
    overflow: hidden
}

.ladi-collection .ladi-collection-content .ladi-collection-item:before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.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: rotateY(180deg);
    -webkit-transform: rotateY(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-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial
}

.ladi-form>.ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>[data-quantity=true] .ladi-form-item-container {
    overflow: hidden
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

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

.ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: .35
}

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

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: .15
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute
}

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

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

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 10px 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: table;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-block;
    border: none;
    position: relative
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
    position: absolute;
    top: 4px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
    padding-left: 18px
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px
}

.ladi-form .ladi-button {
    cursor: pointer
}

.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important
}

.ladi-form .ladi-form-item.otp-resend .button-get-code {
    display: block
}

.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial
}

.ladi-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-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
    text-decoration: inherit
}

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

.ladi-cart .ladi-cart-row {
    position: relative;
    display: inline-table;
    width: 100%
}

.ladi-cart .ladi-cart-row:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dcdcdc
}

.ladi-cart .ladi-cart-no-product {
    text-align: center;
    font-size: 16px;
    vertical-align: middle
}

.ladi-cart .ladi-cart-image {
    width: 16%;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.ladi-cart .ladi-cart-image img {
    max-width: 100%
}

.ladi-cart .ladi-cart-title {
    vertical-align: middle;
    padding: 0 5px;
    word-break: break-all
}

.ladi-cart .ladi-cart-title .ladi-cart-title-name {
    display: block;
    margin-bottom: 5px;
    word-break: break-word
}

.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
    font-weight: 700;
    display: block;
    word-break: break-word
}

.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
    position: absolute;
    top: -3px;
    right: -5px;
    background: rgba(150, 149, 149, .9);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px
}

.ladi-cart .ladi-cart-quantity {
    width: 70px;
    vertical-align: middle;
    text-align: center
}

.ladi-cart .ladi-cart-quantity-content {
    display: -webkit-inline-flex;
    display: inline-flex
}

.ladi-cart .ladi-cart-quantity input {
    width: 24px;
    text-align: center;
    height: 22px;
    pointer-events: none;
    -moz-appearance: textfield;
    border-left: none;
    border-right: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0
}

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

.ladi-cart .ladi-cart-quantity .button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 21px;
    height: 22px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

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

.ladi-cart .ladi-cart-quantity .button span {
    font-size: 18px;
    position: relative;
    left: .5px
}

.ladi-cart .ladi-cart-quantity .button:first-child span {
    top: -1.2px
}

.ladi-cart .ladi-cart-price {
    width: 100px;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 5px
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word
}

.ladi-cart .ladi-cart-action {
    width: 28px;
    vertical-align: middle;
    text-align: center
}

.ladi-cart .ladi-cart-action .button {
    border: 1px solid #dcdcdc;
    display: table;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

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

.ladi-cart .ladi-cart-action .button span {
    font-size: 13px;
    position: relative;
    top: .5px;
    display: table-cell;
    vertical-align: middle
}

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

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

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

.ladi-button-group>.ladi-element {
    transition: inherit
}

.ladi-button-group>.ladi-element>.ladi-button {
    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;
    word-break: break-word;
    background-size: cover;
    background-position: center center
}

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

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

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

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

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

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

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

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

.ladi-line {
    position: relative
}

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

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
}

.is-2nd-click {
    cursor: pointer
}

.element-click-selected {
    cursor: pointer
}

.ladi-accordion-shape.is-2nd-click,
.ladi-button-shape.is-2nd-click {
    z-index: 1
}

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

.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: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%
}

.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-left: none;
    border-right: none;
    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 {
    display: table;
    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;
    display: table-cell;
    vertical-align: middle
}

.ladi-form-quantity .button:first-child span {
    top: -.5px
}

.ladi-form-quantity input {
    pointer-events: none
}

.ladi-form [data-variant=true] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important
}

.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer
}

.ladi-story-page-progress-bar-item:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ladi-story-page-progress-bar-item.active:before {
    background: #fff
}

.ladi-story-page-progress-bar-item span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width .3s linear;
    width: 0%
}

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

#SECTION_POPUP .popup-close,
.ladi-section .ladi-section-close,
.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

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

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

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

.ladi-html img {
    max-width: 100%
}

.ladi-html .ladi-headline p,
.ladi-html .ladi-paragraph p {
    margin: revert
}

@media (min-width:768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important
    }

    .ladi-fullwidth .ladi-gallery-view-item {
        transition-duration: 1.5s
    }
}

@media (max-width:767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch
    }

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

    .ladi-carousel .ladi-carousel-content {
        transition: left .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
        transition: transform .3s ease-in-out
    }

    .ladi-html img {
        height: auto !important
    }
}

.ladi-notify-transition {
    transition: top .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px
}

.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none
}

.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px
}

.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden
}

.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: .6;
    display: inline-block;
    top: -4px
}

.ladi-notify .ladi-notify-copyright svg {
    vertical-align: middle
}

.ladi-notify .ladi-notify-copyright svg:not(:root) {
    overflow: hidden
}

.ladi-notify .ladi-notify-copyright div {
    text-decoration: none;
    color: rgba(64, 64, 64, 1);
    display: inline
}

.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700
}

.builder-container .ladi-notify {
    transition: unset
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64, 64, 64, .6), 0 8px 50px rgba(64, 64, 64, .3);
    background-repeat: no-repeat;
    background-size: cover
}

.ladi-spin-lucky .ladi-spin-lucky-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 20%;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out
}

.ladi-spin-lucky .ladi-spin-lucky-start:hover {
    transform: scale(1.1)
}

.ladi-spin-lucky .ladi-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-spin-lucky .ladi-spin-lucky-label {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 42%;
    padding-left: 12%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}

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

@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION1 {
        height: 566.75px;
    }

    #SECTION1>.ladi-section-background {
        background: rgba(63, 167, 70, 1.0);
        background: -webkit-radial-gradient(circle, rgba(63, 167, 70, 1.0), rgba(0, 87, 2, 1.0));
        background: radial-gradient(circle, rgba(63, 167, 70, 1.0), rgba(0, 87, 2, 1.0));
    }

    #SECTION1 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE2 {
        width: 97.5px;
        height: 27px;
        top: 6.5px;
        left: 541.5px;
    }

    #IMAGE2>.ladi-image>.ladi-image-background {
        width: 97.5px;
        height: 27px;
        top: 0px;
        left: 0px;
        background-image: url("https://logo.kiotviet.vn/KiotViet-Logo-Horizontal.svg");
    }

    #HEADLINE3 {
        width: 508px;
        top: 100px;
        left: 142px;
    }

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

    #PARAGRAPH4 {
        width: 469px;
        top: 268.5px;
        left: 142px;
    }

    #PARAGRAPH4>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 1.4;
    }

    #IMAGE19 {
        width: 520.868px;
        height: 340.301px;
        top: 54.313px;
        left: 0px;
    }

    #IMAGE19>.ladi-image>.ladi-image-background {
        width: 520.868px;
        height: 340.301px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s850x650/596486701663abf2d493432e/thiet-bi-phan-cung-ban-hang-kiotviet-1-20211123080335-20220628052731.png");
    }

    #BUTTON24 {
        width: 266.475px;
        height: 51px;
        top: 387px;
        left: 142px;
    }

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

    #BUTTON24>.ladi-button {
        border-radius: 12px;
    }

    #BUTTON24.ladi-animation>.ladi-button {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 3.5s;
        -webkit-animation-delay: 3.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON24>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(251, 111, 57) !important;
    }

    #BUTTON_TEXT24 {
        width: 266px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT24>.ladi-headline {
        color: rgb(49, 152, 47);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON_TEXT24>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #SECTION31 {
        height: 226.75px;
    }

    #SECTION31 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #BUTTON32 {
        width: 229px;
        height: 35px;
        top: 96px;
        left: 221.75px;
    }

    #BUTTON32>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

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

    #BUTTON32>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON32>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT32 {
        width: 227px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT32>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BODY_BACKGROUND {
        height: 0px;
    }

    #BODY_BACKGROUND .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE48 {
        width: 435.606px;
        height: 409.405px;
        top: 0px;
        left: 25.9874px;
    }

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

    #BUTTON_TEXT49 {
        width: 215px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT49>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON49 {
        width: 217px;
        height: 35px;
        top: 96px;
        left: 470.75px;
    }

    #BUTTON49>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON49.ladi-animation>.ladi-button {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON49>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON49>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT51 {
        width: 270px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT51>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON51 {
        width: 272px;
        height: 35px;
        top: 96px;
        left: 706.25px;
    }

    #BUTTON51>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON51.ladi-animation>.ladi-button {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON51>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON51>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT53 {
        width: 210px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT53>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON53 {
        width: 212px;
        height: 35px;
        top: 153px;
        left: 257.75px;
    }

    #BUTTON53>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON53.ladi-animation>.ladi-button {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON53>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON53>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT55 {
        width: 214px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT55>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON55 {
        width: 216px;
        height: 35px;
        top: 153px;
        left: 488.25px;
    }

    #BUTTON55>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 14px;
    }

    #BUTTON55.ladi-animation>.ladi-button {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON55>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON55>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #SECTION59 {
        height: 1722.5px;
    }

    #SECTION59 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE61 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

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

    #SECTION63 {
        height: 777.5px;
    }

    #SECTION63 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #BUTTON66 {
        width: 199.5px;
        height: 40px;
        top: auto;
        left: 0px;
        right: auto;
        bottom: 0px;
        position: fixed;
        z-index: 90000050;
    }

    #BUTTON66>.ladi-button>.ladi-button-background {
        background: rgba(7, 70, 137, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(7, 70, 137, 1.0), rgba(24, 100, 180, 1.0));
        background: linear-gradient(180deg, rgba(7, 70, 137, 1.0), rgba(24, 100, 180, 1.0));
    }

    #BUTTON66>.ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 12px 12px 0px 0px;
    }

    #BUTTON_TEXT66 {
        width: 197px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT69 {
        width: 219px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT69>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON69 {
        width: 221px;
        height: 35px;
        top: 153px;
        left: 723.75px;
    }

    #BUTTON69>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON69.ladi-animation>.ladi-button {
        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;
    }

    #BUTTON69>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON69>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON73 {
        width: 199.509px;
        height: 40px;
        top: auto;
        left: auto;
        right: 0px;
        bottom: 0px;
        position: fixed;
        z-index: 90000050;
    }

    #BUTTON73>.ladi-button>.ladi-button-background {
        background: rgba(255, 70, 31, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 70, 31, 1.0), rgba(240, 123, 23, 1.0));
        background: linear-gradient(180deg, rgba(255, 70, 31, 1.0), rgba(240, 123, 23, 1.0));
    }

    #BUTTON73>.ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 12px 12px 0px 0px;
    }

    #BUTTON_TEXT73 {
        width: 197px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT73.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE81 {
        width: 299.446px;
        height: 299.446px;
        top: 177.56px;
        left: 48.83px;
    }

    #SHAPE81 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #HEADLINE84 {
        width: 449px;
        top: 208.659px;
        left: 613.236px;
    }

    #HEADLINE84>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
    }

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

    #BOX86 {
        width: 424.461px;
        height: 312.247px;
        top: 17.885px;
        left: 18.5397px;
    }

    #BOX86>.ladi-box {
        border-style: solid;
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 18px;
    }

    #BOX87 {
        width: 424.461px;
        height: 312.247px;
        top: 0px;
        left: 0px;
    }

    #BOX87>.ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s750x650/596486701663abf2d493432e/beautiful-smart-asian-young-entrepreneur-business-woman-owner-sme-checking-product-stock-20211116025400_compressed-20211125070212.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 18px;
    }

    #BOX89 {
        width: 424.461px;
        height: 312.247px;
        top: 18.944px;
        left: 0px;
    }

    #BOX89>.ladi-box {
        border-style: solid;
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 19px;
    }

    #BOX90 {
        width: 424.461px;
        height: 312.247px;
        top: 0px;
        left: 19.501px;
    }

    #BOX90>.ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s750x650/596486701663abf2d493432e/cua-hang-thoi-trang-20211116025415_compressed-20211125070321.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 19px;
    }

    #PARAGRAPH102 {
        width: 415px;
        top: 320.158px;
        left: 669px;
    }

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

    #SHAPE105 {
        width: 31.257px;
        height: 31.257px;
        top: 330.08px;
        left: 613.236px;
    }

    #SHAPE105 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE106 {
        width: 31.257px;
        height: 31.257px;
        top: 410.772px;
        left: 613.236px;
    }

    #SHAPE106 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE107 {
        width: 31.257px;
        height: 31.257px;
        top: 491.901px;
        left: 615.038px;
    }

    #SHAPE107 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #BOX109 {
        width: 138.435px;
        height: 131.257px;
        top: 90.56px;
        left: 192.838px;
    }

    #BOX109>.ladi-box {
        box-shadow: 9px 9px 21px -7px rgba(121, 121, 121, 1.0);
        -webkit-box-shadow: 9px 9px 21px -7px rgba(121, 121, 121, 1.0);
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }

    #IMAGE112 {
        width: 256px;
        height: 180px;
        top: 297.01px;
        left: 229.908px;
    }

    #IMAGE112>.ladi-image>.ladi-image-background {
        width: 268.8px;
        height: 181px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x500/596486701663abf2d493432e/may-in-kpos_compressed-1-20211125071942.png");
    }

    #HEADLINE124 {
        width: 960px;
        top: 30.409px;
        left: 120px;
    }

    #HEADLINE124>.ladi-headline {
        color: rgb(16, 154, 35);
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE126 {
        width: 448px;
        top: 671.659px;
        left: 137.237px;
    }

    #HEADLINE126>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
        line-height: 1.2;
    }

    #HEADLINE126.ladi-animation>.ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PARAGRAPH127 {
        width: 393px;
        top: 775.901px;
        left: 191.237px;
    }

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

    #SHAPE128 {
        width: 31.257px;
        height: 31.257px;
        top: 800.772px;
        left: 137.237px;
    }

    #SHAPE128 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE129 {
        width: 31.257px;
        height: 31.257px;
        top: 868.772px;
        left: 137.237px;
    }

    #SHAPE129 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE130 {
        width: 31.257px;
        height: 31.257px;
        top: 965.77px;
        left: 137.237px;
    }

    #SHAPE130 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #HEADLINE135 {
        width: 448px;
        top: 1141.38px;
        left: 611px;
    }

    #HEADLINE135>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
    }

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

    #PARAGRAPH136 {
        width: 394px;
        top: 1250.62px;
        left: 664.764px;
    }

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

    #SHAPE137 {
        width: 31.257px;
        height: 31.257px;
        top: 1261.8px;
        left: 611px;
    }

    #SHAPE137 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE138 {
        width: 31.257px;
        height: 31.257px;
        top: 1343.49px;
        left: 611px;
    }

    #SHAPE138 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE139 {
        width: 31.257px;
        height: 31.257px;
        top: 1424.62px;
        left: 611px;
    }

    #SHAPE139 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE141 {
        width: 31.257px;
        height: 31.257px;
        top: 1519.62px;
        left: 611px;
    }

    #SHAPE141 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #PARAGRAPH146 {
        width: 270px;
        top: 503.551px;
        left: 128.75px;
    }

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

    #PARAGRAPH146.ladi-animation>.ladi-paragraph {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PARAGRAPH149 {
        width: 264px;
        top: 255.191px;
        left: 128.75px;
    }

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

    #PARAGRAPH149.ladi-animation>.ladi-paragraph {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE151 {
        width: 59.5px;
        height: 59.5px;
        top: 0px;
        left: 0px;
    }

    #SHAPE151 svg:last-child {
        fill: rgb(251, 111, 57);
    }

    #HEADLINE152 {
        width: 48px;
        top: 5.75px;
        left: 6.25px;
    }

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

    #GROUP150 {
        width: 59.5px;
        height: 59.5px;
        top: 240.941px;
        left: 398.25px;
    }

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

    #PARAGRAPH154 {
        width: 260px;
        top: 255.192px;
        left: 812.25px;
    }

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

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

    #PARAGRAPH157 {
        width: 260px;
        top: 503.551px;
        left: 812.25px;
    }

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

    #PARAGRAPH157.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE159 {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
    }

    #SHAPE159 svg:last-child {
        fill: rgb(97, 116, 230);
    }

    #HEADLINE160 {
        width: 48px;
        top: 6px;
        left: 6.5px;
    }

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

    #GROUP158 {
        width: 60px;
        height: 60px;
        top: 240.941px;
        left: 740.75px;
    }

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

    #SHAPE162 {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
    }

    #SHAPE162 svg:last-child {
        fill: rgb(8, 94, 212);
    }

    #HEADLINE163 {
        width: 48px;
        top: 6px;
        left: 6.5px;
    }

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

    #GROUP161 {
        width: 60px;
        height: 60px;
        top: 489.551px;
        left: 398.25px;
    }

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

    #SHAPE165 {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
    }

    #SHAPE165 svg:last-child {
        fill: rgb(16, 184, 110);
    }

    #HEADLINE166 {
        width: 44px;
        top: 6px;
        left: 8px;
    }

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

    #GROUP164 {
        width: 60px;
        height: 60px;
        top: 489.546px;
        left: 740.75px;
    }

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

    #SECTION167 {
        height: 672.76px;
    }

    #SECTION167 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE178 {
        width: 422.419px;
        height: 358px;
        top: 0px;
        left: 1.021px;
    }

    #IMAGE178>.ladi-image>.ladi-image-background {
        width: 428.094px;
        height: 365.392px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x700/596486701663abf2d493432e/giao-van-20211013043723_compressed-1-20211125074535.png");
    }

    #BOX207 {
        width: 424.461px;
        height: 285.247px;
        top: 45.75px;
        left: 0px;
    }

    #BOX207>.ladi-box {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 3px;
        border-radius: 19px;
    }

    #PARAGRAPH211 {
        width: 395px;
        top: 257.121px;
        left: 665.764px;
    }

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

    #SHAPE212 {
        width: 31.257px;
        height: 31.257px;
        top: 281.3px;
        left: 612px;
    }

    #SHAPE212 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE213 {
        width: 31.257px;
        height: 31.257px;
        top: 376.992px;
        left: 612px;
    }

    #SHAPE213 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE214 {
        width: 31.257px;
        height: 31.257px;
        top: 474.121px;
        left: 612px;
    }

    #SHAPE214 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #PARAGRAPH216 {
        width: 393px;
        top: 255.62px;
        left: 195px;
    }

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

    #SHAPE217 {
        width: 31.257px;
        height: 31.257px;
        top: 280.49px;
        left: 141px;
    }

    #SHAPE217 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE218 {
        width: 31.257px;
        height: 31.257px;
        top: 375.992px;
        left: 141px;
    }

    #SHAPE218 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE219 {
        width: 31.257px;
        height: 31.257px;
        top: 472.49px;
        left: 141px;
    }

    #SHAPE219 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SECTION226 {
        height: 665.62px;
    }

    #SECTION226 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE228 {
        width: 960px;
        top: 65px;
        left: 0px;
    }

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

    #HEADLINE229 {
        width: 960px;
        top: 93.38px;
        left: 120px;
    }

    #HEADLINE229>.ladi-headline {
        font-family: "Quicksand", sans-serif;
        color: rgb(80, 80, 80);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

    #BOX231 {
        width: 2722px;
        height: 39px;
        top: -0.5px;
        left: -778px;
    }

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

    #BOX234 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #BOX234>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #SECTION248 {
        height: 787px;
    }

    #SECTION248 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE251 {
        width: 62px;
        height: 62px;
        top: 281.654px;
        left: 871.097px;
    }

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

    #SHAPE251 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #HEADLINE253 {
        width: 135px;
        top: 257.654px;
        left: 946.905px;
    }

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

    #HEADLINE253.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE254 {
        width: 135px;
        top: 505.654px;
        left: 48.903px;
    }

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

    #HEADLINE254.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE255 {
        width: 135px;
        top: 402.769px;
        left: 240.097px;
    }

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

    #HEADLINE255.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE256 {
        width: 80px;
        height: 80px;
        top: 210.125px;
        left: 303.098px;
    }

    #SHAPE256 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #HEADLINE257 {
        width: 209px;
        top: 271.654px;
        left: 126.903px;
    }

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

    #HEADLINE257.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE258 {
        width: 209px;
        top: 649.413px;
        left: 909.905px;
    }

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

    #HEADLINE258.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE259 {
        width: 58px;
        height: 58px;
        top: 462.654px;
        left: 355.098px;
    }

    #SHAPE259>.ladi-shape {
        transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
    }

    #SHAPE259 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #GROUP261 {
        width: 960px;
        height: 99px;
        top: 17.5px;
        left: 898px;
    }

    #GROUP262 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: -778px;
    }

    #BOX264 {
        width: 2722px;
        height: 157px;
        top: 0px;
        left: 0px;
    }

    #BOX264>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE266 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE267 {
        width: 960px;
        top: 65px;
        left: 0px;
    }

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

    #GROUP263 {
        width: 2722px;
        height: 157px;
        top: 0px;
        left: -778px;
    }

    #GROUP268 {
        width: 960px;
        height: 99px;
        top: 23.5px;
        left: 898px;
    }

    #GROUP269 {
        width: 2722px;
        height: 157px;
        top: 0px;
        left: 0px;
    }

    #BOX272 {
        width: 2722px;
        height: 156px;
        top: 0px;
        left: 0px;
    }

    #BOX272>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE274 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE275 {
        width: 960px;
        top: 65px;
        left: 0px;
    }

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

    #GROUP273 {
        width: 960px;
        height: 99px;
        top: 23.5px;
        left: 898px;
    }

    #GROUP271 {
        width: 2722px;
        height: 156px;
        top: 0px;
        left: 0px;
    }

    #GROUP270 {
        width: 2722px;
        height: 156px;
        top: 0px;
        left: -778px;
    }

    #BOX278 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #BOX278>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE280 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE281 {
        width: 960px;
        top: 65px;
        left: 0px;
    }

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

    #GROUP279 {
        width: 960px;
        height: 99px;
        top: 23.5px;
        left: 898px;
    }

    #GROUP277 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #GROUP276 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: -778px;
    }

    #BOX284 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #BOX284>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE286 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE287 {
        width: 960px;
        top: 65px;
        left: 0px;
    }

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

    #GROUP285 {
        width: 960px;
        height: 99px;
        top: 23.5px;
        left: 898px;
    }

    #GROUP283 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #GROUP282 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: -778px;
    }

    #SECTION288 {
        height: 649px;
    }

    #SECTION288 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE299 {
        width: 190.621px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE299>.ladi-image>.ladi-image-background {
        width: 190.621px;
        height: 52.1357px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-quan-ly-ban-hang-20210830040502_compressed-20211125080817.jpg");
    }

    #IMAGE300 {
        width: 192.707px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE300>.ladi-image>.ladi-image-background {
        width: 192.707px;
        height: 53.8043px;
        top: -0.799999px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-ban-hang-20210830040856_compressed-20211125080836.jpg");
    }

    #HEADLINE301 {
        width: 167px;
        top: 106.383px;
        left: 0px;
    }

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

    #HEADLINE302 {
        width: 183px;
        top: 202.383px;
        left: 0px;
    }

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

    #HEADLINE304 {
        width: 264px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE306 {
        width: 206.358px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE306>.ladi-image>.ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-menu-order-20210830041439_compressed-20211125081401.jpg");
    }

    #IMAGE307 {
        width: 206.358px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE307>.ladi-image>.ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-quan-ly-nha-hang-20210830041439_compressed-20211125081344.jpg");
    }

    #HEADLINE308 {
        width: 276px;
        top: 106.383px;
        left: 0px;
    }

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

    #HEADLINE309 {
        width: 216px;
        top: 202.383px;
        left: 0px;
    }

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

    #HEADLINE310 {
        width: 276px;
        top: 0px;
        left: 0px;
    }

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

    #BOX314 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #BOX314>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE316 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE317 {
        width: 960px;
        top: 65px;
        left: 0px;
    }

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

    #GROUP315 {
        width: 960px;
        height: 99px;
        top: 23.5px;
        left: 898px;
    }

    #GROUP313 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: 0px;
    }

    #GROUP312 {
        width: 2722px;
        height: 146px;
        top: 0px;
        left: -778px;
    }

    #IMAGE347 {
        width: 229.908px;
        height: 445.857px;
        top: 0px;
        left: 0px;
    }

    #IMAGE347>.ladi-image>.ladi-image-background {
        width: 229.908px;
        height: 445.857px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x750/596486701663abf2d493432e/giao-dien-kiotviet-20211125071154.png");
    }

    #IMAGE348 {
        width: 119px;
        height: 145px;
        top: 70.18px;
        left: 202.555px;
    }

    #IMAGE348>.ladi-image>.ladi-image-background {
        width: 119px;
        height: 145px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/ao-thun_compressed-1-20211125071351.png");
    }

    #IMAGE349 {
        width: 263.716px;
        height: 519.66px;
        top: 201.827px;
        left: 468.142px;
    }

    #IMAGE349>.ladi-image>.ladi-image-background {
        width: 263.716px;
        height: 521.527px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x850/596486701663abf2d493432e/livestream-20211116025445-1-20211125072757.png");
    }

    #IMAGE349.ladi-animation>.ladi-image {
        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;
    }

    #IMAGE225 {
        width: 423.839px;
        height: 339.18px;
        top: 0px;
        left: 0px;
    }

    #IMAGE225>.ladi-image>.ladi-image-background {
        width: 423.839px;
        height: 339.18px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x650/596486701663abf2d493432e/group-19-1-20211013023910_compressed-1-20211125074510.png");
    }

    #BOX353 {
        width: 424.461px;
        height: 285.247px;
        top: 51px;
        left: 18px;
    }

    #BOX353>.ladi-box {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 3px;
        border-radius: 19px;
    }

    #IMAGE354 {
        width: 693.809px;
        height: 453.288px;
        top: 220.125px;
        left: 253.096px;
    }

    #IMAGE354>.ladi-image>.ladi-image-background {
        width: 693.809px;
        height: 453.288px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1000x800/596486701663abf2d493432e/thiet-bi-phan-cung-ban-hang-kiotviet-1-20211123080335-20220628052731.png");
    }

    #IMAGE358 {
        width: 262.75px;
        height: 37.988px;
        top: 502.189px;
        left: 207.697px;
    }

    #IMAGE358>.ladi-image>.ladi-image-background {
        width: 262.75px;
        height: 37.988px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x350/596486701663abf2d493432e/app-play-store-20210830071239_compressed-1-20211125082114.png");
    }

    #IMAGE358.ladi-animation>.ladi-image {
        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;
    }

    #IMAGE359 {
        width: 222.23px;
        height: 430.965px;
        top: 175.348px;
        left: 713.722px;
    }

    #IMAGE359>.ladi-image>.ladi-image-background {
        width: 222.23px;
        height: 430.965px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x750/596486701663abf2d493432e/giao-dien-kiotviet-20211125071154.png");
    }

    #IMAGE359.ladi-animation>.ladi-image {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #LINE360 {
        height: 224px;
        top: 237.49px;
        left: 331.197px;
    }

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

    #LINE360.ladi-animation>.ladi-line {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

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

    #GROUP361 {
        width: 276px;
        height: 224.383px;
        top: 237.49px;
        left: 373.481px;
    }

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

    #GROUP362 {
        width: 264px;
        height: 224.383px;
        top: 237.49px;
        left: 66.197px;
    }

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

    #GROUP363 {
        width: 520.868px;
        height: 409.405px;
        top: 100px;
        left: 634px;
    }

    #GROUP364 {
        width: 443.001px;
        height: 330.132px;
        top: 241.192px;
        left: 142.236px;
    }

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

    #GROUP365 {
        width: 443.962px;
        height: 331.191px;
        top: 705.836px;
        left: 615.038px;
    }

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

    #GROUP366 {
        width: 485.908px;
        height: 477.01px;
        top: 0px;
        left: 0px;
    }

    #GROUP367 {
        width: 442.461px;
        height: 339.18px;
        top: 213.529px;
        left: 122px;
    }

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

    #GROUP368 {
        width: 424.461px;
        height: 358px;
        top: 215.75px;
        left: 633.802px;
    }

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

    #PARAGRAPH374 {
        width: 142px;
        top: 138.41px;
        left: 0px;
    }

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

    #IMAGE375 {
        width: 136.384px;
        height: 136.383px;
        top: 0px;
        left: 3.03975px;
    }

    #IMAGE375>.ladi-image>.ladi-image-background {
        width: 136.384px;
        height: 136.383px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kiotviet-app-qr-20211111035500.png");
    }

    #IMAGE375>.ladi-image {
        box-shadow: 0px 7px 15px -12px #000;
        -webkit-box-shadow: 0px 7px 15px -12px #000;
        border-radius: 16px;
    }

    #GROUP373 {
        width: 141.855px;
        height: 160.701px;
        top: 310.48px;
        left: 980.424px;
    }

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

    #IMAGE438 {
        width: 96.88px;
        height: 96.88px;
        top: 145px;
        left: 232px;
    }

    #IMAGE438>.ladi-image>.ladi-image-background {
        width: 96.88px;
        height: 96.88px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/pngtreebusiness-electronic-scan-barcode_6189978-2-1-20211125152357.png");
    }

    #GROUP439 {
        width: 485.908px;
        height: 477.01px;
        top: 1169.5px;
        left: 84px;
    }

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

    #PARAGRAPH441 {
        width: 469px;
        top: 459.5px;
        left: 142px;
    }

    #PARAGRAPH441>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-style: italic;
        line-height: 1.4;
    }

    #SECTION442 {
        height: 497.5px;
    }

    #SECTION442>.ladi-section-background {
        background-color: rgb(241, 255, 243);
    }

    #SECTION442 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE452 {
        width: 960px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE452>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE453 {
        width: 960px;
        top: 54px;
        left: 0px;
    }

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

    #GROUP451 {
        width: 960px;
        height: 82px;
        top: 23.5px;
        left: 120px;
    }

    #HEADLINE455 {
        width: 142px;
        top: 81.578px;
        left: 0px;
    }

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

    #SHAPE456 {
        width: 31.8805px;
        height: 69.5974px;
        top: 0px;
        left: 54.9369px;
    }

    #SHAPE456 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP454 {
        width: 142px;
        height: 108.578px;
        top: 153.609px;
        left: 202.188px;
    }

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

    #HEADLINE458 {
        width: 164px;
        top: 81.581px;
        left: 0px;
    }

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

    #SHAPE459 {
        width: 75.6024px;
        height: 75.6024px;
        top: 0px;
        left: 44.416px;
    }

    #SHAPE459 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP457 {
        width: 164px;
        height: 129.581px;
        top: 323.579px;
        left: 604.688px;
    }

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

    #HEADLINE461 {
        width: 164px;
        top: 81.94px;
        left: 0px;
    }

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

    #SHAPE462 {
        width: 67.4862px;
        height: 67.4862px;
        top: 0px;
        left: 48.474px;
    }

    #SHAPE462 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP460 {
        width: 164px;
        height: 126.94px;
        top: 157.247px;
        left: 388.813px;
    }

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

    #HEADLINE464 {
        width: 164px;
        top: 81.94px;
        left: 0px;
    }

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

    #SHAPE465 {
        width: 75.6024px;
        height: 75.6024px;
        top: 0px;
        left: 44.416px;
    }

    #SHAPE465 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP463 {
        width: 164px;
        height: 126.94px;
        top: 157.247px;
        left: 825.313px;
    }

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

    #HEADLINE467 {
        width: 142px;
        top: 89.115px;
        left: 0px;
    }

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

    #SHAPE468 {
        width: 75.6024px;
        height: 75.6024px;
        top: 0px;
        left: 33.076px;
    }

    #SHAPE468 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP466 {
        width: 142px;
        height: 115.115px;
        top: 147.072px;
        left: 615.688px;
    }

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

    #HEADLINE470 {
        width: 142px;
        top: 75.32px;
        left: 0px;
    }

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

    #SHAPE472 {
        width: 37.9172px;
        height: 61.8054px;
        top: 0px;
        left: 0px;
    }

    #SHAPE472 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #SHAPE473 {
        width: 40.6362px;
        height: 40.6362px;
        top: 21.1696px;
        left: 30.7569px;
    }

    #SHAPE473 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP471 {
        width: 71.3931px;
        height: 61.8058px;
        top: 0px;
        left: 36.3403px;
    }

    #GROUP469 {
        width: 142px;
        height: 101.32px;
        top: 323.579px;
        left: 202.188px;
    }

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

    #HEADLINE478 {
        width: 181px;
        top: 78.636px;
        left: 0px;
    }

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

    #SHAPE479 {
        width: 65.175px;
        height: 65.175px;
        top: 0px;
        left: 59.537px;
    }

    #SHAPE479 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP477 {
        width: 181px;
        height: 104.636px;
        top: 323.579px;
        left: 816.813px;
    }

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

    #SHAPE482 {
        width: 74px;
        height: 74px;
        top: 0px;
        left: 45px;
    }

    #SHAPE482 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #HEADLINE483 {
        width: 164px;
        top: 89.951px;
        left: 0px;
    }

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

    #GROUP484 {
        width: 164px;
        height: 134.951px;
        top: 315.209px;
        left: 388.813px;
    }

    #GROUP484.ladi-animation>.ladi-group {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PARAGRAPH485 {
        width: 427px;
        top: 558.378px;
        left: 137.461px;
    }

    #PARAGRAPH485>.ladi-paragraph {
        color: rgb(10, 138, 7);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH485.ladi-animation>.ladi-paragraph {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #IMAGE506 {
        width: 90px;
        height: 90px;
        top: 20.5px;
        left: 0px;
    }

    #IMAGE506>.ladi-image>.ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-1-20220324024149.png");
    }

    #HEADLINE508 {
        width: 187px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE508>.ladi-headline {
        color: rgb(156, 244, 167);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH509 {
        width: 187px;
        top: 80px;
        left: 0px;
    }

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

    #GROUP507 {
        width: 187px;
        height: 130px;
        top: 0px;
        left: 110px;
    }

    #GROUP505 {
        width: 297px;
        height: 130px;
        top: 46.25px;
        left: 66.36px;
    }

    #IMAGE511 {
        width: 90px;
        height: 90px;
        top: 20.5px;
        left: 0px;
    }

    #IMAGE511>.ladi-image>.ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-2-20220324024149.png");
    }

    #HEADLINE513 {
        width: 120px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE513>.ladi-headline {
        color: rgb(156, 244, 167);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH514 {
        width: 120px;
        top: 80px;
        left: 0px;
    }

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

    #GROUP512 {
        width: 120px;
        height: 130px;
        top: 0px;
        left: 110px;
    }

    #GROUP510 {
        width: 230px;
        height: 130px;
        top: 46.25px;
        left: 488.36px;
    }

    #IMAGE516 {
        width: 90px;
        height: 90px;
        top: 20.5px;
        left: 0px;
    }

    #IMAGE516>.ladi-image>.ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-3-20220324024149.png");
    }

    #HEADLINE518 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE518>.ladi-headline {
        color: rgb(156, 244, 167);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH519 {
        width: 150px;
        top: 80px;
        left: 0px;
    }

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

    #GROUP517 {
        width: 150px;
        height: 130px;
        top: 0px;
        left: 110px;
    }

    #GROUP515 {
        width: 260px;
        height: 130px;
        top: 46.25px;
        left: 873.639px;
    }

    #SECTION504 {
        height: 222.5px;
    }

    #SECTION504>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x222/596486701663abf2d493432e/kvs-section-02-20220528035405-20220601075758.jpg");
        background-position: center center;
        background-repeat: repeat;
    }

    #SECTION504 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE522 {
        width: 180px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE522>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE523 {
        width: 200px;
        top: 40px;
        left: 0px;
    }

    #HEADLINE523>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE524 {
        width: 180px;
        top: 80px;
        left: 0px;
    }

    #HEADLINE524>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE525 {
        width: 180px;
        top: 120px;
        left: 0px;
    }

    #HEADLINE525>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE526 {
        width: 180px;
        top: 160px;
        left: 0px;
    }

    #HEADLINE526>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE527 {
        width: 280px;
        top: 200px;
        left: 0px;
    }

    #HEADLINE527>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE528 {
        width: 280px;
        top: 240px;
        left: 0px;
    }

    #HEADLINE528>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP521 {
        width: 280px;
        height: 266px;
        top: 96.4px;
        left: 928px;
    }

    #HEADLINE530 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE530>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE531 {
        width: 180px;
        top: 300px;
        left: 0px;
    }

    #HEADLINE531>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE532 {
        width: 180px;
        top: 340px;
        left: 0px;
    }

    #HEADLINE532>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE533 {
        width: 180px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE533>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE534 {
        width: 180px;
        top: 100px;
        left: 0px;
    }

    #HEADLINE534>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE535 {
        width: 280px;
        top: 140px;
        left: 0px;
    }

    #HEADLINE535>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE536 {
        width: 200px;
        top: 180px;
        left: 0px;
    }

    #HEADLINE536>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE537 {
        width: 180px;
        top: 220px;
        left: 0px;
    }

    #HEADLINE537>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE538 {
        width: 180px;
        top: 260px;
        left: 0px;
    }

    #HEADLINE538>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP529 {
        width: 280px;
        height: 366px;
        top: 36.4px;
        left: 628px;
    }

    #HEADLINE540 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE540>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE541 {
        width: 180px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE541>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE542 {
        width: 180px;
        top: 100px;
        left: 0px;
    }

    #HEADLINE542>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE543 {
        width: 180px;
        top: 140px;
        left: 0px;
    }

    #HEADLINE543>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE544 {
        width: 180px;
        top: 180px;
        left: 0px;
    }

    #HEADLINE544>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE545 {
        width: 180px;
        top: 220px;
        left: 0px;
    }

    #HEADLINE545>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE546 {
        width: 180px;
        top: 260px;
        left: 0px;
    }

    #HEADLINE546>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP539 {
        width: 180px;
        height: 286px;
        top: 36.4px;
        left: 328px;
    }

    #HEADLINE548 {
        width: 280px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE548>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE549 {
        width: 280px;
        top: 30px;
        left: 0px;
    }

    #HEADLINE549>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 40px;
        line-height: 1.2;
    }

    #GROUP547 {
        width: 280px;
        height: 88px;
        top: 366.4px;
        left: 28px;
    }

    #HEADLINE551 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE551>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE552 {
        width: 180px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE552>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE553 {
        width: 180px;
        top: 100px;
        left: 0px;
    }

    #HEADLINE553>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE554 {
        width: 180px;
        top: 140px;
        left: 0px;
    }

    #HEADLINE554>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE555 {
        width: 180px;
        top: 180px;
        left: 0px;
    }

    #HEADLINE555>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE556 {
        width: 180px;
        top: 220px;
        left: 0px;
    }

    #HEADLINE556>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE557 {
        width: 210px;
        top: 260px;
        left: 0px;
    }

    #HEADLINE557>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP550 {
        width: 210px;
        height: 286px;
        top: 36.4px;
        left: 28px;
    }

    #HEADLINE559 {
        width: 280px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE559>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE560 {
        width: 280px;
        top: 30px;
        left: 0px;
    }

    #HEADLINE560>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 40px;
        line-height: 1.2;
    }

    #GROUP558 {
        width: 280px;
        height: 88px;
        top: 366.4px;
        left: 328px;
    }

    #LINE561 {
        width: 1180px;
        top: 466.4px;
        left: 130px;
    }

    #LINE561>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgba(157, 195, 245, 0.3);
        border-right: 1px solid rgba(157, 195, 245, 0.3);
        border-bottom: 1px solid rgba(157, 195, 245, 0.3);
        border-left: 0px !important;
    }

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

    #HEADLINE562 {
        width: 780px;
        top: 506.4px;
        left: 28px;
    }

    #HEADLINE562>.ladi-headline {
        color: rgb(235, 245, 253);
        font-size: 16px;
        line-height: 1.6;
    }

    #SECTION520 {
        height: 563.963px;
    }

    #SECTION520>.ladi-section-background {
        background: #1E3B70;
        background: -webkit-linear-gradient(180deg, #1E3B70, #29539B);
        background: linear-gradient(180deg, #1E3B70, #29539B);
    }

    #SECTION520 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #POPUP694 {
        width: 401px;
        height: 514px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

    #POPUP694>.ladi-popup>.ladi-overlay {
        border-radius: 20px;
    }

    #POPUP694>.ladi-popup>.ladi-popup-background {
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }

    #POPUP694>.ladi-popup {
        border-radius: 20px;
    }

    #POPUP694 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(15%2C%20152%2C%2028%2C%201)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #GROUP696 {
        width: 200.082px;
        height: 50.521px;
        top: 30.979px;
        left: 8.959px;
    }

    #BOX697 {
        width: 200.082px;
        height: 50.521px;
        top: 0px;
        left: 0px;
    }

    #BOX697>.ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }

    #GROUP698 {
        width: 170.3px;
        height: 38.1345px;
        top: 6.55502px;
        left: 15.5654px;
    }

    #COUNTDOWN699 {
        width: 169.813px;
        height: 24.906px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN699>.ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

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

    #HEADLINE704 {
        width: 35px;
        top: 19.1345px;
        left: 2.54958px;
    }

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

    #HEADLINE705 {
        width: 35px;
        top: 19.1345px;
        left: 46.7997px;
    }

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

    #HEADLINE706 {
        width: 35px;
        top: 19.1345px;
        left: 91.0489px;
    }

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

    #HEADLINE707 {
        width: 35px;
        top: 19.1345px;
        left: 135.3px;
    }

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

    #FORM710 {
        width: 350px;
        height: 215px;
        top: 142.75px;
        left: 0px;
    }

    #FORM710>.ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }

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

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

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

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

    #FORM710 .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%20rgb(19%2C%2019%2C%2019)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM710 .ladi-form-item-container,
    #FORM710 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }

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

    #FORM710 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

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

    #BUTTON711 {
        width: 255.982px;
        height: 43.1088px;
        top: 171.891px;
        left: 46.746px;
    }

    #BUTTON711>.ladi-button>.ladi-button-background {
        background-color: rgb(15, 152, 28);
    }

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

    #BUTTON_TEXT711 {
        width: 256px;
        top: 9.69948px;
        left: 0px;
    }

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

    #FORM_ITEM713 {
        width: 349.474px;
        height: 43.1088px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM715 {
        width: 170.963px;
        height: 43.1088px;
        top: 58.7306px;
        left: 0.38175px;
    }

    #IMAGE718 {
        width: 117px;
        height: 30px;
        top: 34px;
        left: 75.9995px;
    }

    #IMAGE718>.ladi-image>.ladi-image-background {
        width: 117px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE719 {
        width: 269px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE720 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
    }

    #IMAGE720>.ladi-image>.ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }

    #IMAGE720>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE721 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 106.402px;
    }

    #IMAGE721>.ladi-image>.ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }

    #IMAGE721>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE722 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 53.201px;
    }

    #IMAGE722>.ladi-image>.ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }

    #IMAGE722>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #HEADLINE723 {
        width: 218px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE723>.ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #FORM_ITEM724 {
        width: 171.021px;
        height: 43.1088px;
        top: 51.7306px;
        left: 178.724px;
    }

    #GROUP728 {
        width: 269px;
        height: 64px;
        top: 0px;
        left: 40.2455px;
    }

    #GROUP729 {
        width: 145.402px;
        height: 39px;
        top: 73.726px;
        left: 102.044px;
    }

    #GROUP730 {
        width: 218px;
        height: 81.5px;
        top: 376px;
        left: 65.745px;
    }

    #FORM_ITEM727 {
        width: 350px;
        height: 43.1088px;
        top: 116.461px;
        left: 0px;
    }

    #SECTION803 {
        height: 634px;
    }

    #SECTION803 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE819 {
        width: 62px;
        height: 62px;
        top: 631.654px;
        left: 871.097px;
    }

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

    #SHAPE819 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #BOX822 {
        width: 634px;
        height: 634px;
        top: 0px;
        left: 0px;
    }

    #BOX822>.ladi-box {
        background-color: rgb(15, 152, 28);
        border-radius: 0px;
    }

    #IMAGE823 {
        width: 634.33px;
        height: 634px;
        top: 0px;
        left: 0px;
    }

    #IMAGE823>.ladi-image>.ladi-image-background {
        width: 634.33px;
        height: 634px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x950/596486701663abf2d493432e/tang-goi-ban-hang-01-1-20221101080910-i2675.png");
    }

    #GROUP832 {
        width: 350px;
        height: 457.5px;
        top: 20.75px;
        left: 25.755px;
    }

    #IMAGE835 {
        width: 139.249px;
        height: 35.7049px;
        top: 40.4656px;
        left: 90.4518px;
    }

    #IMAGE835>.ladi-image>.ladi-image-background {
        width: 139.249px;
        height: 35.7049px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE836 {
        width: 320px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP834 {
        width: 320.154px;
        height: 76.1705px;
        top: 0px;
        left: 47.8987px;
    }

    #IMAGE838 {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
    }

    #IMAGE838>.ladi-image>.ladi-image-background {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }

    #IMAGE838>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE839 {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 126.636px;
    }

    #IMAGE839>.ladi-image>.ladi-image-background {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }

    #IMAGE839>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE840 {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 63.3178px;
    }

    #IMAGE840>.ladi-image>.ladi-image-background {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }

    #IMAGE840>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #GROUP837 {
        width: 173.052px;
        height: 46.4164px;
        top: 87.746px;
        left: 121.449px;
    }

    #HEADLINE842 {
        width: 259px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE842>.ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX844 {
        width: 238.131px;
        height: 60.1283px;
        top: 0px;
        left: 0px;
    }

    #BOX844>.ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }

    #COUNTDOWN846 {
        width: 202.105px;
        height: 29.6422px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN846>.ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

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

    #HEADLINE851 {
        width: 42px;
        top: 22.7732px;
        left: 3.03442px;
    }

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

    #HEADLINE852 {
        width: 42px;
        top: 22.7732px;
        left: 55.6993px;
    }

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

    #HEADLINE853 {
        width: 42px;
        top: 22.7732px;
        left: 108.363px;
    }

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

    #HEADLINE854 {
        width: 42px;
        top: 22.7732px;
        left: 161.029px;
    }

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

    #GROUP845 {
        width: 202.685px;
        height: 45.3863px;
        top: 7.80155px;
        left: 18.5254px;
    }

    #GROUP843 {
        width: 238.131px;
        height: 60.1283px;
        top: 36.8701px;
        left: 10.6627px;
    }

    #GROUP841 {
        width: 259.456px;
        height: 96.9984px;
        top: 447.502px;
        left: 78.2473px;
    }

    #BUTTON_TEXT856 {
        width: 305px;
        top: 11.544px;
        left: 0px;
    }

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

    #BUTTON856 {
        width: 304.66px;
        height: 51.3065px;
        top: 204.578px;
        left: 55.6354px;
    }

    #BUTTON856>.ladi-button>.ladi-button-background {
        background-color: rgb(15, 152, 28);
    }

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

    #FORM_ITEM858 {
        width: 415.931px;
        height: 51.3065px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM859 {
        width: 203.474px;
        height: 51.3065px;
        top: 69.899px;
        left: 0.454345px;
    }

    #FORM_ITEM860 {
        width: 203.543px;
        height: 51.3065px;
        top: 61.5679px;
        left: 212.711px;
    }

    #FORM_ITEM861 {
        width: 416.557px;
        height: 51.3065px;
        top: 138.608px;
        left: 0px;
    }

    #FORM855 {
        width: 416.557px;
        height: 255.885px;
        top: 169.896px;
        left: 0px;
    }

    #FORM855>.ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }

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

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

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

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

    #FORM855 .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%20rgb(19%2C%2019%2C%2019)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM855 .ladi-form-item-container,
    #FORM855 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }

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

    #FORM855 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

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

    #GROUP833 {
        width: 416.557px;
        height: 544.5px;
        top: 44.75px;
        left: 713.722px;
    }

    #BOX863 {
        width: 634px;
        height: 634px;
        top: 0px;
        left: 0px;
    }

    #BOX863>.ladi-box {
        background-color: rgb(15, 152, 28);
        border-radius: 0px;
    }

    #IMAGE864 {
        width: 634.33px;
        height: 634px;
        top: 0px;
        left: 0px;
    }

    #IMAGE864>.ladi-image>.ladi-image-background {
        width: 634.33px;
        height: 634px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s950x950/596486701663abf2d493432e/tang-goi-ban-hang-01-1-20221101080910-i2675.png");
    }

    #IMAGE867 {
        width: 139.249px;
        height: 35.7049px;
        top: 40.4656px;
        left: 90.4518px;
    }

    #IMAGE867>.ladi-image>.ladi-image-background {
        width: 139.249px;
        height: 35.7049px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE868 {
        width: 320px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP866 {
        width: 320.154px;
        height: 76.1705px;
        top: 0px;
        left: 47.8987px;
    }

    #IMAGE870 {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
    }

    #IMAGE870>.ladi-image>.ladi-image-background {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }

    #IMAGE870>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE871 {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 126.636px;
    }

    #IMAGE871>.ladi-image>.ladi-image-background {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }

    #IMAGE871>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE872 {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 63.3178px;
    }

    #IMAGE872>.ladi-image>.ladi-image-background {
        width: 46.4163px;
        height: 46.4164px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }

    #IMAGE872>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #GROUP869 {
        width: 173.052px;
        height: 46.4164px;
        top: 87.746px;
        left: 121.449px;
    }

    #HEADLINE874 {
        width: 259px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE874>.ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX876 {
        width: 238.131px;
        height: 60.1283px;
        top: 0px;
        left: 0px;
    }

    #BOX876>.ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }

    #COUNTDOWN878 {
        width: 202.105px;
        height: 29.6422px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN878>.ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

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

    #HEADLINE883 {
        width: 42px;
        top: 22.7732px;
        left: 3.03442px;
    }

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

    #HEADLINE884 {
        width: 42px;
        top: 22.7732px;
        left: 55.6993px;
    }

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

    #HEADLINE885 {
        width: 42px;
        top: 22.7732px;
        left: 108.363px;
    }

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

    #HEADLINE886 {
        width: 42px;
        top: 22.7732px;
        left: 161.029px;
    }

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

    #GROUP877 {
        width: 202.685px;
        height: 45.3863px;
        top: 7.80155px;
        left: 18.5254px;
    }

    #GROUP875 {
        width: 238.131px;
        height: 60.1283px;
        top: 36.8701px;
        left: 10.6627px;
    }

    #GROUP873 {
        width: 259.456px;
        height: 96.9984px;
        top: 447.502px;
        left: 78.2473px;
    }

    #BUTTON_TEXT888 {
        width: 305px;
        top: 11.544px;
        left: 0px;
    }

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

    #BUTTON888 {
        width: 304.66px;
        height: 51.3065px;
        top: 204.578px;
        left: 55.6354px;
    }

    #BUTTON888>.ladi-button>.ladi-button-background {
        background-color: rgb(15, 152, 28);
    }

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

    #FORM_ITEM890 {
        width: 415.931px;
        height: 51.3065px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM891 {
        width: 203.474px;
        height: 51.3065px;
        top: 69.899px;
        left: 0.454345px;
    }

    #FORM_ITEM892 {
        width: 203.543px;
        height: 51.3065px;
        top: 61.5679px;
        left: 212.711px;
    }

    #FORM_ITEM893 {
        width: 416.557px;
        height: 51.3065px;
        top: 138.608px;
        left: 0px;
    }

    #FORM887 {
        width: 416.557px;
        height: 255.885px;
        top: 169.896px;
        left: 0px;
    }

    #FORM887>.ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }

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

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

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

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

    #FORM887 .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%20rgb(19%2C%2019%2C%2019)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM887 .ladi-form-item-container,
    #FORM887 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }

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

    #FORM887 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

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

    #GROUP865 {
        width: 416.557px;
        height: 544.5px;
        top: 44.75px;
        left: 713.722px;
    }

    #SECTION862 {
        height: 634px;
    }

    #SECTION862 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE260 {
        width: 31.257px;
        height: 31.257px;
        top: 1615.25px;
        left: 611px;
    }

    #SHAPE260 svg:last-child {
        fill: rgb(19, 109, 202);
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SECTION1 {
        height: 741.231px;
    }

    #SECTION1>.ladi-section-background {
        background: rgba(63, 167, 70, 1.0);
        background: -webkit-radial-gradient(circle, rgba(63, 167, 70, 1.0), rgba(0, 87, 2, 1.0));
        background: radial-gradient(circle, rgba(63, 167, 70, 1.0), rgba(0, 87, 2, 1.0));
    }

    #SECTION1 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE2 {
        width: 97.5px;
        height: 25px;
        top: 6.36555px;
        left: 161.25px;
    }

    #IMAGE2>.ladi-image>.ladi-image-background {
        width: 97.5px;
        height: 25px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE3 {
        width: 395px;
        top: 57.7311px;
        left: 12.5px;
    }

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

    #PARAGRAPH4 {
        width: 395px;
        top: 503.943px;
        left: 10px;
    }

    #PARAGRAPH4>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.4;
    }

    #IMAGE19 {
        width: 372.194px;
        height: 253.62px;
        top: 40.4784px;
        left: 0px;
    }

    #IMAGE19>.ladi-image>.ladi-image-background {
        width: 388.194px;
        height: 253.62px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x600/596486701663abf2d493432e/thiet-bi-phan-cung-ban-hang-kiotviet-1-20211123080335-20220628052731.png");
    }

    #BUTTON24 {
        width: 209px;
        height: 40px;
        top: 633.231px;
        left: 105.5px;
    }

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

    #BUTTON24>.ladi-button {
        border-radius: 12px;
    }

    #BUTTON24.ladi-animation>.ladi-button {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 3.5s;
        -webkit-animation-delay: 3.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON24>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(251, 111, 57) !important;
    }

    #BUTTON_TEXT24 {
        width: 209px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT24>.ladi-headline {
        color: rgb(49, 152, 47);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON_TEXT24>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #SECTION31 {
        height: 288px;
    }

    #SECTION31 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #BUTTON32 {
        width: 203px;
        height: 35px;
        top: 82px;
        left: 10px;
    }

    #BUTTON32>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

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

    #BUTTON32>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON32>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT32 {
        width: 201px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT32>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BODY_BACKGROUND {
        height: 0px;
    }

    #BODY_BACKGROUND .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE48 {
        width: 311.269px;
        height: 305.122px;
        top: 0px;
        left: 18.5696px;
    }

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

    #BUTTON_TEXT49 {
        width: 186px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT49>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON49 {
        width: 187.5px;
        height: 35px;
        top: 82px;
        left: 222.5px;
    }

    #BUTTON49>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON49.ladi-animation>.ladi-button {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON49>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON49>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT51 {
        width: 235px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT51>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON51 {
        width: 237px;
        height: 35px;
        top: 130px;
        left: 91.5px;
    }

    #BUTTON51>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON51.ladi-animation>.ladi-button {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON51>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON51>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT53 {
        width: 182px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT53>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON53 {
        width: 184px;
        height: 35px;
        top: 178px;
        left: 19.5px;
    }

    #BUTTON53>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON53.ladi-animation>.ladi-button {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON53>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON53>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON_TEXT55 {
        width: 191px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT55>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON55 {
        width: 193px;
        height: 35px;
        top: 178px;
        left: 213px;
    }

    #BUTTON55>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 14px;
    }

    #BUTTON55.ladi-animation>.ladi-button {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON55>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON55>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #SECTION59 {
        height: 2211.26px;
    }

    #SECTION59 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE61 {
        width: 395px;
        top: 0px;
        left: 0px;
    }

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

    #SECTION63 {
        height: 1465.17px;
    }

    #SECTION63 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #BUTTON66 {
        width: 199.5px;
        height: 40px;
        top: auto;
        left: 0px;
        right: auto;
        bottom: 0px;
        position: fixed;
        z-index: 90000050;
    }

    #BUTTON66>.ladi-button>.ladi-button-background {
        background: rgba(7, 70, 137, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(7, 70, 137, 1.0), rgba(24, 100, 180, 1.0));
        background: linear-gradient(180deg, rgba(7, 70, 137, 1.0), rgba(24, 100, 180, 1.0));
    }

    #BUTTON66>.ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 12px 12px 0px 0px;
    }

    #BUTTON_TEXT66 {
        width: 198px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT69 {
        width: 192px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT69>.ladi-headline:hover {
        color: rgb(255, 255, 255);
    }

    #BUTTON69 {
        width: 194px;
        height: 35px;
        top: 226px;
        left: 113px;
    }

    #BUTTON69>.ladi-button {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 1px;
        border-radius: 13px;
    }

    #BUTTON69.ladi-animation>.ladi-button {
        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;
    }

    #BUTTON69>.ladi-button:hover {
        border-color: rgb(15, 152, 28);
    }

    #BUTTON69>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(15, 152, 28) !important;
    }

    #BUTTON73 {
        width: 199.509px;
        height: 40px;
        top: auto;
        left: auto;
        right: 0px;
        bottom: 0px;
        position: fixed;
        z-index: 90000050;
    }

    #BUTTON73>.ladi-button>.ladi-button-background {
        background: rgba(255, 70, 31, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 70, 31, 1.0), rgba(240, 123, 23, 1.0));
        background: linear-gradient(180deg, rgba(255, 70, 31, 1.0), rgba(240, 123, 23, 1.0));
    }

    #BUTTON73>.ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 12px 12px 0px 0px;
    }

    #BUTTON_TEXT73 {
        width: 198px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON_TEXT73.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #SHAPE81 {
        width: 203.73px;
        height: 203.73px;
        top: 120.804px;
        left: 33.2218px;
    }

    #SHAPE81 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #HEADLINE84 {
        width: 395px;
        top: 109px;
        left: 12.5px;
    }

    #HEADLINE84>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

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

    #BOX86 {
        width: 330.3px;
        height: 242.979px;
        top: 13.9174px;
        left: 14.4269px;
    }

    #BOX86>.ladi-box {
        border-style: solid;
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 18px;
    }

    #BOX87 {
        width: 330.3px;
        height: 242.979px;
        top: 0px;
        left: 0px;
    }

    #BOX87>.ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s650x550/596486701663abf2d493432e/beautiful-smart-asian-young-entrepreneur-business-woman-owner-sme-checking-product-stock-20211116025400_compressed-20211125070212.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 18px;
    }

    #BOX89 {
        width: 329.585px;
        height: 242.453px;
        top: 14.7097px;
        left: 0px;
    }

    #BOX89>.ladi-box {
        border-style: solid;
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 19px;
    }

    #BOX90 {
        width: 329.585px;
        height: 242.453px;
        top: 0px;
        left: 15.1421px;
    }

    #BOX90>.ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s650x550/596486701663abf2d493432e/cua-hang-thoi-trang-20211116025415_compressed-20211125070321.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 19px;
    }

    #PARAGRAPH102 {
        width: 326px;
        top: 472.257px;
        left: 68.75px;
    }

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

    #SHAPE105 {
        width: 31.257px;
        height: 31.257px;
        top: 481.257px;
        left: 25.25px;
    }

    #SHAPE105 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE106 {
        width: 31.257px;
        height: 31.257px;
        top: 571.514px;
        left: 25.25px;
    }

    #SHAPE106 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE107 {
        width: 31.257px;
        height: 31.257px;
        top: 673.771px;
        left: 25.25px;
    }

    #SHAPE107 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #BOX109 {
        width: 94.1852px;
        height: 89.3016px;
        top: 61.6131px;
        left: 131.199px;
    }

    #BOX109>.ladi-box {
        box-shadow: 9px 9px 21px -7px rgba(121, 121, 121, 1.0);
        -webkit-box-shadow: 9px 9px 21px -7px rgba(121, 121, 121, 1.0);
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }

    #IMAGE112 {
        width: 174.171px;
        height: 122.465px;
        top: 202.072px;
        left: 156.42px;
    }

    #IMAGE112>.ladi-image>.ladi-image-background {
        width: 182.879px;
        height: 123.145px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/may-in-kpos_compressed-1-20211125071942.png");
    }

    #HEADLINE124 {
        width: 395px;
        top: 30px;
        left: 12.5px;
    }

    #HEADLINE124>.ladi-headline {
        color: rgb(16, 154, 35);
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE126 {
        width: 395px;
        top: 763.03px;
        left: 12.5px;
    }

    #HEADLINE126>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE126.ladi-animation>.ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PARAGRAPH127 {
        width: 339px;
        top: 1096.22px;
        left: 56px;
    }

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

    #SHAPE128 {
        width: 31.257px;
        height: 31.257px;
        top: 1106.22px;
        left: 12.5px;
    }

    #SHAPE128 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE129 {
        width: 31.257px;
        height: 31.257px;
        top: 1182.48px;
        left: 12.5px;
    }

    #SHAPE129 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE130 {
        width: 31.257px;
        height: 31.257px;
        top: 1274.73px;
        left: 12.5px;
    }

    #SHAPE130 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #HEADLINE135 {
        width: 395px;
        top: 1369.25px;
        left: 12.5px;
    }

    #HEADLINE135>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

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

    #PARAGRAPH136 {
        width: 346px;
        top: 1803.26px;
        left: 56px;
    }

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

    #SHAPE137 {
        width: 31.257px;
        height: 31.257px;
        top: 1811.26px;
        left: 11px;
    }

    #SHAPE137 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE138 {
        width: 31.257px;
        height: 31.257px;
        top: 1890.51px;
        left: 11px;
    }

    #SHAPE138 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE139 {
        width: 31.257px;
        height: 31.257px;
        top: 1967.77px;
        left: 11px;
    }

    #SHAPE139 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #SHAPE141 {
        width: 31.257px;
        height: 31.257px;
        top: 2056.03px;
        left: 11px;
    }

    #SHAPE141 svg:last-child {
        fill: rgb(19, 109, 202);
    }

    #PARAGRAPH146 {
        width: 395px;
        top: 1067.17px;
        left: 5.9995px;
    }

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

    #PARAGRAPH146.ladi-animation>.ladi-paragraph {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PARAGRAPH149 {
        width: 395px;
        top: 182.175px;
        left: 12.5px;
    }

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

    #PARAGRAPH149.ladi-animation>.ladi-paragraph {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE151 {
        width: 59.5px;
        height: 59.5px;
        top: 0px;
        left: 0px;
    }

    #SHAPE151 svg:last-child {
        fill: rgb(251, 111, 57);
    }

    #HEADLINE152 {
        width: 48px;
        top: 5.75px;
        left: 6.25px;
    }

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

    #GROUP150 {
        width: 59.5px;
        height: 59.5px;
        top: 112px;
        left: 180.25px;
    }

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

    #PARAGRAPH154 {
        width: 395px;
        top: 410.17px;
        left: 15px;
    }

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

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

    #PARAGRAPH157 {
        width: 395px;
        top: 1296.17px;
        left: 5.9995px;
    }

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

    #PARAGRAPH157.ladi-animation>.ladi-paragraph {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE159 {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
    }

    #SHAPE159 svg:last-child {
        fill: rgb(97, 116, 230);
    }

    #HEADLINE160 {
        width: 48px;
        top: 6px;
        left: 6.5px;
    }

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

    #GROUP158 {
        width: 60px;
        height: 60px;
        top: 337.17px;
        left: 182.5px;
    }

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

    #SHAPE162 {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
    }

    #SHAPE162 svg:last-child {
        fill: rgb(8, 94, 212);
    }

    #HEADLINE163 {
        width: 48px;
        top: 6px;
        left: 6.5px;
    }

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

    #GROUP161 {
        width: 60px;
        height: 60px;
        top: 993.17px;
        left: 173.5px;
    }

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

    #SHAPE165 {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 0px;
    }

    #SHAPE165 svg:last-child {
        fill: rgb(16, 184, 110);
    }

    #HEADLINE166 {
        width: 44px;
        top: 6px;
        left: 8px;
    }

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

    #GROUP164 {
        width: 60px;
        height: 60px;
        top: 1222.17px;
        left: 173.5px;
    }

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

    #SECTION167 {
        height: 812.18px;
    }

    #SECTION167 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE178 {
        width: 357.022px;
        height: 302.576px;
        top: 0px;
        left: 0.86293px;
    }

    #IMAGE178>.ladi-image>.ladi-image-background {
        width: 361.819px;
        height: 308.823px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x650/596486701663abf2d493432e/giao-van-20211013043723_compressed-1-20211125074535.png");
    }

    #BOX207 {
        width: 358.747px;
        height: 241.086px;
        top: 38.6671px;
        left: 0px;
    }

    #BOX207>.ladi-box {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 3px;
        border-radius: 19px;
    }

    #PARAGRAPH211 {
        width: 352px;
        top: 514.437px;
        left: 51.042px;
    }

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

    #SHAPE212 {
        width: 31.257px;
        height: 31.257px;
        top: 538.616px;
        left: 10px;
    }

    #SHAPE212 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE213 {
        width: 31.257px;
        height: 31.257px;
        top: 628.308px;
        left: 10px;
    }

    #SHAPE213 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE214 {
        width: 31.257px;
        height: 31.257px;
        top: 718.437px;
        left: 10px;
    }

    #SHAPE214 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #PARAGRAPH216 {
        width: 352px;
        top: 461px;
        left: 51.042px;
    }

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

    #SHAPE217 {
        width: 31.257px;
        height: 31.257px;
        top: 492.115px;
        left: 10.0005px;
    }

    #SHAPE217 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE218 {
        width: 31.257px;
        height: 31.257px;
        top: 600.372px;
        left: 10.0005px;
    }

    #SHAPE218 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SHAPE219 {
        width: 31.257px;
        height: 31.257px;
        top: 689.629px;
        left: 10.0005px;
    }

    #SHAPE219 svg:last-child {
        fill: rgb(15, 152, 28);
    }

    #SECTION226 {
        height: 781.771px;
    }

    #SECTION226 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE228 {
        width: 395px;
        top: 32px;
        left: 0px;
    }

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

    #HEADLINE229 {
        width: 400px;
        top: 137px;
        left: 10px;
    }

    #HEADLINE229>.ladi-headline {
        font-family: "Quicksand", sans-serif;
        color: rgb(80, 80, 80);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

    #BOX231 {
        width: 420px;
        height: 37.7311px;
        top: 0px;
        left: 0px;
    }

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

    #BOX234 {
        width: 420px;
        height: 87.5px;
        top: 0px;
        left: 0px;
    }

    #BOX234>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #SECTION248 {
        height: 494.333px;
    }

    #SECTION248 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE251 {
        width: 39px;
        height: 39px;
        top: 156.002px;
        left: 329px;
    }

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

    #SHAPE251 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #HEADLINE253 {
        width: 91px;
        top: 118.002px;
        left: 329px;
    }

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

    #HEADLINE253.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE254 {
        width: 75px;
        top: 410.335px;
        left: 27px;
    }

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

    #HEADLINE254.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE255 {
        width: 97px;
        top: 253.669px;
        left: 2px;
    }

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

    #HEADLINE255.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE256 {
        width: 39px;
        height: 39px;
        top: 110.002px;
        left: 74px;
    }

    #SHAPE256 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #HEADLINE257 {
        width: 101px;
        top: 139.002px;
        left: 0px;
    }

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

    #HEADLINE257.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #HEADLINE258 {
        width: 113px;
        top: 410.335px;
        left: 267px;
    }

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

    #HEADLINE258.ladi-animation>.ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #SHAPE259 {
        width: 39px;
        height: 39px;
        top: 285.002px;
        left: 74px;
    }

    #SHAPE259>.ladi-shape {
        transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
    }

    #SHAPE259 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #GROUP261 {
        width: 395px;
        height: 75px;
        top: 12.5px;
        left: 12.5px;
    }

    #GROUP262 {
        width: 420px;
        height: 87.5px;
        top: 0px;
        left: 0px;
    }

    #BOX264 {
        width: 420px;
        height: 91.5px;
        top: 0px;
        left: 0px;
    }

    #BOX264>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE266 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE267 {
        width: 420px;
        top: 32px;
        left: 0px;
    }

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

    #GROUP263 {
        width: 420px;
        height: 91.5px;
        top: 0px;
        left: 0px;
    }

    #GROUP268 {
        width: 420px;
        height: 54px;
        top: 17.5px;
        left: 0px;
    }

    #GROUP269 {
        width: 420px;
        height: 91.5px;
        top: 0px;
        left: 0px;
    }

    #BOX272 {
        width: 420px;
        height: 106px;
        top: 0px;
        left: 0px;
    }

    #BOX272>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE274 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE275 {
        width: 420px;
        top: 32.5px;
        left: 0px;
    }

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

    #GROUP273 {
        width: 420px;
        height: 54.5px;
        top: 23.5px;
        left: 0px;
    }

    #GROUP271 {
        width: 420px;
        height: 106px;
        top: 0px;
        left: 0px;
    }

    #GROUP270 {
        width: 420px;
        height: 106px;
        top: -19px;
        left: 0px;
    }

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

    #BOX278>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE280 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE281 {
        width: 420px;
        top: 32px;
        left: 0px;
    }

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

    #GROUP279 {
        width: 420px;
        height: 54px;
        top: 23.5px;
        left: 0px;
    }

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

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

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

    #BOX284>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE286 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE287 {
        width: 420px;
        top: 32px;
        left: 0px;
    }

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

    #GROUP285 {
        width: 420px;
        height: 54px;
        top: 23.5px;
        left: 0px;
    }

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

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

    #SECTION288 {
        height: 1052.35px;
    }

    #SECTION288 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #IMAGE299 {
        width: 179.79px;
        height: 49.0455px;
        top: 45.634px;
        left: 0px;
    }

    #IMAGE299>.ladi-image>.ladi-image-background {
        width: 179.79px;
        height: 49.1735px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x350/596486701663abf2d493432e/kiotviet-quan-ly-ban-hang-20210830040502_compressed-20211125080817.jpg");
    }

    #IMAGE300 {
        width: 181.758px;
        height: 49.0455px;
        top: 136.179px;
        left: 0px;
    }

    #IMAGE300>.ladi-image>.ladi-image-background {
        width: 181.758px;
        height: 50.7473px;
        top: -0.754545px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-ban-hang-20210830040856_compressed-20211125080836.jpg");
    }

    #HEADLINE301 {
        width: 158px;
        top: 100.339px;
        left: 0px;
    }

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

    #HEADLINE302 {
        width: 173px;
        top: 190.884px;
        left: 0px;
    }

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

    #HEADLINE304 {
        width: 249px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE306 {
        width: 206.358px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE306>.ladi-image>.ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-menu-order-20210830041439_compressed-20211125081401.jpg");
    }

    #IMAGE307 {
        width: 206.358px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE307>.ladi-image>.ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-quan-ly-nha-hang-20210830041439_compressed-20211125081344.jpg");
    }

    #HEADLINE308 {
        width: 276px;
        top: 106.383px;
        left: 0px;
    }

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

    #HEADLINE309 {
        width: 216px;
        top: 202.383px;
        left: 0px;
    }

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

    #HEADLINE310 {
        width: 276px;
        top: 0px;
        left: 0px;
    }

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

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

    #BOX314>.ladi-box {
        background-color: rgb(16, 154, 35);
    }

    #HEADLINE316 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE317 {
        width: 420px;
        top: 32px;
        left: 0px;
    }

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

    #GROUP315 {
        width: 420px;
        height: 54px;
        top: 23.5px;
        left: 0px;
    }

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

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

    #IMAGE347 {
        width: 156.42px;
        height: 303.342px;
        top: 0px;
        left: 0px;
    }

    #IMAGE347>.ladi-image>.ladi-image-background {
        width: 156.42px;
        height: 303.342px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x650/596486701663abf2d493432e/giao-dien-kiotviet-20211125071154.png");
    }

    #IMAGE348 {
        width: 80.9625px;
        height: 98.6521px;
        top: 47.7474px;
        left: 137.81px;
    }

    #IMAGE348>.ladi-image>.ladi-image-background {
        width: 80.9625px;
        height: 98.6521px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/ao-thun_compressed-1-20211125071351.png");
    }

    #IMAGE349 {
        width: 214.236px;
        height: 423.675px;
        top: 551px;
        left: 102.882px;
    }

    #IMAGE349>.ladi-image>.ladi-image-background {
        width: 214.236px;
        height: 423.675px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x750/596486701663abf2d493432e/livestream-20211116025445-1-20211125072757.png");
    }

    #IMAGE349.ladi-animation>.ladi-image {
        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;
    }

    #IMAGE225 {
        width: 360.109px;
        height: 288.18px;
        top: 0px;
        left: 0px;
    }

    #IMAGE225>.ladi-image>.ladi-image-background {
        width: 360.109px;
        height: 288.18px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x600/596486701663abf2d493432e/group-19-1-20211013023910_compressed-1-20211125074510.png");
    }

    #BOX353 {
        width: 360.638px;
        height: 242.357px;
        top: 43.3315px;
        left: 15.2935px;
    }

    #BOX353>.ladi-box {
        border-style: solid;
        border-color: rgb(15, 152, 28);
        border-width: 3px;
        border-radius: 19px;
    }

    #IMAGE354 {
        width: 400px;
        height: 261.333px;
        top: 139.002px;
        left: 27px;
    }

    #IMAGE354>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 261.333px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x600/596486701663abf2d493432e/thiet-bi-phan-cung-ban-hang-kiotviet-1-20211123080335-20220628052731.png");
    }

    #IMAGE358 {
        width: 262.75px;
        height: 37.988px;
        top: 983.25px;
        left: 78.625px;
    }

    #IMAGE358>.ladi-image>.ladi-image-background {
        width: 262.75px;
        height: 37.988px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x350/596486701663abf2d493432e/app-play-store-20210830071239_compressed-1-20211125082114.png");
    }

    #IMAGE358.ladi-animation>.ladi-image {
        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;
    }

    #IMAGE359 {
        width: 171.76px;
        height: 333.09px;
        top: 634.66px;
        left: 124.12px;
    }

    #IMAGE359>.ladi-image>.ladi-image-background {
        width: 171.76px;
        height: 333.09px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x650/596486701663abf2d493432e/giao-dien-kiotviet-20211125071154.png");
    }

    #IMAGE359.ladi-animation>.ladi-image {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #LINE360 {
        width: 420px;
        top: 344.152px;
        left: 0px;
    }

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

    #LINE360.ladi-animation>.ladi-line {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

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

    #GROUP361 {
        width: 276px;
        height: 224.383px;
        top: 377.962px;
        left: 27px;
    }

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

    #GROUP362 {
        width: 249px;
        height: 211.634px;
        top: 120.64px;
        left: 27px;
    }

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

    #GROUP363 {
        width: 372.194px;
        height: 305.122px;
        top: 170.731px;
        left: 23.903px;
    }

    #GROUP364 {
        width: 344.727px;
        height: 256.896px;
        top: 181.125px;
        left: 37.273px;
    }

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

    #GROUP365 {
        width: 344.727px;
        height: 257.163px;
        top: 823.55px;
        left: 37.6365px;
    }

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

    #GROUP366 {
        width: 330.591px;
        height: 324.537px;
        top: 0px;
        left: 0px;
    }

    #GROUP367 {
        width: 375.931px;
        height: 288.18px;
        top: 131px;
        left: 15.5345px;
    }

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

    #GROUP368 {
        width: 358.747px;
        height: 302.576px;
        top: 127px;
        left: 32.7184px;
    }

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

    #PARAGRAPH374 {
        width: 140px;
        top: 136.6px;
        left: 0px;
    }

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

    #IMAGE375 {
        width: 134.6px;
        height: 134.6px;
        top: 0px;
        left: 3px;
    }

    #IMAGE375>.ladi-image>.ladi-image-background {
        width: 134.6px;
        height: 134.6px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kiotviet-app-qr-20211111035500.png");
    }

    #IMAGE375>.ladi-image {
        box-shadow: 0px 7px 15px -12px #000;
        -webkit-box-shadow: 0px 7px 15px -12px #000;
        border-radius: 16px;
    }

    #GROUP373 {
        width: 140px;
        height: 158.6px;
        top: 809.15px;
        left: 467px;
        display: none !important;
    }

    #IMAGE438 {
        width: 65.913px;
        height: 65.913px;
        top: 98.6521px;
        left: 157.843px;
    }

    #IMAGE438>.ladi-image>.ladi-image-background {
        width: 65.913px;
        height: 65.913px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/pngtreebusiness-electronic-scan-barcode_6189978-2-1-20211125152357.png");
    }

    #GROUP439 {
        width: 330.591px;
        height: 324.537px;
        top: 1440.25px;
        left: 71.409px;
    }

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

    #PARAGRAPH441 {
        width: 395px;
        top: 684.231px;
        left: 10px;
    }

    #PARAGRAPH441>.ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-style: italic;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION442 {
        height: 554.259px;
    }

    #SECTION442>.ladi-section-background {
        background-color: rgb(241, 255, 243);
    }

    #SECTION442 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE452 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE452>.ladi-headline {
        color: rgb(15, 152, 28);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE453 {
        width: 420px;
        top: 31px;
        left: 0px;
    }

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

    #GROUP451 {
        width: 420px;
        height: 53px;
        top: 21px;
        left: 0px;
    }

    #HEADLINE455 {
        width: 142px;
        top: 81.578px;
        left: 0px;
    }

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

    #SHAPE456 {
        width: 31.8805px;
        height: 69.5974px;
        top: 0px;
        left: 54.9369px;
    }

    #SHAPE456 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP454 {
        width: 142px;
        height: 107.578px;
        top: 109.53px;
        left: 128.92px;
    }

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

    #HEADLINE458 {
        width: 164px;
        top: 81.581px;
        left: 0px;
    }

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

    #SHAPE459 {
        width: 75.6024px;
        height: 75.6024px;
        top: 0px;
        left: 44.416px;
    }

    #SHAPE459 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP457 {
        width: 164px;
        height: 129.581px;
        top: 242.399px;
        left: 117.92px;
    }

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

    #HEADLINE461 {
        width: 164px;
        top: 81.94px;
        left: 0px;
    }

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

    #SHAPE462 {
        width: 67.4862px;
        height: 67.4862px;
        top: 0px;
        left: 48.474px;
    }

    #SHAPE462 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP460 {
        width: 164px;
        height: 126.94px;
        top: 243.72px;
        left: -11px;
    }

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

    #HEADLINE464 {
        width: 164px;
        top: 81.94px;
        left: 0px;
    }

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

    #SHAPE465 {
        width: 75.6024px;
        height: 75.6024px;
        top: 0px;
        left: 44.416px;
    }

    #SHAPE465 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP463 {
        width: 164px;
        height: 126.94px;
        top: 243.72px;
        left: 252.942px;
    }

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

    #HEADLINE467 {
        width: 142px;
        top: 85.8394px;
        left: 0px;
    }

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

    #SHAPE468 {
        width: 75.6024px;
        height: 72.8235px;
        top: 0px;
        left: 33.076px;
    }

    #SHAPE468 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP466 {
        width: 142px;
        height: 111.847px;
        top: 105.261px;
        left: 0px;
    }

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

    #HEADLINE470 {
        width: 142px;
        top: 75.32px;
        left: 0px;
    }

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

    #SHAPE472 {
        width: 37.9172px;
        height: 61.8054px;
        top: 0px;
        left: 0px;
    }

    #SHAPE472 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #SHAPE473 {
        width: 40.6362px;
        height: 40.6362px;
        top: 21.1696px;
        left: 30.7569px;
    }

    #SHAPE473 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP471 {
        width: 71.3931px;
        height: 61.8058px;
        top: 0px;
        left: 36.3403px;
    }

    #GROUP469 {
        width: 142px;
        height: 99.32px;
        top: 117.789px;
        left: 263.942px;
    }

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

    #HEADLINE478 {
        width: 181px;
        top: 78.636px;
        left: 0px;
    }

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

    #SHAPE479 {
        width: 65.175px;
        height: 65.175px;
        top: 0px;
        left: 59.537px;
    }

    #SHAPE479 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #GROUP477 {
        width: 181px;
        height: 126.636px;
        top: 397.668px;
        left: 195.844px;
    }

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

    #SHAPE482 {
        width: 74px;
        height: 74px;
        top: 0px;
        left: 45px;
    }

    #SHAPE482 svg:last-child {
        fill: rgb(72, 157, 57);
    }

    #HEADLINE483 {
        width: 164px;
        top: 89.951px;
        left: 0px;
    }

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

    #GROUP484 {
        width: 164px;
        height: 134.951px;
        top: 389.353px;
        left: 43px;
    }

    #GROUP484.ladi-animation>.ladi-group {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #PARAGRAPH485 {
        width: 420px;
        top: 435.565px;
        left: 0px;
    }

    #PARAGRAPH485>.ladi-paragraph {
        color: rgb(10, 138, 7);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH485.ladi-animation>.ladi-paragraph {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #IMAGE506 {
        width: 90px;
        height: 90px;
        top: 20.5px;
        left: 0px;
    }

    #IMAGE506>.ladi-image>.ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-1-20220324024149.png");
    }

    #HEADLINE508 {
        width: 179px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE508>.ladi-headline {
        color: rgb(156, 244, 167);
        font-size: 55px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH509 {
        width: 170px;
        top: 80px;
        left: 0px;
    }

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

    #GROUP507 {
        width: 179px;
        height: 130px;
        top: 0px;
        left: 110px;
    }

    #GROUP505 {
        width: 289px;
        height: 130px;
        top: 34.26px;
        left: 65.5px;
    }

    #IMAGE511 {
        width: 90px;
        height: 90px;
        top: 20.5px;
        left: 0px;
    }

    #IMAGE511>.ladi-image>.ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-2-20220324024149.png");
    }

    #HEADLINE513 {
        width: 120px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE513>.ladi-headline {
        color: rgb(156, 244, 167);
        font-size: 55px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH514 {
        width: 120px;
        top: 80px;
        left: 0px;
    }

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

    #GROUP512 {
        width: 120px;
        height: 130px;
        top: 0px;
        left: 110px;
    }

    #GROUP510 {
        width: 230px;
        height: 130px;
        top: 187.26px;
        left: 65.5px;
    }

    #IMAGE516 {
        width: 90px;
        height: 90px;
        top: 20.5px;
        left: 0px;
    }

    #IMAGE516>.ladi-image>.ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-3-20220324024149.png");
    }

    #HEADLINE518 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE518>.ladi-headline {
        color: rgb(156, 244, 167);
        font-size: 55px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH519 {
        width: 150px;
        top: 80px;
        left: 0px;
    }

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

    #GROUP517 {
        width: 150px;
        height: 130px;
        top: 0px;
        left: 110px;
    }

    #GROUP515 {
        width: 260px;
        height: 130px;
        top: 342.26px;
        left: 65.5px;
    }

    #SECTION504 {
        height: 508.94px;
    }

    #SECTION504>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x508/596486701663abf2d493432e/kvs-section-02-20220528035405-20220601075758.jpg");
        background-position: center center;
        background-repeat: repeat;
    }

    #SECTION504 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #HEADLINE522 {
        width: 180px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE522>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE523 {
        width: 200px;
        top: 40px;
        left: 0px;
    }

    #HEADLINE523>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE524 {
        width: 180px;
        top: 80px;
        left: 0px;
    }

    #HEADLINE524>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE525 {
        width: 180px;
        top: 120px;
        left: 0px;
    }

    #HEADLINE525>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE526 {
        width: 180px;
        top: 160px;
        left: 0px;
    }

    #HEADLINE526>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE527 {
        width: 280px;
        top: 200px;
        left: 0px;
    }

    #HEADLINE527>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE528 {
        width: 280px;
        top: 240px;
        left: 0px;
    }

    #HEADLINE528>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP521 {
        width: 280px;
        height: 266px;
        top: 957.28px;
        left: 13px;
    }

    #HEADLINE530 {
        width: 146px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE530>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE531 {
        width: 176px;
        top: 300px;
        left: 0px;
    }

    #HEADLINE531>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE532 {
        width: 176px;
        top: 340px;
        left: 0px;
    }

    #HEADLINE532>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE533 {
        width: 176px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE533>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE534 {
        width: 176px;
        top: 100px;
        left: 0px;
    }

    #HEADLINE534>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE535 {
        width: 273px;
        top: 140px;
        left: 0px;
    }

    #HEADLINE535>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE536 {
        width: 195px;
        top: 180px;
        left: 0px;
    }

    #HEADLINE536>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE537 {
        width: 176px;
        top: 220px;
        left: 0px;
    }

    #HEADLINE537>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE538 {
        width: 176px;
        top: 260px;
        left: 0px;
    }

    #HEADLINE538>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP529 {
        width: 273px;
        height: 366px;
        top: 576.282px;
        left: 13px;
    }

    #HEADLINE540 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE540>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE541 {
        width: 180px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE541>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE542 {
        width: 180px;
        top: 100px;
        left: 0px;
    }

    #HEADLINE542>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE543 {
        width: 180px;
        top: 140px;
        left: 0px;
    }

    #HEADLINE543>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE544 {
        width: 180px;
        top: 180px;
        left: 0px;
    }

    #HEADLINE544>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE545 {
        width: 180px;
        top: 220px;
        left: 0px;
    }

    #HEADLINE545>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE546 {
        width: 180px;
        top: 260px;
        left: 0px;
    }

    #HEADLINE546>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #GROUP539 {
        width: 180px;
        height: 286px;
        top: 29.282px;
        left: 240px;
    }

    #HEADLINE548 {
        width: 280px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE548>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE549 {
        width: 280px;
        top: 30px;
        left: 0px;
    }

    #HEADLINE549>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.2;
    }

    #GROUP547 {
        width: 280px;
        height: 88px;
        top: 353.282px;
        left: 82px;
    }

    #HEADLINE551 {
        width: 148px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE551>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE552 {
        width: 177px;
        top: 59.1608px;
        left: 0px;
    }

    #HEADLINE552>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE553 {
        width: 177px;
        top: 98.6014px;
        left: 0px;
    }

    #HEADLINE553>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE554 {
        width: 177px;
        top: 139.042px;
        left: 0px;
    }

    #HEADLINE554>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE555 {
        width: 177px;
        top: 177.483px;
        left: 0px;
    }

    #HEADLINE555>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE556 {
        width: 177px;
        top: 216.923px;
        left: 0px;
    }

    #HEADLINE556>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE557 {
        width: 207px;
        top: 256.364px;
        left: 0px;
    }

    #HEADLINE557>.ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 15px;
        line-height: 1.6;
    }

    #GROUP550 {
        width: 207px;
        height: 280.364px;
        top: 29.282px;
        left: 23px;
    }

    #HEADLINE559 {
        width: 280px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE559>.ladi-headline {
        color: rgb(40, 180, 80);
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE560 {
        width: 280px;
        top: 30px;
        left: 0px;
    }

    #HEADLINE560>.ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.2;
    }

    #GROUP558 {
        width: 280px;
        height: 88px;
        top: 457.282px;
        left: 77.5px;
    }

    #LINE561 {
        width: 350px;
        top: 1250.3px;
        left: 30px;
    }

    #LINE561>.ladi-line>.ladi-line-container {
        border-top: 1px solid rgba(157, 195, 245, 0.3);
        border-right: 1px solid rgba(157, 195, 245, 0.3);
        border-bottom: 1px solid rgba(157, 195, 245, 0.3);
        border-left: 0px !important;
    }

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

    #HEADLINE562 {
        width: 360px;
        top: 1290.28px;
        left: 30px;
    }

    #HEADLINE562>.ladi-headline {
        color: rgb(235, 245, 253);
        font-size: 16px;
        line-height: 1.6;
    }

    #SECTION520 {
        height: 1377.64px;
    }

    #SECTION520>.ladi-section-background {
        background: #1E3B70;
        background: -webkit-linear-gradient(180deg, #1E3B70, #29539B);
        background: linear-gradient(180deg, #1E3B70, #29539B);
    }

    #SECTION520 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #POPUP694 {
        width: 401px;
        height: 500px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

    #POPUP694>.ladi-popup>.ladi-overlay {
        border-radius: 20px;
    }

    #POPUP694>.ladi-popup>.ladi-popup-background {
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }

    #POPUP694>.ladi-popup {
        border-radius: 20px;
    }

    #POPUP694 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(15%2C%20152%2C%2028%2C%201)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #GROUP696 {
        width: 200.082px;
        height: 50.521px;
        top: 30.979px;
        left: 8.959px;
    }

    #BOX697 {
        width: 200.082px;
        height: 50.521px;
        top: 0px;
        left: 0px;
    }

    #BOX697>.ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }

    #GROUP698 {
        width: 170.3px;
        height: 38.1345px;
        top: 6.55502px;
        left: 15.5654px;
    }

    #COUNTDOWN699 {
        width: 169.813px;
        height: 24.906px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN699>.ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

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

    #HEADLINE704 {
        width: 35px;
        top: 19.1345px;
        left: 2.54958px;
    }

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

    #HEADLINE705 {
        width: 35px;
        top: 19.1345px;
        left: 46.7997px;
    }

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

    #HEADLINE706 {
        width: 35px;
        top: 19.1345px;
        left: 91.0489px;
    }

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

    #HEADLINE707 {
        width: 35px;
        top: 19.1345px;
        left: 135.3px;
    }

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

    #FORM710 {
        width: 350px;
        height: 215px;
        top: 142.75px;
        left: 0px;
    }

    #FORM710>.ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }

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

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

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

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

    #FORM710 .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%20rgb(19%2C%2019%2C%2019)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM710 .ladi-form-item-container,
    #FORM710 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }

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

    #FORM710 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

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

    #BUTTON711 {
        width: 255.982px;
        height: 43.1088px;
        top: 171.891px;
        left: 46.746px;
    }

    #BUTTON711>.ladi-button>.ladi-button-background {
        background-color: rgb(15, 152, 28);
    }

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

    #BUTTON_TEXT711 {
        width: 256px;
        top: 9.69948px;
        left: 0px;
    }

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

    #FORM_ITEM713 {
        width: 349.474px;
        height: 43.1088px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM715 {
        width: 170.963px;
        height: 43.1088px;
        top: 58.7306px;
        left: 0.38175px;
    }

    #IMAGE718 {
        width: 117px;
        height: 30px;
        top: 34px;
        left: 75.9995px;
    }

    #IMAGE718>.ladi-image>.ladi-image-background {
        width: 117px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE719 {
        width: 269px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE720 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
    }

    #IMAGE720>.ladi-image>.ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }

    #IMAGE720>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE721 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 106.402px;
    }

    #IMAGE721>.ladi-image>.ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }

    #IMAGE721>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE722 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 53.201px;
    }

    #IMAGE722>.ladi-image>.ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }

    #IMAGE722>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #HEADLINE723 {
        width: 218px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE723>.ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #FORM_ITEM724 {
        width: 171.021px;
        height: 43.1088px;
        top: 51.7306px;
        left: 178.724px;
    }

    #GROUP728 {
        width: 269px;
        height: 64px;
        top: 0px;
        left: 40.2455px;
    }

    #GROUP729 {
        width: 145.402px;
        height: 39px;
        top: 73.726px;
        left: 102.044px;
    }

    #GROUP730 {
        width: 218px;
        height: 81.5px;
        top: 376px;
        left: 65.745px;
    }

    #FORM_ITEM727 {
        width: 350px;
        height: 43.1088px;
        top: 116.461px;
        left: 0px;
    }

    #SECTION803 {
        height: 967.292px;
    }

    #SECTION803 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE819 {
        width: 39px;
        height: 39px;
        top: 246.002px;
        left: 190.5px;
    }

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

    #SHAPE819 svg:last-child {
        fill: rgb(11, 92, 22);
    }

    #BOX822 {
        width: 420px;
        height: 420px;
        top: 0px;
        left: 0px;
    }

    #BOX822>.ladi-box {
        background-color: rgb(15, 152, 28);
        border-radius: 0px;
    }

    #IMAGE823 {
        width: 420.219px;
        height: 420px;
        top: 0px;
        left: 0px;
    }

    #IMAGE823>.ladi-image>.ladi-image-background {
        width: 420.219px;
        height: 420px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x750/596486701663abf2d493432e/tang-goi-ban-hang-01-1-20221101080910-i2675.png");
    }

    #GROUP832 {
        width: 350px;
        height: 457.5px;
        top: 20.75px;
        left: 25.755px;
    }

    #IMAGE835 {
        width: 123.548px;
        height: 31.6791px;
        top: 35.903px;
        left: 80.2532px;
    }

    #IMAGE835>.ladi-image>.ladi-image-background {
        width: 123.548px;
        height: 31.6791px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE836 {
        width: 284px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP834 {
        width: 284.056px;
        height: 67.5821px;
        top: 0px;
        left: 42.498px;
    }

    #IMAGE838 {
        width: 41.1828px;
        height: 41.1829px;
        top: 0px;
        left: 0px;
    }

    #IMAGE838>.ladi-image>.ladi-image-background {
        width: 41.1828px;
        height: 41.1829px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }

    #IMAGE838>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE839 {
        width: 41.1828px;
        height: 41.1829px;
        top: 0px;
        left: 112.358px;
    }

    #IMAGE839>.ladi-image>.ladi-image-background {
        width: 41.1828px;
        height: 41.1829px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }

    #IMAGE839>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE840 {
        width: 41.1828px;
        height: 41.1829px;
        top: 0px;
        left: 56.1786px;
    }

    #IMAGE840>.ladi-image>.ladi-image-background {
        width: 41.1828px;
        height: 41.1829px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }

    #IMAGE840>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #GROUP837 {
        width: 153.54px;
        height: 41.1829px;
        top: 77.8525px;
        left: 107.755px;
    }

    #HEADLINE842 {
        width: 230px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE842>.ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX844 {
        width: 211.281px;
        height: 53.3488px;
        top: 0px;
        left: 0px;
    }

    #BOX844>.ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }

    #COUNTDOWN846 {
        width: 179.317px;
        height: 26.3px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN846>.ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

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

    #HEADLINE851 {
        width: 37px;
        top: 20.2055px;
        left: 2.69229px;
    }

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

    #HEADLINE852 {
        width: 37px;
        top: 20.2055px;
        left: 49.4191px;
    }

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

    #HEADLINE853 {
        width: 37px;
        top: 20.2055px;
        left: 96.1449px;
    }

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

    #HEADLINE854 {
        width: 37px;
        top: 20.2055px;
        left: 142.873px;
    }

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

    #GROUP845 {
        width: 179.832px;
        height: 40.269px;
        top: 6.92192px;
        left: 16.4366px;
    }

    #GROUP843 {
        width: 211.281px;
        height: 53.3488px;
        top: 32.7129px;
        left: 9.46047px;
    }

    #GROUP841 {
        width: 230.202px;
        height: 86.0617px;
        top: 397.045px;
        left: 69.4247px;
    }

    #BUTTON_TEXT856 {
        width: 270px;
        top: 10.2424px;
        left: 0px;
    }

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

    #BUTTON856 {
        width: 270.309px;
        height: 45.5216px;
        top: 181.511px;
        left: 49.3623px;
    }

    #BUTTON856>.ladi-button>.ladi-button-background {
        background-color: rgb(15, 152, 28);
    }

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

    #FORM_ITEM858 {
        width: 369.034px;
        height: 45.5216px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM859 {
        width: 180.532px;
        height: 45.5216px;
        top: 62.0177px;
        left: 0.403116px;
    }

    #FORM_ITEM860 {
        width: 180.593px;
        height: 45.5216px;
        top: 54.626px;
        left: 188.727px;
    }

    #FORM_ITEM861 {
        width: 369.589px;
        height: 45.5216px;
        top: 122.98px;
        left: 0px;
    }

    #FORM855 {
        width: 369.589px;
        height: 227.033px;
        top: 150.74px;
        left: 0px;
    }

    #FORM855>.ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }

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

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

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

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

    #FORM855 .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%20rgb(19%2C%2019%2C%2019)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM855 .ladi-form-item-container,
    #FORM855 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }

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

    #FORM855 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

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

    #GROUP833 {
        width: 369.589px;
        height: 483.107px;
        top: 445px;
        left: 25.315px;
    }

    #BOX863 {
        width: 420px;
        height: 420px;
        top: 0px;
        left: 0px;
    }

    #BOX863>.ladi-box {
        background-color: rgb(15, 152, 28);
        border-radius: 0px;
    }

    #IMAGE864 {
        width: 420.511px;
        height: 420.292px;
        top: -0.5px;
        left: 0px;
    }

    #IMAGE864>.ladi-image>.ladi-image-background {
        width: 420.511px;
        height: 420.292px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x750/596486701663abf2d493432e/tang-goi-ban-hang-01-1-20221101080910-i2675.png");
    }

    #IMAGE867 {
        width: 121.859px;
        height: 31.2459px;
        top: 35.412px;
        left: 79.1556px;
    }

    #IMAGE867>.ladi-image>.ladi-image-background {
        width: 121.859px;
        height: 31.2459px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }

    #HEADLINE868 {
        width: 280px;
        top: 0px;
        left: 0px;
    }

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

    #GROUP866 {
        width: 280.171px;
        height: 66.6579px;
        top: 0px;
        left: 41.9168px;
    }

    #IMAGE870 {
        width: 40.6195px;
        height: 40.6196px;
        top: 0px;
        left: 0px;
    }

    #IMAGE870>.ladi-image>.ladi-image-background {
        width: 40.6195px;
        height: 40.6196px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }

    #IMAGE870>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE871 {
        width: 40.6195px;
        height: 40.6196px;
        top: 0px;
        left: 110.821px;
    }

    #IMAGE871>.ladi-image>.ladi-image-background {
        width: 40.6195px;
        height: 40.6196px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }

    #IMAGE871>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #IMAGE872 {
        width: 40.6195px;
        height: 40.6196px;
        top: 0px;
        left: 55.4102px;
    }

    #IMAGE872>.ladi-image>.ladi-image-background {
        width: 40.6195px;
        height: 40.6196px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }

    #IMAGE872>.ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1.0);
        border-radius: 12px;
    }

    #GROUP869 {
        width: 151.44px;
        height: 40.6196px;
        top: 76.7878px;
        left: 106.282px;
    }

    #HEADLINE874 {
        width: 227px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE874>.ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BOX876 {
        width: 208.392px;
        height: 52.6191px;
        top: 0px;
        left: 0px;
    }

    #BOX876>.ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }

    #COUNTDOWN878 {
        width: 176.865px;
        height: 25.9403px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN878>.ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

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

    #HEADLINE883 {
        width: 37px;
        top: 19.9292px;
        left: 2.65547px;
    }

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

    #HEADLINE884 {
        width: 37px;
        top: 19.9292px;
        left: 48.7434px;
    }

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

    #HEADLINE885 {
        width: 37px;
        top: 19.9292px;
        left: 94.8303px;
    }

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

    #HEADLINE886 {
        width: 37px;
        top: 19.9292px;
        left: 140.919px;
    }

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

    #GROUP877 {
        width: 177.373px;
        height: 39.7182px;
        top: 6.82724px;
        left: 16.2119px;
    }

    #GROUP875 {
        width: 208.392px;
        height: 52.6191px;
        top: 32.2656px;
        left: 9.3311px;
    }

    #GROUP873 {
        width: 227.054px;
        height: 84.8847px;
        top: 391.615px;
        left: 68.4753px;
    }

    #BUTTON_TEXT888 {
        width: 267px;
        top: 10.1023px;
        left: 0px;
    }

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

    #BUTTON888 {
        width: 266.612px;
        height: 44.899px;
        top: 179.029px;
        left: 48.6873px;
    }

    #BUTTON888>.ladi-button>.ladi-button-background {
        background-color: rgb(15, 152, 28);
    }

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

    #FORM_ITEM890 {
        width: 363.987px;
        height: 44.899px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM891 {
        width: 178.063px;
        height: 44.899px;
        top: 61.1696px;
        left: 0.397604px;
    }

    #FORM_ITEM892 {
        width: 178.123px;
        height: 44.899px;
        top: 53.8789px;
        left: 186.146px;
    }

    #FORM_ITEM893 {
        width: 364.535px;
        height: 44.899px;
        top: 121.298px;
        left: 0px;
    }

    #FORM887 {
        width: 364.535px;
        height: 223.928px;
        top: 148.678px;
        left: 0px;
    }

    #FORM887>.ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }

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

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

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

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

    #FORM887 .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%20rgb(19%2C%2019%2C%2019)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM887 .ladi-form-item-container,
    #FORM887 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }

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

    #FORM887 .ladi-form-item-container .ladi-form-quantity .button {
        background-color: rgb(10, 103, 233);
    }

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

    #GROUP865 {
        width: 364.535px;
        height: 476.5px;
        top: 441px;
        left: 27.7325px;
    }

    #SECTION862 {
        height: 964.292px;
    }

    #SECTION862 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE260 {
        width: 31.257px;
        height: 31.257px;
        top: 2143.28px;
        left: 11px;
    }

    #SHAPE260 svg:last-child {
        fill: rgb(19, 109, 202);
    }
}