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

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

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

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

.overflow-hidden {
    overflow: hidden
}

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

.opacity-0 {
    opacity: 0
}

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

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    background: rgba(0, 0, 0, .3)
}

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

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

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

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

.ladi-wraper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

.ladi-section .ladi-section-arrow-down {
    position: absolute;
    width: 36px;
    height: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: 4px;
    cursor: pointer;
    z-index: 90000040
}

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

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

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-element {
    position: absolute
}

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

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

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

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    background-position: -28px
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
    background-position: -52px
}

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

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 350ms 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(./ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
    width: 100%
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
    top: 0;
    width: 100%
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
    height: 100%
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
    height: 100%
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
    height: 100%
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
    height: 100%;
    right: 0
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    background-position: -28px
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px;
    background-position: -52px
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    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% - 18px);
    width: 30px;
    height: 36px
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    background-position: -28px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    background-position: -52px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    background-position: -28px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    background-position: -52px;
    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% - 18px);
    width: 36px;
    height: 30px
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    background-position: -77px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    background-position: 3px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    background-position: -77px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    background-position: 3px;
    transform: scale(.6)
}

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

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

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
    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(./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-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

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

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

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

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none
}

#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important
}

#SECTION_POPUP .popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    z-index: 9000000080;
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: -108px;
    cursor: pointer;
    display: none
}

.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;
    float: left;
}

.ladi-countdown > .ladi-element:last-child {
    margin-right: 0 !important
}

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

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

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

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

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

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

.ladi-collection.carousel {
    overflow: hidden
}

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

.ladi-collection .ladi-collection-content .ladi-collection-item {
    display: block;
    position: relative;
    float: left;
    box-shadow: 0 0 0 1px #fff
}

.ladi-collection .ladi-collection-content .ladi-collection-page {
    float: left
}

.ladi-collection .ladi-collection-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    background-position: -28px
}

.ladi-collection .ladi-collection-arrow-right {
    right: 5px;
    background-position: -52px
}

.ladi-collection .ladi-collection-button-next {
    position: absolute;
    width: 36px;
    height: 30px;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: 4px;
    cursor: pointer;
    z-index: 90000040
}

.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-element[id^=BUTTON_TEXT] {
    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 > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

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

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-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:not([data-selected=""]) {
    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[data-selected=""] {
    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-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: inline-flex
}

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

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

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

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

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

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

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

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

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

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

.ladi-cart .ladi-cart-action button span {
    font-size: 13px;
    position: relative;
    top: .5px
}

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

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

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

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

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

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

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

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center
}

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

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

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

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

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

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

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

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

.ladi-line {
    position: relative
}

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

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9000000090;
    background: url(./ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: -108px;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-spin-lucky .ladi-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(.25, .1, 0, 1);
    text-decoration-line: inherit;
    text-transform: inherit;
    -webkit-text-decoration-line: 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;
    text-transform: inherit;
    -webkit-text-decoration-line: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
}
@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 1200px;
    }
}

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

