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: flex;
    flex-wrap: wrap
}

.ladi-form .ladi-survey {
    text-transform: inherit;
    text-decoration: inherit;
    letter-spacing: inherit;
    color: inherit
}

.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;
    margin: 0 auto
}

.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;
    padding-right: 24px
}

.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-box-item {
    display: inline-block;
    width: fit-content
}

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

.ladi-form>.ladi-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: 0 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;
    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;
    padding-right: 24px
}

.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 {
    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")
}

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

#BODY_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
}

body {
    direction: ltr;
}

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

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

@font-face {
    font-family: "Inter-Regular.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/inter-regular-20220505065145.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-Bold.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/inter-bold-20220505065144.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-SemiBold.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/inter-semibold-20220505065145.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-ExtraBold.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/inter-extrabold-20220505065144.ttf") format("truetype");
}

@font-face {
    font-family: "SanFranciscoDisplay-Heavy.otf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/sanfranciscodisplay-heavy-20210707090102.otf")
}

body {
    font-family: "Quicksand-Medium.ttf"
}

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

    #SECTION3 {
        height: 616.9px;
    }

    #SECTION3>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION3 .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");
    }

    #PARAGRAPH12 {
        width: 434px;
        top: 411.17px;
        left: 73.7925px;
    }

    #PARAGRAPH12>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 16px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH16 {
        width: 491px;
        top: 167.179px;
        left: 665.164px;
    }

    #PARAGRAPH16>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }

    #HEADLINE17 {
        width: 518px;
        top: 76.605px;
        left: 638.164px;
    }

    #HEADLINE17>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 24px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH29 {
        width: 496px;
        top: 137.74px;
        left: 80.4998px;
    }

    #PARAGRAPH29>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }

    #SHAPE31 {
        width: 22px;
        height: 22px;
        top: 143.032px;
        left: 52.7848px;
    }

    #SHAPE31 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SECTION98 {
        height: 273.9px;
    }

    #SECTION98>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x273/596486701663abf2d493432e/s6-bg-20220328031636.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION98 .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");
    }

    #HEADLINE103 {
        width: 962px;
        top: 22.1px;
        left: 110.345px;
    }

    #HEADLINE103>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE104 {
        width: 188px;
        top: 117.2px;
        left: 162.77px;
    }

    #HEADLINE104>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE105 {
        width: 120px;
        top: 117.2px;
        left: 607.771px;
    }

    #HEADLINE105>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE106 {
        width: 150px;
        top: 117.2px;
        left: 1002.77px;
    }

    #HEADLINE106>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH107 {
        width: 188px;
        top: 197.2px;
        left: 162.77px;
    }

    #PARAGRAPH107>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(199, 224, 255);
        font-size: 19px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH108 {
        width: 120px;
        top: 197.2px;
        left: 607.771px;
    }

    #PARAGRAPH108>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(199, 224, 255);
        font-size: 19px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH109 {
        width: 150px;
        top: 197.2px;
        left: 1002.77px;
    }

    #PARAGRAPH109>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(199, 224, 255);
        font-size: 19px;
        text-align: left;
        line-height: 1.2;
    }

    #IMAGE113 {
        width: 90px;
        height: 90px;
        top: 117.2px;
        left: 52.7705px;
    }

    #IMAGE113>.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");
    }

    #IMAGE114 {
        width: 90px;
        height: 90px;
        top: 117.2px;
        left: 497.771px;
    }

    #IMAGE114>.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");
    }

    #IMAGE115 {
        width: 90px;
        height: 90px;
        top: 117.2px;
        left: 892.771px;
    }

    #IMAGE115>.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");
    }

    #PARAGRAPH357 {
        width: 435px;
        top: 214.503px;
        left: 73.7922px;
    }

    #PARAGRAPH357>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 16px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH358 {
        width: 435px;
        top: 271.837px;
        left: 73.2831px;
    }

    #PARAGRAPH358>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 16px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH359 {
        width: 434px;
        top: 342.17px;
        left: 73.7922px;
    }

    #PARAGRAPH359>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 16px;
        text-align: justify;
        line-height: 1.4;
    }

    #SECTION361 {
        height: 715.5px;
    }

    #SECTION361 .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");
    }

    #HEADLINE362 {
        width: 1001px;
        top: 80.5px;
        left: 99.5px;
    }

    #HEADLINE362>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(10, 103, 233);
        font-size: 33px;
        text-align: center;
        line-height: 1.2;
    }

    #PARAGRAPH367 {
        width: 453px;
        top: 237.76px;
        left: 708.717px;
    }

    #PARAGRAPH367>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }

    #HEADLINE368 {
        width: 479px;
        top: 151.431px;
        left: 682.714px;
    }

    #HEADLINE368>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(13, 100, 220);
        font-size: 24px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE370 {
        width: 485px;
        top: 95.5755px;
        left: 49.785px;
    }

    #HEADLINE370>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 24px;
        line-height: 1.4;
    }

    #PARAGRAPH389 {
        width: 461px;
        top: 187.516px;
        left: 72.785px;
    }

    #PARAGRAPH389>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }

    #SECTION571 {
        height: 680.6px;
    }

    #SECTION571>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION571 .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");
    }

    #HEADLINE572 {
        width: 942px;
        top: 27.6px;
        left: 129px;
    }

    #HEADLINE572>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }

    #BOX626 {
        width: 597.883px;
        height: 374px;
        top: 181.5px;
        left: 557.133px;
    }

    #BOX626>.ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s900x700/596486701663abf2d493432e/kho-khan-20220726103613.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 19px;
    }

    #HEADLINE648 {
        width: 502px;
        top: 81.134px;
        left: 52.7848px;
    }

    #HEADLINE648>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 24px;
        text-align: left;
        line-height: 1.4;
    }

    #BOX761 {
        width: 569.97px;
        height: 275.852px;
        top: 143.703px;
        left: 52.785px;
    }

    #BOX761>.ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 20px;
    }

    #IMAGE763 {
        width: 381.817px;
        height: 345.538px;
        top: 55.967px;
        left: 78.285px;
    }

    #IMAGE763>.ladi-image>.ladi-image-background {
        width: 381.817px;
        height: 345.538px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x650/596486701663abf2d493432e/thuc-don_1-20220728044526.png");
    }

    #IMAGE763>.ladi-image {
        border-radius: 10px;
    }

    #DROPBOX775 {
        width: 467px;
        height: 467px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

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

    #DROPBOX775 .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%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE783 {
        width: 22px;
        height: 22px;
        top: 369.215px;
        left: 52.7848px;
    }

    #SHAPE783 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE782 {
        width: 22px;
        height: 22px;
        top: 294.532px;
        left: 52.7848px;
    }

    #SHAPE782 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE32 {
        width: 22px;
        height: 22px;
        top: 218.612px;
        left: 52.7848px;
    }

    #SHAPE32 svg:last-child {
        fill: rgb(40, 180, 80);
    }

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

    #SECTION2 {
        height: 769.5px;
    }

    #SECTION2>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x769/596486701663abf2d493432e/cover-20221226072146-s9wzf.png");
        background-position: center bottom;
        background-repeat: repeat;
    }

    #SECTION2 .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");
    }

    #SECTION850 {
        height: 144.444px;
    }

    #SECTION850>.ladi-section-background {
        background-color: rgb(0, 90, 192);
    }

    #SECTION850 .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");
    }

    #HEADLINE851 {
        width: 597px;
        top: 16.222px;
        left: 301.5px;
    }

    #HEADLINE851>.ladi-headline {
        font-family: "Inter-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION852 {
        height: 817px;
    }

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

    #SECTION852 .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");
    }

    #HEADLINE853 {
        width: 954px;
        top: 27.004px;
        left: 123px;
    }

    #HEADLINE853>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION912 {
        height: 342.1px;
    }

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

    #SECTION912 .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");
    }

    #IMAGE950 {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 587.605px;
    }

    #IMAGE950>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/596486701663abf2d493432e/294528549_104324805699152_4863455587845777353_njpg-20221226033136-tiyae.png");
    }

    #IMAGE951 {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 0px;
    }

    #IMAGE951>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/596486701663abf2d493432e/154758169_3789825097763895_4915802305894292091_njpg-20221226033329-kfpdu.png");
    }

    #IMAGE953 {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 391.737px;
    }

    #IMAGE953>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/596486701663abf2d493432e/69591178_1000999863573474_724030442704994304_n-20221226033722-svxfm.png");
    }

    #IMAGE956 {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 195.869px;
    }

    #IMAGE956>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 180px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/596486701663abf2d493432e/ban-cong-20221226034432-oucub.png");
    }

    #IMAGE960 {
        width: 123px;
        height: 123px;
        top: 0px;
        left: 0px;
    }

    #IMAGE960>.ladi-image>.ladi-image-background {
        width: 123px;
        height: 123px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kiotviet-logomark-20221212042242-gamzw.png");
    }

    #IMAGE961 {
        width: 155.1px;
        height: 40.4328px;
        top: 41.2836px;
        left: 108.831px;
    }

    #IMAGE961>.ladi-image>.ladi-image-background {
        width: 155.1px;
        height: 40.4328px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x350/596486701663abf2d493432e/kiotviet-logotype-white-sizes-20221212042324-xb03w.png");
    }

    #SECTION964 {
        height: 551.386px;
    }

    #SECTION964 .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");
    }

    #SECTION965 {
        height: 422.558px;
    }

    #SECTION965>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION965 .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");
    }

    #IMAGE967 {
        width: 244.083px;
        height: 277.7px;
        top: 165.939px;
        left: 378.672px;
    }

    #IMAGE967>.ladi-image>.ladi-image-background {
        width: 371.007px;
        height: 277.7px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x600/596486701663abf2d493432e/main-20221226044556-vznfb.png");
    }

    #IMAGE968 {
        width: 570.022px;
        height: 352.998px;
        top: 20.752px;
        left: 42.785px;
    }

    #IMAGE968>.ladi-image>.ladi-image-background {
        width: 570.022px;
        height: 352.998px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x700/596486701663abf2d493432e/no_wifi-20221226063932-rfneq.png");
    }

    #SECTION969 {
        height: 420.8px;
    }

    #SECTION969 .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");
    }

    #HEADLINE976 {
        width: 305px;
        top: 367.5px;
        left: 49.5px;
    }

    #HEADLINE976>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #HEADLINE978 {
        width: 200px;
        top: 293px;
        left: 49.5px;
    }

    #HEADLINE978>.ladi-headline {
        font-family: "SanFranciscoDisplay-Heavy.otf";
        color: rgb(15, 152, 28);
        font-size: 74px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE980 {
        width: 200px;
        top: 236px;
        left: 96.959px;
    }

    #HEADLINE980>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE981 {
        width: 305px;
        top: 288.5px;
        left: 49.5px;
    }

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

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

    #GROUP1018 {
        width: 263.931px;
        height: 123px;
        top: 34.5px;
        left: 244.75px;
    }

    #SHAPE1019 {
        width: 20px;
        height: 20px;
        top: 215.5px;
        left: 44.9841px;
    }

    #SHAPE1019 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE1020 {
        width: 20px;
        height: 20px;
        top: 284.837px;
        left: 44.9841px;
    }

    #SHAPE1020 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE1021 {
        width: 20px;
        height: 20px;
        top: 351.17px;
        left: 44.9841px;
    }

    #SHAPE1021 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE1022 {
        width: 20px;
        height: 20px;
        top: 466.17px;
        left: 44.9841px;
    }

    #SHAPE1022 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE909 {
        width: 25.871px;
        height: 25.871px;
        top: 223.432px;
        left: 940px;
    }

    #SHAPE909 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #SHAPE908 {
        width: 24.9464px;
        height: 18.8113px;
        top: 224.697px;
        left: 630px;
    }

    #SHAPE908 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #SHAPE907 {
        width: 19.8546px;
        height: 24.1433px;
        top: 222.3px;
        left: 328.465px;
    }

    #SHAPE907 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #SHAPE906 {
        width: 19.5452px;
        height: 24.1272px;
        top: 224.697px;
        left: 21.2275px;
    }

    #SHAPE906 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #IMAGE878 {
        width: 208.949px;
        height: 60.8926px;
        top: 16.854px;
        left: 495.525px;
    }

    #IMAGE878>.ladi-image>.ladi-image-background {
        width: 208.949px;
        height: 60.8926px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-logo-20221129042415-jyt8z.png");
    }

    #HEADLINE146 {
        width: 210px;
        top: 221.3px;
        left: 970px;
    }

    #HEADLINE146>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }

    #HEADLINE144 {
        width: 180px;
        top: 221.3px;
        left: 664.333px;
    }

    #HEADLINE144>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }

    #HEADLINE141 {
        width: 160px;
        top: 221.3px;
        left: 356.667px;
    }

    #HEADLINE141>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }

    #HEADLINE140 {
        width: 160px;
        top: 221.3px;
        left: 49px;
    }

    #HEADLINE140>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }

    #PARAGRAPH139 {
        width: 240px;
        top: 261.3px;
        left: 940px;
    }

    #PARAGRAPH139>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH138 {
        width: 250px;
        top: 260.157px;
        left: 633.333px;
    }

    #PARAGRAPH138>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH137 {
        width: 240px;
        top: 260.157px;
        left: 326.667px;
    }

    #PARAGRAPH137>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH136 {
        width: 240px;
        top: 261.3px;
        left: 20px;
    }

    #PARAGRAPH136>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: left;
        line-height: 1.6;
    }

    #BOX135 {
        width: 280px;
        height: 206px;
        top: 201.3px;
        left: 920px;
    }

    #BOX135>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX134 {
        width: 280px;
        height: 206px;
        top: 201.3px;
        left: 613.333px;
    }

    #BOX134>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX133 {
        width: 280px;
        height: 206px;
        top: 201.3px;
        left: 306.667px;
    }

    #BOX133>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX132 {
        width: 280px;
        height: 206px;
        top: 201.3px;
        left: 0px;
    }

    #BOX132>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE131 {
        width: 951px;
        top: 94.3px;
        left: 137.271px;
    }

    #HEADLINE131>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }

    #SECTION102 {
        height: 495.9px;
    }

    #SECTION102>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION102 .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");
    }

    #IMAGE1024 {
        width: 200px;
        height: 200px;
        top: 195.812px;
        left: 501.321px;
    }

    #IMAGE1024>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kemdua-20221226102038-trrja.png");
    }

    #IMAGE1025 {
        width: 200px;
        height: 200px;
        top: 195.812px;
        left: 69.55px;
    }

    #IMAGE1025>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kombologo-20221226102225-9rvvt.png");
    }

    #IMAGE1026 {
        width: 200px;
        height: 200px;
        top: 195.812px;
        left: 285.55px;
    }

    #IMAGE1026>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kadilogo-20221226103002-ubz1r.png");
    }

    #IMAGE1028 {
        width: 587.486px;
        height: 305.595px;
        top: 52.001px;
        left: 574.231px;
    }

    #IMAGE1028>.ladi-image>.ladi-image-background {
        width: 587.486px;
        height: 305.595px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x650/596486701663abf2d493432e/ban_lap-20221226112831-hw-ya.png");
    }

    #IMAGE1028>.ladi-image {
        box-shadow: 0px 15px 20px -15px #2662D1;
        -webkit-box-shadow: 0px 15px 20px -15px #2662D1;
        border-radius: 8px;
    }

    #CAROUSEL1045 {
        width: 1200px;
        height: 618.948px;
        top: 174.03px;
        left: 0px;
    }

    #IMAGE1005 {
        width: 200px;
        height: 200px;
        top: 28.738px;
        left: 509px;
    }

    #IMAGE1005>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/say-20221227023846-ut9as.png");
    }

    #HEADLINE994 {
        width: 218px;
        top: 236px;
        left: 491px;
    }

    #HEADLINE994>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP983 {
        width: 305px;
        height: 238.5px;
        top: 286px;
        left: 447.5px;
    }

    #LINE986 {
        width: 305px;
        top: 0px;
        left: 0px;
    }

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

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

    #HEADLINE985 {
        width: 200px;
        top: 7px;
        left: 0px;
    }

    #HEADLINE985>.ladi-headline {
        font-family: "SanFranciscoDisplay-Heavy.otf";
        color: rgb(15, 152, 28);
        font-size: 74px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE984 {
        width: 305px;
        top: 81.5px;
        left: 0px;
    }

    #HEADLINE984>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #IMAGE999 {
        width: 200px;
        height: 200px;
        top: 28.738px;
        left: 894px;
    }

    #IMAGE999>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/logo_vit-20221227023850-mqerj.png");
    }

    #HEADLINE997 {
        width: 200px;
        top: 236px;
        left: 905px;
    }

    #HEADLINE997>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP987 {
        width: 305px;
        height: 253.5px;
        top: 288.5px;
        left: 852.5px;
    }

    #LINE990 {
        width: 305px;
        top: 0px;
        left: 0px;
    }

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

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

    #HEADLINE989 {
        width: 200px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE989>.ladi-headline {
        font-family: "SanFranciscoDisplay-Heavy.otf";
        color: rgb(15, 152, 28);
        font-size: 74px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE988 {
        width: 305px;
        top: 74.5px;
        left: 0px;
    }

    #HEADLINE988>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #IMAGE1046 {
        width: 200px;
        height: 200px;
        top: 28.738px;
        left: 96.959px;
    }

    #IMAGE1046>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kadi-20221227024056-kdhz1.png");
    }

    #BUTTON_TEXT1063 {
        width: 208px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1063>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1063 {
        width: 243.363px;
        height: 42.8422px;
        top: 295.158px;
        left: 52.785px;
    }

    #BUTTON1063>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1063>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1063.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1063>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #GROUP1100 {
        width: 767.605px;
        height: 395.812px;
        top: 141.9px;
        left: 207.542px;
    }

    #BUTTON_TEXT1102 {
        width: 242px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1102>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1102 {
        width: 258.363px;
        height: 42.8422px;
        top: 622.179px;
        left: 470.818px;
    }

    #BUTTON1102>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1102>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1102.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1102>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #PARAGRAPH1509 {
        width: 434px;
        top: 465.17px;
        left: 73.7925px;
    }

    #PARAGRAPH1509>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 16px;
        text-align: justify;
        line-height: 1.4;
    }

    #SHAPE1510 {
        width: 20px;
        height: 20px;
        top: 412.17px;
        left: 44.9841px;
    }

    #SHAPE1510 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SECTION1525 {
        height: 630.1px;
    }

    #SECTION1525>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION1525 .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");
    }

    #SHAPE1529 {
        width: 19px;
        height: 19px;
        top: 325.557px;
        left: 42.7848px;
    }

    #SHAPE1529 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1530 {
        width: 19px;
        height: 19px;
        top: 401.24px;
        left: 42.7848px;
    }

    #SHAPE1530 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #HEADLINE1531 {
        width: 502px;
        top: 76.293px;
        left: 42.7846px;
    }

    #HEADLINE1531>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(13, 100, 220);
        font-size: 24px;
        text-align: left;
        line-height: 1.4;
    }

    #PARAGRAPH1532 {
        width: 475px;
        top: 168.222px;
        left: 69.7606px;
    }

    #PARAGRAPH1532>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }

    #SHAPE1533 {
        width: 19px;
        height: 19px;
        top: 174.056px;
        left: 42.7846px;
    }

    #SHAPE1533 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1534 {
        width: 19px;
        height: 19px;
        top: 247.637px;
        left: 42.7848px;
    }

    #SHAPE1534 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #IMAGE1535 {
        width: 582.093px;
        height: 394.212px;
        top: 62.588px;
        left: 575.164px;
    }

    #IMAGE1535>.ladi-image>.ladi-image-background {
        width: 664.509px;
        height: 457.65px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1000x800/596486701663abf2d493432e/ctg05817-20221226071037-ojmi0.png");
    }

    #IMAGE1535>.ladi-image {
        border-radius: 20px;
    }

    #HEADLINE1549 {
        width: 609px;
        top: 32.4385px;
        left: 295.5px;
    }

    #HEADLINE1549>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 34px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1550 {
        width: 125px;
        top: 262.185px;
        left: 832.03px;
    }

    #HEADLINE1550>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1551 {
        width: 146px;
        top: 262.185px;
        left: 1020.2px;
    }

    #HEADLINE1551>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1552 {
        width: 156px;
        top: 262.185px;
        left: 33.8px;
    }

    #HEADLINE1552>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1553 {
        width: 147px;
        top: 262.144px;
        left: 426.165px;
    }

    #HEADLINE1553>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1554 {
        width: 122px;
        top: 262.144px;
        left: 642.848px;
    }

    #HEADLINE1554>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1555 {
        width: 116px;
        top: 262.185px;
        left: 249.483px;
    }

    #HEADLINE1555>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1556 {
        width: 140px;
        height: 119.15px;
        top: 135.19px;
        left: 237.483px;
    }

    #IMAGE1556>.ladi-image>.ladi-image-background {
        width: 158.708px;
        height: 119.15px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/bia_icon-20221228043834-t_qh7.png");
    }

    #IMAGE1556>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1557 {
        width: 140px;
        height: 119.15px;
        top: 135.19px;
        left: 433.165px;
    }

    #IMAGE1557>.ladi-image>.ladi-image-background {
        width: 158.708px;
        height: 119.15px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/kara_icon-20221228044146-xxlqu.png");
    }

    #IMAGE1557>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1558 {
        width: 140px;
        height: 119.15px;
        top: 135.19px;
        left: 628.848px;
    }

    #IMAGE1558>.ladi-image>.ladi-image-background {
        width: 158.708px;
        height: 119.15px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/coffe_icon-20221228044612-ud5gp.png");
    }

    #IMAGE1558>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1559 {
        width: 140px;
        height: 119.15px;
        top: 135.19px;
        left: 824.53px;
    }

    #IMAGE1559>.ladi-image>.ladi-image-background {
        width: 158.708px;
        height: 119.15px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/fastfood_icon-20221228044817-ui-45.png");
    }

    #IMAGE1559>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1560 {
        width: 140px;
        height: 119.143px;
        top: 135.192px;
        left: 1020.2px;
    }

    #IMAGE1560>.ladi-image>.ladi-image-background {
        width: 158.698px;
        height: 119.143px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/chanh_icon-20221228045227-odzyw.png");
    }

    #IMAGE1560>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1561 {
        width: 140px;
        height: 119.145px;
        top: 135.192px;
        left: 41.8px;
    }

    #IMAGE1561>.ladi-image>.ladi-image-background {
        width: 158.701px;
        height: 119.145px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/quanan_icon-20221228045424-qzrsg.png");
    }

    #IMAGE1561>.ladi-image {
        border-radius: 20px;
    }

    #SECTION1562 {
        height: 674.1px;
    }

    #SECTION1562>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION1562 .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");
    }

    #HEADLINE1564 {
        width: 818px;
        top: 45.195px;
        left: 158.796px;
    }

    #HEADLINE1564>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(13, 100, 220);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke-width: 0px;
    }

    #IMAGE1565 {
        width: 744.865px;
        height: 486.644px;
        top: 94.8393px;
        left: 131.235px;
    }

    #IMAGE1565>.ladi-image>.ladi-image-background {
        width: 929.709px;
        height: 486.645px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1250x800/596486701663abf2d493432e/rbg/bo-phan-cung-01-1-1-20220727084214.png");
    }

    #HEADLINE1566 {
        width: 118px;
        top: 169.839px;
        left: 795.53px;
    }

    #HEADLINE1566>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }

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

    #SHAPE1567 {
        width: 71px;
        height: 71px;
        top: 190.339px;
        left: 476.358px;
    }

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

    #SHAPE1568 {
        width: 76.5px;
        height: 76.5px;
        top: 291.943px;
        left: 319.205px;
    }

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

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

    #HEADLINE1569 {
        width: 135px;
        top: 214.839px;
        left: 353.705px;
    }

    #HEADLINE1569>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }

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

    #HEADLINE1570 {
        width: 135px;
        top: 450.993px;
        left: 195.235px;
    }

    #HEADLINE1570>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }

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

    #SHAPE1571 {
        width: 72.0875px;
        height: 73px;
        top: 425.493px;
        left: 341.618px;
    }

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

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

    #HEADLINE1572 {
        width: 287px;
        top: 420.493px;
        left: 764.455px;
    }

    #HEADLINE1572>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }

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

    #HEADLINE1573 {
        width: 135px;
        top: 291.943px;
        left: 206.618px;
    }

    #HEADLINE1573>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }

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

    #SHAPE1574 {
        width: 88px;
        height: 88px;
        top: 159.134px;
        left: 722.455px;
    }

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

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

    #SHAPE1575 {
        width: 88px;
        height: 88px;
        top: 388.493px;
        left: 764.455px;
    }

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

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

    #IMAGE1579 {
        width: 544.696px;
        height: 328.798px;
        top: 90.942px;
        left: 606.018px;
    }

    #IMAGE1579>.ladi-image>.ladi-image-background {
        width: 555.696px;
        height: 328.798px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s900x650/596486701663abf2d493432e/theodoidoanhthu_fnb-20230106043528-3i3a9.png");
    }

    #IMAGE1579>.ladi-image {
        border-radius: 8px;
    }

    #BUTTON_TEXT1586 {
        width: 169px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1586>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 22px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1586 {
        width: 304.5px;
        height: 50.421px;
        top: 453.289px;
        left: 244.75px;
    }

    #BUTTON1586>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1586>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1586.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1586>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #HEADLINE1588 {
        width: 399px;
        top: 191.289px;
        left: 197.5px;
    }

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

    #HEADLINE1589 {
        width: 188px;
        top: 187.289px;
        left: 303px;
    }

    #HEADLINE1589>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 41px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH1590 {
        width: 572px;
        top: 354.25px;
        left: 111px;
    }

    #PARAGRAPH1590>.ladi-paragraph {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 32px;
        text-align: center;
        line-height: 1.4;
    }

    #PARAGRAPH1591 {
        width: 606px;
        top: 276.25px;
        left: 94px;
    }

    #PARAGRAPH1591>.ladi-paragraph {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 56px;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON_TEXT1592 {
        width: 208px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1592>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1592 {
        width: 243.363px;
        height: 42.8422px;
        top: 505.958px;
        left: 478.318px;
    }

    #BUTTON1592>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1592>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1592.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1592>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

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

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

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

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

    #POPUP1594.ladi-animation>.ladi-popup {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
    }

    #POPUP1594 .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");
    }

    #GROUP1595 {
        width: 218px;
        height: 81.5px;
        top: 396.75px;
        left: 91.5px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #FORM1609 {
        width: 350px;
        height: 215px;
        top: 169.5px;
        left: 25.755px;
    }

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

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

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

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

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

    #FORM1609 .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");
    }

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

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

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

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

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

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

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

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

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

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

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

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

    #FORM_ITEM1614 {
        width: 171.021px;
        height: 43.1088px;
        top: 58.7306px;
        left: 178.979px;
    }

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

    #IMAGE1616 {
        width: 117px;
        height: 30px;
        top: 54.75px;
        left: 142px;
    }

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

    #HEADLINE1617 {
        width: 360px;
        top: 19.75px;
        left: 20.755px;
    }

    #HEADLINE1617>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(0, 90, 192);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1618 {
        width: 57px;
        height: 57px;
        top: 97.75px;
        left: 136.255px;
    }

    #IMAGE1618>.ladi-image>.ladi-image-background {
        width: 57px;
        height: 57px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/4-20221227055005-0ylwq.png");
    }

    #IMAGE1618>.ladi-image {
        border-radius: 8px;
    }

    #IMAGE1619 {
        width: 57px;
        height: 57px;
        top: 97.75px;
        left: 204.255px;
    }

    #IMAGE1619>.ladi-image>.ladi-image-background {
        width: 57px;
        height: 57px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/3-20221227055005-wt-kf.png");
    }

    #IMAGE1619>.ladi-image {
        border-radius: 8px;
    }

    #SHAPE1620 {
        width: 19px;
        height: 19px;
        top: 170.179px;
        left: 638.164px;
    }

    #SHAPE1620 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1621 {
        width: 19px;
        height: 19px;
        top: 190.516px;
        left: 46.785px;
    }

    #SHAPE1621 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1622 {
        width: 19px;
        height: 19px;
        top: 240.76px;
        left: 682.714px;
    }

    #SHAPE1622 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #BUTTON_TEXT1624 {
        width: 208px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1624>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1624 {
        width: 243.363px;
        height: 42.8422px;
        top: 495.932px;
        left: 478.318px;
    }

    #BUTTON1624>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1624>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1624.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1624>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #BUTTON_TEXT1628 {
        width: 208px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1628>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1628 {
        width: 243.363px;
        height: 42.8422px;
        top: 592px;
        left: 478.318px;
    }

    #BUTTON1628>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1628>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1628.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1628>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #BUTTON_TEXT1630 {
        width: 208px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1630>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 19px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1630 {
        width: 243.363px;
        height: 42.8422px;
        top: 574px;
        left: 478.318px;
    }

    #BUTTON1630>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1630>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1630.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1630>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #PARAGRAPH1632 {
        width: 1159px;
        top: 25.5px;
        left: 20.4995px;
    }

    #PARAGRAPH1632>.ladi-paragraph {
        font-family: "Inter-ExtraBold.ttf";
        color: rgb(10, 103, 233);
        font-size: 33px;
        text-align: center;
        line-height: 1.6;
    }

    #BOX1633 {
        width: 357px;
        height: 594px;
        top: 0px;
        left: 20px;
    }

    #BOX1633>.ladi-box {
        background-color: rgb(244, 244, 244);
        border-radius: 15px;
    }

    #BOX1634 {
        width: 357px;
        height: 594px;
        top: 0px;
        left: 421.5px;
    }

    #BOX1634>.ladi-box {
        background-color: rgb(244, 244, 244);
        border-radius: 15px;
    }

    #BOX1635 {
        width: 357px;
        height: 594px;
        top: 0px;
        left: 826.5px;
    }

    #BOX1635>.ladi-box {
        background-color: rgb(244, 244, 244);
        border-radius: 15px;
    }
}

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

    #SECTION3 {
        height: 689.828px;
    }

    #SECTION3>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION3 .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");
    }

    #PARAGRAPH12 {
        width: 314px;
        top: 554.63px;
        left: 65.762px;
    }

    #PARAGRAPH12>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 14px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH16 {
        width: 332px;
        top: 304.708px;
        left: 56.5px;
    }

    #PARAGRAPH16>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #HEADLINE17 {
        width: 364px;
        top: 231px;
        left: 32.0275px;
    }

    #HEADLINE17>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(0, 90, 192);
        font-size: 19px;
        text-align: center;
        line-height: 1.4;
    }

    #PARAGRAPH29 {
        width: 335px;
        top: 314.432px;
        left: 54.2645px;
    }

    #PARAGRAPH29>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #SHAPE31 {
        width: 15px;
        height: 15px;
        top: 317.432px;
        left: 32.4997px;
    }

    #SHAPE31 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SECTION98 {
        height: 515.508px;
    }

    #SECTION98>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x515/596486701663abf2d493432e/s6-bg-20220328031636.png");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION98 .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");
    }

    #HEADLINE103 {
        width: 360px;
        top: 18.688px;
        left: 30px;
    }

    #HEADLINE103>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE104 {
        width: 170px;
        top: 107.689px;
        left: 200.207px;
    }

    #HEADLINE104>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE105 {
        width: 120px;
        top: 371.688px;
        left: 203.207px;
    }

    #HEADLINE105>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #HEADLINE106 {
        width: 150px;
        top: 244.692px;
        left: 200.207px;
    }

    #HEADLINE106>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH107 {
        width: 170px;
        top: 155.689px;
        left: 200.207px;
    }

    #PARAGRAPH107>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(199, 224, 255);
        font-size: 17px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH108 {
        width: 120px;
        top: 420.688px;
        left: 203.207px;
    }

    #PARAGRAPH108>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(199, 224, 255);
        font-size: 17px;
        text-align: left;
        line-height: 1.2;
    }

    #PARAGRAPH109 {
        width: 150px;
        top: 293.692px;
        left: 200.207px;
    }

    #PARAGRAPH109>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(199, 224, 255);
        font-size: 17px;
        text-align: left;
        line-height: 1.2;
    }

    #IMAGE113 {
        width: 90px;
        height: 90px;
        top: 371.688px;
        left: 104.207px;
    }

    #IMAGE113>.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");
    }

    #IMAGE114 {
        width: 90px;
        height: 90px;
        top: 244.692px;
        left: 98.2072px;
    }

    #IMAGE114>.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");
    }

    #IMAGE115 {
        width: 90px;
        height: 90px;
        top: 106.689px;
        left: 93.2072px;
    }

    #IMAGE115>.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");
    }

    #PARAGRAPH357 {
        width: 314px;
        top: 379.484px;
        left: 65.762px;
    }

    #PARAGRAPH357>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 14px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH358 {
        width: 314px;
        top: 438.484px;
        left: 65.762px;
    }

    #PARAGRAPH358>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 14px;
        text-align: justify;
        line-height: 1.4;
    }

    #PARAGRAPH359 {
        width: 314px;
        top: 495.63px;
        left: 65.762px;
    }

    #PARAGRAPH359>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 14px;
        text-align: justify;
        line-height: 1.4;
    }

    #SECTION361 {
        height: 787.57px;
    }

    #SECTION361 .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");
    }

    #HEADLINE362 {
        width: 359px;
        top: 84px;
        left: 25px;
    }

    #HEADLINE362>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(13, 100, 220);
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
    }

    #PARAGRAPH367 {
        width: 341px;
        top: 367.672px;
        left: 50.5px;
    }

    #PARAGRAPH367>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #HEADLINE368 {
        width: 374px;
        top: 297.672px;
        left: 25.2645px;
    }

    #HEADLINE368>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(0, 90, 192);
        font-size: 19px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE370 {
        width: 398px;
        top: 259.069px;
        left: 11px;
    }

    #HEADLINE370>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(0, 90, 192);
        font-size: 19px;
        text-align: center;
        line-height: 1.4;
    }

    #PARAGRAPH389 {
        width: 332px;
        top: 330.069px;
        left: 56.5px;
    }

    #PARAGRAPH389>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #SECTION571 {
        height: 425.913px;
    }

    #SECTION571>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION571 .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");
    }

    #HEADLINE572 {
        width: 276px;
        top: 32.835px;
        left: 71.5px;
    }

    #HEADLINE572>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #BOX626 {
        width: 370px;
        height: 240.888px;
        top: 124.305px;
        left: 25px;
    }

    #BOX626>.ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s700x550/596486701663abf2d493432e/kho-khan-20220726103613.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 19px;
    }

    #HEADLINE648 {
        width: 362px;
        top: 273.534px;
        left: 28.9997px;
    }

    #HEADLINE648>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(0, 90, 192);
        font-size: 19px;
        text-align: center;
        line-height: 1.4;
    }

    #BOX761 {
        width: 370px;
        height: 189.673px;
        top: 95.736px;
        left: 25.2645px;
    }

    #BOX761>.ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 20px;
    }

    #IMAGE763 {
        width: 262.882px;
        height: 237.904px;
        top: 39px;
        left: 37.6765px;
    }

    #IMAGE763>.ladi-image>.ladi-image-background {
        width: 262.882px;
        height: 237.904px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s600x550/596486701663abf2d493432e/thuc-don_1-20220728044526.png");
    }

    #IMAGE763>.ladi-image {
        border-radius: 10px;
    }

    #DROPBOX775 {
        width: 300px;
        height: 300px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

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

    #DROPBOX775 .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%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    #SHAPE783 {
        width: 15px;
        height: 15px;
        top: 541.615px;
        left: 32.4997px;
    }

    #SHAPE783 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE782 {
        width: 15px;
        height: 15px;
        top: 475.554px;
        left: 32.4997px;
    }

    #SHAPE782 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE32 {
        width: 15px;
        height: 15px;
        top: 406.493px;
        left: 31.9997px;
    }

    #SHAPE32 svg:last-child {
        fill: rgb(40, 180, 80);
    }

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

    #SECTION2 {
        height: 416.107px;
    }

    #SECTION2>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x416/596486701663abf2d493432e/cover_mobile-20230106095559-fmh31.png");
        background-position: center center;
        background-repeat: no-repeat;
    }

    #SECTION2 .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");
    }

    #SECTION850 {
        height: 96.497px;
    }

    #SECTION850>.ladi-section-background {
        background-color: rgb(0, 90, 192);
    }

    #SECTION850 .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");
    }

    #HEADLINE851 {
        width: 400px;
        top: 14.497px;
        left: 10px;
    }

    #HEADLINE851>.ladi-headline {
        font-family: "Inter-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION852 {
        height: 732px;
    }

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

    #SECTION852 .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");
    }

    #HEADLINE853 {
        width: 420px;
        top: 42px;
        left: 0.401px;
    }

    #HEADLINE853>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION912 {
        height: 381.482px;
    }

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

    #SECTION912 .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");
    }

    #IMAGE950 {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 296.877px;
    }

    #IMAGE950>.ladi-image>.ladi-image-background {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/294528549_104324805699152_4863455587845777353_njpg-20221226033136-tiyae.png");
    }

    #IMAGE951 {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 0px;
    }

    #IMAGE951>.ladi-image>.ladi-image-background {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/154758169_3789825097763895_4915802305894292091_njpg-20221226033329-kfpdu.png");
    }

    #IMAGE953 {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 197.918px;
    }

    #IMAGE953>.ladi-image>.ladi-image-background {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/69591178_1000999863573474_724030442704994304_n-20221226033722-svxfm.png");
    }

    #IMAGE956 {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 98.9589px;
    }

    #IMAGE956>.ladi-image>.ladi-image-background {
        width: 90.9413px;
        height: 90.9422px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/ban-cong-20221226034432-oucub.png");
    }

    #IMAGE960 {
        width: 65.6862px;
        height: 65.686px;
        top: 0px;
        left: 0px;
    }

    #IMAGE960>.ladi-image>.ladi-image-background {
        width: 65.6862px;
        height: 65.686px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/kiotviet-logomark-20221212042242-gamzw.png");
    }

    #IMAGE961 {
        width: 82.829px;
        height: 21.5925px;
        top: 22.0468px;
        left: 58.1194px;
    }

    #IMAGE961>.ladi-image>.ladi-image-background {
        width: 82.829px;
        height: 21.5925px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x350/596486701663abf2d493432e/kiotviet-logotype-white-sizes-20221212042324-xb03w.png");
    }

    #SECTION964 {
        height: 540.672px;
    }

    #SECTION964 .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");
    }

    #SECTION965 {
        height: 557.911px;
    }

    #SECTION965>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION965 .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");
    }

    #IMAGE967 {
        width: 133.048px;
        height: 161.711px;
        top: 135.961px;
        left: 261.952px;
    }

    #IMAGE967>.ladi-image>.ladi-image-background {
        width: 216.045px;
        height: 161.711px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x500/596486701663abf2d493432e/main-20221226044556-vznfb.png");
    }

    #IMAGE968 {
        width: 364.945px;
        height: 226px;
        top: 15px;
        left: 32.0275px;
    }

    #IMAGE968>.ladi-image>.ladi-image-background {
        width: 364.945px;
        height: 226px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x550/596486701663abf2d493432e/no_wifi-20221226063932-rfneq.png");
    }

    #SECTION969 {
        height: 424.708px;
    }

    #SECTION969 .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");
    }

    #HEADLINE976 {
        width: 305px;
        top: 367.5px;
        left: 49.5px;
    }

    #HEADLINE976>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #HEADLINE978 {
        width: 200px;
        top: 293px;
        left: 49.5px;
    }

    #HEADLINE978>.ladi-headline {
        font-family: "SanFranciscoDisplay-Heavy.otf";
        color: rgb(15, 152, 28);
        font-size: 74px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE980 {
        width: 200px;
        top: 236px;
        left: 96.959px;
    }

    #HEADLINE980>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE981 {
        width: 305px;
        top: 288.5px;
        left: 49.5px;
    }

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

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

    #GROUP1018 {
        width: 140.948px;
        height: 65.686px;
        top: 97px;
        left: 29px;
    }

    #SHAPE1019 {
        width: 17px;
        height: 17px;
        top: 390.484px;
        left: 40.238px;
    }

    #SHAPE1019 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE1020 {
        width: 17px;
        height: 17px;
        top: 449.484px;
        left: 40.238px;
    }

    #SHAPE1020 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE1021 {
        width: 17px;
        height: 17px;
        top: 506.63px;
        left: 40.238px;
    }

    #SHAPE1021 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE1022 {
        width: 17px;
        height: 17px;
        top: 626.678px;
        left: 40.238px;
    }

    #SHAPE1022 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SHAPE909 {
        width: 18px;
        height: 18px;
        top: 388.704px;
        left: 116.5px;
    }

    #SHAPE909 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #SHAPE908 {
        width: 18px;
        height: 14.7044px;
        top: 487.718px;
        left: 122.9px;
    }

    #SHAPE908 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #SHAPE907 {
        width: 15px;
        height: 18.2401px;
        top: 284.944px;
        left: 147.707px;
    }

    #SHAPE907 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #SHAPE906 {
        width: 14px;
        height: 17.282px;
        top: 141.064px;
        left: 165.9px;
    }

    #SHAPE906 svg:last-child {
        fill: rgb(16, 72, 145);
    }

    #IMAGE878 {
        width: 151.159px;
        height: 44.0513px;
        top: 10px;
        left: 134.42px;
    }

    #IMAGE878>.ladi-image>.ladi-image-background {
        width: 151.159px;
        height: 44.0513px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x350/596486701663abf2d493432e/kiotviet-logo-20221129042415-jyt8z.png");
    }

    #HEADLINE146 {
        width: 210px;
        top: 384.704px;
        left: 140.5px;
    }

    #HEADLINE146>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE144 {
        width: 180px;
        top: 483.704px;
        left: 147.9px;
    }

    #HEADLINE144>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE141 {
        width: 160px;
        top: 282.944px;
        left: 167.9px;
    }

    #HEADLINE141>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE140 {
        width: 160px;
        top: 137.705px;
        left: 186.499px;
    }

    #HEADLINE140>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        line-height: 1.6;
    }

    #PARAGRAPH139 {
        width: 307px;
        top: 414.704px;
        left: 65.9993px;
    }

    #PARAGRAPH139>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH138 {
        width: 294px;
        top: 514.561px;
        left: 68.499px;
    }

    #PARAGRAPH138>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH137 {
        width: 240px;
        top: 312.561px;
        left: 95.499px;
    }

    #PARAGRAPH137>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH136 {
        width: 240px;
        top: 171.705px;
        left: 89.9995px;
    }

    #PARAGRAPH136>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #BOX135 {
        width: 380px;
        height: 85px;
        top: 378.704px;
        left: 20px;
    }

    #BOX135>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX134 {
        width: 380px;
        height: 107px;
        top: 477.704px;
        left: 20px;
    }

    #BOX134>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX133 {
        width: 380px;
        height: 85px;
        top: 276.704px;
        left: 20px;
    }

    #BOX133>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #BOX132 {
        width: 380px;
        height: 127px;
        top: 131.705px;
        left: 20px;
    }

    #BOX132>.ladi-box {
        background-color: rgb(255, 255, 255);
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }

    #HEADLINE131 {
        width: 271px;
        top: 71.7052px;
        left: 74.4995px;
    }

    #HEADLINE131>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 17px;
        text-align: center;
        line-height: 1.2;
    }

    #SECTION102 {
        height: 682.705px;
    }

    #SECTION102>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION102 .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");
    }

    #IMAGE1024 {
        width: 101.046px;
        height: 101.047px;
        top: 98.9303px;
        left: 253.284px;
    }

    #IMAGE1024>.ladi-image>.ladi-image-background {
        width: 101.046px;
        height: 101.047px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kemdua-20221226102038-trrja.png");
    }

    #IMAGE1025 {
        width: 101.046px;
        height: 101.047px;
        top: 98.9303px;
        left: 35.1387px;
    }

    #IMAGE1025>.ladi-image>.ladi-image-background {
        width: 101.046px;
        height: 101.047px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kombologo-20221226102225-9rvvt.png");
    }

    #IMAGE1026 {
        width: 101.046px;
        height: 101.047px;
        top: 98.9303px;
        left: 144.268px;
    }

    #IMAGE1026>.ladi-image>.ladi-image-background {
        width: 101.046px;
        height: 101.047px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kadilogo-20221226103002-ubz1r.png");
    }

    #IMAGE1028 {
        width: 370px;
        height: 192.464px;
        top: 52px;
        left: 24.999px;
    }

    #IMAGE1028>.ladi-image>.ladi-image-background {
        width: 370px;
        height: 192.464px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x500/596486701663abf2d493432e/ban_lap-20221226112831-hw-ya.png");
    }

    #IMAGE1028>.ladi-image {
        box-shadow: 0px 15px 20px -19px #2662D1;
        -webkit-box-shadow: 0px 15px 20px -19px #2662D1;
        border-radius: 8px;
    }

    #CAROUSEL1045 {
        width: 419.599px;
        height: 596px;
        top: 106px;
        left: 0.401px;
    }

    #IMAGE1005 {
        width: 200px;
        height: 198.413px;
        top: 25.3572px;
        left: 543.5px;
    }

    #IMAGE1005>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 198.413px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x500/596486701663abf2d493432e/say-20221227023846-ut9as.png");
    }

    #HEADLINE994 {
        width: 218px;
        top: 236px;
        left: 534.5px;
    }

    #HEADLINE994>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP983 {
        width: 305px;
        height: 231.5px;
        top: 285.428px;
        left: 477.5px;
    }

    #LINE986 {
        width: 305px;
        top: 0px;
        left: 0px;
    }

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

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

    #HEADLINE985 {
        width: 200px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE985>.ladi-headline {
        font-family: "SanFranciscoDisplay-Heavy.otf";
        color: rgb(15, 152, 28);
        font-size: 74px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE984 {
        width: 305px;
        top: 74.5px;
        left: 0px;
    }

    #HEADLINE984>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #IMAGE999 {
        width: 200px;
        height: 200px;
        top: 28.738px;
        left: 956px;
    }

    #IMAGE999>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/logo_vit-20221227023850-mqerj.png");
    }

    #HEADLINE997 {
        width: 200px;
        top: 236px;
        left: 961px;
    }

    #HEADLINE997>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP987 {
        width: 305px;
        height: 253.5px;
        top: 285.428px;
        left: 899.5px;
    }

    #LINE990 {
        width: 305px;
        top: 0px;
        left: 0px;
    }

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

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

    #HEADLINE989 {
        width: 200px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE989>.ladi-headline {
        font-family: "SanFranciscoDisplay-Heavy.otf";
        color: rgb(15, 152, 28);
        font-size: 74px;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE988 {
        width: 305px;
        top: 74.5px;
        left: 0px;
    }

    #HEADLINE988>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #IMAGE1046 {
        width: 192.082px;
        height: 191.651px;
        top: 28.738px;
        left: 96.959px;
    }

    #IMAGE1046>.ladi-image>.ladi-image-background {
        width: 192.082px;
        height: 191.651px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x500/596486701663abf2d493432e/kadi-20221227024056-kdhz1.png");
    }

    #BUTTON_TEXT1063 {
        width: 243px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1063>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1063 {
        width: 208.494px;
        height: 35.8422px;
        top: 453.069px;
        left: 105.753px;
    }

    #BUTTON1063>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1063>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1063.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1063>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #GROUP1100 {
        width: 387.818px;
        height: 199.977px;
        top: 108.835px;
        left: 15.591px;
    }

    #BUTTON_TEXT1102 {
        width: 258px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1102>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1102 {
        width: 242.494px;
        height: 35.8422px;
        top: 699.679px;
        left: 82.253px;
    }

    #BUTTON1102>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1102>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1102.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1102>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #PARAGRAPH1509 {
        width: 314px;
        top: 615.678px;
        left: 65.762px;
    }

    #PARAGRAPH1509>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(37, 37, 37);
        font-size: 14px;
        text-align: justify;
        line-height: 1.4;
    }

    #SHAPE1510 {
        width: 17px;
        height: 17px;
        top: 565.63px;
        left: 40.238px;
    }

    #SHAPE1510 svg:last-child {
        fill: rgb(234, 26, 10);
    }

    #SECTION1525 {
        height: 760.318px;
    }

    #SECTION1525>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION1525 .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");
    }

    #SHAPE1529 {
        width: 15px;
        height: 15px;
        top: 531.476px;
        left: 29px;
    }

    #SHAPE1529 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1530 {
        width: 15px;
        height: 15px;
        top: 599.476px;
        left: 29px;
    }

    #SHAPE1530 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #HEADLINE1531 {
        width: 361px;
        top: 309.476px;
        left: 33.5275px;
    }

    #HEADLINE1531>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(13, 100, 220);
        font-size: 19px;
        text-align: center;
        line-height: 1.4;
    }

    #PARAGRAPH1532 {
        width: 344px;
        top: 385.476px;
        left: 49.5px;
    }

    #PARAGRAPH1532>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    #SHAPE1533 {
        width: 15px;
        height: 15px;
        top: 399.476px;
        left: 29px;
    }

    #SHAPE1533 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1534 {
        width: 15px;
        height: 15px;
        top: 466.476px;
        left: 29px;
    }

    #SHAPE1534 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #IMAGE1535 {
        width: 370px;
        height: 266.84px;
        top: 32px;
        left: 25px;
    }

    #IMAGE1535>.ladi-image>.ladi-image-background {
        width: 448.665px;
        height: 308.997px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x650/596486701663abf2d493432e/ctg05817-20221226071037-ojmi0.png");
    }

    #IMAGE1535>.ladi-image {
        border-radius: 20px;
    }

    #HEADLINE1549 {
        width: 420px;
        top: 28px;
        left: 1px;
    }

    #HEADLINE1549>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(10, 103, 233);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1550 {
        width: 100px;
        top: 316.172px;
        left: 160.444px;
    }

    #HEADLINE1550>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1551 {
        width: 116px;
        top: 316.17px;
        left: 283.021px;
    }

    #HEADLINE1551>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1552 {
        width: 125px;
        top: 175.172px;
        left: 15.591px;
    }

    #HEADLINE1552>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1553 {
        width: 117px;
        top: 175.137px;
        left: 282.521px;
    }

    #HEADLINE1553>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1554 {
        width: 97px;
        top: 316.139px;
        left: 29.5905px;
    }

    #HEADLINE1554>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE1555 {
        width: 93px;
        top: 175.172px;
        left: 163.944px;
    }

    #HEADLINE1555>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(28, 28, 28);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1556 {
        width: 111.811px;
        height: 95.1595px;
        top: 73.7454px;
        left: 154.538px;
    }

    #IMAGE1556>.ladi-image>.ladi-image-background {
        width: 126.752px;
        height: 95.1595px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x400/596486701663abf2d493432e/bia_icon-20221228043834-t_qh7.png");
    }

    #IMAGE1556>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1557 {
        width: 111.811px;
        height: 95.1595px;
        top: 73.7454px;
        left: 285.115px;
    }

    #IMAGE1557>.ladi-image>.ladi-image-background {
        width: 126.752px;
        height: 95.1595px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x400/596486701663abf2d493432e/kara_icon-20221228044146-xxlqu.png");
    }

    #IMAGE1557>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1558 {
        width: 111.811px;
        height: 95.1595px;
        top: 214.747px;
        left: 22.185px;
    }

    #IMAGE1558>.ladi-image>.ladi-image-background {
        width: 126.752px;
        height: 95.1595px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x400/596486701663abf2d493432e/coffe_icon-20221228044612-ud5gp.png");
    }

    #IMAGE1558>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1559 {
        width: 111.811px;
        height: 95.1595px;
        top: 214.747px;
        left: 154.538px;
    }

    #IMAGE1559>.ladi-image>.ladi-image-background {
        width: 126.752px;
        height: 95.1595px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x400/596486701663abf2d493432e/fastfood_icon-20221228044817-ui-45.png");
    }

    #IMAGE1559>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1560 {
        width: 111.811px;
        height: 95.1539px;
        top: 214.747px;
        left: 285.115px;
    }

    #IMAGE1560>.ladi-image>.ladi-image-background {
        width: 126.744px;
        height: 95.1539px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x400/596486701663abf2d493432e/chanh_icon-20221228045227-odzyw.png");
    }

    #IMAGE1560>.ladi-image {
        border-radius: 20px;
    }

    #IMAGE1561 {
        width: 111.811px;
        height: 95.1558px;
        top: 73.7454px;
        left: 22.1855px;
    }

    #IMAGE1561>.ladi-image>.ladi-image-background {
        width: 126.747px;
        height: 95.1558px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x400/596486701663abf2d493432e/quanan_icon-20221228045424-qzrsg.png");
    }

    #IMAGE1561>.ladi-image {
        border-radius: 20px;
    }

    #SECTION1562 {
        height: 447.709px;
    }

    #SECTION1562>.ladi-section-background {
        background-color: rgb(239, 249, 254);
    }

    #SECTION1562 .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");
    }

    #HEADLINE1564 {
        width: 394px;
        top: 30px;
        left: 17.444px;
    }

    #HEADLINE1564>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(13, 100, 220);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke-width: 0px;
    }

    #IMAGE1565 {
        width: 414.267px;
        height: 270.654px;
        top: 80.644px;
        left: -54.5733px;
    }

    #IMAGE1565>.ladi-image>.ladi-image-background {
        width: 517.071px;
        height: 270.655px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s850x600/596486701663abf2d493432e/rbg/bo-phan-cung-01-1-1-20220727084214.png");
    }

    #HEADLINE1566 {
        width: 117px;
        top: 89.588px;
        left: 273px;
    }

    #HEADLINE1566>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

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

    #SHAPE1567 {
        width: 36.104px;
        height: 36.104px;
        top: 182.644px;
        left: 76.591px;
    }

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

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

    #SHAPE1568 {
        width: 38.104px;
        height: 38.104px;
        top: 136.644px;
        left: 140.538px;
    }

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

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

    #HEADLINE1569 {
        width: 135px;
        top: 118.644px;
        left: 57.8405px;
    }

    #HEADLINE1569>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

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

    #HEADLINE1570 {
        width: 59px;
        top: 283.651px;
        left: 13.591px;
    }

    #HEADLINE1570>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

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

    #SHAPE1571 {
        width: 39.5958px;
        height: 40.097px;
        top: 283.651px;
        left: 78px;
    }

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

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

    #HEADLINE1572 {
        width: 94px;
        top: 218.748px;
        left: 317.444px;
    }

    #HEADLINE1572>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

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

    #HEADLINE1573 {
        width: 97px;
        top: 166.748px;
        left: -2px;
    }

    #HEADLINE1573>.ladi-headline {
        font-family: "Inter-Regular.ttf";
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

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

    #SHAPE1574 {
        width: 50.056px;
        height: 50.056px;
        top: 89.588px;
        left: 242.059px;
    }

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

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

    #SHAPE1575 {
        width: 44.353px;
        height: 44.353px;
        top: 225.395px;
        left: 283.021px;
    }

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

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

    #IMAGE1579 {
        width: 370px;
        height: 219.715px;
        top: 44px;
        left: 25px;
    }

    #IMAGE1579>.ladi-image>.ladi-image-background {
        width: 370px;
        height: 219.715px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x550/596486701663abf2d493432e/theodoidoanhthu_fnb-20230106043528-3i3a9.png");
    }

    #IMAGE1579>.ladi-image {
        border-radius: 8px;
    }

    #BUTTON_TEXT1586 {
        width: 305px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1586>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1586 {
        width: 168.5px;
        height: 25.421px;
        top: 284.686px;
        left: 32.25px;
    }

    #BUTTON1586>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1586>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1586.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1586>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #HEADLINE1588 {
        width: 175px;
        top: 159.686px;
        left: 29px;
    }

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

    #HEADLINE1589 {
        width: 90px;
        top: 162.686px;
        left: 71.5px;
    }

    #HEADLINE1589>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH1590 {
        width: 175px;
        top: 232.686px;
        left: 29px;
    }

    #PARAGRAPH1590>.ladi-paragraph {
        font-family: "Inter-Regular.ttf";
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
    }

    #PARAGRAPH1591 {
        width: 243px;
        top: 200.686px;
        left: -5px;
    }

    #PARAGRAPH1591>.ladi-paragraph {
        font-family: "Inter-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON_TEXT1592 {
        width: 243px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1592>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1592 {
        width: 208.494px;
        height: 35.8422px;
        top: 670.476px;
        left: 105.753px;
    }

    #BUTTON1592>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1592>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1592.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1592>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

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

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

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

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

    #POPUP1594.ladi-animation>.ladi-popup {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
    }

    #POPUP1594 .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");
    }

    #GROUP1595 {
        width: 218px;
        height: 81.5px;
        top: 423.75px;
        left: 91.5px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #FORM1609 {
        width: 350px;
        height: 237px;
        top: 171.5px;
        left: 25.755px;
    }

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

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

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

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

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

    #FORM1609 .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");
    }

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

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

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

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

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

    #BUTTON1610 {
        width: 255.982px;
        height: 43.1088px;
        top: 193.891px;
        left: 46.746px;
    }

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

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

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

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

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

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

    #FORM_ITEM1614 {
        width: 171.021px;
        height: 43.1088px;
        top: 58.7306px;
        left: 178.979px;
    }

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

    #IMAGE1616 {
        width: 144.3px;
        height: 37px;
        top: 44.75px;
        left: 128.605px;
    }

    #IMAGE1616>.ladi-image>.ladi-image-background {
        width: 144.3px;
        height: 37px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20221129042415-jyt8z.png");
    }

    #HEADLINE1617 {
        width: 365px;
        top: 12.75px;
        left: 25.755px;
    }

    #HEADLINE1617>.ladi-headline {
        font-family: "Inter-Bold.ttf";
        color: rgb(0, 90, 192);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE1618 {
        width: 57px;
        height: 57px;
        top: 97.75px;
        left: 136.255px;
    }

    #IMAGE1618>.ladi-image>.ladi-image-background {
        width: 57px;
        height: 57px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/4-20221227055005-0ylwq.png");
    }

    #IMAGE1618>.ladi-image {
        border-radius: 8px;
    }

    #IMAGE1619 {
        width: 57px;
        height: 57px;
        top: 97.75px;
        left: 204.255px;
    }

    #IMAGE1619>.ladi-image>.ladi-image-background {
        width: 57px;
        height: 57px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/3-20221227055005-wt-kf.png");
    }

    #IMAGE1619>.ladi-image {
        border-radius: 8px;
    }

    #SHAPE1620 {
        width: 15px;
        height: 15px;
        top: 308.708px;
        left: 32.0275px;
    }

    #SHAPE1620 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1621 {
        width: 15px;
        height: 15px;
        top: 334px;
        left: 37.6765px;
    }

    #SHAPE1621 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #SHAPE1622 {
        width: 15px;
        height: 15px;
        top: 371.672px;
        left: 31.9997px;
    }

    #SHAPE1622 svg:last-child {
        fill: rgb(40, 180, 80);
    }

    #BUTTON_TEXT1624 {
        width: 243px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1624>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1624 {
        width: 208.494px;
        height: 35.8422px;
        top: 616.615px;
        left: 105.753px;
    }

    #BUTTON1624>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1624>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1624.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1624>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #BUTTON_TEXT1628 {
        width: 243px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1628>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1628 {
        width: 208.494px;
        height: 35.8422px;
        top: 338.792px;
        left: 105.253px;
    }

    #BUTTON1628>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1628>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1628.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1628>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #BUTTON_TEXT1630 {
        width: 243px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT1630>.ladi-headline {
        font-family: "Inter-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }

    #BUTTON1630 {
        width: 208.494px;
        height: 35.8422px;
        top: 364.397px;
        left: 110.197px;
    }

    #BUTTON1630>.ladi-button>.ladi-button-background {
        background-color: rgb(40, 180, 80);
    }

    #BUTTON1630>.ladi-button {
        border-radius: 60px;
    }

    #BUTTON1630.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #BUTTON1630>.ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }

    #PARAGRAPH1632 {
        width: 400px;
        top: 27px;
        left: 10px;
    }

    #PARAGRAPH1632>.ladi-paragraph {
        font-family: "Inter-ExtraBold.ttf";
        color: rgb(13, 100, 220);
        font-size: 21px;
        text-align: center;
        line-height: 1.2;
    }

    #BOX1633 {
        width: 380px;
        height: 568.652px;
        top: 0px;
        left: 20px;
    }

    #BOX1633>.ladi-box {
        background-color: rgb(244, 244, 244);
        border-radius: 15px;
    }

    #BOX1634 {
        width: 380px;
        height: 568.652px;
        top: 0px;
        left: 442.5px;
    }

    #BOX1634>.ladi-box {
        background-color: rgb(244, 244, 244);
        border-radius: 15px;
    }

    #BOX1635 {
        width: 381px;
        height: 568.988px;
        top: 0px;
        left: 861.5px;
    }

    #BOX1635>.ladi-box {
        background-color: rgb(244, 244, 244);
        border-radius: 15px;
    }
}