body {
    font-family: "Open Sans", sans-serif
}
@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION1 {
        height: 76.7px;
    }

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

    #SECTION3 {
        height: 82.5px;
    }

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

    #SECTION4 {
        height: 1153.5px;
    }

    #SECTION4 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION5 {
        height: 838.7px;
    }

    #SECTION5 > .ladi-section-background {
        background-image: url("./bg-06-cut-20201112040729.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION6 {
        height: 968.7px;
    }

    #SECTION6 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-edit-04-20201112102056.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION7 {
        height: 1040.6px;
    }

    #SECTION7 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-04-cut-20201112041031.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION8 {
        height: 783.7px;
    }

    #SECTION8 > .ladi-section-background {
        background-image: url("./bg-03-cut-20201112041103.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION9 {
        height: 728.3px;
    }

    #SECTION9 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-edit-02-20201112102008.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION10 {
        height: 1372.7px;
    }

    #SECTION10 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-edit-01-20201112101948.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH11 {
        width: 580px;
        top: 0px;
        left: 83px;
    }

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

    #PARAGRAPH12 {
        width: 686px;
        top: 2.25px;
        left: 0px;
    }

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

    #COUNTDOWN14 {
        width: 130px;
        height: 20px;
        top: 5px;
        left: 0px;
    }

    #COUNTDOWN14 > .ladi-countdown {
        color: rgb(255, 1, 1);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
    }

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

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

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

    #HEADLINE19 {
        width: 15px;
        top: 0px;
        left: 92px;
    }

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

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

    #GROUP20 {
        width: 130px;
        height: 25px;
        top: 0px;
        left: 557px;
    }

    #GROUP21 {
        width: 687px;
        height: 48.25px;
        top: 13px;
        left: 250px;
    }

    #PARAGRAPH22 {
        width: 311px;
        top: 0px;
        left: 19px;
    }

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

    #PARAGRAPH23 {
        width: 321px;
        top: 37px;
        left: 19px;
    }

    #PARAGRAPH23 > .ladi-paragraph {
        color: rgb(48, 135, 232);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE24 {
        height: 53px;
        top: 6px;
        left: 0px;
    }

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

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

    #IMAGE25 {
        width: 251.059px;
        height: 97px;
        top: 3.3px;
        left: 200px;
    }

    #IMAGE25 > .ladi-image > .ladi-image-background {
        width: 251.059px;
        height: 116.364px;
        top: -10.009px;
        left: 0px;
        background-image: url("./havita_logo-01-20201112064548.png");
    }

    #BOX26 {
        width: 410px;
        height: 40px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH27 {
        width: 100px;
        top: 1.75px;
        left: 0px;
    }

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

    #SHAPE28 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 104px;
    }

    #SHAPE28 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP29 {
        width: 133.5px;
        height: 29.5px;
        top: 5.25px;
        left: 8px;
    }

    #PARAGRAPH31 {
        width: 104px;
        top: 2px;
        left: 0px;
    }

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

    #SHAPE32 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 114px;
    }

    #SHAPE32 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP30 {
        width: 143.5px;
        height: 29.5px;
        top: 5px;
        left: 156px;
    }

    #PARAGRAPH34 {
        width: 92px;
        top: 6px;
        left: 310px;
    }

    #PARAGRAPH34 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE36 {
        width: 480px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE36 > .ladi-headline {
        color: rgb(11, 87, 95);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE37 {
        width: 500px;
        top: 50px;
        left: 0px;
    }

    #HEADLINE37 > .ladi-headline {
        color: rgb(35, 179, 214);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE38 {
        width: 606.966px;
        height: 185px;
        top: 0px;
        left: 0px;
    }

    #IMAGE38 > .ladi-image > .ladi-image-background {
        width: 606.966px;
        height: 185px;
        top: 0px;
        left: 0px;
        background-image: url("./sec9-cont-bg-img2-20201112023240.png");
    }

    #PARAGRAPH39 {
        width: 354px;
        top: 100px;
        left: 20px;
    }

    #PARAGRAPH39 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }

    #PARAGRAPH40 {
        width: 230px;
        top: 170px;
        left: 110px;
    }

    #PARAGRAPH40 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        line-height: 1.6;
    }

    #PARAGRAPH41 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #PARAGRAPH42 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #PARAGRAPH43 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #PARAGRAPH44 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE45 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE45 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #IMAGE46 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE46 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #IMAGE47 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE47 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #IMAGE48 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE48 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP49 {
        width: 320px;
        height: 31px;
        top: 150px;
        left: 0px;
    }

    #GROUP50 {
        width: 320px;
        height: 31px;
        top: 100px;
        left: 0px;
    }

    #GROUP51 {
        width: 320px;
        height: 31px;
        top: 50px;
        left: 0px;
    }

    #GROUP52 {
        width: 320px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #LINE53 {
        width: 280px;
        top: 30px;
        left: 40px;
    }

    #LINE53 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE54 {
        width: 280px;
        top: 80px;
        left: 40px;
    }

    #LINE54 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE55 {
        width: 280px;
        top: 130px;
        left: 40px;
    }

    #LINE55 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #IMAGE56 {
        width: 336.149px;
        height: 390px;
        top: 0px;
        left: 0px;
    }

    #IMAGE56 > .ladi-image > .ladi-image-background {
        width: 407.71px;
        height: 389.555px;
        top: 0.445025px;
        left: -48.561px;
        background-image: url("./havita-sp-04p-20201112064503.png?v=1");
    }

    #IMAGE57 {
        width: 106px;
        height: 106px;
        top: 42px;
        left: 220px;
    }

    #IMAGE57 > .ladi-image > .ladi-image-background {
        width: 106px;
        height: 106px;
        top: 0px;
        left: 0px;
        background-image: url("./badge-20201112023747.png");
    }

    #IMAGE58 {
        width: 467.229px;
        height: 87.7px;
        top: 0px;
        left: 0px;
    }

    #IMAGE58 > .ladi-image > .ladi-image-background {
        width: 507.794px;
        height: 87.7px;
        top: 0px;
        left: -40.5648px;
        background-image: url("./abcccccccccc-20201112090101.png");
    }

    #IMAGE59 {
        width: 299.2px;
        height: 40px;
        top: 683.3px;
        left: 480px;
    }

    #IMAGE59 > .ladi-image > .ladi-image-background {
        width: 299.2px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("./sec1-chnl-img-20201112024043.png");
    }

    #HEADLINE60 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE60 > .ladi-headline {
        color: rgb(255, 1, 1);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE61 {
        width: 580px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE61 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE62 {
        width: 491px;
        height: 14.73px;
        top: 130px;
        left: 0px;
    }

    #IMAGE62 > .ladi-image > .ladi-image-background {
        width: 491px;
        height: 14.73px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-hdg-bar-20201112024214.png");
    }

    #PARAGRAPH63 {
        width: 590px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH63 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE65 {
        width: 117.886px;
        height: 132px;
        top: 0px;
        left: 16.057px;
    }

    #IMAGE65 > .ladi-image > .ladi-image-background {
        width: 117.886px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img4-20201112024404.png");
    }

    #IMAGE66 {
        width: 120.377px;
        height: 132px;
        top: 0px;
        left: 4.8115px;
    }

    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 120.377px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img1-20201112024403.png");
    }

    #IMAGE67 {
        width: 119.547px;
        height: 132px;
        top: 0px;
        left: 15.2265px;
    }

    #IMAGE67 > .ladi-image > .ladi-image-background {
        width: 119.547px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img3-20201112024403.png");
    }

    #IMAGE68 {
        width: 124.836px;
        height: 132px;
        top: 0px;
        left: 5.2265px;
    }

    #IMAGE68 > .ladi-image > .ladi-image-background {
        width: 124.836px;
        height: 135.386px;
        top: 0px;
        left: 0px;
        background-image: url("./bgvcss-20201112104707.png");
    }

    #PARAGRAPH69 {
        width: 130px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH69 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH70 {
        width: 130px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH70 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH71 {
        width: 150px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH71 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH72 {
        width: 150px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH72 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP73 {
        width: 150px;
        height: 177px;
        top: 973.3px;
        left: 549.811px;
    }

    #GROUP74 {
        width: 150px;
        height: 177px;
        top: 973.3px;
        left: 397.873px;
    }

    #GROUP75 {
        width: 130px;
        height: 177px;
        top: 973.3px;
        left: 100px;
    }

    #GROUP76 {
        width: 130.062px;
        height: 177px;
        top: 973.3px;
        left: 249.937px;
    }

    #PARAGRAPH77 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH78 {
        width: 590px;
        top: 59px;
        left: 0px;
    }

    #PARAGRAPH78 > .ladi-paragraph {
        color: rgb(23, 144, 173);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE79 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE79 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.2;
    }

    #PARAGRAPH80 {
        width: 580px;
        top: 120px;
        left: 0px;
    }

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

    #PARAGRAPH81 {
        width: 180px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH82 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP83 {
        width: 180px;
        height: 78px;
        top: 0px;
        left: 40px;
    }

    #IMAGE84 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE84 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP85 {
        width: 220px;
        height: 78px;
        top: 370.6px;
        left: 590px;
    }

    #PARAGRAPH88 {
        width: 180px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH89 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP87 {
        width: 180px;
        height: 78px;
        top: 0px;
        left: 40px;
    }

    #IMAGE90 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE90 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP86 {
        width: 220px;
        height: 78px;
        top: 370.6px;
        left: 830px;
    }

    #PARAGRAPH93 {
        width: 180px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH94 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP92 {
        width: 180px;
        height: 102px;
        top: 0px;
        left: 40px;
    }

    #IMAGE95 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE95 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP91 {
        width: 220px;
        height: 102px;
        top: 470.6px;
        left: 590px;
    }

    #PARAGRAPH98 {
        width: 180px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH99 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP97 {
        width: 180px;
        height: 54px;
        top: 0px;
        left: 40px;
    }

    #IMAGE100 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE100 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP96 {
        width: 220px;
        height: 54px;
        top: 470.6px;
        left: 830px;
    }

    #IMAGE101 {
        width: 315.753px;
        height: 410px;
        top: 300.6px;
        left: 190px;
    }

    #IMAGE101 > .ladi-image > .ladi-image-background {
        width: 429.109px;
        height: 410px;
        top: 0px;
        left: -9.11113px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #IMAGE102 {
        width: 321.512px;
        height: 209.072px;
        top: 487.9px;
        left: -70px;
    }

    #IMAGE102 > .ladi-image > .ladi-image-background {
        width: 321.512px;
        height: 209.072px;
        top: 0px;
        left: 0px;
        background-image: url("./group-1111-20201112104314.png");
    }

    #IMAGE102 > .ladi-image {
        border-radius: 0px;
    }

    #PARAGRAPH103 {
        width: 400px;
        top: 13px;
        left: 113px;
    }

    #PARAGRAPH103 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }

    #IMAGE104 {
        width: 537.152px;
        height: 130px;
        top: 0px;
        left: 0px;
    }

    #IMAGE104 > .ladi-image > .ladi-image-background {
        width: 537.152px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-btm-cont-bg-20201112025717.png");
    }

    #HEADLINE108 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE108 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.2;
    }

    #IMAGE109 {
        width: 493px;
        height: 14.79px;
        top: 110px;
        left: 0px;
    }

    #IMAGE109 > .ladi-image > .ladi-image-background {
        width: 493px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-hdg-bar-20201112030347.png");
    }

    #PARAGRAPH110 {
        width: 480px;
        top: 205.4px;
        left: 110px;
    }

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

    #IMAGE111 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE111 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img2-20201112030443.png");
    }

    #IMAGE112 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE112 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img4-20201112030443.png");
    }

    #IMAGE113 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE113 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img3-20201112030443.png");
    }

    #IMAGE114 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE114 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img1-20201112030443.png");
    }

    #PARAGRAPH115 {
        width: 380px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH116 {
        width: 380px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH117 {
        width: 380px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH118 {
        width: 380px;
        top: 30px;
        left: 0px;
    }

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

    #HEADLINE119 {
        width: 380px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE119 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE120 {
        width: 380px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE120 > .ladi-headline {
        color: rgb(24, 144, 173);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE121 {
        width: 380px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE121 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE122 {
        width: 380px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE122 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP123 {
        width: 380px;
        height: 78px;
        top: 19.409px;
        left: 100px;
    }

    #GROUP124 {
        width: 380px;
        height: 78px;
        top: 15.333px;
        left: 100px;
    }

    #GROUP125 {
        width: 380px;
        height: 78px;
        top: 0.001px;
        left: 100px;
    }

    #GROUP126 {
        width: 380px;
        height: 54px;
        top: 14px;
        left: 100px;
    }

    #IMAGE127 {
        width: 167.167px;
        height: 170px;
        top: 205.4px;
        left: 690px;
    }

    #IMAGE127 > .ladi-image > .ladi-image-background {
        width: 167.167px;
        height: 170px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-badge-20201112030939.png");
    }

    #PARAGRAPH129 {
        width: 252px;
        top: 30px;
        left: 0px;
    }

    #PARAGRAPH129 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.2;
    }

    #HEADLINE130 {
        width: 380px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE130 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 23px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP128 {
        width: 380px;
        height: 94px;
        top: 640.1px;
        left: 940px;
    }

    #HEADLINE137 {
        width: 820px;
        top: 30.6px;
        left: 190px;
    }

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

    #IMAGE138 {
        width: 991.391px;
        height: 880px;
        top: 160.6px;
        left: 110px;
    }

    #IMAGE138 > .ladi-image > .ladi-image-background {
        width: 991.391px;
        height: 880px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-list-item-20201112065420.png");
    }

    #IMAGE139 {
        width: 177px;
        height: 41px;
        top: 30px;
        left: 0px;
    }

    #IMAGE139 > .ladi-image > .ladi-image-background {
        width: 177px;
        height: 41px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-top-img-20201112031511.png");
    }

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

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

    #PARAGRAPH141 {
        width: 160px;
        top: 290.6px;
        left: 140px;
    }

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

    #PARAGRAPH142 {
        width: 160px;
        top: 360.6px;
        left: 140px;
    }

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

    #PARAGRAPH143 {
        width: 160px;
        top: 425.6px;
        left: 140px;
    }

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

    #PARAGRAPH144 {
        width: 160px;
        top: 510.6px;
        left: 140px;
    }

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

    #PARAGRAPH145 {
        width: 160px;
        top: 580.6px;
        left: 140px;
    }

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

    #PARAGRAPH146 {
        width: 160px;
        top: 650.6px;
        left: 140px;
    }

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

    #PARAGRAPH147 {
        width: 160px;
        top: 720.6px;
        left: 140px;
    }

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

    #PARAGRAPH160 {
        width: 160px;
        top: 790.6px;
        left: 140px;
    }

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

    #PARAGRAPH161 {
        width: 160px;
        top: 870.6px;
        left: 140px;
    }

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

    #PARAGRAPH162 {
        width: 160px;
        top: 942.6px;
        left: 140px;
    }

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

    #HEADLINE169 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE169 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.2;
    }

    #IMAGE170 {
        width: 493px;
        height: 14.79px;
        top: 70px;
        left: 0px;
    }

    #IMAGE170 > .ladi-image > .ladi-image-background {
        width: 493px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-hdg-bar-20201112030347.png");
    }

    #GROUP171 {
        width: 580px;
        height: 84.79px;
        top: 51.3px;
        left: 510px;
    }

    #PARAGRAPH174 {
        width: 363px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH175 {
        width: 363px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH175 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP173 {
        width: 363px;
        height: 126px;
        top: 0px;
        left: 117px;
    }

    #PARAGRAPH178 {
        width: 363px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH179 {
        width: 363px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH179 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP177 {
        width: 363px;
        height: 126px;
        top: 2px;
        left: 117px;
    }

    #PARAGRAPH181 {
        width: 363px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH182 {
        width: 363px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH182 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP180 {
        width: 363px;
        height: 102px;
        top: 0px;
        left: 117px;
    }

    #PARAGRAPH197 {
        width: 363px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH198 {
        width: 363px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH198 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP196 {
        width: 363px;
        height: 102px;
        top: 0px;
        left: 117px;
    }

    #PARAGRAPH200 {
        width: 363px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH201 {
        width: 363px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH201 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP199 {
        width: 363px;
        height: 126px;
        top: 0px;
        left: 117px;
    }

    #IMAGE202 {
        width: 97px;
        height: 97px;
        top: 0px;
        left: 0px;
    }

    #IMAGE202 > .ladi-image > .ladi-image-background {
        width: 97px;
        height: 97px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img2-20201112032330.png");
    }

    #IMAGE203 {
        width: 97px;
        height: 97px;
        top: 6px;
        left: 0px;
    }

    #IMAGE203 > .ladi-image > .ladi-image-background {
        width: 97px;
        height: 97px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img5-20201112032330.png");
    }

    #IMAGE204 {
        width: 97px;
        height: 97px;
        top: 9px;
        left: 0px;
    }

    #IMAGE204 > .ladi-image > .ladi-image-background {
        width: 97px;
        height: 97px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img1-20201112032329.png");
    }

    #IMAGE205 {
        width: 97px;
        height: 97px;
        top: 13px;
        left: 0px;
    }

    #IMAGE205 > .ladi-image > .ladi-image-background {
        width: 97px;
        height: 97px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img4-20201112032330.png");
    }

    #IMAGE206 {
        width: 97px;
        height: 97px;
        top: 6px;
        left: 0px;
    }

    #IMAGE206 > .ladi-image > .ladi-image-background {
        width: 97px;
        height: 97px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img3-20201112032330.png");
    }

    #HEADLINE213 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE214 {
        width: 580px;
        height: 14.79px;
        top: 110px;
        left: 0px;
    }

    #IMAGE214 > .ladi-image > .ladi-image-background {
        width: 580px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-hdg-bar-20201112032627.png");
    }

    #GROUP212 {
        width: 580px;
        height: 124.79px;
        top: 31.2px;
        left: 310px;
    }

    #IMAGE215 {
        width: 279.1px;
        height: 426.327px;
        top: 228.4px;
        left: 460px;
    }

    #IMAGE215 > .ladi-image > .ladi-image-background {
        width: 446.196px;
        height: 426.327px;
        top: 0px;
        left: -59.2218px;
        background-image: url("./havita-sp-04-20201112064503.png");
    }

    #PARAGRAPH217 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH218 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH218 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

    #GROUP216 {
        width: 270px;
        height: 78px;
        top: 280.2px;
        left: 90px;
    }

    #PARAGRAPH220 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH221 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH221 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
    }

    #GROUP219 {
        width: 270px;
        height: 101px;
        top: 569.2px;
        left: 90px;
    }

    #PARAGRAPH223 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH224 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH224 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP222 {
        width: 270px;
        height: 101px;
        top: 280.2px;
        left: 830px;
    }

    #PARAGRAPH226 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH227 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH227 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP225 {
        width: 270px;
        height: 125px;
        top: 567.2px;
        left: 830px;
    }

    #PARAGRAPH229 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH230 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH230 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP228 {
        width: 270px;
        height: 125px;
        top: 699.2px;
        left: 590px;
    }

    #PARAGRAPH232 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

    #HEADLINE233 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE233 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP231 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #BUTTON_TEXT234 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON234 {
        width: 245px;
        height: 70px;
        top: 23.3px;
        left: 810px;
    }

    #BUTTON234 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #HEADLINE237 {
        width: 780px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE238 {
        width: 780px;
        height: 14.79px;
        top: 120px;
        left: 0px;
    }

    #IMAGE238 > .ladi-image > .ladi-image-background {
        width: 780px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-hdg-bar-20201112032627.png");
    }

    #GROUP236 {
        width: 780px;
        height: 134.79px;
        top: 31.5px;
        left: 210px;
    }

    #IMAGE244 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE244 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img1-20201112033309.png");
    }

    #PARAGRAPH249 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH251 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE252 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE252 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH253 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH253 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP254 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 10px;
    }

    #IMAGE256 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE256 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img2-20201112033309.png");
    }

    #PARAGRAPH257 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH258 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE259 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE259 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH260 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH260 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP255 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 510px;
    }

    #IMAGE262 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE262 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img3-20201112033309.png");
    }

    #PARAGRAPH263 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH264 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE265 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE265 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH266 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH266 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP261 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 1010px;
    }

    #IMAGE268 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE268 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img3-20201112033309.png");
    }

    #PARAGRAPH269 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH270 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE271 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE271 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH272 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH272 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP267 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 1510px;
    }

    #CAROUSEL273 {
        width: 1000px;
        height: 930px;
        top: 175.5px;
        left: 1280px;
        display: none !important;
    }

    #PARAGRAPH276 {
        width: 260px;
        top: 0px;
        left: 30px;
    }

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

    #PARAGRAPH277 {
        width: 260px;
        top: 33px;
        left: 30px;
    }

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

    #LINE278 {
        height: 53px;
        top: 6px;
        left: 0px;
    }

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

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

    #IMAGE279 {
        width: 227.368px;
        height: 90px;
        top: 2px;
        left: 140px;
    }

    #IMAGE279 > .ladi-image > .ladi-image-background {
        width: 227.368px;
        height: 105.384px;
        top: -11.8421px;
        left: 0px;
        background-image: url("./havita_logo-01-20201112064548.png");
    }

    #BOX280 {
        width: 430px;
        height: 40px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH282 {
        width: 130px;
        top: 0.7px;
        left: 0px;
    }

    #PARAGRAPH282 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE283 {
        width: 28.0953px;
        height: 29.5px;
        top: 0px;
        left: 120px;
    }

    #SHAPE283 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP281 {
        width: 148.095px;
        height: 29.5px;
        top: 6.25px;
        left: 6px;
    }

    #PARAGRAPH285 {
        width: 141px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH285 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE286 {
        width: 28.0952px;
        height: 29.5px;
        top: 0.25px;
        left: 130px;
    }

    #SHAPE286 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP284 {
        width: 158.095px;
        height: 29.75px;
        top: 5.625px;
        left: 166px;
    }

    #PARAGRAPH287 {
        width: 108px;
        top: 6.5px;
        left: 330px;
    }

    #PARAGRAPH287 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE288 {
        width: 500px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE288 > .ladi-headline {
        color: rgb(11, 87, 95);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE289 {
        width: 500px;
        top: 50px;
        left: 0px;
    }

    #HEADLINE289 > .ladi-headline {
        color: rgb(35, 179, 214);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE290 {
        width: 557.753px;
        height: 170px;
        top: 0px;
        left: 0px;
    }

    #IMAGE290 > .ladi-image > .ladi-image-background {
        width: 557.753px;
        height: 170px;
        top: 0px;
        left: 0px;
        background-image: url("./sec9-cont-bg-img2-20201112023240.png");
    }

    #PARAGRAPH291 {
        width: 382px;
        top: 96.3px;
        left: 20px;
    }

    #PARAGRAPH291 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

    #PARAGRAPH292 {
        width: 230px;
        top: 160.3px;
        left: 81px;
    }

    #PARAGRAPH292 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        line-height: 1.6;
    }

    #PARAGRAPH294 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

    #PARAGRAPH294 > .ladi-paragraph {
        color: rgb(35, 179, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE295 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE295 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP293 {
        width: 320px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH297 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE298 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE298 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP296 {
        width: 320px;
        height: 31px;
        top: 50px;
        left: 0px;
    }

    #PARAGRAPH300 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE301 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE301 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP299 {
        width: 320px;
        height: 31px;
        top: 100px;
        left: 0px;
    }

    #PARAGRAPH303 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE304 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE304 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP302 {
        width: 320px;
        height: 31px;
        top: 150px;
        left: 0px;
    }

    #LINE305 {
        width: 280px;
        top: 30px;
        left: 40px;
    }

    #LINE305 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE306 {
        width: 280px;
        top: 80px;
        left: 40px;
    }

    #LINE306 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #IMAGE308 {
        width: 336.192px;
        height: 391.7px;
        top: 310px;
        left: 0px;
    }

    #IMAGE308 > .ladi-image > .ladi-image-background {
        width: 336.192px;
        height: 391.7px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-04p-20201112064503.png?v=1");
    }

    #IMAGE309 {
        width: 106px;
        height: 106px;
        top: 432px;
        left: 300px;
    }

    #IMAGE309 > .ladi-image > .ladi-image-background {
        width: 106px;
        height: 106px;
        top: 0px;
        left: 0px;
        background-image: url("./badge-20201112023747.png");
    }

    #SECTION274 {
        height: 703.7px;
    }

    #SECTION274 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-edit-08-20201112102124.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH330 {
        width: 380px;
        top: 24px;
        left: 100px;
    }

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

    #PARAGRAPH331 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

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

    #LINE332 {
        width: 1920px;
        top: -1.7px;
        left: -360px;
    }

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

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

    #SECTION333 {
        height: 124.2px;
    }

    #SECTION333 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH338 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

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

    #HEADLINE339 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP337 {
        width: 590px;
        height: 105px;
        top: 21.5px;
        left: 110px;
    }

    #SECTION334 {
        height: 124.2px;
    }

    #SECTION334 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH344 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

    #HEADLINE345 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE345 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP343 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #SECTION340 {
        height: 124.2px;
    }

    #SECTION340 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH350 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

    #HEADLINE351 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE351 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP349 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #SECTION346 {
        height: 124.2px;
    }

    #SECTION346 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH356 {
        width: 590px;
        top: 34px;
        left: 0px;
    }

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

    #SECTION352 {
        height: 124.2px;
    }

    #SECTION352 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #GROUP358 {
        width: 410px;
        height: 40px;
        top: 101.3px;
        left: 310px;
    }

    #IMAGE359 {
        width: 340px;
        height: 120px;
        top: 20.6px;
        left: 840px;
    }

    #IMAGE359 > .ladi-image > .ladi-image-background {
        width: 340px;
        height: 226.667px;
        top: -80px;
        left: 0px;
        background-image: url("./anh-01-20201112103614.png");
    }

    #BOX360 {
        width: 320px;
        height: 510px;
        top: 0px;
        left: 0px;
    }

    #BOX360 > .ladi-box {
        background-color: rgb(9, 69, 75);
    }

    #HEADLINE361 {
        width: 220px;
        top: 5px;
        left: 50px;
    }

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

    #HEADLINE362 {
        width: 310px;
        top: 35px;
        left: 5px;
    }

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

    #BOX363 {
        width: 300px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #BOX363 > .ladi-box {
        background-color: rgb(23, 153, 41);
    }

    #HEADLINE364 {
        width: 300px;
        top: 5.5px;
        left: 0px;
    }

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

    #GROUP365 {
        width: 300px;
        height: 35px;
        top: 95px;
        left: 9.144px;
    }

    #FORM366 {
        width: 280px;
        height: 200px;
        top: 145px;
        left: 19.144px;
    }

    #FORM366 > .ladi-form {
        color: rgb(59, 59, 59);
        font-size: 15px;
        line-height: 1.6;
    }

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

    #FORM366 .ladi-form-item {
        padding-left: 14px;
        padding-right: 14px;
    }

    #FORM366 .ladi-form-item.ladi-form-checkbox {
        padding-left: 19px;
        padding-right: 19px;
    }

    #FORM366 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(59%2C%2059%2C%2059%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM366 .ladi-form-item-container {
        border-style: solid;
        border-color: rgb(11, 100, 23);
        border-width: 1px;
        border-radius: 9px;
    }

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

    #BUTTON367 {
        width: 280px;
        height: 55px;
        top: 190px;
        left: 0px;
    }

    #BUTTON367 > .ladi-button > .ladi-button-background {
        background-color: rgb(17, 145, 34);
    }

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

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

    #BUTTON_TEXT367 {
        width: 280px;
        top: 13.0344px;
        left: 0px;
    }

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

    #FORM_ITEM368 {
        width: 280px;
        height: 50.6897px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM370 {
        width: 280px;
        height: 50.6897px;
        top: 60px;
        left: 0px;
    }
    #FORM_ITEM371 {
        width: 280px;
        height: 50.6897px;
        top: 122px;
        left: 0px;
    }
    #IMAGE372 {
        width: 280px;
        height: 50px;
        top: 32px;
        left: 0px;
    }

    #IMAGE372 > .ladi-image > .ladi-image-background {
        width: 280px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("./index-frm-sec-logo-20201112043458.png");
    }

    #IMAGE372 > .ladi-image {
        border-style: solid;
        border-color: rgb(210, 227, 250);
        border-width: 1px;
    }

    #IMAGE373 {
        width: 11.7727px;
        height: 14.3889px;
        top: 2px;
        left: 14px;
    }

    #IMAGE373 > .ladi-image > .ladi-image-background {
        width: 11.7727px;
        height: 14.3889px;
        top: 0px;
        left: 0px;
        background-image: url("./lock-20201112043604.png");
    }

    #PARAGRAPH374 {
        width: 230px;
        top: 0px;
        left: 33px;
    }

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

    #GROUP375 {
        width: 280px;
        height: 82px;
        top: 410px;
        left: 19.144px;
    }

    #GROUP355 {
        width: 590px;
        height: 82px;
        top: 20.5px;
        left: 110px;
    }

    #HEADLINE357 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE357 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #LINE307 {
        width: 280px;
        top: 130px;
        left: 40px;
    }

    #LINE307 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #IMAGE378 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE378 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img2-20201112033309.png");
    }

    #PARAGRAPH379 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH380 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE381 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE381 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH382 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH382 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP377 {
        width: 478.975px;
        height: 877px;
        top: 205.5px;
        left: 630px;
    }

    #IMAGE384 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE384 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img1-20201112033309.png");
    }

    #PARAGRAPH385 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH386 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE387 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE387 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH388 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH388 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP383 {
        width: 478.975px;
        height: 877px;
        top: 205.5px;
        left: 90px;
    }

    #BUTTON_TEXT389 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON389 {
        width: 245px;
        height: 70px;
        top: 27.4px;
        left: 810px;
    }

    #BUTTON389 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT391 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON391 {
        width: 245px;
        height: 70px;
        top: 27.5px;
        left: 809px;
    }

    #BUTTON391 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT393 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON393 {
        width: 245px;
        height: 70px;
        top: 25.6px;
        left: 810px;
    }

    #BUTTON393 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT395 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON395 {
        width: 245px;
        height: 70px;
        top: 24.7px;
        left: 810px;
    }

    #BUTTON395 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT397 {
        width: 290px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON397 {
        width: 290px;
        height: 86px;
        top: 605.7px;
        left: 440px;
    }

    #BUTTON397 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT399 {
        width: 140px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON399 {
        width: 140px;
        height: 45px;
        top: 935.2px;
        left: 340px;
    }

    #BUTTON399 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #GROUP401 {
        width: 290px;
        height: 58px;
        top: 15px;
        left: 370px;
    }

    #GROUP402 {
        width: 438px;
        height: 40px;
        top: 97px;
        left: 160px;
    }

    #GROUP403 {
        width: 500px;
        height: 114px;
        top: 147px;
        left: 160px;
    }

    #GROUP404 {
        width: 557.753px;
        height: 170px;
        top: 0px;
        left: 0px;
    }

    #GROUP405 {
        width: 557.753px;
        height: 185.3px;
        top: 177px;
        left: 160px;
    }

    #GROUP406 {
        width: 320px;
        height: 181px;
        top: 402px;
        left: 440px;
    }

    #GROUP407 {
        width: 580px;
        height: 45px;
        top: 22.3px;
        left: 310px;
    }

    #GROUP408 {
        width: 480px;
        height: 126px;
        top: 171.3px;
        left: 510px;
    }

    #GROUP409 {
        width: 480px;
        height: 128px;
        top: 331.3px;
        left: 510px;
    }

    #GROUP410 {
        width: 480px;
        height: 103px;
        top: 471.3px;
        left: 510px;
    }

    #GROUP411 {
        width: 480px;
        height: 103px;
        top: 633.3px;
        left: 510px;
    }

    #GROUP412 {
        width: 480px;
        height: 126px;
        top: 771.3px;
        left: 510px;
    }

    #GROUP413 {
        width: 177px;
        height: 71px;
        top: 180.6px;
        left: 130px;
    }

    #GROUP414 {
        width: 480px;
        height: 88.3903px;
        top: 305.4px;
        left: 110px;
    }

    #GROUP415 {
        width: 480px;
        height: 88.3903px;
        top: 404.202px;
        left: 110px;
    }

    #GROUP416 {
        width: 480px;
        height: 93.333px;
        top: 504.204px;
        left: 110px;
    }

    #GROUP417 {
        width: 480px;
        height: 97.409px;
        top: 615.461px;
        left: 110px;
    }

    #GROUP418 {
        width: 580px;
        height: 124.79px;
        top: 55.4px;
        left: 110px;
    }

    #GROUP419 {
        width: 537.152px;
        height: 130px;
        top: 580.6px;
        left: 550px;
    }

    #GROUP420 {
        width: 590px;
        height: 107px;
        top: 1164.3px;
        left: 110px;
    }

    #GROUP421 {
        width: 580px;
        height: 144.73px;
        top: 0px;
        left: 0px;
    }

    #GROUP422 {
        width: 590px;
        height: 210px;
        top: 728.3px;
        left: 110px;
    }

    #GROUP423 {
        width: 320px;
        height: 181px;
        top: 370.6px;
        left: 410px;
    }

    #GROUP424 {
        width: 606.966px;
        height: 194px;
        top: 161.3px;
        left: 290px;
    }

    #GROUP425 {
        width: 500px;
        height: 114px;
        top: 136.3px;
        left: 310px;
    }

    #GROUP426 {
        width: 340px;
        height: 64px;
        top: 20.3px;
        left: 450px;
    }

    #GROUP427 {
        width: 336.149px;
        height: 390px;
        top: 330.6px;
        left: 40px;
    }

    #GROUP428 {
        width: 320px;
        height: 510px;
        top: 153.3px;
        left: 850.856px;
    }

    #GROUP429 {
        width: 580px;
        height: 312px;
        top: 50.6px;
        left: 510px;
    }

    #GROUP430 {
        width: 687px;
        height: 26.25px;
        top: 22px;
        left: 0px;
    }

    #IMAGE431 {
        width: 422.439px;
        height: 210px;
        top: -6.7px;
        left: -260px;
        display: none !important;
    }

    #IMAGE431 > .ladi-image > .ladi-image-background {
        width: 422.439px;
        height: 309.286px;
        top: -51px;
        left: 0px;
        background-image: url("./chuyen-gia-20201112071400.png");
    }

    #IMAGE433 {
        width: 400px;
        height: 270px;
        top: 40.6px;
        left: -290px;
        display: none !important;
    }

    #IMAGE433 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 450px;
        top: 0px;
        left: 0px;
        background-image: url("./box-4-20201112073147.png");
    }

    #IMAGE434 {
        width: 95.3395px;
        height: 91.094px;
        top: 13.3px;
        left: 1150px;
        display: none !important;
    }

    #IMAGE434 > .ladi-image > .ladi-image-background {
        width: 95.3395px;
        height: 91.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #BUTTON_TEXT436 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON436 {
        width: 245px;
        height: 70px;
        top: 23.3px;
        left: 810px;
    }

    #BUTTON436 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH439 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

    #PARAGRAPH439 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE440 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE440 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP438 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #IMAGE441 {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
    }

    #IMAGE441 > .ladi-image > .ladi-image-background {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION435 {
        height: 124.2px;
        display: none !important;
    }

    #SECTION435 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #BUTTON_TEXT443 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON443 {
        width: 245px;
        height: 70px;
        top: 23.3px;
        left: 810px;
    }

    #BUTTON443 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH446 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

    #PARAGRAPH446 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE447 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE447 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP445 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #IMAGE448 {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
    }

    #IMAGE448 > .ladi-image > .ladi-image-background {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION442 {
        height: 124.2px;
        display: none !important;
    }

    #SECTION442 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #BUTTON_TEXT462 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON462 {
        width: 245px;
        height: 70px;
        top: 23.3px;
        left: 810px;
    }

    #BUTTON462 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH465 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

    #PARAGRAPH465 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE466 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE466 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP464 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #IMAGE467 {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
    }

    #IMAGE467 > .ladi-image > .ladi-image-background {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION461 {
        height: 124.2px;
        display: none !important;
    }

    #SECTION461 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH477 {
        width: 311px;
        top: 0px;
        left: 19px;
    }

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

    #PARAGRAPH478 {
        width: 321px;
        top: 37px;
        left: 19px;
    }

    #PARAGRAPH478 > .ladi-paragraph {
        color: rgb(48, 135, 232);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #LINE479 {
        height: 53px;
        top: 6px;
        left: 0px;
    }

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

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

    #GROUP476 {
        width: 340px;
        height: 64px;
        top: 20.3px;
        left: 450px;
    }

    #IMAGE480 {
        width: 251.059px;
        height: 97px;
        top: 3.3px;
        left: 200px;
    }

    #IMAGE480 > .ladi-image > .ladi-image-background {
        width: 251.059px;
        height: 116.364px;
        top: -10.009px;
        left: 0px;
        background-image: url("./havita_logo-01-20201112064548.png");
    }

    #BOX482 {
        width: 410px;
        height: 40px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH484 {
        width: 100px;
        top: 1.75px;
        left: 0px;
    }

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

    #SHAPE485 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 104px;
    }

    #SHAPE485 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP483 {
        width: 133.5px;
        height: 29.5px;
        top: 5.25px;
        left: 8px;
    }

    #PARAGRAPH487 {
        width: 104px;
        top: 2px;
        left: 0px;
    }

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

    #SHAPE488 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 114px;
    }

    #SHAPE488 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP486 {
        width: 143.5px;
        height: 29.5px;
        top: 5px;
        left: 156px;
    }

    #PARAGRAPH489 {
        width: 92px;
        top: 6px;
        left: 310px;
    }

    #PARAGRAPH489 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP481 {
        width: 410px;
        height: 40px;
        top: 101.3px;
        left: 310px;
    }

    #HEADLINE491 {
        width: 480px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE491 > .ladi-headline {
        color: rgb(11, 87, 95);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE492 {
        width: 500px;
        top: 50px;
        left: 0px;
    }

    #HEADLINE492 > .ladi-headline {
        color: rgb(35, 179, 214);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP490 {
        width: 500px;
        height: 114px;
        top: 136.3px;
        left: 310px;
    }

    #PARAGRAPH495 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE496 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE496 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP494 {
        width: 320px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH498 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE499 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE499 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP497 {
        width: 320px;
        height: 31px;
        top: 50px;
        left: 0px;
    }

    #PARAGRAPH501 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE502 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE502 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP500 {
        width: 320px;
        height: 31px;
        top: 100px;
        left: 0px;
    }

    #PARAGRAPH504 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE505 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE505 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP503 {
        width: 320px;
        height: 31px;
        top: 150px;
        left: 0px;
    }

    #LINE506 {
        width: 280px;
        top: 30px;
        left: 40px;
    }

    #LINE506 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE507 {
        width: 280px;
        top: 80px;
        left: 40px;
    }

    #LINE507 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE508 {
        width: 280px;
        top: 130px;
        left: 40px;
    }

    #LINE508 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #GROUP493 {
        width: 320px;
        height: 181px;
        top: 368.3px;
        left: 480px;
    }

    #IMAGE510 {
        width: 336.149px;
        height: 390px;
        top: 0px;
        left: 0px;
    }

    #IMAGE510 > .ladi-image > .ladi-image-background {
        width: 407.71px;
        height: 389.555px;
        top: 0.445025px;
        left: -48.561px;
        background-image: url("./havita-sp-04-20201112064503.png");
    }

    #IMAGE511 {
        width: 106px;
        height: 106px;
        top: 42px;
        left: 220px;
    }

    #IMAGE511 > .ladi-image > .ladi-image-background {
        width: 106px;
        height: 106px;
        top: 0px;
        left: 0px;
        background-image: url("./badge-20201112023747.png");
    }

    #GROUP509 {
        width: 336.149px;
        height: 390px;
        top: 331.3px;
        left: 40px;
    }

    #IMAGE534 {
        width: 323.711px;
        height: 100px;
        top: 43.3px;
        left: 849px;
    }

    #IMAGE534 > .ladi-image > .ladi-image-background {
        width: 323.711px;
        height: 100px;
        top: 0px;
        left: 0px;
        background-image: url("./sec1-ba-img-20201112042526.png");
    }

    #SECTION469 {
        height: 1372.7px;
        display: none !important;
    }

    #SECTION469 > .ladi-section-background {
        background-image: url("./bg-01-20201112022314.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #IMAGE470 {
        width: 422.439px;
        height: 210px;
        top: -6.7px;
        left: -260px;
        display: none !important;
    }

    #IMAGE470 > .ladi-image > .ladi-image-background {
        width: 422.439px;
        height: 309.286px;
        top: -51px;
        left: 0px;
        background-image: url("./chuyen-gia-20201112071400.png");
    }

    #IMAGE472 {
        width: 606.966px;
        height: 185px;
        top: 0px;
        left: 0px;
    }

    #IMAGE472 > .ladi-image > .ladi-image-background {
        width: 606.966px;
        height: 185px;
        top: 0px;
        left: 0px;
        background-image: url("./sec9-cont-bg-img2-20201112023240.png");
    }

    #PARAGRAPH473 {
        width: 354px;
        top: 100px;
        left: 20px;
    }

    #PARAGRAPH473 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }

    #PARAGRAPH474 {
        width: 230px;
        top: 170px;
        left: 110px;
    }

    #PARAGRAPH474 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        line-height: 1.6;
    }

    #GROUP471 {
        width: 606.966px;
        height: 194px;
        top: 161.3px;
        left: 290px;
    }

    #IMAGE475 {
        width: 447.229px;
        height: 80px;
        top: 578.3px;
        left: 370px;
    }

    #IMAGE475 > .ladi-image > .ladi-image-background {
        width: 447.229px;
        height: 670.843px;
        top: -266px;
        left: 0px;
        background-image: url("./giff-20201112050038.gif");
    }

    #IMAGE512 {
        width: 299.2px;
        height: 40px;
        top: 683.3px;
        left: 480px;
    }

    #IMAGE512 > .ladi-image > .ladi-image-background {
        width: 299.2px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("./sec1-chnl-img-20201112024043.png");
    }

    #HEADLINE515 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE515 > .ladi-headline {
        color: rgb(255, 1, 1);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE516 {
        width: 580px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE516 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE517 {
        width: 491px;
        height: 14.73px;
        top: 130px;
        left: 0px;
    }

    #IMAGE517 > .ladi-image > .ladi-image-background {
        width: 491px;
        height: 14.73px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-hdg-bar-20201112024214.png");
    }

    #GROUP514 {
        width: 580px;
        height: 144.73px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH518 {
        width: 590px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH518 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP513 {
        width: 590px;
        height: 210px;
        top: 728.3px;
        left: 110px;
    }

    #IMAGE520 {
        width: 120.377px;
        height: 132px;
        top: 0px;
        left: 4.8115px;
    }

    #IMAGE520 > .ladi-image > .ladi-image-background {
        width: 120.377px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img1-20201112024403.png");
    }

    #PARAGRAPH521 {
        width: 130px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH521 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP519 {
        width: 130px;
        height: 177px;
        top: 973.3px;
        left: 100px;
    }

    #IMAGE523 {
        width: 119.547px;
        height: 132px;
        top: 0px;
        left: 5.2265px;
    }

    #IMAGE523 > .ladi-image > .ladi-image-background {
        width: 119.547px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img2-20201112024403.png");
    }

    #PARAGRAPH524 {
        width: 130px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH524 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP522 {
        width: 130px;
        height: 177px;
        top: 973.3px;
        left: 249.937px;
    }

    #IMAGE526 {
        width: 119.547px;
        height: 132px;
        top: 0px;
        left: 15.2265px;
    }

    #IMAGE526 > .ladi-image > .ladi-image-background {
        width: 119.547px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img3-20201112024403.png");
    }

    #PARAGRAPH527 {
        width: 150px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH527 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP525 {
        width: 150px;
        height: 177px;
        top: 973.3px;
        left: 397.873px;
    }

    #IMAGE529 {
        width: 117.886px;
        height: 132px;
        top: 0px;
        left: 16.057px;
    }

    #IMAGE529 > .ladi-image > .ladi-image-background {
        width: 117.886px;
        height: 132px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img4-20201112024404.png");
    }

    #PARAGRAPH530 {
        width: 150px;
        top: 155px;
        left: 0px;
    }

    #PARAGRAPH530 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP528 {
        width: 150px;
        height: 177px;
        top: 973.3px;
        left: 549.811px;
    }

    #BOX536 {
        width: 320px;
        height: 510px;
        top: 0px;
        left: 0px;
    }

    #BOX536 > .ladi-box {
        background-color: rgb(9, 69, 75);
    }

    #HEADLINE537 {
        width: 220px;
        top: 20px;
        left: 50px;
    }

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

    #HEADLINE538 {
        width: 280px;
        top: 50px;
        left: 20px;
    }

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

    #BOX540 {
        width: 300px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #BOX540 > .ladi-box {
        background-color: rgb(23, 153, 41);
    }

    #HEADLINE541 {
        width: 300px;
        top: 5.5px;
        left: 0px;
    }

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

    #GROUP539 {
        width: 300px;
        height: 35px;
        top: 95px;
        left: 9.144px;
    }

    #BUTTON_TEXT543 {
        width: 280px;
        top: 13.0344px;
        left: 0px;
    }

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

    #BUTTON543 {
        width: 280px;
        height: 55px;
        top: 145px;
        left: 0px;
    }

    #BUTTON543 > .ladi-button > .ladi-button-background {
        background-color: rgb(17, 145, 34);
    }

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

    #FORM_ITEM545 {
        width: 280px;
        height: 50.6897px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM546 {
        width: 280px;
        height: 50.6897px;
        top: 72.4139px;
        left: 0px;
    }
    #FORM_ITEM547 {
        width: 280px;
        height: 50.6897px;
        top: 72.4139px;
        left: 0px;
    }

    #FORM542 {
        width: 280px;
        height: 200px;
        top: 160px;
        left: 19.144px;
    }

    #FORM542 > .ladi-form {
        color: rgb(59, 59, 59);
        font-size: 15px;
        line-height: 1.6;
    }

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

    #FORM542 .ladi-form-item {
        padding-left: 14px;
        padding-right: 14px;
    }

    #FORM542 .ladi-form-item.ladi-form-checkbox {
        padding-left: 19px;
        padding-right: 19px;
    }

    #FORM542 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(59%2C%2059%2C%2059%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM542 .ladi-form-item-container {
        border-style: solid;
        border-color: rgb(11, 100, 23);
        border-width: 1px;
        border-radius: 9px;
    }

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

    #IMAGE548 {
        width: 280px;
        height: 50px;
        top: 32px;
        left: 0px;
    }

    #IMAGE548 > .ladi-image > .ladi-image-background {
        width: 280px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("./index-frm-sec-logo-20201112043458.png");
    }

    #IMAGE548 > .ladi-image {
        border-style: solid;
        border-color: rgb(210, 227, 250);
        border-width: 1px;
    }

    #IMAGE549 {
        width: 11.7727px;
        height: 14.3889px;
        top: 2px;
        left: 14px;
    }

    #IMAGE549 > .ladi-image > .ladi-image-background {
        width: 11.7727px;
        height: 14.3889px;
        top: 0px;
        left: 0px;
        background-image: url("./lock-20201112043604.png");
    }

    #PARAGRAPH550 {
        width: 230px;
        top: 0px;
        left: 33px;
    }

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

    #GROUP547 {
        width: 280px;
        height: 82px;
        top: 390px;
        left: 19.144px;
    }

    #GROUP535 {
        width: 320px;
        height: 510px;
        top: 153.3px;
        left: 850.856px;
    }

    #PARAGRAPH532 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH533 {
        width: 590px;
        top: 59px;
        left: 0px;
    }

    #PARAGRAPH533 > .ladi-paragraph {
        color: rgb(23, 144, 173);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP531 {
        width: 590px;
        height: 107px;
        top: 1164.3px;
        left: 110px;
    }

    #HEADLINE553 {
        width: 376px;
        top: 15.2914px;
        left: 20.4358px;
    }

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

    #GROUP554 {
        width: 467.229px;
        height: 87.7px;
        top: 570.6px;
        left: 350px;
    }

    #BUTTON_TEXT556 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON556 {
        width: 245px;
        height: 70px;
        top: 23.3px;
        left: 810px;
    }

    #BUTTON556 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH559 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

    #PARAGRAPH559 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 15px;
        line-height: 1.6;
    }

    #HEADLINE560 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE560 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP558 {
        width: 590px;
        height: 81px;
        top: 21.5px;
        left: 110px;
    }

    #IMAGE561 {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
    }

    #IMAGE561 > .ladi-image > .ladi-image-background {
        width: 189.534px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION555 {
        height: 124.2px;
        display: none !important;
    }

    #SECTION555 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SHAPE562 {
        width: 138.38px;
        height: 52.356px;
        top: 205.422px;
        left: 501px;
    }

    #SHAPE562 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #SHAPE563 {
        width: 138.38px;
        height: 52.356px;
        top: 205.422px;
        left: 951px;
    }

    #SHAPE563 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #SHAPE564 {
        width: 138.38px;
        height: 52.356px;
        top: 205.422px;
        left: 651px;
    }

    #SHAPE564 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #SHAPE565 {
        width: 138.38px;
        height: 52.356px;
        top: 205.422px;
        left: 800px;
    }

    #SHAPE565 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #IMAGE567 {
        width: 139.581px;
        height: 139.581px;
        top: 157.22px;
        left: 200.571px;
    }

    #IMAGE567 > .ladi-image > .ladi-image-background {
        width: 139.581px;
        height: 139.581px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-20201113032831.png");
    }

    #IMAGE568 {
        width: 160.727px;
        height: 129.04px;
        top: 144.99px;
        left: 819.308px;
    }

    #IMAGE568 > .ladi-image > .ladi-image-background {
        width: 160.727px;
        height: 129.04px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-2-20201113032937.png");
    }

    #IMAGE569 {
        width: 186.55px;
        height: 124.459px;
        top: 450.99px;
        left: 806.396px;
    }

    #IMAGE569 > .ladi-image > .ladi-image-background {
        width: 186.55px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-3-20201113033013.png");
    }

    #IMAGE570 {
        width: 180.516px;
        height: 180.516px;
        top: 643.684px;
        left: 404px;
    }

    #IMAGE570 > .ladi-image > .ladi-image-background {
        width: 180.516px;
        height: 180.516px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-4-20201113033118.png");
    }

    #IMAGE571 {
        width: 212.308px;
        height: 138px;
        top: 450.99px;
        left: 164.208px;
    }

    #IMAGE571 > .ladi-image > .ladi-image-background {
        width: 212.308px;
        height: 159.231px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-5-20201113033210.png");
    }

    #IMAGE572 {
        width: 286.516px;
        height: 124.459px;
        top: 155.99px;
        left: 154px;
    }

    #IMAGE572 > .ladi-image > .ladi-image-background {
        width: 286.516px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE573 {
        width: 164.208px;
        height: 124.459px;
        top: 450.99px;
        left: 212.308px;
    }

    #IMAGE573 > .ladi-image > .ladi-image-background {
        width: 286.516px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE574 {
        width: 281.516px;
        height: 116.04px;
        top: 168.99px;
        left: 796px;
    }

    #IMAGE574 > .ladi-image > .ladi-image-background {
        width: 286.516px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE575 {
        width: 258.208px;
        height: 89.249px;
        top: 699.2px;
        left: 307.308px;
    }

    #IMAGE575 > .ladi-image > .ladi-image-background {
        width: 297.208px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE576 {
        width: 258.208px;
        height: 89.249px;
        top: 477.951px;
        left: 819.308px;
    }

    #IMAGE576 > .ladi-image > .ladi-image-background {
        width: 297.208px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION1 {
        height: 125.55px;
    }

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

    #SECTION3 {
        height: 91px;
    }

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

    #SECTION4 {
        height: 1707.79px;
    }

    #SECTION4 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION5 {
        height: 2528.45px;
    }

    #SECTION5 > .ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-04-cut-20201112041031.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION6 {
        height: 910.79px;
    }

    #SECTION6 > .ladi-section-background {
        background-image: url("./bg-05-cut-20201112040956.png");
        background-position: right top;
        background-repeat: no-repeat;
    }

    #SECTION7 {
        height: 685.424px;
    }

    #SECTION7 > .ladi-section-background {
        background-image: url("./bg-04-cut-20201112041031.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION8 {
        height: 773px;
    }

    #SECTION8 > .ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-03-cut-20201112041103.png");
        background-position: left center;
        background-repeat: no-repeat;
    }

    #SECTION9 {
        height: 1189.9px;
    }

    #SECTION9 > .ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-02-cut-20201112041138.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #SECTION10 {
        height: 1662px;
    }

    #SECTION10 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-edit-08-20201112102124.png");
        background-position: left top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH11 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH12 {
        width: 406px;
        top: 0px;
        left: 0px;
    }

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

    #COUNTDOWN14 {
        width: 220px;
        height: 20px;
        top: 0px;
        left: 0px;
    }

    #COUNTDOWN14 > .ladi-countdown {
        color: rgb(255, 1, 1);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
    }

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

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

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

    #HEADLINE19 {
        width: 15px;
        top: 8px;
        left: 160px;
    }

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

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

    #GROUP20 {
        width: 220px;
        height: 33px;
        top: 42px;
        left: 32px;
    }

    #GROUP21 {
        width: 580px;
        height: 98px;
        top: 10px;
        left: -77px;
    }

    #PARAGRAPH22 {
        width: 311px;
        top: 0px;
        left: 469px;
    }

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

    #PARAGRAPH23 {
        width: 311px;
        top: 37px;
        left: 469px;
    }

    #PARAGRAPH23 > .ladi-paragraph {
        color: rgb(48, 135, 232);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE24 {
        height: 53px;
        top: 20px;
        left: 0px;
    }

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

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

    #IMAGE25 {
        width: 248.53px;
        height: 97px;
        top: -25.55px;
        left: -873px;
    }

    #IMAGE25 > .ladi-image > .ladi-image-background {
        width: 248.53px;
        height: 116.364px;
        top: -10.009px;
        left: 0px;
        background-image: url("./havita_logo-01-20201112064548.png");
    }

    #BOX26 {
        width: 410px;
        height: 40px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH27 {
        width: 100px;
        top: 1.75px;
        left: 0px;
    }

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

    #SHAPE28 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 104px;
    }

    #SHAPE28 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP29 {
        width: 133.5px;
        height: 29.5px;
        top: 5.25px;
        left: 8px;
    }

    #PARAGRAPH31 {
        width: 104px;
        top: 2px;
        left: 0px;
    }

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

    #SHAPE32 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 114px;
    }

    #SHAPE32 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP30 {
        width: 143.5px;
        height: 29.5px;
        top: 5px;
        left: 156px;
    }

    #PARAGRAPH34 {
        width: 92px;
        top: 6px;
        left: 310px;
    }

    #PARAGRAPH34 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE36 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE36 > .ladi-headline {
        color: rgb(11, 87, 95);
        font-size: 36px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE37 {
        width: 400px;
        top: 50px;
        left: 0px;
    }

    #HEADLINE37 > .ladi-headline {
        color: rgb(35, 179, 214);
        font-size: 39px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE38 {
        width: 955.971px;
        height: 291.375px;
        top: 90px;
        left: 0px;
    }

    #IMAGE38 > .ladi-image > .ladi-image-background {
        width: 955.971px;
        height: 291.375px;
        top: 0px;
        left: 0px;
        background-image: url("./sec9-cont-bg-img2-20201112023240.png");
    }

    #PARAGRAPH39 {
        width: 240px;
        top: 0px;
        left: 1210px;
    }

    #PARAGRAPH39 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }

    #PARAGRAPH40 {
        width: 170px;
        top: 137px;
        left: 1210px;
    }

    #PARAGRAPH40 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #PARAGRAPH41 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #PARAGRAPH42 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #PARAGRAPH43 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #PARAGRAPH44 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE45 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE45 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #IMAGE46 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE46 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #IMAGE47 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE47 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #IMAGE48 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE48 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP49 {
        width: 320px;
        height: 31px;
        top: 150px;
        left: 0px;
    }

    #GROUP50 {
        width: 320px;
        height: 31px;
        top: 100px;
        left: 0px;
    }

    #GROUP51 {
        width: 320px;
        height: 31px;
        top: 50px;
        left: 0px;
    }

    #GROUP52 {
        width: 320px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #LINE53 {
        width: 280px;
        top: 30px;
        left: 40px;
    }

    #LINE53 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE54 {
        width: 280px;
        top: 80px;
        left: 40px;
    }

    #LINE54 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE55 {
        width: 280px;
        top: 130px;
        left: 40px;
    }

    #LINE55 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #IMAGE56 {
        width: 396.149px;
        height: 390px;
        top: 0px;
        left: 0px;
    }

    #IMAGE56 > .ladi-image > .ladi-image-background {
        width: 396.149px;
        height: 378.509px;
        top: 11.4912px;
        left: 0px;
        background-image: url("./havita-sp-04p-20201112064503.png?v=1");
    }

    #IMAGE57 {
        width: 106px;
        height: 106px;
        top: 20px;
        left: 270px;
    }

    #IMAGE57 > .ladi-image > .ladi-image-background {
        width: 106px;
        height: 106px;
        top: 0px;
        left: 0px;
        background-image: url("./badge-20201112023747.png");
    }

    #IMAGE58 {
        width: 890px;
        height: 100px;
        top: 0px;
        left: 0px;
    }

    #IMAGE58 > .ladi-image > .ladi-image-background {
        width: 890px;
        height: 483.744px;
        top: -171.499px;
        left: 0px;
        background-image: url("./abcccccccccc-20201112090101.png");
    }

    #IMAGE59 {
        width: 299.2px;
        height: 40px;
        top: 1344.45px;
        left: -640px;
    }

    #IMAGE59 > .ladi-image > .ladi-image-background {
        width: 299.2px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("./sec1-chnl-img-20201112024043.png");
    }

    #HEADLINE60 {
        width: 390px;
        top: 0px;
        left: 0px;
    }

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

    #HEADLINE61 {
        width: 393px;
        top: 60px;
        left: 0px;
    }

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

    #IMAGE62 {
        width: 390px;
        height: 14.73px;
        top: 120px;
        left: 0px;
    }

    #IMAGE62 > .ladi-image > .ladi-image-background {
        width: 491px;
        height: 14.73px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-hdg-bar-20201112024214.png");
    }

    #PARAGRAPH63 {
        width: 400px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH63 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE65 {
        width: 133.816px;
        height: 149.838px;
        top: 0px;
        left: 14.2268px;
    }

    #IMAGE65 > .ladi-image > .ladi-image-background {
        width: 133.816px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img4-20201112024404.png");
    }

    #IMAGE66 {
        width: 136.644px;
        height: 149.838px;
        top: 0px;
        left: 5.46198px;
    }

    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 136.644px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img1-20201112024403.png");
    }

    #IMAGE67 {
        width: 135.702px;
        height: 149.838px;
        top: 0px;
        left: 16.2571px;
    }

    #IMAGE67 > .ladi-image > .ladi-image-background {
        width: 135.702px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img3-20201112024403.png");
    }

    #IMAGE68 {
        width: 141.094px;
        height: 150px;
        top: 0px;
        left: 3.90576px;
    }

    #IMAGE68 > .ladi-image > .ladi-image-background {
        width: 138.312px;
        height: 150px;
        top: 0px;
        left: 2.78231px;
        background-image: url("./bgvcss-20201112104707.png");
    }

    #PARAGRAPH69 {
        width: 148px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH69 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH70 {
        width: 148px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH70 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH71 {
        width: 170px;
        top: 164px;
        left: 0px;
    }

    #PARAGRAPH71 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #PARAGRAPH72 {
        width: 170px;
        top: 164px;
        left: 0px;
    }

    #PARAGRAPH72 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP73 {
        width: 170px;
        height: 186px;
        top: 1044px;
        left: 30px;
    }

    #GROUP74 {
        width: 170px;
        height: 186px;
        top: 1044px;
        left: 220px;
    }

    #GROUP75 {
        width: 148px;
        height: 182px;
        top: 1258px;
        left: 30px;
    }

    #GROUP76 {
        width: 148px;
        height: 182px;
        top: 1258px;
        left: 225px;
    }

    #PARAGRAPH77 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH78 {
        width: 400px;
        top: 70px;
        left: 0px;
    }

    #PARAGRAPH78 > .ladi-paragraph {
        color: rgb(23, 144, 173);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE79 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE79 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 33px;
        font-weight: bold;
        line-height: 1.2;
    }

    #PARAGRAPH80 {
        width: 400px;
        top: 350px;
        left: 0px;
    }

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

    #PARAGRAPH81 {
        width: 140px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH82 {
        width: 160px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH82 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP83 {
        width: 160px;
        height: 101px;
        top: 0px;
        left: 40px;
    }

    #IMAGE84 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE84 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP85 {
        width: 200px;
        height: 101px;
        top: 629.9px;
        left: 10px;
    }

    #PARAGRAPH88 {
        width: 150px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH89 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP87 {
        width: 150px;
        height: 78px;
        top: 0px;
        left: 40px;
    }

    #IMAGE90 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE90 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP86 {
        width: 190px;
        height: 78px;
        top: 629.9px;
        left: 220px;
    }

    #PARAGRAPH93 {
        width: 150px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH94 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP92 {
        width: 150px;
        height: 101px;
        top: 0px;
        left: 40px;
    }

    #IMAGE95 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE95 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP91 {
        width: 190px;
        height: 101px;
        top: 739.9px;
        left: 220px;
    }

    #PARAGRAPH98 {
        width: 150px;
        top: 30px;
        left: 0px;
    }

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

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

    #PARAGRAPH99 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP97 {
        width: 150px;
        height: 54px;
        top: 0px;
        left: 40px;
    }

    #IMAGE100 {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0px;
    }

    #IMAGE100 > .ladi-image > .ladi-image-background {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-list-img-20201112025429.png");
    }

    #GROUP96 {
        width: 190px;
        height: 54px;
        top: 749.9px;
        left: 10px;
    }

    #IMAGE101 {
        width: 140px;
        height: 210px;
        top: 106px;
        left: 220px;
    }

    #IMAGE101 > .ladi-image > .ladi-image-background {
        width: 219.787px;
        height: 210px;
        top: -0.000047px;
        left: -11.6667px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #IMAGE102 {
        width: 212.928px;
        height: 150px;
        top: 159.9px;
        left: 20px;
    }

    #IMAGE102 > .ladi-image > .ladi-image-background {
        width: 212.928px;
        height: 150px;
        top: 0px;
        left: 0px;
        background-image: url("./group-1111-20201112104314.png");
    }

    #IMAGE102 > .ladi-image {
        border-radius: 0px;
    }

    #PARAGRAPH103 {
        width: 350px;
        top: 71px;
        left: 715px;
    }

    #PARAGRAPH103 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #IMAGE104 {
        width: 537.152px;
        height: 130px;
        top: 0px;
        left: 0px;
    }

    #IMAGE104 > .ladi-image > .ladi-image-background {
        width: 537.152px;
        height: 130px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-btm-cont-bg-20201112025717.png");
    }

    #HEADLINE108 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE109 {
        width: 340px;
        height: 14.79px;
        top: 100px;
        left: 30px;
    }

    #IMAGE109 > .ladi-image > .ladi-image-background {
        width: 493px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-hdg-bar-20201112030347.png");
    }

    #PARAGRAPH110 {
        width: 400px;
        top: 138px;
        left: 10px;
    }

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

    #IMAGE111 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE111 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img2-20201112030443.png");
    }

    #IMAGE112 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE112 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img4-20201112030443.png");
    }

    #IMAGE113 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE113 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img3-20201112030443.png");
    }

    #IMAGE114 {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
    }

    #IMAGE114 > .ladi-image > .ladi-image-background {
        width: 63.641px;
        height: 88.3903px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-list-img1-20201112030443.png");
    }

    #PARAGRAPH115 {
        width: 300px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH116 {
        width: 300px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH117 {
        width: 300px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH118 {
        width: 300px;
        top: 30px;
        left: 0px;
    }

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

    #HEADLINE119 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE119 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE120 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE120 > .ladi-headline {
        color: rgb(24, 144, 173);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE121 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE121 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #HEADLINE122 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE122 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP123 {
        width: 300px;
        height: 78px;
        top: 19.409px;
        left: 80px;
    }

    #GROUP124 {
        width: 300px;
        height: 78px;
        top: 15.333px;
        left: 80px;
    }

    #GROUP125 {
        width: 300px;
        height: 78px;
        top: 0.001px;
        left: 80px;
    }

    #GROUP126 {
        width: 300px;
        height: 54px;
        top: 14px;
        left: 80px;
    }

    #IMAGE127 {
        width: 167.167px;
        height: 170px;
        top: 468px;
        left: 670px;
    }

    #IMAGE127 > .ladi-image > .ladi-image-background {
        width: 167.167px;
        height: 170px;
        top: 0px;
        left: 0px;
        background-image: url("./sec4-badge-20201112030939.png");
    }

    #PARAGRAPH129 {
        width: 252px;
        top: 30px;
        left: 0px;
    }

    #PARAGRAPH129 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.2;
    }

    #HEADLINE130 {
        width: 380px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE130 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 23px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP128 {
        width: 380px;
        height: 94px;
        top: 568px;
        left: -600px;
    }

    #HEADLINE137 {
        width: 400px;
        top: 21px;
        left: 10px;
    }

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

    #IMAGE138 {
        width: 405.569px;
        height: 360px;
        top: 148.1px;
        left: 8px;
    }

    #IMAGE138 > .ladi-image > .ladi-image-background {
        width: 405.569px;
        height: 360px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-list-item-20201112065420.png");
    }

    #IMAGE139 {
        width: 72.4091px;
        height: 16.7728px;
        top: 16.2727px;
        left: 0px;
    }

    #IMAGE139 > .ladi-image > .ladi-image-background {
        width: 72.4091px;
        height: 16.7728px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-top-img-20201112031511.png");
    }

    #PARAGRAPH140 {
        width: 61px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH140 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 7px;
        font-weight: bold;
        line-height: 1.6;
    }

    #PARAGRAPH141 {
        width: 65px;
        top: 197.706px;
        left: 19.8864px;
    }

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

    #PARAGRAPH142 {
        width: 65px;
        top: 228.342px;
        left: 16.1818px;
    }

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

    #PARAGRAPH143 {
        width: 65px;
        top: 255.933px;
        left: 16.1818px;
    }

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

    #PARAGRAPH144 {
        width: 65px;
        top: 285.706px;
        left: 16.1818px;
    }

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

    #PARAGRAPH145 {
        width: 65px;
        top: 316.342px;
        left: 16.1818px;
    }

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

    #PARAGRAPH146 {
        width: 65px;
        top: 342.979px;
        left: 16.1818px;
    }

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

    #PARAGRAPH147 {
        width: 65px;
        top: 373.615px;
        left: 20.2727px;
    }

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

    #PARAGRAPH160 {
        width: 65px;
        top: 404.251px;
        left: 16.1818px;
    }

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

    #PARAGRAPH161 {
        width: 65px;
        top: 432.979px;
        left: 16.1818px;
    }

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

    #PARAGRAPH162 {
        width: 65px;
        top: 464.433px;
        left: 16.1818px;
    }

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

    #HEADLINE169 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE170 {
        width: 400px;
        height: 14.79px;
        top: 50px;
        left: 0px;
    }

    #IMAGE170 > .ladi-image > .ladi-image-background {
        width: 493px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec3-hdg-bar-20201112030347.png");
    }

    #GROUP171 {
        width: 400px;
        height: 64.79px;
        top: 19.9433px;
        left: 10px;
    }

    #PARAGRAPH174 {
        width: 300px;
        top: 24.7764px;
        left: 0px;
    }

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

    #PARAGRAPH175 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH175 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP173 {
        width: 299.794px;
        height: 104.061px;
        top: 0px;
        left: 96.6279px;
    }

    #PARAGRAPH178 {
        width: 300px;
        top: 24.7762px;
        left: 0px;
    }

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

    #PARAGRAPH179 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH179 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP177 {
        width: 299.794px;
        height: 104.06px;
        top: 1.65175px;
        left: 96.6279px;
    }

    #PARAGRAPH181 {
        width: 300px;
        top: 24.7764px;
        left: 0px;
    }

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

    #PARAGRAPH182 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH182 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP180 {
        width: 299.794px;
        height: 84.2396px;
        top: 0px;
        left: 96.6279px;
    }

    #PARAGRAPH197 {
        width: 300px;
        top: 24.7764px;
        left: 0px;
    }

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

    #PARAGRAPH198 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH198 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP196 {
        width: 299.794px;
        height: 84.2396px;
        top: 0px;
        left: 96.6279px;
    }

    #PARAGRAPH200 {
        width: 300px;
        top: 24.7764px;
        left: 0px;
    }

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

    #PARAGRAPH201 {
        width: 300px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH201 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP199 {
        width: 299.794px;
        height: 104.061px;
        top: 0px;
        left: 96.6279px;
    }

    #IMAGE202 {
        width: 80.1103px;
        height: 80.1099px;
        top: 0px;
        left: 0px;
    }

    #IMAGE202 > .ladi-image > .ladi-image-background {
        width: 80.1103px;
        height: 80.1099px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img2-20201112032330.png");
    }

    #IMAGE203 {
        width: 80.1103px;
        height: 80.1102px;
        top: 4.95527px;
        left: 0px;
    }

    #IMAGE203 > .ladi-image > .ladi-image-background {
        width: 80.1103px;
        height: 80.1102px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img5-20201112032330.png");
    }

    #IMAGE204 {
        width: 80.1103px;
        height: 80.1105px;
        top: 7.43293px;
        left: 0px;
    }

    #IMAGE204 > .ladi-image > .ladi-image-background {
        width: 80.1103px;
        height: 80.1105px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img1-20201112032329.png");
    }

    #IMAGE205 {
        width: 80.1103px;
        height: 80.1105px;
        top: 10.7365px;
        left: 0px;
    }

    #IMAGE205 > .ladi-image > .ladi-image-background {
        width: 80.1103px;
        height: 80.1105px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img4-20201112032330.png");
    }

    #IMAGE206 {
        width: 80.1103px;
        height: 80.1102px;
        top: 4.95527px;
        left: 0px;
    }

    #IMAGE206 > .ladi-image > .ladi-image-background {
        width: 80.1103px;
        height: 80.1102px;
        top: 0px;
        left: 0px;
        background-image: url("./sec6-list-img3-20201112032330.png");
    }

    #HEADLINE213 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE214 {
        width: 400px;
        height: 14.79px;
        top: 96.1533px;
        left: 0px;
    }

    #IMAGE214 > .ladi-image > .ladi-image-background {
        width: 580px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-hdg-bar-20201112032627.png");
    }

    #GROUP212 {
        width: 400px;
        height: 110.943px;
        top: 26.1533px;
        left: 10px;
    }

    #IMAGE215 {
        width: 279.1px;
        height: 426.327px;
        top: 190.289px;
        left: 63.45px;
    }

    #IMAGE215 > .ladi-image > .ladi-image-background {
        width: 446.196px;
        height: 426.327px;
        top: 0px;
        left: -59.2218px;
        background-image: url("./havita-sp-04-20201112064503.png");
    }

    #PARAGRAPH217 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH218 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH218 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP216 {
        width: 270px;
        height: 78px;
        top: 896.652px;
        left: 82px;
    }

    #PARAGRAPH220 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH221 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH221 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP219 {
        width: 270px;
        height: 102px;
        top: 2353.48px;
        left: 80px;
    }

    #PARAGRAPH223 {
        width: 260px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH224 {
        width: 260px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH224 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP222 {
        width: 260px;
        height: 102px;
        top: 1241.36px;
        left: 87px;
    }

    #PARAGRAPH226 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH227 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH227 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP225 {
        width: 270px;
        height: 102px;
        top: 1583.36px;
        left: 82px;
    }

    #PARAGRAPH229 {
        width: 270px;
        top: 30px;
        left: 0px;
    }

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

    #PARAGRAPH230 {
        width: 270px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH230 > .ladi-paragraph {
        color: rgb(24, 144, 173);
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP228 {
        width: 270px;
        height: 102px;
        top: 2018.24px;
        left: 80px;
    }

    #PARAGRAPH232 {
        width: 400px;
        top: 80px;
        left: 0px;
    }

    #PARAGRAPH232 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE233 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE233 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP231 {
        width: 400px;
        height: 130px;
        top: 30px;
        left: 10px;
    }

    #BUTTON_TEXT234 {
        width: 175px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON234 {
        width: 210px;
        height: 60px;
        top: 190px;
        left: 10px;
    }

    #BUTTON234 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #HEADLINE237 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

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

    #IMAGE238 {
        width: 400px;
        height: 14.79px;
        top: 120px;
        left: 0px;
    }

    #IMAGE238 > .ladi-image > .ladi-image-background {
        width: 780px;
        height: 14.79px;
        top: 0px;
        left: 0px;
        background-image: url("./sec5-hdg-bar-20201112032627.png");
    }

    #GROUP236 {
        width: 400px;
        height: 134.79px;
        top: 44.0333px;
        left: 10px;
    }

    #IMAGE244 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE244 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img1-20201112033309.png");
    }

    #PARAGRAPH249 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH251 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE252 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE252 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH253 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH253 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP254 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 10px;
    }

    #IMAGE256 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE256 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img2-20201112033309.png");
    }

    #PARAGRAPH257 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH258 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE259 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE259 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH260 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH260 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP255 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 510px;
    }

    #IMAGE262 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE262 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img3-20201112033309.png");
    }

    #PARAGRAPH263 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH264 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE265 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE265 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH266 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH266 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP261 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 1010px;
    }

    #IMAGE268 {
        width: 478.975px;
        height: 450px;
        top: 0px;
        left: 0px;
    }

    #IMAGE268 > .ladi-image > .ladi-image-background {
        width: 490.761px;
        height: 458.044px;
        top: -3px;
        left: -6.35715px;
        background-image: url("./sec8-ba-img3-20201112033309.png");
    }

    #PARAGRAPH269 {
        width: 478px;
        top: 470px;
        left: 0px;
    }

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

    #PARAGRAPH270 {
        width: 478px;
        top: 570px;
        left: 0px;
    }

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

    #IMAGE271 {
        width: 117px;
        height: 18px;
        top: 810px;
        left: 0px;
    }

    #IMAGE271 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 18px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH272 {
        width: 478px;
        top: 850px;
        left: 0px;
    }

    #PARAGRAPH272 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP267 {
        width: 478.975px;
        height: 877px;
        top: 10px;
        left: 1510px;
    }

    #CAROUSEL273 {
        width: 420px;
        height: 930px;
        top: 158.79px;
        left: 600px;
        display: none !important;
    }

    #PARAGRAPH276 {
        width: 260px;
        top: 0px;
        left: 650px;
    }

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

    #PARAGRAPH277 {
        width: 260px;
        top: 33px;
        left: 650px;
    }

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

    #LINE278 {
        height: 53px;
        top: 30px;
        left: 0px;
    }

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

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

    #IMAGE279 {
        width: 192px;
        height: 83.2433px;
        top: 10px;
        left: 114px;
    }

    #IMAGE279 > .ladi-image > .ladi-image-background {
        width: 192px;
        height: 83.2433px;
        top: 0px;
        left: 0px;
        background-image: url("./havita_logo-01-20201112064548.png");
    }

    #BOX280 {
        width: 412.329px;
        height: 40.0003px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH282 {
        width: 125px;
        top: 0.700005px;
        left: 0px;
    }

    #PARAGRAPH282 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE283 {
        width: 26.9406px;
        height: 29.5002px;
        top: 0px;
        left: 115.069px;
    }

    #SHAPE283 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP281 {
        width: 142.009px;
        height: 29.5002px;
        top: 6.25005px;
        left: 5.75342px;
    }

    #PARAGRAPH285 {
        width: 135px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH285 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #SHAPE286 {
        width: 26.9405px;
        height: 29.5002px;
        top: 0.250002px;
        left: 124.658px;
    }

    #SHAPE286 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP284 {
        width: 151.598px;
        height: 29.7502px;
        top: 5.62504px;
        left: 159.178px;
    }

    #PARAGRAPH287 {
        width: 104px;
        top: 6.50005px;
        left: 316.438px;
    }

    #PARAGRAPH287 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #HEADLINE288 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE288 > .ladi-headline {
        color: rgb(11, 87, 95);
        font-size: 33px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE289 {
        width: 400px;
        top: 50px;
        left: 0px;
    }

    #HEADLINE289 > .ladi-headline {
        color: rgb(35, 179, 214);
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE290 {
        width: 557.753px;
        height: 170px;
        top: 0px;
        left: 0px;
    }

    #IMAGE290 > .ladi-image > .ladi-image-background {
        width: 557.753px;
        height: 170px;
        top: 0px;
        left: 0px;
        background-image: url("./sec9-cont-bg-img2-20201112023240.png");
    }

    #PARAGRAPH291 {
        width: 382px;
        top: 96.3px;
        left: 20px;
    }

    #PARAGRAPH291 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

    #PARAGRAPH292 {
        width: 230px;
        top: 160.3px;
        left: 81px;
    }

    #PARAGRAPH292 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        line-height: 1.6;
    }

    #PARAGRAPH294 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

    #PARAGRAPH294 > .ladi-paragraph {
        color: rgb(35, 179, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE295 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE295 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP293 {
        width: 320px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH297 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE298 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE298 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP296 {
        width: 320px;
        height: 31px;
        top: 50px;
        left: 0px;
    }

    #PARAGRAPH300 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE301 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE301 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP299 {
        width: 320px;
        height: 31px;
        top: 100px;
        left: 0px;
    }

    #PARAGRAPH303 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE304 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE304 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP302 {
        width: 320px;
        height: 31px;
        top: 150px;
        left: 0px;
    }

    #LINE305 {
        width: 280px;
        top: 30px;
        left: 40px;
    }

    #LINE305 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE306 {
        width: 280px;
        top: 80px;
        left: 40px;
    }

    #LINE306 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #IMAGE308 {
        width: 264.095px;
        height: 307.7px;
        top: 373.243px;
        left: 30px;
    }

    #IMAGE308 > .ladi-image > .ladi-image-background {
        width: 264.095px;
        height: 307.7px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-04p-20201112064503.png?v=1");
    }

    #IMAGE309 {
        width: 106px;
        height: 106px;
        top: 373.243px;
        left: 250px;
    }

    #IMAGE309 > .ladi-image > .ladi-image-background {
        width: 106px;
        height: 106px;
        top: 0px;
        left: 0px;
        background-image: url("./badge-20201112023747.png");
    }

    #SECTION274 {
        height: 1045px;
    }

    #SECTION274 > .ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-08-20201112040400.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH330 {
        width: 380px;
        top: 24px;
        left: 100px;
    }

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

    #PARAGRAPH331 {
        width: 580px;
        top: 0px;
        left: 0px;
    }

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

    #LINE332 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

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

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

    #SECTION333 {
        height: 292px;
    }

    #SECTION333 > .ladi-overlay {
        background-color: rgb(161, 206, 255);
        opacity: 0.34;
        mix-blend-mode: multiply;
        will-change: transform, opacity;
    }

    #SECTION333 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
        filter: contrast(95%) saturate(91%);
    }

    #PARAGRAPH338 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

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

    #HEADLINE339 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP337 {
        width: 590px;
        height: 105px;
        top: 10px;
        left: -85px;
    }

    #SECTION334 {
        height: 195px;
        display: none !important;
    }

    #SECTION334 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH344 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

    #HEADLINE345 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE345 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP343 {
        width: 590px;
        height: 81px;
        top: 10px;
        left: -85px;
    }

    #SECTION340 {
        height: 171px;
        display: none !important;
    }

    #SECTION340 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH350 {
        width: 590px;
        top: 33px;
        left: 0px;
    }

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

    #HEADLINE351 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE351 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP349 {
        width: 590px;
        height: 81px;
        top: 10px;
        left: -85px;
    }

    #SECTION346 {
        height: 181px;
        display: none !important;
    }

    #SECTION346 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #PARAGRAPH356 {
        width: 590px;
        top: 34px;
        left: 0px;
    }

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

    #SECTION352 {
        height: 182px;
        display: none !important;
    }

    #SECTION352 > .ladi-section-background {
        background-image: url("./call-section-20201112040934.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #GROUP358 {
        width: 410px;
        height: 40px;
        top: 172.9px;
        left: -957px;
    }

    #IMAGE359 {
        width: 323.711px;
        height: 100px;
        top: 392.9px;
        left: -1553px;
    }

    #IMAGE359 > .ladi-image > .ladi-image-background {
        width: 323.711px;
        height: 100px;
        top: 0px;
        left: 0px;
        background-image: url("./anh-01-20201112103614.png");
    }

    #BOX360 {
        width: 420.392px;
        height: 670px;
        top: 0px;
        left: 0px;
    }

    #BOX360 > .ladi-box {
        background-color: rgb(9, 69, 75);
    }

    #HEADLINE361 {
        width: 290px;
        top: 15px;
        left: 65.6862px;
    }

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

    #HEADLINE362 {
        width: 400px;
        top: 54.6862px;
        left: 10px;
    }

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

    #BOX363 {
        width: 420px;
        height: 45.9804px;
        top: 0px;
        left: 0px;
    }

    #BOX363 > .ladi-box {
        background-color: rgb(23, 153, 41);
    }

    #HEADLINE364 {
        width: 423px;
        top: 10.2255px;
        left: 0px;
    }

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

    #GROUP365 {
        width: 423px;
        height: 45.9804px;
        top: 124.804px;
        left: 0px;
    }

    #FORM366 {
        width: 367.844px;
        height: 262.746px;
        top: 180px;
        left: 25.15px;
    }

    #FORM366 > .ladi-form {
        color: rgb(59, 59, 59);
        font-size: 15px;
        line-height: 1.6;
    }

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

    #FORM366 .ladi-form-item {
        padding-left: 14px;
        padding-right: 14px;
    }

    #FORM366 .ladi-form-item.ladi-form-checkbox {
        padding-left: 19px;
        padding-right: 19px;
    }

    #FORM366 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(59%2C%2059%2C%2059%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM366 .ladi-form-item-container {
        border-style: solid;
        border-color: rgb(11, 100, 23);
        border-width: 1px;
        border-radius: 9px;
    }

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

    #BUTTON367 {
        width: 367.844px;
        height: 72.2552px;
        top: 245px;
        left: 0px;
    }

    #BUTTON367 > .ladi-button > .ladi-button-background {
        background-color: rgb(17, 145, 34);
    }

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

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

    #BUTTON_TEXT367 {
        width: 368px;
        top: 17.1236px;
        left: 0px;
    }

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

    #FORM_ITEM368 {
        width: 367.844px;
        height: 66.5925px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM370 {
        width: 367.844px;
        height: 66.5925px;
        top: 78px;
        left: 0px;
    }
    #FORM_ITEM371 {
        width: 367.844px;
        height: 66.5925px;
        top: 157px;
        left: 0px;
    }

    #IMAGE372 {
        width: 367.844px;
        height: 65.686px;
        top: 42.039px;
        left: 0px;
    }

    #IMAGE372 > .ladi-image > .ladi-image-background {
        width: 367.844px;
        height: 65.686px;
        top: 0px;
        left: 0px;
        background-image: url("./index-frm-sec-logo-20201112043458.png");
    }

    #IMAGE372 > .ladi-image {
        border-style: solid;
        border-color: rgb(210, 227, 250);
        border-width: 1px;
    }

    #IMAGE373 {
        width: 15.4661px;
        height: 18.903px;
        top: 2.62743px;
        left: 18.3922px;
    }

    #IMAGE373 > .ladi-image > .ladi-image-background {
        width: 15.4661px;
        height: 18.903px;
        top: 0px;
        left: 0px;
        background-image: url("./lock-20201112043604.png");
    }

    #PARAGRAPH374 {
        width: 303px;
        top: 0px;
        left: 43.353px;
    }

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

    #GROUP375 {
        width: 367.844px;
        height: 107.725px;
        top: 512.352px;
        left: 25.15px;
    }

    #GROUP355 {
        width: 590px;
        height: 82px;
        top: 10px;
        left: -85px;
    }

    #HEADLINE357 {
        width: 590px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE357 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #LINE307 {
        width: 280px;
        top: 130px;
        left: 40px;
    }

    #LINE307 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #IMAGE378 {
        width: 398.691px;
        height: 374.572px;
        top: 0px;
        left: 0px;
    }

    #IMAGE378 > .ladi-image > .ladi-image-background {
        width: 408.501px;
        height: 381.267px;
        top: -2.49715px;
        left: -5.29159px;
        background-image: url("./sec8-ba-img2-20201112033309.png");
    }

    #PARAGRAPH379 {
        width: 398px;
        top: 391.22px;
        left: 0px;
    }

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

    #PARAGRAPH380 {
        width: 398px;
        top: 474.458px;
        left: 0px;
    }

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

    #IMAGE381 {
        width: 97.3889px;
        height: 14.9829px;
        top: 639.157px;
        left: 0px;
    }

    #IMAGE381 > .ladi-image > .ladi-image-background {
        width: 97.3889px;
        height: 14.9829px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH382 {
        width: 398px;
        top: 669.157px;
        left: 0px;
    }

    #PARAGRAPH382 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP377 {
        width: 398.691px;
        height: 696.157px;
        top: 224.033px;
        left: 10px;
    }

    #IMAGE384 {
        width: 398.691px;
        height: 374.572px;
        top: 0px;
        left: 0px;
    }

    #IMAGE384 > .ladi-image > .ladi-image-background {
        width: 408.501px;
        height: 381.267px;
        top: -2.49715px;
        left: -5.29159px;
        background-image: url("./sec8-ba-img1-20201112033309.png");
    }

    #PARAGRAPH385 {
        width: 398px;
        top: 391.22px;
        left: 0px;
    }

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

    #PARAGRAPH386 {
        width: 398px;
        top: 474.458px;
        left: 0px;
    }

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

    #IMAGE387 {
        width: 97.3889px;
        height: 14.9829px;
        top: 660px;
        left: 0px;
    }

    #IMAGE387 > .ladi-image > .ladi-image-background {
        width: 97.3889px;
        height: 14.9829px;
        top: 0px;
        left: 0px;
        background-image: url("./rat-star-img1-20201112033751.png");
    }

    #PARAGRAPH388 {
        width: 398px;
        top: 690px;
        left: 0px;
    }

    #PARAGRAPH388 > .ladi-paragraph {
        color: rgb(35, 180, 214);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP383 {
        width: 398.691px;
        height: 717px;
        top: 953.19px;
        left: 10px;
    }

    #BUTTON_TEXT389 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON389 {
        width: 245px;
        height: 70px;
        top: 102px;
        left: 87.5px;
    }

    #BUTTON389 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT391 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON391 {
        width: 245px;
        height: 70px;
        top: 101px;
        left: 87.5px;
    }

    #BUTTON391 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT393 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON393 {
        width: 245px;
        height: 70px;
        top: 101px;
        left: 87.5px;
    }

    #BUTTON393 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT395 {
        width: 245px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON395 {
        width: 245px;
        height: 70px;
        top: 125px;
        left: 87.5px;
    }

    #BUTTON395 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT397 {
        width: 290px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON397 {
        width: 290px;
        height: 86px;
        top: 913.243px;
        left: 60px;
    }

    #BUTTON397 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #BUTTON_TEXT399 {
        width: 57px;
        top: 3.68182px;
        left: 0px;
    }

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

    #BUTTON399 {
        width: 248.888px;
        height: 78px;
        top: 554.524px;
        left: 93.3405px;
    }

    #BUTTON399 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #GROUP401 {
        width: 910px;
        height: 82px;
        top: 93.2433px;
        left: -560px;
    }

    #GROUP402 {
        width: 420px;
        height: 40.0003px;
        top: 173.243px;
        left: 5px;
    }

    #GROUP403 {
        width: 400px;
        height: 114px;
        top: 243.243px;
        left: 10px;
    }

    #GROUP404 {
        width: 557.753px;
        height: 170px;
        top: 0px;
        left: 0px;
    }

    #GROUP405 {
        width: 557.753px;
        height: 185.3px;
        top: 363.243px;
        left: 680px;
    }

    #GROUP406 {
        width: 320px;
        height: 181px;
        top: 693.243px;
        left: 50px;
    }

    #GROUP407 {
        width: 580px;
        height: 44px;
        top: 37px;
        left: -80px;
    }

    #GROUP408 {
        width: 396.422px;
        height: 104.061px;
        top: 99.94px;
        left: 10px;
    }

    #GROUP409 {
        width: 396.422px;
        height: 105.712px;
        top: 259.943px;
        left: 10px;
    }

    #GROUP410 {
        width: 396.422px;
        height: 85.0655px;
        top: 429.943px;
        left: 10px;
    }

    #GROUP411 {
        width: 396.422px;
        height: 85.0655px;
        top: 589.943px;
        left: 10px;
    }

    #GROUP412 {
        width: 396.422px;
        height: 104.061px;
        top: 729.943px;
        left: 10px;
    }

    #GROUP413 {
        width: 72.4091px;
        height: 33.0455px;
        top: 152.282px;
        left: 16.1818px;
    }

    #GROUP414 {
        width: 380px;
        height: 88.3903px;
        top: 248px;
        left: 20px;
    }

    #GROUP415 {
        width: 380px;
        height: 88.3903px;
        top: 378px;
        left: 20px;
    }

    #GROUP416 {
        width: 380px;
        height: 93.333px;
        top: 508px;
        left: 20px;
    }

    #GROUP417 {
        width: 380px;
        height: 97.409px;
        top: 628px;
        left: 20px;
    }

    #GROUP418 {
        width: 400px;
        height: 114.79px;
        top: 8px;
        left: 10px;
    }

    #GROUP419 {
        width: 1065px;
        height: 181px;
        top: 939.9px;
        left: -680px;
    }

    #GROUP420 {
        width: 400px;
        height: 142px;
        top: 1478px;
        left: 10px;
    }

    #GROUP421 {
        width: 393px;
        height: 134.73px;
        top: 0px;
        left: 0px;
    }

    #GROUP422 {
        width: 400px;
        height: 235px;
        top: 778px;
        left: 10px;
    }

    #GROUP423 {
        width: 320px;
        height: 181px;
        top: 762.9px;
        left: -903px;
    }

    #GROUP424 {
        width: 1450px;
        height: 381.375px;
        top: 1019.45px;
        left: -2130px;
    }

    #GROUP425 {
        width: 400px;
        height: 114px;
        top: 232.9px;
        left: -953px;
    }

    #GROUP426 {
        width: 780px;
        height: 72px;
        top: 76.35px;
        left: -1373px;
    }

    #GROUP427 {
        width: 396.149px;
        height: 390px;
        top: 358.45px;
        left: -953px;
    }

    #GROUP428 {
        width: 423px;
        height: 670px;
        top: 88px;
        left: 0px;
    }

    #GROUP429 {
        width: 400px;
        height: 590px;
        top: -0.1px;
        left: 10px;
    }

    #GROUP430 {
        width: 406px;
        height: 75px;
        top: 23px;
        left: 87px;
    }

    #IMAGE431 {
        width: 422.439px;
        height: 210px;
        top: 988.45px;
        left: -963px;
    }

    #IMAGE431 > .ladi-image > .ladi-image-background {
        width: 422.439px;
        height: 309.286px;
        top: -51px;
        left: 0px;
        background-image: url("./chuyen-gia-20201112071400.png");
    }

    #IMAGE433 {
        width: 400px;
        height: 270px;
        top: 879.9px;
        left: 10px;
    }

    #IMAGE433 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 450px;
        top: 0px;
        left: 0px;
        background-image: url("./box-4-20201112073147.png");
    }

    #IMAGE434 {
        width: 130px;
        height: 181.094px;
        top: 90px;
        left: 250px;
    }

    #IMAGE434 > .ladi-image > .ladi-image-background {
        width: 190px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #BUTTON_TEXT436 {
        width: 175px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON436 {
        width: 210px;
        height: 60px;
        top: 190px;
        left: 10px;
    }

    #BUTTON436 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH439 {
        width: 400px;
        top: 80px;
        left: 0px;
    }

    #PARAGRAPH439 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE440 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE440 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP438 {
        width: 400px;
        height: 130px;
        top: 30px;
        left: 10px;
    }

    #IMAGE441 {
        width: 130px;
        height: 181.094px;
        top: 90px;
        left: 250px;
    }

    #IMAGE441 > .ladi-image > .ladi-image-background {
        width: 190px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION435 {
        height: 292px;
    }

    #SECTION435 > .ladi-overlay {
        background-color: rgb(161, 206, 255);
        opacity: 0.34;
        mix-blend-mode: multiply;
        will-change: transform, opacity;
    }

    #SECTION435 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
        filter: contrast(95%) saturate(91%);
    }

    #BUTTON_TEXT443 {
        width: 175px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON443 {
        width: 210px;
        height: 60px;
        top: 190px;
        left: 10px;
    }

    #BUTTON443 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH446 {
        width: 400px;
        top: 80px;
        left: 0px;
    }

    #PARAGRAPH446 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE447 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE447 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP445 {
        width: 400px;
        height: 130px;
        top: 30px;
        left: 10px;
    }

    #IMAGE448 {
        width: 130px;
        height: 181.094px;
        top: 90px;
        left: 250px;
    }

    #IMAGE448 > .ladi-image > .ladi-image-background {
        width: 190px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION442 {
        height: 292px;
    }

    #SECTION442 > .ladi-overlay {
        background-color: rgb(161, 206, 255);
        opacity: 0.34;
        mix-blend-mode: multiply;
        will-change: transform, opacity;
    }

    #SECTION442 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
        filter: contrast(95%) saturate(91%);
    }

    #BUTTON_TEXT462 {
        width: 175px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON462 {
        width: 210px;
        height: 60px;
        top: 190px;
        left: 10px;
    }

    #BUTTON462 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH465 {
        width: 400px;
        top: 80px;
        left: 0px;
    }

    #PARAGRAPH465 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE466 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE466 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP464 {
        width: 400px;
        height: 130px;
        top: 30px;
        left: 10px;
    }

    #IMAGE467 {
        width: 130px;
        height: 181.094px;
        top: 90px;
        left: 250px;
    }

    #IMAGE467 > .ladi-image > .ladi-image-background {
        width: 190px;
        height: 181.539px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION461 {
        height: 292px;
    }

    #SECTION461 > .ladi-overlay {
        background-color: rgb(161, 206, 255);
        opacity: 0.34;
        mix-blend-mode: multiply;
        will-change: transform, opacity;
    }

    #SECTION461 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
        filter: contrast(95%) saturate(91%);
    }

    #PARAGRAPH477 {
        width: 311px;
        top: 0px;
        left: 469px;
    }

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

    #PARAGRAPH478 {
        width: 311px;
        top: 37px;
        left: 469px;
    }

    #PARAGRAPH478 > .ladi-paragraph {
        color: rgb(48, 135, 232);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE479 {
        height: 53px;
        top: 20px;
        left: 0px;
    }

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

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

    #GROUP476 {
        width: 780px;
        height: 72px;
        top: 104.45px;
        left: -410px;
    }

    #IMAGE480 {
        width: 248.53px;
        height: 97px;
        top: 6px;
        left: 84px;
    }

    #IMAGE480 > .ladi-image > .ladi-image-background {
        width: 248.53px;
        height: 116.364px;
        top: -10.009px;
        left: 0px;
        background-image: url("./havita_logo-01-20201112064548.png");
    }

    #BOX482 {
        width: 410px;
        height: 40px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH484 {
        width: 100px;
        top: 1.75px;
        left: 0px;
    }

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

    #SHAPE485 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 104px;
    }

    #SHAPE485 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP483 {
        width: 133.5px;
        height: 29.5px;
        top: 5.25px;
        left: 8px;
    }

    #PARAGRAPH487 {
        width: 104px;
        top: 2px;
        left: 0px;
    }

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

    #SHAPE488 {
        width: 29.5px;
        height: 29.5px;
        top: 0px;
        left: 114px;
    }

    #SHAPE488 svg:last-child {
        fill: rgba(48, 135, 232, 1.0);
    }

    #GROUP486 {
        width: 143.5px;
        height: 29.5px;
        top: 5px;
        left: 156px;
    }

    #PARAGRAPH489 {
        width: 92px;
        top: 6px;
        left: 310px;
    }

    #PARAGRAPH489 > .ladi-paragraph {
        color: rgb(57, 57, 57);
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP481 {
        width: 410px;
        height: 40px;
        top: 204.45px;
        left: 6px;
    }

    #HEADLINE491 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE491 > .ladi-headline {
        color: rgb(11, 87, 95);
        font-size: 36px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE492 {
        width: 400px;
        top: 50px;
        left: 0px;
    }

    #HEADLINE492 > .ladi-headline {
        color: rgb(35, 179, 214);
        font-size: 39px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP490 {
        width: 400px;
        height: 114px;
        top: 264.45px;
        left: 10px;
    }

    #PARAGRAPH495 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE496 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE496 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP494 {
        width: 320px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH498 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE499 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE499 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP497 {
        width: 320px;
        height: 31px;
        top: 50px;
        left: 0px;
    }

    #PARAGRAPH501 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE502 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE502 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP500 {
        width: 320px;
        height: 31px;
        top: 100px;
        left: 0px;
    }

    #PARAGRAPH504 {
        width: 280px;
        top: 2.5px;
        left: 40px;
    }

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

    #IMAGE505 {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
    }

    #IMAGE505 > .ladi-image > .ladi-image-background {
        width: 31px;
        height: 31px;
        top: 0px;
        left: 0px;
        background-image: url("./index-sec1-tick-img-20201112023535.png");
    }

    #GROUP503 {
        width: 320px;
        height: 31px;
        top: 150px;
        left: 0px;
    }

    #LINE506 {
        width: 280px;
        top: 30px;
        left: 40px;
    }

    #LINE506 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE507 {
        width: 280px;
        top: 80px;
        left: 40px;
    }

    #LINE507 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #LINE508 {
        width: 280px;
        top: 130px;
        left: 40px;
    }

    #LINE508 > .ladi-line > .ladi-line-container {
        border-top: 1px dashed rgb(35, 179, 214);
        border-right: 1px dashed rgb(35, 179, 214);
        border-bottom: 1px dashed rgb(35, 179, 214);
        border-left: 0px !important;
    }

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

    #GROUP493 {
        width: 320px;
        height: 181px;
        top: 794.45px;
        left: 60px;
    }

    #IMAGE510 {
        width: 396.149px;
        height: 390px;
        top: 0px;
        left: 0px;
    }

    #IMAGE510 > .ladi-image > .ladi-image-background {
        width: 396.149px;
        height: 378.509px;
        top: 11.4912px;
        left: 0px;
        background-image: url("./havita-sp-04p-20201112064503.png?v=1");
    }

    #IMAGE511 {
        width: 106px;
        height: 106px;
        top: 20px;
        left: 270px;
    }

    #IMAGE511 > .ladi-image > .ladi-image-background {
        width: 106px;
        height: 106px;
        top: 0px;
        left: 0px;
        background-image: url("./badge-20201112023747.png");
    }

    #GROUP509 {
        width: 396.149px;
        height: 390px;
        top: 390px;
        left: 10px;
    }

    #IMAGE534 {
        width: 323.711px;
        height: 100px;
        top: 424.45px;
        left: -590px;
    }

    #IMAGE534 > .ladi-image > .ladi-image-background {
        width: 323.711px;
        height: 100px;
        top: 0px;
        left: 0px;
        background-image: url("./sec1-ba-img-20201112042526.png");
    }

    #SECTION469 {
        height: 1236.45px;
    }

    #SECTION469 > .ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-edit-04-20201112102056.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    #IMAGE470 {
        width: 422.439px;
        height: 210px;
        top: 1020px;
        left: 0px;
    }

    #IMAGE470 > .ladi-image > .ladi-image-background {
        width: 422.439px;
        height: 309.286px;
        top: -51px;
        left: 0px;
        background-image: url("./chuyen-gia-20201112071400.png");
    }

    #IMAGE472 {
        width: 955.971px;
        height: 291.375px;
        top: 0px;
        left: 0px;
    }

    #IMAGE472 > .ladi-image > .ladi-image-background {
        width: 955.971px;
        height: 291.375px;
        top: 0px;
        left: 0px;
        background-image: url("./sec9-cont-bg-img2-20201112023240.png");
    }

    #PARAGRAPH473 {
        width: 240px;
        top: 170px;
        left: 1150px;
    }

    #PARAGRAPH473 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }

    #PARAGRAPH474 {
        width: 172px;
        top: 307px;
        left: 1150px;
    }

    #PARAGRAPH474 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP471 {
        width: 1390px;
        height: 331px;
        top: 884.45px;
        left: -1100px;
    }

    #IMAGE475 {
        width: 520px;
        height: 171.017px;
        top: 824.45px;
        left: 1110px;
    }

    #IMAGE475 > .ladi-image > .ladi-image-background {
        width: 520px;
        height: 779.996px;
        top: -279.499px;
        left: 0px;
        background-image: url("./giff-20201112050038.gif");
    }

    #IMAGE512 {
        width: 299.2px;
        height: 40px;
        top: 1074.45px;
        left: -540px;
    }

    #IMAGE512 > .ladi-image > .ladi-image-background {
        width: 299.2px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("./sec1-chnl-img-20201112024043.png");
    }

    #HEADLINE515 {
        width: 390px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE515 > .ladi-headline {
        color: rgb(255, 1, 1);
        font-size: 43px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE516 {
        width: 393px;
        top: 60px;
        left: 0px;
    }

    #HEADLINE516 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 31px;
        font-weight: bold;
        line-height: 1.6;
    }

    #IMAGE517 {
        width: 390px;
        height: 14.73px;
        top: 120px;
        left: 0px;
    }

    #IMAGE517 > .ladi-image > .ladi-image-background {
        width: 491px;
        height: 14.73px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-hdg-bar-20201112024214.png");
    }

    #GROUP514 {
        width: 393px;
        height: 134.73px;
        top: 0px;
        left: 0px;
    }

    #PARAGRAPH518 {
        width: 400px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH518 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP513 {
        width: 400px;
        height: 235px;
        top: 394.45px;
        left: 1000px;
    }

    #IMAGE520 {
        width: 136.644px;
        height: 149.838px;
        top: 0px;
        left: 5.46198px;
    }

    #IMAGE520 > .ladi-image > .ladi-image-background {
        width: 136.644px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img1-20201112024403.png");
    }

    #PARAGRAPH521 {
        width: 148px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH521 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP519 {
        width: 148px;
        height: 182px;
        top: 874.45px;
        left: 1020px;
    }

    #IMAGE523 {
        width: 135.701px;
        height: 149.838px;
        top: 0px;
        left: 3.90576px;
    }

    #IMAGE523 > .ladi-image > .ladi-image-background {
        width: 135.701px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img2-20201112024403.png");
    }

    #PARAGRAPH524 {
        width: 148px;
        top: 160px;
        left: 0px;
    }

    #PARAGRAPH524 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP522 {
        width: 148px;
        height: 182px;
        top: 874.45px;
        left: 1215px;
    }

    #IMAGE526 {
        width: 135.702px;
        height: 149.838px;
        top: 0px;
        left: 16.2571px;
    }

    #IMAGE526 > .ladi-image > .ladi-image-background {
        width: 135.702px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img3-20201112024403.png");
    }

    #PARAGRAPH527 {
        width: 170px;
        top: 164px;
        left: 0px;
    }

    #PARAGRAPH527 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP525 {
        width: 170px;
        height: 186px;
        top: 660.45px;
        left: 1210px;
    }

    #IMAGE529 {
        width: 133.816px;
        height: 149.838px;
        top: 0px;
        left: 14.2268px;
    }

    #IMAGE529 > .ladi-image > .ladi-image-background {
        width: 133.816px;
        height: 149.838px;
        top: 0px;
        left: 0px;
        background-image: url("./sec2-list-img4-20201112024404.png");
    }

    #PARAGRAPH530 {
        width: 170px;
        top: 164px;
        left: 0px;
    }

    #PARAGRAPH530 > .ladi-paragraph {
        color: rgb(244, 1, 1);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP528 {
        width: 170px;
        height: 186px;
        top: 660.45px;
        left: 1020px;
    }

    #BOX536 {
        width: 320px;
        height: 510px;
        top: 0px;
        left: 0px;
    }

    #BOX536 > .ladi-box {
        background-color: rgb(9, 69, 75);
    }

    #HEADLINE537 {
        width: 220px;
        top: 20px;
        left: 50px;
    }

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

    #HEADLINE538 {
        width: 280px;
        top: 50px;
        left: 20px;
    }

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

    #BOX540 {
        width: 300px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #BOX540 > .ladi-box {
        background-color: rgb(23, 153, 41);
    }

    #HEADLINE541 {
        width: 300px;
        top: 5.5px;
        left: 0px;
    }

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

    #GROUP539 {
        width: 300px;
        height: 35px;
        top: 95px;
        left: 9.144px;
    }

    #BUTTON_TEXT543 {
        width: 280px;
        top: 13.0344px;
        left: 0px;
    }

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

    #BUTTON543 {
        width: 280px;
        height: 55px;
        top: 145px;
        left: 0px;
    }

    #BUTTON543 > .ladi-button > .ladi-button-background {
        background-color: rgb(17, 145, 34);
    }

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

    #FORM_ITEM545 {
        width: 280px;
        height: 50.6897px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM546 {
        width: 280px;
        height: 50.6897px;
        top: 72.4139px;
        left: 0px;
    }
    #FORM_ITEM547 {
        width: 280px;
        height: 50.6897px;
        top: 72.4139px;
        left: 0px;
    }

    #FORM542 {
        width: 280px;
        height: 200px;
        top: 160px;
        left: 19.144px;
    }

    #FORM542 > .ladi-form {
        color: rgb(59, 59, 59);
        font-size: 15px;
        line-height: 1.6;
    }

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

    #FORM542 .ladi-form-item {
        padding-left: 14px;
        padding-right: 14px;
    }

    #FORM542 .ladi-form-item.ladi-form-checkbox {
        padding-left: 19px;
        padding-right: 19px;
    }

    #FORM542 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(59%2C%2059%2C%2059%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM542 .ladi-form-item-container {
        border-style: solid;
        border-color: rgb(11, 100, 23);
        border-width: 1px;
        border-radius: 9px;
    }

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

    #IMAGE548 {
        width: 280px;
        height: 50px;
        top: 32px;
        left: 0px;
    }

    #IMAGE548 > .ladi-image > .ladi-image-background {
        width: 280px;
        height: 50px;
        top: 0px;
        left: 0px;
        background-image: url("./index-frm-sec-logo-20201112043458.png");
    }

    #IMAGE548 > .ladi-image {
        border-style: solid;
        border-color: rgb(210, 227, 250);
        border-width: 1px;
    }

    #IMAGE549 {
        width: 11.7727px;
        height: 14.3889px;
        top: 2px;
        left: 14px;
    }

    #IMAGE549 > .ladi-image > .ladi-image-background {
        width: 11.7727px;
        height: 14.3889px;
        top: 0px;
        left: 0px;
        background-image: url("./lock-20201112043604.png");
    }

    #PARAGRAPH550 {
        width: 230px;
        top: 0px;
        left: 33px;
    }

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

    #GROUP547 {
        width: 280px;
        height: 82px;
        top: 390px;
        left: 19.144px;
    }

    #GROUP535 {
        width: 320px;
        height: 510px;
        top: 654.45px;
        left: 890px;
    }

    #PARAGRAPH532 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

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

    #PARAGRAPH533 {
        width: 400px;
        top: 70px;
        left: 0px;
    }

    #PARAGRAPH533 > .ladi-paragraph {
        color: rgb(23, 144, 173);
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    #GROUP531 {
        width: 400px;
        height: 142px;
        top: 1094.45px;
        left: 1000px;
    }

    #HEADLINE553 {
        width: 360px;
        top: 20px;
        left: 290px;
    }

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

    #GROUP554 {
        width: 890px;
        height: 100px;
        top: -12px;
        left: -260px;
    }

    #BUTTON_TEXT556 {
        width: 175px;
        top: 9px;
        left: 0px;
    }

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

    #BUTTON556 {
        width: 210px;
        height: 60px;
        top: 190px;
        left: 10px;
    }

    #BUTTON556 > .ladi-button > .ladi-button-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./btn-gggg-20201112064759.png");
        background-position: center top;
        background-repeat: repeat;
    }

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

    #PARAGRAPH559 {
        width: 400px;
        top: 80px;
        left: 0px;
    }

    #PARAGRAPH559 > .ladi-paragraph {
        color: rgb(12, 87, 95);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE560 {
        width: 400px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE560 > .ladi-headline {
        color: rgb(25, 145, 173);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
    }

    #GROUP558 {
        width: 400px;
        height: 130px;
        top: 30px;
        left: 10px;
    }

    #IMAGE561 {
        width: 130px;
        height: 181.094px;
        top: 90px;
        left: 250px;
    }

    #IMAGE561 > .ladi-image > .ladi-image-background {
        width: 190px;
        height: 181.094px;
        top: 0px;
        left: 0px;
        background-image: url("./havita-sp-02-20201112064720.png");
    }

    #SECTION555 {
        height: 292px;
    }

    #SECTION555 > .ladi-overlay {
        background-color: rgb(161, 206, 255);
        opacity: 0.34;
        mix-blend-mode: multiply;
        will-change: transform, opacity;
    }

    #SECTION555 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("./bg-07-cut-20201112035838.png");
        background-position: center top;
        background-repeat: no-repeat;
        filter: contrast(95%) saturate(91%);
    }

    #SHAPE562 {
        width: 53.8021px;
        height: 23.356px;
        top: 164.972px;
        left: 167.81px;
    }

    #SHAPE562 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #SHAPE563 {
        width: 53.7313px;
        height: 23.356px;
        top: 164.972px;
        left: 352.81px;
    }

    #SHAPE563 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #SHAPE564 {
        width: 48.4452px;
        height: 21.356px;
        top: 164.972px;
        left: 293.81px;
    }

    #SHAPE564 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #SHAPE565 {
        width: 56.4452px;
        height: 21.356px;
        top: 164.972px;
        left: 228.81px;
    }

    #SHAPE565 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

    #IMAGE567 {
        width: 181px;
        height: 181px;
        top: 689.585px;
        left: 119.5px;
    }

    #IMAGE567 > .ladi-image > .ladi-image-background {
        width: 181px;
        height: 181px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-20201113032831.png");
    }

    #IMAGE568 {
        width: 200px;
        height: 160.571px;
        top: 1033.01px;
        left: 110px;
    }

    #IMAGE568 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 160.571px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-2-20201113032937.png");
    }

    #IMAGE569 {
        width: 220.007px;
        height: 146.78px;
        top: 1413.58px;
        left: 104.996px;
    }

    #IMAGE569 > .ladi-image > .ladi-image-background {
        width: 220.007px;
        height: 146.78px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-3-20201113033013.png");
    }

    #IMAGE570 {
        width: 218.94px;
        height: 218.94px;
        top: 1768.3px;
        left: 105.53px;
    }

    #IMAGE570 > .ladi-image > .ladi-image-background {
        width: 218.94px;
        height: 218.94px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-4-20201113033118.png");
    }

    #IMAGE571 {
        width: 212.308px;
        height: 138px;
        top: 2187.55px;
        left: 108.846px;
    }

    #IMAGE571 > .ladi-image > .ladi-image-background {
        width: 212.308px;
        height: 159.231px;
        top: 0px;
        left: 0px;
        background-image: url("./thanh-phan-havita-5-20201113033210.png");
    }

    #IMAGE572 {
        width: 286.516px;
        height: 124.459px;
        top: 143.097px;
        left: 597.742px;
    }

    #IMAGE572 > .ladi-image > .ladi-image-background {
        width: 286.516px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE573 {
        width: 164.208px;
        height: 124.459px;
        top: 1086.65px;
        left: 603.896px;
    }

    #IMAGE573 > .ladi-image > .ladi-image-background {
        width: 286.516px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE574 {
        width: 281.516px;
        height: 116.04px;
        top: 289.249px;
        left: 549.242px;
    }

    #IMAGE574 > .ladi-image > .ladi-image-background {
        width: 286.516px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE575 {
        width: 258.208px;
        height: 89.249px;
        top: 2316.24px;
        left: 547.896px;
    }

    #IMAGE575 > .ladi-image > .ladi-image-background {
        width: 297.208px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }

    #IMAGE576 {
        width: 258.208px;
        height: 89.249px;
        top: 1276.11px;
        left: 676.896px;
    }

    #IMAGE576 > .ladi-image > .ladi-image-background {
        width: 297.208px;
        height: 124.459px;
        top: 0px;
        left: 0px;
        background-image: url("./capture-20201113032613.png");
    }
}
.js_errorMessage{
    margin-top: 6px;
    margin-left: -15px;
}